* {
  padding: 0;
  margin: 0;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  min-height: 100vh;
  max-width: 100vw;
}

header {
  margin-bottom: 40px;
}

section {
  padding: 24px;
  padding-right: 0px;
  margin-bottom: 128px;
}
section h3 {
  margin-bottom: 24px;
}

article {
  margin-bottom: 40px;
}
article div {
  display: flex;
  align-content: flex-start;
  width: 100%;
  gap: 40px;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  margin-bottom: 24px;
}
article div::-webkit-scrollbar {
  display: none;
}

figure {
  height: 600px;
  scroll-snap-align: start;
}
figure:last-of-type {
  padding-right: 24px;
}
figure svg {
  height: calc(100% - 4px);
  width: auto;
}
figure.small {
  height: 200px;
}
figure.extraSmall {
  height: 100px;
}/*# sourceMappingURL=deviceLoader.css.map */