html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer,
nav,
section {
  display: block;
}

a {
  background-color: #0000;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}



[class*=" w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: webflow-icons !important;
}

.w-icon-slider-right:before {
  content: "";
}

.w-icon-slider-left:before {
  content: "";
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

h1,
h2,
h3 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before,
.w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-toggle {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-richtext:before,
.w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-condition-invisible {
  display: none !important;
}



:root {
  --_typography---fonts--secondary: Inter, sans-serif;
  --title-color: #0e0e0e;
  --_typography---body-text--text-s: 16px;
  --_typography---line-height--line-height-l: 1.5em;
  --_typography---font-weight--regular: 400;
  --_spacing-system---spacing--spacing-none: 0px;
  --_typography---fonts--primary: "Bebas Neue", sans-serif;
  --_typography---typography--h1: 50px;
  --_typography---line-height--line-height-s: 1em;
  --_typography---typography--h2: 55px;
  --_typography---typography--h3: 34px;
  --_typography---typography--h4: 26px;
  --_typography---typography--h5: 20px;
  --_typography---line-height--line-height-m: 1.2em;
  --_typography---letter-spacing--letter-spacing-s: .35px;
  --_typography---typography--h6: 18px;
  --_typography---font-weight--medium: 500;
  --paragraph-color: #333232;
  --black: #000;
  --light-gray: #fafafa;
  --_typography---font-weight--semi-bold: 600;
  --_spacing-system---spacing--huge-spacing: 80px;
  --_spacing-system---spacing--section-spacing: 130px;
  --_spacing-system---spacing--spacing-xxxl: 60px;
  --_spacing-system---spacing--spacing-l: 20px;
  --_spacing-system---spacing--spacing-md: 12px;
  --white: white;
  --_spacing-system---containers--full-container: 100%;
  --_spacing-system---containers--base-container: 1200px;
  --_spacing-system---spacing--spacing-ml: 15px;
  --_spacing-system---containers--small-container: 1170px;
  --_typography---body-text--text-m: 18px;
  --stroke: #ededed;
  --_spacing-system---border-radius--radius-lg: 100px;
  --primary-yellow: #fdff3a;
  --_typography---fonts--font-awesome-03: "Fa Solid 900", Arial, sans-serif;
  --_spacing-system---border-radius--radius-sm: 6px;
  --black-10: #0000001a;
  --_spacing-system---border-radius--radius-md: 10px;
  --_typography---letter-spacing--letter-spacing-xs: -1px;
  --_spacing-system---spacing--spacing-sm: 10px;
  --_spacing-system---spacing--spacing-xl: 30px;
  --_typography---letter-spacing--letter-spacing-m: .5px;
  --_spacing-system---spacing--spacing-xxl: 40px;
  --white-15: #ffffff26;
  --_typography---body-text--text-l: 22px;
  --transparent: #fff0;
  --_spacing-system---spacing--spacing-lg: 24px;
  --soft-gray: #c8c8c8;
  --extra-light-gray: #e6e6e6;
  --_typography---body-text--text-xs: 14px;
  --_typography---letter-spacing--letter-spacing-l: 1.5px;
  --_typography---typography--display-01: 55px;
  --_spacing-system---spacing--spacing-s: 8px;
  --_spacing-system---border-radius--radius-xs: 2px;
  --_typography---font-weight--bold: 700;
  --_typography---body-text--text-xl: 24px;
  --white-80: #fffc;
  --white-50: #ffffff80;
  --_typography---typography--display-02: 18.6rem;
  --_spacing-system---containers--large-container: 1800px;
  --_spacing-system---spacing--spacing-xxs: 4px;
  --_typography---typography--display-04: 9.3rem;
  --dark-gray: #141414;
  --_typography---typography--display-03: 8rem;
  --_spacing-system---spacing--spacing-xs: 6px;
  --_spacing-system---spacing--mega-spacing: 100px;
  --light-yellow: #feff8f59;
  --_typography---fonts--font-awesome-02: "Fa Brands 400", Arial, sans-serif;
  --_typography---typography--display-05: 100px;
  --_typography---fonts--font-awesome-01: "Fa 400", Arial, sans-serif;
  --_typography---typography--display-06: 60px;
  --gray: #d6d6d6;
  --_typography---body-text--quote-s: 22px;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

body {
  font-family: var(--_typography---fonts--secondary);
  color: var(--title-color);
  font-size: var(--_typography---body-text--text-s);
  line-height: var(--_typography---line-height--line-height-l);
  font-weight: var(--_typography---font-weight--regular);
}

h1 {
  margin-top: var(--_spacing-system---spacing--spacing-none);
  margin-bottom: var(--_spacing-system---spacing--spacing-none);
  font-family: var(--_typography---fonts--primary);

  line-height: var(--_typography---line-height--line-height-s);
  font-weight: var(--_typography---font-weight--regular);
  text-transform: uppercase;
}

h2 {
  margin-top: var(--_spacing-system---spacing--spacing-none);
  margin-bottom: var(--_spacing-system---spacing--spacing-none);
  font-family: var(--_typography---fonts--primary);
  line-height: var(--_typography---line-height--line-height-s);
  font-weight: var(--_typography---font-weight--regular);
  text-transform: uppercase;
}

h3 {
  margin-top: var(--_spacing-system---spacing--spacing-none);
  margin-bottom: var(--_spacing-system---spacing--spacing-none);
  font-family: var(--_typography---fonts--primary);
  font-size: var(--_typography---typography--h3);
  line-height: var(--_typography---line-height--line-height-s);
  font-weight: var(--_typography---font-weight--regular);
  text-transform: uppercase;
}

p {
  margin-top: var(--_spacing-system---spacing--spacing-none);
  margin-bottom: var(--_spacing-system---spacing--spacing-none);
  color: var(--paragraph-color);
  line-height: var(--_typography---line-height--line-height-l);
}

a {
  color: var(--black);
  font-weight: var(--_typography---font-weight--regular);
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .35s;
  display: inline-flex;
}

a:hover {
  color: var(--paragraph-color);
}

img {
  max-width: 100%;
  display: inline-block;
}

.section {
  padding-top: var(--_spacing-system---spacing--huge-spacing);
  padding-bottom: var(--_spacing-system---spacing--huge-spacing);
  position: relative;
}

.section.min-height {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 650px;
  display: grid;
}

.section.no-top-space {
  padding-top: var(--_spacing-system---spacing--spacing-none);
}

.base-container {
  z-index: 15;
  width: var(--_spacing-system---containers--full-container);
  max-width: var(--_spacing-system---containers--base-container);
  padding-right: var(--_spacing-system---spacing--spacing-ml);
  padding-left: var(--_spacing-system---spacing--spacing-ml);
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.no-shrink-btn {
  flex: none;
}

.no-shrink-btn.btn-mobi-show {
  display: none;
}

.brand-logo {
  padding-left: 0;
  position: relative;
}

.brand-logo:hover {
  opacity: 1;
}

.brand-logo.w--current {
  transition-property: opacity;
}

.brand-logo.w--current:hover {
  opacity: 1;
}

.btn-cover {
  z-index: 1;
  background-color: var(--white);
  border-radius: 100px;
  width: 250px;
  height: 250px;
  display: none;
  position: absolute;
}

.btn-cover.black-cover {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: none;
  inset: auto;
}

.btn-cover.yellow-btn-cover {
  background-color: var(--primary-yellow);
}

.nav-container {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 68px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cover-navigation {
  border-radius: var(--_spacing-system---border-radius--radius-md);
  background-color: var(--black);
  width: auto;
  display: flex;
  position: absolute;
  inset: 0% 15px;
}

.clip-text {
  position: relative;
  overflow: hidden;
}

.clip-text.bottom {
  position: absolute;
}

.logo-project {
  width: auto;
  height: 26px;
}

.nav-intro-item {
  color: #fff;
  font-size: var(--_typography---body-text--text-s);
  line-height: var(--_typography---line-height--line-height-l);
  padding-left: 0;
}

.nav-intro-item.item-hover {
  color: var(--primary-yellow);
}

.tablet-menu {
  display: none;
}

.clip-hero-button {
  height: var(--_spacing-system---spacing--spacing-xxxl);
  padding: var(--_spacing-system---spacing--spacing-ml) 28px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: var(--_spacing-system---border-radius--radius-sm);
  background-color: var(--primary-yellow);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-hero-btn {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hover-clip-text {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.primary-link-button {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-link-button:hover {
  opacity: 1;
}

.dropdown-menu {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-link-item {
  background-color: #0000;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 22px 0;
  font-weight: 400;
  transition: all .5s;
  display: flex;
}

.right-nav-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-intro-text {
  color: var(--title-color);
  font-size: var(--_typography---body-text--text-m);
  line-height: var(--_typography---line-height--line-height-l);
  padding-left: 0;
}

.button-intro-text.white-text {
  color: var(--white);
}

.nav-menu-wrap {
  text-align: right;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-text-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-clip.bottom {
  position: absolute;
}

.burger-nav-2 {
  justify-content: center;
  align-items: center;
  height: auto;
  display: none;
  position: relative;
}

.no-shrink-button {
  flex: none;
}

.hero-nav-con-2 {
  position: relative;
  overflow: hidden;
}

.burger-nav-menu {
  align-items: center;
  display: flex;
}

.logo-link-mobile {
  padding-left: 0;
  display: none;
}

.nav-line-white-2 {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.brand-wrapper {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.border-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.menu-item-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-left: 15px;
  padding-right: 4px;
  display: grid;
}

.navigation-menu {
  z-index: 900;
  background-color: var(--transparent);
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  inset: 26px 0% auto;
  overflow: visible;
}

.nav-tablet-btn {
  justify-content: center;
  align-items: center;
  display: none;
}

.line-white-2 {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.hero-banner-01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 760px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.video-overlay {
  background-color: #0000004d;
  background-image: linear-gradient(0deg, #000000a6, var(--transparent));
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-container {
  z-index: 15;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  display: grid;
  position: relative;
}

.hero-banner-title {
  color: var(--white);
  text-align: center;
}

.intro-content {
  grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
  grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-banner-description {
  color: var(--white);
  width: 65%;
}

.yellow-text-span {
  color: var(--primary-yellow);
  font-size: 24px;
}

.drone-icon {
  object-fit: cover;
  width: auto;
  height: 20px;
}

.icon-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.banner-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.buttons-group {
  grid-column-gap: var(--_spacing-system---spacing--spacing-xl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.intro-button.white {
  width: 100%;
}

.clip-hero-button-white {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: var(--_spacing-system---border-radius--radius-sm);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 16px 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-link-button {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-link-button:hover {
  opacity: 1;
}

.clip-secondary-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--white);
  border-radius: var(--_spacing-system---border-radius--radius-sm);
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 16px 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.drone-png-01 {
  z-index: 5;
  object-fit: cover;
  width: auto;
  height: 450px;
  position: relative;
}

.clip-black-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: var(--_spacing-system---border-radius--radius-sm);
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 16px 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.description-group {
  grid-column-gap: var(--_spacing-system---spacing--spacing-xxl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-xxl);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.intro-paragraph {
  text-align: center;
}

.width-container {
  width: 55%;
}

.span-paragraph {
  color: var(--title-color);
  font-weight: var(--_typography---font-weight--medium);
}

.black-link-button {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.black-link-button:hover {
  opacity: 1;
}

.title-wdth {
  text-align: center;
  width: 66%;
  margin-left: auto;
  margin-right: auto;
}

.intro-drone {
  z-index: 25;
  width: var(--_spacing-system---containers--full-container);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: -30px;
  margin-bottom: 20px;
  display: grid;
  position: relative;
}

.large-photo {
  background-image: url("image/large.jpg");
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.clip-photo {
  width: var(--_spacing-system---containers--full-container);
  height: var(--_spacing-system---containers--full-container);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.benefits-grid {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.grid-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benefit-circle {
  z-index: 6;
  border-radius: var(--_spacing-system---border-radius--radius-lg);
  background-color: var(--primary-yellow);
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
  position: relative;
}

.column-item {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.small-dot {
  border-radius: var(--_spacing-system---border-radius--radius-lg);
  background-color: var(--black);
  width: 6px;
  height: 6px;
}

.circle-item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.circle-item.item-01.top-05 {
  top: 34px;
  left: -14px;
}

.circle-item.item-03.top-03 {
  top: -60px;
}

.wave-01 {
  border: 1px solid var(--soft-gray);
  border-radius: var(--_spacing-system---border-radius--radius-lg);
  width: 44px;
  height: 44px;
  position: absolute;
}

.wave-02 {
  border: 1px solid var(--soft-gray);
  border-radius: var(--_spacing-system---border-radius--radius-lg);
  width: 66px;
  height: 66px;
  position: absolute;
}

.circle-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.circle-container.con-01 {
  top: 0;
}

.circle-container.con-02 {
  bottom: -160px;
  right: 220px;
}

.circle-container.con-03 {
  top: -30px;
  right: 40px;
}

.order-large {
  color: var(--extra-light-gray);
  font-size: 120px;
  line-height: var(--_typography---line-height--line-height-s);
  font-weight: var(--_typography---font-weight--semi-bold);
}

.line-gray {
  z-index: 10;
  border-style: dashed none none;
  border-width: 1px;
  border-color: var(--soft-gray) black black;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.line-gray.left {
  inset: 0% 0% 0% auto;
}

.line-wdth {
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  height: 1px;
  margin-left: -20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-wdth.left {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: -20px;
}

.benefit-toggle {
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  padding: 0;
  display: flex;
}

.benefit-nav {
  background-color: var(--transparent);
}

.triangle {
  border-style: solid none none solid;
  border-width: 1px;
  border-color: var(--extra-light-gray);
  background-color: var(--light-gray);
  width: 14px;
  height: 14px;
  position: absolute;
  top: 14px;
  transform: rotate(45deg);
}

.triangle.bottom {
  top: auto;
  bottom: 14px;
  transform: rotate(225deg);
}

.nav-info-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--extra-light-gray);
  border-radius: var(--_spacing-system---border-radius--radius-sm);
  background-color: var(--light-gray);
  text-align: center;
  flex-flow: column;
  padding: 14px 12px;
  display: flex;
}

.info-small-text {
  color: var(--paragraph-color);
  font-size: var(--_typography---body-text--text-s);
  line-height: var(--_typography---line-height--line-height-m);
}

.info-small-text.bold {
  color: var(--black);
  font-weight: var(--_typography---font-weight--medium);
}

.png-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.yellow-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary-yellow);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.yellow-section.cta {
  z-index: 15;
}

.main-container {
  z-index: 15;
  padding-top: var(--_spacing-system---spacing--huge-spacing);
  padding-bottom: var(--_spacing-system---spacing--huge-spacing);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.print-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.shadow {
  border-radius: var(--_spacing-system---border-radius--radius-lg);
  background-color: var(--paragraph-color);
  filter: blur(120px);
  width: 160px;
  height: 160px;
  position: absolute;
  inset: auto;
}

.lg-png {
  z-index: 8;
  object-fit: cover;
  transform-style: preserve-3d;
  flex: none;
  width: auto;
  max-width: none;
  height: 500px;
  position: relative;
}

.png-02-wrap {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: 3px;
}

.white-line-pattern {
  z-index: 1;
  transform-style: preserve-3d;
  height: 880px;
  position: absolute;
  top: auto;
  bottom: auto;
  right: auto;
}

.line-png-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -45px;
}

.our-features {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 48% 52%;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.right-container,
.info-tabs {
  width: 100%;
}

.tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.main-tab {
  border-radius: var(--_spacing-system---border-radius--radius-lg);
  background-color: var(--transparent);
  font-size: var(--_typography---body-text--text-xs);
  line-height: var(--_typography---line-height--line-height-s);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--letter-spacing-l);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 146px;
  max-width: 146px;
  height: 50px;
  padding: 14px 12px;
  display: flex;
}

.main-tab.w--current {
  border: 1px solid var(--black-10);
  background-color: var(--black-10);
  box-shadow: 0 0 10px #0003;
}

.tab-info-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.clip-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.line-clip-con {
  width: 100%;
  height: 1.5px;
  position: relative;
}

.space-small-con {
  grid-column-gap: var(--_spacing-system---spacing--spacing-sm);
  grid-row-gap: var(--_spacing-system---spacing--spacing-sm);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-hero-info {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.statistics-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.dark-scroll-line {
  background-color: var(--black-10);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.small-coll {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.details-title {
  font-size: 35px;
  line-height: var(--_typography---line-height--line-height-s);
  padding-top: 4px;
}

.details-description {
  font-size: 16px;
  line-height: var(--_typography---line-height--line-height-m);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--letter-spacing-xs);
}

.tab-info-description {
  width: 100%;
}

.shadow--02 {
  z-index: 5;
  border-radius: var(--_spacing-system---border-radius--radius-lg);
  background-color: var(--paragraph-color);
  filter: blur(120px);
  width: 300px;
  height: 300px;
  position: absolute;
  inset: auto;
}

.grid-content {
  z-index: 15;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
  position: relative;
}

.content-space {
  grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
  grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.white-h2-title {
  color: var(--white);
  font-size: 22px;
}

.white-paragraph {
  color: var(--white);
}

.row-content {
  grid-column-gap: var(--_spacing-system---spacing--spacing-xxxl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-xxl);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.width-intro-con {
  width: 65%;
}

.small-intro-wdth {
  width: 75%;
}

.photo-overlay {
  background-color: var(--black-10);
  background-image: linear-gradient(180deg, var(--transparent), #00000059), linear-gradient(45deg, #000000a6 4%, var(--transparent) 70%);
  position: absolute;
  inset: 0%;
}

.drone-png {
  z-index: 5;
  object-fit: cover;
  flex: none;
  width: auto;
  height: 620px;
  position: relative;
}

.drone-png-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 75px;
  left: -30%;
}

.black-section {
  background-color: var(--black);
}

.dual-grid {
  grid-template-rows: auto auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-video-con {
  border-radius: var(--_spacing-system---border-radius--radius-md);
  min-height: 450px;
  overflow: hidden;
}

.drone-video {
  z-index: 15;
  width: 100%;
  height: 100%;
}

.right-con {
  padding-top: var(--_spacing-system---spacing--huge-spacing);
  padding-bottom: var(--_spacing-system---spacing--huge-spacing);
}

.white-title {
  color: var(--white);
}

.centered-wrap {
  grid-column-gap: var(--_spacing-system---spacing--spacing-ml);
  grid-row-gap: var(--_spacing-system---spacing--spacing-ml);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.xxl-space {
  grid-column-gap: var(--_spacing-system---spacing--spacing-xxl);
  grid-row-gap: var(--_spacing-system---spacing--spacing-xxl);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.xxl-space.width {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.left-space-con {
  padding-left: 100px;
  padding-right: 100px;
}

.text-width {
  width: 83%;
}

.left-con {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.video-ov {
  background-color: var(--black-10);
  position: absolute;
  inset: 0%;
}

.top-title-wrap {
  margin-bottom: var(--_spacing-system---spacing--spacing-xxxl);
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.project-title {
  width: 50%;
}

.characteristics-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.characteristics-info {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 35% 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.info-item {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.feature-title {
  font-size: var(--_typography---body-text--text-l);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: uppercase;
}

.feature-description {
  width: 100%;
  max-width: 260px;
}

.flex-intro {
  grid-column-gap: var(--_spacing-system---spacing--spacing-s);
  grid-row-gap: var(--_spacing-system---spacing--spacing-s);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.detail-box.box-001 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.detail-box.box-004 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
  top: 140px;
}

.detail-box.box-003,
.detail-box.box-002 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.detail-box.box-005 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  top: 100px;
}

.divider-svg {
  object-fit: cover;
  max-width: none;
}

.divider-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  width: 90%;
  padding-top: 40px;
  padding-left: 13px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.divider-wrap.height-01 {
  justify-content: flex-start;
  align-items: flex-start;
  height: 200px;
}

.divider-wrap.height-02 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
  bottom: -10px;
  left: 3px;
}

.divider-wrap.height-03 {
  justify-content: center;
  align-items: flex-end;
  width: 60%;
  padding-top: 20px;
  bottom: -14px;
}

.divider-wrap.height-04 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  padding-top: 0;
  padding-left: 26px;
}

.divider-wrap.height-05 {
  justify-content: center;
  align-items: flex-end;
  width: 80%;
  padding-top: 0;
  padding-left: 0;
  top: -20px;
}

.bottom-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.bottom-box.item-01 {
  left: -204px;
  right: auto;
}

.bottom-box.item-2 {
  top: auto;
  left: -12px;
  right: auto;
}

.bottom-box.item-04 {
  padding-bottom: 40px;
  left: -30px;
  right: auto;
}

.bottom-box.item-05 {
  inset: -140px auto auto -120px;
}

.bottom-box.item-03 {
  left: -204px;
  right: auto;
}

.top-box {
  position: relative;
}

.top-box.box-01 {
  padding-left: 120px;
}

.top-box.box-02 {
  padding-left: 380px;
}

.top-box.box-03 {
  padding-left: 420px;
  padding-right: 15px;
}

.top-box.box-04 {
  padding-left: 340px;
}

.top-box.box-05 {
  padding-left: 240px;
}

.shadow--03 {
  z-index: 2;
  border-radius: var(--_spacing-system---border-radius--radius-lg);
  background-color: var(--paragraph-color);
  filter: blur(150px);
  width: 230px;
  height: 230px;
  position: absolute;
  inset: 370px auto auto;
}

.clip-section-wrap {
  position: relative;
  overflow: hidden;
}

.filter-icon-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.projects-list-wrapper {
  width: 100%;
  position: relative;
}

.projects-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-card {
  width: var(--_spacing-system---containers--full-container);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.bottom-intro {
  grid-column-gap: var(--_spacing-system---spacing--spacing-md);
  grid-row-gap: var(--_spacing-system---spacing--spacing-md);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.top-intro {
  border-radius: var(--_spacing-system---border-radius--radius-sm);
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.project-photo-content {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-video {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.banner {
  background-image: url('image/banner3.jpg')
}
.project-image {
  z-index: 1;
  background-image: url("image/program2.jpg");
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.intro-title {
  font-size: var(--_typography---body-text--text-l);
  font-weight: var(--_typography---font-weight--medium);
  text-transform: uppercase;
}

.intro-description {
  width: 85%;
}

.intro-left {
  grid-column-gap: var(--_spacing-system---spacing--spacing-s);
  grid-row-gap: var(--_spacing-system---spacing--spacing-s);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.intro-right {
  flex: none;
}

.project-date {
  font-size: var(--_typography---body-text--text-xs);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: uppercase;
}

.project-link-wrap {
  z-index: 3;
  background-color: var(--black-10);
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.arrow-box {
  border-radius: var(--_spacing-system---border-radius--radius-xs);
  background-color: var(--primary-yellow);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.arrow-icon {
  width: auto;
  height: 14px;
}

.clip-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.clip-arrow.bottom {
  position: absolute;
  left: -100%;
}

.clip-arrow.left {
  position: absolute;
  inset: 0% -100% 0% auto;
}

.clip-arrow.right {
  position: absolute;
  inset: 0% auto 0% -100%;
}

.hover-clip-arrow {
  position: relative;
  overflow: hidden;
}

.par-hidden {
  display: none;
  position: absolute;
}

.photo-container {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.project-title-link:hover {
  opacity: .7;
}

.footer-spacing {
  z-index: 15;
  padding-top: var(--_spacing-system---spacing--huge-spacing);
  padding-bottom: var(--_spacing-system---spacing--spacing-xxl);
  position: relative;
}

.cta-content {
  padding-top: var(--_spacing-system---spacing--huge-spacing);
  padding-bottom: var(--_spacing-system---spacing--huge-spacing);
  position: relative;
}

.png-03-wrap {
  z-index: 5;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 180px;
  left: 120px;
}

.cta-drone-png {
  z-index: 8;
  object-fit: cover;
  flex: none;
  width: auto;
  max-width: none;
  height: 400px;
  position: relative;
}

.shadow--04 {
  z-index: 5;
  border-radius: var(--_spacing-system---border-radius--radius-lg);
  background-color: var(--paragraph-color);
  filter: blur(120px);
  width: 280px;
  height: 280px;
  position: absolute;
  inset: auto;
}

.cta-intro-wdth {
  width: 70%;
}

.cta-intro-con {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.white-reverce-line {
  z-index: 1;
  transform-style: preserve-3d;
  height: 880px;
  position: absolute;
  top: auto;
  bottom: auto;
  right: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.cta-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

.brand-count {
  font-size: 80px;
  line-height: .8em;
  font-weight: var(--_typography---font-weight--bold);
}

.join-brands {
  font-size: var(--_typography---body-text--text-m);
  font-weight: var(--_typography---font-weight--medium);
}

.brands-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.cta-title {
  width: 95%;
}

.footer-rights-bottom {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.rights-wrap {
  text-align: center;
}

.copyright {
  color: var(--white-80);
  font-size: var(--_typography---body-text--text-xs);
  line-height: var(--_typography---line-height--line-height-l);
  margin-bottom: 0;
}

.print-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
}

.line-png-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -45px;
  overflow: hidden;
}

.white-line {
  background-color: var(--white-15);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.rights-content {
  width: 100%;
  padding-top: 30px;
  position: relative;
}

.hero-content {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.column-intro {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  display: flex;
}

.top-small-space {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.footer-logo {
  width: auto;
  height: 26px;
}

.footer-description {
  color: var(--white-80);
  width: 62%;
}

.column-title {
  font-family: var(--_typography---fonts--primary);
  color: var(--white);
  font-size: var(--_typography---typography--h5);
  letter-spacing: var(--_typography---letter-spacing--letter-spacing-s);
}

.main-address {
  color: var(--white-80);
  font-weight: var(--_typography---font-weight--regular);
  width: 70%;
}

.main-address:hover {
  color: var(--primary-yellow);
}

.links-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-text {
  color: var(--white-80);
}

.link-text.hover-yellow-text {
  color: var(--primary-yellow);
}

.link-text.email {
  text-transform: lowercase;
}

.link-text.email-hover {
  color: var(--primary-yellow);
  text-transform: lowercase;
}

.footer-link-item {
  z-index: 15;
  position: relative;
}

.link-box,
.link-component {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.intro-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.map-link {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.bottom-clip-line {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bottom-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.phone-number {
  font-family: var(--_typography---fonts--primary);
  color: var(--white);
  font-size: var(--_typography---body-text--text-l);
  letter-spacing: var(--_typography---letter-spacing--letter-spacing-s);
}

.phone-number.hover-text {
  color: var(--primary-yellow);
}

.footer-hero-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.line-001 {
  background-color: var(--white-15);
  flex: none;
  width: 100%;
  height: 1px;
  position: relative;
  inset: 0% auto auto 0%;
}

.form-bottom {
  align-self: flex-end;
  width: auto;
}

.form-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.white-bottom-line {
  z-index: 5;
  background-color: var(--white-15);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.icon-hide {
  display: none;
}

.slider-arrow {
  z-index: 5;
  border-radius: var(--_spacing-system---border-radius--radius-lg);
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
}

.slider-arrow.arrow-left {
  padding-right: 3px;
}

.slider-arrow.arrow-right {
  padding-left: 3px;
}

.reviews-slider {
  background-color: var(--transparent);
  width: 100%;
  max-width: 1320px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.slider-mask {
  width: 100%;
  max-width: 310px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.review-slide {
  background-color: var(--transparent);
  width: 100%;
  margin-right: 15px;
}

.review-list-wrapper {
  border: 1px solid var(--stroke);
  border-radius: var(--_spacing-system---border-radius--radius-sm);
  background-color: var(--light-gray);
  width: 100%;
  height: 100%;
}

.review-list,
.review-item {
  width: 100%;
  height: 100%;
}

.slide-arrow {
  object-fit: cover;
  width: auto;
  height: 22px;
}

.review-item-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 410px;
  padding: 30px 15px;
  display: flex;
}

.testimonial-intro {
  width: 100%;
}

.content-intro {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.clip-photo-item {
  border-radius: var(--_spacing-system---border-radius--radius-lg);
  flex: none;
  width: 96px;
  height: 96px;
  position: relative;
  overflow: hidden;
}

.photo-reviewer {
  background-position: 50% 15%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.intro-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reviewer-name {
  font-size: var(--_typography---body-text--text-m);
  font-weight: var(--_typography---font-weight--medium);
}

.info-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.reviewer-position {
  color: var(--paragraph-color);
  font-size: var(--_typography---body-text--text-xs);
  letter-spacing: var(--_typography---letter-spacing--letter-spacing-l);
  text-transform: uppercase;
}

.lg-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.logo-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-row {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.partners-logo {
  object-fit: cover;
  width: auto;
  height: 28px;
}

.partners-item {
  opacity: .35;
  justify-content: center;
  align-items: center;
  transition: opacity .45s;
  display: flex;
}

.partners-item:hover {
  opacity: 1;
}

.shadow-left {
  z-index: 2;
  background-image: linear-gradient(90deg, var(--white), #fff0);
  width: 15%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.shadow-right {
  z-index: 2;
  background-image: linear-gradient(270deg, var(--white), #fff0);
  width: 15%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.photo-banner {
  background-image: url("image/root.jpg");
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.black-cover {
  background-color: var(--black);
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

@media screen and (min-width: 1280px) {
  body {
    --_spacing-system---spacing--spacing-none: 0px;
    --_spacing-system---spacing--huge-spacing: 80px;
    --_spacing-system---spacing--section-spacing: 130px;
    --_spacing-system---spacing--spacing-xxxl: 60px;
    --_spacing-system---spacing--spacing-l: 20px;
    --_spacing-system---spacing--spacing-md: 12px;
    --_spacing-system---containers--full-container: 100%;
    --_spacing-system---containers--base-container: 1200px;
    --_spacing-system---spacing--spacing-ml: 15px;
    --_spacing-system---containers--small-container: 1170px;
    --_spacing-system---border-radius--radius-lg: 100px;
    --_spacing-system---border-radius--radius-sm: 6px;
    --_spacing-system---border-radius--radius-md: 10px;
    --_spacing-system---spacing--spacing-sm: 10px;
    --_spacing-system---spacing--spacing-xl: 30px;
    --_spacing-system---spacing--spacing-xxl: 40px;
    --_spacing-system---spacing--spacing-lg: 24px;
    --_spacing-system---spacing--spacing-s: 8px;
    --_spacing-system---border-radius--radius-xs: 2px;
    --_spacing-system---containers--large-container: 1800px;
    --_spacing-system---spacing--spacing-xxs: 4px;
    --_spacing-system---spacing--spacing-xs: 6px;
    --_spacing-system---spacing--mega-spacing: 100px;
    --_typography---fonts--secondary: Inter, sans-serif;
    --_typography---body-text--text-s: 16px;
    --_typography---line-height--line-height-l: 1.5em;
    --_typography---font-weight--regular: 400;
    --_typography---fonts--primary: "Bebas Neue", sans-serif;
    --_typography---typography--h1: 80px;
    --_typography---line-height--line-height-s: 1em;
    --_typography---typography--h2: 60px;
    --_typography---typography--h3: 36px;
    --_typography---typography--h4: 26px;
    --_typography---typography--h5: 20px;
    --_typography---line-height--line-height-m: 1.2em;
    --_typography---letter-spacing--letter-spacing-s: .35px;
    --_typography---typography--h6: 18px;
    --_typography---font-weight--medium: 500;
    --_typography---font-weight--semi-bold: 600;
    --_typography---body-text--text-m: 18px;
    --_typography---fonts--font-awesome-03: "Fa Solid 900", Arial, sans-serif;
    --_typography---letter-spacing--letter-spacing-xs: -1px;
    --_typography---letter-spacing--letter-spacing-m: .5px;
    --_typography---body-text--text-l: 22px;
    --_typography---body-text--text-xs: 14px;
    --_typography---letter-spacing--letter-spacing-l: 1.5px;
    --_typography---typography--display-01: 65px;
    --_typography---font-weight--bold: 700;
    --_typography---body-text--text-xl: 24px;
    --_typography---typography--display-02: 21.4rem;
    --_typography---typography--display-04: 11.5rem;
    --_typography---typography--display-03: 10rem;
    --_typography---fonts--font-awesome-02: "Fa Brands 400", Arial, sans-serif;
    --_typography---typography--display-05: 115px;
    --_typography---fonts--font-awesome-01: "Fa 400", Arial, sans-serif;
    --_typography---typography--display-06: 70px;
    --_typography---body-text--quote-s: 22px;
  }

  .section {
    padding-top: var(--_spacing-system---spacing--section-spacing);
    padding-bottom: var(--_spacing-system---spacing--section-spacing);
  }

  .section.min-height {
    min-height: 750px;
  }

  .cover-navigation {
    width: 100%;
    inset: 0%;
  }

  .nav-hero-btn {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .burger-nav-2,
  .brand-wrapper {
    min-width: 160px;
  }

  .border-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .navigation-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-banner-01 {
    padding-top: 130px;
  }

  .intro-content {
    width: 83%;
  }

  .hero-banner-description {
    width: 53%;
  }

  .drone-png-01 {
    height: 550px;
  }

  .width-container {
    width: 53%;
  }

  .title-wdth {
    width: 61%;
  }

  .circle-container.con-01 {
    top: -20px;
    right: 60px;
  }

  .circle-container.con-02 {
    bottom: -50px;
    right: 300px;
  }

  .circle-container.con-03 {
    top: -60px;
    right: 60px;
  }

  .main-container {
    padding-top: var(--_spacing-system---spacing--section-spacing);
    padding-bottom: var(--_spacing-system---spacing--section-spacing);
  }

  .shadow {
    width: 180px;
    height: 180px;
  }

  .png-02-wrap {
    left: -20px;
  }

  .white-line-pattern {
    height: 980px;
  }

  .line-png-wrap {
    left: -110px;
  }

  .our-features {
    grid-template-columns: 35% 65%;
  }

  .statistics-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .small-coll {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .details-title {
    font-size: 55px;
  }

  .details-description {
    font-size: 22px;
  }

  .tab-info-description {
    width: 93%;
  }

  .small-intro-wdth {
    width: 64%;
  }

  .drone-png {
    height: 770px;
  }

  .dual-grid {
    grid-template-rows: auto;
    grid-template-columns: auto auto;
  }

  .left-video-con {
    border-radius: 0;
    width: 480px;
  }

  .right-con {
    padding-top: var(--_spacing-system---spacing--section-spacing);
    padding-bottom: var(--_spacing-system---spacing--section-spacing);
  }

  .left-space-con {
    padding-left: 0;
    padding-right: 0;
  }

  .text-width {
    width: 70%;
  }

  .left-con {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .characteristics-grid {
    padding-bottom: 170px;
  }

  .detail-box.box-005 {
    padding-bottom: 0;
    top: 190px;
  }

  .divider-wrap.height-01 {
    width: 100%;
    height: 250px;
  }

  .bottom-box.item-01 {
    left: -170px;
  }

  .bottom-box.item-2 {
    top: -40px;
    left: 40px;
  }

  .bottom-box.item-05 {
    left: -220px;
  }

  .bottom-box.item-03 {
    left: -120px;
  }

  .top-box.box-01 {
    padding-left: 180px;
  }

  .top-box.box-02 {
    padding-left: 440px;
    bottom: 20px;
  }

  .top-box.box-03 {
    padding-left: 520px;
  }

  .top-box.box-05 {
    padding-left: 140px;
  }

  .shadow--03 {
    top: 400px;
  }

  .projects-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .bottom-intro {
    padding-right: var(--_spacing-system---spacing--spacing-sm);
    padding-left: var(--_spacing-system---spacing--spacing-sm);
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .top-intro {
    min-height: 380px;
  }

  .intro-description {
    width: 95%;
  }

  .footer-spacing {
    padding-top: var(--_spacing-system---spacing--section-spacing);
  }

  .cta-content {
    padding-top: var(--_spacing-system---spacing--section-spacing);
    padding-bottom: var(--_spacing-system---spacing--section-spacing);
  }

  .png-03-wrap {
    top: 160px;
    left: 160px;
  }

  .cta-drone-png {
    height: 540px;
  }

  .cta-intro-con {
    width: 70%;
  }

  .white-reverce-line {
    height: 980px;
  }

  .cta-bottom {
    width: 95%;
  }

  .brand-count {
    font-size: 90px;
  }

  .join-brands {
    font-size: var(--_typography---body-text--text-l);
  }

  .brands-wrapper {
    width: 51%;
  }

  .cta-title {
    width: 100%;
  }

  .line-png-wrapper {
    left: -110px;
  }

  .slider-mask {
    max-width: 370px;
  }

  .review-item-content {
    min-height: 390px;
  }

  .lg-section {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .logo-row {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .partners-logo {
    height: 30px;
  }
}

@media screen and (min-width: 1440px) {
  body {
    --_spacing-system---spacing--spacing-none: 0px;
    --_spacing-system---spacing--huge-spacing: 80px;
    --_spacing-system---spacing--section-spacing: 130px;
    --_spacing-system---spacing--spacing-xxxl: 60px;
    --_spacing-system---spacing--spacing-l: 20px;
    --_spacing-system---spacing--spacing-md: 12px;
    --_spacing-system---containers--full-container: 100%;
    --_spacing-system---containers--base-container: 1360px;
    --_spacing-system---spacing--spacing-ml: 15px;
    --_spacing-system---containers--small-container: 1170px;
    --_spacing-system---border-radius--radius-lg: 100px;
    --_spacing-system---border-radius--radius-sm: 6px;
    --_spacing-system---border-radius--radius-md: 10px;
    --_spacing-system---spacing--spacing-sm: 10px;
    --_spacing-system---spacing--spacing-xl: 30px;
    --_spacing-system---spacing--spacing-xxl: 40px;
    --_spacing-system---spacing--spacing-lg: 24px;
    --_spacing-system---spacing--spacing-s: 8px;
    --_spacing-system---border-radius--radius-xs: 2px;
    --_spacing-system---containers--large-container: 1800px;
    --_spacing-system---spacing--spacing-xxs: 4px;
    --_spacing-system---spacing--spacing-xs: 6px;
    --_spacing-system---spacing--mega-spacing: 100px;
    --_typography---fonts--secondary: Inter, sans-serif;
    --_typography---body-text--text-s: 16px;
    --_typography---line-height--line-height-l: 1.5em;
    --_typography---font-weight--regular: 400;
    --_typography---fonts--primary: "Bebas Neue", sans-serif;
    --_typography---typography--h1: 80px;
    --_typography---line-height--line-height-s: 1em;
    --_typography---typography--h2: 60px;
    --_typography---typography--h3: 36px;
    --_typography---typography--h4: 26px;
    --_typography---typography--h5: 20px;
    --_typography---line-height--line-height-m: 1.2em;
    --_typography---letter-spacing--letter-spacing-s: .35px;
    --_typography---typography--h6: 18px;
    --_typography---font-weight--medium: 500;
    --_typography---font-weight--semi-bold: 600;
    --_typography---body-text--text-m: 18px;
    --_typography---fonts--font-awesome-03: "Fa Solid 900", Arial, sans-serif;
    --_typography---letter-spacing--letter-spacing-xs: -1px;
    --_typography---letter-spacing--letter-spacing-m: .5px;
    --_typography---body-text--text-l: 22px;
    --_typography---body-text--text-xs: 14px;
    --_typography---letter-spacing--letter-spacing-l: 1.5px;
    --_typography---typography--display-01: 75px;
    --_typography---font-weight--bold: 700;
    --_typography---body-text--text-xl: 24px;
    --_typography---typography--display-02: 21.5rem;
    --_typography---typography--display-04: 13rem;
    --_typography---typography--display-03: 10rem;
    --_typography---fonts--font-awesome-02: "Fa Brands 400", Arial, sans-serif;
    --_typography---typography--display-05: 115px;
    --_typography---fonts--font-awesome-01: "Fa 400", Arial, sans-serif;
    --_typography---typography--display-06: 70px;
    --_typography---body-text--quote-s: 22px;
  }

  .nav-hero-btn {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .hero-banner-01 {
    min-height: 100vh;
  }

  .intro-content {
    width: 74%;
  }

  .hero-banner-description {
    width: 50%;
  }

  .width-container {
    width: 41%;
  }

  .title-wdth {
    width: 53%;
  }

  .circle-item.item-03.top-03 {
    top: -40px;
  }

  .circle-container.con-01 {
    top: 0;
  }

  .circle-container.con-02 {
    bottom: -30px;
  }

  .circle-container.con-03 {
    right: 140px;
  }

  .lg-png {
    height: 567px;
  }

  .our-features {
    grid-template-columns: 40% 60%;
  }

  .statistics-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .tab-info-description {
    width: 85%;
  }

  .small-intro-wdth {
    width: 55%;
  }

  .drone-png {
    height: 867px;
  }

  .left-video-con {
    width: 540px;
    min-height: 490px;
  }

  .text-width {
    width: 60%;
  }

  .project-title {
    width: 42%;
  }

  .divider-wrap.height-03 {
    width: 72%;
  }

  .top-box.box-03 {
    padding-left: 620px;
  }

  .shadow--03 {
    top: 500px;
  }

  .top-intro {
    min-height: 460px;
  }

  .intro-description {
    width: 80%;
  }

  .png-03-wrap {
    left: 100px;
  }

  .cta-intro-wdth {
    width: 67%;
  }

  .cta-intro-con {
    width: 63%;
  }

  .footer-description {
    width: 70%;
  }

  .main-address {
    width: 100%;
  }

  .form-bottom {
    align-self: auto;
  }

  .form-column {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding-bottom: 0;
  }

  .white-bottom-line.desktop-hide {
    display: none;
  }

  .slider-mask {
    max-width: 420px;
  }

  .review-item-content {
    height: auto;
    min-height: 440px;
    padding: 55px 30px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    --_spacing-system---spacing--spacing-none: 0px;
    --_spacing-system---spacing--huge-spacing: 80px;
    --_spacing-system---spacing--section-spacing: 130px;
    --_spacing-system---spacing--spacing-xxxl: 60px;
    --_spacing-system---spacing--spacing-l: 20px;
    --_spacing-system---spacing--spacing-md: 12px;
    --_spacing-system---containers--full-container: 100%;
    --_spacing-system---containers--base-container: 1650px;
    --_spacing-system---spacing--spacing-ml: 15px;
    --_spacing-system---containers--small-container: 1170px;
    --_spacing-system---border-radius--radius-lg: 100px;
    --_spacing-system---border-radius--radius-sm: 6px;
    --_spacing-system---border-radius--radius-md: 10px;
    --_spacing-system---spacing--spacing-sm: 10px;
    --_spacing-system---spacing--spacing-xl: 30px;
    --_spacing-system---spacing--spacing-xxl: 40px;
    --_spacing-system---spacing--spacing-lg: 24px;
    --_spacing-system---spacing--spacing-s: 8px;
    --_spacing-system---border-radius--radius-xs: 2px;
    --_spacing-system---containers--large-container: 1800px;
    --_spacing-system---spacing--spacing-xxs: 4px;
    --_spacing-system---spacing--spacing-xs: 6px;
    --_spacing-system---spacing--mega-spacing: 100px;
    --_typography---fonts--secondary: Inter, sans-serif;
    --_typography---body-text--text-s: 16px;
    --_typography---line-height--line-height-l: 1.5em;
    --_typography---font-weight--regular: 400;
    --_typography---fonts--primary: "Bebas Neue", sans-serif;
    --_typography---typography--h1: 90px;
    --_typography---line-height--line-height-s: 1em;
    --_typography---typography--h2: 60px;
    --_typography---typography--h3: 36px;
    --_typography---typography--h4: 26px;
    --_typography---typography--h5: 20px;
    --_typography---line-height--line-height-m: 1.2em;
    --_typography---letter-spacing--letter-spacing-s: .35px;
    --_typography---typography--h6: 18px;
    --_typography---font-weight--medium: 500;
    --_typography---font-weight--semi-bold: 600;
    --_typography---body-text--text-m: 18px;
    --_typography---fonts--font-awesome-03: "Fa Solid 900", Arial, sans-serif;
    --_typography---letter-spacing--letter-spacing-xs: -1px;
    --_typography---letter-spacing--letter-spacing-m: .5px;
    --_typography---body-text--text-l: 22px;
    --_typography---body-text--text-xs: 14px;
    --_typography---letter-spacing--letter-spacing-l: 1.5px;
    --_typography---typography--display-01: 75px;
    --_typography---font-weight--bold: 700;
    --_typography---body-text--text-xl: 24px;
    --_typography---typography--display-02: 21.6rem;
    --_typography---typography--display-04: 17.5rem;
    --_typography---typography--display-03: 10rem;
    --_typography---fonts--font-awesome-02: "Fa Brands 400", Arial, sans-serif;
    --_typography---typography--display-05: 115px;
    --_typography---fonts--font-awesome-01: "Fa 400", Arial, sans-serif;
    --_typography---typography--display-06: 70px;
    --_typography---body-text--quote-s: 22px;
  }

  .section.min-height {
    min-height: 850px;
  }

  .nav-hero-btn {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
  }

  .hero-banner-description {
    width: 40%;
  }

  .drone-png-01 {
    height: 560px;
  }

  .width-container {
    width: 34%;
  }

  .title-wdth {
    width: 45%;
  }

  .column-item.centered {
    justify-content: center;
    align-items: center;
  }

  .circle-item.item-01.top-05 {
    top: -7px;
  }

  .circle-item.item-03.top-03 {
    top: 2px;
    left: -18px;
  }

  .circle-container.con-01 {
    right: 210px;
  }

  .circle-container.con-02 {
    bottom: 50px;
    right: 360px;
  }

  .circle-container.con-03 {
    right: 0;
  }

  .lg-png {
    height: 580px;
  }

  .png-02-wrap {
    left: 20px;
  }

  .line-png-wrap {
    left: -252px;
  }

  .our-features {
    grid-template-columns: 45% 55%;
  }

  .info-tabs {
    width: 92%;
  }

  .details-title {
    font-size: 60px;
  }

  .details-description {
    font-size: 24px;
  }

  .width-intro-con {
    width: 55%;
  }

  .drone-png {
    height: 1071px;
  }

  .left-video-con {
    width: 800px;
    min-height: 750px;
  }

  .left-space-con {
    padding-left: 100px;
    padding-right: 100px;
  }

  .project-title {
    width: 34%;
  }

  .characteristics-grid {
    padding-bottom: 120px;
  }

  .detail-box.box-003 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .divider-wrap.height-03 {
    width: 97%;
  }

  .divider-wrap.height-04,
  .divider-wrap.height-05 {
    width: 100%;
  }

  .bottom-box.item-01 {
    left: -10px;
  }

  .bottom-box.item-2 {
    top: -100px;
    left: 380px;
  }

  .bottom-box.item-04 {
    left: 60px;
  }

  .bottom-box.item-05 {
    top: -140px;
    left: -80px;
  }

  .top-box.box-01 {
    padding-left: 350px;
  }

  .top-box.box-02 {
    padding-left: 770px;
    bottom: 80px;
  }

  .top-box.box-03 {
    padding-left: 800px;
  }

  .top-box.box-04 {
    padding-left: 520px;
  }

  .top-box.box-05 {
    padding-left: 360px;
  }

  .shadow--03 {
    width: 250px;
    height: 250px;
    top: 600px;
  }

  .top-intro {
    min-height: 550px;
  }

  .intro-description {
    width: 63%;
  }

  .cta-drone-png {
    height: 580px;
  }

  .cta-intro-con {
    width: 51%;
  }

  .brand-count {
    font-size: 100px;
  }

  .join-brands {
    font-size: var(--_typography---body-text--text-xl);
  }

  .brands-wrapper {
    width: 56%;
  }

  .line-png-wrapper {
    left: -252px;
  }

  .hero-content {
    grid-column-gap: 140px;
  }

  .slider-mask {
    max-width: 430px;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_spacing-system---spacing--spacing-none: 0px;
    --_spacing-system---spacing--huge-spacing: 80px;
    --_spacing-system---spacing--section-spacing: 130px;
    --_spacing-system---spacing--spacing-xxxl: 60px;
    --_spacing-system---spacing--spacing-l: 20px;
    --_spacing-system---spacing--spacing-md: 12px;
    --_spacing-system---containers--full-container: 100%;
    --_spacing-system---containers--base-container: 1200px;
    --_spacing-system---spacing--spacing-ml: 15px;
    --_spacing-system---containers--small-container: 1170px;
    --_spacing-system---border-radius--radius-lg: 100px;
    --_spacing-system---border-radius--radius-sm: 6px;
    --_spacing-system---border-radius--radius-md: 10px;
    --_spacing-system---spacing--spacing-sm: 10px;
    --_spacing-system---spacing--spacing-xl: 30px;
    --_spacing-system---spacing--spacing-xxl: 40px;
    --_spacing-system---spacing--spacing-lg: 24px;
    --_spacing-system---spacing--spacing-s: 8px;
    --_spacing-system---border-radius--radius-xs: 2px;
    --_spacing-system---containers--large-container: 1800px;
    --_spacing-system---spacing--spacing-xxs: 4px;
    --_spacing-system---spacing--spacing-xs: 6px;
    --_spacing-system---spacing--mega-spacing: 100px;
    --_typography---fonts--secondary: Inter, sans-serif;
    --_typography---body-text--text-s: 16px;
    --_typography---line-height--line-height-l: 1.5em;
    --_typography---font-weight--regular: 400;
    --_typography---fonts--primary: "Bebas Neue", sans-serif;
    --_typography---typography--h1: 60px;
    --_typography---line-height--line-height-s: 1em;
    --_typography---typography--h2: 50px;
    --_typography---typography--h3: 34px;
    --_typography---typography--h4: 26px;
    --_typography---typography--h5: 20px;
    --_typography---line-height--line-height-m: 1.2em;
    --_typography---letter-spacing--letter-spacing-s: .35px;
    --_typography---typography--h6: 18px;
    --_typography---font-weight--medium: 500;
    --_typography---font-weight--semi-bold: 600;
    --_typography---body-text--text-m: 18px;
    --_typography---fonts--font-awesome-03: "Fa Solid 900", Arial, sans-serif;
    --_typography---letter-spacing--letter-spacing-xs: -1px;
    --_typography---letter-spacing--letter-spacing-m: .5px;
    --_typography---body-text--text-l: 22px;
    --_typography---body-text--text-xs: 14px;
    --_typography---letter-spacing--letter-spacing-l: 1.5px;
    --_typography---typography--display-01: 50px;
    --_typography---font-weight--bold: 700;
    --_typography---body-text--text-xl: 24px;
    --_typography---typography--display-02: 13.8rem;
    --_typography---typography--display-04: 6.3rem;
    --_typography---typography--display-03: 6rem;
    --_typography---fonts--font-awesome-02: "Fa Brands 400", Arial, sans-serif;
    --_typography---typography--display-05: 80px;
    --_typography---fonts--font-awesome-01: "Fa 400", Arial, sans-serif;
    --_typography---typography--display-06: 55px;
    --_typography---body-text--quote-s: 20px;
  }

  .nav-intro-item {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0;
  }

  .tablet-menu {
    border-bottom: 1px solid var(--white-15);
    background-color: #000;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding-left: 15px;
    padding-right: 0;
    display: flex;
  }

  .clip-hero-button {
    flex: 1;
  }

  .wrapper-item-home-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 10px;
  }

  .primary-link-button {
    flex-flow: row;
    justify-content: space-between;
  }

  .dropdown-menu {
    background-color: #000;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .nav-close-icon {
    width: auto;
    height: 18px;
    position: relative;
  }

  .header-link-item {
    border-bottom: 1px solid var(--white-15);
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 60px;
    padding: 0 0 0 15px;
  }

  .header-link-item:hover {
    background-color: #0e0e0e;
  }

  .nav-menu-wrap {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .burger-nav-2 {
    height: 40px;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .no-shrink-button.tablet-hide {
    display: none;
  }

  .top-tablet-menu {
    width: 100%;
  }

  .burger-nav-menu {
    left: var(--_spacing-system---spacing--spacing-ml);
    top: 0%;
    right: auto;
    bottom: var(--_spacing-system---spacing--spacing-ml);
    border-radius: var(--_spacing-system---border-radius--radius-md);
    background-color: #000;
    border-right: 1px solid #ffffff26;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 330px;
    height: auto;
    position: fixed;
    overflow: hidden;
    box-shadow: 5px 0 45px #0003;
  }

  .logo-link-mobile {
    justify-content: center;
    margin-bottom: 0;
    display: flex;
  }

  .logo-link-mobile:hover {
    opacity: 1;
  }

  .logo-link-mobile.w--current {
    margin-bottom: 0;
    padding-top: 0;
  }

  .menu-button-5 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    padding: 15px 0;
  }

  .close-menu-button {
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 7px 0 5px 20px;
    display: flex;
  }

  .nav-line-white-2 {
    background-color: #e3e3e1;
    height: .4px;
    margin-bottom: 5px;
  }

  .border-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .menu-item-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    padding-right: 15px;
  }

  .navigation-menu {
    top: 15px;
  }

  .nav-tablet-btn {
    width: 100%;
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .line-white-2 {
    background-color: #e3e3e1;
    height: 1.5px;
  }

  .intro-content {
    width: 100%;
  }

  .hero-banner-description {
    width: 70%;
  }

  .drone-png-01 {
    height: 410px;
  }

  .width-container,
  .title-wdth {
    width: 80%;
  }

  .intro-drone {
    margin-top: 20px;
  }

  .circle-item.item-01.top-05 {
    top: -5px;
    left: -50px;
  }

  .circle-container.con-01 {
    top: -30px;
    left: -150px;
  }

  .circle-container.con-02 {
    bottom: 0;
    right: 175px;
  }

  .circle-container.con-03 {
    left: -105px;
    right: auto;
  }

  .order-large,
  .line-wdth {
    display: none;
  }

  .print-container {
    grid-template-columns: 1fr;
    place-items: end stretch;
  }

  .lg-png {
    height: 250px;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .png-02-wrap {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    inset: 40px -100px auto auto;
  }

  .white-line-pattern {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .line-png-wrap {
    width: 80%;
    inset: 0% -110px auto auto;
  }

  .our-features {
    grid-template-columns: 1fr;
  }

  .tab-info-title {
    width: 65%;
  }

  .tab-info-description {
    width: 90%;
  }

  .shadow--02 {
    width: 200px;
    height: 200px;
  }

  .content-space.cta-centered {
    justify-content: flex-start;
    align-items: center;
  }

  .width-intro-con {
    width: 70%;
  }

  .small-intro-wdth {
    width: 94%;
  }

  .drone-png {
    object-position: 100% 50%;
  }

  .drone-png-wrapper {
    left: -25%;
  }

  .left-space-con {
    padding-left: 0;
    padding-right: 0;
  }

  .text-width {
    width: 90%;
  }

  .project-title {
    width: 65%;
  }

  .feature-title {
    font-size: var(--_typography---body-text--text-m);
  }

  .divider-svg.svg-05 {
    object-position: 100% 100%;
  }

  .divider-wrap.height-01 {
    width: 63%;
    height: 275px;
  }

  .divider-wrap.height-02 {
    width: 48%;
  }

  .divider-wrap.height-03 {
    width: 42%;
    bottom: -38px;
  }

  .divider-wrap.height-04 {
    width: 58%;
    top: -10px;
    left: -10px;
  }

  .divider-wrap.height-05 {
    justify-content: flex-start;
    align-items: flex-end;
    width: 55%;
    left: -40px;
  }

  .bottom-box.item-2 {
    top: -18px;
    left: 27px;
  }

  .top-box.box-01 {
    padding-left: 20px;
  }

  .top-box.box-02 {
    padding-left: 220px;
  }

  .top-box.box-03 {
    padding-left: 250px;
  }

  .top-box.box-04 {
    padding-left: 240px;
  }

  .top-box.box-05 {
    padding-left: 100px;
  }

  .shadow--03 {
    width: 200px;
    height: 200px;
    top: 450px;
  }

  .projects-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .bottom-intro {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .top-intro {
    min-height: 520px;
  }

  .intro-description {
    width: 65%;
  }

  .png-03-wrap {
    inset: auto 0% -10%;
  }

  .cta-drone-png {
    height: 300px;
  }

  .shadow--04 {
    width: 200px;
    height: 200px;
  }

  .cta-intro-wdth {
    width: 70%;
  }

  .cta-intro-con {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 180px;
  }

  .white-reverce-line {
    height: 600px;
    inset: auto auto -25% -10%;
  }

  .cta-bottom {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .brand-count {
    font-size: 70px;
  }

  .join-brands {
    text-align: left;
  }

  .footer-rights-bottom {
    flex-flow: column;
  }

  .copyright {
    grid-column-gap: 5px;
    flex-flow: wrap;
  }

  .print-grid {
    grid-template-columns: 1fr;
  }

  .line-png-wrapper {
    inset: 0% 0% 0% auto;
  }

  .hero-content {
    grid-column-gap: 55px;
  }

  .top-small-space.centered {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-logo {
    height: 35px;
  }

  .main-address {
    width: 100%;
  }

  .form-bottom {
    margin-left: auto;
    margin-right: auto;
  }

  .form-column {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .white-bottom-line.desktop-hide {
    display: none;
  }

  .slider-mask {
    max-width: 330px;
  }

  .review-item-content {
    min-height: 410px;
  }

  .logo-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .partners-logo {
    height: 26px;
  }

  .shadow-left,
  .shadow-right {
    width: 26%;
    display: flex;
  }

  .tablet-hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---fonts--secondary: Inter, sans-serif;
    --_typography---body-text--text-s: 16px;
    --_typography---line-height--line-height-l: 1.5em;
    --_typography---font-weight--regular: 400;
    --_typography---fonts--primary: "Bebas Neue", sans-serif;
    --_typography---typography--h1: 60px;
    --_typography---line-height--line-height-s: 1em;
    --_typography---typography--h2: 45px;
    --_typography---typography--h3: 32px;
    --_typography---typography--h4: 26px;
    --_typography---typography--h5: 20px;
    --_typography---line-height--line-height-m: 1.2em;
    --_typography---letter-spacing--letter-spacing-s: .35px;
    --_typography---typography--h6: 18px;
    --_typography---font-weight--medium: 500;
    --_typography---font-weight--semi-bold: 600;
    --_typography---body-text--text-m: 18px;
    --_typography---fonts--font-awesome-03: "Fa Solid 900", Arial, sans-serif;
    --_typography---letter-spacing--letter-spacing-xs: -1px;
    --_typography---letter-spacing--letter-spacing-m: .5px;
    --_typography---body-text--text-l: 22px;
    --_typography---body-text--text-xs: 14px;
    --_typography---letter-spacing--letter-spacing-l: 1.5px;
    --_typography---typography--display-01: 45px;
    --_typography---font-weight--bold: 700;
    --_typography---body-text--text-xl: 24px;
    --_typography---typography--display-02: 10.1rem;
    --_typography---typography--display-04: 4.6rem;
    --_typography---typography--display-03: 5rem;
    --_typography---fonts--font-awesome-02: "Fa Brands 400", Arial, sans-serif;
    --_typography---typography--display-05: 60px;
    --_typography---fonts--font-awesome-01: "Fa 400", Arial, sans-serif;
    --_typography---typography--display-06: 55px;
    --_typography---body-text--quote-s: 18px;
    --_spacing-system---spacing--spacing-none: 0px;
    --_spacing-system---spacing--huge-spacing: 80px;
    --_spacing-system---spacing--section-spacing: 130px;
    --_spacing-system---spacing--spacing-xxxl: 60px;
    --_spacing-system---spacing--spacing-l: 20px;
    --_spacing-system---spacing--spacing-md: 12px;
    --_spacing-system---containers--full-container: 100%;
    --_spacing-system---containers--base-container: 1200px;
    --_spacing-system---spacing--spacing-ml: 15px;
    --_spacing-system---containers--small-container: 1170px;
    --_spacing-system---border-radius--radius-lg: 100px;
    --_spacing-system---border-radius--radius-sm: 6px;
    --_spacing-system---border-radius--radius-md: 10px;
    --_spacing-system---spacing--spacing-sm: 10px;
    --_spacing-system---spacing--spacing-xl: 30px;
    --_spacing-system---spacing--spacing-xxl: 40px;
    --_spacing-system---spacing--spacing-lg: 24px;
    --_spacing-system---spacing--spacing-s: 8px;
    --_spacing-system---border-radius--radius-xs: 2px;
    --_spacing-system---containers--large-container: 1800px;
    --_spacing-system---spacing--spacing-xxs: 4px;
    --_spacing-system---spacing--spacing-xs: 6px;
    --_spacing-system---spacing--mega-spacing: 100px;
  }

  .section {
    padding-top: var(--_spacing-system---spacing--spacing-xxxl);
    padding-bottom: var(--_spacing-system---spacing--spacing-xxxl);
  }

  .no-shrink-btn.btn-hide-tablet {
    display: none;
  }

  .no-shrink-btn.btn-mobi-show {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .brand-logo.w--current {
    padding-left: 0;
  }

  .dropdown-menu {
    overflow: hidden;
  }

  .nav-menu-wrap {
    max-width: none;
  }

  .brand-wrapper {
    min-width: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hero-banner-01 {
    padding-bottom: 60px;
  }

  .hero-banner-title {
    font-size: 30px;
  }

  .hero-banner-description {
    width: 100%;
  }

  .drone-png-01 {
    height: 300px;
  }

  .width-container,
  .title-wdth {
    width: 100%;
  }

  .intro-drone {
    margin-top: 30px;
  }

  .circle-item.item-03.top-03 {
    top: -97px;
  }

  .circle-container.con-01 {
    top: 15px;
  }

  .circle-container.con-02 {
    right: 130px;
  }

  .circle-container.con-03 {
    left: -100px;
  }

  .main-container {
    padding-top: var(--_spacing-system---spacing--spacing-xxxl);
    padding-bottom: var(--_spacing-system---spacing--spacing-xxxl);
  }

  .print-container {
    overflow: visible;
  }

  .shadow {
    width: 140px;
    height: 140px;
  }

  .lg-png {
    height: 230px;
  }

  .png-02-wrap {
    display: none;
    top: -160px;
    right: -120px;
  }

  .white-line-pattern {
    height: 600px;
  }

  .line-png-wrap {
    top: -58%;
    right: -117px;
  }

  .tabs-menu {
    margin-bottom: 40px;
  }

  .tab-info-title,
  .tab-info-description {
    width: 100%;
  }

  .shadow--02 {
    display: none;
  }

  .width-intro-con {
    width: 100%;
  }

  .small-intro-wdth {
    width: 91%;
  }

  .photo-overlay {
    background-image: linear-gradient(180deg, var(--transparent), #00000059 70%), linear-gradient(45deg, #000000a6 26%, var(--transparent) 90%);
  }

  .drone-png {
    height: 500px;
  }

  .drone-png-wrapper {
    top: 25px;
    left: -33%;
  }

  .right-con {
    padding-top: var(--_spacing-system---spacing--spacing-xxxl);
    padding-bottom: var(--_spacing-system---spacing--spacing-xxxl);
  }

  .xxl-space.width {
    width: 100%;
  }

  .top-title-wrap {
    margin-bottom: var(--_spacing-system---spacing--spacing-xxl);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .project-title {
    width: 85%;
  }

  .characteristics-grid {
    padding-bottom: 50px;
  }

  .characteristics-info {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .info-item {
    justify-content: center;
    align-items: flex-start;
  }

  .info-item.item-05 {
    display: none;
  }

  .feature-description {
    max-width: 230px;
  }

  .detail-box {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .detail-box.box-003 {
    top: 132px;
  }

  .divider-wrap.height-01 {
    width: 30%;
    height: 200px;
  }

  .divider-wrap.height-02 {
    width: 70%;
  }

  .divider-wrap.height-03 {
    width: 19%;
  }

  .divider-wrap.height-05 {
    width: 30%;
  }

  .bottom-box.item-01 {
    left: 27px;
  }

  .bottom-box.item-2 {
    left: 48px;
  }

  .bottom-box.item-04 {
    left: 20px;
  }

  .bottom-box.item-05 {
    left: 74px;
  }

  .bottom-box.item-03 {
    top: -30px;
    left: 100px;
  }

  .top-box {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .top-box.box-01 {
    padding-left: 140px;
  }

  .top-box.box-02 {
    padding-left: 320px;
  }

  .top-box.box-03 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .top-box.box-04 {
    padding-left: 280px;
  }

  .top-box.box-05 {
    padding-left: 180px;
  }

  .top-intro {
    min-height: 400px;
  }

  .intro-title {
    font-size: var(--_typography---body-text--text-m);
  }

  .intro-description {
    width: 95%;
  }

  .footer-spacing {
    padding-top: var(--_spacing-system---spacing--spacing-xxxl);
  }

  .cta-content {
    padding-top: var(--_spacing-system---spacing--spacing-xxxl);
    padding-bottom: var(--_spacing-system---spacing--spacing-xxxl);
  }

  .png-03-wrap {
    bottom: -8%;
  }

  .cta-drone-png {
    height: 250px;
  }

  .shadow--04 {
    width: 180px;
    height: 180px;
  }

  .cta-intro-wdth {
    width: 100%;
  }

  .cta-intro-con {
    padding-bottom: 170px;
  }

  .white-reverce-line {
    left: -12%;
  }

  .cta-bottom {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .brand-count {
    font-size: 60px;
  }

  .brands-wrapper {
    width: 65%;
  }

  .cta-title {
    width: 100%;
  }

  .footer-rights-bottom {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-content {
    grid-template-columns: 1fr 1fr;
    place-items: stretch stretch;
  }

  .column-intro {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .top-small-space {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-description {
    width: 65%;
  }

  .links-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .intro-wrap,
  .bottom-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .form-column {
    padding-bottom: 20px;
  }

  .lg-section {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .logo-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .logo-row {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .shadow-left,
  .shadow-right {
    width: 20%;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_spacing-system---spacing--spacing-none: 0px;
    --_spacing-system---spacing--huge-spacing: 80px;
    --_spacing-system---spacing--section-spacing: 130px;
    --_spacing-system---spacing--spacing-xxxl: 60px;
    --_spacing-system---spacing--spacing-l: 20px;
    --_spacing-system---spacing--spacing-md: 12px;
    --_spacing-system---containers--full-container: 100%;
    --_spacing-system---containers--base-container: 1200px;
    --_spacing-system---spacing--spacing-ml: 15px;
    --_spacing-system---containers--small-container: 1170px;
    --_spacing-system---border-radius--radius-lg: 100px;
    --_spacing-system---border-radius--radius-sm: 6px;
    --_spacing-system---border-radius--radius-md: 10px;
    --_spacing-system---spacing--spacing-sm: 10px;
    --_spacing-system---spacing--spacing-xl: 30px;
    --_spacing-system---spacing--spacing-xxl: 40px;
    --_spacing-system---spacing--spacing-lg: 24px;
    --_spacing-system---spacing--spacing-s: 8px;
    --_spacing-system---border-radius--radius-xs: 2px;
    --_spacing-system---containers--large-container: 1800px;
    --_spacing-system---spacing--spacing-xxs: 4px;
    --_spacing-system---spacing--spacing-xs: 6px;
    --_spacing-system---spacing--mega-spacing: 100px;
    --_typography---fonts--secondary: Inter, sans-serif;
    --_typography---body-text--text-s: 16px;
    --_typography---line-height--line-height-l: 1.5em;
    --_typography---font-weight--regular: 400;
    --_typography---fonts--primary: "Bebas Neue", sans-serif;
    --_typography---typography--h1: 55px;
    --_typography---line-height--line-height-s: 1em;
    --_typography---typography--h2: 45px;
    --_typography---typography--h3: 32px;
    --_typography---typography--h4: 26px;
    --_typography---typography--h5: 20px;
    --_typography---line-height--line-height-m: 1.2em;
    --_typography---letter-spacing--letter-spacing-s: .35px;
    --_typography---typography--h6: 18px;
    --_typography---font-weight--medium: 500;
    --_typography---font-weight--semi-bold: 600;
    --_typography---body-text--text-m: 18px;
    --_typography---fonts--font-awesome-03: "Fa Solid 900", Arial, sans-serif;
    --_typography---letter-spacing--letter-spacing-xs: -1px;
    --_typography---letter-spacing--letter-spacing-m: .5px;
    --_typography---body-text--text-l: 22px;
    --_typography---body-text--text-xs: 14px;
    --_typography---letter-spacing--letter-spacing-l: 1.5px;
    --_typography---typography--display-01: 45px;
    --_typography---font-weight--bold: 700;
    --_typography---body-text--text-xl: 24px;
    --_typography---typography--display-02: 10.1rem;
    --_typography---typography--display-04: 4.6rem;
    --_typography---typography--display-03: 3rem;
    --_typography---fonts--font-awesome-02: "Fa Brands 400", Arial, sans-serif;
    --_typography---typography--display-05: 60px;
    --_typography---fonts--font-awesome-01: "Fa 400", Arial, sans-serif;
    --_typography---typography--display-06: 55px;
    --_typography---body-text--quote-s: 18px;
  }

  .header-link-item {
    width: 100%;
  }

  .no-shrink-button.full-wdth {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .menu-item-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .buttons-group {
    justify-content: space-between;
  }

  .intro-button {
    max-width: 100%;
  }

  .clip-hero-button-white {
    width: 100%;
  }

  .white-link-button {
    flex-flow: row;
    justify-content: space-between;
  }

  .clip-secondary-button {
    width: 100%;
  }

  .drone-png-01 {
    height: 185px;
  }

  .intro-drone {
    margin-bottom: 30px;
  }

  .large-photo {
    background-position: 25% 35%;
  }

  .circle-container.con-01 {
    top: -15px;
    left: -60px;
  }

  .circle-container.con-02 {
    right: 40px;
  }

  .circle-container.con-03 {
    top: -10px;
    left: -60px;
  }

  .yellow-section {
    justify-content: space-between;
    display: flex;
  }

  .main-container {
    display: flex;
  }

  .line-png-wrap {
    display: none;
    right: -80px;
  }

  .our-features {
    display: flex;
  }

  .tabs-menu {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .space-small-con {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .statistics-container {
    flex-flow: wrap;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .small-coll {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 45%;
  }

  .row-content {
    text-align: center;
    justify-content: center;
  }

  .small-intro-wdth {
    width: 100%;
  }

  .drone-png-wrapper {
    top: 0;
    left: 0%;
  }

  .left-video-con {
    min-height: 350px;
  }

  .text-width,
  .project-title {
    width: 100%;
  }

  .characteristics-grid {
    padding-bottom: 0;
  }

  .characteristics-info {
    grid-row-gap: 40px;
    grid-template-rows: auto auto 500px auto auto;
  }

  .detail-box.box-004,
  .detail-box.box-003 {
    top: 0;
  }

  .detail-box.box-005 {
    padding-bottom: 0;
    top: 0;
  }

  .divider-wrap,
  .divider-wrap.height-02 {
    display: none;
  }

  .bottom-box.item-01 {
    top: 240px;
  }

  .bottom-box.item-2 {
    top: 225px;
    left: 240px;
  }

  .bottom-box.item-04 {
    top: -385px;
    left: 185px;
  }

  .top-box.box-01 {
    padding-left: 15px;
  }

  .top-box.box-02 {
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 15px;
    display: flex;
  }

  .top-box.box-03 {
    justify-content: flex-end;
    align-items: center;
    padding-left: 15px;
  }

  .top-box.box-04,
  .top-box.box-05 {
    padding-left: 15px;
  }

  .bottom-intro {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .top-intro {
    min-height: 320px;
  }

  .intro-description {
    width: 100%;
  }

  .intro-left {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .cta-drone-png {
    height: 210px;
  }

  .cta-intro-con {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 140px;
  }

  .white-reverce-line {
    left: -20%;
  }

  .brand-count {
    font-size: 50px;
  }

  .brands-wrapper {
    width: 90%;
  }

  .copyright {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
  }

  .line-png-wrapper {
    display: none;
  }

  .hero-content {
    grid-column-gap: 30px;
  }

  .footer-description {
    width: 100%;
  }

  .main-address {
    width: 90%;
  }

  .form-bottom {
    width: 100%;
  }

  .address-wrap {
    width: 90%;
  }

  .slider-arrow {
    top: 140px;
    bottom: auto;
  }

  .review-item-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .logo-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .logo-row {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
  }

  .partners-logo {
    height: 21px;
  }

  .shadow-left,
  .shadow-right {
    display: none;
  }
}

#w-node-d6cd4bc9-0eb3-e0e7-9431-a69898fd2744-98fd273f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-d6cd4bc9-0eb3-e0e7-9431-a69898fd2759-98fd273f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d6cd4bc9-0eb3-e0e7-9431-a69898fd2780-98fd273f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d6cd4bc9-0eb3-e0e7-9431-a69898fd2798-98fd273f {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-d3331f63-de8b-9c94-24f5-c17457333197-20590e35 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_6a0f0a0b-40b8-e679-9b36-b665c5341c6b-20590e35 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a5d68d55-13f9-898e-2345-0415728f9e52-20590e35 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_27643b88-2482-fbd7-42e6-20cee6a331a3-20590e35 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cb8d2237-d3f5-f061-5fff-d5b304822be8-20590e35,
#w-node-_61e85bd2-bd8a-3e98-888b-bbd3ca5eeebf-20590e35 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7e612251-aba3-54b8-3601-036828e1bf3e-20590e35 {
  align-self: center;
}

#w-node-_8739c11f-95b1-2bb6-5e9e-9cacf49930a2-20590e35,
#w-node-_07ab042f-fc36-c1f7-5323-a4e10e05afbf-20590e35,
#w-node-_839f8f32-a33c-bdc7-6cd2-4e5068e65120-20590e35,
#w-node-_61908cbf-14d1-4082-63c4-b3acc7c789c3-20590e35 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3dab61d7-6085-319f-278c-eb3510d15541-20590e35 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d1653837-f7e8-32fc-986b-c1ce8581c657-20590e35 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_776a18b4-d7a3-2511-5ae5-cc11dbfbb0e9-20590e35 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_55fa63e3-822a-ed8a-69bb-92052720bffd-20590e35 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_876a7342-a127-3ae5-cb47-0ac3f3a1d7b4-20590e35 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_1d9f7733-e3c9-b00a-accb-d3a352554363-20590e35 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6446a30a-1da1-f934-d360-9d541978fe1e-20590e35 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_0cf4698e-c74e-9045-4aa6-fa6d6eaae6a9-6eaae6a8 {
  align-self: center;
}

#w-node-_0cf4698e-c74e-9045-4aa6-fa6d6eaae6aa-6eaae6a8 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_0cf4698e-c74e-9045-4aa6-fa6d6eaae6ad-6eaae6a8 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (min-width: 1920px) {
  #w-node-cb8d2237-d3f5-f061-5fff-d5b304822be8-20590e35 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-d6cd4bc9-0eb3-e0e7-9431-a69898fd2744-98fd273f {
    grid-column: 1 / 2;
  }

  #w-node-d6cd4bc9-0eb3-e0e7-9431-a69898fd2759-98fd273f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d6cd4bc9-0eb3-e0e7-9431-a69898fd2780-98fd273f {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-d6cd4bc9-0eb3-e0e7-9431-a69898fd2798-98fd273f {
    grid-area: 1 / 4 / 2 / 5;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_1d9f7733-e3c9-b00a-accb-d3a352554363-20590e35 {
    grid-row: 1 / 2;
  }

  #w-node-_6446a30a-1da1-f934-d360-9d541978fe1e-20590e35 {
    grid-column: 2 / 3;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_170af1c4-bdc5-f0e4-288e-fb1a3f14c94b-3f14c944 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_170af1c4-bdc5-f0e4-288e-fb1a3f14ca21-3f14c944 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_170af1c4-bdc5-f0e4-288e-fb1a3f14ca24-3f14c944 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_61e85bd2-bd8a-3e98-888b-bbd3ca5eeebf-20590e35,
  #w-node-_0cf4698e-c74e-9045-4aa6-fa6d6eaae6aa-6eaae6a8,
  #w-node-_0cf4698e-c74e-9045-4aa6-fa6d6eaae6ad-6eaae6a8 {
    grid-column: 1 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d6cd4bc9-0eb3-e0e7-9431-a69898fd2744-98fd273f {
    grid-column-end: 3;
  }

  #w-node-d6cd4bc9-0eb3-e0e7-9431-a69898fd2759-98fd273f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d6cd4bc9-0eb3-e0e7-9431-a69898fd2780-98fd273f {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-d6cd4bc9-0eb3-e0e7-9431-a69898fd2798-98fd273f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3dab61d7-6085-319f-278c-eb3510d15541-20590e35,
  #w-node-d1653837-f7e8-32fc-986b-c1ce8581c657-20590e35,
  #w-node-_776a18b4-d7a3-2511-5ae5-cc11dbfbb0e9-20590e35,
  #w-node-_55fa63e3-822a-ed8a-69bb-92052720bffd-20590e35,
  #w-node-_876a7342-a127-3ae5-cb47-0ac3f3a1d7b4-20590e35 {
    grid-column: 1 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d6cd4bc9-0eb3-e0e7-9431-a69898fd2759-98fd273f {
    grid-column-end: 3;
  }

  #w-node-d6cd4bc9-0eb3-e0e7-9431-a69898fd2780-98fd273f {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-d6cd4bc9-0eb3-e0e7-9431-a69898fd2798-98fd273f {
    grid-row: 4 / 5;
  }

  #w-node-_776a18b4-d7a3-2511-5ae5-cc11dbfbb0e9-20590e35 {
    grid-row: 4 / 5;
  }

  #w-node-_55fa63e3-822a-ed8a-69bb-92052720bffd-20590e35 {
    grid-row: 5 / 6;
  }
}

/* Запрет скролла, когда открыт бургер */
.no-scroll {
  overflow: hidden;
}

/* Оверлей под меню (на всякий, JS всё равно задаёт inline-стили) */
.js-menu-overlay {
  backdrop-filter: blur(4px);
}

/* Бургер-анимация */
.burger-nav-2 {
  cursor: pointer;
}

.wrapper-item-home-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.line-white-2 {
  transition: transform .3s ease, opacity .3s ease;
}

/* "Крестик" в открытом состоянии */
.burger-nav-2.is-open .line-white-2:nth-child(1) {
  transform: translateY(4px) rotate(45deg);
}

.burger-nav-2.is-open .line-white-2:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

/* Аккордеон */
.accordion {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.accordion-item {
  border-radius: var(--_spacing-system---border-radius--radius-sm);
  border: 1px solid var(--stroke);
  background-color: var(--light-gray);
  overflow: hidden;
}

.accordion-header {
  width: 100%;
  text-align: left;
  padding: 16px 18px;
  background: transparent;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: var(--_typography---body-text--text-m);
  font-weight: var(--_typography---font-weight--medium);
}

.accordion-body {
  padding: 0 18px 16px;
}

/* Плюс / минус иконка */
.accordion-icon {
  position: relative;
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}

.accordion-icon::before,
.accordion-icon::after {
  content: "";
  position: absolute;
  background-color: var(--black);
  transition: transform .25s ease, opacity .25s ease;
}

.accordion-icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.accordion-icon::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.accordion-item.is-open .accordion-icon::after {
  transform: translateX(-50%) scaleY(0);
  opacity: 0;
}

/* Hover для карточек проектов — лёгкий подъём и тень */
.project-card {
  transition: transform .3s ease, box-shadow .3s ease;
}

.project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
}

/* По умолчанию скрытый текст (JS потом анимирует) */
.par-hidden {
  opacity: 0;
  transform: translateY(4px);
}

/* ---------- FROZENROD NEW HEADER ---------- */

.fr-header {
  position: fixed;
  top: 26px;
  left: 0;
  right: 0;
  z-index: 900;
  display: flex;
  justify-content: center;
  pointer-events: none;
  /* чтобы только контейнер внутри ловил клики */
}

.fr-header__container {
  pointer-events: auto;
  background-color: var(--black);
  border-radius: var(--_spacing-system---border-radius--radius-md);
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fr-header__logo {
  display: inline-flex;
  align-items: center;
}

.fr-header__logo-image {
  height: 26px;
  width: auto;
}

/* NAV */

.fr-header__nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.fr-header__link {
  color: #fff;
  font-size: var(--_typography---body-text--text-s);
  text-transform: none;
}

.fr-header__link--active {
  color: var(--primary-yellow);
}

.fr-header__link:hover {
  color: var(--primary-yellow);
}

/* Кнопка в хедере */

.fr-header__btn-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: var(--_spacing-system---border-radius--radius-sm);
  background-color: var(--primary-yellow);
  text-transform: none;
}

.fr-header__btn-text {
  font-size: var(--_typography---body-text--text-m);
  line-height: var(--_typography---line-height--line-height-l);
  color: var(--title-color);
}

.fr-header__btn-icon {
  height: 20px;
  width: auto;
}

/* БУРГЕР */

.fr-header__burger {
  display: none;
  background: none;
  border: none;
  padding: 8px 0 8px 16px;
  cursor: pointer;
}

.fr-header__burger-line {
  display: block;
  width: 26px;
  height: 2px;
  margin-bottom: 5px;
  background-color: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.fr-header__burger-line:last-child {
  margin-bottom: 0;
}

/* Состояние открытого бургера */

.fr-header__burger--active .fr-header__burger-line:nth-child(1) {
  transform: translateY(3px) rotate(45deg);
}

.fr-header__burger--active .fr-header__burger-line:nth-child(2) {
  transform: translateY(-3px) rotate(-45deg);
}

/* Оверлей */

.fr-header__overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 850;
}

.fr-header__overlay--visible {
  opacity: 1;
  visibility: visible;
}

/* Запрет скролла, когда открыто меню */

.no-scroll {
  overflow: hidden;
}

/* ---------- МОБИЛЬНАЯ ВЕРСИЯ ХЕДЕРА ---------- */

@media screen and (max-width: 991px) {
  .fr-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 320px;
    max-width: 85%;
    background-color: #000;
    border-right: 1px solid var(--white-15);
    flex-direction: column;
    justify-content: flex-start;
    padding: 90px 20px 40px;
    gap: 18px;
    transform: translateX(-100%);
    transition: transform 0.35s ease;
    z-index: 900;
  }

  .fr-header__nav--open {
    transform: translateX(0);
  }

  .fr-header__btn-link {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }

  .fr-header__burger {
    display: flex;
    flex-direction: column;
  }
}

/* ---------- АНИМАЦИЯ ПОЯВЛЕНИЯ БЛОКОВ ---------- */

[data-animate="fade-in"] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-animate="fade-in"].is-visible {
  opacity: 1;
  transform: translateY(0);
}