@font-face {
  font-family: Fontawesome Brands;
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.eot') format("embedded-opentype"), url('../fonts/fa-brands-400.woff') format("woff"), url('../fonts/fa-brands-400.ttf') format("truetype"), url('../fonts/fa-brands-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Fontawesome;
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.eot') format("embedded-opentype"), url('../fonts/fa-regular-400.woff') format("woff"), url('../fonts/fa-regular-400.ttf') format("truetype"), url('../fonts/fa-regular-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Fontawesome;
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.eot') format("embedded-opentype"), url('../fonts/fa-solid-900.woff') format("woff"), url('../fonts/fa-solid-900.ttf') format("truetype"), url('../fonts/fa-solid-900.svg') format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

:root {
  --black: black;
  --antique-white: #fce5d7;
  --dark-sea-green: #bdce98;
  --white: white;
  --transparent: #fff0;
}

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: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  text-align: center;
  margin-bottom: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.h4 {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
}

.styles {
  background-color: #757575;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.styles.white {
  background-color: #fff;
  display: flex;
}

.paragraph {
  color: var(--black);
  -webkit-text-stroke-color: #000;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  display: block;
  position: static;
  inset: auto 10% 15%;
}

.paragraph.large {
  font-size: 24px;
  line-height: 32px;
}

.button {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 0 30px;
  line-height: 15px;
  transition: all .2s;
  display: flex;
}

.button:hover {
  color: #000;
  background-color: #0000;
  border-style: solid;
  border-width: 2px;
  padding-left: 40px;
  padding-right: 40px;
}

.h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 38px;
  display: inline-block;
}

.h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 92px;
  font-weight: 300;
  line-height: 92px;
  display: inline-block;
}

.h6 {
  text-align: center;
  text-transform: uppercase;
  flex: none;
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
}

.h6.white-text {
  color: #fff;
}

.h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
  display: inline-block;
}

.spacer-large {
  width: 100%;
  height: 60px;
}

.h5 {
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 28px;
  display: inline-block;
}

.body {
  color: var(--black);
  font-family: Inconsolata, monospace;
}

.section {
  background-color: var(--antique-white);
  border-top: 2px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
}

.circle-container {
  color: var(--black);
  background-color: #0000;
  background-image: radial-gradient(circle, #fff000, #fff0 55%);
  justify-content: center;
  align-items: center;
  width: 250px;
  max-width: 100vw;
  height: 250px;
  max-height: 100vw;
  margin-bottom: 60px;
  display: flex;
  position: static;
}

.circle-container.page-transition {
  background-color: var(--antique-white);
}

.circle-text {
  z-index: 10;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-right: 5px;
  font-size: 14px;
  line-height: 14px;
  display: block;
  position: relative;
  overflow: visible;
}

.circle {
  border: 2px solid #000;
  border-radius: 10000px;
  width: 80%;
  height: 80%;
  display: none;
  position: absolute;
}

.spacer {
  width: 50px;
  height: 80px;
}

.section-tall {
  background-color: var(--dark-sea-green);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 300vh;
  padding-bottom: 100px;
  display: none;
}

.circle-container-sticky {
  z-index: 10;
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 250px;
  max-width: 100vw;
  height: 250px;
  max-height: 100vw;
  display: flex;
  position: sticky;
  top: 35%;
}

.circle-text-scroll {
  z-index: 10;
  text-transform: uppercase;
  margin-right: 5px;
  font-size: 20px;
  position: relative;
  overflow: visible;
}

.indicators {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.vertical-indicator {
  background-color: var(--white);
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: height .2s, width .2s, transform 4s, background-color .2s;
  position: relative;
  transform: rotate(0);
}

.vertical-indicator.w--current {
  background-color: #0000;
  border-style: dashed;
  width: 40px;
  height: 40px;
  transform: rotate(360deg);
}

.link {
  text-decoration: underline;
}

.logo {
  z-index: 1000;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 140px;
  padding-left: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-link {
  z-index: 10;
  width: auto;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  transition: all .3s;
  position: relative;
}

.logo-link:hover {
  transform: rotate(-15deg);
}

.logo-link.w--current {
  z-index: 10;
  position: relative;
}

.section-main {
  background-color: #0000;
  background-image: radial-gradient(circle farthest-corner at 50% 45%, #fff000, var(--white) 55%);
  background-size: auto;
  border-top: 4px solid #000;
  border-left: 5px #000;
  border-right: 5px #000;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.image {
  display: none;
}

.infinite-line {
  z-index: 5;
  background-color: #000;
  width: 100vw;
  height: 32px;
  display: block;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.infinite-marquee {
  flex-wrap: nowrap;
  place-content: flex-start;
  width: 200%;
  height: 32px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

._1 {
  flex: 0 auto;
  justify-content: space-around;
  align-self: auto;
  align-items: stretch;
  width: 50%;
  height: 100%;
  display: flex;
}

.container-2 {
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.smiley-face {
  color: #fff;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
  display: flex;
}

._1-copy {
  flex: 0 auto;
  justify-content: space-around;
  align-self: auto;
  align-items: stretch;
  width: 50%;
  height: 100%;
  margin-left: 0;
  display: flex;
}

.marquee-horizontal {
  z-index: 200;
  background-color: var(--black);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
}

.title-text {
  color: var(--black);
  text-align: center;
  align-self: auto;
  margin-top: 20px;
  padding: 20px;
  font-size: 32px;
  font-weight: 700;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.world {
  width: 250px;
  height: 250px;
  display: block;
  position: absolute;
}

.world-go {
  width: 200px;
  height: 200px;
  display: none;
  position: absolute;
}

.paragraph-copy {
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  display: block;
  position: static;
  inset: auto 10% 15%;
}

.paragraph-copy.large {
  font-size: 24px;
  line-height: 32px;
}

.div-block {
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  position: fixed;
  inset: auto 0% 15%;
}

.link-block {
  display: block;
}

.image-2 {
  max-width: none;
  height: 100px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.lib_section {
  margin-top: 20px;
}

.lib_container {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.lib_container.flex {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lib_cmscollectionlistwrapper {
  width: 100%;
}

.lib_nolinks {
  text-align: center;
}

.lib_linkblock {
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 500px;
  min-height: 58px;
  margin-bottom: 16px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 6px;
  padding-right: 6px;
  text-decoration: none;
  transition: margin-left .2s ease-in-out, background-color .25s ease-in-out;
  display: flex;
}

.lib_linkblock:hover {
  background-color: #fff56c;
  margin-left: 10px;
}

.lib_linkblock:active {
  background-color: #2c3ad6;
  margin-left: 0;
}

.lib_linkicon {
  background-color: #0000;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, black, var(--transparent) 54%);
  background-position: 0 0;
  border-radius: 8px;
  width: 46px;
  height: 46px;
}

.lib_linktext {
  color: var(--black);
  text-align: left;
  flex: 1;
  margin-left: -46px;
  padding-left: 56px;
  padding-right: 56px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  overflow: visible;
}

.section-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 60px;
  display: flex;
}

.hero-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.link-2 {
  text-align: center;
  width: 25vw;
  text-decoration: underline;
  position: absolute;
  inset: auto auto 60px;
}

.paragraph-3 {
  color: #000;
  -webkit-text-stroke-color: #000;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  display: block;
  position: absolute;
  inset: auto 10% 100px;
}

.logo2 {
  z-index: 1000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 0;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.logo-link2 {
  z-index: 10;
  width: 40px;
  height: 40px;
  transition: all .3s;
  position: static;
}

.logo-link2:hover {
  transform: rotate(-15deg);
}

.logo-link2.w--current {
  z-index: 10;
  position: relative;
}

.image-2-copy {
  max-width: 20vw;
  margin-bottom: 60px;
}

.code-embed {
  display: none;
}

.text-block-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 24px;
  text-decoration: underline;
}

.div_event {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 500px;
  display: flex;
}

.text-block-4 {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .logo {
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 140px;
    padding-left: 0;
    position: fixed;
    inset: 0% 0% auto;
  }

  .logo-link {
    align-self: auto;
    width: auto;
    height: 80px;
    position: static;
  }

  .logo-link:hover {
    transform: none;
  }

  .image-2 {
    max-width: none;
    height: 100px;
    margin-top: 40px;
    position: static;
    inset: 0% 0% auto;
  }

  .section-2 {
    padding-top: 140px;
  }

  .link-2 {
    width: 25vw;
    position: absolute;
    left: auto;
    right: auto;
  }

  .logo-link2:hover {
    transform: none;
  }
}

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

  .paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph.large {
    font-size: 16px;
    line-height: 24px;
  }

  .h3 {
    font-size: 30px;
    line-height: 30px;
  }

  .h1 {
    font-size: 75px;
    line-height: 75px;
  }

  .h2 {
    font-size: 50px;
    line-height: 50px;
  }

  .spacer-large {
    height: 40px;
  }

  .h5 {
    font-size: 22px;
    line-height: 22px;
  }

  .logo-link {
    height: auto;
  }

  .paragraph-copy {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-copy.large {
    font-size: 16px;
    line-height: 24px;
  }

  .image-2 {
    max-width: none;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .paragraph {
    margin-top: 20px;
  }

  .body {
    background-color: #fff;
  }

  .circle-container {
    background-color: #0000;
    background-image: radial-gradient(circle, #fff000, #fff0 55%);
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 250px;
    margin-top: 0;
    margin-bottom: 40px;
    position: static;
    inset: auto auto 180px;
  }

  .circle-text {
    font-size: 12px;
    line-height: 12px;
  }

  .circle {
    display: none;
  }

  .indicators {
    flex-direction: row;
    width: 100%;
    height: 50px;
    display: none;
    inset: auto 0% 0%;
  }

  .vertical-indicator {
    margin: 0 5px;
  }

  .logo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 160px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .logo-link {
    vertical-align: middle;
    flex-flow: column;
    align-items: center;
    width: 100vw;
    height: auto;
    margin-top: 40px;
    display: flex;
    position: absolute;
  }

  .section-main {
    z-index: 900;
    background-image: radial-gradient(circle, #fff000, #ffffff1a 35%);
    background-position: 0 0;
    background-size: auto;
    border: 1px #000;
    justify-content: flex-end;
    align-items: center;
    height: 150px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    inset: 75px 0% auto;
  }

  .image {
    display: block;
  }

  .infinite-marquee {
    width: 900%;
  }

  .marquee-horizontal {
    z-index: 1000;
    position: fixed;
  }

  .title-text {
    margin-top: 10px;
    line-height: 32px;
  }

  .world {
    width: 160px;
    max-width: 80%;
    height: 160px;
  }

  .world-go {
    width: 180px;
    height: 180px;
    display: none;
  }

  .div-block {
    position: static;
  }

  .image-2 {
    vertical-align: baseline;
    align-self: center;
    max-width: none;
    height: 100px;
    margin-bottom: 0;
    display: block;
    position: static;
  }

  .lib_linkblock:hover {
    background-color: #fff56c;
    margin-left: 0;
  }

  .lib_linktext {
    color: var(--black);
    text-align: left;
    padding-left: 60px;
    padding-right: 10px;
    font-weight: 400;
    line-height: 1;
  }

  .section-2 {
    z-index: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: 100vh;
    padding-top: 80px;
    display: flex;
    position: relative;
    inset: 0 0% 40px;
    overflow: auto;
  }

  .section-3 {
    z-index: 500;
    position: relative;
    inset: auto 0% 40px;
  }

  .text-block {
    text-align: center;
    height: 40px;
    margin-bottom: 10px;
  }

  .hero-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 40px;
    display: flex;
  }

  .link-2 {
    text-align: center;
    position: absolute;
    inset: auto auto 60px;
  }

  .paragraph-3 {
    margin-top: 10px;
    position: absolute;
    bottom: 100px;
  }

  .logo2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .logo-link2 {
    width: auto;
    height: auto;
  }

  .image-2-copy {
    vertical-align: baseline;
    max-width: none;
    height: 60px;
    margin-bottom: 0;
    display: block;
  }

  .code-embed {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 80px;
    display: none;
  }

  .text-block-2 {
    text-align: center;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: underline;
  }

  .text-block-3 {
    text-align: center;
    width: 90%;
    font-size: 14px;
  }
}


@font-face {
  font-family: 'Fontawesome Brands';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}