<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ##### SASS ##### */
/* ### Breakpoints ### */
/* ### Fonts ### */
/* ### Colors ### */
/* ### Mixins ### */
/* ##### Styles ##### */
/* ### Document ### */
body {
  height: 100%;
  width: 100%;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: 300;
  min-width: 320px; }

/* ### Grid ### */
header, .header, main, .main, footer, .footer, section, .section {
  display: block;
  width: 100%; }

header, .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; }

section, .section {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  section.small-padding, .section.small-padding {
    padding-top: 1rem;
    padding-bottom: 1rem; }

.grid-container {
  width: 100%; }

@media all and (min-width: 40em) {
  section, .section {
    padding-top: 2rem;
    padding-bottom: 2rem; } }
@media all and (min-width: 64em) {
  section, .section {
    padding-top: 3rem;
    padding-bottom: 3rem; } }
/* ### Backgrounds ### */
.bg-white {
  background-color: white;
  color: #4d4d4d; }
  .bg-white a {
    color: inherit; }

.bg-black {
  background-color: black;
  color: white; }
  .bg-black a {
    color: inherit; }

.bg-grey {
  background-color: #7c7c7c;
  color: white; }
  .bg-grey a {
    color: inherit; }

.bg-grey-light {
  background-color: #f1f1f1;
  color: #4d4d4d; }
  .bg-grey-light a {
    color: inherit; }

.bg-grey-dark {
  background-color: #4d4d4d;
  color: #f1f1f1; }
  .bg-grey-dark a {
    color: inherit; }

.bg-gradient {
  color: white; }
  .bg-gradient a {
    color: inherit; }
  .bg-gradient.diagonal {
    background: #d61319;
    background: linear-gradient(135deg, #d61319 0%, #7d0c0d 100%); }

.bg-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: white;
  height: 5rem;
  min-height: 50vh; }

.image-border {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 7rem;
  padding-bottom: 8rem; }

@media all and (min-width: 40em) {
  .image-border {
    padding-bottom: 8rem; } }
@media all and (min-width: 40em) {
  .image-border {
    padding-bottom: 9rem; } }
/* ### Content ### */
/* Headlines */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.1;
  font-weight: 700; }

h1, .h1 {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.25rem;
  color: white; }
  h1 small, .h1 small {
    color: white;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.1;
    display: block; }

h2, .h2 {
  margin-bottom: 2rem; }

h3, .h3 {
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 0; }
  h3:first-child, .h3:first-child {
    margin-top: 1rem; }

@media all and (min-width: 40em) {
  h1, .h1 {
    font-size: 1.75rem; }
    h1 small, .h1 small {
      font-size: 1.5rem; }

  h2, .h2 {
    font-size: 1.75rem; } }
@media all and (min-width: 64em) {
  h2, .h2 {
    font-size: 2.25rem; } }
/* Lists */
/* Inline */
p {
  line-height: 1.4;
  margin-top: 2rem;
  margin-bottom: 0; }
  p:first-child {
    margin-top: 0; }
  p.intro {
    font-size: 1.5rem; }

/* Images */
/* Horizontal Lines */
/* Forms */
form {
  margin-top: 1rem; }
  form label {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.6;
    color: inherit; }
  form input[type=color], form input[type=date], form input[type=datetime-local], form input[type=datetime], form input[type=email], form input[type=month], form input[type=number], form input[type=password], form input[type=search], form input[type=tel], form input[type=text], form input[type=time], form input[type=url], form input[type=week], form textarea {
    border-radius: 8px;
    margin-bottom: 0; }
    form input[type=color]::-webkit-input-placeholder, form input[type=date]::-webkit-input-placeholder, form input[type=datetime-local]::-webkit-input-placeholder, form input[type=datetime]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder, form input[type=month]::-webkit-input-placeholder, form input[type=number]::-webkit-input-placeholder, form input[type=password]::-webkit-input-placeholder, form input[type=search]::-webkit-input-placeholder, form input[type=tel]::-webkit-input-placeholder, form input[type=text]::-webkit-input-placeholder, form input[type=time]::-webkit-input-placeholder, form input[type=url]::-webkit-input-placeholder, form input[type=week]::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
      text-align: center; }
    form input[type=color]:-ms-input-placeholder, form input[type=date]:-ms-input-placeholder, form input[type=datetime-local]:-ms-input-placeholder, form input[type=datetime]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, form input[type=month]:-ms-input-placeholder, form input[type=number]:-ms-input-placeholder, form input[type=password]:-ms-input-placeholder, form input[type=search]:-ms-input-placeholder, form input[type=tel]:-ms-input-placeholder, form input[type=text]:-ms-input-placeholder, form input[type=time]:-ms-input-placeholder, form input[type=url]:-ms-input-placeholder, form input[type=week]:-ms-input-placeholder, form textarea:-ms-input-placeholder {
      text-align: center; }
    form input[type=color]::-ms-input-placeholder, form input[type=date]::-ms-input-placeholder, form input[type=datetime-local]::-ms-input-placeholder, form input[type=datetime]::-ms-input-placeholder, form input[type=email]::-ms-input-placeholder, form input[type=month]::-ms-input-placeholder, form input[type=number]::-ms-input-placeholder, form input[type=password]::-ms-input-placeholder, form input[type=search]::-ms-input-placeholder, form input[type=tel]::-ms-input-placeholder, form input[type=text]::-ms-input-placeholder, form input[type=time]::-ms-input-placeholder, form input[type=url]::-ms-input-placeholder, form input[type=week]::-ms-input-placeholder, form textarea::-ms-input-placeholder {
      text-align: center; }
    form input[type=color]::placeholder, form input[type=date]::placeholder, form input[type=datetime-local]::placeholder, form input[type=datetime]::placeholder, form input[type=email]::placeholder, form input[type=month]::placeholder, form input[type=number]::placeholder, form input[type=password]::placeholder, form input[type=search]::placeholder, form input[type=tel]::placeholder, form input[type=text]::placeholder, form input[type=time]::placeholder, form input[type=url]::placeholder, form input[type=week]::placeholder, form textarea::placeholder {
      text-align: center; }
  form textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 15rem; }
    form textarea::-webkit-input-placeholder {
      padding-top: 2rem; }
    form textarea:-ms-input-placeholder {
      padding-top: 2rem; }
    form textarea::-ms-input-placeholder {
      padding-top: 2rem; }
    form textarea::placeholder {
      padding-top: 2rem; }

/* Alignments */
.text-red {
  color: #d61319; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-justify {
  text-align: justify; }

@media all and (min-width: 40em) {
  .medium-text-center {
    text-align: center; }

  .medium-text-right {
    text-align: right; }

  .medium-text-left {
    text-align: left; }

  .medium-text-justify {
    text-align: justify; }

  .medium-align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }
@media all and (min-width: 64em) {
  .large-text-center {
    text-align: center; }

  .large-text-right {
    text-align: right; }

  .large-text-left {
    text-align: left; }

  .large-text-justify {
    text-align: justify; }

  .large-align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }
/* Header */
header .logo {
  max-width: 7rem; }

@media all and (min-width: 40em) {
  header .logo {
    max-width: 10rem; } }
/* Main */
.overlay {
  background-color: rgba(125, 12, 13, 0.7); }

.icon {
  display: block;
  max-width: 5rem;
  margin: 0 auto 2rem auto; }

.counter {
  text-align: center; }
  .counter img {
    display: block;
    width: 80%;
    max-width: 10rem;
    height: auto;
    margin: 0 auto; }
  .counter .value {
    margin-top: 1rem;
    display: block;
    font-size: 3rem;
    font-weight: 700; }
  .counter .description {
    margin-top: 1rem;
    display: block;
    font-size: 1.25rem; }

.button-wrapper {
  display: block; }
  .button-wrapper::before {
    content: ''; }

button, .button {
  background-color: #d61319 !important;
  color: white !important;
  font-weight: 300;
  font-size: 1.2rem;
  padding: 0.6rem 1rem;
  min-width: 12rem;
  margin: 0;
  border: none;
  border-radius: 8px;
  -webkit-transition: none;
  transition: none; }
  button.white, .button.white {
    background-color: white !important;
    color: #4d4d4d !important; }
  button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active {
    background-color: inherit;
    color: inherit; }

.menu.horizontal li a {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0.25rem;
  padding-left: 0; }
  .menu.horizontal li a::after {
    padding-left: 0.25rem;
    content: '\2022'; }
.menu.horizontal li:last-child a {
  padding-left: 0; }
  .menu.horizontal li:last-child a::after {
    display: none; }

.message {
  color: white;
  padding: 1rem; }
  .message.notice {
    background-color: #d48f0a; }
  .message.success {
    background-color: #078a00; }
  .message.error {
    background-color: #d61319; }

.anchor {
  display: block;
  height: 0;
  width: 100%; }

#kitchen {
  position: relative; }
  #kitchen .overlay {
    color: white;
    font-size: 1.5rem;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 1rem 1rem 1rem;
    width: calc(100% - 2rem);
    padding: 1rem; }

#painter {
  margin-bottom: -2rem; }

@media all and (min-width: 40em) {
  .tiles {
    padding-top: 2rem; }

  #kitchen {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    #kitchen .overlay {
      width: 50%;
      top: 25%;
      bottom: auto;
      left: auto;
      text-align: left; }

  #painter {
    margin-bottom: -3rem; } }
@media all and (min-width: 64em) {
  #kitchen {
    margin-top: 2rem;
    margin-bottom: 2rem; }

  #painter {
    margin-bottom: -4rem; } }
/* Footer */
footer {
  font-size: 0.9rem; }
  footer .logo {
    max-width: 10rem; }

.off-canvas .cell {
  position: relative; }
.off-canvas .close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  line-height: 0.5;
  padding: 1rem;
  z-index: 15;
  color: #d61319; }

.position-bottom {
  height: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

/* ##### Animations ##### */
.fade-in {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .fade-in.done {
    opacity: 1; }

.fade-white {
  background-color: #7c7c7c;
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease; }
  .fade-white.done {
    background-color: inherit; }
  .fade-white .scroll-bar {
    border-color: #f1f1f1; }
    .fade-white .scroll-bar .scroll-progress {
      background-color: #f1f1f1; }

.fade-delay {
  opacity: 0;
  -webkit-filter: blur(0.25rem);
  filter: blur(0.25rem);
  -webkit-transition: all 1.0s ease;
  transition: all 1.0s ease; }
  .fade-delay.done {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); }

.slide-up {
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.75s ease;
  transition: 0.75s ease; }
  .slide-up.done {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.slide-left {
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.75s ease;
  transition: 0.75s ease; }
  .slide-left.done {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

.slide-right {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.75s ease;
  transition: 0.75s ease; }
  .slide-right.done {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

.draw-circle {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  height: 6rem;
  width: 6rem;
  display: block;
  border-radius: 50%;
  background-color: #7c7c7c;
  font-size: 3rem;
  line-height: 6rem;
  color: #7c7c7c;
  border: 2px solid white;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
  transform: scale(1); }
  .draw-circle.done {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms; }
  .draw-circle:hover {
    color: #7c7c7c;
    /*background-color: $white;*/
    /*border: 2px solid $grey;*/
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }

@-webkit-keyframes bounce {
  25%, 75% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  0%, 50%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes bounce {
  25%, 75% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  0%, 50%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.scroll-bar {
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border-radius: 12.5px;
  height: 60px;
  width: 25px;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  position: relative; }
  .scroll-bar .scroll-progress {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: inherit;
    width: 15px;
    height: 15px;
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 50%;
    -webkit-animation: move 1.5s infinite;
    animation: move 1.5s infinite; }

@media all and (min-width: 40em) {
  .scroll-bar {
    margin-top: 3rem; } }
@media all and (min-width: 64em) {
  .scroll-bar {
    margin-top: 4rem; } }
@-webkit-keyframes move {
  0% {
    opacity: 0;
    top: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    top: 35px; } }
@keyframes move {
  0% {
    opacity: 0;
    top: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    top: 35px; } }
.no-animation {
  -webkit-transition: none;
  transition: none; }

/* ##### Temp ##### */
</pre></body></html>