:root {
  --brand-purple: #13002d;
  --white: white;
  --brand-orange-acc: #cc3f24;
  --neutral-900: #261b36;
  --neutral-100: #f8f7fa;
  --neutral-800: #3a3247;
  --blueberry-jam-500: #3659e3;
  --brand-orange: #f25439;
  --blueberry-jam-100: #8ea2f2;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  max-width: 1440px;
  padding-left: 3%;
  padding-right: 3%;
}

.div-block {
  justify-content: center;
  margin-top: 8%;
  margin-bottom: 8%;
  display: flex;
}

.div-block-2 {
  flex: 1;
  align-self: center;
}

.div-block-3 {
  flex: 1;
}

.section {
  background-color: var(--brand-purple);
}

.c-eb-ads-hero__heading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 16px;
  font-family: Neue Plak Condensed, sans-serif;
  font-size: 6.2rem;
  font-weight: 900;
  line-height: 91%;
}

.body {
  font-family: Neue Plak Text, sans-serif;
}

.paragraph {
  color: var(--white);
  margin-bottom: 21px;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

.a-eb-ads__button {
  background-color: var(--brand-orange-acc);
  color: white !important;
  cursor: pointer;
  border-radius: 4px;
  padding: 10px 32px 11px;
  font-size: 18px;
  line-height: 130%;
}

.a-eb-ads__button.is-orange.has-icon {
  background-image: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/assets/2023/eventbrite-ads/images/a-icon__arrow-white.svg');
  background-position: 88% 51%;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-right: 44px;
}

.a-eb-ads__button.is-white {
  background-color: var(--white);
  color: var(--neutral-900) !important;
  border: 3px solid #dddae3;
}

.a-eb-ads__button.is-white.has-icon {
  background-image: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/assets/2023/eventbrite-ads/images/a-icon__arrow-white.svg');
  background-position: 88% 51%;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-right: 44px;
}

.a-eb-ads__button.is-white.has-mtop-32 {
  margin-top: 32px;
}

.container-2 {
  max-width: 1440px;
  padding: 5% 3%;
}

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

.div-block-4 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.tab-button {
  grid-column-gap: 8px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tab-button.w--current {
  grid-column-gap: 8px;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.tabs-content {
  max-width: 70%;
  flex: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.c-eb-ads__tab-heading {
  color: #1e0a3c;
  font-family: Neue Plak, sans-serif;
  font-weight: 600;
}

.c-eb-ads__tab-heading.is-tab--heading {
  margin-top: 6px;
  margin-bottom: 6px;
  line-height: 135%;
}

.tabs {
  min-height: 480px;
  align-items: center;
  display: flex;
}

.tabs-menu {
  max-width: 40%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-load-bar-container {
  width: 5px;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  background-color: #8ea2f2;
  border-radius: 8px;
}

.c-load-bar {
  width: 5px;
  height: 0%;
  background-color: #3150cc;
}

.c-eb-ads-tab__paragraph {
  color: #4b4d63;
  font-family: Neue Plak Text, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.c-eb-ads__heading-2 {
  margin-top: -15px;
  font-family: Neue Plak, sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 110%;
}

.c-eb-ads__heading-2.is-footer {
  text-transform: uppercase;
  font-family: Neue Plak Extended, sans-serif;
  font-size: 60px;
}

.c-eb-ads__paragraph-regular {
  color: var(--neutral-800);
  margin-bottom: 21px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.c-eb-ads__paragraph-regular.is-hero-paragraph {
  color: var(--white);
}

.c-eb-ads__paragraph-regular.is-hero-paragraph.is-semibold {
  font-weight: 600;
}

.c-eb-ads__paragraph-regular.is-hero-paragraph.is-italic {
  font-style: italic;
}

.c-eb-ads__paragraph-regular.is-hero-paragraph-copy {
  color: var(--white);
}

.c-eb-ads__paragraph-regular.is-hero-paragraph-copy.is-semibold {
  font-weight: 600;
}

.c-eb-ads__paragraph-regular.is-hero-paragraph-copy.is-italic {
  font-style: italic;
}

.c-eb-ads__paragraph-regular.is-orange {
  color: var(--brand-orange-acc);
}

.c-eb-ads__paragraph-regular.is-white {
  color: var(--white);
}

.c-eb-ads__paragraph-regular.is-white.not-margin {
  margin-bottom: 0;
}

.c-eb-ads__paragraph-regular.is-blue-500 {
  color: var(--blueberry-jam-500);
}

.c-eb-ads__paragraph-regular.is-blue-500.not-margin {
  margin-bottom: 0;
}

.has-mw-580 {
  max-width: 660px;
}

.c-tab-button__content {
  max-width: 480px;
}

.container-3 {
  max-width: 1440px;
  padding-left: 3%;
  padding-right: 3%;
}

.section-3 {
  background-image: url('../jpg/a-eb-ads__banner-bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-5 {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  text-align: center;
  flex-direction: column;
  margin-top: 12%;
  margin-bottom: 1%;
  display: flex;
}

.c-eb-ads__paragraph-small {
  color: var(--neutral-800);
  margin-bottom: 21px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.c-eb-ads__paragraph-small.is-hero-paragraph {
  color: var(--white);
}

.c-eb-ads__paragraph-small.is-hero-paragraph.is-semibold {
  font-weight: 600;
}

.c-eb-ads__paragraph-small.is-hero-paragraph.is-italic {
  font-style: italic;
}

.c-eb-ads__paragraph-small.is-hero-paragraph-copy {
  color: var(--white);
}

.c-eb-ads__paragraph-small.is-hero-paragraph-copy.is-semibold {
  font-weight: 600;
}

.c-eb-ads__paragraph-small.is-hero-paragraph-copy.is-italic {
  font-style: italic;
}

.c-eb-ads__paragraph-small.is-white {
  color: var(--neutral-100);
  font-size: 14px;
}

.c-branded-banner__header {
  text-transform: uppercase;
  font-family: Neue Plak Extended, sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 150%;
}

.c-branded-banner__header.is-white {
  color: var(--white);
  font-family: Neue Plak Extended, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 105%;
}

.text-span {
  font-size: 69px;
  line-height: 105%;
  display: block;
}

.container-4 {
  max-width: 1440px;
  padding: 96px 3% 52px;
}

.div-block-6 {
  text-align: center;
  margin-bottom: 72px;
}

.div-block-7 {
  background-color: var(--white);
  padding-top: 52px;
  padding-bottom: 52px;
}

.container-5 {
  max-width: 1440px;
  padding-left: 3%;
  padding-right: 3%;
}

.section-4 {
  background-color: var(--neutral-100);
}

.div-block-8 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-9, .div-block-10 {
  flex: 1;
}

.c-eb-ads__h3 {
  margin-top: -15px;
  font-family: Neue Plak, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.image {
  width: 100%;
}

.div-block-11 {
  max-width: 450px;
}

.text-span-2 {
  color: #cc3f24;
}

.container-6 {
  max-width: 1440px;
  padding: 52px 3%;
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.div-block-12 {
  height: 100%;
  max-width: 90%;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 1;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.div-block-14 {
  flex: 1;
}

.image-2 {
  width: 100%;
}

.section-5 {
  background-color: var(--brand-purple);
}

.slide-nav {
  display: none;
}

.c-quote__text {
  font-family: Neue Plak, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.c-quote__text.is-white {
  color: var(--white);
}

.div-block-15 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.link {
  color: var(--white);
  font-size: 16px;
  line-height: 120%;
}

.c-eb-ads__linkblock {
  z-index: 999;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  align-items: center;
  display: flex;
  position: relative;
}

.c-eb-ads__linkblock.no-underline {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-decoration: none;
}

.c-eb-ads__linkblock.no-underline.has-border-orange {
  width: 186px;
  border-bottom: 2.5px solid var(--brand-orange);
  padding-bottom: 5px;
  padding-left: 4px;
}

.slide, .mask {
  height: 100%;
}

.container-7 {
  max-width: 1440px;
  margin-top: 96px;
  margin-bottom: 96px;
  padding-left: 3%;
  padding-right: 3%;
}

.c-criteria-question {
  color: #13002d;
  letter-spacing: 1.15px;
  text-transform: none;
  font-family: Neue Plak, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.columns-12 {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.p_criteria {
  max-width: 820px;
  color: #322850;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 24px;
  font-family: Neue Plak Text, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.p_criteria.more_content {
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Neue Plak Text, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
}

.p_criteria.more_content.p-top-10 {
  padding-top: 10px;
  font-size: 36px;
  line-height: 38px;
}

.p_criteria.list {
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Neue Plak, sans-serif;
}

.p_criteria.list.p-left-32 {
  padding-left: 32px;
}

.accordion_item {
  margin-bottom: 0;
}

.accordion_item_content {
  overflow: hidden;
}

.criteria_list {
  color: #322850;
  padding-left: 52px;
}

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

.c-criteria-paragraph {
  max-width: 820px;
  color: #13002d;
  text-align: left;
  margin-top: 0;
  font-family: Neue Plak Text, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 33px;
}

.column-27 {
  grid-column-gap: 72px;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.accordion_arrow {
  max-height: 32px;
  max-width: 32px;
  flex: 0 auto;
}

.accordion_wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.accordion__item_trigger {
  cursor: pointer;
  border: 2px rgba(29, 10, 50, .32);
  border-bottom-style: solid;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.bold-text {
  letter-spacing: 0;
  font-family: Neue Plak Text, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 125%;
}

.c-eb-ads-faq__header {
  max-width: 820px;
  color: #13002d;
  text-align: left;
  margin-top: 0;
  font-family: Neue Plak, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 140%;
}

.section-6 {
  background-color: var(--brand-orange);
  background-image: url('../png/a-eb-ads__footer-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-8 {
  max-width: 1440px;
  text-align: center;
  align-items: center;
  padding: 96px 3%;
}

.is-white {
  color: var(--white);
}

.has-mtop-6 {
  margin-top: 6px;
}

@media screen and (max-width: 991px) {
  .div-block {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    flex-direction: column;
  }

  .div-block-4 {
    margin-bottom: 32px;
  }

  .tab-button {
    min-width: 320px;
  }

  .tab-button.w--current {
    min-height: 150px;
  }

  .tabs-content {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs {
    flex-direction: column;
    align-items: flex-start;
  }

  .tabs-menu {
    max-width: 100%;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-auto-flow: column;
    display: flex;
    overflow: scroll;
  }

  .c-tab-button__content {
    max-width: none;
  }

  .c-criteria-question {
    max-width: 90%;
    font-size: 22px;
    line-height: 30px;
  }

  .columns-12 {
    margin-left: 0;
    margin-right: 0;
  }

  .p_criteria.more_content {
    margin-left: 20px;
  }

  .criteria_list.m_bot_24 {
    padding-left: 32px;
  }

  .c-criteria-paragraph {
    font-size: 20px;
    line-height: 28px;
  }

  .accordion_wrapper, .accordion__item_trigger {
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-eb-ads-faq__header {
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-16 {
    max-width: 72%;
  }
}

@media screen and (max-width: 767px) {
  .c-criteria-paragraph {
    font-size: 18px;
    line-height: 26px;
  }

  .accordion_wrapper {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .c-eb-ads-faq__header {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 479px) {
  .div-block-6 {
  margin-bottom: 32px;
  }
  .c-eb-ads-hero__heading {
    font-size: 3rem;
    line-height: 95%;
  }

  .section-2 {
    padding-top: 52px;
  }

  .div-block-4 {
    flex-direction: column;
  }

  .tabs-content {
    height: auto;
    max-width: 100%;
  }

  .tabs {
    min-height: 360px;
  }

  .c-eb-ads-tab__paragraph {
    font-size: 17px;
  }

  .c-eb-ads__heading-2 {
    font-size: 32px;
  }

  .c-eb-ads__heading-2.is-footer {
    font-size: 33px;
  }

  .c-eb-ads__paragraph-regular {
    font-size: 17px;
    line-height: 135%;
  }

  .c-eb-ads__paragraph-regular.is-orange {
    margin-bottom: 17px;
    font-size: 15px;
  }

  .div-block-5 {
    grid-row-gap: 50px;
  }

  .c-branded-banner__header.is-white {
    font-size: 30px;
  }

  .text-span {
    font-size: 34px;
  }

  .container-4 {
    padding-top: 72px;
  }

  .div-block-8 {
    flex-direction: column;
  }

  .c-eb-ads__h3 {
    font-size: 23px;
  }

  .slider {
    height: 100%;
    padding-bottom: 16px;
  }

  .div-block-12 {
    max-width: 100%;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
  }

  .slide-nav {
    padding-top: 60px;
    display: block;
  }

  .c-quote__text.is-white {
    font-size: 25px;
  }

  .left-arrow {
    display: none;
  }

  .c-criteria-question {
    font-size: 18px;
    line-height: 24px;
  }

  .columns-12 {
    flex-direction: column;
  }

  .p_criteria {
    font-size: 16px;
  }

  .p_criteria.more_content {
    margin-left: 6px;
  }

  .criteria_list.m_bot_24 {
    padding-left: 20px;
  }

  .column-12 {
    padding-top: 0;
    padding-left: 0;
  }

  .c-criteria-paragraph {
    font-size: 19px;
    line-height: 26px;
  }

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

  .accordion_arrow {
    max-height: 22px;
    max-width: 22px;
  }

  .accordion_wrapper {
    padding-left: 0;
    padding-right: 12px;
  }

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

  .bold-text {
    font-size: 18px;
  }

  .c-eb-ads-faq__header {
    font-size: 19px;
    line-height: 26px;
  }

  .container-8 {
    padding-top: 70px;
    padding-bottom: 42px;
  }

  .c-eb-ads__logo {
    max-width: 60%;
  }

  .div-block-16 {
    max-width: 100%;
  }

  .icon {
    margin-left: 0;
  }

  .icon-2 {
    margin-right: 0;
  }

  .right-arrow {
    display: none;
  }
}


@font-face {
  font-family: 'Neue Plak Condensed';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/assets/2023/eventbrite-ads/fonts/NeuePlak-CondBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak Text';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/assets/2023/eventbrite-ads/fonts/NeuePlakText-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak Text';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/assets/2023/eventbrite-ads/fonts/NeuePlakText-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/assets/2023/eventbrite-ads/fonts/NeuePlak-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/assets/2023/eventbrite-ads/fonts/NeuePlak-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak Extended';
  src: url('https://eventbrite-s3.s3.amazonaws.com/marketing/landingpages/assets/2023/eventbrite-ads/fonts/NeuePlak-ExtendedBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}