@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marqueeLogos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marqueeOppositeDirection {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeatjapan {
  from {
    transform: scale(1) translate(-50%, -50%) rotate(40deg);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91) translate(-50%, -50%) rotate(40deg);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98) translate(-50%, -50%) rotate(40deg);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87) translate(-50%, -50%) rotate(40deg);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1) translate(-50%, -50%) rotate(40deg);
    animation-timing-function: ease-out;
  }
}
@keyframes showDescription {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-120%);
    opacity: 0;
  }
}
@keyframes hideDescription {
  from {
    transform: translateY(-120%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    scale: 1;
  }
  25% {
    scale: 1.4;
  }
  50% {
    scale: 1.5;
  }
  75% {
    scale: 1.4;
  }
  100% {
    scale: 1;
  }
}
@keyframes boxshadow {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 10px 10px 15px rgb(51, 171, 119);
  }
  100% {
    box-shadow: none;
  }
}
@keyframes showYTVideo {
  from {
    transform: translateX(var(--reversedWidth));
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes showYTVideoDescription {
  from {
    transform: translateX(var(--width));
    opacity: 0.5;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes hideYTVideo {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(var(--reversedWidth));
    opacity: 0.5;
  }
}
@keyframes hideYTVideoDescription {
  from {
    transform: translateX(0);
    opacity: 0.1;
  }
  to {
    transform: translateX(var(--width));
    opacity: 0.5;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2024-7-19 20:13:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation blink-2
 * ----------------------------------------
 */
@keyframes blink-2 {
  0% {
    scale: 1;
    opacity: 1;
  }
  50% {
    scale: 1.1;
    opacity: 0.5;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2024-7-21 21:11:59
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-out-center
 * ----------------------------------------
 */
@keyframes scale-out-center {
  0% {
    transform: scaleY(1) translate(-50%, -50%);
    opacity: 1;
    transform-origin: 100% 0%;
    pointer-events: none;
  }
  100% {
    transform: scaleY(0) translate(-50%, -50%);
    opacity: 1;
    transform-origin: 100% 0%;
    pointer-events: none;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2024-8-4 19:47:53
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation flip-in-hor-bottom
 * ----------------------------------------
 */
@keyframes flip-in-hor-bottom {
  0% {
    transform: rotateX(80deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bck-right {
  0% {
    transform: translateZ(700px) translateX(400px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2024-8-24 19:2:58
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation swirl-in-fwd
 * ----------------------------------------
 */
@keyframes swirl-in-fwd {
  0% {
    transform: rotate(-720deg) scale(0);
    opacity: 0;
  }
  100% {
    transform: rotate(0) scale(1);
    opacity: 1;
  }
}
@keyframes specialJapaneaseSign {
  from {
    scale: 1;
  }
  to {
    scale: 1.1;
  }
}
@keyframes text-slideIn {
  0% {
    opacity: 0;
    transform: translateY(-10rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes text-reveal {
  to {
    clip-path: inset(0 0 0 0); /* fully visible */
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  background-color: #dbdbdb;
  overflow-x: hidden;
  padding-top: var(--navHeight);
}

a,
a:link,
a:visited,
a:active,
a:hover {
  -webkit-tap-highlight-color: transparent;
}

.wrapper {
  max-width: 2560px;
  width: 100%;
  margin: 0 auto;
}

main {
  max-width: 2560px;
  width: 100%;
  margin: 0 auto;
}

.section__title {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-size: 4.5rem;
  text-align: center;
  text-transform: uppercase;
  padding: 0 2rem;
}
.section__description {
  width: 100%;
  padding: 0 2rem;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.5;
  text-align: center;
}

section .see__more__button,
section .book__a__service {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 3rem;
  background-color: #393e41;
  border-radius: 8px;
  border: 1px solid #000;
  cursor: pointer;
  transition: background-color 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
section .see__more__button a,
section .book__a__service a {
  position: relative;
  display: block;
  width: 100%;
  padding: 2rem 4rem;
  text-align: center;
  text-decoration: none;
  font-size: 2.2rem;
  color: #dbdbdb;
  transition: color 0.3s;
}
section .see__more__button:hover,
section .book__a__service:hover {
  background-color: #22272a;
}
section .see__more__button:hover a,
section .book__a__service:hover a {
  color: #fff;
}

.animated__heading {
  transform: translateY(-10rem);
}

.heading__animation {
  clip-path: inset(0 0 100% 0);
  animation: text-reveal 0.4s linear forwards, text-slideIn 0.5s ease forwards;
}

@media ((min-width: 568px) and (max-width: 992px)) {
  .section__title {
    font-size: 6rem;
  }
}
@media ((min-width: 992px) and (max-width: 1200px)) {
  .section__title {
    font-size: 7rem;
  }
}
@media (min-width: 768px) {
  .section__title {
    padding: 0 4rem;
  }
  .section__description {
    padding: 0 4rem;
    font-size: 2.5rem;
  }
  section .see__more__button a,
  section .book__a__service a {
    padding: 4rem;
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  .section__description {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .section__title {
    font-size: 7rem;
  }
  .section__description {
    width: 85%;
    margin: 0 auto;
    font-size: 2.5rem;
  }
  section .see__more__button,
  section .book__a__service {
    margin-top: 5rem;
  }
  section .see__more__button a,
  section .book__a__service a {
    font-size: 3.5rem;
    text-align: center;
  }
}
@media (min-width: 1600px) {
  .section__description {
    width: 80%;
    font-size: 3rem;
  }
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1000;
  background-color: #dbdbdb;
  box-shadow: 3px 0 10px black;
  border-bottom: 1px solid #000;
  transition: top 0.4s;
}
.nav__box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  height: 100%;
  position: relative;
  z-index: 7;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.nav__logo a {
  padding-left: 2rem;
  display: block;
  width: 60%;
  height: 80%;
}
.nav__logo a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav__burgericon {
  position: relative;
  width: 40%;
  height: 100%;
}
.nav__burgericon .hamburger {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.nav__external__part {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translateY(-100%);
  transition: transform 0.5s;
  background-color: #22272a;
  overflow: hidden;
}
.nav__external__part__box {
  position: relative;
  top: 5%;
  width: 90%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.nav__external__part__item {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 2.6rem;
  padding: 1rem;
  cursor: pointer;
  transition: transform 0.3s;
}
.nav__external__part__item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.nav__external__part__item:hover {
  transform: scale(1.1);
}
.nav__external__part__item:hover::after {
  transform: scaleX(1);
}
.nav__socialmedia {
  display: none;
}
.nav .activated {
  transform: translateY(0);
}

.hidden {
  top: calc(-1 * var(--navHeight));
}

@media (min-width: 768px) {
  .nav {
    height: 120px;
  }
  .nav__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav__external__part__item {
    font-size: 4rem;
    padding: 2rem;
  }
  .nav__logo {
    order: 2;
    width: 30%;
  }
  .nav__logo a {
    width: 80%;
    height: 70%;
  }
  .nav__burgericon {
    order: 1;
    width: 30%;
  }
  .nav__burgericon .hamburger {
    left: 5%;
    top: 60px;
  }
  .nav__socialmedia {
    order: 3;
    width: 30%;
    height: 100%;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav__socialmedia .dot {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1rem;
  }
  .nav__socialmedia .dot img {
    display: block;
  }
}
@media (min-width: 992px) {
  .nav {
    height: 150px;
  }
  .nav__burgericon .hamburger {
    top: 75px;
  }
  .nav__burgericon .hamburger .hamburger-box {
    width: 55px;
    height: 50px;
  }
  .nav__burgericon .hamburger .hamburger-box .hamburger-inner {
    width: 55px;
    height: 6px;
  }
  .nav__burgericon .hamburger .hamburger-box .hamburger-inner::after {
    width: 55px;
    height: 6px;
    bottom: -16px;
  }
  .nav__burgericon .hamburger .hamburger-box .hamburger-inner::before {
    width: 55px;
    height: 6px;
    top: -16px;
  }
  .nav__burgericon .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
  }
  .nav__burgericon .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
  }
  .nav__external__part__item {
    font-size: 6rem;
  }
}
@media (min-width: 1200px) {
  .nav {
    height: 120px;
  }
  .nav__box {
    justify-content: space-between;
  }
  .nav__logo {
    order: 2;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav__burgericon {
    order: 1;
  }
  .nav__burgericon .hamburger {
    transform: scale(1.2) translateY(-50%);
    top: 65px;
  }
  .nav__burgericon .hamburger .hamburger-box {
    width: 40px;
    height: 24px;
  }
  .nav__burgericon .hamburger .hamburger-box .hamburger-inner {
    width: 40px;
    height: 4px;
  }
  .nav__burgericon .hamburger .hamburger-box .hamburger-inner::after {
    width: 40px;
    height: 4px;
    bottom: -10px;
  }
  .nav__burgericon .hamburger .hamburger-box .hamburger-inner::before {
    width: 40px;
    height: 4px;
    top: -10px;
  }
  .nav__burgericon .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
  }
  .nav__burgericon .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
  }
  .nav__socialmedia {
    padding-right: 5rem;
    height: 100%;
    min-height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    order: 3;
  }
  .nav__socialmedia .dot {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1rem;
  }
  .nav__socialmedia .dot img {
    display: block;
  }
  .nav__external__part__box {
    margin-top: 5rem;
    justify-content: space-evenly;
    top: 0;
  }
  .nav__external__part__item {
    font-size: 5rem;
  }
}
@media (min-width: 2000px) {
  .nav {
    height: 150px;
  }
  .nav__burgericon .hamburger {
    top: 75px;
  }
}
.footer {
  width: 100%;
  min-height: 200px;
  border-top: 1px solid black;
  font-size: 1.6rem;
  font-family: "Montserrat-Regular", sans-serif;
}
.footer__box {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  padding: 1rem 0;
  min-height: 200px;
  margin: 0 auto;
}
.footer__privacypolicy {
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__privacypolicy a {
  display: block;
  text-decoration: none;
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.footer__socialmedia {
  width: 100%;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__socialmedia .dot {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;
}
.footer__socialmedia .dot img {
  display: block;
}
.footer__phone {
  width: 100%;
  min-height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
.footer__phone .phone {
  display: block;
  text-decoration: underline;
  color: #000;
}
.footer__copyright {
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .footer {
    min-height: 80px;
  }
  .footer__box {
    flex-direction: row;
    justify-content: space-evenly;
    min-height: 100px;
  }
  .footer__privacypolicy {
    width: 25%;
    height: auto;
  }
  .footer__privacypolicy a {
    font-size: 2.3rem;
  }
  .footer__socialmedia {
    width: 50%;
    height: auto;
  }
  .footer__phone {
    display: block;
    width: 25%;
    height: auto;
    font-size: 2.3rem;
  }
  .footer__phone .phone {
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .footer__privacypolicy {
    width: 30%;
    height: auto;
  }
  .footer__privacypolicy a {
    font-size: 2.5rem;
  }
  .footer__socialmedia {
    width: 40%;
    height: auto;
  }
  .footer__phone {
    width: 30%;
    height: auto;
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .footer__privacypolicy {
    width: 25%;
    height: auto;
  }
  .footer__privacypolicy a {
    font-size: 2.5rem;
  }
  .footer__socialmedia {
    width: 50%;
    height: auto;
  }
  .footer__phone {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: auto;
    font-size: 2.5rem;
  }
  .footer__phone .phone {
    margin-top: 0;
  }
}
@font-face {
  font-family: "Lato";
  src: url("../../css/subset-Lato-Regular.woff2") format("woff2"), url("../../css/subset-Lato-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato-Bold";
  src: url("../../css/subset-Lato-Bold.woff2") format("woff2"), url("../../css/subset-Lato-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato-Black";
  src: url("../../css/subset-Lato-Black.woff2") format("woff2"), url("../../css/subset-Lato-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../../css/Montserrat-Regular.woff2") format("woff2"), url("../../css/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Black";
  src: url("../../css/Montserrat-Black.woff2") format("woff2"), url("../../css/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../../css/Raleway-BlackItalic.woff2") format("woff2"), url("../../css/Raleway-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
.font {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.title-font {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  text-transform: uppercase;
  font-weight: 900;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato-Black", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.montserrat-bold {
  font-family: "Montserrat-Black";
  font-weight: 900;
  font-style: normal;
}

.section__about__us {
  width: 100%;
  margin-bottom: 10rem;
}
.section__about__us .wrapper .about__us__box {
  width: 100%;
  border-radius: 15px;
}
.section__about__us .wrapper .about__us__box .about__us__left {
  width: 100%;
}
.section__about__us .wrapper .about__us__box .about__us__left__top {
  width: 100%;
}
.section__about__us .wrapper .about__us__box .about__us__left__top .section__title {
  margin: 2rem 0 1.5rem 0;
}
.section__about__us .wrapper .about__us__box .about__us__left__top .about__us__description {
  font-size: 1.8rem;
  text-align: center;
  padding: 1rem 2rem;
  padding-bottom: 3rem;
  line-height: 1.5;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: normal;
}
.section__about__us .wrapper .about__us__box .about__us__left__bottom {
  width: 100%;
}
.section__about__us .wrapper .about__us__box .about__us__left__bottom .about__us__drone__photo {
  margin: 0 auto;
  width: 90%;
  margin-bottom: 2rem;
}
.section__about__us .wrapper .about__us__box .about__us__left__bottom .about__us__drone__photo img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__about__us .wrapper .about__us__box .about__us__right {
  width: 100%;
}
.section__about__us .wrapper .about__us__box .about__us__right__top .about__us__owner__photo {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.section__about__us .wrapper .about__us__box .about__us__right__top .about__us__owner__photo img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__about__us .wrapper .about__us__box .about__us__right__bottom {
  display: none;
}

@media (min-width: 768px) {
  .section__about__us {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  .section__about__us .wrapper .about__us__box .about__us__left {
    width: 100%;
  }
  .section__about__us .wrapper .about__us__box .about__us__left__top {
    width: 90%;
    margin: 0 auto;
  }
  .section__about__us .wrapper .about__us__box .about__us__left__top .about__us__description {
    font-size: 2.5rem;
  }
  .section__about__us .wrapper .about__us__box .about__us__left__bottom {
    display: none;
  }
  .section__about__us .wrapper .about__us__box .about__us__left .about__us__description {
    padding-bottom: 6rem;
  }
  .section__about__us .wrapper .about__us__box .about__us__right {
    width: 100%;
    display: flex;
  }
  .section__about__us .wrapper .about__us__box .about__us__right .about__us__photo {
    position: relative;
  }
  .section__about__us .wrapper .about__us__box .about__us__right .about__us__photo img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section__about__us .wrapper .about__us__box .about__us__right__top {
    width: 50%;
  }
  .section__about__us .wrapper .about__us__box .about__us__right__top .about__us__owner__photo {
    width: 100%;
  }
  .section__about__us .wrapper .about__us__box .about__us__right__bottom {
    display: block;
    width: 50%;
  }
  .section__about__us .wrapper .about__us__box .about__us__right__bottom .about__us__third__photo {
    width: 100%;
  }
  .section__about__us .wrapper .about__us__box .about__us__right__bottom .about__us__right__additional__photo {
    display: none;
  }
}
@media (min-width: 992px) {
  .section__about__us .wrapper .about__us__box .about__us__left__top .about__us__description {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .section__about__us {
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    padding: 2rem 0;
    scroll-padding-top: 10rem;
  }
  .section__about__us .wrapper {
    max-width: 100%;
  }
  .section__about__us .wrapper .about__us__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section__about__us .wrapper .about__us__box .about__us__left {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin: 8rem;
  }
  .section__about__us .wrapper .about__us__box .about__us__left__top {
    width: 100%;
    margin: 0;
  }
  .section__about__us .wrapper .about__us__box .about__us__left__top .about__us__description {
    font-size: 2.5rem;
    padding: 4rem 3rem;
    line-height: 1.3;
  }
  .section__about__us .wrapper .about__us__box .about__us__left__bottom {
    display: none;
  }
  .section__about__us .wrapper .about__us__box .about__us__right {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section__about__us .wrapper .about__us__box .about__us__right .about__us__photo {
    opacity: 0;
  }
  .section__about__us .wrapper .about__us__box .about__us__right__top {
    width: 30%;
  }
  .section__about__us .wrapper .about__us__box .about__us__right__top .about__us__owner__photo {
    width: 100%;
    margin: 0;
    scale: 0.95;
    z-index: 1;
  }
  .section__about__us .wrapper .about__us__box .about__us__right__bottom {
    position: relative;
    display: flex;
    justify-content: center;
    overflow: visible;
    width: 60%;
    padding: 2.7% 0;
  }
  .section__about__us .wrapper .about__us__box .about__us__right__bottom .about__us__third__photo {
    transform-origin: center;
    scale: 1.1;
    width: 50%;
    z-index: 2;
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
  }
  .section__about__us .wrapper .about__us__box .about__us__right__bottom .about__us__right__additional__photo {
    display: block;
    width: 50%;
    scale: 0.95;
    z-index: 1;
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
  }
}
@media (min-width: 1700px) {
  .section__about__us .wrapper .about__us__box .about__us__left {
    width: 80%;
  }
  .section__about__us .wrapper .about__us__box .about__us__left__top .about__us__description {
    font-size: 3rem;
  }
  .section__about__us .wrapper .about__us__box .about__us__right {
    width: 60%;
  }
}
.section__photos__mainpage {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.section__photos__mainpage .section__title {
  margin: 2rem;
}
.section__photos__mainpage .section__description {
  position: relative;
}
.section__photos__mainpage .section__description .special__subpage {
  position: absolute;
  display: none;
  top: 0;
  left: 100%;
  transform: translate(-50%, -50%) rotate(40deg);
  perspective: 600px;
  font-size: 2rem;
  text-decoration: none;
  white-space: nowrap;
  color: #000;
  animation: heartbeatjapan 2s linear infinite;
}
.section__photos__mainpage .slick-list {
  padding: 0 !important;
}
.section__photos__mainpage .slide {
  position: relative;
  height: 30vh;
}
.section__photos__mainpage .slide img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__photos__mainpage .slick-track {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
}
.section__photos__mainpage .slick-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  font-size: 0;
  transition: opacity 0.3s, scale 0.3s;
}
.section__photos__mainpage .slick-arrow img {
  display: block;
}
.section__photos__mainpage .slick-prev {
  left: 3%;
  background-image: url("../../img/slider/arrow-left.svg");
}
.section__photos__mainpage .slick-next {
  right: 3%;
  background-image: url("../../img/slider/arrow-right.svg");
}

@media (min-width: 768px) {
  .section__photos__mainpage {
    margin-top: 8rem;
  }
  .section__photos__mainpage .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .section__photos__mainpage .slide {
    height: 35vh;
  }
}
@media (min-width: 1200px) {
  .section__photos__mainpage {
    margin-top: 10rem;
  }
  .section__photos__mainpage .section__description {
    width: calc(80% - 80px) !important;
    padding: 0;
    margin: 0 auto;
  }
  .section__photos__mainpage .section__description .special__subpage {
    display: none;
    font-size: 2.8rem;
  }
  .section__photos__mainpage .slick-track {
    padding: 6rem 0;
  }
  .section__photos__mainpage .slide {
    height: 30vh;
    margin: 4rem;
  }
  .section__photos__mainpage .slick-arrow {
    opacity: 0.7;
  }
  .section__photos__mainpage .slick-arrow:hover {
    opacity: 1;
    scale: 1.05;
  }
}
@media (min-width: 2300px) {
  .section__photos__mainpage .section__description .special__subpage {
    left: calc(100% - 50px);
  }
}
.section__video__mainpage {
  width: 100%;
}
.section__video__mainpage__pc {
  display: none;
}
.section__video__mainpage .section__title {
  width: 80%;
  margin: 3rem auto;
  align-content: center;
}
.section__video__mainpage .section__description {
  margin-bottom: 3rem;
}
.section__video__mainpage .section__video__box {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.section__video__mainpage .section__video__box .video__element {
  position: relative;
  width: 45%;
  margin-bottom: 1.5rem;
}
.section__video__mainpage .section__video__box .video__element a {
  display: block;
  width: 100%;
  height: 100%;
}
.section__video__mainpage .section__video__box .video__element__thumbnail {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__video__mainpage .section__video__box .video__element__title {
  padding: 0.5rem 0;
  padding-left: 0.5rem;
  margin: 0 auto;
  font-size: 1.5rem;
  width: 100%;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
.section__video__mainpage .section__video__box .video__pair__container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}

@media (min-width: 375px) {
  .section__video__mainpage .section__video__box .video__element__background--title {
    font-size: 3.5rem;
  }
  .section__video__mainpage .section__video__box .video__element__background--button {
    height: 60px;
  }
}
@media ((min-width: 385px) and (min-height: 800px) and (max-width: 768px)) {
  .section__video__mainpage .section__video__box .video__element__background--title {
    font-size: 4rem;
  }
  .section__video__mainpage .section__video__box .video__element__background--button {
    height: 65px;
  }
}
@media (min-width: 768px) {
  .section__video__mainpage .section__title {
    margin-top: 5rem;
  }
  .section__video__mainpage .section__video__box .video__element {
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }
  .section__video__mainpage .section__video__box .video__element__title {
    padding: 0.8rem 0;
    font-size: 2.2rem;
  }
  .section__video__mainpage .section__video__box .video__element__thumbnail {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .section__video__mainpage .section__video__box .video__element__title {
    font-size: 3rem;
    padding: 1.2rem 0;
  }
}
@media (min-width: 1200px) {
  .section__video__mainpage {
    margin-top: 10rem;
    padding-bottom: 8rem;
  }
  .section__video__mainpage__mobile {
    display: none;
  }
  .section__video__mainpage__pc {
    display: block;
  }
  .section__video__mainpage .section__title {
    margin-bottom: 5rem;
  }
  .section__video__mainpage .section__video__box {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    cursor: grab;
  }
  .section__video__mainpage .section__video__box .slick-arrow {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
    font-size: 0;
    opacity: 0.7;
    transition: opacity 0.3s, scale 0.3s;
  }
  .section__video__mainpage .section__video__box .slick-arrow img {
    display: block;
  }
  .section__video__mainpage .section__video__box .slick-arrow:hover {
    opacity: 1;
    scale: 1.05;
  }
  .section__video__mainpage .section__video__box .slick-prev {
    left: 3%;
    background-image: url("../../img/slider/arrow-left.svg");
  }
  .section__video__mainpage .section__video__box .slick-next {
    left: 97%;
    background-image: url("../../img/slider/arrow-right.svg");
    transform: translateY(-50%) translateX(-50%);
  }
  .section__video__mainpage .section__video__box .slick-track,
  .section__video__mainpage .section__video__box .slick-list {
    height: auto;
  }
  .section__video__mainpage .section__video__box .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 10rem 0;
  }
  .section__video__mainpage .section__video__box .slick-list {
    padding: 0 !important;
  }
  .section__video__mainpage .section__video__box .video__pair__container {
    display: block;
  }
  .section__video__mainpage .section__video__box .video__element {
    position: relative;
    height: 30vh;
    margin: 0 4rem;
    margin-bottom: 0;
    perspective: 900px;
    cursor: pointer;
    transition: scale 0.3s, transform 0.3s;
    will-change: scale;
  }
  .section__video__mainpage .section__video__box .video__element__title {
    display: none;
  }
  .section__video__mainpage .section__video__box .video__element__thumbnail {
    width: 100%;
    height: 100%;
    display: block;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3), 0 12px 24px rgba(0, 0, 0, 0.3);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section__video__mainpage .section__video__box .video__element a {
    will-change: transform;
    backface-visibility: hidden;
    transition: transform 0.8s;
  }
  .section__video__mainpage .section__video__box .video__element__background {
    display: none;
  }
  .section__video__mainpage .section__video__box .video__element:hover .video__element__background {
    opacity: 1;
  }
  .section__video__mainpage .section__video__box .video__element.slick-center:hover {
    transform: scale(1.03);
  }
  .section__video__mainpage .section__video__box .video__element.slick-center.smoothTransition {
    scale: 1.1;
  }
  .section__video__mainpage .section__video__box .video__element.slick-center.smoothTransition a {
    transform: rotateY(0);
  }
  .section__video__mainpage .section__video__box .video__element.slick-active.targetedFirst a {
    transform: rotateY(35deg);
  }
  .section__video__mainpage .section__video__box .video__element.slick-active.targetedFirst a:hover {
    transform: rotateY(15deg);
  }
  .section__video__mainpage .section__video__box .video__element.slick-active.targetedThird a {
    transform: rotateY(-35deg);
  }
  .section__video__mainpage .section__video__box .video__element.slick-active.targetedThird a:hover {
    transform: rotateY(-15deg);
  }
  .section__video__mainpage .section__video__box .slick-dots {
    opacity: 0.6;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
  }
  .section__video__mainpage .section__video__box .slick-dots li {
    margin: 0 0.25rem;
  }
  .section__video__mainpage .section__video__box .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: white;
    text-indent: -9999px;
    cursor: pointer;
  }
  .section__video__mainpage .section__video__box .slick-dots li.slick-active button {
    background-color: black;
  }
}
.offer__demo {
  margin-bottom: 4rem;
}
.offer__demo .section__title {
  margin: 3rem 0;
}
.offer__demo .section__description {
  margin-bottom: 3rem;
}
.offer__demo .section__description .company__range {
  position: relative;
  font-family: "Lato-Bold";
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}
.offer__demo .section__description .company__range::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 95%;
  height: 2px;
  transform: translateX(-50%);
  background-color: #000;
}
.offer__demo .offer__short__description {
  width: 100%;
  padding: 0 2rem;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.5;
}
.offer__demo .offer {
  width: 100%;
  margin-top: 2rem;
  padding: 2rem 0;
}
.offer__demo .offer__box {
  width: 95%;
  margin: 0 auto;
}
.offer__demo .offer__box .offer__element {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  margin-bottom: 4rem;
  border: 1px solid #000;
  border-radius: 15px;
  transition: transform 0.3s;
  z-index: 1;
  overflow: hidden;
}
.offer__demo .offer__box .offer__element .offer__element__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 6;
}
.offer__demo .offer__box .offer__element__first__box {
  position: relative;
  width: 100%;
  height: 30vh;
  z-index: 2;
  padding: 3rem 0;
}
.offer__demo .offer__box .offer__element__first__box .offer__element__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.offer__demo .offer__box .offer__element__first__box .offer__element__content {
  position: absolute;
  z-index: 5;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.offer__demo .offer__box .offer__element__first__box .offer__element__content .offer__element__title {
  font-size: 4rem;
}
.offer__demo .offer__box .offer__element__first__box .offer__element__content .offer__element__description {
  margin-top: 1rem;
  font-size: 2.2rem;
}
.offer__demo .offer__box .offer__element__first__box .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 4;
}
.offer__demo .offer__box .offer__element__first__box .offer__parameter__box {
  position: relative;
  width: 100%;
  z-index: 3;
  border-bottom: 4px dashed #fff;
}
.offer__demo .offer__box .offer__element__first__box .offer__parameter__box .offer__name {
  position: relative;
  width: 80%;
  margin: 0 auto;
  font-size: 3.5rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 3rem;
  color: #fff;
  z-index: 3;
}
.offer__demo .offer__box .offer__element__first__box .offer__parameter__box .offer__parameter__element {
  display: none;
  width: 100%;
  margin: 0.5rem 0;
  padding: 1.5rem 3rem;
}
.offer__demo .offer__box .offer__element__first__box .offer__parameter__box .offer__parameter__element .offer__parameter__icon {
  display: block;
  width: 15%;
  margin: 0 auto;
}
.offer__demo .offer__box .offer__element__first__box .offer__parameter__box .offer__parameter__element .offer__parameter__name {
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
}
.offer__demo .offer__box .offer__element__first__box .offer__price__list {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 3;
  width: 100%;
}
.offer__demo .offer__box .offer__element__first__box .offer__price__list__title {
  width: 80%;
  text-align: center;
  font-size: 3.5rem;
  color: #fff;
  margin: 2rem auto;
}
.offer__demo .offer__box .offer__element__first__box .offer__price__list .service__name {
  width: 80%;
  margin: 0 auto;
  margin-top: 2rem;
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
}
.offer__demo .offer__box .offer__element__first__box .offer__price__list .service__details {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.offer__demo .offer__box .offer__element__first__box .offer__price__list .service__details .service__property__box {
  position: relative;
  width: 45%;
  padding: 1rem;
  margin-bottom: 2rem;
  text-align: center;
  border: none;
  border-radius: 10px;
  background-color: #dbdbdb;
}
.offer__demo .offer__box .offer__element__first__box .offer__price__list .service__details .service__property__box .service__property__name {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.offer__demo .offer__box .offer__element__first__box .offer__price__list .service__details .service__property__box .service__property__value {
  font-size: 1.8rem;
}
.offer__demo .offer__box .offer__element__second__box {
  width: 100%;
  height: 30vh;
}
.offer__demo .offer__box .offer__element__second__box .offer__photo {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.offer__demo .offer__box .offer__element:hover {
  transform: scale(1.02);
}

@media (min-width: 768px) {
  .offer__demo .offer__short__description {
    padding: 0 4rem;
  }
  .offer__demo .offer__box .offer__element__first__box {
    display: flex;
    flex-direction: row;
  }
  .offer__demo .offer__box .offer__element__first__box .offer__element__content .offer__element__title {
    font-size: 8rem;
  }
  .offer__demo .offer__box .offer__element__first__box .offer__element__content .offer__element__description {
    font-size: 3rem;
  }
  .offer__demo .offer__box .offer__element__first__box .offer__parameter__box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    border-bottom: none;
    margin-top: 0;
  }
  .offer__demo .offer__box .offer__element__first__box .offer__parameter__box .offer__parameter__element {
    display: block;
  }
  .offer__demo .offer__box .offer__element__first__box .offer__price__list {
    width: 50%;
    padding: 0 2rem;
  }
  .offer__demo .offer__box .offer__element__first__box .offer__price__list__title {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .offer__demo .offer__box .offer__element__first__box .offer__price__list .service__details .service__property__box {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .offer__demo .offer__box .offer__element__first__box .offer__element__content .offer__element__title {
    font-size: 10rem;
  }
  .offer__demo .offer__box .offer__element__first__box .offer__element__content .offer__element__description {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .offer__demo {
    margin-bottom: 8rem;
  }
  .offer__demo .section__title {
    margin-top: 0;
    margin-bottom: 5rem;
  }
  .offer__demo .section__description {
    margin-bottom: 5rem;
  }
  .offer__demo .offer__short__description {
    width: 80%;
    margin: 0 auto;
    font-size: 3rem;
  }
  .offer__demo .offer__box {
    width: 90%;
  }
  .offer__demo .offer__box .offer__element {
    display: flex;
    flex-direction: row;
    border-radius: 15px;
  }
  .offer__demo .offer__box .offer__element__first__box {
    width: 50%;
    height: auto;
  }
  .offer__demo .offer__box .offer__element__first__box .offer__element__content .offer__element__title {
    font-size: 6rem;
  }
  .offer__demo .offer__box .offer__element__first__box .offer__element__content .offer__element__description {
    margin-top: 3rem;
    font-size: 2.6rem;
  }
  .offer__demo .offer__box .offer__element__first__box .drone__parameter__box .drone__name {
    font-size: 4rem;
  }
  .offer__demo .offer__box .offer__element__first__box .drone__price__list {
    justify-content: space-evenly;
  }
  .offer__demo .offer__box .offer__element__first__box .drone__price__list__title {
    font-size: 4rem;
  }
  .offer__demo .offer__box .offer__element__first__box .drone__price__list .service__name {
    margin-top: 4rem;
  }
  .offer__demo .offer__box .offer__element__first__box .drone__price__list .service__details {
    margin-top: 4rem;
  }
  .offer__demo .offer__box .offer__element__second__box {
    width: 50%;
    height: auto;
  }
}
@media (min-width: 1600px) {
  .offer__demo .offer__box .offer__element .offer__element__content .offer__element__title {
    font-size: 7rem;
  }
  .offer__demo .offer__box .offer__element .offer__element__content .offer__element__description {
    font-size: 3rem;
  }
}
@media (min-width: 2000px) {
  .offer__demo .offer__box {
    width: 80%;
  }
  .offer__demo .offer__box .offer__element__first__box {
    height: auto;
  }
  .offer__demo .offer__box .offer__element__first__box .offer__element__content .offer__element__title {
    font-size: 10rem;
  }
  .offer__demo .offer__box .offer__element__first__box .offer__element__content .offer__element__description {
    font-size: 4rem;
  }
}
.slide-in-top {
  animation: slide-in-top 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

.flip-in-hor-bottom {
  animation: flip-in-hor-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.swirl-in-fwd {
  animation: swirl-in-fwd 0.6s ease-out both;
}

.showDescription {
  animation: showDescription 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.hideDescription {
  animation: hideDescription 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.rotate {
  rotate: 0deg !important;
}

.dot_entrance {
  position: absolute;
  z-index: 4;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  left: calc(50% - 25px);
  top: calc(100% - 60px);
  animation: heartbeat 1.5s ease-in-out infinite both;
}
.dot_entrance a {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
}
.dot_entrance img {
  display: block;
}

.header {
  position: relative;
  height: calc(var(--vh, 100vh) - var(--navHeight));
}
.header .wrapper {
  display: flex;
  justify-content: center;
  height: 100%;
}
.header__imgs {
  display: none;
}
.header .header__textContainer {
  position: relative;
  z-index: 3;
  width: 100%;
  align-content: center;
}
.header .header__textContainer-text {
  display: none;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0 2rem;
  align-content: center;
  word-wrap: break-word;
  text-align: center;
  font-size: 3.5rem;
  color: #fff;
}
.header .header__textContainer .header__mobile__background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header .header__textContainer .header__mobile__background .header__mobile__shadow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.header .header__textContainer .header__mobile__background .header__mobile__video {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header__video {
  display: none;
}

.section__trusted {
  height: auto;
}
.section__trusted .section__title {
  margin-bottom: 3rem;
}
.section__trusted .section__marquee {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 4;
  width: 100%;
  height: 200px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.section__trusted .section__marquee-marqueeContainer {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 80%;
  white-space: nowrap;
  transform: translate3d(0, 0, 0);
  animation: 20s marquee infinite linear;
  -webkit-animation: marquee 20s linear infinite;
  will-change: transform;
  animation-play-state: paused;
}
.section__trusted .section__marquee-marqueeElement {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
  backface-visibility: hidden;
  height: 100%;
  padding: 0 3rem;
}
.section__trusted .section__marquee-marqueeElement a {
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
  align-content: center;
  width: 100%;
  height: 100%;
}
.section__trusted .section__marquee-marqueeElement--img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
  width: 150px;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section__trusted .section__marquee-marqueeElement:last-child {
  padding-right: 0;
}

@media (min-width: 375px) {
  .header .header__textContainer-text {
    font-size: 4rem;
  }
}
@media ((min-width: 385px) and (min-height: 800px) and (max-width: 768px)) {
  .header .header__textContainer {
    width: 100%;
  }
  .header .header__textContainer-text {
    font-size: 4rem;
  }
  .section__trusted .section__marquee {
    height: 100px;
  }
  .section__trusted .section__marquee-marqueeContainer {
    animation: 16s marquee infinite linear;
    -webkit-animation: marquee 16s linear infinite;
  }
}
@media ((min-width: 568px) and (max-width: 992px)) {
  .header {
    height: calc(var(--vh, 100vh) - var(--navHeight));
  }
  .header .header__textContainer-text {
    font-size: 6rem;
    padding: 0 6rem;
  }
  .header .dot_entrance {
    width: 60px;
    height: 60px;
    left: calc(50% - 20px);
    top: calc(100% - 80px);
  }
  .section__marquee {
    height: 100px;
  }
  .section__marquee-marqueeContainer {
    animation: 35s marquee infinite linear;
    -webkit-animation: marquee 35s linear infinite;
  }
  .section__marquee-marqueeElement {
    font-size: 9rem;
  }
}
@media ((min-width: 992px) and (max-width: 1200px)) {
  .header {
    height: calc(var(--vh, 100vh) - var(--navHeight));
  }
  .header .header__textContainer-text {
    font-size: 8rem;
  }
  .header .dot_entrance {
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: calc(100% - 120px);
  }
  .section__title {
    font-size: 7rem;
  }
  .section__trusted .section__marquee-marqueeContainer {
    animation: 15s marquee infinite linear;
  }
}
@media (min-width: 1200px) {
  @supports (-webkit-touch-callout: none) {
    .header {
      height: 100vh;
    }
  }
  .header {
    position: relative;
    height: calc(100vh - var(--navHeight));
  }
  .header .wrapper {
    display: flex;
    position: relative;
    max-width: none;
    margin: 0;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .header .dot_entrance {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    left: calc(50% - 30px);
    top: calc(100% - 70px);
    background-color: #000;
  }
  .header .dot_entrance a {
    padding: 20px;
  }
  .header .header__textContainer {
    height: 80%;
    width: 50%;
    margin-top: 0rem;
    padding: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .header__textContainer-text {
    display: block;
    margin-top: 0;
    font-size: 7rem;
    color: #000;
  }
  .header .header__textContainer .header__mobile__background {
    display: none;
  }
  .header .header__video {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    width: 50%;
    height: 100%;
  }
  .section__trusted {
    margin-top: 8rem;
  }
  .section__trusted .section__title {
    margin-bottom: 5rem;
  }
  .section__trusted .section__marquee {
    height: 200px;
  }
  .section__trusted .section__marquee-marqueeContainer {
    animation: 30s marquee infinite linear;
    -webkit-animation: marquee 30s linear infinite;
  }
  .section__trusted .section__marquee-marqueeElement {
    padding: 0 5rem;
  }
  .section__trusted .section__marquee-marqueeElement--img {
    width: 250px;
  }
}
@media (min-width: 1600px) {
  .header .header__textContainer-text {
    font-size: 8rem;
  }
}
@media (min-width: 2000px) {
  .header .dot_entrance {
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: calc(100% - 90px);
  }
  .header .dot_entrance a {
    padding: 25px;
  }
  .header .header__textContainer {
    padding: 8rem;
  }
  .header .header__textContainer-text {
    font-size: 9rem;
  }
  .section__trusted .section__marquee {
    height: 165px;
  }
  .section__trusted .section__marquee-marqueeElement--img {
    width: 300px;
  }
}/*# sourceMappingURL=mainpage.css.map */