@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-arena-mini/geoscan-arena-mini-poster.webp");
  }
}
.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";
}
@media screen and (max-width: 991px) {
  .showcase .showcase__details {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .showcase .showcase__details {
    display: flex;
    flex-direction: column;
  }
}
.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: 32.875rem;
  margin-top: 2rem;
}
@media screen and (max-width: 991px) {
  .showcase .showcase__details .showcase__desc {
    font-size: 1.5rem;
    line-height: 34px;
    max-width: 21rem;
    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: -moz-fit-content;
  height: fit-content;
  align-self: center;
}
@media screen and (max-width: 991px) {
  .showcase .showcase__details .showcase__watch {
    height: -moz-fit-content;
    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;
  -o-object-fit: contain;
     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;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 424px) {
  .showcase .showcase__details .showcase__watch .showcase__watch__image {
    max-width: unset;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.showcase .showcase__representation {
  display: flex;
  flex-direction: column;
  margin-top: 7.8125rem;
  padding: 2.5rem;
  gap: 1rem;
  border: 2px dashed #FF7237;
  border-radius: 30px;
}
@media screen and (max-width: 991px) {
  .showcase .showcase__representation {
    margin-top: 4rem;
    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%;
  -o-object-fit: contain;
     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;
}

.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: -moz-fit-content;
  width: fit-content;
  color: #725EF2 !important;
}
@media screen and (max-width: 767px) {
  .banner .banner__info .banner__link {
    justify-content: center;
    width: 100%;
  }
}

.levels {
  padding: 10rem 0;
  background-color: #E0EAFA;
}
@media screen and (max-width: 991px) {
  .levels {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .levels {
    padding: 3.375rem 0;
  }
}
.levels .levels__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  letter-spacing: 0;
  max-width: 50%;
}
@media screen and (max-width: 991px) {
  .levels .levels__title {
    font-size: 40px;
    line-height: 46px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .levels .levels__title {
    font-size: 32px;
    line-height: 36px;
  }
}
.levels .levels__desc {
  margin-top: 32px;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 1%;
}
@media screen and (max-width: 991px) {
  .levels .levels__desc {
    font-size: 24px;
    line-height: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .levels .levels__desc {
    font-size: 24px;
    margin-top: 24px;
  }
}
.levels .levels__content {
  display: flex;
  margin-top: 64px;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .levels .levels__content {
    flex-direction: column;
    gap: 64px;
  }
}
@media screen and (max-width: 767px) {
  .levels .levels__content {
    margin-top: 40px;
    gap: 40px;
  }
}
.levels .levels__content .levels__card {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 33%;
  width: 100%;
  gap: 24px;
  min-height: 188px;
}
@media screen and (max-width: 991px) {
  .levels .levels__content .levels__card {
    max-width: 100%;
    min-height: 175px;
  }
}
.levels .levels__content .levels__card .levels__number {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media screen and (max-width: 424px) {
  .levels .levels__content .levels__card .levels__number {
    height: 85%;
  }
}
.levels .levels__content .levels__card .levels__card__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -1%;
  margin-left: 64px;
}
@media screen and (max-width: 767px) {
  .levels .levels__content .levels__card .levels__card__title {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 1%;
  }
}
@media screen and (max-width: 424px) {
  .levels .levels__content .levels__card .levels__card__title {
    font-size: 24px;
  }
}
.levels .levels__content .levels__card .levels__card__desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  margin-left: 64px;
  margin-top: auto;
}
@media screen and (max-width: 991px) {
  .levels .levels__content .levels__card .levels__card__desc {
    margin-top: unset;
  }
}
@media screen and (max-width: 767px) {
  .levels .levels__content .levels__card .levels__card__desc {
    font-size: 20px;
  }
}

.schooling {
  padding: 10rem 0 10rem;
}
@media screen and (max-width: 991px) {
  .schooling {
    padding: 4rem 0 4rem;
  }
}
@media screen and (max-width: 767px) {
  .schooling {
    padding: 3.375rem 0 3.375rem;
  }
}
.schooling .schooling__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .schooling .schooling__title {
    font-size: 40px;
    line-height: 46px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .schooling .schooling__title {
    font-size: 32px;
    line-height: 36px;
  }
}
.schooling .schooling__title span {
  color: #FF7237;
}
.schooling .schooling__desc {
  margin-top: 32px;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 1%;
}
@media screen and (max-width: 991px) {
  .schooling .schooling__desc {
    font-size: 24px;
    line-height: 28px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .schooling .schooling__desc {
    font-size: 24px;
    line-height: 28px;
    margin-top: 24px;
  }
}
.schooling .schooling__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr 84px;
  margin-top: 64px;
  gap: 32px 24px;
}
@media screen and (max-width: 991px) {
  .schooling .schooling__content {
    display: flex;
    flex-direction: column;
  }
}
.schooling .schooling__content .schooling__card {
  display: flex;
  flex-direction: column;
  padding: 40px;
  border-radius: 30px;
  color: #FCFCFC;
}
@media screen and (max-width: 991px) {
  .schooling .schooling__content .schooling__card {
    padding: 40px 24px;
  }
  .schooling .schooling__content .schooling__card:nth-child(1) {
    order: 1;
  }
  .schooling .schooling__content .schooling__card:nth-child(2) {
    order: 3;
  }
}
.schooling .schooling__content .schooling__card:nth-child(1) {
  background-color: #FF7237;
}
.schooling .schooling__content .schooling__card:nth-child(2) {
  background-color: #725EF2;
}
.schooling .schooling__content .schooling__card .schooling__card__image {
  max-width: 180px;
}
@media screen and (max-width: 991px) {
  .schooling .schooling__content .schooling__card .schooling__card__image {
    max-width: 120px;
  }
}
.schooling .schooling__content .schooling__card .schooling__card__title {
  margin-top: 24px;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 1%;
}
@media screen and (max-width: 991px) {
  .schooling .schooling__content .schooling__card .schooling__card__title {
    font-size: 24px;
    line-height: 100%;
  }
}
.schooling .schooling__content .schooling__card .schooling__card__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style-position: inside;
  margin-top: 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .schooling .schooling__content .schooling__card .schooling__card__list {
    margin-top: 24px;
    font-size: 20px;
    line-height: 28px;
  }
}
.schooling .schooling__content .schooling__content-desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .schooling .schooling__content .schooling__content-desc {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 1%;
  }
  .schooling .schooling__content .schooling__content-desc:nth-child(3) {
    order: 2;
  }
  .schooling .schooling__content .schooling__content-desc:nth-child(4) {
    order: 4;
  }
}

.skills {
  aspect-ratio: 1920/1280;
  background-image: url("/pioneer/frontend/assets/pages/geoscan-arena-mini/skills/skills-background.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .skills {
    aspect-ratio: 768/675;
  }
}
@media screen and (max-width: 767px) {
  .skills {
    aspect-ratio: 425/1026;
    background-position: 63%;
  }
}
.skills .container {
  display: flex;
  flex-direction: column;
  gap: 64px;
  justify-content: space-between;
  padding: 64px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .skills .container {
    padding: 24px 40px;
  }
}
@media screen and (max-width: 767px) {
  .skills .container {
    padding: 24px 15px;
  }
}
.skills .skills__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .skills .skills__title {
    font-size: 40px;
    line-height: 46px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .skills .skills__title {
    font-size: 32px;
    line-height: 36px;
  }
}
.skills .skills__title span {
  color: #FF7237;
}
.skills .skills__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
@media screen and (max-width: 1199px) {
  .skills .skills__content {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .skills .skills__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
.skills .skills__content .skills__card {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 30px;
  background-color: #FCFCFC;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  max-width: 416px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1199px) {
  .skills .skills__content .skills__card {
    margin: unset !important;
    max-width: 100%;
    padding: 24px;
    height: auto;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .skills .skills__content .skills__card {
    border-radius: 20px;
  }
}
.skills .skills__content .skills__card:nth-child(2) {
  margin-left: auto;
}
.skills .skills__content .skills__card:nth-child(3) {
  margin-left: 134px;
  margin-top: 64px;
}
.skills .skills__content .skills__card:nth-child(4) {
  margin-left: 50px;
  margin-top: 24px;
}

.programming {
  position: relative;
  padding: 160px 0 0 0;
}
@media screen and (max-width: 991px) {
  .programming {
    padding: 64px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .programming {
    padding: 56px 0 0 0;
  }
}
.programming .h2 {
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .programming .h2 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .programming .h2 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 36px;
  }
}
@media screen and (max-width: 424px) {
  .programming .h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.programming .programming__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .programming .programming__content {
    margin-top: 40px;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .programming .programming__content {
    gap: 24px;
  }
}
.programming .programming__content .programming__card {
  min-height: 574px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 64px;
  border-radius: 30px;
  color: #FCFCFC;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .programming .programming__content .programming__card {
    padding: 40px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .programming .programming__content .programming__card {
    padding: 40px 24px;
    flex-direction: column-reverse;
  }
}
.programming .programming__content .programming__card:nth-child(1) {
  background-color: #FF7237;
}
.programming .programming__content .programming__card:nth-child(1):before {
  content: "";
  position: absolute;
  top: -15px;
  left: -160px;
  width: 678px;
  height: 588px;
  background-image: url("/pioneer/frontend/assets/pages/pioneer-mini-2/programming/jump-2-star.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .programming .programming__content .programming__card:nth-child(1):before {
    width: 730px;
    height: 633px;
    top: -155px;
    left: -200px;
  }
}
@media screen and (max-width: 767px) {
  .programming .programming__content .programming__card:nth-child(1):before {
    width: 525px;
    height: 454px;
    top: unset;
    left: -100px;
    bottom: calc(50% - 550px);
  }
}
.programming .programming__content .programming__card:nth-child(1):after {
  position: absolute;
  top: -120px;
  right: 0;
  content: "";
  background-image: url("/pioneer/frontend/assets/pages/pioneer-mini-2/programming/after.svg");
  width: 329px;
  height: 242px;
}
@media screen and (max-width: 991px) {
  .programming .programming__content .programming__card:nth-child(1):after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .programming .programming__content .programming__card:nth-child(1):after {
    display: block;
    transform: rotate(60deg);
    width: 179px;
    height: 131px;
    top: -50px;
    right: -15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.programming .programming__content .programming__card:nth-child(1) .programming__card__image-wrapper {
  left: 0;
  max-width: 47%;
}
@media screen and (max-width: 991px) {
  .programming .programming__content .programming__card:nth-child(1) .programming__card__image-wrapper {
    max-width: 617px;
  }
}
.programming .programming__content .programming__card:nth-child(2) {
  background-color: #725EF2;
}
.programming .programming__content .programming__card:nth-child(2):before {
  content: "";
  position: absolute;
  top: -100px;
  right: -175px;
  width: 760px;
  height: 760px;
  background-image: url("/pioneer/frontend/assets/pages/pioneer-mini-2/programming/pioneer-code-star.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .programming .programming__content .programming__card:nth-child(2):before {
    width: 877px;
    height: 877px;
    top: -350px;
    left: -300px;
    right: unset;
  }
}
@media screen and (max-width: 767px) {
  .programming .programming__content .programming__card:nth-child(2):before {
    width: 590px;
    height: 590px;
    top: unset;
    left: -200px;
    bottom: calc(50% - 500px);
  }
}
.programming .programming__content .programming__card:nth-child(2) .programming__card__info {
  margin-left: 0;
}
.programming .programming__content .programming__card:nth-child(2) .programming__card__image-wrapper {
  left: unset;
  right: 7px;
  max-width: 617px;
}
@media screen and (max-width: 991px) {
  .programming .programming__content .programming__card:nth-child(2) .programming__card__image-wrapper {
    right: auto;
  }
}
.programming .programming__content .programming__card .programming__card__image-wrapper {
  position: absolute;
  top: 50%;
  left: 31px;
  transform: translateY(-50%);
  width: 100%;
  max-width: 39%;
  min-width: 0;
  align-self: center;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .programming .programming__content .programming__card .programming__card__image-wrapper {
    position: relative;
    transform: none;
    max-width: 100%;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .programming .programming__content .programming__card .programming__card__image-wrapper {
    margin-top: 40px;
    transform: translateX(-24px) scale(1.1);
    transform-origin: top;
  }
}
.programming .programming__content .programming__card .programming__card__image-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.programming .programming__content .programming__card .programming__card__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  max-width: calc(50% - 19px);
  width: 100%;
  margin-left: auto;
  z-index: 15;
}
@media screen and (max-width: 991px) {
  .programming .programming__content .programming__card .programming__card__info {
    margin-top: 40px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .programming .programming__content .programming__card .programming__card__info {
    margin-top: 0;
  }
}
.programming .programming__content .programming__card .programming__card__info .programming__card__title {
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 1%;
}
@media screen and (max-width: 991px) {
  .programming .programming__content .programming__card .programming__card__info .programming__card__title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .programming .programming__content .programming__card .programming__card__info .programming__card__title {
    margin-bottom: 24px;
  }
}
.programming .programming__content .programming__card .programming__card__info .programming__card_desc-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.programming .programming__content .programming__card .programming__card__info .programming__card_desc-wrapper p {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .programming .programming__content .programming__card .programming__card__info .programming__card_desc-wrapper p {
    font-size: 20px;
    line-height: 28px;
  }
}
.programming .programming__content .programming__card .programming__card__info .programming__card__links {
  position: relative;
  display: flex;
  gap: 16px;
  margin-top: 40px;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .programming .programming__content .programming__card .programming__card__info .programming__card__links {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .programming .programming__content .programming__card .programming__card__info .programming__card__links {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .programming .programming__content .programming__card .programming__card__info .programming__card__links .programming__card__button {
    width: 100%;
    justify-content: center;
  }
}

.arena {
  display: flex;
  flex-direction: column;
  padding: 10rem 0;
  background-color: #FCFCFC;
}
@media screen and (max-width: 1199px) {
  .arena {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 991px) {
  .arena {
    padding: 1.25rem 0 4rem;
  }
}
@media screen and (max-width: 767px) {
  .arena {
    padding: 0 0 3.5rem;
  }
}
.arena .desk-wrapper {
  position: relative;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 991px) {
  .arena .desk-wrapper {
    width: 100% !important;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .arena .desk-wrapper {
    width: 100% !important;
    height: auto;
  }
}
.arena .desk-wrapper .desk {
  width: 100%;
  transform-origin: top left;
  cursor: pointer;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 991px) {
  .arena .desk-wrapper .desk {
    padding: 4rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .arena .desk-wrapper .desk {
    padding: 3.5rem 0 0;
    width: 100%;
    height: auto;
    cursor: default;
  }
}
.arena .desk-wrapper .desk .desk__background {
  width: 100%;
  position: relative;
  background-image: url("/pioneer/frontend/assets/pages/geoscan-arena-mini/arena/desk-preview-active.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.arena .desk-wrapper .desk .desk__background .desk__background-active {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .arena .desk-wrapper .desk .desk__background .desk__background-active {
    display: none;
  }
}
.arena .desk-wrapper .desk .desk__background .desk__click-tip {
  position: absolute;
  top: 5rem;
  left: calc(100% + 30px);
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  transform-origin: top left;
  cursor: default;
}
@media screen and (max-width: 1790px) {
  .arena .desk-wrapper .desk .desk__background .desk__click-tip {
    transform: scale(0.75);
  }
}
@media screen and (max-width: 1660px) {
  .arena .desk-wrapper .desk .desk__background .desk__click-tip {
    transform: scale(0.6);
    left: auto;
    right: -220px;
  }
}
@media screen and (max-width: 1580px) {
  .arena .desk-wrapper .desk .desk__background .desk__click-tip {
    transform: scale(0.75);
    top: 15px;
    right: -35px;
    left: unset;
  }
}
@media screen and (max-width: 991px) {
  .arena .desk-wrapper .desk .desk__background .desk__click-tip {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .arena .desk-wrapper .desk .desk__background .desk__click-tip {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .arena .desk-wrapper .desk .desk__background {
    width: 100%;
    padding-top: 100%;
    height: auto;
    background-size: contain;
  }
}
.arena .desk-wrapper .desk .desk__background .desk__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .arena .desk-wrapper .desk .desk__background .desk__svg {
    display: none;
  }
}
.arena .desk-wrapper .desk .desk__background .desk__svg polygon {
  opacity: 0;
  transition: opacity 0.3s;
}
.arena .desk-wrapper .desk .desk__background .desk__svg .polygon-active {
  opacity: 0.3;
}
.arena .desk-wrapper .desk .desk__popup__overlay {
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  cursor: default;
}
.arena .desk-wrapper .desk .desk__popup__overlay .desk__popup {
  position: absolute;
  display: flex;
  top: calc(50% - 165px);
  left: calc(50% - 398px);
  width: 49.75rem;
  height: 20.625rem;
  background-color: #F4F5FA;
  z-index: 999;
  box-shadow: 30px 30px 40px 0 rgba(66, 66, 70, 0.5019607843);
  border-radius: 30px;
  padding: 35px;
  gap: 40px;
  align-items: center;
  box-sizing: border-box;
}
.arena .desk-wrapper .desk .desk__popup__overlay .desk__popup .popup__image {
  width: 350px;
  height: 250px;
  border-radius: 30px;
}
.arena .desk-wrapper .desk .desk__popup__overlay .desk__popup .popup__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.arena .desk-wrapper .desk .desk__popup__overlay .desk__popup .popup__info .popup__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 29.26px;
  letter-spacing: 0.01em;
  text-align: left;
}
.arena .desk-wrapper .desk .desk__popup__overlay .desk__popup .popup__info .popup__count {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.arena .desk-wrapper .desk .desk__popup__overlay .desk__popup .desk__popup-close {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: transparent;
  border: none;
  background-image: url("/pioneer/frontend/assets/pages/pioneer-arena/images/icons/black-cross.svg");
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  width: 20px;
  height: 20px;
  transition: 0.3s;
  cursor: pointer;
}
.arena .desk-wrapper .desk .desk__popup__overlay .desk__popup .desk__popup-close:hover {
  transform: scale(125%);
}
.arena .desk-wrapper .desk .desk__popup__overlay .desk__popup .desk__popup-close:active {
  transform: scale(90%);
}
.arena .arena__features {
  display: flex;
  margin-top: 7.5rem;
  gap: 16px;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .arena .arena__features {
    margin-top: 3rem;
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .arena .arena__features {
    margin-top: 3.5rem;
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media screen and (max-width: 424px) {
  .arena .arena__features {
    margin-top: 2.5rem;
    gap: 8px;
  }
}
.arena .arena__features .arena__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) {
  .arena .arena__features .arena__feature {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .arena .arena__features .arena__feature {
    max-width: 21rem;
  }
}
@media screen and (max-width: 767px) {
  .arena .arena__features .arena__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) {
  .arena .arena__features .arena__feature {
    font-size: 0.75rem;
    padding: 1rem 0.625rem;
    max-height: 8.75rem;
    height: 140px;
    gap: 12px;
  }
}
.arena .arena__features .arena__feature .arena__feature__img {
  width: 36px;
}

.overview {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: #F4F5FA;
  padding-top: 10rem;
}
@media screen and (max-width: 991px) {
  .overview {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .overview {
    padding-top: 3.5rem;
  }
}
.overview .overview__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 78px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .overview .overview__title {
    font-size: 2.5rem;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .overview .overview__title {
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: -0.01em;
  }
}
.overview .overview__title span {
  color: #FF7237;
}
.overview .overview-swiper {
  margin-top: 4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .overview .overview-swiper {
    width: 100%;
    margin-top: 2rem;
  }
}
.overview .overview-swiper .swiper-wrapper {
  display: flex;
}
.overview .overview-swiper .swiper-wrapper .card {
  display: flex;
  flex-direction: column;
  padding: 2.5rem;
  border-radius: 30px;
  border: 2px solid #FF7237;
  width: 100%;
  max-width: 39.75rem;
  min-height: 21.6875rem;
  height: auto;
  gap: 1.5rem;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .overview .overview-swiper .swiper-wrapper .card {
    box-sizing: border-box;
    width: 32rem;
    min-height: 25.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .overview-swiper .swiper-wrapper .card {
    box-sizing: border-box;
    width: 100%;
    max-width: unset;
    min-height: 20.25rem;
    padding: 2.5rem 1.5rem;
  }
}
.overview .overview-swiper .swiper-wrapper .card h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #FF7237;
}
@media screen and (max-width: 991px) {
  .overview .overview-swiper .swiper-wrapper .card h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .overview-swiper .swiper-wrapper .card h3 {
    font-size: 1.25rem;
  }
}
.overview .overview-swiper .swiper-wrapper .card p {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  color: #2C2D34;
}
@media screen and (max-width: 991px) {
  .overview .overview-swiper .swiper-wrapper .card p {
    font-size: 1.5rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .overview .overview-swiper .swiper-wrapper .card p {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
.overview .overview-swiper .swiper-wrapper .card p .card__link {
  color: inherit;
  text-decoration-color: #FF7237;
}
.overview .overview-swiper .overview__controls {
  position: absolute;
  top: 180px;
  right: 100px;
  display: flex;
  gap: 10px;
}
.overview .overview-swiper .overview__controls .overview__controls__button {
  background-color: transparent;
  width: 3rem;
  height: 3rem;
  border: 2px solid #2C2D34;
  border-radius: 8px;
  color: #FF7237;
  font-size: 0.75rem;
  z-index: 10;
  cursor: pointer;
  transition: 0.3s;
}
.overview .overview-swiper .overview__controls .overview__controls__button:nth-child(1) {
  transform: scaleX(-1);
}
.overview .overview-swiper .overview__controls .overview__controls__button svg {
  stroke: #2C2D34;
  transition: 0.3s;
}
.overview .overview-swiper .overview__controls .overview__controls__button:hover {
  background-color: #FF7237;
  color: #FCFCFC;
}
.overview .overview-swiper .overview__controls .overview__controls__button:hover svg {
  stroke: #FCFCFC;
}
@media screen and (max-width: 991px) {
  .overview .overview-swiper .overview__controls {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .overview .overview-swiper .overview__controls {
    display: none;
  }
}
.overview .overview-swiper__pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .overview .overview-swiper__pagination {
    display: flex;
    gap: 8px;
    margin-top: 2rem;
    height: 1rem;
    justify-content: center !important;
  }
}
@media screen and (max-width: 991px) {
  .overview .overview-swiper__pagination {
    display: flex;
    gap: 8px;
    margin-top: 2rem;
    height: 1rem;
    justify-content: center !important;
  }
}
.overview .overview-swiper__pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #FF7237;
}
.overview .overview__star {
  position: absolute;
  top: -130px;
  right: -230px;
}
@media screen and (max-width: 991px) {
  .overview .overview__star {
    top: -80px;
    right: -300px;
  }
}
@media screen and (max-width: 767px) {
  .overview .overview__star {
    top: -90px;
    right: -350px;
    transform: rotate(15deg) scale(0.7);
  }
}

.visualisation {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: #F4F5FA;
  padding: 10rem 0;
}
@media screen and (max-width: 991px) {
  .visualisation {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .visualisation {
    padding: 3.5rem 0;
  }
}
.visualisation .visualisation__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 78px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .visualisation .visualisation__title {
    font-size: 2.5rem;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .visualisation .visualisation__title {
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: -0.01em;
  }
}
.visualisation .visualisation__title span {
  color: #725EF2;
}
.visualisation .visualisation-swiper {
  margin-top: 4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .visualisation .visualisation-swiper {
    width: 100%;
    margin-top: 2rem;
  }
}
.visualisation .visualisation-swiper .swiper-wrapper {
  display: flex;
}
.visualisation .visualisation-swiper .swiper-wrapper .card {
  display: flex;
  flex-direction: column;
  padding: 2.5rem;
  border-radius: 30px;
  border: 1px solid rgba(114, 94, 242, 0.2);
  background-color: #FCFCFC;
  width: 100%;
  max-width: 39.75rem;
  min-height: 22.875rem;
  height: auto;
  gap: 1.5rem;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .visualisation .visualisation-swiper .swiper-wrapper .card {
    box-sizing: border-box;
    width: 32rem;
    min-height: 25.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .visualisation .visualisation-swiper .swiper-wrapper .card {
    box-sizing: border-box;
    width: 100%;
    max-width: unset;
    min-height: 20.25rem;
    padding: 2.5rem 1.5rem;
  }
}
.visualisation .visualisation-swiper .swiper-wrapper .card .card__header {
  display: flex;
  gap: 16px;
  align-items: center;
}
.visualisation .visualisation-swiper .swiper-wrapper .card .card__header img {
  width: 100%;
  max-width: 55px;
  aspect-ratio: 1/1;
}
.visualisation .visualisation-swiper .swiper-wrapper .card .card__header h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1%;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .visualisation .visualisation-swiper .swiper-wrapper .card .card__header h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .visualisation .visualisation-swiper .swiper-wrapper .card .card__header h3 {
    font-size: 1.25rem;
  }
}
.visualisation .visualisation-swiper .swiper-wrapper .card p {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  color: #2C2D34;
}
@media screen and (max-width: 991px) {
  .visualisation .visualisation-swiper .swiper-wrapper .card p {
    font-size: 1.5rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .visualisation .visualisation-swiper .swiper-wrapper .card p {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
.visualisation .visualisation-swiper .swiper-wrapper .card p .card__link {
  color: inherit;
  text-decoration-color: #FF7237;
}
.visualisation .visualisation-swiper .visualisation__controls {
  position: absolute;
  top: 180px;
  right: 100px;
  display: flex;
  gap: 10px;
}
.visualisation .visualisation-swiper .visualisation__controls .visualisation__controls__button {
  background-color: transparent;
  width: 3rem;
  height: 3rem;
  border: 2px solid #725EF2;
  border-radius: 8px;
  color: #FF7237;
  font-size: 0.75rem;
  z-index: 10;
  cursor: pointer;
  transition: 0.3s;
}
.visualisation .visualisation-swiper .visualisation__controls .visualisation__controls__button:nth-child(1) {
  transform: scaleX(-1);
}
.visualisation .visualisation-swiper .visualisation__controls .visualisation__controls__button svg {
  stroke: #725EF2;
  transition: 0.3s;
}
.visualisation .visualisation-swiper .visualisation__controls .visualisation__controls__button:hover {
  background-color: #725EF2;
  color: #FCFCFC;
}
.visualisation .visualisation-swiper .visualisation__controls .visualisation__controls__button:hover svg {
  stroke: #FCFCFC;
}
@media screen and (max-width: 991px) {
  .visualisation .visualisation-swiper .visualisation__controls {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .visualisation .visualisation-swiper .visualisation__controls {
    display: none;
  }
}
.visualisation .visualisation-swiper__pagination {
  display: none;
}
@media screen and (max-width: 991px) {
  .visualisation .visualisation-swiper__pagination {
    display: flex;
    gap: 8px;
    margin-top: 2rem;
    height: 1rem;
    justify-content: center !important;
  }
}
@media screen and (max-width: 767px) {
  .visualisation .visualisation-swiper__pagination {
    display: flex;
    gap: 8px;
    margin-top: 1.5rem;
    height: 1rem;
    justify-content: center !important;
  }
}
.visualisation .visualisation-swiper__pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #725EF2;
}
.visualisation .visualisation__circle-star {
  position: absolute;
  top: 100px;
  left: calc(50% - 1150px);
  transform: rotate(-15deg);
  width: 509px;
  height: 254px;
}
@media screen and (max-width: 991px) {
  .visualisation .visualisation__circle-star {
    display: none;
  }
}

.navsystem {
  padding: 10rem 0;
  background-color: #FCFCFC;
}
@media screen and (max-width: 991px) {
  .navsystem {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .navsystem {
    padding: 3.375rem 0;
  }
}
.navsystem .navsystem__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #FF7237;
  border-radius: 30px;
  overflow: hidden;
  padding: 0 4rem;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  .navsystem .navsystem__wrapper {
    flex-direction: column;
    gap: 0;
    padding: 2.5rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .navsystem .navsystem__wrapper {
    flex-direction: column;
    gap: 1.5rem;
    padding: 2.5rem 1.5rem;
  }
}
.navsystem .navsystem__wrapper .navsystem__about-wrapper {
  display: flex;
  border: 2px solid #FCFCFC;
  border-radius: 20px;
  height: -moz-fit-content;
  height: fit-content;
  align-self: center;
}
@media screen and (max-width: 991px) {
  .navsystem .navsystem__wrapper .navsystem__about-wrapper {
    border: none;
    align-self: start;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .navsystem .navsystem__wrapper .navsystem__about-wrapper {
    border: none;
    align-self: start;
    padding: 0;
  }
}
.navsystem .navsystem__wrapper .navsystem__about-wrapper .navsystem__about {
  display: flex;
  flex-direction: column;
  max-width: 19.75rem;
  padding: 2.5rem;
}
@media screen and (max-width: 991px) {
  .navsystem .navsystem__wrapper .navsystem__about-wrapper .navsystem__about {
    width: 100%;
    max-width: unset;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .navsystem .navsystem__wrapper .navsystem__about-wrapper .navsystem__about {
    width: 100%;
    max-width: unset;
    padding: 0;
  }
}
.navsystem .navsystem__wrapper .navsystem__about-wrapper .navsystem__about .navsystem__title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 46px;
  text-align: left;
  color: #FCFCFC;
}
@media screen and (max-width: 767px) {
  .navsystem .navsystem__wrapper .navsystem__about-wrapper .navsystem__about .navsystem__title {
    max-width: unset;
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 991px) {
  .navsystem .navsystem__wrapper .navsystem__about-wrapper .navsystem__about .navsystem__title {
    max-width: unset;
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: -0.01em;
  }
}
.navsystem .navsystem__wrapper .navsystem__about-wrapper .navsystem__about .navsystem__desc {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  color: #FCFCFC;
}
@media screen and (max-width: 767px) {
  .navsystem .navsystem__wrapper .navsystem__about-wrapper .navsystem__about .navsystem__desc {
    font-size: 1.25rem;
    line-height: 28px;
    margin-top: 0.875rem;
  }
}
.navsystem .navsystem__wrapper .navsystem__about-wrapper .navsystem__about .navsystem__explanation-btn {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
  border: 2px solid #FCFCFC;
}
@media screen and (max-width: 991px) {
  .navsystem .navsystem__wrapper .navsystem__about-wrapper .navsystem__about .navsystem__explanation-btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .navsystem .navsystem__wrapper .navsystem__about-wrapper .navsystem__about .navsystem__explanation-btn {
    display: none;
  }
}
.navsystem .navsystem__wrapper .navsystem__preview {
  position: relative;
  display: flex;
  padding: 1rem 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .navsystem .navsystem__wrapper .navsystem__preview {
    margin-top: 3.5rem;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .navsystem .navsystem__wrapper .navsystem__preview {
    padding: 0;
  }
}
.navsystem .navsystem__wrapper .navsystem__preview .navsystem__locus-img {
  width: 100%;
  height: 527px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 991px) {
  .navsystem .navsystem__wrapper .navsystem__preview .navsystem__locus-img {
    max-width: 523px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .navsystem .navsystem__wrapper .navsystem__preview .navsystem__locus-img {
    width: 85%;
    height: auto;
  }
}
.navsystem .navsystem__wrapper .navsystem__preview .navsystem__star {
  position: absolute;
  top: -50px;
  left: -50px;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .navsystem .navsystem__wrapper .navsystem__preview .navsystem__star {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .navsystem .navsystem__wrapper .navsystem__preview .navsystem__star {
    display: none;
  }
}
.navsystem .navsystem__wrapper .navsystem__preview .navsystem__star-tablet {
  display: none;
}
@media screen and (max-width: 991px) {
  .navsystem .navsystem__wrapper .navsystem__preview .navsystem__star-tablet {
    display: block;
    position: absolute;
    top: -180px;
    left: -25px;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .navsystem .navsystem__wrapper .navsystem__preview .navsystem__star-tablet {
    display: none;
  }
}
.navsystem .navsystem__wrapper .navsystem__explanation-btn-mobile {
  display: none;
  border-width: 2px;
}
@media screen and (max-width: 991px) {
  .navsystem .navsystem__wrapper .navsystem__explanation-btn-mobile {
    display: block;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .navsystem .navsystem__wrapper .navsystem__explanation-btn-mobile {
    display: block;
  }
}

.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-arena-mini/examples/preview.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  width: 690px;
  height: 524px;
  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;
  }
}

.walkthrough {
  position: relative;
  padding: 160px 0 0 0;
}
@media screen and (max-width: 991px) {
  .walkthrough {
    padding: 64px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .walkthrough {
    padding: 56px 0 0 0;
  }
}
.walkthrough .walkthrough__title {
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .walkthrough .walkthrough__title {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .walkthrough .walkthrough__title {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 36px;
  }
}
@media screen and (max-width: 424px) {
  .walkthrough .walkthrough__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.walkthrough .walkthrough__content {
  display: flex;
  flex-direction: column;
  margin-top: 64px;
  gap: 40px;
}
.walkthrough .walkthrough__content .walkthrough__steps-wrapper {
  display: flex;
  width: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.walkthrough .walkthrough__content .walkthrough__steps-wrapper::-webkit-scrollbar {
  display: none;
}
.walkthrough .walkthrough__content .walkthrough__steps-wrapper .walkthrough__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr 40px 1fr;
  color: #FCFCFC;
}
@media screen and (max-width: 991px) {
  .walkthrough .walkthrough__content .walkthrough__steps-wrapper .walkthrough__steps {
    flex-shrink: 0;
    max-width: 1296px;
  }
}
.walkthrough .walkthrough__content .walkthrough__steps-wrapper .walkthrough__steps:before {
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  content: "";
  width: 100%;
  height: 24px;
  background: linear-gradient(90deg, #525460 0%, #2C2D34 100%);
  border-radius: 200px;
}
.walkthrough .walkthrough__content .walkthrough__steps-wrapper .walkthrough__steps .walkthrough__card {
  position: relative;
  box-sizing: border-box;
  padding: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  border-radius: 10px;
  height: -moz-fit-content;
  height: fit-content;
}
.walkthrough .walkthrough__content .walkthrough__steps-wrapper .walkthrough__steps .walkthrough__card:nth-child(1) {
  background-color: #51535E;
}
.walkthrough .walkthrough__content .walkthrough__steps-wrapper .walkthrough__steps .walkthrough__card:nth-child(3) {
  background-color: #44454F;
}
.walkthrough .walkthrough__content .walkthrough__steps-wrapper .walkthrough__steps .walkthrough__card:nth-child(5) {
  background-color: #373841;
}
.walkthrough .walkthrough__content .walkthrough__steps-wrapper .walkthrough__steps .walkthrough__card:nth-child(14) {
  background-color: #4B4D58;
}
.walkthrough .walkthrough__content .walkthrough__steps-wrapper .walkthrough__steps .walkthrough__card:nth-child(14):after {
  content: "";
  position: absolute;
  top: -20px;
  left: 20px;
  height: 20px;
  width: 2px;
  background-color: #51535E;
  z-index: 10;
  transform: translateX(-50%);
}
.walkthrough .walkthrough__content .walkthrough__steps-wrapper .walkthrough__steps .walkthrough__card:nth-child(16) {
  background-color: #3E3F48;
}
.walkthrough .walkthrough__content .walkthrough__steps-wrapper .walkthrough__steps .walkthrough__card:nth-child(16):after {
  content: "";
  position: absolute;
  top: -20px;
  left: 20px;
  height: 20px;
  width: 2px;
  background-color: #51535E;
  z-index: 10;
  transform: translateX(-50%);
}
.walkthrough .walkthrough__content .walkthrough__steps-wrapper .walkthrough__steps .walkthrough__card:nth-child(18) {
  background-color: #31323A;
}
.walkthrough .walkthrough__content .walkthrough__steps-wrapper .walkthrough__steps .walkthrough__card:nth-child(18):after {
  content: "";
  position: absolute;
  top: -20px;
  left: 20px;
  height: 20px;
  width: 2px;
  background-color: #51535E;
  z-index: 10;
  transform: translateX(-50%);
}
.walkthrough .walkthrough__content .walkthrough__steps-wrapper .walkthrough__steps .walkthrough__card-top {
  margin-bottom: 16px;
  margin-top: auto;
}
.walkthrough .walkthrough__content .walkthrough__steps-wrapper .walkthrough__steps .walkthrough__card-bottom {
  margin-top: 16px;
}
.walkthrough .walkthrough__content .walkthrough__steps-wrapper .walkthrough__steps .walkthrough__number {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 40px;
  border-radius: 50%;
  border: 4px solid #FCFCFC;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
}
.walkthrough .walkthrough__content .walkthrough__steps-wrapper .walkthrough__steps .walkthrough__number:nth-child(7) {
  background-color: #51535E;
}
.walkthrough .walkthrough__content .walkthrough__steps-wrapper .walkthrough__steps .walkthrough__number:nth-child(7):after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  height: 20px;
  width: 2px;
  background-color: #51535E;
  z-index: 10;
  transform: translateX(-50%);
}
.walkthrough .walkthrough__content .walkthrough__steps-wrapper .walkthrough__steps .walkthrough__number:nth-child(8) {
  background-color: #4B4D58;
}
.walkthrough .walkthrough__content .walkthrough__steps-wrapper .walkthrough__steps .walkthrough__number:nth-child(9) {
  background-color: #44454F;
}
.walkthrough .walkthrough__content .walkthrough__steps-wrapper .walkthrough__steps .walkthrough__number:nth-child(9):after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  height: 20px;
  width: 2px;
  background-color: #51535E;
  z-index: 10;
  transform: translateX(-50%);
}
.walkthrough .walkthrough__content .walkthrough__steps-wrapper .walkthrough__steps .walkthrough__number:nth-child(10) {
  background-color: #3E3F48;
}
.walkthrough .walkthrough__content .walkthrough__steps-wrapper .walkthrough__steps .walkthrough__number:nth-child(11) {
  background-color: #373841;
}
.walkthrough .walkthrough__content .walkthrough__steps-wrapper .walkthrough__steps .walkthrough__number:nth-child(11):after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  height: 20px;
  width: 2px;
  background-color: #51535E;
  z-index: 10;
  transform: translateX(-50%);
}
.walkthrough .walkthrough__content .walkthrough__steps-wrapper .walkthrough__steps .walkthrough__number:nth-child(12) {
  background-color: #31323A;
}
.walkthrough .walkthrough__content .walkthrough__info {
  display: flex;
  background-color: #F4F5FA;
  border-radius: 30px;
  overflow: hidden;
  gap: 64px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .walkthrough .walkthrough__content .walkthrough__info {
    flex-direction: column;
    gap: 0;
  }
}
.walkthrough .walkthrough__content .walkthrough__info .walkthrough__info__img-wrapper {
  width: 50%;
  height: -webkit-fill-available;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .walkthrough .walkthrough__content .walkthrough__info .walkthrough__info__img-wrapper {
    width: 100%;
  }
}
.walkthrough .walkthrough__content .walkthrough__info .walkthrough__info__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .walkthrough .walkthrough__content .walkthrough__info .walkthrough__info__img-wrapper img {
    border-radius: 30px;
  }
}
.walkthrough .walkthrough__content .walkthrough__info .walkthrough__info__text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 64px 64px 64px 0;
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .walkthrough .walkthrough__content .walkthrough__info .walkthrough__info__text {
    width: 100%;
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .walkthrough .walkthrough__content .walkthrough__info .walkthrough__info__text {
    padding: 24px;
    gap: 24px;
  }
}
.walkthrough .walkthrough__content .walkthrough__info .walkthrough__info__text h5 {
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 0;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .walkthrough .walkthrough__content .walkthrough__info .walkthrough__info__text h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 1%;
  }
}
.walkthrough .walkthrough__content .walkthrough__info .walkthrough__info__text p {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .walkthrough .walkthrough__content .walkthrough__info .walkthrough__info__text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 424px) {
  .walkthrough .walkthrough__content .walkthrough__info .walkthrough__info__text p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
}

.robopark {
  position: relative;
  padding: 160px 0 0 0;
}
@media screen and (max-width: 991px) {
  .robopark {
    padding: 64px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .robopark {
    padding: 56px 0 0 0;
  }
}
.robopark .robopark__title {
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .robopark .robopark__title {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .robopark .robopark__title {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 36px;
  }
}
@media screen and (max-width: 424px) {
  .robopark .robopark__title {
    font-size: 28px;
    line-height: 32px;
    word-wrap: break-word;
  }
}
.robopark .robopark__content {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  gap: 80px;
}
@media screen and (max-width: 991px) {
  .robopark .robopark__content {
    margin-top: 40px;
    gap: 64px;
  }
}
.robopark .robopark__content .before-text {
  position: absolute;
  font-family: Montserrat;
  font-weight: 600;
  font-size: clamp(7.5rem, 2.9088rem + 7.4052vw, 15.3125rem);
  line-height: 100%;
  letter-spacing: -5%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #F4F5FA;
  z-index: -1;
  white-space: nowrap;
}
.robopark .robopark__content .before-text span {
  display: none;
}
@media screen and (max-width: 991px) {
  .robopark .robopark__content .before-text {
    font-size: 100px;
  }
}
@media screen and (max-width: 767px) {
  .robopark .robopark__content .before-text {
    font-size: 12vw;
  }
  .robopark .robopark__content .before-text span {
    display: inline;
  }
}
.robopark .robopark__content .robopark__top, .robopark .robopark__content .robopark__bottom {
  display: flex;
  gap: 110px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .robopark .robopark__content .robopark__top, .robopark .robopark__content .robopark__bottom {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .robopark .robopark__content .robopark__top, .robopark .robopark__content .robopark__bottom {
    flex-direction: column;
  }
}
.robopark .robopark__content .robopark__top .robopark__info, .robopark .robopark__content .robopark__bottom .robopark__info {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 32px;
  width: 50%;
  max-width: 529px;
}
@media screen and (max-width: 991px) {
  .robopark .robopark__content .robopark__top .robopark__info, .robopark .robopark__content .robopark__bottom .robopark__info {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .robopark .robopark__content .robopark__top .robopark__info, .robopark .robopark__content .robopark__bottom .robopark__info {
    width: 100%;
    max-width: 100%;
    gap: 24px;
  }
}
@media screen and (max-width: 424px) {
  .robopark .robopark__content .robopark__top .robopark__info, .robopark .robopark__content .robopark__bottom .robopark__info {
    gap: 16px;
  }
}
.robopark .robopark__content .robopark__top .robopark__info h5, .robopark .robopark__content .robopark__bottom .robopark__info h5 {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 1%;
  color: #FF7237;
}
@media screen and (max-width: 991px) {
  .robopark .robopark__content .robopark__top .robopark__info h5, .robopark .robopark__content .robopark__bottom .robopark__info h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 424px) {
  .robopark .robopark__content .robopark__top .robopark__info h5, .robopark .robopark__content .robopark__bottom .robopark__info h5 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
}
.robopark .robopark__content .robopark__top .robopark__info p, .robopark .robopark__content .robopark__bottom .robopark__info p {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .robopark .robopark__content .robopark__top .robopark__info p, .robopark .robopark__content .robopark__bottom .robopark__info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .robopark .robopark__content .robopark__top .robopark__info p, .robopark .robopark__content .robopark__bottom .robopark__info p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 424px) {
  .robopark .robopark__content .robopark__top .robopark__info p, .robopark .robopark__content .robopark__bottom .robopark__info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
}
.robopark .robopark__content .robopark__top img, .robopark .robopark__content .robopark__bottom img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .robopark .robopark__content .robopark__top img, .robopark .robopark__content .robopark__bottom img {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .robopark .robopark__content .robopark__top {
    flex-direction: column-reverse;
  }
}
.robopark .robopark__content .robopark__top .before-text {
  left: -30px;
  top: 20px;
}
@media screen and (max-width: 991px) {
  .robopark .robopark__content .robopark__top .before-text {
    left: -95px;
  }
}
@media screen and (max-width: 767px) {
  .robopark .robopark__content .robopark__top .before-text {
    left: 0;
    top: -80px;
  }
}
@media screen and (max-width: 424px) {
  .robopark .robopark__content .robopark__top .before-text {
    top: -60px;
  }
}
.robopark .robopark__content .robopark__bottom .before-text {
  left: -48vw;
  top: 20px;
}
@media screen and (max-width: 991px) {
  .robopark .robopark__content .robopark__bottom .before-text {
    left: -124%;
    top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .robopark .robopark__content .robopark__bottom .before-text {
    left: 0;
    top: -90px;
  }
}

.configurator {
  background-color: #F4F5FA;
}
.configurator .configurator__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10rem 0;
}
@media screen and (max-width: 991px) {
  .configurator .configurator__wrapper {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .configurator .configurator__wrapper {
    padding: 3.5rem 0;
  }
}
.configurator .configurator__wrapper .configurator__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 78px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .configurator .configurator__wrapper .configurator__title {
    font-size: 2.5rem;
    line-height: 46px;
    max-width: 33.625rem;
  }
}
@media screen and (max-width: 767px) {
  .configurator .configurator__wrapper .configurator__title {
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: -0.01em;
    max-width: 18.0625rem;
  }
}
.configurator .configurator__wrapper .configurator__title span {
  color: #FF7237;
}
.configurator .configurator__wrapper .configurator__controls__mobile {
  display: none;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .configurator .configurator__wrapper .configurator__controls__mobile {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
.configurator .configurator__wrapper .configurator__controls__mobile .configurator__buttons__mobile {
  padding: 1rem;
  border-radius: 16px;
  border: 2px solid #725EF2;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
  color: #725EF2;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  transition: 0.3s;
  background-color: transparent;
  cursor: pointer;
}
.configurator .configurator__wrapper .configurator__controls__mobile .configurator__buttons__mobile-active {
  background-color: #725EF2;
  color: #FCFCFC;
}
.configurator .configurator__wrapper .configurator__table {
  margin-top: 5rem;
  position: relative;
  max-height: 36.25rem;
  overflow: hidden;
  transition: max-height 1s, padding-bottom 0.1s;
}
@media screen and (max-width: 767px) {
  .configurator .configurator__wrapper .configurator__table {
    margin-top: 0.875rem;
  }
}
.configurator .configurator__wrapper .configurator__table .text-left {
  text-align: left !important;
}
.configurator .configurator__wrapper .configurator__table::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #F4F5FA, rgba(248, 248, 248, 0));
  pointer-events: none;
}
.configurator .configurator__wrapper .configurator__table .comparison-table {
  display: none;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-family: Arial, sans-serif;
  transition: 0.3s;
}
.configurator .configurator__wrapper .configurator__table .comparison-table thead tr {
  border-bottom: 1px solid #B1A8EA;
}
.configurator .configurator__wrapper .configurator__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;
}
.configurator .configurator__wrapper .configurator__table .comparison-table thead tr th span {
  display: inline-block;
  max-width: 280px;
}
@media screen and (max-width: 991px) {
  .configurator .configurator__wrapper .configurator__table .comparison-table thead tr th {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .configurator .configurator__wrapper .configurator__table .comparison-table thead tr th {
    height: auto;
  }
}
.configurator .configurator__wrapper .configurator__table .comparison-table tbody td {
  border-bottom: 1px solid #B1A8EA;
  padding: 1.25rem 0.625rem 1.25rem 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .configurator .configurator__wrapper .configurator__table .comparison-table tbody td {
    font-size: 0.875rem;
  }
}
.configurator .configurator__wrapper .configurator__table .comparison-table tbody td:first-child {
  text-align: left;
  max-width: 34.375rem;
}
@media screen and (max-width: 767px) {
  .configurator .configurator__wrapper .configurator__table .comparison-table tbody td:first-child {
    width: 33%;
  }
}
.configurator .configurator__wrapper .configurator__table .comparison-table tbody td:nth-child(2) {
  text-align: right;
  vertical-align: middle !important;
}
.configurator .configurator__wrapper .configurator__table .comparison-table tbody td:nth-child(2) .text-left {
  text-align: left;
}
.configurator .configurator__wrapper .configurator__table .comparison-table tbody td:nth-child(3) {
  text-align: center;
  vertical-align: middle !important;
}
@media screen and (max-width: 767px) {
  .configurator .configurator__wrapper .configurator__table .comparison-table tbody td:nth-child(3) {
    text-align: right;
  }
}
.configurator .configurator__wrapper .configurator__table .comparison-table tbody td p {
  font-size: 1rem;
  font-weight: 500;
}
.configurator .configurator__wrapper .configurator__table .comparison-table tbody td ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style-type: none;
  margin: 0.9375rem 0 0 0;
}
.configurator .configurator__wrapper .configurator__table .comparison-table tbody td ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: left;
}
.configurator .configurator__wrapper .configurator__table .comparison-table tbody td ul li:before {
  content: "•";
  color: #725EF2;
  font-size: 2rem;
  margin-right: 10px;
}
.configurator .configurator__wrapper .configurator__table .comparison-table tbody td span {
  display: block;
  text-align: center;
}
.configurator .configurator__wrapper .configurator__table .comparison-table .check {
  content: "";
  width: 100%;
  height: 24px;
  text-align: center;
  background-image: url("/pioneer/frontend/assets/pages/pioneer-arena/images/configurator/check.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.configurator .configurator__wrapper .configurator__table .comparison-table .cross {
  content: "";
  width: 100%;
  height: 24px;
  text-align: center;
  background-image: url("/pioneer/frontend/assets/pages/pioneer-arena/images/configurator/cross.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.configurator .configurator__wrapper .configurator__table .comparison-table-active {
  display: block;
}
.configurator .configurator__wrapper .configurator__table-open {
  padding-bottom: 50px;
  max-height: 312.5rem !important;
}
.configurator .configurator__wrapper .configurator__collapse-btn {
  width: 1.5rem;
  height: 1.5rem;
  margin: 2.5rem auto 0;
  background-image: url("/pioneer/frontend/assets/pages/pioneer-arena/images/configurator/collapse-arrow.svg");
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  transition: 1s;
  cursor: pointer;
}
.configurator .configurator__wrapper .configurator__collapse-btn-active {
  transform: rotate(180deg);
}
.configurator .configurator__wrapper .configurator__switch-img {
  position: absolute;
  top: 170px;
  left: -300px;
}
@media screen and (max-width: 991px) {
  .configurator .configurator__wrapper .configurator__switch-img {
    left: unset;
    right: -60px;
    top: -15px;
    transform: scaleX(-1) scale(0.6);
  }
}
@media screen and (max-width: 767px) {
  .configurator .configurator__wrapper .configurator__switch-img {
    left: unset;
    transform: scaleX(-1) scale(0.45);
    top: -50px;
    right: -75px;
  }
}

.easy-start-block {
  padding: 10rem 0 0;
  background-color: #FCFCFC;
}
@media screen and (max-width: 991px) {
  .easy-start-block {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .easy-start-block {
    padding: 3.375rem 0;
  }
}
.easy-start-block .h2 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  .easy-start-block .h2 {
    margin-bottom: 2.5rem;
  }
}
.easy-start-block .h2 span {
  color: #FF7237;
}
.easy-start-block .description {
  margin-top: 10rem;
}
@media screen and (max-width: 991px) {
  .easy-start-block .description {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .easy-start-block .description {
    margin-top: 3.5rem;
  }
}
.easy-start-block .description .h2 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .easy-start-block .description .h2 {
    margin-bottom: 2.5rem;
  }
}
.easy-start-block .description p {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .easy-start-block .description p {
    font-size: 20px;
    line-height: 28px;
  }
}
.easy-start-block__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .easy-start-block__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .easy-start-block__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}
.easy-start-block__card {
  box-sizing: border-box;
  min-width: 0;
  background-color: #EFF5FF;
  border-radius: 30px;
  padding: 40px;
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 24px;
}
@media screen and (max-width: 1199px) {
  .easy-start-block__card {
    padding: 24px;
  }
}
.easy-start-block__card .title {
  width: calc(100% - 24px - 55px);
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
}
@media screen and (max-width: 1199px) {
  .easy-start-block__card .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.easy-start-block__card .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background-color: #487FFB;
  color: #FCFCFC;
  font-size: 24px;
  border-radius: 100%;
}
.easy-start-block__card.max-small-desktop {
  display: none;
}
@media screen and (max-width: 1199px) {
  .easy-start-block__card.max-small-desktop {
    display: flex;
  }
}
.easy-start-block__card-big {
  margin-top: 24px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 594px;
  border-radius: 30px;
  background-image: url("/pioneer/frontend/assets/pages/geoscan-arena-mini/easy-start/easy-start.webp");
  background-size: cover;
  padding: 119px 64px;
  display: flex;
  align-items: end;
  justify-content: start;
  overflow: hidden;
}
.easy-start-block__card-big::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(72, 127, 251, 0.7) 0%, rgba(255, 107, 0, 0.7) 100%);
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .easy-start-block__card-big {
    padding: 24px;
    min-height: 280px;
    align-items: center;
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .easy-start-block__card-big {
    margin-top: 8px;
    min-height: 263px;
    align-items: end;
    padding: 24px;
  }
}
.easy-start-block__card-big p {
  z-index: 1;
  color: #FCFCFC;
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
  max-width: 730px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .easy-start-block__card-big p {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    max-width: 505px;
  }
}
@media screen and (max-width: 767px) {
  .easy-start-block__card-big p {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
  }
}
.easy-start-block__card-big .easy-start-block__cards {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1199px) {
  .easy-start-block__card-big .easy-start-block__cards {
    display: none;
  }
}
.easy-start-block__card-big .easy-start-block__cards .easy-start-block__card {
  position: relative;
  z-index: 2;
}
.easy-start-block__card-big .easy-start-block__cards .easy-start-block__card-before {
  content: "";
  position: absolute;
  width: calc(33.3333333333% + 9px);
  height: calc(100% + 48px);
  background: #FCFCFC;
  top: -24px;
  left: 0;
  z-index: -1;
  border-radius: 30px 30px 30px 0;
}
.easy-start-block__card-big .easy-start-block__cards .easy-start-block__card-before::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #FCFCFC;
  position: absolute;
  top: 100%;
  left: -7px;
}
.easy-start-block__card-big .easy-start-block__cards .easy-start-block__card-before::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: transparent;
  top: calc(100% - 30px);
  left: -1px;
  z-index: -1;
  border-top: 30px solid #FCFCFC;
  border-top-left-radius: 100%;
}
.easy-start-block__card-big .easy-start-block__cards .easy-start-block__card::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #FCFCFC;
  position: absolute;
  top: 0;
  left: calc(100% + 17px);
}
.easy-start-block__card-big .easy-start-block__cards .easy-start-block__card::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: transparent;
  top: -30px;
  left: calc(100% + 23px);
  z-index: -1;
  border-top: 30px solid #FCFCFC;
  border-top-left-radius: 100%;
}/*# sourceMappingURL=styles.css.map */