* {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-rendering: geometricPrecision;
  appearance: none;
  border: 0;
  outline: none;
  box-sizing: border-box;
  transition: opacity 0.25s, background-color 0.25s, color 0.25s, transform 0.25s;
}
@media (max-width: 800px) {
  * {
    font-size: 16px;
  }
}

html, body {
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
  background-color: #FFF5E5;
  background-image: linear-gradient(127.76deg, #FFF5E5 12.21%, #C5E9EB 92.64%);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
html > div, body > div {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(217.76deg, rgba(255, 245, 229, 0.75) 12.21%, rgba(197, 233, 235, 0.75) 92.64%);
}
html main, body main {
  position: relative;
  display: flex;
  align-items: center;
}
html main div, body main div {
  display: flex;
  align-items: center;
  padding: 45px;
  gap: 20px;
}
html main div:first-child, body main div:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
html main div:first-child svg, body main div:first-child svg {
  width: auto;
}
html main div:first-child svg:first-child, body main div:first-child svg:first-child {
  height: 24px;
}
html main div:first-child svg:last-child, body main div:first-child svg:last-child {
  height: 18px;
}
@media (orientation: portrait) {
  html main, body main {
    flex-direction: column;
  }
  html main div:first-child, body main div:first-child {
    flex-direction: column;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    gap: 30px;
  }
}

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