/*!
Theme Name:     VirtaBand
Description:    
Author:         Ulkoasu: Tero Ahonen, Ohjelmointi: Jari Pennanen
Version:        
License: 
*/
@import url("https://use.typekit.net/fvh2vjc.css");
/*

    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 600;
    font-style: normal;

    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    font-style: normal;

    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 700;
    font-style: normal;

*/
/**
 * New UI
 */
@import "https://cdnjs.cloudflare.com/ajax/libs/Swiper/7.0.6/swiper-bundle.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/Swiper/7.0.6/swiper-bundle.css";
.newui textarea,
.newui input[type="password"],
.newui input[type="number"],
.newui input[type="text"],
.newui input[type="tel"],
.newui input[type="email"] {
  box-sizing: border-box;
  width: 100%;
  background: var(--bg) no-repeat;
  padding: 0.75em 0.75em;
  border: 1px solid var(--fg);
  border-radius: 0;
  box-shadow: none;
  color: #000;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  line-height: 1.5em;
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
}
.newui textarea:focus::-moz-placeholder, .newui input[type="password"]:focus::-moz-placeholder, .newui input[type="number"]:focus::-moz-placeholder, .newui input[type="text"]:focus::-moz-placeholder, .newui input[type="tel"]:focus::-moz-placeholder, .newui input[type="email"]:focus::-moz-placeholder {
  color: transparent;
}
.newui textarea:focus:-ms-input-placeholder, .newui input[type="password"]:focus:-ms-input-placeholder, .newui input[type="number"]:focus:-ms-input-placeholder, .newui input[type="text"]:focus:-ms-input-placeholder, .newui input[type="tel"]:focus:-ms-input-placeholder, .newui input[type="email"]:focus:-ms-input-placeholder {
  color: transparent;
}
.newui textarea:focus::placeholder,
.newui input[type="password"]:focus::placeholder,
.newui input[type="number"]:focus::placeholder,
.newui input[type="text"]:focus::placeholder,
.newui input[type="tel"]:focus::placeholder,
.newui input[type="email"]:focus::placeholder {
  color: transparent;
}
.newui textarea:focus,
.newui input[type="password"]:focus,
.newui input[type="number"]:focus,
.newui input[type="text"]:focus,
.newui input[type="tel"]:focus,
.newui input[type="email"]:focus {
  border: 1px solid #89aaa4;
  outline: 0;
}
.newui input[type="radio"] {
  box-sizing: border-box;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  margin: 0 0.6em 0 0;
  width: 1.7em;
  height: 1.7em;
  position: relative;
  top: -0.1em;
  vertical-align: middle;
  display: inline-block;
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
  background: radial-gradient(ellipse at center, var(--bg) 39%, var(--bg) 54%, var(--fg) 57%, var(--fg) 69%, rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-repeat: no-repeat;
}
.newui input[type="radio"]:checked {
  background: radial-gradient(ellipse at center, #89aaa4 0%, #89aaa4 37%, var(--bg) 39%, var(--bg) 54%, var(--fg) 57%, var(--fg) 69%, rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-repeat: no-repeat;
}
.newui input[type="checkbox"] {
  box-sizing: border-box;
  vertical-align: middle;
  top: 0;
  margin: 0 0.6em 0 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  background: none no-repeat center center;
  border-radius: 0;
  border: 1px solid var(--fg);
  width: 1.7em;
  height: 1.7em;
  position: relative;
  top: -0.1em;
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
  cursor: pointer;
  cursor: hand;
}
.newui input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(2 2)' stroke='%2389aaa4' stroke-width='3'%3E%3Cline x1='1' y1='11' x2='11' y2='1'/%3E%3Cline x1='1' y1='1' x2='11' y2='11'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.newui select {
  box-sizing: border-box;
  padding: 0.75em 0.75em;
  display: block;
  width: 100%;
  background: var(--bg) no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 100 50'%3E%3Cpolygon fill='%2389aaa4' points='0,0 100,0 50,50'/%3E%3C/svg%3E");
  background-position: right 0.5em center;
  background-size: 0.75em;
  color: #000;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid var(--fg);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  line-height: 1.5em;
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
}
.newui select:focus {
  border: 1px solid #89aaa4;
  outline: 0;
}
.newui input[data-newui-icon-search] {
  background: var(--bg) no-repeat;
  color: #000;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2043.637223%2043.648591%22%3E%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%2389aaa4%3Bstroke-width%3A5%3B%22%20d%3D%22m%2018.654651,2%20c%20-4.2655,1.666e-4%20-8.531156,1.6268594%20-11.7851559,4.8808594%20-6.50933324,6.5080016%20-6.50933324,17.0623136%200,23.5703136%206.5079999,6.5093%2017.0609789,6.508%2023.5703119,0%206.508,-6.509333%206.508,-17.062312%200,-23.5703136%20C%2027.185141,3.6261928%2022.920151,1.9998333%2018.654651,2%20c%200,0%200,0%200,0%20M%2030.91051,30.921876%20c%200,0%2011.3125,11.3125%2011.3125,11.3125%200,0%20-11.3125,-11.3125%20-11.3125,-11.3125%200,0%200,0%200,0%22/%3E%3C/svg%3E");
  background-position: right 0.5em center;
  background-size: 0.95em;
  padding-right: 1.75em;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #89aaa4;
  text-indent: 0;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #89aaa4;
  opacity: 1;
  text-indent: 0;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #89aaa4;
  opacity: 1;
  text-indent: 0;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #89aaa4;
  text-indent: 0;
}
/* HTML5 support for IE6,7,8 */
section,
article,
aside,
footer,
header,
nav,
hgroup {
  display: block;
}
body {
  font-family: Arial;
}
ul,
ol {
  padding: 0 0 1em 1.5em;
  margin: 0;
}
p {
  padding: 0 0 1em 0;
  margin: 0;
}
a {
  text-decoration: none;
}
.screen-reader-response,
.skip-link,
.assistive-text,
.assistive-navigation {
  position: absolute;
  height: 0;
  width: 0;
  left: -1000px;
  opacity: 0;
  overflow: hidden;
}
.clear,
.clearfix {
  clear: both;
}
div.error,
p.error,
span.error {
  color: #d32a24;
}
.small-highlight {
  font-size: 70%;
}
blockquote {
  border-left: 3px solid #efefef;
  margin: 0 0 1em 1em;
  padding: 0.2em 0 0.2em 1.5em;
  overflow: hidden;
}
blockquote p:last-child {
  padding-bottom: 0;
}
/* Embeds */
.ownskit-embedhtmlshort {
  margin: 0 0 1em 0;
}
/* =Images
-------------------------------------------------------------- */
img {
  border: 0;
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  width: auto !important;
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.alignleft-wrap {
  float: left;
}
.alignnone,
.entry-content img {
  max-width: 100%;
  height: auto;
}
.alignleft,
img.alignleft {
  max-width: 55% !important;
  height: auto !important;
  display: inline;
  float: left;
  clear: left;
  margin-right: 14px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  max-width: 55% !important;
  height: auto !important;
  display: inline;
  float: right;
  clear: right;
  margin-left: 14px;
  margin-top: 4px;
}
.alignnone,
.aligncenter,
.wp-post-image,
img.aligncenter {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter iframe {
  display: block;
  margin: 0 auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  margin-top: 5px;
  margin-bottom: 10px;
  width: auto !important;
}
.wp-caption-text {
  margin: 0;
  padding: 0;
  max-width: 100%;
  /* prevent too-wide images from breaking layout */
  text-align: center;
  color: gray;
  font-family: Georgia;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
}
.gallery-icon img,
.wp-caption img {
  display: block;
  margin: 0 auto 3px auto;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.wp-smiley {
  margin: 0;
}
/* WP-Gallery feature */
.gallery {
  clear: both;
  margin: 0 -10px;
}
.gallery .gallery-caption,
.gallery .gallery-content,
.gallery .gallery-icon {
  margin: 0 10px;
  display: block;
}
.gallery .gallery-icon .preview {
  display: block;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  margin-bottom: 14px;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
#ie7 .gallery-columns-2 .gallery-item {
  width: 48%;
}
#ie7 .gallery-columns-3 .gallery-item {
  width: 31%;
}
#ie7 .gallery-columns-4 .gallery-item {
  width: 23%;
}
#ie7 .gallery-columns-5 .gallery-item {
  width: 18%;
}
.gallery-columns-2 .gallery-item:nth-child(2n + 1),
.gallery-columns-3 .gallery-item:nth-child(3n + 1),
.gallery-columns-4 .gallery-item:nth-child(4n + 1),
.gallery-columns-5 .gallery-item:nth-child(5n + 1) {
  clear: both;
}
.gallery img {
  display: block;
  margin: 0 auto;
  border: 1px solid #d3d4d4;
}
.gallery .attachment-thumbnail,
.gallery .attachment-medium {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.gallery .gallery-caption {
  font-size: 12px;
  margin: 3px 0 12px;
}
.ownskit-galleries .gallery-content {
  display: none;
}
.gallery .gallery-content {
  margin: 0 0 12px;
}
.gallery dl {
  margin: 0;
}
.gallery br + br {
  display: none;
}
#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}
@media (max-width: 460px) {
  .alignleft,
  img.alignleft,
  .alignright,
  img.alignright {
    max-width: 45% !important;
  }
}
/* LESS Mixins 
 * https://github.com/dmitryf/elements/blob/master/elements.less
 * */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a.mfp-close,
button.mfp-close {
  cursor: pointer;
  cursor: hand;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=65);
  padding: 0 0 5px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 44px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close-btn-in .mfp-close {
  right: -10px;
  top: 0;
  color: #fff;
}
.mfp-close-btn-in .mfp-close:hover {
  color: rgba(255, 255, 255, 0.7);
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 0 0 40px 0;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  z-index: 10;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-title a {
  color: #fff;
  text-decoration: underline;
}
.mfp-title a:hover {
  color: silver;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 700px) {
  .mfp-bg {
    display: none;
  }
  .mfp-container {
    background: #fff;
  }
  .mfp-close-btn-in .mfp-close {
    color: #000;
  }
  .mfp-close-btn-in .mfp-close:hover {
    color: #000;
  }
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.nform .wpcf7-form-control-wrap {
  display: block;
  margin: 0 0 0.7em 0;
}
.nform .wpcf7-form-control-wrap + br {
  display: none;
}
.nform select,
.nform textarea,
.nform input[type="password"],
.nform input[type="number"],
.nform input[type="text"],
.nform input[type="email"] {
  box-sizing: border-box;
  width: 100%;
  height: 3.1em;
  padding: 0 0.9em;
  line-height: 2.2em;
  font-size: 1.49253731vw;
  font-weight: normal;
  font-family: inherit;
  display: block;
  margin: 0;
  border: 0;
  background: #fff;
}
@media (min-width: 1340px) {
  .nform select,
  .nform textarea,
  .nform input[type="password"],
  .nform input[type="number"],
  .nform input[type="text"],
  .nform input[type="email"] {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .nform select,
  .nform textarea,
  .nform input[type="password"],
  .nform input[type="number"],
  .nform input[type="text"],
  .nform input[type="email"] {
    font-size: 11.34328358px;
  }
}
.nform textarea {
  height: 130px;
  max-width: none;
  padding: 1em 0.7rem;
  overflow: auto;
}
.nform fieldset {
  margin: 0;
  padding: 0 0 1em 0;
  border: 0;
}
.nform .radio {
  line-height: 1.7em;
  display: block;
  position: relative;
  cursor: hand;
  cursor: pointer;
}
.nform .radio .name {
  padding: 0 0 0 22px;
  display: inline-block;
}
.nform .radio input {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.nform .radio input + i {
  position: absolute;
  top: 1px;
  left: 0;
  background: url("radio.png") 0 0;
  width: 18px;
  height: 18px;
  background-size: 20px 40px;
  display: inline-block;
  vertical-align: middle;
}
.nform .radio input:checked + i {
  background-position: 0 -20px;
}
.nform .radio:hover {
  color: gray;
}
.nform .radio:hover + i {
  opacity: 0.7;
}
.nform .msg,
.nform .wpcf7-response-output {
  padding: 0.5em 1em;
  background: #efefef;
}
.nform .msg.errors,
.nform .wpcf7-response-output.errors,
.nform .msg.wpcf7-validation-errors,
.nform .wpcf7-response-output.wpcf7-validation-errors {
  color: red;
}
.nform .wpcf7-display-none {
  display: none;
}
.nform .wpcf7-not-valid,
.nform textarea.error,
.nform input.error,
.nform select.error {
  border: 1px solid red;
}
.nform .wpcf7-not-valid-tip,
.nform span.error {
  font-size: 80%;
  color: red;
  line-height: 1.1;
}
.nform .required {
  color: inherit;
}
.nform .form-row {
  margin: 0 0 5px 0;
}
.nform .form-row > .name {
  font-weight: bold;
  display: block;
  padding: 0.3em 0 0.2em 0;
}
.nform .form-row label.error {
  color: red;
  padding: 0.5em 0 1em 0;
  display: block;
  font-size: 80%;
  line-height: 1;
}
.nform .form-row-checkbox {
  padding: 0.5em 0 0 0;
  display: block;
}
.nform .watermark {
  position: relative;
  display: block;
}
.nform .watermark br {
  display: none;
}
.nform .watermark .name {
  position: absolute;
  top: 0.45em;
  left: 0.7em;
  line-height: 2.2;
  pointer-events: none;
  padding: 0;
  font-size: 110%;
  white-space: nowrap;
  z-index: 10;
}
.nform .watermark.filled .name {
  display: none;
}
.nform .watermark.focused .name {
  background: #777;
  color: #fff;
  padding: 0.3em 0.75em;
  position: absolute;
  z-index: 10001;
  font-weight: normal;
  display: block;
  top: -2.2em;
  left: -0.1em;
  border-radius: 10px;
}
.nform .watermark.focused .name:after {
  display: block;
  content: "";
  border: 7px solid transparent;
  border-top-color: #777;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -14px;
  margin-left: -7px;
  left: 50%;
}
.nform .watermark input:focus {
  position: relative;
  z-index: 20;
}
:root {
  --bg: #1e2126;
  --fg: #c3d3d0;
  --fg-muted: #89aaa4;
  --fg-hover: #89aaa4;
  --hover-bg: #ff0000;
}
::-moz-selection {
  background: var(--fg);
  color: var(--bg) !important;
  opacity: 1 !important;
}
::selection {
  background: var(--fg);
  color: var(--bg) !important;
  opacity: 1 !important;
}
::-moz-selection {
  background: var(--fg);
  color: var(--bg) !important;
  opacity: 1 !important;
}
.ingress {
  font-family: "worthington-arcade", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  font-size: 3.73134328vw;
  padding: 0 0 1.1em 0;
}
@media (min-width: 1340px) {
  .ingress {
    font-size: 50px;
  }
}
@media (max-width: 760px) {
  .ingress {
    font-size: 28.35820896px;
  }
}
@media (max-width: 760px) {
  .ingress {
    font-size: 24px;
  }
}
iframe {
  width: 100%;
  display: block;
}
.iframe-wrapper {
  position: relative;
}
.iframe-wrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.iframe-wrapper > iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.jump-target {
  display: block;
  height: 1px;
}
.tag {
  border: 1px solid var(--fg);
  display: inline-block;
  padding: 0 0.2em;
  text-transform: uppercase;
}
body,
html {
  padding: 0;
  margin: 0;
  background: var(--bg);
}
body {
  font-family: "worthington-arcade", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  font-size: 1.41791045vw;
  color: var(--fg);
}
@media (max-width: 760px) {
  body {
    line-height: 1.5;
  }
}
@media (min-width: 1340px) {
  body {
    font-size: 19px;
  }
}
@media (max-width: 760px) {
  body {
    font-size: 10.7761194px;
  }
}
@media (max-width: 760px) {
  body {
    font-size: 14px;
  }
}
body::scrollbar {
  width: 25px;
}
body::-moz-scrollbar {
  width: 25px;
}
body::-webkit-scrollbar {
  width: 25px;
}
body::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
body::-webkit-scrollbar-track {
  background: var(--bg);
  border: 0;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb {
  background: var(--fg);
  border-radius: 0;
}
body::-webkit-scrollbar-thumb:hover {
  background: var(--fg);
}
.lang-en {
  color: #89aaa4;
}
a {
  color: var(--fg);
  transition: color 0.25s;
  text-decoration: underline;
}
a:hover {
  color: #89aaa4;
}
sup {
  font-size: 50%;
}
ul {
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 440'%3E%3Ccircle cx='200' cy='180' r='200' fill='#fff' /%3E%3C/svg%3E");
  padding: 0 0 1em 1.2em;
}
ul li {
  padding: 0.2em 0;
}
h2:first-child,
h3:first-child {
  margin-top: 0;
  padding-top: 0;
}
h1 {
  font-family: "worthington-arcade", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 0.25em 0;
  color: var(--fg);
  font-size: 3.73134328vw;
}
@media (min-width: 1340px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 760px) {
  h1 {
    font-size: 28.35820896px;
  }
}
@media (max-width: 760px) {
  h1 {
    font-size: 30px;
  }
}
h1.smalltitle {
  text-transform: uppercase;
  font-size: inherit;
  font-weight: bold;
  padding-bottom: 0.2em;
  color: var(--fg);
}
h2 {
  font-family: "worthington-arcade", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 0.25em 0;
  color: var(--fg);
  font-size: 3.73134328vw;
}
@media (min-width: 1340px) {
  h2 {
    font-size: 50px;
  }
}
@media (max-width: 760px) {
  h2 {
    font-size: 28.35820896px;
  }
}
@media (max-width: 760px) {
  h2 {
    font-size: 30px;
  }
}
h2.bigtitle {
  font-family: "worthington-arcade", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 0.25em 0;
  color: var(--fg);
  font-size: 3.73134328vw;
}
@media (min-width: 1340px) {
  h2.bigtitle {
    font-size: 50px;
  }
}
@media (max-width: 760px) {
  h2.bigtitle {
    font-size: 28.35820896px;
  }
}
@media (max-width: 760px) {
  h2.bigtitle {
    font-size: 30px;
  }
}
h3 {
  font-family: "worthington-arcade", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  padding: 0 0 0.25em 0;
  color: var(--fg);
  font-size: 1.86567164vw;
  padding: 0.1em 0 0.43em;
  margin: 0;
}
@media (min-width: 1340px) {
  h3 {
    font-size: 25px;
  }
}
@media (max-width: 760px) {
  h3 {
    font-size: 14.17910448px;
  }
}
@media (max-width: 760px) {
  h3 {
    font-size: 18px;
  }
}
h4 {
  font-family: "worthington-arcade", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 0.25em 0;
  color: var(--fg);
  font-size: 1.79104478vw;
  padding: 0.1em 0 0.2em;
}
@media (min-width: 1340px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 760px) {
  h4 {
    font-size: 13.6119403px;
  }
}
@media (max-width: 760px) {
  h4 {
    font-size: 18px;
  }
}
h1 + h2 {
  margin-top: 0;
}
a.pdf-icon:before {
  display: inline-block;
  content: "";
  background: url("images/pdf.png") no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: relative;
  top: -3px;
  padding-right: 5px;
  vertical-align: middle;
}
.page-wrapper {
  max-width: 1320px;
  padding: 0;
  padding-left: 4.10447761vw;
  padding-right: 4.10447761vw;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 1340px) {
  .page-wrapper {
    padding-left: 55px;
  }
}
@media (max-width: 760px) {
  .page-wrapper {
    padding-left: 31.19402985px;
  }
}
@media (min-width: 1340px) {
  .page-wrapper {
    padding-right: 55px;
  }
}
@media (max-width: 760px) {
  .page-wrapper {
    padding-right: 31.19402985px;
  }
}
@media (max-width: 760px) {
  .page-wrapper {
    padding-right: 22px;
    padding-left: 22px;
  }
}
#next-prev-nav-below {
  margin: 1.5em 0 0 auto;
  border-top: 1px solid #eee;
  padding: 1em 0 0 0;
  border-bottom: 0;
}
#next-prev-nav-below a {
  display: block;
  width: 48%;
}
#next-prev-nav-below .title {
  display: block;
}
#next-prev-nav-above {
  padding-bottom: 1.5em;
}
.next-prev-nav {
  overflow: hidden;
  padding: 0;
}
.next-prev-nav .title {
  display: none;
}
.next-prev-nav a {
  text-transform: uppercase;
  display: block;
  width: 40%;
  color: #bbb;
}
.next-prev-nav a:hover {
  color: #89aaa4;
}
.next-prev-nav a[rel="next"] {
  float: right;
  text-align: right;
}
.next-prev-nav a[rel="next"]:after {
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: opacity 0.25s;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("images/icon-arrow-right-gray.png") 0 0 no-repeat;
  background-size: 20px auto;
  margin-left: -2px;
  position: relative;
  top: -2px;
}
.next-prev-nav a[rel="prev"] {
  float: left;
}
.next-prev-nav a[rel="prev"]:before {
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: opacity 0.25s;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("images/icon-arrow-left-gray.png") 0 0 no-repeat;
  background-size: 20px auto;
  margin-right: 3px;
  position: relative;
  top: -2px;
}
#top-left {
  float: left;
  margin-top: 15px;
}
#top-right {
  float: right;
  margin-top: 15px;
}
#top-right > .menu {
  position: relative;
  z-index: 10060;
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  border-right: 1px solid #000;
  padding: 8px 0;
  padding-right: 15px;
  margin-right: 15px;
}
#top-right > .top-cart {
  display: inline-block;
}
#pagenav {
  text-align: left;
  padding: 0 0 2em 0;
}
#pagenav > .page-numbers {
  margin: 0 0 4px 0;
  padding: 4px 0;
  min-width: 2.2em;
  text-align: center;
  display: inline-block;
  color: #89aaa4;
  border: 1px solid #89aaa4;
}
#pagenav > .dots {
  position: relative;
  top: -5px;
  border: none;
}
#pagenav > a.page-numbers:hover,
#pagenav > .current {
  border-color: var(--fg);
  color: var(--fg);
}
#pagenav > .next,
#pagenav > .prev {
  display: none;
}
#pagenav > .next {
  float: right;
}
.socmed {
  text-align: center;
  padding-top: 2em;
}
.socmed-share,
.socmed-follow {
  display: block;
  text-align: center;
  --some-text: var(--fg);
  --some-icon: var(--fg);
  --some-icon-hover: #89aaa4;
  --some-bg: none;
  --some-bg-hover: none;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 auto;
}
.socmed-share > li,
.socmed-follow > li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.socmed-share .some-link,
.socmed-follow .some-link {
  color: currentColor;
  position: relative;
  display: block;
  padding: 0 0.5em 0 0.5em;
  font-size: 80%;
}
@media (max-width: 760px) {
  .socmed-share .some-link,
  .socmed-follow .some-link {
    font-size: 90%;
  }
}
.socmed-share .some-link > .img,
.socmed-follow .some-link > .img {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  transition: background-color 0.25s, border-color 0.25s;
  transform: translateZ(0);
  transform-style: preserve-3d;
  padding: 0.5em;
  border-radius: 50%;
  background: var(--some-bg);
}
@media (max-width: 760px) {
  .socmed-share .some-link > .img,
  .socmed-follow .some-link > .img {
    padding: 0.25em;
  }
}
.socmed-share .some-link > .img > svg,
.socmed-follow .some-link > .img > svg {
  transition: fill 0.25s;
  fill: var(--some-icon);
  display: block;
  width: 1.6em;
  height: 1.6em;
}
.socmed-share .some-link > .txt,
.socmed-follow .some-link > .txt {
  transform: translateZ(0);
  transform-style: preserve-3d;
  display: block;
  position: absolute;
  bottom: 0;
  left: -3.2em;
  right: -3.2em;
  text-align: center;
  opacity: 0;
  transition: opacity 0.1s;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--some-text);
  display: none;
}
.socmed-share .some-link:focus,
.socmed-follow .some-link:focus {
  outline: 0;
}
.socmed-share .some-link:hover > .img,
.socmed-follow .some-link:hover > .img {
  background: var(--some-bg-hover);
}
.socmed-share .some-link:hover > .img > svg,
.socmed-follow .some-link:hover > .img > svg {
  fill: var(--some-icon-hover);
}
.socmed-share .some-link:hover > .txt,
.socmed-follow .some-link:hover > .txt {
  opacity: 1;
  color: var(--some-text);
}
.style-dark .socmed-share .some-link > .txt,
.style-dark .socmed-follow .some-link > .txt {
  color: #fff;
}
.style-dark .socmed-share .some-link > .img > svg,
.style-dark .socmed-follow .some-link > .img > svg {
  fill: #fff;
}
.style-dark .socmed-share .some-link:hover > .img,
.style-dark .socmed-follow .some-link:hover > .img {
  background: #89aaa4;
}
.style-dark .socmed-share .some-link:hover > .img > svg,
.style-dark .socmed-follow .some-link:hover > .img > svg {
  fill: var(--bg);
}
.style-dark .socmed-share .some-link:hover > .txt,
.style-dark .socmed-follow .some-link:hover > .txt {
  opacity: 1;
}
.socmed-share-text,
.socmed-follow-text {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  line-height: 2;
}
.socmed-share-text .img,
.socmed-follow-text .img {
  display: none;
}
.socmed-sharing {
  position: relative;
}
.socmed-sharing .share-btn {
  display: none;
  margin-top: 0.2em;
  margin-right: 1em;
  line-height: 1.75em;
}
.socmed-sharing .share-btn > svg {
  transition: fill 0.25s;
  width: 1.75em;
  height: 1.75em;
  fill: var(--fg);
  display: inline-block;
  vertical-align: middle;
}
.socmed-sharing .share-btn > svg.share-close-icon {
  display: none;
}
.socmed-sharing .share-btn > .title {
  margin-left: 0.3em;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: var(--fg);
  transition: color 0.25s;
}
@media not all and (hover: none) {
  .socmed-sharing .share-btn:hover > .title {
    color: #89aaa4;
  }
  .socmed-sharing .share-btn:hover > svg {
    fill: #89aaa4;
  }
}
.socmed-sharing .socmed-share {
  opacity: 0;
  position: absolute;
  overflow: hidden;
  top: 0.25em;
  width: 0;
  transform: translateX(-3em);
  transition: transform 0.25s, opacity 0.25s;
}
.socmed-sharing .socmed-share .some-link .link-clipped {
  position: absolute;
  top: -3em;
  left: -3em;
  right: -3em;
  display: none;
  line-height: 1;
  font-size: 10px;
  text-transform: uppercase;
  background: #89aaa4;
  color: var(--bg);
  padding: 0.5em;
  text-align: center;
}
.socmed-sharing .socmed-share .some-link.link.clicked .link-clipped {
  display: block;
}
.socmed-sharing .socmed-share > li > a {
  transition: transform 0.25s;
}
.socmed-sharing .socmed-share > li:nth-child(1) > a {
  transform: translateX(-1em);
}
.socmed-sharing .socmed-share > li:nth-child(2) > a {
  transform: translateX(-2em);
}
.socmed-sharing .socmed-share > li:nth-child(3) > a {
  transform: translateX(-3em);
}
.socmed-sharing .socmed-share > li:nth-child(4) > a {
  transform: translateX(-4em);
}
.socmed-sharing .socmed-share > li:nth-child(5) > a {
  transform: translateX(-5em);
}
.socmed-sharing.show-shares .share-btn > svg {
  display: inline-block;
}
.socmed-sharing.show-shares .share-btn > svg.share-icon {
  display: none;
}
.socmed-sharing.show-shares .share-btn > svg.share-close-icon {
  display: inline-block;
}
.socmed-sharing.show-shares .socmed-share {
  opacity: 1;
  transform: translateX(0);
  width: auto;
  overflow: visible;
}
.socmed-sharing.show-shares .socmed-share > li > a {
  transform: translateX(0) !important;
}
.more-link {
  cursor: pointer;
  cursor: hand;
  transition: color 0.25s;
  text-transform: uppercase;
  font-size: 1.41791045vw;
  font-family: inherit;
  font-weight: inherit;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.45em;
  padding-bottom: 0.45em;
  line-height: 1.6;
  background: none;
  box-shadow: none;
  position: relative;
  display: inline-block;
  border: 1px solid var(--fg);
  color: var(--fg);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  transition: background-color 0.25s, color 0.25s;
}
@media (min-width: 1340px) {
  .more-link {
    font-size: 19px;
  }
}
@media (max-width: 760px) {
  .more-link {
    font-size: 10.7761194px;
  }
}
@media (max-width: 760px) {
  .more-link {
    font-size: 14px;
  }
}
button.more-link:hover,
a:hover .more-link,
a.more-link:hover {
  background: var(--fg);
  color: var(--bg);
}
.more-link.big {
  font-size: 150%;
}
.more-link-small {
  cursor: pointer;
  cursor: hand;
  transition: color 0.25s;
  padding-left: 0.35em;
  padding-right: 0.35em;
  padding-top: 0.05em;
  padding-bottom: 0.05em;
  border-radius: 0;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 90%;
  background: #89aaa4;
  color: var(--bg);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  text-decoration: none;
  transition: background 0.25s;
}
a:hover .more-link-small,
a.more-link-small:hover {
  background: #000;
  color: #fff;
}
.button {
  cursor: pointer;
  cursor: hand;
  transition: color 0.25s;
  text-transform: uppercase;
  font-size: 1.41791045vw;
  font-family: inherit;
  font-weight: inherit;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.45em;
  padding-bottom: 0.45em;
  line-height: 1.6;
  background: none;
  box-shadow: none;
  position: relative;
  display: inline-block;
  border: 1px solid var(--fg);
  color: var(--fg);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  transition: background-color 0.25s, color 0.25s;
}
@media (min-width: 1340px) {
  .button {
    font-size: 19px;
  }
}
@media (max-width: 760px) {
  .button {
    font-size: 10.7761194px;
  }
}
@media (max-width: 760px) {
  .button {
    font-size: 14px;
  }
}
button.button:hover,
a:hover .button,
a.button:hover {
  background: var(--fg);
  color: var(--bg);
}
.button.big {
  font-size: 150%;
}
.primary-btn {
  cursor: pointer;
  cursor: hand;
  transition: color 0.25s;
  text-transform: uppercase;
  font-size: 1.41791045vw;
  font-family: inherit;
  font-weight: inherit;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.45em;
  padding-bottom: 0.45em;
  line-height: 1.6;
  background: none;
  box-shadow: none;
  position: relative;
  display: inline-block;
  border: 1px solid var(--fg);
  color: var(--fg);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  transition: background-color 0.25s, color 0.25s;
  background: #89aaa4;
  color: var(--bg);
}
@media (min-width: 1340px) {
  .primary-btn {
    font-size: 19px;
  }
}
@media (max-width: 760px) {
  .primary-btn {
    font-size: 10.7761194px;
  }
}
@media (max-width: 760px) {
  .primary-btn {
    font-size: 14px;
  }
}
button.primary-btn:hover,
a:hover .primary-btn,
a.primary-btn:hover {
  background: var(--fg);
  color: var(--bg);
}
.primary-btn.big {
  font-size: 150%;
}
.more-link-light {
  color: #89aaa4;
  display: inline-block;
  padding: 1em 1.33em;
}
.more-link-light:hover {
  color: #000;
}
.style-dark .more-link-light {
  color: #fff;
}
.style-dark .more-link-light:hover {
  color: #808080;
}
.more-link-wrapper {
  padding: 1.5em 0 0 0;
}
.style-normal + .style-normal.padding-layout-lower:after,
.style-normal + .style-normal.padding-layout-top_empty:after {
  display: none;
}
.style-light,
.style-light-bg {
  --fg: #000;
  --bg: #fff;
  color: var(--fg);
  background: var(--bg);
  background-size: cover;
}
.style-dark,
.style-dark-bg {
  background-color: #000;
  color: #fff;
  background-size: 0;
}
.style-dark h1,
.style-dark-bg h1,
.style-dark h2,
.style-dark-bg h2,
.style-dark h3,
.style-dark-bg h3,
.style-dark h4,
.style-dark-bg h4 {
  color: #fff;
}
.style-dark .ingress,
.style-dark-bg .ingress {
  color: #fff;
}
.style-dark a,
.style-dark-bg a {
  color: #fff;
}
.style-dark a:hover,
.style-dark-bg a:hover {
  color: #fff;
}
.style-dark2 {
  background-color: #fff;
  color: #fff;
  background-size: 0;
}
.style-dark2 h1,
.style-dark2 h2,
.style-dark2 h3,
.style-dark2 h4 {
  color: #89aaa4;
}
.style-dark2 .ingress {
  color: #fff;
}
.style-dark2 a {
  color: #fff;
}
.style-dark2 a:hover {
  color: #89aaa4;
}
.style-light-bg,
.style-dark-bg {
  border-top: none !important;
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.style-dark-bg-overlay:before {
  background: rgba(137, 170, 164, 0.75);
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.style-dark-bg-overlay.overlay-black:before {
  background: rgba(0, 0, 0, 0.25);
}
.style-dark-bg-overlay > .txt {
  position: relative;
}
.style-dark > .txt {
  color: #fff;
}
.style-dark > .txt h1 {
  color: #fff;
}
.style-colored {
  background: #89aaa4;
  color: var(--bg);
}
.style-colored > .txt h1,
.style-colored > .txt h2,
.style-colored > .txt h3,
.style-colored > .txt h4,
.style-colored > .txt h5 {
  color: var(--bg);
}
.style-colored > .txt a {
  color: var(--bg);
}
.style-colored > .txt a:hover {
  color: #fff;
}
.style-colored > .txt .ingress {
  color: var(--bg);
}
.style-colored > .txt .textblock-link {
  color: #89aaa4;
}
.style-colored > .txt .textblock-link:hover {
  color: #89aaa4;
}
.cols {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.cols.cols-2 {
  margin: 0 -2%;
}
.cols.cols-2 > li {
  float: left;
  width: 50%;
  padding: 0 2% 4% 2%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.cols.cols-2 > li:nth-child(2n + 1) {
  clear: both;
}
.cols.cols-3 {
  margin: 0 -2%;
}
.cols.cols-3 > li {
  float: left;
  width: 33.33333333%;
  padding: 0 2% 4% 2%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.cols.cols-3 > li:nth-child(3n + 1) {
  clear: both;
}
.cols.cols-4 {
  margin: 0 -2%;
}
.cols.cols-4 > li {
  float: left;
  width: 25%;
  padding: 0 2% 4% 2%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.cols.cols-4 > li:nth-child(4n + 1) {
  clear: both;
}
.screen-slide {
  height: 100vh;
}
@media (max-width: 760px) {
  .screen-slide {
    height: auto;
    min-height: 100vw;
  }
}
.block {
  position: relative;
}
.block.style-light-bg,
.block.style-dark-bg {
  position: relative;
  overflow: hidden;
}
.block.style-light-bg > .txt,
.block.style-dark-bg > .txt {
  position: relative;
  z-index: 20;
}
.block.style-light-bg > .bg-elem,
.block.style-dark-bg > .bg-elem {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: inherit;
  background-size: cover;
  background-position: center center;
  transform: scale3d(1.00001, 1.00001, 1.00001);
}
.block > .anchor {
  position: absolute;
  margin-top: -47px;
  width: 1px;
  height: 1px;
}
@media (max-width: 760px) {
  .block > .anchor {
    margin-top: -100px;
  }
}
.block > .txt {
  padding-top: 11.56716418vw;
  padding-bottom: 11.56716418vw;
}
@media (min-width: 1340px) {
  .block > .txt {
    padding-top: 155px;
  }
}
@media (max-width: 760px) {
  .block > .txt {
    padding-top: 87.91044776px;
  }
}
@media (min-width: 1340px) {
  .block > .txt {
    padding-bottom: 155px;
  }
}
@media (max-width: 760px) {
  .block > .txt {
    padding-bottom: 87.91044776px;
  }
}
@media (max-width: 760px) {
  .block > .txt {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.block.padding-layout-higher > .txt {
  padding-top: 13.43283582vw;
  padding-bottom: 13.43283582vw;
}
@media (min-width: 1340px) {
  .block.padding-layout-higher > .txt {
    padding-top: 180px;
  }
}
@media (max-width: 760px) {
  .block.padding-layout-higher > .txt {
    padding-top: 102.08955224px;
  }
}
@media (min-width: 1340px) {
  .block.padding-layout-higher > .txt {
    padding-bottom: 180px;
  }
}
@media (max-width: 760px) {
  .block.padding-layout-higher > .txt {
    padding-bottom: 102.08955224px;
  }
}
.block.padding-layout-lower > .txt {
  padding-top: 5.97014925vw;
  padding-bottom: 5.97014925vw;
}
@media (min-width: 1340px) {
  .block.padding-layout-lower > .txt {
    padding-top: 80px;
  }
}
@media (max-width: 760px) {
  .block.padding-layout-lower > .txt {
    padding-top: 45.37313433px;
  }
}
@media (min-width: 1340px) {
  .block.padding-layout-lower > .txt {
    padding-bottom: 80px;
  }
}
@media (max-width: 760px) {
  .block.padding-layout-lower > .txt {
    padding-bottom: 45.37313433px;
  }
}
.block.padding-layout-lower_top > .txt {
  padding-top: 5.97014925vw;
}
@media (min-width: 1340px) {
  .block.padding-layout-lower_top > .txt {
    padding-top: 80px;
  }
}
@media (max-width: 760px) {
  .block.padding-layout-lower_top > .txt {
    padding-top: 45.37313433px;
  }
}
.block.padding-layout-top_bottom_empty > .txt {
  padding-top: 0;
  padding-bottom: 0;
}
.block.padding-layout-bottom_empty > .txt {
  padding-bottom: 0;
}
.block.padding-layout-top_empty > .txt {
  padding-top: 0;
}
.block.layout-narrower > .page-wrapper {
  max-width: 60.5em;
  margin: 0 auto;
}
.block.layout-narrower2 > .page-wrapper {
  max-width: 58em;
  margin: 0 auto;
}
.block.text-alignment-center {
  text-align: center;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--fg);
  text-indent: 0;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--fg);
  opacity: 1;
  text-indent: 0;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--fg);
  opacity: 1;
  text-indent: 0;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--fg);
  text-indent: 0;
}
#popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: black center center no-repeat;
  background-size: cover;
  z-index: 2000;
  transform-style: preserve-3d;
}
body.show-popup #popup {
  display: block;
}
#popup > .content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
body.show-popup {
  overflow: hidden;
}
.help {
  font-size: 90%;
}
.mfp-content {
  padding-top: 40px;
}
p:first-child a.mfp-close {
  cursor: pointer;
  cursor: hand;
  background-size: 100%;
  background-image: url("images/icon-close.svg");
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  margin-top: -15px;
}
p:first-child a.mfp-close > span {
  display: none;
}
.go-back-wrapper {
  position: relative;
  z-index: 1000;
}
body.admin-bar .go-back-wrapper {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .go-back-wrapper {
    top: 46px;
  }
}
.go-back-wrapper > a {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1.5em;
  border-radius: 50%;
  display: block;
}
.go-back-wrapper > a > svg {
  display: block;
  margin: 0;
  padding: 0;
  width: 3em;
  height: 3em;
  fill: var(--fg);
}
/*
.events {
    > .month {
        text-align: left;
        > .collapser {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            top: -0.1em;
            > svg {
                display: block;
                width: 1em;
                height: 1em;
                fill: @color1;
            }

            > span {
                position: absolute;
                top: 0;
                left: 0.2em;
                line-height: 0.9;
                color: @color1-fg;
            }
            > .expand {
                display: block;
            }
            > .collapse {
                display: none;
            }

            &:hover {
                > svg {
                    fill: @color1-hover;
                }
            }
        }
    }

    > .schedule tbody tr:nth-child(n + 6) {
        display: none;
    }

    &.open {
        > .more-link-wrapper {
            display: none;
        }
        > .schedule tbody tr:nth-child(n + 6) {
            display: table-row;
        }
    }

    + .events {
        padding-top: 1.5em;
    }
}
.schedule {
    width: 100%;
    border-collapse: collapse;
    position: relative;
    th,
    td {
        padding: 0.5em 1em;
        text-align: left;
    }
    > thead > tr {
        > .buy {
            text-align: center;
        }
    }
    > tbody > tr {
        > .date {
            font-weight: normal;
            text-align: left;
        }

        > .time {
        }
        > .name {
        }
        > .available {
        }
        > .buy {
            text-align: right;
        }
    }

    .date {
        width: 9em;
    }

    .time {
        width: 15%;
    }
    .name {
    }
    .available {
        width: 30%;
    }
    .buy {
        text-align: right;
        width: 9em;
    }

    > tbody > tr:nth-child(odd) {
        > * {
            background: #fff;
        }
    }

    @media (max-width: 760px) {
        th,
        td {
            padding: 0.5em 1em 1.5em 1em;
        }
        .date {
            white-space: nowrap;
        }

        .time {
            padding: 0 0 0 1em;
            position: absolute;
            left: 0;
            background: none !important;
            margin-top: 3em;
            white-space: nowrap;
        }
    }

    @media (max-width: 660px) {
        .date {
            width: 5em;
        }
        .available {
            display: none;
        }
        .time {
            padding: 0 0 0 1em;
            margin-top: 3em;
        }
    }
}
*/
.buttons {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding: 0.5em 0 0 0;
}
.buttons > li {
  display: inline-block;
  margin-bottom: 0.5em;
}
.buttons > li + li {
  margin-left: 0.5em;
}
.block-album {
  /* Swiper button customization */
  /** Normal image */
  /** Thumbnail swiper */
}
.block-album .contents {
  display: flex;
}
.block-album .contents > .content {
  padding: 0 1.5em 2em 0;
  flex: 0 0 50%;
  box-sizing: border-box;
  align-self: center;
}
@media (max-width: 760px) {
  .block-album .contents > .content {
    padding-top: 0;
  }
}
.block-album .contents > .image {
  overflow: hidden;
  padding-left: 1.5em;
  flex: 1;
  box-sizing: border-box;
  position: relative;
}
.block-album .contents > .image > img {
  display: block;
  width: 100%;
}
.block-album .contents > .image > img + img {
  margin-top: 1.5em;
}
.block-album .contents > .image > .image-text {
  position: absolute;
  top: 100%;
  left: 2em;
  right: 0;
  padding: 0.6em 0;
  max-width: 30em;
  font-size: 80%;
  box-sizing: border-box;
}
@media (max-width: 760px) {
  .block-album .contents {
    display: flex;
    flex-wrap: wrap;
  }
  .block-album .contents > .content {
    order: 2;
    flex: 100%;
    padding-right: 0;
    text-align: center;
  }
  .block-album .contents > .image {
    flex: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2em;
    order: 1;
  }
  .block-album .contents > .image > img {
    margin-top: 3em;
  }
  .block-album .contents > .image-left {
    position: static;
  }
}
.block-album.image-placement-left .contents > .content {
  order: 2;
  padding-left: 1.5em;
  padding-right: 0;
}
.block-album.image-placement-left .contents > .image {
  order: 1;
  padding-left: 0;
  padding-right: 1.5em;
}
.block-album.image-placement-left .contents > .image > .image-text {
  left: 0;
}
@media (max-width: 660px) {
  .block-album.image-placement-left .contents > .content {
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: auto;
  }
  .block-album.image-placement-left .contents > .image {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.block-album .custom-main-swiper-wrapper {
  --swiper-navigation-color: #000 !important;
  --swiper-theme-color: #000 !important;
  --swiper-navigation-size: 16px !important;
  --swiper-pagination-color: var(--fg) !important;
  position: relative;
  padding-bottom: 3.5em;
}
.block-album .swiper-button-prev,
.block-album .swiper-button-next {
  background: white;
  border-radius: 50%;
  padding: 1em;
  width: 2em;
  height: 2em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.block-album .swiper-button-next {
  left: calc(98%);
}
.block-album .swiper-button-prev {
  left: calc(-2%);
}
@media (max-width: 760px) {
  .block-album .swiper-button-next {
    display: none;
  }
  .block-album .swiper-button-prev {
    display: none;
  }
}
.block-album .swiper-slide .img {
  width: 100%;
  background-color: var(--bg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.block-album .swiper-slide .img .empty {
  padding-top: 100%;
}
.block-album .custom-thumb-swiper {
  padding-top: 1.5em;
}
.block-album .custom-thumb-swiper .swiper-slide .empty {
  border: 1px solid transparent;
  box-sizing: border-box;
}
.block-album .custom-thumb-swiper .swiper-slide-thumb-active .empty {
  border: 1px solid gray;
  box-sizing: border-box;
}
.block-central-items .images {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 -1em;
  padding-top: 3em;
}
.block-central-items .images.images-4 > li {
  width: 24%;
}
@media (max-width: 860px) {
  .block-central-items .images.images-4 > li {
    width: 100%;
  }
  .block-central-items .images.images-4 > li > div > .img-wrapper,
  .block-central-items .images.images-4 > li > a > .img-wrapper {
    width: 3em;
  }
}
.block-central-items .images > li {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  padding: 0 0.75em 2em 0.75em;
  box-sizing: border-box;
}
.block-central-items .images > li > div,
.block-central-items .images > li > a {
  display: block;
  color: inherit;
  transition: color 0.15s;
  overflow: hidden;
}
.block-central-items .images > li > div > .img-wrapper,
.block-central-items .images > li > a > .img-wrapper {
  width: 5em;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.5em;
  float: left;
  margin-right: 1em;
  padding: 0.2em;
}
.block-central-items .images > li > div > .img-wrapper > svg,
.block-central-items .images > li > a > .img-wrapper > svg {
  width: 100%;
  height: auto;
  fill: var(--fg);
  transition: opacity 0.15s;
  display: block;
  opacity: 1;
}
.block-central-items .images > li > div > .img-wrapper > .img,
.block-central-items .images > li > a > .img-wrapper > .img {
  box-sizing: border-box;
  transition: opacity 0.15s;
  display: block;
  opacity: 1;
  padding-top: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.block-central-items .images > li > div > .content,
.block-central-items .images > li > a > .content {
  padding-top: 0.75em;
  overflow: hidden;
}
.block-central-items .images > li > a:hover svg,
.block-central-items .images > li > a:hover .img {
  opacity: 0.6;
}
@media (max-width: 860px) {
  .block-central-items .images > li {
    width: 100%;
  }
  .block-central-items .images > li > div > .img-wrapper,
  .block-central-items .images > li > a > .img-wrapper {
    width: 3em;
  }
}
.block-central-items .more-link-wrapper {
  text-align: center;
}
.block-central-items .footer {
  clear: both;
}
.block-collapser {
  text-align: center;
}
@media (max-width: 760px) {
}
.block-collapser > .anchor {
  position: absolute;
  margin-top: -80px;
  width: 1px;
  height: 1px;
}
.block-collapser .ingress {
  max-width: 22em;
  margin: 0 auto;
  padding-bottom: 4em;
}
.block-collapser ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-align: left;
}
.block-collapser ul li {
  display: block;
  margin: 0;
  padding: 0;
  border-top: 1px solid #fff;
  border-bottom: none;
  position: relative;
}
@media (max-width: 760px) {
  .block-collapser ul li {
    padding: 1em 1em 1em 1em;
  }
}
.block-collapser ul li:last-child {
  border-bottom: 1px solid #fff;
}
.block-collapser ul li > .opener {
  font-family: "worthington-arcade", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-decoration: none;
  text-align: left;
  font-size: 2.23880597vw;
  padding: 0.6em 0 0.4em 0;
  display: block;
  color: #fff;
}
@media (min-width: 1340px) {
  .block-collapser ul li > .opener {
    font-size: 30px;
  }
}
@media (max-width: 760px) {
  .block-collapser ul li > .opener {
    font-size: 17.01492537px;
  }
}
@media (max-width: 760px) {
  .block-collapser ul li > .opener {
    font-size: 20px;
  }
}
.block-collapser ul li > .opener > span {
  pointer-events: none;
  width: 1.2em;
  height: 1.2em;
  display: block;
  position: absolute;
  top: 0.4em;
  right: 0em;
}
.block-collapser ul li > .opener > span > i {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #fff;
  transition: border-color 0.25s, transform 0.25s;
}
.block-collapser ul li > .opener > span > b {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #fff;
  transform: rotate(90deg);
  transition: border-color 0.25s, transform 0.25s;
}
.block-collapser ul li > .opener:hover {
  color: #89aaa4;
}
.block-collapser ul li > .opener:hover > span > i,
.block-collapser ul li > .opener:hover > span > b {
  border-color: #89aaa4;
}
.block-collapser ul li > .content {
  overflow: hidden;
  color: #fff;
  transition: max-height 0.25s;
  padding-right: 4em;
  padding-left: 4em;
}
@media (max-width: 760px) {
  .block-collapser ul li > .content {
    padding-right: 0;
    padding-left: 0;
  }
}
.block-collapser ul li > .content p:first-child {
  padding-top: 0.6em;
}
.block-collapser ul li > .content p:last-child {
  padding-bottom: 3em;
}
.block-collapser ul li.hide > .content {
  max-height: 0 !important;
}
.block-collapser ul li.show > .opener {
  color: #89aaa4;
}
.block-collapser ul li.show > .opener > span > i {
  border-color: #89aaa4;
  transform: rotate(-45deg);
}
.block-collapser ul li.show > .opener > span > b {
  border-color: #89aaa4;
  transform: rotate(45deg);
}
.block-contacts ul.items-rows {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid var(--fg);
}
.block-contacts ul.items-rows > li {
  padding: 1em 0;
  display: grid;
  grid-template-columns: minmax(0, 12em) minmax(0, 1fr) minmax(0, 9em);
  border-top: 1px solid var(--fg);
}
.block-contacts ul.items-rows > li > div {
  padding: 0.2em;
  align-self: center;
}
@media (max-width: 760px) {
  .block-contacts ul.items-rows > li > div {
    padding: 0;
  }
}
.block-contacts ul.items-rows > li a {
  text-decoration: none;
}
.block-contacts ul.items-rows > li > .contact-button {
  text-align: right;
}
@media (max-width: 760px) {
  .block-contacts ul.items-rows > li {
    grid-template: "a t" "b t" / 1fr -webkit-min-content;
    grid-template: "a t" "b t" / 1fr min-content;
    padding: 0.6em 0;
  }
  .block-contacts ul.items-rows > li > .job {
    grid-area: a;
  }
  .block-contacts ul.items-rows > li > .email {
    grid-area: b;
  }
  .block-contacts ul.items-rows > li > .contact-button {
    grid-area: t;
  }
}
.block-contacts .items {
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding-top: 3em;
}
.block-contacts .items > li {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}
@media (max-width: 760px) {
  .block-contacts .items > li {
    float: none;
    width: 80%;
    display: block;
    margin: 0 auto;
    padding-bottom: 2em;
  }
}
.block-contacts .items .img-wrapper {
  display: block;
  margin: 0 auto;
  max-width: 55%;
}
.block-contacts .items .img-wrapper > .img {
  box-sizing: border-box;
  padding-top: 100%;
  background-position: center center;
  background-size: cover;
  margin-bottom: 1.5em;
  display: block;
  overflow: hidden;
  opacity: 1;
  border-radius: 50%;
  background-color: #000;
  transition: opacity 0.15s;
}
.block-contacts .items .name {
  padding: 0;
  font-size: 2.23880597vw;
}
@media (min-width: 1340px) {
  .block-contacts .items .name {
    font-size: 30px;
  }
}
@media (max-width: 760px) {
  .block-contacts .items .name {
    font-size: 17.01492537px;
  }
}
@media (max-width: 760px) {
  .block-contacts .items .name {
    font-size: 20px;
  }
}
.block-contacts .items .job {
  padding-bottom: 1em;
}
.block-contacts .items .content {
  font-size: 80%;
}
.block-contacts .more-link-wrapper {
  text-align: center;
}
.block-central-items2 {
  text-align: center;
}
.block-central-items2 > .txt > .content {
  max-width: 44em;
  margin: 0 auto;
}
.block-central-items2 .images {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding-top: 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.75em;
  text-align: center;
}
@media (max-width: 760px) {
  .block-central-items2 .images {
    display: block;
    margin: 0;
  }
  .block-central-items2 .images > li {
    padding: 0 2em;
  }
}
.block-central-items2 .images > li {
  flex: 0 0 33%;
  vertical-align: top;
  padding: 0 0.75em 2em 0.75em;
  box-sizing: border-box;
}
.block-central-items2 .images > li > div,
.block-central-items2 .images > li > a {
  display: block;
  color: inherit;
  transition: color 0.15s;
  overflow: hidden;
}
.block-central-items2 .images > li > div > .img-wrapper,
.block-central-items2 .images > li > a > .img-wrapper {
  width: 5em;
  display: block;
  margin: 0 auto;
  margin-bottom: 0em;
  padding: 0.2em;
}
.block-central-items2 .images > li > div > .img-wrapper > svg,
.block-central-items2 .images > li > a > .img-wrapper > svg {
  width: 100%;
  height: auto;
  fill: var(--fg);
  transition: opacity 0.15s;
  display: block;
  opacity: 1;
}
.block-central-items2 .images > li > div > .img-wrapper > img,
.block-central-items2 .images > li > a > .img-wrapper > img {
  box-sizing: border-box;
  transition: opacity 0.15s;
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.block-central-items2 .images > li > div > .content,
.block-central-items2 .images > li > a > .content {
  padding-top: 0.5em;
}
.block-central-items2 .images > li > div > .content > h2,
.block-central-items2 .images > li > a > .content > h2 {
  font-size: 120%;
}
.block-central-items2 .images > li > a:hover svg,
.block-central-items2 .images > li > a:hover .img {
  opacity: 0.6;
}
.block-central-items2 .more-link-wrapper {
  text-align: center;
}
.block-central-items2 .footer {
  clear: both;
}
.block-content-image-slider {
  overflow: hidden;
  --swiper-navigation-color: #000 !important;
  --swiper-theme-color: #000 !important;
  --swiper-pagination-bullet-size: 0.75em;
  --swiper-navigation-size: 1em !important;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  /** Normal image */
}
.block-content-image-slider .contents {
  display: flex;
}
.block-content-image-slider .contents > .content {
  padding: 0 2.5em 0 0;
  flex: 0 0 50%;
  box-sizing: border-box;
  align-self: center;
}
@media (max-width: 760px) {
  .block-content-image-slider .contents > .content {
    padding-top: 0;
  }
}
.block-content-image-slider .contents > .image {
  padding-left: 2.5em;
  flex: 1;
  box-sizing: border-box;
}
.block-content-image-slider .contents > .image > .image-wrapper {
  position: relative;
}
@media (max-width: 660px) {
  .block-content-image-slider .contents {
    display: block;
  }
  .block-content-image-slider .contents > .content {
    padding-right: 0;
  }
  .block-content-image-slider .contents > .image {
    padding-left: 0;
  }
  .block-content-image-slider .contents > .image > img {
    margin-top: 3em;
  }
  .block-content-image-slider .contents > .image-left {
    position: static;
  }
}
.block-content-image-slider.image-placement-left .contents > .content {
  order: 2;
  padding-left: 2.5em;
  padding-right: 0;
}
.block-content-image-slider.image-placement-left .contents > .image {
  order: 1;
  padding-left: 0;
  padding-right: 2.5em;
}
@media (max-width: 660px) {
  .block-content-image-slider.image-placement-left .contents > .content {
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: auto;
  }
  .block-content-image-slider.image-placement-left .contents > .image {
    float: none;
    width: auto;
    padding-left: 0;
  }
}
.block-content-image-slider .image-wrapper {
  position: relative;
}
.block-content-image-slider .image-wrapper::before {
  content: "";
  display: block;
  padding-top: 150%;
}
.block-content-image-slider .custom-main-swiper-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.block-content-image-slider .swiper-slide .img {
  width: 100%;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.block-content-image-slider .swiper-slide .img .empty {
  padding-top: 145%;
}
.block-content-image-slider .swiper-slide .text {
  text-align: center;
  font-size: 80%;
}
.block-content-image-slider .swiper-pagination {
  bottom: 5em;
}
.block-content-image-slider .swiper-button-prev,
.block-content-image-slider .swiper-button-next {
  background: white;
  border-radius: 50%;
  padding: 0.5em;
  width: 1.25em;
  height: 1.25em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.block-content-image-slider .swiper-button-next {
  right: auto;
  left: 100%;
  margin-left: -0.5em;
}
.block-content-image-slider .swiper-button-prev {
  right: 100%;
  left: auto;
  margin-right: -0.5em;
}
.block-content-cols {
  text-align: left;
}
.block-content-cols .ingress {
  max-width: 22em;
  margin: 0 auto;
}
.block-content-cols .content-cols {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-gap: 2em;
  gap: 2em;
  margin-bottom: 2em;
}
@media (max-width: 760px) {
  .block-content-cols .content-cols {
    grid-template-columns: minmax(0, 1fr);
  }
}
.block-content-cols .content-cols > .content-col {
  box-sizing: border-box;
}
.block-content-cols .content-cols > .content-col .img-wrapper {
  padding-top: 50%;
  position: relative;
  margin-bottom: 1em;
  background-color: #fff;
}
.block-content-cols .content-cols > .content-col .img-wrapper > .img {
  position: absolute;
  top: 8%;
  left: 8%;
  right: 8%;
  bottom: 8%;
  background-color: #fff;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.block-content-cols .content-cols.cols-2 > .content-col {
  flex: 0 0 50%;
}
.block-content-cols .content-cols.cols-3 > .content-col {
  flex: 0 0 33.3333%;
}
.block-content-cols .content-cols.cols-4 > .content-col {
  flex: 0 0 25%;
}
@media (max-width: 760px) {
  .block-content-cols .content-cols {
    display: block;
    margin: 0;
  }
  .block-content-cols .content-cols > .content-col {
    padding: 0 0 2em 0;
  }
}
.block-content-image .contents {
  display: flex;
}
.block-content-image .contents > .content {
  padding: 2em 2.5em 0 0;
  flex: 0 0 50%;
  box-sizing: border-box;
  align-self: center;
}
@media (max-width: 760px) {
  .block-content-image .contents > .content {
    padding-top: 0;
  }
}
.block-content-image .contents > .image {
  padding-left: 2.5em;
  flex: 1;
  box-sizing: border-box;
  position: relative;
}
.block-content-image .contents > .image > img {
  display: block;
  width: 100%;
}
.block-content-image .contents > .image > img + img {
  margin-top: 1.5em;
}
.block-content-image .contents > .image > .image-text {
  position: absolute;
  top: 100%;
  left: 2em;
  right: 0;
  padding: 0.6em 0;
  max-width: 30em;
  font-size: 80%;
  box-sizing: border-box;
}
@media (max-width: 660px) {
  .block-content-image .contents {
    display: flex;
    flex-wrap: wrap;
  }
  .block-content-image .contents > .content {
    order: 2;
    flex: 100%;
    padding-right: 0;
  }
  .block-content-image .contents > .image {
    flex: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2em;
    order: 1;
  }
  .block-content-image .contents > .image > img {
    margin-top: 3em;
  }
  .block-content-image .contents > .image-left {
    position: static;
  }
}
.block-content-image.image-placement-left .contents > .content {
  order: 2;
  padding-left: 2.5em;
  padding-right: 0;
}
.block-content-image.image-placement-left .contents > .image {
  order: 1;
  padding-left: 0;
  padding-right: 2.5em;
}
.block-content-image.image-placement-left .contents > .image > .image-text {
  left: 0;
}
@media (max-width: 660px) {
  .block-content-image.image-placement-left .contents > .content {
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: auto;
  }
  .block-content-image.image-placement-left .contents > .image {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.block-content .hidden .more {
  display: none;
}
.block-content .hidden .less-text {
  display: none;
}
.block-content .hidden .more-text {
  display: block;
}
.block-content .shown .more-text {
  display: none;
}
.block-content .shown .less-text {
  display: block;
}
.block-content-image2 {
  text-align: left;
}
.block-content-image2 > .txt {
  padding-top: 0;
  padding-bottom: 0;
}
.block-content-image2 > .txt > h1 {
  text-align: center;
}
.block-content-image2 .contents {
  display: flex;
}
.block-content-image2 .contents > .content {
  box-sizing: border-box;
  flex: 0 0 50%;
  align-self: center;
}
.block-content-image2 .contents > .content > .content-padder {
  max-width: 660px;
  margin: 0 0 0 auto;
  padding-left: 4.10447761vw;
  padding-right: 4.10447761vw;
  box-sizing: border-box;
}
@media (min-width: 1340px) {
  .block-content-image2 .contents > .content > .content-padder {
    padding-left: 55px;
  }
}
@media (max-width: 760px) {
  .block-content-image2 .contents > .content > .content-padder {
    padding-left: 31.19402985px;
  }
}
@media (min-width: 1340px) {
  .block-content-image2 .contents > .content > .content-padder {
    padding-right: 55px;
  }
}
@media (max-width: 760px) {
  .block-content-image2 .contents > .content > .content-padder {
    padding-right: 31.19402985px;
  }
}
.block-content-image2 .contents > .image {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  flex: 0 0 50%;
  box-sizing: border-box;
  align-self: center;
}
.block-content-image2 .contents > .image > .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.block-content-image2.image-placement-left .contents > .content {
  order: 2;
}
.block-content-image2.image-placement-left .contents > .content > .content-padder {
  margin: 0 auto 0 0;
}
.block-content-image2.image-placement-left .contents > .image {
  order: 1;
}
@media (max-width: 760px) {
  .block-content-image2 .contents {
    display: block;
  }
  .block-content-image2 .contents > .content > .content-padder {
    max-width: none;
    margin: 0 auto;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 9.70149254vw;
    padding-bottom: 2em;
  }
}
@media (max-width: 760px) and (min-width: 1340px) {
  .block-content-image2 .contents > .content > .content-padder {
    padding-top: 130px;
  }
}
@media (max-width: 760px) and (max-width: 760px) {
  .block-content-image2 .contents > .content > .content-padder {
    padding-top: 73.73134328px;
  }
}
#cookies-nag {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--bg);
  border-top: 1px solid var(--fg);
  color: var(--fg);
  z-index: 5000;
}
@media (max-width: 760px) {
  #cookies-nag {
    text-align: center;
  }
}
#cookies-nag.hidden {
  display: none;
}
#cookies-nag > .page-wrapper > .wrapper {
  display: flex;
  padding: 0.9em 0 0.9em 0;
}
#cookies-nag > .page-wrapper > .wrapper > .text {
  flex: 1;
  align-self: center;
}
#cookies-nag > .page-wrapper > .wrapper > .text > p {
  padding: 0;
}
#cookies-nag > .page-wrapper > .wrapper > .text a {
  color: #fff;
  text-decoration: underline;
}
#cookies-nag > .page-wrapper > .wrapper > .buttons {
  flex: 0;
  display: flex;
  padding: 0;
}
#cookies-nag > .page-wrapper > .wrapper > .buttons > .close,
#cookies-nag > .page-wrapper > .wrapper > .buttons > .ok {
  flex: 1;
  white-space: nowrap;
  margin-left: 0.5em;
  cursor: pointer;
  cursor: hand;
  transition: color 0.25s;
  text-transform: uppercase;
  font-size: 1.41791045vw;
  font-family: inherit;
  font-weight: inherit;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.45em;
  padding-bottom: 0.45em;
  line-height: 1.6;
  background: none;
  box-shadow: none;
  position: relative;
  display: inline-block;
  border: 1px solid var(--fg);
  color: var(--fg);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  transition: background-color 0.25s, color 0.25s;
}
@media (min-width: 1340px) {
  #cookies-nag > .page-wrapper > .wrapper > .buttons > .close,
  #cookies-nag > .page-wrapper > .wrapper > .buttons > .ok {
    font-size: 19px;
  }
}
@media (max-width: 760px) {
  #cookies-nag > .page-wrapper > .wrapper > .buttons > .close,
  #cookies-nag > .page-wrapper > .wrapper > .buttons > .ok {
    font-size: 10.7761194px;
  }
}
@media (max-width: 760px) {
  #cookies-nag > .page-wrapper > .wrapper > .buttons > .close,
  #cookies-nag > .page-wrapper > .wrapper > .buttons > .ok {
    font-size: 14px;
  }
}
button#cookies-nag > .page-wrapper > .wrapper > .buttons > .close:hover,
button#cookies-nag > .page-wrapper > .wrapper > .buttons > .ok:hover,
a:hover #cookies-nag > .page-wrapper > .wrapper > .buttons > .close,
a:hover #cookies-nag > .page-wrapper > .wrapper > .buttons > .ok,
a#cookies-nag > .page-wrapper > .wrapper > .buttons > .close:hover,
a#cookies-nag > .page-wrapper > .wrapper > .buttons > .ok:hover {
  background: var(--fg);
  color: var(--bg);
}
#cookies-nag > .page-wrapper > .wrapper > .buttons > .close.big,
#cookies-nag > .page-wrapper > .wrapper > .buttons > .ok.big {
  font-size: 150%;
}
#cookies-nag > .page-wrapper > .wrapper > .buttons > .close:hover,
#cookies-nag > .page-wrapper > .wrapper > .buttons > .ok:hover {
  background: var(--fg);
  color: var(--bg);
}
@media (max-width: 760px) {
  #cookies-nag > .page-wrapper > .wrapper {
    display: block;
  }
  #cookies-nag > .page-wrapper > .wrapper > .buttons {
    padding-top: 1.5em;
    margin: 0 -0.5em;
  }
  #cookies-nag > .page-wrapper > .wrapper > .buttons > a {
    margin: 0 0.5em;
    white-space: normal;
  }
}
.block-events .events {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-events .events > li {
  display: block;
  padding-bottom: 1.5em;
}
.block-events .events > li > a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.block-events .events > li > a > .img-wrapper {
  float: left;
  width: 25%;
  position: relative;
  transition: opacity 0.25s;
}
.block-events .events > li > a > .img-wrapper:before {
  content: "";
  display: block;
  padding-top: 66.66666667%;
  position: relative;
}
.block-events .events > li > a > .img-wrapper > .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.block-events .events > li > a:hover > .img-wrapper {
  opacity: 0.8;
}
.block-events .events > li > a > .info {
  padding-left: 1.5em;
  overflow: hidden;
}
@media (max-width: 760px) {
  .block-events .events > li > a > .info {
    font-size: 80%;
  }
}
.block-events .events > li > a > .info > h2 {
  padding: 0.2em 0 0 0;
}
.block-events-list .events {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  border-bottom: 1px solid var(--fg);
}
.block-events-list .events > li {
  padding: 1em 0;
  display: grid;
  grid-template-columns: minmax(0, 12em) minmax(0, 1fr) minmax(0, 9em);
  text-transform: uppercase;
  border-top: 1px solid var(--fg);
}
.block-events-list .events > li > div {
  padding: 0.2em;
  align-self: center;
}
@media (max-width: 760px) {
  .block-events-list .events > li > div {
    padding: 0;
  }
}
.block-events-list .events > li > .tickets {
  margin-left: 0.5em;
  text-align: right;
}
@media (max-width: 760px) {
  .block-events-list .events > li > .tickets {
    text-align: left;
  }
}
.block-events-list .events > li > .tickets .more-link {
  font-size: inherit;
}
@media (max-width: 760px) {
  .block-events-list .events > li {
    grid-template: "a t" "b t" / 1fr -webkit-min-content;
    grid-template: "a t" "b t" / 1fr min-content;
    padding: 0.6em 0;
  }
  .block-events-list .events > li > .datetime {
    grid-area: a;
  }
  .block-events-list .events > li > .title {
    grid-area: b;
  }
  .block-events-list .events > li > .tickets {
    grid-area: t;
  }
}
.block-footer2 {
  text-align: center;
  min-height: auto;
  display: block;
}
.block-footer2 > .page-wrapper {
  padding-bottom: 8.20895522vw;
  padding-top: 8.20895522vw;
}
@media (min-width: 1340px) {
  .block-footer2 > .page-wrapper {
    padding-bottom: 110px;
  }
}
@media (max-width: 760px) {
  .block-footer2 > .page-wrapper {
    padding-bottom: 62.3880597px;
  }
}
@media (min-width: 1340px) {
  .block-footer2 > .page-wrapper {
    padding-top: 110px;
  }
}
@media (max-width: 760px) {
  .block-footer2 > .page-wrapper {
    padding-top: 62.3880597px;
  }
}
@media (max-width: 760px) {
  .block-footer2 > .page-wrapper {
    padding-top: 7em;
  }
}
.block-footer2 .copyright {
  font-weight: 500;
  font-size: 0.89552239vw;
  text-transform: uppercase;
}
@media (min-width: 1340px) {
  .block-footer2 .copyright {
    font-size: 12px;
  }
}
@media (max-width: 760px) {
  .block-footer2 .copyright {
    font-size: 6.80597015px;
  }
}
@media (max-width: 760px) {
  .block-footer2 .copyright {
    font-size: 10px;
  }
}
@media (min-width: 761px) {
  .block-footer2 .contents {
    display: flex;
  }
  .block-footer2 .contents > .title,
  .block-footer2 .contents > .logo {
    font-family: "worthington-arcade", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 0.25em 0;
    color: var(--fg);
    font-size: 3.73134328vw;
    flex: 1;
    text-align: left;
  }
  .block-footer2 .contents > .title > svg,
  .block-footer2 .contents > .logo > svg {
    width: 10em;
    display: block;
  }
  .block-footer2 .contents > .meta {
    padding-top: 0em;
    text-align: right;
  }
  .block-footer2 .contents > .meta .socmed-follow {
    text-align: right;
    position: relative;
    right: -0.5em;
    padding-bottom: 1em;
  }
}
@media (min-width: 761px) and (min-width: 1340px) {
  .block-footer2 .contents > .title,
  .block-footer2 .contents > .logo {
    font-size: 50px;
  }
}
@media (min-width: 761px) and (max-width: 760px) {
  .block-footer2 .contents > .title,
  .block-footer2 .contents > .logo {
    font-size: 28.35820896px;
  }
}
@media (min-width: 761px) and (max-width: 760px) {
  .block-footer2 .contents > .title,
  .block-footer2 .contents > .logo {
    font-size: 30px;
  }
}
@media (max-width: 760px) {
  .block-footer2 .logo > svg {
    width: auto;
    height: 85.07462687px;
    margin: 0 auto;
    display: block;
  }
  .block-footer2 .socmed-follow {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
/**
 * Block-form-emailer
 *
 * @author Jari Pennanen
 */
.block-form-emailer h2 {
  padding-top: 1em;
  clear: both;
}
.block-form-emailer .first-name,
.block-form-emailer .postcode {
  width: 40%;
  display: block;
  float: left;
  clear: none;
}
.block-form-emailer .last-name,
.block-form-emailer .city {
  box-sizing: border-box;
  padding-left: 0.75em;
  width: 60%;
  display: block;
  float: left;
  clear: none;
}
.block-form-emailer .cols {
  width: 100%;
  display: flex;
  padding: 1.5em 0;
  margin: 0 -1em;
  text-align: left;
}
.block-form-emailer .cols > .col {
  flex: 1;
  padding: 0 1em;
}
@media (max-width: 760px) {
  .block-form-emailer .cols {
    display: block;
    margin: 0;
    padding: 0;
  }
  .block-form-emailer .cols > .col {
    padding: 1em 0 0 0;
  }
}
.block-form-emailer textarea {
  display: block;
  width: 100%;
  height: 9em;
}
.block-form-emailer .actions {
  padding-bottom: 1em;
}
.block-form-emailer .insert-recaptcha {
  text-align: center;
}
.block-form-emailer .insert-recaptcha > div {
  display: inline-block;
}
@media (max-width: 760px) {
  .block-form-emailer {
    text-align: left;
  }
  .block-form-emailer .insert-recaptcha {
    text-align: left;
  }
}
.block-form-emailer .checkbox-row > label {
  display: inline-block;
  margin-right: 1.5em;
}
.block-form-emailer .form-error-message,
.block-form-emailer .error-message {
  background: red;
  color: white;
  padding: 0.3em 0.5em;
  display: block;
  font-size: 80%;
  border-radius: 0.5em;
}
.block-form-emailer .form-error-message:before,
.block-form-emailer .error-message:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22white%22%20viewBox%3D%220%200%20485.249%20485.249%22%3E%3Cpath%20d%3D%22M481.249,420.625l-219-380c-4-7-11-11-19-11s-15,4-19,11l-221,382c-10,17,5,33,19,33h442%20c12,0,21-10,21-22C485.249,428.625,484.249,424.625,481.249,420.625z%20M60.249,411.625l183-317l183,317H60.249z%22/%3E%3Cpath%20d%3D%22M221.249,192.625v97c0,12,10,22,22,22s22-10,22-22v-97c0-12-10-22-22-22%20S221.249,180.625,221.249,192.625z%22/%3E%3Cpath%20d%3D%22M243.249,330.625c-15,0-27,12-27,27s12,28,27,28s27-13,27-28S258.249,330.625,243.249,330.625z%22/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.3em;
  position: relative;
  top: -0.1em;
  vertical-align: middle;
}
.block-form-emailer .form-error-message.hidden,
.block-form-emailer .error-message.hidden {
  display: none;
}
.block-form-emailer .form-error-message {
  margin-top: 1em;
}
.block-form-emailer input[type="file"] {
  display: block;
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.block-form-emailer .filenames {
  display: inline-block;
  font-weight: bold;
  padding-left: 1em;
}
.block-form-emailer .empty-file {
  display: none;
}
.block-form-emailer .filled .empty-file {
  display: inline;
}
.block-form-emailer input[type="email"] + .error-message,
.block-form-emailer input[type="text"] + .error-message {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.block-form-emailer label {
  display: block;
  margin-bottom: 0.8em;
  clear: both;
}
.block-form-emailer label > .text {
  display: block;
}
.block-form-emailer .checkbox {
  display: block;
  padding-left: 2.3em;
  position: relative;
}
.block-form-emailer .checkbox input {
  position: absolute;
  left: 0;
}
.block-form-emailer .radio-serie {
  clear: both;
  padding-top: 0.4em;
  display: block;
}
.block-form-emailer .radio-serie label {
  cursor: pointer;
  cursor: hand;
  display: block;
  padding-left: 2.3em;
  padding-bottom: 0.4em;
  position: relative;
  margin-bottom: 0.2em;
}
.block-form-emailer .radio-serie label input {
  position: absolute;
  left: 0;
}
.block-form-emailer .radio-serie label:hover {
  color: var(--fg);
}
.block-form-emailer form {
  position: relative;
}
.block-form-emailer form .form-progress {
  display: none;
}
.block-form-emailer form > .loading-layer {
  position: absolute;
  transition: background 0.25s;
}
.block-form-emailer form.loading > .loading-layer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}
.block-form-emailer form.loading > .form-progress {
  opacity: 1;
  display: block;
  bottom: 3em;
  left: 50%;
  margin-left: -2.5em;
  width: 5em;
  height: 5em;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cpath%20fill%3D%22%2389aaa4%22%20d%3D%22M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z%22%20transform%3D%22rotate%28129.39%2025%2025%29%22%3E%3CanimateTransform%20attributeType%3D%22xml%22%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20from%3D%220%2025%2025%22%20to%3D%22360%2025%2025%22%20dur%3D%220.6s%22%20repeatCount%3D%22indefinite%22%3E%3C/animateTransform%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
}
.block-form-emailer form.loading > .form-progress > .form-progress-percent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3em;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
}
.block-form-emailer form.loading > .form-progress > .form-progress-text {
  position: absolute;
  bottom: -1.5em;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 80%;
}
.block-form-emailer form > section {
  padding: 1.15rem;
  margin: 0 0 3em 0;
  min-width: 0;
  border: 1px solid #89aaa4;
}
.block-form-emailer form > section > .section-header {
  margin: -1.15rem;
  margin-bottom: 0.3em;
  padding: 0.3em 0.5em;
  background: #89aaa4;
  color: var(--bg);
}
.block-form-emailer form > section .section-return {
  display: none;
}
.block-form-emailer form > section > .section-summary {
  display: none;
}
.block-form-emailer form > section h2 {
  margin: -1.15rem;
  margin-top: 1.7em;
  margin-bottom: 0.7em;
  padding: 1.7em 1.15rem 0.3em 1.15rem;
  border-top: 1px dotted #89aaa4;
}
.block-form-emailer form > section.hide-section .section-return {
  display: block;
}
.block-form-emailer form > section.hide-section > .section-summary {
  display: block;
}
.block-form-emailer form > section.hide-section > .section-contents {
  display: none;
}
.block-form-emailer form > section.hidden {
  display: none;
}
.block-form-emailer form > section + hr {
  display: none;
}
.block-form-emailer input[type="reset"],
.block-form-emailer input[type="submit"],
.block-form-emailer .section-next {
  margin-top: 1em;
}
.block-form-emailer input[type="reset"][disabled],
.block-form-emailer input[type="submit"][disabled],
.block-form-emailer .section-next[disabled] {
  cursor: not-allowed;
  background: gray;
  color: #000;
}
.block-form-emailer input[type="reset"][disabled]:hover,
.block-form-emailer input[type="submit"][disabled]:hover,
.block-form-emailer .section-next[disabled]:hover {
  background: gray;
  color: #000;
}
.block-form-emailer .actions {
  overflow: hidden;
}
.block-form-emailer input[type="reset"] {
  float: right;
}
.block-form-emailer footer {
  padding-top: 2em;
}
.block-gallery > .txt > .ingress {
  margin-bottom: 0.5em;
}
.block-gallery .gallery {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-gap: 1.5em;
  gap: 1.5em;
  padding-bottom: 2em;
}
@media (max-width: 760px) {
  .block-gallery .gallery {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: 1.2em 1.2em;
    gap: 1.2em 1.2em;
  }
}
.block-gallery .gallery > li > a {
  display: block;
  text-decoration: none;
  position: relative;
}
.block-gallery .gallery > li > a > .img {
  display: block;
  margin: 0 0 1em 0;
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: opacity 0.25s;
}
.block-gallery .gallery > li > a > .img > .empty {
  display: block;
  padding-top: 100%;
  background: center center no-repeat;
  background-size: cover;
}
.block-gallery .gallery > li > a > .info .size {
  font-size: 80%;
  white-space: nowrap;
}
.block-gallery .gallery > li > a > .info .author {
  display: block;
}
.block-gallery .gallery > li > a:hover > .img {
  opacity: 0.8;
}
.block-hero04 {
  min-height: auto;
  display: block;
}
.block-hero04 .content {
  font-family: "worthington-arcade", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  font-size: 5.07462687vw;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 1340px) {
  .block-hero04 .content {
    font-size: 68px;
  }
}
@media (max-width: 760px) {
  .block-hero04 .content {
    font-size: 38.56716418px;
  }
}
.block-hero03 {
  min-height: 100vh;
  display: flex;
}
.block-hero03 .content {
  max-width: 35em;
  margin: 0 auto;
  text-align: center;
}
.block-hero03 .content > h1 {
  font-family: "worthington-arcade", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  font-size: 5.07462687vw;
  line-height: 1.5;
  padding-bottom: 0.3em;
}
@media (min-width: 1340px) {
  .block-hero03 .content > h1 {
    font-size: 68px;
  }
}
@media (max-width: 760px) {
  .block-hero03 .content > h1 {
    font-size: 38.56716418px;
  }
}
.block-hero03 .content > .ingress {
  font-size: 150%;
}
.block-hero03 .content a {
  text-decoration: none;
}
.block-hero05 {
  position: relative;
}
body.admin-bar .block-hero05 {
  margin-top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .block-hero05 {
    margin-top: 46px;
  }
}
.block-hero05 .image .img {
  background-size: contain;
}
@media (max-width: 760px) {
  .block-hero05 .image .img {
    background-image: var(--image-mobile, var(--image));
    padding-top: var(--ar-mobile, var(--ar));
  }
}
@media (min-width: 761px) {
  .block-hero05 .image .img {
    background-image: var(--image);
    padding-top: var(--ar);
  }
}
.block-hero05 .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.block-hero05 .content > h1 {
  text-transform: uppercase;
  font-size: 11vw;
  color: #000;
  margin-top: -0.1em;
}
.block-image > .page-wrapper {
  padding-top: 0;
}
.block-image img {
  display: block;
  width: 100%;
  margin: 0;
}
@media (max-width: 760px) {
  .block-image img {
    display: none;
  }
}
.block-image .mobile {
  display: none;
}
@media (max-width: 760px) {
  .block-image .mobile {
    display: block;
  }
}
.block-logo-links .images {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-align: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-gap: 1px;
  gap: 1px;
  margin-bottom: 1.5em;
}
@media (max-width: 760px) {
  .block-logo-links .images {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    /*
            grid-gap: 1px;
            gap: 1px;
            display: block;
            background: none;
            border: 0;
            > li {
                background: none;
            }*/
  }
}
.block-logo-links .images > li {
  position: relative;
  display: block;
  padding: 2em;
}
.block-logo-links .images > li > div,
.block-logo-links .images > li > a {
  padding-top: 50%;
  display: block;
  position: relative;
}
.block-logo-links .images > li > div > .img,
.block-logo-links .images > li > a > .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.block-logo-links .images > li img {
  width: 100%;
  height: auto;
}
.block-logo-links .images > li a:hover {
  opacity: 0.8;
}
.block-map {
  overflow: hidden;
  display: block;
  min-height: none;
}
.block-map > .map > iframe {
  filter: grayscale();
  display: block;
  border: 0;
  width: 100% !important;
  height: 600px !important;
}
@media (max-width: 760px) {
  .block-map > .map > iframe {
    height: 500px !important;
  }
}
.block-map > .map > iframe:focus {
  filter: none;
}
body.admin-bar #padder-mobile {
  padding-top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar #padder-mobile {
    padding-top: 46px;
  }
}
#header-mobile {
  --menu-fg: var(--fg);
  --menu-fg-hover: #89aaa4;
  --menu-bg: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  background: var(--menu-bg);
  padding: 0 22px;
  position: fixed;
  z-index: 1100;
  top: 0;
  right: 0;
  left: 0;
  text-align: left;
  color: #fff;
}
body.front-page #header-mobile {
  background: none;
}
body.scrolled #header-mobile {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: var(--menu-bg);
}
#header-mobile .header-title {
  font-family: "worthington-arcade", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  font-size: 1.2em;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  display: inline-block;
  vertical-align: bottom;
}
#header-mobile .header-title > a > .logo > svg,
#header-mobile .header-title > a > .logo > img {
  fill: var(--menu-fg);
  height: 2.8em;
  width: auto;
  display: block;
  transition: fill 0.25s;
}
body.admin-bar #header-mobile {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar #header-mobile {
    top: 46px;
  }
}
#menu-mobile {
  font-size: 16px;
  background: var(--bg);
  box-sizing: border-box;
  display: block;
  height: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1095;
  overflow: auto;
  text-align: left;
}
body.show-menu-mobile #menu-mobile {
  height: auto;
}
#menu-mobile .padder {
  height: 100px;
}
body.admin-bar #menu-mobile .padder {
  padding-top: 46px;
}
#menu-mobile .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding: 0 22px;
}
#menu-mobile .menu a {
  background: var(--bg);
  text-align: center;
  border: 1px solid black;
  text-transform: uppercase;
  font-size: 7vw;
  color: var(--fg);
  text-decoration: none;
  display: block;
  padding: 0.5em;
}
#menu-mobile .menu li:nth-child(n + 2) > a {
  margin-top: -1px;
}
#menu-mobile .menu li.current-page-ancestor > a,
#menu-mobile .menu li.menu-item-object-page.current-menu-item > a,
#menu-mobile .menu li.menu-item-object-page.current_page_item > a {
  background: var(--fg);
  color: var(--bg);
}
#menu-mobile .menu > li {
  display: block;
  padding: 0 0 0 0;
  transform: translateX(-3em);
  transition: opacity 0.25s, transform 0.25s;
  opacity: 0;
}
body.show-menu-mobile-anim1 #menu-mobile .menu > li {
  transform: translateX(0);
  opacity: 1;
}
body.show-menu-mobile-anim1 #menu-mobile .menu > li:nth-child(1) {
  transition-delay: 0.05s;
}
body.show-menu-mobile-anim1 #menu-mobile .menu > li:nth-child(2) {
  transition-delay: 0.1s;
}
body.show-menu-mobile-anim1 #menu-mobile .menu > li:nth-child(3) {
  transition-delay: 0.15s;
}
body.show-menu-mobile-anim1 #menu-mobile .menu > li:nth-child(4) {
  transition-delay: 0.2s;
}
body.show-menu-mobile-anim1 #menu-mobile .menu > li:nth-child(5) {
  transition-delay: 0.25s;
}
body.show-menu-mobile-anim1 #menu-mobile .menu > li:nth-child(6) {
  transition-delay: 0.3s;
}
#menu-mobile .menu .sub-menu a {
  font-size: 15px;
}
#menu-mobile .socmed-follow {
  position: fixed;
  bottom: 1em;
  left: 0;
  right: 0;
  display: none;
  transform: translateX(-3em);
  transition: opacity 0.25s, transform 0.25s;
  opacity: 0;
  color: var(--fg);
  font-size: 150%;
  text-align: center;
  padding-left: 14px;
}
body.show-menu-mobile-anim1 #menu-mobile .socmed-follow {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.35s;
}
body.show-menu-mobile #menu-mobile .socmed-follow {
  display: block;
}
#btn-mobile {
  box-sizing: border-box;
  display: block;
  background: none;
  border-radius: 50%;
  margin: 0;
  padding: 2em 1em;
  position: absolute;
  top: 0;
  right: 0.8em;
  z-index: 1040;
}
body.show-menu-mobile #btn-mobile {
  background: none;
}
#btn-mobile > .wrapper {
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: background 0.25s;
  display: block;
  z-index: 1050;
  opacity: 1;
  width: 2.75em;
  height: 2.35em;
}
#btn-mobile > .wrapper > i {
  position: absolute;
  display: block;
  height: 2px;
  top: 0;
  left: 0;
  right: 0;
  background: var(--fg);
  transition: all 0.2s;
  transform-origin: 50% 50%;
}
#btn-mobile > .wrapper > .a {
  top: 0;
}
#btn-mobile > .wrapper > .b2,
#btn-mobile > .wrapper > .b {
  top: 1.175em;
}
#btn-mobile > .wrapper > .c {
  top: 2.35em;
}
body.show-menu-mobile #btn-mobile > .wrapper > .a {
  opacity: 0;
  background: var(--fg);
  transform: translateY(1.175em);
}
body.show-menu-mobile #btn-mobile > .wrapper > .b2 {
  transform: rotate(-45deg);
  background: var(--fg);
}
body.show-menu-mobile #btn-mobile > .wrapper > .b {
  transform: rotate(45deg);
  background: var(--fg);
}
body.show-menu-mobile #btn-mobile > .wrapper > .c {
  opacity: 0;
  background: var(--fg);
  transform: translateY(-1.175em);
}
body.show-menu-mobile {
  overflow: hidden;
}
@media (min-width: 760px) {
  #padder-mobile,
  #header-mobile,
  #menu-mobile,
  #btn-mobile {
    display: none;
  }
}
html #wpadminbar {
  z-index: 20000 !important;
}
body.admin-bar #menu {
  top: 32px;
}
#menu-padder {
  display: block;
  height: 18.95522388vw;
}
@media (min-width: 1340px) {
  #menu-padder {
    height: 254px;
  }
}
@media (max-width: 760px) {
  #menu-padder {
    height: 144.05970149px;
  }
}
@media (max-width: 760px) {
  #menu-padder {
    height: 190px;
  }
}
body.admin-bar #menu-padder {
  padding-top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar #menu-padder {
    padding-top: 46px;
  }
}
#menu {
  --menu-fg: var(--fg);
  --menu-fg-hover: var(--fg-hover);
  --menu-bg: var(--bg);
  color: var(--menu-fg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  padding: 0;
  transition: background-color 0.25s;
  text-align: right;
  background: var(--bg);
}
body.scrolled #menu {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: var(--menu-bg);
}
#menu .header-wrapper {
  position: relative;
  display: flex;
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}
@media (max-width: 760px) {
  #menu .header-wrapper {
    display: block;
  }
  #menu .header-wrapper h1.header-title {
    margin: 0 auto;
    text-align: center;
  }
  #menu .header-wrapper h1.header-title > a {
    display: inline-block;
    margin-bottom: 0.5em;
    color: var(--fg);
  }
  #menu .header-wrapper h1.header-title > a > .logo > svg {
    margin-right: 0;
  }
  #menu .header-wrapper h1.header-title > a:hover {
    color: var(--fg-hover);
  }
  #menu .header-wrapper .socmed-follow {
    margin: 0 auto;
    text-align: center;
    top: 0;
    right: 0;
  }
}
#menu h1.header-title {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  flex: 0;
}
@media (max-width: 760px) {
  #menu h1.header-title {
    padding-top: 2em;
  }
}
#menu h1.header-title > a {
  position: relative;
  z-index: 1060;
  color: var(--fg);
  transition: color 0.25s;
  display: block;
  text-decoration: none;
}
#menu h1.header-title > a > .logo > svg,
#menu h1.header-title > a > .logo > img {
  display: block;
  height: 9.70149254vw;
  width: auto;
  margin-right: 1.5em;
  fill: var(--menu-fg);
  transition: background-color 0.25s, fill 0.25s, opacity 0.25s, transform 0.25s;
}
@media (min-width: 1340px) {
  #menu h1.header-title > a > .logo > svg,
  #menu h1.header-title > a > .logo > img {
    height: 130px;
  }
}
@media (max-width: 760px) {
  #menu h1.header-title > a > .logo > svg,
  #menu h1.header-title > a > .logo > img {
    height: 73.73134328px;
  }
}
@media (max-width: 760px) {
  #menu h1.header-title > a > .logo > svg,
  #menu h1.header-title > a > .logo > img {
    height: 90px;
  }
}
#menu h1.header-title > a:hover {
  color: var(--menu-fg-hover);
}
#menu h1.header-title > a:hover > .logo > svg {
  fill: var(--menu-fg-hover);
}
#menu h1.header-title > a:hover > .logo > img {
  opacity: 0.7;
}
body.scheme-menu-white #menu h1.header-title > a {
  color: #fff;
}
body.scheme-menu-white #menu h1.header-title > a:hover {
  color: #89aaa4;
}
#menu .note {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.2em;
  padding: 0.35em 0;
  border-bottom: 2px solid transparent;
}
#menu .note p:last-child {
  padding-bottom: 0;
}
#menu .buttons {
  display: inline-block;
  vertical-align: middle;
  padding: 0.2em 0 0 0;
  margin-left: 0.5em;
}
#menu .socmed-follow {
  display: block;
  align-self: center;
  flex: 1;
  text-align: right;
  position: relative;
  top: -0.1em;
  right: -0.5em;
}
@media (max-width: 760px) {
  #menu .socmed-follow {
    padding-top: 1em;
  }
}
.block-press1 > .txt > .ingress {
  margin-bottom: 0.5em;
}
.block-press1 .press-gallery {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-gap: 2em 3.5em;
  gap: 2em 3.5em;
  padding-bottom: 2em;
}
@media (max-width: 760px) {
  .block-press1 .press-gallery {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: 1.2em 1.2em;
    gap: 1.2em 1.2em;
  }
}
.block-press1 .press-gallery > li > a {
  display: block;
  text-decoration: none;
  position: relative;
}
.block-press1 .press-gallery > li > a > .img {
  display: block;
  border: 1px solid var(--fg);
  padding: 7px;
  margin: 0 0 1em 0;
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: opacity 0.25s;
}
.block-press1 .press-gallery > li > a > .img > .empty {
  display: block;
  padding-top: 100%;
  background: center center no-repeat;
  background-size: contain;
}
.block-press1 .press-gallery > li > a > .info {
  font-size: 80%;
  line-height: 1.3;
}
.block-press1 .press-gallery > li > a > .info .size {
  white-space: nowrap;
}
.block-press1 .press-gallery > li > a > .info .author {
  display: block;
}
.block-press1 .press-gallery > li > a:hover > .img {
  opacity: 0.8;
}
.block-newsletter > .page-wrapper {
  padding-bottom: 2em !important;
}
.block-newsletter h1,
.block-newsletter h2 {
  text-align: center;
}
.block-newsletter .error {
  text-align: center;
  margin: 1em auto;
  display: block;
  font-size: 1.5em;
  color: red;
}
.block-newsletter .success {
  text-align: center;
  margin: 1em auto;
  display: block;
  font-size: 1.5em;
}
.block-newsletter .newsletter-form {
  text-align: center;
}
.block-newsletter .newsletter-form input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: #fff;
  color: #000;
  border-radius: 0;
  box-shadow: none;
  font: inherit;
  font-size: 1.5em;
  height: auto;
  padding: 0.5em 0.5em;
  max-width: 16.7em;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
}
@media (max-width: 760px) {
  .block-newsletter .newsletter-form input {
    max-width: none;
  }
}
.block-newsletter .newsletter-form input::-webkit-input-placeholder {
  color: #999;
}
.block-newsletter .newsletter-form input:-moz-placeholder {
  color: #999;
}
.block-newsletter .newsletter-form input::-moz-placeholder {
  color: #999;
}
.block-newsletter .newsletter-form input:-ms-input-placeholder {
  color: #999;
}
.block-newsletter .newsletter-form .g-recaptcha > div {
  margin: 1em auto;
  display: block;
  text-align: center;
}
@media (max-width: 760px) {
  .block-newsletter .newsletter-form .g-recaptcha > div {
    width: 19.5em !important;
    margin: 1em 0;
  }
}
.block-referenssi-list .ref-list {
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0 -1.25em;
  display: flex;
  flex-wrap: wrap;
}
.block-referenssi-list .ref-list-item {
  box-sizing: border-box;
  flex: 0 0 33%;
  display: flex;
  padding: 1.25em;
  padding-bottom: 3em;
}
.block-referenssi-list .ref-list-item > .image {
  flex: 0 0 30%;
}
.block-referenssi-list .ref-list-item > .image > .img-wrapper {
  padding-top: 100%;
  position: relative;
}
.block-referenssi-list .ref-list-item > .image > .img-wrapper > .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.block-referenssi-list .ref-list-item > .details {
  padding-left: 1.25em;
}
.block-referenssi-list .ref-list-item > .details > h2 {
  font-size: 130%;
}
@media (max-width: 760px) {
  .block-referenssi-list .ref-list {
    margin: 0;
    display: block;
  }
  .block-referenssi-list .ref-list-item {
    padding-bottom: 1.2em;
  }
}
.block-temp1 {
  text-align: center;
  padding-bottom: 5em;
}
.block-temp1 > .txt {
  padding-top: 15.34328358vw;
  padding-bottom: 3em;
}
@media (min-width: 1340px) {
  .block-temp1 > .txt {
    padding-top: 205.6px;
  }
}
@media (max-width: 760px) {
  .block-temp1 > .txt {
    padding-top: 116.60895522px;
  }
}
.block-temp1 .ingress {
  padding-bottom: 3.94477612vw;
  max-width: 20em;
  margin: 0 auto;
}
.block-temp1 .ingress::before {
  content: "";
  display: block;
  border-top: 2px solid var(--fg);
  width: 18.05149254vw;
  margin: 0 auto;
  margin-top: 7.13134328vw;
  padding-bottom: 7.13134328vw;
}
@media (min-width: 1340px) {
  .block-temp1 .ingress::before {
    width: 241.89px;
  }
}
@media (max-width: 760px) {
  .block-temp1 .ingress::before {
    width: 137.19134328px;
  }
}
@media (min-width: 1340px) {
  .block-temp1 .ingress::before {
    margin-top: 95.56px;
  }
}
@media (max-width: 760px) {
  .block-temp1 .ingress::before {
    margin-top: 54.19820896px;
  }
}
@media (min-width: 1340px) {
  .block-temp1 .ingress::before {
    padding-bottom: 95.56px;
  }
}
@media (max-width: 760px) {
  .block-temp1 .ingress::before {
    padding-bottom: 54.19820896px;
  }
}
@media (min-width: 1340px) {
  .block-temp1 .ingress {
    padding-bottom: 52.86px;
  }
}
@media (max-width: 760px) {
  .block-temp1 .ingress {
    padding-bottom: 29.98029851px;
  }
}
.block-temp1 .text1 {
  font-size: 2.08955224vw;
  max-width: 25em;
  margin: 0 auto;
}
@media (min-width: 1340px) {
  .block-temp1 .text1 {
    font-size: 28px;
  }
}
@media (max-width: 760px) {
  .block-temp1 .text1 {
    font-size: 15.88059701px;
  }
}
@media (max-width: 760px) {
  .block-temp1 .text1 {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .block-temp1 .text1 {
    max-width: 13em;
  }
}
.block-temp1 .content {
  font-size: 2.08955224vw;
  line-height: 1.8;
}
.block-temp1 .content::before {
  content: "";
  display: block;
  border-top: 2px solid var(--fg);
  width: 18.05149254vw;
  margin: 0 auto;
  margin-top: 7.13134328vw;
  padding-bottom: 7.13134328vw;
}
@media (min-width: 1340px) {
  .block-temp1 .content::before {
    width: 241.89px;
  }
}
@media (max-width: 760px) {
  .block-temp1 .content::before {
    width: 137.19134328px;
  }
}
@media (min-width: 1340px) {
  .block-temp1 .content::before {
    margin-top: 95.56px;
  }
}
@media (max-width: 760px) {
  .block-temp1 .content::before {
    margin-top: 54.19820896px;
  }
}
@media (min-width: 1340px) {
  .block-temp1 .content::before {
    padding-bottom: 95.56px;
  }
}
@media (max-width: 760px) {
  .block-temp1 .content::before {
    padding-bottom: 54.19820896px;
  }
}
.block-temp1 .content h2 {
  padding-bottom: 1.64253731vw;
}
@media (min-width: 1340px) {
  .block-temp1 .content h2 {
    padding-bottom: 22.01px;
  }
}
@media (max-width: 760px) {
  .block-temp1 .content h2 {
    padding-bottom: 12.48328358px;
  }
}
@media (min-width: 1340px) {
  .block-temp1 .content {
    font-size: 28px;
  }
}
@media (max-width: 760px) {
  .block-temp1 .content {
    font-size: 15.88059701px;
  }
}
@media (max-width: 760px) {
  .block-temp1 .content {
    font-size: 15px;
  }
}
.block-temp1 .content a {
  text-decoration: none;
}
.block-temp1 .content p:last-child {
  padding-bottom: 0;
}
.block-temp1 .copyright {
  text-align: center;
  padding: 1em 0;
  letter-spacing: 0.149em;
  font-family: "worthington-arcade", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  padding-top: 5.26567164vw;
  font-size: 1.04477612vw;
  text-transform: uppercase;
}
@media (min-width: 1340px) {
  .block-temp1 .copyright {
    padding-top: 70.56px;
  }
}
@media (max-width: 760px) {
  .block-temp1 .copyright {
    padding-top: 40.01910448px;
  }
}
@media (min-width: 1340px) {
  .block-temp1 .copyright {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  .block-temp1 .copyright {
    font-size: 7.94029851px;
  }
}
@media (max-width: 760px) {
  .block-temp1 .copyright {
    padding-top: 39px;
    font-size: 13px;
    max-width: 22em;
    margin: 0 auto;
  }
  .block-temp1 .copyright .row {
    display: block;
  }
  .block-temp1 .copyright .sep {
    display: none;
  }
}
.temp1-copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 1em;
  text-align: center;
  padding: 1em 0;
  letter-spacing: 0.149em;
  font-family: "worthington-arcade", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  padding-top: 5.26567164vw;
  font-size: 1.04477612vw;
  text-transform: uppercase;
}
@media (min-width: 1340px) {
  .temp1-copyright {
    padding-top: 70.56px;
  }
}
@media (max-width: 760px) {
  .temp1-copyright {
    padding-top: 40.01910448px;
  }
}
@media (min-width: 1340px) {
  .temp1-copyright {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  .temp1-copyright {
    font-size: 7.94029851px;
  }
}
@media (max-width: 760px) {
  .temp1-copyright {
    padding-top: 39px;
    font-size: 11px;
    max-width: 22em;
    margin: 0 auto;
  }
  .temp1-copyright .row {
    display: block;
  }
  .temp1-copyright .sep {
    display: none;
  }
}
html {
  height: -webkit-fill-available;
}
body {
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
  display: flex;
  position: relative;
}
#page {
  align-self: top;
  width: 100%;
}
.block-video .embed iframe {
  display: block;
  width: 100%;
}
#footer {
  /*position: absolute; bottom: 0; left: 0; right: 0;*/
}
@media (max-width: 782px) {
  body.admin-bar #header {
    top: 46px;
  }
}
html #wpadminbar {
  z-index: 20000 !important;
}
