@font-face {
  font-family: 'SoDo Sans';
  src: url('./SoDoSans-Regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'SoDo Sans';
  src: url('./SoDoSans-Bold.woff') format('woff');
  font-weight: 700;
}

html {
  box-sizing: border-box;
  font-size: 10px;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: 'SoDo Sans';
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.87);
}

button:focus-visible,
a:focus-visible {
  box-shadow: 0 0 0 5px #ffffff;
  outline-offset: 2px;
  outline-width: 2px;
  outline-color: #00754a;
  outline-style: solid;
  border-radius: 2px;
}

h1,
h2 {
  margin: 0;
  font-weight: 400;
}

button {
  font-family: 'SoDo Sans';
  background: transparent;
  border: 0;
}

a {
  text-decoration: none;
  display: inline-block;
}

.flex {
  display: flex;
}

.position-absolute {
  position: absolute;
}

.text-bold {
  font-weight: 700;
}

.text-sm {
  font-size: 1.6rem;
}

.text-md {
  font-size: 1.9rem;
}

.text-lg {
  font-size: 2.4rem;
}

.main {
  margin: 24px auto;
  padding: 16px;
  box-sizing: content-box;
  max-width: 720px;
}

.navBar {
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.1),
    0 2px 2px rgba(0, 0, 0, 0.06),
    0 0 2px rgba(0, 0, 0, 0.07);
}

.sirenLogoAnchor {
  margin: 16px;
}

.sirenLogoImage {
  width: 40px;
  height: 40px;
}

.spillAndCupContainer {
  display: flex;
  flex-direction: column-reverse;
  z-index: 0;
  max-width: 420px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.spillWrapper {
  position: relative;
  min-height: 140px;
  min-width: 280px;
}

.z2 {
  z-index: 2;
}

.cup {
  fill: none;
  margin-left: 140px;
  margin-bottom: -70px;
  z-index: 3;
  max-height: 230px;
}

.hiddenContent {
  transform: translate(50px, 70px);
  z-index: 1;
  color: black;
}

.guidance {
  margin-top: 48px;
}

.guidanceHeading {
  margin-bottom: 16px;
}

.guidanceList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.guidanceLink {
  margin-bottom: 16px;
  color: #00754a;
}

@media (min-width: 480px) {
  .cup {
    margin-bottom: -75px;
  }
}

@media (min-width: 768px) {
  .sirenLogoImage {
    width: 51px;
    height: 51px;
  }

  .sirenLogoAnchor {
    margin: 24px 40px;
  }

  .spillWrapper {
    min-height: 196px;
    min-width: 390px;
  }

  .cup {
    margin-left: 240px;
    margin-bottom: -100px;
  }

  .hiddenContent {
    transform: translate(50px, 100px);
  }

  .main {
    padding: 16px 24px;
  }

  .text-sm {
    font-size: 1.9rem;
  }

  .text-md {
    font-size: 2.4rem;
  }

  .text-lg {
    font-size: 2.8rem;
  }
}

@media (min-width: 1024px) {
  .main {
    padding: 16px 40px;
  }

  .container {
    display: flex;
    justify-content: space-between;
  }

  .spillAndCupContainer {
    width: calc(100% * (8 / 12));
  }

  .guidance {
    width: calc(100% * (4 / 12));
    margin-left: 40px;
    margin-top: 0;
  }
}
