/*
 Theme Name:   lidwave
 Author:       W4
 Author URI:   https://thew4.co
 Template:     w4_base
 Version:      1.0.0
*/
@font-face {
  font-family: "Maison";
  src: url("fonts/maison/MaisonNeueExtendedWEB-Book.woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Maison";
  src: url("fonts/maison/MaisonNeueExtendedWEB-Medium.woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Maison";
  src: url("fonts/maison/MaisonNeueExtendedWEB-Bold.woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Icons";
  src: url("fonts/icomoon.woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Icons";
  src: url("fonts/icomoon.woff");
  font-weight: 400;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #05CE7C 0%, #00A7B2 100%);
}

body {
  overflow: overlay;
}
body h1.bold {
  font: normal 700 5.6rem/7.4rem "Maison", sans-serif;
  margin: 0;
  white-space: pre-line;
}
body h2.book {
  font: normal 400 6.2rem/8.8rem "Maison", sans-serif;
  margin: 0 0 2rem 0;
  white-space: pre-line;
}
body h3 {
  font: normal 4.4rem/7rem "Maison", sans-serif;
  margin: 0;
  white-space: pre-line;
}
body h3.book {
  font-weight: 400;
}
body h3.medium {
  font-weight: 500;
}
body h3.bold {
  font-weight: 600;
  margin-bottom: 1rem;
}
body h4 {
  font: normal 2.4rem/3rem "Maison", sans-serif;
  margin: 0;
  white-space: pre-line;
}
body h4.bold {
  font-weight: 700;
}
body h4.medium {
  font-weight: 500;
}
body h4.book {
  font-weight: 400;
}
body .info-bold {
  font: normal 700 2.8rem/4.2rem "Maison", sans-serif;
}
body .info-bold.gradient-text {
  background: linear-gradient(90deg, #05CE7C 0%, #00A7B2 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
body .paragraph-book {
  font: normal 400 2.4rem/4.8rem "Maison", sans-serif;
  white-space: pre-line;
  margin-bottom: 1rem;
}
body .body {
  font: normal 1.8rem/3rem "Maison", sans-serif;
  white-space: pre-line;
}
body .body.book {
  font-weight: 400;
}
body .body.medium {
  font-weight: 500;
}
body .button {
  font: normal 1.6rem/2.8rem "Maison", sans-serif;
}
body .button.regular {
  font-weight: 500;
}
body .button.book {
  font-weight: 400;
}
body .button.link {
  text-decoration: underline;
}
body .footer {
  font-family: "Maison", sans-serif;
}
body .footer.medium {
  font-weight: 500;
  font-size: 20px;
}
body .footer.book {
  font-weight: 400;
  font-size: 14px;
}
body .white-text {
  color: white;
}
body .gradient-text, body strong {
  background: linear-gradient(90deg, #05CE7C 0%, #00A7B2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body strong {
  font-weight: inherit;
}
body p {
  margin: 0;
}
body a {
  text-decoration: none;
  color: #081A1E;
}

.grid {
  max-width: 200rem;
  margin: auto;
  width: 100%;
  padding: 0 6%;
  box-sizing: border-box;
}

section {
  padding: 12rem 0;
}
section.full-screen {
  width: 100%;
  height: 100vh;
  padding: 0 0;
}
section.full-screen:before, section.full-screen:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  pointer-events: none;
  height: 75rem;
}
section.full-screen:before {
  top: 0;
  background: linear-gradient(0deg, rgba(8, 26, 30, 0) 40.47%, #081A1E 98.7%);
}
section.full-screen:after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(8, 26, 30, 0) 17.47%, #081A1E 69.7%);
  height: 20rem;
  height: 50rem;
}
section.full-screen .text-wrap {
  z-index: 2;
  padding-right: 50%;
}
section.full-screen .text-wrap h1, section.full-screen .text-wrap h2 {
  pointer-events: all;
}
section.short-hero {
  height: 63rem;
  box-sizing: border-box;
  padding-top: 18rem;
}
section.short-hero .grid {
  padding-right: 50%;
}
section.short-hero h1.bold {
  margin-bottom: 2rem;
}
section.short-hero .caption-headline {
  margin-bottom: 1rem;
}
section.logos {
  padding-top: 5rem;
}
section.bg-color.grey {
  background-color: #f2f5f5;
}
section.bg-color.grey .basic-button {
  background-color: #f2f5f5;
}
section.bg-color.black {
  background-color: #081A1E;
}
section.bg-color.black .basic-button {
  background-color: #081A1E;
  color: white;
}
section.closer-strip .grid {
  padding-right: 30%;
}
section.closer-strip .grid h2.book {
  margin-bottom: 1rem;
}
section.closer-strip .grid .basic-button-wrapper {
  margin-top: 4rem;
}

.mobile-view {
  display: none;
}

.flex-50 {
  flex: 0 0 49%;
}

.column-padding-right {
  padding-right: 3rem;
  box-sizing: border-box;
}

.column-padding-left {
  padding-left: 3rem;
  box-sizing: border-box;
}

.list {
  padding-top: 10rem;
}
.list li {
  flex: 0 0 24%;
}

.switch-columns .text-container, .switch-columns .image-container {
  flex: 0 0 50%;
}
.switch-columns .text-container {
  padding: 6rem;
  box-sizing: border-box;
}
.switch-columns li {
  margin-bottom: 15rem;
}
.switch-columns li:last-child {
  margin-bottom: 0;
}
.switch-columns li:nth-child(even) .image-container {
  order: 2;
}
.switch-columns li:nth-child(even) .text-container {
  order: 1;
}

button {
  border: none;
  background-color: transparent;
}

button {
  border: none;
  background-color: transparent;
}

.basic-button-wrapper {
  background: linear-gradient(90deg, #05CE7C 0%, #00A7B2 100%);
  display: inline-flex;
  height: 4rem;
  margin-top: 2rem;
  border-radius: 20rem;
  padding: 2px;
}

.basic-button {
  border-radius: 20rem;
  padding: 0 2rem;
  display: inline-flex;
  align-items: center;
  background-color: white;
  transition: 0.3s all;
  color: black;
  font: 400 1.6rem/1.6rem "Maison", sans-serif;
  height: 4rem;
  font: 400 1.6rem/1.6rem "Maison", sans-serif;
}
.basic-button:hover {
  background-color: transparent !important;
}

img, video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
img.icon, video.icon {
  width: 9.5rem;
  height: 9.5rem;
  margin-bottom: 3rem;
}
img.image-fit-contain, video.image-fit-contain {
  object-fit: contain;
}

.image-container.h480 {
  height: 48rem;
}
.image-container.h580 {
  height: 58rem;
}
.image-container.thumbnail {
  height: 27.4rem;
  margin-bottom: 1.5rem;
}

.full-screen .text-wrap {
  padding-bottom: 16rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
}
.full-screen .arrow-down {
  background: url("img/icons/arrow-down.svg") no-repeat center;
  width: 7.5rem;
  height: 4.6rem;
  background-size: 7.5rem;
  transition: 0.3s all;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  margin: auto;
  animation: MoveUpDown 1s linear infinite;
  z-index: 2;
}
@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(20px);
  }
}

.logos img.partner-logo {
  height: 6.1rem;
  width: auto;
}
.logos h4.medium {
  margin-bottom: 4rem;
}

.info-box .info-header {
  padding-bottom: 6rem;
}
.info-box .info-points li {
  padding-bottom: 5rem;
}
.info-box .info-points li:nth-last-child(-n+2) {
  padding-bottom: 0;
}

.move-mask-1, .move-mask-2 {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  width: 2rem;
  padding: 0;
  pointer-events: all;
  margin-left: -1rem;
}

.move-border-1, .move-border-2 {
  z-index: 99999;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 6px;
  background-color: white;
  height: 100%;
}
.move-border-1:after, .move-border-2:after {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  background: url("img/icons/side-arrows.svg") no-repeat center;
  background-size: 2.8rem;
  position: absolute;
  top: 2rem;
  left: -10px;
}

.before-holder, .after-holder {
  pointer-events: none;
}

.before-holder {
  z-index: 999;
  position: relative;
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
  width: 100%;
  height: 100%;
}

.before-holder img, .after-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.before-holder video, .after-holder video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.after-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.b-n-a-1 {
  height: 100%;
}

form .wpcf7-not-valid-tip, form .wpcf7-response-output {
  font: normal 400 1.6rem/1.4 "Maison", sans-serif;
  color: #DC4B13;
  position: absolute;
}
form .wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  bottom: -0.5rem;
}
form .wpcf7-spinner {
  position: absolute;
  bottom: 1rem;
  right: -13px;
}

section.industries .basic-button-wrapper {
  margin-top: 5rem;
}
section.industries .list {
  padding-top: 3rem;
}

section.technology-hero img {
  object-position: top center;
}
section.technology-hero .text-wrap-wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
section.technology-hero .text-wrap-wrapper .text-wrap {
  padding-right: 0;
  height: 30%;
}
section.technology-hero .text-wrap-wrapper .text-wrap .body, section.technology-hero .text-wrap-wrapper .text-wrap h1.bold {
  padding-right: 50%;
}
section.technology-hero p.body {
  margin-bottom: 2rem;
}

section.lidar {
  padding: 0;
}
section.lidar .z-ind1 {
  padding-top: 12rem;
}
section.lidar .content {
  width: 50%;
  padding-bottom: 10rem;
}
section.lidar video {
  height: auto;
}

section.low-hardware {
  padding: 20rem 0 21.5rem 0;
}
section.low-hardware p.body.book:first-of-type {
  margin-bottom: 9rem;
}
section.low-hardware .flex-50 {
  margin: auto 0;
}

section.main-product .top-section {
  margin-bottom: 14rem;
}
section.main-product ul.video-select {
  flex: 0 0 33%;
}
section.main-product ul.video-select li {
  margin-bottom: 2rem;
}
section.main-product ul.video-select li .video-button p.info-bold {
  transition: 0.3s all;
  background-position: 0px -17px;
  color: #D4DEE0;
  font-weight: 400;
}
section.main-product ul.video-select li .video-button p.info-bold:after {
  content: "";
  height: 0.4rem;
  width: 0;
  display: block;
  transition: 0.3s all;
}
section.main-product ul.video-select li .video-button p.info-bold.selected {
  background: linear-gradient(90deg, #05CE7C 0%, #00A7B2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 100%;
  font-weight: 700;
}
section.main-product ul.video-select li .video-button p.info-bold.selected:after {
  background: linear-gradient(90deg, #05CE7C 0%, #00A7B2 100%);
  width: 6rem;
}
section.main-product .video-slider {
  flex: 0 0 66%;
}
section.main-product .video-slider video, section.main-product .video-slider img {
  height: 64rem;
}
section.main-product .video-slider .splide__pagination--ltr {
  flex-direction: row;
  height: 1.2rem;
  left: 0;
  top: auto;
  bottom: -30px;
}
section.main-product .video-slider .splide__pagination--ltr .splide__pagination__page {
  background: #3D4344;
  transition: 0.3s all;
}
section.main-product .video-slider .splide__pagination--ltr .splide__pagination__page.is-active {
  background: #05CE7C;
  transform: none;
}

section.coming-soon .image-container {
  height: 34rem;
}
section.coming-soon .column-padding-left {
  padding-right: 6rem;
}

section.main-industries .switch-columns li {
  margin-bottom: 0;
  padding-top: 15rem;
}
section.main-industries .switch-columns li:first-child {
  padding-top: 0;
}

section.main-about .switch-columns .space-between {
  flex-direction: row-reverse;
}
section.main-about .switch-columns li:nth-child(odd) .text-container {
  padding-right: 6rem;
  padding-left: 0 !important;
}

section.leadership h3.bold {
  margin-bottom: 5rem;
}
section.leadership ul.team-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  column-gap: 6rem;
}
section.leadership ul.team-list li {
  margin-bottom: 14rem;
}
section.leadership ul.team-list li .image-container {
  margin-bottom: 6rem;
}
section.leadership ul.team-list li:nth-child(3n+1):nth-last-child(-n+3), section.leadership ul.team-list li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
  margin-bottom: 0;
}
section.leadership ul.team-list li .header {
  margin-bottom: 5rem;
}
section.leadership ul.team-list li .header h4.book {
  margin-bottom: 1rem;
}
section.leadership ul.team-list li .header .linkedin {
  background: url("img/icons/linkedin-icon-white.svg") no-repeat center;
  width: 4.5rem;
  height: 4.5rem;
  background-size: 4.5rem;
}

section.main-careers .text-container {
  padding-left: 0;
}

section.care .list {
  padding-top: 5rem;
}

section.positions {
  padding-bottom: 24rem;
}
section.positions h3.bold {
  margin-bottom: 6rem;
}
section.positions ul.open-positions-wrapper {
  width: 75%;
}
section.positions ul.open-positions-wrapper li.department {
  margin-bottom: 8rem;
}
section.positions ul.open-positions-wrapper li.department .department-name {
  margin-bottom: 2rem;
}
section.positions ul.open-positions-wrapper li.department .position-wrapper {
  padding: 4.5rem 6rem;
  box-sizing: border-box;
  border: 0.1rem solid #081A1E;
  margin-bottom: 8rem;
  background-color: transparent;
  transition: 0.3s all;
}
section.positions ul.open-positions-wrapper li.department .position-wrapper:last-child {
  margin-bottom: 0;
}
section.positions ul.open-positions-wrapper li.department .position-wrapper .basic-button-wrapper {
  margin-top: 0;
}

body.page-template-page-contact header ul li:last-child {
  margin-left: 6rem;
}
body.page-template-page-contact header ul li:last-child a {
  padding: 0;
}

section.short-hero {
  height: auto;
}

section.contact {
  padding-top: 0;
}
section.contact .title {
  margin-bottom: 2rem;
}
section.contact .sub-title {
  margin-bottom: 3rem;
}
section.contact .details {
  padding-bottom: 10rem;
}
section.contact .details .form-wrapper {
  padding: 6rem 4rem 4.6rem 4rem;
  box-sizing: border-box;
  background-color: #f2f5f5;
}
section.contact .details .form-wrapper form {
  display: flex;
  flex-direction: column;
  position: relative;
}
section.contact .details .form-wrapper form .wpcf7-form-control-wrap {
  display: flex;
}
section.contact .details .form-wrapper form .wpcf7-form-control-wrap input {
  flex-grow: 1;
  border: none;
  background: #f2f5f5;
  font: 500 1.8rem/2.4rem "Maison", sans-serif;
  border-bottom: 0.1rem solid #081A1E;
  padding: 0 0 0.5rem 0;
  margin-bottom: 6rem;
  border-radius: 0;
}
section.contact .details .form-wrapper form .wpcf7-form-control-wrap input::placeholder {
  color: #081A1E;
}
section.contact .details .form-wrapper form .wpcf7-form-control-wrap input:focus-visible {
  outline: none;
}
section.contact .details .form-wrapper form .wpcf7-form-control-wrap select {
  flex-grow: 1;
  border: none;
  background: #f2f5f5;
  font: 500 1.8rem/2.4rem "Maison", sans-serif;
  border-bottom: 0.1rem solid #081A1E;
  padding: 0 0 0.5rem 0;
  margin-bottom: 6rem;
  border-radius: 0;
}
section.contact .details .form-wrapper form .wpcf7-form-control-wrap select::placeholder {
  color: #081A1E;
}
section.contact .details .form-wrapper form .wpcf7-form-control-wrap select:focus-visible {
  outline: none;
}
section.contact .details .form-wrapper form .wpcf7-form-control-wrap textarea {
  flex-grow: 1;
  border: none;
  background: #f2f5f5;
  font: 500 1.8rem/2.4rem "Maison", sans-serif;
  border-bottom: 0.1rem solid #081A1E;
  padding: 0 0 0.5rem 0;
  margin-bottom: 6rem;
  border-radius: 0;
}
section.contact .details .form-wrapper form .wpcf7-form-control-wrap textarea::placeholder {
  color: #081A1E;
}
section.contact .details .form-wrapper form .wpcf7-form-control-wrap textarea:focus-visible {
  outline: none;
}
section.contact .details .form-wrapper form .wpcf7-form-control-wrap textarea {
  height: 15rem;
}
section.contact .details .form-wrapper form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  top: 32px;
}
section.contact .details .form-wrapper form .wpcf7-form-control-wrap select {
  margin-bottom: 3rem !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background: url("img/icons/arrow-down-dropdown.svg") no-repeat right;
  background-size: 1.4rem;
}
section.contact .details .form-wrapper form .basic-button-wrapper {
  align-self: flex-end;
  position: relative;
}
section.contact .details .form-wrapper form .basic-button-wrapper input {
  border: none;
}
section.contact .details .form-wrapper form .basic-button-wrapper .basic-button {
  background-color: #f2f5f5;
}
section.contact .details .form-wrapper form textarea {
  margin-bottom: 4rem !important;
}
section.contact .details .form-wrapper form .basic-button {
  margin-top: 0;
  padding: 0 7rem;
}
section.contact .details .form-wrapper form .wpcf7-response-output {
  width: 60%;
}
section.contact .details .contact-us a {
  font: 400 1.8rem/1.6rem "Maison", sans-serif;
  color: #081A1E;
}
section.contact .details .contact-us h4.book {
  margin-bottom: 2rem;
}
section.contact .details .contact-us li {
  margin-bottom: 5rem;
}
section.contact .details .contact-us li.contact {
  display: none;
}
section.contact .details .contact-us li.email:before {
  font: 500 1.8rem/3rem "Maison", sans-serif;
  display: block;
  margin-bottom: 2rem;
  text-transform: capitalize;
}
section.contact .details .contact-us li.telephone:before {
  font: 500 1.8rem/3rem "Maison", sans-serif;
  display: block;
  margin-bottom: 2rem;
  text-transform: capitalize;
}
section.contact .details .contact-us li.email:before {
  content: "email";
}
section.contact .details .contact-us li.telephone:before {
  content: "telephone";
}
section.contact .details h4.title {
  margin-bottom: 2rem;
}
section.contact .details .address {
  margin-bottom: 5rem;
}
section.contact .details .follow-us a {
  font-family: "Icons";
}
section.contact .details .follow-us ul {
  display: flex;
}
section.contact .details .follow-us ul li a:before {
  content: "";
  width: 4.8rem;
  height: 4.8rem;
  background-size: 4.8rem;
  display: inline-block;
  margin-right: 1rem;
}
section.contact .details .follow-us ul li a:before:last-child {
  margin-right: 0;
}
section.contact .details .follow-us ul .linkedin a:before {
  background: url("img/icons/linkedin.svg") no-repeat center;
}
section.contact .details .follow-us ul .youtube a:before {
  background: url("img/icons/youtube.svg") no-repeat center;
}
section.contact #map {
  width: 100%;
  height: 52rem;
}

.loader {
  background: url("img/loader.gif") no-repeat center;
  background-size: 63rem;
  width: 100vw;
  height: 100vh;
  background-color: #081A1E;
  top: 0;
  right: 0;
  visibility: visible;
  opacity: 100%;
  transition: 0.3s all;
  z-index: 9999;
}
.loader.hide {
  visibility: hidden;
  opacity: 0;
}

.credits {
  color: #b8b8b8;
  font-size: 1.2rem;
}
.credits p, .credits a {
  color: #b8b8b8 !important;
  font-size: 1.2rem !important;
}

header {
  top: 0;
  left: 0;
  height: 7.9rem;
  align-content: center;
  padding: 0 3.2rem;
  box-sizing: border-box;
  transition: 0.3s all;
  z-index: 999999999;
}
header svg {
  width: 12rem;
}
header ul {
  display: flex;
  align-items: center;
}
header ul li {
  margin-left: 6rem;
}
header ul li:first-child {
  margin-left: 0;
}
header ul li:last-child {
  margin-left: 5rem;
}
header ul li:last-child a {
  border-radius: 20rem;
  padding: 0 2rem;
  display: inline-flex;
  align-items: center;
  background-color: white;
  transition: 0.3s all;
  color: black;
  font: 400 1.6rem/1.6rem "Maison", sans-serif;
  height: 4rem;
  background: linear-gradient(90deg, #05CE7C 0%, #00A7B2 100%);
}
header ul li:last-child a:hover {
  background-color: transparent !important;
}
header ul li a {
  font-family: "Maison", sans-serif;
  font-size: 14px;
  color: white;
  font-weight: 500;
  transition: 0.3s all;
}
header ul li.current-menu-item a {
  background: linear-gradient(90deg, #05CE7C 0%, #00A7B2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header.negative {
  background-color: white;
}
header.negative svg path#logotype {
  fill: #081A1E !important;
}
header.negative a {
  color: black;
}

footer {
  background-color: #081A1E;
  padding: 7rem 0;
}
footer .lidwave-logo {
  width: 24rem;
  margin-bottom: 2rem;
}
footer a {
  color: white !important;
  font-family: "Maison", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
footer .footer-content {
  padding: 8rem 0;
}
footer .footer-content li {
  padding: 1.5rem 0;
}
footer .footer-content li:first-child {
  padding-top: 2rem;
}
footer .footer-content li:last-child {
  padding-bottom: 0;
}
footer .footer-content .follow-us .button.regular {
  padding-bottom: 1.1rem;
}
footer .footer-content .follow-us ul {
  display: flex;
}
footer .footer-content .follow-us ul li {
  padding: 0;
  margin-right: 1rem;
}
footer .footer-content .follow-us ul li:last-child {
  margin-right: 0;
}
footer .footer-content .follow-us a {
  font-family: "Icons";
  font-size: 2rem;
}
footer .footer-content .newsletter {
  justify-content: flex-end;
}
footer .footer-content .newsletter p {
  padding: 2rem 0;
}
footer .footer-content .newsletter form {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
footer .footer-content .newsletter form input, footer .footer-content .newsletter form input:focus-visible {
  border-radius: 10rem;
  height: 4rem;
  font-family: "Maison", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  padding: 0.2rem 2.5rem 0 2.5rem;
  box-sizing: border-box;
}
footer .footer-content .newsletter form input[type=email], footer .footer-content .newsletter form input:focus-visible[type=email] {
  background-color: transparent;
  width: 40rem;
  border: 0.1rem solid white;
  padding-right: 14rem;
}
footer .footer-content .newsletter form input[type=email]::placeholder, footer .footer-content .newsletter form input[type=email]:target, footer .footer-content .newsletter form input:focus-visible[type=email]::placeholder, footer .footer-content .newsletter form input:focus-visible[type=email]:target {
  color: white;
}
footer .footer-content .newsletter form input[type=email]:focus-visible, footer .footer-content .newsletter form input:focus-visible[type=email]:focus-visible {
  outline: none;
  color: white;
}
footer .footer-content .newsletter form input[type=submit], footer .footer-content .newsletter form input:focus-visible[type=submit] {
  background: linear-gradient(90deg, #05CE7C 0%, #00A7B2 100%);
  border: none;
  position: absolute;
}
footer .footer-content .newsletter form .wpcf7-not-valid-tip {
  top: 47px;
}
footer .footer-content .newsletter form .wpcf7-response-output {
  top: 74px;
}

.home-hero img {
  object-position: top center;
}

.sketchfab-embed-wrapper {
  width: 100%;
  height: 100%;
}
.sketchfab-embed-wrapper iframe {
  width: 100%;
  height: 100%;
}
.sketchfab-embed-wrapper .viewer .controls .watermark {
  display: none;
}

.home-hero:before {
  display: none !important;
}

.technology-hero iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */
