<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-size: 1.7em;
  font-family: "Orkney", "Orkney", sans-serif;
  background-color: #F9F6EC;
}

.container {
  padding: 0 1rem;
}

h1, h2, h3 {
  padding: 0 1rem;
}

h1 {
  font-size: 7rem;
}

p {
  line-height: 1.6;
  padding: 0 1rem;
}

.highlight-background {
  background-color: #f2ecd6;
}

button {
  border-radius: 2rem;
}

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

.logo {
  overflow: hidden;
  width: 70%;
}

.logo a {
  float: left;
  display: block;
  text-align: center;
  padding-top: 2rem;
  padding-left: 2rem;
  text-decoration: none;
  color: #222;
}

.topnav {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  width: 30%;
}

.topnav a {
  float: right;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
  text-decoration: none;
  color: #222;
}

.topnav a:hover {
  background-color: #222;
  color: #e1e1e1;
}

.topnavresp {
  background-color: #f2ecd6;
}

.topnavresp a {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
  text-decoration: none;
  color: #222;
}

.menuicon {
  display: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

.menuicon a {
  text-decoration: none;
  color: #222;
}

.footer a {
  color: black;
  text-decoration: none;
}

.responsive {
  max-width: 100%;
  height: auto;
  align-self: flex-start;
}

.odd {
  background-color: #ccc;
}

.center {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  margin-bottom: 3px;
  text-align: center;
  display: flex;
  justify-content: center;
}

canvas {
  width: 100%;
  height: 100%;
}

.hero {
  background-image: url('/img/hurl-noise.png'), linear-gradient(45deg, #a6dbbb, #8ca7d8, #cf9fa0);
  background-size: 300%;
  animation: bg-animation 5s infinite alternate;
  margin-bottom: 1vw;
}

.herowi {
  padding-top: 8rem; padding-bottom: 8rem; background-color: #F9F6EC;
}

.heropadding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hero h1 {
  font-size: 6rem;
}

.hero p {
  line-height: 190%;
  padding-top: 2rem;
  padding-bottom: 1rem;
  color: #4d4d4d;
}

.herowi h1 {
  color: #4A2C2A;
}

.herowi button {
  color: #4A2C2A;
  background-color: #F5BA5D;
  border: 1px solid #F5BA5D;
}
.herowi button:hover {
  color: #F5BA5D;
  background-color: #4A2C2A;
  border: 1px solid #4A2C2A;
}

.about h1 {
  color: #4A2C2A;
  padding-top: 8rem;
  padding-left: 3rem;
  line-height: 94%;
  font-family: 'OrkneyBold', sans-serif;
  font-weight: bold;
}

.about h2 {
  color: #4A2C2A;
  padding-top: 3rem;
  padding-left: 3rem;
  line-height: 94%;
  font-family: 'OrkneyBold', sans-serif;
  font-weight: bold;
  font-size: 150%;
}

.himg {
  float: right;
  width: 50%;
  height: auto;
  align-self: flex-start;
}

.heroph {
  padding-top: 8rem; padding-bottom: 2rem;
}

@keyframes bg-animation {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}

.hero button {
  background-color: white;
  margin-left: 3rem;
}

.hero h1, p {
  padding-left: 3rem;
}

.heroph h1 {
  margin-top: 2rem;
  padding-top: 2rem;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 2rem;
  position: relative;
  background-color: #f2ecd6;
}

.card p {
  padding-top: 2rem;
  padding-bottom: 12rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.card p a {
  text-decoration: none;
  color: #4A2C2A;
}

.contact {
  position: relative;
}

.contact p {
  padding-top: 2rem;
  padding-bottom: 8rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.contact a {
  text-decoration: none;
  color: #4A2C2A;
}

 /* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 400px; /* Set a default minimum width */
  margin-left: -200px; /* Divide value of min-width by 2 */
  background-color: #ccc; /* Black background color */
  color: black;
  text-align: center; /* Centered text */
  border-radius: 8px; /* Rounded borders */
  padding-top: 1rem; /* Padding */
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.subscribe input {
  border: none;
  border-radius: 2rem;
  margin-right: 1rem;
}

@media (prefers-color-scheme: light) {
  .show-for-dark {
    display: none;
  }
}

@media (prefers-color-scheme: dark) {
  body {
    background: #1D2325;
    color: #cdcdcd;
  }
  img {
    filter: grayscale(30%);
  }
  .burger {
    background: #cdcdcd;
  }
  button, input[type="submit"] {
    color: #cdcdcd;
  }
  button:hover, input[type="submit"]:hover {
    color: #cdcdcd;
  }
  input[type="text"] {
    background: #232323;
    color: #cdcdcd; 
  }
  .odd {
    background-color: #333;
    color: #cdcdcd; 
  }
  .highlight-background {
    background-color: #232a2c;
  }
  .logo a {
    color: #cdcdcd;
  }
  .topnav a {
    color: #cdcdcd;
  }
  .topnavresp {
    background-color: #232a2c;
  }
  .topnavresp a {
    color: #cdcdcd;
  }
  .menuicon a {
    color: #cdcdcd;
  }
  .footer a {
    color: #cdcdcd;
  }
  .show-for-light {
    display: none;
  }
  .hero {
    background-image: url('/img/hurl-noise.png'), linear-gradient(45deg, #152019, #141e30, #2e0405);
  }
  .herowi {
    padding-top: 8rem; padding-bottom: 8rem; background-color: #1D2325;
  }
  .hero button {
    background: #232323;
  }
  .hero p {
    color: #b3b3b3
  }
  .herowi h1 {
    color: #EFCA99
  }
  .herowi button {
    color: #EFCA99;
    background-color: #672E2D;
    border: 1px solid #672E2D;
  }
  .herowi button:hover {
    color: #672E2D;
    background-color: #EFCA99;
    border: 1px solid #EFCA99;
  }
  .about h1 {
    color: #EFCA99
  }
  .about h2 {
    color: #EFCA99
  }
  #snackbar {
    background-color: #333; /* Black background color */
    color: #cdcdcd; /* White text color */
  }
  .card {
    background-color: #232a2c;
  }
  .card p a {
    color: #EFCA99;
  }
  .topnav a:hover {
    background-color: #cdcdcd;
    color: #333;
  }
  .contact a {
    color: #EFCA99
  }
  .subscribe input {
    color: #333;
  }
}

@media (max-width: 799px) {
  .navigation {
    display: none;
  }
  .container {
    width: auto;
    padding: 0;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .hero {
    margin-bottom: 0.5rem;
  }
  .herowi {
    padding-top: 0.5rem; padding-bottom: 0.5rem;
  }
  .heropadding {
    padding-top: 1rem;
    padding-bottom: 0rem;
  }
  .card {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .footer {
    margin-top: 1.5rem;
  }
  .himg {
    float: none;
    width: 80vw;
    margin-left: 5vw;
    margin-right: 5vw;
    height: auto;
  }
  .heroph {
    padding-top: 0; padding-bottom: 1rem;
  }
  .heroph h1 {
    font-size: 4rem;
    margin-top: 0;
    padding-top: 0;
  }

  .logo a {
    padding-left: 1rem;
  }
  .topnav {
    position: relative;
  }
  .topnav a {display: none;}
  .menuicon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 1;
  }
  .topnavresp {
    width: 100%;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 6.4rem;
    z-index: 1;
  }
  .topnavresp a {
    width: 100%;
    float: right;
    display: block;
    text-align: right;
    margin-left: 1.4rem;
  }
  #email {
    width: 100%;
  }
}

@media (min-width: 800px) {
  .mobile-navigation {
    display: none;
  }
  .card {
    flex: 1;
    margin-top: 2vw;
    margin-bottom: 1vw;
  }
  .footer {
    margin-top: 2vw;
  }
  .brands {
    display: flex;
  }
  .container {
    width: auto;
    padding: 0;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .logo {
    width: 50%;
  }
  .topnav {
    width: 50%;
  }
  #email {
    width: 60%;
  }
}

@media (min-width: 1000px) {
  .show-for-large {
    display: block;
  }
  .show-for-small {
    display: none;
  }
  .container {
    position: relative;
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  .herowi h1 {
    font-size: 8rem;
  }
  .logo {
    width: 70%;
  }
  .topnav {
    width: 30%;
  }
  #email {
    width: 45%;
  }
}

@media (max-width: 999px) {
  .show-for-large {
    display: none;
  }
  .show-for-small {
    display: block;
  }
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

.loader {
  border: 3px solid #cdcdcd; /* Light grey */
  border-top: 3px solid #333; /* Dark grey */
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (min-width: 1024px) {
  .show-for-large {
    display: block;
  }
  .show-for-small {
    display: none;
  }
}
</pre></body></html>