.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 0.65em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 64px;
  line-height: 74px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-size: 1.4em;
  line-height: 1.8em;
  font-weight: 300;
  text-transform: none;
}

a {
  color: #00e;
  text-decoration: none;
  cursor: crosshair;
}

a:hover {
  text-decoration: underline;
}

li {
  margin-bottom: 10px;
  line-height: 1em;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 1.4em;
  line-height: 1.8em;
  font-weight: 400;
  letter-spacing: 1px;
}

em {
  font-style: italic;
  font-weight: 400;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  margin-top: 5px;
  color: #333;
  line-height: 16px;
  font-style: italic;
  font-weight: 300;
  text-align: left;
}

.header {
  position: relative;
  height: 100vh;
  max-height: 1076px;
  background-color: #ececec;
  background-image: url('/static/images/brickwall_2X.png');
  background-position: 0px 0px;
  background-size: 110px;
  background-repeat: repeat;
  background-attachment: fixed;
}

.baseline {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.black-box {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 200;
  width: 100%;
  max-width: 675px;
  margin-top: 2%;
  padding: 60px 80px;
  float: right;
  background-color: #fff;
  box-shadow: 14px 14px 56px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  font-weight: 300;
}

.black-box:hover {
  background-image: url('/static/images/tiny_grid_2X_1tiny_grid_@2X.png');
  background-position: 0px 0px;
  background-size: 26px;
}

.brand {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 2500;
  display: none;
  width: 140px;
  height: 140px;
  margin-top: 36px;
  margin-left: 36px;
  float: left;
  opacity: 0;
}

.navlink {
  display: block;
  padding: 20px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.navlink:hover {
  color: #00e;
  text-decoration: none;
}

.navlink.w--current {
  color: #000;
  text-decoration: line-through;
}

.section {
  position: relative;
  z-index: 200;
  min-height: 80vh;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.content {
  width: 100%;
  max-width: 675px;
  float: right;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.triangle2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 150;
  width: 100%;
  height: 200px;
  background-image: url('/static/images/triangle.png');
  background-position: 100% 0px;
  background-size: 100% 200px;
  background-repeat: no-repeat;
}

.intro-txt {
  color: #000;
  font-size: 35px;
  line-height: 55px;
  font-weight: 300;
}

.line2 {
  width: 20px;
  height: 3px;
  margin-bottom: 3px;
  background-color: #000;
}

.line1 {
  width: 20px;
  height: 3px;
  margin-bottom: 3px;
  background-color: #000;
}

.line3 {
  width: 20px;
  height: 3px;
  margin-bottom: 3px;
  background-color: #000;
}

.portfolio-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.portfolio-item:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.item-name {
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 21px;
  line-height: 23px;
  font-weight: 400;
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.dyntext {
  margin-top: -20px;
}

.dyntext p {
  text-align: justify;
}

.img-gallery {
  width: 100%;
  margin-bottom: 20px;
}

.waw-block {
  width: auto;
  max-width: 525px;
  float: left;
}

.title-footer {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}

.p-footer {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.4em;
  letter-spacing: 1px;
}

.logo-footer {
  height: 76px;
  margin-right: 15px;
  float: left;
}

.thumbnail-wrapper {
  position: relative;
  z-index: 100;
  display: block;
  overflow: hidden;
  color: #000;
  text-decoration: none;
  cursor: crosshair;
}

.thumbnail-wrapper:hover {
  text-decoration: none;
}

.image-wrapper {
  position: relative;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 280px;
  -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;
}

.thumbnail-image {
  position: relative;
  z-index: 110;
  display: block;
  min-width: 140%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.thumbnail-image:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.row-margin {
  margin-right: -10px;
  margin-bottom: 20px;
  margin-left: -10px;
}

.atelier-label {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.artist-name-item {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.discipline-item {
  margin-bottom: 20px;
  line-height: 1em;
}

.wrapper {
  display: block;
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.quote-block {
  display: block;
  margin: 40px auto 0px;
  padding: 0px 20px;
  border-left-style: none;
  background-color: hsla(0, 0%, 100%, 0.86);
  font-family: Poppins, sans-serif;
  font-size: 52px;
  line-height: 1.6em;
  text-align: left;
  text-transform: lowercase;
}

.gallery {
  padding-right: 20px;
}

.num {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 35px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}

.num-triangle {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-style: solid;
  border-width: 60px 0px 0px 60px;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  line-height: 14px;
  text-align: center;
}

.place-txt-block {
  position: absolute;
  left: 20px;
  bottom: 60px;
  z-index: 6;
  margin-top: 7px;
  margin-bottom: 0px;
  padding: 5px 8px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.address-item {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  margin: 20px;
  padding: 5px 8px;
  background-color: #fff;
  font-size: 1.1em;
  line-height: 1.3em;
}

.thumbnail-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 102;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: crosshair;
}

.thumbnail-hover:hover {
  opacity: 1;
}

.intro-section {
  position: relative;
  margin-bottom: 30px;
}

.img-logo {
  width: auto;
  height: 100%;
  background-color: #fff;
}

.waw-hero-logo {
  position: absolute;
  left: 169px;
  top: 0px;
  z-index: 120;
  overflow: hidden;
  height: 100vh;
}

.waw1 {
  position: fixed;
  left: 100px;
  top: 97px;
  z-index: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 0ms ease;
  transition: all 0ms ease;
}

.logo-branding {
  position: absolute;
  left: 20px;
  top: 20px;
  height: 49px;
}

.logo-branding.logo-hide {
  display: none;
}

.scroll-to {
  position: absolute;
  left: 0px;
  top: 144px;
  width: 1px;
  height: 1px;
  background-color: transparent;
}

.link-scroll-to {
  text-decoration: none;
  cursor: s-resize;
}

.link-scroll-to:hover {
  text-decoration: none;
}

.h1-inline {
  display: inline-block;
  margin-top: 0px;
  margin-right: 20px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 64px;
  line-height: 74px;
  font-weight: 700;
}

.sep {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 30px;
  border-top: 1px dashed #000;
  font-weight: 300;
}

.artist-name {
  margin-top: 10px;
  margin-bottom: 10px;
}

.artist-discipline {
  margin-top: 5px;
}

.demarche {
  font-size: 12px;
}

.demarche p {
  text-align: justify;
}

.bio {
  font-size: 12px;
}

.bio p {
  text-align: justify;
}

.picto {
  overflow: hidden;
  width: 70px;
  height: 70px;
  border-radius: 200px;
  background-color: #000;
  text-align: center;
}

.website-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00e;
}

.white-artwork {
  width: 100%;
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
}

.submit-btn {
  margin-top: 10px;
  padding: 19px 20px;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  font-weight: 300;
  letter-spacing: 2px;
  cursor: crosshair;
}

.submit-btn:hover {
  border-color: #00e;
  background-color: #00e;
  color: #fff;
}

.form-wrapper {
  margin-top: 20px;
  margin-bottom: 0px;
}

.heading-title {
  margin-top: 80px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 1.5em;
  line-height: 1.7em;
  font-weight: 300;
  letter-spacing: 1px;
}

.facebook-page {
  right: 0px;
  bottom: 0px;
  z-index: 9100;
  display: none;
  width: 340px;
  margin-right: 46px;
  opacity: 0;
}

.checkbox-label {
  display: inline;
  font-weight: 300;
}

.checkbox {
  margin-top: 11px;
  margin-right: 15px;
  font-size: 30px;
  line-height: 1.8em;
}

.txt-field {
  border: 1px solid #ececec;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 300;
  letter-spacing: 1px;
}

.txt-field:active {
  border-color: #00e;
}

.txt-field:focus {
  border-color: #00e;
}

.facebook-sdk {
  display: none;
}

.img-sponsor {
  display: block;
  width: auto;
  max-height: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -o-object-fit: contain;
  object-fit: contain;
}

.img-sponsor:hover {
  -webkit-filter: none;
  filter: none;
}

.sponsor-block {
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
  -o-object-fit: contain;
  object-fit: contain;
}

.sponsor-block.last-sponsor-block {
  border-right: 0px none transparent;
}

.sidebar {
  position: fixed;
  z-index: 2000;
  height: 100vh;
  padding-left: 36px;
}

.dot {
  position: relative;
  width: 12px;
  height: 12px;
  margin-top: 9px;
  margin-bottom: 9px;
  float: left;
  border: 1px solid #000;
  border-radius: 10px;
}

.dot:hover {
  background-color: #000;
}

.dot.w--current {
  background-color: #000;
}

.sidebar-navlink-label {
  margin-left: 10px;
  padding: 8px 14px;
  float: right;
  border-radius: 40px;
  background-color: #000;
  opacity: 0;
  color: #fff;
  line-height: 14px;
  font-weight: 300;
  letter-spacing: 2px;
}

.sidebar-navmenu {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-navbar {
  background-color: transparent;
}

.sidebar-nav-vertical-center {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.waw-auto {
  position: absolute;
  left: 100px;
  top: 242px;
  z-index: 4000;
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 0ms ease;
  transition: all 0ms ease;
}

.modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9998;
  display: none;
  overflow: scroll;
  height: 100vh;
  margin-top: -100vh;
  background-color: #fafafa;
}

.h1-contact {
  margin-top: 0px;
}

.contactpress {
  margin-top: 30px;
}

.textarea {
  border: 1px solid #ececec;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 300;
  letter-spacing: 1px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.txt404 {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 300;
}

.icon {
  width: 60px;
  height: 60px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.icon.info {
  margin-top: 3px;
}

.title-news {
  margin-top: 0px;
}

.btn-right-arrow {
  margin-top: -3px;
  margin-left: 15px;
  float: right;
}

.rich-text-news {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: justify;
}

.event-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #000;
  color: #000;
}

.event-block:hover {
  text-decoration: none;
}

.news-img-thumb {
  width: 100%;
}

.news-img-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 320px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.read-more-btn {
  display: block;
  padding-top: 14px;
  padding-bottom: 8px;
  float: right;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-bottom: 1px solid transparent;
  color: #00e;
}

.read-more-btn:hover {
  border-bottom-color: #00e;
}

.btn-arrow-txt {
  display: inline-block;
  float: right;
  font-size: 16px;
  letter-spacing: 1px;
}

.btn {
  padding-top: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid transparent;
}

.btn:hover {
  border-bottom-color: #00e;
}

.btn-left-arrow {
  width: 20px;
  margin-top: -3px;
  margin-right: 15px;
  float: left;
}

.opening-hours {
  display: inline-block;
  font-weight: 700;
}

.inline-sep {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

.nfr-of-exhibitors {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 10px;
}

.additional-information {
  display: inline-block;
}

.collection-list-wrapper {
  margin-right: -10px;
  margin-left: -10px;
}

.place-item {
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.place-item:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.hours {
  z-index: 5;
  display: inline;
  margin-bottom: 0px;
  font-size: 0.9em;
  line-height: 1.1em;
  font-weight: 400;
}

.item-sep-list {
  z-index: 5;
  display: inline;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  font-size: 1.1em;
  line-height: 1.3em;
}

.exhibitors {
  z-index: 5;
  display: inline;
  margin-bottom: 0px;
  font-size: 0.9em;
  line-height: 1.1em;
}

.madeby {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 76px;
  -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;
}

.copyright-creatsy {
  margin-right: 20px;
  margin-bottom: 0px;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
  letter-spacing: 1px;
}

.creatsy-logo {
  width: 80px;
}

.creatsy-logo:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.social-block-nav {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.social-navlink {
  padding: 15px 10px;
  -webkit-filter: contrast(100%) grayscale(100%);
  filter: contrast(100%) grayscale(100%);
}

.social-navlink:hover {
  -webkit-filter: none;
  filter: none;
}

.social-img-nav {
  height: 20px;
}

.return-to-top {
  position: fixed;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46px;
  height: 46px;
  -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;
  border-radius: 100%;
  background-color: #000;
}

.return-to-top:hover {
  background-color: #00e;
}

.intro-txt-richtxt {
  color: #000;
  font-size: 25px;
  font-weight: 300;
}

.icon-event {
  width: 36px;
  height: 60px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.cat-lieu {
  font-weight: 400;
}

.date {
  margin-bottom: 0px;
  font-weight: 400;
}

.cat-lieu-date {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.location-event {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: #000;
}

.location-event:hover {
  background-color: #00e;
  color: #fff;
  text-decoration: none;
}

.location-event.w--current {
  position: static;
}

.language-selection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74px;
  height: 74px;
  padding: 20px;
  -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;
  border: 2px solid #cecece;
  color: #b9b9b9;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.language-selection:hover {
  border-color: #000;
  color: #000;
  text-decoration: none;
}

.language-selection.w--current {
  color: #000;
}

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

.event-heading {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.content-event {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
}

.content-event:hover {
  text-decoration: none;
}

.cat-lieu-nbr {
  width: 35px;
  height: 35px;
  margin-right: 6px;
  border-radius: 100%;
  background-color: #000;
  color: #fafafa;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.div-block-2 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nbr-artist {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 20px;
  background-color: #000;
  color: #fafafa;
  font-weight: 900;
  text-decoration: none;
}

.nbr-artist:hover {
  text-decoration: none;
}

.artist-place-nbr {
  height: 35px;
  margin-bottom: 0px;
  margin-left: 10px;
  color: #fafafa;
  font-weight: 400;
  text-align: center;
}

.txt-lieu {
  margin-bottom: 0px;
  font-weight: 400;
  text-decoration: none;
}

.categories-block {
  margin-left: 10px;
  padding: 20px 20px 10px;
  border-top: 1px solid #000;
  background-color: #fafafa;
}

.cat-title {
  margin-top: 0px;
}

.cat-link {
  display: block;
  padding-top: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid transparent;
}

.cat-link:hover {
  border-bottom-color: #00e;
}

.cat-link.w--current {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.cat-txt {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
}

.category-link {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 20px;
  background-color: #fafafa;
  color: #00e;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.category-link:hover {
  background-color: #00e;
  color: #fff;
  text-decoration: none;
}

.empty-state {
  display: none;
}

.collection-list-wrapper-2 {
  display: inline-block;
}

.social-icon {
  height: 20px;
  margin-right: 8px;
  float: left;
}

.txt-link-social {
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  text-transform: none;
}

.flex-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar {
  z-index: 3000;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  font-family: gesta, sans-serif;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-link {
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 4px;
}

.sidebar-navlink-wrapper {
  position: relative;
  overflow: hidden;
  color: #000;
  text-decoration: none;
}

.dot-link {
  position: absolute;
  z-index: 200;
  width: 12px;
  height: 12px;
  margin-top: 13px;
  border: 1px solid #000;
  border-radius: 10px;
}

.dot-link:hover {
  background-color: #000;
}

.dot-link.w--current {
  background-color: #000;
}

.heading-title-new {
  margin-top: 80px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
}

.new-edition-txt {
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300;
  letter-spacing: 1px;
}

.localite {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 1.5em;
  line-height: 1.7em;
  font-weight: 400;
  letter-spacing: 1px;
}

.success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 30px;
  -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;
  background-color: #fafafa;
  color: #00e;
  font-weight: 700;
  text-align: center;
}

.nbr-artist-copy {
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: #fafafa;
  font-weight: 900;
  text-decoration: none;
}

.nbr-artist-copy:hover {
  text-decoration: none;
}

.btn-arrow-txt-left {
  display: inline-block;
  float: left;
  font-size: 16px;
  letter-spacing: 1px;
}

.location-event-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.location-event-link:hover {
  text-decoration: none;
}

.location-event-link.w--current {
  position: static;
}

.nbr-artist-place {
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #000;
  color: #fafafa;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.nbr-artist-place:hover {
  text-decoration: none;
}

.collection-list-wrapper-3 {
  display: inline-block;
}

.landing-content {
  width: 100%;
  max-width: 675px;
  float: right;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.landing-header {
  position: relative;
  height: 100vh;
  max-height: 1076px;
  background-color: #ececec;
  background-image: url('/static/images/brickwall_2X.png');
  background-position: 0px 0px;
  background-size: 110px;
  background-repeat: repeat;
  background-attachment: fixed;
}

.landing-box {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 200;
  width: 100%;
  max-width: 675px;
  margin-top: 2%;
  padding: 60px 80px;
  float: right;
  background-color: #fff;
  box-shadow: 14px 14px 56px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  font-weight: 300;
}

.landing-box:hover {
  background-image: url('/static/images/tiny_grid_2X_1tiny_grid_@2X.png');
  background-position: 0px 0px;
  background-size: 26px;
}

.sponsors-container {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.waw-map {
  border: 1px solid #cecece;
}

.sponsor-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.place-artist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cookie-bar-wrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 8000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-color: #131313;
}

.cookie-bar-text {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
}

.link {
  color: #fafafa;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.link:hover {
  color: #5f5f5f;
}

.div-block-280 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  margin-right: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #fafafa;
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 700;
}

.button:hover {
  background-color: #00e;
  color: #fafafa;
  text-decoration: none;
}

.button-2 {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #fafafa;
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 700;
}

.button-2:hover {
  background-color: #00e;
  color: #fafafa;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 68px;
  }

  .header {
    height: 561px;
  }

  .black-box {
    width: 50%;
    margin-top: 0%;
    padding: 40px 20px;
    text-align: left;
  }

  .navlink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
  }

  .content {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    float: none;
  }

  .intro-txt {
    font-size: 20px;
    line-height: 32px;
  }

  .item-name {
    font-size: 16px;
    line-height: 18px;
  }

  .dyntext p {
    text-align: left;
  }

  .image-wrapper {
    height: 180px;
  }

  .thumbnail-image {
    max-width: 120%;
  }

  .quote-block {
    font-size: 40px;
    line-height: 1.4em;
  }

  .gallery {
    padding-right: 0px;
  }

  .place-txt-block {
    line-height: 18px;
  }

  .waw-hero-logo {
    left: 109px;
  }

  .waw1 {
    left: 40px;
  }

  .logo-branding.logo-hide {
    display: block;
  }

  .link-scroll-to {
    width: 60%;
    float: right;
  }

  .heading-title {
    margin-top: 50px;
    margin-bottom: 20px;
    float: right;
    text-align: right;
  }

  .sidebar {
    display: none;
    padding-left: 10px;
  }

  .waw-auto {
    left: 40px;
  }

  .modal {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  }

  .rich-text-news {
    text-align: left;
  }

  .hours {
    font-size: 0.8em;
    line-height: 1em;
  }

  .item-sep-list {
    display: none;
  }

  .exhibitors {
    display: none;
    font-size: 0.7em;
    line-height: 0.9em;
  }

  .social-block-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-top: 1px dashed #111820;
    border-left: 0px none transparent;
  }

  .social-navlink {
    margin-right: 0px;
  }

  .social-img-nav {
    height: 30px;
  }

  .intro-txt-richtxt {
    font-size: 17px;
    line-height: 32px;
  }

  .language-selection {
    width: 60px;
    height: 60px;
    padding: 10px;
  }

  .flex-social {
    display: block;
  }

  .nav-menu {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
  }

  .heading-title-new {
    margin-top: 90px;
    margin-bottom: 20px;
    float: right;
    font-size: 40px;
    line-height: 50px;
    text-align: right;
  }

  .new-edition-txt {
    margin-bottom: 20px;
    font-size: 0.6em;
    text-align: left;
  }

  .localite {
    margin-bottom: 20px;
    float: right;
    text-align: right;
  }

  .landing-content {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    float: none;
  }

  .landing-box {
    position: relative;
    width: 380px;
    margin-top: 0%;
    padding: 40px 30px;
    float: right;
    clear: both;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .header {
    height: 480px;
  }

  .black-box {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .navlink {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content {
    width: 100%;
    max-width: 100%;
    float: none;
  }

  .image-wrapper {
    height: 280px;
  }

  .quote-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-scroll-to {
    width: 100%;
    float: none;
  }

  .heading-title {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }

  .checkbox {
    margin-right: 5px;
  }

  .sponsor-block {
    height: 240px;
    border-right-style: none;
  }

  .opening-hours {
    margin-left: 0px;
  }

  .inline-sep {
    display: none;
    margin-left: 0px;
  }

  .nfr-of-exhibitors {
    margin-left: 0px;
  }

  .additional-information {
    margin-left: 0px;
  }

  .madeby {
    height: auto;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .copyright-creatsy {
    margin-right: 0px;
    text-align: left;
  }

  .creatsy-logo {
    margin-top: 10px;
  }

  .return-to-top {
    display: none;
  }

  .intro-txt-richtxt {
    font-size: 15px;
  }

  .heading-title-new {
    margin-top: 40px;
    float: none;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .new-edition-txt {
    text-align: center;
  }

  .localite {
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
    text-align: center;
  }

  .landing-content {
    height: 100%;
  }

  .landing-box {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    float: none;
    clear: none;
    text-align: center;
  }

  .cookie-bar-text {
    line-height: 1.4;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 36px;
  }

  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .header {
    height: auto;
    padding-bottom: 30px;
  }

  .intro-txt {
    line-height: 30px;
  }

  .title-footer {
    margin-top: 8px;
    text-align: center;
  }

  .p-footer {
    text-align: center;
  }

  .footer-block {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-footer {
    margin-right: 0px;
  }

  .intro-section {
    margin-top: 52px;
  }

  .heading-title {
    margin-bottom: 15px;
  }

  .copyright-creatsy {
    font-size: 11px;
  }

  .creatsy-logo {
    width: 60px;
  }

  .intro-txt-richtxt {
    font-size: 13px;
    line-height: 30px;
  }

  .heading-title-new {
    margin-bottom: 15px;
  }

  .new-edition-txt {
    margin-bottom: 15px;
    font-size: 0.6em;
  }

  .localite {
    margin-bottom: 15px;
  }

  .nbr-artist-place {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .landing-header {
    height: auto;
    padding-bottom: 30px;
  }

  .landing-box {
    width: auto;
    margin-right: -30px;
    margin-left: -30px;
  }

  .sponsors-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cookie-bar-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cookie-bar-text {
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
  }

  .link {
    font-size: 12px;
  }
}

#w-node-_919081ce-41bb-5998-4401-7e74138eebd6-23fb6cec {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_0bfbcc3b-62d9-fc35-abeb-499675e2520f-ec14f045 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_9981ff57-9539-48a1-711e-afd9fac1c936-ec14f045 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_015cb5fa-e256-91f4-9915-e05ae94eaa29-ec14f045 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_427efc0a-6cd6-4c79-2b33-a2eb9d1a0c60-ec14f045 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_91feb1b3-6106-af5d-3dee-5817a47726a4-d318d365 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_2ab8dd35-cdcc-b1f8-6f11-cf572673ee6a-456c2f24 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

html{visibility: visible;opacity:1;}