@font-face {
  font-family: "National 2";
  src: url('../fonts/national-2-web-regular-italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "National 2";
  src: url('../fonts/national-2-web-extrabold.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "National 2";
  src: url('../fonts/national-2-web-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "National 2 Condensed";
  src: url('../fonts/National2Condensed-Extrabold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "National 2 Condensed";
  src: url('../fonts/National2Condensed-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy: #1b2a39;
  --white: white;
  --red: #dd1211;
  --cyan: #00b3dc;
  --light-blue: #d4edf9;
}

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

h1 {
  color: var(--navy);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "National 2 Condensed", Impact, sans-serif;
  font-size: 76px;
  font-weight: 800;
  line-height: 80px;
}

h2 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "National 2 Condensed", Impact, sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 50px;
  text-decoration: none;
}

h3 {
  color: var(--navy);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: "National 2", Arial, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 55px;
}

h4 {
  color: var(--navy);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "National 2", Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: var(--navy);
  text-align: center;
  margin-bottom: 12px;
  font-family: "National 2", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.landing {
  background-image: url('../images/school-dining-room-2026-01-07-02-15-53-utc.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  display: flex;
  position: relative;
}

.landing.embed {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  height: auto;
  min-height: 100svh;
  overflow: visible;
}

.heading-style-h2 {
  color: var(--navy);
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "National 2", Arial, sans-serif;
  font-size: 96px;
  font-weight: 800;
  line-height: 1.2;
}

.heading-style-h2.red {
  color: var(--red);
}

.heading-style-h2.cyan {
  color: var(--cyan);
}

.heading-style-h2.embed {
  font-size: 70px;
}

.countdown_wrapper {
  background-color: var(--white);
  color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.margin-bottom, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-section-large {
  padding-top: 1.5rem;
  padding-bottom: 0;
}

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

.countdown_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.countdown_component.embed {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  max-width: none;
}

.background_scripts {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.countdown-wrapper {
  aspect-ratio: auto;
  position: relative;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section_hero {
  color: #fff;
  margin-top: 4.5rem;
}

.section_hero.relative {
  margin-top: 0;
}

.container-medium {
  width: auto;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  background-color: var(--cyan);
  color: var(--navy);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "National 2 Condensed", Impact, sans-serif;
  font-size: 44px;
  line-height: 42px;
}

.paragraph.embed {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 40px;
  line-height: 40px;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  background-color: var(--light-blue);
  color: var(--navy);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "National 2 Condensed", Impact, sans-serif;
  font-size: 48px;
  line-height: 50px;
}

.header-info-wrapper {
  background-color: var(--white);
  max-width: 1080px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 10px;
}

.header-info-wrapper.embed {
  margin-top: 1.5rem;
  margin-bottom: 4rem;
}

.wrapper {
  background-color: var(--cyan);
  color: var(--light-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 25px 30px 10px;
  display: flex;
}

.wrapper.embed {
  overflow: hidden;
}

.heading {
  text-align: center;
  font-weight: 800;
}

.sm-wrapper {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: var(--navy);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 18px;
  padding: 12px 20px 9px 24px;
  display: flex;
}

.sm-wrapper.footer {
  margin-bottom: 17px;
  padding-top: 3px;
}

.sm-wrapper.embed {
  margin-top: 5px;
}

.sm-link {
  width: 46px;
  padding: 2px;
  overflow: visible;
}

.sm-link:hover {
  color: var(--cyan);
  transform: scale(1.1);
}

.sm-link.fb {
  align-self: center;
  width: 22px;
}

.sm-link.fb.footer {
  width: 19px;
}

.sm-link.fb.embed {
  width: 17px;
}

.sm-link.x {
  width: 38px;
}

.sm-link.x.footer {
  width: 32px;
}

.sm-link.x.embed {
  width: 30px;
}

.sm-link.whatsapp {
  width: 44px;
}

.sm-link.whatsapp.footer {
  align-self: auto;
  width: 35px;
}

.sm-link.whatsapp.embed {
  width: 34px;
}

.sm-link.footer {
  width: 36px;
}

.sm-link.embed {
  width: 36px;
  padding: 0;
}

.sm-icon {
  color: var(--white);
  overflow: visible;
}

.sm-icon:hover {
  color: var(--cyan);
}

.sm-icon.footer {
  color: var(--white);
}

.sm-icon.petition {
  color: var(--navy);
}

.banner-button {
  z-index: 99;
  background-color: var(--red);
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
  position: relative;
  inset: auto 0% 0;
}

.banner-button.header {
  position: relative;
}

.banner-button.mobile {
  display: none;
}

.banner-button.desktop {
  width: 100%;
  margin-bottom: 0;
  bottom: auto;
}

.banner-button.desktop:hover {
  background-color: var(--cyan);
}

.banner-button.desktop.embed {
  position: fixed;
  inset: auto 0% 0%;
}

.heading-2 {
  text-decoration: none;
}

.section.bg-image {
  aspect-ratio: 16 / 9;
  background-image: url('../images/Eating-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section.coalition-image {
  aspect-ratio: 3 / 2;
  background-image: url('../images/096_cropped.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.section.write {
  aspect-ratio: auto;
  background-color: var(--navy);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.embed {
  background-color: var(--cyan);
  flex-flow: column;
  display: block;
}

.section.embed.desktop {
  display: flex;
}

.header-bg {
  background-image: url('../images/Header-Food-2.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.header-bg-holder {
  aspect-ratio: auto;
  width: 100%;
  height: auto;
  min-height: auto;
  display: none;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 35px 70px 30px;
  display: flex;
}

.container.footer {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.container.tell-mp {
  padding-top: 150px;
  padding-bottom: 60px;
  position: relative;
}

.json-holder {
  width: 100px;
}

.json-holder.letter {
  width: 170px;
}

.header-underline {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 26px;
  display: flex;
  position: relative;
}

.red-highlight {
  background-color: var(--red);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: -4px;
  padding: 4px 10px;
  font-weight: 800;
}

.highlight-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.highlight-wrapper.mobile {
  display: none;
}

.bold {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.bold.mobile {
  display: none;
}

.rip-down {
  z-index: 99;
  filter: drop-shadow(0 4px 3px #0003);
  margin-top: -1px;
  position: absolute;
}

.write-mp-block {
  z-index: 80;
  background-color: var(--navy);
  filter: drop-shadow(0 0 7px #0006);
  text-overflow: clip;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-top: 0;
  padding: 20px 40px 120px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.write-mp-block.an-embed {
  background-color: var(--white);
  width: 700px;
  height: 500px;
  display: block;
  position: relative;
}

.bg-images {
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  max-height: 600px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.bg-image {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 83%;
  max-height: none;
  overflow: hidden;
}

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

.write-wrapper {
  position: relative;
}

.underline-2 {
  max-width: 80%;
}

.footer {
  background-color: var(--navy);
  height: auto;
}

.footer-left {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.footer-left.right {
  justify-content: flex-end;
  align-items: center;
}

.logo {
  flex-flow: column;
  align-items: center;
  width: 200px;
  max-width: none;
  padding-top: 0;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1040px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-3 {
  font-size: 74px;
}

.footer-button {
  background-color: var(--cyan);
  padding-left: 10px;
  padding-right: 10px;
  font-family: "National 2", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 14px;
}

.footer-button:hover {
  transform: rotate(3deg);
}

.html-embed {
  background-color: var(--white);
  filter: drop-shadow(0 0 5px #0006);
  padding: 30px;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.mobile-tap {
  display: none;
}

.desktop-click.embed {
  padding-left: 20px;
  padding-right: 20px;
}

.share-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.arrow-pointing-right {
  height: 50px;
  margin-top: -5px;
  margin-right: 40px;
}

.arrow-pointing-right.mobile {
  display: none;
}

.arrow-pointing-left {
  height: 50px;
  margin-top: -4px;
  margin-left: 40px;
}

.arrow-pointing-left.mobile, .mobile-button {
  display: none;
}

.desktop-code-embed {
  width: 100%;
  height: 100%;
}

.paragraph-6 {
  color: var(--navy);
}

.bold-text {
  letter-spacing: normal;
  font-weight: 800;
}

.head-logo {
  width: 150px;
}

.logo-top {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  display: flex;
}

.embed-testing {
  width: 100%;
  height: 100%;
}

.heading-7 {
  font-size: 74px;
  line-height: 76px;
}

.heading-7.embed {
  font-size: 56px;
  line-height: 56px;
}

.landing-para {
  margin-bottom: 14px;
}

.landing-para.embed {
  max-width: 800px;
  font-size: 1.1rem;
}

.link {
  color: var(--navy);
  text-decoration: none;
}

.link.desktop {
  text-decoration: underline;
}

.link.desktop:hover {
  color: var(--red);
}

.link.mobile {
  display: none;
}

.container-2 {
  background-color: #fff;
  max-width: 600px;
  padding: 40px;
  display: block;
  position: relative;
  top: 100px;
}

.heading-8 {
  margin-top: 0;
}

.heading-8.popup {
  color: var(--navy);
  text-align: left;
  font-family: "National 2", Arial, sans-serif;
  font-size: 32px;
  line-height: 37px;
}

.paragraph-7 {
  text-align: left;
  margin-top: 10px;
  font-size: 1.3rem;
}

.subscribe-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #09b3dc;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-8 {
  text-align: left;
  margin-top: 20px;
  font-size: 12px;
}

.close-button {
  color: #585858;
  text-align: center;
  background-color: #d3d4d4;
  position: static;
}

.section-3.modal-section {
  z-index: 1000;
  background-color: #00000087;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.share-petition-wrap {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.share-the-petition {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 42px;
}

.footer-socials {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-social-link {
  color: var(--white);
  font-family: "National 2", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.footer-social-link:hover {
  color: var(--cyan);
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  background-color: #eaf8ff;
  justify-content: flex-start;
  padding: 1.5rem;
}

.consentbtn {
  color: #fff;
  text-align: center;
  background-color: #1b2a39;
  border-radius: .25rem;
  width: 100%;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.consentbtn:hover {
  background-color: #09b3dc;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  color: #1b2a39;
  font-size: 1.1875rem;
}

.cookie-modal_link {
  color: #1b2a39;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.consentpopup {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.cookie-modal_closebutton_line.is-right {
  color: #1b2a39;
  transform: rotate(-45deg);
}

.cookie-modal_button_text {
  color: #fff;
}

.cookie-modal_description {
  color: #1b2a39;
}

.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton:hover {
  background-color: #d4edf9;
}

.popupwrapper {
  z-index: 9500;
  max-width: 25rem;
  display: none;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
    line-height: 56px;
  }

  h3 {
    font-size: 42px;
    line-height: 50px;
  }

  p {
    font-size: 1.4rem;
  }

  .landing {
    height: auto;
    min-height: auto;
    overflow: hidden;
  }

  .heading-style-h2 {
    font-size: 100px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 1rem;
  }

  .countdown_component.embed {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .paragraph {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 35px;
    line-height: 30px;
  }

  .header-info-wrapper.embed {
    margin-top: 1.5rem;
  }

  .wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .wrapper.embed {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm-link.fb.embed {
    width: 14px;
  }

  .sm-link.x.embed {
    width: 26px;
  }

  .sm-link.whatsapp.embed {
    width: 30px;
  }

  .sm-link.embed {
    width: 34px;
    padding: 0;
  }

  .banner-button.mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .banner-button.desktop {
    display: none;
  }

  .banner-button.desktop.embed {
    display: block;
  }

  .section.embed, .section.embed.mobile {
    display: flex;
  }

  .section.embed.desktop {
    display: none;
  }

  .header-bg-holder {
    height: auto;
    min-height: auto;
    overflow: hidden;
  }

  .container, .container.tell-mp {
    padding-left: 50px;
    padding-right: 50px;
  }

  .bold.mobile {
    display: inline-flex;
  }

  .bold.desktop {
    display: none;
  }

  .footer-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .heading-4 {
    line-height: 44px;
  }

  .footer-button {
    margin-top: 20px;
  }

  .html-embed {
    width: 100%;
    height: 100%;
  }

  .footer-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: center;
    display: flex;
  }

  .mobile-tap {
    display: flex;
  }

  .mobile-button {
    background-color: var(--red);
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    text-decoration: none;
    display: flex;
  }

  .logo-top {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .heading-7 {
    font-size: 56px;
    line-height: 56px;
  }

  .heading-7.embed {
    font-size: 50px;
    line-height: 50px;
  }

  .landing-para.embed {
    max-width: 700px;
  }

  .link.desktop {
    display: none;
  }

  .link.mobile {
    text-decoration: underline;
    display: inline;
  }

  .footer-socials {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 40px;
  }

  h2 {
    font-size: 32px;
    line-height: 34px;
  }

  h3 {
    font-size: 36px;
  }

  p {
    font-size: 1.2rem;
    line-height: 1.25;
  }

  .landing {
    height: auto;
    min-height: auto;
  }

  .heading-style-h2 {
    font-size: 4rem;
  }

  .heading-style-h2.embed {
    font-size: 48px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 1rem;
  }

  .countdown_component, .countdown_component.embed {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global.embed {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph {
    padding: 10px 5px;
    font-size: 26px;
    line-height: 26px;
  }

  .paragraph.embed {
    font-size: 30px;
    line-height: 30px;
  }

  .header-info-wrapper {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .header-info-wrapper.embed {
    margin-top: 1rem;
  }

  .wrapper {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper.embed {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 8px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .sm-wrapper.embed {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .sm-link {
    width: 30px;
  }

  .sm-link.fb {
    width: 16px;
  }

  .sm-link.fb.embed {
    width: 12px;
  }

  .sm-link.x {
    width: 29px;
  }

  .sm-link.x.embed {
    width: 25px;
  }

  .sm-link.whatsapp {
    width: 31px;
  }

  .sm-link.whatsapp.embed {
    width: 28px;
  }

  .sm-link.embed {
    width: 29px;
  }

  .banner-button, .banner-button.w--current {
    display: none;
  }

  .banner-button.header {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .banner-button.mobile {
    display: block;
  }

  .header-bg-holder {
    height: auto;
    min-height: auto;
  }

  .container.tell-mp {
    padding-top: 100px;
  }

  .json-holder {
    width: 80px;
  }

  .highlight-wrapper {
    display: none;
  }

  .highlight-wrapper.mobile {
    display: block;
  }

  .underline-2 {
    display: none;
  }

  .paragraph-5 {
    font-size: 1.2rem;
  }

  .mobile-tap {
    display: block;
  }

  .desktop-click {
    display: none;
  }

  .desktop-click.embed {
    display: block;
  }

  .mobile-button {
    background-color: var(--red);
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    display: block;
    position: relative;
  }

  .head-logo {
    width: 150px;
  }

  .heading-7 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 44px;
    line-height: 46px;
  }

  .heading-7.embed {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 40px;
    line-height: 40px;
  }

  .landing-para.embed {
    max-width: 550px;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  h2 {
    font-size: 27px;
    line-height: 28px;
  }

  h3 {
    margin-top: 5px;
    font-size: 30px;
    line-height: 32px;
  }

  p {
    font-size: 1.1rem;
  }

  .landing {
    background-position: 50%;
  }

  .heading-style-h2 {
    font-size: 3rem;
  }

  .heading-style-h2.embed {
    font-size: 40px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .countdown_component {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .padding-global.embed {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    line-height: 20px;
  }

  .paragraph.embed {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 28px;
    line-height: 28px;
  }

  .wrapper {
    align-items: stretch;
    padding: 10px 0 0;
  }

  .wrapper.embed {
    padding-left: 0;
    padding-right: 0;
  }

  .sm-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-radius: 0;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 10px 10px 6px;
  }

  .sm-wrapper.embed {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .sm-link {
    width: 33px;
    min-width: 33px;
  }

  .sm-link.fb {
    width: 17px;
    min-width: 17px;
  }

  .sm-link.fb.embed {
    min-width: 10px;
  }

  .sm-link.x {
    width: 29px;
    min-width: 29px;
  }

  .sm-link.x.embed {
    width: 22px;
    min-width: 22px;
  }

  .sm-link.whatsapp {
    width: 32px;
    min-width: 32px;
    margin-right: -5px;
  }

  .sm-link.embed {
    width: 26px;
    min-width: 22px;
  }

  .banner-button.header {
    padding-left: 3px;
    padding-right: 3px;
  }

  .banner-button.header:hover {
    background-color: var(--red);
  }

  .banner-button.desktop.embed {
    inset: auto 0% 0%;
  }

  .section.embed, .section.embed.mobile {
    display: flex;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.tell-mp {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .json-holder.letter {
    width: 120px;
    margin-bottom: 20px;
  }

  .bg-images {
    max-height: none;
  }

  .logo {
    width: 200px;
    margin-bottom: 26px;
  }

  .footer-wrapper {
    padding-bottom: 20px;
  }

  .footer-button {
    margin-top: 0;
  }

  .footer-wrap {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-5 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .image {
    display: none;
  }

  .mobile-tap {
    text-decoration: none;
  }

  .desktop-click.embed {
    font-size: 26px;
  }

  .share-block {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .arrow-pointing-right, .arrow-pointing-right.desktop {
    display: none;
  }

  .arrow-pointing-right.mobile {
    height: 20px;
    margin-top: -2px;
    margin-right: 0;
    display: block;
  }

  .arrow-pointing-left {
    display: none;
  }

  .arrow-pointing-left.mobile {
    height: 20px;
    margin-top: -2px;
    margin-left: 0;
    display: block;
  }

  .mobile-button {
    background-color: var(--red);
    padding: 12px 10px;
    text-decoration: none;
    position: relative;
  }

  .paragraph-6 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.2;
  }

  .head-logo {
    width: 130px;
  }

  .logo-top {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    display: flex;
  }

  .heading-6 {
    font-size: 35px;
    line-height: 35px;
  }

  .header-text {
    padding-left: 14px;
    padding-right: 14px;
  }

  .heading-7 {
    padding-left: 33px;
    padding-right: 33px;
    font-size: 34px;
    line-height: 32px;
  }

  .heading-7.embed {
    font-size: 28px;
    line-height: 28px;
  }

  .landing-para {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-2 {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    top: auto;
    overflow: scroll;
  }

  .heading-8.popup {
    color: #1b2a39;
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-7 {
    font-size: 16px;
    line-height: 19px;
  }

  .paragraph-8 {
    line-height: 16px;
  }

  .footer-socials {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center;
    width: 80%;
    margin-bottom: 30px;
    display: grid;
  }

  .footer-social-link {
    font-size: 16px;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .consentbtn {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .consentpopup {
    max-width: 100%;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .popupwrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: none;
    inset: auto 0% 0%;
  }
}

#w-node-_0f030485-8ccc-2d78-2f28-c6f387e41a6b-b90ff131, #w-node-_0f030485-8ccc-2d78-2f28-c6f387e41a70-b90ff131, #w-node-_0f030485-8ccc-2d78-2f28-c6f387e41a75-b90ff131, #w-node-_0f030485-8ccc-2d78-2f28-c6f387e41a7a-b90ff131, #w-node-_0f030485-8ccc-2d78-2f28-c6f387e41a6b-2ff29b4e, #w-node-_0f030485-8ccc-2d78-2f28-c6f387e41a70-2ff29b4e, #w-node-_0f030485-8ccc-2d78-2f28-c6f387e41a75-2ff29b4e, #w-node-_0f030485-8ccc-2d78-2f28-c6f387e41a7a-2ff29b4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'National 2';
  src: url('../fonts/national-2-web-regular-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'National 2';
  src: url('../fonts/national-2-web-extrabold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'National 2';
  src: url('../fonts/national-2-web-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'National 2 Condensed';
  src: url('../fonts/National2Condensed-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'National 2 Condensed';
  src: url('../fonts/National2Condensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}