:root {
  --white: white;
  --black: black;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.hero-container {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.front-layer {
  z-index: 4;
  background-image: url('../images/frontlayer.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.midfront-layer {
  z-index: 3;
  background-image: url('../images/2ndlayer.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.midback-layer {
  z-index: 2;
  background-image: url('../images/3ndlayermonster.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-layer {
  z-index: 0;
  background-image: url('../images/5thlayerbg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-storytellerai {
  height: auto;
  background-color: #0a0a0a;
  margin-top: 20px;
}

.section.nav {
  z-index: 9;
  background-image: linear-gradient(#0f0f0f, #0f0f0f);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.container {
  outline-offset: 0px;
  outline: 3px #555;
}

.container.nav {
  width: 100%;
  max-width: none;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 53px;
  display: flex;
}

.image {
  background-image: url('../images/LogoSplashWhiteTPCsmall.png');
  background-position: 0 0;
  background-size: auto;
}

.logo {
  height: 64px;
  max-width: 100%;
  min-width: 0;
}

.logo:hover {
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
}

.nav-links {
  color: #fff;
  mix-blend-mode: normal;
  margin-left: 18px;
  margin-right: 18px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.nav-links:hover {
  color: #fd9d25;
  background-color: rgba(0, 0, 0, 0);
}

.hamburger-lottie {
  display: none;
}

.div-block {
  height: 600px;
  margin-top: 41px;
}

.body {
  background-color: #000;
}

.div-block-2 {
  position: relative;
  bottom: 0;
}

.community-container {
  height: 600px;
  margin-top: 10px;
  padding: 40px;
}

.div-block-3 {
  min-height: 100%;
  min-width: 100%;
}

.text-title-header {
  color: #9b9b9b;
  font-family: Lato, sans-serif;
  font-size: 50px;
  font-weight: 900;
}

.projects-slider {
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.projects-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.projects-slide {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
  height: 100%;
  max-width: 90%;
  object-fit: fill;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
  display: none;
}

.gallery-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.heading {
  width: 100%;
  color: #e2e2e2;
  font-family: Lato, sans-serif;
  font-size: 30px;
}

.paragraph {
  color: #b8b8b8;
  font-family: Lato, sans-serif;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  color: #aaa;
  text-align: center;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-name {
  color: #aaa;
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  color: #929292;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
}

.paragraph-2 {
  color: #5a5a5a;
  font-family: Lato, sans-serif;
  display: none;
}

.hero-without-image {
  background-color: #0a0a0a;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  aspect-ratio: auto;
  color: #afafaf;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  position: static;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  background-image: url('../images/discord-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 36px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading-2 {
  color: #c2c2c2;
  font-family: Lato, sans-serif;
}

.hero-heading-center {
  background-color: #181818;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  color: #a9a9a9;
  margin-bottom: 32px;
  font-family: Lato, sans-serif;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #a3a3a3;
  margin-bottom: 24px;
  display: flex;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: none;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  display: block;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.text-block {
  color: #555;
  flex-direction: row;
  justify-content: center;
  margin: 13px;
  padding: 0;
  display: flex;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  margin: 17px;
  display: flex;
}

.section-footer-bleed {
  height: 100px;
}

.social-link-block {
  margin: 5px;
}

.link-block-2, .image-2 {
  margin: 0;
}

.link-block-3 {
  margin: 5px;
}

.icon-fb.icon-edging {
  margin: 0;
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  .container.nav {
    padding-left: 22px;
    padding-right: 22px;
  }

  .logo {
    height: 48px;
  }

  .nav-links {
    margin-left: 14px;
    margin-right: 14px;
  }

  .projects-container {
    max-width: 728px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .logo-linkblock {
    z-index: 11;
    position: relative;
  }

  .menu-link {
    z-index: 10;
    width: 100%;
    min-height: 100vh;
    background-color: #2b2b2b;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 100%;
    padding-left: 91px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-links {
    padding-top: 51px;
    padding-bottom: 51px;
    font-size: 20px;
  }

  .hamburger-lottie {
    z-index: 13;
    width: 48px;
    height: 48px;
    cursor: pointer;
    display: flex;
    position: relative;
  }

  .projects-slider {
    padding: 60px 15px;
  }

  .projects-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-without-image, .hero-heading-center {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    height: 38px;
  }

  .menu-link {
    margin-left: 100%;
    padding-left: 58px;
  }

  .nav-links {
    font-size: 18px;
  }

  .projects-container {
    max-width: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .projects-wrapper {
    grid-column-gap: 40px;
    grid-template-rows: 503px;
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .slider-arrow-embed {
    display: block;
  }

  .gallery-slider-right {
    right: -20px;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }
}

#w-node-_59f5ad78-a749-2b06-e0cc-c9b68d1b093f-d7455f06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_59f5ad78-a749-2b06-e0cc-c9b68d1b0944-d7455f06 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_59f5ad78-a749-2b06-e0cc-c9b68d1b0948-d7455f06, #w-node-_59f5ad78-a749-2b06-e0cc-c9b68d1b0952-d7455f06, #w-node-_59f5ad78-a749-2b06-e0cc-c9b68d1b0957-d7455f06, #w-node-e3bd688b-014e-4b4a-1f3b-a2371e101bbb-d7455f06, #w-node-e3bd688b-014e-4b4a-1f3b-a2371e101bc6-d7455f06, #w-node-e3bd688b-014e-4b4a-1f3b-a2371e101bd0-d7455f06, #w-node-e3bd688b-014e-4b4a-1f3b-a2371e101bda-d7455f06, #w-node-e3bd688b-014e-4b4a-1f3b-a2371e101be4-d7455f06, #w-node-e3bd688b-014e-4b4a-1f3b-a2371e101bee-d7455f06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-e3bd688b-014e-4b4a-1f3b-a2371e101bc6-d7455f06, #w-node-e3bd688b-014e-4b4a-1f3b-a2371e101bd0-d7455f06 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_59f5ad78-a749-2b06-e0cc-c9b68d1b093f-d7455f06 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_59f5ad78-a749-2b06-e0cc-c9b68d1b093f-d7455f06, #w-node-_59f5ad78-a749-2b06-e0cc-c9b68d1b0944-d7455f06 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 100px 20px;
  color: #fff;
}

.hero-heading {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-subheading {
  font-size: 24px;
  margin-bottom: 40px;
}

.email-subscription-form {
  max-width: 500px;
  margin: 40px auto;
  padding: 40px;
  background-color: rgba(26, 27, 31, 0.5);
  border-radius: 8px;
  text-align: center;
}

.email-subscription-form h2 {
  color: #fff;
  margin-bottom: 20px;
}

.email-subscription-form p {
  color: #afafaf;
  margin-bottom: 30px;
}

.email-input {
  width: 100%;
  padding: 15px;
  border: 1px solid #32343a;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 16px;
  background-color: #1a1b1f;
  color: #fff;
}

.subscribe-button {
  width: 100%;
  padding: 15px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

.subscribe-button:hover {
  background-color: #45a049;
}

.privacy-notice {
  margin-top: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.privacy-notice a {
  color: #4CAF50;
  text-decoration: none;
}

.privacy-notice a:hover {
  text-decoration: underline;
}

.w-form-done,
.w-form-fail {
  margin-top: 20px;
  padding: 15px;
  border-radius: 4px;
}

.w-form-done {
  background-color: rgba(76, 175, 80, 0.2);
  color: #fff;
}

.w-form-fail {
  background-color: rgba(244, 67, 54, 0.2);
  color: #fff;
}
