@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap");
html body > header {
  width: 104rem;
  max-width: 92vw;
  position: relative;
  justify-content: center;
  display: flex;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-drag: none;
  -moz-user-drag: none;
  -khtml-user-drag: none;
  -ms-user-drag: none;
  -webkit-user-drag: none;
  -o-user-drag: none;
}
@media (max-width: 1100px) {
  html body > header {
    padding-bottom: 6rem;
    position: absolute;
  }
}
@media (max-width: 769px) {
  html body > header {
    max-width: 90vw;
  }
}
html body > header #hamburger {
  position: fixed;
  left: 1.5rem;
  right: 1.5rem;
  top: 1.5rem;
  gap: 0.5rem;
  flex-direction: column;
  pointer-events: none;
  display: none;
}
@media (max-width: 1100px) {
  html body > header #hamburger {
    left: 1rem;
    right: 1rem;
    top: 2.4vw;
  }
}
@media (max-width: 1100px) {
  html body > header #hamburger {
    left: 2vw;
    right: 4vw;
    display: flex;
  }
}
html body > header #hamburger #navtoggle {
  pointer-events: auto;
  position: relative;
  left: 0.5rem;
  height: 3rem;
  width: 3rem;
  display: flex;
  cursor: pointer !important;
  background-color: #00ACA2;
  border-radius: 50%;
  padding: 0.4rem;
}
html body > header #hamburger #navtoggle svg [stroke], html body > header #hamburger #navtoggle svg * [stroke] {
  stroke-width: 7rem;
  stroke: #ffffff;
}
html body > header #hamburger #navtoggle.logo img {
  position: relative;
  height: 3.5rem;
  width: 3.5rem;
}
html body > header #hamburger > .items {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media (max-width: 769px) {
  html body > header #hamburger > .items {
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}
html body > header #hamburger > .items .item {
  display: inline-flex;
  align-self: flex-start;
  position: relative;
  opacity: 0;
  pointer-events: none;
  top: -1rem;
  left: 0rem;
  right: unset;
  transform: yScale(0.8);
}
html body > header #hamburger > .items .item:nth-child(1) {
  transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.03s;
  -moz-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.03s;
  -khtml-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.03s;
  -ms-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.03s;
  -webkit-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.03s;
  -o-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.03s;
}
html body > header #hamburger > .items .item:nth-child(2) {
  transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.06s;
  -moz-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.06s;
  -khtml-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.06s;
  -ms-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.06s;
  -webkit-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.06s;
  -o-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.06s;
}
html body > header #hamburger > .items .item:nth-child(3) {
  transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.09s;
  -moz-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.09s;
  -khtml-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.09s;
  -ms-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.09s;
  -webkit-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.09s;
  -o-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.09s;
}
html body > header #hamburger > .items .item:nth-child(4) {
  transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.12s;
  -moz-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.12s;
  -khtml-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.12s;
  -ms-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.12s;
  -webkit-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.12s;
  -o-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.12s;
}
html body > header #hamburger > .items .item:nth-child(5) {
  transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.15s;
  -moz-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.15s;
  -khtml-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.15s;
  -ms-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.15s;
  -webkit-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.15s;
  -o-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.15s;
}
html body > header #hamburger > .items .item:nth-child(6) {
  transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.18s;
  -moz-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.18s;
  -khtml-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.18s;
  -ms-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.18s;
  -webkit-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.18s;
  -o-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.18s;
}
html body > header #hamburger > .items .item:nth-child(7) {
  transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.21s;
  -moz-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.21s;
  -khtml-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.21s;
  -ms-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.21s;
  -webkit-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.21s;
  -o-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.21s;
}
html body > header #hamburger > .items .item:nth-child(8) {
  transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.24s;
  -moz-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.24s;
  -khtml-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.24s;
  -ms-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.24s;
  -webkit-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.24s;
  -o-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.24s;
}
html body > header #hamburger > .items .item:nth-child(9) {
  transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.27s;
  -moz-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.27s;
  -khtml-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.27s;
  -ms-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.27s;
  -webkit-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.27s;
  -o-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.27s;
}
html body > header #hamburger > .items .item:nth-child(10) {
  transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.3s;
  -moz-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.3s;
  -khtml-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.3s;
  -ms-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.3s;
  -webkit-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.3s;
  -o-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.3s;
}
html body > header #hamburger > .items .item:nth-child(11) {
  transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.33s;
  -moz-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.33s;
  -khtml-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.33s;
  -ms-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.33s;
  -webkit-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.33s;
  -o-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.33s;
}
html body > header #hamburger > .items .item:nth-child(12) {
  transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.36s;
  -moz-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.36s;
  -khtml-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.36s;
  -ms-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.36s;
  -webkit-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.36s;
  -o-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.36s;
}
html body > header #hamburger > .items .item:nth-child(13) {
  transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.39s;
  -moz-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.39s;
  -khtml-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.39s;
  -ms-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.39s;
  -webkit-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.39s;
  -o-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.39s;
}
html body > header #hamburger > .items .item:nth-child(14) {
  transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.42s;
  -moz-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.42s;
  -khtml-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.42s;
  -ms-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.42s;
  -webkit-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.42s;
  -o-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.42s;
}
html body > header #hamburger > .items .item:nth-child(15) {
  transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.45s;
  -moz-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.45s;
  -khtml-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.45s;
  -ms-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.45s;
  -webkit-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.45s;
  -o-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.45s;
}
html body > header #hamburger > .items .item:nth-child(16) {
  transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.48s;
  -moz-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.48s;
  -khtml-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.48s;
  -ms-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.48s;
  -webkit-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.48s;
  -o-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.48s;
}
html body > header #hamburger > .items .item:nth-child(17) {
  transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.51s;
  -moz-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.51s;
  -khtml-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.51s;
  -ms-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.51s;
  -webkit-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.51s;
  -o-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.51s;
}
html body > header #hamburger > .items .item:nth-child(18) {
  transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.54s;
  -moz-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.54s;
  -khtml-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.54s;
  -ms-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.54s;
  -webkit-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.54s;
  -o-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.54s;
}
html body > header #hamburger > .items .item:nth-child(19) {
  transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.57s;
  -moz-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.57s;
  -khtml-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.57s;
  -ms-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.57s;
  -webkit-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.57s;
  -o-transition: all 0.5s cubic-bezier(0.56, 0, 0.08, 1.01) 0.57s;
}
html body > header #hamburger > .items .item a {
  display: flex;
  align-items: center;
  color: #002a19;
  font-family: "Space Grotesk", serif;
  font-size: 3rem;
  padding: 0em;
  opacity: 0;
  letter-spacing: 0;
  line-height: 0.7em;
  transition: all .3s;
  -moz-transition: all .3s;
  -khtml-transition: all .3s;
  -ms-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -khtml-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -ms-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -o-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
}
html body > header #hamburger > .items .item a[href="/"] {
  width: 2.1rem;
}
html body > header #hamburger > .items .item a svg {
  height: 2rem;
  width: 2rem;
}
html body > header #hamburger > .items .item a svg, html body > header #hamburger > .items .item a svg * {
  fill: #ffffff;
}
html body > header #hamburger > .items .item a, html body > header #hamburger > .items .item a * {
  color: #ffffff;
  text-decoration: none;
}
html body > header #hamburger > .items .item.active a {
  color: #004F45;
  opacity: 0;
}
html body > header #hamburger::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00ACA2;
  opacity: 0;
  z-index: -1;
  transition: all ease .4s;
  -moz-transition: all ease .4s;
  -khtml-transition: all ease .4s;
  -ms-transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -o-transition: all ease .4s;
}
html body > header #hamburger.open .items {
  position: relative;
}
html body > header #hamburger.open .items .item {
  top: 0rem;
  left: 2rem;
  right: unset;
  opacity: 1;
  pointer-events: auto;
  transform: yScale(1);
}
html body > header #hamburger.open .items .item a {
  opacity: 1;
  line-height: 1.3em;
}
html body > header #hamburger.open .items .item.active a {
  opacity: 1;
  pointer-events: none;
}
html body > header #hamburger.open::after {
  opacity: 0.9;
  pointer-events: all;
}
html body > header #hamburger.right {
  align-items: flex-end;
}
@media (max-width: 769px) {
  html body > header #hamburger.right #navtoggle {
    transform-origin: 100% 0;
  }
}
@media (max-width: 769px) {
  html body > header #hamburger.right > .items {
    transform-origin: 100% 0;
  }
}
html body > header #hamburger.right > .items .item {
  align-self: flex-end;
  left: unset;
  right: 0rem;
}
html body > header #hamburger.right.open .items .item {
  left: unset;
  right: 2rem;
}
html body > header #sitetitle {
  position: absolute;
  top: 3.1rem;
  left: 0;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  align-items: flex-start;
}
@media (max-width: 1100px) {
  html body > header #sitetitle {
    top: calc(2vw + 0.5rem);
  }
}
html body > header #sitetitle a.title {
  font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  color: #ffffff;
  transition: all .2s;
  -moz-transition: all .2s;
  -khtml-transition: all .2s;
  -ms-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
}
html body > header #sitetitle a.title span {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1em;
}
@media (max-width: 769px) {
  html body > header #sitetitle a.title span {
    font-size: 1.8rem;
    line-height: 1.1em;
  }
}
html body > header #sitetitle a.title span + span {
  color: #004F45;
}
@media (max-width: 1100px) {
  html body > header #sitetitle a.title {
    font-size: 1.8rem;
  }
}
@media (max-width: 769px) {
  html body > header #sitetitle a.title {
    font-size: 1.6rem;
  }
}
html body > header #sitetitle .subtitle, html body > header #sitetitle .subtitle * {
  color: #002a19;
  font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  line-height: 1em;
}
html body > header #sitetitle .subtitle a {
  color: #00ACA2;
  font-weight: 500;
}
html body > header #sitetitle .subtitle a:hover {
  color: rgba(0, 172, 162, 0.9);
}
html body > header nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 3.1rem;
  right: 0;
  height: 2.4rem;
}
@media (max-width: 1100px) {
  html body > header nav {
    display: none;
  }
}
html body > header nav .items {
  display: flex;
  flex-direction: row;
  gap: 4vw;
}
@media (max-width: 769px) {
  html body > header nav .items {
    gap: 1rem;
  }
}
html body > header nav .items .item {
  display: flex;
}
html body > header nav .items .item a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: rgba(0, 79, 69, 0);
  text-decoration-thickness: 0.14em;
  text-underline-offset: 0.4em;
  transition: all .2s;
  -moz-transition: all .2s;
  -khtml-transition: all .2s;
  -ms-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
}
html body > header nav .items .item a svg {
  height: 1.2rem;
  width: 1.2rem;
}
html body > header nav .items .item a svg, html body > header nav .items .item a svg * {
  fill: #004F45;
}
html body > header nav .items .item a:hover {
  color: #ffffff;
  text-decoration-color: #004F45;
  text-underline-offset: 0.5em;
}
html body > header nav .items .item a.button {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
html body > header nav .items .item a.button:hover {
  background-color: #002a19;
  border-color: #002a19;
  color: #ffffff;
}
html body > header nav .items .item.active a {
  color: #ffffff;
  text-decoration-color: rgba(255, 255, 255, 0.5);
  text-underline-offset: 0.5em;
}
html body > header nav .items .item.active a:hover {
  text-decoration-color: #ffffff;
}
html body:not([data-page=home]) header {
  margin-bottom: 4rem;
}
html body > footer {
  display: flex;
  flex-direction: column;
  margin-top: 6rem;
  justify-content: center;
  align-items: center;
  width: 104rem;
  max-width: 92vw;
  position: relative;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-drag: none;
  -moz-user-drag: none;
  -khtml-user-drag: none;
  -ms-user-drag: none;
  -webkit-user-drag: none;
  -o-user-drag: none;
}
@media (max-width: 769px) {
  html body > footer {
    padding-bottom: 5vw;
  }
}
html body > footer::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 172, 162, 0.1);
  width: 100vw;
  align-self: center;
  left: auto;
  bottom: 0;
  top: -2rem;
  right: auto;
  pointer-events: none;
}
html body > footer nav {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
  justify-content: space-between;
  width: 100%;
  padding-bottom: calc(4rem + 4vw);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
@media (max-width: 769px) {
  html body > footer nav {
    margin-top: 5vw;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
html body > footer nav > * {
  width: 25%;
}
@media (max-width: 769px) {
  html body > footer nav > * {
    width: 100%;
  }
}
html body > footer nav, html body > footer nav * {
  font-size: 1.1rem;
  line-height: 1.8em;
}
@media (max-width: 1100px) {
  html body > footer nav, html body > footer nav * {
    font-size: 1rem;
  }
}
html body > footer nav .logo, html body > footer nav .logo * {
  line-height: 1em;
}
html body > footer nav .logo span {
  font-weight: 600;
  font-size: 1.8rem;
}
html body > footer nav .logo span + span {
  color: #00ACA2;
}
html body > footer nav .items {
  display: block;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  -moz-column-count: 2;
       column-count: 2;
  width: 50%;
}
@media (max-width: 769px) {
  html body > footer nav .items {
    -moz-column-count: 1;
         column-count: 1;
  }
}
html body > footer nav .items .item a {
  text-decoration: underline;
  text-decoration-color: rgba(0, 172, 162, 0);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.3em;
  transition: all .2s;
  -moz-transition: all .2s;
  -khtml-transition: all .2s;
  -ms-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
}
html body > footer nav .items .item a:hover {
  text-decoration-color: #00aca2;
}
html body > footer .end {
  display: flex;
  padding-bottom: calc(1rem + 1vw);
  width: 100%;
  gap: calc(1rem + 1vw);
}
@media (max-width: 769px) {
  html body > footer .end {
    flex-direction: column-reverse;
    align-items: center;
  }
}
html body > footer .end .items {
  display: flex;
  flex-direction: row;
  gap: calc(1rem + 1vw);
}
@media (max-width: 769px) {
  html body > footer .end .items {
    flex-direction: column;
    align-items: center;
    gap: unset;
  }
}
html body > footer .end .items .item, html body > footer .end .items .item * {
  font-size: 0.8rem;
}
html body:not([data-page=home]) header {
  height: 9rem;
}
html body:not([data-page=home]) header::after {
  content: "";
  width: 100vw;
  height: 9rem;
  position: absolute;
  z-index: -1;
}
html body:not([data-page=home]) header #sitetitle a.title span {
  color: #004F45;
}
html body:not([data-page=home]) header #sitetitle a.title span + span {
  color: #00ACA2;
}
html body:not([data-page=home]) header nav .items .item a {
  color: #004F45;
  text-decoration-color: rgba(0, 79, 69, 0);
}
html body:not([data-page=home]) header nav .items .item a:hover {
  color: #004F45;
  text-decoration-color: #00ACA2;
}
html body:not([data-page=home]) header nav .items .item a.button {
  border-color: #00ACA2;
}
html body:not([data-page=home]) header nav .items .item a.button:hover {
  color: #ffffff;
  border-color: #002a19;
}
html body:not([data-page=home]) header nav .items .item.active a {
  color: #00ACA2;
}
form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 40rem;
  gap: 2rem;
  margin-top: 2rem;
  align-self: center;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-drag: none;
  -moz-user-drag: none;
  -khtml-user-drag: none;
  -ms-user-drag: none;
  -webkit-user-drag: none;
  -o-user-drag: none;
}
@media (max-width: 769px) {
  form {
    margin-top: 3rem;
  }
}
form > section {
  display: flex;
  flex-direction: column;
  pointer-events: none;
  opacity: 0.3;
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -khtml-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -khtml-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -ms-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -o-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
}
form > section .body {
  opacity: 0;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-bottom: 3rem;
  max-height: 0rem;
  display: flex;
  flex-direction: column;
  transition: max-height 1s;
  -moz-transition: max-height 1s;
  -khtml-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -khtml-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -ms-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -o-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
}
@media (max-width: 769px) {
  form > section .body {
    padding-left: 0;
    padding-right: 0;
  }
}
form > section.valid, form > section.valid + section, form > section:nth-of-type(1), form > section:nth-of-type(1) + section {
  pointer-events: unset;
  opacity: 1;
}
form > section.valid .body, form > section.valid + section .body, form > section:nth-of-type(1) .body, form > section:nth-of-type(1) + section .body {
  opacity: 1;
  max-height: 40rem;
}
form > section.valid .step .number, form > section:nth-of-type(1) .step .number {
  background-color: #00ACA2;
}
form h2 {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2.6rem;
  color: #00ACA2;
  text-align: left;
  -webkit-text-fill-color: rgba(0, 172, 162, 0.9);
}
@media (max-width: 769px) {
  form h2 {
    font-size: 1.8rem;
  }
}
form .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
form .row.formblock {
  color: #00ACA2;
  gap: 0.6rem;
}
form .row.formblock.valid {
  background-color: rgba(0, 172, 162, 0.14);
  color: #00ACA2;
}
@media (max-width: 769px) {
  form .inputsocials {
    flex-direction: column;
  }
}
form .inputsocials > div {
  width: 50%;
}
@media (max-width: 769px) {
  form .inputsocials > div {
    width: unset;
  }
}
form a.button, form [type=submit], form button {
  font-family: "Space Grotesk", serif;
}
form a.button[disabled], form [type=submit][disabled], form button[disabled] {
  border: 0.2em solid rgba(0, 42, 25, 0.1);
  padding: 0.5em 1em 0.5em 1em;
  border-color: transparent;
  background-color: rgba(0, 172, 162, 0.2);
}
form input[type=text], form input[type=email], form input[type=password], form textarea {
  background-color: rgba(0, 42, 25, 0.07);
  color: #002a19;
  font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  border: none;
  padding: 0.7em 0.7em 0.7em 1em;
  width: 100%;
  border-radius: 0.6rem;
  cursor: auto !important;
  -webkit-touch-callout: auto;
  outline: none;
  transition: all .2s;
  -moz-transition: all .2s;
  -khtml-transition: all .2s;
  -ms-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
}
form input[type=text]:focus, form input[type=text]:hover, form input[type=email]:focus, form input[type=email]:hover, form input[type=password]:focus, form input[type=password]:hover, form textarea:focus, form textarea:hover {
  background-color: rgba(0, 42, 25, 0.05);
}
form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder, form textarea::-moz-placeholder {
  color: rgba(0, 42, 25, 0.3);
}
form input[type=text]::placeholder, form input[type=email]::placeholder, form input[type=password]::placeholder, form textarea::placeholder {
  color: rgba(0, 42, 25, 0.3);
}
form input[type=text][required], form input[type=email][required], form input[type=password][required], form textarea[required] {
  background-color: rgba(0, 172, 162, 0.14);
  color: #00ACA2;
}
form input[type=text][required]:focus, form input[type=text][required]:hover, form input[type=email][required]:focus, form input[type=email][required]:hover, form input[type=password][required]:focus, form input[type=password][required]:hover, form textarea[required]:focus, form textarea[required]:hover {
  background-color: rgba(0, 172, 162, 0.05);
}
form input[type=text][required]::-moz-placeholder, form input[type=email][required]::-moz-placeholder, form input[type=password][required]::-moz-placeholder, form textarea[required]::-moz-placeholder {
  color: rgba(0, 172, 162, 0.5);
}
form input[type=text][required]::placeholder, form input[type=email][required]::placeholder, form input[type=password][required]::placeholder, form textarea[required]::placeholder {
  color: rgba(0, 172, 162, 0.5);
}
form input[type=text].valid, form input[type=email].valid, form input[type=password].valid, form textarea.valid {
  background-color: rgba(0, 172, 162, 0.14);
  color: #00ACA2;
}
form input[type=text].valid:focus, form input[type=text].valid:hover, form input[type=email].valid:focus, form input[type=email].valid:hover, form input[type=password].valid:focus, form input[type=password].valid:hover, form textarea.valid:focus, form textarea.valid:hover {
  background-color: rgba(0, 172, 162, 0.1);
}
form input[type=text][disabled], form input[type=email][disabled], form input[type=password][disabled], form textarea[disabled] {
  color: rgb(92, 125, 123) !important;
  pointer-events: none;
  transition: all 0s;
  -moz-transition: all 0s;
  -khtml-transition: all 0s;
  -ms-transition: all 0s;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
}
form input[type=text].required, form input[type=text][required], form input[type=email].required, form input[type=email][required], form input[type=password].required, form input[type=password][required], form textarea.required, form textarea[required] {
  box-shadow: 3px 0 0 #00ACA2 inset;
}
form input[type=text].required.valid, form input[type=text][required].valid, form input[type=email].required.valid, form input[type=email][required].valid, form input[type=password].required.valid, form input[type=password][required].valid, form textarea.required.valid, form textarea[required].valid {
  box-shadow: 3px 0 0 #002a19 inset;
}
form textarea {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  min-height: 20rem;
  max-height: 20rem;
  height: 20rem;
}
form label:not(input + label) {
  color: #002a19;
  font-family: "Space Grotesk", serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
}
form label a {
  color: inherit;
  text-decoration: underline;
}
form input[type=checkbox]:not(old),
form input[type=radio]:not(old) {
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  margin-top: 0.25rem;
  margin-right: 1rem;
  position: relative;
  display: block;
  cursor: pointer;
  zoom: 0.01;
  -webkit-appearance: none;
}
form input[type=checkbox]:not(old)::before,
form input[type=radio]:not(old)::before {
  content: "";
  zoom: 100;
  position: absolute;
  color: #ffffff;
  border: 0.2rem solid #002a19;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
  justify-self: center;
  align-self: center;
  background-color: #ffffff;
  cursor: pointer !important;
  transition: all .2s;
  -moz-transition: all .2s;
  -khtml-transition: all .2s;
  -ms-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
}
form input[type=checkbox]:not(old):hover::before,
form input[type=radio]:not(old):hover::before {
  box-shadow: 0px 0px 0px 2px #002a19 inset, 0px 0px 0px .8rem #ffffff inset;
  -moz-box-shadow: 0px 0px 0px 2px #002a19 inset, 0px 0px 0px .8rem #ffffff inset;
  -khtml-box-shadow: 0px 0px 0px 2px #002a19 inset, 0px 0px 0px .8rem #ffffff inset;
  -ms-box-shadow: 0px 0px 0px 2px #002a19 inset, 0px 0px 0px .8rem #ffffff inset;
  -webkit-box-shadow: 0px 0px 0px 2px #002a19 inset, 0px 0px 0px .8rem #ffffff inset;
  -o-box-shadow: 0px 0px 0px 2px #002a19 inset, 0px 0px 0px .8rem #ffffff inset;
}
form input[type=checkbox]:not(old) + label,
form input[type=radio]:not(old) + label {
  cursor: pointer;
}
form input[type=checkbox]:not(old) {
  margin-left: 0.4rem;
}
form input[type=checkbox]:not(old):checked::before {
  background-color: #002a19;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.652 7.807"><polyline points="1.3 3.608 4.199 6.507 9.352 1.3" fill="none" stroke="%23ffffff" stroke-width="1.8"/></svg>');
  box-shadow: 0px 0px 0px 1px #002a19 inset;
  -moz-box-shadow: 0px 0px 0px 1px #002a19 inset;
  -khtml-box-shadow: 0px 0px 0px 1px #002a19 inset;
  -ms-box-shadow: 0px 0px 0px 1px #002a19 inset;
  -webkit-box-shadow: 0px 0px 0px 1px #002a19 inset;
  -o-box-shadow: 0px 0px 0px 1px #002a19 inset;
}
form input[type=radio]:not(old)::before {
  border-radius: 50%;
}
form input[type=radio]:not(old):checked::before {
  background-color: #00aca2;
  box-shadow: 0px 0px 0px 2px #00aca2 inset, 0px 0px 0px .4rem #ffffff inset;
  -moz-box-shadow: 0px 0px 0px 2px #00aca2 inset, 0px 0px 0px .4rem #ffffff inset;
  -khtml-box-shadow: 0px 0px 0px 2px #00aca2 inset, 0px 0px 0px .4rem #ffffff inset;
  -ms-box-shadow: 0px 0px 0px 2px #00aca2 inset, 0px 0px 0px .4rem #ffffff inset;
  -webkit-box-shadow: 0px 0px 0px 2px #00aca2 inset, 0px 0px 0px .4rem #ffffff inset;
  -o-box-shadow: 0px 0px 0px 2px #00aca2 inset, 0px 0px 0px .4rem #ffffff inset;
}

.response {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 20rem;
}
.response.hidden {
  min-height: unset;
  opacity: 0;
}

[data-page=contact] main > section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

html, body {
  font-size: 14px;
  font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  color: #002a19;
}

* {
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6em;
  cursor: default;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 42, 25, 0);
  outline: none;
}
@media (max-width: 1100px) {
  * {
    font-size: 1.2rem;
  }
}

a, a *, button, button * {
  cursor: pointer;
  letter-spacing: 0.022em;
}

a {
  color: #002a19;
  text-decoration: none;
}

a.button, [type=submit], button {
  border: 0.2em solid #00ACA2;
  text-decoration: none !important;
  background-color: #00ACA2;
  padding: 0.5em 1em 0.5em 1em;
  color: #ffffff;
  align-self: center;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: all .2s;
  -moz-transition: all .2s;
  -khtml-transition: all .2s;
  -ms-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
}
a.button[disabled], [type=submit][disabled], button[disabled] {
  color: rgba(0, 42, 25, 0.2);
  border: 0.12em solid rgba(0, 42, 25, 0.1);
  cursor: default;
  pointer-events: none;
}
a.button:not([disabled]):hover, [type=submit]:not([disabled]):hover, button:not([disabled]):hover {
  border-color: #002a19;
  background-color: #002a19;
  color: #ffffff;
}
a.button.ghost, [type=submit].ghost, button.ghost {
  background-color: transparent;
  color: #00ACA2;
}
a.button.invert, [type=submit].invert, button.invert {
  border-color: rgba(255, 255, 255, 0.6);
  background-color: #ffffff;
  color: #00ACA2;
}
a.button.invert:not([disabled]):hover, [type=submit].invert:not([disabled]):hover, button.invert:not([disabled]):hover {
  border-color: #002a19;
}
a.button.invert.ghost, [type=submit].invert.ghost, button.invert.ghost {
  color: #ffffff;
  background-color: transparent;
}
a.button.invert.ghost:not([disabled]):hover, [type=submit].invert.ghost:not([disabled]):hover, button.invert.ghost:not([disabled]):hover {
  border-color: #002a19;
  background-color: #002a19;
  color: #ffffff;
}

h1, h2 {
  font-size: 6rem;
  font-family: "Space Grotesk", serif;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -0.03em;
  margin: 0;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 1.8rem;
  padding-bottom: 4rem;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-drag: none;
  -moz-user-drag: none;
  -khtml-user-drag: none;
  -ms-user-drag: none;
  -webkit-user-drag: none;
  -o-user-drag: none;
}
@media (max-width: 1200px) {
  h1, h2 {
    font-size: 4rem;
  }
}
@media (max-width: 1100px) {
  h1, h2 {
    font-size: 4rem;
  }
}
@media (max-width: 769px) {
  h1, h2 {
    font-size: 3rem;
  }
}

h2 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  font-size: 3.6rem;
  color: #002a19;
  text-align: left;
}
@media (max-width: 1100px) {
  h2 {
    font-size: 2.4rem;
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 769px) {
  h2 {
    font-size: 2rem;
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
}

p.intro {
  font-size: 2.2rem;
  line-height: 1.6em;
  position: relative;
  padding-bottom: 1em;
}
@media (max-width: 1100px) {
  p.intro {
    font-size: 2rem;
  }
}
@media (max-width: 769px) {
  p.intro {
    font-size: 1.5rem;
  }
}
p a {
  color: inherit !important;
  letter-spacing: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  text-transform: inherit !important;
  font-weight: inherit !important;
  transition: all .2s;
  -moz-transition: all .2s;
  -khtml-transition: all .2s;
  -ms-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  text-decoration: underline !important;
  text-decoration-color: #00ACA2 !important;
  text-decoration-thickness: 0.12em !important;
  text-underline-offset: 0.3em !important;
}
p a:hover {
  text-decoration-color: #002a19 !important;
}
p > strong {
  font-weight: bolder;
}
p + h2 {
  padding-top: 2rem;
}
@media (max-width: 769px) {
  p + h2 {
    padding-top: 1rem;
  }
}
p + .actions {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  gap: 1em;
}
@media (max-width: 1100px) {
  p + .actions {
    margin-top: 1rem;
  }
}

html body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}
html body::before, html body::after {
  transition: all .3s;
  -moz-transition: all .3s;
  -khtml-transition: all .3s;
  -ms-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -khtml-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -ms-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -o-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  opacity: 0;
}
html body.disabletransitions, html body.disabletransitions * {
  transition: none !important;
  -moz-transition: none !important;
  -khtml-transition: none !important;
  -ms-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}
html body > main {
  display: flex;
  flex-direction: column;
  width: 72rem;
  max-width: 90vw;
  flex-grow: 1;
  padding-bottom: 6vw;
}
@media (max-width: 1100px) {
  html body > main {
    max-width: 92vw;
  }
}
html body > main.fullwidth {
  width: 100%;
  max-width: 94vw;
}
html body > main.midcenter {
  justify-content: center;
  align-items: center;
  text-align: center;
}
html body > main .socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  padding-top: 6vw;
}
html body > main .socials .social {
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999999px;
  overflow: hidden;
  transform: scale(1);
  transition: all .3s;
  -moz-transition: all .3s;
  -khtml-transition: all .3s;
  -ms-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -khtml-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -ms-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -o-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
}
@media (max-width: 769px) {
  html body > main .socials .social {
    width: 2rem;
    height: 2rem;
  }
}
html body > main .socials .social.xcom {
  background-image: url(/i/social_x.svg);
}
html body > main .socials .social.tw {
  background-image: url(/i/social_tw.svg);
}
html body > main .socials .social.ig {
  background-image: url(/i/social_ig.svg);
}
html body > main .socials .social.fb {
  background-image: url(/i/social_fb.svg);
}
html body > main .socials .social.th {
  background-image: url(/i/social_th.svg);
}
html body > main .socials .social:hover {
  transform: scale(1.1);
}
html body > main .links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding-top: 2rem;
}
@media (max-width: 769px) {
  html body > main .links {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-bottom: 2rem;
  }
}
html body > main .links a {
  font-family: "Space Grotesk", serif;
  position: relative;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-drag: none;
  -moz-user-drag: none;
  -khtml-user-drag: none;
  -ms-user-drag: none;
  -webkit-user-drag: none;
  -o-user-drag: none;
  transition: all .3s;
  -moz-transition: all .3s;
  -khtml-transition: all .3s;
  -ms-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -khtml-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -ms-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -o-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
}
html body > main .links a:hover {
  color: #00ACA2;
}
html body > main .links a:hover::after {
  top: 1em;
  height: 2em;
  opacity: 1;
}
html body > main section.cover a, html body > main section.stories a, html body > main section.cta a {
  font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: underline;
  text-decoration-color: #00ACA2;
  text-decoration-thickness: 0.16em;
  text-underline-offset: 0.4em;
}
@media (max-width: 1100px) {
  html body > main section.cover a, html body > main section.stories a, html body > main section.cta a {
    font-size: 0.8rem;
  }
}
html body > main section.cover a:hover, html body > main section.stories a:hover, html body > main section.cta a:hover {
  text-decoration-color: #002a19;
}
html body > main section.cover {
  display: flex;
  align-self: center;
  width: 100vw;
  overflow: hidden;
  color: #ffffff;
  background-color: #00ACA2;
  position: relative;
  justify-content: center;
}
html body > main section.cover article {
  display: flex;
  flex-direction: row-reverse;
  align-self: center;
  padding-top: 12rem;
  padding-bottom: 5rem;
  height: auto;
  width: 88rem;
  max-width: 90vw;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1100px) {
  html body > main section.cover article {
    padding-top: 8rem;
  }
}
@media (max-width: 769px) {
  html body > main section.cover article {
    flex-direction: column;
    padding-bottom: 2rem;
  }
}
html body > main section.cover article .body, html body > main section.cover article img {
  width: 50%;
}
@media (max-width: 769px) {
  html body > main section.cover article .body, html body > main section.cover article img {
    width: 100%;
  }
}
html body > main section.cover article .body {
  width: 40%;
}
@media (max-width: 769px) {
  html body > main section.cover article .body {
    width: 100%;
  }
}
html body > main section.cover article .body h1 {
  text-align: left;
  padding-bottom: 1rem;
}
html body > main section.cover article .coverimage {
  width: 60%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transform: scale(1.2);
}
@media (max-width: 769px) {
  html body > main section.cover article .coverimage {
    width: 100vw;
    height: 100vw;
  }
}
html body > main section.cover article .coverimage img {
  display: block;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
  width: 100%;
  left: 4%;
  margin-top: 10%;
  pointer-events: none;
}
@media (max-width: 769px) {
  html body > main section.cover article .coverimage img {
    left: 0;
    margin-top: unset;
  }
}
html body > main section.stories {
  display: flex;
  flex-direction: column;
  gap: 6em;
  padding-top: 1em;
  padding-bottom: 4em;
}
@media (max-width: 1100px) {
  html body > main section.stories {
    gap: 4vw;
    padding-top: 0em;
    padding-bottom: 2em;
  }
}
html body > main section.stories article {
  display: flex;
  flex-direction: row;
  align-self: center;
  position: relative;
}
@media (max-width: 769px) {
  html body > main section.stories article {
    flex-direction: column;
  }
}
html body > main section.stories article h2 {
  padding-top: 0;
}
html body > main section.stories article img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  align-self: flex-start;
  width: 50%;
  position: relative;
  left: -5vw;
  margin: 0;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-drag: none;
  -moz-user-drag: none;
  -khtml-user-drag: none;
  -ms-user-drag: none;
  -webkit-user-drag: none;
  -o-user-drag: none;
}
@media (max-width: 1100px) {
  html body > main section.stories article img {
    left: -4vw;
  }
}
@media (max-width: 769px) {
  html body > main section.stories article img {
    left: unset;
    right: unset;
    width: 100%;
    margin-bottom: 6vw !important;
  }
}
html body > main section.stories article.color::after {
  content: "";
  position: absolute;
  z-index: -2;
  background-color: #00ACA2;
  width: 50%;
  height: calc(100% - 5vw);
  right: calc(50% + 10vw);
  top: 5vw;
}
@media (max-width: 769px) {
  html body > main section.stories article.color img {
    margin-bottom: revert;
  }
  html body > main section.stories article.color::after {
    top: -5vw;
    height: 50%;
  }
}
html body > main section.stories article.flip {
  flex-direction: row-reverse;
}
@media (max-width: 769px) {
  html body > main section.stories article.flip {
    flex-direction: column;
  }
}
html body > main section.stories article.flip img {
  left: unset;
  right: -5vw;
}
@media (max-width: 1100px) {
  html body > main section.stories article.flip img {
    right: -4vw;
  }
}
@media (max-width: 769px) {
  html body > main section.stories article.flip img {
    left: unset;
    right: unset;
  }
}
html body > main section.stories article.flip.color::after {
  left: calc(50% + 10vw);
  right: unset;
}
html body > main section.cta {
  display: flex;
  flex-direction: row;
  background-color: #00ACA2;
  width: calc(100% + 16vw);
  color: #ffffff;
  max-width: 90vw;
  align-self: center;
}
@media (max-width: 1100px) {
  html body > main section.cta {
    max-width: 92vw;
  }
}
@media (max-width: 769px) {
  html body > main section.cta {
    width: 100vw;
    flex-direction: column;
    max-width: unset;
  }
}
html body > main section.cta h2 {
  color: #ffffff;
}
html body > main section.cta img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  align-self: flex-start;
  width: 50%;
  position: relative;
  margin-bottom: 1rem;
  left: -6vw;
  top: 5vw;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-drag: none;
  -moz-user-drag: none;
  -khtml-user-drag: none;
  -ms-user-drag: none;
  -webkit-user-drag: none;
  -o-user-drag: none;
}
@media (max-width: 1100px) {
  html body > main section.cta img {
    left: -4vw;
  }
}
@media (max-width: 769px) {
  html body > main section.cta img {
    width: 100%;
    left: unset;
    right: unset;
    top: unset;
  }
}
html body > main section.cta .body {
  padding: 5vw 10vw 5vw 0;
}
html body > main section.cta .body h2 {
  padding-top: 0;
}
@media (max-width: 769px) {
  html body > main section.cta .body {
    padding: 5vw 10vw 5vw 5vw;
  }
}
html body > main section.references {
  width: 100vw;
  display: flex;
  overflow: hidden;
  align-self: center;
  height: 12rem;
  justify-content: center;
  margin-bottom: 1rem;
}
html body > main section.references, html body > main section.references * {
  pointer-events: none;
}
@media (max-width: 769px) {
  html body > main section.references {
    margin-bottom: 2rem;
  }
}
html body > main section.references .clientlogos {
  display: grid;
  grid-auto-flow: column;
  gap: 6rem;
  align-self: center;
  align-items: center;
}
@media (max-width: 1100px) {
  html body > main section.references .clientlogos {
    gap: 4rem;
  }
}
@media (max-width: 769px) {
  html body > main section.references .clientlogos {
    gap: 3rem;
  }
}
html body > main section.references .clientlogos img {
  height: 6rem;
  max-width: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1100px) {
  html body > main section.references .clientlogos img {
    height: 5rem;
  }
}
@media (max-width: 769px) {
  html body > main section.references .clientlogos img {
    height: 4rem;
  }
}
html body #consent {
  position: fixed;
  left: 0;
  bottom: -100%;
  width: 100vw;
  background-color: #002a19;
  color: #ffffff;
  padding: 1rem 1.6rem 1.2rem 1.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: bottom .5s;
  -moz-transition: bottom .5s;
  -khtml-transition: bottom .5s;
  -ms-transition: bottom .5s;
  -webkit-transition: bottom .5s;
  -o-transition: bottom .5s;
  transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -khtml-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -ms-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
  -o-transition-timing-function: cubic-bezier(0.56, 0, 0.08, 1.01);
}
html body #consent.shown {
  bottom: -1px;
}
html body #consent a:not(.button) {
  color: #ffffff;
  text-decoration: underline;
}
html body #consent .text {
  display: flex;
  flex-direction: row;
  gap: 0.6rem;
  align-items: flex-end;
}
html body #consent .text, html body #consent .text * {
  font-size: 0.9rem;
  font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1em;
}
html body #consent .text .links {
  display: flex;
  flex-direction: row;
  gap: 0.6rem;
}
@media (max-width: 1100px) {
  html body #consent .text, html body #consent .text * {
    display: inline !important;
  }
}
html body #consent .actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
html body #consent .actions .accept {
  background-color: #002a19;
  color: #ffffff;
  border: 2px solid #ffffff;
  opacity: 1;
  font-family: "Space Grotesk", serif;
  padding: 0.1rem 0.5rem 0.1rem 0.5rem;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4em;
}
html body #consent .actions .accept::before {
  content: "";
  display: flex;
  width: 1em;
  height: 1em;
  pointer-events: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"><polyline points="1 5.3 6.4 10.7 16 1" fill="none" stroke="%23ffffff" stroke-width="2" /></svg>');
  background-repeat: no-repeat;
  background-position: center 0.15em;
  background-size: contain;
  transition: stroke linear .3s;
  -moz-transition: stroke linear .3s;
  -khtml-transition: stroke linear .3s;
  -ms-transition: stroke linear .3s;
  -webkit-transition: stroke linear .3s;
  -o-transition: stroke linear .3s;
}
html body #consent .actions .accept:hover {
  background-color: #ffffff;
  color: #002a19;
}
html body #consent .actions .accept:hover::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"><polyline points="1 5.3 6.4 10.7 16 1" fill="none" stroke="%23002a19" stroke-width="2" /></svg>');
}
html body #consent .actions .deny {
  color: #ffffff;
}
@media (max-width: 1100px) {
  html body:not([data-page=home]) > main {
    padding-top: 6rem;
  }
}

#consent {
  z-index: 9400;
}

.cover .coverimage {
  z-index: 9300;
}

#hamburger {
  z-index: 9200;
}

header {
  z-index: 9100;
}

main {
  z-index: 9000;
}