/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./app/scss/main.scss ***!
  \*****************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Ojuju:wght@200..800&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap);
/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./app/scss/main.scss (1) ***!
  \*********************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Ojuju:wght@200..800&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap);
/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./app/scss/main.scss (2) ***!
  \*********************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Ojuju:wght@200..800&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap);
/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./app/scss/main.scss (3) ***!
  \*********************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Ojuju:wght@200..800&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap);
/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./app/scss/main.scss (4) ***!
  \*********************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Ojuju:wght@200..800&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap);
/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./app/scss/main.scss (5) ***!
  \*********************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Ojuju:wght@200..800&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap);
/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./app/scss/main.scss (6) ***!
  \*********************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Ojuju:wght@200..800&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap);
/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./app/scss/main.scss (7) ***!
  \*********************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Ojuju:wght@200..800&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap);
/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./app/scss/main.scss (8) ***!
  \*********************************************************************************************************************************************/
.primary-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: fit-content;
  min-width: 160px;
  height: 40px;
  padding: 0 16px;
  border: 1px solid #f2b36b;
  border-radius: 2px;
  color: #68171a;
  font-family: "Ojuju", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #f2b36b;
  cursor: pointer;
  z-index: 1;
  transition: color 0.2s ease-in-out;
}

.primary-button:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 0;
  background-color: #68171a;
  transition: width 0.2s ease-in-out;
  z-index: -1;
}

.primary-button:hover {
  color: #f2b36b;
}

.primary-button:hover:before {
  width: 100%;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  z-index: 0;
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  font-family: "Ojuju", sans-serif;
  scroll-behavior: smooth;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 24px;
  font-family: "Ojuju", sans-serif;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.04em;
  color: #f2b36b;
}
@media (min-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 32px;
  }
}

h1 {
  margin-bottom: 32px;
  font-size: clamp(48px, 8vw, 112px);
  line-height: 1;
  color: #f2b36b;
}
@media (min-width: 768px) {
  h1 {
    margin-bottom: 40px;
  }
}

p {
  margin-bottom: 16px;
}
p:last-of-type {
  margin-bottom: unset;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #a13a1f;
}

li {
  list-style-type: none;
  list-style-position: inside;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

img {
  max-width: 100%;
}

.entry-footer {
  display: none;
}

.container {
  width: calc(100% - 56px);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .container {
    width: calc(100% - 64px);
  }
}

@media (min-width: 1024px) {
  .show-on-mobile {
    display: none;
  }
}

.comments-area {
  display: none;
}

.fa-hand-point-right:before {
  margin-right: 8px;
  font-family: fontawesome;
}

.linkedin:after {
  content: "\f0e1";
  font-family: fontawesome;
}

.instagram:after {
  content: "\f16d";
  font-family: fontawesome;
}

.facebook:after {
  content: "\f39e";
  font-family: fontawesome;
}

.pinterest:after {
  content: "\f231";
  font-family: fontawesome;
}

.email:after {
  content: "\f0e0";
  font-family: fontawesome;
}

.google:after {
  content: "\f1a0";
  font-family: fontawesome;
}

.twitter:after {
  content: "\f099";
  font-family: fontawesome;
}

.youtube:after {
  content: "\f167";
  font-family: fontawesome;
}

.entry-content__404 {
  width: calc(100% - 56px);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .entry-content__404 {
    width: calc(100% - 64px);
  }
}
.entry-content__404 {
  margin-top: 140px;
}

.entry-content__search-form {
  margin-top: 32px;
}

.site-footer__wrapper {
  position: relative;
  z-index: 5;
  margin: auto 12px 0 auto;
  font-size: 9px;
}
@media (min-width: 768px) {
  .site-footer__wrapper {
    margin: auto 40px 0 auto;
    font-size: 11px;
  }
}
.site-footer__registration {
  padding: 16px 0;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
  font-size: 10px;
  text-align: right;
  color: #ffffff;
}
.site-footer__registration a, .site-footer__registration a:hover {
  color: #ffffff;
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.ve-scene--hula {
  position: relative;
  overflow: hidden;
  background: #160807;
}
.ve-scene--hula .ve-scene__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #8f1b17 0%, #982719 38%, #a13a1f 62%, #7b1b18 100%);
  overflow: hidden;
}
.ve-scene--hula .ve-scene__bg:before,
.ve-scene--hula .ve-scene__bg:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.ve-scene--hula .ve-scene__bg:before {
  bottom: 20%;
  height: 34%;
  background: #68171a;
  clip-path: polygon(0 74%, 5% 68%, 11% 70%, 18% 58%, 27% 65%, 37% 48%, 46% 57%, 55% 34%, 66% 50%, 76% 42%, 86% 60%, 100% 52%, 100% 100%, 0 100%);
}
.ve-scene--hula .ve-scene__bg:after {
  bottom: 0;
  height: 44%;
  background: #050202;
  clip-path: polygon(0 44%, 8% 38%, 18% 34%, 29% 35%, 40% 39%, 52% 35%, 63% 42%, 74% 36%, 86% 41%, 100% 35%, 100% 100%, 0 100%);
}
.ve-scene--hula:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14%;
  background: #3d160d;
  pointer-events: none;
}
.ve-scene--hula:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: radial-gradient(circle at 52% 38%, rgba(255, 180, 110, 0.07) 0%, rgba(255, 180, 110, 0.025) 32%, transparent 62%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.ve-scene--volcano {
  position: relative;
  overflow: hidden;
  background: #160807;
}
.ve-scene--volcano .ve-scene__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #991d17 0%, #a1261a 36%, #aa3a20 64%, #7b1b18 100%);
  overflow: hidden;
}
.ve-scene--volcano .ve-scene__bg:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 14%;
  width: 100%;
  height: 42%;
  background: #7a1418;
  clip-path: polygon(0 78%, 10% 74%, 18% 70%, 30% 56%, 44% 60%, 56% 48%, 68% 58%, 80% 52%, 92% 60%, 100% 56%, 100% 100%, 0 100%);
  pointer-events: none;
}
.ve-scene--volcano:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14%;
  background: #3d160d;
  z-index: 2;
  pointer-events: none;
}
.ve-scene--volcano:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: radial-gradient(circle at 50% 34%, rgba(255, 180, 110, 0.08) 0%, rgba(255, 180, 110, 0.03) 34%, transparent 64%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.ve-scene--players {
  position: relative;
  overflow: hidden;
  background: #160807;
}
.ve-scene--players .ve-scene__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(to bottom, #8f1b17 0%, #982719 38%, #a13a1f 62%, #7b1b18 100%);
}
.ve-scene--players .ve-scene__bg:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 22%;
  width: 100%;
  height: 42%;
  background: #68171a;
  clip-path: polygon(0 72%, 8% 68%, 16% 70%, 24% 58%, 34% 62%, 44% 48%, 54% 42%, 62% 44%, 70% 56%, 80% 60%, 90% 56%, 100% 64%, 100% 100%, 0 100%);
}
.ve-scene--players .ve-scene__bg:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 16%;
  width: 100%;
  height: 14%;
  background: #050202;
  clip-path: polygon(0 36%, 12% 34%, 24% 33%, 36% 32%, 48% 33%, 60% 34%, 72% 35%, 84% 34%, 100% 36%, 100% 100%, 0 100%);
  z-index: 2;
}
.ve-scene--players:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16%;
  background: #3d160d;
  z-index: 1;
}

.site-header__wrapper {
  position: relative;
  z-index: 9;
  width: 100%;
}
.site-header .menu {
  position: absolute;
  top: 8px;
  right: 12px;
}
@media (min-width: 768px) {
  .site-header .menu {
    top: 20px;
    right: 40px;
  }
}
.site-header .menu a {
  font-size: 0;
}
.site-header .menu a:after {
  content: "\f111";
  font-family: "fontawesome";
  font-size: 20px;
  font-weight: 900;
  color: #f2b36b;
  cursor: pointer;
}
.site-header .menu a:hover:after {
  content: "\f192";
  font-family: "fontawesome";
  cursor: pointer;
}
.site-header .menu .is-active a:after {
  content: "\f192";
  font-family: "fontawesome";
  cursor: pointer;
}

.ve-site {
  position: relative;
  background: #160807;
  color: #f2b36b;
}

.ve-stage {
  position: fixed;
  inset: 0;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: #160807;
}

.ve-scene {
  display: flex;
  position: absolute;
  inset: 0;
  min-height: 100vh;
  min-height: 100svh;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.015);
  transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
  will-change: opacity, transform;
  z-index: 1;
}
.ve-scene.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
  z-index: 3;
}
.ve-scene.is-under {
  opacity: 1;
  pointer-events: none;
  transform: scale(1.01);
  z-index: 2;
}
.ve-scene--hula .ve-scene__description {
  max-height: 240px;
}
@media (min-width: 812px) {
  .ve-scene--hula .ve-scene__description {
    max-height: unset;
  }
}
.ve-scene__bg, .ve-scene__mid {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  will-change: transform;
}
.ve-scene__bg {
  z-index: 1;
}
.ve-scene__mid {
  z-index: 2;
  opacity: 0.35;
  mix-blend-mode: multiply;
}
.ve-scene__copy {
  width: calc(100% - 56px);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .ve-scene__copy {
    width: calc(100% - 64px);
  }
}
.ve-scene__copy {
  align-self: flex-start;
  position: relative;
  z-index: 6;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 8vh 32px 0;
  text-align: center;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
.is-active .ve-scene__copy {
  opacity: 1;
  transition: opacity 500ms ease-in-out 500ms;
}
.is-under .ve-scene__copy {
  opacity: 0;
  transition: none;
}
@media (min-width: 812px) {
  .ve-scene__copy {
    align-self: center;
    width: auto;
    margin: 0 4vw 6vh 38vw;
    padding: 0;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .ve-scene__copy {
    margin: 0 4vw 6vh 44vw;
  }
}
.ve-scene__subheading {
  text-align: center;
}
@media (min-width: 812px) {
  .ve-scene__subheading {
    text-align: unset;
  }
}
.ve-scene__description {
  max-width: 480px;
  max-height: 560px;
  overflow-y: scroll;
  margin-bottom: 32px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(18px, 2vw, 18px);
  line-height: 1.2;
  color: #f2b36b;
  text-align: left;
}
@media (min-width: 812px) {
  .ve-scene__description {
    max-height: 240px;
    margin-right: unset;
    margin-left: unset;
  }
}
@media (min-width: 1024px) {
  .ve-scene__description {
    max-height: unset;
  }
}
.ve-scene__button {
  margin-top: 32px;
}
.ve-scene__button .primary-button {
  margin: auto;
}
@media (min-width: 812px) {
  .ve-scene__button .primary-button {
    margin: unset;
  }
}
.ve-scene__float {
  position: absolute;
  z-index: 4;
  pointer-events: none;
}
.is-under .ve-scene__float {
  opacity: 0;
  transition: none;
}
.ve-scene__float--hula {
  left: 50%;
  bottom: 20px;
  height: 44vh;
  animation: ve-sway-center 5s ease-in-out infinite;
}
@media (min-width: 812px) {
  .ve-scene__float--hula {
    left: 16vw;
    height: 72vh;
  }
}
@media (min-width: 1024px) {
  .ve-scene__float--hula {
    left: 4vw;
    bottom: 8vh;
    height: 70vh;
    animation: ve-sway 5s ease-in-out infinite;
  }
}
@media (min-width: 1280px) {
  .ve-scene__float--hula {
    height: 80vh;
  }
}
.ve-scene__bug {
  position: absolute;
  top: 24px;
  right: 48px;
  width: 36px;
  z-index: 8;
  pointer-events: none;
  opacity: 0;
  animation: ve-bug-fly 6s ease-in-out 1.2s infinite;
}
.is-under .ve-scene__bug {
  opacity: 0;
  transition: none;
}
@media (min-width: 768px) {
  .ve-scene__bug {
    top: 32px;
    right: 88px;
    width: 44px;
  }
}
@media (min-width: 1024px) {
  .ve-scene__bug {
    top: 24px;
    right: 104px;
    width: 64px;
  }
}
.ve-scene__float--players {
  left: 50%;
  bottom: 16vh;
  z-index: 5;
  height: 140px;
  pointer-events: none;
  animation: ve-float-center 5s ease-in-out infinite;
}
@media (min-width: 812px) {
  .ve-scene__float--players {
    left: 6vw;
    bottom: 14vh;
    height: 120px;
    animation: ve-float 5s ease-in-out infinite;
  }
}
@media (min-width: 1024px) {
  .ve-scene__float--players {
    left: 12vw;
    bottom: 20vh;
    height: 200px;
  }
}
.ve-scene__float--palms {
  left: 50%;
  bottom: 16vh;
  height: 48vh;
  z-index: 4;
  pointer-events: none;
  transform: translateX(-50%);
}
@media (min-width: 812px) {
  .ve-scene__float--palms {
    bottom: 12vh;
    left: 16vw;
    height: 78vh;
  }
}
@media (min-width: 1024px) {
  .ve-scene__float--palms {
    bottom: 12vh;
    left: 6vw;
    height: 88vh;
    transform: none;
  }
}
.ve-scene__float--volcano {
  position: absolute;
  left: 50%;
  bottom: -32px;
  width: 100%;
  height: 320px;
  object-fit: cover;
  z-index: 4;
  pointer-events: none;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .ve-scene__float--volcano {
    height: auto;
  }
}
@media (min-width: 812px) {
  .ve-scene__float--volcano {
    left: 0;
    width: 100%;
    transform: none;
  }
}
.ve-scene__float--volcano-flowers {
  left: 50%;
  bottom: 1vh;
  width: 180px;
  z-index: 5;
  animation: ve-float-center 5s ease-in-out infinite;
}
@media (min-width: 812px) {
  .ve-scene__float--volcano-flowers {
    left: 3vw;
    bottom: 7vh;
    width: 240px;
    animation: ve-float 5s ease-in-out infinite;
  }
}
@media (min-width: 1024px) {
  .ve-scene__float--volcano-flowers {
    width: clamp(180px, 22vw, 420px);
  }
}
.ve-scene .ve-scene__ember {
  position: absolute;
  z-index: 5;
  border-radius: 50%;
  background: #ff8a16;
  pointer-events: none;
  filter: blur(1px) drop-shadow(0 0 8px rgba(255, 120, 0, 0.8));
  animation: ve-ember-rise linear infinite;
}
.is-under .ve-scene .ve-scene__ember {
  opacity: 0;
  transition: none;
}
.ve-scene .ve-scene__ember--one {
  top: 64%;
  left: 40%;
  width: 8px;
  height: 8px;
  animation-duration: 4s;
}
@media (min-width: 812px) {
  .ve-scene .ve-scene__ember--one {
    top: 52%;
    left: 48%;
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1024px) {
  .ve-scene .ve-scene__ember--one {
    top: 24%;
    left: 24%;
  }
}
@media (min-width: 1280px) {
  .ve-scene .ve-scene__ember--one {
    top: 20%;
    left: 30%;
  }
}
.ve-scene .ve-scene__ember--two {
  top: 60%;
  left: 40%;
  width: 6px;
  height: 6px;
  animation-duration: 5s;
  animation-delay: 1.2s;
}
@media (min-width: 812px) {
  .ve-scene .ve-scene__ember--two {
    top: 49%;
    left: 53%;
    width: 7px;
    height: 7px;
  }
}
@media (min-width: 1024px) {
  .ve-scene .ve-scene__ember--two {
    top: 30%;
    left: 34%;
  }
}
@media (min-width: 1280px) {
  .ve-scene .ve-scene__ember--two {
    top: 24%;
    left: 36%;
  }
}
.ve-scene .ve-scene__ember--three {
  top: 62%;
  left: 32%;
  width: 9px;
  height: 9px;
  animation-duration: 4.8s;
  animation-delay: 0.6s;
}
@media (min-width: 812px) {
  .ve-scene .ve-scene__ember--three {
    top: 51%;
    left: 45%;
    width: 13px;
    height: 13px;
  }
}
@media (min-width: 1024px) {
  .ve-scene .ve-scene__ember--three {
    top: 38%;
    left: 30%;
  }
}
@media (min-width: 1280px) {
  .ve-scene .ve-scene__ember--three {
    top: 30%;
    left: 32%;
  }
}
.ve-scene .ve-scene__ember--four {
  top: 54%;
  left: 50%;
  width: 5px;
  height: 5px;
  animation-duration: 5.2s;
  animation-delay: 2s;
}
@media (min-width: 812px) {
  .ve-scene .ve-scene__ember--four {
    top: 48%;
    left: 56%;
    width: 6px;
    height: 6px;
  }
}
@media (min-width: 1024px) {
  .ve-scene .ve-scene__ember--four {
    top: 46%;
    left: 32%;
  }
}
@media (min-width: 1280px) {
  .ve-scene .ve-scene__ember--four {
    top: 16%;
    left: 38%;
  }
}

h1 {
  font-size: clamp(44px, 11vw, 86px);
}

.ve-scroll {
  display: none;
}

.ve-scroll__step {
  display: none;
}

@keyframes ve-sway {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-8px) rotate(1deg);
  }
}
@keyframes ve-sway-center {
  0%, 100% {
    transform: translateX(-50%) translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateX(-50%) translateY(-8px) rotate(1deg);
  }
}
@keyframes ve-float {
  0%, 100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-14px) rotate(2deg);
  }
}
@keyframes ve-float-center {
  0%, 100% {
    transform: translateX(-50%) translateY(0) rotate(0);
  }
  50% {
    transform: translateX(-50%) translateY(-14px) rotate(2deg);
  }
}
@keyframes ve-ember-rise {
  0% {
    opacity: 0;
    transform: translateY(3vh) scale(0.6);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(clamp(-90px, -14vh, -140px)) translateX(clamp(6px, 2vw, 12px)) scale(1.3);
  }
}
@keyframes ve-bug-fly {
  0% {
    opacity: 0;
    transform: translate(0, -140px) rotate(-12deg) scale(0.82);
  }
  16% {
    opacity: 1;
    transform: translate(0, 0) rotate(6deg) scale(1);
  }
  34% {
    opacity: 1;
    transform: translate(-10px, 10px) rotate(-4deg) scale(1.02);
  }
  52% {
    opacity: 1;
    transform: translate(12px, 20px) rotate(5deg) scale(1);
  }
  70% {
    opacity: 1;
    transform: translate(-6px, 12px) rotate(-3deg) scale(0.98);
  }
  92% {
    opacity: 1;
    transform: translate(70px, 130px) rotate(16deg) scale(0.9);
  }
  98% {
    opacity: 1;
    transform: translate(100px, 80px) rotate(22deg) scale(0.86);
  }
  100% {
    opacity: 0;
    transform: translate(150px, 80px) rotate(22deg) scale(0.86);
  }
}
@media (max-width: 1023px) and (orientation: landscape) {
  .ve-scene__copy {
    max-height: 320px;
    overflow-y: scroll;
  }
  .ve-scene__copy .ve-scene__description {
    max-height: unset;
    overflow-y: unset;
  }
}

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