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

.boost-mlp-body {
  overflow: visible;
  background-color: transparent;
  font-family: 'Neue plak w05', sans-serif;
  font-weight: 600;
}

.boost-mlp-container {
  font-family: 'Neue plak w05', sans-serif;
  font-weight: 600;
}

.boost-mlp-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 70vh;
    background-color: #5328D7 !important;
}

.boost-mlp-hero-text-wrap {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 95px;
  padding-top: 20px;
  padding-bottom: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.boost-mlp-hero-header {
  position: static;
  width: 160%;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Neueplakbrite, sans-serif;
  color: #efe172;
  font-size: 62px;
  line-height: 70px;
  font-weight: 900;
}

.boost-mlp-hero-description {
  width: 110%;
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: 'Neue plak w05', sans-serif;
  color: #f6f6f9;
  font-size: 27px;
  line-height: 35px;
  font-weight: 700;
}

.boost-mlp-cta {
  margin-top: 10px;
  padding: 20px 80px;
  border-style: none;
  border-width: 3px;
  border-color: #fff;
  border-radius: 3px;
  background-color: #d1410c;
  box-shadow: none;
  font-size: 21px;
  line-height: 24px;
}

.boost-mlp-logo {
  width: 222px;
  margin-bottom: 20px;
  margin-left: 5px;
}

.boost-mlp-video-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 100px 60px 0px;
  padding: 60px;
  -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;
  background-color: #efe172;
}

.boost-mlp-video {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1e0a3c), to(#1e0a3c)), url('https://eventbrite-s3.s3.amazonaws.com/marketing/boost/images/boost-mlp-img-section.jpg');
  background-image: linear-gradient(180deg, #1e0a3c, #1e0a3c), url('https://eventbrite-s3.s3.amazonaws.com/marketing/boost/images/boost-mlp-img-section.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.boost-mlp-tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.boost-mlp-tools-section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Neue plak w05 condensed', sans-serif;
  color: #1e0a3c;
  font-size: 74px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.boost-mlp-tools-grid {
  margin: 40px 95px;
  grid-column-gap: 0px;
  grid-row-gap: 11px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.boost-mlp-tools-grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-bottom: 2px solid #eeedf2;
}

.boost-mlp-tools-grid-item.no-bottom-border {
  border-bottom-style: none;
}

.boost-mlp-tools-header {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: 'Neue plak w05', sans-serif;
  color: #1e0a3c;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}

.boost-mlp-tools-text {
  font-family: 'Neue plak w05', sans-serif;
  color: #4b4d63;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.boost-mlp-tools-icon {
  width: 75px;
}

.boost-mlp-body-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 3px;
  background-color: #d1410c;
  font-family: 'Neue plak w05', sans-serif;
  font-size: 21px;
  line-height: 24px;
  text-align: center;
}

.boost-mlp-testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-top: 0px;
}

.boost-mlp-testimonial-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  padding: 40px 60px;
  -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;
  background-color: #1e0a3c;
}

.boost-mlp-testimonial-quote {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #f6f6f9;
  font-size: 45px;
  line-height: 62px;
  font-weight: 700;
  text-align: center;
}

.boost-mlp-testimonial-author {
  margin-top: 40px;
  color: #efe172;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.boost-mlp-testimonial-text-wrap {
  margin-right: 0px;
  margin-left: 0px;
}

.boost-mlp-pricing {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.boost-mlp-pricing-section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 100px auto 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Neue plak w05 condensed', sans-serif;
  color: #1e0a3c;
  font-size: 74px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.boost-mlp-tools-pricing-description {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Neue plak w05', sans-serif;
  color: #1e0a3c;
  font-size: 25px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
}

.boost-mlp-pricing-grid {
  min-height: 0px;
  margin: 40px 140px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.boost-mlp-pricing-grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 4px none #f05537;
  border-radius: 20px;
  background-color: #eeedf2;
}

.boost-mlp-pricing-grid-item.starter {
  background-color: #dbdae3;
}

.boost-mlp-pricing-grid-item.basic {
  background-color: #a9a8b3;
}

.boost-mlp-pricing-grid-item.pro {
  background-color: #1e0a3c;
}

.boost-mlp-pricing-grid-item.pricing-highlight {
  background-color: #1e0a3c;
}

.boost-mlp-pricing-plan-description {
  min-height: 0px;
  margin-top: 20px;
  margin-bottom: 35px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.boost-mlp-pricing-plan-description.pricing-highlight {
  color: #f6f6f9;
}

.boost-mlp-pricing-plan-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
  font-size: 25px;
  line-height: 38px;
  font-weight: 700;
}

.boost-mlp-pricing-plan-type.pro {
  color: #f05537;
}

.boost-mlp-pricing-line-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.boost-mlp-check-icon {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.boost-mlp-pricing-line-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.boost-mlp-pricing-line-feature.pricing-highlight {
  color: #f6f6f9;
}

.boost-mlp-pricing-line-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  padding-top: 10px;
  padding-right: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.boost-mlp-pricing-link-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-right: 10px;
  margin-bottom: 25px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #1e0a3c;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.boost-mlp-pricing-link-text.pro {
  color: #f6f6f9;
}

.boost-mlp-pricing-link-text.pricing-highlight {
  color: #f6f6f9;
}

.boost-mlp-pricing-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.boost-mlp-pricing-text-wrap.pro {
  color: #f6f6f9;
}

.boost-mlp-tools-pricing-trial-text {
  display: none;
  font-family: 'Neue plak w05', sans-serif;
  font-size: 24px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
}

.boost-mlp-tools-pricing-trial-description-text {
  display: none;
  width: 500px;
  margin: 20px 60px;
  font-family: 'Neue plak w05', sans-serif;
  color: #4b4d63;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.boost-mlp-blog-content {
  margin: 60px 60px 100px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.boost-mlp-pricing-plan-amount-wrap {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
}

.boost-mlp-blog-item-nav-link {
  height: 100%;
  margin-right: 40px;
  margin-left: 40px;
  padding: 0px;
  background-color: transparent;
  text-decoration: none;
}

.boost-mlp-blog-item-header {
  display: inline;
  margin-bottom: 20px;
  color: #1e0a3c;
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
  text-decoration: none;
}

.boost-mlp-blog-item-sub-header {
  color: #4b4d63;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
}

.boost-mlp-blog-item-text-wrap {
  margin: 20px 10px;
}

.boost-feature-asset-img {
  display: inline-block;
  width: 80%;
}

.boost-feature-asset-img.overflow-child {
  position: absolute;
  left: auto;
  top: -50px;
  bottom: auto;
  width: auto;
  height: 121%;
  -o-object-fit: cover;
  object-fit: cover;
}

.boost-feature-asset-img.major-reach{
  width: 60%;
  margin-right: 95px;
  margin-left: 65px;
  text-align: left;
}
 .boost-feature-asset-img.few-clicks {
  margin-right: 95px;
  margin-left: 65px;
  text-align: left;
}
.boost-mlp-value-prop-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 70px;
  margin-bottom: 70px;
  -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;
}

.boost-mlp-value-prop-row.gray-underlay {
  background-color: #f8f8fa;
}

.boost-mlp-value-prop-row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.boost-mlp-value-prop-content {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 700px;
    min-width: 700px;
    margin-right: 60px;
    margin-left: 95px;
    padding-right: 16px;
    padding-left: 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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.boost-mlp-value-prop-content.reverse {
  margin-left: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.boost-mlp-value-prop-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 16px 0rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Neue plak w05 condensed', sans-serif;
  color: #1e0a3c;
  font-size: 74px;
  line-height: 80px;
  font-weight: 700;
  text-transform: uppercase;
}

.boost-mlp-value-prop-text {
  padding-bottom: 20px;
  font-family: 'Neue plak w05', sans-serif;
  color: #4b4d63;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.boost-mlp-value-prop-asset {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.boost-mlp-value-prop-img-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.boost-mlp-value-prop-img-wrap.overflow-parent {
  position: relative;
  width: 300px;
  height: 490px;
}

.boost-mlp-value-prop-img-wrap.reverse {
  margin-left: 95px;
}

.boost-mlp-value-prop-img-wrap.column-right {
  text-align: right;
}

.boost-mlp-value-prop-feature-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

.boost-mlp-value-prop-feature-icon {
  width: 25px;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.boost-mlp-value-prop-check-icon {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.boost-mlp-value-prop-feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #4b4d63;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.boost-mlp-body-cta-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 40px;
  -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;
}

.boost-mlp-footer-section {
    padding-top:100px;
    padding-bottom:100px;
    background-color: #5328D7;
}
.boost-mlp-footer-section-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto 10px;
    padding-top: 80px;
    padding-right: 140px;
    padding-left: 140px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Neueplakbrite, sans-serif;
    color: #E9DB72;
    font-size: 60px;
    line-height: 70px;
    font-weight: 900;
    text-align: center;
    text-transform: none;
}

.boost-mlp-video-section-header {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: Neueplakbrite, sans-serif;
  color: #1e0a3c;
  font-size: 75px;
  line-height: 70px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  white-space: break-spaces;
}

.boost-mlp-footer-section-subheader {
  font-family: 'Neue plak w05', sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
}

.boost-mlp-footer-cta-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
  -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;
}

.boost-mlp-call-out-sm {
  font-family: Neueplakbrite, sans-serif;
  color: #4418db;
  font-size: 74px;
  line-height: 110px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.boost-mlp-testimonial-img-link-block {
    overflow: hidden;
    width: 40%;
    padding: 40px;
    background-color: #E9DB72;
    -o-object-fit: fill;
    object-fit: fill;
}

.boost-mlp-testimonial-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/eb-boost-orlove-testimonial-img.png');
  background-position: 33% 50%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.boost-mlp-testimonial-img-text-wrap {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #E9DB72;
} 

.boost-mlp-testimonial-img-text {
    padding-right: 8px;
    padding-left: 5px;
    font-family: Neueplakbrite, sans-serif;
    color: #1E0A3C;
    font-size: 20px;
    line-height: 39px;
    font-weight: 900;
}

.boost-mlp-call-out-wrap {
  margin-right: 60px;
  margin-left: 60px;
}

.boost-mlp-call-our-lg {
  font-family: Neueplakbrite, sans-serif;
  color: #4418db;
  font-size: 107px;
  line-height: 114px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.boost-mlp-link-underline {
  display: inline-block;
  border-bottom: 2px solid #f05537;
  line-height: 34px;
}

.boost-mlp-pricing-plan-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.boost-mlp-pricing-plan-cost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.boost-mlp-pricing-plan-cost.pricing-highlight {
  color: #f05537;
}

.boost-mlp-value-prop-learn-more-link {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 25px;
  color: #4b4d63;
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  text-decoration: none;
}

.boost-mlp-pricing-underline {
  height: 45px;
  border-style: none none solid;
  border-width: 2px 2px 4px;
  border-color: #f05537;
  line-height: 30px;
}

.boost-mlp-pricing-underline.pricing-highlight {
  color: #f6f6f9;
}

.boost-mlp-pricing-plan-monthly {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-align: right;
}

.boost-mlp-pricing-plan-monthly.pricing-highlight {
  color: #f6f6f9;
}

.text-block-5 {
  font-weight: 700;
}

.boost-mlp-pricing-includes-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #1e0a3c;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.boost-mlp-pricing-includes-text.pricing-highlight {
  color: #f6f6f9;
}

.boost-mlp-value-prop-row-gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 0px;
  padding: 100px 40px;
  -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;
  background-color: #f8f8fa;
}

.boost-mlp-value-prop-row-gray.gray-underlay {
  background-color: #f8f8fa;
}

.boost-mlp-value-prop-row-gray.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.boost-mlp-center-column-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 100%;
  max-width: 930px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.boost-mlp-center-column-wrap.reverse {
  width: 90vw;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-4 {
  width: 100%;
  background-color: #4418db;
  background-image: url('https://eventbrite-s3.s3.amazonaws.com/marketing/boost/images/eventbrite-boost-hero.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.boost-mlp-blog-img-wrap {
  overflow: hidden;
  width: 100%;
  height: 185px;
  background-image: url('https://eventbrite-s3.s3.amazonaws.com/marketing/boost/images/eb-boost-hero.png');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 1px 0 15px 0 rgba(0, 0, 0, 0.1);
  -o-object-fit: fill;
  object-fit: fill;
}

.boost-mlp-blog-img-wrap.blog-content-2 {
  background-image: url('https://eventbrite-s3.s3.amazonaws.com/marketing/boost/images/GP-working-02_Blog-Header.png');
  background-position: 50% 50%;
  background-size: cover;
}

.boost-mlp-blog-img-wrap.blog-content-1 {
  background-image: url('https://eventbrite-s3.s3.amazonaws.com/marketing/boost/images/7234-Boost-content-imagery_A-Guide-to-Growing-on-Instagram-.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.boost-mlp-blog-img-wrap.blog-content-3 {
  background-image: url('https://eventbrite-s3.s3.amazonaws.com/marketing/boost/images/eventbrite-boost-smart-audiences-blog.png');
  background-position: 50% 50%;
  background-size: cover;
}

.image-2 {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 175px;
  margin-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  -o-object-fit: cover;
  object-fit: cover;
}

.boost-mlp-blog-section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Neue plak w05 condensed', sans-serif;
  color: #1e0a3c;
  font-size: 74px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.boost-mlp-pricing-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.boost-mlp-pricing-link-icon {
  width: 15.5px;
  margin-left: 0px;
}

.boost-mlp-testimonial-arrow-wrap {
  width: 15.5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.boost-mlp-blog-item-icon-wrap {
  position: relative;
  display: inline-block;
  width: auto;
  margin-left: 8px;
}

.image-3 {
  position: relative;
  top: -3px;
  width: 15.5px;
}

.boost-mlp-blog-header-wrap {
  margin-top: 0px;
  margin-bottom: 20px;
}

.boost-mlp-in-line-bold {
  font-weight: 700;
}

.boost-mlp-pricing-cta-wrap {
  display: block;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.boost-hero-img {
  position: relative;
  right: -27px;
  z-index: 0;
  display: block;
  overflow: visible;
  width: 1950px;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-5 {
  position: relative;
  right: -15px;
  width: 100%;
  height: auto;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-6 {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 200px;
}

.boost-hero-icon-graph {
  position: absolute;
  left: 6%;
  top: auto;
  right: auto;
  bottom: 23%;
  display: inline-block;
}

.image-7 {
  position: static;
  width: 100px;
}

.boost-hero-icon-bolt {
  position: absolute;
  left: auto;
  top: 12%;
  right: 15%;
  bottom: auto;
}

.image-8 {
  position: static;
  width: 200px;
}

.boost-hero-icon-list {
  position: absolute;
  left: 48%;
  top: auto;
  right: auto;
  bottom: 11%;
}

.image-9 {
    position: relative;
    right: -75px;
    bottom: -50px;
    display: inline-block;
    width: auto;
    height: 85%;
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
}

.shape-underlay-asset {
  position: absolute;
  left: -16%;
  top: 6%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 140%;
}

.shape-underlay-asset-2 {
  position: absolute;
  left: -18%;
  top: 6%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  width: 110%;
}

.boost-mlp-stat-row {
    height: 380px;
    background-color: #E9DB72;
}

.text-block-6 {
  font-size: 150px;
}

.boost-mlp-stat-number {
    margin-right: 15px;
    margin-left: auto;
    font-family: Neueplakbrite, sans-serif;
    color: #5328D7;
    font-size: 175px;
    line-height: 175px;
    font-weight: 900;
}

.boost-mlp-stat-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.boost-mlp-stat-description {
    width: 500px;
    margin-right: auto;
    margin-left: 15px;
    color: #1E0A3C;
    font-size: 41px;
    line-height: 45px;
    font-weight: 700;
}

.div-block-6 {
  width: 500px;
}

@media screen and (max-width: 991px) {
  .boost-mlp-body {
    overflow: visible;
  }

  .boost-mlp-hero-text-wrap {
    width: 100%;
    margin-left: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .boost-mlp-hero-header {
    width: 100%;
    margin-top: 0px;
    font-size: 2.7rem;
    line-height: 3.4rem;
  }

  .boost-mlp-hero-description {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 37px;
  }

  .boost-mlp-cta {
    padding: 15px 60px;
    font-size: 18px;
  }

  .boost-mlp-logo {
    width: 148px;
  }

  .boost-mlp-video-section {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }

  .boost-mlp-video {
    background-position: 50% 50%;
  }

  .boost-mlp-tools-section-header {
    margin-top: 100px;
    font-size: 58px;
    line-height: 70px;
  }

  .boost-mlp-tools-grid {
    display: -ms-grid;
    display: grid;
    margin-top: 20px;
    margin-right: 60px;
    margin-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .boost-mlp-tools-grid-item {
    padding: 40px;
    -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;
  }

  .boost-mlp-tools-grid-item.no-bottom-border {
    padding-right: 20px;
    padding-left: 20px;
  }

  .boost-mlp-tools-header {
    font-size: 20px;
    line-height: 28px;
  }

  .boost-mlp-tools-text {
    font-size: 18px;
    line-height: 25px;
  }

  .boost-mlp-body-cta {
    margin-top: 0px;
    font-size: 18px;
  }

  .boost-mlp-testimonial-quote {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .boost-mlp-pricing-section-header {
    font-size: 58px;
    line-height: 70px;
  }

  .boost-mlp-pricing-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;
  }

  .boost-mlp-pricing-grid-item {
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .boost-mlp-pricing-grid-item.pricing-highlight {
    margin-right: auto;
    margin-left: auto;
  }

  .boost-mlp-pricing-plan-description {
    font-size: 18px;
    line-height: 25px;
  }

  .boost-mlp-pricing-line-feature {
    font-size: 18px;
    line-height: 25px;
  }

  .boost-mlp-pricing-text-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .boost-mlp-blog-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    margin-bottom: 60px;
    margin-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .boost-mlp-blog-item-nav-link {
    height: 100%;
    margin-bottom: 40px;
  }

  .boost-feature-asset-img {
    width: 100%;
    margin-left: auto;
  }

  .boost-feature-asset-img.overflow-child {
    top: -13px;
    height: 131%;
  }

  .boost-feature-asset-img.major-reach {
    width: 75%;
    margin-left: 40px;
  }

  .boost-feature-asset-img.save-time {
    width: 100%;
    max-width: none;
    margin-left: 10px;
  }

  .boost-mlp-value-prop-content {
    position: static;
    width: 300px;
    min-width: 300px;
    margin-right: 40px;
    margin-left: 40px;
    padding-right: 0px;
  }

  .boost-mlp-value-prop-content.reverse {
    margin-right: 0px;
    margin-left: 0px;
  }

  .boost-mlp-value-prop-header {
    font-size: 48px;
    line-height: 55px;
  }

  .boost-mlp-value-prop-text {
    font-size: 20px;
    line-height: 30px;
  }

  .boost-mlp-value-prop-asset {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .boost-mlp-value-prop-asset.sell-more {
    margin-left: 60px;
  }

  .boost-mlp-value-prop-img-wrap {
    width: 100%;
  }

  .boost-mlp-value-prop-img-wrap.overflow-parent {
    height: 400px;
  }

  .boost-mlp-value-prop-img-wrap.reverse {
    margin-left: 0px;
  }

  .boost-mlp-value-prop-feature-icon {
    width: 25px;
  }

  .boost-mlp-value-prop-check-icon {
    padding-bottom: 2px;
  }

  .boost-mlp-value-prop-feature-item {
    line-height: 30px;
  }

  .boost-mlp-body-cta-row {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .boost-mlp-video-section-header {
    margin-bottom: 40px;
    font-size: 3.5rem;
    white-space: nowrap;
  }

  .boost-mlp-footer-section-subheader {
    margin: 20px 20px 40px;
    font-size: 26px;
  }

  .boost-mlp-call-out-sm {
    font-size: 3.9rem;
    line-height: 5rem;
  }

  .boost-mlp-testimonial-img-link-block {
    width: 50%;
  }

  .boost-mlp-call-out-wrap {
    margin-right: 40px;
    margin-left: 40px;
  }

  .boost-mlp-call-our-lg {
    font-size: 6rem;
    line-height: 6.6rem;
    white-space: normal;
  }

  .boost-mlp-pricing-includes-text {
    font-size: 18px;
  }

  .boost-mlp-pricing-includes-text.pricing-highlight {
    font-size: 18px;
    line-height: 25px;
  }

  .boost-mlp-value-prop-row-gray {
    padding: 40px 0px;
  }

  .boost-mlp-center-column-wrap {
    width: 85vw;
  }

  .boost-mlp-center-column-wrap.reverse {
    width: 84vw;
    margin-right: 0px;
    margin-left: 40px;
  }

  .boost-mlp-blog-img-wrap.blog-content-2 {
    height: 275px;
  }

  .boost-mlp-blog-img-wrap.blog-content-1 {
    height: 275px;
  }

  .boost-mlp-blog-img-wrap.blog-content-3 {
    height: 275px;
  }

  .boost-mlp-blog-section-header {
    margin-top: 80px;
    font-size: 58px;
    line-height: 70px;
  }

  .boost-mlp-pricing-link-wrap {
    margin-top: 10px;
  }

  .boost-mlp-blog-content-wrap {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .boost-hero-img {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .image-6 {
    width: 175px;
  }

  .boost-hero-icon-graph {
    left: -1%;
    top: auto;
    bottom: 12%;
    display: block;
  }

  .image-7 {
    width: 75px;
    max-width: none;
  }

  .boost-hero-icon-bolt {
    top: 27%;
    right: 61%;
  }

  .image-8 {
    width: 150px;
  }

  .boost-hero-icon-list {
    left: 34%;
    bottom: 15%;
  }

  .image-9 {
    left: 14px;
    right: auto;
    bottom: -146px;
    height: 80%;
  }

  .shape-underlay-asset {
    left: -10%;
  }

  .shape-underlay-asset-2 {
    top: 10%;
    width: 125%;
  }

  .boost-mlp-stat-row {
    height: 300px;
  }

  .boost-mlp-stat-number {
    font-size: 135px;
    line-height: 171px;
  }

  .boost-mlp-stat-text-wrap {
    padding-right: 40px;
    padding-left: 40px;
  }

  .boost-mlp-stat-description {
    font-size: 27px;
    line-height: 39px;
  }
}

@media screen and (max-width: 767px) {
  .boost-mlp-body {
    overflow: visible;
  }

  .boost-mlp-container {
    overflow: hidden;
  }

  .boost-mlp-hero {
    height: 700px;
  }

  .boost-mlp-hero-text-wrap {
    margin-left: 40px;
    padding-top: 90px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .boost-mlp-hero-header {
    width: auto;
    font-size: 2.7rem;
    line-height: 3.2rem;
  }

  .boost-mlp-hero-description {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 2.4rem;
  }

  .boost-mlp-cta {

    padding: 24px 40px !important;
    font-size: 16px;
    line-height: 22px;
  }

  .boost-mlp-logo {
    width: 150px;
  }

  .boost-mlp-video-section {
    margin-top: 60px;
    padding: 40px;
  }

  .boost-mlp-tools-section-header {
    max-width: 400px;
    font-size: 55px;
    line-height: 60px;
  }

  .boost-mlp-tools-grid {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .boost-mlp-tools-grid-item {
    border-bottom-style: none;
  }

  .boost-mlp-body-cta {
    font-size: 16px;
    line-height: 22px;
  }

  .boost-mlp-testimonial {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .boost-mlp-testimonial-text {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .boost-mlp-testimonial-quote {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }

  .boost-mlp-testimonial-author {
    margin-top: 20px;
    font-size: 17px;
    line-height: 21px;
  }

  .boost-mlp-pricing-section-header {
    max-width: 400px;
    margin-top: 70px;
    font-size: 55px;
    line-height: 60px;
  }

  .boost-mlp-tools-pricing-description {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .boost-mlp-pricing-grid {
    margin-right: 60px;
    margin-left: 60px;
  }

  .boost-mlp-pricing-grid-item {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .boost-mlp-blog-item-header {
    font-size: 24px;
  }

  .boost-mlp-blog-item-sub-header {
    font-size: 18px;
    line-height: 24px;
  }

  .boost-feature-asset-img {
    width: 100%;
  }

  .boost-feature-asset-img.overflow-child {
    position: static;
    height: 80%;
  }

  .boost-feature-asset-img.major-reach {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .boost-mlp-value-prop-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-right: 40px;
    margin-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .boost-mlp-value-prop-row.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 !important;
    padding: 20px;
  }
  .boost-mlp-value-prop-feature-list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .boost-mlp-value-prop-content {
    width: 100%;
    min-width: 100%;
    margin-right: 40px;
    padding-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .boost-mlp-value-prop-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    margin-left: 40px;
    -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;
    font-size: 55px;
    line-height: 60px;
    text-align: center;
  }

  .boost-mlp-value-prop-text {
    display: block;
    max-width: none;
    margin-right: 40px;
    margin-left: 40px;
    padding-bottom: 40px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }

  .boost-mlp-value-prop-asset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    direction: ltr;
  }

  .boost-mlp-value-prop-asset.sell-more {
    margin-left: 0px;
  }

  .boost-mlp-value-prop-img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .boost-mlp-value-prop-img-wrap.reverse {
    width: 90%;
  }

  .boost-mlp-value-prop-check-icon {
    padding-bottom: 5px;
  }

  .boost-mlp-value-prop-feature-item {
    font-size: 18px;
    line-height: 28px;
  }

  .boost-mlp-body-cta-row {
    margin-top: 60px;
  }

  .boost-mlp-footer-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .boost-mlp-footer-section-header {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 2.7rem;
    line-height: 2.7rem;
  }

  .boost-mlp-video-section-header {
    font-size: 2.6rem;
    line-height: 4rem;
  }

  .boost-mlp-footer-section-subheader {
    font-family: 'Neue plak w05', sans-serif;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    text-align: center;
    color: white;
    padding: 20px;
}

  .boost-mlp-footer-cta-row {
    margin-bottom: 0px;
  }

  .boost-mlp-call-out-sm {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 3rem;
    line-height: 4.3rem;
  }

  .boost-mlp-testimonial-img-link-block {
    display: block;
    overflow: hidden;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .boost-mlp-testimonial-img {
    height: 250px;
  }

  .boost-mlp-call-out-wrap {
    margin-right: auto;
    margin-left: auto;
  }

  .boost-mlp-call-our-lg {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 5rem;
    line-height: 5.5rem;
    white-space: pre-line;
  }

  .boost-mlp-link-underline {
    font-size: 18px;
    line-height: 28px;
  }

  .boost-mlp-value-prop-learn-more-link {
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .boost-mlp-pricing-includes-text {
    font-size: 18px;
  }

  .boost-mlp-value-prop-row-gray {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .boost-mlp-center-column-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .boost-mlp-center-column-wrap.reverse {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .boost-mlp-blog-img-wrap.blog-content-2 {
    height: 250px;
  }

  .boost-mlp-blog-section-header {
    font-size: 55px;
    line-height: 60px;
  }

  .boost-mlp-blog-header-wrap {
    margin-bottom: 13px;
  }

  .boost-mlp-in-line-bold {
    display: inline-block;
    white-space: normal;
  }

  .boost-hero-img {
    height: 100%;
  }

  .image-6 {
    width: 150px;
  }

  .boost-hero-icon-graph {
    left: -27%;
  }

  .boost-hero-icon-bolt {
    right: 74%;
  }

  .image-8 {
    width: 135px;
  }

  .boost-hero-icon-list {
    left: 9%;
    bottom: 6%;
  }

  .image-9 {
    left: -128px;
    bottom: -213px;
  }

  .shape-underlay-asset {
    overflow: visible;
  }

  .boost-mlp-stat-row {
    height: 200px;
  }

  .boost-mlp-stat-number {
    font-size: 84px;
  }

  .boost-mlp-stat-text-wrap {
    height: 100%;
  }

  .boost-mlp-stat-description {
    font-size: 19px;
    line-height: 26px;
  }
}

@media screen and (max-width: 479px) {
  .boost-mlp-body {
    overflow: visible;
  }

  .boost-mlp-hero {
    display: block;
    overflow: hidden;
    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;
    background-color: #5328D7;
    background-image: none;
  }

  .boost-mlp-hero-text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 40px;
    margin-left: 20px;
    padding: 70px 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .boost-mlp-hero-header {
    position: static;
    display: block;
    width: auto;
    font-size: 2.5rem;
    line-height: 3.1rem;
  }

  .boost-mlp-hero-description {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 700;
  }

  .boost-mlp-cta {
    margin-top: 0px;
    padding: 15px 40px;
    font-size: 18px;
    line-height: 24px;
  }

  .boost-mlp-logo {
    width: 150px;
    margin-left: 2px;
  }

  .boost-mlp-video-section {
    padding: 20px 10px 40px;
  }

  .boost-mlp-video {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1e0a3c), to(#1e0a3c));
    background-image: linear-gradient(180deg, #1e0a3c, #1e0a3c);
  }

  .boost-mlp-tools-section-header {
    max-width: none;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 50px;
  }

  .boost-mlp-tools-grid {
    margin-right: 20px;
    margin-left: 20px;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .boost-mlp-tools-grid-item {
    border-bottom-style: none;
  }

  .boost-mlp-body-cta {
    width: 200px;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .boost-mlp-testimonial-text {
    padding: 40px 30px;
  }

  .boost-mlp-testimonial-quote {
    font-size: 1.9rem;
    line-height: 2.4rem;
  }

  .boost-mlp-testimonial-author {
    font-size: 16px;
  }

  .boost-mlp-pricing-section-header {
    max-width: 257px;
    font-size: 50px;
  }

  .boost-mlp-tools-pricing-description {
    margin-right: 40px;
    margin-left: 40px;
  }

  .boost-mlp-pricing-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .boost-mlp-pricing-line-icon {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .boost-mlp-blog-content {
    margin-right: auto;
    margin-left: auto;
  }

  .boost-mlp-blog-item-nav-link {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .boost-mlp-blog-item-header {
    font-size: 22px;
  }

  .boost-feature-asset-img {
    width: 100%;
    margin-left: 0px;
    padding-top: 30px;
  }

  .boost-feature-asset-img.major-reach {
    width: 90%;
    margin-left: auto;
  }
.boost-feature-asset-img.save-time {
    padding-top: 10px;
  }
  .boost-mlp-value-prop-row {
    margin: 40px 20px;
  }

  .boost-mlp-value-prop-content {
    margin-right: 0px;
    margin-left: 0px;
  }

  .boost-mlp-value-prop-header {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
  }

  .boost-mlp-value-prop-text {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
  }

  .boost-mlp-value-prop-asset {
    margin-top: 0px;
    padding-top: 0px;
  }

  .boost-mlp-value-prop-img-wrap.overflow-parent {
    height: 350px;
  }

  .boost-mlp-value-prop-check-icon {
    padding-bottom: 5px;
  }

  .boost-mlp-value-prop-feature-item {
    font-size: 18px;
    line-height: 28px;
  }

  .boost-mlp-body-cta-row {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .boost-mlp-footer-section-header {
    font-size: 2.3rem;
    line-height: 2.6rem;
    padding-right: 10px;
    padding-left: 10px;
  }

  .boost-mlp-video-section-header {
    max-width: none;
    margin-bottom: 20px;
    font-size: 1.7rem;
    line-height: 2rem;
    white-space: normal;
  }

  .boost-mlp-footer-section-subheader {
    font-size: 19px;
  }

  .boost-mlp-call-out-sm {
    max-width: 233px;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 2.3rem;
    line-height: 2.8rem;
    text-align: center;
    white-space: pre-wrap;
  }

  .boost-mlp-testimonial-img-link-block {
    padding: 30px;
  }

  .boost-mlp-testimonial-img-text-wrap {
    padding-right: 8px;
  }

  .boost-mlp-testimonial-img-text {
    padding-right: 4px;
    font-size: 18px;
    line-height: 25px;
  }

  .boost-mlp-call-out-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -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;
  }

  .boost-mlp-call-our-lg {
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 3.1rem;
    line-height: 3.8rem;
    white-space: pre-wrap;
  }

  .boost-mlp-value-prop-row-gray {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .boost-mlp-blog-section-header {
    max-width: 236px;
    margin-top: 80px;
    margin-bottom: 0px;
    font-size: 50px;
  }

  .boost-mlp-testimonial-arrow-wrap {
    width: 15px;
    padding-bottom: 0px;
  }

  .image-4 {
    position: relative;
    top: -2px;
  }

  .boost-mlp-in-line-bold {
    display: inline-block;
    white-space: normal;
  }

  .boost-hero-img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .image-6 {
    width: 130px;
  }

  .boost-hero-icon-graph {
    left: -19%;
    bottom: 58%;
  }

  .image-7 {
    width: 50px;
  }

  .boost-hero-icon-bolt {
    top: 1%;
    right: 18%;
  }

  .image-8 {
    width: 100px;
  }

  .boost-hero-icon-list {
    left: 39%;
    bottom: 14%;
  }

  .image-9 {
    left: -37px;
    right: 22px;
    bottom: -22px;
    width: 150%;
    height: auto;
  }

  .shape-underlay-asset-2 {
    top: 6%;
    width: 132%;
  }

  .boost-mlp-stat-row {
    height: 100%;
  }

  .boost-mlp-stat-number {
    margin-right: auto;
    line-height: 90px;
  }

  .boost-mlp-stat-text-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .boost-mlp-stat-description {
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 700;
    text-align: center;
  }
}

#w-node-fb05c234-06d6-6a77-20b1-be42fd4ab333-7a32d390 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-d9d9a0e5-0e9d-da2d-72b4-3ec5f11fa1fd-7a32d390 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ca852678-9af9-28e1-9170-4f3f31175d3e-7a32d390 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_6b9a4327-f220-0e19-a8c4-4c405ace8634-7a32d390 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

@font-face {
  font-family: 'Neue plak w05';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-SemiBold.woff2') format('woff2'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-SemiBold.eot') format('embedded-opentype'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-SemiBold.woff') format('woff'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue plak w05';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Thin.woff2') format('woff2'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Thin.eot') format('embedded-opentype'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Thin.woff') format('woff'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue plak w05';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-UltraLight.woff2') format('woff2'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-UltraLight.eot') format('embedded-opentype'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-UltraLight.woff') format('woff'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue plak w05';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Bold.woff2') format('woff2'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Bold.eot') format('embedded-opentype'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Bold.woff') format('woff'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue plak w05';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-ExtraBlack.woff2') format('woff2'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Black.woff2') format('woff2'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-ExtraBlack.eot') format('embedded-opentype'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Black.eot') format('embedded-opentype'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-ExtraBlack.woff') format('woff'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Black.woff') format('woff'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-ExtraBlack.ttf') format('truetype'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue plak w05';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Light.woff2') format('woff2'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Light.eot') format('embedded-opentype'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Light.woff') format('woff'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue plak w05';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Regular.woff2') format('woff2'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Regular.eot') format('embedded-opentype'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Regular.woff') format('woff'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue plak w05 condensed';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Condensed-Black.eot') format('embedded-opentype'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Condensed-ExtraBlack.eot') format('embedded-opentype'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Condensed-Black.woff') format('woff'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Condensed-ExtraBlack.woff') format('woff'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Condensed-Black.ttf') format('truetype'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Condensed-ExtraBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue plak w05 condensed';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Condensed-Bold.eot') format('embedded-opentype'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Condensed-Bold.woff') format('woff'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Condensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue plak w05 condensed';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Condensed-Light.eot') format('embedded-opentype'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Condensed-Light.woff') format('woff'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Condensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue plak w05 condensed';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Condensed-Regular.eot') format('embedded-opentype'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Condensed-Regular.woff') format('woff'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Condensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue plak w05 condensed';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Condensed-SemiBold.eot') format('embedded-opentype'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Condensed-SemiBold.woff') format('woff'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Condensed-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue plak w05 condensed';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Condensed-Thin.eot') format('embedded-opentype'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Condensed-Thin.woff') format('woff'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Condensed-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue plak w05 condensed';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Condensed-UltraLight.eot') format('embedded-opentype'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Condensed-UltraLight.woff') format('woff'), url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/Neue-Plak-W05-Condensed-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neueplakbrite';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/NeuePlakBrite-ExtendedExtraBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neueplakbrite';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/NeuePlakBrite-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neueplaktextbrite';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/NeuePlakTextBrite-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neueplaktextbrite';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/NeuePlakTextBrite-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neueplaktextbrite';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/fonts/NeuePlakTextBrite-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
