/*!
Theme Name:     Måndag
Description:    
Author:         Ulkoasu: Tero Ahonen, Ohjelmointi: Jari Pennanen
Version:        
License:
*/
@import url("//fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,700;1,400&display=swap");
@font-face {
  font-family: "Integral";
  font-weight: bold;
  font-style: normal;
  src: url("css/IntegralCF-Heavy.otf") format("opentype");
}
@font-face {
  font-family: "Integral";
  font-weight: normal;
  font-style: normal;
  src: url("css/IntegralCF-Bold.otf") format("opentype");
}
/**
 * New UI
 */
.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: #fff no-repeat;
  padding: 0.75em 0.75em;
  border: 2px solid #fff;
  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: 2px solid #e4002b;
  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, #fff 39%, #fff 54%, #fff 57%, #fff 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, #e4002b 0%, #e4002b 37%, #fff 39%, #fff 54%, #fff 57%, #fff 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: 2px solid #fff;
  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='%23e4002b' 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: #fff 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='%23e4002b' 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;
  border: 2px solid #fff;
  -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: 2px solid #e4002b;
  outline: 0;
}
.newui input[data-newui-icon-search] {
  background: #fff 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%23e4002b%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: #808080;
  text-indent: 0;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #808080;
  opacity: 1;
  text-indent: 0;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #808080;
  opacity: 1;
  text-indent: 0;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #808080;
  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.42653352vw;
  font-weight: normal;
  font-family: inherit;
  display: block;
  margin: 0;
  border: 0;
  background: #fff;
}
@media (min-width: 1402px) {
  .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: 10.84165478px;
  }
}
.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("https://www.mandag.fi/wp-content/themes/mondag/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;
}
::-moz-selection {
  background: #e4002bfe;
  color: #ffffff !important;
  opacity: 1 !important;
}
::selection {
  background: #e4002bfe;
  color: #ffffff !important;
  opacity: 1 !important;
}
::-moz-selection {
  background: #e4002bfe;
  color: #ffffff !important;
  opacity: 1 !important;
}
em {
  color: #888;
}
.ingress {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  line-height: 1.1;
  font-size: 2.28245364vw;
  padding: 0 0 1.1em 0;
}
@media (min-width: 1402px) {
  .ingress {
    font-size: 32px;
  }
}
@media (max-width: 760px) {
  .ingress {
    font-size: 17.34664765px;
  }
}
@media (max-width: 760px) {
  .ingress {
    font-size: 19px;
    line-height: 1.3;
    font-weight: normal;
  }
}
iframe {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.jump-target {
  display: block;
  height: 1px;
}
body,
html {
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 100%;
  position: relative;
}
body {
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  font-size: 1.42653352vw;
  color: #fff;
  padding-bottom: 120px;
  background: #000;
}
@media (min-width: 1402px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  body {
    font-size: 10.84165478px;
  }
}
@media (max-width: 760px) {
  body {
    font-size: 18px;
  }
}
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: #000;
  border: 0;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb {
  background: #e4002b;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb:hover {
  background: #e4002b;
}
body.footer-visible {
  background: #e4002b;
}
.lang-en {
  color: #e4002b;
}
a {
  color: #e4002b;
  transition: color 0.25s;
}
a:hover {
  color: #e4002b;
}
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='#e4002b' /%3E%3C/svg%3E");
  padding: 0 0 1em 1.2em;
}
ul li {
  padding: 0.2em 0;
}
.close-to-frontpage {
  top: 2em;
  right: 2em;
  position: fixed;
  z-index: 2;
  fill: #fff;
  background: #fff;
  padding: 1.5em;
  border-radius: 50%;
}
.close-to-frontpage > svg {
  width: 2em;
  height: 2em;
  display: block;
}
@media (max-width: 760px) {
  .close-to-frontpage-padder {
    padding-top: 2em;
  }
  .close-to-frontpage {
    background: #e4002b;
    font-size: 12px;
  }
  .close-to-frontpage > svg {
    fill: white;
  }
}
table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0 0 0;
}
table th,
table td {
  padding: 0.6em 1.2em;
  border: 1px solid #888;
}
table th {
  color: #e4002b;
}
@media screen and (max-width: 760px) {
  table {
    border: 0;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    display: block;
  }
  table td {
    border-bottom: 0;
    display: block;
    text-align: right;
  }
  table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  table tr:last-child td:last-child {
    border-bottom: 1px solid #888;
  }
}
h2:first-child,
h3:first-child {
  margin-top: 0;
  padding-top: 0;
}
h1 {
  font-family: "Integral", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 0.95;
  margin: 0;
  font-size: 7.13266762vw;
  color: #fff;
  padding: 0.15em 0 0.55em 0;
}
@media (min-width: 1402px) {
  h1 {
    font-size: 100px;
  }
}
@media (max-width: 760px) {
  h1 {
    font-size: 54.20827389px;
  }
}
@media (max-width: 760px) {
  h1 {
    font-size: 38px;
    padding: 0.15em 0 1em 0;
  }
}
h1.smalltitle {
  text-transform: uppercase;
  font-size: inherit;
  font-weight: bold;
  padding-bottom: 0.2em;
  color: #fff;
}
h2 {
  font-family: "Integral", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 0.95;
  color: #fff;
  font-size: 1.56918688vw;
  text-transform: none;
  padding: 0.1em 0 0.43em;
  margin: 0;
}
@media (min-width: 1402px) {
  h2 {
    font-size: 22px;
  }
}
@media (max-width: 760px) {
  h2 {
    font-size: 11.92582026px;
  }
}
@media (max-width: 760px) {
  h2 {
    font-size: 22px;
  }
}
h2.bigtitle {
  font-family: "Integral", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 0.95;
  margin: 0;
  font-size: 7.13266762vw;
  color: #fff;
  padding: 0.15em 0 0.55em 0;
}
@media (min-width: 1402px) {
  h2.bigtitle {
    font-size: 100px;
  }
}
@media (max-width: 760px) {
  h2.bigtitle {
    font-size: 54.20827389px;
  }
}
@media (max-width: 760px) {
  h2.bigtitle {
    font-size: 38px;
    padding: 0.15em 0 1em 0;
  }
}
h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  font-size: 75%;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.3;
  padding: 0.1em 0 0.43em;
  margin: 0;
}
@media (max-width: 760px) {
  h3 {
    font-size: 13px;
  }
}
h4 {
  font-family: "Integral", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 0.95;
  margin: 0;
  color: #fff;
  font-size: 1.71184023vw;
  padding: 0.1em 0 0.2em;
}
@media (min-width: 1402px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 760px) {
  h4 {
    font-size: 13.00998573px;
  }
}
@media (max-width: 760px) {
  h4 {
    font-size: 16px;
  }
}
h1 + h2 {
  margin-top: 0;
}
a.pdf-icon:before {
  display: inline-block;
  content: "";
  background: url("https://www.mandag.fi/wp-content/themes/mondag/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: 1382px;
  padding: 0;
  padding-left: 3.92296719vw;
  padding-right: 3.92296719vw;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 1402px) {
  .page-wrapper {
    padding-left: 55px;
  }
}
@media (max-width: 760px) {
  .page-wrapper {
    padding-left: 29.81455064px;
  }
}
@media (min-width: 1402px) {
  .page-wrapper {
    padding-right: 55px;
  }
}
@media (max-width: 760px) {
  .page-wrapper {
    padding-right: 29.81455064px;
  }
}
@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: #e4002b;
}
.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("https://www.mandag.fi/wp-content/themes/mondag/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("https://www.mandag.fi/wp-content/themes/mondag/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;
}
#main {
  overflow: hidden;
  background: #000;
}
#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: #e4002b;
  border: 1px solid #e4002b;
}
#pagenav > .dots {
  position: relative;
  top: -5px;
  border: none;
}
#pagenav > a.page-numbers:hover,
#pagenav > .current {
  border-color: #fff;
  color: #fff;
}
#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;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 auto;
}
.socmed-share > li,
.socmed-follow > li {
  display: inline-block;
}
.socmed-share .some-link,
.socmed-follow .some-link {
  color: currentColor;
  position: relative;
  display: block;
  padding: 0 0.6em 2.2em 0.6em;
  font-size: 80%;
}
.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;
  width: 1.6em;
  height: 1.6em;
  border-radius: 0.8em;
  background: none;
}
.socmed-share .some-link > .img > svg,
.socmed-follow .some-link > .img > svg {
  transition: fill 0.25s;
  fill: currentColor;
  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: #fff;
  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: none;
}
.socmed-share .some-link:hover > .img > svg,
.socmed-follow .some-link:hover > .img > svg {
  fill: currentColor;
}
.socmed-share .some-link:hover > .txt,
.socmed-follow .some-link:hover > .txt {
  opacity: 1;
  color: #fff;
}
.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: #e4002b;
}
.style-dark .socmed-share .some-link:hover > .img > svg,
.style-dark .socmed-follow .some-link:hover > .img > svg {
  fill: #fff;
}
.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: #fff;
  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: #fff;
  transition: color 0.25s;
}
@media not all and (hover: none) {
  .socmed-sharing .share-btn:hover > .title {
    color: #e4002b;
  }
  .socmed-sharing .share-btn:hover > svg {
    fill: #e4002b;
  }
}
.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: #e4002b;
  color: #fff;
  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;
  border-radius: 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 90%;
  font-weight: bold;
  background: none;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #fff;
  padding: 0.6em 2.5em 0.6em 2.5em;
  min-width: 9em;
}
a:hover .more-link,
a.more-link:hover {
  color: #e4002b;
}
.more-link + .more-link {
  margin-left: 0.5em;
}
.style-light .more-link {
  color: #fff;
}
.style-light a .more-link:hover,
.style-light a.more-link:hover {
  color: #e4002b;
}
.style-dark .more-link {
  color: #fff;
}
.style-dark a .more-link:hover,
.style-dark a.more-link:hover {
  color: #e4002b;
}
.more-link.big {
  font-size: 150%;
}
.button {
  cursor: pointer;
  cursor: hand;
  transition: color 0.25s;
  text-transform: uppercase;
  border-radius: 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 90%;
  font-weight: bold;
  background: none;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #fff;
  padding: 0.6em 2.5em 0.6em 2.5em;
  min-width: 9em;
}
a:hover .button,
a.button:hover {
  color: #e4002b;
}
.button + .more-link {
  margin-left: 0.5em;
}
.style-light .button {
  color: #fff;
}
.style-light a .button:hover,
.style-light a.button:hover {
  color: #e4002b;
}
.style-dark .button {
  color: #fff;
}
.style-dark a .button:hover,
.style-dark a.button:hover {
  color: #e4002b;
}
.button.big {
  font-size: 150%;
}
.primary-btn {
  cursor: pointer;
  cursor: hand;
  transition: color 0.25s;
  text-transform: uppercase;
  border-radius: 0;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 90%;
  font-weight: bold;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #fff;
  padding: 0.6em 2.5em 0.6em 2.5em;
  min-width: 9em;
  background: #e4002b;
  color: #fff;
}
a:hover .primary-btn,
a.primary-btn:hover {
  color: #e4002b;
}
.primary-btn + .more-link {
  margin-left: 0.5em;
}
.style-light .primary-btn {
  color: #fff;
}
.style-light a .primary-btn:hover,
.style-light a.primary-btn:hover {
  color: #e4002b;
}
.style-dark .primary-btn {
  color: #fff;
}
.style-dark a .primary-btn:hover,
.style-dark a.primary-btn:hover {
  color: #e4002b;
}
.primary-btn.big {
  font-size: 150%;
}
.more-link-light {
  color: #e4002b;
  display: inline-block;
  padding: 1em 1.33em;
}
.more-link-light:hover {
  color: #fff;
}
.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 {
  color: #000;
  background: #fff;
  background-size: cover;
}
.style-light h1,
.style-light-bg h1,
.style-light h2,
.style-light-bg h2,
.style-light h3,
.style-light-bg h3,
.style-light h4,
.style-light-bg h4,
.style-light h5,
.style-light-bg h5 {
  color: #000;
}
.style-light .ingress,
.style-light-bg .ingress {
  color: #000;
}
.style-light a,
.style-light-bg a {
  color: #e4002b;
}
.style-light a:hover,
.style-light-bg a:hover {
  color: #e4002b;
}
.style-light2,
.style-light2-bg {
  color: #000;
  background: #f0efef;
  background-size: cover;
}
.style-light2 h1,
.style-light2-bg h1,
.style-light2 h2,
.style-light2-bg h2,
.style-light2 h3,
.style-light2-bg h3,
.style-light2 h4,
.style-light2-bg h4,
.style-light2 h5,
.style-light2-bg h5 {
  color: #000;
}
.style-light2 .ingress,
.style-light2-bg .ingress {
  color: #000;
}
.style-light2 a,
.style-light2-bg a {
  color: #e4002b;
}
.style-light2 a:hover,
.style-light2-bg a:hover {
  color: #e4002b;
}
.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: #e4002b;
  color: #fff;
  background-size: 0;
}
.style-dark2 h1,
.style-dark2 h2,
.style-dark2 h3,
.style-dark2 h4 {
  color: #e4002b;
}
.style-dark2 .ingress {
  color: #fff;
}
.style-dark2 a {
  color: #fff;
}
.style-dark2 a:hover {
  color: #e4002b;
}
.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(228, 0, 43, 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: #e4002b;
  color: #fff;
}
.style-colored > .txt h1,
.style-colored > .txt h2,
.style-colored > .txt h3,
.style-colored > .txt h4,
.style-colored > .txt h5 {
  color: #fff;
}
.style-colored > .txt a {
  color: #fff;
}
.style-colored > .txt a:hover {
  color: #000;
}
.style-colored > .txt .ingress {
  color: #fff;
}
.style-colored > .txt .textblock-link {
  color: #e4002b;
}
.style-colored > .txt .textblock-link:hover {
  color: #e4002b;
}
.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 > .anchor {
  position: absolute;
  margin-top: -47px;
  width: 1px;
  height: 1px;
}
.block > .txt {
  padding-top: 9.98573466vw;
  padding-bottom: 9.98573466vw;
}
@media (min-width: 1402px) {
  .block > .txt {
    padding-top: 140px;
  }
}
@media (max-width: 760px) {
  .block > .txt {
    padding-top: 75.89158345px;
  }
}
@media (min-width: 1402px) {
  .block > .txt {
    padding-bottom: 140px;
  }
}
@media (max-width: 760px) {
  .block > .txt {
    padding-bottom: 75.89158345px;
  }
}
@media (max-width: 760px) {
  .block > .txt {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.block.padding-layout-higher > .txt {
  padding-top: 12.83880171vw;
  padding-bottom: 12.83880171vw;
}
@media (min-width: 1402px) {
  .block.padding-layout-higher > .txt {
    padding-top: 180px;
  }
}
@media (max-width: 760px) {
  .block.padding-layout-higher > .txt {
    padding-top: 97.57489301px;
  }
}
@media (min-width: 1402px) {
  .block.padding-layout-higher > .txt {
    padding-bottom: 180px;
  }
}
@media (max-width: 760px) {
  .block.padding-layout-higher > .txt {
    padding-bottom: 97.57489301px;
  }
}
.block.padding-layout-lower > .txt {
  padding-top: 6.41940086vw;
  padding-bottom: 6.41940086vw;
}
@media (min-width: 1402px) {
  .block.padding-layout-lower > .txt {
    padding-top: 90px;
  }
}
@media (max-width: 760px) {
  .block.padding-layout-lower > .txt {
    padding-top: 48.7874465px;
  }
}
@media (min-width: 1402px) {
  .block.padding-layout-lower > .txt {
    padding-bottom: 90px;
  }
}
@media (max-width: 760px) {
  .block.padding-layout-lower > .txt {
    padding-bottom: 48.7874465px;
  }
}
@media (max-width: 760px) {
  .block.padding-layout-lower > .txt {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.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: 45em;
  margin: 0 auto;
}
.block.layout-narrower2 > .page-wrapper {
  max-width: 30em;
  margin: 0 auto;
}
.block.text-alignment-center {
  text-align: center;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
  text-indent: 0;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
  text-indent: 0;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
  text-indent: 0;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  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%;
  color: gray;
}
.mfp-content {
  padding-top: 40px;
}
p:first-child a.mfp-close {
  cursor: pointer;
  cursor: hand;
  background-size: 100%;
  background-image: url("https://www.mandag.fi/wp-content/themes/mondag/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 {
  padding-bottom: 3em;
}
.go-back-wrapper > a {
  text-transform: uppercase;
  font-size: 80%;
}
.go-back-wrapper > a:hover {
  color: #fff;
}
/*
.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-anim1-vis {
  position: absolute;
  left: 0;
}
.block-anim1 {
  position: relative;
  padding: 10.5em 0;
}
.block-anim1 > .decor {
  position: absolute;
  top: -4em;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 8em;
  height: auto;
}
@media (max-width: 760px) {
  .block-anim1 > .decor {
    font-size: 13px;
  }
}
.block-anim1 > .vis {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 1px;
}
@media (max-width: 760px) {
  .block-anim1 {
    padding: 8em 0 6em 0;
  }
}
.block-anim1 > .content {
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  font-size: 6.41940086vw;
  height: 3em;
  position: relative;
  color: #e4002b;
}
@media (min-width: 1402px) {
  .block-anim1 > .content {
    font-size: 90px;
  }
}
@media (max-width: 760px) {
  .block-anim1 > .content {
    font-size: 48.7874465px;
  }
}
.block-anim1 > .content > div {
  height: 1em;
  position: absolute;
  top: 0;
  white-space: nowrap;
}
@media (min-width: 761px) {
  .block-anim1 > .content > .row1 {
    left: -15em;
  }
  .block-anim1 > .content > .row2 {
    top: 1em;
    right: -15em;
  }
  .block-anim1 > .content > .row3 {
    top: 2em;
    left: -15em;
  }
  .block-anim1 > .content > .row2-mobile {
    display: none;
  }
  .block-anim1 > .content > .row3-mobile {
    display: none;
  }
}
@media (max-width: 760px) {
  .block-anim1 > .content {
    height: 5em;
  }
  .block-anim1 > .content > .row1 {
    left: -15em;
  }
  .block-anim1 > .content > .row2 {
    top: 1em;
    right: -15em;
  }
  .block-anim1 > .content > .row2-mobile {
    top: 2em;
    left: -15em;
  }
  .block-anim1 > .content > .row3 {
    top: 4em;
    right: -15em;
    display: block;
  }
  .block-anim1 > .content > .row3-mobile {
    top: 3em;
    left: -15em;
    display: block;
  }
}
/**
 * Swiper 7.0.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 4, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
    --swiper-pagination-color: var(--swiper-theme-color);
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-height: 8px;
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 6px;
    */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.block-articles-slider {
  /* Swiper button customization */
}
.block-articles-slider h1 {
  text-align: center;
  font-size: 2.85306705vw;
  padding-bottom: 2em;
}
@media (min-width: 1402px) {
  .block-articles-slider h1 {
    font-size: 40px;
  }
}
@media (max-width: 760px) {
  .block-articles-slider h1 {
    font-size: 21.68330956px;
  }
}
@media (max-width: 760px) {
  .block-articles-slider h1 {
    font-size: 28px;
  }
}
.block-articles-slider .swiper {
  margin: 0 -1.5em;
}
.block-articles-slider .swiper-slide .wrapper {
  display: block;
  padding: 0 1.5em;
  color: currentColor;
}
.block-articles-slider .swiper-slide .wrapper:hover {
  opacity: 0.8;
}
.block-articles-slider .swiper-slide .img {
  display: block;
  width: 100%;
  padding-top: 66.66666667%;
  background-size: cover;
  background-position: center center;
}
.block-articles-slider .custom-main-swiper-wrapper {
  position: relative;
}
.block-articles-slider .swiper-button-prev,
.block-articles-slider .swiper-button-next {
  background: none;
  border-radius: 50%;
  padding: 1em;
  width: 2em;
  height: 2em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 47%;
}
.block-articles-slider .swiper-button-prev::after,
.block-articles-slider .swiper-button-next::after {
  content: none;
}
.block-articles-slider .swiper-button-prev:focus,
.block-articles-slider .swiper-button-next:focus {
  outline: none;
}
.block-articles-slider .swiper-button-prev svg,
.block-articles-slider .swiper-button-next svg {
  height: 7em;
  width: auto;
  display: block;
}
.block-articles-slider .swiper-button-next {
  box-shadow: none;
  right: -8em;
}
.block-articles-slider .swiper-button-prev {
  box-shadow: none;
  left: -8em;
}
.block-articles-slider .swiper-button-prev svg {
  transform: rotate(180deg);
}
.block-articles-slider .people {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 70%;
  padding-top: 0.5em;
}
.block-articles-slider h2 {
  padding: 0.2em 0;
}
.block-articles-slider .excerpt {
  font-size: 80%;
}
.block-articles-list h1 {
  text-align: center;
}
.block-articles-list .article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding-top: 3em;
  margin: 0 -1em;
}
.block-articles-list .article-list > li {
  box-sizing: border-box;
  flex: 0 0 33.3333%;
  padding: 0 1em;
  padding-bottom: 0;
}
.block-articles-list .article-list > li:last-child {
  border-right: 0;
}
@media (max-width: 760px) {
  .block-articles-list .article-list > li {
    flex: 0 0 50%;
  }
}
.block-articles-list .article-list-item {
  padding: 0 0 3em 0;
}
.block-articles-list .article-list-item .image {
  margin-bottom: 1.5em;
  -webkit-background-size: cover;
  background-position: center center;
  background-size: cover;
  border: 1px solid #efefef;
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: opacity 0.25s;
}
.block-articles-list .article-list-item .image > .empty {
  padding: 56.25% 0 0 0;
}
.block-articles-list .article-list-item .details {
  overflow: hidden;
  padding: 0 0 2em 0;
}
.block-articles-list .article-list-item .details .meta {
  padding: 0 0 1em 0;
}
.block-articles-list .article-list-item .details h2 {
  color: inherit;
  text-align: left;
  padding-top: 0;
  padding-bottom: 1em;
}
.block-articles-list .article-list-item .details .excerpt {
  font-size: 90%;
  line-height: 1.4;
}
.block-articles-list .article-list-item > a {
  display: block;
  color: #fff;
}
.block-articles-list .article-list-item > a:hover {
  color: #e4002b;
}
@media (max-width: 760px) {
  .block-articles-list .article-list-item .excerpt {
    display: none;
  }
}
.block-articles-list .more-link-wrapper {
  padding: 1.5em 0 0 0;
  text-align: center;
}
.block-articles-list .buttons {
  text-align: center;
}
.block-articles-home {
  text-align: center;
}
.block-articles-home > .txt {
  padding-top: 2em;
}
.block-articles-home .article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-gap: 3.5em 3.5em;
  gap: 3.5em 3.5em;
}
@media (max-width: 760px) {
  .block-articles-home .article-list {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
.block-articles-home .article-list > li {
  position: relative;
}
.block-articles-home .article-list > li:last-child {
  border-right: 0;
}
.block-articles-home .article-list > li::before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: -1.75em;
  left: 0;
  background: #fff;
  right: 0;
}
.block-articles-home .article-list > li::after {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.75em;
  background: #fff;
}
.block-articles-home .article-list > li:nth-child(3n)::after {
  content: "";
  display: none;
}
.block-articles-home .article-list-item {
  padding: 0 0 0 0;
}
.block-articles-home .article-list-item .cats {
  text-transform: uppercase;
  padding: 0 0 1em 0;
  font-size: 80%;
  letter-spacing: 0.1em;
}
.block-articles-home .article-list-item .cats ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-articles-home .article-list-item .cats li {
  display: inline-block;
}
.block-articles-home .article-list-item .tags {
  font-size: 80%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.block-articles-home .article-list-item .image {
  display: block;
  margin-bottom: 1.5em;
  -webkit-background-size: cover;
  background-position: center center;
  background-size: cover;
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: opacity 0.25s;
}
.block-articles-home .article-list-item .image > .empty {
  padding: 56.25% 0 0 0;
}
.block-articles-home .article-list-item .image:hover {
  opacity: 0.8;
}
.block-articles-home .article-list-item .details {
  overflow: hidden;
  padding: 0 0 2em 0;
}
.block-articles-home .article-list-item .details .meta {
  padding: 0 0 1em 0;
}
.block-articles-home .article-list-item .details .date {
  display: none;
}
.block-articles-home .article-list-item .details h2 {
  color: inherit;
  padding-top: 0;
  padding-bottom: 1em;
  font-size: 2.13980029vw;
}
@media (min-width: 1402px) {
  .block-articles-home .article-list-item .details h2 {
    font-size: 30px;
  }
}
@media (max-width: 760px) {
  .block-articles-home .article-list-item .details h2 {
    font-size: 16.26248217px;
  }
}
@media (max-width: 760px) {
  .block-articles-home .article-list-item .details h2 {
    font-size: 20px;
  }
}
.block-articles-home .article-list-item .details .excerpt {
  font-size: 90%;
  line-height: 1.4;
}
.block-articles-home .article-list-item a {
  color: #fff;
}
.block-articles-home .article-list-item a:hover {
  color: #e4002b;
}
@media (max-width: 760px) {
  .block-articles-home .article-list-item .excerpt {
    display: none;
  }
}
.block-articles-home .more-link-wrapper {
  padding: 1.5em 0 0 0;
  text-align: center;
}
.block-central-items2,
.block-central-items2.style-dark {
  position: relative;
  /* BIRDI
    > .decor {
        position: absolute;
        top: -8em;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 16em;
        height: auto;
        @media (max-width: 760px) {
            font-size: 11px;
        }
    }
*/
  text-align: center;
}
.block-central-items2 > .decor,
.block-central-items2.style-dark > .decor {
  position: absolute;
  top: -4em;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 8em;
  height: auto;
}
@media (max-width: 760px) {
  .block-central-items2 > .decor,
  .block-central-items2.style-dark > .decor {
    font-size: 13px;
  }
}
.block-central-items2.has-decor > .txt,
.block-central-items2.style-dark.has-decor > .txt {
  padding-top: 12.83880171vw;
}
@media (min-width: 1402px) {
  .block-central-items2.has-decor > .txt,
  .block-central-items2.style-dark.has-decor > .txt {
    padding-top: 180px;
  }
}
@media (max-width: 760px) {
  .block-central-items2.has-decor > .txt,
  .block-central-items2.style-dark.has-decor > .txt {
    padding-top: 97.57489301px;
  }
}
@media (max-width: 760px) {
  .block-central-items2.has-decor > .txt,
  .block-central-items2.style-dark.has-decor > .txt {
    padding-top: 100px;
  }
}
.block-central-items2 > .txt > .content,
.block-central-items2.style-dark > .txt > .content {
  max-width: 40em;
  margin: 0 auto;
  color: #e4002b;
}
.block-central-items2 > .txt > .content h1,
.block-central-items2.style-dark > .txt > .content h1,
.block-central-items2 > .txt > .content .ingress,
.block-central-items2.style-dark > .txt > .content .ingress {
  color: #e4002b;
}
.block-central-items2 > .txt > .content h3,
.block-central-items2.style-dark > .txt > .content h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  font-size: 75%;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.3;
}
@media (max-width: 760px) {
  .block-central-items2 > .txt > .content h3,
  .block-central-items2.style-dark > .txt > .content h3 {
    font-size: 13px;
  }
}
.block-central-items2 > .txt > .images-wrapper > .images,
.block-central-items2.style-dark > .txt > .images-wrapper > .images {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin-top: 3em;
  text-align: left;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media (max-width: 760px) {
  .block-central-items2 > .txt > .images-wrapper > .images,
  .block-central-items2.style-dark > .txt > .images-wrapper > .images {
    font-size: 80%;
    display: block;
  }
}
.block-central-items2 > .txt > .images-wrapper > .images > li,
.block-central-items2.style-dark > .txt > .images-wrapper > .images > li {
  vertical-align: top;
  padding: 1.4em;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.block-central-items2 > .txt > .images-wrapper > .images > li > div,
.block-central-items2.style-dark > .txt > .images-wrapper > .images > li > div {
  display: block;
  color: inherit;
  transition: color 0.15s;
  overflow: hidden;
  position: relative;
}
.block-central-items2 > .txt > .images-wrapper > .images > li > div > .opener > .close-open,
.block-central-items2.style-dark > .txt > .images-wrapper > .images > li > div > .opener > .close-open {
  display: none;
}
.block-central-items2 > .txt > .images-wrapper > .images > li > div > .opener > .img-wrapper,
.block-central-items2.style-dark > .txt > .images-wrapper > .images > li > div > .opener > .img-wrapper {
  display: block;
  width: 10em;
  max-width: 100%;
  margin-bottom: 1em;
  position: relative;
  opacity: 1;
  transition: opacity 0.25s;
}
.block-central-items2 > .txt > .images-wrapper > .images > li > div > .opener > .img-wrapper > h2,
.block-central-items2.style-dark > .txt > .images-wrapper > .images > li > div > .opener > .img-wrapper > h2 {
  font-family: "Integral", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 0.95;
  font-size: 150%;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
}
.block-central-items2 > .txt > .images-wrapper > .images > li > div > .opener > .img-wrapper > svg,
.block-central-items2.style-dark > .txt > .images-wrapper > .images > li > div > .opener > .img-wrapper > svg {
  width: 100%;
  height: auto;
  fill: #e4002b;
  transition: opacity 0.15s;
  display: block;
  opacity: 1;
}
.block-central-items2 > .txt > .images-wrapper > .images > li > div > .opener > .img-wrapper > .img,
.block-central-items2.style-dark > .txt > .images-wrapper > .images > li > div > .opener > .img-wrapper > .img {
  box-sizing: border-box;
  transition: opacity 0.15s;
  display: block;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 761px) {
  .block-central-items2 > .txt > .images-wrapper > .images > li > div > .opener > .img-wrapper > .empty,
  .block-central-items2.style-dark > .txt > .images-wrapper > .images > li > div > .opener > .img-wrapper > .empty {
    padding-top: 50% !important;
  }
}
@media (max-width: 760px) {
  .block-central-items2 > .txt > .images-wrapper > .images > li > div > .opener > .img-wrapper,
  .block-central-items2.style-dark > .txt > .images-wrapper > .images > li > div > .opener > .img-wrapper {
    max-height: 5em;
  }
}
.block-central-items2 > .txt > .images-wrapper > .images > li > div > .opener > .img-wrapper:hover,
.block-central-items2.style-dark > .txt > .images-wrapper > .images > li > div > .opener > .img-wrapper:hover {
  opacity: 0.7;
}
.block-central-items2 > .txt > .images-wrapper > .images > li > div > .content,
.block-central-items2.style-dark > .txt > .images-wrapper > .images > li > div > .content {
  padding-top: 0.5em;
}
@media (max-width: 760px) {
  .block-central-items2 > .txt > .images-wrapper > .images > li > div > .content,
  .block-central-items2.style-dark > .txt > .images-wrapper > .images > li > div > .content {
    max-height: 4.4em;
  }
  .block-central-items2 > .txt > .images-wrapper > .images > li > div > .content > p:first-child,
  .block-central-items2.style-dark > .txt > .images-wrapper > .images > li > div > .content > p:first-child {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .block-central-items2 > .txt > .images-wrapper > .images > li > div.show > .content,
  .block-central-items2.style-dark > .txt > .images-wrapper > .images > li > div.show > .content {
    max-height: none;
  }
  .block-central-items2 > .txt > .images-wrapper > .images > li > div.show > .content > p:first-child,
  .block-central-items2.style-dark > .txt > .images-wrapper > .images > li > div.show > .content > p:first-child {
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
  }
  .block-central-items2 > .txt > .images-wrapper > .images > li > div.show > .opener > .close-open > span > i,
  .block-central-items2.style-dark > .txt > .images-wrapper > .images > li > div.show > .opener > .close-open > span > i {
    transform: rotate(-45deg);
  }
  .block-central-items2 > .txt > .images-wrapper > .images > li > div.show > .opener > .close-open > span > b,
  .block-central-items2.style-dark > .txt > .images-wrapper > .images > li > div.show > .opener > .close-open > span > b {
    transform: rotate(45deg);
  }
  .block-central-items2 > .txt > .images-wrapper > .images > li > div > .opener > .close-open,
  .block-central-items2.style-dark > .txt > .images-wrapper > .images > li > div > .opener > .close-open {
    position: absolute;
    right: 0;
    top: 0;
    text-align: left;
    font-size: 28px;
    display: block;
    color: #fff;
    z-index: 2;
  }
  .block-central-items2 > .txt > .images-wrapper > .images > li > div > .opener > .close-open > span,
  .block-central-items2.style-dark > .txt > .images-wrapper > .images > li > div > .opener > .close-open > span {
    width: 0.8em;
    height: 0.8em;
    display: block;
    position: absolute;
    top: 0.1em;
    right: 0.1em;
  }
  .block-central-items2 > .txt > .images-wrapper > .images > li > div > .opener > .close-open > span > i,
  .block-central-items2.style-dark > .txt > .images-wrapper > .images > li > div > .opener > .close-open > 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-central-items2 > .txt > .images-wrapper > .images > li > div > .opener > .close-open > span > b,
  .block-central-items2.style-dark > .txt > .images-wrapper > .images > li > div > .opener > .close-open > 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-central-items2 > .txt > .images-wrapper > .images > li > a:hover svg,
.block-central-items2.style-dark > .txt > .images-wrapper > .images > li > a:hover svg,
.block-central-items2 > .txt > .images-wrapper > .images > li > a:hover .img,
.block-central-items2.style-dark > .txt > .images-wrapper > .images > li > a:hover .img {
  opacity: 0.6;
}
.block-central-items2 .more-link-wrapper,
.block-central-items2.style-dark .more-link-wrapper {
  text-align: center;
}
.block-central-items2 .footer,
.block-central-items2.style-dark .footer {
  clear: both;
}
.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: #fff;
  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-contacts a {
  color: #fff;
}
.block-contacts a:hover {
  color: #e4002b;
}
.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: 88%;
}
.block-contacts .items .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%;
  transition: opacity 0.15s;
}
.block-contacts .more-link-wrapper {
  text-align: center;
}
body.page-yhteystiedot .block-contacts .footer {
  position: relative;
  padding-top: 3.5em;
  margin-top: 0.5em;
}
.block-content-image {
  text-align: left;
}
.block-content-image > .txt > h1 {
  text-align: center;
}
.block-content-image .buttons {
  text-align: left;
}
.block-content-image .contents > .content {
  padding-right: 1em;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.block-content-image .contents > .image {
  padding-left: 1em;
  float: right;
  width: 50%;
  box-sizing: border-box;
}
.block-content-image .contents > .image > img {
  display: block;
  width: 100%;
}
.block-content-image .contents > .image > .content-below-image {
  position: relative;
  margin-top: 1.75em;
}
.block-content-image .contents > .image > .content-below-image .buttons {
  margin-top: 0;
  padding-top: 0.8em;
  text-align: left;
}
@media (max-width: 660px) {
  .block-content-image .contents > .content {
    padding-right: 0;
    float: none;
    width: auto;
  }
  .block-content-image .contents > .image {
    float: none;
    width: auto;
    padding-left: 0;
  }
  .block-content-image .contents > .image > img {
    margin-top: 3em;
  }
}
.block-content-image.image-placement-left .contents > .content {
  float: right;
  padding-left: 1em;
  padding-right: 0;
}
.block-content-image.image-placement-left .contents > .image {
  float: left;
  padding-left: 0;
  padding-right: 1em;
}
@media (max-width: 660px) {
  .block-content-image.image-placement-left .contents > .content {
    padding-right: 0;
    float: none;
    width: auto;
  }
  .block-content-image.image-placement-left .contents > .image {
    float: none;
    width: auto;
    padding-left: 0;
  }
}
body.page-palvelut .block-content-image .contents > .image > img {
  width: auto;
  height: 27em;
  margin: 0 auto;
}
@media (max-width: 660px) {
  body.page-palvelut .block-content-image .contents > .image > img {
    margin-top: 3em;
    height: 17em;
  }
}
.block-content-cols {
  text-align: left;
}
.block-content-cols > .page-wrapper {
  max-width: 1700px;
}
.block-content-cols .content-cols {
  display: flex;
  margin: 0 -3em;
  flex-wrap: wrap;
}
.block-content-cols .content-cols > .content-col {
  box-sizing: border-box;
  padding: 3em;
  text-align: center;
}
.block-content-cols .content-cols > .content-col > a {
  display: block;
  color: #fff;
}
.block-content-cols .content-cols > .content-col > a:hover img {
  opacity: 0.8;
}
.block-content-cols .content-cols > .content-col img {
  transition: opacity 0.25s;
  display: block;
  width: 100% !important;
  max-width: none;
  margin-bottom: 1em;
}
.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 > .page-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .block-content-cols .content-cols {
    display: block;
    margin: 0;
  }
  .block-content-cols .content-cols > .content-col {
    padding: 22px;
  }
}
.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: 691px;
  margin: 0 0 0 auto;
  padding-left: 3.92296719vw;
  padding-right: 3.92296719vw;
  box-sizing: border-box;
}
@media (min-width: 1402px) {
  .block-content-image2 .contents > .content > .content-padder {
    padding-left: 55px;
  }
}
@media (max-width: 760px) {
  .block-content-image2 .contents > .content > .content-padder {
    padding-left: 29.81455064px;
  }
}
@media (min-width: 1402px) {
  .block-content-image2 .contents > .content > .content-padder {
    padding-right: 55px;
  }
}
@media (max-width: 760px) {
  .block-content-image2 .contents > .content > .content-padder {
    padding-right: 29.81455064px;
  }
}
.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.2724679vw;
    padding-bottom: 2em;
  }
}
@media (max-width: 760px) and (min-width: 1402px) {
  .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: 70.47075606px;
  }
}
.block-events #map {
  height: 32em;
  width: 100%;
  margin-bottom: 2em;
}
.block-events .filters > div {
  display: inline-block;
  min-width: 17em;
}
.block-events .filters > .dropdown-location,
.block-events .filters > .dropdown-category {
  position: relative;
}
.block-events .filters > .dropdown-location a.dropdown-opener,
.block-events .filters > .dropdown-category a.dropdown-opener {
  box-sizing: border-box;
  display: block;
  text-align: left;
  background: #000;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 0.55em 1.5em 0.45em 1.5em;
  transition: background-color 0.25s, color 0.25s;
  position: relative;
  overflow: hidden;
}
.block-events .filters > .dropdown-location a.dropdown-opener > svg,
.block-events .filters > .dropdown-category a.dropdown-opener > svg {
  right: 1em;
  top: 1.25em;
  width: 0.6em;
  position: absolute;
  fill: #fff;
  transition: stroke 0.25s;
}
.block-events .filters > .dropdown-location a.dropdown-opener > .title,
.block-events .filters > .dropdown-category a.dropdown-opener > .title {
  padding-right: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.block-events .filters > .dropdown-location a.dropdown-opener:hover,
.block-events .filters > .dropdown-category a.dropdown-opener:hover {
  background: #000;
  color: #fff;
}
.block-events .filters > .dropdown-location a.dropdown-opener:hover > svg,
.block-events .filters > .dropdown-category a.dropdown-opener:hover > svg {
  fill: #fff;
}
.block-events .filters > .dropdown-location .dropdown-wrapper,
.block-events .filters > .dropdown-category .dropdown-wrapper {
  box-sizing: border-box;
  display: none;
  width: 100%;
  position: absolute;
  z-index: 290;
  padding: 0.25em 0 0.75em 0;
  margin-top: -0.2em;
  background: #000;
  color: #fff;
  overflow-y: auto;
  border-radius: 3px;
  height: auto;
  max-height: 32em;
}
.block-events .filters > .dropdown-location .dropdown-wrapper::scrollbar,
.block-events .filters > .dropdown-category .dropdown-wrapper::scrollbar {
  width: 5px;
}
.block-events .filters > .dropdown-location .dropdown-wrapper::-moz-scrollbar,
.block-events .filters > .dropdown-category .dropdown-wrapper::-moz-scrollbar {
  width: 5px;
}
.block-events .filters > .dropdown-location .dropdown-wrapper::-webkit-scrollbar,
.block-events .filters > .dropdown-category .dropdown-wrapper::-webkit-scrollbar {
  width: 5px;
}
.block-events .filters > .dropdown-location .dropdown-wrapper::-webkit-scrollbar-button,
.block-events .filters > .dropdown-category .dropdown-wrapper::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.block-events .filters > .dropdown-location .dropdown-wrapper::-webkit-scrollbar-track,
.block-events .filters > .dropdown-category .dropdown-wrapper::-webkit-scrollbar-track {
  background: #fff;
  border: 0;
  border-radius: 2px;
}
.block-events .filters > .dropdown-location .dropdown-wrapper::-webkit-scrollbar-thumb,
.block-events .filters > .dropdown-category .dropdown-wrapper::-webkit-scrollbar-thumb {
  background: #e4002b;
  border-radius: 2px;
}
.block-events .filters > .dropdown-location .dropdown-wrapper::-webkit-scrollbar-thumb:hover,
.block-events .filters > .dropdown-category .dropdown-wrapper::-webkit-scrollbar-thumb:hover {
  background: #e4002b;
}
@media (max-width: 760px) {
  .block-events .filters > .dropdown-location .dropdown-wrapper,
  .block-events .filters > .dropdown-category .dropdown-wrapper {
    max-height: 32em;
  }
}
.block-events .filters > .dropdown-location.shown > .dropdown-wrapper,
.block-events .filters > .dropdown-category.shown > .dropdown-wrapper {
  display: block;
  background: #000;
}
.block-events .filters > .dropdown-location .dropdown-selects,
.block-events .filters > .dropdown-category .dropdown-selects {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-events .filters > .dropdown-location .dropdown-selects > li > a,
.block-events .filters > .dropdown-category .dropdown-selects > li > a {
  display: block;
  padding: 0.2em 1.5em;
  color: #fff;
  background: #000;
}
.block-events .filters > .dropdown-location .dropdown-selects > li > a:hover,
.block-events .filters > .dropdown-category .dropdown-selects > li > a:hover,
.block-events .filters > .dropdown-location .dropdown-selects > li > a.active,
.block-events .filters > .dropdown-category .dropdown-selects > li > a.active {
  background: #000;
  color: #fff;
}
.block-events .filters > .dropdown-location .dropdown-checkmarks,
.block-events .filters > .dropdown-category .dropdown-checkmarks {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-events .filters > .dropdown-location .dropdown-checkmarks li,
.block-events .filters > .dropdown-category .dropdown-checkmarks li {
  padding: 0;
}
.block-events .filters > .dropdown-location .dropdown-checkmarks > li > .children,
.block-events .filters > .dropdown-category .dropdown-checkmarks > li > .children {
  padding: 0 0 0 1em;
}
.block-events .filters > .dropdown-location .dropdown-checkmarks .children,
.block-events .filters > .dropdown-category .dropdown-checkmarks .children {
  padding-top: 0;
}
.block-events .filters > .dropdown-location .dropdown-checkmarks label,
.block-events .filters > .dropdown-category .dropdown-checkmarks label {
  position: relative;
  padding: 0.2em 1.5em;
  display: block;
  color: #fff;
  background: #000;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: color 0.25s;
}
.block-events .filters > .dropdown-location .dropdown-checkmarks label:hover,
.block-events .filters > .dropdown-category .dropdown-checkmarks label:hover,
.block-events .filters > .dropdown-location .dropdown-checkmarks label.active,
.block-events .filters > .dropdown-category .dropdown-checkmarks label.active {
  background: #000;
  color: #fff;
}
.block-events .filters > .dropdown-location .dropdown-checkmarks label:hover .active-box,
.block-events .filters > .dropdown-category .dropdown-checkmarks label:hover .active-box,
.block-events .filters > .dropdown-location .dropdown-checkmarks label.active .active-box,
.block-events .filters > .dropdown-category .dropdown-checkmarks label.active .active-box {
  border-color: #fff;
}
.block-events .filters > .dropdown-location .dropdown-checkmarks input,
.block-events .filters > .dropdown-category .dropdown-checkmarks input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  cursor: hand;
}
.block-events .filters > .dropdown-location .dropdown-checkmarks .active-box,
.block-events .filters > .dropdown-category .dropdown-checkmarks .active-box {
  display: block;
  float: left;
  border: 1px solid #fff;
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
  border-radius: 0;
  position: relative;
  top: 0.3em;
  transition: background-color 0.25s, border-color 0.25s;
}
.block-events .filters > .dropdown-location .dropdown-checkmarks .name,
.block-events .filters > .dropdown-category .dropdown-checkmarks .name {
  padding-top: 0.1em;
  display: block;
  overflow: hidden;
}
.block-events .filters > .dropdown-location .dropdown-checkmarks label:hover .active-box,
.block-events .filters > .dropdown-category .dropdown-checkmarks label:hover .active-box {
  border-color: #e4002b;
  color: #fff;
  background: #e4002b;
}
.block-events .filters > .dropdown-location .dropdown-checkmarks input:checked + .active-box,
.block-events .filters > .dropdown-category .dropdown-checkmarks input:checked + .active-box {
  border-color: #e4002b;
  background: #e4002b;
}
.block-events .filters > .dropdown-location .dropdown-checkmarks input:checked + .active-box:before,
.block-events .filters > .dropdown-category .dropdown-checkmarks input:checked + .active-box:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22%23000000%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M24%2020.188l-8.315-8.209%208.2-8.282-3.697-3.697-8.212%208.318-8.31-8.203-3.666%203.666%208.321%208.24-8.206%208.313%203.666%203.666%208.237-8.318%208.285%208.203z%22/%3E%3C/svg%3E");
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0.1em;
  left: 0.1em;
  right: 0.1em;
  bottom: 0.1em;
}
.block-events .filters > .dropdown-location .dropdown-checkmarks li .children,
.block-events .filters > .dropdown-category .dropdown-checkmarks li .children {
  display: none;
}
.block-events .filters > .dropdown-location .dropdown-checkmarks li.current-cat .children,
.block-events .filters > .dropdown-category .dropdown-checkmarks li.current-cat .children,
.block-events .filters > .dropdown-location .dropdown-checkmarks li.current-cat-parent .children,
.block-events .filters > .dropdown-category .dropdown-checkmarks li.current-cat-parent .children {
  display: block;
}
.block-events .filters > .dropdown-sort {
  position: relative;
  float: right;
}
.block-events .filters > .dropdown-sort a.dropdown-opener {
  box-sizing: border-box;
  display: block;
  text-align: left;
  background: none;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 0.55em 1.5em 0.45em 1.5em;
  transition: background-color 0.25s, color 0.25s;
  position: relative;
  overflow: hidden;
}
.block-events .filters > .dropdown-sort a.dropdown-opener > svg {
  right: 1em;
  top: 1.25em;
  width: 0.6em;
  position: absolute;
  fill: #fff;
  transition: stroke 0.25s;
}
.block-events .filters > .dropdown-sort a.dropdown-opener > .title {
  padding-right: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.block-events .filters > .dropdown-sort a.dropdown-opener:hover {
  background: #efefef;
  color: #e4002b;
}
.block-events .filters > .dropdown-sort a.dropdown-opener:hover > svg {
  fill: #e4002b;
}
.block-events .filters > .dropdown-sort .dropdown-wrapper {
  box-sizing: border-box;
  display: none;
  width: 100%;
  position: absolute;
  z-index: 290;
  padding: 0.25em 0 0.75em 0;
  margin-top: -0.2em;
  background: none;
  color: #fff;
  overflow-y: auto;
  border-radius: 3px;
  height: auto;
  max-height: 32em;
}
.block-events .filters > .dropdown-sort .dropdown-wrapper::scrollbar {
  width: 5px;
}
.block-events .filters > .dropdown-sort .dropdown-wrapper::-moz-scrollbar {
  width: 5px;
}
.block-events .filters > .dropdown-sort .dropdown-wrapper::-webkit-scrollbar {
  width: 5px;
}
.block-events .filters > .dropdown-sort .dropdown-wrapper::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.block-events .filters > .dropdown-sort .dropdown-wrapper::-webkit-scrollbar-track {
  background: #fff;
  border: 0;
  border-radius: 2px;
}
.block-events .filters > .dropdown-sort .dropdown-wrapper::-webkit-scrollbar-thumb {
  background: #e4002b;
  border-radius: 2px;
}
.block-events .filters > .dropdown-sort .dropdown-wrapper::-webkit-scrollbar-thumb:hover {
  background: #e4002b;
}
@media (max-width: 760px) {
  .block-events .filters > .dropdown-sort .dropdown-wrapper {
    max-height: 32em;
  }
}
.block-events .filters > .dropdown-sort.shown > .dropdown-wrapper {
  display: block;
  background: #efefef;
}
.block-events .filters > .dropdown-sort .dropdown-selects {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-events .filters > .dropdown-sort .dropdown-selects > li > a {
  display: block;
  padding: 0.2em 1.5em;
  color: #fff;
  background: none;
}
.block-events .filters > .dropdown-sort .dropdown-selects > li > a:hover,
.block-events .filters > .dropdown-sort .dropdown-selects > li > a.active {
  background: #efefef;
  color: #e4002b;
}
.block-events .filters > .dropdown-sort .dropdown-checkmarks {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-events .filters > .dropdown-sort .dropdown-checkmarks li {
  padding: 0;
}
.block-events .filters > .dropdown-sort .dropdown-checkmarks > li > .children {
  padding: 0 0 0 1em;
}
.block-events .filters > .dropdown-sort .dropdown-checkmarks .children {
  padding-top: 0;
}
.block-events .filters > .dropdown-sort .dropdown-checkmarks label {
  position: relative;
  padding: 0.2em 1.5em;
  display: block;
  color: #fff;
  background: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: color 0.25s;
}
.block-events .filters > .dropdown-sort .dropdown-checkmarks label:hover,
.block-events .filters > .dropdown-sort .dropdown-checkmarks label.active {
  background: #efefef;
  color: #e4002b;
}
.block-events .filters > .dropdown-sort .dropdown-checkmarks label:hover .active-box,
.block-events .filters > .dropdown-sort .dropdown-checkmarks label.active .active-box {
  border-color: #e4002b;
}
.block-events .filters > .dropdown-sort .dropdown-checkmarks input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  cursor: hand;
}
.block-events .filters > .dropdown-sort .dropdown-checkmarks .active-box {
  display: block;
  float: left;
  border: 1px solid #fff;
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
  border-radius: 0;
  position: relative;
  top: 0.3em;
  transition: background-color 0.25s, border-color 0.25s;
}
.block-events .filters > .dropdown-sort .dropdown-checkmarks .name {
  padding-top: 0.1em;
  display: block;
  overflow: hidden;
}
.block-events .filters > .dropdown-sort .dropdown-checkmarks label:hover .active-box {
  border-color: #e4002b;
  color: #fff;
  background: #e4002b;
}
.block-events .filters > .dropdown-sort .dropdown-checkmarks input:checked + .active-box {
  border-color: #e4002b;
  background: #e4002b;
}
.block-events .filters > .dropdown-sort .dropdown-checkmarks input:checked + .active-box:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22%23000000%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M24%2020.188l-8.315-8.209%208.2-8.282-3.697-3.697-8.212%208.318-8.31-8.203-3.666%203.666%208.321%208.24-8.206%208.313%203.666%203.666%208.237-8.318%208.285%208.203z%22/%3E%3C/svg%3E");
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0.1em;
  left: 0.1em;
  right: 0.1em;
  bottom: 0.1em;
}
.block-events .filters > .dropdown-sort .dropdown-checkmarks li .children {
  display: none;
}
.block-events .filters > .dropdown-sort .dropdown-checkmarks li.current-cat .children,
.block-events .filters > .dropdown-sort .dropdown-checkmarks li.current-cat-parent .children {
  display: block;
}
.block-events .filters > .dropdown-sort > a.dropdown-opener {
  text-align: right;
}
.block-events .filters .selected-filters {
  display: block;
  margin: 0.8em 0;
}
.block-events .filters .selected-filters > a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  padding: 0.2em 0.8em;
  background: #000;
  border-radius: 0.2em;
  color: #fff;
  margin-left: 0.75em;
}
.block-events .filters .selected-filters > a > .remove > svg {
  display: inline-block;
  vertical-align: middle;
  width: 0.7em;
  height: 0.7em;
  fill: #fff;
  position: relative;
  top: -0.03em;
  margin-left: 0.2em;
  transition: fill 0.25s;
}
.block-events .filters .selected-filters > a:hover {
  color: #e4002b;
}
.block-events .filters .selected-filters > a:hover > .remove > svg {
  fill: #e4002b;
}
.block-events .events {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0 0.5em;
  width: 100%;
}
.block-events .events > h2 {
  padding: 0.5em 0 0.1em 0;
  margin: 0;
  display: table-row;
}
.block-events .events > h2 > span {
  display: table-cell;
  width: 4em;
  height: 1.5em;
  position: relative;
}
.block-events .events > h2 > span > span {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 400%;
}
.block-events .events > .event {
  display: table-row;
  background: #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0.2em;
}
.block-events .events > .event.hidden {
  display: none;
}
.block-events .events > .event > a,
.block-events .events > .event > div {
  display: table-cell;
  padding: 0.75em 1em;
  vertical-align: middle;
}
.block-events .events > .event > .datetime {
  width: 4em;
  padding-left: 1.5em;
}
.block-events .events > .event > .datetime > .time {
  display: block;
}
.block-events .events > .event > .datetime > .dow {
  display: none;
}
.block-events .events > .event > .title > h2 {
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}
.block-events .events > .event > .title > .cats {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-events .events > .event > .title > .cats > li {
  display: inline;
}
.block-events .events > .event > .title > .cats > li + li:before {
  content: "\2022  ";
}
.block-events .events > .event > .location {
  padding-right: 1.5em;
}
.block-events .events[data-sorting="location"] > .event > .datetime > .dow,
.block-events .events[data-sorting="category"] > .event > .datetime > .dow {
  display: block;
}
.block-footer1 > .txt {
  padding-top: 3em;
  padding-bottom: 3em;
}
.block-footer1 > .txt h2 {
  font-size: inherit;
  text-transform: uppercase;
}
.block-footer1 > .txt > .contents {
  display: flex;
}
.block-footer1 > .txt > .contents > div:first-child {
  flex: 0 0 28%;
}
.block-footer1 > .txt > .contents > div {
  width: 33.3333%;
  flex: 1;
  padding-right: 1.5em;
}
.block-footer1 > .txt > .contents > .some {
  flex: 0 0 10em;
  width: 10em;
  padding-right: 0;
  text-align: right;
}
.block-footer1 > .txt > .contents > .some > .socmed-follow {
  display: inline-block;
}
.block-footer1 > .txt > .contents a {
  text-decoration: underline;
}
.block-footer1 > .txt > .copyright {
  padding-top: 2em;
  font-size: 85%;
  text-transform: uppercase;
  text-align: center;
}
.block-footer2 {
  text-align: center;
}
.block-footer2 > .page-wrapper {
  padding-bottom: 4.27960057vw;
  padding-top: 4.27960057vw;
}
@media (min-width: 1402px) {
  .block-footer2 > .page-wrapper {
    padding-bottom: 60px;
  }
}
@media (max-width: 760px) {
  .block-footer2 > .page-wrapper {
    padding-bottom: 32.52496434px;
  }
}
@media (min-width: 1402px) {
  .block-footer2 > .page-wrapper {
    padding-top: 60px;
  }
}
@media (max-width: 760px) {
  .block-footer2 > .page-wrapper {
    padding-top: 32.52496434px;
  }
}
.block-footer2 .logo {
  width: 9em;
  margin: 0 auto;
  fill: currentColor;
}
.block-footer2 .logo > svg {
  display: block;
  width: 100%;
}
.block-footer2 .logo > svg .text {
  fill: #e4002b;
}
.block-footer2 .logo > svg .star {
  fill: #fff;
}
.block-footer2 .copyright {
  font-size: 80%;
}
.block-footer2 .content {
  padding: 1em 0;
  max-width: 22em;
  margin: 0 auto;
}
.block-footer2 .content > *:last-child {
  padding-bottom: 0;
}
.block-footer2 .other {
  text-align: left;
  display: grid;
  grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.5fr) 1fr minmax(0, 0.5fr);
  padding-bottom: 3em;
  padding-top: 2em;
}
.block-footer2 .other h2 {
  font-size: inherit;
}
.block-footer2 .other .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 760px) {
  .block-footer2 .other {
    text-align: center;
    display: block;
  }
  .block-footer2 .other > div + div {
    padding-top: 1.5em;
  }
}
.block-footer3 {
  position: relative;
  text-align: center;
}
.block-footer3 > .decor {
  position: absolute;
  top: -4em;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 8em;
  height: auto;
}
.block-footer3.has-decor > .txt {
  padding-top: 15.69186876vw;
}
@media (min-width: 1402px) {
  .block-footer3.has-decor > .txt {
    padding-top: 220px;
  }
}
@media (max-width: 760px) {
  .block-footer3.has-decor > .txt {
    padding-top: 119.25820257px;
  }
}
.block-footer3 > .anchor {
  position: absolute;
  margin-top: -200px;
  width: 1px;
  height: 1px;
}
body.front-page .block-footer3 > .txt {
  padding-top: 0;
}
.block-footer3 > .txt > .copyright {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5em;
  color: #e4002b;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.block-footer3 > .txt > .copyright a {
  color: #e4002b;
}
.block-footer3 > .txt > .copyright a:hover {
  text-decoration: underline;
}
.block-footer3 .socmed-follow {
  color: #e4002b;
}
.block-footer3 .contents .content2 {
  padding-top: 2.5em;
}
@media (max-width: 760px) {
  .block-footer3 .contents .content2 {
    padding-top: 0.75em;
  }
}
.block-footer3 .contents .content2 h2 {
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  font-size: 75%;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.3;
}
@media (max-width: 760px) {
  .block-footer3 .contents .content2 h2 {
    font-size: 13px;
  }
}
.block-footer3 .contents .img-wrapper {
  max-width: 12em;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.5em;
  position: relative;
}
.block-footer3 .contents .img-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.block-footer3 .contents .img-wrapper > svg {
  width: 100%;
  height: auto;
  fill: #e4002b;
  transition: opacity 0.15s;
  display: block;
  opacity: 1;
}
.block-footer3 .contents .img-wrapper > .img {
  box-sizing: border-box;
  transition: opacity 0.15s;
  display: block;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
}
.block-hero01 {
  text-align: left;
  position: relative;
}
.block-hero01 > video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.25s;
}
.block-hero01 > .txt {
  padding-top: 3.56633381vw;
  padding-bottom: 3.56633381vw;
  min-height: 45vw;
  display: flex;
}
@media (min-width: 1402px) {
  .block-hero01 > .txt {
    padding-top: 50px;
  }
}
@media (max-width: 760px) {
  .block-hero01 > .txt {
    padding-top: 27.10413695px;
  }
}
@media (min-width: 1402px) {
  .block-hero01 > .txt {
    padding-bottom: 50px;
  }
}
@media (max-width: 760px) {
  .block-hero01 > .txt {
    padding-bottom: 27.10413695px;
  }
}
@media (max-width: 760px) {
  .block-hero01 > .txt {
    min-height: 71vw;
    padding-bottom: 0;
  }
}
@media (min-aspect-ratio: 100/50) {
  .block-hero01 > .txt {
    min-height: 80vh;
  }
}
.block-hero01 .buttons {
  text-align: left;
}
.block-hero01 .contents {
  font-size: 3.85164051vw;
  text-align: center;
  position: relative;
  padding-top: 3.5em;
  padding-bottom: 0.5em;
  color: #fff;
  max-width: 16em;
  margin: 0 auto;
  align-self: flex-end;
}
@media (min-width: 1402px) {
  .block-hero01 .contents {
    font-size: 54px;
  }
}
@media (max-width: 760px) {
  .block-hero01 .contents {
    font-size: 29.2724679px;
  }
}
.block-hero01 .contents > h1 {
  font-size: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
/**
 * Block-form-emailer
 *
 * @author Jari Pennanen
 * @version 2018-12-16
 */
.block-form-emailer {
  text-align: center;
}
.block-form-emailer h2 {
  padding-top: 1em;
  clear: both;
}
.block-form-emailer .text {
  font-weight: bold;
}
.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;
  }
}
.block-form-emailer textarea {
  display: block;
  width: 100%;
  height: 8.5em;
}
.block-form-emailer .actions {
  padding-bottom: 1em;
}
.block-form-emailer .insert-recaptcha {
  text-align: center;
}
.block-form-emailer .insert-recaptcha > div {
  display: inline-block;
}
.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: #e4002b;
}
.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%23e4002b%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 #e4002b;
}
.block-form-emailer form > section > .section-header {
  margin: -1.15rem;
  margin-bottom: 0.3em;
  padding: 0.3em 0.5em;
  background: #e4002b;
  color: #fff;
}
.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 #e4002b;
}
.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-hero02 {
  text-align: left;
}
.block-hero02 > .txt {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 45vw;
}
.block-hero02 h1 {
  font-size: 4.27960057vw;
}
@media (min-width: 1402px) {
  .block-hero02 h1 {
    font-size: 60px;
  }
}
@media (max-width: 760px) {
  .block-hero02 h1 {
    font-size: 32.52496434px;
  }
}
@media (max-width: 760px) {
  .block-hero02 h1 {
    font-size: 30px;
  }
}
.block-hero02 .contents {
  display: flex;
}
.block-hero02 .contents > .content {
  z-index: 2;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  align-self: center;
  display: flex;
}
.block-hero02 .contents > .content > .content-padder {
  width: 42%;
  align-self: center;
}
.block-hero02 .contents > .image {
  box-sizing: border-box;
  position: absolute;
  left: 45%;
  right: 0;
  top: 0;
  bottom: 0;
}
.block-hero02 .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;
}
@media (max-width: 660px) {
  .block-hero02 .contents {
    display: block;
  }
  .block-hero02 .contents > .content {
    padding: 6% 5%;
    float: none;
    width: auto;
  }
  .block-hero02 .contents > .content > .content-padder {
    width: auto;
  }
  .block-hero02 .contents > .image {
    position: relative;
    padding-top: 90%;
    left: 0;
    right: 0;
  }
}
.block-hero02.image-placement-left .contents .content-padder {
  margin: 0 auto 0 0;
}
.block-hero02.image-placement-left .contents > .content {
  float: right;
}
.block-hero02.image-placement-left .contents > .image {
  left: 0;
  right: 50%;
}
@media (max-width: 660px) {
  .block-hero02.image-placement-left .contents .content-padder {
    max-width: none;
  }
  .block-hero02.image-placement-left .contents > .content {
    padding: 6% 5%;
    float: none;
    width: auto;
  }
  .block-hero02.image-placement-left .contents > .image {
    position: relative;
    padding-top: 50%;
    left: 0;
    right: 0;
  }
}
@media (max-width: 760px) {
  .block-hero03 .page-wrapper {
    padding-top: 10em;
  }
}
.block-hero03 .row1 {
  font-size: 12.69614836vw;
  line-height: 0.85;
  font-weight: bold;
}
@media (min-width: 1402px) {
  .block-hero03 .row1 {
    font-size: 178px;
  }
}
@media (max-width: 760px) {
  .block-hero03 .row1 {
    font-size: 96.49072753px;
  }
}
@media (max-width: 760px) {
  .block-hero03 .row1 {
    font-size: 12.5vw;
    padding-bottom: 0.5em;
  }
}
@media (max-width: 760px) {
  .block-hero03 .row1 {
    text-align: center;
  }
}
.block-hero03 .row2 {
  position: relative;
  font-size: 4.13694722vw;
  padding-left: 50%;
  line-height: 1;
}
@media (min-width: 1402px) {
  .block-hero03 .row2 {
    font-size: 58px;
  }
}
@media (max-width: 760px) {
  .block-hero03 .row2 {
    font-size: 31.44079886px;
  }
}
@media (max-width: 760px) {
  .block-hero03 .row2 {
    font-size: 8vw;
  }
}
.block-hero03 .row2::before {
  content: "";
  display: block;
  border-top: 3px solid white;
  position: absolute;
  top: 35%;
  left: 0;
  right: 55%;
}
@media (max-width: 760px) {
  .block-hero03 .row2::before {
    top: 0;
    left: 0;
    right: 0;
    width: 40%;
    margin: 0 auto;
  }
}
@media (max-width: 760px) {
  .block-hero03 .row2 {
    padding-left: 0;
    padding-top: 1em;
    margin-top: 0.333em;
    text-align: center;
  }
}
.block-image-text .texts {
  padding: 2em 0;
}
.block-image-text.text-alignment-left {
  text-align: left;
}
.block-image-text.text-alignment-left .texts {
  width: 70%;
}
@media (max-width: 760px) {
  .block-image-text.text-alignment-left .texts {
    width: auto;
  }
}
.block-image-text.text-alignment-centered {
  text-align: center;
}
.block-image-text .image {
  background-size: cover;
  background-position: center center;
  display: -webkit-flexbox;
  display: flex;
  justify-content: space-around;
  -webkit-flex-align: center;
  align-items: center;
}
.block-image-text .logo svg {
  display: block;
  width: 14.26533524vw;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 1402px) {
  .block-image-text .logo svg {
    width: 200px;
  }
}
@media (max-width: 760px) {
  .block-image-text .logo svg {
    width: 108.41654779px;
  }
}
.block-image-text h1 {
  font-size: 6.56205421vw;
  border: 0;
}
@media (min-width: 1402px) {
  .block-image-text h1 {
    font-size: 92px;
  }
}
@media (max-width: 760px) {
  .block-image-text h1 {
    font-size: 49.87161198px;
  }
}
@media (max-width: 760px) {
  .block-image-text h1 {
    font-size: 30px;
  }
}
.block-image-text .content {
  font-size: 1.71184023vw;
}
@media (min-width: 1402px) {
  .block-image-text .content {
    font-size: 24px;
  }
}
@media (max-width: 760px) {
  .block-image-text .content {
    font-size: 13.00998573px;
  }
}
.block-image-text2 .texts {
  padding: 2em 0;
}
.block-image-text2.text-alignment-left {
  text-align: left;
}
.block-image-text2.text-alignment-left .texts {
  width: 70%;
}
@media (max-width: 760px) {
  .block-image-text2.text-alignment-left .texts {
    width: auto;
  }
}
.block-image-text2.text-alignment-centered {
  text-align: center;
}
.block-image-text2 .image {
  display: -webkit-flexbox;
  display: flex;
  justify-content: space-around;
  -webkit-flex-align: center;
  align-items: center;
}
.block-image-text2 .logo svg {
  display: block;
  width: 14.26533524vw;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 1402px) {
  .block-image-text2 .logo svg {
    width: 200px;
  }
}
@media (max-width: 760px) {
  .block-image-text2 .logo svg {
    width: 108.41654779px;
  }
}
.block-image-text2 h1 {
  font-size: 6.56205421vw;
  border: 0;
}
@media (min-width: 1402px) {
  .block-image-text2 h1 {
    font-size: 92px;
  }
}
@media (max-width: 760px) {
  .block-image-text2 h1 {
    font-size: 49.87161198px;
  }
}
@media (max-width: 760px) {
  .block-image-text2 h1 {
    font-size: 30px;
  }
}
.block-image-text2 .content {
  font-size: 1.71184023vw;
}
@media (min-width: 1402px) {
  .block-image-text2 .content {
    font-size: 24px;
  }
}
@media (max-width: 760px) {
  .block-image-text2 .content {
    font-size: 13.00998573px;
  }
}
.block-logo-links {
  text-align: center;
}
.block-logo-links .logogrid-title-img {
  width: 90%;
}
.block-logo-links > .txt {
  padding-bottom: 8em;
}
.block-logo-links .images {
  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) minmax(0, 1fr);
  grid-gap: 2em 3.5em;
  gap: 2em 3.5em;
  overflow: hidden;
  margin-left: 0;
}
@media (max-width: 760px) {
  .block-logo-links .images {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
.block-logo-links .images > li {
  padding: 0 0.4em;
  vertical-align: top;
}
.block-logo-links .images li {
  position: relative;
}
.block-logo-links .images li .empty {
  display: block;
  padding-top: 75% !important;
}
.block-logo-links .images li svg,
.block-logo-links .images li .img {
  position: absolute;
  top: 12%;
  right: 12%;
  bottom: 12%;
  left: 12%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: opacity 0.25s;
  transform: translateZ(0);
  transform-style: preserve-3d;
}
.block-logo-links .images li a:hover .img {
  opacity: 0.7;
}
.block-map {
  overflow: hidden;
}
.block-map iframe {
  display: block;
  border: 0;
  width: 100% !important;
  margin-top: -55px;
}
@media (max-width: 760px) {
  .block-map iframe {
    height: 500px !important;
  }
}
#padder-ham {
  height: 100px;
}
body.front-page #padder-ham {
  height: 0;
}
body.admin-bar #padder-ham {
  padding-top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar #padder-ham {
    padding-top: 46px;
  }
}
#header-ham {
  font-size: 16px;
  background: none;
  position: fixed;
  z-index: 1100;
  top: 0;
  right: 0;
  left: 0;
  text-align: right;
  color: #e4002b;
  /*
    .menu-side {
        z-index: 1050;
        // font-weight: bold;
        padding-top: 2.25em;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        left: 1em;

        .menu {
            .no-bullets();
            text-align: right;
            .font-btn();
            > li {
                padding: 0 0 0 1.2em;
                display: inline-block;
                position: relative;
                opacity: 0;

                &.hover-open,
                &.force-open {
                    > .sub-menu {
                        .transform(translateY(0));
                        opacity: 1;
                        height: auto;
                    }
                }
                > .sub-menu {
                    .transition(all @anim-speed);
                    .transform(translateY(-10px));
                    overflow: hidden;
                    opacity: 0;
                    height: 0;
                    position: absolute;
                    left: -0.4em;
                    right: 0;
                    min-width: 14em;
                    .no-bullets();
                    background: #fff;
                    > li {
                        display: block;
                        text-align: left;

                        > a {
                            display: block;
                            padding: 0.1em 1.2em;
                            border-bottom: 1px solid #efefef;
                        }
                        &:last-child {
                            > a {
                                border-bottom: 1px solid transparent;
                            }
                        }
                    }
                    > li.current_page_parent > a,
                    > li.current-menu-item > a,
                    > li > a:hover {
                        color: inherit;
                        // color: @menufg-hover;
                        // background: #;
                        // border-bottom: 1px solid @menufg-hover;
                    }
                }
            }
            a {
                display: block;
                color: currentColor;
                padding: 0.35em 0;
                .transition(color @anim-speed);
                // border-bottom: 2px solid transparent;
            }

            // > li.current_page_parent > a,
            // > li.current-menu-item > a,
            // > li > a:hover {
            //     color: currentColor;
            //     // border-bottom: 2px solid @menufg-hover;
            // }
            // li.menu-item-object-custom > a {
            //     color: currentColor;
            // }
        }
    }
    */
}
#header-ham > .wrapper2 {
  padding: 0 3.5vw;
}
@media (max-width: 1200px) {
  #header-ham > .wrapper2 {
    padding: 0 22px;
  }
}
#header-ham > .wrapper2 > .wrapper {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
body.scrolled #header-ham {
  background: #000;
}
body.scrolled[data-scrolled-ratio="15"] #header-ham {
  background: #000000;
}
body.scrolled[data-scrolled-ratio="14"] #header-ham {
  background: rgba(0, 0, 0, 0.93333333);
}
body.scrolled[data-scrolled-ratio="13"] #header-ham {
  background: rgba(0, 0, 0, 0.86666667);
}
body.scrolled[data-scrolled-ratio="12"] #header-ham {
  background: rgba(0, 0, 0, 0.8);
}
body.scrolled[data-scrolled-ratio="11"] #header-ham {
  background: rgba(0, 0, 0, 0.73333333);
}
body.scrolled[data-scrolled-ratio="10"] #header-ham {
  background: rgba(0, 0, 0, 0.66666667);
}
body.scrolled[data-scrolled-ratio="9"] #header-ham {
  background: rgba(0, 0, 0, 0.6);
}
body.scrolled[data-scrolled-ratio="8"] #header-ham {
  background: rgba(0, 0, 0, 0.53333333);
}
body.scrolled[data-scrolled-ratio="7"] #header-ham {
  background: rgba(0, 0, 0, 0.46666667);
}
body.scrolled[data-scrolled-ratio="6"] #header-ham {
  background: rgba(0, 0, 0, 0.4);
}
body.scrolled[data-scrolled-ratio="5"] #header-ham {
  background: rgba(0, 0, 0, 0.33333333);
}
body.scrolled[data-scrolled-ratio="4"] #header-ham {
  background: rgba(0, 0, 0, 0.26666667);
}
body.scrolled[data-scrolled-ratio="3"] #header-ham {
  background: rgba(0, 0, 0, 0.2);
}
body.scrolled[data-scrolled-ratio="2"] #header-ham {
  background: rgba(0, 0, 0, 0.13333333);
}
body.scrolled[data-scrolled-ratio="1"] #header-ham {
  background: rgba(0, 0, 0, 0.06666667);
}
body.scrolled.show-menu-ham #header-ham,
body.show-menu-ham #header-ham {
  background: #000;
}
#header-ham .header-title {
  font-family: "Integral", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 0.95;
  font-size: 1.2em;
  padding-top: 0.35em;
  padding-bottom: 0.35em;
  display: inline-block;
  vertical-align: bottom;
}
#header-ham .header-title > a > .logo > svg,
#header-ham .header-title > a > .logo > img {
  height: 5.7em;
  width: auto;
  display: block;
}
#header-ham .header-title > a > .logo > svg .text,
#header-ham .header-title > a > .logo > img .text,
#header-ham .header-title > a > .logo > svg .star,
#header-ham .header-title > a > .logo > img .star {
  transition: fill 0.25s;
}
#header-ham .header-title > a > .logo .text {
  fill: #000;
}
#header-ham .header-title > a:hover > .logo .star {
  fill: #fff;
}
#header-ham .header-title > a:hover > .logo .text {
  fill: #000;
}
body.admin-bar #header-ham {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar #header-ham {
    top: 46px;
  }
}
#menu-ham {
  background: #000;
  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: center;
  font-size: 4.27960057vw;
}
body.show-menu-ham #menu-ham {
  height: auto;
}
#menu-ham .padder {
  height: 120px;
}
body.admin-bar #menu-ham .padder {
  padding-top: 46px;
}
@media (min-width: 1402px) {
  #menu-ham {
    font-size: 60px;
  }
}
@media (max-width: 760px) {
  #menu-ham {
    font-size: 32.52496434px;
  }
}
@media (max-height: 1000px) {
  #menu-ham {
    font-size: 3.56633381vw;
  }
}
@media (max-height: 1000px) and (min-width: 1402px) {
  #menu-ham {
    font-size: 50px;
  }
}
@media (max-height: 1000px) and (max-width: 760px) {
  #menu-ham {
    font-size: 27.10413695px;
  }
}
@media (max-height: 900px) {
  #menu-ham {
    font-size: 2.85306705vw;
  }
}
@media (max-height: 900px) and (min-width: 1402px) {
  #menu-ham {
    font-size: 40px;
  }
}
@media (max-height: 900px) and (max-width: 760px) {
  #menu-ham {
    font-size: 21.68330956px;
  }
}
#menu-ham .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  padding: 1em 0 0;
}
#menu-ham .menu a {
  color: #fff;
}
#menu-ham .menu li.current-page-ancestor > a,
#menu-ham .menu li.menu-item-object-page.current-menu-item > a,
#menu-ham .menu li.menu-item-object-page.current_page_item > a,
#menu-ham .menu li > a:hover {
  color: #e4002b;
}
#menu-ham .menu > li {
  display: block;
  padding: 0.65em;
  opacity: 0;
  transform: translateX(-3em);
  transition: opacity 0.25s, transform 0.25s;
}
body.show-menu-ham-anim1 #menu-ham .menu > li {
  transform: translateX(0);
  opacity: 1;
}
body.show-menu-ham-anim1 #menu-ham .menu > li:nth-child(1) {
  transition-delay: 0.05s;
}
body.show-menu-ham-anim1 #menu-ham .menu > li:nth-child(2) {
  transition-delay: 0.1s;
}
body.show-menu-ham-anim1 #menu-ham .menu > li:nth-child(3) {
  transition-delay: 0.15s;
}
body.show-menu-ham-anim1 #menu-ham .menu > li:nth-child(4) {
  transition-delay: 0.2s;
}
body.show-menu-ham-anim1 #menu-ham .menu > li:nth-child(5) {
  transition-delay: 0.25s;
}
body.show-menu-ham-anim1 #menu-ham .menu > li:nth-child(6) {
  transition-delay: 0.3s;
}
#menu-ham .menu .sub-menu a {
  font-size: 15px;
}
#menu-ham .socmed-follow {
  color: #fff;
  font-size: 50%;
  padding-top: 2em;
  opacity: 0;
  transform: translateX(-3em);
  transition: opacity 0.25s, transform 0.25s;
}
#menu-ham .socmed-follow a:hover svg {
  fill: #e4002b !important;
}
body.show-menu-ham-anim1 #menu-ham .socmed-follow {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.25s;
}
#search-ham {
  display: inline-block;
  position: absolute;
  top: -0.2em;
  left: 4.9em;
  padding: 2.75em 1em 2.95em 1em;
}
#search-ham > svg {
  fill: #fff;
  width: 2.4em;
  display: block;
  transition: fill 0.25s;
}
#search-ham:hover > svg {
  fill: #e4002b;
}
#btn-ham {
  box-sizing: border-box;
  display: block;
  color: #fff;
  background: none;
  border-radius: 50%;
  margin: 0;
  padding: 2.75em 1em 2.95em 1em;
  position: absolute;
  top: 0;
  left: 0em;
  z-index: 1040;
}
body.show-menu-ham #btn-ham {
  background: none;
}
#btn-ham > .wrapper {
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: background 0.25s;
  display: block;
  z-index: 1050;
  opacity: 1;
  width: 3.2em;
  height: 1.75em;
}
#btn-ham > .wrapper > i {
  position: absolute;
  display: block;
  height: 2px;
  top: 0;
  left: 0;
  right: 0;
  background: currentColor;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}
#btn-ham > .wrapper > .a {
  top: 0;
}
#btn-ham > .wrapper > .b2,
#btn-ham > .wrapper > .b {
  top: 0.875em;
}
#btn-ham > .wrapper > .c {
  top: 1.75em;
}
body.show-menu-ham #btn-ham > .wrapper > .a {
  opacity: 0;
  background: #fff;
  transform: translateY(0.875em);
}
body.show-menu-ham #btn-ham > .wrapper > .b2 {
  transform: rotate(-45deg);
  background: #fff;
}
body.show-menu-ham #btn-ham > .wrapper > .b {
  transform: rotate(45deg);
  background: #fff;
}
body.show-menu-ham #btn-ham > .wrapper > .c {
  opacity: 0;
  background: #fff;
  transform: translateY(-0.875em);
}
@media (hover: hover) {
  #btn-ham:hover > .wrapper > .a,
  #btn-ham:hover > .wrapper > .b,
  #btn-ham:hover > .wrapper > .b2,
  #btn-ham:hover > .wrapper > .c {
    background: #e4002b;
  }
}
@media (max-width: 760px) {
  #padder-ham,
  #header-ham,
  #menu-ham,
  #btn-ham {
    display: none;
  }
}
#padder-mobile {
  height: 119px;
}
body.front-page #padder-mobile {
  height: 0;
}
body.admin-bar #padder-mobile {
  padding-top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar #padder-mobile {
    padding-top: 46px;
  }
}
#header-mobile {
  font-size: 16px;
  padding: 0 22px;
  position: fixed;
  z-index: 1100;
  top: 0;
  right: 0;
  left: 0;
  text-align: left;
  color: #e4002b;
}
#header-mobile a {
  color: #e4002b !important;
  fill: #e4002b !important;
}
body.page-referenssit #header-mobile {
  background: #000;
}
body.page-referenssit #header-mobile a {
  color: #000 !important;
  fill: #000 !important;
}
body.page-ota-yhteytta #header-mobile {
  background: #e4002b;
}
body.page-ota-yhteytta #header-mobile a {
  color: #000 !important;
  fill: #000 !important;
}
body.show-menu-mobile #header-mobile {
  background: none;
}
body.show-menu-mobile #header-mobile a {
  color: #fff !important;
  fill: #fff !important;
}
#header-mobile .header-title {
  font-family: "Integral", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 0.95;
  font-size: 1.2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: inline-block;
  vertical-align: bottom;
}
#header-mobile .header-title > a > .logo > svg,
#header-mobile .header-title > a > .logo > img {
  height: 5.2em;
  width: auto;
  display: block;
  transition: fill 0.25s;
}
body.scrolled #header-mobile {
  background: #000;
}
body.admin-bar #header-mobile {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar #header-mobile {
    top: 46px;
  }
}
#menu-mobile {
  font-size: 4vw;
  background: #000;
  box-sizing: border-box;
  display: block;
  height: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1095;
  text-align: left;
}
body.show-menu-mobile #menu-mobile {
  height: auto;
}
body.show-menu-mobile #menu-mobile .socmed-follow {
  display: block;
}
#menu-mobile .padder {
  height: 120px;
}
body.admin-bar #menu-mobile .padder {
  padding-top: 46px;
}
#menu-mobile .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding: 2em 40px 3.5em 40px;
}
#menu-mobile .menu a {
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  font-size: 210%;
  color: #fff;
}
#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 {
  color: #e4002b;
}
#menu-mobile .menu > li {
  display: block;
  padding: 0 0 3vh 0;
  opacity: 0;
  transform: translateX(-3em);
  transition: opacity 0.25s, transform 0.25s;
}
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 {
  display: none;
  color: #fff;
  text-align: left;
  padding: 0 40px;
  margin-left: -0.6em;
  font-size: 5vw;
  opacity: 0;
  transform: translateX(-3em);
  transition: opacity 0.25s, transform 0.25s;
}
#menu-mobile .socmed-follow a:hover svg {
  fill: #e4002b !important;
}
#menu-mobile .socmed-follow a {
  font-size: 120%;
}
body.show-menu-mobile-anim1 #menu-mobile .socmed-follow {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.25s;
}
#search-mobile {
  position: absolute;
  top: -0.2em;
  right: 5.3em;
  padding: 2.75em 1em 2.95em 1em;
}
#search-mobile > svg {
  fill: #fff;
  width: 2.4em;
  display: block;
  transition: fill 0.25s;
}
#btn-mobile {
  box-sizing: border-box;
  display: block;
  background: none;
  border-radius: 50%;
  margin: 0;
  padding: 2.75em 1em 2.95em 1em;
  position: absolute;
  top: 0;
  right: 1em;
  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.4em;
  height: 2em;
}
#btn-mobile > .wrapper > i {
  position: absolute;
  display: block;
  height: 2px;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}
#btn-mobile > .wrapper > .a {
  top: 0;
}
#btn-mobile > .wrapper > .b2,
#btn-mobile > .wrapper > .b {
  top: 1em;
}
#btn-mobile > .wrapper > .c {
  top: 2em;
}
body.show-menu-mobile #btn-mobile > .wrapper > .a {
  opacity: 0;
  background: #fff;
  transform: translateY(1em);
}
body.show-menu-mobile #btn-mobile > .wrapper > .b2 {
  transform: rotate(-45deg);
  background: #fff;
}
body.show-menu-mobile #btn-mobile > .wrapper > .b {
  transform: rotate(45deg);
  background: #fff;
}
body.show-menu-mobile #btn-mobile > .wrapper > .c {
  opacity: 0;
  background: #fff;
  transform: translateY(-1em);
}
body.show-menu-mobile {
  overflow: hidden;
}
@media (min-width: 761px) {
  #padder-mobile,
  #header-mobile,
  #menu-mobile,
  #btn-mobile {
    display: none;
  }
}
#padder-two {
  height: 100px;
}
body.admin-bar #padder-two {
  padding-top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar #padder-two {
    padding-top: 46px;
  }
}
#header-two {
  background: #000;
  padding: 0 2em;
  position: fixed;
  z-index: 1100;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  color: #e4002b;
}
#header-two a {
  color: #e4002b !important;
  fill: #e4002b !important;
}
#header-two a:hover {
  color: #e4002b !important;
  fill: #e4002b !important;
}
body.page-referenssit #header-two {
  background: #000;
}
body.page-referenssit #header-two a {
  color: #000 !important;
  fill: #000 !important;
}
body.page-referenssit #header-two a:hover {
  color: #fff !important;
  fill: #fff !important;
}
body.page-ota-yhteytta #header-two {
  background: #e4002b;
}
body.page-ota-yhteytta #header-two a {
  color: #000 !important;
  fill: #000 !important;
}
body.page-ota-yhteytta #header-two a:hover {
  color: #e4002b !important;
  fill: #e4002b !important;
}
body.show-menu-two #header-two {
  background: #e4002b;
}
body.show-menu-two #header-two a {
  color: #fff !important;
  fill: #fff !important;
}
body.show-menu-two #header-two a:hover {
  color: #e4002b !important;
  fill: #e4002b !important;
}
#header-two .header-title {
  font-family: "Integral", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 0.95;
  font-size: 1.2em;
  padding-top: 1.75em;
  padding-bottom: 1.75em;
  display: inline-block;
  vertical-align: bottom;
}
#header-two .header-title > a > .logo > svg,
#header-two .header-title > a > .logo > img {
  height: 1.7em;
  width: auto;
  display: block;
  transition: fill 0.25s;
}
#header-two .socmed-follow {
  position: absolute;
  right: 1em;
  top: 2em;
}
#header-two .socmed-follow a:hover svg {
  fill: #e4002b !important;
}
#header-two .menu-side {
  z-index: 1050;
  padding-top: 2.25em;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 1em;
  text-align: left;
}
#header-two .menu-side .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  font-size: 75%;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.3;
}
@media (max-width: 760px) {
  #header-two .menu-side .menu {
    font-size: 13px;
  }
}
#header-two .menu-side .menu > li {
  padding: 0 0 0 1.2em;
  display: inline-block;
  position: relative;
}
#header-two .menu-side .menu > li.hover-open > .sub-menu,
#header-two .menu-side .menu > li.force-open > .sub-menu {
  transform: translateY(0);
  opacity: 1;
  height: auto;
}
#header-two .menu-side .menu > li > .sub-menu {
  transition: all 0.25s;
  transform: translateY(-10px);
  overflow: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
  left: -0.4em;
  right: 0;
  min-width: 14em;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  background: #fff;
}
#header-two .menu-side .menu > li > .sub-menu > li {
  display: block;
  text-align: left;
}
#header-two .menu-side .menu > li > .sub-menu > li > a {
  display: block;
  padding: 0.1em 1.2em;
  border-bottom: 1px solid #efefef;
}
#header-two .menu-side .menu > li > .sub-menu > li:last-child > a {
  border-bottom: 1px solid transparent;
}
#header-two .menu-side .menu > li > .sub-menu > li.current_page_parent > a,
#header-two .menu-side .menu > li > .sub-menu > li.current-menu-item > a,
#header-two .menu-side .menu > li > .sub-menu > li > a:hover {
  color: inherit;
}
#header-two .menu-side .menu a {
  display: block;
  color: currentColor;
  padding: 0.35em 0;
  transition: color 0.25s;
}
body.scrolled #header-two {
  background: #000;
}
body.admin-bar #header-two {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar #header-two {
    top: 46px;
  }
}
@media (max-width: 760px) {
  #padder-two,
  #header-two {
    display: none;
  }
}
html #wpadminbar {
  z-index: 20000 !important;
}
body.admin-bar #menu {
  top: 32px;
}
#menu-padder {
  display: block;
}
body.admin-bar #menu-padder {
  padding-top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar #menu-padder {
    padding-top: 46px;
  }
}
@media (max-width: 760px) {
}
#menu {
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  padding: 0;
  transition: background-color 0.25s;
  text-align: right;
  font-size: 1.06990014vw;
}
@media (min-width: 1402px) {
  #menu {
    font-size: 15px;
  }
}
@media (max-width: 760px) {
  #menu {
    font-size: 8.13124108px;
  }
}
@media (max-width: 760px) {
  #menu {
    font-size: 15px;
  }
}
body.scrolled #menu {
  background: #fff;
}
@media (max-width: 760px) {
}
#menu .header-wrapper {
  padding-top: 1.7831669vw;
  padding-bottom: 1.7831669vw;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
@media (min-width: 1402px) {
  #menu .header-wrapper {
    padding-top: 25px;
  }
}
@media (max-width: 760px) {
  #menu .header-wrapper {
    padding-top: 13.55206847px;
  }
}
@media (min-width: 1402px) {
  #menu .header-wrapper {
    padding-bottom: 25px;
  }
}
@media (max-width: 760px) {
  #menu .header-wrapper {
    padding-bottom: 13.55206847px;
  }
}
#menu h1.header-title {
  padding-top: 0.7em;
  padding-bottom: 0;
  border: 0;
  font-size: 1rem;
  text-align: center;
}
#menu h1.header-title > a {
  position: relative;
  z-index: 1060;
  color: #000;
  transition: color 0.25s;
}
#menu h1.header-title > a > .logo {
  display: inline-block;
}
#menu h1.header-title > a > .logo > svg,
#menu h1.header-title > a > .logo > img {
  display: block;
  height: 10.69900143vw;
  width: auto;
  margin-right: 1.5em;
  fill: #000;
  transition: fill 0.25s, opacity 0.25s;
}
@media (min-width: 1402px) {
  #menu h1.header-title > a > .logo > svg,
  #menu h1.header-title > a > .logo > img {
    height: 150px;
  }
}
@media (max-width: 760px) {
  #menu h1.header-title > a > .logo > svg,
  #menu h1.header-title > a > .logo > img {
    height: 81.31241084px;
  }
}
#menu h1.header-title > a:hover {
  color: #555;
}
#menu h1.header-title > a:hover > .logo > svg {
  fill: #555;
}
#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: #e4002b;
}
#menu .menu-main {
  z-index: 1050;
  padding-top: 0;
  display: inline-block;
  vertical-align: middle;
}
#menu .menu-main .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-align: right;
}
#menu .menu-main .menu > li {
  padding: 0 0 0 1.2em;
  display: inline-block;
  position: relative;
}
#menu .menu-main .menu > li.hover-open > .sub-menu,
#menu .menu-main .menu > li.force-open > .sub-menu {
  transform: translateY(0);
  opacity: 1;
  height: auto;
}
#menu .menu-main .menu > li > .sub-menu {
  transition: all 0.25s;
  transform: translateY(-10px);
  overflow: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
  left: -0.4em;
  right: 0;
  min-width: 14em;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  background: #fff;
}
#menu .menu-main .menu > li > .sub-menu > li {
  display: block;
  text-align: left;
}
#menu .menu-main .menu > li > .sub-menu > li > a {
  display: block;
  padding: 0.1em 1.2em;
  border-bottom: 1px solid #efefef;
}
#menu .menu-main .menu > li > .sub-menu > li:last-child > a {
  border-bottom: 1px solid transparent;
}
#menu .menu-main .menu > li > .sub-menu > li.current_page_parent > a,
#menu .menu-main .menu > li > .sub-menu > li.current-menu-item > a,
#menu .menu-main .menu > li > .sub-menu > li > a:hover {
  color: #888;
}
#menu .menu-main .menu a {
  display: block;
  color: #000;
  padding: 0.35em 0;
  transition: color 0.25s;
  border-bottom: 2px solid transparent;
}
#menu .menu-main .menu > li.current_page_parent > a,
#menu .menu-main .menu > li.current-menu-item > a,
#menu .menu-main .menu > li > a:hover {
  color: #555;
  border-bottom: 2px solid #555;
}
#menu .menu-main .search-form {
  margin: 0 auto;
  margin-top: 1.5em;
  max-width: 13em;
}
#menu .menu-main .search-form input {
  font-size: 14px;
}
#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;
  margin-left: 0.5em;
}
#menu .menu-secondary {
  position: absolute;
  top: 0;
  bottom: 0;
  padding-top: 4.42225392vw;
  font-size: 1.14122682vw;
  text-transform: uppercase;
}
@media (min-width: 1402px) {
  #menu .menu-secondary {
    padding-top: 62px;
  }
}
@media (max-width: 760px) {
  #menu .menu-secondary {
    padding-top: 33.60912981px;
  }
}
@media (min-width: 1402px) {
  #menu .menu-secondary {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  #menu .menu-secondary {
    font-size: 8.67332382px;
  }
}
#menu .menu-secondary .socmed-follow {
  float: right;
  margin-top: -0.78em;
}
#menu .menu-secondary .socmed-follow .some-link {
  font-size: 10px;
}
body.scheme-menu-white #menu .menu-secondary .socmed-follow .some-link > .img > svg {
  fill: #fff;
}
body.scheme-menu-white #menu .menu-secondary .socmed-follow .some-link:hover > .img > svg {
  fill: #e4002b;
}
@media (max-width: 760px) {
  .block-nosto01 {
    text-align: center;
  }
}
.block-nosto01 .contents {
  display: flex;
  margin-top: -1em;
}
@media (max-width: 760px) {
  .block-nosto01 .contents {
    display: block;
  }
}
.block-nosto01 .row1 {
  font-weight: bold;
  font-size: 7.13266762vw;
  padding: 0;
  flex: 1;
}
@media (min-width: 1402px) {
  .block-nosto01 .row1 {
    font-size: 100px;
  }
}
@media (max-width: 760px) {
  .block-nosto01 .row1 {
    font-size: 54.20827389px;
  }
}
@media (max-width: 760px) {
  .block-nosto01 .row1 {
    font-size: 30px;
  }
}
.block-nosto01 .row2 {
  position: relative;
  font-size: 4.27960057vw;
  line-height: 1.1;
  padding: 0.15em 0 0 1em;
}
@media (min-width: 1402px) {
  .block-nosto01 .row2 {
    font-size: 60px;
  }
}
@media (max-width: 760px) {
  .block-nosto01 .row2 {
    font-size: 32.52496434px;
  }
}
@media (max-width: 760px) {
  .block-nosto01 .row2 {
    font-size: 20px;
    padding: 0.5em 0 0 0;
  }
}
.block-nosto01 .row2 strong,
.block-nosto01 .row2 b {
  font-weight: normal;
  text-decoration: underline;
}
@media (max-width: 760px) {
  .block-nosto01 .row2 {
    max-width: 13em;
    margin: 0 auto;
  }
}
.block-nosto02 .content {
  font-size: 3.92296719vw;
  text-align: center;
}
@media (min-width: 1402px) {
  .block-nosto02 .content {
    font-size: 55px;
  }
}
@media (max-width: 760px) {
  .block-nosto02 .content {
    font-size: 29.81455064px;
  }
}
@media (max-width: 760px) {
  .block-nosto02 .content {
    font-size: 20px;
  }
}
.block-nosto02 .items {
  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);
  grid-gap: 2em 5em;
  gap: 2em 5em;
}
@media (max-width: 760px) {
  .block-nosto02 .items {
    grid-template-columns: minmax(0, 1fr);
  }
}
.block-nosto02 .items > li {
  position: relative;
}
.block-nosto02 .items > li::before {
  content: "";
  display: block;
  border-right: 3px solid black;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2em;
  transform: rotate(10deg);
}
@media (max-width: 760px) {
  .block-nosto02 .items > li::before {
    top: -1.7em;
    left: -1em;
    right: 0;
    border-right: 0;
    border-top: 3px solid black;
    transform-origin: center center;
    transform: rotate(3.5deg);
  }
}
.block-nosto02 .items > li:first-child::before {
  display: none;
}
.block-nosto02 .items > li h2 {
  text-align: center;
  font-size: 2.13980029vw;
  position: relative;
}
@media (min-width: 1402px) {
  .block-nosto02 .items > li h2 {
    font-size: 30px;
  }
}
@media (max-width: 760px) {
  .block-nosto02 .items > li h2 {
    font-size: 16.26248217px;
  }
}
@media (max-width: 760px) {
  .block-nosto02 .items > li h2 {
    font-size: 18px;
    text-align: left;
  }
}
@media (min-width: 761px) {
  .block-nosto02 .items > li h2 {
    left: 0.333em;
  }
}
.block-nosto02 .items > li .n {
  display: block;
  text-align: .c;
  border-radius: 50%;
  border: 3px solid black;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.block-nosto02 .items > li .n > span {
  display: block;
  position: absolute;
  top: 40.5%;
  transform: translateY(-50%);
  left: 10%;
  right: 0;
  text-align: center;
}
.block-nosto02 .items > li .n-wrapper {
  font-family: "Integral", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 0.95;
  font-size: 10.69900143vw;
  width: 1.5em;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1402px) {
  .block-nosto02 .items > li .n-wrapper {
    font-size: 150px;
  }
}
@media (max-width: 760px) {
  .block-nosto02 .items > li .n-wrapper {
    font-size: 81.31241084px;
  }
}
@media (min-width: 761px) {
  .block-nosto02 .items > li .n-wrapper {
    left: 0.25em;
  }
}
@media (max-width: 760px) {
  .block-nosto02 .items > li .n-wrapper {
    font-size: 13vw;
    width: 1.75em;
  }
}
.block-nosto02 .items > li .cnt {
  font-size: 2.13980029vw;
  padding-top: 1em;
  text-align: center;
}
@media (min-width: 1402px) {
  .block-nosto02 .items > li .cnt {
    font-size: 30px;
  }
}
@media (max-width: 760px) {
  .block-nosto02 .items > li .cnt {
    font-size: 16.26248217px;
  }
}
@media (max-width: 760px) {
  .block-nosto02 .items > li .cnt {
    font-size: 18px;
    max-width: 13em;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 1em;
  }
}
.block-nosto03 > .page-wrapper {
  max-width: 1172px;
}
.block-nosto03 .cols {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-gap: 2em 3.5em;
  gap: 2em 3.5em;
}
@media (max-width: 760px) {
  .block-nosto03 .cols {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
.block-nosto03 .cols .col {
  font-size: 2.42510699vw;
}
@media (min-width: 1402px) {
  .block-nosto03 .cols .col {
    font-size: 34px;
  }
}
@media (max-width: 760px) {
  .block-nosto03 .cols .col {
    font-size: 18.43081312px;
  }
}
@media (max-width: 760px) {
  .block-nosto03 .cols .col {
    font-size: 1rem;
  }
}
@media (max-width: 760px) {
  .block-nosto03 .cols {
    display: block;
  }
}
.block-nosto03 .content {
  text-align: center;
}
.block-nosto03 .ingress {
  font-size: 3.20970043vw;
  font-weight: normal;
}
@media (min-width: 1402px) {
  .block-nosto03 .ingress {
    font-size: 45px;
  }
}
@media (max-width: 760px) {
  .block-nosto03 .ingress {
    font-size: 24.39372325px;
  }
}
@media (max-width: 760px) {
  .block-nosto03 .ingress {
    font-size: 21px;
    text-align: left;
  }
}
.block-nosto03 .ingress::before {
  content: none;
}
.people-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  box-sizing: border-box;
  padding-top: 1.5em;
}
.people-list > li {
  display: inline-block;
  vertical-align: top;
  width: 8em;
  padding: 0 3em 1em 3em;
}
.people-list-item > a {
  display: block;
  padding-bottom: 2em;
  color: #000;
}
.people-list-item > a > .img-wrapper {
  max-width: 10em;
  margin: 0 auto;
}
.people-list-item > a > .img-wrapper > .image {
  transition: opacity 0.25s;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 0.5em;
  border-radius: 50%;
}
.people-list-item > a > .title {
  text-transform: uppercase;
  font-family: "Integral", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 0.95;
  font-size: 100%;
  line-height: 1.1;
}
.people-list-item > a:hover {
  color: #000;
}
.people-list-item > a:hover > .img-wrapper > .image {
  opacity: 0.7;
}
@media (max-width: 760px) {
  .people-list-item > a > .img-wrapper {
    max-width: 7em;
  }
  .people-list-item > a > .title {
    font-size: 70%;
  }
}
.block-people-pick {
  text-align: center;
}
.block-people-pick .people-list {
  padding-bottom: 1.5em;
}
.block-people-pick .ingress {
  max-width: 33em;
  margin: 0 auto;
}
.block-person .img-wrapper {
  max-width: 10em;
  margin: 0 auto 0 0;
}
.block-person .img-wrapper > .image {
  transition: opacity 0.25s;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 0.5em;
  border-radius: 50%;
}
.block-press1 > .txt > .ingress {
  margin-bottom: 0.5em;
}
.block-press1 .press-gallery {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 -3%;
}
.block-press1 .press-gallery > li {
  float: left;
  width: 25%;
  padding: 0 3% 6% 3%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-press1 .press-gallery > li:nth-child(4n + 1) {
  clear: both;
}
.block-press1 .press-gallery > li > a {
  display: block;
  position: relative;
}
.block-press1 .press-gallery > li > a > .img {
  display: block;
  border: 1px solid #000;
  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 .size {
  font-size: 80%;
  white-space: nowrap;
}
.block-press1 .press-gallery > li > a > .info .author {
  display: block;
}
.block-press1 .press-gallery > li > a:hover > .img {
  opacity: 0.8;
}
@media (max-width: 900px) {
  .block-press1 .press-gallery {
    margin: 0 -3%;
  }
  .block-press1 .press-gallery > li:nth-child(4n + 1) {
    clear: none;
  }
  .block-press1 .press-gallery > li {
    float: left;
    width: 33.33333333%;
    padding: 0 3% 6% 3%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-press1 .press-gallery > li:nth-child(3n + 1) {
    clear: both;
  }
}
@media (max-width: 750px) {
  .block-press1 .press-gallery {
    margin: 0 -3%;
  }
  .block-press1 .press-gallery > li:nth-child(3n + 1) {
    clear: none;
  }
  .block-press1 .press-gallery > li {
    float: left;
    width: 50%;
    padding: 0 3% 6% 3%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-press1 .press-gallery > li:nth-child(2n + 1) {
    clear: both;
  }
}
.block-referenssi-list {
  text-align: center;
}
.block-referenssi-list > .txt {
  padding-top: 3em;
}
.block-referenssi-list .ref-cats {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding-bottom: 2em;
}
@media (max-width: 760px) {
  .block-referenssi-list .ref-cats {
    font-size: 0.8em;
  }
}
.block-referenssi-list .ref-cats > li {
  display: inline-block;
  padding: 0em 0;
  margin-bottom: 0.5em;
}
.block-referenssi-list .ref-cats > li > a {
  display: block;
  font-style: italic;
  stroke: 2px solid #fff;
  color: #fff;
  font-size: 80%;
  position: relative;
  margin: 0 -2px;
}
.block-referenssi-list .ref-cats > li > a > svg {
  fill: none;
  stroke: white;
  stroke-width: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
}
.block-referenssi-list .ref-cats > li > a:hover > svg,
.block-referenssi-list .ref-cats > li > a.active > svg {
  fill: #e4002b;
  stroke: #e4002b;
}
.block-referenssi-list .ref-cats > li > a > span {
  position: relative;
  transition: background-color 0.25s;
  display: block;
  top: 0.2em;
  padding: 0.4em 0 0.3em 0;
  min-width: 9.2em;
}
.ref-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-gap: 0.17em 0.42em;
  gap: 0.17em 0.42em;
  padding-bottom: 2em;
}
@media (max-width: 760px) {
  .ref-list {
    grid-gap: 0.17em 0.42em;
    gap: 0.17em 0.42em;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  body.front-page .ref-list li:nth-child(n + 9) {
    display: none;
  }
}
.ref-list-item > a {
  display: block;
  text-align: left;
  background: #000;
}
.ref-list-item > a > .image {
  padding-top: 70%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.ref-list-item > a > .details {
  transform: translateZ(0);
  transform-style: preserve-3d;
  position: relative;
  font-weight: bold;
  line-height: 1;
  min-height: 3.1em;
  padding: 0.85em 2em 0.85em 0.85em;
  background: #fff;
  color: #000;
  font-size: 90%;
  overflow: hidden;
}
.ref-list-item > a > .details:before {
  content: "";
  display: block;
}
.ref-list-item > a > .details > svg {
  fill: #e4002b;
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  height: calc(100% + 2px);
  width: auto;
}
@media (max-width: 760px) {
  .ref-list-item > a > .details {
    font-size: 65%;
    min-height: 5.1em;
    padding-right: 2.3em;
  }
}
.ref-list-item > a:hover > .details {
  color: #e4002b;
}
.ref-list-item > a:hover > .image {
  filter: grayscale(100%);
}
.ref-list2 {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.ref-list-item2 > a {
  text-align: center;
  display: block;
  background: #000;
  position: relative;
  margin-bottom: 1em;
}
.ref-list-item2 > a > .image {
  padding-top: 31.92338388%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.7;
  transition: opacity 0.25s;
}
.ref-list-item2 > a > .details {
  transform: translateZ(0);
  transform-style: preserve-3d;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  line-height: 1;
  padding: 0.85em 2em 0.85em 2em;
  color: #fff;
  overflow: hidden;
}
.ref-list-item2 > a > .details > .title {
  font-family: "Integral", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 0.95;
  font-size: 2.63908702vw;
}
@media (min-width: 1402px) {
  .ref-list-item2 > a > .details > .title {
    font-size: 37px;
  }
}
@media (max-width: 760px) {
  .ref-list-item2 > a > .details > .title {
    font-size: 20.05706134px;
  }
}
@media (max-width: 760px) {
  .ref-list-item2 > a > .details > .title {
    font-size: 20px;
  }
}
.ref-list-item2 > a:hover > .image {
  opacity: 0.5;
}
.block-referenssi-pick {
  text-align: center;
}
.block-referenssi-pick .ref-list2 {
  padding-top: 1em;
}
.block-referenssi-pick h1 {
  padding-top: 0;
}
.block-referenssi .image > img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.block-referenssi .next-prev-nav2 .prev {
  float: left;
}
.block-referenssi .next-prev-nav2 .next {
  float: right;
}
.block-services {
  text-align: center;
}
@media (max-width: 760px) {
}
.block-services > .anchor {
  position: absolute;
  margin-top: -80px;
  width: 1px;
  height: 1px;
}
.block-services .buttons {
  padding-top: 2em;
}
.block-services ul.items {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-align: left;
}
.block-services ul.items li {
  display: block;
  margin: 0;
  padding: 0;
  padding: 1.5em 0 2em 0;
  border-top: 3px solid currentColor;
  border-bottom: 0;
  position: relative;
}
.block-services ul.items li:last-child {
  border-bottom: 3px solid currentColor;
}
.block-services ul.items li > .opener {
  font-family: "Integral", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 0.95;
  text-align: left;
  font-size: 4.27960057vw;
  padding-right: 1.5em;
  margin-left: -0.05em;
  display: block;
  color: currentColor;
  position: relative;
}
@media (min-width: 1402px) {
  .block-services ul.items li > .opener {
    font-size: 60px;
  }
}
@media (max-width: 760px) {
  .block-services ul.items li > .opener {
    font-size: 32.52496434px;
  }
}
@media (max-width: 760px) {
  .block-services ul.items li > .opener {
    font-size: 38px;
  }
}
.block-services ul.items li > .opener > .opener-r1 {
  font-weight: bold;
}
.block-services ul.items li > .opener > .opener-r2 {
  padding-top: 0.25em;
  font-size: 2.13980029vw;
}
@media (min-width: 1402px) {
  .block-services ul.items li > .opener > .opener-r2 {
    font-size: 30px;
  }
}
@media (max-width: 760px) {
  .block-services ul.items li > .opener > .opener-r2 {
    font-size: 16.26248217px;
  }
}
@media (max-width: 760px) {
  .block-services ul.items li > .opener > .opener-r2 {
    font-size: 20px;
  }
}
.block-services ul.items li > .opener > span {
  pointer-events: none;
  width: 0.68em;
  height: 0.68em;
  display: block;
  position: absolute;
  top: 0.1em;
  right: 0;
}
.block-services ul.items li > .opener > span > i {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 3px solid currentColor;
  transition: border-color 0.25s, transform 0.25s;
}
.block-services ul.items li > .opener > span > b {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 3px solid currentColor;
  transform: rotate(90deg);
  transition: border-color 0.25s, transform 0.25s;
}
@media (max-width: 760px) {
  .block-services ul.items li > .opener > span {
    width: 1.2em;
    height: 1.2em;
    top: 0;
  }
  .block-services ul.items li > .opener > span > i {
    border-top-width: 2px;
  }
  .block-services ul.items li > .opener > span > b {
    border-top-width: 2px;
  }
}
.block-services ul.items li > .opener:hover {
  color: #e4002b;
}
.block-services ul.items li > .opener:hover > span > i,
.block-services ul.items li > .opener:hover > span > b {
  border-color: currentColor;
}
.block-services ul.items li > .content {
  overflow: hidden;
  color: currentColor;
  transition: max-height 0.25s;
  padding-right: 4em;
  font-size: 150%;
}
@media (max-width: 760px) {
  .block-services ul.items li > .content {
    padding-right: 0;
    font-size: 100%;
  }
}
.block-services ul.items li > .content p:first-child {
  padding-top: 0.6em;
}
.block-services ul.items li > .content p:last-child {
  padding-bottom: 0;
}
.block-services ul.items li.hide > .content {
  max-height: 0 !important;
}
.block-services ul.items li.shown > .content {
  max-height: inherit !important;
}
.block-services ul.items li.show > .opener {
  color: currentColor;
}
.block-services ul.items li.show > .opener > span > i {
  border-color: currentColor;
  transform: rotate(-45deg);
}
.block-services ul.items li.show > .opener > span > b {
  border-color: currentColor;
  transform: rotate(45deg);
}
.block-services ul.items li.show > .opener:hover {
  color: #e4002b;
}
.block-services.style-colored ul.items li .content,
.block-services.style-colored ul.items li > .opener {
  color: #fff;
}
.block-services.style-colored ul.items li > .opener > span > i,
.block-services.style-colored ul.items li > .opener > span > b,
.block-services.style-colored ul.items li.show > .opener > span > i,
.block-services.style-colored ul.items li.show > .opener > span > b {
  border-color: #fff;
}
.block-services.style-colored ul.items li > a.opener:hover {
  color: #000;
}
.block-services.style-colored ul.items li > a.opener:hover > span > i,
.block-services.style-colored ul.items li > a.opener:hover > span > b {
  border-color: #000;
}
.block-services.layout-two ul.items li {
  margin: 0;
  padding: 0;
  padding: 1.5em 0 1.5em 0;
  border-top: 1px solid currentColor;
  border-bottom: 0;
  position: relative;
}
.block-services.layout-two ul.items li:last-child {
  border-bottom: 1px solid currentColor;
}
.block-services.layout-two ul.items li > .opener {
  font-size: 2.49643367vw;
  text-transform: uppercase;
}
@media (min-width: 1402px) {
  .block-services.layout-two ul.items li > .opener {
    font-size: 35px;
  }
}
@media (max-width: 760px) {
  .block-services.layout-two ul.items li > .opener {
    font-size: 18.97289586px;
  }
}
@media (max-width: 760px) {
  .block-services.layout-two ul.items li > .opener {
    font-size: 22px;
  }
  .block-services.layout-two ul.items li > .opener > span {
    right: 1em;
  }
}
.block-search-results {
  text-align: center;
}
.block-search-results .searchform-wrapper {
  padding-bottom: 5em;
}
.block-search-results .searchform {
  max-width: 19em;
  margin: 0 auto;
  display: flex;
  font-size: 150%;
}
@media (max-width: 760px) {
  .block-search-results .searchform {
    font-size: 110%;
    max-width: none;
  }
}
.block-search-results .searchform .screen-reader-text {
  position: absolute;
  height: 0;
  width: 0;
  left: -1000px;
  opacity: 0;
  overflow: hidden;
}
.block-search-results .searchform > input[type="text"] {
  flex: 1;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-right: 0;
  font-family: inherit;
  font-size: inherit;
  border: 1px solid #fff;
  color: #fff;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 0.5em 0.8em;
  background: none;
  margin: 0;
}
.block-search-results .searchform > input[type="text"]:focus {
  outline: 0;
}
.block-search-results .searchform > button.more-link {
  font-size: 0.7em;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  display: block;
  box-sizing: border-box;
  flex: 0;
  margin: 0;
  border-color: #e4002b;
  background: #e4002b;
  color: #fff;
  transition: background-color 0.25s, color 0.25s;
}
.block-search-results .searchform > button.more-link:focus {
  outline: 0;
}
.block-search-results .searchform > button.more-link:hover {
  background: #fff;
  color: #000;
}
.block-search-results .no-results {
  text-align: center;
}
.block-search-results .search-results-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin-top: 1.5em;
}
.block-search-results #pagenav {
  margin-top: 1.5em;
  text-align: center;
}
.block-search-results h2.section {
  text-align: center;
  padding-top: 2.5em;
}
@media (max-width: 760px) {
  .block-search-results {
    text-align: left;
  }
  .block-search-results h2.section {
    text-align: left;
  }
}
.block-search-results .term {
  padding: 0 0 2em 0;
}
.block-search-results .term .terms {
  list-style: none;
  padding: 0;
}
.block-search-results .term .terms li {
  display: inline-block;
  margin: 0 0.2em;
}
.block-search-results .term .terms li a {
  color: #fff;
}
.block-search-results .article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-search-results .article-list a {
  color: #fff;
}
.block-search-results .article-list a:hover {
  color: #e4002b;
}
.block-single-event {
  /*
    .img-wrapper {
        padding-top: 50%;
        display: block;
        overflow: hidden;
        position: relative;
        background-size: cover;
        background-position: center 20%;
        &:before {
            content: "";
            @svg: escape(
                "<svg preserveAspectRatio='none' version='1.1' xmlns='http://www.w3.org/2000/svg' fill='#fff' viewBox='0 0 100 100'><polygon points='0,0 0,100 100,100 0,0'/></svg>"
            );
            background-image: url("data:image/svg+xml,@{svg}");
            background-size: 100% 100%;
            left: -1px;
            width: 15%;
            top: -1px;
            bottom: -1px;
            position: absolute;
        }
        &:after {
            content: "";
            @svg: escape(
                "<svg preserveAspectRatio='none' version='1.1' xmlns='http://www.w3.org/2000/svg' fill='#fff' viewBox='0 0 100 100'><polygon points='0,0 100,0 100,100 '/></svg>"
            );
            background-image: url("data:image/svg+xml,@{svg}");
            background-size: 100% 100%;
            right: -1px;
            width: 15%;
            top: -1px;
            bottom: -1px;
            position: absolute;
        }
        > .texts {
            position: absolute;
            z-index: 2;
            left: 1em;
            bottom: 3em;
            width: 36em;
            .bg() {
                box-shadow: -1rem 0 0 0 @color1, 1rem 0 0 0 @color1;
                background-color: @color1;
                color: @color1-fg;
                box-decoration-break: clone;
                line-height: 1.4;
            }
            > h1 {
                padding: 0;
                .font-sizer-px(64);
                > span {
                    .bg();
                }
            }
            > .artists {
                .font-otsake();
                .font-sizer-px(28);
                font-weight: normal;
                > span {
                    .bg();
                }
            }
            > .datetime {
                .font-otsake();
                .font-sizer-px(42);
                > span {
                    .bg();
                }
            }
        }
        // > img {
        //     object-fit: cover;
        //     object-position: center center;
        //     position: absolute;
        //     left: 0;
        //     right: 0;
        //     bottom: 0;
        //     top: 0;
        //     width: 100%;
        // }
    }
    .tickets-link-round {
        .font-otsake();
        .font-sizer-px(20);
        padding: 0;
        position: absolute;
        right: 4em;
        top: -6em;

        > .tickets-link {
            display: block;
            background: @color2;
            color: @color2-fg;
            border-radius: 50%;
            text-align: center;
            width: 7.5em;
            height: 7.5em;
            .transition(all @anim-speed);
            &:hover {
                background: @color2-hover;
                color: @color2-fg-hover;
            }
            > span {
                display: block;
                position: absolute;
                top: 50%;
                .transform(translateY(-50%));
                left: 1em;
                right: 1em;
            }
        }
    }

    .tickets-link-wrapper {
        .font-otsake();
        .font-sizer-px(20);
        padding-top: 3em;
        > .tickets-link {
            background: @color2;
            color: @color2-fg;
            padding: 0.5em 1em;
            .transition(all @anim-speed);
            &:hover {
                background: @color2-hover;
                color: @color2-fg-hover;
            }
        }
    }
    .workgroup {
        .no-bullets();
        .name {
            color: @color1;
            text-transform: uppercase;
        }
        li {
            padding: 0 0 0.2em 0;
        }
    }

    .content-wrap {
        display: flex;
        flex-wrap: wrap;
        padding-top: 4em;
        position: relative;
        > .content {
            width: ~"calc(52% - 7em)";
        }
        > .lang-en {
            .box-sizing();
            width: ~"calc(100% - 52% - 10em - 3em)";
            padding-left: 2em;
        }
        > .details {
            .box-sizing();
            width: 17em;
            padding-left: 3em;
            margin-left: 3em;
            border-left: 4px solid @color1;
            h2 {
                font-size: inherit;
                color: @color1;
                padding: 0;
            }
        }
        > .video {
            order: 4;
            width: 100%;
            padding-top: 1.5em;
            padding-bottom: 1.5em;
        }
    }

    @media (max-width: 760px) {
        .content-wrap {
            display: flex;
            > .content {
                width: 100%;
            }

            > .lang-en {
                width: 100%;
                padding-left: 0;
                padding-top: 1.5em;
            }

            > .details {
                width: 100%;
                padding-left: 0;
                margin-left: 0;
                border-left: 0;
                order: 3;
            }
        }
    }
    */
}
.block-single-event > .txt > .meta > .datetime {
  text-transform: uppercase;
}
.block-single-event > .txt > .meta > .location:before {
  display: inline-block;
  content: "\2022";
  margin-left: 0.5em;
  margin-right: 0.6em;
}
.block-single-event > .txt > .meta > .duration {
  margin-left: 0.2em;
}
.block-single-event > .txt > .meta > .duration:before {
  display: inline-block;
  content: "\2022";
  margin-left: 0.5em;
  margin-right: 0.6em;
}
.block-single-event > .txt > .meta > .cats {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-single-event > .txt > .meta > .cats > li {
  display: inline;
}
.block-single-event > .txt > .meta > .cats > li + li:before {
  display: inline-block;
  content: "\2022";
  margin-left: 0.5em;
  margin-right: 0.6em;
}
.block-single-event > .txt > .featured-image {
  margin-left: -22%;
  margin-right: -22%;
  padding-top: 2em;
  padding-bottom: 2em;
}
.block-single-event > .txt > .content-wrap > .map {
  height: 400px;
  width: 100%;
}
.block-single-post oksidi-sharer {
  --color: #fff;
}
.block-single-post .txt {
  padding-bottom: 4em;
}
.block-single-post .txt::after {
  content: "";
  display: block;
  border-bottom: 1px solid #fff;
  padding-top: 3em;
}
.block-single-post .go-back {
  font-size: 70%;
  padding-bottom: 2em;
}
.block-single-post .go-back a {
  color: #fff;
  text-transform: uppercase;
}
.block-single-post .go-back a:hover {
  color: #e4002b;
}
.block-single-post header {
  text-align: center;
}
.block-single-post header > .meta {
  padding: 1em 0;
  text-transform: uppercase;
}
.block-single-post header > h1 {
  border-bottom: 0;
  font-size: 4.99286733vw;
}
@media (min-width: 1402px) {
  .block-single-post header > h1 {
    font-size: 70px;
  }
}
@media (max-width: 760px) {
  .block-single-post header > h1 {
    font-size: 37.94579173px;
  }
}
@media (max-width: 760px) {
  .block-single-post header > h1 {
    font-size: 40px;
  }
}
.block-single-post footer {
  font-size: 80%;
  padding-top: 4em;
}
.block-single-post footer > .date {
  font-style: italic;
}
.block-single-post footer > * {
  display: block;
  padding-bottom: 1em;
}
.block-single-post footer > .tags {
  text-transform: uppercase;
}
.block-single-post footer > .tags a {
  color: #fff;
}
.block-single-post .ingress {
  font-size: 1.64051355vw;
}
@media (min-width: 1402px) {
  .block-single-post .ingress {
    font-size: 23px;
  }
}
@media (max-width: 760px) {
  .block-single-post .ingress {
    font-size: 12.467903px;
  }
}
@media (max-width: 760px) {
  .block-single-post .ingress {
    font-size: 16px;
    line-height: 1.3;
    font-weight: normal;
  }
}
.block-single-post .ingress::before {
  display: none;
}
.block-single-post .person {
  font-size: 70%;
  padding-bottom: 2em;
}
.block-single-post .person .img-wrapper {
  max-width: 8em;
  margin: 0 auto 0 0;
}
@media (max-width: 760px) {
  .block-single-post .person .img-wrapper {
    margin: 0 auto;
  }
}
.block-single-post .person .img-wrapper > .image {
  transition: opacity 0.25s;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 0.5em;
  border-radius: 50%;
}
.block-single-post .c {
  display: flex;
}
.block-single-post .c > .c1 {
  flex: 0 0 15.69186876vw;
}
@media (min-width: 1402px) {
  .block-single-post .c > .c1 {
    flex: 0 0 220px;
  }
}
@media (max-width: 760px) {
  .block-single-post .c > .c1 {
    flex: 0 0 119.25820257px;
  }
}
.block-single-post .c > .c2 {
  font-size: 1.28388017vw;
}
@media (min-width: 1402px) {
  .block-single-post .c > .c2 {
    font-size: 18px;
  }
}
@media (max-width: 760px) {
  .block-single-post .c > .c2 {
    font-size: 9.7574893px;
  }
}
@media (max-width: 760px) {
  .block-single-post .c > .c2 {
    font-size: 18px;
  }
}
@media (max-width: 760px) {
  .block-single-post .c {
    flex-wrap: wrap;
  }
  .block-single-post .c > .c1 {
    flex: 100%;
    text-align: center;
    display: flex;
  }
  .block-single-post .c > .c1 > .person {
    flex: 1;
  }
}
.block-single-referenssi .tags {
  padding-top: 1.5em;
}
.block-single-referenssi .tags > a {
  display: inline-block;
  background: #e4002b;
  color: #fff;
  padding: 0.2em 0.5em;
  margin-bottom: 0.25em;
  transition: background-color 0.25s, color 0.25s;
}
.block-single-referenssi .tags > a:hover {
  background: #fff;
  color: #000;
}
.block-single-referenssi .image {
  padding-bottom: 2em;
}
.block-single-referenssi .image > img {
  display: block;
  width: 100%;
}
/*
@moveanimlength: 100%;
.fromleftanim () {
    from {
        .transform(translate3d(-@moveanimlength, 0, 0));
    }  
    to {
        .transform(translate3d(0, 0, 0));        
    }
}
@-webkit-keyframes fromleftanim {.fromleftanim;}
@-moz-keyframes fromleftanim {.fromleftanim;}
@-ms-keyframes fromleftanim {.fromleftanim;}
@-o-keyframes fromleftanim {.fromleftanim;}
@keyframes fromleftanim {.fromleftanim;}

.fromrightanim () {
    from {
        .transform(translate3d(@moveanimlength, 0, 0));
    }  
    to {
        .transform(translate3d(0, 0, 0));        
    }
}
@-webkit-keyframes fromrightanim {.fromrightanim;}
@-moz-keyframes fromrightanim {.fromrightanim;}
@-ms-keyframes fromrightanim {.fromrightanim;}
@-o-keyframes fromrightanim {.fromrightanim;}
@keyframes fromrightanim {.fromrightanim;}

.torightanim () {
    from {
        .transform(translate3d(0, 0, 0));
    }  
    to {
        .transform(translate3d(@moveanimlength, 0, 0));        
    }
}
@-webkit-keyframes torightanim {.torightanim;}
@-moz-keyframes torightanim {.torightanim;}
@-ms-keyframes torightanim {.torightanim;}
@-o-keyframes torightanim {.torightanim;}
@keyframes torightanim {.torightanim;}

.toleftanim () {
    from {
        .transform(translate3d(0, 0, 0));
    }  
    to {
        .transform(translate3d(-@moveanimlength, 0, 0));        
    }
}
@-webkit-keyframes toleftanim {.toleftanim;}
@-moz-keyframes toleftanim {.toleftanim;}
@-ms-keyframes toleftanim {.toleftanim;}
@-o-keyframes toleftanim {.toleftanim;}
@keyframes toleftanim {.toleftanim;}
*/
.block-slider {
  background: #fff;
  margin: 0;
}
.block-slider .slides {
  position: relative;
}
.block-slider .slider .empty {
  padding-top: 48%;
}
.block-slider .slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transform: translateZ(0);
  transition: opacity 0.5s;
  opacity: 0;
  z-index: 10;
}
.block-slider .slider .slide.init {
  z-index: 11;
  transition: none;
  opacity: 1;
}
.block-slider .slider .slide.selected {
  z-index: 11;
  transition: opacity 0.5s;
  opacity: 1;
  transition-delay: 0s;
}
.block-slider .slider .slide:first-child {
  position: relative;
}
.block-slider > .txt {
  padding: 5%;
}
.block-slider .slider > .nav {
  position: absolute;
  padding: 1.5em 0;
  text-align: center;
  bottom: 0.25em;
  left: 0;
  right: 0;
  z-index: 500;
}
.block-slider .slider > .nav > .prev,
.block-slider .slider > .nav > .next {
  float: left;
}
.block-slider .slider > .nav > .prev:before,
.block-slider .slider > .nav > .next:before {
  content: "";
  width: 30px;
  height: 45px;
  background: url("https://www.mandag.fi/wp-content/themes/mondag/images/arrows.png") 0 0 no-repeat;
  background-size: 60px auto;
  display: block;
  transition: opacity 0.25s;
}
.block-slider .slider > .nav > .prev:hover:before,
.block-slider .slider > .nav > .next:hover:before {
  opacity: 0.7;
}
.block-slider .slider > .nav > .next {
  float: right;
}
.block-slider .slider > .nav > .next:before {
  background-position: right top;
}
.block-slider .slider > .nav > .jumps {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  font-size: 120%;
}
.block-slider .slider > .nav > .jumps > li {
  display: inline-block;
  font-family: "Integral", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 0.95;
  padding: 0 0.5em;
}
.block-slider .slider > .nav > .jumps > li > a {
  display: inline-block;
  color: #fff;
  border-bottom: 2px solid transparent;
  padding: 0.45em 0 0.12em 0;
}
.block-slider .slider > .nav > .jumps > li > a > span {
  display: none;
}
.block-slider .slider > .nav > .jumps > li > a:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #efefef;
  transition: background 0.25s;
}
.block-slider .slider > .nav > .jumps > li > a:hover:after,
.block-slider .slider > .nav > .jumps > li > a.selected:after {
  background: #e4002b;
}
.block-slider .slider .slides > .slide > .logo {
  position: absolute;
  right: 4%;
  top: 50%;
  width: 33%;
  transform: translateY(-50%);
}
.block-slider .slider .slides > .slide > .logo > svg {
  width: 100%;
  fill: #fff;
}
.block-slider .slider .slides > .slide > .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.block-slider .slider .slides > .slide > .page-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6em;
}
.block-slider .slider .slides > .slide > .page-wrapper > .texts {
  box-sizing: border-box;
  color: #e4002b;
  position: absolute;
  bottom: 1em;
  left: 1em;
  padding: 0.5em 2.25em;
  text-align: left;
}
.block-slider .slider .slides > .slide > .page-wrapper > .texts > .slide-title {
  font-size: 1.28388017vw;
  color: #e4002b;
  font-weight: bold;
  padding: 0.25em 0 0 0;
  line-height: 1.2;
  position: relative;
}
@media (min-width: 1402px) {
  .block-slider .slider .slides > .slide > .page-wrapper > .texts > .slide-title {
    font-size: 18px;
  }
}
@media (max-width: 760px) {
  .block-slider .slider .slides > .slide > .page-wrapper > .texts > .slide-title {
    font-size: 9.7574893px;
  }
}
.block-slider .slider .slides > .slide > .page-wrapper > .texts > .slide-text {
  font-family: "Integral", sans-serif;
  font-style: normal;
  line-height: 0.95;
  font-size: 1.28388017vw;
  font-weight: normal;
  position: relative;
}
@media (min-width: 1402px) {
  .block-slider .slider .slides > .slide > .page-wrapper > .texts > .slide-text {
    font-size: 18px;
  }
}
@media (max-width: 760px) {
  .block-slider .slider .slides > .slide > .page-wrapper > .texts > .slide-text {
    font-size: 9.7574893px;
  }
}
.block-slider .slider .slides > .slide > .page-wrapper > .texts > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #e4002b;
  transition: fill 0.25s;
}
.block-slider .slider .slides > .slide > .page-wrapper > .texts:hover > svg {
  fill: #fff;
}
.block-slider .slider .slides > .slide > .empty {
  padding-top: 50%;
  display: block;
}
@media (max-width: 760px) {
  .block-slider .slider .slides > .slide > .empty {
    padding-top: 70%;
  }
  .block-slider .slider .slides > .slide > .page-wrapper > .texts > .slide-title {
    font-size: 16px;
  }
  .block-slider .slider .slides > .slide > .page-wrapper {
    position: absolute;
    bottom: 0;
  }
  .block-slider .slider > .nav {
    position: absolute;
    bottom: -4em;
  }
  .block-slider .slider > .nav > .jumps > li > a:after {
    background: #000;
  }
}
.block-subnav > .txt {
  padding-top: 0;
  padding-bottom: 1em;
}
.block-subnav #sub-navigation {
  text-align: left;
  padding-top: 2em;
  padding-bottom: 2em;
  color: #fff;
}
.block-subnav #sub-navigation .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-subnav #sub-navigation .menu > li {
  line-height: 1;
  display: inline-block;
  margin: 0 1.2em 0 0;
}
.block-subnav #sub-navigation .menu > li > a {
  display: block;
  color: #fff;
  transition: all 0.25s;
  position: relative;
}
.block-subnav #sub-navigation .menu > li > a:hover,
.block-subnav #sub-navigation .menu > li.current_page_item > a,
.block-subnav #sub-navigation .menu > li.current-menu-item > a {
  text-decoration: underline;
}
.block-subnav #sub-navigation .menu > li.current_page_item > a,
.block-subnav #sub-navigation .menu > li.current-menu-item > a {
  text-decoration: underline;
}
.block-subnav #sub-navigation .menu > li:last-child:after {
  display: none;
  content: none;
}
.block-subnav #sub-navigation .menu > li > ul {
  display: none;
}
@media (max-width: 760px) {
  .block-subnav #sub-navigation .menu {
    margin: 0 -5px;
  }
  .block-subnav #sub-navigation .menu > li {
    float: left;
    width: 50%;
    padding: 0 5px 10px 5px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-subnav #sub-navigation .menu > li:nth-child(2n + 1) {
    clear: both;
  }
  .block-subnav #sub-navigation .menu > li > a {
    padding: 0.7em 0.2em;
  }
  .block-subnav #sub-navigation .menu > li.current_page_item > a:after,
  .block-subnav #sub-navigation .menu > li.current-menu-item > a:after {
    display: none;
  }
}
@media (max-width: 400px) {
  .block-subnav #sub-navigation .menu > li {
    display: block;
    float: none;
    width: auto;
    padding: 0.2em 0 0.2em 0;
  }
}
.block-video > .txt > .content {
  padding-bottom: 2em;
}
.block-video .embed iframe {
  display: block;
  width: 100%;
}
html {
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ie6 #page {
  height: 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;
}