.elementor-286 .elementor-element.elementor-element-6ad1423{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1bf097f */body {
  font-family: "Space Grotesk", sans-serif;
  background-color: #16181b;
}


/* Custom */

h1 {
    margin-bottom: -0.1rem;
  color: #dbd56e;
  background: -webkit-linear-gradient(25deg, #eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1rem;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  border-right: 0px solid;
  animation: type 1.7s steps(90) 1.5s 1 normal both, cursor 1s step-end infinite;
  position: relative;
}

@keyframes type {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes cursor {
  50% {
    border-color: transparent;
  }
}/* End custom CSS */