:root {
  --white: white;
  --black-2: black;
  --dodger-blue: #3898ec;
  --alice-blue: #e4f0ff;
  --dim-grey: #5f5f5f;
  --black: #333;
  --dark-grey: #afafaf;
}

.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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.hero {
  height: 100vh;
  padding-bottom: 0;
  position: relative;
}

.background-video {
  z-index: -1;
  height: 100vh;
  position: relative;
}

.logowrapper {
  letter-spacing: .02em;
  background-color: #0000008c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  display: flex;
  position: absolute;
}

.navbar {
  background-color: #0000;
  width: 100%;
  display: none;
  position: absolute;
}

.logo {
  width: 50%;
  min-width: 300px;
  margin-top: 50px;
  margin-bottom: 0;
}

.navlink {
  color: #fff;
  font-weight: 700;
}

.navlink.livebtn {
  background-color: #3299df;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  margin-top: 0;
  margin-left: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  display: none;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mainnav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heromessage {
  color: #fff;
  text-align: center;
  margin: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8em;
}

.heroheader {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-size: 30px;
  line-height: 1.5em;
  text-decoration: line-through;
  display: inline;
}

.herolivebtn {
  background-color: var(--dodger-blue);
  text-align: center;
  border-radius: 40px;
  margin-top: 15px;
  padding: 14px 10px;
  font-size: 18px;
  font-weight: 700;
  transition: opacity .4s;
  display: block;
}

.herolivebtn:hover {
  opacity: .8;
}

.mainheader {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
  font-size: 36px;
  line-height: 1.5em;
}

.wrapper {
  letter-spacing: normal;
  padding-top: 50px;
  padding-bottom: 100px;
  display: block;
  overflow: hidden;
}

.wrapper.even {
  background-color: var(--alice-blue);
  display: block;
}

.maintxt {
  margin-bottom: 0;
}

.maintxt.mb-50 {
  margin-bottom: 50px;
}

.speakercolumn {
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
}

.sponsorlarge {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}

.sponsorsmall {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.body {
  letter-spacing: .02em;
  text-transform: none;
  white-space: normal;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
}

.paragraph, .paragraph-2 {
  text-align: center;
}

.subheader {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 1.5em;
}

.heading-2 {
  text-align: center;
  font-size: 32px;
  line-height: 1.5em;
}

.faqcolumn {
  margin-bottom: 40px;
}

.faqcolumn.end {
  margin-bottom: 0;
}

.speakerscard_name {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6em;
}

.speakerscard {
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
}

.speakerscard_company {
  color: var(--dim-grey);
  text-align: center;
  font-size: 14px;
  line-height: 1.5em;
}

.paragraph-3, .paragraph-4 {
  text-align: center;
}

.sponsorcolumn {
  justify-content: center;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.sponsorcolumn.first {
  margin-top: 50px;
}

.sponsorlogo {
  text-align: center;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity .4s;
}

.sponsorlogo:hover {
  opacity: .5;
}

.sponsorlogo.blank {
  display: none;
}

.campfirebtn {
  float: none;
  clear: none;
  background-color: var(--dodger-blue);
  text-align: center;
  object-fit: fill;
  border-radius: 40px;
  flex-flow: wrap;
  flex: 0 auto;
  place-content: stretch flex-start;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: 700;
  transition: opacity .4s;
  display: inline-block;
  position: static;
  overflow: visible;
}

.campfirebtn:hover {
  opacity: .8;
}

.footer {
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footercopyright {
  color: var(--white);
  background-color: #0000;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
}

.footercopy {
  background-color: #0000;
}

.image {
  margin-top: 50px;
}

.footerlogo {
  width: 20%;
}

.supporterbtn {
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.heronotice {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

.timetablecolumn {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.timetabletxt {
  text-align: center;
  margin-bottom: 20px;
}

.livebtn {
  background-color: var(--dodger-blue);
  text-align: center;
  border-radius: 40px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  max-width: 310px;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.link {
  color: var(--dodger-blue);
  background-color: #0000;
  text-decoration: none;
}

.sponsorimg {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.link-block {
  opacity: 1;
}

.link-block.link {
  width: 150px;
}

.link-block.link.hide {
  display: none;
}

.sponsorname {
  color: var(--dim-grey);
  text-align: center;
  white-space: normal;
  margin-top: 10px;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5em;
  text-decoration: none;
}

.sponsorname.txtonly {
  font-size: 38px;
  font-weight: 700;
}

.div-block {
  background-color: #fffc;
  border-radius: 75px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto 10px 10px auto;
}

.text-block {
  text-align: center;
  text-decoration: none;
}

.linkline {
  color: #197ed5;
  font-weight: 700;
  text-decoration: none;
}

.column {
  padding-left: 0;
  padding-right: 20px;
  display: block;
}

.columns {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.column-2 {
  padding-left: 20px;
  padding-right: 0;
}

.ttl {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
}

.main_wrapper {
  background-color: #e4f0ff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.main_wrapper.white {
  background-color: #fff;
}

.main_wrapper.hide {
  display: none;
}

.container {
  max-width: 940px;
}

.grid {
  grid-column-gap: 2px;
  grid-row-gap: 4px;
  grid-template: "Area Area-2 Area-3 Area-4"
                 "Area-5 Area-7 Area-12 Area-19"
                 "Area-5 Area-7 Area-13 Area-20"
                 "Area-5 Area-7 Area-14 Area-21"
                 "Area-6 Area-8 Area-15 Area-22"
                 "Area-6 Area-9 Area-16 Area-23"
                 "Area-6 Area-10 Area-17 Area-24"
                 "Area-6 Area-11 Area-18 Area-25"
                 "Area-6 Area-26 Area-27 Area-28"
                 / .5fr .5fr 1.25fr 1fr;
  min-width: 940px;
}

.grid_ttl {
  color: #fff;
  text-align: center;
  background-color: #5198e6;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-weight: 700;
  display: flex;
}

.grid_ttl.column {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding-right: 0;
}

.ttl_sat {
  color: #000;
  text-align: center;
  background-color: #f0f7ff;
  justify-content: center;
  align-items: center;
  padding: 13px 20px;
  font-weight: 700;
  display: flex;
}

.ttl_sun {
  color: #000;
  background-color: #f0f7ff;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.cell {
  color: var(--black-2);
  text-align: center;
  background-color: #f0f7ff;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 13px 20px;
  display: flex;
}

.cell._3x {
  height: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.grid_wrapper {
  margin-top: 50px;
  margin-bottom: 60px;
  display: block;
}

.sponsername {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5em;
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.link-2 {
  color: #fff;
}

.cell-2 {
  color: #000;
  text-align: center;
  background-color: #f0f7ff;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 13px 20px;
  display: flex;
}

.cell-2._3x {
  height: auto;
}

.cell-2.l {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.timeline {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template: "Area Area-2 Area-3"
                 "Area-5 Area-6 Area-7"
                 "Area-5 Area-14 Area-15"
                 "Area-5 Area-22 Area-23"
                 "Area-5 Area-22 Area-23"
                 "Area-5 Area-24 Area-32"
                 "Area-5 Area-25 Area-33"
                 "Area-21 Area-28 Area-36"
                 "Area-21 Area-29 Area-37"
                 "Area-21 Area-30 Area-38"
                 "Area-21 Area-31 Area-39"
                 / .5fr .5fr 1.25fr;
}

.left {
  text-align: left;
  width: 100%;
}

.link_txt, .text-block-3 {
  color: var(--dodger-blue);
  border: 1px solid #0000;
  text-decoration: underline;
}

.image-3 {
  text-align: left;
  width: 300px;
  display: inline-block;
  position: static;
}

.paragraph-6 {
  text-align: center;
}

.link-block-3 {
  text-align: center;
  margin-top: 40px;
  display: block;
}

.link-block-3.link {
  opacity: 1;
  text-align: center;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: visible;
}

.link-block-3.link:hover {
  opacity: .51;
}

.div-block-2 {
  text-align: left;
  display: block;
}

.text-block-4 {
  color: var(--dodger-blue);
  border: 1px solid #0000;
  text-decoration: underline;
}

.div-block-3 {
  flex-direction: column;
  display: flex;
}

.ar_link {
  flex-direction: column;
  align-items: center;
  width: 45%;
  margin-bottom: 40px;
  display: flex;
}

.glb {
  width: 100%;
  max-width: 512px;
}

.ar_wrapper {
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.paragraph-7 {
  display: block;
}

.paragraph-8 {
  text-align: center;
  display: none;
}

.image-4 {
  max-width: 50%;
}

.div-block-4 {
  text-align: center;
}

.link-block-supporter {
  text-align: center;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.link-block-supporter:hover {
  opacity: .5;
}

.supportercolumn {
  text-align: center;
}

.supporterlogo:hover {
  opacity: .5;
}

.sponsor_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.sponsor_wrapper.rev {
  flex-flow: wrap-reverse;
}

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

.grid-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
}

.grid-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.photo_wrapper {
  width: 150px;
}

.cooperation_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.cell-3 {
  color: #000;
  text-align: center;
  background-color: #f0f7ff;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 13px 20px;
  display: flex;
}

.cell-3.l {
  flex-direction: column;
  justify-content: center;
}

.grid-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr;
}

.paragraph-9 {
  text-align: center;
  display: none;
}

.paragraph-10 {
  display: block;
}

.text-block-6 {
  text-align: center;
}

.link-3 {
  text-align: left;
}

.banner-sp {
  display: none;
}

.cell-4 {
  color: #000;
  text-align: center;
  background-color: #f0f7ff;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 13px 20px;
  display: flex;
}

.livebtn-2 {
  text-align: center;
  background-color: #3898ec;
  border-radius: 40px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  max-width: 500px;
  padding: 14px 30px;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.grid-5 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.paragraph-11 {
  display: block;
}

.heading-3 {
  text-align: center;
}

.cell-5 {
  color: #000;
  text-align: center;
  background-color: #f0f7ff;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 13px 20px;
  display: flex;
}

.button {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.grid-6 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
  display: none;
}

.paragraph-12 {
  display: block;
}

.div-block-5 {
  margin-bottom: 60px;
}

.red {
  color: #f53434;
}

.chart_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dodger-blue);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  display: flex;
}

.button-text {
  color: var(--white);
  font-weight: 700;
}

.button-event {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dodger-blue);
  color: var(--white);
  border-radius: 40px;
  padding: 14px 30px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.button-event:hover {
  opacity: .8;
}

.button-event.hyde {
  display: none;
}

.text-block-7, .text-left {
  text-align: left;
}

.code-embed {
  height: 56.25vw;
}

.live_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
}

.cell-6 {
  color: #000;
  text-align: center;
  background-color: #f0f7ff;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 13px 20px;
  display: flex;
}

.cell-6.l {
  flex-direction: column;
  justify-content: center;
}

.paragraph-13 {
  text-align: center;
  display: none;
}

.left-2 {
  text-align: left;
}

.paragraph-14 {
  display: block;
}

.button-text-2 {
  color: #fff;
  font-weight: 700;
}

.button-event-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #3898ec;
  border-radius: 40px;
  padding: 14px 30px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.button-event-2:hover {
  opacity: .8;
}

@media screen and (max-width: 991px) {
  .navlink {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu {
    background-color: var(--black-2);
    opacity: .79;
  }

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

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

  .icon {
    float: none;
    color: var(--white);
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 40px;
    display: block;
    position: static;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .column {
    padding-right: 0;
  }

  .columns {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .column-2 {
    padding-left: 0;
  }

  .ttl {
    font-size: 32px;
    line-height: 48px;
  }

  .container {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid_wrapper {
    overflow: scroll;
  }

  .paragraph-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .timeline {
    min-width: 940px;
  }

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

  .cooperation_wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-4 {
    min-width: 940px;
  }
}

@media screen and (max-width: 767px) {
  .navlink {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu {
    background-color: var(--black-2);
    opacity: .8;
  }

  .mainheader {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 28px;
  }

  .wrapper, .wrapper.even {
    padding-bottom: 80px;
  }

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

  .speakercolumn {
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .sponsorlarge {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

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

  .body {
    line-height: 1.8em;
  }

  .subheader {
    font-size: 24px;
  }

  .faqcolumn {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .speakerscard_name {
    font-size: 16px;
    line-height: 1.6em;
  }

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

  .speakerscard_company {
    font-size: 12px;
    line-height: 1.6em;
  }

  .sponsorcolumn {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sponsorcolumn.first {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sponsorlogo {
    width: 33%;
    margin-bottom: 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .footercopyright {
    font-size: 12px;
  }

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

  .footerlogo {
    width: 40%;
  }

  .sponsorsilvercolumn {
    margin-bottom: 20px;
  }

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

  .icon {
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .columns {
    width: 80%;
  }

  .ttl {
    margin-bottom: 40px;
  }

  .main_wrapper {
    padding: 60px 20px;
  }

  .timeline {
    min-width: 940px;
  }

  .ar_wrapper {
    flex-flow: column;
    align-items: center;
  }

  .banner-pc {
    display: none;
  }

  .sponsor_wrapper {
    justify-content: center;
  }

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

  .cooperation_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-4 {
    min-width: 940px;
  }

  .banner-sp {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    overflow: hidden;
  }

  .logowrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .navbar {
    inset: 0% 0% auto auto;
  }

  .logo {
    width: 85%;
    min-width: 300px;
    margin-top: 0;
  }

  .navlink {
    color: var(--white);
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu {
    background-color: var(--black-2);
    opacity: .8;
  }

  .heromessage {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
  }

  .heroheader {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
  }

  .herolivebtn {
    font-size: 16px;
  }

  .mainheader {
    margin-top: 30px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
  }

  .wrapper {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .wrapper.even {
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .maintxt {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 1.8em;
  }

  .speakercolumn {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .sponsorlarge {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .sponsorsmall {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sponsorsmall.first {
    margin-bottom: 0;
  }

  .body {
    font-size: 15px;
    line-height: 1.8em;
  }

  .subheader {
    margin-top: 30px;
    font-size: 22px;
  }

  .faqcolumn {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .speakerscard_name {
    margin-bottom: 0;
    font-size: 14px;
  }

  .speakerscard {
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .speakerscard.blank {
    display: none;
  }

  .speakerscard_company {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 12px;
  }

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

  .sponsorcolumn.first {
    flex-flow: column;
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sponsorlogo {
    width: 50%;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faqquestion {
    font-size: 18px;
    line-height: 1.8em;
  }

  .campfirebtn {
    font-size: 16px;
  }

  .footer {
    text-align: left;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footercopyright {
    font-size: 12px;
  }

  .image {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footerlogo {
    min-width: 200px;
  }

  .supporterbtn {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sponsorgoldcolumn, .sponsorsilvercolumn {
    margin-bottom: 20px;
  }

  .timetabletxt {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .livebtn {
    font-size: 16px;
  }

  .icon {
    color: var(--white);
    font-size: 40px;
  }

  .faqtxt {
    font-size: 16px;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .link-block.link {
    width: 130px;
  }

  .sponsorname {
    margin: 10px 0;
    padding-left: 0;
    font-size: 12px;
  }

  .sponsorname.txtonly {
    font-size: 28px;
  }

  .image-2 {
    margin-top: 0;
  }

  .columns {
    width: 90%;
  }

  .ttl {
    font-size: 24px;
    line-height: 36px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-2.l {
    flex-direction: column;
    justify-content: center;
  }

  .ar_link {
    width: 100%;
  }

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

  .cooperation_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .cell-3.l {
    flex-direction: column;
    justify-content: center;
  }

  .grid-4 {
    min-width: 940px;
  }

  .livebtn-2 {
    font-size: 16px;
  }

  .button {
    flex-flow: column;
  }

  .list {
    padding-left: 20px;
  }

  .sp_br {
    display: inline-block;
  }

  .cell-6.l {
    flex-direction: column;
    justify-content: center;
  }
}

#w-node-b4c705a7-22ed-d8a6-1b20-6f519433d2b7-87df822e {
  grid-area: Area;
}

#w-node-_739f86a0-8021-a28f-cd94-4a7fc6ed8a47-87df822e {
  grid-area: Area-2;
}

#w-node-_8e34a709-2ed3-8dde-4002-9569479ac66f-87df822e {
  grid-area: Area-3;
}

#w-node-_26f7dd48-0814-aeca-8b65-3f6dda4b1157-87df822e {
  grid-area: Area-5;
  align-self: stretch;
}

#w-node-_4d92fceb-8634-5099-a485-2158990f336f-87df822e {
  grid-area: Area-6;
}

#w-node-_6060567d-d352-b3e5-8031-2cb96aa7afba-87df822e {
  grid-area: Area-7;
}

#w-node-_7ea9b47d-b712-dc44-0b10-d3a3e05d07d1-87df822e {
  grid-area: Area-14;
}

#w-node-_73b78434-b23c-fac3-1e1e-3fe7de447510-87df822e {
  grid-area: Area-15;
}

#w-node-_0b739f23-9433-e50e-99a0-872c6c594d67-87df822e {
  grid-area: Area-21;
  align-self: stretch;
}

#w-node-c8c1e006-6793-8730-1170-ed665cfa8a20-87df822e {
  grid-area: Area-22;
}

#w-node-cc1b4696-0c76-b0c9-5009-561f54513dc0-87df822e {
  grid-area: Area-24;
}

#w-node-_8cd22a04-0b90-adaf-d811-8779f8d0cdd8-87df822e {
  grid-area: Area-23;
}

#w-node-_5ad5990e-c7ca-abbf-c1ff-aa3eca1c8956-87df822e {
  grid-area: Area-32;
}

#w-node-_5d20d601-9ecc-8e7c-42e0-3e68d09023ef-87df822e {
  grid-area: Area-33;
}

#w-node-_970da44b-7c24-a12e-abaf-e8ed77a0dc8e-87df822e {
  grid-area: Area-36;
}

#w-node-e765ce27-3d0a-8e57-5d3f-e282375dd82f-87df822e {
  grid-area: Area-37;
}

#w-node-_225c8062-397f-fd00-2a27-0f07b6c9745a-87df822e {
  grid-area: Area-38;
}

#w-node-_7ce61212-5b5e-f2a2-8392-08c530ae4ef9-87df822e {
  grid-area: Area-28;
}

#w-node-c0739e11-415c-7255-c4ba-53812b2cba63-87df822e {
  grid-area: Area-29;
}

#w-node-_6163d7b8-6c3b-ceaf-2d5b-8da3b2c5eec6-87df822e {
  grid-area: Area-30;
}

#w-node-c098028c-3647-793c-2d4a-22fcdb8ba88a-87df822e {
  grid-area: Area-31;
}

#w-node-a2150d6d-5be9-7a26-b2b4-9d3c5fa08946-87df822e {
  grid-area: Area-39;
}

#w-node-f9fe4fc1-2202-50f1-3843-8ebfe5a1c2ea-87df822e {
  grid-area: Area-25;
}

#w-node-d4b71495-157c-d160-5652-5ceefddd1b9d-87df822e, #w-node-d4b71495-157c-d160-5652-5ceefddd1ba0-87df822e, #w-node-d4b71495-157c-d160-5652-5ceefddd1ba3-87df822e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4b71495-157c-d160-5652-5ceefddd1ba6-87df822e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d4b71495-157c-d160-5652-5ceefddd1ba9-87df822e, #w-node-d4b71495-157c-d160-5652-5ceefddd1bae-87df822e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4b71495-157c-d160-5652-5ceefddd1bb1-87df822e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d4b71495-157c-d160-5652-5ceefddd1bb4-87df822e, #w-node-d4b71495-157c-d160-5652-5ceefddd1bb7-87df822e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4b71495-157c-d160-5652-5ceefddd1bba-87df822e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d4b71495-157c-d160-5652-5ceefddd1bbd-87df822e, #w-node-d4b71495-157c-d160-5652-5ceefddd1bc0-87df822e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54822752-e6d5-14de-abb7-2e4fdfede4d6-87df822e, #w-node-_54822752-e6d5-14de-abb7-2e4fdfede4f7-87df822e, #w-node-_54822752-e6d5-14de-abb7-2e4fdfede508-87df822e, #w-node-_54822752-e6d5-14de-abb7-2e4fdfede517-87df822e, #w-node-_54822752-e6d5-14de-abb7-2e4fdfede54c-87df822e, #w-node-_60c4f64c-59a1-7ea8-9fb7-f4171e47ac92-87df822e, #w-node-_54822752-e6d5-14de-abb7-2e4fdfede55d-87df822e, #w-node-_54822752-e6d5-14de-abb7-2e4fdfede578-87df822e {
  align-self: stretch;
}


