/* CSS Document */
@media only screen and (min-width: 1024px) {
  .logos-list {
    display: flex !important;
  }
  header svg {
    width: 17.1rem;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  html {
    font-size: 7px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1700px) {
  html {
    font-size: 8px;
  }
}
@media only screen and (min-width: 1700px) {
  html {
    font-size: 10px;
  }
}
/*mobile/tablet header*/
@media only screen and (max-width: 1023px) {
  .loader {
    background-size: 80vw;
  }
  body h1.bold {
    font-size: 26px;
    line-height: 34px;
  }
  body h2.book {
    font-size: 30px;
    line-height: 40px;
  }
  body h3 {
    font-size: 24px;
    line-height: 33px;
  }
  body h4 {
    font-size: 20px;
    line-height: 28px;
  }
  body .paragraph-book {
    font-size: 18px;
    line-height: 28px;
  }
  body .footer.book, body .footer.medium {
    font-size: 12px;
  }
  body .body {
    font-size: 14px;
    line-height: 24px;
  }
  body .button {
    font-size: 12px;
  }
  body .info-bold {
    font-size: 17px;
    line-height: 24px;
  }
  section {
    padding: 4em 0;
  }
  section.full-screen {
    height: 80vh;
  }
  section.full-screen .text-wrap {
    padding-bottom: 3rem;
    z-index: 3;
    padding-right: 0;
  }
  section.full-screen .arrow-down {
    display: none;
  }
  section.closer-strip {
    padding-bottom: 6rem;
  }
  section.closer-strip .grid {
    padding-right: 6%;
  }
  section.short-hero {
    height: auto;
    padding: 13rem 0 0 0;
  }
  section.short-hero h2.book {
    margin: 0 0 1rem 0;
  }
  section.short-hero .grid {
    padding-right: 6%;
  }
  .space-between {
    flex-direction: column;
  }
  .logos .grid:last-child {
    padding: 0;
  }
  .logos .space-between {
    flex-direction: row;
  }
  .logos h4.medium {
    margin-bottom: 3rem;
  }
  .column-padding-right {
    padding: 0 0 4rem 0;
  }
  .column-padding-left {
    padding: 0;
  }
  .image-container.h480 {
    height: 56%;
  }
  .image-container.h580 {
    height: 58vw;
  }
  .list {
    padding-top: 7rem;
  }
  .list img {
    margin: 0 3rem 0 0;
  }
  .list li {
    display: flex;
    align-items: center;
  }
  .list li.column-padding-right {
    padding-bottom: 6rem;
  }
  .list li:last-child {
    padding: 0;
  }
  .list li div {
    margin: auto 0;
  }
  .info-points {
    column-gap: 1rem;
    justify-content: space-between;
  }
  .info-points li.column-padding-right {
    padding-bottom: 2rem;
  }
  .info-points li.flex-50 {
    flex: 0 0 40%;
  }
  .image-container.flex-50 {
    flex: auto;
  }
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: inherit;
  }
  .switch-columns li {
    margin-bottom: 3rem;
  }
  .switch-columns li:nth-child(even) .image-container {
    order: 1;
  }
  .switch-columns .image-container {
    flex: auto;
  }
  .switch-columns .text-container {
    padding: 2rem 0 0 0;
  }
  img.icon {
    width: 6rem;
    height: 6rem;
  }
  section.main-about .switch-columns .space-between {
    flex-direction: column;
  }
  section.main-about .switch-columns .text-container {
    padding-right: 0 !important;
  }
  section.leadership h3.bold {
    margin-bottom: 4rem;
  }
  section.leadership ul.team-list {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
  }
  section.leadership ul.team-list li {
    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: 6rem;
  }
  section.leadership ul.team-list li .image-container {
    margin-bottom: 2rem;
  }
  section.leadership ul.team-list li .header {
    margin-bottom: 2rem;
  }
  section.leadership ul.team-list li .header a.linkedin {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 2.5rem;
  }
  section.leadership ul.team-list li .space-between {
    flex-direction: row;
  }
  section.hero-career .basic-button {
    display: none;
  }
  section.main-careers {
    padding-top: 6rem;
  }
  section.main-careers .space-between {
    flex-direction: column-reverse;
  }
  section.care .list {
    padding-top: 3rem;
  }
  section.care .list li.column-padding-right {
    padding-bottom: 4rem;
  }
  section.care .list li h4.medium {
    margin-bottom: 1rem;
  }
  section.positions {
    padding-bottom: 2rem;
  }
  section.positions h3.bold {
    margin-bottom: 4rem;
  }
  section.positions ul.open-positions-wrapper {
    width: 100%;
  }
  section.positions ul.open-positions-wrapper li.department {
    margin-bottom: 4rem;
  }
  section.positions ul.open-positions-wrapper li.department .department-name {
    margin-bottom: 1rem;
  }
  section.positions ul.open-positions-wrapper li.department .position-wrapper {
    padding: 2rem 3rem;
    margin-bottom: 1.5rem;
  }
  section.positions ul.open-positions-wrapper li.department .position-wrapper .basic-button-wrapper {
    align-self: flex-start;
    margin-top: 3rem;
  }
  body.home section {
    padding: 6em 0;
  }
  body.home section.welcome .image-container {
    margin-bottom: 3rem;
  }
  body.home section.boosting .basic-button-wrapper {
    margin-bottom: 5rem;
  }
  body.home section.industries .list.space-between {
    flex-direction: row;
    flex-wrap: wrap;
  }
  body.home section.industries .list li {
    flex-direction: column;
    flex: 0 0 48%;
  }
  body.home section.industries .list li div {
    margin: 0;
  }
  body.home section.industries .list li .image-container {
    height: 24vw;
    margin-bottom: 2rem;
  }
  body.home section.industries .list li .image-container img {
    margin: 0;
  }
  body.home section.industries .list li .column-padding-right {
    padding-bottom: 4rem;
  }
  body.home section.industries .list li .column-padding-right p.body.book {
    display: none;
  }
  body.home section.industries .list li:nth-last-child(2) .column-padding-right {
    padding-bottom: 0;
  }
  body.home section.industries .basic-button-wrapper {
    margin-top: 2rem;
  }
  .h-relative-mobile {
    height: 0;
    position: relative;
  }
  .h-relative-mobile .img {
    position: absolute;
  }
  section.technology-hero .text-wrap-wrapper {
    height: 100%;
  }
  section.technology-hero .text-wrap-wrapper .text-wrap .body, section.technology-hero .text-wrap-wrapper .text-wrap h1.bold {
    padding-right: 0;
  }
  section.lidar {
    height: auto;
    padding: 2rem 0 0 0;
    flex-direction: column;
    display: flex;
  }
  section.lidar .main-visual {
    position: relative;
    order: 2;
  }
  section.lidar .main-visual:before {
    content: "";
    width: 100%;
    height: 12rem;
    background: linear-gradient(180deg, #FFFFFF 31.82%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: -1.2rem;
    left: 0;
  }
  section.lidar .main-content {
    padding-top: 2rem;
    position: unset;
  }
  section.lidar .main-content .content {
    width: 100%;
    padding-bottom: 4rem;
  }
  section.low-hardware {
    height: auto;
    padding: 10rem 0;
  }
  section.low-hardware .space-between {
    flex-direction: column-reverse;
  }
  section.low-hardware p.body.book {
    margin-bottom: 2rem;
  }
  section.competitive-edge .paragraph-right.column-padding-right {
    padding-bottom: 2.5rem;
  }
  section.competitive-edge .list {
    padding-top: 4rem;
  }
  section.cutting-costs {
    padding-bottom: 6rem;
  }
  section.cutting-costs .info-box .info-header {
    padding-bottom: 3rem;
  }
  section.main-product {
    margin-top: 5rem;
  }
  section.main-product .top-section {
    margin-bottom: 2rem;
  }
  section.main-product .top-section.space-between {
    flex-direction: column-reverse;
  }
  section.main-product .top-section.space-between .info-box .info-header {
    padding-bottom: 3rem;
  }
  section.main-product .top-section.space-between .info-box .info-header p {
    margin-bottom: 3rem;
  }
  section.main-product .bottom-section {
    flex-direction: column-reverse;
  }
  section.main-product .bottom-section .video-select {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  section.main-product .bottom-section .video-select li {
    margin: 0;
  }
  section.main-product .bottom-section .video-select li button .info-bold {
    font-size: 17px;
    line-height: 33px;
  }
  section.main-product .bottom-section .video-select li button .info-bold.selected:after {
    margin-top: 0.3rem;
    width: 3rem !important;
    height: 0.3rem;
  }
  section.main-product .bottom-section .video-slider {
    margin-bottom: 1rem;
  }
  section.main-product .bottom-section .video-slider video, section.main-product .bottom-section .video-slider img {
    height: 64vw;
  }
  section.coming-soon .space-between:first-child {
    flex-direction: column-reverse;
  }
  section.coming-soon .space-between:first-child .column-padding-left {
    margin-bottom: 2rem;
  }
  section.coming-soon .soon_advantages.space-between {
    flex-direction: unset;
    flex-wrap: wrap;
  }
  section.coming-soon .soon_advantages.space-between.list li {
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 45%;
  }
  section.coming-soon .soon_advantages.space-between.list img {
    margin: 0 0 2rem 0;
  }
  section.coming-soon .soon_advantages.space-between.list div {
    margin: 0;
  }
  section.main-industries .switch-columns li {
    padding-top: 5rem;
  }
  body.page-template-page-contact header ul li.current-menu-item {
    margin-left: 0;
  }
  body.page-template-page-contact header ul li.current-menu-item a {
    background: linear-gradient(90deg, #05CE7C 0%, #00A7B2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  section.hero-contact {
    padding-bottom: 5rem;
  }
  section.contact {
    padding-bottom: 0;
  }
  section.contact .grid {
    display: flex;
    flex-direction: column;
  }
  section.contact .grid h4.medium {
    margin-bottom: 1rem;
  }
  section.contact .grid .title {
    margin-bottom: 0;
  }
  section.contact .grid.contact-details-wrapper {
    padding: 0;
  }
  section.contact .grid.contact-details-wrapper .details {
    padding-bottom: 0;
    flex-direction: column-reverse;
  }
  section.contact .grid.contact-details-wrapper .details .form-wrapper {
    order: 2;
    padding: 4rem 6% 5.6rem 6%;
    margin-bottom: 2rem;
  }
  section.contact .grid.contact-details-wrapper .details .form-wrapper input {
    width: 100%;
    font-size: 14px;
    margin-bottom: 2.5rem;
  }
  section.contact .grid.contact-details-wrapper .details .form-wrapper select {
    width: 100%;
    font-size: 14px;
    margin-bottom: 2.5rem;
  }
  section.contact .grid.contact-details-wrapper .details .form-wrapper textarea {
    width: 100%;
    font-size: 14px;
    margin-bottom: 2.5rem;
  }
  section.contact .grid.contact-details-wrapper .details .form-wrapper textarea {
    height: 7rem;
  }
  section.contact .grid.contact-details-wrapper .details .form-wrapper .wpcf7-not-valid-tip {
    font: normal 400 14rem/1.4 "Maison", sans-serif;
    color: #DC4B13;
    right: 0;
    top: 0;
  }
  section.contact .grid.contact-details-wrapper .details .form-wrapper .wpcf7-response-output {
    font: normal 400 14rem/1.4 "Maison", sans-serif;
    color: #DC4B13;
    width: 100%;
    text-align: center;
    bottom: -5rem;
  }
  section.contact .grid.contact-details-wrapper .details .form-wrapper .basic-button-wrapper {
    width: auto;
    margin: auto auto 0 auto;
  }
  section.contact .grid.contact-details-wrapper .details .form-wrapper .wpcf7-spinner {
    right: 0;
    left: 0;
    margin: auto;
  }
  section.contact .grid.contact-details-wrapper .details .details-wrapper {
    padding: 0 6% 10rem 6%;
  }
  section.contact .grid.contact-details-wrapper .details .details-wrapper .contact-us li {
    margin-bottom: 2rem;
  }
  section.contact .grid.contact-details-wrapper .details .details-wrapper .contact-us li a {
    font-size: 14px;
  }
  section.contact .grid.contact-details-wrapper .details .details-wrapper .contact-us li.email:before, section.contact .grid.contact-details-wrapper .details .details-wrapper .contact-us li.telephone:before {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
  }
  section.contact .grid.contact-details-wrapper .details .details-wrapper .address {
    margin-bottom: 2rem;
  }
  section.contact .grid.contact-details-wrapper .details .details-wrapper .follow-us .title {
    margin-bottom: 1rem;
  }
  section.contact .grid.contact-details-wrapper .details .details-wrapper .follow-us li a:before {
    width: 3.3rem;
    height: 3.3rem;
    background-size: 3.3rem;
  }
  section.contact .map-wrapper.grid {
    padding: 0;
  }
  section.contact .map-wrapper #map {
    height: 76vw;
  }
  header {
    position: relative;
    padding: 0 6%;
  }
  header .loader {
    background-size: 35rem;
  }
  header svg {
    transition: 0.3s all;
  }
  header a {
    z-index: 4;
  }
  header.space-between {
    flex-direction: row;
    justify-content: unset;
    z-index: 99999999;
  }
  header nav {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    right: -100vw;
    background-color: #081A1E;
    transition: 0.3s all;
    box-sizing: border-box;
    padding: 29% 6% 6% 6%;
  }
  header nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
  header nav ul li {
    margin: 0 0 4rem 0;
  }
  header nav .menu-header-container {
    padding-left: 1rem;
  }
  header.menu-opened svg path#logotype {
    fill: white !important;
    transition: 0.3s all;
  }
  header.menu-opened nav {
    right: 0;
  }
  header.menu-opened nav a {
    color: white;
  }
  header.menu-opened nav li:last-child {
    margin: 0;
  }
  header.menu-opened nav li:last-child a {
    padding: 0;
    background: none;
    color: white;
    font-size: 14px;
    height: auto;
  }
  footer {
    padding: 4rem 0;
  }
  footer .lidwave-logo {
    width: 17rem;
  }
  footer .footer-content {
    padding: 2rem 0 3rem 0;
  }
  footer .footer-content .site-map {
    flex-direction: row;
    justify-content: left;
    align-items: center;
    margin-bottom: 1rem;
  }
  footer .footer-content .site-map li {
    padding: 0.5rem 0;
  }
  footer .footer-content .site-map li.email {
    height: 1.8rem;
    width: 1.8rem;
    padding: 0;
    margin: auto 1.1rem auto 0;
  }
  footer .footer-content .site-map li.email a {
    color: #081A1E !important;
    width: 1.8rem;
  }
  footer .footer-content .site-map li.email a:before {
    content: "";
    background: url("img/icons/email-icon-white.svg") no-repeat bottom;
    width: 1.8rem;
    height: 1.8rem;
    background-size: 1.8rem;
    display: block;
  }
  footer .footer-content .site-map nav.company, footer .footer-content .site-map nav.services, footer .footer-content .site-map nav.contact-us .button, footer .footer-content .site-map nav.follow-us .button, footer .footer-content .site-map .telephone, footer .footer-content .site-map .contact {
    display: none;
  }
  footer .footer-content nav.follow-us {
    padding: 2rem 0;
  }
  footer .footer-content .newsletter {
    justify-content: flex-start;
    margin-bottom: 2rem;
  }
  footer .footer-content .newsletter p {
    padding: 0.4rem 0 2.3rem 0;
  }
  footer .footer-content .newsletter form input[type=email] {
    width: 100% !important;
  }
  footer .credits {
    text-align: center;
    line-height: 3rem;
  }
  section.full-screen:after {
    height: 48rem;
  }
  .credits {
    display: block;
    text-align: left;
  }
  .credits .desktop {
    display: none;
  }
}

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