@font-face {
  font-family: Arcadeclassic;
  src: url('../fonts/ARCADECLASSIC.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

.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;
}

.body {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 0;
  display: flex;
}

.subtitle {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.header {
  color: #000;
  text-align: center;
  max-width: 600px;
  margin-bottom: 25px;
  font-family: Arcadeclassic, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
}

.register {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 65px;
  margin-top: 10px;
  text-decoration: none;
  display: flex;
}

.register-text {
  color: #fff;
  border: 1px #fff;
  font-family: Arcadeclassic, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 105%;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.explainer-text {
  color: #000;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.explainer-div {
  border: 4px solid #603fff;
  border-radius: 8px;
  min-width: 0;
  max-width: 250px;
  padding: 30px 10px 20px;
}

.section {
  background-color: #fff;
  justify-content: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.top-section {
  flex-direction: column;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.div-block {
  width: 100%;
}

.first-section {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
}

.emoji-text-div {
  text-align: center;
  margin-bottom: 20px;
  font-size: 46px;
  line-height: 46px;
}

.emoji-style {
  color: #603fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
}

.faq-section {
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
}

.faq-header {
  color: #000;
  text-align: center;
  margin-bottom: 35px;
  font-family: Arcadeclassic, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 102%;
}

.faq-header.team-header {
  color: #000;
  margin-bottom: 30px;
}

.faq-section {
  width: 80%;
  display: flex;
}

.faq-header-item {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.faq-additional-detals {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 22px;
}

.faq-item-inline {
  flex-direction: column;
  width: 55%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.faq-list-section {
  flex-direction: column;
  align-items: stretch;
  max-width: 100%;
  padding-top: 40px;
  display: flex;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  max-width: 200px;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.text-block {
  margin-top: 20px;
  font-size: 16px;
}

.text-block-2 {
  text-align: left;
  margin-top: 15px;
  font-size: 16px;
}

.div-block-3 {
  background-color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: -10px;
  padding: 10px 240px 20px;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

.div-block-3.volunteer-bar {
  top: 0;
}

.link {
  color: #fff;
  justify-content: flex-end;
  padding-top: 15px;
  padding-right: 0;
  font-family: Arcadeclassic, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.div-block-4 {
  width: 600px;
  height: auto;
}

.body-2 {
  justify-content: center;
  padding-top: 50px;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 360px;
  display: flex;
}

.team-section {
  padding-top: 40px;
}

.team-row {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  max-width: 1300px;
  margin-bottom: 20px;
  display: flex;
}

.team-row.lower-row {
  justify-content: flex-start;
}

.team-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 40px;
  display: flex;
}

.team-item {
  flex-direction: column;
  align-items: flex-start;
  min-width: 200px;
  max-width: 200px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.team-image {
  width: 200px;
  height: 200px;
}

.team-bio {
  margin-top: 10px;
  font-size: 16px;
  line-height: 135%;
}

.person-name {
  margin-top: 10px;
  font-family: Arcadeclassic, sans-serif;
  font-size: 24px;
  line-height: 110%;
}

.text-block-3 {
  margin-bottom: 20px;
}

.subtitle-team {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
}

.bold-text {
  color: #000;
}

.footer-div {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-top: 50px;
  display: flex;
}

.text-block-4 {
  color: #fff;
  font-family: Arcadeclassic, sans-serif;
  font-size: 18px;
}

.date-tag {
  background-color: #f74d4d;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.text-block-5 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.link-2 {
  color: #fff;
  padding-top: 15px;
  padding-right: 15px;
  font-family: Arcadeclassic, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-6 {
  display: flex;
}

.image-2 {
  max-width: 130px;
  margin-left: 1px;
  padding-top: 10px;
}

.text-block-6 {
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 105%;
  display: none;
}

.button {
  justify-content: center;
  width: 200px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.button.register.register-text {
  width: 300px;
  height: 70px;
}

.div-block-7 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-7 {
  margin-top: 10px;
}

.link-3 {
  color: #000;
  margin-top: 25px;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
  text-decoration: underline;
}

.image-3 {
  max-width: 400px;
  margin-top: 30px;
}

.text-block-8 {
  color: #000;
  padding-bottom: 40px;
  font-family: Arcadeclassic, sans-serif;
  font-size: 30px;
  line-height: 105%;
}

.div-block-8 {
  background-color: #dddff8;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.div-block-9 {
  align-items: center;
  height: 100px;
  display: flex;
}

.steptext {
  color: #000;
  margin-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 105%;
}

.div-block-10 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.listimage {
  max-width: 130px;
}

.image-4 {
  border-radius: 4px;
  margin-top: 0;
}

.bold-text-2 {
  color: #000;
  font-size: 24px;
}

.bold-text-3, .bold-text-4 {
  color: #000;
}

.faq-image {
  max-width: 300px;
  margin-top: -30px;
  margin-bottom: 40px;
}

.faq-image.ending {
  margin-top: 10px;
  margin-bottom: 0;
}

.div-block-11 {
  display: flex;
}

.video {
  max-width: 400px;
}

.video.info-vid {
  max-height: none;
}

.info-vid {
  max-width: 400px;
  margin-left: 3px;
  margin-right: 3px;
}

.banner-bar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #3443ff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 40px;
  display: block;
}

.text-block-9 {
  color: #fff;
  text-align: center;
  padding: 4px 10px;
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.speaker-row {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.speaker-image {
  width: 140px;
  height: 140px;
}

.speaker-text-block {
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-10 {
  padding-top: 10px;
}

@media screen and (max-width: 991px) {
  .body {
    background-image: linear-gradient(#fffefe, #fffefe), url('../images/duluth.jpeg');
    background-size: auto, cover;
    padding-top: 0;
    padding-bottom: 0;
  }

  .subtitle {
    max-width: 600px;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .faq-item-inline {
    align-items: flex-start;
    width: auto;
    max-width: none;
  }

  .faq-list-section {
    align-items: center;
  }

  .div-block-2 {
    align-items: flex-start;
    max-width: 600px;
    padding-left: 0;
  }

  .div-block-3 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-4 {
    width: 600px;
  }

  .team-row {
    justify-content: center;
    width: auto;
    max-width: 600px;
  }

  .team-section {
    max-width: 600px;
    padding-top: 20px;
  }

  .team-item {
    max-width: 250px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .team-image {
    width: 140px;
    height: 140px;
  }

  .team-bio {
    font-size: 16px;
    line-height: 110%;
  }

  .subtitle-team, .text-block-8 {
    text-align: center;
  }

  .div-block-8 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-3 {
    justify-content: center;
    display: flex;
  }

  .div-block-11 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-top: 0;
  }

  .subtitle {
    max-width: 500px;
  }

  .header {
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-header.team-header {
    color: #000;
  }

  .faq-item-inline {
    width: 80%;
  }

  .div-block-2 {
    padding-left: 60px;
    padding-right: 0;
  }

  .div-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-4 {
    width: 400px;
  }

  .div-block-5 {
    max-width: 350px;
  }

  .team-row {
    width: auto;
    max-width: 600px;
  }

  .team-section {
    padding-top: 10px;
  }

  .team-item {
    margin-left: 3px;
    margin-right: 3px;
  }

  .person-name, .bold-text {
    font-size: 18px;
  }

  .text-block-6 {
    display: none;
  }

  .link-3 {
    padding-bottom: 0;
  }

  .div-block-11 {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .body {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .subtitle {
    text-align: center;
    font-size: 20px;
  }

  .header {
    text-align: center;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    font-weight: 500;
  }

  .register {
    width: 280px;
  }

  .explainer-text {
    font-size: 20px;
    font-weight: 400;
  }

  .explainer-div {
    padding-top: 30px;
  }

  .top-section {
    padding-top: 90px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-header-item {
    text-align: center;
  }

  .faq-additional-detals {
    text-align: left;
  }

  .faq-item-inline {
    align-items: center;
  }

  .div-block-2 {
    padding-left: 8%;
  }

  .text-block, .text-block-2 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-3 {
    flex-direction: column;
    margin-top: -60px;
    padding-left: 5px;
    padding-right: 5px;
    top: 60px;
  }

  .link {
    padding-left: 5px;
    padding-right: 10px;
    font-size: 16px;
  }

  .div-block-4 {
    width: 290px;
  }

  .div-block-5 {
    max-width: 400px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .team-row {
    flex-direction: column;
  }

  .team-item {
    align-items: center;
    max-width: 300px;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .team-bio {
    font-size: 17px;
    line-height: 20px;
  }

  .person-name {
    font-size: 24px;
  }

  .subtitle-team {
    width: 80%;
    max-width: 800px;
  }

  .bold-text {
    font-size: 24px;
  }

  .link-2 {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
  }

  .image-2 {
    max-width: 140px;
  }

  .text-block-6 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .button.register.register-text {
    width: 280px;
  }

  .link-3 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 700;
    text-decoration: none;
  }

  .image-3 {
    max-width: 280px;
  }

  .text-block-8 {
    font-size: 25px;
  }

  .div-block-8 {
    padding-left: 8%;
    padding-right: 8%;
  }

  .div-block-9 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    height: 140px;
    margin-bottom: 10px;
  }

  .steptext {
    text-align: center;
    max-width: 300px;
    margin-top: 15px;
    margin-left: 0;
  }

  .div-block-10 {
    align-items: center;
  }

  .image-4 {
    object-fit: cover;
    height: 200px;
    overflow: hidden;
  }

  .link-4, .link-5 {
    text-align: left;
  }

  .banner-bar {
    height: 60px;
  }

  .speaker-row {
    flex-direction: column;
  }

  .speaker-text-block {
    padding-left: 0;
    padding-right: 0;
  }
}


@font-face {
  font-family: 'Arcadeclassic';
  src: url('../fonts/ARCADECLASSIC.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}