@import "assets/css/animate.css";
@import "assets/css/cssreset.css";
@import "assets/css/select2.min.css";
@import "assets/css/swiper-bundle.min.css";
.space-bottom-xs {
  margin-bottom: 10px;
}
.space-bottom-s {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .space-bottom-s {
    margin-bottom: 30px;
  }
}
.space-bottom-m {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .space-bottom-m {
    margin-bottom: 70px;
  }
}
.space-bottom-l {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .space-bottom-l {
    margin-bottom: 100px;
  }
}
.space-top-l {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .space-top-l {
    margin-top: 180px;
  }
}
.space-bottom-reset {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .space-bottom-reset {
    margin-bottom: 0;
  }
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.is-hidden {
  display: none !important;
}
.link-primary {
  color: #000;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  font-family: "Calibri(MS)Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.link-primary:hover,
.link-primary:focus,
.link-primary:active {
  color: #51120c;
}
.link-icon {
  display: flex;
  align-items: center;
  color: #000;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  font-family: "Calibri(MS)Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.link-icon span {
  margin-right: 3px;
}
.link-icon:hover,
.link-icon:focus,
.link-icon:active {
  color: #51120c;
}
.link-icon:hover,
.link-icon:focus,
.link-icon:active {
  color: #51120c;
}
.link-white {
  color: #fff;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
}
.link-white:hover,
.link-white:focus,
.link-white:active {
  color: #bf9f55;
}
.button-primary {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 20px 32px;
  border: none;
  border-radius: 0;
  background: #000;
  color: #fff;
  cursor: pointer;
  font-family: "Calibri(MS)Regular", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.button-primary:hover,
.button-primary:focus,
.button-primary:active {
  color: #000;
  background: #fff;
}
.button-small {
  display: flex;
  align-items: center;
  padding: 5px 8px;
  border: 1px solid transparent;
  border-radius: 0;
  background: #bf9f55;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.button-small:hover,
.button-small:focus,
.button-small:active {
  color: #bf9f55;
  background: #fff;
  border: 1px solid #bf9f55;
  box-shadow: none;
}
.button-white {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 20px 32px;
  border: none;
  border-radius: 0;
  background: #000;
  color: #fff;
  cursor: pointer;
  font-family: "Calibri(MS)Regular", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #fff;
}
.button-white:hover,
.button-white:focus,
.button-white:active {
  color: #000;
  background: #fff;
}
.button-white:hover,
.button-white:focus,
.button-white:active {
  color: #000;
  background: #fff;
}
.button-white:hover,
.button-white:focus,
.button-white:active {
  color: #fff;
  background: #bf9f55;
}
.button-icon span {
  margin-right: 10px;
}
.alert {
  display: flex;
  align-items: center;
}
.alert--error {
  padding: 20px 20px;
  margin-bottom: 20px;
  border-radius: 0;
  background: #b1394a;
  color: #fff;
  flex-direction: column;
}
@media (min-width: 768px) {
  .alert--error {
    margin-bottom: 30px;
  }
}
.alert--error .alert__button {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 20px 32px;
  border: none;
  border-radius: 0;
  background: #000;
  color: #fff;
  cursor: pointer;
  font-family: "Calibri(MS)Regular", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #fff;
  height: auto;
  padding: 10px 15px;
  margin-top: 15px;
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #000;
  background: #fff;
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #000;
  background: #fff;
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #fff;
  background: #bf9f55;
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #000;
  background: #fff;
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #000;
  background: #fff;
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #fff;
  background: #bf9f55;
}
.alert--error .alert__button span {
  margin-right: 10px;
}
.alert--error .alert__button span {
  margin-right: 10px;
}
/* montserrat-regular - latin
@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('assets/fonts/montserrat/montserrat-v31-latin-regular.woff2') format('woff2');
}*/
/* montserrat-600 - latin
@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: url('assets/fonts/montserrat/montserrat-v31-latin-600.woff2') format('woff2');
}*/
@font-face {
  font-family: "Calibri(MS)Regular";
  src: url('assets/fonts/CalibriMSRegular/font.woff2') format('woff2'), url('assets/fonts/CalibriMSRegular/font.woff') format('woff');
}
@font-face {
  font-family: "Calibri(MS)Bold";
  src: url('assets/fonts/CalibriMSBold/font.woff2') format('woff2'), url('assets/fonts/CalibriMSBold/font.woff') format('woff');
}
/* icon font */
@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/templates/codekit/assets/fonts/google_materialIcons-rounded.woff2') format('woff2');
}
.material-icons-outlined {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.striped-table td {
  padding: 4px;
}
.striped-table tbody tr:nth-child(odd) {
  background: #eee;
}
@font-face {
  font-family: 'icons';
  src: url('/assets/templates/codekit/assets/fonts/icons/icons.eot?7enbk');
  src: url('/assets/templates/codekit/assets/fonts/icons/icons.eot?7enbk#iefix') format('embedded-opentype'), url('/assets/templates/codekit/assets/fonts/icons/icons.ttf?7enbk') format('truetype'), url('/assets/templates/codekit/assets/fonts/icons/icons.woff?7enbk') format('woff'), url('/assets/templates/codekit/assets/fonts/icons/icons.svg?7enbk#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\e905";
}
.icon-instagram:before {
  content: "\e906";
}
.icon-linkedin:before {
  content: "\e907";
}
#tinymce {
  border: none;
  padding: 20px;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* ::selection {
  color: #fff;
  background: #51120c;
}
* ::-moz-selection {
  color: #fff;
  background: #51120c;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  position: relative;
  font-family: "Calibri(MS)Regular", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  body {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media screen {
  body {
    min-height: 100%;
    color: #fff;
    background: #000;
  }
}
a,
button,
input {
  outline: 2px solid transparent;
}
a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
a:hover,
a:active,
a:focus {
  color: #efefef;
}
input,
select,
textarea {
  outline: 1px solid transparent;
}
button:focus,
a:focus {
  outline: 3px solid #bf9f55;
  outline-offset: 3px;
}
.l-header button:focus,
.l-header a:focus,
.l-footer button:focus,
.l-footer a:focus {
  outline-color: #fff;
}
input:focus,
select:focus,
textarea:focus {
  outline: 1px solid #bf9f55;
}
.l-header input:focus,
.l-header select:focus,
.l-header textarea:focus,
.l-footer input:focus,
.l-footer select:focus,
.l-footer textarea:focus {
  outline-color: #fff;
}
button:focus:not(:focus-visible),
a:focus:not(:focus-visible) {
  /* undo all the above focused button styles
	if the button has focus but the browser wouldn't normally
	show default focus styles */
  outline: 2px solid transparent;
}
hr {
  position: relative;
  height: 1px;
  border: none;
  margin: 25px 0;
  background: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
}
strong,
b {
  font-family: "Calibri(MS)Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-family: "Calibri(MS)Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h1 {
    margin-bottom: 60px;
    font-size: 80px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .skin-layout-1 h1 {
    text-align: center;
  }
}
h2 {
  font-size: 25px;
  line-height: 1.3;
  font-family: "Calibri(MS)Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 30px;
}
.skin-layout-1 .section__content > h2 {
  text-align: center;
  font-family: "Calibri(MS)Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 768px) {
  .skin-layout-1 .section__content > h2 {
    margin-bottom: 55px;
    font-size: 60px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}
h3 {
  font-family: "Calibri(MS)Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 30px;
    line-height: 1.3;
  }
}
h4 {
  font-family: "Calibri(MS)Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 25px;
    line-height: 1.3;
  }
}
address,
p {
  margin-bottom: 20px;
}
p + h2 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  p + h2 {
    margin-top: 50px;
  }
}
p + .mod-form {
  margin-top: 25px;
}
@media (min-width: 768px) {
  p + .mod-form {
    margin-top: 50px;
  }
}
.image__wrapper {
  position: relative;
  /*
		avoid page reflow jumps
		https://github.com/aFarkas/lazysizes#tip-specifying-image-dimensions-minimizing-reflows-and-avoiding-page-jumps
	*/
}
.image__wrapper::after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  /* emotion image ratio: 16:5 */
  /* 16:5 = 31.25% = calc(5 / 16 * 100%) */
  padding-bottom: 66.67%;
}
.image__wrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.video {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  /* Given a 16:9 aspect ratio, 100 * (9/16) */
  border-radius: 0;
}
.skin-teaser-home-news .video {
  border: 1px solid #efefef;
}
.video:before {
  z-index: 1;
}
.video .iframe__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.table__wrapper {
  overflow: auto;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .table__wrapper {
    margin-bottom: 30px;
  }
}
.table__wrapper:focus {
  outline: 3px solid #bf9f55;
  outline-offset: 3px;
}
.table__wrapper table {
  width: 100%;
  background: #efefef;
  border-color: #efefef;
  border-radius: 0;
  border-collapse: separate;
  border-spacing: 0;
}
.table__wrapper table thead tr:not(:first-child) td:nth-child(1),
.table__wrapper table tbody tr td:nth-child(1),
.table__wrapper table thead tr:not(:first-child) th:nth-child(1),
.table__wrapper table tbody tr th:nth-child(1),
.table__wrapper table thead tr:not(:first-child) td:nth-child(2),
.table__wrapper table tbody tr td:nth-child(2),
.table__wrapper table thead tr:not(:first-child) th:nth-child(2),
.table__wrapper table tbody tr th:nth-child(2),
.table__wrapper table thead tr:not(:first-child) td:nth-child(4),
.table__wrapper table tbody tr td:nth-child(4),
.table__wrapper table thead tr:not(:first-child) th:nth-child(4),
.table__wrapper table tbody tr th:nth-child(4) {
  border-right: 1px solid #efefef;
}
.table__wrapper table td,
.table__wrapper table th {
  padding: 3px 5px;
  text-align: right;
  font-size: 14px;
  line-height: 1.3;
  vertical-align: top;
}
.table__wrapper table td:last-child {
  padding-right: 15px;
}
.table__wrapper table thead th {
  z-index: 1;
  position: sticky;
  padding: 5px;
  width: 25vw;
  max-width: 150px;
  background: #efefef;
  font-family: "Calibri(MS)Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1.4;
  vertical-align: top;
  white-space: nowrap;
}
.table__wrapper table thead th[colspan] {
  font-family: "Calibri(MS)Regular", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  padding-bottom: 0;
}
.table__wrapper table thead th:first-child {
  z-index: 2;
  position: sticky;
  left: 0;
  padding: 5px 15px;
  text-align: left;
  background: #efefef;
}
.table__wrapper table thead tr:first-child th {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom: none;
}
.table__wrapper table tbody th {
  z-index: 1;
  position: sticky;
  left: 0;
  padding: 5px 15px;
  background: #efefef;
  text-align: left;
}
.table__wrapper table tbody th:first-child {
  z-index: 2;
  position: sticky;
  left: 0;
}
.table__wrapper table tbody tr:nth-child(odd) td,
.table__wrapper table tbody tr:nth-child(odd) th {
  background: #efefef;
}
.table__wrapper table tbody tr:nth-child(even) td,
.table__wrapper table tbody tr:nth-child(even) th {
  background: #fff;
}
.table__wrapper table tbody tr:first-child td:first-child {
  border-top-left-radius: 0;
}
.table__wrapper table tbody tr:first-child td:last-child {
  border-top-right-radius: 0;
}
.table__wrapper table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}
.table__wrapper table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}
.table__wrapper table tbody tr:last-child td,
.table__wrapper table tbody tr:last-child th {
  border-bottom: 1px solid #efefef;
}
.table__wrapper table tfoot th {
  padding: 5px 15px 15px;
  font-size: 20px;
  line-height: 1.4;
}
.link-to-backend {
  color: #575757;
  font-size: 14px;
  text-decoration: none;
}
.link-to-backend .material-icons-round {
  font-size: 24px;
  position: relative;
  top: 6px;
  margin-right: 4px;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.container,
.container-narrow {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}
@media (min-width: 576px) {
  .container,
  .container-narrow {
    max-width: 575px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-narrow {
    max-width: 767px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .container,
  .container-narrow {
    max-width: 991px;
  }
}
@media (min-width: 1190px) {
  .container,
  .container-narrow {
    max-width: 1189px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media print {
  .container,
  .container-narrow {
    max-width: 100%;
    padding: 0;
  }
}
.container-narrow {
  max-width: 768px;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .row {
    flex-direction: row;
    justify-content: space-between;
  }
}
.grid-item {
  width: 100%;
  position: relative;
}
.row-two {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .row-two > .grid-item {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .row-three > .grid-item {
    width: 31.5%;
  }
}
@media (min-width: 768px) {
  .row-four > .grid-item {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .row-four > .grid-item {
    width: 24.9%;
  }
}
@media (min-width: 992px) {
  .row-standalone > .grid-item {
    width: 65.7%;
  }
}
@media (min-width: 992px) {
  .row-two-one > .grid-item:first-child {
    width: 65.7%;
  }
}
@media (min-width: 992px) {
  .row-two-one > .grid-item:last-child {
    width: 31.5%;
  }
}
@media (min-width: 992px) {
  .row-one-two > .grid-item:first-child {
    width: 31.5%;
  }
}
@media (min-width: 992px) {
  .row-one-two > .grid-item:last-child {
    width: 65.7%;
  }
}
.row-two-one.row-order-small > .grid-item:first-child {
  order: 2;
}
@media (min-width: 992px) {
  .row-two-one.row-order-small > .grid-item:first-child {
    order: 1;
  }
}
.row-two-one.row-order-small > .grid-item:last-child {
  order: 1;
}
@media (min-width: 992px) {
  .row-two-one.row-order-small > .grid-item:last-child {
    order: 2;
  }
}
.row-three-quarter {
  justify-content: flex-start;
}
.row-three-quarter > .grid-item {
  width: 75%;
}
.row-two--footer > .grid-item:first-child {
  order: 2;
}
@media (min-width: 1190px) {
  .row-two--footer > .grid-item:first-child {
    order: 1;
    width: 58.3%;
  }
}
@media (min-width: 1400px) {
  .row-two--footer > .grid-item:first-child {
    order: 1;
    width: 49.9%;
  }
}
.row-two--footer > .grid-item:last-child {
  order: 1;
}
@media (min-width: 1190px) {
  .row-two--footer > .grid-item:last-child {
    width: 41.6%;
    order: 2;
  }
}
@media (min-width: 1400px) {
  .row-two--footer > .grid-item:last-child {
    width: 49.9%;
    order: 2;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after {
  clear: both;
}
.rich,
#tinymce {
  hyphens: auto;
}
.rich ul,
#tinymce ul {
  margin-bottom: 20px;
}
.rich ul li,
#tinymce ul li {
  position: relative;
  padding-left: 33px;
  margin-bottom: 7px;
  list-style: none;
}
.rich ul li:before,
#tinymce ul li:before {
  content: "–";
  position: absolute;
  left: 0;
  top: 3px;
}
.rich ol,
#tinymce ol {
  margin-bottom: 20px;
  margin-left: 20px;
}
.rich ol li,
#tinymce ol li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 0.5em;
  list-style: decimal;
}
.rich blockquote,
#tinymce blockquote {
  margin-bottom: 30px;
}
.rich p + ul,
#tinymce p + ul {
  margin-top: -10px;
}
.rich ul + h2,
#tinymce ul + h2,
.rich p + h2,
#tinymce p + h2,
.rich table + h2,
#tinymce table + h2 {
  margin-top: 40px;
}
.rich ul + h3,
#tinymce ul + h3,
.rich p + h3,
#tinymce p + h3,
.rich table + h3,
#tinymce table + h3 {
  margin-top: 30px;
}
.rich .rich__info,
#tinymce .rich__info {
  text-align: center;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #b1394a;
  margin-bottom: 20px;
}
.rich .rich__info p,
#tinymce .rich__info p {
  margin: 0;
}
.rich__img {
  border-radius: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .rich__img {
    margin-bottom: 30px;
  }
}
#tinymce {
  background: transparent;
  color: #000;
}
#tinymce div {
  color: red !important;
}
/* needed for old browsers */
dialog {
  display: block;
  border: 0;
}
.hidden {
  display: none;
}
.simple-left-container {
  position: relative;
}
.simple-left-tooltip {
  position: absolute;
  z-index: 666;
  top: 80%;
  left: 50%;
  width: 15em;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #128197;
  border-radius: 0.5em;
  padding: 1em;
  text-align: left;
}
.simple-left-tooltip__title {
  margin: 0;
  line-height: 1;
}
.simple-left-tooltip p {
  font-size: 1em;
}
.simple-left-tooltip__close {
  float: right;
  border: 0;
  /** fix typo inputs **/
  font-family: inherit;
  font-size: 0.8em;
  background: #128197;
  color: #fff;
  border-radius: 1em;
}
.simple-left-tooltip__close:focus,
.simple-left-tooltip__close:hover,
.simple-left-tooltip__close:active {
  outline: 1px dotted #fff;
}
.simple-left-tooltip__close:hover,
.simple-left-tooltip__close:active {
  background: #4d287f;
}
/* for this example: tablets */
@media (max-width: 55.625em) {
  .simple-left-container {
    position: static;
  }
  .simple-left-tooltip {
    position: static;
    width: auto;
    margin-top: 1em;
  }
}
.modal__link {
  display: block;
  border-bottom: none !important;
  font-weight: normal !important;
}
.modal__link--image {
  pointer-events: none;
}
@media (min-width: 768px) {
  .modal__link--image {
    position: relative;
    pointer-events: unset;
  }
  .modal__link--image::before {
    position: absolute;
    content: 'zoom_in';
    font-family: "Material Icons Outlined";
    top: 10px;
    right: 20px;
    width: 30px;
    line-height: 30px;
    font-size: 25px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #fff;
    border-radius: 0;
    color: #000;
  }
  .modal__link--image:hover::before,
  .modal__link--image:focus::before,
  .modal__link--image:active::before {
    background: #fff;
    color: #fff;
  }
}
.modal__wrapper {
  display: none;
}
.modal__desc {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.modal__img {
  width: 100%;
  border-radius: 0;
}
.modal__img--swisspass {
  width: auto;
  display: block;
  margin: 0 auto;
}
dialog {
  display: block;
  border: 0;
}
/* removes scroll when modal is opened */
.no-scroll {
  overflow: hidden;
}
/* overlay covers everything */
.simple-modal-overlay,
.simple-animated-modal-overlay,
.simple-image-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  opacity: 0.8;
  z-index: 666;
  cursor: pointer;
}
.simple-modal-overlay .invisible,
.simple-animated-modal-overlay .invisible,
.simple-image-modal-overlay .invisible {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/* Image Modal */
.simple-image-modal__wrapper {
  position: relative;
  max-width: 1400px;
}
.simple-image-modal__wrapper .simple-image-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.simple-image-modal__wrapper .simple-image-modal-title {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.simple-modal-overlay[data-background-click="disabled"],
.simple-animated-modal-overlay[data-background-click="disabled"],
.simple-image-modal-overlay[data-background-click="disabled"] {
  cursor: auto;
}
.simple-animated-modal-overlay,
.simple-image-modal-overlay {
  animation: fadewhite ease 0.5s 1 normal;
}
@keyframes fadewhite {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
/* modal */
.simple-modal,
.simple-animated-modal,
.simple-image-modal {
  position: fixed;
  left: 15%;
  top: 5%;
  width: 100%;
  max-width: 70%;
  max-height: 98vh;
  border: 2px solid #575757;
  background: #fff;
  border-radius: 0;
  z-index: 667;
  padding: 2em;
  right: auto;
  overflow: auto;
}
.simple-image-modal {
  border: 2px solid transparent;
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.simple-modal-close,
.simple-animated-modal-close,
.simple-image-modal-close {
  display: flex;
  align-items: center;
  padding: 5px 8px;
  border: 1px solid transparent;
  border-radius: 0;
  background: #bf9f55;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.simple-modal-close:hover,
.simple-animated-modal-close:hover,
.simple-image-modal-close:hover,
.simple-modal-close:focus,
.simple-animated-modal-close:focus,
.simple-image-modal-close:focus,
.simple-modal-close:active,
.simple-animated-modal-close:active,
.simple-image-modal-close:active {
  color: #bf9f55;
  background: #fff;
  border: 1px solid #bf9f55;
  box-shadow: none;
}
.simple-modal-close:hover,
.simple-animated-modal-close:hover,
.simple-image-modal-close:hover,
.simple-modal-close:focus,
.simple-animated-modal-close:focus,
.simple-image-modal-close:focus,
.simple-modal-close:active,
.simple-animated-modal-close:active,
.simple-image-modal-close:active {
  color: #bf9f55;
  background: #fff;
  border: 1px solid #bf9f55;
  box-shadow: none;
}
.simple-animated-modal {
  animation: apparition ease 0.5s 1 normal;
}
@keyframes apparition {
  0% {
    opacity: 0;
    max-height: 0;
    width: 0;
    left: 50%;
  }
  100% {
    opacity: 1;
    max-height: 100%;
    width: 70%;
    left: 15%;
  }
}
.mod-cookie-notice {
  z-index: 20;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border-top: 3px solid #fff;
  transform: translateY(100%);
  -webkit-transition: transform 300ms ease;
  transition: transform 300ms ease;
}
@media print {
  .mod-cookie-notice {
    display: none;
  }
}
.cookie-notice__text {
  text-align: center;
  line-height: 28px;
  margin-bottom: 10px;
  color: #000;
}
.cookie-notice__text .cookie-notice__link {
  display: inline-block;
  color: #000;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  font-family: "Calibri(MS)Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 28px;
}
.cookie-notice__text .cookie-notice__link:hover,
.cookie-notice__text .cookie-notice__link:focus,
.cookie-notice__text .cookie-notice__link:active {
  color: #51120c;
}
.cookie-notice__text .cookie-notice__link:hover,
.cookie-notice__text .cookie-notice__link:focus,
.cookie-notice__text .cookie-notice__link:active {
  color: #51120c;
}
.cookie-notice__button {
  display: unset !important;
  max-width: 100px;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 20px 32px;
  border: none;
  border-radius: 0;
  background: #000;
  color: #fff;
  cursor: pointer;
  font-family: "Calibri(MS)Regular", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 10px;
  padding: 8px 22px;
}
.cookie-notice__button:hover,
.cookie-notice__button:focus,
.cookie-notice__button:active {
  color: #000;
  background: #fff;
}
.cookie-notice__button:hover,
.cookie-notice__button:focus,
.cookie-notice__button:active {
  color: #000;
  background: #fff;
}
.cookie-notice--visible {
  transform: translateY(0);
}
.mod-emotion {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.mod-emotion:before {
  z-index: 5;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mod-emotion .image__wrapper {
  height: 0;
  display: block;
  width: 100%;
}
.mod-emotion .image__wrapper::after {
  display: none;
}
.emotion__img {
  left: -50%;
  width: auto;
  max-width: unset;
  height: 100%;
}
@media (min-width: 992px) {
  .emotion__img {
    left: unset;
  }
}
.emotion__img.emotion--landscape {
  left: unset;
  width: 100%;
  height: auto;
}
.emotion__heading--wrapper {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6;
  width: 90%;
}
@media (min-width: 768px) {
  .emotion__heading--wrapper {
    width: 75%;
  }
}
.emotion__heading {
  text-align: center;
  text-shadow: 0 0 20px #000;
  margin: 0;
  color: #fff;
  font-size: 35px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .emotion__heading {
    font-size: 70px;
  }
}
@media (min-width: 992px) {
  .emotion__heading {
    font-size: 90px;
  }
}
@media (min-width: 1680px) {
  .emotion__heading {
    font-size: 100px;
  }
}
.emotion__logo {
  position: absolute;
  left: 50%;
  top: 35%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 60%;
}
@media (min-width: 992px) {
  .emotion__logo {
    top: 50%;
    max-width: 30%;
  }
}
.emotion__video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.emotion__info {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #802423;
  padding: 20px 30px;
  color: #fff;
  width: 90%;
  font-family: "Calibri(MS)Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  z-index: 10;
  text-align: center;
}
@media (min-width: 992px) {
  .emotion__info {
    width: auto;
    padding: 40px 60px;
  }
}
.emotion__info p {
  margin: 0;
}
.mod-feedbacks {
  text-align: center;
}
.feedbacks__next:after,
.feedbacks__prev:after {
  color: #fff;
  font-size: 25px;
}
.feedbacks__swiper--slide {
  padding: 0 50px;
}
@media (min-width: 768px) {
  .feedbacks__swiper--slide {
    padding: 0 75px;
  }
}
@media (min-width: 992px) {
  .feedbacks__swiper--slide {
    padding: 0 150px;
  }
}
.feedback__author {
  font-size: 18px;
  line-height: 1.3;
}
.mod-footer {
  position: relative;
  color: #fff;
}
.mod-footer a {
  color: #fff;
  text-decoration: none;
}
.mod-footer a:hover,
.mod-footer a:active,
.mod-footer a:focus {
  color: #fff;
}
.footer__row {
  justify-content: left;
}
@media (min-width: 992px) {
  .footer__row .grid-item:nth-child(2),
  .footer__row .grid-item:nth-child(3),
  .footer__row .grid-item:nth-child(4) {
    margin-top: auto;
  }
}
.footer__row .grid-item {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .footer__row .grid-item {
    margin-bottom: 0;
  }
}
.footer__signet {
  position: absolute;
  right: 20px;
  top: 5px;
  width: auto;
  height: 114px;
}
@media (min-width: 992px) {
  .footer__signet {
    left: -60px;
    right: auto;
  }
}
.footer__address {
  margin: 0;
}
.footer__address p:last-child {
  margin: 0;
}
.footer__legal-link {
  color: #fff;
  display: block;
  margin-top: 20px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .footer__legal-link {
    margin: 0;
    display: inline;
  }
}
.footer__social-links {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.footer__social-links__item {
  padding: 0 15px;
}
.footer__social-links__link {
  font-size: 50px;
}
.footer-quality__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.footer-quality__img {
  width: 48%;
  max-width: 150px;
  height: auto;
  vertical-align: top;
}
.mod-form {
  margin-bottom: 40px;
}
.form__wrapper {
  display: flex;
}
.form__nickname {
  position: absolute;
  left: -999999px;
}
.form__item {
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .form__item {
    margin-bottom: 30px;
  }
}
.form__label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 20px 25px;
  line-height: 1;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  -webkit-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
}
.form__select,
.form__input,
.form__textarea,
.duet-date__input,
.select2-container--default .select2-selection--single {
  width: 100%;
  height: 60px;
  padding: 20px 25px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #000;
  color: #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.form__select::placeholder,
.form__input::placeholder,
.form__textarea::placeholder,
.duet-date__input::placeholder,
.select2-container--default .select2-selection--single::placeholder {
  color: transparent;
}
.form__select:hover,
.form__input:hover,
.form__textarea:hover,
.duet-date__input:hover,
.select2-container--default .select2-selection--single:hover,
.form__select:active,
.form__input:active,
.form__textarea:active,
.duet-date__input:active,
.select2-container--default .select2-selection--single:active,
.form__select:focus,
.form__input:focus,
.form__textarea:focus,
.duet-date__input:focus,
.select2-container--default .select2-selection--single:focus {
  background: rgba(255, 255, 255, 0.4);
}
.select2-container--default .select2-selection--single {
  display: flex !important;
  height: 60px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
  line-height: 1 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 15px !important;
  right: 5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: #575757 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 10px 12px;
  border: 1px solid #575757 !important;
  border-radius: 0;
}
.select2-container--default .select2-results__option--selected {
  background-color: #efefef !important;
}
.select2-results__option--highlighted {
  background-color: #fff !important;
}
.form__input:focus ~ .form__label,
.form__input:not(:placeholder-shown) ~ .form__label,
.form__textarea:focus ~ .form__label,
.form__textarea:not(:placeholder-shown) ~ .form__label,
.form__select ~ .form__label,
.form__label--duet {
  opacity: 0.85;
  -webkit-transform: scale(0.75) translateY(-0.7rem) translateX(0.7rem);
  -ms-transform: scale(0.75) translateY(-0.7rem) translateX(0.7rem);
  transform: scale(0.75) translateY(-0.7rem) translateX(0.7rem);
}
.form__input--file {
  padding: 30px 0 20px 10px;
  cursor: pointer;
  border-radius: 0;
}
@media (min-width: 768px) {
  .form__input--file {
    padding: 30px 20px 20px;
  }
}
.form__button {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 20px 32px;
  border: none;
  border-radius: 0;
  background: #000;
  color: #fff;
  cursor: pointer;
  font-family: "Calibri(MS)Regular", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.form__button:hover,
.form__button:focus,
.form__button:active {
  color: #000;
  background: #fff;
}
.form__button:hover,
.form__button:focus,
.form__button:active {
  color: #000;
  background: #fff;
}
.form__button--icon span {
  margin-right: 10px;
}
.form__button--icon span {
  margin-right: 10px;
}
.form__legend {
  font-family: "Calibri(MS)Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 10px;
}
.form__textarea {
  min-height: 150px;
}
.form__radio-checkbox .form__item {
  margin-bottom: 15px;
  flex-direction: row;
}
.form__radio-checkbox .form__item:last-child {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .form__radio-checkbox .form__item:last-child {
    margin-bottom: 30px;
  }
}
.form__radio,
.form__checkbox {
  height: 24px;
  width: 24px;
  margin-right: 10px;
  border: 1px solid #575757;
  border-radius: 100%;
  flex-shrink: 0;
  /* important to keep size of checkbox/radio even it there is a multiline label*/
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.form__radio[disabled],
.form__checkbox[disabled],
.form__radio[aria-disabled=true],
.form__checkbox[aria-disabled=true] {
  opacity: 0.4;
}
.form__radio::before,
.form__checkbox::before {
  content: '';
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  top: 0;
}
.form__radio:hover,
.form__checkbox:hover,
.form__radio:active,
.form__checkbox:active,
.form__radio:focus,
.form__checkbox:focus {
  border-color: #bf9f55;
}
.form__radio:focus,
.form__checkbox:focus {
  outline: 1px solid #bf9f55;
}
.form__checkbox {
  border-radius: 0;
}
.form__radio::before {
  height: 0;
  width: 0;
}
.form__radio:checked::before {
  border: 5px solid transparent;
  border-radius: 100%;
  outline-offset: -6px;
  background: #fff;
}
.form__checkbox:checked::before {
  content: '\e876';
  font-family: "Material Icons Outlined";
  font-size: 20px;
  line-height: 1;
  color: #fff;
}
.form__radio ~ .form__label,
.form__checkbox ~ .form__label {
  position: relative;
  padding: 0;
  cursor: pointer;
  line-height: unset;
}
.form__info {
  font-size: 20px;
  line-height: 1.4;
}
.form__label--duet {
  pointer-events: none;
}
.duet-date__input::placeholder {
  color: #000;
}
.duet-date__input:focus {
  box-shadow: none;
  outline: 1px solid #bf9f55;
}
.l-header .duet-date__input:focus,
.l-footer .duet-date__input:focus {
  outline-color: #fff;
}
.duet-date__input:focus ~ .duet-date__toggle {
  box-shadow: none;
}
.duet-date__toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: inset 0px 4px 4px -4px rgba(0, 0, 0, 0.7);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}
.duet-date__toggle:focus {
  outline: 3px solid #bf9f55;
  outline-offset: 3px;
}
.l-header .duet-date__toggle:focus,
.l-footer .duet-date__toggle:focus {
  outline-color: #fff;
}
.duet-date__prev,
.duet-date__next {
  background: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.duet-date__prev:hover,
.duet-date__next:hover,
.duet-date__prev:active,
.duet-date__next:active,
.duet-date__prev:focus,
.duet-date__next:focus {
  background: #bf9f55;
  color: #fff;
}
/* overwrite duet color config */
:root {
  --duet-color-primary: #fff !important;
  --duet-color-text: #000 !important;
  --duet-color-placeholder: #000 !important;
  --duet-color-button: #fff !important;
  --duet-color-overlay: rgba(0, 0, 0, 0.8);
  --duet-font: "Lato", arial, sans-serif !important;
  --duet-font-normal: normal !important;
  --duet-font-bold: 700 !important;
  --duet-radius: 0 !important;
}
.form__alert-error {
  padding: 20px 20px 10px;
  margin-bottom: 20px;
  border-radius: 0;
  background: #b1394a;
  color: #fff;
}
@media (min-width: 768px) {
  .form__alert-error {
    margin-bottom: 30px;
  }
}
.form__error {
  padding-top: 5px;
  color: #b1394a;
}
.mod-gallery {
  overflow: hidden;
  margin: 0 -20px 60px 0;
}
.mod-gallery .gallery-item {
  position: relative;
  padding: 20px 20px 0 0;
  overflow: hidden;
  width: 50%;
  float: left;
}
@media (min-width: 768px) {
  .mod-gallery .gallery-item {
    width: 33%;
  }
}
@media (min-width: 992px) {
  .mod-gallery .gallery-item {
    width: 25%;
  }
}
.mod-gallery figcaption {
  display: block;
  color: #fff;
  background: #b1394a;
  padding: 5px;
}
.mod-gallery a {
  position: relative;
  display: block;
  outline: none;
}
.mod-gallery img {
  display: block;
  vertical-align: top;
  width: 100%;
  height: auto;
}
.mod-gallery p {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #b1394a;
  color: #fff;
  padding: 5px;
  margin-bottom: 0;
}
.mod-header {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  position: relative;
  z-index: 11;
}
@media (min-width: 768px) {
  .mod-header {
    display: flex;
  }
}
.mod-header.state-header--nav-active {
  backdrop-filter: none;
}
.mod-header.state-header--nav-active .header__nav {
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.skin-layout-1 .mod-header {
  display: none;
}
.header__wrapper {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .header__wrapper {
    margin: 0;
    flex-direction: row;
    align-items: flex-start;
  }
}
.header__nav-trigger {
  position: absolute;
  left: 0;
  top: 12px;
  color: #fff;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.header__nav-trigger span {
  font-size: 40px;
}
.header__nav-trigger:hover,
.header__nav-trigger:focus,
.header__nav-trigger:active {
  color: #b1394a;
}
@media (min-width: 768px) {
  .header__nav-trigger {
    display: none;
  }
}
@media print {
  .header__nav-trigger {
    display: none;
  }
}
.header__nav {
  z-index: 15;
  display: flex;
  position: fixed;
  right: 100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background-color: #000;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  backface-visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .header__nav {
    position: static;
    height: auto;
    flex-grow: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: padding-left 200ms ease;
    transition: padding-left 200ms ease;
    background-color: transparent;
    flex-wrap: nowrap;
    justify-content: end;
    margin-left: -10px;
  }
}
@media print {
  .header__nav {
    display: none;
  }
}
.header__nav-buttons {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
@media (min-width: 768px) {
  .header__nav-buttons {
    display: none;
  }
}
.header__nav-home,
.header__nav-close {
  padding: 0;
  font-size: 32px;
  background: #000;
  color: #fff;
  border: none;
}
.header__nav-home:hover,
.header__nav-close:hover,
.header__nav-home:focus,
.header__nav-close:focus,
.header__nav-home:active,
.header__nav-close:active {
  color: #fff;
}
.header__social-media {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}
@media (min-width: 1680px) {
  .header__social-media {
    position: absolute;
    right: calc(-120px - 50px);
    margin-left: 0;
  }
}
.header__social-media .social-media-icon {
  display: flex;
  position: relative;
  width: 30px;
  height: auto;
  margin-right: 15px;
}
.header__social-media .social-media-icon:last-child {
  margin-right: 0;
}
.header__social-media .social-media-icon a {
  display: flex;
  width: 100%;
  line-height: 1;
}
.header__social-media .social-media-icon a:hover svg,
.header__social-media .social-media-icon a:focus svg,
.header__social-media .social-media-icon a:active svg {
  fill: #fff;
}
.header__social-media .social-media-icon svg {
  fill: #000;
  -webkit-transition: fill 100ms linear;
  transition: fill 100ms linear;
}
@media (min-width: 768px) {
  .header__social-media .social-media-icon svg {
    fill: #000;
  }
}
.l-wrapper {
  overflow-x: hidden;
}
.l-header {
  width: 100%;
}
@media screen {
  .l-header {
    position: fixed;
    z-index: 10;
    top: 60px;
  }
}
@media (min-width: 768px) {
  .l-header {
    top: 25px;
  }
}
@media print {
  .l-header {
    margin-bottom: 20px;
  }
}
.l-main {
  position: relative;
  text-align: left;
  min-height: 400px;
  margin-top: 100px;
}
@media (min-width: 768px) {
  .l-main {
    margin-top: 200px;
  }
}
@media (min-width: 992px) {
  .l-main {
    min-height: calc(100vh - 500px);
  }
}
@media print {
  .l-main {
    margin-top: 0;
  }
}
.skin-layout-1 .l-main {
  margin-top: 100vh;
}
@media (min-width: 768px) {
  .skin-layout-1 .l-main {
    margin-top: 100vh;
  }
}
.l-content {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .l-content {
    padding: 80px 0;
  }
}
@media print {
  .l-content {
    padding: 0;
  }
}
.l-footer {
  position: relative;
  padding: 60px 0;
  background: #000;
}
@media print {
  .l-footer {
    display: none;
  }
}
.l-breakout {
  position: relative;
  padding: 20px 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
  background: #efefef;
}
@media (min-width: 768px) {
  .l-breakout {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .l-breakout {
    padding: 40px 0;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.page-overlay {
  display: none;
}
.page-overlay.is-active {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
}
.lightbox-open:before {
  content: "";
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
}
.lightbox__button {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 10;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  outline: none;
  background: #fff;
  color: #000;
  padding: 10px 30px;
}
@media (min-width: 768px) {
  .lightbox__button {
    top: 20px;
  }
}
.lightbox-open .lightbox__button {
  opacity: 0;
}
.lightbox__button--text {
  margin: 0;
  padding: 0 20px;
  text-align: center;
  font-family: "Calibri(MS)Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .lightbox__button--text {
    font-size: 30px;
  }
}
.lightbox__content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 70px 20px;
  z-index: 12;
  color: #fff;
  background: #000;
  clip-path: circle(0% at calc(100%) 100%);
  -webkit-clip-opath: circle(0% at calc(100%) 100%);
  transition: clip-path 0.5s cubic-bezier(0.39, 0.58, 0.57, 1), visibility 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
}
@media (min-width: 992px) {
  .lightbox__content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding: 50px 0;
  }
}
.lightbox-open .lightbox__content {
  clip-path: circle(150% at calc(100%) 100%);
  -webkit-clip-path: circle(150% at calc(100%) 100%);
  height: auto;
}
.lightbox__content .container {
  overflow-y: hidden;
}
.lightbox__content .team__list {
  justify-content: space-around;
}
@media (min-width: 768px) {
  .lightbox__content .team__item {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .lightbox__content .team__item {
    width: 30%;
  }
}
.lightbox__content .team__contact {
  opacity: 1;
}
.lightbox__content a {
  color: #fff;
}
.lightbox__content a:hover,
.lightbox__content a:active,
.lightbox__content a:focus {
  color: #fff;
}
.lightbox__close {
  position: fixed;
  right: 10px;
  top: 10px;
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}
.lightbox__close span {
  font-size: 50px;
}
.mod-logo {
  display: none;
}
@media print {
  .mod-logo {
    display: none;
  }
}
.logo__link {
  position: relative;
  width: 75px;
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.is-scrolled .logo__link {
  width: 50px;
}
@media (min-width: 992px) {
  .logo__link {
    width: 100px;
  }
  .is-scrolled .logo__link {
    width: 100px;
  }
}
@media (min-width: 1400px) {
  .logo__link {
    width: 120px;
  }
  .is-scrolled .logo__link {
    width: 100px;
  }
}
@media print {
  .logo__link {
    width: 200px;
  }
}
.logo__img {
  vertical-align: top;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: width 300ms ease;
  transition: width 300ms ease;
}
.mod-map {
  width: 100%;
  margin-top: 10px;
}
.mod-map .map-address {
  display: none;
}
.mod-map .map-content {
  height: 600px;
}
.mod-map .map-content .infowindow {
  font-family: "Calibri(MS)Regular", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
}
.mod-map .map-content .infowindow * {
  color: #000;
}
.mod-map .map-content .infowindow p {
  margin: 0 0 10px 0;
}
.mod-map .map-content .infowindow img {
  width: 120px;
  height: auto;
  margin: 3px 0;
}
.mod-map .map-content .infowindow strong {
  font-family: "Calibri(MS)Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.mod-map .map-content .infowindow a {
  font-family: "Calibri(MS)Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.mod-menu {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
}
@media screen {
  .mod-menu {
    color: #000;
    background: #fff;
    padding: 30px;
  }
}
@media print {
  .mod-menu {
    font-size: 10pt;
    line-height: 14pt;
    padding: 0 100px;
  }
}
.menu__header {
  position: relative;
  padding-bottom: 30px;
}
.menu__title {
  margin-bottom: 10px;
  color: #b1394a;
  font-family: "Calibri(MS)Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 992px) {
  .menu__title {
    font-size: 60px;
    line-height: 1.2;
  }
}
@media print {
  .menu__title {
    font-family: "Calibri(MS)Regular", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 40pt;
    line-height: 50pt;
    margin-bottom: 20px;
    color: #802423;
  }
}
.menu__week {
  color: #b1394a;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .menu__week {
    margin-bottom: 100px;
  }
}
@media print {
  .menu__week {
    color: #802423;
    margin-bottom: 60px;
  }
}
.menu__items {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .menu__items {
    margin-bottom: 100px;
  }
}
@media print {
  .menu__items {
    margin-bottom: 60px;
  }
}
.menu__item,
.menu__divider {
  margin-bottom: 20px;
}
@media print {
  .menu__item,
  .menu__divider {
    margin-bottom: 10px;
  }
}
.menu__divider span {
  font-size: 100px;
  line-height: 0.25;
}
@media print {
  .menu__divider span {
    font-size: 40pt;
  }
}
.menu__type-title {
  text-transform: uppercase;
  margin: 0 0 10px;
  padding: 0;
  font-size: 20px;
  line-height: 1.4;
  font-family: "Calibri(MS)Regular", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 2px;
  color: #666666;
}
.menu__description {
  margin-bottom: 10px;
}
@media print {
  .menu__description strong {
    font-family: "Calibri(MS)Regular", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12pt;
  }
}
.menu__prices {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .menu__prices {
    margin-bottom: 100px;
  }
}
@media print {
  .menu__prices {
    margin-bottom: 60px;
  }
}
.menu__infos {
  font-size: 16px;
  line-height: 1.3;
}
@media print {
  .menu__infos {
    margin-top: 120px;
    text-align: center;
    font-size: 8pt;
  }
}
.nav-a11y__title {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.nav-a11y__link {
  position: absolute;
  top: -20000em;
  left: -2000em;
  display: block;
  width: auto;
  height: auto;
  background-color: #fff;
  border-radius: 0;
  color: #000;
  text-decoration: none;
}
.nav-a11y__link:focus {
  font-family: "Calibri(MS)Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  z-index: 50;
  outline: none;
  border: 2px solid #fff;
  border-radius: 0;
  padding: 10px;
  top: 3px;
  left: 3px;
}
.mod-nav-backdrop {
  display: none;
}
.mod-nav-backdrop.state-nav-backdrop--active {
  z-index: 10;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  width: 100vw;
  height: 100vh;
}
.mod-nav-main {
  font-size: 30px;
}
.nav-main__items {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .nav-main__items {
    padding: 0;
    display: flex;
  }
}
.nav-main__item {
  display: block;
}
.nav-main__item.active .nav-main__link {
  color: #fff;
}
@media (min-width: 768px) {
  .nav-main__item {
    position: relative;
  }
  .nav-main__item:hover .nav-main__flyout {
    display: block;
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.nav-main__flyout {
  z-index: 20;
  position: absolute;
  opacity: 0;
  top: -50px;
  right: 0;
  width: 100%;
  height: calc(100% - 50px);
  padding-top: 50px;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  background-color: #b1394a;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .nav-main__flyout {
    display: none;
    top: 0;
    left: 0;
    right: unset;
    width: auto;
    height: 100%;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: transparent;
  }
}
.state-nav-main-level--active .nav-main__flyout {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .state-nav-main-level--active .nav-main__flyout {
    display: block;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.nav-main__buttons {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
@media (min-width: 768px) {
  .nav-main__buttons {
    display: none;
  }
}
.nav-main__back,
.nav-main__close {
  padding: 0;
  font-size: 32px;
  background: #b1394a;
  border: none;
}
.nav-main__back:hover,
.nav-main__close:hover,
.nav-main__back:focus,
.nav-main__close:focus,
.nav-main__back:active,
.nav-main__close:active {
  color: #bf9f55;
  background: #b1394a;
}
.nav-main__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 50px 17px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-size: 18px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-main__link:hover,
.nav-main__link:focus,
.nav-main__link:active {
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  .nav-main__link {
    padding: 0 10px;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    border-bottom: none;
    font-size: 20px;
    line-height: 1.4;
    line-height: 1.2;
  }
  .nav-main__link:hover,
  .nav-main__link:focus,
  .nav-main__link:active {
    text-shadow: 0 0 4px #fff;
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .nav-main__link {
    margin-left: 10px;
  }
}
.nav-main__icon-deep {
  position: absolute;
  top: calc(50% - 9px);
  right: 10px;
}
@media (min-width: 768px) {
  .nav-main__icon-deep {
    display: none !important;
  }
}
.nav-main__link-level {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-family: "Calibri(MS)Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.nav-main__link-level::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.nav-main__link-level:hover,
.nav-main__link-level:focus,
.nav-main__link-level:active {
  color: #bf9f55;
}
@media (min-width: 768px) {
  .nav-main__link-level {
    display: none;
  }
}
.nav-main__sub {
  position: relative;
}
@media (min-width: 768px) {
  .nav-main__sub {
    margin-top: 10px;
    padding: 20px 0;
    min-width: 280px;
    background: #b1394a;
    border-radius: 0;
  }
}
.nav-main__sub a {
  font-family: "Calibri(MS)Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.nav-main__sub-items {
  padding: 0 20px;
  text-align: left;
}
.nav-main__sub-items li.active .nav-main__sub-link {
  color: #bf9f55;
}
.nav-main__sub-link {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-main__sub-link:hover,
.nav-main__sub-link:focus,
.nav-main__sub-link:active {
  color: #bf9f55;
}
@media (min-width: 768px) {
  .nav-main__sub-link {
    padding: 5px 0;
    border-bottom: none;
  }
  .nav-main__sub-link:hover,
  .nav-main__sub-link:focus,
  .nav-main__sub-link:active {
    color: #bf9f55;
  }
}
.mod-parallax {
  position: relative;
  background: transparent;
  height: 0;
  padding-bottom: 30%;
  overflow: hidden;
  min-height: 200px;
  width: 100%;
}
.mod-reservation {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
}
@media (min-width: 768px) {
  .mod-reservation {
    bottom: auto;
    top: 5px;
    z-index: 15;
  }
}
@media (min-width: 992px) {
  .mod-reservation {
    top: 10px;
  }
}
@media print {
  .mod-reservation {
    display: none;
  }
}
.reservation__button {
  display: block;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  outline: none;
  background: #fff;
  color: #000;
  padding: 10px 30px;
}
@media (min-width: 768px) {
  .reservation__button {
    top: 20px;
  }
}
.lightbox-open .reservation__button {
  opacity: 0;
}
.reservation__button--text {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Calibri(MS)Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}
.mod-sections {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section__wrapper {
  width: 100%;
  position: relative;
  background: #000;
}
.section__content {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .section__content {
    padding: 80px 0;
  }
}
/* homepage */
.section__wrapper--1 {
  background: #000;
}
@media (min-width: 992px) {
  .section__wrapper--1 {
    padding-top: 100px;
  }
}
.section__wrapper--2 {
  background: #b1394a;
  color: #fff;
}
.section__wrapper--2 > .container {
  position: relative;
  z-index: 2;
}
.section__wrapper--3 {
  background: #000;
  color: #fff;
  text-align: center;
}
.section__wrapper--4 {
  background: #d8cbbf;
  color: #000;
}
.section__image {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section__image {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.section__swiper {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}
.section-slider__next,
.section-slider__prev {
  color: #fff;
}
.section__values {
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
}
.section__swiper-value__slide {
  position: relative;
  min-height: 150px;
  padding: 10px 20px;
  cursor: default;
}
@media (min-width: 768px) {
  .section__swiper-value__slide {
    padding: 20px 50px;
  }
}
.section__swiper-value__slide p {
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .section__swiper-value__text {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 75px;
    right: 75px;
  }
}
.section-values__next:after,
.section-values__prev:after {
  color: #fff;
  font-size: 25px;
}
.section-values__next {
  right: -5px;
}
@media (min-width: 768px) {
  .section-values__next {
    right: 15px;
  }
}
.section-values__prev {
  left: -5px;
}
@media (min-width: 768px) {
  .section-values__prev {
    left: 15px;
  }
}
.team__list {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}
@media (min-width: 768px) {
  .team__list {
    justify-content: space-between;
  }
}
.team__item {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  max-width: 325px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .team__item {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .team__item {
    width: 23%;
    margin-bottom: 0;
  }
}
.team__item:hover .team__img--2,
.team__item:focus .team__img--2,
.team__item:active .team__img--2 {
  opacity: 1;
}
@media (min-width: 992px) {
  .team__item:hover .team__contact,
  .team__item:focus .team__contact,
  .team__item:active .team__contact {
    opacity: 1;
  }
}
.team__image,
.team__info {
  width: 100%;
}
.team__image {
  position: relative;
  margin-bottom: 30px;
  height: 0;
  padding-bottom: 103%;
}
.team__image .image__wrapper {
  position: relative;
  height: 0;
  padding-bottom: 103%;
}
.team__image--1,
.team__image--2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
.team__img--2 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	.transition(opacity 250ms linear);
}
 */
.team__contact {
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
@media (min-width: 992px) {
  .team__contact {
    opacity: 0;
  }
}
.team__contact--link {
  color: #fff;
  text-decoration: none;
}
.mod-teaser {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .mod-teaser {
    margin-bottom: 30px;
  }
}
.teaser__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 15px;
}
@media (min-width: 768px) {
  .teaser__list {
    flex-direction: row;
    justify-content: left;
  }
}
.teaser__item {
  position: relative;
  width: 100%;
  box-shadow: none;
  color: #000;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .teaser__item {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .teaser__item {
    width: 48%;
    flex-basis: calc(50% - 15px);
  }
}
@media (min-width: 1190px) {
  .teaser__item {
    width: 31.5%;
    flex-basis: unset;
  }
}
.teaser__item:last-child:nth-child(odd) {
  margin: 0 auto;
}
@media (min-width: 1190px) {
  .teaser__item:last-child:nth-child(odd) {
    margin: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 1190px) and (min-width: 768px) {
  .teaser__item:last-child:nth-child(odd) {
    margin-bottom: 30px;
  }
}
.teaser__item--inner {
  min-height: 180px;
}
.teaser__content--wrapper {
  padding: 25px 40px;
}
.teaser__content--wrapper h3 {
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: "Calibri(MS)Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 992px) {
  .teaser__content--wrapper h3 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.teaser__content.rich ul {
  font-size: 18px;
  line-height: 1.3;
}
.teaser__content.rich ul li:before {
  background: #fff;
}
.mod-video {
  position: relative;
}
.mod-video .media-container {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}
.mod-video .media-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.mod-wine {
  background: #fff;
  color: #000;
  text-align: left;
  font-size: 18px;
  line-height: 1.3;
  padding: 40px 20px;
  /*
    @media screen {
        padding: 40px 120px;
    }
    */
}
@media (min-width: 992px) {
  .mod-wine {
    padding: 40px 120px;
  }
}
@media (min-width: 992px) and print {
  .mod-wine {
    font-size: 10pt;
    line-height: 14pt;
    padding: 0 40px;
  }
}
/*
.wine__inner {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}*/
.wine__category {
  margin-bottom: 60px;
}
.wine__category-title {
  margin-bottom: 25px;
  color: #802423;
  font-family: "Calibri(MS)Regular", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .wine__category-title {
    font-size: 60px;
    line-height: 1.2;
  }
}
@media print {
  .wine__category-title {
    font-size: 40pt;
    line-height: 50pt;
    margin-bottom: 25px;
  }
}
.wine__section {
  margin-bottom: 45px;
}
.wine__section-title {
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
  font-family: "Calibri(MS)Regular", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .wine__section-title {
    font-size: 40px;
  }
}
@media print {
  .wine__section-title {
    font-size: 22pt;
    line-height: 28pt;
    margin-bottom: 14px;
  }
}
.wine__group {
  margin-bottom: 35px;
}
.wine__group-title {
  margin-bottom: 12px;
  color: #000;
  text-transform: uppercase;
  font-family: "Calibri(MS)Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1.3;
}
@media print {
  .wine__group-title {
    font-size: 10pt;
    line-height: 14pt;
  }
}
.wine__prices-header {
  display: grid;
  grid-template-columns: 1fr 70px 70px;
  gap: 20px;
  margin-bottom: 10px;
}
.wine__price-header {
  text-align: right;
  font-style: italic;
}
.wine__item {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 20px;
  align-items: baseline;
  margin-bottom: 0;
}
@media print {
  .wine__item {
    grid-template-columns: 1fr 112pt;
    gap: 12pt;
  }
}
.wine__item--has-title {
  margin-top: 12px;
}
.wine__section-title + .wine__item--has-title,
.wine__group-title + .wine__item--has-title {
  margin-top: 5px;
}
.wine__content {
  min-width: 0;
  font-size: 18px;
  line-height: 1.3;
}
.wine__producer {
  margin-bottom: 0;
  color: #802423;
  font-style: italic;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.3;
  line-height: 1.25;
}
.wine__bio {
  margin-left: 4px;
}
.wine__line {
  display: flex;
  align-items: baseline;
  min-width: 0;
}
.wine__dot {
  width: 8px;
  height: 12px;
  margin-right: 6px;
  border-radius: 50% 50% 45% 45%;
  flex: 0 0 auto;
  background: #eee8dc;
  position: relative;
  top: 1px;
}
.wine__dot--red,
.wine__dot--Rotwein {
  background: #802423;
}
.wine__dot--white,
.wine__dot--Weisswein {
  background: #eee8dc;
}
.wine__description {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.3;
  line-height: 1.25;
}
.wine__designation-2 {
  margin-bottom: 0;
  line-height: 1.25;
}
.wine__grapes {
  margin-bottom: 0;
  line-height: 1.25;
}
.wine__text {
  margin-bottom: 14px;
  max-width: 520px;
  line-height: 1.35;
}
.wine__meta {
  display: grid;
  grid-template-columns: 70px 70px;
  gap: 20px;
  text-align: right;
}
.wine__price,
.wine__volume {
  margin-bottom: 0;
  white-space: nowrap;
}
.wine__price {
  align-self: baseline;
}
.wine__volume {
  margin-left: 20px;
  font-style: italic;
}
.wine__price--default {
  grid-column: 1 / -1;
}
.wine__infos {
  margin-top: 80px;
  font-size: 16px;
  line-height: 1.3;
}
@media print {
  .wine__infos {
    margin-top: 60pt;
    text-align: center;
    font-size: 8pt;
    line-height: 11pt;
  }
}
