.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.body {
  background-color: #000;
}

.slider {
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-background-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.text-block {
  max-width: 50vw;
  margin-right: 5%;
  margin-left: 5%;
  font-family: 'Segoe ui', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.image {
  height: 60vh;
  padding-right: 1%;
  padding-left: 1%;
}

.image-2 {
  height: 60vh;
  padding-right: 1%;
  padding-left: 1%;
}

.slide-3-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-top: 0%;
  margin-bottom: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center-image {
  height: 60vh;
}

.artdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.center-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Segoe ui', sans-serif;
  font-size: 26px;
  line-height: 36px;
}

.center-description {
  font-family: 'Segoe ui', sans-serif;
  font-size: 16px;
}

.art-description {
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid {
  height: 75vh;
  grid-auto-flow: row dense;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-image {
  height: 35vh;
}

.grid-titile {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 22px;
}

.grid-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Segoe ui', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.gridartdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-image {
  height: 50vh;
}

.div-block-3 {
  padding-top: 80px;
}

.large-arrows {
  display: none;
}

.small-arrows {
  padding-left: 0px;
}

.slide-2-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  margin-top: 0%;
  margin-bottom: 3%;
  padding-top: 18px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-4-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slide-5-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  height: 45vh;
  margin-bottom: 9px;
}

.image-4 {
  width: 25vw;
  margin-bottom: 46px;
}

.image-5 {
  width: 20vw;
}

.image-6 {
  width: 20vw;
}

.button {
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 3px;
  background-color: #000;
  box-shadow: 0 0 3px 0 #000;
  font-family: 'Segoe ui', sans-serif;
  color: #fff;
  font-size: 18px;
}

.slide-3-text-block {
  max-width: 80vw;
  margin-right: 5%;
  margin-left: 5%;
  padding-bottom: 14px;
  font-family: 'Segoe ui', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.button-emph {
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 3px;
  background-color: #000;
  box-shadow: 0 0 3px 0 #000;
  font-family: 'Segoe ui', sans-serif;
  color: #fff;
  font-size: 20px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.art-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 25vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.image-7 {
  height: 40vh;
}

.art-image {
  height: 40vh;
}

.image-8 {
  height: 40vh;
}

.image-9 {
  height: 40vh;
}

.last-slide-title {
  margin-top: 0px;
  margin-bottom: 2px;
  font-family: 'Segoe ui', sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.image-10 {
  max-height: 10vh;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .text-block {
    max-width: 80vw;
  }

  .slide-3-div {
    width: 95vw;
  }

  .center-title {
    font-size: 18px;
    line-height: 20px;
  }

  .grid {
    width: 60vw;
    height: 60vh;
  }

  .grid-image {
    height: 25vh;
  }

  .grid-title {
    font-size: 14px;
  }

  .left-image {
    height: 40vh;
  }

  .large-arrows {
    width: 15vw;
  }

  .small-arrows {
    width: 15vw;
  }

  .slide-2-div {
    width: 80vw;
  }

  .slide-4-div {
    width: 95vw;
  }

  .slide-5-entry {
    height: 40vh;
  }

  .image-3 {
    height: 30vh;
  }

  .image-4 {
    width: 30vw;
  }

  .image-5 {
    width: 30vw;
    max-width: none;
    margin-bottom: 11px;
  }

  .image-6 {
    width: 30vw;
    max-width: none;
  }

  .slide-3-text-block {
    max-width: 80vw;
  }

  .art-item {
    max-width: 25vw;
    margin-right: 8px;
    margin-left: 8px;
  }

  .art-image {
    height: 25vh;
  }

  .last-slide-title {
    font-size: 18px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    font-size: 18px;
    line-height: 24px;
  }

  .slide-3-div {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .center-image {
    height: 50vh;
  }

  .center-title {
    font-size: 16px;
  }

  .center-description {
    font-size: 14px;
  }

  .grid {
    height: 60vh;
  }

  .grid-image {
    height: 20vh;
  }

  .grid-title {
    font-size: 12px;
  }

  .left-image {
    height: 30vh;
  }

  .large-arrows {
    display: block;
    width: 20vw;
    padding-right: 8px;
  }

  .small-arrows {
    display: none;
    width: 20vw;
  }

  .slide-2-div {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .image-3 {
    height: 25vh;
  }

  .slide-3-text-block {
    font-size: 18px;
    line-height: 24px;
  }

  .art-image {
    height: 20vh;
  }

  .last-slide-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .slide-background-div {
    padding-top: 5vh;
    padding-bottom: 5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block {
    max-width: 95vw;
    margin-right: 1%;
    margin-left: 1%;
    padding-bottom: 11px;
  }

  .slide-3-div {
    width: 90vw;
    height: 85vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .center-image {
    height: 30vh;
  }

  .artdiv {
    margin-right: 1%;
    margin-left: 1%;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .center-title {
    font-size: 12px;
    line-height: 14px;
  }

  .center-description {
    font-size: 9px;
    line-height: 12px;
  }

  .grid {
    width: 95vw;
    height: 40vh;
    margin-bottom: 71px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-image {
    height: 15vh;
  }

  .gridartdiv {
    width: 18vw;
  }

  .left-image {
    height: 25vh;
  }

  .div-block-3 {
    padding-top: 0px;
  }

  .large-arrows {
    display: none;
    width: 10vw;
  }

  .slide-2-div {
    width: 90vw;
    height: auto;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .slide-4-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slide-5-entry {
    height: auto;
    margin-top: 1%;
    margin-bottom: 5%;
    padding-top: 0px;
  }

  .image-3 {
    display: none;
    max-height: 20vh;
  }

  .image-4 {
    display: none;
    width: 50%;
    margin-bottom: 0px;
  }

  .image-5 {
    display: none;
    width: 50%;
    max-height: 30vh;
    max-width: 60%;
    margin-bottom: 12px;
  }

  .image-6 {
    display: none;
    width: 50%;
  }

  .button {
    margin-top: 5px;
    font-size: 14px;
  }

  .slide-3-text-block {
    max-width: 95vw;
    margin-right: 1%;
    margin-left: 1%;
    padding-bottom: 11px;
  }

  .button-emph {
    margin-top: 5px;
    font-size: 14px;
  }

  .html-embed {
    display: none;
  }

  .div-block-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .art-item {
    max-width: 45vw;
    margin-bottom: 20px;
  }

  .last-slide-title {
    font-size: 12px;
    line-height: 14px;
  }

  .image-10 {
    max-height: 7vh;
  }
}

#w-node-0e51c235c321-cff0be06 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@font-face {
  font-family: 'Segoe ui';
  src: url('../fonts/Segoe-UI.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}