
  :root {
    --font-size-1: 17px;
    --width-1: 700px;
    --width-2: 60vw;
    --width-3: 80vw;
    --margin-1: 20px;
  }
  .cur {
    text-decoration: underline;
    text-underline-offset: 2.5px
  }
  .pad {
    padding: 20px;
  }
  @media screen and (max-width:550px){
    :root {
      --font-size-1: 3.4vw;
      --width-1: auto;
    }
  }
  .disable-dbl-tap-zoom {
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }

  html, body {
    z-index: 1;
    font-size: var(--font-size-1);
    font-family: Helvetica,Arial,sans-serif;
    padding: 0;
    margin: 0;
    color: #000000;
    /* background: #FCE9E7; */
    background: #F9F7E8;
    line-height: 1.42;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  ::-webkit-scrollbar {
      display: none;
  }
  a, button, input, label {
    cursor: pointer;
    text-decoration: none;
  }
  button {
    border: none;
    background: none;
    font-size: var(--font-size-1);
  }
  *, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    color: rgb(0, 0, 0)
  }
  p, h1, h2, h3, h4, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: normal;
  }
  .cl:hover {
    font-style: italic;
  }

  .image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  }
 header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  z-index: 999;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
 }
 .Inner {
  margin-top: -50px;
 }
 .Inner {
  margin-top: -50px;
 }
 .contact {
  margin-left: -6px;
 }
  .Text {
    margin-top: 50px;
  }
  .Text p{
    margin-bottom: 20px;
  }
  .image-mobile {
    display: none;
  }
  @media screen and (max-width:500px){
 
    .image {
      display: none;
      /* object-position: calc(50% + 300px) 0;
      transform: scale(1.1); */
    }
    .image-mobile {
       display: block;
       position: fixed;
       top: 0;
       left: 0;
       width: 100vw;
       height: 100vh;
       object-fit: cover;
    }
  }


 



  .SlideShowContainer {
    justify-content: center;
    align-items: center;
    display: block;
    margin: auto;
    width: 70vw;
  }


  .next, .pause {
    position: fixed;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    margin: var(--margin-1);
  }

  .slick-prev, .slick-next {
   display: none!important
  }

  .wrap {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .TextBlockSmaller p{
    padding: 0 10vw!important
  }
  .TextBlock {
    text-align: center;
  }

  .slick-dots {
    display: none!important
  }

  .TextBlock {
    text-align: center;
  }
  .TextBlock p {
    margin-bottom:  16px;
  }
  .slick-slide {
    height: 100vh!important;
  }
  .slick-initialized .slick-slide {
    align-items: center!important;
    display: flex!important;
    justify-content: center;
  }

  @media screen and (max-width:600px){

    .SlideShowContainer {
      justify-content: center;
      align-items: center;
      display: block;
      margin: auto;
      width: 80vw;
    }
    .TextBlockSmaller p{
      padding: 0 0!important
    }
    .slick-slide {
      height: 86vh!important;
    }
    .wrap {
      height: 86vh;
    }
  }