@import url(https://fast.fonts.net/t/1.css?apiType=css&projectid=74abe1c8-de43-4606-b616-399838ba153e);
/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

body {
  line-height: 1;
  overflow-x: hidden; }

ol,
ul,
li {
  list-style: none; }

blockquote,
q {
  quotes: none; }
  blockquote:before, blockquote:after,
  q:before,
  q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  background-color: transparent;
  outline: none;
  border: 0;
  cursor: pointer; }

img {
  vertical-align: middle; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em; }

select::-ms-expand {
  display: none; }

em {
  font-style: italic; }

@font-face {
  font-family: 'Opinion W05';
  font-weight: normal;
  src: url(fonts/234a4bd4-d6f6-4990-82b6-657c0646f2c7.eot?#iefix);
  src: url(fonts/234a4bd4-d6f6-4990-82b6-657c0646f2c7.eot?#iefix) format("eot"), url(fonts/6733bbb8-ecc3-4b7d-aa0a-a7d41e6f0481.woff2) format("woff2"), url(fonts/4aed75af-e2d5-4764-b47a-8610a2751296.woff) format("woff"), url(fonts/a1d40d27-cc7b-42f1-a798-ced0aa9abc35.ttf) format("truetype"); }

@font-face {
  font-family: 'Opinion W05';
  font-weight: bold;
  src: url(fonts/df86446d-e9ed-4052-b6ab-447f9102b153.eot?#iefix);
  src: url(fonts/df86446d-e9ed-4052-b6ab-447f9102b153.eot?#iefix) format("eot"), url(fonts/4d0b5d39-3da2-4957-9552-7e66dbf5288f.woff2) format("woff2"), url(fonts/9b2d3f79-a333-4688-8410-5b166022a017.woff) format("woff"), url(fonts/5a2b109a-5da7-43bd-b971-11eab7baf9b9.ttf) format("truetype"); }

a {
  color: #1f4e7a; }

body {
  font-family: "Opinion W05", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: #707070; }

strong {
  font-weight: bold; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1f4e7a; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.25em; }

p {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

.icon__mail::before {
  content: ' ';
  height: 1em;
  width: 1em;
  display: inline-block;
  -webkit-transform: translate(0, 0.2em);
      -ms-transform: translate(0, 0.2em);
          transform: translate(0, 0.2em);
  background-size: cover;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E %3Csvg width='100' height='100' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E %3Cpolyline points='3,20 97,20 97,80 3,80 3,20' style='stroke-width:6;stroke:%23707070;fill:none;stroke-linecap:round;stroke-linejoin:round;'/%3E %3Cpolyline points='3,20 50,50 97,20' style='stroke-width:6;stroke:%23707070;fill:none;stroke-linecap:round;stroke-linejoin:round;'/%3E %3C/svg%3E"); }

.icon__phone::before {
  content: ' ';
  height: 1em;
  width: 1em;
  display: inline-block;
  -webkit-transform: translate(0, 0.2em);
      -ms-transform: translate(0, 0.2em);
          transform: translate(0, 0.2em);
  background-size: cover;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E %3Csvg width='100' height='100' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M 10 30 C 30 40, 70 40, 90 30 L 88 8 L 68 10 L 66 20 C 56 22, 44 22 34 20 L 32 10 12 8 Z' style='stroke-width:6;stroke:%23707070;fill:none;stroke-linejoin:round;' transform='rotate(45, 20, 20) translate(10, 0)'/%3E %3C/svg%3E"); }

.icon__phone2::before {
  content: ' ';
  height: 1em;
  width: 1em;
  display: inline-block;
  -webkit-transform: translate(0, 0.2em);
      -ms-transform: translate(0, 0.2em);
          transform: translate(0, 0.2em);
  background-size: cover;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E %3Csvg width='100' height='100' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M 10 30 C 30 40, 70 40, 90 30 L 88 8 L 68 10 L 66 20 C 56 22, 44 22 34 20 L 32 10 12 8 Z' style='stroke-width:4;stroke:%23fff;fill:none;stroke-linejoin:round;' transform='rotate(45, 20, 20) translate(10, 0)'/%3E %3C/svg%3E");
  height: 1.25em;
  width: 1.25em;
  -webkit-transform: translate(0, 0.35em);
      -ms-transform: translate(0, 0.35em);
          transform: translate(0, 0.35em); }

.icon__fax::before {
  content: ' ';
  height: 1em;
  width: 1em;
  display: inline-block;
  -webkit-transform: translate(0, 0.2em);
      -ms-transform: translate(0, 0.2em);
          transform: translate(0, 0.2em);
  background-size: cover;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E %3Csvg width='100' height='100' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M 10 30 C 30 40, 70 40, 90 30 L 88 8 L 68 10 L 66 20 C 56 22, 44 22 34 20 L 32 10 12 8 Z' style='stroke-width:0;fill:%23707070;stroke-linejoin:round;' transform='rotate(180, 50, 48) translate(0, 0)'/%3E %3Cpolyline points='3,97 97,97 97,50 3,50 3,97 ' style='stroke-width:6;stroke:%23707070;fill:none;stroke-linecap:round;stroke-linejoin:round;'/%3E %3Cpolyline points='20,50 20,10 80,10 80,50' style='stroke-width:6;stroke:%23707070;fill:none;stroke-linecap:round;stroke-linejoin:round;'/%3E %3Cpolyline points='30,35 60,35' style='stroke-width:6;stroke:%23707070;fill:none;stroke-linecap:round;stroke-linejoin:round;'/%3E %3Cpolyline points='30,22 70,22' style='stroke-width:6;stroke:%23707070;fill:none;stroke-linecap:round;stroke-linejoin:round;'/%3E %3C/svg%3E"); }

.icon__link::before {
  content: ' ';
  height: 1em;
  width: 1em;
  display: inline-block;
  -webkit-transform: translate(0, 0.2em);
      -ms-transform: translate(0, 0.2em);
          transform: translate(0, 0.2em);
  background-size: cover;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E %3Csvg width='100' height='100' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E %3Cpolyline points='10,90 90,10 ' style='stroke-width:6;stroke:%23fff;fill:none;stroke-linecap:round;'/%3E %3Cpolyline points='40,10 90,10 90,60' style='stroke-width:10;stroke:%23fff;fill:none;stroke-linecap:round;'/%3E %3C/svg%3E"); }

.icon__search::before {
  content: ' ';
  height: 1em;
  width: 1em;
  display: inline-block;
  -webkit-transform: translate(0, 0.2em);
      -ms-transform: translate(0, 0.2em);
          transform: translate(0, 0.2em);
  background-size: cover;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E %3Csvg width='100' height='100' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E %3Cpolyline points='3,97 34,66 ' style='stroke-width:6;stroke:%23707070;fill:none;stroke-linecap:round;'/%3E %3Ccircle cx='60' cy='40' r='37' style='stroke-width:6;stroke:%23707070;fill:none;'/%3E %3C/svg%3E"); }

.icon__chevron::before {
  content: ' ';
  height: 1em;
  width: 1em;
  display: inline-block;
  -webkit-transform: translate(0, 0.2em);
      -ms-transform: translate(0, 0.2em);
          transform: translate(0, 0.2em);
  background-size: cover;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E %3Csvg width='10' height='10' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E %3Cpolyline points='1,3 5,7 9,3' style='stroke-width:1;stroke:%23707070;fill:none;stroke-linecap:round;stroke-linejoin:round;'/%3E %3C/svg%3E"); }

.icon__file::before {
  content: ' ';
  height: 1em;
  width: 1em;
  display: inline-block;
  -webkit-transform: translate(0, 0.2em);
      -ms-transform: translate(0, 0.2em);
          transform: translate(0, 0.2em);
  background-size: cover;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E %3Csvg width='100' height='100' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E %3Cpolyline points='20 97, 80 97, 80 3, 40 3, 20 20, 20 97' style='stroke-width:6;stroke:%23707070;fill:none;stroke-linecap:round;stroke-linejoin:round;'/%3E %3Cpolyline points='44 3, 44 24, 20 24' style='stroke-width:6;stroke:%23707070;fill:none;stroke-linecap:round;stroke-linejoin:round;'/%3E %3C/svg%3E"); }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.col {
  padding-right: 16px; }
  .col:first-child {
    padding-left: 0; }
  .col > * {
    max-width: 100%; }
  .col__widthfull {
    width: calc(100% - 16px); }
  .col__width1\/2 {
    width: calc(100% - 16px); }
    @media (min-width: 768px) {
      .col__width1\/2 {
        width: calc(50% - 16px); } }
  .col__width1\/3 {
    width: calc(100% - 16px);
    padding-left: 0; }
    @media (min-width: 768px) {
      .col__width1\/3 {
        width: calc(33.33% - 16px); } }
  .col__width1\/4 {
    width: calc(50% - 16px); }
    @media (min-width: 768px) {
      .col__width1\/4 {
        width: calc(25% - 16px); } }
  .col__width3\/4 {
    width: calc(100% - 16px);
    padding-left: 0; }
    @media (min-width: 768px) {
      .col__width3\/4 {
        width: calc(75% - 16px); } }
  .col__width2\/3 {
    width: calc(100% - 16px);
    padding-left: 0; }
    @media (min-width: 768px) {
      .col__width2\/3 {
        width: calc(66.66% - 16px); } }

.header {
  width: 100%;
  font-size: 15.3px; }
  @media (min-width: 992px) {
    .header__hero > .slider__fullscreen {
      height: calc(100vh - 2 * 160px);
      min-height: 240px; }
    .header__hero > .slider__fixed {
      min-height: 240px;
      height: calc(950px - 2 * 160px);
      max-height: calc(100vh - 2 * 160px); } }
  .header__contact-text, .header__search-text {
    display: none; }
    @media (min-width: 1330px) {
      .header__contact-text, .header__search-text {
        display: inline; } }
  .header__headline {
    text-align: center;
    background-color: #f4f4f4;
    padding: 42px; }
  .header__hero-container {
    position: relative;
    overflow: hidden; }
  .header__link-appointment {
    padding: 0 1em;
    color: #fff;
    background-color: #1f4e7a;
    text-decoration: none; }
    .header__link-appointment__bg {
      background-color: #fff;
      width: 100vw;
      height: 31.45px;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%);
          -ms-transform: translate(-50%);
              transform: translate(-50%);
      z-index: 99;
      opacity: 0.3; }
      @media (min-width: 1330px) {
        .header__link-appointment__bg {
          height: 46.75px; } }
      @media (max-width: 991px) {
        .header__link-appointment__bg {
          display: none; } }
    @media (max-width: 991px) {
      .header__link-appointment {
        display: block;
        width: 100%;
        text-align: center;
        line-height: 2em; } }
    @media (min-width: 992px) {
      .header__link-appointment {
        position: absolute;
        right: 58px;
        top: 0;
        z-index: 100;
        font-size: 17px;
        height: 31.45px; } }
    @media (min-width: 1330px) {
      .header__link-appointment {
        font-size: 25.5px;
        height: 46.75px; } }
  .header__toprow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 160px;
    position: relative; }
    .header__toprow a {
      text-decoration: none;
      color: #707070; }
    @media (min-width: 768px) {
      .header__toprow {
        height: 160px;
        padding: 0 16px; } }
    @media (min-width: 1330px) {
      .header__toprow {
        height: 160px;
        padding: 0 42px; } }
  .header__bottomrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 120px; }
    @media (min-width: 768px) {
      .header__bottomrow {
        height: 160px; } }
  .header__deco {
    text-align: center;
    width: 100%; }
    .header__deco a {
      text-decoration: none; }
    .header__deco img {
      max-height: 60px;
      display: inline-block;
      width: auto;
      margin: 0 21px; }
  .header__deco > *,
  .header__deco > * > * {
    max-width: 33%; }
  .header__logo {
    max-width: 20%;
    padding: 16px;
    margin-right: auto; }
    @media (min-width: 768px) {
      .header__logo {
        padding: 0; } }
    .header__logo > * {
      max-width: 100%; }
  .header__search-and-lang {
    max-width: calc(80% - 150px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 16px; }
    .header__search-and-lang__item {
      margin: 0 8px; }
      .header__search-and-lang__item--hidden {
        display: none !important; }
    @media (min-width: 992px) {
      .header__search-and-lang {
        width: 350px; } }
  @media (min-width: 768px) {
    .header {
      font-size: 17px; } }
  @media (min-width: 1330px) {
    .header {
      font-size: 23.8px; } }

#search__input {
  font-family: "Opinion W05", sans-serif;
  font-size: 17px;
  line-height: 1.5em;
  border: solid 1px #707070;
  border-radius: 0;
  color: #707070;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-appearance: none;
  width: 100%; }

.search__results {
  position: absolute;
  background-color: #fff;
  z-index: 200;
  width: 670px;
  max-width: calc(100vw - 84px);
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding: 0 42px 42px 42px;
  top: 128px;
  max-height: calc(100vh - 160px);
  overflow-y: scroll;
  right: 0;
  cursor: pointer; }
  .search__results p {
    margin-top: 0; }
  .search__results li {
    border-top: 1px solid #f4f4f4; }
  .search__results h3 {
    line-height: 1.5em; }
  .search__results .highlighted {
    color: #1f4e7a; }

.search__close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 16px;
  right: 16px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E %3Csvg width='20' height='20' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E %3Cpolyline points='5,5 15,15' style='stroke-width:1;stroke:%23707070;fill:none;stroke-linecap:round;'/%3E %3Cpolyline points='5,15 15,5' style='stroke-width:1;stroke:%23707070;fill:none;stroke-linecap:round;'/%3E %3C/svg%3E");
  z-index: 201;
  cursor: pointer; }

.search__input--hidden {
  display: none; }

.js-search__label {
  cursor: pointer; }

.slider {
  height: 100%; }
  .slider__slide__borderbox {
    position: relative;
    height: 100%;
    max-width: 1330px;
    margin: auto; }
  .slider__slidewrapper {
    height: 100%; }
  .slider__slide {
    height: 100%;
    overflow: hidden;
    text-align: center; }
    @media (max-width: 991px) {
      .slider__slide__img > * {
        width: 100%; } }
    @media (min-width: 992px) {
      .slider__slide__img > * {
        max-width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        min-height: 100%;
        min-width: 100%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
    .slider__slide__head {
      line-height: 42.5px;
      font-size: 25.5px;
      color: #fff;
      background-color: #1f4e7a;
      padding: 0.5em;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .slider__slide__head {
          position: absolute;
          /*font-family: $bold-font;*/
          padding: 0 1em; } }
  @media (min-width: 992px) and (min-width: 1330px) {
    .slider__slide__head {
      font-size: 34px; } }
      @media (min-width: 992px) {
          .slider__slide__head a {
            color: #fff; }
          .slider__slide__head--top {
            left: 0;
            top: 33%; } }
    @media (min-width: 992px) and (max-width: 1600px) {
      .slider__slide__head--top {
        left: 14%; } }
      @media (min-width: 992px) {
          .slider__slide__head--bottom {
            left: 0;
            bottom: 20%; } }
    @media (min-width: 992px) and (max-width: 1600px) {
      .slider__slide__head--bottom {
        left: 14%; } }
    .slider__slide__text {
      padding: 16px 1em;
      background-color: #fff; }
      @media (min-width: 992px) {
        .slider__slide__text {
          text-align: left;
          position: absolute;
          max-width: calc(32.15% - 2em); }
          .slider__slide__text--top {
            top: calc(33% + 42.5px);
            left: 2em; } }
    @media (min-width: 992px) and (max-width: 1600px) {
      .slider__slide__text--top {
        left: calc(14% + 2em); } }
      @media (min-width: 992px) {
          .slider__slide__text--bottom {
            bottom: calc(20% + 42.5px);
            left: 2em; } }
    @media (min-width: 992px) and (max-width: 1600px) {
      .slider__slide__text--bottom {
        left: calc(14% + 2em); } }
  .slider__pagination {
    position: absolute;
    bottom: 0; }
    @media (max-width: 991px) {
      .slider__pagination {
        display: none; } }
  .slider__next, .slider__prev {
    z-index: 1;
    position: absolute;
    top: 50%;
    margin-top: -2em;
    width: 3em;
    height: 3em;
    background: url(images/arrow.png) #1f4e7a left top/cover no-repeat; }
  .slider__next {
    right: 5%; }
  .slider__prev {
    left: 5%;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.swiper-pagination-bullets {
  z-index: 1;
  text-align: center; }

.swiper-pagination-bullet {
  background-color: #fff; }

.emergency-call {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #f4f4f4; }
  @media (min-width: 768px) {
    .emergency-call {
      width: 270px !important;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: auto;
      border-bottom: 0; } }
  .emergency-call__cross {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      .emergency-call__cross {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .emergency-call__cross::before {
    content: '';
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E %3Csvg width='1cm' height='1cm' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E %3Crect style='fill:%23d0021b' x='0cm' y='0.375cm' width='1cm' height='0.25cm'/%3E %3Crect style='fill:%23d0021b' x='0.365cm' y='0cm' width='0.27cm' height='1cm'/%3E %3C/svg%3E");
    background-size: cover;
    display: block;
    width: 1.25em;
    height: 1.25em; }
    @media (min-width: 768px) {
      .emergency-call__cross::before {
        width: 2.5em;
        height: 2.5em; } }
  .emergency-call__label {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0.5em;
    margin-right: 0.5em; }
    @media (min-width: 768px) {
      .emergency-call__label {
        text-align: right;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .emergency-call__number {
    margin-left: 0.5em; }

.flag {
  height: 1.25em;
  width: 1.25em;
  display: inline-block;
  border-radius: 50%;
  background-size: cover;
  background-position: center; }
  .flag__de {
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E %3Csvg width='1cm' height='1cm' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E %3Crect style='fill:yellow' x='0' y='0' width='1cm' height='1cm'/%3E %3Crect style='fill:%23d0021b' x='0' y='0' width='1cm' height='0.67cm'/%3E %3Crect style='fill:black' x='0' y='0' width='1cm' height='0.33cm'/%3E %3C/svg%3E"); }
  .flag__en-us, .flag__en {
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 30' width='900' height='600'%3E %3CclipPath id='t'%3E %3Cpath d='M22.5,15 h22.5 v15 z v15 h-22.5 z h-22.5 v-15 z v-15 h22.5 z'/%3E %3C/clipPath%3E %3Cpath d='M0,0 v30 h45 v-30 z' fill='%2300247d'/%3E %3Cpath d='M0,0 L45,30 M45,0 L0,30' stroke='%23fff' stroke-width='6'/%3E %3Cpath d='M0,0 L45,30 M45,0 L0,30' clip-path='url(%23t)' stroke='%23cf142b' stroke-width='4'/%3E %3Cpath d='M22.5,0 v30 M0,15 h45' stroke='%23fff' stroke-width='10'/%3E %3Cpath d='M22.5,0 v30 M0,15 h45' stroke='%23cf142b' stroke-width='6'/%3E %3C/svg%3E"); }

.main > * {
  max-width: 1197px;
  margin: 42px auto;
  position: relative; }

.main {
  padding: 16px; }

.certificates {
  padding: 42px 16px; }

.main,
.certificates,
.content {
  background-image: -webkit-linear-gradient(left, white 0, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, white 100%), -webkit-linear-gradient(#f8f8f8, white 100px);
  background-image: -o-linear-gradient(left, white 0, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, white 100%), -o-linear-gradient(#f8f8f8, white 100px);
  background-image: linear-gradient(to right, white 0, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, white 100%), linear-gradient(#f8f8f8, white 100px); }

.certificates {
  text-align: center; }

.certificates > img {
  max-height: 85px;
  margin: 16px 8px;
  max-width: 90%; }

.content {
  padding-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1330px;
  margin: auto; }

.footer {
  background-color: #1f4e7a; }
  .footer__wrapper {
    color: #a4a4a4;
    max-width: 1330px;
    margin: auto;
    padding-bottom: 16px; }
    .footer__wrapper a {
      color: #a4a4a4;
      text-decoration: none; }
  .footer__nav {
    padding: 42px; }
    .footer__nav__submenu {
      margin: 0 0 0 1em; }
      @media (min-width: 992px) {
        .footer__nav__submenu {
          margin: 1em 0 0 0; } }
    .footer__nav__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (min-width: 992px) {
        .footer__nav__list {
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
    .footer__nav__item {
      width: 100%; }
      .footer__nav__item:not(:last-child) {
        margin-right: 42px; }
      .footer__nav__item--spaced {
        margin-top: 1em; }
      @media (min-width: 992px) {
        .footer__nav__item {
          margin-top: initial;
          width: initial; } }

.preview-events {
  margin: auto;
  padding: 42px 0;
  background-color: #f4f4f4;
  text-align: center; }
  .preview-events__link {
    text-decoration: none;
    color: #707070;
    display: block; }

.event-wrapper {
  background-color: #f4f4f4;
  padding: 42px 0; }

.event-list {
  margin: auto;
  max-width: 1330px; }
  .event-list__filter {
    text-align: center;
    margin-bottom: 16px; }
    .event-list__filter__button {
      background-color: #fff;
      color: #707070;
      padding: 16px;
      margin: 0 8px;
      cursor: pointer;
      -webkit-box-shadow: 0 0 40px 0 rgba(39, 49, 65, 0.2);
              box-shadow: 0 0 40px 0 rgba(39, 49, 65, 0.2); }
      .event-list__filter__button--selected {
        background-color: #1f4e7a;
        color: #fff; }
  .event-list__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.event-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 308.5px;
  height: 308.5px;
  background-color: #fff;
  margin: 12px;
  max-width: calc(100vw - 56px);
  text-decoration: none;
  color: #707070;
  -webkit-box-shadow: 0 0 40px 0 rgba(39, 49, 65, 0.2);
          box-shadow: 0 0 40px 0 rgba(39, 49, 65, 0.2); }
  @media (min-width: 1330px) {
    .event-block {
      width: 308.5px;
      height: 308.5px; } }
  .event-block--hidden {
    display: none; }
  .event-block__scroll-area {
    overflow-x: scroll; }
  .event-block__container {
    padding: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .event-block__date, .event-block__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .event-block__date {
    height: 67.87px; }
  .event-block__date-next {
    height: 98.72px; }
  .event-block__title {
    margin: auto;
    padding: 0 16px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    max-width: 100%; }
  .event-block__img-wrapper {
    background-color: #f4f4f4;
    height: 138.825px;
    overflow: hidden; }
  .event-block__img {
    width: 100%; }
  .event-block__next_caption {
    font-family: "Opinion W05 Bold", sans-serif;
    text-transform: uppercase; }
  .event-block__all {
    text-decoration: none;
    color: #707070; }
  .event-block__next {
    width: 370.2px;
    height: 370.2px; }
    @media (min-width: 1330px) {
      .event-block__next {
        width: 370.2px;
        height: 370.2px; } }

.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.breadcrumb a {
  color: #707070;
  text-decoration: none; }

.separator {
  margin-right: 0.2em; }

.aside {
  width: 100%;
  padding-bottom: 42px; }
  .aside--left {
    margin: 0 42px 0 16px;
    display: none; }
    @media (min-width: 992px) {
      .aside--left {
        display: block;
        width: calc(25% - 58px); } }
  .aside--right {
    margin: 0 16px; }
    @media (min-width: 768px) {
      .aside--right {
        width: calc(25% - 58px);
        margin: 0 16px 0 42px; } }
  .aside .subnav {
    display: none; }
    @media (min-width: 992px) {
      .aside .subnav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        border-top: solid #a4a4a4 1px; }
        .aside .subnav li a {
          text-decoration: none;
          color: #707070;
          line-height: 1.1em;
          display: inline-block;
          margin: 0.5em 0 0.5em 0; } }

.subpage__link-head {
  margin-top: 16px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #707070; }

.subpage__nav__item {
  padding: 0.5em 0 0.5em 0;
  border-bottom: solid #a4a4a4 1px; }

.subpage__content .certificate {
  -webkit-box-shadow: 2px 2px 12px #707070;
          box-shadow: 2px 2px 12px #707070; }

.subpage__content > img {
  max-width: 100%; }

.subpage__content h2 {
  margin-bottom: 0.5em; }

.subpage__content h4 {
  font-weight: bold;
  margin-top: 1em;
  font-size: 1em; }

.subpage__submenu {
  padding-left: 1em; }

.subpage__nav__item--selected > a {
  font-weight: bold; }

.main__subnav {
  width: 100%; }

.subpage-main {
  padding: 0 16px 42px 16px;
  width: calc(100% - 32px); }
  @media (min-width: 992px) {
    .subpage-main {
      width: 75%;
      padding: 0 0 42px 0; } }

.subpage__content img {
  padding: 16px 0; }

.subpage__content ol,
.subpage__content ul,
.subpage__content li {
  list-style: disc;
  margin-left: 0.5em; }

.subpage__content ol > li {
  list-style: decimal; }

.subpage__content h2,
.subpage__content h3 {
  margin-top: 16px; }

.event__container {
  margin: auto;
  max-width: 1330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 16px; }

.event__other {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: solid #a4a4a4 1px;
  padding: 0.5em 0; }

.event__hero {
  width: 100%;
  overflow: hidden;
  position: relative; }

.event__hero-header {
  color: #fff;
  background-color: #1f4e7a;
  margin: 42px 0;
  padding: 0.5em 1em;
  display: inline-block;
  z-index: 99;
  position: relative; }
  .event__hero-header__container {
    max-width: 1330px;
    margin: auto;
    position: relative; }

.event__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%; }

.event__detail {
  border-top: solid #a4a4a4 1px; }
  .event__detail p {
    margin: 0; }

.event__flyer {
  text-decoration: none;
  color: #707070; }

.event__subhead {
  font-weight: bold;
  margin-top: 1em; }

.event__registration {
  color: #fff;
  background-color: #1f4e7a;
  text-align: center;
  line-height: 2em;
  display: block;
  text-decoration: none;
  margin: 16px 0; }

.event__information-and-registration {
  margin-top: 42px;
  border-top: solid #a4a4a4 1px; }

.event__main {
  width: 100%;
  padding: 0 16px; }
  @media (min-width: 768px) {
    .event__main {
      width: calc(75% - 32px); } }
  @media (min-width: 992px) {
    .event__main {
      width: calc(50% - 32px); } }

.maps__container {
  position: relative; }

.maps__contact {
  z-index: 1;
  background-color: #fff;
  padding: 16px; }
  .maps__contact__container {
    max-width: 1330px;
    margin: auto;
    position: relative;
    background-color: black; }
  .maps__contact > p a {
    color: #707070;
    text-decoration: none; }
  @media (min-width: 768px) {
    .maps__contact {
      padding: 42px;
      z-index: 1;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, calc(-50% + 200px));
          -ms-transform: translate(0, calc(-50% + 200px));
              transform: translate(0, calc(-50% + 200px));
      left: 0;
      -webkit-box-shadow: 0 0 40px 0 rgba(39, 49, 65, 0.2);
              box-shadow: 0 0 40px 0 rgba(39, 49, 65, 0.2); } }

.maps__directions {
  color: #fff;
  text-decoration: none;
  background-color: #1f4e7a;
  text-align: center;
  line-height: 2em;
  display: inline-block;
  padding: 0 1em; }
  .maps__directions__container {
    margin-top: 42px;
    text-align: center; }

.header__nav {
  display: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  @media (min-width: 1330px) {
    .header__nav {
      display: inline-block; } }
  .header__nav--selected > a,
  .header__nav--selected > span {
    font-weight: bold; }
  .header__nav__submenu {
    display: none;
    padding: 0; }
  @media (max-width: 1329px) {
    .focus > .header__nav__submenu,
    .header__nav__item:hover > .header__nav__submenu {
      display: block; } }
  .header__nav__item:hover > .header__nav__submenu {
    display: block; }
  .header__nav__link-container {
    background: #f4f4f4;
    text-align: center;
    padding: 28px 0 30px; }
    @media (min-width: 1330px) {
      .header__nav__link-container {
        display: none; } }
  .header__nav__link {
    padding: 0 7px; }
  .header__nav .nav-menu {
    max-height: calc(100vh - 244px); }
    @media (max-width: 1329px) {
      .header__nav .nav-menu {
        overflow-y: scroll; } }
  @media (min-width: 1330px) {
    .header__nav__item:hover > .header__nav__submenu, .header__nav__submenu:hover {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: absolute;
      top: 100%;
      left: -26px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      background-color: #fff;
      padding-top: 0.5em; } }
  @media (min-width: 992px) {
    .header__nav__subsubmenu {
      display: none; } }
  .header__nav__item {
    position: relative; }
    .header__nav__item > a {
      line-height: 2em;
      padding: 18px 8px 15px;
      text-align: center;
      font-size: 20px;
      letter-spacing: 0;
      border-bottom: 1px solid #efefef;
      display: block; }
      @media (min-width: 1330px) {
        .header__nav__item > a {
          line-height: inherit;
          padding: 0 8px;
          text-align: inherit;
          font-size: inherit;
          letter-spacing: inherit;
          border-bottom: inherit;
          display: inherit; } }
    .header__nav__item--is-parent:after {
      content: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E %3Csvg width='10' height='10' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E %3Cpolyline points='1,3 5,7 9,3' style='stroke-width:1;stroke:%23707070;fill:none;stroke-linecap:round;stroke-linejoin:round;'/%3E %3C/svg%3E");
      display: block;
      position: absolute;
      right: 34px;
      top: 24px; }
      @media (min-width: 1330px) {
        .header__nav__item--is-parent:after {
          display: none; } }
    @media (min-width: 1330px) {
      .header__nav__item {
        text-align: left;
        display: inline;
        padding: 0 8px; } }
  .header__nav__subsubitem {
    text-align: center; }
  .header__nav__submenu .header__nav__item {
    background-color: #fff;
    z-index: 200;
    line-height: 2em; }
    .header__nav__submenu .header__nav__item > a {
      border-bottom: 0;
      padding-bottom: 0; }
      @media (min-width: 1330px) {
        .header__nav__submenu .header__nav__item > a {
          padding: 0; } }
    .header__nav__submenu .header__nav__item:last-child > a {
      padding-bottom: 15px;
      border-bottom: 1px solid #efefef; }
      @media (min-width: 1330px) {
        .header__nav__submenu .header__nav__item:last-child > a {
          padding-bottom: 0;
          border-bottom: 0; } }
    @media (min-width: 1330px) {
      .header__nav__submenu .header__nav__item {
        padding-left: 42px;
        padding-right: 42px; } }
  .header__nav__lang__chooser {
    display: inline;
    position: relative; }
  .header__nav__lang__item {
    margin: 0 8px;
    border: solid black 1px; }
    .header__nav__lang__item--selected {
      border: solid #3482cb 3px;
      -webkit-transform: translate(0, 2px);
          -ms-transform: translate(0, 2px);
              transform: translate(0, 2px); }
  @media (min-width: 1330px) {
    .header__nav__submenu .header__nav__item:last-child {
      padding-bottom: 42px; } }

.header__nav--toggled {
  border-top: solid 1px #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  width: 100%;
  z-index: 200;
  height: calc(100vh - 160px); }
  @media (min-width: 1330px) {
    .header__nav--toggled {
      border-top: 0;
      display: inline-block;
      position: relative;
      width: initial;
      height: auto;
      top: initial; } }

.header__nav-toggle {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  padding: 32px 28px 31px;
  border-left: 1px solid #efefef; }
  .header__nav-toggle:after {
    content: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E %3Csvg width='20' height='20' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E %3Cpolyline points='2,4 18,4' style='stroke-width:1;stroke:%23707070;fill:none;stroke-linecap:round;'/%3E %3Cpolyline points='2,10 18,10' style='stroke-width:1;stroke:%23707070;fill:none;stroke-linecap:round;'/%3E %3Cpolyline points='2,16 18,16' style='stroke-width:1;stroke:%23707070;fill:none;stroke-linecap:round;'/%3E %3C/svg%3E"); }
  .header__nav-toggle[aria-expanded='true'] {
    border-left: 0; }
    .header__nav-toggle[aria-expanded='true']:after {
      content: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E %3Csvg width='20' height='20' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E %3Cpolyline points='5,5 15,15' style='stroke-width:1;stroke:%23707070;fill:none;stroke-linecap:round;'/%3E %3Cpolyline points='5,15 15,5' style='stroke-width:1;stroke:%23707070;fill:none;stroke-linecap:round;'/%3E %3C/svg%3E"); }
  @media (min-width: 768px) {
    .header__nav-toggle {
      padding: inherit;
      border-left: inherit; } }
  @media (min-width: 1330px) {
    .header__nav-toggle {
      display: none; } }

.person {
  margin-bottom: 42px; }
  .person__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    margin-top: 1em;
    margin-bottom: 1em;
    -webkit-box-shadow: 0 0 40px 0 rgba(39, 49, 65, 0.2);
            box-shadow: 0 0 40px 0 rgba(39, 49, 65, 0.2);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 768px) {
      .person__row {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  .person__img {
    margin: auto;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    @media (min-width: 768px) {
      .person__img {
        margin: 0 42px 0 0; } }
  .person__meta {
    width: 100%; }
    @media (min-width: 768px) {
      .person__meta {
        width: inital;
        display: inline;
        padding-top: 16px; } }
  .person__function {
    margin-bottom: 0.5em; }


/*# sourceMappingURL=style.css.map*/