<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*===============
    Imports
===============*/
/*=================
    Variables
=================*/
/*==================
    Animations
==================*/
/*==================
    Main Rules
==================*/
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  min-width: 320px;
  margin: 0;
  font-size: 16px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1200px) {
  ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 1em;
  }
  ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
  }
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
a[href],
button {
  touch-action: manipulation;
}
a {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}
input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
img {
  -ms-interpolation-mode: bicubic;
}
.image-fix {
  display: block;
  width: 100%;
  height: auto;
}
textarea {
  box-sizing: border-box;
  resize: vertical;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}
[class^="icon-"]:before,
[class*=" icon-"]:before,
[class^="icon-"]:after,
[class*=" icon-"]:after {
  width: auto;
  margin: 0;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.nofocus:focus {
  outline: none;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hidden {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
}
.visible {
  opacity: 1;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  visibility: visible;
}
.dots {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cookies-layer {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 185px;
  min-height: 60px;
  padding: 10px 15px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  background-color: #333;
  font-size: 9px;
  font-size: 0.9rem;
  color: #fff;
  z-index: 299;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (min-width: 760px) {
  .cookies-layer {
    width: 300px;
    padding: 15px 20px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.cookies-layer.on {
  opacity: 1;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cookies-layer p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 12px;
  line-height: 1.3;
}
.cookies-layer a {
  color: #fff;
  position: relative;
}
.cookies-layer a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transition: all 0.3s ease;
}
.no-touchevents .cookies-layer a:hover:after {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
}
.cookies-layer button {
  width: 124px;
  height: 28px;
  padding: 5px 0;
  border: 0;
  margin: 0 7px 15px;
  flex-shrink: 0;
  background-color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
/*====================
    Custom Rules
====================*/
.stop-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-image: url(../images/background.jpg);
  background-size: contain;
  font-family: Arimo;
  padding: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555;
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .stop-page {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.stop-page h1 {
  margin: 0 0 30px;
  font-size: 50px;
  font-size: 5rem;
  color: #786b58;
  font-family: 'Playfair Display', serif;
}
@media only screen and (min-width: 768px) {
  .stop-page h1 {
    margin: 0 0 60px;
    font-size: 80px;
    font-size: 8rem;
    line-height: 50px;
  }
}
.stop-page h1 span {
  color: #02abb0;
}
.stop-page p {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .stop-page p {
    font-size: 14px;
  }
  .stop-page p:first-of-type {
    line-height: 28px;
  }
}
.stop-page p b {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .stop-page p b {
    font-size: 16px;
  }
}
.stop-page p:first-child {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .stop-page p:first-child {
    margin-bottom: 45px;
  }
}
.stop-page p a {
  text-decoration: underline;
}
.stop-page p a:hover {
  text-decoration: none;
}
.stop-page p small {
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .stop-page p small {
    font-size: 12px;
  }
}
.stop-page img {
  width: 250px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .stop-page img {
    width: auto;
  }
}
</pre></body></html>