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

.day_timeline_wrap {
  height: auto;
  min-height: 680px;
  padding: 15px;
  background-color: hsla(0, 100%, 99%, 0.03);
}

.event {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 50px;
  padding-left: 30px;
  font-family: Poppins, sans-serif;
  color: snow;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.hamburger_line {
  width: 35px;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #fff;
}

.large-logo {
  margin-bottom: 16px;
}

.speaker-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.084714%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 65.3%, 0.63);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.speaker-bio-contain {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

.speaker-bio-contain.bio-contain-2 {
  display: none;
  opacity: 0;
}

.speaker-bio-contain.bio-contain-1 {
  z-index: 100;
  display: none;
  border-radius: 0px;
  opacity: 0;
}

.speaker-bio-contain.bio-contain-3 {
  display: none;
  opacity: 0;
}

.speaker-bio-contain.bio-contain-4 {
  display: none;
  opacity: 0;
}

.speaker-bio-contain.bio-contain-5 {
  display: none;
  opacity: 0;
}

.speaker-bio-contain.bio-contain-6 {
  display: none;
  opacity: 0;
}

.speaker-bio-contain.bio-contain-7 {
  display: none;
  opacity: 0;
}

.speaker-bio-contain.bio-contain-8 {
  display: none;
  opacity: 0;
}

.speaker-bio-contain.bio-contain-9 {
  display: none;
  opacity: 0;
}

.pricing-card {
  width: 70%;
  min-width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.07);
  background-color: snow;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  text-decoration: none;
}

.pricing-card:hover {
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.04);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.h3 {
  margin-bottom: 20px;
  opacity: 1;
  color: #150303;
  font-size: 40px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 6%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.success-message {
  border-radius: 100px;
  background-color: red;
}

.clients_wrapper {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.main-grid {
  width: 100%;
  height: auto;
  max-height: none;
  min-height: auto;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.main-grid.about-grid {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.main-grid.pricing-grid {
  display: none;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.timeline {
  width: 1px;
  height: 550px;
  background-color: hsla(0, 100%, 99%, 0.3);
}

.timeline.day_3_timeline {
  height: 550px;
}

.timeline.day_2_timeline {
  width: 1px;
  height: 450px;
  background-color: hsla(0, 100%, 99%, 0.3);
}

.speaker-block {
  position: static;
  width: 160px;
  height: 120px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.day {
  margin-bottom: 6px;
  color: snow;
  font-size: 16px;
  text-align: center;
}

.social-media-icon {
  padding: 0px;
}

.h2 {
  position: static;
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Sawarabi Mincho', sans-serif;
  color: #150303;
  font-size: 48px;
  line-height: 80px;
  font-weight: 400;
}

.h2.contact-h {
  margin-top: 0px;
  margin-bottom: 0px;
  color: snow;
}

.h2.centered {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.h2.centered.white {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
  color: snow;
  font-weight: 400;
}

.h2.jp {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 79px;
  font-weight: 600;
}

.timeline_grid {
  position: absolute;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.timeline_grid.day_2_timeline_grid {
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.date-and-location {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  color: snow;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.wrapper.navbar_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.footer_wrapper {
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-3 {
  color: red;
}

.text-span-3:hover {
  color: red;
  text-decoration: underline;
}

.speaker-bio {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 70%;
  height: auto;
  max-width: 700px;
  min-height: 400px;
  padding: 40px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.paragraph {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #150303;
  font-size: 18px;
  line-height: 31px;
  font-weight: 300;
}

.paragraph.speaker-bio-p {
  padding-top: 14px;
  font-size: 16px;
  line-height: 26px;
}

.paragraph.white-p {
  color: #fff;
}

.speak-name {
  padding-top: 6px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-link {
  position: relative;
  z-index: 2;
  display: block;
  padding: 12px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #a7a7a7;
  box-shadow: 7px 7px 0 1px #a7a7a7;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #150303;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.text-link:hover {
  color: #000;
}

.about-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 3;
  width: 100%;
  max-width: 35%;
  padding-right: 60px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  opacity: 1;
}

.logo {
  position: absolute;
  width: auto;
}

.speakers-color-block {
  position: absolute;
  left: auto;
  top: 90px;
  right: 0%;
  bottom: 0%;
  display: none;
  max-height: 500px;
  min-height: 70vh;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  max-height: none;
  padding: 140px 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
}

.section.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: none;
  padding-right: 6%;
  padding-left: 6%;
  background-color: #150303;
}

.section.agenda-section {
  padding: 80px 8% 100px;
  background-color: #150303;
}

.section.faq-section {
  display: none;
  padding-top: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section.contact-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/jonathan-riley-VW8MUbHyxCU-unsplash-1-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/jonathan-riley-VW8MUbHyxCU-unsplash-1-1.jpg');
  background-position: 0px 0px, 50% 50%;
}

.section.vertical-flex {
  display: block;
  min-height: 0vh;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-message {
  max-width: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: snow;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.form-message.show-on-mobile {
  display: none;
}

.timeline-date {
  color: snow;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.right-side-wrapper {
  display: block;
  padding-top: 0px;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-4 {
  color: #fff;
  font-size: 20px;
}

.view-bio {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  font-weight: 700;
  text-align: center;
}

.form-block {
  width: 100%;
  padding-top: 42px;
  padding-bottom: 42px;
}

.price {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 24px;
  padding: 12px;
  background-color: rgba(255, 0, 0, 0.2);
  font-family: Poppins, sans-serif;
  color: red;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.speaker-bio-close-wrap {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 26px;
  opacity: 1;
}

.field-wrapper {
  width: 50%;
  padding-right: 10%;
}

.pricing-cards-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.timeline_circle {
  width: 15px;
  height: 15px;
  margin-top: 12px;
  margin-right: 9px;
  margin-left: 9px;
  border-radius: 0%;
  background-color: red;
}

.timeline_circle.purple_circle {
  background-color: snow;
}

.menu_button {
  display: none;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.footer-link {
  width: 25%;
}

.nav_links {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  padding: 0px;
  -webkit-transition: color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #2f3033;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: none;
}

.nav_links:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #221f1f;
}

.nav_links.w--current {
  padding-bottom: 0px;
  border-bottom: 1px solid #2f3033;
  font-weight: 400;
  text-decoration: none;
}

.form-field {
  width: 100%;
  height: 45px;
  margin-top: 1px;
  margin-bottom: 19px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 100%, 99%, 0.2);
  border-radius: 0px;
  background-color: transparent;
  color: #a7a7a7;
}

.form-field:focus {
  border-style: solid;
  border-color: hsla(0, 100%, 99%, 0);
  background-color: hsla(0, 0%, 65.3%, 0.28);
}

.form-field.dark-form-field {
  background-color: rgba(255, 0, 0, 0.1);
}

.agenda-grid {
  padding-top: 24px;
  padding-right: 0%;
  padding-left: 0%;
  grid-column-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button {
  margin-top: 12px;
  padding: 8px 30px;
  border: 1px solid #fff;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  padding-top: 8px;
  padding-bottom: 8px;
  border-color: #a7a7a7;
  border-radius: 0px;
  background-color: #a7a7a7;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
}

.button.navbar-button {
  display: none;
  margin-top: 0px;
  margin-left: 10px;
  padding: 8px 30px;
  border-color: #150303;
  background-color: #150303;
}

.button.navbar-button:hover {
  border-color: #a7a7a7;
  background-color: #a7a7a7;
  color: #000;
}

.button.pricing-buttons {
  margin-top: 20px;
  border-color: #150303;
  background-color: #150303;
}

.button.pricing-buttons:hover {
  border-color: red;
  background-color: red;
}

.button.dark-button {
  margin-top: 5px;
  border-color: #150303;
  background-color: #150303;
}

.button.dark-button:hover {
  border-color: red;
  background-color: red;
}

.social-media-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline_content_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-media-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.logo_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.logo_link.w--current {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.speaker-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url('../images/DSC02156.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.speaker-image.speaker-image-3 {
  background-image: url('../images/DSC_1576.jpg');
}

.speaker-image.speaker-image-4 {
  background-image: url('../images/DSC02171.jpg');
}

.speaker-image.speaker-image-6 {
  background-image: url('../images/DSC02273.jpg');
}

.speaker-image.speaker-image-2 {
  background-image: url('../images/DSC02230.jpg');
}

.speaker-image.speaker-image-5 {
  background-image: url('../images/DSC02222.jpg');
}

.speaker-image.speaker-image-7 {
  background-image: url('../images/DSC02186.jpg');
}

.speaker-image.speaker-image-8 {
  background-image: url('../images/DSC02270.jpg');
}

.speaker-image.speaker-image-9 {
  background-image: url('../images/DSC02295.jpg');
}

.speaker-image.speaker-image-10 {
  background-image: url('../images/DSC02237.jpg');
}

.speaker-image.speaker-image-11 {
  background-image: url('../images/DSC_1635.jpg');
}

.speaker-image.speaker-image-12 {
  background-image: url('../images/DSC02281.jpg');
}

.speaker-image.speaker-image-13 {
  background-image: url('../images/th-yamane.jpg');
}

.speaker-image.speaker-image-14 {
  background-image: url('../images/toyo.jpg');
}

.speaker-image.speaker-image-16 {
  background-image: url('../images/apu.jpg');
}

.speaker-image.speaker-image-15 {
  background-image: url('../images/jindai.jpg');
}

.speaker-image.speaker-image-16 {
  background-image: url('../images/apu.jpg');
}

.timeline_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pricing-cards-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  text-align: center;
}

.menu_items {
  display: none;
  width: 50%;
  height: auto;
  min-width: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.lightbox-link {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 20px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.time {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 50px;
  padding-right: 30px;
  font-family: Poppins, sans-serif;
  color: snow;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.copyrights {
  width: 50%;
  font-family: Poppins, sans-serif;
  color: snow;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px 6%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.mobile_menu {
  display: none;
}

.written-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body {
  font-family: 'Playfair Display', sans-serif;
}

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

.h5.centered {
  color: #150303;
  text-align: center;
}

.h5.red-text {
  color: red;
  font-weight: 400;
}

.whats-included {
  display: block;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  color: #150303;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.text-span-4 {
  font-size: 20px;
}

.faq-q-text {
  margin-top: 0px;
  color: #221f1f;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
  text-align: left;
}

.faq-answer-text {
  width: 100%;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  color: #221f1f;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.faq-plus {
  width: 30px;
  height: 5px;
  border-radius: 0px;
  background-color: red;
}

.faq-plus-l {
  position: absolute;
  width: 5px;
  height: 20px;
  border-radius: 0px;
  background-color: red;
}

.faq-wrap {
  max-width: 60%;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}

.faq-plus-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-answer {
  overflow: hidden;
  margin-bottom: 12px;
  padding-left: 0px;
  border-bottom: 1px none rgba(193, 191, 189, 0.4);
  color: #221f1f;
}

.h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 30px;
}

.shape-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-width: 40%;
  opacity: 1;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer_link {
  color: snow;
  text-decoration: none;
}

.footer_link:hover {
  text-decoration: underline;
}

.color-social-media-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  opacity: 0;
}

.nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 1px;
  padding: 3px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #150303;
  font-size: 16px;
  text-decoration: none;
}

.nav-link.w--current {
  background-color: #a7a7a7;
  color: snow;
}

.hover-div {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 3px 10px;
  background-color: #a7a7a7;
}

.text-link-contain {
  position: relative;
  display: block;
  margin-top: 10px;
  padding-top: 0px;
}

.faq-contain {
  padding-top: 12px;
}

.company-image {
  padding-top: 4px;
}

.speaker-grid {
  display: -ms-grid;
  display: grid;
  width: 56.5%;
  height: auto;
  padding-top: 0px;
  padding-left: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
}

.speaker-main-grid {
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-text {
  position: relative;
  z-index: 2;
  font-family: Lato, sans-serif;
  color: #fff;
}

.mobile-logo {
  display: none;
}

.color-heading {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #150303;
  font-weight: 700;
}

.colors-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px none hsla(0, 0%, 60.8%, 0.3);
  border-bottom: 1px none hsla(0, 0%, 60.8%, 0.3);
}

.style_block {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 14px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: #fff;
  box-shadow: 1px 1px 14px 0 rgba(0, 0, 0, 0.04);
}

.color-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin: 40px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.wrapper-2 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1400px;
}

.color {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #150303;
}

.color.ghost_white {
  background-color: snow;
}

.color.blue {
  background-color: red;
}

.light_background {
  width: 100%;
  padding: 10px 25px 10px 0px;
}

.liscencing_and_style_guide_wrapper {
  width: 100%;
  max-width: 900px;
  padding-top: 40px;
  border-top: 1px none hsla(0, 0%, 100%, 0.2);
  border-bottom: 1px none hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
}

.h1 {
  font-family: 'Playfair Display', sans-serif;
  color: #150303;
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
}

.color-hex {
  color: #150303;
  font-weight: 300;
}

.button-bg {
  display: inline-block;
  margin-bottom: 10px;
  padding: 20px 40px;
  background-color: #150303;
}

.button-bg.light-bg {
  margin-bottom: 10px;
  background-color: transparent;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  max-height: none;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: snow;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-2 {
  font-family: Poppins, sans-serif;
  color: #150303;
  font-size: 16px;
  line-height: 24px;
}

.liscencing_and_style_guide_wrapper-2 {
  width: 100%;
  max-width: 900px;
  padding-top: 0px;
  background-color: transparent;
}

.h2-3 {
  position: relative;
  z-index: 2;
  max-width: 350px;
  color: #231f20;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.h2-3.image_licensing_h2 {
  font-size: 40px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.source_license_link {
  margin: 15px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #231f20;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
}

.source_license_link:hover {
  color: red;
}

.text-block-5 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: red;
  font-size: 16px;
}

.link {
  color: red;
  font-size: 18px;
  text-decoration: none;
}

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

.background-video {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  overflow: hidden;
  width: 60%;
  height: 100vh;
  opacity: 0.8;
}

.logo-2 {
  position: static;
  width: auto;
}

.div-block-21 {
  position: relative;
  width: 45%;
}

.blc-logo {
  position: relative;
  width: 45%;
}

.form-field-text {
  width: 100%;
  height: auto;
  margin-top: 1px;
  margin-bottom: 19px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 100%, 99%, 0.2);
  border-radius: 0px;
  background-color: transparent;
  color: #a7a7a7;
}

.form-field-text:focus {
  border-style: solid;
  border-color: hsla(0, 100%, 99%, 0);
  background-color: hsla(0, 0%, 65.3%, 0.28);
}

.form-field-text.dark-form-field {
  background-color: rgba(255, 0, 0, 0.1);
}

.form-field-copy {
  width: 100%;
  height: 45px;
  margin-top: 1px;
  margin-bottom: 19px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 100%, 99%, 0.2);
  border-radius: 0px;
  background-color: transparent;
  color: #a7a7a7;
}

.form-field-copy:focus {
  border-style: solid;
  border-color: hsla(0, 100%, 99%, 0);
  background-color: hsla(0, 0%, 65.3%, 0.28);
}

.form-field-copy.dark-form-field {
  background-color: rgba(255, 0, 0, 0.1);
}

.bold-text {
  font-family: Lato, sans-serif;
}

.paragraph-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 15px 0px 15px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  line-height: 24px;
}

.blc-clients {
  height: auto;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #000 #000 #000 #fff;
}

.text-block-6 {
  padding-right: 15px;
  color: #fff;
  font-size: 12px;
  text-align: right;
}

.clients-clm {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.paragraph-3 {
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 26px;
  font-weight: 700;
  text-align: left;
}

.paragraph4 {
  margin-bottom: 0px;
  padding-left: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.column {
  padding-right: 0px;
  padding-left: 40px;
  border-left: 1px solid #000;
}

.image {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  max-height: none;
  min-height: 110vh;
  padding: 140px 8%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: snow;
}

.section-about.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: none;
  padding-right: 6%;
  padding-left: 6%;
  background-color: #150303;
}

.section-about.agenda-section {
  min-height: 60vh;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #150303;
}

.section-about.faq-section {
  display: none;
  padding-top: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-about.contact-section {
  min-height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/jonathan-riley-VW8MUbHyxCU-unsplash-1-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/jonathan-riley-VW8MUbHyxCU-unsplash-1-1.jpg');
  background-position: 0px 0px, 50% 50%;
}

.section-about.vertical-flex {
  display: block;
  min-height: 0vh;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-22 {
  width: 80%;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-overview {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  max-height: none;
  padding: 140px 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
}

.section-overview.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: none;
  padding-right: 6%;
  padding-left: 6%;
  background-color: #150303;
}

.section-overview.agenda-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #150303;
}

.section-overview.faq-section {
  display: none;
  padding-top: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-overview.contact-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/jonathan-riley-VW8MUbHyxCU-unsplash-1-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/jonathan-riley-VW8MUbHyxCU-unsplash-1-1.jpg');
  background-position: 0px 0px, 50% 50%;
}

.section-overview.vertical-flex {
  display: block;
  min-height: 0vh;
  padding: 90px 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: snow;
}

.list {
  display: block;
}

.overview-contain-sp {
  display: none;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-2 {
  padding-right: 40px;
}

.slider {
  margin-top: 20px;
  opacity: 1;
}

.section-works {
  position: relative;
  display: block;
  overflow: hidden;
  height: auto;
  max-height: none;
  padding: 140px 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
}

.section-works.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: none;
  padding-right: 6%;
  padding-left: 6%;
  background-color: #150303;
}

.section-works.agenda-section {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #150303;
}

.section-works.faq-section {
  display: none;
  padding-top: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-works.contact-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/jonathan-riley-VW8MUbHyxCU-unsplash-1-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/jonathan-riley-VW8MUbHyxCU-unsplash-1-1.jpg');
  background-position: 0px 0px, 50% 50%;
}

.section-works.vertical-flex {
  display: block;
  min-height: 0vh;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-contact {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  max-height: none;
  padding: 140px 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
}

.section-contact.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: none;
  padding-right: 6%;
  padding-left: 6%;
  background-color: #150303;
}

.section-contact.agenda-section {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #150303;
}

.section-contact.faq-section {
  display: none;
  padding-top: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-contact.contact-section {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/jonathan-riley-VW8MUbHyxCU-unsplash-1-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/jonathan-riley-VW8MUbHyxCU-unsplash-1-1.jpg');
  background-position: 0px 0px, 50% 50%;
}

.section-contact.vertical-flex {
  display: block;
  min-height: 0vh;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-7 {
  display: inline-block;
  padding-right: 0px;
  font-weight: 700;
  text-align: left;
}

.text-block-8 {
  display: inline-block;
  margin-left: 40px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.div-block-23 {
  margin-bottom: 3px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 24px;
  text-align: left;
}

.bold-text-2 {
  margin-right: 0px;
}

.bold-text-3 {
  margin-right: 0px;
}

.bold-text-4 {
  margin-right: 0px;
}

.bold-text-5 {
  margin-right: 0px;
}

.bold-text-6 {
  margin-right: 0px;
}

.bold-text-7 {
  margin-right: 0px;
}

.overview-right {
  margin-bottom: 3px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 25px;
  text-align: left;
}

.overview-blc {
  width: 80%;
  min-width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px 40px 40px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.07);
  background-color: snow;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  text-decoration: none;
}

.overview-blc:hover {
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.04);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.overview-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  text-align: center;
}

.bold-text-14 {
  font-family: Lato, sans-serif;
}

.text-block-10 {
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 23px;
  text-align: left;
}

.text-block-10.last {
  margin-bottom: 0px;
}

.column-4 {
  padding-right: 40px;
}

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

.text-block-11 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
}

.div-block-26 {
  width: 99.9192%;
}

.section-works-copy {
  position: relative;
  display: none;
  overflow: hidden;
  height: auto;
  max-height: none;
  padding: 140px 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
}

.section-works-copy.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: none;
  padding-right: 6%;
  padding-left: 6%;
  background-color: #150303;
}

.section-works-copy.agenda-section {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #150303;
}

.section-works-copy.faq-section {
  display: none;
  padding-top: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-works-copy.contact-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/jonathan-riley-VW8MUbHyxCU-unsplash-1-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/jonathan-riley-VW8MUbHyxCU-unsplash-1-1.jpg');
  background-position: 0px 0px, 50% 50%;
}

.section-works-copy.vertical-flex {
  display: block;
  min-height: 0vh;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-link-contain-works {
  position: relative;
  display: none;
  margin-top: 10px;
  padding-top: 0px;
}

.slide {
  background-image: url('../images/DSC_1609.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/DSC02157.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .day_timeline_wrap {
    min-height: auto;
    margin-bottom: 30px;
  }

  .event {
    text-align: right;
  }

  .hamburger_line {
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    background-color: #000;
  }

  .large-logo {
    max-width: 80%;
  }

  .speaker-overlay {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 30%;
  }

  .pricing-card {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar {
    padding: 14px 3% 10px 4%;
  }

  .clients_wrapper {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .main-grid.about-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .timeline {
    height: 480px;
  }

  .timeline.day_3_timeline {
    height: 480px;
  }

  .timeline.day_2_timeline {
    height: 400px;
  }

  .speaker-block {
    min-height: auto;
    padding-right: 3px;
    padding-left: 3px;
  }

  .h2 {
    font-size: 48px;
  }

  .h2.jp {
    font-size: 42px;
    line-height: 66px;
    text-align: center;
  }

  .date-and-location {
    font-family: Lato, sans-serif;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .wrapper.navbar_wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .wrapper.footer_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .speaker-bio {
    width: 80%;
    max-width: 900px;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph.white-p {
    text-align: left;
  }

  .text-link {
    border-style: solid;
    border-color: #000;
    background-color: snow;
    box-shadow: 7px 7px 0 1px #a7a7a7;
    color: #000;
  }

  .text-link:active {
    opacity: 0.49;
  }

  .about-image {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    padding-right: 30px;
  }

  .speakers-color-block {
    display: none;
    min-height: auto;
  }

  .section {
    min-height: 400px;
    padding: 60px 4%;
  }

  .section.hero-section {
    height: 650px;
    max-height: none;
    min-height: auto;
    padding-right: 4%;
    padding-left: 4%;
  }

  .section.agenda-section {
    padding: 60px 5%;
  }

  .form-message.show-on-mobile {
    display: none;
  }

  .right-side-wrapper {
    padding-top: 0px;
  }

  .form-block {
    width: 100%;
  }

  .field-wrapper {
    padding-right: 4%;
  }

  .mobile_menu_links_wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu_button {
    display: none;
    margin-right: 0px;
    padding: 10px;
    background-color: transparent;
  }

  .menu_button:active {
    background-color: transparent;
  }

  .menu_button.w--open {
    margin-right: 30px;
    background-color: transparent;
  }

  .footer-link {
    width: 100%;
    text-align: center;
  }

  .nav_links {
    margin-top: 12px;
  }

  .nav_links.w--current {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom-style: none;
    font-weight: 500;
  }

  .nav_links.mobile_nav_links {
    margin-top: 0px;
    padding: 18px 25px;
    font-size: 18px;
    text-align: center;
  }

  .agenda-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button {
    text-align: center;
  }

  .button.navbar-button {
    border-color: red;
    background-color: red;
  }

  .button.initial-pink {
    margin-top: 12px;
    background-color: #ff788e;
  }

  .social-media-contain {
    width: 100%;
    padding-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .logo_link {
    width: auto;
  }

  .menu_items {
    display: none;
  }

  .mobile_menu_close_link {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding: 35px;
  }

  .time {
    text-align: left;
  }

  .copyrights {
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
  }

  .footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .mobile_menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 20000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    opacity: 1;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  .written-content {
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h5 {
    line-height: 24px;
  }

  .faq-q-text {
    font-size: 18px;
  }

  .faq-answer-text {
    width: 100%;
  }

  .faq-answer {
    padding-left: 0px;
  }

  .h4 {
    line-height: 30px;
  }

  .nav-link {
    display: none;
  }

  .speaker-grid {
    padding-top: 50px;
    padding-left: 0px;
    grid-column-gap: 8px;
  }

  .speaker-main-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-image-block {
    display: none;
  }

  .h1 {
    max-width: 500px;
    font-size: 64px;
    line-height: 72px;
    text-align: left;
  }

  .h2-3 {
    font-size: 42px;
    line-height: 45px;
  }

  .paragraph-2 {
    padding-left: 20px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 25px;
  }

  .paragraph-3 {
    margin-right: 0px;
  }

  .paragraph4 {
    margin-left: 10px;
  }

  .section-about {
    min-height: 400px;
    padding: 55px 4%;
  }

  .section-about.hero-section {
    height: 650px;
    max-height: none;
    min-height: auto;
    padding-right: 4%;
    padding-left: 4%;
  }

  .section-overview {
    min-height: 400px;
    padding: 55px 4%;
  }

  .section-overview.hero-section {
    height: 650px;
    max-height: none;
    min-height: auto;
    padding-right: 4%;
    padding-left: 4%;
  }

  .section-overview.vertical-flex {
    padding: 60px 5%;
  }

  .column-2 {
    padding-right: 10px;
  }

  .section-works {
    min-height: 400px;
    padding: 60px 4%;
  }

  .section-works.hero-section {
    height: 650px;
    max-height: none;
    min-height: auto;
    padding-right: 4%;
    padding-left: 4%;
  }

  .section-works.agenda-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-contact {
    min-height: 400px;
    padding: 60px 4%;
  }

  .section-contact.hero-section {
    height: 650px;
    max-height: none;
    min-height: auto;
    padding-right: 4%;
    padding-left: 4%;
  }

  .section-contact.agenda-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .overview-blc {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-works-copy {
    min-height: 400px;
    padding: 60px 4%;
  }

  .section-works-copy.hero-section {
    height: 650px;
    max-height: none;
    min-height: auto;
    padding-right: 4%;
    padding-left: 4%;
  }

  .section-works-copy.agenda-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .day_timeline_wrap {
    margin-bottom: 50px;
  }

  .event {
    font-weight: 400;
  }

  .hamburger_line {
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    background-color: #221f1f;
  }

  .large-logo {
    max-width: 60%;
    margin-bottom: 4px;
  }

  .pricing-card {
    padding-right: 70px;
    padding-left: 70px;
    box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, 0.05);
  }

  .clients_wrapper {
    width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .main-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .main-grid.pricing-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .timeline {
    height: 480px;
  }

  .timeline.day_2_timeline {
    height: 390px;
  }

  .speaker-block {
    width: 100%;
  }

  .day {
    font-weight: 400;
  }

  .h2.contact-h {
    margin-bottom: 12px;
  }

  .h2.centered {
    margin-bottom: 20px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .h2.jp {
    font-weight: 700;
  }

  .date-and-location {
    margin-top: 0px;
    font-size: 18px;
    line-height: 30px;
  }

  .nav-menu {
    padding-top: 5px;
  }

  .wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .speaker-bio {
    width: 90%;
    max-width: none;
    min-height: auto;
    padding: 20px;
  }

  .paragraph.white-p {
    max-width: 350px;
  }

  .text-link {
    border-style: solid;
    border-color: #000;
    background-color: snow;
    box-shadow: 7px 7px 0 1px #a7a7a7;
    color: #000;
  }

  .about-image {
    display: none;
    margin-top: -88px;
    padding-right: 0px;
  }

  .logo {
    display: block;
    max-width: 100%;
  }

  .section {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.hero-section {
    overflow: visible;
    height: 550px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #150303;
  }

  .form-message {
    display: none;
  }

  .form-message.show-on-mobile {
    display: block;
    max-width: none;
    margin-bottom: 24px;
    font-weight: 400;
  }

  .timeline-date {
    font-weight: 400;
  }

  .right-side-wrapper {
    padding-top: 0px;
  }

  .view-bio {
    font-size: 11px;
    line-height: 14px;
  }

  .form-block {
    padding-top: 20px;
  }

  .field-wrapper {
    width: 100%;
    padding-right: 0%;
  }

  .pricing-cards-contain {
    display: none;
  }

  .menu_button {
    display: none;
    margin-top: -4px;
    margin-right: 0px;
    padding: 10px;
  }

  .menu_button.w--open {
    margin-top: -4px;
    margin-right: 0px;
  }

  .nav_links {
    margin-left: 30px;
  }

  .nav_links.mobile_nav_links {
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 10px;
    font-size: 18px;
    text-align: center;
  }

  .agenda-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .hero-left {
    position: relative;
    z-index: 3;
    width: 100%;
  }

  .logo_link {
    width: auto;
  }

  .logo_link.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
  }

  .menu_items {
    display: none;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid hsla(0, 0%, 100%, 0.06);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.06);
    background-color: #1a1a1a;
    text-align: center;
  }

  .mobile_menu_close_link {
    padding: 24px;
  }

  .time {
    font-weight: 400;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .faq-plus-l {
    background-color: red;
  }

  .faq-wrap {
    max-width: 100%;
  }

  .faq-answer {
    padding-left: 0px;
  }

  .shape-image {
    max-width: 35%;
  }

  .speaker-grid {
    width: 100%;
    padding-top: 60px;
    padding-left: 0px;
    -ms-grid-columns: 1.25fr 1fr 1fr 1fr;
    grid-template-columns: 1.25fr 1fr 1fr 1fr;
  }

  .speaker-main-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-image-block {
    display: none;
  }

  .mobile-logo {
    display: block;
  }

  .style_block {
    padding: 35px;
  }

  .h1 {
    text-align: left;
  }

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

  .h2-3.image_licensing_h2 {
    font-size: 30px;
  }

  .source_license_link {
    margin-right: 0px;
    font-size: 18px;
  }

  .background-video {
    width: 100%;
    height: 100%;
    opacity: 0.35;
  }

  .logo-2 {
    display: block;
    max-width: 100%;
  }

  .paragraph4 {
    margin-left: 20px;
  }

  .section-about {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-about.hero-section {
    overflow: visible;
    height: 550px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #150303;
  }

  .section-overview {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-overview.hero-section {
    overflow: visible;
    height: 550px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #150303;
  }

  .overview-contain-sp {
    display: block;
  }

  .column-3 {
    padding-left: 40px;
  }

  .section-works {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-works.hero-section {
    overflow: visible;
    height: 550px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #150303;
  }

  .section-contact {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-contact.hero-section {
    overflow: visible;
    height: 550px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #150303;
  }

  .text-block-9 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 25px;
    text-align: left;
  }

  .div-block-24 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .bold-text-8 {
    margin-right: 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .bold-text-9 {
    margin-right: 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .bold-text-10 {
    margin-right: 0px;
  }

  .bold-text-11 {
    margin-right: 0px;
  }

  .bold-text-12 {
    margin-right: 0px;
  }

  .bold-text-13 {
    margin-right: 0px;
  }

  .overview-blc {
    padding-right: 80px;
    padding-left: 80px;
    box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, 0.05);
  }

  .bold-text-15 {
    font-family: Lato, sans-serif;
  }

  .overview-txt {
    margin-bottom: 10px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 23px;
    text-align: left;
  }

  .section-works-copy {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-works-copy.hero-section {
    overflow: visible;
    height: 550px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #150303;
  }
}

@media screen and (max-width: 479px) {
  .event {
    margin-bottom: 29px;
    padding-left: 10px;
  }

  .hamburger_line {
    width: 20px;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .large-logo {
    max-width: 70%;
    margin-bottom: 10px;
  }

  .speaker-bio-contain.bio-contain-1 {
    display: none;
    overflow: auto;
    opacity: 0;
  }

  .pricing-card {
    width: 90%;
    padding: 24px 0px;
  }

  .h3 {
    font-size: 32px;
    text-align: center;
  }

  .navbar {
    padding-left: 5%;
  }

  .clients_wrapper {
    width: auto;
  }

  .timeline {
    height: 430px;
  }

  .timeline.day_3_timeline {
    height: 400px;
  }

  .timeline.day_2_timeline {
    height: 340px;
  }

  .h2 {
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }

  .h2.contact-h {
    margin-bottom: 0px;
  }

  .h2.centered {
    margin-bottom: 50px;
  }

  .h2.jp {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 48px;
  }

  .close_icon {
    max-width: 80%;
  }

  .date-and-location {
    font-size: 16px;
    text-align: center;
    letter-spacing: 3px;
  }

  .nav-menu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }

  .wrapper.navbar_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .speaker-bio {
    overflow: auto;
    width: 90%;
    height: 90vh;
    padding: 36px 10px 12px;
    text-align: center;
  }

  .paragraph {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
  }

  .paragraph.white-p {
    font-weight: 400;
    text-align: center;
  }

  .speak-name {
    font-weight: 400;
    text-align: center;
  }

  .text-link {
    padding-right: 10px;
    padding-left: 10px;
    border-style: solid;
    border-color: #000;
    background-color: snow;
    box-shadow: 7px 7px 0 1px #a7a7a7;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }

  .text-link:active {
    opacity: 0.85;
  }

  .logo {
    max-width: 90%;
  }

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

  .section.hero-section {
    overflow: hidden;
    height: 100vh;
    min-height: auto;
    padding-top: 40px;
  }

  .section.agenda-section {
    padding: 60px 3%;
  }

  .section.faq-section {
    padding-top: 30px;
  }

  .form-message.show-on-mobile {
    text-align: center;
  }

  .contact-title-wrapper {
    width: 100%;
  }

  .view-bio {
    font-size: 11px;
    line-height: 15px;
  }

  .form-block {
    padding-bottom: 0px;
  }

  .speaker-bio-close-wrap {
    padding: 17px;
  }

  .field-wrapper {
    text-align: center;
  }

  .pricing-cards-contain {
    display: none;
  }

  .menu_button {
    padding: 10px;
  }

  .nav_links.mobile_nav_links {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .form-field {
    text-align: center;
  }

  .form {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .button.navbar-button {
    border-style: none;
    background-color: #a7a7a7;
  }

  .hero-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-media-contain {
    padding-top: 10px;
  }

  .logo_link.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 51%;
  }

  .pricing-cards-wrap {
    padding: 0px;
  }

  .menu_items {
    display: none;
  }

  .lightbox-link {
    display: none;
  }

  .mobile_menu_close_link {
    padding: 18px 15px 15px;
  }

  .time {
    margin-bottom: 30px;
    padding-right: 10px;
  }

  .copyrights {
    font-size: 14px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .written-content {
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h5.red-text {
    text-align: center;
  }

  .whats-included {
    font-weight: 400;
  }

  .faq-answer-text {
    margin-bottom: 0px;
    font-weight: 400;
  }

  .faq-wrap {
    padding-top: 0px;
  }

  .faq-question {
    margin-top: 0px;
    padding-bottom: 5px;
  }

  .faq-answer {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0px;
  }

  .shape-image {
    display: none;
  }

  .text-link-contain {
    border: 1px solid #fff;
  }

  .company-image {
    padding-top: 0px;
  }

  .speaker-grid {
    width: 100%;
    grid-auto-flow: row;
    grid-column-gap: 5px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .speaker-name-and-company {
    text-align: center;
  }

  .speaker-main-grid {
    padding-left: 0px;
  }

  .colors-contain {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .style_block {
    padding: 20px;
    text-align: center;
  }

  .color-wrapper {
    width: 50%;
  }

  .liscencing_and_style_guide_wrapper {
    padding-top: 50px;
  }

  .h1 {
    max-width: none;
    font-size: 54px;
    line-height: 38px;
    text-align: center;
  }

  .h2-3 {
    font-size: 28px;
    line-height: 42px;
  }

  .h2-3.image_licensing_h2 {
    text-align: center;
  }

  .source_license_link {
    margin-right: 11px;
    margin-left: 11px;
    font-size: 18px;
  }

  .logo-2 {
    max-width: 90%;
  }

  .blc-logo {
    width: 110%;
  }

  .form-field-text {
    text-align: center;
  }

  .form-field-copy {
    text-align: center;
  }

  .paragraph-2 {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 20px;
  }

  .blc-clients {
    height: auto;
    margin-bottom: 10px;
  }

  .paragraph-3 {
    padding-left: 20px;
  }

  .paragraph4 {
    margin-left: 10px;
  }

  .section-about {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-about.hero-section {
    overflow: hidden;
    height: 100vh;
    min-height: auto;
    padding-top: 40px;
  }

  .section-about.faq-section {
    padding-top: 30px;
  }

  .section-overview {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-overview.hero-section {
    overflow: hidden;
    height: 100vh;
    min-height: auto;
    padding-top: 40px;
  }

  .section-overview.faq-section {
    padding-top: 30px;
  }

  .section-overview.vertical-flex {
    padding: 60px 0%;
  }

  .overview-contain-sp {
    display: block;
  }

  .column-3 {
    padding-left: 0px;
  }

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

  .section-works.hero-section {
    overflow: hidden;
    height: 100vh;
    min-height: auto;
    padding-top: 40px;
  }

  .section-works.agenda-section {
    padding: 60px 3%;
  }

  .section-works.faq-section {
    padding-top: 30px;
  }

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

  .section-contact.hero-section {
    overflow: hidden;
    height: 100vh;
    min-height: auto;
    padding-top: 40px;
  }

  .section-contact.agenda-section {
    padding: 60px 3%;
  }

  .section-contact.faq-section {
    padding-top: 30px;
  }

  .text-block-9 {
    margin-right: 25px;
    margin-left: 25px;
  }

  .div-block-24 {
    margin-right: 25px;
    margin-left: 25px;
  }

  .bold-text-8 {
    margin-right: 0px;
  }

  .bold-text-9 {
    margin-right: 0px;
  }

  .bold-text-10 {
    margin-right: 0px;
  }

  .bold-text-11 {
    margin-right: 0px;
  }

  .bold-text-12 {
    margin-right: 0px;
  }

  .bold-text-13 {
    margin-right: 0px;
  }

  .overview-blc {
    width: 90%;
    padding: 24px 0px;
  }

  .overview-wrap {
    padding: 0px;
  }

  .bold-text-15 {
    font-family: Lato, sans-serif;
  }

  .overview-txt {
    margin-bottom: 10px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 22px;
    text-align: left;
  }

  .section-works-copy {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .section-works-copy.hero-section {
    overflow: hidden;
    height: 100vh;
    min-height: auto;
    padding-top: 40px;
  }

  .section-works-copy.agenda-section {
    padding: 60px 3%;
  }

  .section-works-copy.faq-section {
    padding-top: 30px;
  }

  .text-link-contain-works {
    border: 1px solid #fff;
  }
}

#w-node-fae42e28-835c-862f-98a1-f318751e5462-0c72b5f8 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_0f98cbca-7af7-afa3-e9f5-0a549903e5a2-0c72b5f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_26818861-18b1-2d04-a6e4-9175303ec632-0c72b5f8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6485a601-92c8-328e-a715-3db789954b40-0c72b5f8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_61b4f1a0-0ad4-b782-7d90-fa3e8e3d3db6-0c72b5f8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e3a7b87f-28fb-6453-0aa0-08e16c041dba-0c72b5f8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5736114f-b67f-1d51-7c72-f9a4b667fae3-0c72b5f8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3fe65da0-bbe4-5e17-6b8b-d510381ae9e0-0c72b5f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a91f27b6-c273-3cf0-b539-a9700c4a76d6-0c72b5f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6cf6b323-ec18-2ef5-a871-bd25e9d05cd7-0c72b5f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f4d687c7-75b1-d429-2baf-7538cc6e53a3-0c72b5f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c1dd8bbf-9811-391c-c0ac-06bf1adc7397-0c72b5f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3ad2362f-bd9d-50dd-feb1-bde26b5a27d2-0c72b5f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9ee43583-22c4-ba61-9a4e-a31c084d60d9-0c72b5f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_35ae6fe4-f0a5-a90f-3458-75fbeabb8fa9-0c72b5f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b78ef821-0edf-5a60-345b-758cf06c32b6-0c72b5f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_20fa8828-01b1-2941-7bf8-81d1ee87158c-0c72b5f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_50fc1044-6733-4b78-f9f4-90373d969b1d-0c72b5f8 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_50fc1044-6733-4b78-f9f4-90373d969b28-0c72b5f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_50fc1044-6733-4b78-f9f4-90373d969b2d-0c72b5f8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_50fc1044-6733-4b78-f9f4-90373d969b32-0c72b5f8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_50fc1044-6733-4b78-f9f4-90373d969b37-0c72b5f8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_50fc1044-6733-4b78-f9f4-90373d969b3c-0c72b5f8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_50fc1044-6733-4b78-f9f4-90373d969b41-0c72b5f8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_50fc1044-6733-4b78-f9f4-90373d969b46-0c72b5f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_50fc1044-6733-4b78-f9f4-90373d969b4b-0c72b5f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_50fc1044-6733-4b78-f9f4-90373d969b50-0c72b5f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_50fc1044-6733-4b78-f9f4-90373d969b55-0c72b5f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_50fc1044-6733-4b78-f9f4-90373d969b5a-0c72b5f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_50fc1044-6733-4b78-f9f4-90373d969b5f-0c72b5f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_50fc1044-6733-4b78-f9f4-90373d969b64-0c72b5f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_50fc1044-6733-4b78-f9f4-90373d969b69-0c72b5f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_50fc1044-6733-4b78-f9f4-90373d969b6e-0c72b5f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_50fc1044-6733-4b78-f9f4-90373d969b73-0c72b5f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

