body {
  background-color: #070710;
  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?v1.0.0") 1x);
  background-image: url("./images/background.jpg?v1.0.0");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
@media screen and (max-width: 575px) {
  body {
    background-image: -webkit-image-set(url("./images/background-m.webp?v1.0.0") 1x);
    background-image: url("./images/background-m.png?v1.0.0");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
  }
}
body::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  position: fixed;
}
@media screen and (max-width: 575px) {
  body::before {
    background-image: -webkit-image-set(url("./images/background-m2.webp?v1.0.0") 1x);
    background-image: url("./images/background-m2.png?v1.0.0");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
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 .ambassador {
  max-width: 500px;
}
.page-landing .ambassador .model {
  position: relative;
  top: 95px;
  animation: animateShadow 5s ease-in-out infinite;
}
.page-landing .ambassador .title {
  position: relative;
  top: -25px;
  animation: rockFall 1s ease-in-out forwards;
  top: -100%; /* Start above the viewport */
}
@keyframes rockFall {
  0% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(0deg); /* Full rotation */
  }
  100% {
    top: 0; /* End at the middle of the viewport */
    transform: rotate(0deg); /* Full rotation */
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes animateShadow {
  0% {
    filter: drop-shadow(1px 1px 20px #F6CB45);
    transform: scale(1.1);
    will-change: filter;
  }
  50% {
    filter: drop-shadow(1px 1px 20px transparent);
    transform: scale(1);
    will-change: filter;
  }
  100% {
    filter: drop-shadow(1px 1px 20px #F6CB45);
    transform: scale(1.1);
    will-change: filter;
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.page-landing a {
  border: 1px solid #F47920;
  border-radius: 20px;
  padding: 15px;
}
.page-landing a .flag {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 575px) {
  .page-landing a .flag {
    width: 34px;
    height: 34px;
  }
}
.page-landing a span {
  color: #ffffff;
  font-size: 1.2rem;
}
@media screen and (max-width: 575px) {
  .page-landing a span {
    font-size: 0.9rem;
  }
}
.page-landing a:hover {
  background: linear-gradient(270deg, #F6CB45 0%, #F35420 100%);
  box-shadow: 0px 0px 55px 0px #F6CB45;
  transform: scale(1.1);
}
.page-landing a:hover span {
  font-weight: bold;
}

footer label {
  color: #ffffff;
}
footer .line::before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #ffffff;
  left: -2px;
  top: 2px;
}
footer .logo {
  position: relative;
}
footer .logo .color {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
footer .logo:hover .color {
  display: inline;
}
footer .logo:hover .white {
  opacity: 0;
}
footer .logo img {
  height: 26px;
}
@media screen and (max-width: 575px) {
  footer .logo img {
    height: 24px;
  }
}/*# sourceMappingURL=style.css.map */