:root {
  --snow: snow;
  --red: #d93f07;
  --white: white;
  --dark-olive-green: #3b590c;
  --yellow-green: #aabf0b;
  --dark-orange: #f2780c;
  --black: black;
  --orange: #f2a922;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Kitten Swash Light, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.day_timeline_wrap {
  background-color: #fffafa08;
  height: auto;
  min-height: 680px;
  padding: 15px;
}

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

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

.large-logo {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 50px;
  padding-right: 50px;
}

.speaker-overlay {
  background-color: #f009;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0);
}

.speaker-bio-contain {
  z-index: 100;
  opacity: 1;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

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

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

.speaker-bio-contain.bio-contain-3, .speaker-bio-contain.bio-contain-4, .speaker-bio-contain.bio-contain-5, .speaker-bio-contain.bio-contain-6 {
  opacity: 0;
  display: none;
}

.pricing-card {
  background-color: var(--snow);
  border: 2px #15030308;
  width: 100%;
  min-width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  text-decoration: none;
  transition: all .35s;
}

.pricing-card:hover {
  transform: scale(1.01);
  box-shadow: 1px 1px 10px #0000000a;
}

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

.navbar {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 15px 6%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.obrigado {
  background-color: var(--red);
}

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

.agenda_wrapper {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

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

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

.main-grid.pricing-grid-copy {
  grid-template-columns: 2fr 1fr;
}

.timeline {
  background-color: #fffafa4d;
  width: 1px;
  height: 550px;
}

.timeline.day_3_timeline {
  height: 550px;
}

.timeline.day_2_timeline {
  background-color: #fffafa4d;
  width: 1px;
  height: 450px;
}

.speaker-block {
  width: 100%;
  height: auto;
  min-height: 40vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

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

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

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

.h2.contact-h {
  color: var(--snow);
  margin-top: 0;
  margin-bottom: 0;
}

.h2.contact-h._2 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 40px;
}

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

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

.h2.centered.white {
  color: var(--snow);
}

.h2.obrigado {
  color: var(--red);
}

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

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

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

.nav-menu {
  display: flex;
}

.wrapper {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  position: static;
}

.wrapper.navbar_wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.wrapper.footer_wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
}

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

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

.speaker-bio {
  z-index: 5;
  background-color: #fff;
  border-radius: 6px;
  width: 70%;
  max-width: 700px;
  height: auto;
  min-height: 400px;
  padding: 40px;
  position: relative;
  inset: 0%;
  box-shadow: 1px 1px 11px #0000001a;
}

.paragraph {
  color: #150303;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

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

.paragraph.white-p {
  color: var(--white);
  font-size: 16px;
  line-height: 1.4em;
}

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

.text-link {
  z-index: 2;
  color: var(--red);
  padding: 12px 10px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
  display: block;
  position: relative;
}

.about-image {
  z-index: 3;
  width: 100%;
  max-width: 50%;
  padding-left: 6%;
  padding-right: 6%;
  position: absolute;
  inset: 25% auto 0% 0%;
}

.logo {
  position: static;
}

.speakers-color-block {
  min-height: 70vh;
  max-height: 500px;
  position: absolute;
  inset: 90px 0% 0% auto;
}

.section {
  background-color: var(--snow);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  max-height: none;
  padding: 90px 6%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.hero-section {
  background-color: var(--red);
  height: 100vh;
  max-height: none;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
}

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

.section.faq-section {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 90px;
  overflow: visible;
}

.section.contact-section {
  background-color: #0000;
  background-image: linear-gradient(#d93f07cc, #d93f07cc), url('../images/pura.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  align-items: flex-start;
  min-height: 80vh;
}

.section.vertical-flex {
  flex-direction: column;
}

.section.obrigado {
  background-color: var(--red);
  height: 22px;
  min-height: 0;
  max-height: 22px;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
}

.section.obri {
  padding-top: 150px;
}

.form-message {
  color: var(--snow);
  max-width: none;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

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

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

.right-side-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  padding-top: 0;
  padding-left: 0%;
  display: block;
}

.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 {
  color: var(--red);
  text-align: center;
  background-color: #3b590c33;
  margin-top: 14px;
  margin-bottom: 24px;
  padding: 12px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
}

.price._1 {
  color: var(--dark-olive-green);
  font-size: 28px;
  line-height: 30px;
}

.price._2 {
  line-height: 30px;
}

.speaker-bio-close-wrap {
  padding: 26px;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.pricing-cards-contain {
  width: 100%;
  display: flex;
}

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

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

.menu_button {
  order: 1;
  display: none;
}

.footer-link {
  width: 25%;
}

.footer-link.w--current {
  align-self: center;
  width: 25%;
}

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

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

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

.form-field {
  color: var(--white);
  background-color: #0000;
  border: 1px solid #fffafa33;
  border-radius: 0;
  width: 100%;
  height: 45px;
  margin-top: 1px;
  margin-bottom: 19px;
}

.form-field:focus {
  background-color: #d93f071a;
  border-style: solid;
  border-color: #fffafa00;
}

.form-field::placeholder {
  color: #fff;
}

.form-field.dark-form-field {
  background-color: #ff00001a;
}

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

.form {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 0;
  margin-top: 12px;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: 900;
  transition: all .35s;
}

.button:hover {
  border-color: var(--yellow-green);
  background-color: var(--yellow-green);
  color: #000;
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 1px 1px 7px #00000026;
}

.button.navbar-button {
  border-color: var(--yellow-green);
  background-color: var(--yellow-green);
  color: #fff;
  margin-top: 0;
  margin-left: 10px;
  padding: 8px 30px;
}

.button.navbar-button:hover {
  border-color: var(--dark-orange);
  background-color: var(--dark-orange);
  color: #fff;
}

.button.navbar-button._2 {
  display: block;
}

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

.button.pricing-buttons:hover {
  border-color: var(--dark-olive-green);
  background-color: var(--dark-olive-green);
  color: #fff;
}

.button.pricing-buttons._1 {
  text-align: center;
  margin-top: 50px;
  font-size: 25px;
  line-height: 45px;
  display: block;
}

.button.pricing-buttons._2:hover {
  border-color: var(--red);
  background-color: var(--red);
}

.button.pricing-buttons._1-copy {
  text-align: center;
  object-fit: fill;
  text-align: center;
  margin-top: 50px;
  font-size: 30px;
  line-height: 50px;
  display: block;
}

.button.pricing-buttons._1-copy-copy {
  text-align: center;
  margin-top: 20px;
  font-size: 28px;
  line-height: 35px;
  display: block;
}

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

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

.button._100 {
  text-align: center;
  width: 100%;
}

.social-media-link {
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0;
  display: flex;
  position: relative;
}

.timeline_content_wrap {
  display: flex;
}

.social-media-contain {
  text-align: right;
  justify-content: center;
  align-self: center;
  width: 25%;
  display: flex;
}

.logo_link {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.logo_link.w--current {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.speaker-image {
  background-image: url('../images/zoe-fernandez--zqoE7jnQgw-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 30vh;
  position: relative;
  overflow: hidden;
}

.speaker-image.speaker-image-3 {
  background-image: url('../images/janko-ferlic-specialdaddy-qzDF5PNEWKc-unsplash.jpg');
}

.speaker-image.speaker-image-4 {
  background-image: url('../images/benjamin-parker-NohB3FJSY90-unsplash.jpg');
}

.speaker-image.speaker-image-6 {
  background-image: url('../images/benjamin-parker-OhKElOkQ3RE-unsplash.jpg');
}

.speaker-image.speaker-image-2 {
  background-image: url('../images/ryan-kwok-89HpG8WXS0M-unsplash.jpg');
}

.speaker-image.speaker-image-5 {
  background-image: url('../images/jackson-schaal-AR9mvykzSOA-unsplash.jpg');
}

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

.pricing-cards-wrap {
  text-align: center;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 100%;
  padding: 24px;
  display: block;
}

.menu_items {
  text-align: center;
  align-self: center;
  width: 50%;
  min-width: auto;
  height: auto;
  display: none;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

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

.copyrights {
  color: var(--snow);
  text-align: center;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.footer {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 35px 6% 100px;
  display: flex;
}

.mobile_menu {
  display: none;
}

.written-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.body {
  font-family: Roboto, sans-serif;
}

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

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

.h5.centered._1 {
  color: var(--dark-olive-green);
  font-size: 20px;
}

.h5.centered._2 {
  color: var(--red);
}

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

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

.whats-included._1 {
  color: var(--dark-olive-green);
  font-size: 18px;
}

.whats-included._2 {
  color: var(--red);
  font-size: 18px;
}

.whats-included._3 {
  margin-bottom: 0;
  font-size: 18px;
}

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

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

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

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

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

.faq-question {
  cursor: pointer;
  background-color: #d93f070d;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-size: 22px;
  font-weight: 700;
  display: flex;
}

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

.faq-answer {
  color: #221f1f;
  border-bottom: 1px #c1bfbd66;
  margin-bottom: 12px;
  padding-left: 0;
  overflow: hidden;
}

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

.h4._1 {
  color: var(--dark-olive-green);
  font-family: Kitten Swash Thin, sans-serif;
  font-size: 75px;
}

.h4._2 {
  color: var(--red);
  font-family: Kitten Swash Thin, sans-serif;
  font-size: 75px;
}

.h4._3 {
  text-align: center;
  font-family: Kitten Swash Bold, sans-serif;
  font-size: 48px;
  line-height: 60px;
}

.shape-image {
  opacity: 1;
  max-width: 90%;
}

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

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

.color-social-media-image {
  opacity: 0;
  filter: blur(1px);
  position: absolute;
  inset: 0%;
}

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

.nav-link.w--current {
  background-color: var(--orange);
  color: var(--snow);
}

.hover-div {
  background-color: var(--orange);
  padding: 3px 10px;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

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

.speaker-grid {
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  height: auto;
  padding-top: 0;
  padding-left: 60px;
}

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

.nav-text {
  z-index: 2;
  color: var(--white);
  position: relative;
}

.mobile-logo {
  display: none;
}

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

.colors-contain {
  border-bottom: 1px #9b9b9b4d;
  border-right: 1px #9b9b9b4d;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.style_block {
  background-color: var(--white);
  border: 1px solid #fff3;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 14px;
  padding: 20px;
  box-shadow: 1px 1px 14px #0000000a;
}

.color-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin: 40px 0;
  display: flex;
}

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

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

.color.ghost_white {
  background-color: var(--snow);
}

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

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

.liscencing_and_style_guide_wrapper {
  background-color: #0000;
  border-top: 1px #fff3;
  border-bottom: 1px #fff3;
  width: 100%;
  max-width: 900px;
  padding-top: 40px;
}

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

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

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

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

.utility-page-wrap {
  background-color: var(--snow);
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 100vh;
  max-height: none;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 600px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

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

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

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

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

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

.div-block-9 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.source_license_link:hover {
  color: red;
}

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

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

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

.background-video {
  z-index: 2;
  opacity: .8;
  width: 62%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.section-2 {
  background-color: var(--red);
}

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

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

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

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

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

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

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.link-block {
  z-index: 999;
  margin-bottom: 25px;
  margin-right: 25px;
  position: fixed;
  bottom: 0;
  right: 0;
}

.div-block-21 {
  position: sticky;
  top: 100px;
}

.background-video-fundo {
  z-index: 2;
  opacity: .85;
  background-image: linear-gradient(#000, #000);
  width: 62%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.image {
  margin-bottom: 30px;
}

.image._2 {
  display: none;
}

.image-2 {
  width: 100%;
}

.div-block-22 {
  text-align: center;
  align-self: center;
  width: 50%;
}

.links-rodape {
  color: var(--snow);
  text-align: center;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.link-block-2 {
  color: #fff;
  width: 100%;
  font-weight: 300;
  text-decoration: none;
}

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

.paragraph-2 {
  color: #fff;
}

.pricing-card-2 {
  background-color: var(--snow);
  border: 2px #15030308;
  align-self: center;
  width: 60%;
  min-width: 550px;
  max-width: 600px;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  text-decoration: none;
  transition: all .35s;
}

.pricing-card-2:hover {
  transform: scale(1.01);
  box-shadow: 1px 1px 10px #0000000a;
}

.image-3 {
  align-self: center;
  width: 300px;
  max-width: 400px;
}

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

  .event {
    text-align: right;
  }

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

  .large-logo {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .speaker-overlay {
    height: 30%;
    inset: auto 0% 0%;
  }

  .pricing-card {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .agenda_wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .main-grid.about-grid {
    display: flex;
  }

  .timeline, .timeline.day_3_timeline {
    height: 480px;
  }

  .timeline.day_2_timeline {
    height: 400px;
  }

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

  .h2 {
    align-self: center;
    font-size: 45px;
  }

  .nav-menu {
    display: flex;
  }

  .wrapper.navbar_wrapper {
    justify-content: space-between;
  }

  .wrapper.footer_wrapper {
    flex-direction: row;
  }

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

  .paragraph.white-p {
    font-size: 16px;
    line-height: 25px;
  }

  .about-image {
    max-width: 50%;
    margin-bottom: 65px;
    position: static;
    inset: auto 0% 0%;
  }

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

  .section {
    flex-direction: column;
    padding: 55px 4%;
  }

  .section.hero-section, .section.obrigado {
    height: 100vh;
    min-height: auto;
    max-height: none;
    padding-left: 4%;
    padding-right: 4%;
  }

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

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

  .form-block {
    width: 100%;
  }

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

  .mobile_menu_links_wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

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

  .menu_button:active {
    background-color: #0000;
  }

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

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

  .nav_links {
    margin-top: 12px;
  }

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

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

  .agenda-grid {
    flex-direction: column;
    display: flex;
  }

  .button {
    text-align: center;
  }

  .button.navbar-button._2 {
    display: block;
  }

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

  .button.pricing-buttons._1 {
    margin-top: 30px;
  }

  .button.pricing-buttons._1-copy {
    top: 315px;
  }

  .button.pricing-buttons._1-copy-copy {
    top: 460px;
  }

  .social-media-link {
    margin: 10px;
  }

  .social-media-contain {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .logo_link {
    width: auto;
  }

  .pricing-cards-wrap {
    padding-left: 12px;
    padding-right: 12px;
  }

  .menu_items {
    display: none;
  }

  .lightbox-link {
    align-self: center;
  }

  .mobile_menu_close_link {
    padding: 35px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .time {
    text-align: left;
  }

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

  .mobile_menu {
    z-index: 20000000;
    opacity: 1;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
    position: absolute;
    inset: 0%;
    transform: translate(-100%);
  }

  .h5 {
    line-height: 24px;
  }

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

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

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

  .h4 {
    line-height: 30px;
  }

  .h4._1, .h4._2 {
    font-size: 70px;
  }

  .nav-link {
    display: none;
  }

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

  .speaker-main-grid {
    flex-direction: column;
    display: flex;
  }

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

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

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

  .background-video {
    width: 60%;
  }

  .container {
    max-width: 728px;
  }

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

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

  .background-video-fundo {
    width: 60%;
  }

  .image._2 {
    display: none;
  }

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

  .pricing-card-2 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

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

  .event {
    font-weight: 400;
  }

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

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

  .pricing-card {
    box-shadow: 1px 1px 11px #0000000d;
  }

  .agenda_wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .main-grid {
    flex-direction: row;
    display: flex;
  }

  .main-grid.pricing-grid, .main-grid.pricing-grid-copy {
    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.contact-h._3 {
    text-align: center;
  }

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

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

  .wrapper {
    flex-wrap: wrap;
  }

  .wrapper.footer_wrapper {
    flex-direction: column;
  }

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

  .paragraph.white-p {
    max-width: 100%;
    font-weight: 400;
  }

  .text-link {
    background-color: var(--red);
    color: var(--white);
  }

  .about-image {
    max-width: 60%;
    display: block;
  }

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

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

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

  .section.contact-section {
    background-image: linear-gradient(#d93f07d9, #d93f07d9), url('../images/pura.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

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

  .form-message {
    display: none;
  }

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

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

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

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

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

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

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

  .footer-link.w--current {
    align-self: center;
    width: 100%;
  }

  .nav_links {
    margin-left: 30px;
  }

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

  .agenda-grid {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

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

  .button {
    margin-left: 10px;
    margin-right: 10px;
  }

  .button.navbar-button._2 {
    display: block;
  }

  .button.pricing-buttons._1 {
    line-height: 30px;
  }

  .button.pricing-buttons._1-copy, .button.pricing-buttons._1-copy-copy {
    position: static;
  }

  .social-media-link {
    flex: none;
  }

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

  .social-media-contain {
    flex-direction: row;
    width: 100%;
  }

  .logo_link {
    width: auto;
  }

  .menu_items {
    text-align: center;
    background-color: #1a1a1a;
    border-top: 1px solid #ffffff0f;
    border-bottom: 1px solid #ffffff0f;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
  }

  .mobile_menu_close_link {
    padding: 24px;
  }

  .time {
    font-weight: 400;
  }

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

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

  .shape-image {
    max-width: 90%;
    position: static;
  }

  .hover-div {
    background-color: var(--red);
  }

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

  .speaker-main-grid {
    flex-direction: column;
    display: flex;
  }

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

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

  .hero-heading-left {
    padding: 60px 15px;
  }

  .link-block {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .background-video-fundo {
    opacity: .35;
    width: 100%;
  }

  .image {
    display: none;
  }

  .image._2 {
    align-self: center;
    width: 80%;
    margin-bottom: 46px;
    display: block;
  }

  .image-2 {
    max-height: 250px;
  }

  .div-block-22 {
    align-self: center;
    width: 100%;
  }

  .pricing-card-2 {
    width: auto;
    min-width: auto;
    margin-top: 40px;
    margin-left: 12px;
    margin-right: 12px;
    box-shadow: 1px 1px 11px #0000000d;
  }

  .image-3 {
    width: 150px;
  }
}

@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: 90%;
    margin-bottom: 10px;
    display: block;
  }

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

  .pricing-card {
    padding: 24px;
  }

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

  .navbar {
    padding-left: 5%;
  }

  .timeline {
    height: 430px;
  }

  .timeline.day_3_timeline {
    height: 400px;
  }

  .timeline.day_2_timeline {
    height: 340px;
  }

  .h2 {
    text-align: center;
    align-self: center;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
  }

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

  .close_icon {
    max-width: 80%;
  }

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

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

  .wrapper.footer_wrapper {
    text-align: center;
    align-items: center;
  }

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

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

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

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

  .about-image {
    max-width: 100%;
  }

  .logo {
    max-width: 90%;
  }

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

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

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

  .section.obrigado {
    height: 700px;
    min-height: auto;
    padding-top: 40px;
    overflow: hidden;
  }

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

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

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

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

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

  .menu_button {
    padding: 10px;
  }

  .footer-link.w--current {
    align-self: center;
    width: 75%;
  }

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

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

  .form-field.dark-form-field {
    background-color: #3b590c80;
  }

  .form {
    align-items: stretch;
  }

  .button.navbar-button {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .button.navbar-button._2 {
    display: none;
  }

  .hero-left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

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

  .copyrights {
    text-align: center;
    font-size: 14px;
  }

  .written-content {
    align-items: center;
  }

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

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

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

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

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

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

  .shape-image {
    display: none;
  }

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

  .speaker-grid {
    grid-column-gap: 5px;
    grid-template-columns: 1fr 1fr;
  }

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

  .colors-contain {
    justify-content: center;
  }

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

  .color-wrapper {
    width: 50%;
  }

  .liscencing_and_style_guide_wrapper {
    padding-top: 50px;
  }

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

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

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

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

  .container {
    max-width: none;
  }

  .image._2 {
    align-self: center;
    max-width: 80%;
  }

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

  .links-rodape {
    text-align: center;
    font-size: 14px;
  }

  .pricing-card-2 {
    margin-left: 0;
    margin-right: 0;
    padding: 24px;
  }

  .image-3 {
    width: 100px;
  }
}


@font-face {
  font-family: 'Kitten Swash';
  src: url('../fonts/Kitten-Swash.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kitten Swash Black';
  src: url('../fonts/Kitten-Swash-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kitten Swash Bold';
  src: url('../fonts/Kitten-Swash-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kitten Swash Light';
  src: url('../fonts/Kitten-Swash-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kitten Swash Monoline';
  src: url('../fonts/Kitten-Swash-Monoline.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kitten Swash Thin';
  src: url('../fonts/Kitten-Swash-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kitten Dingcats';
  src: url('../fonts/Kitten-Dingcats.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}