@font-face {
  font-family: Abcsocial;
  src: url('../fonts/ABCSocial-RegularItalic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Abcsocial Italic;
  src: url('../fonts/ABCSocial-RegularItalic.woff2') format("woff2"), url('../fonts/ABCSocial-RegularItalic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Abcsocial;
  src: url('../fonts/ABCSocial-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --red: red;
  --spacer-s: 1.37rem;
  --100vh: 100vh;
  --spacer-m: 1.75rem;
  --spacer-xs: .685rem;
  --header-height: 5rem;
  --legend-height: 5rem;
}

body {
  color: var(--black);
  font-family: Abcsocial, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--black);
  font-family: Abcsocial, Arial, sans-serif;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: var(--red);
}

strong {
  font-family: Abcsocial Italic, Arial, sans-serif;
  font-weight: 400;
}

em {
  font-style: italic;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.link {
  text-underline-offset: .12em;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: auto;
  min-height: 27px;
  font-size: 1em;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-thickness: .06em;
  transition: color .2s;
}

.link:hover {
  color: #e35336;
}

.faq1_answer {
  width: auto;
  max-width: 57ch;
  padding-bottom: .8em;
  overflow: hidden;
}

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

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.faq1_component {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  display: flex;
}

.faq1_icon-wrapper {
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 44px;
  height: 1.1em;
  display: flex;
}

.faq1_list {
  border-bottom: 0 #000;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.faq1_question {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  border-top: 1px #000;
  border-bottom: 1px #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  scroll-margin: 200px;
  font-size: 2em;
  line-height: 1.1;
  transition-property: color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.faq1_question:hover {
  color: var(--red);
}

.gallery15_mask {
  overflow: hidden;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: .75em;
  display: flex;
}

.gallery15_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.gallery15_image {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.slider-arrow {
  justify-content: center;
  align-items: center;
  width: 50%;
  transition: color .2s;
  display: block;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.gallery15_component {
  height: var(--100vh);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
}

.gallery15_image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.gallery15_image-wrapper:focus {
  opacity: .5;
}

.gallery15_slide {
  padding-left: 0;
  padding-right: 0;
}

.gallery15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.gallery15_legend-wrapper {
  padding-top: var(--spacer-s);
  padding-right: var(--spacer-m);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-bottom: calc(var(--spacer-s) * 1.5);
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  font-size: 1em;
  display: block;
  overflow: hidden;
}

.gallery15_legend-wrapper:focus {
  opacity: .5;
}

.gallery15_slide-container {
  height: var(--100vh);
  padding-top: var(--header-height);
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.container {
  padding: var(--spacer-s) var(--spacer-m);
  flex-flow: column;
  min-height: 100svh;
  font-size: 1.5em;
  line-height: 1.2;
  display: flex;
}

.container.fixed-height {
  height: var(--100vh);
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.container.grid {
  min-height: var(--100vh);
  grid-column-gap: 0px;
  grid-row-gap: 3.2em;
  padding-bottom: calc(var(--spacer-s) * 1.5);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.grid-column {
  flex-flow: column;
  margin-bottom: 5em;
  display: flex;
  position: static;
}

.grid-column.contact {
  height: 100%;
  display: block;
  position: relative;
  top: 0;
}

.grid-footer {
  grid-column-gap: .5em;
  grid-row-gap: 0em;
  flex-flow: wrap;
  display: flex;
}

.heading-style {
  z-index: 100;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.1;
  position: static;
}

.heading-style.header {
  z-index: 0;
  padding-top: var(--spacer-s);
  flex: 0 auto;
  margin-top: 0;
  position: fixed;
}

.heading-style.link {
  color: var(--red);
  text-decoration: none;
}

.heading-style.link:hover {
  color: var(--black);
  text-decoration: none;
}

.heading-style.top-link {
  position: relative;
}

.link-block {
  top: auto;
  left: auto;
  right: var(--spacer-m);
  z-index: 100;
  bottom: calc(var(--spacer-s) * 1.5);
  justify-content: flex-end;
  align-items: flex-end;
  width: 44px;
  min-height: 44px;
  display: flex;
  position: absolute;
}

.visually-hidden {
  display: none;
}

.snap-container-y {
  scroll-snap-type: y mandatory;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  overflow: scroll;
}

.snap-section {
  height: var(--100vh);
  scroll-snap-align: start;
  width: 100%;
}

.snap-section.visible {
  height: auto;
}

.link-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1.4em;
  margin-bottom: .2em;
  display: flex;
}

.link-arrow-icon_default.up {
  transform-style: preserve-3d;
  margin-bottom: .2em;
  transform: rotateX(-180deg)rotateY(0)rotateZ(0);
}

.copyright {
  flex: none;
  width: 100%;
}

.footer-links {
  color: var(--black);
  cursor: pointer;
}

.footer-links:hover {
  color: var(--red);
}

.margin {
  margin-top: .8em;
  margin-bottom: 1.6em;
}

.adress {
  flex-flow: column;
  display: flex;
}

.adress.sticky-adress {
  top: calc(var(--spacer-s) * 3);
  position: sticky;
}

.link-2 {
  filter: none;
  color: #fff;
  text-align: left;
  white-space: normal;
  word-break: normal;
  min-width: 27px;
  min-height: 27px;
  font-size: 1em;
  line-height: 1.43em;
  text-decoration: underline;
  display: inline-block;
}

.link-2:hover {
  filter: none;
  color: #0062ff;
}

.list-2 {
  margin-bottom: .8em;
  margin-left: 1em;
  padding-left: 0;
}

.text-block {
  width: auto;
  font-size: 1em;
}

@media screen and (max-width: 991px) {
  body {
    --spacer-s: 1.37rem;
    --100vh: 100svh;
    --spacer-m: 1.75rem;
    --spacer-xs: .685rem;
    --header-height: 5rem;
    --legend-height: 5rem;
  }

  .faq1_answer {
    max-width: 53ch;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq1_component {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .gallery15_slide {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container.grid {
    grid-column-gap: 3.2em;
    grid-row-gap: 3.2em;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: auto;
    place-items: start stretch;
  }

  .heading-style.header {
    width: calc(100% - var(--spacer-m)  - var(--spacer-m));
    background-color: #fff;
    padding-bottom: .2em;
    position: absolute;
  }

  .text-block {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    --spacer-s: 1rem;
    --100vh: 100svh;
    --spacer-m: 1rem;
    --spacer-xs: .685rem;
    --header-height: 3.5rem;
    --legend-height: 3.5rem;
  }

  p {
    font-size: 1.9em;
  }

  .faq1_answer {
    padding-right: var(--spacer-s);
    max-width: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .faq1_question {
    align-items: flex-end;
    height: 2.2em;
    min-height: 44px;
  }

  .gallery15_mask {
    height: calc(100vh - var(--spacer-s));
  }

  .slider-arrow-icon_default {
    width: auto;
  }

  .gallery15_slider {
    padding-bottom: 3rem;
  }

  .gallery15_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery15_legend-wrapper {
    padding-top: var(--spacer-xs);
    padding-right: calc(var(--spacer-m) * 1.5);
    font-size: 1.2em;
    overflow: hidden;
  }

  .gallery15_slide-container {
    padding-top: var(--header-height);
  }

  .container.grid {
    grid-row-gap: 0em;
    grid-template-rows: auto 1fr auto;
    align-content: start;
  }

  .container.grid.dsg {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .grid-column.contact {
    height: auto;
  }

  .grid-column.dsg {
    justify-content: flex-start;
  }

  .grid-footer {
    align-items: flex-end;
    font-size: 1.2em;
  }

  .link-arrow-icon_default {
    width: auto;
    height: 1.5em;
  }

  .link-arrow-icon_default.up {
    width: auto;
    height: 1.5em;
    margin-bottom: .2em;
  }

  .body {
    font-size: 8px;
  }

  .link-2 {
    vertical-align: baseline;
  }
}

@media screen and (max-width: 479px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container.grid {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }
}

#w-node-_01df36b9-6b75-e898-c463-264e49ba8025-7f1f7fb0 {
  align-self: start;
}

#w-node-_3251fb53-3334-d20e-61ea-5bc80b9cb031-7f1f7fb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_01df36b9-6b75-e898-c463-264e49ba8025-3c2309d2, #w-node-cb8c96b6-714f-16a9-e455-04a1e707de0d-3c2309d2 {
  align-self: start;
}

#w-node-_3251fb53-3334-d20e-61ea-5bc80b9cb031-3c2309d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

@media screen and (max-width: 767px) {
  #w-node-_3251fb53-3334-d20e-61ea-5bc80b9cb031-7f1f7fb0 {
    order: 9999;
  }

  #w-node-cb8c96b6-714f-16a9-e455-04a1e707de0d-3c2309d2 {
    align-self: start;
  }

  #w-node-_3251fb53-3334-d20e-61ea-5bc80b9cb031-3c2309d2 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Abcsocial';
  src: url('../fonts/ABCSocial-RegularItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Abcsocial Italic';
  src: url('../fonts/ABCSocial-RegularItalic.woff2') format('woff2'), url('../fonts/ABCSocial-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Abcsocial';
  src: url('../fonts/ABCSocial-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}