.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav-logo {
  float: none;
  order: -1;
  align-self: center;
  width: 300px;
  min-width: 300px;
  max-width: none;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.site-nav-header {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  height: 125px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.nav-logo-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video-gallery {
  width: 90%;
  padding-left: 0;
}

.youtube-grid {
  grid-template: "Area-2 Area"
                 ". Area-3"
                 ". ."
                 / 1fr 1fr 1fr;
  width: auto;
  padding-bottom: 60px;
}

.homesectionheader {
  float: left;
  clear: none;
  direction: ltr;
  color: #fff;
  text-align: left;
  letter-spacing: normal;
  text-transform: uppercase;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  width: 4%;
  height: 100%;
  min-height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  position: static;
  right: 100px;
}

.homesectionheader.textgreenshadow {
  text-shadow: 2px 4px 5px #89c490;
}

.homesectionheader.textredshadow {
  text-shadow: 2px 4px 5px #ce6f89;
}

.homesectionheader.textblueshadow {
  text-shadow: 2px 4px 5px #58b6df;
}

.body {
  background-color: #ffebec;
}

.homepage-section {
  color: #636363;
  text-transform: none;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1439px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  display: flex;
  position: relative;
}

.homebuttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  place-items: center;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
}

.homebuttons.homebuttonleft, .homebuttons.homebuttonright {
  width: 40%;
  padding-left: 25%;
  padding-right: 25%;
  position: relative;
}

.image-3 {
  order: 1;
  width: auto;
  min-width: 350px;
  max-width: 350px;
}

.image-4 {
  order: 1;
  width: auto;
  min-width: 350px;
  max-width: 350px;
  position: relative;
}

.button {
  box-sizing: border-box;
  clear: none;
  direction: ltr;
  color: #000;
  text-align: center;
  letter-spacing: 1ch;
  -webkit-text-stroke-color: black;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 0;
  order: 2;
  width: auto;
  min-width: 200px;
  max-width: 200px;
  font-family: Oswald, sans-serif;
  font-size: 10px;
  font-weight: 200;
}

.footertext {
  color: #34aae0;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 80px;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
}

.buttons-section {
  object-fit: contain;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  min-height: auto;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.featuredvideo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding: 0 0 20px;
  font-size: 18px;
  line-height: 20px;
  display: flex;
}

.code-embed {
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.selfhost-grid {
  grid-template-rows: auto auto auto;
  width: auto;
  padding-bottom: 60px;
}

.videosquare {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 20px;
  display: block;
  position: relative;
}

.videocaption {
  color: #fff;
  text-shadow: 2px 1px 6px #0003;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2em;
  font-family: Oswald, sans-serif;
  font-size: 1.65vw;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: 60% 10% 15%;
}

.site-header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  line-height: 20px;
  display: flex;
}

.homesectionheader-hidden {
  float: left;
  clear: none;
  direction: ltr;
  color: #fff0;
  text-align: left;
  letter-spacing: normal;
  text-transform: uppercase;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  width: 4%;
  height: 100%;
  min-height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  position: static;
  right: 100px;
}

.videocaptionfeatured {
  z-index: 1;
  color: #fff;
  text-shadow: 2px 1px 6px #0003;
  justify-content: center;
  align-items: center;
  height: 2em;
  font-family: Oswald, sans-serif;
  font-size: 2.4vw;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: 55% 15% 0%;
}

.list {
  justify-content: center;
  align-items: flex-end;
  width: 20%;
  display: flex;
}

.quick-stack {
  width: 100%;
}

.gallery-scroll {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 80px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.gallery-image {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.heading {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-weight: 200;
}

@media screen and (min-width: 1440px) {
  .nav-logo {
    flex: none;
    width: 300px;
    max-width: none;
  }

  .site-nav-header {
    height: 125px;
    padding-bottom: 20px;
  }

  .nav-logo-container {
    max-width: 1440px;
  }

  .homebuttons.homebuttonleft, .homebuttons.homebuttonright {
    padding-left: 25%;
    padding-right: 25%;
  }

  .image-3, .image-4 {
    width: auto;
    min-width: 350px;
    max-width: 350px;
  }

  .buttons-section {
    width: 100%;
    max-width: 1440px;
  }

  .videocaption {
    font-size: 1.75em;
    top: 60%;
  }

  .site-header {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .videocaptionfeatured {
    z-index: 1;
    height: 2em;
    font-size: 2.5em;
  }
}

@media screen and (max-width: 991px) {
  .nav-logo {
    margin-bottom: 20px;
  }

  .nav-logo-container {
    max-width: 728px;
  }

  .youtube-grid {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .homesectionheader.textredshadow {
    text-shadow: 2px 4px 5px #ce6f89;
  }

  .homesectionheader.textblueshadow {
    text-shadow: 2px 4px 10px #58b6df;
  }

  .homebuttons {
    padding-left: 200px;
  }

  .homebuttons.homebuttonleft {
    width: 50%;
    padding-left: 25%;
    padding-right: 25%;
  }

  .homebuttons.homebuttonright {
    object-fit: contain;
    width: 50%;
    padding-left: 25%;
    padding-right: 25%;
    position: relative;
  }

  .image-3 {
    box-sizing: border-box;
    object-fit: scale-down;
    object-position: 50% 50%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 350px;
    max-width: 350px;
    display: inline-flex;
    position: relative;
  }

  .image-4 {
    width: auto;
    min-width: 350px;
    max-width: 350px;
  }

  .button {
    width: 40%;
  }

  .buttons-section {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: contain;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    display: flex;
  }

  .featuredvideo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .selfhost-grid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .videosquare {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
  }

  .videocaption {
    font-size: 1.65vw;
    line-height: 1em;
  }

  .videocaptionfeatured {
    height: 2em;
  }

  .container {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .nav-logo {
    width: auto;
    min-width: 200px;
    max-width: 200px;
  }

  .site-nav-header {
    height: 100px;
    padding-bottom: 20px;
  }

  .video-gallery {
    order: 0;
    width: 85%;
    height: auto;
    text-decoration: none;
    display: flex;
  }

  .youtube-grid {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: column;
    width: 100%;
    padding-left: 20px;
    padding-right: 0;
    display: flex;
  }

  .homesectionheader {
    clear: left;
    word-break: normal;
    overflow-wrap: normal;
    order: -1;
    align-self: flex-start;
    width: 5%;
    position: static;
    right: 0;
  }

  .homepage-section {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-3, .image-4 {
    min-width: 250px;
    max-width: 250px;
  }

  .featuredvideo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    width: 85%;
    height: 100%;
    display: grid;
  }

  .code-embed {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .selfhost-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
  }

  .videosquare {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    padding-bottom: 56.25%;
    display: flex;
    position: relative;
  }

  .videocaption {
    text-align: left;
    width: 100%;
    font-size: 3vw;
    display: flex;
    position: absolute;
    inset: 60% auto 0%;
  }

  .homesectionheader-hidden {
    clear: left;
    word-break: normal;
    overflow-wrap: normal;
    order: -1;
    align-self: flex-start;
    width: 5%;
    position: static;
    right: 0;
  }

  .videocaptionfeatured {
    z-index: 1;
    text-align: left;
    order: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 3vw;
    position: absolute;
    inset: 60% auto 0%;
    overflow: visible;
  }

  .video-container {
    order: 1;
    width: 100%;
    min-width: auto;
    height: 100%;
    margin-bottom: 0;
    font-size: 14px;
    position: absolute;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .nav-logo {
    flex-flow: column;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: auto;
    min-width: 200px;
    max-width: 200px;
  }

  .nav-logo-container {
    max-width: none;
  }

  .youtube-grid {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .homesectionheader {
    position: static;
  }

  .body {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .homebuttons.homebuttonleft {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .homebuttons.homebuttonright {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-3, .image-4 {
    min-width: auto;
  }

  .buttons-section {
    flex-flow: column;
  }

  .featuredvideo {
    padding-bottom: 42px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .code-embed {
    justify-content: flex-start;
    align-items: stretch;
  }

  .selfhost-grid {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .videosquare {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .videocaption {
    width: 100%;
  }

  .homesectionheader-hidden {
    position: static;
  }

  .videocaptionfeatured {
    width: 100%;
    height: 2em;
    display: flex;
    left: auto;
    right: auto;
  }

  .gallery-scroll {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .container {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 28px;
  }
}

#w-node-_3fdb78ea-9c9a-f479-4f0b-7c2afefea7e0-339afcb4, #w-node-_4d7b9b8b-1997-121b-d30d-597f4cf16d63-339afcb4, #w-node-_1143e606-396f-9791-2dca-771495afcb30-339afcb4, #w-node-_335cacbd-9d6c-6ccb-d692-b9dea9b2969b-339afcb4, #w-node-_8a06c317-e15d-c863-1b9c-2945dd5b1b6c-339afcb4, #w-node-_48f5a89f-2a6c-c456-b038-b58cf6ba0402-339afcb4, #w-node-_3a8b0fdd-c447-53f9-b93f-be184a542091-339afcb4, #w-node-_3a8b0fdd-c447-53f9-b93f-be184a542092-339afcb4, #w-node-_0ed3ca48-aafc-a519-865a-2849978c936a-339afcb4, #w-node-_0ed3ca48-aafc-a519-865a-2849978c936b-339afcb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d81093b-5f2c-186e-a133-35a6680e1c49-680e1c43, #w-node-_8d81093b-5f2c-186e-a133-35a6680e1c4a-680e1c43, #w-node-_8d81093b-5f2c-186e-a133-35a6680e1c55-680e1c43 {
  place-self: center;
}

#w-node-_86eabe26-f0f2-be2f-e85e-71f37165acfd-6a8dd882 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_86eabe26-f0f2-be2f-e85e-71f37165acfe-6a8dd882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86eabe26-f0f2-be2f-e85e-71f37165acfd-ad79f9fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_01336157-9d51-3bfa-e032-cb5d2cf23a63-ad79f9fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30c46efa-7478-3c53-32c8-714329ac2dc5-ad79f9fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_203f682d-36cb-b5d0-2bda-98fed6c0bbd1-339afcb4, #w-node-_8a06c317-e15d-c863-1b9c-2945dd5b1b6c-339afcb4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_86eabe26-f0f2-be2f-e85e-71f37165acfd-6a8dd882, #w-node-_86eabe26-f0f2-be2f-e85e-71f37165acfd-ad79f9fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


