.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;
  height: auto;
  -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(255, 0, 0, 0.6);
  -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;
  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;
}

.pricing-card {
  width: 100%;
  min-width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 24px;
  border-style: none;
  border-width: 2px;
  border-color: rgba(21, 3, 3, 0.03);
  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;
  font-family: Barlowsemicondensed, sans-serif;
  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: 21px 6% 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;
  background-color: transparent;
}

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

.agenda_wrapper {
  width: 100%;
  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 {
  -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: 100%;
  height: auto;
  min-height: 40vh;
  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 {
  margin-bottom: 20px;
  font-family: Barlowsemicondensed, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
}

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

.h2.centered {
  text-align: center;
}

.h2.centered.white {
  color: snow;
}

.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;
  right: 6px;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Barlowsemicondensed, sans-serif;
  color: snow;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: none;
}

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

.page-wrapper {
  margin-right: -53px;
  margin-left: auto;
  padding: 81px 73px 66px 25px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.speaker-bio {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  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);
}

.paragraph {
  font-family: Barlowsemicondensed, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.paragraph.speaker-bio-p {
  padding-top: 14px;
  font-family: Barlowsemicondensed, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

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

.speak-name {
  padding-top: 6px;
  font-family: Barlowsemicondensed, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.text-link {
  position: relative;
  z-index: 2;
  display: none;
  padding: 12px 10px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Barlowsemicondensed, sans-serif;
  color: #b40b0b;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.text-link:hover {
  color: red;
}

.about-image {
  position: absolute;
  left: 0%;
  top: 10%;
  right: auto;
  bottom: 0%;
  z-index: 3;
  width: 100%;
  max-width: 48%;
  padding-right: 60px;
  background-color: transparent;
}

.logo {
  position: static;
}

.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;
  height: auto;
  max-height: none;
  min-height: 100vh;
  padding: 10px 6% 8px;
  -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: #000;
}

.section.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: none;
  margin-right: auto;
  margin-left: auto;
  padding: 95px 0% 0px;
  background-color: #000;
}

.section.agenda-section {
  background-color: #150303;
}

.section.faq-section {
  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 {
  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/DSC02769.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/DSC02769.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.vertical-flex {
  -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: Poppins, sans-serif;
  color: snow;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.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 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

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

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

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

.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;
  font-family: Barlowsemicondensed, sans-serif;
  color: red;
}

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

.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: #b40b0b;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

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

.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: auto;
  min-height: 30vh;
  background-image: url('../images/josef-cannon.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

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

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

.speaker-image.speaker-image-5 {
  background-image: url('../images/kevin-tomlinson.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: block;
  width: 100%;
  padding: 24px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  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;
  -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;
  color: #fff;
}

.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%;
  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: red;
  color: snow;
}

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

.text-link-contain {
  position: relative;
  display: inline-block;
  padding-top: 20px;
}

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

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

.speaker-grid {
  height: auto;
  padding-top: 0px;
  padding-left: 0px;
  grid-row-gap: 20px;
  -ms-grid-rows: auto 20px auto;
  grid-template-areas: "Area . ."
    ". . Area-2";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

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

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

.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: Barlowsemicondensed, sans-serif;
  color: #fff;
  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;
  width: 60%;
  height: 100vh;
  margin-left: 365px;
  padding-left: 0px;
  opacity: 0.65;
}

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

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cards-section {
  padding-top: 4px;
  padding-bottom: 44px;
  background-color: #000;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  background-image: url('../images/IMG_2015.jpg');
  background-position: 50% 0%;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading {
  font-family: Barlowsemicondensed, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 48px;
}

.paragraph-2 {
  font-family: Barlowsemicondensed, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.bold-text-2 {
  text-decoration: underline;
}

.heading-2 {
  font-family: Barlowsemicondensed, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 48px;
}

.paragraph-3 {
  font-family: Barlowsemicondensed, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.heading-3 {
  font-family: Barlowsemicondensed, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 48px;
}

.paragraph-4 {
  font-family: Barlowsemicondensed, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.heading-4 {
  font-family: Barlowsemicondensed, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 48px;
}

.paragraph-5 {
  font-family: Barlowsemicondensed, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.link-2 {
  font-family: Barlowsemicondensed, sans-serif;
  color: snow;
  font-weight: 700;
  text-decoration: none;
}

.link-2:hover {
  color: #b40b0b;
}

.heading-5 {
  font-family: Barlowsemicondensed, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 48px;
}

.paragraph-6 {
  font-family: Barlowsemicondensed, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.heading-6 {
  font-family: Barlowsemicondensed, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 48px;
}

.paragraph-7 {
  font-family: Barlowsemicondensed, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.heading-7 {
  font-family: Barlowsemicondensed, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 48px;
}

.paragraph-8 {
  font-family: Barlowsemicondensed, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.heading-8 {
  font-family: Barlowsemicondensed, sans-serif;
  color: #fff;
}

.paragraph-9 {
  font-family: Barlowsemicondensed, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.heading-9 {
  font-family: Barlowsemicondensed, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 48px;
}

.paragraph-10 {
  font-family: Barlowsemicondensed, sans-serif;
  color: #fff;
  font-size: 16px;
}

.heading-10 {
  font-family: Barlowsemicondensed, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 36px;
}

.paragraph-11 {
  padding: 10px 44px 14px;
  font-family: Barlowsemicondensed, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
}

.paragraph-12 {
  display: none;
  color: #000;
}

.bold-text-3 {
  font-size: 30px;
  line-height: 48px;
}

.bold-text-4 {
  color: #fff;
}

.container {
  margin-top: 34px;
}

.heading-title {
  margin-top: -3px;
  font-family: Barlowsemicondensed, sans-serif;
  color: #b40b0b;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

.actor-role {
  padding-top: 6px;
  font-family: Barlowsemicondensed, sans-serif;
  color: #b40b0b;
  font-size: 16px;
  font-weight: 400;
}

.image {
  position: static;
  overflow: visible;
  float: none;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-2 {
  display: inline-block;
}

.slider-arrow-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 24px;
  margin-left: 24px;
  -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;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color 400ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 400ms cubic-bezier(.215, .61, .355, 1);
}

.slider-arrow-button:hover {
  background-color: #e6e6e6;
}

.slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-top: 20px;
  -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;
  font-size: 8px;
}

.slider-v1 {
  overflow: hidden;
  height: 86vh;
  max-height: 800px;
  min-height: 600px;
  margin-bottom: 24px;
  color: #fff;
}

.slider-arrow-icon {
  width: 24px;
}

.slider-arrow {
  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-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;
  -o-object-fit: fill;
  object-fit: fill;
}

.full-height {
  height: 100%;
}

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

.video-2 {
  right: 10px;
}

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

.section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  max-height: none;
  min-height: 100vh;
  padding: 90px 6%;
  -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: #000;
}

.h2-4 {
  margin-bottom: 20px;
  color: #150303;
  font-size: 48px;
  line-height: 60px;
}

.about-image-2 {
  position: absolute;
  left: 0%;
  top: 10%;
  right: auto;
  bottom: 0%;
  z-index: 3;
  width: 100%;
  max-width: 48%;
  padding-right: 60px;
}

.paragraph-13 {
  font-family: Barlowsemicondensed, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 33px;
  font-weight: 300;
}

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

.text-link-2 {
  position: relative;
  z-index: 2;
  display: block;
  padding: 12px 10px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: red;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.text-link-2:hover {
  color: red;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -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;
  background-color: #000;
  font-family: Barlowsemicondensed, sans-serif;
  color: #b40b0b;
  font-size: 16px;
}

.webflow-link {
  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;
  opacity: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.paragraph-tiny {
  margin-left: 0px;
  opacity: 1;
  font-family: Poppins, sans-serif;
  color: #b40b0b;
  font-size: 16px;
  line-height: 20px;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-item {
  margin-right: 20px;
  margin-left: 20px;
  opacity: 0.6;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-item:hover {
  opacity: 0.9;
}

.footer-item:active {
  opacity: 0.8;
}

.image-5 {
  -o-object-fit: fill;
  object-fit: fill;
}

.image-6 {
  position: static;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-7 {
  padding-top: 0px;
  font-size: 18px;
}

.heading-11 {
  padding-top: 6px;
  padding-bottom: 0px;
  background-color: #b40b0b;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 40px;
}

.heading-12 {
  margin-left: -16px;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 40px;
  line-height: 36px;
  text-align: center;
}

.heading-13 {
  padding-top: 13px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #b40b0b;
  background-color: #b40b0b;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 40px;
}

.heading-14 {
  margin-top: 21px;
  padding-top: 12px;
  padding-bottom: 9px;
  background-color: #b40b0b;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 40px;
}

.heading-15 {
  font-family: Barlowsemicondensed, sans-serif;
  color: #b40b0b;
  font-size: 30px;
  text-decoration: underline;
}

.section-3 {
  padding-bottom: 112px;
}

.text-block-6 {
  background-color: #150303;
  font-family: 'Changa One', Impact, sans-serif;
  color: #b40b0b;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
}

.video-3 {
  margin-bottom: 60px;
  padding-bottom: 0px;
}

.image-8 {
  background-color: #150303;
}

.container-2 {
  background-color: #b40b0b;
}

.navbar-2 {
  background-color: #b40b0b;
}

.nav-link-2 {
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 16px;
}

.nav-link-3 {
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 16px;
}

.nav-link-4 {
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 16px;
}

.paragraph-14 {
  position: static;
  padding-top: 21px;
  padding-bottom: 33px;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 25px;
  line-height: 30px;
  text-align: justify;
}

.rich-text-block {
  padding: 0px 30px 5px;
  background-color: transparent;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
}

.image-9 {
  opacity: 0.64;
}

.heading-16 {
  padding-top: 0px;
  background-color: #b40b0b;
  font-family: Barlowsemicondensed, sans-serif;
  font-size: 40px;
  line-height: 36px;
}

.container-3 {
  padding-bottom: 49px;
}

.text-span-5 {
  color: #b40b0b;
}

@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%;
  }

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

  .agenda_wrapper {
    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: 40px;
  }

  .date-and-location {
    font-size: 25px;
    line-height: 28px;
  }

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

  .text-link {
    background-color: red;
    color: snow;
  }

  .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: 55px 4%;
  }

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

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

  .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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .image {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .slider-arrow-button {
    width: 44px;
    height: 44px;
    margin-right: 16px;
    margin-left: 16px;
  }

  .slide {
    top: 0px;
    bottom: 0px;
  }

  .slider-nav {
    height: 48px;
  }

  .slider-v1 {
    height: 520px;
    min-height: 0px;
  }

  .image-3 {
    display: block;
    opacity: 1;
  }

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

  .h2-4 {
    font-size: 48px;
  }

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

  .text-link-2 {
    background-color: red;
    color: snow;
  }
}

@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 {
    box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, 0.05);
  }

  .agenda_wrapper {
    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 {
    font-size: 31px;
    line-height: 41px;
    text-align: left;
  }

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

  .date-and-location {
    position: static;
    margin: -1px;
    padding: 1px;
    font-size: 26px;
    line-height: 28px;
  }

  .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 {
    background-color: red;
    color: snow;
  }

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

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

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

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

  .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 {
    padding-top: 60px;
    padding-left: 0px;
  }

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

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

  .mobile-logo {
    display: block;
  }

  .style_block {
    padding: 35px;
  }

  .h1 {
    font-size: 44px;
    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;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .slider-v1 {
    height: 360px;
  }

  .slider-arrow-icon {
    width: 16px;
  }

  .image-3 {
    position: relative;
    left: -86px;
  }

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

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

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

  .text-link-2 {
    background-color: red;
    color: snow;
  }

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    margin-top: 8px;
    margin-right: 0px;
    margin-left: 21px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}

@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 {
    overflow: auto;
  }

  .pricing-card {
    padding: 24px;
  }

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

  .navbar {
    padding-left: 5%;
  }

  .timeline {
    height: 430px;
  }

  .timeline.day_3_timeline {
    height: 400px;
  }

  .timeline.day_2_timeline {
    height: 340px;
  }

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

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

  .close_icon {
    max-width: 80%;
  }

  .date-and-location {
    display: block;
    margin: 8px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    letter-spacing: 3px;
  }

  .nav-menu {
    text-align: center;
  }

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

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

  .text-link {
    color: snow;
  }

  .logo {
    max-width: 90%;
  }

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

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

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

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

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

  .view-bio {
    font-size: 12px;
  }

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

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

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

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

  .hero-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 112px;
    -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;
    font-size: 28px;
    line-height: 7px;
  }

  .speaker-image {
    z-index: auto;
  }

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

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

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

  .copyrights {
    font-size: 14px;
  }

  .written-content {
    -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;
  }

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

  .speaker-grid {
    grid-auto-flow: column;
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .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;
    padding: 0px;
    font-size: 41px;
    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;
  }

  .background-video {
    display: block;
    margin-bottom: -10px;
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    opacity: 0.45;
    font-size: 14px;
    text-align: left;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .heading {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }

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

  .heading-2 {
    font-size: 25px;
    line-height: 35px;
  }

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

  .heading-3 {
    font-size: 25px;
    line-height: 35px;
  }

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

  .heading-4 {
    font-size: 25px;
    line-height: 35px;
  }

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

  .link-2 {
    text-align: center;
  }

  .heading-5 {
    font-size: 25px;
    line-height: 35px;
  }

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

  .heading-6 {
    font-size: 25px;
    line-height: 35px;
  }

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

  .heading-7 {
    font-size: 25px;
    line-height: 35px;
  }

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

  .heading-9 {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-10 {
    font-size: 37px;
    line-height: 43px;
    text-align: center;
  }

  .paragraph-11 {
    position: static;
    margin: -14px -14px 40px;
    padding: 0px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }

  .bold-text-3 {
    font-size: 25px;
    line-height: 35px;
  }

  .bold-text-4 {
    font-size: 13px;
  }

  .heading-title {
    margin: 6px 6px 5px;
    padding: 0px;
    text-align: center;
  }

  .actor-role {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
  }

  .slide {
    position: static;
    padding: 10px 10px 0px;
    text-align: left;
  }

  .slider-nav {
    padding-top: 0px;
    padding-bottom: 21px;
  }

  .slider-v1 {
    margin-bottom: -200px;
  }

  .slider-arrow {
    display: none;
  }

  .image-3 {
    position: relative;
    left: -95px;
    margin: 5px 5px 3px;
    opacity: 1;
  }

  .image-4 {
    margin: 0px;
  }

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

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

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

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

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

  .h2-4 {
    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;
  }

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

  .text-link-2 {
    color: snow;
  }

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-tiny {
    margin-left: 0px;
  }

  .image-6 {
    padding-top: 5px;
  }

  .rich-text-block {
    padding-top: 1px;
    text-align: left;
  }

  .heading-16 {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-4 {
    position: relative;
    padding-top: 145px;
  }
}

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

#w-node-_44d74b43-7718-8f99-5d80-1943b9942e6f-298274ea {
  -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;
}

@media screen and (max-width: 767px) {
  #w-node-_3f28e18e-d44f-4543-b821-dc973b750497-298274ea {
    -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;
  }

  #w-node-_3f28e18e-d44f-4543-b821-dc973b750499-298274ea {
    -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;
  }

  #w-node-_3f28e18e-d44f-4543-b821-dc973b75049e-298274ea {
    -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;
  }

  #w-node-_3f28e18e-d44f-4543-b821-dc973b7504a0-298274ea {
    -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-row-align: start;
    align-self: start;
  }

  #w-node-c6129cae-60c1-bc5f-0bf1-7919e514ba65-298274ea {
    -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;
  }

  #w-node-c6129cae-60c1-bc5f-0bf1-7919e514ba67-298274ea {
    -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-row-align: start;
    align-self: start;
  }

  #w-node-f4a7b2d4-2174-fed2-4e54-6cb2e867c82c-298274ea {
    -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;
  }

  #w-node-f4a7b2d4-2174-fed2-4e54-6cb2e867c82e-298274ea {
    -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-row-align: start;
    align-self: start;
  }

  #w-node-_15a89c72-f8c5-b38c-cfb8-db24acb23112-298274ea {
    -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;
  }

  #w-node-_15a89c72-f8c5-b38c-cfb8-db24acb23114-298274ea {
    -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-row-align: start;
    align-self: start;
  }

  #w-node-_158c8443-880c-4ffd-0e69-a54b7b68de36-298274ea {
    -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;
  }

  #w-node-_158c8443-880c-4ffd-0e69-a54b7b68de38-298274ea {
    -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-row-align: start;
    align-self: start;
  }

  #w-node-c0390496-0d6d-2215-1f17-13ca9488884a-298274ea {
    -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;
  }

  #w-node-c0390496-0d6d-2215-1f17-13ca9488884c-298274ea {
    -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-row-align: start;
    align-self: start;
  }

  #w-node-_4a6541ac-5924-3414-37f2-79bad15891e3-298274ea {
    -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;
  }

  #w-node-_4a6541ac-5924-3414-37f2-79bad15891e5-298274ea {
    -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-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3f28e18e-d44f-4543-b821-dc973b75048d-298274ea {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3f28e18e-d44f-4543-b821-dc973b750494-298274ea {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3f28e18e-d44f-4543-b821-dc973b75049b-298274ea {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c6129cae-60c1-bc5f-0bf1-7919e514ba62-298274ea {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f4a7b2d4-2174-fed2-4e54-6cb2e867c829-298274ea {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_15a89c72-f8c5-b38c-cfb8-db24acb2310f-298274ea {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_158c8443-880c-4ffd-0e69-a54b7b68de33-298274ea {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c0390496-0d6d-2215-1f17-13ca94888847-298274ea {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4a6541ac-5924-3414-37f2-79bad15891e0-298274ea {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Barlowsemicondensed';
  src: url('../fonts/BarlowSemiCondensed-Bold.woff2') format('woff2'), url('../fonts/BarlowSemiCondensed-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlowsemicondensed';
  src: url('../fonts/BarlowSemiCondensed-Regular.woff2') format('woff2'), url('../fonts/BarlowSemiCondensed-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}