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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
  .c-slider__slide {
    max-width: 30%;
    margin-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
  .c-slider__slide {
    max-width: 45%;
    margin-right: 5%;
  }
}

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

.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 {
  flex: 1;
}

.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-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%;
  margin-top: 10px;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 18px;
}

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

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

.c-competitors-intro__h3 {
  max-width: 480px;
  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;
}

.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-eb-intro__grid-container {
  text-align: center;
  margin-top: 70px;
}

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

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

.c-grid__desktop-2 {
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
  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-2.is-white {
  background-image: none;
  grid-template-columns: 60% 1fr 1fr;
}

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

.c-competitors-grid__text-2 {
  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-2.is-bold {
  font-weight: 700;
}

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

.c-competitors-grid__text-2.is-sbold.is-orange-a {
  color: #d1410c;
  font-weight: 700;
}

.c-calc__price-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-bottom: 20px;
  font-family: Neue Plak Text, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
}

.c-calc__price-field {
  border: 0 solid #000;
  flex: 1;
  margin-bottom: 0;
  padding-top: 6px;
  padding-left: 2px;
}

.c-calc__price-field::-ms-input-placeholder {
  color: #585163;
}

.c-calc__price-field::placeholder {
  color: #585163;
}

.field-label {
  display: inline;
}

.c-form__container {
  border-radius: .33rem;
  margin-top: 55px;
  margin-bottom: 55px;
  display: flex;
  box-shadow: 0 -1px 17px rgba(40, 44, 53, .1), 2px 0 5px rgba(40, 44, 53, .1);
}

.c-form__calc {
  flex: 1;
  padding: 3rem 20px;
}

.c-results__col {
  background-color: #f8f7fa;
  flex: 1;
  padding: 3rem 20px;
}

.c-calc__slider-track {
  height: .66rem;
  background-color: #f2f1f6;
  border-radius: 500px;
  margin-top: 3px;
  position: relative;
}

.c-calc__slider-fill {
  height: .66rem;
  background-color: #8ea2f2;
  border-radius: 500px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-calc__slider-handle {
  width: 1.22rem;
  height: 1.22rem;
  background-color: #3659e3;
  border-radius: 500px;
  position: absolute;
  top: -4px;
  left: -2px;
}

.c-calc__slider-display-value {
  color: #110101;
  text-align: right;
  letter-spacing: .03rem;
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 0;
  font-family: Neue Plak, sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 2.5rem;
  position: relative;
}

.c-calc__slider-display-value::-ms-input-placeholder {
  color: #220303;
  font-size: 2rem;
  line-height: 2.5rem;
}

.c-calc__slider-display-value::placeholder {
  color: #220303;
  font-size: 2rem;
  line-height: 2.5rem;
}

.c-calc__slider-box {
  min-height: 86px;
  margin-bottom: 1.25rem;
}

.c-calc__slider-values__container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-top: 1.22rem;
  display: grid;
}

.c-slider--maxvalue {
  color: #585163;
  text-align: right;
  font-family: Neue Plak Text, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.c-slider-minvalue {
  color: #585163;
  text-align: left;
  font-family: Neue Plak Text, sans-serif;
  font-size: 1rem;
}

.c-calculator__fieldlabel {
  z-index: 11;
  max-width: 90%;
  color: #1e1e1e;
  letter-spacing: -.2px;
  margin-bottom: -30px;
  font-family: Neue Plak Text, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
  position: relative;
}

.c-switch__toggle-n {
  z-index: 1;
  color: #fff;
  font-family: Neue Plak Text, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  display: block;
  position: relative;
}

.c-calc__ticketing-fees__checkbox {
  display: none;
}

.c-calc__ticketing-fees__toggle {
  padding-left: 0;
}

.div-block-29 {
  z-index: 10;
  width: 1.22rem;
  height: 1.22rem;
  background-color: #fff;
  border-radius: 500px;
  flex: none;
  position: absolute;
}

.div-block-30 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
  position: relative;
}

.checkbox-label {
  display: none;
}

.c-calc__ticketing-fees__toggle-container {
  width: 80px;
  height: 30px;
  background-color: #918d99;
  border-radius: 500px;
  padding: 5px 10px 4px;
  display: inline-block;
}

.c-switch__toggle-y {
  color: #fff;
  font-family: Neue Plak Text, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1rem;
  display: block;
  position: relative;
}

.c-calc__slider-input {
  display: none;
}

.c-calc__results__header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 1.25rem;
  display: flex;
}

.div-block-33 {
  justify-content: space-between;
  margin-bottom: .62rem;
  padding-right: 5rem;
  display: flex;
}

.c-calc__mktg-valprop__container {
  grid-column-gap: .33rem;
  grid-row-gap: .33rem;
  background-color: #ede9f5;
  border-radius: .25rem;
  margin-bottom: 1.5rem;
  padding: 1.1rem .61rem;
  display: flex;
}

.c-mktg-valprop__regular {
  color: #3a3247;
  font-family: Neue Plak, sans-serif;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.4rem;
  display: inline;
}

.c-moreinfo__icon {
  max-width: 24px;
  cursor: pointer;
  display: inline;
  position: relative;
  top: -2px;
}

.c-moreinfo__icon.monthly_earnings {
  top: -1px;
}

.div-block-35 {
  justify-content: space-between;
  font-family: Neue Plak, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
}

.div-block-36 {
  align-items: flex-start;
  margin-bottom: .44rem;
  display: flex;
}

.c-calc__container {
  max-width: 1440px;
}

.c-form__box {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.c-calc__heading-results {
  color: #261b36;
  font-family: Neue Plak, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  display: none;
}

.c-calc__price-box {
  border: 2px solid #918d99;
  border-radius: 4px;
  align-items: stretch;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.c-calc__price--curr__text {
  pointer-events: none;
  color: #585163;
  cursor: default;
  position: relative;
  top: 6px;
}

.c-earnings__label {
  color: #3a3247;
  font-family: Neue Plak Text, sans-serif;
  font-size: 1.125rem;
  line-height: 1.25rem;
  display: inline-block;
}

.c-calc__results-img {
  width: 4.5rem;
}

.c-earnings__container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: .62rem;
  display: grid;
}

.c-earnings__data {
  color: #3a3247;
  font-family: Neue Plak, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.29rem;
}

.c-earnings__finaldata {
  color: #f05537;
  font-family: Neue Plak, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.29rem;
}

.c-earnings__subdata {
  color: #716b7a;
  font-family: Neue Plak Text, sans-serif;
  font-size: .87rem;
  font-weight: 400;
  line-height: 1rem;
}

.c-earnings__subdata.footnote {
  margin-top: 10px;
}

.c-mktg-valprop__bold {
  font-weight: 700;
}

.c-mktg-valprop__img {
  width: 3rem;
}

.c-mktg-valprop__icon-container {
  position: relative;
  top: 3px;
}

.div-block-40 {
  align-items: flex-start;
}

.c-calc__field-label {
  color: #1e1e1e;
  margin-bottom: .66rem;
  font-family: Neue Plak Text, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
  display: inline-block;
}

.c-calc__plan-container {
  color: #1e1e1e;
  font-family: Neue Plak Text, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.is--orange {
  color: #f05537;
}

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

.c-calc__price-currency {
  color: #fff;
  background-color: #ede9f5;
  padding-left: 12px;
  padding-right: 2px;
}

.c-calc__free-events__checkbox {
  align-self: center;
}

.c-calc__fe-checkbox {
  width: 1rem;
  height: 1rem;
  -webkit-text-stroke-color: #ede9f5;
  border: 1px solid #ede9f5;
  margin-top: 6px;
}

.checkbox-label-2 {
  color: #3a3247;
  margin-bottom: 0;
}

.c-calc__heading {
  color: #261b36;
  margin-bottom: 1.66rem;
  font-family: Neue Plak, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.c-calc__heading-earnings {
  color: #261b36;
  font-family: Neue Plak, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.c-modal-popup {
  max-height: 100%;
  min-height: 100%;
  background-color: rgba(88, 81, 99, .65);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-popup--close-button__container {
  width: 30px;
  padding: 5px;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.c-close-button__icon {
  width: 30px;
}

.container-5 {
  z-index: 20;
  max-width: 100%;
  display: none;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-popup-calc__container {
  justify-content: space-between;
  align-items: center;
}

.c-pu__net-sales {
  background-color: #f8f7fa;
  border-radius: .33rem;
  padding: 1.4rem 1.5rem;
}

.paragraph-2 {
  max-width: 480px;
  margin-bottom: 1.13rem;
  font-family: Neue Plak Text, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.div-block-45 {
  text-align: right;
}

.button {
  color: #261b36;
  text-align: center;
  background-color: #fff;
  border: 2px solid #dddae3;
  border-radius: .33rem;
  padding: 6px 2rem 11px;
  font-family: Neue Plak Text, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
}

.text-block-10 {
  margin-bottom: .5rem;
  font-family: Neue Plak Text, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.29rem;
}

.c-pu__potential-revenue {
  background-color: #f8f7fa;
  border-radius: .33rem;
  padding: 1.4rem 1.5rem;
}

.c-pu__box {
  background-color: #f8f7fa;
  border-radius: .33rem;
  padding: 1.4rem 1.5rem;
  display: none;
}

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

.c-fyp--button {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 50px;
  margin-top: 12px;
  padding: 10px 60px 16px;
  font-family: Neue Plak, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.c-fyp--button.is--squarer {
  border-radius: 9px;
  padding: 8px 20px;
}

.c-fyp--button.is--squarer.is-transparent {
  color: #fff;
  text-decoration: none;
}

.c-fyp--button__container {
  grid-column-gap: 8px;
  display: flex;
}

.c-ideo-button__text {
  padding-bottom: 3px;
}

.c-ideo-button__text.is-video--cta {
  letter-spacing: .3px;
  padding-bottom: 5px;
  font-size: 24px;
  line-height: 30px;
}

.c-fyp--button__icon-play {
  display: inline;
}

.c-fyp--button__icon-play.is-white {
  filter: brightness(5000%);
}

.c-calc__trial-link {
  color: #3659e3;
  text-align: center;
  margin-top: 8px;
  font-family: Neue Plak Text, sans-serif;
  font-weight: 400;
  transition: all .15s ease-in;
  display: none;
}

.c-calc__trial-link:hover {
  color: #627deb;
}

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

.c-slider__slider--000 {
  height: 100%;
  background-color: rgba(221, 221, 221, 0);
  margin-top: 62px;
}

.slide-nav {
  display: none;
}

.c-slider__arrow {
  width: 32px;
  height: 32px;
  border: 1.5px solid #240f4c;
  border-radius: 50%;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Neue Plak, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: -42px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.c-slider__arrow.is-left {
  right: 52px;
}

.c-slider__section {
  background-color: #f8f7fa;
  padding-top: 45px;
  padding-bottom: 45px;
}

.c-slider__header {
  color: var(--core-purple);
  font-family: Neue Plak, sans-serif;
  font-size: 52px;
  line-height: 120%;
}

.c-slider__paragraph {
  color: var(--core-purple);
  font-family: Neue Plak Text, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.c-slider__icon-arrow {
  color: #240f4c;
  margin-top: 7px;
  margin-bottom: 0;
}

.c-slider__media-container {
  border-radius: 4px;
  overflow: hidden;
}

.c-slider__content-container {
  position: relative;
}

.c-slider__content-button {
  background-color: var(--brand-orange-acc);
  border-radius: 500px;
  padding: 6px 16px 6px;
  font-family: Neue Plak Text, sans-serif;
  font-weight: 600;
  letter-spacing: -0.3px;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
  color: white !important;
}

.c-slider__slide {
  max-width: 30%;
  margin-right: 5%;
}

.c-slider__media-image {
  width: 100%;
  transition: all 0.15s ease-in-out;
  filter: opacity(100%);
}

.c-slider__media-image:hover {
  width: 100%;
  filter: opacity(75%);
}

.c-slider__mask {
  text-align: left;
}

.c-slider_content--headline {
  color: var(--core-purple);
  font-family: Neue Plak, sans-serif;
  font-weight: 700;
}

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

@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 {
    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-competitors-grid__text {
    font-size: 16px;
  }

  .c-grid__desktop-2 {
    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-2.is-white {
    background-image: none;
    grid-template-columns: 30% 1fr 1fr;
  }

  .c-competitors-grid__text-2 {
    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-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-grid__desktop-2 {
    display: none;
  }

  .c-grid__desktop-2.is-white {
    min-width: 420px;
    grid-column-gap: 0vw;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 120px 170px 120px;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .div-block-18 {
    overflow: scroll;
  }

  .c-calc__price-container {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: .55rem;
  }

  .c-form__container {
    flex-direction: column;
  }

  .c-form__calc {
    padding: 1rem 10px 1.5rem;
  }

  .c-results__col {
    padding-top: 1.5rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-calc__slider-box {
    min-height: 130px;
    margin-bottom: .55rem;
  }

  .c-calculator__fieldlabel {
    max-width: 100%;
    margin-bottom: -4px;
  }

  .c-moreinfo__icon {
    top: 0;
  }

  .c-moreinfo__icon.ticketing-fee {
    top: -2px;
  }

  .c-moreinfo__icon.mktg-vp {
    top: -1px;
  }

  .c-calc__price-box {
    align-self: stretch;
  }

  .c-earnings__label {
    font-size: 1rem;
  }

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

  .c-calc__field-label {
    max-width: 98%;
  }

  .c-calc__free-events__checkbox {
    align-self: flex-start;
  }

  .c-fyp--button.is--squarer.is-transparent {
    color: #fff;
    text-decoration: none;
  }

  .c-fyp--button__icon-play.is-white {
    filter: brightness(5000%);
  }

  .c-calc__ticketing-fees__label {
    margin-top: 1rem;
  }

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

#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-c145ff72-9081-9980-9634-cab3efbc22df-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c145ff72-9081-9980-9634-cab3efbc22ea-58f5aa74, #w-node-c145ff72-9081-9980-9634-cab3efbc22ef-58f5aa74, #w-node-c145ff72-9081-9980-9634-cab3efbc22f2-58f5aa74, #w-node-c145ff72-9081-9980-9634-cab3efbc22f5-58f5aa74, #w-node-c145ff72-9081-9980-9634-cab3efbc22f8-58f5aa74, #w-node-c145ff72-9081-9980-9634-cab3efbc22fb-58f5aa74, #w-node-c145ff72-9081-9980-9634-cab3efbc22fe-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-c145ff72-9081-9980-9634-cab3efbc2301-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-c145ff72-9081-9980-9634-cab3efbc2302-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c145ff72-9081-9980-9634-cab3efbc2303-58f5aa74, #w-node-c145ff72-9081-9980-9634-cab3efbc2305-58f5aa74, #w-node-c145ff72-9081-9980-9634-cab3efbc2307-58f5aa74, #w-node-c145ff72-9081-9980-9634-cab3efbc2309-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-c145ff72-9081-9980-9634-cab3efbc230b-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-c145ff72-9081-9980-9634-cab3efbc230e-58f5aa74, #w-node-c145ff72-9081-9980-9634-cab3efbc2310-58f5aa74, #w-node-c145ff72-9081-9980-9634-cab3efbc2312-58f5aa74, #w-node-c145ff72-9081-9980-9634-cab3efbc2314-58f5aa74, #w-node-c145ff72-9081-9980-9634-cab3efbc2316-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-c145ff72-9081-9980-9634-cab3efbc2318-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-c145ff72-9081-9980-9634-cab3efbc231b-58f5aa74, #w-node-c145ff72-9081-9980-9634-cab3efbc231d-58f5aa74, #w-node-c145ff72-9081-9980-9634-cab3efbc231f-58f5aa74, #w-node-c145ff72-9081-9980-9634-cab3efbc2321-58f5aa74, #w-node-c145ff72-9081-9980-9634-cab3efbc2323-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-c145ff72-9081-9980-9634-cab3efbc2325-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-c145ff72-9081-9980-9634-cab3efbc2328-58f5aa74, #w-node-c145ff72-9081-9980-9634-cab3efbc232a-58f5aa74, #w-node-c145ff72-9081-9980-9634-cab3efbc232c-58f5aa74, #w-node-c145ff72-9081-9980-9634-cab3efbc232e-58f5aa74, #w-node-c145ff72-9081-9980-9634-cab3efbc2330-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-c145ff72-9081-9980-9634-cab3efbc2332-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, #w-node-e1e6b749-0173-9a32-30e7-e6c009343a17-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1e6b749-0173-9a32-30e7-e6c009343a1c-58f5aa74, #w-node-e1e6b749-0173-9a32-30e7-e6c009343a21-58f5aa74, #w-node-e1e6b749-0173-9a32-30e7-e6c009343a24-58f5aa74, #w-node-e1e6b749-0173-9a32-30e7-e6c009343a27-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-e1e6b749-0173-9a32-30e7-e6c009343a2a-58f5aa74, #w-node-e1e6b749-0173-9a32-30e7-e6c009343a2c-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-e1e6b749-0173-9a32-30e7-e6c009343a2e-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-e1e6b749-0173-9a32-30e7-e6c009343a31-58f5aa74, #w-node-e1e6b749-0173-9a32-30e7-e6c009343a33-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-e1e6b749-0173-9a32-30e7-e6c009343a35-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-e1e6b749-0173-9a32-30e7-e6c009343a38-58f5aa74, #w-node-e1e6b749-0173-9a32-30e7-e6c009343a3a-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-e1e6b749-0173-9a32-30e7-e6c009343a3c-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-e1e6b749-0173-9a32-30e7-e6c009343a3f-58f5aa74, #w-node-e1e6b749-0173-9a32-30e7-e6c009343a41-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_9649894e-b7bc-a958-a737-e5c576e9c6aa-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9649894e-b7bc-a958-a737-e5c576e9c6af-58f5aa74, #w-node-_9649894e-b7bc-a958-a737-e5c576e9c6b4-58f5aa74, #w-node-_9649894e-b7bc-a958-a737-e5c576e9c6b7-58f5aa74, #w-node-_9649894e-b7bc-a958-a737-e5c576e9c6ba-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_9649894e-b7bc-a958-a737-e5c576e9c6bd-58f5aa74, #w-node-_9649894e-b7bc-a958-a737-e5c576e9c6bf-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_9649894e-b7bc-a958-a737-e5c576e9c6c1-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_9649894e-b7bc-a958-a737-e5c576e9c6c4-58f5aa74, #w-node-_9649894e-b7bc-a958-a737-e5c576e9c6c6-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_9649894e-b7bc-a958-a737-e5c576e9c6c8-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_9649894e-b7bc-a958-a737-e5c576e9c6cb-58f5aa74, #w-node-_9649894e-b7bc-a958-a737-e5c576e9c6cd-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_9649894e-b7bc-a958-a737-e5c576e9c6cf-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_9649894e-b7bc-a958-a737-e5c576e9c6d2-58f5aa74, #w-node-_9649894e-b7bc-a958-a737-e5c576e9c6d4-58f5aa74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-b03e3409-d799-1e89-c0ab-c870069e0684-ad57fc55, #w-node-_61af12b2-c70e-5dce-a963-d156792e3607-ad57fc55, #w-node-_358921bd-11b7-e3d8-521a-0ba6f3e3e2da-ad57fc55, #w-node-_358921bd-11b7-e3d8-521a-0ba6f3e3e2dc-ad57fc55, #w-node-_170a66c4-25d4-7c9c-a66f-b1b7baa70c2c-ad57fc55, #w-node-_170a66c4-25d4-7c9c-a66f-b1b7baa70c2e-ad57fc55, #w-node-f8ef3fb2-a846-99d8-cd61-fd95355051c1-ad57fc55, #w-node-f8ef3fb2-a846-99d8-cd61-fd95355051c3-ad57fc55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba23bae0-c831-caab-7c0b-df201bede06e-ad57fc55 {
  grid-area: 5 / 1 / 6 / 3;
}

@media screen and (max-width: 767px) {
  #w-node-e1e6b749-0173-9a32-30e7-e6c009343a21-58f5aa74, #w-node-e1e6b749-0173-9a32-30e7-e6c009343a24-58f5aa74 {
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e1e6b749-0173-9a32-30e7-e6c009343a21-58f5aa74, #w-node-e1e6b749-0173-9a32-30e7-e6c009343a24-58f5aa74, #w-node-_9649894e-b7bc-a958-a737-e5c576e9c6b4-58f5aa74, #w-node-_9649894e-b7bc-a958-a737-e5c576e9c6b7-58f5aa74 {
    align-self: stretch;
  }
}

/*
@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;
} */