@charset "UTF-8";
.container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .container {
    max-width: 1296px;
    padding: 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 688px;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: calc(100% - 30px);
    padding: 0 15px;
  }
}
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: Montserrat, sans-serif;
}

body {
  background-color: #FCFCFC !important;
}

.main {
  overflow: hidden;
}

div > p:not(:last-of-type) {
  margin-bottom: unset;
}

@media screen and (max-width: 767px) {
  .big-video-wrapper {
    background-image: url("/pioneer/frontend/assets/pages/geoscan-simulator/geoscan-simulator-poster.webp");
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .big-video-wrapper {
    background-image: url("/pioneer/frontend/assets/pages/geoscan-simulator/geoscan-simulator-poster-mobile.webp");
    background-position: center;
  }
}
.showcase {
  display: flex;
  flex-direction: column;
  padding: 10rem 0;
  overflow: hidden;
  background-color: #F4F5FA;
}
@media screen and (max-width: 991px) {
  .showcase {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .showcase {
    padding: 3.5rem 0;
  }
}
.showcase .showcase__details {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "title video" "desc video" "buy-btn video";
  min-height: 34.25rem;
}
@media screen and (max-width: 991px) {
  .showcase .showcase__details {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 4.375rem 1fr 1fr;
    max-height: 33.75rem;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .showcase .showcase__details {
    display: flex;
    flex-direction: column;
    max-height: none;
    min-height: auto;
  }
}
.showcase .showcase__details .showcase__title {
  grid-area: title;
  font-size: 4rem;
  margin-top: 5.1875rem;
  font-weight: 600;
  line-height: 67.2px;
  text-align: left;
  align-self: start;
}
@media screen and (max-width: 991px) {
  .showcase .showcase__details .showcase__title {
    font-size: 2.5rem;
    line-height: 45.2px;
    margin-top: 0;
    max-width: 335px;
  }
}
@media screen and (max-width: 767px) {
  .showcase .showcase__details .showcase__title {
    font-size: 2rem;
    width: 100%;
    line-height: 36px;
    letter-spacing: -0.01em;
    margin-top: 0;
  }
}
.showcase .showcase__details .showcase__title span {
  color: #FF7237;
}
.showcase .showcase__details .showcase__desc {
  grid-area: desc;
  font-size: 2rem;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0.01em;
  text-align: left;
  max-width: 39.75rem;
  min-width: 0;
  margin-top: 2rem;
}
@media screen and (max-width: 991px) {
  .showcase .showcase__details .showcase__desc {
    font-size: 1.5rem;
    line-height: 34px;
    max-width: 18.75rem;
    margin-top: 40px;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 767px) {
  .showcase .showcase__details .showcase__desc {
    font-size: 1.5rem;
    line-height: 29px;
    margin-top: 1.25rem;
    max-width: unset;
  }
}
.showcase .showcase__details .showcase__buy-btn {
  grid-area: buy-btn;
  width: 15.4375rem;
  height: 4.8125rem;
  margin-top: 2.5rem;
  padding: 1.5rem 4rem;
  border: none;
}
@media screen and (max-width: 991px) {
  .showcase .showcase__details .showcase__buy-btn {
    margin-top: 2.5rem;
    width: 15.4375rem;
    height: 4.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .showcase .showcase__details .showcase__buy-btn {
    width: 100%;
    height: 3.25rem;
    font-size: 1rem;
    padding: 0;
    justify-content: center;
    margin-top: 2.5rem;
  }
}
.showcase .showcase__details .showcase__watch {
  grid-area: video;
  display: flex;
  position: relative;
  height: fit-content;
  align-self: center;
}
@media screen and (max-width: 991px) {
  .showcase .showcase__details .showcase__watch {
    height: fit-content;
    margin: auto 0;
  }
}
@media screen and (max-width: 767px) {
  .showcase .showcase__details .showcase__watch {
    width: 100%;
    margin-top: 2.5rem;
  }
}
.showcase .showcase__details .showcase__watch .showcase__watch__image {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 39.75rem;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .showcase .showcase__details .showcase__watch .showcase__watch__image {
    max-width: 21rem;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .showcase .showcase__details .showcase__watch .showcase__watch__image {
    max-width: unset;
    object-fit: contain;
  }
}
@media screen and (max-width: 424px) {
  .showcase .showcase__details .showcase__watch .showcase__watch__image {
    max-width: unset;
    object-fit: contain;
  }
}
.showcase .showcase__details .showcase-discount {
  display: flex;
  align-items: center;
  margin-left: 130px;
  gap: 12px;
  grid-column: 1/-1;
}
.showcase .showcase__details .showcase-discount img {
  pointer-events: none;
  user-select: none;
}
.showcase .showcase__details .showcase-discount a {
  display: block;
  color: #725EF2;
  text-decoration: underline;
  text-decoration-color: #725EF2;
  align-self: end;
  margin-top: 80px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
}
@media screen and (max-width: 424px) {
  .showcase .showcase__details .showcase-discount a {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 991px) {
  .showcase .showcase__details .showcase-discount {
    margin-top: 5px;
    align-items: flex-start;
    margin-left: 125px;
  }
}
@media screen and (max-width: 767px) {
  .showcase .showcase__details .showcase-discount {
    margin-left: 50px;
  }
}
@media screen and (max-width: 424px) {
  .showcase .showcase__details .showcase-discount {
    margin-left: 0;
  }
}
.showcase .showcase__representation {
  display: flex;
  flex-direction: column;
  margin-top: 10rem;
  padding: 2.5rem;
  gap: 1rem;
  border: 1px dashed #FF7237;
  border-radius: 30px;
}
@media screen and (max-width: 991px) {
  .showcase .showcase__representation {
    margin-top: 3.5rem;
    gap: 0.625rem;
    padding: 1.5rem;
    line-height: 5px;
  }
}
@media screen and (max-width: 767px) {
  .showcase .showcase__representation {
    border-radius: 20px;
    padding: 1.5rem;
    gap: 0.625rem;
    margin-top: 3.5rem;
  }
}
.showcase .showcase__representation p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.01em;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .showcase .showcase__representation p {
    font-size: 1.25rem;
    max-width: 38rem;
  }
}
@media screen and (max-width: 767px) {
  .showcase .showcase__representation p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
  }
}
.showcase .showcase__representation p span {
  color: #FF7237;
}
@media screen and (max-width: 767px) {
  .showcase .showcase__representation p {
    font-size: 1rem;
    line-height: 22px;
  }
}
.showcase .showcase__preview {
  display: flex;
  margin-top: 10rem;
}
@media screen and (max-width: 991px) {
  .showcase .showcase__preview {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .showcase .showcase__preview {
    margin-top: 3.5rem;
    justify-content: center;
  }
}
.showcase .showcase__preview .showcase__square-video {
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .showcase .showcase__preview .showcase__square-video {
    width: 100%;
  }
}
.showcase .showcase__features {
  display: flex;
  margin-top: 7.5rem;
  gap: 16px;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .showcase .showcase__features {
    margin-top: 3rem;
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .showcase .showcase__features {
    margin-top: 3.5rem;
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media screen and (max-width: 424px) {
  .showcase .showcase__features {
    margin-top: 2.5rem;
    gap: 8px;
  }
}
.showcase .showcase__features .showcase__feature {
  box-sizing: border-box;
  display: flex;
  gap: 18px;
  width: 100%;
  align-items: center;
  min-height: 6rem;
  border-radius: 15px;
  padding: 1.5rem 2.0625rem;
  border: 2px solid #FF7237;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #FF7237;
}
@media screen and (max-width: 1199px) {
  .showcase .showcase__features .showcase__feature {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .showcase .showcase__features .showcase__feature {
    max-width: 21rem;
  }
}
@media screen and (max-width: 767px) {
  .showcase .showcase__features .showcase__feature {
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    flex-direction: column;
    max-width: 45%;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 17.07px;
    padding: 1rem;
  }
}
@media screen and (max-width: 424px) {
  .showcase .showcase__features .showcase__feature {
    font-size: 0.75rem;
    padding: 1rem 0.625rem;
    max-height: 8.75rem;
    height: 140px;
    gap: 12px;
  }
}
.showcase .showcase__features .showcase__feature .showcase__feature__img {
  width: 36px;
}

.start {
  padding: 160px 0;
}
@media screen and (max-width: 991px) {
  .start {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .start {
    padding: 56px 0;
  }
}
.start .start-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  min-width: 0;
  gap: 64px;
}
@media screen and (max-width: 1199px) {
  .start .start-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .start .start-wrapper {
    gap: 48px;
    flex-direction: column;
  }
}
.start .start-wrapper .start__header {
  width: 100%;
  max-width: 660px;
}
@media screen and (max-width: 1199px) {
  .start .start-wrapper .start__header {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .start .start-wrapper .start__header {
    max-width: 100%;
  }
}
.start .start-wrapper .start__header .start__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .start .start-wrapper .start__header .start__title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .start .start-wrapper .start__header .start__title {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1%;
  }
}
.start .start-wrapper .start__header .start__title span {
  color: #FF7237;
}
.start .start-wrapper .start__header .start__desc {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 1%;
  margin-top: 32px;
  max-width: 526px;
}
@media screen and (max-width: 1199px) {
  .start .start-wrapper .start__header .start__desc {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .start .start-wrapper .start__header .start__desc {
    max-width: 100%;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 1%;
    margin-top: 24px;
  }
}
.start .start-wrapper .start__content {
  width: 100%;
  max-width: 552px;
}
@media screen and (max-width: 1199px) {
  .start .start-wrapper .start__content {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .start .start-wrapper .start__content {
    max-width: 100%;
  }
}
.start .start-wrapper .start__content .start__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 3vw, 48px) clamp(16px, 4vw, 64px);
  list-style-type: none;
}
@media screen and (max-width: 991px) {
  .start .start-wrapper .start__content .start__list {
    gap: 32px 16px;
  }
}
@media screen and (max-width: 767px) {
  .start .start-wrapper .start__content .start__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.start .start-wrapper .start__content .start__list li {
  display: flex;
  gap: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  height: fit-content;
}
@media screen and (max-width: 1199px) {
  .start .start-wrapper .start__content .start__list li {
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .start .start-wrapper .start__content .start__list li {
    align-items: center;
  }
}
.start .start-wrapper .start__content .start__list li .start__list-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #FF7237;
  border-radius: 10px;
  flex-shrink: 0;
  color: #FCFCFC;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
}

.examples {
  position: relative;
  background-color: #487FFB;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .examples .container {
    padding: 0;
    max-width: 100%;
  }
}
.examples .examples-wrapper {
  display: flex;
  flex-direction: column;
  padding: 10rem 0;
}
@media screen and (max-width: 991px) {
  .examples .examples-wrapper {
    padding-top: 4rem;
    padding-bottom: 0;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .examples .examples-wrapper {
    padding-top: 3.5rem;
    gap: 2.0625rem;
  }
}
.examples .examples-wrapper .examples-title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 78px;
  text-align: left;
  color: #FCFCFC;
}
@media screen and (max-width: 991px) {
  .examples .examples-wrapper .examples-title {
    font-size: 2.5rem;
    line-height: 46px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .examples .examples-wrapper .examples-title {
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: -0.01em;
    padding: 0 15px;
  }
}
.examples .examples-wrapper .examples-content {
  display: flex;
  gap: 5rem;
  z-index: 10;
}
@media screen and (max-width: 1199px) {
  .examples .examples-wrapper .examples-content {
    gap: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .examples .examples-wrapper .examples-content {
    flex-direction: column-reverse;
    gap: 2.5rem;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .examples .examples-wrapper .examples-content {
    flex-direction: column-reverse;
    gap: 2rem;
    margin-top: 0;
  }
}
.examples .examples-wrapper .examples-content .examples-preview {
  display: flex;
  flex-direction: column;
  width: 55%;
}
@media screen and (max-width: 991px) {
  .examples .examples-wrapper .examples-content .examples-preview {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .examples .examples-wrapper .examples-content .examples-preview {
    width: auto;
  }
}
.examples .examples-wrapper .examples-content .examples-preview .examples-preview__img-block {
  position: relative;
  display: flex;
  margin-top: 64px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .examples .examples-wrapper .examples-content .examples-preview .examples-preview__img-block {
    margin-top: 0;
  }
}
.examples .examples-wrapper .examples-content .examples-preview .examples-preview__img-block .examples-preview__img {
  position: relative;
  background-image: url("/pioneer/frontend/assets/pages/geoscan-simulator/examples/examples-preview.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  width: 690px;
  height: 524px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .examples .examples-wrapper .examples-content .examples-preview .examples-preview__img-block .examples-preview__img {
    width: 100%;
    border-radius: 0;
    height: auto;
    aspect-ratio: 768/420;
  }
}
@media screen and (max-width: 767px) {
  .examples .examples-wrapper .examples-content .examples-preview .examples-preview__img-block .examples-preview__img {
    aspect-ratio: 440/345;
  }
}
.examples .examples-wrapper .examples-content .examples-info {
  min-width: 25rem;
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  .examples .examples-wrapper .examples-content .examples-info {
    margin-top: 0;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .examples .examples-wrapper .examples-content .examples-info {
    min-width: unset;
    margin-top: 0;
    padding: 0 15px;
  }
}
.examples .examples-wrapper .examples-content .examples-info .accordion {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .examples .examples-wrapper .examples-content .examples-info .accordion {
    gap: 1.125rem;
  }
}
.examples .examples-wrapper .examples-content .examples-info .accordion .accordion__divider {
  width: 100%;
  height: 0.125rem;
  background-color: #F4F5FA;
}
.examples .examples-wrapper .examples-content .examples-info .accordion .accordion__item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.examples .examples-wrapper .examples-content .examples-info .accordion .accordion__item .accordion__header {
  position: relative;
  background-color: transparent;
  border: none;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 29.26px;
  letter-spacing: 0.01em;
  color: #FCFCFC;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .examples .examples-wrapper .examples-content .examples-info .accordion .accordion__item .accordion__header {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
.examples .examples-wrapper .examples-content .examples-info .accordion .accordion__item .accordion__header .accordion__header-arrow {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/pioneer/frontend/assets/pages/pioneer-arena/images/accordion/accordion-arrow.svg");
  background-repeat: no-repeat;
  transform: rotate(180deg);
  transition: 0.35s;
}
.examples .examples-wrapper .examples-content .examples-info .accordion .accordion__item .accordion-content {
  height: 0;
  transition: height 0.4s, margin-top 0.3s, opacity 0.2s;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #FCFCFC;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .examples .examples-wrapper .examples-content .examples-info .accordion .accordion__item .accordion-content {
    font-size: 1rem;
    line-height: 20px;
  }
}
.examples .examples-wrapper .examples-content .examples-info .accordion .accordion__item .content-open {
  margin-top: 24px !important;
  opacity: 1;
}
.examples .examples-wrapper .examples-content .examples-info .accordion .accordion__item .arrow-open {
  transform: rotate(0deg) !important;
}
.examples .examples__orbit-star {
  position: absolute;
  top: -170px;
  right: -250px;
}
@media screen and (max-width: 1600px) {
  .examples .examples__orbit-star {
    transform: scale(0.8);
    top: -251px;
    right: -300px;
  }
}
@media screen and (max-width: 991px) {
  .examples .examples__orbit-star {
    top: -340px;
    right: -300px;
    transform: rotate(-20deg) scale(0.6);
  }
}
@media screen and (max-width: 767px) {
  .examples .examples__orbit-star {
    transform: scale(0.65) rotate(-15deg);
    top: -330px;
    right: -300px;
  }
}
.examples .examples__figure {
  position: absolute;
  bottom: 100px;
  left: 50px;
}
@media screen and (max-width: 991px) {
  .examples .examples__figure {
    top: auto;
    left: 80%;
    bottom: 30px;
    transform: rotateY(180deg);
  }
}
@media screen and (max-width: 767px) {
  .examples .examples__figure {
    top: auto;
    right: 20px;
    bottom: 25px;
    transform: rotateY(180deg);
  }
}
.examples .examples__star {
  position: absolute;
  top: 120px;
  left: -290px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .examples .examples__star {
    top: -60px;
  }
}
@media (max-width: 767px) {
  .examples .examples__star {
    top: 0;
  }
}

.additional {
  padding: 160px 0;
}
@media screen and (max-width: 991px) {
  .additional {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .additional {
    padding: 56px 0;
  }
}
.additional .additional__title {
  max-width: 744px;
}
.additional .additional__title span {
  color: #FF7237;
}
.additional .additional-swiper {
  display: flex;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .additional .additional-swiper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .additional .additional-swiper {
    margin-top: 32px;
  }
}
.additional .additional-swiper .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .additional .additional-swiper .swiper-wrapper {
    flex-wrap: nowrap;
    gap: unset;
  }
}
.additional .additional-swiper .swiper-wrapper .swiper-slide {
  box-sizing: border-box;
  width: 100%;
  max-width: 636px;
  cursor: pointer;
  background-color: black;
  border-radius: 30px;
  min-height: 362px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .additional .additional-swiper .swiper-wrapper .swiper-slide {
    width: 48%;
    min-height: unset;
  }
}
@media screen and (max-width: 1199px) {
  .additional .additional-swiper .swiper-wrapper .swiper-slide {
    width: 48%;
    min-height: unset;
  }
}
@media screen and (max-width: 991px) {
  .additional .additional-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    max-width: 100%;
    height: 387px;
  }
}
@media screen and (max-width: 767px) {
  .additional .additional-swiper .swiper-wrapper .swiper-slide {
    min-height: unset;
    height: auto;
    border-radius: 16px;
  }
}
.additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-preview {
  position: relative;
  width: 100%;
  transition: 0.2s ease-out;
}
.additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-preview img {
  border-radius: 30px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-preview img {
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-preview img {
    border-radius: 16px;
  }
}
.additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-preview .additional__flip-arrow {
  position: absolute;
  bottom: 32px;
  right: 32px;
  z-index: 10;
  width: 16px;
  height: 16px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-preview .additional__flip-arrow {
    bottom: 16px;
    right: 24px;
  }
}
.additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-preview .additional__watch-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-preview .additional__swiper-slide-title {
  position: absolute;
  bottom: 32px;
  left: 32px;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #FCFCFC;
  transition: 200ms;
}
@media screen and (max-width: 767px) {
  .additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-preview .additional__swiper-slide-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    bottom: 16px;
    left: 24px;
  }
}
@media screen and (max-width: 424px) {
  .additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-preview .additional__swiper-slide-title {
    max-width: 230px;
  }
}
.additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-text {
    gap: 16px;
    padding: 16px;
  }
}
.additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-text .additional__slide-text__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #FCFCFC;
}
@media screen and (max-width: 767px) {
  .additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-text .additional__slide-text__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
}
.additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-text .additional__slide-text__desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FCFCFC;
}
@media screen and (max-width: 767px) {
  .additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-text .additional__slide-text__desc {
    font-size: 12px;
    line-height: 15px;
  }
}
.additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-text .additional__flip-arrow {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 10;
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-text .additional__flip-arrow {
    top: 16px;
    right: 24px;
  }
}
.additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-preview--hidden {
  position: absolute;
  opacity: 0.35;
}
.additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-preview--hidden .additional__swiper-slide-title {
  opacity: 0;
}
.additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-preview--hidden .additional__flip-arrow {
  opacity: 0;
}
.additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-preview--hidden .additional__watch-btn {
  opacity: 0;
}
.additional .additional-swiper .swiper-wrapper .swiper-slide .additional__slide-text--hidden {
  position: absolute;
  transform: scale(0);
}

.controls {
  position: relative;
  padding: 160px 0;
  background-color: #2C2D34;
  color: #FCFCFC;
}
@media screen and (max-width: 991px) {
  .controls {
    padding: 64px 0;
    background-color: #131313;
  }
}
@media screen and (max-width: 767px) {
  .controls {
    padding: 56px 0;
  }
}
.controls:before {
  position: absolute;
  content: "";
  width: 211px;
  height: 120px;
  bottom: 50px;
  left: calc(50% - 900px);
  background-image: url("/pioneer/frontend/assets/pages/geoscan-simulator/controls/switch.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .controls:before {
    display: none;
  }
}
.controls:after {
  position: absolute;
  content: "";
  width: 211px;
  height: 120px;
  top: 100px;
  right: calc(50% - 950px);
  background-image: url("/pioneer/frontend/assets/pages/geoscan-simulator/controls/lamp.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .controls:after {
    top: 0;
    right: calc(50% - 350px);
    width: 65px;
    transform: rotate(-70deg);
  }
}
@media screen and (max-width: 767px) {
  .controls:after {
    display: none;
  }
}
.controls .controls__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .controls .controls__title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .controls .controls__title {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1%;
  }
}
.controls .controls__title span {
  color: #FF7237;
}
.controls .controls__controls {
  display: flex;
  margin: 80px 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .controls .controls__controls {
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .controls .controls__controls {
    margin: 40px auto 24px;
    gap: 8px;
  }
}
.controls .controls__controls .controls__button {
  border: none;
  border-bottom: 2px solid #725EF2;
  padding-bottom: 24px;
  background-color: transparent;
  width: 50%;
  color: #725EF2;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 10%;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.3;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .controls .controls__controls .controls__button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #725EF2;
    background-color: transparent;
    padding: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    border-radius: 16px;
    opacity: 1;
    text-transform: capitalize;
    width: fit-content;
  }
}
.controls .controls__controls .controls__button--active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .controls .controls__controls .controls__button--active {
    color: #FCFCFC;
    background-color: #725EF2;
  }
}
.controls .controls__content {
  display: flex;
  gap: 24px;
}
.controls .controls__content .controls__card {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .controls .controls__content .controls__card {
    flex-direction: column;
    gap: 40px;
  }
}
.controls .controls__content .controls__card p {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 1%;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .controls .controls__content .controls__card p {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .controls .controls__content .controls__card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
}
.controls .controls__content .controls__card .controls__video-wrapper {
  position: relative;
  max-width: 745px;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .controls .controls__content .controls__card .controls__video-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
.controls .controls__content .controls__card .controls__video-wrapper img {
  width: 100%;
  height: auto;
}
.controls .controls__content .controls__card .controls__video-wrapper video {
  position: absolute;
  top: 8%;
  left: 50%;
  width: 78%;
  height: auto;
  object-fit: cover;
  transform: translateX(-50%);
  border-radius: 6px;
}
.controls .controls__content .controls__card--hidden {
  display: none;
}

.skills {
  position: relative;
  padding: 160px 0;
  background-color: #F4F5FA;
}
.skills:after {
  position: absolute;
  top: 0;
  left: calc(50% + 500px);
  content: "";
  width: 428px;
  height: 100%;
  background-image: url("/pioneer/frontend/assets/pages/geoscan-simulator/skills/decor.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .skills:after {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .skills {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .skills {
    padding: 56px 0;
  }
}
.skills .skills__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  letter-spacing: 0;
  max-width: 90%;
}
@media screen and (max-width: 991px) {
  .skills .skills__title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .skills .skills__title {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1%;
  }
}
.skills .skills__title span {
  color: #FF7237;
}
.skills .skills__content {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  gap: 64px;
}
@media screen and (max-width: 991px) {
  .skills .skills__content {
    margin-top: 48px;
    gap: 48px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .skills .skills__content {
    margin-top: 32px;
  }
}
.skills .skills__content .skills__info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 40%;
}
@media screen and (max-width: 991px) {
  .skills .skills__content .skills__info {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .skills .skills__content .skills__info {
    gap: 24px;
  }
}
.skills .skills__content .skills__info .skills__info-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 1%;
}
@media screen and (max-width: 767px) {
  .skills .skills__content .skills__info .skills__info-title {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 1%;
  }
}
.skills .skills__content .skills__info .skills__info-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .skills .skills__content .skills__info .skills__info-list {
    gap: 16px;
  }
}
.skills .skills__content .skills__info .skills__info-list li {
  position: relative;
  padding-left: 36px;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .skills .skills__content .skills__info .skills__info-list li {
    padding-left: 0;
    padding-top: 30px;
  }
}
.skills .skills__content .skills__info .skills__info-list li:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  background-image: url("/pioneer/frontend/assets/pages/geoscan-simulator/skills/list-checkbox.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .skills .skills__content .skills__info .skills__info-list li:before {
    top: 0;
    transform: none;
  }
}
.skills .skills__content .skills__image-wrapper {
  max-width: 746px;
  width: 60%;
}
@media screen and (max-width: 991px) {
  .skills .skills__content .skills__image-wrapper {
    width: 100%;
  }
}
.skills .skills__content .skills__image-wrapper img {
  width: 100%;
  height: auto;
}

.requirements {
  background-color: #F4F5FA;
}
.requirements .requirements__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10rem 0;
}
@media screen and (max-width: 991px) {
  .requirements .requirements__wrapper {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .requirements .requirements__wrapper {
    padding: 3.5rem 0;
  }
}
.requirements .requirements__wrapper .requirements__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 78px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .requirements .requirements__wrapper .requirements__title {
    font-size: 2.5rem;
    line-height: 46px;
    max-width: 33.625rem;
  }
}
@media screen and (max-width: 767px) {
  .requirements .requirements__wrapper .requirements__title {
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: -0.01em;
    max-width: 18.0625rem;
  }
}
.requirements .requirements__wrapper .requirements__controls {
  display: flex;
}
.requirements .requirements__wrapper .requirements__controls .requirements__buttons {
  width: 100%;
  margin-top: 4rem;
  padding-bottom: 1.25rem;
  border: none;
  border-bottom: 2px solid #725EF2;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 700;
  line-height: 19.5px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #725EF2;
  cursor: pointer;
  opacity: 30%;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .requirements .requirements__wrapper .requirements__controls .requirements__buttons {
    display: none;
  }
}
.requirements .requirements__wrapper .requirements__controls .requirements__buttons-active {
  opacity: 1 !important;
}
.requirements .requirements__wrapper .requirements__controls__mobile {
  display: none;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .requirements .requirements__wrapper .requirements__controls__mobile {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
}
.requirements .requirements__wrapper .requirements__controls__mobile .requirements__buttons__mobile {
  padding: 1rem;
  border-radius: 16px;
  border: 2px solid #725EF2;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
  color: #725EF2;
  width: fit-content;
  text-align: left;
  transition: 0.3s;
  background-color: transparent;
  cursor: pointer;
}
.requirements .requirements__wrapper .requirements__controls__mobile .requirements__buttons__mobile-active {
  background-color: #725EF2;
  color: #FCFCFC;
}
.requirements .requirements__wrapper .requirements__table {
  margin-top: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .requirements .requirements__wrapper .requirements__table {
    margin-top: 0.875rem;
  }
}
.requirements .requirements__wrapper .requirements__table .comparison-table {
  display: none;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-family: Arial, sans-serif;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .requirements .requirements__wrapper .requirements__table .comparison-table {
    width: 100%;
  }
}
.requirements .requirements__wrapper .requirements__table .comparison-table thead tr {
  border-bottom: 1px solid #B1A8EA;
}
.requirements .requirements__wrapper .requirements__table .comparison-table thead tr th {
  padding-bottom: 1.25rem;
  text-wrap: balance;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.01em;
  height: 44px;
}
.requirements .requirements__wrapper .requirements__table .comparison-table thead tr th:nth-child(1) {
  width: 300px;
}
@media screen and (max-width: 991px) {
  .requirements .requirements__wrapper .requirements__table .comparison-table thead tr th:nth-child(1) {
    width: 180px;
  }
}
.requirements .requirements__wrapper .requirements__table .comparison-table thead tr th span {
  display: inline-block;
  max-width: 250px;
}
@media screen and (max-width: 991px) {
  .requirements .requirements__wrapper .requirements__table .comparison-table thead tr th {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .requirements .requirements__wrapper .requirements__table .comparison-table thead tr th {
    height: auto;
  }
}
.requirements .requirements__wrapper .requirements__table .comparison-table tbody td {
  border-bottom: 1px solid #B1A8EA;
  padding: 1.25rem 0.625rem 1.25rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .requirements .requirements__wrapper .requirements__table .comparison-table tbody td {
    padding: 1.25rem 0.625rem 1.25rem 1.25rem;
  }
}
.requirements .requirements__wrapper .requirements__table .comparison-table tbody td:first-child {
  text-align: left;
  max-width: 28.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .requirements .requirements__wrapper .requirements__table .comparison-table tbody td:first-child {
    width: 35%;
  }
}
.requirements .requirements__wrapper .requirements__table .comparison-table tbody td:nth-child(2) {
  text-align: center;
  vertical-align: middle !important;
}
.requirements .requirements__wrapper .requirements__table .comparison-table tbody td p {
  font-size: 1rem;
  font-weight: 500;
}
.requirements .requirements__wrapper .requirements__table .comparison-table tbody td ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style-type: none;
  margin: 0.9375rem 0 0 0;
}
.requirements .requirements__wrapper .requirements__table .comparison-table tbody td ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: left;
}
.requirements .requirements__wrapper .requirements__table .comparison-table tbody td ul li:before {
  content: "•";
  color: #725EF2;
  font-size: 2rem;
  margin-right: 10px;
}
.requirements .requirements__wrapper .requirements__table .comparison-table tbody td span {
  display: block;
  text-align: center;
}
.requirements .requirements__wrapper .requirements__table .comparison-table-active {
  display: block;
}
.requirements .requirements__wrapper .requirements__arrow-img {
  position: absolute;
  top: 70px;
  right: -220px;
}
@media screen and (max-width: 991px) {
  .requirements .requirements__wrapper .requirements__arrow-img {
    left: unset;
    right: -160px;
    top: -85px;
    transform: scaleX(-1) scale(0.45) rotate(60deg);
  }
}
@media screen and (max-width: 767px) {
  .requirements .requirements__wrapper .requirements__arrow-img {
    left: unset;
    transform: scaleX(-1) scale(0.45) rotate(60deg);
    top: -80px;
    right: -95px;
  }
}

.preparation {
  position: relative;
  padding: 160px 0;
}
@media screen and (max-width: 991px) {
  .preparation {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .preparation {
    padding: 56px 0;
  }
}
.preparation .preparation__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .preparation .preparation__title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .preparation .preparation__title {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1%;
  }
}
.preparation .preparation__desc {
  margin-top: 32px;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 1%;
}
@media screen and (max-width: 991px) {
  .preparation .preparation__desc {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 1%;
  }
}
@media screen and (max-width: 767px) {
  .preparation .preparation__desc {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 1%;
  }
}
.preparation .preparation__desc span {
  color: #FF7237;
}
.preparation .preparation-swiper {
  margin-top: 48px;
}
@media screen and (max-width: 991px) {
  .preparation .preparation-swiper {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .preparation .preparation-swiper {
    margin-top: 24px;
  }
}
.preparation .preparation-swiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .preparation .preparation-swiper .swiper-wrapper {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    gap: unset;
  }
}
.preparation .preparation-swiper .swiper-wrapper img {
  width: 100%;
  opacity: 0.6;
  filter: grayscale(1);
  transition: 200ms;
}
.preparation .preparation-swiper .swiper-wrapper img:hover {
  opacity: 1;
  filter: grayscale(0);
}
.preparation .preparation-swiper-pagination {
  display: flex;
  margin: 24px auto 0;
  justify-content: center;
}
.preparation .preparation-swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
.preparation .preparation-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FF7237;
}

.models {
  padding: 160px 0;
}
@media screen and (max-width: 991px) {
  .models {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .models {
    padding: 56px 0;
  }
}
.models .models__content {
  display: flex;
  margin-top: 64px;
  gap: 24px;
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .models .models__content {
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .models .models__content {
    margin-top: 32px;
    gap: 16px;
    flex-direction: column;
  }
}
.models .models__content .models__card {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 40px;
  background-color: #F4F5FA;
  border-radius: 30px;
  width: 100%;
  max-width: 416px;
  height: auto;
  justify-content: center;
}
.models .models__content .models__card:nth-child(3) img {
  max-width: 189px;
}
@media screen and (max-width: 991px) {
  .models .models__content .models__card {
    max-width: 48.5%;
  }
}
@media screen and (max-width: 767px) {
  .models .models__content .models__card {
    max-width: 100%;
  }
}
@media screen and (max-width: 424px) {
  .models .models__content .models__card {
    padding: 24px;
  }
}
.models .models__content .models__card img {
  width: 100%;
  max-width: 226px;
  height: 100%;
  margin: auto;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  .models .models__content .models__card img {
    max-height: 140px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .models .models__content .models__card img {
    max-height: unset;
    height: auto;
  }
}
.models .models__content .models__card .models__card-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-top: 51px;
}
.models .models__content .models__card a, .models .models__content .models__card button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.models .models__content .models__card a img, .models .models__content .models__card button img {
  width: 24px;
  height: 24px;
  margin: 0 0 0 10px;
  user-select: none;
  pointer-events: none;
}
.models .models__content .models__card .models__geobot-popup {
  display: none;
  position: absolute;
  bottom: -330px;
  right: 50px;
  padding: 40px;
  background-color: #725EF2;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  color: #FCFCFC;
  border-radius: 30px;
  z-index: 1000;
  box-sizing: border-box;
  width: 540px;
  word-wrap: break-word;
}
@media screen and (max-width: 991px) {
  .models .models__content .models__card .models__geobot-popup {
    left: 50px;
    width: 600px;
    bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .models .models__content .models__card .models__geobot-popup {
    left: 50%;
    bottom: 90px;
    transform: translateX(-50%);
    width: 100%;
  }
}
.models .models__content .models__card .models__geobot-popup-active {
  display: block;
}

.banner {
  background-color: #131313;
  color: #fff;
  margin-top: 160px;
  background-image: linear-gradient(90deg, #131313 15.1%, rgba(33, 25, 52, 0) 100%), url("/pioneer/frontend/assets/pages/pioneer-fpv/banner/banner-background.png?v2");
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (max-width: 991px) {
  .banner {
    margin-top: 64px;
    background-image: linear-gradient(90deg, #131313 15.1%, rgba(33, 25, 52, 0) 100%), url("/pioneer/frontend/assets/pages/pioneer-fpv/banner/banner-background-tablet.png");
  }
}
@media screen and (max-width: 767px) {
  .banner {
    margin-top: 56px;
    background: #131313;
  }
}
.banner .banner__wrapper {
  display: flex;
  gap: 80px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .banner .banner__wrapper {
    gap: 36px;
  }
}
.banner .banner__info {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 64px 0;
  gap: 24px;
  max-width: 746px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .banner .banner__info {
    max-width: 356px;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner__info {
    max-width: unset;
  }
}
.banner .banner__info .banner__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .banner .banner__info .banner__title {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1%;
  }
}
.banner .banner__info .banner__desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .banner .banner__info .banner__desc {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner__info .banner__desc {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 424px) {
  .banner .banner__info .banner__desc {
    font-size: 16px;
    line-height: 20px;
  }
}
.banner .banner__info .banner__link {
  width: fit-content;
  color: #725EF2 !important;
}
@media screen and (max-width: 767px) {
  .banner .banner__info .banner__link {
    justify-content: center;
    width: 100%;
  }
}

.communicate-with-team-block {
  position: relative;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .communicate-with-team-block {
    margin-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .communicate-with-team-block {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .communicate-with-team-block {
    margin-top: 56px;
  }
}
.communicate-with-team-block:before {
  position: absolute;
  content: "";
  width: 100%;
  top: -240px;
  left: 0;
  background-color: #F4F5FA;
  height: 240px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .communicate-with-team-block:before {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .communicate-with-team-block:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .communicate-with-team-block:before {
    display: block;
    top: -56px;
    height: 56px;
  }
}

.watch-btn {
  position: relative;
  padding: 1rem 2rem;
  border-radius: 8px;
  color: #487FFB;
  background-color: #FCFCFC;
  font-size: 1rem;
  font-weight: 700;
  line-height: 19.5px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  text-indent: 23px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  min-width: 271px;
}
.watch-btn:hover {
  background-color: #cbcbcb;
}
.watch-btn:before {
  position: absolute;
  left: 2rem;
  top: calc(50% - 8px);
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #487FFB;
  background-image: url("/pioneer/frontend/assets/pages/pioneer-locus/images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 53% center;
}

.swiper-pagination {
  position: relative;
  display: none;
  margin: 32px auto 0;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .swiper-pagination {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    display: flex;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #FF7237;
  width: 16px;
  height: 16px;
}

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