@font-face {
  font-family: "digital";
  src: url("fonts/digital/digital-7(mono).ttf");
}
body {
  background-color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: 400;
  color: #000;
  overflow-x: hidden;
  background-image: -webkit-image-set(url("./images/background.webp") 1x);
  background-image: url("./images/background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  body {
    background-image: -webkit-image-set(url("./images/background-m.webp") 1x);
    background-image: url("./images/background-m.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}
body a, body button {
  text-decoration: none;
  transition: all 0.5s ease-in-out !important;
}
body h1, body h2, body h3, body h4, body h5, body h6, body strong, body b {
  font-weight: 500;
}
body img {
  -o-object-fit: cover;
     object-fit: cover;
}
body section {
  overflow-x: hidden;
}

.page-landing .page-text {
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .page-landing .page-text {
    height: 50vh;
  }
}
@media screen and (max-width: 768px) {
  .page-landing .page-text .logo {
    max-width: 120px;
  }
}
.page-landing .page-text .cta {
  background: transparent;
  outline: none;
  border: none;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}
.page-landing .page-text .cta:hover {
  opacity: 0.65;
}
.page-landing .page-ambassador {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .page-landing .page-ambassador {
    overflow-x: hidden;
    height: 50vh;
  }
}
.page-landing .mobile-footer {
  z-index: 9999;
  bottom: 2%;
  width: 90%;
  left: 5%;
}
.page-landing .mobile-footer::before {
  content: " ";
  position: absolute;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%);
}
.page-landing .element-1 {
  bottom: 15px;
  left: 15px;
  z-index: -1;
  animation: element-1 4s ease-in-out infinite;
}
@media screen and (max-width: 575px) {
  .page-landing .element-1 {
    bottom: -50%;
    left: -5%;
  }
  .page-landing .element-1 img {
    width: 90px;
  }
}
@keyframes element-1 {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(-25px, 25px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.page-landing .element-2 {
  bottom: 8%;
  right: 15%;
  animation: element-2 4s ease-in-out infinite;
}
@media screen and (max-width: 575px) {
  .page-landing .element-2 {
    bottom: 20%;
    right: -2%;
  }
  .page-landing .element-2 img {
    width: 70px;
  }
}
@keyframes element-2 {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(-25px, 25px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.page-landing .element-3 {
  top: 10%;
  right: 20%;
  animation: element-3 4s ease-in-out infinite;
}
@media screen and (max-width: 575px) {
  .page-landing .element-3 {
    top: -25%;
    right: 5%;
  }
  .page-landing .element-3 img {
    width: 60px;
  }
}
@keyframes element-3 {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(25px, 25px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.page-landing .element-4 {
  top: 15%;
  left: -15%;
  animation: element-4 4s ease-in-out infinite;
}
@media screen and (max-width: 575px) {
  .page-landing .element-4 {
    top: 0;
    left: 0;
  }
  .page-landing .element-4 img {
    width: 40px;
  }
}
@keyframes element-4 {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(5px, 5px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.page-landing .element-5 {
  top: 30%;
  right: 15%;
  animation: element-5 4s ease-in-out infinite;
}
@media screen and (max-width: 575px) {
  .page-landing .element-5 {
    top: 0;
    right: 15%;
  }
  .page-landing .element-5 img {
    width: 30px;
  }
}
@keyframes element-5 {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(25px, 25px);
  }
  100% {
    transform: translate(0, 0px);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}/*# sourceMappingURL=style.css.map */