:root {
  --grey-200: #eeedf2;
  --core-purple: #1e0a3c;
  --grey-600: #6f7287;
  --core-orange: #f05537;
  --grey-100: #f8f7fa;
  --white: white;
  --grey-700: #4b4d63;
  --brand-orange-acc: #d1410c;
}

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

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

.wifi_heading {
  color: #f05537;
  text-align: right;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: -80px;
  margin-bottom: 0;
  font-family: Neue Plak, sans-serif;
  font-size: 300px;
  line-height: 300px;
}

.wifi_text {
  color: #1e0a3c;
  font-family: Neue Plak Text, sans-serif;
  font-size: 49px;
  font-weight: 400;
  line-height: 52px;
}

.wifi_text.p-bot-10 {
  padding-bottom: 10px;
}

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

.columns {
  flex-flow: wrap;
  display: flex;
}

.section {
  min-height: 100vh;
  display: none;
}

.container {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.c-dpp__container {
  max-width: 100%;
}

.c-dpp--header__container {
  text-align: center;
  margin-bottom: 0;
}

.c-dpp--plans__controlers {
  border: 2px solid var(--grey-200);
  border-radius: 50px;
  margin-bottom: 0;
  display: inline-block;
  overflow: hidden;
}

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

.c-dpp--valprop__item--price {
  color: var(--core-purple);
  margin-top: 16px;
  margin-bottom: 32px;
  font-family: Neue Plak, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.c-dpp--valprop__item--features-container {
  text-align: left;
  border-top: 1px solid #dbdae3;
  margin-top: 40px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.c-dpp--valprop__item--features-container.no-border {
  border-top-width: 0;
}

.c-dpp-tab-plans__container {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 33%;
  grid-auto-columns: 33%;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.c-dpp--plans__tabs {
  margin-top: 20px;
  padding-bottom: 72px;
}

.c-dpp--plans__tab {
  margin-top: 12px;
}

.c-dpp__headline {
  color: var(--core-purple);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Neue Plak, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 42px;
}

.c-dpp__header-paragraph {
  color: var(--grey-600);
  font-family: Neue Plak Text, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.c-dpp__header-note {
  max-width: 720px;
  color: var(--grey-600);
  margin-top: 32px;
  font-family: Neue Plak Text, sans-serif;
  display: inline-block;
}

.c-dpp--plans-tabs__description {
  color: var(--core-orange);
  font-family: Neue Plak, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.c-dpp--header__bg {
  max-width: 100%;
  background-color: var(--grey-100);
  margin-bottom: 20px;
  padding-top: 100px;
  padding-bottom: 50px;
}

.c-dpp--plans-pricing__container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.tab-link-tab-2 {
  background-color: var(--white);
  border-radius: 50px;
  margin: 4px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Neue Plak Text, sans-serif;
  font-size: 14px;
  line-height: 22px;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
}

.tab-link-tab-2:hover {
  background-color: rgba(240, 85, 55, .12);
}

.tab-link-tab-2.w--current {
  color: var(--core-purple);
  background-color: rgba(240, 85, 55, .4);
  font-weight: 700;
}

.c-dpp--valprop__item-headline {
  color: var(--core-purple);
  font-family: Neue Plak, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

.c-dpp--valprop__item--subheadline {
  font-family: Neue Plak Text, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.c-dpp--valprop__item--paragraph {
  font-family: Neue Plak Text, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.c-cdp--valprop__cta {
  background-color: var(--white);
  color: var(--core-purple);
  border: 2px solid #d1410c;
  border-radius: 8px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Neue Plak, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.c-cdp--valprop__cta.is-recommended {
  color: var(--white);
  background-color: #d1410c;
}

.c-cdp--valprop__cta.is-recommended.is-free {
  margin-top: 40px;
}

.c-dpp--valprop__item {
  border: 2px solid var(--grey-100);
  border-radius: 12px;
  padding: 30px 2%;
}

.c-dpp--valprop__item.is-recommended {
  border-color: var(--core-orange);
  color: var(--core-purple);
  box-shadow: 0 3px 13px rgba(0, 0, 0, .13);
}

.c-text--priority-package {
  font-family: Neue Plak, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

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

.c-dpp--valprop__feature-text {
  padding-left: 8px;
  display: inline;
}

.c-dpp--valprop__feature-text.no-padleft {
  padding-left: 0;
}

.c-dpp--valprop__features-feature {
  color: var(--grey-700);
  margin-bottom: 10px;
  font-family: Neue Plak Text, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.c-text-priority__container {
  min-height: 22px;
}

.container-2, .container-3 {
  text-align: center;
}

.grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
}

.c-ai-grid--item {
  border: 2px solid var(--grey-200);
  text-align: left;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  padding: 12px 8px;
  display: flex;
}

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

.div-block-2 {
  background-color: var(--white);
  border-radius: 32px;
  justify-content: space-around;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 24px 3px rgba(111, 114, 135, .13);
}

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

.image-2 {
  width: 100%;
}

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

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

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

.c-load-bar-container {
  width: 5px;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  background-color: var(--grey-100);
  border-radius: 8px;
}

.c-load-bar {
  width: 5px;
  height: 0%;
  background-color: var(--core-orange);
}

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

.c-ai-tab--paragraph {
  color: var(--grey-700);
  font-family: Neue Plak Text, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.tabs {
  align-items: center;
  display: flex;
}

.section-2 {
  margin-top: 62px;
  margin-bottom: 72px;
}

.c-ai__hero-heading {
  width: 860px;
  color: var(--core-purple);
  margin-left: auto;
  margin-right: auto;
  font-family: Neue Plak, sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 115%;
}

.c-ai__hero-paragraph {
  width: 720px;
  color: var(--grey-700);
  margin-left: auto;
  margin-right: auto;
  font-family: Neue Plak Text, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}

.c-ai__cta {
  background-color: var(--brand-orange-acc);
  color: var(--white);
  border: 2px solid #d1410c;
  border-radius: 8px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Neue Plak, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.c-ai__cta.is-recommended {
  color: var(--white);
  background-color: #d1410c;
}

.c-ai__cta.is-recommended.is-free {
  margin-top: 40px;
}

.c-ai__cta.is-main__cta {
  margin-top: 32px;
}

.c-ai__cta.is-grid__cta {
  border-color: var(--core-purple);
  background-color: var(--white);
  color: var(--core-purple);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-2 {
  color: var(--core-purple);
  font-family: Neue Plak, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 115%;
}

.c-ai--h3 {
  color: var(--core-purple);
  font-family: Neue Plak, sans-serif;
  font-weight: 600;
}

.c-ai--h3.is-tab--heading {
  margin-top: 6px;
  margin-bottom: 6px;
}

.c-ai-grid--paragraph {
  color: var(--grey-700);
  font-family: Neue Plak Text, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.c-table-competitors__container {
  max-width: 1440px;
  text-align: center;
  padding-left: 3%;
  padding-right: 3%;
}

.c-tabs__mobile {
  display: none;
}

.c-fyp--maincta__container {
  grid-column-gap: 18px;
  display: flex;
}

.c-cta-button__text {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7px;
  font-family: Neue Plak, sans-serif;
  font-size: 16px;
}

.c-competitor__button {
  color: #1e0a3c;
  letter-spacing: .2px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 50px;
  margin-top: 12px;
  padding: 10px 60px 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.c-competitor__button.is--pill-button {
  border-radius: 50px;
  margin-top: 0;
  padding: 4px 32px;
  text-decoration: none;
}

.c-competitor__button.is--pill-button.is-orange {
  color: #fff;
  background-color: #d1410c;
  border: 2px solid #d1410c;
}

.c-competitor__button.is--pill-button.is-orange.is-halloween {
  width: 100%;
  min-width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 18px;
}

.c-competitor__button.is--pill-button.is-orange.is-halloween.only-mobile {
  display: none;
}

.text-span-2, .text-span-3 {
  color: #044f60;
}

.div-block-7 {
  height: 0;
}

.c-competitors-intro__h3 {
  max-width: 720px;
  color: #f05537;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Neue Plak, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 105%;
  display: inline-block;
}

.c-eb-grid__separator {
  border-top: 1px solid #dddae3;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-eb-grid__separator.is-centered {
  justify-content: center;
}

.div-block-19 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.c-grid__desktop {
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 41.5%, #e9e6d7 41.5%, #e9e6d7 54%, rgba(0, 0, 0, 0) 54%);
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 42% 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: grid;
}

.c-grid__desktop.is-white {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 39%, #13002d 39%, #13002d 53%, rgba(0, 0, 0, 0) 49%);
  grid-template-columns: 40% 1fr 1fr 1fr 1fr 1fr;
}

.c-grid__desktop.is-purple {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 39%, #6e627f 39%, #6e627f 53%, rgba(0, 0, 0, 0) 49%);
  grid-template-columns: 40% 1fr 1fr 1fr 1fr 1fr;
}

.c-eb-intro__grid-container {
  text-align: center;
  margin-top: 70px;
}

.c-eb-intro__grid-container.is-halloween {
  margin-top: 0;
}

.c-eb-intro__headline {
  color: #1e0a3c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
}

.c-eb-intro__headline.is-light-green {
  color: #3c7785;
  font-size: 44px;
}

.c-eb-intro__headline.is-orange {
  color: #f05537;
}

.c-eb-intro__headline.is-orange.is-cta-title {
  max-width: 720px;
  text-transform: uppercase;
  margin-bottom: 33px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
}

.c-table-competitors__section {
  background-color: #fff;
  padding-top: 3%;
  padding-bottom: 3%;
}

.c-table-competitors__section.is-gray {
  background-color: #f8f7fa;
}

.c-competitors-grid__text {
  color: #1e0a3c;
  text-align: left;
  margin-top: 6px;
  margin-bottom: 12px;
  font-family: Neue Plak Text, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.c-competitors-grid__text.is-sbold {
  font-weight: 600;
}

.c-competitors-grid__text.is-sbold.is-green-s {
  color: #4be1a0;
}

.c-competitors-grid__text.is-gray-700 {
  color: #585163;
}

.c-competitors-grid__text.is-bold {
  font-weight: 700;
}

.c-competitors-grid__text.is-bold.is-white, .c-competitors-grid__text.is-white {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .wifi_heading {
    margin-top: -60px;
    font-size: 260px;
    line-height: 220px;
  }

  .wifi_text {
    font-size: 38px;
    line-height: 44px;
  }

  .c-dpp-tab-plans__container {
    grid-template-columns: 40%;
    grid-auto-columns: 40%;
  }

  .c-dpp--valprop__feature-text, .c-icon__checkmark {
    display: inline;
  }

  .section-2, .section-3, .section-4 {
    display: none;
  }

  .c-table-competitors__container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .c-tabs__mobile {
    display: none;
  }

  .c-competitors-intro__h3 {
    font-size: 40px;
  }

  .c-grid__desktop {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 34%, #044f60 34%, #044f60 49%, #fff 49%);
    grid-template-columns: 35% 1fr 1fr 1fr 1fr 1fr;
  }

  .c-grid__desktop.is-white, .c-grid__desktop.is-purple {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 30%, #13002d 30%, #13002d 44%, rgba(0, 0, 0, 0) 44%);
    grid-template-columns: 30% 1fr 1fr 1fr 1fr 1fr;
  }

  .c-eb-intro__headline {
    font-size: 38px;
  }

  .c-eb-intro__headline.is-light-green {
    font-size: 36px;
  }

  .c-eb-intro__headline.is-orange.is-cta-title {
    font-size: 24px;
  }

  .c-competitors-grid__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .wifi_heading {
    text-align: left;
    line-height: 260px;
  }

  .c-dpp-tab-plans__container {
    grid-template-columns: 45%;
  }

  .c-tabs__mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .wifi_heading {
    font-size: 220px;
    line-height: 220px;
  }

  .wifi_text {
    font-size: 32px;
    line-height: 36px;
  }

  .wifi_text.p-bot-10 {
    padding-top: 14px;
  }

  .c-dpp--plans__controlers {
    justify-content: space-between;
    display: flex;
  }

  .c-dpp-tab-plans__container {
    grid-template-columns: 95%;
    grid-auto-flow: row;
  }

  .tab-link-tab-2 {
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .c-tabs__mobile {
    margin-bottom: 12px;
    display: block;
  }

  .c-intro-grid__row {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
    display: flex;
  }

  .c-cta-button__text {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 20px;
  }

  .tabs-content-2 {
    margin-top: 24px;
    display: none;
  }

  .bold-text {
    color: #1e0a3c;
  }

  .c-competitor__button.is--pill-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-competitor__button.is--pill-button.is-orange.is-halloween.only-mobile {
    display: block;
  }

  .c-competitors-intro__h3 {
    font-size: 26px;
  }

  .c-intro-grid--info {
    margin-top: 0;
    margin-bottom: 6px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .c-intro-grid-tabs__text {
    margin-bottom: 6px;
    font-size: 18px;
  }

  .c-grid__desktop {
    display: none;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .c-eb-intro__headline {
    font-size: 22px;
  }

  .c-eb-intro__headline.is-light-green {
    font-size: 28px;
  }

  .c-eb-intro__headline.is-orange.is-cta-title {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .c-table-competitors__section {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .c-intro-grid-tabs__tab {
    color: #1e0a3c;
    background-color: #fff;
    border: 1px solid #c1bdc7;
    margin-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-intro-grid-tabs__tab.w--current {
    color: #1e0a3c;
    background-color: #fff;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-intro-grid-tabs__tab.is-gray {
    background-color: #f8f7fa;
    border-color: #efedf2;
  }

  .c-intro-grid-row__infocont {
    max-width: 50%;
    color: #585163;
    flex: 1;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    display: flex;
  }

  .c-intro-grid-row__infocont.is-gray-800 {
    color: #585163;
  }

  .c-competitors-grid__text {
    font-size: 18px;
    line-height: 130%;
  }

  .c-competitors-grid__text.is-green-800 {
    color: #044f60;
    margin-bottom: 0;
    font-weight: 700;
  }

  .c-competitors-grid__text.is-gray-700 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-23 {
    grid-column-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .c-eb__paragraph.is-footnote {
    font-size: 14px;
  }
}

#w-node-cda0674d-bdd5-0e09-4e7f-c3c984cf4d4a-91d189d6, #w-node-_519f20bb-c7d2-a380-c638-88e61a95eba2-91d189d6, #w-node-_7943f111-4e7c-a6d7-66d8-2ce9cc33b0f9-91d189d6, #w-node-_86fe8812-4809-4c5f-87ae-c20180e11345-91d189d6, #w-node-_4c88e2ae-b572-e959-8f73-35aadb6b7916-91d189d6, #w-node-_33ea0d71-ef9f-d5da-02e9-96ff33c862bd-91d189d6, #w-node-eb6aae47-3298-e205-aefd-12143b9fa923-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb6aae47-3298-e205-aefd-12143b9fa92e-58f5aa74, #w-node-eb6aae47-3298-e205-aefd-12143b9fa933-58f5aa74, #w-node-eb6aae47-3298-e205-aefd-12143b9fa936-58f5aa74, #w-node-eb6aae47-3298-e205-aefd-12143b9fa939-58f5aa74, #w-node-eb6aae47-3298-e205-aefd-12143b9fa93c-58f5aa74, #w-node-eb6aae47-3298-e205-aefd-12143b9fa93f-58f5aa74, #w-node-eb6aae47-3298-e205-aefd-12143b9fa942-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-eb6aae47-3298-e205-aefd-12143b9fa945-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-eb6aae47-3298-e205-aefd-12143b9fa946-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb6aae47-3298-e205-aefd-12143b9fa947-58f5aa74, #w-node-eb6aae47-3298-e205-aefd-12143b9fa949-58f5aa74, #w-node-eb6aae47-3298-e205-aefd-12143b9fa94b-58f5aa74, #w-node-eb6aae47-3298-e205-aefd-12143b9fa94d-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-eb6aae47-3298-e205-aefd-12143b9fa94f-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-eb6aae47-3298-e205-aefd-12143b9fa952-58f5aa74, #w-node-eb6aae47-3298-e205-aefd-12143b9fa954-58f5aa74, #w-node-eb6aae47-3298-e205-aefd-12143b9fa956-58f5aa74, #w-node-eb6aae47-3298-e205-aefd-12143b9fa958-58f5aa74, #w-node-eb6aae47-3298-e205-aefd-12143b9fa95a-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-eb6aae47-3298-e205-aefd-12143b9fa95c-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-eb6aae47-3298-e205-aefd-12143b9fa95f-58f5aa74, #w-node-eb6aae47-3298-e205-aefd-12143b9fa961-58f5aa74, #w-node-eb6aae47-3298-e205-aefd-12143b9fa963-58f5aa74, #w-node-eb6aae47-3298-e205-aefd-12143b9fa965-58f5aa74, #w-node-eb6aae47-3298-e205-aefd-12143b9fa967-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-eb6aae47-3298-e205-aefd-12143b9fa969-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-eb6aae47-3298-e205-aefd-12143b9fa96c-58f5aa74, #w-node-eb6aae47-3298-e205-aefd-12143b9fa96e-58f5aa74, #w-node-eb6aae47-3298-e205-aefd-12143b9fa970-58f5aa74, #w-node-eb6aae47-3298-e205-aefd-12143b9fa972-58f5aa74, #w-node-eb6aae47-3298-e205-aefd-12143b9fa974-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-eb6aae47-3298-e205-aefd-12143b9fa976-58f5aa74, #w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1bdb-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1be6-58f5aa74, #w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1beb-58f5aa74, #w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1bee-58f5aa74, #w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1bf1-58f5aa74, #w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1bf4-58f5aa74, #w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1bf7-58f5aa74, #w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1bfa-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1bfd-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1bfe-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1bff-58f5aa74, #w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1c01-58f5aa74, #w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1c03-58f5aa74, #w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1c05-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1c07-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1c0a-58f5aa74, #w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1c0c-58f5aa74, #w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1c0e-58f5aa74, #w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1c10-58f5aa74, #w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1c12-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1c14-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1c17-58f5aa74, #w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1c19-58f5aa74, #w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1c1b-58f5aa74, #w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1c1d-58f5aa74, #w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1c1f-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1c21-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1c24-58f5aa74, #w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1c26-58f5aa74, #w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1c28-58f5aa74, #w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1c2a-58f5aa74, #w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1c2c-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_7fe0478a-643e-8a50-d48e-f6e86e4f1c2e-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.c-eb__paragraph.is-footnote {
    font-size: 16px;
    font-family: 'Neue Plak Text', sans-serif;
    color: #1e0a3c;
    font-weight: 400;
    line-height: 135%;
}


@font-face {
  font-family: 'Neue Plak Compressed';
  src: url('../fonts/NeuePlak-CondBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak Text';
  src: url('../fonts/NeuePlakText-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak';
  src: url('../fonts/NeuePlak-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak Text';
  src: url('../fonts/NeuePlakText-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak';
  src: url('../fonts/NeuePlak-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak';
  src: url('../fonts/NeuePlak-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak';
  src: url('../fonts/NeuePlak-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}