section {
  margin-bottom: 208px;
}

section {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: opacity, transform;
}

section.in-view {
  opacity: 1;
  transform: translateY(0);
}

.container {
  padding-block: 0px;
}

h4 {
  margin-bottom: 20px;
}

main {
  position: relative;
  z-index: 2;
}
main::before, main::after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #E7E7E7;
  pointer-events: none;
  z-index: -1;
}
main::before {
  left: calc(50% - 80rem / 2 - 1px / 2 + 16px);
}
main::after {
  left: calc(50% + 80rem / 2 - 1px / 2 - 16px);
}

.hero .container {
  padding-top: 80px;
}
.hero .hero__logo--title {
  visibility: hidden;
  height: 0;
}
.hero .hero__inner {
  text-align: center;
}
.hero .hero__text {
  margin: 24px 0;
}
.hero .hero__text p {
  max-width: 35%;
  margin: 0 auto;
}
.hero .hero__image {
  margin: 24px 0;
}
.hero .hero__links {
  display: flex;
  gap: 114px;
  justify-content: center;
}

.landspace .landspace__title {
  margin-bottom: 32px;
}
.landspace .landspace__text-content {
  margin-top: 44px;
}
.landspace .landspace__text-content__inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 56px;
}
.landspace .landspace__text-content__inner .landspace__text-content--block {
  flex: 1;
}

.workflow .workflow__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
.workflow .workflow__content h3 {
  margin: 0;
}
.workflow .workflow__content .workflow__content--image video {
  width: 740px;
}
.workflow .workflow__content .workflow__content--text {
  flex: 1;
  max-width: 31%;
}
.workflow .workflow__content .workflow__content--text p {
  margin: 0;
}
.workflow .workflow__content .workflow__content--text p:nth-child(1) {
  margin-bottom: 18px;
}
.workflow .workflow__content .workflow__content--text .workflow__content-text-inner {
  margin: 32px 0;
}
.workflow .workflow__slider-icon {
  margin-bottom: 20px;
}
.workflow .workflow__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.workflow .workflow__badges small {
  font-size: 12px;
}
.workflow .workflow__badges .workflow__badges--name {
  display: inline-flex;
  padding: 5px 10px 5px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 0.6px solid var(--black);
}
.workflow .slider__arrows {
  display: flex;
  gap: 24px;
  justify-content: end;
}
.workflow .slider__arrows .slider__arrows_next {
  display: block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="16" viewBox="0 0 23 16" fill="none"><path d="M23 8.17031V7.81531V6.33031L16.67 0.000305176L15.255 1.41531L20.835 6.99531H0V8.99531H20.835L15.255 14.5703L16.67 15.9853L23 9.6553V8.17031Z" fill="%234E18FF"/></svg>');
  background-repeat: no-repeat;
  width: 23px;
  height: 15.985px;
}
.workflow .slider__arrows .slider__arrows_next:hover {
  opacity: 0.6;
}
.workflow .slider__arrows .slider__arrows_prev {
  display: block;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="16" viewBox="0 0 23 16" fill="none"><path d="M23 8.17031V7.81531V6.33031L16.67 0.000305176L15.255 1.41531L20.835 6.99531H0V8.99531H20.835L15.255 14.5703L16.67 15.9853L23 9.6553V8.17031Z" fill="%234E18FF"/></svg>');
  width: 23px;
  height: 15.985px;
  transform: scaleX(-1);
}
.workflow .slider__arrows .slider__arrows_prev:hover {
  opacity: 0.6;
}
.workflow .slider__arrows .slider__arrows--inactive {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="16" viewBox="0 0 23 16" fill="none"><path d="M23 8.17031V7.81531V6.33031L16.67 0.000305176L15.255 1.41531L20.835 6.99531H0V8.99531H20.835L15.255 14.5703L16.67 15.9853L23 9.6553V8.17031Z" fill="%23CCCCCC"/></svg>');
}
.workflow .slider__arrows .slider__arrows--inactive:hover {
  opacity: 1;
}
.workflow .workflow__slider {
  margin-top: 28px;
}
.workflow .workflow__slider:hover {
  cursor: grab;
}
.workflow .workflow__slider:active {
  cursor: grabbing;
}
.workflow .workflow__slider .workfow-slider-item--text {
  color: var(--black-40);
}
.workflow .workflow__slider .slick-track {
  display: flex !important;
  gap: 0px;
}
.workflow .workflow__slider .slick-slide {
  margin: 0 40px 0 0 !important;
}

.esri .esri__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.esri .esri__inner h3 {
  margin: 0;
}
.esri .esri__inner .esri__image {
  flex: 0 0 auto;
  max-width: 45%;
}
.esri .esri__inner .esri__image img {
  width: 100%;
  height: auto;
  display: block;
}
.esri .esri__inner .esri__content {
  flex: 0 0 auto;
  max-width: 41%;
  margin-right: 68px;
}
.esri .esri__inner .esri__content p {
  margin: 0;
}
.esri .esri__inner .esri__content--text {
  margin: 44px 0;
}
.esri .esri__inner .esri__content--text p:nth-child(2) {
  margin: 24px 0;
}
.esri .esri__inner .esri__content__inner {
  max-width: 100%;
}

.scanning .scanning__inner {
  display: flex;
  justify-content: space-between;
}
.scanning .scanning__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.scanning .scanning__content {
  flex: 0 0 auto;
  max-width: 32%;
}
.scanning .scanning__media {
  flex: 0 0 auto;
  max-width: 50%;
}
.scanning .scanning__media img {
  width: 100%;
  height: 572px;
  -o-object-fit: cover;
     object-fit: cover;
}

.accuracy .accuracy__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accuracy .accuracy__content .accuracy__content--media {
  flex: 0 0 auto;
  max-width: 50%;
}
.accuracy .accuracy__content .accuracy__content--text {
  flex: 0 0 auto;
  max-width: 42%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 618px;
}
.accuracy .accuracy__title {
  max-width: 100%;
}
.accuracy .accuracy__content--media video {
  width: 100%;
  height: 618px;
  -o-object-fit: cover;
     object-fit: cover;
}
.accuracy .accuracy__level--block {
  margin-bottom: 40px;
}
.accuracy .accuracy__level--text, .accuracy .accuracy__rover--text {
  color: #9E9E9E;
}

.built .built__inner {
  display: flex;
  justify-content: space-between;
}
.built .built__content {
  flex: 0 0 auto;
  max-width: 44%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.built .built__content--title h2 {
  width: 100%;
}
.built .built__content--text-block--icon img {
  width: 28px;
  height: 28px;
}
.built .built__content--text {
  padding-left: 32px;
}
.built .built__content--text .built__content--text-block:nth-child(2) {
  margin: 56px 0;
}
.built .built__content--text-block {
  display: flex;
  gap: 20px;
  max-width: 75%;
}
.built .built__content-block--text p {
  color: #9E9E9E;
}
.built .built__content-block--text strong {
  font-weight: 620;
}
.built .built__content--media {
  flex: 0 0 auto;
  max-width: 50%;
}
.built .built__content--media img {
  width: 100%;
  height: 618px;
  -o-object-fit: cover;
     object-fit: cover;
}

.scales .scales__inner {
  display: flex;
  justify-content: space-between;
}
.scales .scales__content {
  flex: 0 0 auto;
  max-width: 37%;
}
.scales .scales__content p, .scales .scales__content h2 {
  margin: 0;
}
.scales .scales__content .scales__content--text--top {
  margin: 32px 0 52px 0px;
}
.scales .scales__content .scales__content--text--top p:nth-child(1) {
  margin-bottom: 24px;
}
.scales .scales__content .scales__content--text--bot p {
  margin-bottom: 32px;
}
.scales .scales__media {
  flex: 0 0 auto;
  max-width: 50%;
}

.stories h5 {
  margin: 0;
}
.stories .stories__titles {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
}
.stories .slick-dots {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin-top: 32px;
  padding: 0;
}
.stories .slick-dots button {
  display: block;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  background-color: rgba(21, 21, 21, 0.2);
  text-indent: -9999px;
  padding: 0;
}
.stories .slick-dots li.slick-active button {
  background-color: #4E18FF;
}
.stories .slider__arrows_next {
  display: block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="16" viewBox="0 0 23 16" fill="none"><path d="M23 8.17031V7.81531V6.33031L16.67 0.000305176L15.255 1.41531L20.835 6.99531H0V8.99531H20.835L15.255 14.5703L16.67 15.9853L23 9.6553V8.17031Z" fill="%234E18FF"/></svg>');
  background-repeat: no-repeat;
  width: 23px;
  height: 15.985px;
}
.stories .slider__arrows_next:hover {
  opacity: 0.6;
}
.stories .slider__arrows_prev {
  display: block;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="16" viewBox="0 0 23 16" fill="none"><path d="M23 8.17031V7.81531V6.33031L16.67 0.000305176L15.255 1.41531L20.835 6.99531H0V8.99531H20.835L15.255 14.5703L16.67 15.9853L23 9.6553V8.17031Z" fill="%234E18FF"/></svg>');
  width: 23px;
  height: 15.985px;
  transform: scaleX(-1);
}
.stories .slider__arrows_prev:hover {
  opacity: 0.6;
}
.stories .slider__arrows--inactive {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="16" viewBox="0 0 23 16" fill="none"><path d="M23 8.17031V7.81531V6.33031L16.67 0.000305176L15.255 1.41531L20.835 6.99531H0V8.99531H20.835L15.255 14.5703L16.67 15.9853L23 9.6553V8.17031Z" fill="%23CCCCCC"/></svg>');
}
.stories .slider__arrows--inactive:hover {
  opacity: 1;
}
.stories .slick-dots li {
  padding: 0 3px;
}
.stories .slider__arrows {
  display: flex;
  gap: 24px;
  margin-bottom: 10px;
}
.stories .slick-slide {
  margin: 0 8px;
}
.stories .slick-list {
  margin: 0 -8px;
}
.stories .stories__slider--content {
  margin-top: 24px;
}
.stories .stories__slider--link img {
  width: 16px;
  margin-right: 6px;
}
.stories .stories__slider--link {
  display: flex;
  align-items: center;
}
.stories .stories__slider--card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.stories .stories__slider--image {
  flex-shrink: 0;
}
.stories .stories__slider--content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 12px;
}
.stories .stories__slider--link {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
}
.stories .stories__slider--link img {
  width: 16px;
}
.stories .slick-slide {
  height: auto;
  display: flex;
}
.stories .slick-track {
  display: flex;
}

.order .order__shipping-info {
  margin-top: 70px;
}
.order .order-block__title p {
  color: #707070;
}
.order .order-block__img {
  text-align: center;
}
.order .order__image-rx2 {
  max-width: 16.7%;
}
.order .order__inner {
  display: flex;
  gap: 16px;
}
.order .order__inner .order__block {
  flex: 1;
  background-color: var(--lines-light);
  padding: 40px;
}
.order .order__inner .order__image {
  margin: 40px 0;
}
.order .order__inner .order-block__btn-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order .order__inner .order-block__price p {
  margin-bottom: 0;
}

#footer_form {
  position: relative;
  z-index: -2;
}

.faq .container {
  padding-top: 0px;
}
.faq__title {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 48px;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.faq__item {
  padding-bottom: 12px;
  border-bottom: 1px solid #E7E7E7;
}
.faq__item > .faq__summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0;
}
.faq__item > .faq__summary::-webkit-details-marker {
  display: none;
}
.faq__item > .faq__summary .faq__question {
  margin: 0;
  font-weight: 600;
}
.faq__item > .faq__summary .faq__icon {
  width: 14px;
  height: 9px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="9" viewBox="0 0 14 9" fill="none"><path d="M2.42969 0.5L0.929688 2L7 8.07031L13.0703 2L11.5703 0.5L7 5.07031L2.42969 0.5Z" fill="%23151515"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  position: relative;
  transition: transform 0.3s;
}
.faq__item .faq__answer {
  margin-top: 24px;
  max-width: 75%;
}
.faq__item .faq__answer p:not(:last-child) {
  margin-bottom: 16px;
}
.faq__item .faq__answer .faq__sublist {
  margin: 12px 0 16px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq__item .faq__answer .faq__sublist .faq__subitem {
  list-style: disc;
}
.faq__item[open] > .faq__summary .faq__icon {
  transform: rotate(180deg);
}
@keyframes faqFade {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.faq__item[open] .faq__answer {
  animation: faqFade 0.25s ease-out;
}

.active-lang__es .order__block, .active-lang__fr .order__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rx__2-contant .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media screen and (max-width: 1200px) {
  section {
    margin-bottom: 128px;
  }
  .hero .container {
    padding-top: 56px;
  }
  .hero .hero__text {
    margin: 20px 0;
  }
  .hero .hero__text p {
    max-width: 67%;
  }
  .hero .hero__image {
    margin: 36px 0;
  }
  .landspace .landspace__text-content {
    margin-top: 24px;
  }
  .workflow .workflow__content {
    flex-direction: column-reverse;
    align-items: start;
  }
  .workflow .workflow__content .workflow__content--image video {
    width: 100%;
  }
  .workflow .workflow__content .workflow__content--text {
    margin-top: 24px;
    max-width: 80%;
  }
  .workflow .workflow__slider .slick-slide {
    margin: 0 40px 0px 0px !important;
  }
  .esri .esri__inner {
    display: block;
  }
  .esri .esri__inner .esri__image {
    max-width: 100%;
  }
  .esri .esri__inner .esri__image img {
    margin-bottom: 32px;
  }
  .esri .esri__inner .esri__content {
    max-width: 80%;
  }
  .esri .esri__inner .esri__content--text {
    margin: 24px 0;
  }
  .scanning .scanning__inner {
    flex-direction: column-reverse;
  }
  .scanning .scanning__content {
    max-width: 82%;
  }
  .scanning .scanning__media {
    max-width: 100%;
    margin-bottom: 32px;
  }
  .scanning .scanning__media img {
    width: 100%;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
  .accuracy .accuracy__content {
    flex-direction: column;
  }
  .accuracy .accuracy__content .accuracy__content--media {
    width: 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }
  .accuracy .accuracy__content .accuracy__content--text {
    max-width: 80%;
    height: unset;
  }
  .accuracy .accuracy__content .accuracy__content--text {
    max-width: 100%;
    height: unset;
  }
  .accuracy .accuracy__title h3 {
    margin-bottom: 32px;
  }
  .accuracy .accuracy__content--media video {
    width: 100%;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
  .accuracy .accuracy__level--text, .accuracy .accuracy__rover--text {
    max-width: 52%;
  }
  .built .built__inner {
    flex-direction: column-reverse;
  }
  .built .built__content {
    max-width: 100%;
  }
  .built .built__content--title h2 {
    width: 100%;
  }
  .built .built__content--text {
    padding-left: 0;
  }
  .built .built__content--text .built__content--text-block:nth-child(2) {
    margin: 0;
  }
  .built .built__content--text {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 32px;
  }
  .built .built__content--text-block {
    max-width: 100%;
  }
  .built .built__content--media {
    max-width: 100%;
    width: 100%;
    margin-bottom: 32px;
  }
  .built .built__content--media img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
  .scales .scales__inner {
    flex-direction: column-reverse;
  }
  .scales .scales__content {
    max-width: 80%;
  }
  .scales .scales__media {
    max-width: 100%;
    width: 100%;
    margin-bottom: 32px;
  }
  .order .order__inner .order__block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
  }
  .order .order__inner .order-block__btn-price {
    flex-direction: column-reverse;
    align-items: start;
  }
  .order .order__inner .order-block__price {
    margin-bottom: 24px;
  }
  .active-lang__fr .order-block__btn .btn__learn-more, .active-lang__de .order-block__btn .btn__learn-more, .active-lang__es .order-block__btn .btn__learn-more {
    margin-bottom: 8px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 768px) {
  section {
    margin-bottom: 112px;
  }
  h4 {
    margin-bottom: 16px;
  }
  .hero .container {
    padding-top: 40px;
  }
  .hero .hero__text {
    margin: 24px 0;
  }
  .hero .hero__text p {
    max-width: 100%;
  }
  .hero .hero__image {
    margin: 24px 0;
  }
  .hero .hero__links {
    gap: 32px;
  }
  .landspace #landspace__video-inner {
    transform: unset !important;
  }
  .landspace .landspace__text-content__inner {
    display: block;
  }
  .landspace .landspace__text-content__inner .landspace__text-content--block:nth-child(2) {
    margin: 32px 0;
  }
  .workflow .workflow__content .workflow__content--text {
    max-width: 100%;
  }
  .workflow .slider__arrows {
    display: none;
  }
  .workflow .workflow__slider .slick-track {
    gap: 0;
  }
  .workflow .workflow__slider .slick-slide {
    margin: 0 40px 0px 0px !important;
  }
  .esri .esri__inner .esri__content {
    max-width: 100%;
    margin-right: 0px;
  }
  .esri .esri__inner .esri__content--text {
    margin: 16px 0;
  }
  .scanning .scanning__content {
    max-width: 100%;
  }
  .accuracy .accuracy__level--block {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .accuracy .accuracy__level--text, .accuracy .accuracy__rover--text {
    max-width: 100%;
  }
  .built .built__content--text .built__content--text-block:nth-child(2) {
    margin: 32px 0;
  }
  .built .built__content--text {
    display: block;
  }
  .scales .scales__content {
    max-width: 100%;
  }
  .stories .slider__arrows {
    display: none;
  }
  .order .order__inner {
    display: block;
  }
  .order .order__inner .order__block {
    padding: 16px;
  }
  .order .order__inner .order__block:nth-child(1) {
    margin-bottom: 16px;
  }
  .order .order__inner .order__image {
    margin: 32px 0;
  }
  .faq__item .faq__answer {
    max-width: 100%;
  }
  .order__shipping-info {
    padding-left: 15px;
  }
}

@media screen and (max-width: 575px) {
  .workflow .workflow__slider .slick-slide {
    margin: 0 40px 0px 0px !important;
  }
  .active-lang__es .hero .hero__links {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .active-lang__fr .hero__links {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}

@media screen and (max-width: 991px) {
  .stories .stories__titles {
    margin-bottom: 24px;
    align-items: center;
  }
  .stories .stories__titles h2 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 30px) {
  .order .order__shipping-info {
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  .faq__item > .faq__summary {
    gap: 20px;
  }
}/*# sourceMappingURL=rx2.css.map */
