:root {
  --r-brand-warm-gray-white: #F5F5F0;
  --r-brand-cool-gray-dark: #25272B;
  --r-core-fg-base: #161719;
  --r-core-bg-raised: #FFFFFF;
  --r-brand-brite-orange: #FF5010;
  --r-brand-brite-orange-hover: #FF7E65;
  /*  */
  --brand-orange-acc: var(--r-brand-brite-orange-hover, #FF7E65);
  --brand-orange: var(--r-brand-brite-orange, #FF5010);
  --neutral-900: #261b36;
  --neutral-800: #3a3247;
  --blueberry-jam-500: #3659e3;
  --neutral-200: #eeedf2;
  --blueberry-jam-100: #8ea2f2;
  --black: black;
}

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

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

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

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

a {
  text-decoration: underline;
}

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

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

.div-block-2 {
  text-align: center;
  flex: 1;
  align-self: center;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-3 {
  flex: 1;
  padding-top: 28px;
}

.section {
  background-color: var(--r-brand-warm-gray-white);
  display: block;
}

.section.hidden {
  display: none;
}

.c-eb-ads-hero__heading {
  color: var(--r-brand-cool-gray-dark);
  text-align: center;
  text-transform: uppercase;
  max-width: 47.9rem;
  margin: 0 auto 16px;
  font-family: 'Founders Grotesk R', -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(2.6rem, 6.25vw, 5rem);
  font-weight: 900;
  line-height: 91%;
}

.body {
  font-family: 'Founders Grotesk R', -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  color: var(--r-core-fg-base) !important;
}

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

.a-eb-ads__button {
  background-color: var(--r-core-fg-base);
  cursor: pointer;
  border-radius: 500px;
  padding: 10px 32px 16px;
  font-size: 18px;
  line-height: 1.175;
  font-weight: 600;
}

.a-eb-ads__button.is-orange {
  color: #fff;
  margin-top: 14px;
  padding-top: 16px;
  text-decoration: none;
}

.a-eb-ads__button.is-orange:hover {
  background-color: #25272B;
}

.a-eb-ads__button.is-orange.has-icon {
  background-image: url('../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-orange.button-center {
  padding-top: 16px;
}

.a-eb-ads__button.is-white {
  background-color: var(--r-brand-cool-gray-dark);
  color: var(--neutral-900);
  border: 3px solid #dddae3;
}

.a-eb-ads__button.is-white.has-icon {
  background-image: url('../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;
  font-weight: 400;
}

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

.container-2.resources {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 78px;
}

.section-1 {
  background-color: var(--r-core-bg-raised);
}

.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 {
  flex: auto;
  max-width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.c-eb-ads__tab-heading {
  color: #1e0a3c;
  font-family: 'Founders Grotesk R', -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 600;
}

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

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

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

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

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

.c-eb-ads-tab__paragraph {
  color: #4b4d63;
  font-family: 'Founders Grotesk R', -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.c-eb-ads__heading-2 {
  text-align: left;
  margin-top: -15px;
  font-family: 'Founders Grotesk R', -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
  display: block;
  color: var(--r-core-fg-base);
}

.c-eb-ads__heading-2.is-footer {
  text-transform: uppercase;
  font-family: 'Founders Grotesk R', -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 60px;
}

.c-eb-ads__heading-2.white {
  color: #fff;
  margin-top: 40px;
  font-size: 48px;
  font-weight: 700;
}

.c-eb-ads__paragraph-regular {
  color: var(--r-core-fg-base);
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.c-eb-ads__paragraph-regular.is-hero-paragraph {
  color: var(--r-brand-cool-gray-dark);
}

.c-eb-ads__paragraph-regular.is-hero-paragraph.is-semibold {
  text-align: center;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.c-eb-ads__paragraph-regular.is-hero-paragraph.is-semibold.welcome {
  text-align: center;
  color: var(--r-brand-brite-orange);
  margin-bottom: 12px;
  font-weight: 500;

}

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

.c-eb-ads__paragraph-regular.is-hero-paragraph-copy {
  color: var(--r-brand-cool-gray-dark);
}

.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(--r-brand-cool-gray-dark);
}

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

.c-eb-ads__paragraph-regular.resources-subhead {
  font-size: 22px;
}

.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('../images/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(--r-brand-cool-gray-dark);
}

.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(--r-brand-cool-gray-dark);
}

.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(--r-brand-warm-gray-white);
  font-size: 14px;
}

.c-branded-banner__header {
  text-transform: uppercase;
  font-family: 'Founders Grotesk R', -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 150%;
}

.c-branded-banner__header.is-white {
  color: var(--r-brand-cool-gray-dark);
  font-family: 'Founders Grotesk R', -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 105%;
}

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

.container-4 {
  background-color: var(--neutral-200);
  max-width: 1440px;
  padding: 96px 3% 52px;
}

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

.div-block-7 {
  background-color: var(--r-brand-cool-gray-dark);
  padding-top: 52px;
  padding-bottom: 52px;
}

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

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

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

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

.div-block-10 {
  background-image: url('../images/Shape-09.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
}

.c-eb-ads__h3 {
  margin-top: -2px;
  margin-bottom: 21px;
  font-family: 'Founders Grotesk R', -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 105%;
}

.image {
  width: 100%;
}

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

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

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

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

.div-block-12 {
  flex-direction: row;
  align-items: center;
  max-width: 90%;
  height: 100%;
  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(--r-brand-warm-gray-white);
}

.slide-nav {
  display: none;
}

.c-quote__text {
  font-family: 'Founders Grotesk R', -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.c-quote__text.is-white {
  color: var(--r-brand-cool-gray-dark);
}

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

.link {
  color: var(--r-brand-cool-gray-dark);
  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 {
  border-bottom: 2.5px solid var(--brand-orange);
  width: 186px;
  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: 'Founders Grotesk R', -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

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

.p_criteria {
  color: #322850;
  max-width: 820px;
  margin-left: 32px;
  padding-top: 10px;
  padding-bottom: 24px;
  font-family: 'Founders Grotesk R', -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.p_criteria.more_content {
  margin-bottom: 0;
  margin-left: 10px;
  padding-bottom: 0;
  font-family: 'Founders Grotesk R', -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, 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: 'Founders Grotesk R', -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, 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 {
  color: #13002d;
  text-align: left;
  max-width: 820px;
  margin-top: 0;
  font-family: 'Founders Grotesk R', -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, 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 {
  flex: 0 auto;
  max-width: 32px;
  max-height: 32px;
}

.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: 'Founders Grotesk R', -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 125%;
}

.c-eb-ads-faq__header {
  color: #13002d;
  text-align: left;
  max-width: 820px;
  margin-top: 0;
  font-family: 'Founders Grotesk R', -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 140%;
}

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

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

.is-white {
  color: var(--r-brand-cool-gray-dark);
}

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

.div-block-16 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.div-block-17 {
  column-count: 4;
  margin-left: 66px;
  margin-right: 66px;
}

.button-gallery {
  column-count: 4;
  margin-left: 60px;
  margin-right: 60px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: repeat(auto-fit, 175px);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-18 {
  background-color: #240f4c;
  border-radius: 2px;
}

.button-grid {
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: var(--r-core-bg-raised);
  border: 1px solid #3D3F43;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  max-width: 150px;
  height: auto;
  min-height: 150px;
  max-height: 150px;
  padding-top: 38px;
  padding-bottom: 38px;
  text-decoration: none;
  transition: background-color .425s;
  display: flex;
}

.button-grid:hover {
  box-shadow: 0px 188px 53px 0px rgba(0, 0, 0, 0.00), 0px 120px 48px 0px rgba(0, 0, 0, 0.01), 0px 68px 41px 0px rgba(0, 0, 0, 0.05), 0px 30px 30px 0px rgba(0, 0, 0, 0.09), 0px 8px 17px 0px rgba(0, 0, 0, 0.10);
}

.code-embed {
  color: #1e1e1e;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0;
}

.code-embed.ball {
  margin-top: -13px;
  padding-top: 0;
  padding-bottom: 7px;
}

.heading {
  color: var(--r-core-fg-base);
  text-align: center;
  max-width: 80%;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  font-weight: 500;
}

.heading.title-gallery {
  color: #1e1e1e;
  text-align: left;
  align-self: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
  left: 0;
}

.div-block-19 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  column-count: 3;
  max-width: 100%;
  display: flex;
}

.div-block-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  max-width: 50%;
  max-height: 0%;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  max-width: 25%;
  max-height: 0%;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  max-width: 25%;
  max-height: 0%;
  display: flex;
}

.gallery-masonry {
  background-color: var(--r-brand-warm-gray-white);
  mix-blend-mode: normal;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 190px;
  border: 1px #80719d;
  border-radius: 7px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  min-width: 150px;
  max-width: 100%;
  height: auto;
  min-height: 280px;
  max-height: 360px;
  padding-top: 24px;
  padding-bottom: 16px;
  text-decoration: none;
  transition: all .25s ease-in;
  display: flex;
  border: 1px solid #3D3F43;
}

.gallery-masonry:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0px 188px 53px 0px rgba(0, 0, 0, 0.00), 0px 120px 48px 0px rgba(0, 0, 0, 0.01), 0px 68px 41px 0px rgba(0, 0, 0, 0.05), 0px 30px 30px 0px rgba(0, 0, 0, 0.09), 0px 8px 17px 0px rgba(0, 0, 0, 0.10);
}

.gallery-masonry.h-gallery {
  min-height: 172px;
  max-height: 160px;
}

.gallery-masonry.h-gallery.h-gallery-small {
  background-image: none;
  min-height: 217px;
  max-height: 218px;
}

.gallery-masonry.h-gallery.h-gallery-large {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/42.svg');
  background-position: 90% 41%;
  background-size: 130px;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  min-width: 100%;
  min-height: 190px;
  margin-bottom: 0;
}

.gallery-masonry.h-gallery.h-gallery-large.watch {
  background-image: url('../images/watch.svg');
  background-position: 90% 41%;
  background-size: 125px;
}

.gallery-masonry.gallery-masonry-medium {
  min-height: 262px;
  max-height: 297px;
}

.gallery-masonry.gallery-masonry-medium.effective {
  background-image: url('../images/06.svg');
  background-size: 150px;
  min-height: 296px;
}

.gallery-masonry.gallery-masonry-medium.check-in {
  background-image: url('../images/Check-in.svg');
  background-size: 220px;
}

.gallery-masonry.email-campaigns {
  background-image: url('../images/09.svg');
  background-size: 164px;
}

.paragraph-2 {
  color: #1e1e1e;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.paragraph-2.cta {
  border-bottom: 0px solid var(--brand-orange);
  color: var(--r-core-fg-base);
  width: 100%;
  margin-left: auto;
  margin-right: 20px;
  padding-top: 12px;
  padding-left: 1rem;
  padding-right: 0;
  font-size: 17px;
  font-weight: 600;
  text-decoration: underline;
}

.heading-gallery {
  color: #1e1e1e;
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  width: auto;
  min-width: auto;
  max-width: none;
  margin: 0 auto 11px 0;
  padding-left: 1rem;
  padding-right: .5rem;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.175;
  text-decoration: none;
  display: flex;
}

.heading-gallery.title-gallery {
  color: #1e1e1e;
  text-align: left;
  align-self: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
  left: 0;
}

.code-embed-2 {
  box-sizing: border-box;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 2rem;
  padding-right: 90px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.image-3 {
  clear: none;
  text-align: right;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.div-block-24 {
  text-align: left;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-end;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.image-4 {
  text-align: right;
  flex: 0 auto;
}

.div-block-25 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  column-count: 1;
  padding-bottom: 0;
  display: flex;
}

.div-block-26, .div-block-27 {
  max-width: 66%;
}

.lottie-animation {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 500px;
  max-height: 400px;
  padding-left: 50px;
  padding-right: 40px;
  display: block;
}

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

.image-5 {
  width: 50px;
  margin-top: 10px;
  margin-bottom: 8px;
  filter: brightness(-100%);
}

.image-5.ball {
  width: 53px;
  margin-top: -14px;
  padding-bottom: 3px;
}

.section-3 {
  background-color: var(--r-brand-warm-gray-white);
  background-image: none;
}

.resources {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.image-6 {
  width: 100%;
  height: 125px;
  margin-bottom: 16px;
}

.resource-card {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 7px;
  width: 90%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-right: 25px;
  text-decoration: none;
}

.div-block-28 {
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.bold-text-2 {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
}

.div-block-29 {
  background-image: url('../images/5.jpg');
  background-position: 50%;
  background-size: contain;
  border-radius: 7px;
  justify-content: flex-start;
  width: 110%;
  max-width: 100%;
  height: 150px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-29.img1 {
  background-image: url('../images/7.jpg');
  background-position: 20%;
  background-size: 360px;
  background-attachment: scroll;
}

.div-block-29.img2 {
  background-image: url('../images/8.jpg');
  background-size: 380px;
}

.div-block-29.img3 {
  background-image: url('../images/4.jpg');
  background-position: 50%;
  background-size: 420px;
}

.div-block-29.img4 {
  background-image: url('../images/6.jpg');
  background-position: 50% 42%;
  background-size: cover;
}

.div-block-29.img5 {
  background-image: url('../images/1.jpg');
  background-position: 50% 68%;
  background-size: cover;
}

.div-block-29.img6 {
  background-size: cover;
}

.bold-text-3 {
  border-bottom: 2px solid var(--brand-orange);
  font-size: 17px;
}

.bold-text-3:hover {
  color: var(--brand-orange);
}

.bold-text-3.resource-cta, .bold-text-3.resource-cta-1 {
  font-size: 17px;
}

.resource-cta.resource-cta-1 {
  margin-top: 15px;
}

.resource-cta-1 {
  color: #1e1e1e;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  padding-left: 1rem;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.resource-cta-1.cta {
  border-bottom: 0px solid var(--brand-orange);
  color: var(--r-brand-warm-gray-white);
  width: 100%;
  margin-left: auto;
  margin-right: 20px;
  padding-top: 12px;
  padding-left: 1rem;
  padding-right: 0;
  font-size: 17px;
  font-weight: 600;
  text-decoration: underline;
}

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

  .div-block-2 {
    width: 100%;
  }

  .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 {
    flex: 0 auto;
    grid-template-rows: auto;
    grid-auto-flow: column;
    max-width: 100%;
    display: flex;
    overflow: scroll;
  }

  .c-eb-ads__heading-2 {
    text-align: left;
  }

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

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

@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-2 {
    width: 100%;
    padding-top: 14px;
  }

  .div-block-3 {
    padding-top: 0;
  }

  .a-eb-ads__button.is-orange {
    vertical-align: baseline;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    position: static;
  }

  .a-eb-ads__button.is-orange.button-center {
    float: none;
    text-align: center;
    max-width: 80%;
    display: inline-block;
    position: static;
    top: -4px;
  }

  .container-2.resources {
    padding-top: 25%;
  }

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

  .tabs-content {
    height: auto;
  }

  .tabs {
    min-height: 360px;
  }

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

  .c-eb-ads__heading-2 {
    text-align: center;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 32px;
  }

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

  .c-eb-ads__heading-2.white {
    font-size: 1.8rem;
  }

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

  .c-eb-ads__paragraph-regular.is-hero-paragraph.is-semibold {
    font-size: 18px;
  }

  .resource-card {
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
    background: #fff;
  }

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

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

  .div-block-10 {
    -webkit-text-fill-color: inherit;
    background-position: 50%;
    background-size: 80%;
    background-clip: padding-box;
  }

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

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

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

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

  .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-width: 22px;
    max-height: 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;
  }

  .grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: repeat(auto-fit, minmax(28px, 1fr));
    grid-template-columns: 1fr minmax(101px, 1fr);
    grid-auto-flow: row;
    justify-items: stretch;
    max-width: 22rem;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 14px;
  }

  .button-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 72px;
    max-width: 100%;
    min-height: 56px;
    max-height: 56px;
    padding: 9px 4px 6px;
    font-size: 14px;
    display: inline-flex;
  }

  .code-embed {
    width: 40px;
    max-width: none;
    height: 40px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .heading {
    clear: none;
    text-align: left;
    min-width: 94px;
    max-width: 100%;
    margin-top: 5px;
    margin-left: auto;
    font-size: .8rem;
    line-height: 17px;
    display: flex;
  }

  .heading.decoration-link-none {
    font-size: 1.1rem;
  }

  .div-block-19 {
    flex-flow: column;
  }

  .div-block-20, .div-block-21, .div-block-22 {
    max-width: 100%;
  }

  .paragraph-2 {
    font-size: 18px;
  }

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

  .image-5 {
    vertical-align: middle;
    width: 36px;
    padding-top: 0;
    padding-left: 6px;
  }

  .image-5.ball {
    justify-content: flex-start;
    margin-top: 1px;
    padding-left: 0;
    display: inline-flex;
  }

  .resources {
    grid-template-columns: 1fr;
  }

  .div-block-29 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-4 {
    line-height: 26px;
  }

  .resource-cta-1 {
    font-size: 18px;
  }
}

#w-node-_3913a066-04f2-aee7-1daf-be195de351f6-1f598cb9, #w-node-_28ac49bf-8324-a7ed-16fb-143988635397-1f598cb9, #w-node-_6fbbf21d-4dea-f752-fdff-8cbca329f109-1f598cb9, #w-node-cdb5482e-0779-7932-f0e9-ef782e01a091-1f598cb9 {
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_3913a066-04f2-aee7-1daf-be195de351f6-1f598cb9 {
    justify-self: center;
  }

  #w-node-_28ac49bf-8324-a7ed-16fb-143988635397-1f598cb9 {
    justify-self: start;
  }
}