@font-face {
  font-family: 'Cera Pro';
  src: url("../../fonts/cera/CeraPro-Regular.woff2") format("woff2"), url("../../fonts/cera/CeraPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Cera Pro';
  src: url("../../fonts/cera/CeraPro-Bold.woff2") format("woff2"), url("../../fonts/cera/CeraPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Sentinel';
  src: url("../../fonts/sentinel/Sentinel-Black.woff2") format("woff2"), url("../../fonts/sentinel/Sentinel-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Sentinel';
  src: url("../../fonts/sentinel/Sentinel-Medium.woff2") format("woff2"), url("../../fonts/sentinel/Sentinel-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: 0;
  overflow: hidden; }

.glightbox-container.inactive {
  display: none; }

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden; }

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0; }

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative; }

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999; }

.glightbox-container .gslide-inner-content {
  width: 100%; }

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh; }

.glightbox-container .ginner-container.gvideo-container {
  width: 100%; }

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important; }

.gslide iframe, .gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto; }

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.gslide-image img {
  max-height: 100vh;
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px; }

.desc-bottom .gslide-image img, .desc-top .gslide-image img {
  width: auto; }

.desc-left .gslide-image img, .desc-right .gslide-image img {
  width: auto;
  max-width: 100%; }

.gslide-image img.zoomable {
  position: relative; }

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none; }

.gslide-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  width: 100vh;
  max-width: 100vh;
  width: 100% !important; }

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto; }

.gslide-video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none; }

.gslide-video.playing::before {
  display: none; }

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh; }

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important; }

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%; }

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%; }

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none; }

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1; }

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%; }

.gslide-media {
  display: block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto; }

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.desc-bottom .gslide-media, .desc-top .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%; }

.gslide-description.description-left, .gslide-description.description-right {
  max-width: 100%; }

.gslide-description.description-bottom, .gslide-description.description-top {
  margin: 0 auto;
  width: 100%; }

.gslide-description p {
  margin-bottom: 12px; }

.gslide-description p:last-child {
  margin-bottom: 0; }

.zoomed .gslide-description {
  display: none; }

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: 0 0;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  padding-bottom: 50px; }

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em; }

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1; }

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700; }

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit; }

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff; }

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: .4; }

.gdesc-open .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: .4; }

.gdesc-open .gdesc-inner {
  padding-bottom: 30px; }

.gdesc-closed .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1; }

.greset {
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.gabsolute {
  position: absolute; }

.grelative {
  position: relative; }

.glightbox-desc {
  display: none !important; }

.glightbox-open {
  overflow: hidden; }

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader .8s infinite linear;
  animation: lightboxLoader .8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%; }

.goverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  will-change: opacity; }

.glightbox-mobile .goverlay {
  background: #000; }

.gclose, .gnext, .gprev {
  background-repeat: no-repeat;
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  display: block;
  background-position: 0 0;
  border: none; }

.gclose svg, .gnext svg, .gprev svg {
  display: block;
  width: 100%;
  height: auto; }

.gclose.disabled, .gnext.disabled, .gprev.disabled {
  opacity: .1; }

.gclose .garrow, .gnext .garrow, .gprev .garrow {
  stroke: #fff; }

iframe.wait-autoplay {
  opacity: 0; }

.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
  opacity: 0 !important; }

.glightbox-clean .gslide-description, .glightbox-modern .gslide-description {
  background: #fff; }

.glightbox-clean .gdesc-inner, .glightbox-modern .gdesc-inner {
  padding: 22px 20px; }

.glightbox-clean .gslide-title, .glightbox-modern .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em; }

.glightbox-clean .gslide-desc, .glightbox-modern .gslide-desc {
  font-size: .86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em; }

.glightbox-clean .gslide-video, .glightbox-modern .gslide-video {
  background: #000; }

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev, .glightbox-modern .gclose, .glightbox-modern .gnext, .glightbox-modern .gprev {
  background-color: rgba(0, 0, 0, 0.12); }

.glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover, .glightbox-modern .gclose:hover, .glightbox-modern .gnext:hover, .glightbox-modern .gprev:hover {
  background-color: rgba(0, 0, 0, 0.2); }

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path, .glightbox-modern .gclose path, .glightbox-modern .gnext path, .glightbox-modern .gprev path {
  fill: #fff; }

.glightbox-clean button:focus:not(.focused):not(.disabled), .glightbox-modern button:focus:not(.focused):not(.disabled) {
  outline: 0; }

.glightbox-clean .gprev, .glightbox-modern .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 56px; }

.glightbox-clean .gnext, .glightbox-modern .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 56px; }

.glightbox-clean .gclose, .glightbox-modern .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
  opacity: .7;
  background-position: -59px 2px; }

.glightbox-clean .gclose svg, .glightbox-modern .gclose svg {
  width: 20px; }

.glightbox-clean .gclose:hover, .glightbox-modern .gclose:hover {
  opacity: 1; }

.gfadeIn {
  -webkit-animation: gfadeIn .5s ease;
  animation: gfadeIn .5s ease; }

.gfadeOut {
  -webkit-animation: gfadeOut .5s ease;
  animation: gfadeOut .5s ease; }

.gslideOutLeft {
  -webkit-animation: gslideOutLeft .3s ease;
  animation: gslideOutLeft .3s ease; }

.gslideInLeft {
  -webkit-animation: gslideInLeft .3s ease;
  animation: gslideInLeft .3s ease; }

.gslideOutRight {
  -webkit-animation: gslideOutRight .3s ease;
  animation: gslideOutRight .3s ease; }

.gslideInRight {
  -webkit-animation: gslideInRight .3s ease;
  animation: gslideInRight .3s ease; }

.gzoomIn {
  -webkit-animation: gzoomIn .5s ease;
  animation: gzoomIn .5s ease; }

.gzoomOut {
  -webkit-animation: gzoomOut .5s ease;
  animation: gzoomOut .5s ease; }

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .gslide-image img {
    max-height: 97vh;
    max-width: calc(100% - 20px);
    max-width: 100%; }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab; }
  .gslide-inline {
    max-height: 95vh; }
  .gslide-external {
    max-height: 100vh; }
  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px; }
  .glightbox-open {
    height: auto; }
  .goverlay {
    background: rgba(0, 0, 0, 0.92); }
  .glightbox-clean .gslide-media, .glightbox-modern .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65); }
  .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner, .glightbox-modern .description-left .gdesc-inner, .glightbox-modern .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto; }
  .glightbox-clean .gprev, .glightbox-modern .gprev {
    top: 45%; }
  .glightbox-clean .gnext, .glightbox-modern .gnext {
    top: 45%; } }

@media (min-width: 992px) {
  .glightbox-clean .gclose, .glightbox-modern .gclose {
    right: 20px; } }

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2rem;
  margin: 0.67em 0; }

hr {
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1rem; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1rem; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25rem; }

sup {
  top: -0.5rem; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35rem 0.75rem 0.625rem; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

*,
*:before,
*:after {
  box-sizing: border-box; }

body {
  background: #fff; }

hr {
  background-color: #C4C4C4;
  border: 0;
  height: 1px;
  margin-bottom: 1.5rem; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px #3c1053;
    clip: auto !important;
    clip-path: none;
    color: #3C1053;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

#content[tabindex="-1"]:focus {
  outline: 0; }

div.focused {
  outline: none; }

html {
  font-size: 16px;
  font-size: 100%; }

body,
optgroup {
  color: #0C2340;
  font-family: "Cera Pro";
  font-size: 16px;
  line-height: 1.6; }

@media only screen and (min-width: 2000px) {
  html {
    font-size: 110%; } }

@media only screen and (min-width: 2400px) {
  html {
    font-size: 120%; } }

@media only screen and (max-width: 1200px) {
  html {
    font-size: 95%; } }

@media only screen and (max-width: 992px) {
  html {
    font-size: 90%; } }

@media only screen and (max-width: 768px) {
  html {
    font-size: 85%; } }

@media only screen and (max-width: 480px) {
  html {
    font-size: 80%; } }

@media only screen and (max-width: 320px) {
  html {
    font-size: 70%; } }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5 {
  clear: both;
  color: #0C2340;
  font-weight: 500;
  font-family: "Sentinel";
  line-height: 1.2;
  margin: 1rem 0 2.5rem; }

h1,
.h1 {
  font-size: 2.625rem;
  margin-top: 0; }
  @media only screen and (max-width: 600px) {
    h1,
    .h1 {
      font-size: 2.375rem; } }

h2,
.h2 {
  font-size: 2.375rem; }
  @media only screen and (max-width: 600px) {
    h2,
    .h2 {
      font-size: 1.875rem; } }

h3,
.h3 {
  font-size: 1.625rem; }
  @media only screen and (max-width: 600px) {
    h3,
    .h3 {
      font-size: 1.375rem; } }

h4,
.h4 {
  font-size: 1.25rem; }

h5,
.h5,
h6,
.h6 {
  font-size: 1rem; }

p {
  margin-bottom: 2.25rem;
  line-height: 1.6; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  border-left: 2px solid #C4C4C4;
  margin: 0 0 2.25rem 0;
  padding: 0 0 0 1rem;
  font-style: italic; }

address {
  margin: 0 0 1.5rem; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.6rem; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

ul,
ol {
  margin: 0 0 1.25rem 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5rem; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5rem 1.5rem; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5rem;
  width: 100%; }

th,
td {
  text-align: left; }

a {
  color: #3C1053; }
  a:hover, a:focus, a:active {
    color: #5b187e;
    outline: 0; }
  a:focus {
    outline: thin dotted; }

.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%; }
  .wp-caption .wp-caption-text {
    margin: 0.375rem 0; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption-text {
  text-align: center;
  font-style: italic; }

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

.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: none; }

.container,
.entry-content > *,
.post-navigation .nav-links {
  position: relative;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
  width: 100%; }
  .container.wp-block-table, .container.keskukset-map__container,
  .entry-content > *.wp-block-table,
  .entry-content > *.keskukset-map__container,
  .post-navigation .nav-links.wp-block-table,
  .post-navigation .nav-links.keskukset-map__container {
    max-width: 55.875rem; }
  .container.container--narrow,
  .entry-content > *.container--narrow,
  .post-navigation .nav-links.container--narrow {
    max-width: 50.875rem; }
  .container.accordion--narrow,
  .entry-content > *.accordion--narrow,
  .post-navigation .nav-links.accordion--narrow {
    max-width: 40.25rem; }
  @media only screen and (max-width: 480px) {
    .container,
    .entry-content > *,
    .post-navigation .nav-links {
      padding: 0 1rem; } }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5rem; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5rem; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.logged-in.admin-bar .site-header {
  top: 32px; }
  @media only screen and (max-width: 782px) {
    .logged-in.admin-bar .site-header {
      top: 46px; } }
  @media screen and (max-width: 600px) {
    .logged-in.admin-bar .site-header.site-header--scrolled {
      top: -2.1875rem; } }

.logged-in.admin-bar .site-header__search-form {
  top: calc(32px + 1.8125rem); }
  @media only screen and (max-width: 782px) {
    .logged-in.admin-bar .site-header__search-form {
      top: calc(46px + 1.8125rem); } }

@media only screen and (max-width: 992px) {
  .logged-in.admin-bar .menu:before {
    top: 46px; } }

@media only screen and (max-width: 992px) {
  .no-scroll {
    overflow: hidden; } }

.button,
a.button,
a.button:visited,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button__link,
.site-header__search-form #ajaxsearchlite1.wpdreams_asl_container .probox .promagnifier {
  display: inline-block;
  border: none;
  background: #3C1053;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.05;
  padding: 1rem 2rem;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 3.125rem; }
  .button:hover, .button:focus, .button:active,
  a.button:hover,
  a.button:focus,
  a.button:active,
  a.button:visited:hover,
  a.button:visited:focus,
  a.button:visited:active,
  button:hover,
  button:focus,
  button:active,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="button"]:active,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="reset"]:active,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  .wp-block-button__link:hover,
  .wp-block-button__link:focus,
  .wp-block-button__link:active,
  .site-header__search-form #ajaxsearchlite1.wpdreams_asl_container .probox .promagnifier:hover,
  .site-header__search-form #ajaxsearchlite1.wpdreams_asl_container .probox .promagnifier:focus,
  .site-header__search-form #ajaxsearchlite1.wpdreams_asl_container .probox .promagnifier:active {
    background: #ED8B00;
    color: #3C1053;
    outline: none; }

.is-style-outline .wp-block-button__link {
  border-color: #0C2340;
  color: #0C2340; }
  .is-style-outline .wp-block-button__link:hover, .is-style-outline .wp-block-button__link:focus, .is-style-outline .wp-block-button__link:active {
    border-color: #ED8B00;
    background: #ED8B00;
    color: #3C1053; }

.breadcrumbs {
  margin-bottom: 1rem;
  font-size: 0.875rem; }
  .breadcrumbs a {
    text-decoration: none;
    color: #0C2340; }
    .breadcrumbs a:hover {
      text-decoration: underline; }

.hero--text-only .breadcrumbs,
.hero--text-under-image .breadcrumbs {
  width: 100%; }

.hero--primary .breadcrumbs a:hover,
.hero--primary .breadcrumbs a:focus {
  color: #ED8B00; }

.categories {
  display: flex;
  margin-bottom: 1.5625rem; }
  .categories__heading {
    margin: 0;
    font-size: 1rem;
    font-family: "Cera Pro";
    font-weight: 700;
    margin-right: 5rem;
    flex-shrink: 0; }
  .categories__list {
    display: flex;
    flex-wrap: wrap; }
    .categories__list-item {
      margin-bottom: 1.5625rem; }
      .categories__list-item:not(:last-child) {
        margin-right: 4rem; }
    .categories__list a {
      color: #0C2340; }
  @media only screen and (max-width: 768px) {
    .categories {
      flex-direction: column; }
      .categories__heading {
        font-size: 1.5rem;
        margin-right: 0;
        margin-bottom: 1rem; }
      .categories__list-item {
        margin-bottom: 1rem; }
        .categories__list-item:not(:last-child) {
          margin-right: 2rem; } }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  font-size: 1rem;
  line-height: 1.6;
  border: 1px solid #0C2340;
  padding: 0.625rem 0.75rem;
  border-radius: 2px;
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0.1rem 0;
  background: #fff;
  color: #0C2340; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus,
  select:focus {
    color: #555;
    outline: none;
    border-color: #ED8B00; }

textarea {
  width: 100%; }

.floating-label {
  display: none;
  position: absolute;
  top: 0;
  z-index: 9;
  left: 0.75rem;
  font-size: 0.67rem;
  transform: translate(0, -50%);
  padding: 0 0.75rem;
  background: #fff;
  line-height: 1.05; }

#gform_2 .gform_heading {
  display: none; }

#gform_2 .floating-label {
  opacity: 0;
  visibility: hidden; }

.languages {
  display: flex;
  position: relative; }
  .languages__button {
    background: none;
    padding: 0;
    color: #0C2340;
    font-weight: 400;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    border-radius: 0; }
    .languages__button-text {
      margin: 0 0.3125rem; }
    .languages__button svg {
      fill: #fff;
      transition: all 0.2s ease; }
    .languages__button:before {
      content: url("../../svg/globe.svg"); }
    .languages__button:after {
      content: url("../../svg/dropdown.svg"); }
    .languages__button:hover, .languages__button:focus, .languages__button:active {
      background: none; }
    .languages__button--toggled svg {
      transform: rotate(180deg); }
  .languages__list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-indent: none;
    position: absolute;
    left: 0;
    background: #fff;
    padding: 0.75rem 1.5rem;
    z-index: 99;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    top: -999px;
    transition: opacity 0.25s ease;
    font-size: 0.875rem;
    min-width: 9.375rem; }
    .languages__list--toggled {
      top: calc(100% + 0.5rem);
      opacity: 1;
      visibility: visible; }
    .languages__list li:not(:last-child) {
      margin-bottom: 0.5rem; }
    .languages__list a {
      color: #3C1053;
      text-decoration: none; }
      .languages__list a:hover {
        text-decoration: underline; }

.share {
  max-width: 36.25rem !important;
  margin-left: auto;
  margin-right: auto; }
  .share p {
    margin: 0 0 1.125rem; }

.share-links {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: none;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  -webkit-font-smoothing: antialiased; }
  .share-links__item {
    margin-bottom: 1.625rem; }
    .share-links__item:not(:last-child) {
      margin-right: 1.625rem; }
    .share-links__item--mobile-only {
      display: none; }
      @media only screen and (max-width: 768px) {
        .share-links__item--mobile-only {
          display: block; } }
  .share-links__link {
    display: block;
    text-decoration: none; }
    .share-links__link path {
      transition: all 0.2s ease; }
    .share-links__link:hover path,
    .share-links__link:focus path {
      fill: #ED8B00; }

.siblings-menu {
  display: flex;
  justify-content: center; }
  .siblings-menu__logo {
    flex-shrink: 0;
    align-self: stretch;
    display: flex;
    align-items: flex-start;
    margin-right: 2.1875rem;
    padding-right: 2.1875rem;
    border-right: 1px solid rgba(67, 49, 79, 0.4);
    max-width: 10rem; }
  .siblings-menu__link {
    display: block;
    outline-offset: 0; }
    .siblings-menu__link:hover, .siblings-menu__link:focus {
      opacity: 0.7; }
    .siblings-menu__link img {
      display: block; }
  .siblings-menu__list {
    display: flex;
    flex-wrap: wrap; }
    .siblings-menu__list li {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
      .siblings-menu__list li:not(:last-child) {
        margin-right: 2.5rem; }
    .siblings-menu__list a {
      color: #0C2340; }
  @media only screen and (max-width: 768px) {
    .siblings-menu {
      flex-direction: column; }
      .siblings-menu__logo {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        position: relative;
        max-width: 100%; }
        .siblings-menu__logo:after {
          content: '';
          height: 1px;
          background: rgba(67, 49, 79, 0.4);
          width: 100%;
          max-width: 31.25rem;
          position: absolute;
          left: 0;
          bottom: 0; } }

.hero--text-only .siblings-menu {
  margin-top: 1rem; }

.hero__bg-white .siblings-menu a:hover,
.hero__bg-white .siblings-menu a:focus {
  color: #0C2340; }

.hero:not(.hero--primary) .hero__bg-white .siblings-menu {
  margin-bottom: 3.125rem; }

.sivututka-header-logo {
  display: block;
  transition: all 0.2s ease; }
  .sivututka-header-logo path,
  .sivututka-header-logo ellipse {
    fill: #000; }
  .sivututka-header-logo:hover ellipse {
    fill: #3C1053; }

.sivututka-footer-logo:hover path {
  fill: #000; }

.sivututka-footer-logo:hover ellipse {
  fill: #3C1053; }

.sivututka-footer-logo path,
.sivututka-footer-logo ellipse {
  fill: #999; }

.fa-chevron-down {
  fill: #000; }

.site-header {
  z-index: 99999;
  background: #3C1053; }
  .site-header button {
    color: #fff; }
  .site-header__top {
    background: rgba(255, 255, 255, 0.1);
    height: 2rem; }
    .site-header__top-container {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      height: 100%; }
      .site-header__top-container > *:not(:last-child) {
        margin-right: 2.5rem; }
  .site-header__form-link {
    text-decoration: none;
    color: #fff;
    font-size: 0.875rem;
    position: relative;
    line-height: 1; }
    .site-header__form-link:hover, .site-header__form-link:focus {
      color: #fff; }
  .site-header__search-btn, .site-header__search-btn-close {
    background: none;
    padding: 0;
    color: #0C2340;
    font-weight: 400;
    font-size: 0.875rem; }
    .site-header__search-btn:hover, .site-header__search-btn:focus, .site-header__search-btn:active, .site-header__search-btn-close:hover, .site-header__search-btn-close:focus, .site-header__search-btn-close:active {
      background: none; }
  .site-header__search-btn {
    display: flex;
    align-items: center; }
    .site-header__search-btn-text {
      margin-left: 0.3125rem; }
    .site-header__search-btn:before {
      content: url("../../svg/search.svg"); }
  .site-header__search-btn-close {
    margin-left: 1rem;
    flex-shrink: 0; }
  .site-header__search-container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .site-header__search-form {
    opacity: 0;
    top: -999px;
    transition: all 0.2s ease;
    position: fixed;
    left: 0;
    right: 0;
    top: 2rem;
    background: #4F2764;
    border-top: 1px solid #3C1053;
    z-index: 99;
    padding: 3.4375rem 0;
    visibility: hidden; }
    .site-header__search-form .search-form {
      position: relative;
      max-width: 90%; }
    .site-header__search-form--toggled {
      opacity: 1;
      visibility: visible; }
    .site-header__search-form .search-field {
      background: transparent;
      border-color: #fff;
      border-radius: 3.125rem;
      color: #fff;
      padding-right: 6rem !important; }
      .site-header__search-form .search-field::placeholder {
        color: #fff; }
      .site-header__search-form .search-field:active, .site-header__search-form .search-field:focus {
        color: #fff; }
      .site-header__search-form .search-field:focus {
        border-color: #ED8B00; }
    .site-header__search-form .search-submit {
      background: #ED8B00;
      color: #0C2340;
      top: -0.1rem;
      bottom: -0.1rem;
      right: -0.5rem !important; }
      .site-header__search-form .search-submit:hover, .site-header__search-form .search-submit:focus {
        background: #fff; }
  .site-header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease; }
  .site-header__branding {
    margin-right: 2rem;
    padding: 0.5rem 0; }
  .site-header__title,
  .site-header__title svg, .site-header__logo {
    display: block; }
  .site-header__title svg path {
    transition: all 0.2s ease; }
  .site-header__title:hover, .site-header__title:focus {
    outline: none; }
    .site-header__title:hover svg path, .site-header__title:focus svg path {
      fill: #ED8B00; }

.searchwp-live-search-no-results em {
  display: none; }

.hero {
  position: relative;
  font-size: 1.125rem;
  margin-bottom: 7.5rem;
  background: #3C1053; }
  .hero--text-only .hero__bg-white {
    padding-top: 1rem; }
  .hero--text-only .hero__container {
    margin-top: 4.875rem; }
  .hero--text-only .hero__container, .hero--text-under-image .hero__container {
    align-items: flex-start;
    flex-wrap: wrap; }
  .hero--primary {
    color: #fff;
    overflow: hidden; }
    .hero--primary a {
      color: #fff; }
    .hero--primary a.button {
      background: #ED8B00;
      color: #3C1053; }
      .hero--primary a.button:hover, .hero--primary a.button:focus {
        background: #fff; }
    .hero--primary .hero__content {
      z-index: 1; }
    .hero--primary .hero__container {
      justify-content: space-between;
      padding-bottom: 3.75rem;
      padding-top: 2rem; }
    .hero--primary .hero__content:before,
    .hero--primary .hero__container:after {
      position: absolute;
      z-index: -1;
      opacity: 0.2; }
    .hero--primary .hero__container:after {
      content: url("../../images/leaf-sharp.png");
      bottom: -2rem;
      left: 0; }
    .hero--primary .hero__content {
      position: relative; }
      .hero--primary .hero__content:before {
        content: url("../../images/leaf.png");
        top: 0;
        left: -1rem;
        transform: scaleX(-1); }
    .hero--primary .hero__text {
      padding-bottom: 2rem;
      padding-top: 2rem; }
    .hero--primary .hero__title {
      color: #fff; }
    .hero--primary .hero__scroll-link {
      position: absolute;
      bottom: 3.75rem; }
      .hero--primary .hero__scroll-link:hover path,
      .hero--primary .hero__scroll-link:focus path {
        fill: #fff; }
  .hero__container {
    display: flex;
    align-items: center; }
  .hero__title {
    font-weight: 900;
    font-size: 3.125rem;
    letter-spacing: -0.01rem;
    margin-bottom: 1.5rem; }
    .hero__title--no-margin {
      margin: 0; }
  .hero__text {
    width: 55%;
    padding-right: 5rem; }
  .hero__text, .hero__img {
    flex-shrink: 0; }
  .hero__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 2.625rem; }
    .hero__buttons a.button:not(:last-child) {
      margin-right: 1.75rem;
      margin-bottom: 1.75rem; }
  .hero__img {
    width: 45%;
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .hero__img img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      z-index: -1;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .hero__img svg {
      display: block;
      height: 100%;
      width: 100%;
      transform: scale(1.01); }
  .hero__date {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    margin-bottom: 3.125rem; }
  .hero__col {
    width: 50%; }
    .hero__col:not(.hero__col--full) {
      padding-right: 5.625rem; }
    .hero__col *:first-child {
      margin-top: 0; }
    .hero__col *:last-child {
      margin-bottom: 0; }
    .hero__col--full {
      width: 100%;
      padding-right: 0;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      max-width: 46.875rem; }
  .hero__scroll-link {
    display: block;
    animation-name: floating;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3.75rem;
    width: 3rem; }
    .hero__scroll-link:focus, .hero__scroll-link:hover {
      outline: none; }
      .hero__scroll-link:focus path, .hero__scroll-link:hover path {
        fill: #3C1053; }
  .hero__bg-white {
    background: #fff;
    color: #0C2340;
    padding-top: 5rem; }
    .hero__bg-white a {
      color: #0C2340;
      transition: all 0.2s ease; }
      .hero__bg-white a:hover, .hero__bg-white a:focus {
        color: #ED8B00; }
    .hero__bg-white .button {
      color: #fff; }
      .hero__bg-white .button:hover, .hero__bg-white .button:focus {
        color: #3C1053; }
  .hero__full-img {
    height: 29.875rem;
    position: relative; }
    .hero__full-img img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      object-fit: cover;
      height: 100%;
      width: 100%; }
    .hero__full-img .hero__scroll-link {
      bottom: -2.5rem; }
  .hero__video-button {
    background: transparent;
    padding: 3rem;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-shadow: 1px 1px 2px #0C2340; }
    .hero__video-button svg {
      display: block;
      margin-bottom: 0.5rem; }
    .hero__video-button circle {
      transition: all 0.2s ease; }
    .hero__video-button:hover, .hero__video-button:focus {
      background: transparent;
      color: #fff; }
      .hero__video-button:hover circle, .hero__video-button:focus circle {
        fill: #ED8B00; }
  .hero__video-modal {
    position: fixed;
    z-index: 99999;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    align-items: center;
    display: flex;
    visibility: hidden;
    z-index: 9999;
    transition: all 0.3s ease; }
    .hero__video-modal--visible {
      visibility: visible;
      left: 0;
      transition: all 0.3s ease; }
  .hero__video-container {
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 3.5rem 4rem;
    height: 80vh; }
    @media only screen and (max-width: 1200px) {
      .hero__video-container {
        flex-direction: column;
        padding: 3.5rem 2rem; } }
  .hero__video-button-close {
    margin-bottom: 2rem;
    padding: 0.6rem 2rem 0.8rem;
    font-weight: 400;
    margin-left: auto;
    flex-shrink: 0; }
    @media only screen and (max-width: 600px) {
      .hero__video-button-close {
        padding-bottom: 1rem; } }
    .hero__video-button-close-icon {
      margin-left: 0.5rem;
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      cursor: pointer;
      transform: rotate(45deg); }
      .hero__video-button-close-icon:before, .hero__video-button-close-icon:after {
        content: "";
        position: absolute;
        height: 10px;
        width: 10px; }
        @media only screen and (max-width: 600px) {
          .hero__video-button-close-icon:before, .hero__video-button-close-icon:after {
            height: 8px;
            width: 8px; } }
      .hero__video-button-close-icon:before {
        border-bottom-width: 3px;
        border-bottom-style: solid;
        border-left-width: 3px;
        border-left-style: solid;
        right: 0;
        top: 5px; }
        @media only screen and (max-width: 600px) {
          .hero__video-button-close-icon:before {
            right: 2px;
            top: 10px; } }
      .hero__video-button-close-icon:after {
        border-top-width: 3px;
        border-top-style: solid;
        border-right-width: 3px;
        border-right-style: solid;
        left: 3px;
        top: 12px; }
        @media only screen and (max-width: 600px) {
          .hero__video-button-close-icon:after {
            left: 5px;
            top: 15px; } }
  .hero__video-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .hero__video-wrapper iframe,
    .hero__video-wrapper object,
    .hero__video-wrapper embed {
      width: 100%;
      height: 100%; }
    @media only screen and (max-width: 1200px) {
      .hero__video-wrapper {
        padding-top: 1rem;
        margin-right: 0; } }
  @media only screen and (max-width: 992px) {
    .hero__full-img {
      height: 25rem; }
    .hero__col--text:not(.hero__col--full) {
      padding-right: 0; }
    .hero__title {
      font-size: 2.75rem; } }
  @media only screen and (max-width: 768px) {
    .hero__container {
      flex-direction: column;
      align-items: flex-start; }
    .hero__col {
      width: 100%; }
      .hero__col:not(.hero__col--full) {
        padding-right: 0; }
      .hero__col--text {
        margin-top: 2rem;
        max-width: 41.5rem; }
    .hero__text, .hero__img {
      width: 75%; }
    .hero__text {
      padding-right: 0;
      padding-top: 2.8125rem; }
    .hero__img {
      margin-left: auto;
      max-width: 100%; }
    .hero__scroll-link {
      display: none; }
    .hero.hero--primary .hero__content:before {
      right: -1rem;
      left: auto;
      transform: none; }
    .hero__title {
      font-size: 2.5rem; }
    .hero__full-img {
      height: 18.75rem; } }
  @media only screen and (max-width: 600px) {
    .hero {
      margin-bottom: 6.25rem; }
      .hero__bg-white {
        padding-top: 2.5rem; }
      .hero.hero--primary .hero__container:after {
        display: none; }
      .hero__full-img {
        height: 15rem; }
      .hero__text, .hero__img {
        width: 100%;
        position: relative; }
      .hero__text {
        z-index: 2; }
      .hero__img:after, .hero__text:after {
        position: absolute;
        left: 0;
        opacity: 0.2; }
      .hero__text:after {
        content: url("../../images/leaf-sharp.png");
        bottom: -6.25rem;
        transform: scaleX(-1) rotate(45deg);
        z-index: -1; }
      .hero__img:after {
        content: url("../../images/leaf.png");
        bottom: 0; }
      .hero__title {
        font-size: 2.25rem; } }
  @media only screen and (max-width: 480px) {
    .hero__video-container {
      padding: 2rem 1rem; }
    .hero__title {
      font-size: 2rem; } }

@keyframes floating {
  0% {
    transform: translate(0, 0rem); }
  50% {
    transform: translate(0, 0.3rem); }
  100% {
    transform: translate(0, 0rem); } }

.site-footer {
  padding-top: 5.9375rem;
  background: #3C1053;
  color: #fff; }
  .site-footer a {
    color: #fff;
    text-decoration: none; }
    .site-footer a:hover {
      text-decoration: underline; }
  .site-footer__contact {
    text-align: center; }
    .site-footer__contact-heading {
      opacity: 0.7; }
    .site-footer__contact-info {
      font-size: 2rem; }
    .site-footer__contact-separator {
      margin: 0 1.5rem; }
  .site-footer__branding {
    padding: 3rem 0; }
  .site-footer__title {
    display: inline-block; }
  .site-footer__newsletter {
    display: flex;
    flex-wrap: wrap; }
    .site-footer__newsletter-text, .site-footer__newsletter-form {
      width: 50%; }
      @media only screen and (max-width: 768px) {
        .site-footer__newsletter-text, .site-footer__newsletter-form {
          width: 100%; } }
    .site-footer__newsletter-text {
      padding-right: 7.75rem; }
      @media only screen and (max-width: 992px) {
        .site-footer__newsletter-text {
          padding-right: 3.125rem; } }
      @media only screen and (max-width: 768px) {
        .site-footer__newsletter-text {
          padding-right: 0; } }
    .site-footer__newsletter a {
      text-decoration: underline; }
      .site-footer__newsletter a:hover, .site-footer__newsletter a:focus {
        color: #ED8B00; }
    .site-footer__newsletter .success {
      display: inline-block;
      text-align: right;
      padding-right: 1.5rem;
      width: 100%;
      transition: all 0.2s ease;
      color: #ED8B00;
      opacity: 0;
      visibility: hidden; }
    .site-footer__newsletter .newsletter-order__fields input {
      border-color: #fff !important;
      color: #fff; }
      .site-footer__newsletter .newsletter-order__fields input:focus {
        border-color: #ED8B00 !important; }
      .site-footer__newsletter .newsletter-order__fields input::placeholder {
        color: #fff;
        opacity: .7; }
    .site-footer__newsletter .newsletter-order__fields button {
      position: absolute;
      right: 0;
      bottom: 0;
      top: 0;
      background: #ED8B00;
      color: #0C2340; }
      .site-footer__newsletter .newsletter-order__fields button:hover, .site-footer__newsletter .newsletter-order__fields button:focus {
        background: #fff;
        color: #3C1053; }
      @media only screen and (max-width: 480px) {
        .site-footer__newsletter .newsletter-order__fields button {
          position: static;
          margin-top: 1rem; } }
    .site-footer__newsletter .newsletter-form {
      max-width: 27.5rem; }
      @media only screen and (max-width: 768px) {
        .site-footer__newsletter .newsletter-form {
          max-width: 100%; } }
  .site-footer__menu {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0;
    margin: 0;
    list-style: none; }
    .site-footer__menu > li {
      flex-grow: 1;
      flex-basis: 0;
      padding: 1rem 1rem 1rem 0; }
      @media only screen and (max-width: 992px) {
        .site-footer__menu > li {
          flex-grow: 0;
          flex-basis: auto;
          width: 33.33%; } }
      @media only screen and (max-width: 768px) {
        .site-footer__menu > li {
          width: 50%; } }
      .site-footer__menu > li > a {
        font-weight: 700;
        font-size: 1.1rem; }
    .site-footer__menu .sub-menu {
      padding: 1rem 0 0 0;
      margin: 0;
      list-style: none; }
      .site-footer__menu .sub-menu li,
      .site-footer__menu .sub-menu a {
        display: block;
        padding: 0.2rem 0; }
  .site-footer__slogan {
    padding: 3rem 0;
    text-align: center;
    font-size: 2rem; }
    @media only screen and (max-width: 768px) {
      .site-footer__slogan {
        padding: 3rem 3rem 0 3rem; } }
    @media only screen and (max-width: 600px) {
      .site-footer__slogan {
        padding: 3rem 1rem 0 1rem; } }
  .site-footer__bottom {
    font-size: 0.9rem;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .site-footer__bottom {
        min-height: 500px; } }
    .site-footer__bottom__bg-desktop {
      min-height: 15.625rem; }
    .site-footer__bottom__bg-mobile img,
    .site-footer__bottom__bg-desktop img {
      width: 100%;
      display: block; }
    .site-footer__bottom__bg-mobile {
      display: none;
      width: 100%;
      line-height: 0; }
      @media only screen and (max-width: 768px) {
        .site-footer__bottom__bg-mobile {
          display: block; } }
    .site-footer__bottom__bg-desktop {
      width: 100%;
      display: block;
      line-height: 0; }
      @media only screen and (max-width: 768px) {
        .site-footer__bottom__bg-desktop {
          display: none; } }
    .site-footer__bottom__content {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      z-index: 1;
      padding: 1rem 0 0 0; }
    .site-footer__bottom .container {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      z-index: 1; }
    .site-footer__bottom a {
      text-decoration: underline; }
  .site-footer__copy {
    width: 20%;
    line-height: 1.2;
    padding: 1rem 2rem 2rem 0; }
    @media only screen and (max-width: 992px) {
      .site-footer__copy {
        order: 3;
        width: 50%; } }
    @media only screen and (max-width: 768px) {
      .site-footer__copy {
        width: 100%;
        text-align: center;
        padding-bottom: 0; } }
  .site-footer__privacy {
    width: 35%;
    line-height: 1.2;
    padding: 1rem 0 2rem 0; }
    .site-footer__privacy a {
      margin-right: 2rem; }
      .site-footer__privacy a:hover, .site-footer__privacy a:focus {
        color: #ED8B00; }
      @media only screen and (max-width: 768px) {
        .site-footer__privacy a {
          display: inline-block;
          width: auto;
          padding: 0 0 1rem;
          margin-right: 1rem; } }
      @media only screen and (max-width: 600px) {
        .site-footer__privacy a {
          margin-right: 0.5rem;
          margin-left: 0.5rem; } }
    @media only screen and (max-width: 992px) {
      .site-footer__privacy {
        order: 4;
        width: 50%;
        text-align: right; } }
    @media only screen and (max-width: 768px) {
      .site-footer__privacy {
        width: 100%;
        text-align: center;
        padding-bottom: 1rem; } }
  .site-footer__image {
    width: 15%;
    padding-right: 2rem;
    line-height: 0; }
    @media only screen and (max-width: 992px) {
      .site-footer__image {
        order: 2;
        width: 50%;
        text-align: right; } }
    @media only screen and (max-width: 768px) {
      .site-footer__image {
        width: 100%;
        text-align: right;
        padding-right: 0; } }
  .site-footer__some {
    width: 30%;
    text-align: right;
    padding: 1rem 2rem 2rem;
    margin-left: auto; }
    @media only screen and (max-width: 992px) {
      .site-footer__some {
        order: 1;
        width: 50%;
        text-align: left;
        padding: 1rem 0 0; } }
    @media only screen and (max-width: 768px) {
      .site-footer__some {
        order: 2;
        width: 100%;
        text-align: center; } }
    .site-footer__some a {
      text-decoration: none;
      margin-left: 0.5rem; }
      .site-footer__some a svg,
      .site-footer__some a svg path {
        transition: all 0.2s ease; }
      .site-footer__some a:hover, .site-footer__some a:focus {
        outline: none;
        text-decoration: none; }
        .site-footer__some a:hover svg,
        .site-footer__some a:hover svg path, .site-footer__some a:focus svg,
        .site-footer__some a:focus svg path {
          fill: #ED8B00; }
  .site-footer__campfire {
    display: inline-block;
    width: 187px;
    height: 245px;
    background-position: left top;
    background-size: auto 276px; }
    @media only screen and (max-width: 992px) {
      .site-footer__campfire {
        width: 187px;
        height: 276px;
        transform: scale(0.6);
        margin-bottom: -3.5rem; } }
    @media only screen and (max-width: 768px) {
      .site-footer__campfire {
        transform: scale(0.6);
        margin-bottom: -3rem; } }

.topscroll {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  background: #3C1053;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #fff; }
  .topscroll span {
    background: #fff;
    width: 12px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-3px, -50%) rotate(45deg);
    transition: all 0.2s ease; }
    .topscroll span:last-of-type {
      transform: translate(-10px, -50%) rotate(-45deg); }
  .topscroll:hover span {
    top: 40%; }
  .topscroll--show {
    opacity: 1;
    visibility: visible; }

.featured-posts {
  position: relative; }
  .featured-posts:after {
    content: url("../../images/leaf.png");
    position: absolute;
    bottom: 2.5rem;
    right: 0; }
  .featured-posts__container {
    display: flex;
    flex-direction: column; }
    .featured-posts__container:before {
      content: url("../../images/heart.png");
      position: absolute;
      top: -3.75rem;
      left: -3.125rem; }
  .featured-posts__list, .featured-posts__title, .featured-posts__button {
    z-index: 10; }
  .featured-posts__title {
    margin: 0 0 3.625rem; }
  .featured-posts__button {
    align-self: center; }

.offer-quicklink {
  display: block;
  background-color: #90A69F;
  color: #0C2340;
  min-height: 250px;
  padding: 2rem 0;
  width: 100%;
  display: flex;
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease;
  overflow: hidden; }
  .offer-quicklink .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .offer-quicklink .container {
        padding-bottom: 4rem;
        padding-right: 18rem; } }
    @media only screen and (max-width: 600px) {
      .offer-quicklink .container {
        padding-bottom: 13rem;
        padding-right: 1rem; } }
  .offer-quicklink__text {
    width: 33%;
    display: inline-block;
    font-family: "Sentinel";
    font-weight: 350;
    line-height: 1.3; }
    @media only screen and (max-width: 768px) {
      .offer-quicklink__text {
        width: 100%; } }
  .offer-quicklink__icon {
    margin-left: 6rem;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: solid 2px #0C2340;
    display: flex;
    align-items: center;
    justify-content: center;
    content: '';
    transform: scale(1.4); }
    .offer-quicklink__icon:after {
      content: url(../../svg/arrow.svg);
      transition: all 0.2s ease; }
    @media only screen and (max-width: 992px) {
      .offer-quicklink__icon {
        margin-left: 4rem; } }
    @media only screen and (max-width: 768px) {
      .offer-quicklink__icon {
        margin-left: 2rem;
        margin-top: 3rem; } }
  .offer-quicklink:before {
    content: url(../../svg/suppailija.svg);
    display: block;
    position: absolute;
    right: -100%;
    bottom: 40px;
    z-index: 0; }
  .offer-quicklink.in-view:before {
    animation: suppailija 1000ms linear forwards;
    animation-timing-function: ease-out; }
    @media only screen and (max-width: 768px) {
      .offer-quicklink.in-view:before {
        animation: suppailijaMobile 800ms linear forwards; } }

@keyframes suppailija {
  0% {
    right: -50px; }
  100% {
    right: 105px; } }

@keyframes suppailijaMobile {
  0% {
    right: -50px; }
  100% {
    right: 25px; } }
  .offer-quicklink:hover, .offer-quicklink:focus {
    color: #0C2340;
    background-color: #acbdb7;
    color: #0C2340; }
    .offer-quicklink:hover .offer-quicklink__icon:after, .offer-quicklink:focus .offer-quicklink__icon:after {
      transform: translateX(0.25rem); }
  .offer-quicklink:focus .offer-quicklink__text {
    text-decoration: underline; }
  .offer-quicklink:after {
    content: url(../../svg/bushes.svg);
    display: block;
    position: absolute;
    right: 0;
    bottom: -8px;
    z-index: 1; }

.main-navigation {
  clear: both;
  display: block;
  width: auto;
  z-index: 9;
  position: relative;
  line-height: 1.2; }
  .main-navigation__overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 8998;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease; }

.menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-size: 1rem; }
  .menu__item {
    position: relative; }
    .menu__item-lvl-0 {
      padding: 0.5rem 0; }
      .menu__item-lvl-0:not(:last-of-type) {
        margin-right: 1.75rem; }
    .menu__item--has-children {
      margin: 0 1.25rem 0 0; }
      .menu__item--has-children > a {
        margin-right: 1.25rem; }
    .menu__item:hover > ul,
    .menu__item.focus > ul {
      top: 100%;
      opacity: 1;
      visibility: visible;
      transition-delay: 0s; }
    .menu__item--mobile-only {
      display: none; }
    .menu__item-lvl-1:hover ul {
      transform: none;
      top: 0;
      left: 100%; }
      @media only screen and (max-width: 992px) {
        .menu__item-lvl-1:hover ul {
          left: 0; } }
    .menu__item-lvl-1.menu__item--has-children {
      margin: 0; }
      .menu__item-lvl-1.menu__item--has-children .menu__dropdown-toggle {
        transform: rotate(-90deg);
        right: 1.25rem;
        top: 0.5rem; }
        .menu__item-lvl-1.menu__item--has-children .menu__dropdown-toggle path {
          fill: #3C1053; }
        .menu__item-lvl-1.menu__item--has-children .menu__dropdown-toggle:hover path,
        .menu__item-lvl-1.menu__item--has-children .menu__dropdown-toggle:focus path {
          fill: #ED8B00; }
  .menu__link {
    display: block;
    text-decoration: none;
    color: #fff;
    transition: all 0.2s ease; }
    .menu__link:hover, .menu__link:focus {
      color: #fff;
      outline: none; }
  .menu__sub {
    position: absolute;
    display: block;
    top: -999px;
    left: -1.25rem;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 999;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    flex-direction: column;
    font-size: 0.875rem;
    min-width: 12.5rem;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); }
    .menu__sub--toggled {
      top: 100%;
      opacity: 1;
      visibility: visible;
      transition-delay: 0s; }
    .menu__sub li {
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
      .menu__sub li:first-child {
        padding-top: 0.5rem; }
        .menu__sub li:first-child .menu__dropdown-toggle {
          top: 1rem; }
          @media only screen and (max-width: 992px) {
            .menu__sub li:first-child .menu__dropdown-toggle {
              top: 0.5rem; } }
      .menu__sub li:not(:first-child) > .menu__sub {
        top: -0.3rem; }
      .menu__sub li:last-child {
        padding-bottom: 0.5rem; }
      .menu__sub li.menu__item--current > a,
      .menu__sub li.menu__item--current-parent > a {
        text-decoration: underline; }
      .menu__sub li a {
        padding: 0.5rem 0; }
    .menu__sub a {
      font-weight: 400;
      color: #3C1053;
      display: block;
      margin-right: 1.5rem; }
      .menu__sub a:hover, .menu__sub a:focus {
        color: #3C1053;
        text-decoration: underline; }
  .menu__lvl-2 {
    left: -999rem;
    top: 0;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2); }
    .menu__lvl-2.menu__sub--toggled {
      transform: none;
      top: 0;
      left: 100%; }
  .menu__dropdown-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: transparent;
    line-height: 0;
    padding: 0;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    border-radius: 0; }
    .menu__dropdown-toggle svg {
      transition: all 0.2s ease; }
    .menu__dropdown-toggle path {
      fill: #fff; }
    .menu__dropdown-toggle:hover, .menu__dropdown-toggle:focus {
      background-color: transparent; }
      .menu__dropdown-toggle:hover path, .menu__dropdown-toggle:focus path {
        fill: #ED8B00; }
    .menu__dropdown-toggle--toggled {
      transform: rotate(180deg) translateY(50%); }
    @media only screen and (max-width: 480px) {
      .menu__dropdown-toggle {
        right: 1rem; } }

.menu-toggle {
  display: none;
  background: transparent;
  padding: 0;
  outline: none;
  position: relative;
  z-index: 999999;
  background: transparent;
  border-radius: 0;
  transition: all 0.2s ease-out;
  font-weight: 400; }
  .menu-toggle:hover, .menu-toggle:focus {
    background: transparent; }
    .menu-toggle:hover .menu-toggle__inner, .menu-toggle:focus .menu-toggle__inner {
      background: #ED8B00; }
      .menu-toggle:hover .menu-toggle__inner:before, .menu-toggle:hover .menu-toggle__inner:after, .menu-toggle:focus .menu-toggle__inner:before, .menu-toggle:focus .menu-toggle__inner:after {
        background: #ED8B00; }
    .menu-toggle:hover .menu-toggle__label, .menu-toggle:focus .menu-toggle__label {
      color: #ED8B00; }
  .menu-toggle__label {
    color: #fff;
    display: flex;
    height: 100%;
    align-items: center;
    margin-right: 3rem; }
  .menu-toggle__inner, .menu-toggle__inner:after, .menu-toggle__inner:before {
    position: absolute;
    display: block;
    background: #fff;
    width: 2rem;
    height: 0.125rem;
    border-radius: 0.25rem; }
  .menu-toggle__inner {
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: 0.22s;
    transition-property: transform; }
    .menu-toggle__inner:before, .menu-toggle__inner:after {
      content: ''; }
    .menu-toggle__inner:before {
      top: -8px;
      transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in; }
    .menu-toggle__inner:after {
      bottom: -8px;
      transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

@media only screen and (max-width: 992px) {
  .menu-toggle {
    display: block; }
  .menu {
    background: #fff;
    display: block;
    max-height: 100%;
    height: 100vh;
    width: 100%;
    max-width: 30rem;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    padding: 0 0 3rem;
    transition: all 0.2s ease;
    z-index: 99999;
    transform: translate(100%, 0);
    visibility: hidden;
    right: -100%; }
    .menu > li:first-child {
      margin-top: 3rem; }
    .menu:before {
      display: block;
      content: '';
      background: #fff;
      position: sticky;
      top: 0;
      left: 0;
      right: 0;
      height: 3.5rem;
      z-index: 99999;
      width: 100%; }
    .menu__item--current > .menu__link,
    .menu__item--current-parent > .menu__link {
      text-decoration: underline !important; }
    .menu__item-lvl-0 {
      padding: 0 1.25rem; }
      .menu__item-lvl-0:not(:first-child) {
        border-top: 1px solid rgba(0, 0, 0, 0.1); }
      .menu__item-lvl-0 .menu__link:after {
        display: none; }
    .menu__item--has-children a {
      margin-right: 0; }
    .menu__item-lvl-0:not(:last-of-type) {
      margin-right: 0; }
    .menu__item:last-child {
      padding-bottom: 0; }
    .menu__item--mobile-only {
      display: block; }
    .menu__item-lvl-1.menu__item--has-children .menu__dropdown-toggle {
      transform: none;
      right: 0.625rem; }
    .menu__link {
      color: #3C1053;
      padding: 1.25rem 0; }
      .menu__link:after {
        display: none; }
      .menu__link:hover, .menu__link:focus {
        color: #ED8B00;
        text-decoration: none; }
    .menu__dropdown-toggle {
      right: 2rem;
      transform: none;
      height: 2.25rem;
      width: 2.25rem;
      top: 0.5rem; }
      .menu__dropdown-toggle--toggled svg {
        transform: rotate(180deg); }
      .menu__dropdown-toggle path {
        fill: #0C2340; }
    .menu__sub {
      position: relative;
      top: 0;
      left: 0;
      transform: none;
      opacity: 1;
      overflow: hidden;
      max-height: 0;
      padding-left: 1.25rem;
      background: transparent;
      font-size: 1rem;
      display: none;
      box-shadow: none; }
      .menu__sub--toggled {
        max-height: none;
        display: block; }
      .menu__sub li:first-child {
        padding-top: 0; }
      .menu__sub li {
        padding: 0; }
        .menu__sub li:not(:first-child) > .menu__sub {
          top: 0; }
      .menu__sub li a {
        padding: 1rem 0; }
        .menu__sub li a:hover, .menu__sub li a:focus {
          color: #ED8B00; }
    .menu__lvl-2 {
      box-shadow: none;
      left: auto; }
      .menu__lvl-2.menu__sub--toggled {
        left: auto; }
  .toggled .menu {
    transform: translate(0, 0);
    visibility: visible;
    right: 0; }
  .toggled .menu-toggle__inner, .toggled .menu-toggle__inner:after {
    background: #0C2340; }
  .toggled .menu-toggle:hover .menu-toggle__inner,
  .toggled .menu-toggle:hover .menu-toggle__inner:after,
  .toggled .menu-toggle:focus .menu-toggle__inner,
  .toggled .menu-toggle:focus .menu-toggle__inner:after {
    background: #ED8B00; }
  .toggled .menu-toggle__label {
    color: #0C2340; }
  .toggled .menu-toggle__inner {
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transform: rotate(225deg); }
    .toggled .menu-toggle__inner:before {
      top: 0;
      transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
      opacity: 0; }
    .toggled .menu-toggle__inner:after {
      bottom: 0;
      transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
      transform: rotate(-90deg); }
  .toggled .main-navigation__overlay {
    opacity: 1;
    visibility: visible; } }

@media only screen and (max-width: 480px) {
  .menu__dropdown-toggle {
    right: 1.25rem; }
  .menu__item-lvl-1.menu__item--has-children .menu__dropdown-toggle {
    right: 0; } }

.comment-list {
  padding: 0; }

.comment-body {
  background: #f1f1f1;
  padding: 1.5rem;
  margin: 1.5rem 0 0 0; }

.children .comment-body {
  margin: 0.5rem 0 0 0; }

.comment-meta {
  margin: 0 0 1rem 0; }

.comment-author {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .comment-author * {
    margin: 0 5px 0 0; }
  .comment-author img {
    border-radius: 50%;
    margin: 0 10px 0 0; }

.comment-metadata a {
  color: #777; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.entry-content ul:not(.list-unstyled),
.hero__container ul {
  list-style-type: none; }
  .entry-content ul:not(.list-unstyled) li,
  .hero__container ul li {
    display: flex; }
    .entry-content ul:not(.list-unstyled) li:before,
    .hero__container ul li:before {
      content: '';
      display: block;
      background: #ED8B00;
      width: 0.5rem;
      height: 0.5rem;
      border-radius: 50%;
      margin-right: 1rem;
      margin-top: 0.6rem;
      flex-shrink: 0; }

.entry-content {
  font-size: 1.125rem; }
  .entry-content a:not(.wp-block-button__link):not(.button) {
    color: #0C2340;
    transition: all 0.2s ease; }
    .entry-content a:not(.wp-block-button__link):not(.button):hover, .entry-content a:not(.wp-block-button__link):not(.button):focus {
      color: #ED8B00; }
  .entry-content > .full-width {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .entry-content > p,
  .entry-content > h1,
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4,
  .entry-content > h5,
  .entry-content > h6,
  .entry-content > ul,
  .entry-content > ol,
  .entry-content > .wp-block-buttons,
  .entry-content > .wp-block-quote {
    max-width: 41.5rem; }
    @media only screen and (max-width: 600px) {
      .entry-content > p,
      .entry-content > h1,
      .entry-content > h2,
      .entry-content > h3,
      .entry-content > h4,
      .entry-content > h5,
      .entry-content > h6,
      .entry-content > ul,
      .entry-content > ol,
      .entry-content > .wp-block-buttons,
      .entry-content > .wp-block-quote {
        max-width: 100%; } }
  .entry-content > ol {
    list-style-position: inside; }
  .entry-content > *:first-child {
    margin-top: 0; }
  .entry-content > *:last-child:not(.section-yellow) {
    margin-bottom: 6.25rem; }
    .entry-content > *:last-child:not(.section-yellow) .three-cols__list {
      margin-bottom: 0; }
  .entry-content > .section-yellow:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #fff; }
  .entry-content > .wp-block-image img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .entry-content table {
    border-collapse: collapse;
    font-family: "Sentinel"; }
    .entry-content table td {
      border-bottom: 1px solid #C4C4C4;
      padding: 1.5rem; }
  .entry-content > ul,
  .entry-content > ol,
  .entry-content > .wp-block-quote {
    margin-bottom: 2.25rem; }

.is-style-line-after:after,
.is-style-line-after-spacing:after {
  content: url("../../svg/orange-line.svg");
  display: block;
  width: 62px; }

.is-style-line-after.has-text-align-center:after,
.hero .text-center .is-style-line-after:after,
.hero__col--full .is-style-line-after:after,
.is-style-line-after-spacing.has-text-align-center:after {
  margin: 0 auto; }

.has-large-font-size a {
  text-decoration: none; }
  .has-large-font-size a:hover {
    color: #0C2340 !important;
    text-decoration: underline; }

.wp-block-columns ul {
  padding-left: 0; }

@media only screen and (min-width: 600px) {
  .wp-block-columns:not(.is-style-image-columns) .wp-block-column *:first-child {
    margin-top: 0; }
  .wp-block-columns:not(.is-style-image-columns) .wp-block-column *:last-child {
    margin-bottom: 0; } }

.wp-block-columns:not(.is-style-image-columns) .wp-block-column:not(:first-child) {
  padding-left: 5.75rem;
  margin-left: 0; }
  @media only screen and (max-width: 992px) {
    .wp-block-columns:not(.is-style-image-columns) .wp-block-column:not(:first-child) {
      padding-left: 2rem; } }
  @media only screen and (max-width: 599px) {
    .wp-block-columns:not(.is-style-image-columns) .wp-block-column:not(:first-child) {
      padding-left: 0; } }

.wp-block-columns:not(.is-style-image-columns) .wp-block-column:first-child h2:first-child {
  font-size: 3rem; }
  @media only screen and (max-width: 768px) {
    .wp-block-columns:not(.is-style-image-columns) .wp-block-column:first-child h2:first-child {
      font-size: 2.625rem; } }
  @media only screen and (max-width: 600px) {
    .wp-block-columns:not(.is-style-image-columns) .wp-block-column:first-child h2:first-child {
      font-size: 2.25rem; } }

.wp-block-media-text {
  align-items: center;
  display: flex; }
  .wp-block-media-text .wp-block-media-text__text,
  .wp-block-media-text .wp-block-media-text__media {
    width: 50%;
    flex-shrink: 0; }
  .wp-block-media-text .wp-block-media-text__media {
    align-self: stretch;
    position: relative;
    min-height: 18.75rem; }
    .wp-block-media-text .wp-block-media-text__media img {
      display: block;
      height: 100%;
      object-fit: cover;
      width: calc(100% - 1.5rem);
      position: absolute;
      top: 0;
      left: 0;
      right: auto;
      bottom: 0; }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 3.75rem 5.625rem; }
    .wp-block-media-text .wp-block-media-text__content *:first-child {
      margin-top: 0; }
    .wp-block-media-text .wp-block-media-text__content *:last-child {
      margin-bottom: 0; }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    order: 1; }
    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media img {
      left: auto;
      right: 0; }
  @media only screen and (max-width: 992px) {
    .wp-block-media-text .wp-block-media-text__content {
      padding: 1.25rem 2.5rem; }
    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
      padding-left: 0; }
    .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
      padding-right: 0; } }
  @media only screen and (max-width: 768px) {
    .wp-block-media-text .wp-block-media-text__content {
      padding: 1.25rem; } }
  @media only screen and (max-width: 600px) {
    .wp-block-media-text {
      flex-direction: column; }
      .wp-block-media-text .wp-block-media-text__content,
      .wp-block-media-text .wp-block-media-text__media,
      .wp-block-media-text .wp-block-media-text__media img {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important; }
      .wp-block-media-text .wp-block-media-text__media {
        margin-bottom: 2rem; }
      .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
        order: 0; } }
  .wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: auto !important; }
  .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
  .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media,
  .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    align-self: stretch; }

.wp-block-embed__wrapper {
  display: flex;
  justify-content: center; }

.block-spacing:not(.container) {
  padding-left: 0;
  padding-right: 0; }

.block-spacing,
.is-style-block-spacing,
.wp-block-media-text:not(.is-style-small-spacing),
.entry-content > .wp-block-image:not(.is-style-small-spacing),
.entry-content > .wp-block-embed:not(.is-style-small-spacing) {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem; }

.is-style-small-spacing {
  margin-top: 3.4375rem;
  margin-bottom: 3.4375rem; }

.is-style-line-after-spacing {
  margin-top: 6.25rem; }

.section-yellow,
.section-yellow-light {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem; }

.section-yellow {
  background: #FCE9D0; }

.section-yellow-light {
  background: #FFF6EA; }

.block-title,
.has-large-font-size {
  font-size: 2.375rem; }
  @media only screen and (max-width: 600px) {
    .block-title,
    .has-large-font-size {
      font-size: 1.875rem; } }

.has-small-font-size {
  font-size: 1.625rem; }
  @media only screen and (max-width: 600px) {
    .has-small-font-size {
      font-size: 1.375rem; } }

.menu__item-lvl-0 > .menu__link,
.menu-border-after a,
.site-header__top-container button,
.site-header__form-link,
.languages__list-item a {
  position: relative;
  text-decoration: none; }
  .menu__item-lvl-0 > .menu__link:after,
  .menu-border-after a:after,
  .site-header__top-container button:after,
  .site-header__form-link:after,
  .languages__list-item a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -0.25rem;
    left: 51%;
    right: 51%;
    background: #0C2340;
    height: 1px;
    transition: all 0.2s ease; }

.menu__item-lvl-0 > .menu__link:after,
.site-header__top-container button:after,
.site-header__form-link:after {
  background: #fff; }

.menu__item-lvl-0.menu__item--current > .menu__link,
.menu__item-lvl-0.menu__item--current-parent > .menu__link,
.menu__item-lvl-0 > .menu__link:hover,
.menu__item-lvl-0 > .menu__link:focus,
.menu-border-after .current,
.menu-border-after a:hover,
.menu-border-after a:focus,
.site-header__top-container button:hover,
.site-header__top-container button:focus,
.site-header__form-link:hover,
.site-header__form-link:focus,
.languages__list-item a:hover,
.languages__list-item a:focus {
  outline: none;
  text-decoration: none; }
  .menu__item-lvl-0.menu__item--current > .menu__link:after,
  .menu__item-lvl-0.menu__item--current-parent > .menu__link:after,
  .menu__item-lvl-0 > .menu__link:hover:after,
  .menu__item-lvl-0 > .menu__link:focus:after,
  .menu-border-after .current:after,
  .menu-border-after a:hover:after,
  .menu-border-after a:focus:after,
  .site-header__top-container button:hover:after,
  .site-header__top-container button:focus:after,
  .site-header__form-link:hover:after,
  .site-header__form-link:focus:after,
  .languages__list-item a:hover:after,
  .languages__list-item a:focus:after {
    left: 0;
    right: 0; }

.menu__item--current > .menu__link:hover,
.menu__item--current-parent > .menu__link:hover,
.menu__item--current-parent > .menu__link:focus,
.menu__item--current > .menu__link:focus,
.menu-border-after .current:hover,
.menu-border-after .current:focus {
  outline: none; }
  .menu__item--current > .menu__link:hover:after,
  .menu__item--current-parent > .menu__link:hover:after,
  .menu__item--current-parent > .menu__link:focus:after,
  .menu__item--current > .menu__link:focus:after,
  .menu-border-after .current:hover:after,
  .menu-border-after .current:focus:after {
    left: 0;
    right: 50%; }

.gform_body ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.gform_fields .gfield,
.gform_fields li {
  margin: 0 0 1rem 0;
  flex-wrap: wrap; }
  .gform_fields .gfield:before,
  .gform_fields li:before {
    display: none !important; }

.ginput_container {
  position: relative;
  width: 100%; }

.hidden_label label.gfield_label {
  display: none; }

.validation_error,
.gform_confirmation_message {
  color: #790000;
  padding: 0.5rem 0;
  margin: 1rem 0;
  text-align: center;
  font-weight: 500; }

.gform_confirmation_message {
  border-bottom: 2px solid #56a700;
  border-top: 2px solid #56a700;
  color: #56a700; }

.validation_message {
  width: 100%;
  color: #790000;
  text-align: right;
  font-size: 1rem; }

.gfield_error {
  padding: 0.5rem 0; }
  .gfield_error .gfield_label {
    color: #790000; }
  .gfield_error input,
  .gfield_error textarea {
    border: 1px solid #ED8B00; }

.gfield_required {
  color: #790000;
  padding: 0 0 0 0.25rem; }

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }

.gfield_description {
  font-size: 0.9rem; }

.field_sublabel_below .gfield_description {
  padding-left: 2.3rem;
  padding-bottom: 1rem; }

.gfield_checkbox li,
.ginput_container_consent,
.gfield_radio li {
  cursor: pointer;
  position: relative;
  padding: 0;
  display: inline-block;
  margin: 0.5rem 2rem 0.75rem 0; }
  .gfield_checkbox li input,
  .ginput_container_consent input,
  .gfield_radio li input {
    position: absolute;
    margin-left: 6px;
    right: 0;
    width: auto;
    opacity: 0; }
    .gfield_checkbox li input:not(:checked):hover + label:before, .gfield_checkbox li input:not(:checked):focus + label:before,
    .ginput_container_consent input:not(:checked):hover + label:before,
    .ginput_container_consent input:not(:checked):focus + label:before,
    .gfield_radio li input:not(:checked):hover + label:before,
    .gfield_radio li input:not(:checked):focus + label:before {
      border-color: #ED8B00;
      box-shadow: 0px 0px 2px 2px rgba(237, 139, 0, 0.25); }
  .gfield_checkbox li label,
  .ginput_container_consent label,
  .gfield_radio li label {
    margin: 0;
    cursor: pointer;
    width: 100%;
    position: relative;
    padding: 0 0 0 2.25rem;
    z-index: 1;
    display: inline-block; }
    .gfield_checkbox li label:before,
    .ginput_container_consent label:before,
    .gfield_radio li label:before {
      content: "";
      background: transparent;
      border-radius: 3px;
      border: 1px solid #0C2340;
      cursor: pointer;
      display: inline-block;
      height: 1.5rem;
      position: absolute;
      top: 50%;
      left: 0;
      margin: 0;
      width: 1.5rem;
      transform: translate(0, -50%);
      background-repeat: no-repeat;
      background-size: 14px 12px;
      background-position: center center;
      transition: all 0.1s ease; }
    .gfield_checkbox li label:after,
    .ginput_container_consent label:after,
    .gfield_radio li label:after {
      transition: all 0.2s ease; }

.ginput_container_consent {
  display: block; }

.gfield_checkbox input:checked,
.ginput_container_consent input:checked,
.gfield_radio input:checked {
  background: #3C1053; }
  .gfield_checkbox input:checked:focus + label:before, .gfield_checkbox input:checked:hover + label:before,
  .ginput_container_consent input:checked:focus + label:before,
  .ginput_container_consent input:checked:hover + label:before,
  .gfield_radio input:checked:focus + label:before,
  .gfield_radio input:checked:hover + label:before {
    background-color: #ED8B00;
    border-color: #ED8B00; }

.gfield_checkbox input:checked + label:before,
.ginput_container_consent input:checked + label:before,
.gfield_radio input:checked + label:before {
  background-color: #3C1053;
  border-color: #3C1053; }

.gfield_checkbox li:after,
.ginput_container_consent:after,
.gfield_radio li:after {
  content: "";
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  top: 50%;
  left: 0;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  transform: translate(0, -50%); }

.gfield_checkbox input:checked + label:before,
.ginput_container_consent input:checked + label:before,
.gfield_radio input:checked + label:before {
  background-image: url(../../images/check.svg); }

.gfield_radio li label:before {
  border-radius: 50%; }

.site-header {
  position: fixed;
  width: 100%;
  transition: all 0.2s ease;
  z-index: 999;
  top: 0; }
  .site-header--scrolled {
    top: -2rem; }

.logged-in.admin-bar .site-header--scrolled {
  top: 0; }
  @media only screen and (max-width: 782px) {
    .logged-in.admin-bar .site-header--scrolled {
      top: 1.3125rem; } }

.hero {
  padding-top: 4.8125rem; }
  @media only screen and (min-width: 1400px) {
    .hero {
      padding-top: 80px; }
      .hero--primary .hero__content {
        padding-top: 1rem; }
        .hero--primary .hero__content:before {
          top: 1rem; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hero__img {
    width: auto;
    min-width: 25rem;
    margin-left: auto;
    align-self: stretch; }
    .hero__img img {
      width: auto; }
    .hero__img svg {
      display: none; }
  .wp-block-media-text .wp-block-media-text__media,
  .hero__full-img,
  .hero__img {
    overflow: hidden; }
    .wp-block-media-text .wp-block-media-text__media img,
    .hero__full-img img,
    .hero__img img {
      height: auto; }
  .personnel__modal svg {
    width: 45px; } }

#gform_wrapper_1 {
  max-width: 100%;
  background: #FCE9D0;
  padding: 6.25rem 0 12rem;
  position: relative;
  margin-top: 6.25rem; }
  #gform_wrapper_1:after {
    content: url(../../svg/bushes.svg);
    display: block;
    position: absolute;
    left: 0;
    bottom: -8px;
    z-index: 1;
    transform: scaleX(-1); }
  #gform_wrapper_1 .container {
    max-width: 40.25rem; }
  #gform_wrapper_1 .gform_title {
    margin-top: 0;
    font-size: 2.4rem;
    padding-left: 3.5rem; }
    @media only screen and (max-width: 600px) {
      #gform_wrapper_1 .gform_title {
        padding-left: 0rem; } }
  #gform_wrapper_1 .gform_description {
    display: inline-block;
    padding-left: 3.5rem; }
    @media only screen and (max-width: 600px) {
      #gform_wrapper_1 .gform_description {
        padding-left: 0rem; } }
  #gform_wrapper_1 .gf_progressbar_title {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    margin-top: 3rem; }
  #gform_wrapper_1 .gf_progressbar {
    display: none; }
  #gform_wrapper_1 .gform_body ul {
    padding-bottom: 1rem; }
  #gform_wrapper_1 .gfield_checkbox li {
    margin: 0.5rem 2rem 0.5rem 0; }
    #gform_wrapper_1 .gfield_checkbox li label {
      padding: 0 0 0 3.5rem;
      min-height: 2.5rem;
      line-height: 2; }
      #gform_wrapper_1 .gfield_checkbox li label:before {
        width: 2.5rem;
        height: 2.5rem;
        background-size: 18px 18px; }
  #gform_wrapper_1 textarea,
  #gform_wrapper_1 input:not([type="button"]):not([type="submit"]),
  #gform_wrapper_1 select {
    background-color: #FCE9D0; }
  #gform_wrapper_1 .gform_previous_button {
    margin-right: 1rem;
    color: #3C1053;
    padding-left: 0;
    background: transparent; }
    #gform_wrapper_1 .gform_previous_button:hover, #gform_wrapper_1 .gform_previous_button:focus {
      color: #ED8B00; }
    @media only screen and (max-width: 600px) {
      #gform_wrapper_1 .gform_previous_button {
        margin-bottom: 1rem; } }
  #gform_wrapper_1 .small {
    width: 30%; }
    @media only screen and (max-width: 600px) {
      #gform_wrapper_1 .small {
        width: 100%; } }
  #gform_wrapper_1 .ui-datepicker-trigger {
    position: absolute;
    left: 31%;
    top: 1rem; }
  #gform_wrapper_1 ul,
  #gform_wrapper_1 .ginput_container_address {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  #gform_wrapper_1 li {
    display: block;
    width: 100%; }
  #gform_wrapper_1 .clear-multi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #gform_wrapper_1 .clear-multi .ginput_container {
      width: 32%; }
    #gform_wrapper_1 .clear-multi label {
      width: 100%;
      display: inline-block;
      text-align: right;
      font-size: 0.9rem; }
  #gform_wrapper_1 .gfield_label_before_complex {
    display: inline-block;
    margin-bottom: 1rem; }
  #gform_wrapper_1 #field_1_9,
  #gform_wrapper_1 #field_1_10 {
    width: 50%; }
    @media only screen and (max-width: 600px) {
      #gform_wrapper_1 #field_1_9,
      #gform_wrapper_1 #field_1_10 {
        width: 100%; } }
  #gform_wrapper_1 #field_1_21,
  #gform_wrapper_1 #field_1_22 {
    width: 40%;
    padding: 0 0.5rem; }
    #gform_wrapper_1 #field_1_21 label,
    #gform_wrapper_1 #field_1_22 label {
      width: 100%; }
  #gform_wrapper_1 #field_1_26 {
    width: 29%; }
    @media only screen and (max-width: 600px) {
      #gform_wrapper_1 #field_1_26 {
        width: 100%; } }
  #gform_wrapper_1 #field_1_27 {
    width: 69%; }
    @media only screen and (max-width: 600px) {
      #gform_wrapper_1 #field_1_27 {
        width: 100%; } }
  #gform_wrapper_1 .gform_ajax_spinner {
    margin-left: 2rem;
    width: 20px;
    height: 20px; }
  #gform_wrapper_1 .validation_message,
  #gform_wrapper_1 .validation_error {
    text-align: left;
    padding-left: 0; }

.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.page-links {
  clear: both;
  margin: 0 0 1.5rem; }

.posts {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: none;
  margin-left: -2rem;
  margin-right: -2rem; }
  .posts__item {
    width: 33.33333%;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 3.375rem; }
    .posts__item a {
      color: #0C2340;
      text-decoration: none; }
      .posts__item a:focus {
        text-decoration: underline; }
    .posts__item:hover .posts__item-title a {
      text-decoration: underline; }
    .posts__item:hover img {
      transform: scale(1.05); }
    .posts__item-thumb {
      margin-bottom: 1.5rem;
      overflow: hidden;
      display: block;
      height: 18.75rem; }
      .posts__item-thumb img {
        display: block;
        width: 100%;
        transition: all 0.2s ease;
        height: 100%;
        object-fit: cover;
        object-position: right; }
    .posts__item-meta {
      font-weight: 700;
      color: #3C1053;
      display: flex;
      font-size: 0.875rem; }
      .posts__item-meta-divider {
        margin: 0 0.5rem; }
      .posts__item-meta-categories a:hover {
        text-decoration: underline; }
    .posts__item-title {
      font-size: 1.125rem;
      line-height: 1.2;
      margin: 0.75rem 0 0;
      max-width: 18.125rem; }
  .posts .post-categories {
    list-style: none;
    margin: 0;
    padding: 0;
    text-indent: none; }
    .posts .post-categories a {
      text-decoration: none; }
      .posts .post-categories a:hover {
        text-decoration: underline; }
  .posts__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 700;
    margin-bottom: 6.25rem;
    margin-top: 3.375rem; }
    .posts__pagination .next,
    .posts__pagination .prev {
      background: #fff;
      padding: 1rem 1.75rem;
      border: 1px solid #0C2340;
      border-radius: 3.125rem; }
      .posts__pagination .next:hover, .posts__pagination .next:focus,
      .posts__pagination .prev:hover,
      .posts__pagination .prev:focus {
        border-color: #ED8B00; }
    .posts__pagination .next {
      margin-left: 0.75rem; }
    .posts__pagination .prev {
      margin-right: 2.25rem; }
    .posts__pagination .page-numbers {
      line-height: 1;
      flex-shrink: 0;
      margin-bottom: 1.5rem; }
      .posts__pagination .page-numbers:not(.prev):not(.next) {
        margin-right: 1.5rem; }
      .posts__pagination .page-numbers.current {
        background: #ED8B00;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 3.5625rem;
        height: 3.5625rem;
        border-radius: 50%; }
    .posts__pagination a {
      text-decoration: none;
      color: #0C2340; }
      .posts__pagination a:hover, .posts__pagination a:focus {
        color: #ED8B00; }
  @media only screen and (max-width: 992px) {
    .posts {
      margin-left: -1rem;
      margin-right: -1rem; }
      .posts__item {
        padding-left: 1rem;
        padding-right: 1rem; } }
  @media only screen and (max-width: 768px) {
    .posts__item {
      width: 50%; } }
  @media only screen and (max-width: 480px) {
    .posts__item, .posts__item-title {
      width: 100%;
      max-width: 100%; } }

.single-post .entry-footer {
  margin-bottom: 6.25rem; }

.post-navigation {
  background: #FCE9D0;
  padding: 3.5rem 0; }
  .post-navigation .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: "Sentinel"; }
    .post-navigation .nav-links .heading,
    .post-navigation .nav-links .article-title {
      display: block; }
    .post-navigation .nav-links a {
      display: inline-block;
      color: #0C2340;
      text-decoration: none; }
      .post-navigation .nav-links a:after {
        display: inline-block;
        content: url("../../svg/arrow.svg");
        margin-top: 0.625rem;
        transition: all 0.2s ease; }
      .post-navigation .nav-links a:hover {
        text-decoration: underline; }
    .post-navigation .nav-links .nav-previous {
      padding-right: 2.5rem; }
      .post-navigation .nav-links .nav-previous a:hover:after {
        transform: rotate(180deg) translateX(0.5rem); }
      .post-navigation .nav-links .nav-previous a:after {
        transform: rotate(180deg); }
    .post-navigation .nav-links .nav-next {
      padding-left: 2.5rem;
      text-align: right; }
      .post-navigation .nav-links .nav-next a:hover:after {
        transform: translateX(0.5rem); }
    .post-navigation .nav-links .nav-next,
    .post-navigation .nav-links .nav-previous {
      flex: 1; }
    @media only screen and (max-width: 600px) {
      .post-navigation .nav-links > *:nth-child(2) {
        margin-top: 3rem; }
      .post-navigation .nav-links .nav-next,
      .post-navigation .nav-links .nav-previous {
        width: 100%;
        flex: auto; }
      .post-navigation .nav-links .nav-next {
        padding-left: 0;
        text-align: left; }
      .post-navigation .nav-links .nav-prev {
        padding-right: 0; } }

.error-404 .page-content,
.search .page-search {
  max-width: 41.5rem;
  margin: 0 auto 6.25rem;
  font-size: 1.125rem; }
  .error-404 .page-content .search-form,
  .search .page-search .search-form {
    position: relative; }

.error-404 .page-content,
.page-search,
.no-results {
  text-align: center;
  margin-bottom: 6.25rem; }

.search-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative; }
  .search-form label {
    flex: 1; }
  .search-form input[type="search"] {
    margin: 0;
    border-radius: 3.125rem;
    padding-right: 4rem; }
    @media only screen and (max-width: 480px) {
      .search-form input[type="search"] {
        width: 100%; } }
  .search-form input[type="submit"] {
    position: absolute;
    right: -0.5rem;
    top: 0;
    bottom: 0; }

.page-search .search-form {
  margin-bottom: 5rem;
  position: relative; }

.page-search .search-results__item {
  margin-bottom: 5rem; }

.page-search .search-results__heading {
  margin-top: 0;
  margin-bottom: 1rem; }

@media only screen and (max-width: 480px) {
  .page-search .search-form label {
    width: 100%; } }

.entry-content.page-search {
  text-align: left; }

.entry-content figure:not(.is-style-small-spacing) {
  margin-bottom: 1.25rem; }
  .entry-content figure:not(.is-style-small-spacing) figcaption {
    font-size: 0.875rem; }

.accordion__heading {
  margin: 0 0 2rem; }

.accordion__button {
  background: #FCE9D0;
  color: #0C2340;
  font-family: "Cera Pro";
  border-radius: 0;
  width: 100%;
  font-weight: normal;
  padding: 1.25rem 1.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .accordion__button-arrow {
    margin-left: 1rem;
    transition: all 0.2s ease; }
  .accordion__button:hover, .accordion__button:active, .accordion__button:focus {
    background: #f9d3a0;
    outline: none; }
  .accordion__button--toggled .accordion__button-arrow {
    transform: rotate(-180deg); }

.accordion__item:not(:last-of-type) {
  margin-bottom: 1.125rem; }

.accordion__content {
  display: none;
  background: #FFF6EA;
  padding: 2rem; }
  .accordion__content *:first-child {
    margin-top: 0; }
  .accordion__content *:last-child {
    margin-bottom: 0; }

.cards.section-yellow .cards__text {
  background-color: #FCE9D0; }

.cards__heading-large {
  margin: 0 0 3.125rem; }

.cards__container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.75rem;
  margin-right: -1.75rem;
  margin-bottom: -3.5rem; }

.cards__item {
  width: 33.33333%;
  padding: 0 1.75rem 3.5rem;
  margin-bottom: 3.5rem; }

.cards__img {
  overflow: hidden; }
  .cards__img img {
    width: 100%;
    transition: all 0.2s ease; }

.cards__link {
  display: block;
  text-decoration: none;
  position: relative; }
  .cards__link:hover img, .cards__link:focus img, .cards__link:active img {
    transform: scale(1.05); }
  .cards__link:hover .cards__text:after, .cards__link:focus .cards__text:after, .cards__link:active .cards__text:after {
    transform: translateX(0.5rem); }
  .cards__link:hover .cards__heading, .cards__link:focus .cards__heading, .cards__link:active .cards__heading {
    text-decoration: underline; }

.cards__text {
  background: #fff;
  padding-top: 1.625rem;
  padding-right: 1.625rem;
  position: absolute;
  bottom: -3.5rem;
  left: 0;
  right: 4.625rem; }
  .cards__text:after {
    content: url("../../svg/arrow.svg");
    display: block;
    transition: all 0.2s ease; }

.cards__heading {
  font-size: 1.375rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.75rem; }
  .cards__heading--small {
    font-size: 0.875rem;
    color: #3C1053;
    font-weight: 700;
    margin-bottom: 0.5rem;
    margin-top: 0;
    line-height: 1.05; }

@media only screen and (max-width: 992px) {
  .cards__container {
    margin-left: -1rem;
    margin-right: -1rem; }
  .cards__item {
    padding: 0 1rem 3.5rem; } }

@media only screen and (max-width: 768px) {
  .cards__item {
    width: 50%; } }

@media only screen and (max-width: 480px) {
  .cards__item {
    width: 100%; } }

.gallery-images {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.9375rem; }
  .gallery-images__item {
    padding-right: 0.9375rem;
    width: 25%;
    margin-bottom: 0.9375rem; }
    .gallery-images__item--wide {
      width: 50%; }
    .gallery-images__item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      will-change: transform;
      transform: scale(1);
      transition: all 0.2s ease; }
    .gallery-images__item a {
      display: block;
      height: 100%;
      overflow: hidden; }
      .gallery-images__item a:hover img,
      .gallery-images__item a:focus img {
        transform: scale(1.05); }
    @media only screen and (max-width: 600px) {
      .gallery-images__item {
        width: 50%; }
        .gallery-images__item--wide {
          width: 100%; } }

.glightbox-clean .gnext,
.glightbox-clean .gprev {
  opacity: 1;
  padding: 0;
  background-color: #fff;
  width: 3.875rem;
  height: 3.875rem; }
  .glightbox-clean .gnext:after,
  .glightbox-clean .gprev:after {
    content: url("../../svg/arrow.svg");
    display: block;
    transition: all 0.2s ease; }
  .glightbox-clean .gnext svg,
  .glightbox-clean .gprev svg {
    display: none; }
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gprev:hover {
    background-color: #fff; }
    .glightbox-clean .gnext:hover:after,
    .glightbox-clean .gprev:hover:after {
      transform: translateX(0.25rem); }
  .glightbox-clean .gnext.disabled,
  .glightbox-clean .gprev.disabled {
    display: none !important; }

.glightbox-clean .gprev:after {
  transform: rotate(180deg); }

.glightbox-clean .gprev:hover:after {
  transform: rotate(180deg) translateX(0.25rem); }

.gallery-carousel img {
  width: 100%;
  height: 600px;
  object-fit: cover; }
  @media only screen and (max-width: 992px) {
    .gallery-carousel img {
      height: 500px; } }
  @media only screen and (max-width: 768px) {
    .gallery-carousel img {
      height: 400px; } }
  @media only screen and (max-width: 600px) {
    .gallery-carousel img {
      height: 300px; } }
  @media only screen and (max-width: 480px) {
    .gallery-carousel img {
      height: 200px; } }

.gallery-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem; }

.gallery-carousel button.owl-dot {
  background: #3C1053;
  width: 0.875rem;
  height: 0.875rem;
  transition: all 0.2s ease;
  text-indent: -99999px; }
  .gallery-carousel button.owl-dot:hover, .gallery-carousel button.owl-dot:focus {
    opacity: 0.5; }
  .gallery-carousel button.owl-dot.active {
    background: #ED8B00;
    transform: scale(1.45); }
  .gallery-carousel button.owl-dot:not(:last-of-type) {
    margin-right: 0.9375rem; }

.quotes {
  text-align: center; }
  .quotes__top h2 {
    margin-top: 0; }
  .quotes__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3.125rem;
    margin-right: -3.125rem;
    margin-bottom: 1.25rem; }
    .quotes__list-item {
      width: 33.33%;
      margin-bottom: 3.125rem;
      padding-left: 3.125rem;
      padding-right: 3.125rem; }
    .quotes__list-quote {
      border-left: none;
      font-style: normal;
      margin: 0;
      padding: 0; }
    .quotes__list-content {
      font-size: 1.5rem;
      line-height: 1.2;
      font-family: "Sentinel";
      margin-bottom: 1.125rem; }
  .quotes__ratings {
    list-style: none;
    margin: 0;
    padding: 0;
    text-indent: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 51.875rem;
    margin: 0 auto 4.25rem; }
    .quotes__ratings-item {
      display: flex;
      flex-direction: column;
      width: 33.33333%;
      padding: 0 2rem;
      margin-bottom: 2rem; }
    .quotes__ratings-number {
      font-family: "Sentinel";
      font-size: 2.375rem; }
    .quotes__ratings-text {
      line-height: 1.4; }
  @media only screen and (max-width: 1200px) {
    .quotes__list {
      margin-left: -2rem;
      margin-right: -2rem; }
      .quotes__list-item {
        padding-left: 2rem;
        padding-right: 2rem; } }
  @media only screen and (max-width: 992px) {
    .quotes__list-item, .quotes__ratings-item {
      width: 50%; } }
  @media only screen and (max-width: 600px) {
    .quotes__list {
      margin-left: -1.5rem;
      margin-right: -1.5rem; }
      .quotes__list-item {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
  @media only screen and (max-width: 480px) {
    .quotes__list, .quotes__ratings {
      margin-left: 0;
      margin-right: 0; }
      .quotes__list-item, .quotes__ratings-item {
        padding: 0;
        width: 100%; } }

.keskukset__container {
  display: flex;
  flex-direction: column;
  align-items: center; }

.keskukset__content {
  display: flex;
  margin-bottom: 4.125rem;
  width: 100%; }

.keskukset__title {
  margin: 0;
  flex-shrink: 0;
  width: 26.25rem; }

.keskukset__text {
  line-height: 1.75;
  padding: 0 10rem; }
  .keskukset__text *:first-child {
    margin-top: 0; }
  .keskukset__text *:last-child {
    margin-bottom: 0; }

.keskukset__button {
  margin-top: 2.5rem; }

.keskukset-carousel .owl-item.cloned {
  visibility: hidden;
  height: 0; }

.keskukset-carousel__img {
  overflow: hidden; }
  .keskukset-carousel__img img {
    max-width: 100%;
    width: auto;
    transition: all 0.2s ease;
    display: block; }

.keskukset-carousel__link {
  display: block;
  text-decoration: none;
  color: #0C2340; }
  .keskukset-carousel__link:hover, .keskukset-carousel__link:focus {
    color: #0C2340 !important;
    text-decoration: underline; }
    .keskukset-carousel__link:hover img, .keskukset-carousel__link:focus img {
      transform: scale(1.05); }

.keskukset-carousel__title {
  font-family: "Sentinel";
  margin-top: 0.625rem;
  margin-bottom: 0; }

@media only screen and (min-width: 992px) {
  .keskukset {
    overflow: hidden; }
    .keskukset-carousel .owl-stage-outer {
      overflow: visible; }
    .keskukset-carousel .owl-item {
      width: 16.5rem !important; } }

@media only screen and (max-width: 1200px) {
  .keskukset__text {
    padding: 0 5rem; } }

@media only screen and (max-width: 992px) {
  .keskukset__title {
    padding-right: 2rem; }
  .keskukset__text {
    padding-right: 0;
    padding-left: 2rem; } }

@media only screen and (max-width: 768px) {
  .keskukset__content {
    flex-direction: column; }
  .keskukset__title, .keskukset__text {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .keskukset__title {
    margin-bottom: 2rem; } }

.owl-nav button.gnext.gbtn, .owl-nav button.owl-prev, .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.5rem !important; }
  .owl-nav button.gnext.gbtn .owl-btn-icon, .owl-nav button.owl-prev .owl-btn-icon, .owl-nav button.owl-next .owl-btn-icon {
    width: 3.875rem;
    height: 3.875rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    content: ''; }
    .owl-nav button.gnext.gbtn .owl-btn-icon:after, .owl-nav button.owl-prev .owl-btn-icon:after, .owl-nav button.owl-next .owl-btn-icon:after {
      content: url("../../svg/arrow.svg");
      transition: all 0.2s ease; }

.owl-nav button:hover .owl-btn-icon, .owl-nav button:focus .owl-btn-icon {
  background: #ED8B00; }
  .owl-nav button:hover .owl-btn-icon:after, .owl-nav button:focus .owl-btn-icon:after {
    transform: translateX(0.25rem); }

.owl-nav button.owl-prev {
  left: 1.5rem; }
  .owl-nav button.owl-prev .owl-btn-icon:after {
    transform: rotate(180deg); }

.owl-nav button.owl-next {
  right: 1.5rem; }

.owl-nav button.disabled {
  display: none; }

.keskukset-map__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.keskukset-map__title {
  width: 100%; }

.keskukset-map__list {
  width: 45%;
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: none;
  font-size: 1.125rem;
  font-family: "Sentinel";
  padding-right: 2rem; }
  .keskukset-map__list-item:not(:last-of-type) {
    margin-bottom: 1.25rem; }
  .keskukset-map__list-link {
    color: #0C2340; }

.keskukset-map__map {
  width: 55%; }
  .keskukset-map__map img {
    width: 100%; }

@media only screen and (max-width: 600px) {
  .keskukset-map__list, .keskukset-map__map {
    width: 100%; }
  .keskukset-map__list {
    margin-bottom: 2rem;
    padding-right: 0;
    text-align: center; } }

.separator__icon {
  display: inline-block; }
  .separator__icon--backpack {
    content: url("../../svg/backpack.svg"); }
  .separator__icon--shoes {
    content: url("../../svg/shoes.svg"); }

.three-cols__text {
  margin-bottom: 3.125rem; }

.three-cols__heading {
  max-width: 42.1875rem;
  margin: 0 auto; }

.three-cols__paragraph {
  margin-top: 1rem;
  margin-bottom: 5.625rem; }

.three-cols__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3.125rem -3.125rem;
  padding: 0;
  font-family: "Sentinel"; }
  .three-cols__list-item {
    width: 33%;
    margin-bottom: 3.125rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem; }
    .three-cols__list-item:before {
      width: 1.1875rem !important;
      height: 1.1875rem !important;
      margin-top: 0.25rem !important; }
    .three-cols__list-item-content {
      display: flex;
      flex-direction: column; }
    .three-cols__list-item-text {
      display: block;
      font-family: "Cera Pro";
      font-size: 0.875rem;
      margin-top: 0.75rem; }
  @media only screen and (max-width: 1200px) {
    .three-cols__list {
      margin-left: -2rem;
      margin-right: -2rem; }
      .three-cols__list-item {
        padding-left: 2rem;
        padding-right: 2rem; } }
  @media only screen and (max-width: 992px) {
    .three-cols__list {
      margin-left: 0;
      margin-right: 0; }
      .three-cols__list-item {
        width: 50%; } }
  @media only screen and (max-width: 600px) {
    .three-cols__list {
      margin-left: 0;
      margin-right: 0; }
      .three-cols__list-item {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }

.custom-table__container {
  max-width: 55.875rem; }

.custom-table__title {
  margin-top: 0; }

.custom-table .wider-cell2 .cell1 {
  width: 30%; }

.custom-table .wider-cell1 .cell2 {
  width: 30%; }

.section-yellow.custom-table {
  position: relative; }
  .section-yellow.custom-table:after {
    content: url("../../svg/bushes.svg");
    display: block;
    position: absolute;
    right: 0;
    bottom: -0.5rem; }
  .section-yellow.custom-table .custom-table__container {
    text-align: left;
    padding-bottom: 6.25rem; }
  .section-yellow.custom-table .custom-table__text {
    max-width: 39.375rem; }

.personnel__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -3.125rem; }
  .personnel__list-item {
    position: relative;
    margin-bottom: 3.125rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
    .personnel__list-item--first {
      padding-right: 5rem; }
    .personnel__list-item--col3 {
      width: 33.33333%; }
      @media only screen and (max-width: 992px) {
        .personnel__list-item--col3 {
          width: 50%; } }
      @media only screen and (max-width: 600px) {
        .personnel__list-item--col3 {
          width: 100%; } }
    .personnel__list-item--col4 {
      width: 25%; }
      @media only screen and (max-width: 992px) {
        .personnel__list-item--col4 {
          width: 33%; } }
      @media only screen and (max-width: 768px) {
        .personnel__list-item--col4 {
          width: 50%; } }
      @media only screen and (max-width: 600px) {
        .personnel__list-item--col4 {
          width: 100%; } }
    .personnel__list-item__modal-content {
      display: none; }
    .personnel__list-item a {
      color: #0C2340; }
    .personnel__list-item--single {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
    .personnel__list-item__single1, .personnel__list-item__single2 {
      width: 50%; }
      @media only screen and (max-width: 768px) {
        .personnel__list-item__single1, .personnel__list-item__single2 {
          width: 100%; } }
    .personnel__list-item__single1 {
      position: relative; }
    .personnel__list-item__single2 {
      padding: 2rem 6rem; }
      @media only screen and (max-width: 768px) {
        .personnel__list-item__single2 {
          padding: 2rem 2rem; } }
    .personnel__list-item__small-text {
      font-size: 0.9rem;
      font-weight: 700;
      margin-bottom: 1rem; }
    .personnel__list-item__person-image {
      width: 100%;
      min-height: 460px;
      background-size: cover; }

.personnel__image {
  width: 100%;
  overflow: hidden; }
  .personnel__image img {
    width: 100%;
    z-index: 0;
    transition: all 0.2s ease;
    transform: scale(1.05); }

.personnel h3 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 2rem;
  margin-bottom: 2rem; }

.personnel h4 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0; }

.personnel p {
  margin-top: 0; }

.personnel__open-button {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #3C1053;
  background-position: center;
  background-size: 50% 2px, 2px 50%;
  /*thickness = 2px, length = 50% (25px)*/
  text-align: center;
  z-index: 1;
  padding: 0;
  margin: 0;
  font-weight: normal; }
  .personnel__open-button:before, .personnel__open-button:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px; }
  .personnel__open-button:before {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-left-width: 3px;
    border-left-style: solid;
    left: 19px;
    top: 11px; }
  .personnel__open-button:after {
    border-top-width: 3px;
    border-top-style: solid;
    border-right-width: 3px;
    border-right-style: solid;
    left: 12px;
    top: 18px; }
  .personnel__open-button:hover {
    background-color: #fff; }
    .personnel__open-button:hover:before, .personnel__open-button:hover:after {
      border-color: #3C1053; }

.personnel__modal {
  position: fixed;
  z-index: 99999;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  display: flex;
  z-index: 99999;
  transition: all 0.3s ease; }
  .personnel__modal__wrapper {
    width: 100%; }
    @media only screen and (max-width: 992px) {
      .personnel__modal__wrapper {
        width: 96%;
        margin-left: 2%; } }
    @media only screen and (max-width: 600px) {
      .personnel__modal__wrapper {
        height: 80%; } }
    .personnel__modal__wrapper .container {
      background-color: #fff;
      position: relative;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      height: 80vh;
      overflow: hidden;
      max-height: 675px; }
      @media only screen and (max-width: 768px) {
        .personnel__modal__wrapper .container {
          height: 96vh;
          max-height: 100%;
          overflow-y: auto; } }
  .personnel__modal--visible {
    left: 0;
    transition: all 0.3s ease;
    pointer-events: all; }
  .personnel__modal__left {
    width: 40%;
    line-height: 0;
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .personnel__modal__left {
        padding: 6rem 1rem 2rem 2rem; } }
    @media only screen and (max-width: 600px) {
      .personnel__modal__left {
        width: 100%;
        padding: 6rem 2rem 2rem; } }
  .personnel__modal__image-content {
    height: 100%;
    overflow: hidden; }
  .personnel__modal__person-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top; }
    @media only screen and (max-width: 768px) {
      .personnel__modal__person-image {
        height: 60%; } }
    @media only screen and (max-width: 768px) {
      .personnel__modal__person-image {
        height: 300px; } }
  .personnel__modal__right {
    width: 60%;
    padding: 3.5rem 4rem 3.5rem 6rem;
    position: relative;
    overflow-y: auto;
    max-height: 100%; }
    @media only screen and (max-width: 1400px) {
      .personnel__modal__right {
        padding: 2.6rem 4rem; } }
    @media only screen and (max-width: 1200px) {
      .personnel__modal__right {
        padding: 2rem 4rem; } }
    @media only screen and (max-width: 768px) {
      .personnel__modal__right {
        padding: 4rem 2rem; } }
    @media only screen and (max-width: 600px) {
      .personnel__modal__right {
        width: 100%;
        padding: 1rem 2rem 0 2rem;
        position: static; } }
  .personnel__modal svg {
    position: absolute;
    right: -5px;
    top: 0;
    z-index: 1;
    width: auto;
    height: 100%;
    min-height: 670px; }
    @media only screen and (max-width: 768px) {
      .personnel__modal svg {
        display: none; } }
  .personnel__modal h2 {
    font-weight: 900;
    margin-bottom: 3.5rem; }
    @media only screen and (max-width: 768px) {
      .personnel__modal h2 {
        margin-bottom: 2rem; } }
  .personnel__modal__title {
    margin-bottom: 0.3rem;
    font-size: 1.4rem; }
  .personnel__modal__close-button {
    text-align: right;
    margin-bottom: 0; }
    .personnel__modal__close-button .button {
      font-weight: 400;
      padding: 0.6rem 2rem 0.8rem 2rem; }
    @media only screen and (max-width: 1400px) {
      .personnel__modal__close-button {
        margin-bottom: 1rem; } }
    @media only screen and (max-width: 600px) {
      .personnel__modal__close-button {
        position: absolute;
        right: 2rem;
        top: 1.5rem; }
        .personnel__modal__close-button .button {
          padding: 0.4rem 1.5rem 0.8rem 2rem; } }
  .personnel__modal__close-icon {
    margin-left: 0.5rem;
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    cursor: pointer;
    transform: rotate(45deg); }
    .personnel__modal__close-icon:before, .personnel__modal__close-icon:after {
      content: "";
      position: absolute;
      height: 10px;
      width: 10px; }
      @media only screen and (max-width: 600px) {
        .personnel__modal__close-icon:before, .personnel__modal__close-icon:after {
          height: 8px;
          width: 8px; } }
    .personnel__modal__close-icon:before {
      border-bottom-width: 3px;
      border-bottom-style: solid;
      border-left-width: 3px;
      border-left-style: solid;
      right: 0;
      top: 5px; }
      @media only screen and (max-width: 600px) {
        .personnel__modal__close-icon:before {
          right: 2px;
          top: 10px; } }
    .personnel__modal__close-icon:after {
      border-top-width: 3px;
      border-top-style: solid;
      border-right-width: 3px;
      border-right-style: solid;
      left: 3px;
      top: 12px; }
      @media only screen and (max-width: 600px) {
        .personnel__modal__close-icon:after {
          left: 5px;
          top: 15px; } }
  .personnel__modal__desc {
    width: 70%; }
    @media only screen and (max-width: 1400px) {
      .personnel__modal__desc {
        width: 90%; } }
    @media only screen and (max-width: 992px) {
      .personnel__modal__desc {
        width: 100%; } }
    .personnel__modal__desc p {
      margin-bottom: 2rem;
      font-size: 1rem; }

.personnel__description-short {
  font-size: 0.875rem;
  margin-bottom: 1.5rem; }
  .personnel__description-short p {
    margin-bottom: 1rem; }
  .personnel__description-short *:last-child {
    margin-bottom: 0; }

.two-columns {
  max-width: 100%; }
  .two-columns h2 {
    text-align: center;
    margin-bottom: 3rem; }
  .two-columns__row {
    display: flex;
    flex-wrap: wrap; }
  .two-columns__col {
    width: 50%;
    padding: 0 4rem; }
    @media only screen and (max-width: 768px) {
      .two-columns__col {
        padding: 0 3rem; } }
    @media only screen and (max-width: 600px) {
      .two-columns__col {
        width: 100%;
        padding: 1rem; } }
    .two-columns__col p:last-child {
      margin-bottom: 0; }
  .two-columns h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem; }

.kv-map__text {
  margin-bottom: 3.125rem; }
  .kv-map__text *:first-child {
    margin-top: 0; }
  .kv-map__text *:last-child {
    margin-bottom: 0; }

.kv-map__map {
  width: 100%;
  background-color: #90A69F;
  height: 34.375rem; }
  @media only screen and (max-width: 992px) {
    .kv-map__map {
      height: 28.125rem; } }
  @media only screen and (max-width: 768px) {
    .kv-map__map {
      height: 25rem; } }
  @media only screen and (max-width: 600px) {
    .kv-map__map {
      height: 18.75rem; } }

.kv-map ul:not(.screen-reader-list) {
  list-style: none; }
  .kv-map ul:not(.screen-reader-list) li:first-child {
    display: none; }
  .kv-map ul:not(.screen-reader-list) li:before {
    display: none !important; }

.kv-map__tooltip {
  width: 12.5rem !important;
  max-width: 100%; }

.newsletter-order .container {
  display: flex;
  flex-wrap: wrap; }

.newsletter-order__text, .newsletter-order__form {
  width: 50%; }
  @media only screen and (max-width: 768px) {
    .newsletter-order__text, .newsletter-order__form {
      width: 100%;
      padding-bottom: 2rem; } }

.newsletter-order__text {
  padding-right: 4rem;
  font-size: 1.3rem; }
  @media only screen and (max-width: 768px) {
    .newsletter-order__text {
      padding-right: 0; } }

.newsletter-order:not(.site-footer__newsletter):before {
  content: url(../../svg/bushes.svg);
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.625rem;
  z-index: 1;
  transform: scaleX(-1); }

.newsletter-order__label {
  padding-left: 1.5rem; }

.newsletter-order__fields {
  position: relative; }
  .newsletter-order__fields input {
    width: 100%;
    height: 56px;
    padding-left: 1.5rem;
    padding-right: 12.5rem;
    border-radius: 28px;
    border: solid 1px #3C1053;
    color: #0C2340;
    background-color: transparent; }

.newsletter-order button {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0; }

.newsletter-order__terms {
  font-size: 0.9rem;
  padding: 0 0.5rem 0 1.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  opacity: .7; }
  .newsletter-order__terms *:first-child {
    margin-top: 0; }
  .newsletter-order__terms *:last-child {
    margin-bottom: 0; }

.newsletter-order a {
  color: #0C2340; }

.newsletter-order__success {
  display: inline-block;
  text-align: right;
  padding-right: 1.5rem;
  width: 100%;
  transition: all 0.2s ease;
  color: green;
  opacity: 0;
  visibility: hidden; }
