*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
}

html {
  background-color: #FFFFFF;
}

body.no-scroll {
  overflow: hidden;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1380px;
  padding: 0 30px;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  border-bottom: 1px solid #EBEBEB;
  z-index: 10000;
}

footer {
  width: 100%;
  border-top: 1px solid #EBEBEB;
}
footer .row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .row .link-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #9C9C9C;
}
footer .row .link-wrapper .link {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #242424;
  text-decoration: none;
}
footer .row .link-wrapper .link:hover {
  text-decoration: underline;
}

.section-main {
  padding: 72px 0 258px;
}
.section-main .container .section-title {
  margin-bottom: 48px;
  font-size: 48px;
  font-weight: 400;
  line-height: 59px;
  color: #000000;
  text-align: center;
}
.section-main .container .section-title span {
  color: #007B00;
}
.section-main .container .scene-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1311/738;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}
.section-main .container .scene-wrapper #main_scene {
  width: 100%;
  height: 100%;
}
.section-main .container .row-items {
  margin-top: 173px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 202px;
}
.section-main .container .row-items .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
}
.section-main .container .row-items .row:nth-of-type(2n+1) {
  padding-right: 64px;
}
.section-main .container .row-items .row:nth-of-type(2n) {
  padding-left: 64px;
  flex-direction: row-reverse;
}
.section-main .container .row-items .row:nth-of-type(1) .row-image-wrapper .row-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  border-radius: 16px;
}
.section-main .container .row-items .row:nth-of-type(2) .row-image-wrapper .row-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  border-radius: 16px;
}
.section-main .container .row-items .row .row-block {
  flex: 0 1 633px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}
.section-main .container .row-items .row .row-block .row-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  color: #007B00;
}
.section-main .container .row-items .row .row-block .row-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
}
.section-main .container .row-items .row .row-image-wrapper {
  flex: 0 1 432px;
  display: flex;
  aspect-ratio: 1;
  height: auto;
  position: relative;
  z-index: 1;
}
.section-main .container .row-items .row .row-image-wrapper .row-image-back {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 130%;
  height: 130%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
}
.section-main .container .row-items .row .row-image-wrapper .row-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

div.a-modal[aframe-injected] {
  display: none;
}

.a-enter-vr, .a-enter-ar {
  right: 24px !important;
  bottom: 36px !important;
}

#hud {
  position: absolute;
  display: none;
  width: 100%;
  left: 32px;
  bottom: 24px;
}
#hud.show {
  display: block;
}
#hud .item-list {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 9999;
}
#hud .item-list .icon {
  flex: 0 0 auto;
  display: flex;
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
#hud .item-list .icon.small {
  width: 20px;
  height: 20px;
}
#hud .item-list .text {
  flex: 0 0 auto;
  width: 200px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
}
#hud .item-list button {
  margin-left: 32px;
  flex: 0 0 auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
}
#hud .item-list button.bird img {
  width: 100%;
  height: 100%;
}
#hud .item-list button img {
  position: absolute;
  display: none;
  width: 65%;
  height: 65%;
  -o-object-fit: contain;
     object-fit: contain;
}
#hud .item-list button img.svg-off {
  display: flex;
  z-index: 1;
}
#hud .item-list button.on img.svg-off {
  display: none;
  z-index: 0;
}
#hud .item-list button.on img.svg-on {
  display: flex;
  z-index: 1;
}

.popup-overlay {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  justify-content: center;
  align-items: center;
  z-index: 10001;
}

.popup-box {
  background: white;
  padding: 2rem;
  max-width: 600px;
  width: 90%;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

#popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
}

#popup-title {
  font-family: system-ui;
  font-size: 27px;
  line-height: 1.2;
}

#popup-video-iframe,
#popup-video-file {
  display: none;
  width: 100%;
  margin-top: 1rem;
}

#popup-description {
  margin-top: 16px;
  max-height: 300px;
  align-self: stretch;
  font-family: system-ui;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
  text-justify: inter-word;
  overflow-y: auto;
}/*# sourceMappingURL=style.css.map */