@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;800&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  height: 100vh;
  background-color: #f2e7dc;
  color: #341700;
  font-family: "Maven Pro", sans-serif;
  font-size: 18px;
}

a {
  text-decoration: none;
  color: inherit;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-align: center;
}

.content .logo {
  max-width: 40%;
  height: auto;
}

@media only screen and (max-width: 600px) {
  .content .logo {
    max-width: 80%;
    height: auto;
  }
}

.content .small {
  font-size: 1rem;
  color: #341700;
  -webkit-animation: fadeIn 5s ease-in;
          animation: fadeIn 5s ease-in;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/***************************************************
 * Generated by SVG Artista on 2/20/2025, 5:41:11 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.7s cubic-bezier(1, 0, 0, 1) 0.8s both;
  animation: animate-svg-fill-1 0.7s cubic-bezier(1, 0, 0, 1) 0.8s both;
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.7s cubic-bezier(1, 0, 0, 1) 0.9s both;
  animation: animate-svg-fill-2 0.7s cubic-bezier(1, 0, 0, 1) 0.9s both;
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 0.7s cubic-bezier(1, 0, 0, 1) 1s both;
  animation: animate-svg-fill-3 0.7s cubic-bezier(1, 0, 0, 1) 1s both;
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.7s cubic-bezier(1, 0, 0, 1) 1.1s both;
  animation: animate-svg-fill-4 0.7s cubic-bezier(1, 0, 0, 1) 1.1s both;
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.7s cubic-bezier(1, 0, 0, 1) 1.2s both;
  animation: animate-svg-fill-5 0.7s cubic-bezier(1, 0, 0, 1) 1.2s both;
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 0.7s cubic-bezier(1, 0, 0, 1) 1.3s both;
  animation: animate-svg-fill-6 0.7s cubic-bezier(1, 0, 0, 1) 1.3s both;
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #b2500e;
  }
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #b2500e;
  }
}

.svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 0.7s cubic-bezier(1, 0, 0, 1) 1.4s both;
  animation: animate-svg-fill-7 0.7s cubic-bezier(1, 0, 0, 1) 1.4s both;
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #b2500e;
  }
}

@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #b2500e;
  }
}

.svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 0.7s cubic-bezier(1, 0, 0, 1) 1.5s both;
  animation: animate-svg-fill-8 0.7s cubic-bezier(1, 0, 0, 1) 1.5s both;
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #b2500e;
  }
}

@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #b2500e;
  }
}

.svg-elem-9 {
  -webkit-animation: animate-svg-fill-9 0.7s cubic-bezier(1, 0, 0, 1) 1.6s both;
  animation: animate-svg-fill-9 0.7s cubic-bezier(1, 0, 0, 1) 1.6s both;
}

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-10 {
  -webkit-animation: animate-svg-fill-10 0.7s cubic-bezier(1, 0, 0, 1) 1.7s both;
  animation: animate-svg-fill-10 0.7s cubic-bezier(1, 0, 0, 1) 1.7s both;
}

@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-11 {
  -webkit-animation: animate-svg-fill-11 0.7s cubic-bezier(1, 0, 0, 1) 1.8s both;
  animation: animate-svg-fill-11 0.7s cubic-bezier(1, 0, 0, 1) 1.8s both;
}

@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-12 {
  -webkit-animation: animate-svg-fill-12 0.7s cubic-bezier(1, 0, 0, 1) 1.9s both;
  animation: animate-svg-fill-12 0.7s cubic-bezier(1, 0, 0, 1) 1.9s both;
}

@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-13 {
  -webkit-animation: animate-svg-fill-13 0.7s cubic-bezier(1, 0, 0, 1) 2s both;
  animation: animate-svg-fill-13 0.7s cubic-bezier(1, 0, 0, 1) 2s both;
}

@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-14 {
  -webkit-animation: animate-svg-fill-14 0.7s cubic-bezier(1, 0, 0, 1) 2.1s both;
  animation: animate-svg-fill-14 0.7s cubic-bezier(1, 0, 0, 1) 2.1s both;
}

@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-15 {
  -webkit-animation: animate-svg-fill-15 0.7s cubic-bezier(1, 0, 0, 1) 2.2s both;
  animation: animate-svg-fill-15 0.7s cubic-bezier(1, 0, 0, 1) 2.2s both;
}

@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-16 {
  -webkit-animation: animate-svg-fill-16 0.7s cubic-bezier(1, 0, 0, 1) 2.3s both;
  animation: animate-svg-fill-16 0.7s cubic-bezier(1, 0, 0, 1) 2.3s both;
}

@-webkit-keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-17 {
  -webkit-animation: animate-svg-fill-17 0.7s cubic-bezier(1, 0, 0, 1) 2.4s both;
  animation: animate-svg-fill-17 0.7s cubic-bezier(1, 0, 0, 1) 2.4s both;
}

@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-18 {
  -webkit-animation: animate-svg-fill-18 0.7s cubic-bezier(1, 0, 0, 1) 2.5s both;
  animation: animate-svg-fill-18 0.7s cubic-bezier(1, 0, 0, 1) 2.5s both;
}

@-webkit-keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-19 {
  -webkit-animation: animate-svg-fill-19 0.7s cubic-bezier(1, 0, 0, 1) 2.6s both;
  animation: animate-svg-fill-19 0.7s cubic-bezier(1, 0, 0, 1) 2.6s both;
}

@-webkit-keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-20 {
  -webkit-animation: animate-svg-fill-20 0.7s cubic-bezier(1, 0, 0, 1) 2.7s both;
  animation: animate-svg-fill-20 0.7s cubic-bezier(1, 0, 0, 1) 2.7s both;
}

@-webkit-keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-21 {
  -webkit-animation: animate-svg-fill-21 0.7s cubic-bezier(1, 0, 0, 1) 2.8s both;
  animation: animate-svg-fill-21 0.7s cubic-bezier(1, 0, 0, 1) 2.8s both;
}

@-webkit-keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-22 {
  -webkit-animation: animate-svg-fill-22 0.7s cubic-bezier(1, 0, 0, 1) 2.9s both;
  animation: animate-svg-fill-22 0.7s cubic-bezier(1, 0, 0, 1) 2.9s both;
}

@-webkit-keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-23 {
  -webkit-animation: animate-svg-fill-23 0.7s cubic-bezier(1, 0, 0, 1) 3s both;
  animation: animate-svg-fill-23 0.7s cubic-bezier(1, 0, 0, 1) 3s both;
}

@-webkit-keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-24 {
  -webkit-animation: animate-svg-fill-24 0.7s cubic-bezier(1, 0, 0, 1) 3.1s both;
  animation: animate-svg-fill-24 0.7s cubic-bezier(1, 0, 0, 1) 3.1s both;
}

@-webkit-keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-25 {
  -webkit-animation: animate-svg-fill-25 0.7s cubic-bezier(1, 0, 0, 1) 3.2s both;
  animation: animate-svg-fill-25 0.7s cubic-bezier(1, 0, 0, 1) 3.2s both;
}

@-webkit-keyframes animate-svg-fill-26 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-26 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-26 {
  -webkit-animation: animate-svg-fill-26 0.7s cubic-bezier(1, 0, 0, 1) 3.3s both;
  animation: animate-svg-fill-26 0.7s cubic-bezier(1, 0, 0, 1) 3.3s both;
}

@-webkit-keyframes animate-svg-fill-27 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-27 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-27 {
  -webkit-animation: animate-svg-fill-27 0.7s cubic-bezier(1, 0, 0, 1) 3.4s both;
  animation: animate-svg-fill-27 0.7s cubic-bezier(1, 0, 0, 1) 3.4s both;
}

@-webkit-keyframes animate-svg-fill-28 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-28 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-28 {
  -webkit-animation: animate-svg-fill-28 0.7s cubic-bezier(1, 0, 0, 1) 3.5s both;
  animation: animate-svg-fill-28 0.7s cubic-bezier(1, 0, 0, 1) 3.5s both;
}

@-webkit-keyframes animate-svg-fill-29 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-29 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-29 {
  -webkit-animation: animate-svg-fill-29 0.7s cubic-bezier(1, 0, 0, 1) 3.6s both;
  animation: animate-svg-fill-29 0.7s cubic-bezier(1, 0, 0, 1) 3.6s both;
}

@-webkit-keyframes animate-svg-fill-30 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-30 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-30 {
  -webkit-animation: animate-svg-fill-30 0.7s cubic-bezier(1, 0, 0, 1) 3.7s both;
  animation: animate-svg-fill-30 0.7s cubic-bezier(1, 0, 0, 1) 3.7s both;
}

@-webkit-keyframes animate-svg-fill-31 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-31 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-31 {
  -webkit-animation: animate-svg-fill-31 0.7s cubic-bezier(1, 0, 0, 1) 3.8s both;
  animation: animate-svg-fill-31 0.7s cubic-bezier(1, 0, 0, 1) 3.8s both;
}

@-webkit-keyframes animate-svg-fill-32 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-32 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-32 {
  -webkit-animation: animate-svg-fill-32 0.7s cubic-bezier(1, 0, 0, 1) 3.9s both;
  animation: animate-svg-fill-32 0.7s cubic-bezier(1, 0, 0, 1) 3.9s both;
}

@-webkit-keyframes animate-svg-fill-33 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-33 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-33 {
  -webkit-animation: animate-svg-fill-33 0.7s cubic-bezier(1, 0, 0, 1) 4s both;
  animation: animate-svg-fill-33 0.7s cubic-bezier(1, 0, 0, 1) 4s both;
}

@-webkit-keyframes animate-svg-fill-34 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

@keyframes animate-svg-fill-34 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #632800;
  }
}

.svg-elem-34 {
  -webkit-animation: animate-svg-fill-34 0.7s cubic-bezier(1, 0, 0, 1) 4.1s both;
  animation: animate-svg-fill-34 0.7s cubic-bezier(1, 0, 0, 1) 4.1s both;
}
/*# sourceMappingURL=style.css.map */