:root {
  --honeydew: #f2fcef;
  --crimson: #fc244b;
  --green: #009589;
  --spring-onion: #22e89c;
  --sea: #007676;
}

body {
  background-color: var(--honeydew);
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

li {
  margin-top: .5em;
  margin-bottom: 0;
  font-size: 1.25em;
}

img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container.is-red {
  background-color: var(--crimson);
  color: var(--honeydew);
}

.styleguide_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.global_symbol {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.styleguide_rich-text p {
  margin-top: 0;
  margin-bottom: 1.6em;
}

.styleguide_rich-text h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.28em;
}

.styleguide_rich-text h2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 2.5em;
}

.styleguide_rich-text h3 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.19em;
}

.styleguide_rich-text h4 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.88em;
}

.styleguide_rich-text h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.67em;
}

.styleguide_rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.46em;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.text-size-h1 {
  font-family: Just Another Hand, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1;
}

.text-size-h2 {
  font-family: Just Another Hand, sans-serif;
  font-size: 4.5em;
  font-weight: 400;
  line-height: 1;
}

.text-size-h3 {
  font-family: Just Another Hand, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
}

.text-size-h4 {
  font-family: Just Another Hand, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
}

.text-size-h5 {
  font-family: Just Another Hand, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
}

.text-size-h6 {
  font-family: Just Another Hand, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
}

.form__input {
  border: 2px solid var(--green);
  color: var(--honeydew);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2em;
  width: 100%;
  height: 3.75em;
  margin-bottom: 1em;
  padding: 0 1.75em;
  font-family: Lato, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
}

.form__input:hover, .form__input:focus {
  border-color: var(--spring-onion);
}

.form__input::placeholder {
  color: rgba(242, 252, 239, .3);
}

.text-size-display {
  font-family: Just Another Hand, sans-serif;
  font-size: 7.5em;
  font-weight: 400;
  line-height: 1;
}

.styleguide_form-submit {
  font-size: 1.25em;
}

.styleguide_list {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.page-padding {
  padding: 5em 6%;
}

.page-padding.is--home-hero {
  padding-top: 4em;
  padding-bottom: 4em;
}

.page-padding.is--navigation {
  padding: 2em 13%;
}

.page-padding.is--intro {
  padding-bottom: 8em;
}

.page-padding.is--about, .page-padding.is--find-us {
  padding-top: 0;
  padding-left: 12%;
  padding-right: 12%;
}

.page-padding.is--standout {
  padding-bottom: 10em;
  padding-left: 24%;
  padding-right: 24%;
}

.page-padding.is--footer {
  padding-top: 2em;
  padding-bottom: 2em;
}

.page-padding.is--basic-header {
  padding: 4em 30% 6em;
}

.page-padding.is--supporters {
  padding: 0 13%;
  position: relative;
}

.page-padding.is--get-involved {
  padding-top: 6em;
  padding-bottom: 6em;
}

.page-padding.is--contact {
  padding-top: 0;
  padding-left: 13%;
  padding-right: 13%;
  position: relative;
}

.page-padding.is--find-us-map {
  padding: 0 13%;
}

.page-padding.is--404 {
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 2em;
  display: flex;
}

.page-padding.is--legal {
  padding-top: 0;
  padding-bottom: 0;
}

.page-padding.is--faqs {
  padding-top: 0;
  padding-left: 20%;
  padding-right: 20%;
}

.hero__section {
  background-image: url('../images/garden.webp'), url('../images/beach.webp'), linear-gradient(#f2fcef 80%, #fff);
  background-position: 121%, -22%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto 100%, auto 100%, auto;
  position: relative;
}

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

.button {
  border-radius: 2em;
  padding: .75em 2em;
  font-size: 1.25em;
  font-weight: 700;
  display: inline-block;
}

.button:hover {
  transform: scale(1.05);
}

.button.is--red {
  border: 2px solid var(--crimson);
  background-color: var(--crimson);
  color: #fff;
  transition: all .3s;
}

.button.is--red:hover {
  box-shadow: inset 400px 0 rgba(0, 0, 0, .24);
}

.button.is--outline {
  border: 2px solid var(--crimson);
  color: var(--crimson);
  transition: all .3s;
}

.button.is--outline:hover {
  box-shadow: inset 400px 0 rgba(0, 0, 0, .08);
}

.button.is--form {
  background-color: var(--honeydew);
  color: #313131;
  border-radius: 3em;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  transition: all .3s;
}

.form__label {
  background-color: var(--sea);
  color: var(--honeydew);
  padding-left: .25em;
  padding-right: .25em;
  position: absolute;
  top: -.8em;
  left: 1.5em;
}

.form__group {
  margin-bottom: 2em;
  position: relative;
}

.navigation__layout {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation__layout.center {
  justify-content: center;
  align-items: center;
}

.navigation__menu {
  background-color: #fff;
  border-radius: 3em;
  align-items: center;
  padding: .75em .75em .75em 2em;
  display: flex;
}

.navigation__item {
  color: var(--sea);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-left: .5em;
  margin-right: .5em;
  padding: 1em;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
  display: inline-block;
}

.navigation__item:hover {
  background-image: url('../images/link-underline.svg');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: 5em;
}

.navigation__item.w--current {
  color: var(--green);
  background-image: url('../images/link-underline.svg');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: 5em;
}

.navigation__item.is--last-item {
  margin-right: 1.5em;
}

.navigation__item.is--last-item.w--current {
  color: var(--green);
}

.navigation__item.is--first {
  display: none;
}

.navigation__logo {
  width: 11.125em;
}

.hero__content {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero__flower {
  position: absolute;
}

.hero__flower.is--left {
  width: 5.5em;
  height: 5.5em;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero__flower.is--right {
  width: 6.875em;
  height: 6.875em;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -4%;
  transform: rotate(30deg);
}

.hero__standout-block {
  background-color: #fff;
  border-radius: 2.375em;
  justify-content: space-around;
  align-items: center;
  margin-top: 3em;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.flower-duo {
  width: 5.5em;
}

.hero__standout-label {
  color: var(--crimson);
  font-size: 1.25em;
  line-height: 1.2;
}

.hero__standout-heading {
  color: #414141;
  font-size: 1.5em;
  line-height: 1.25;
}

.hero__standout-info-wrapper {
  text-align: center;
  margin-bottom: 1em;
  margin-left: 2em;
  margin-right: 2em;
}

.hero__arrow-wrapper {
  justify-content: space-around;
  width: 40em;
  margin-top: 6em;
  display: flex;
}

.hero__arrow {
  width: 1.5em;
  height: 1.5em;
}

.intro__section {
  background-color: #fff;
}

.intro__layout {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 48.75em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.intro__button-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-millie__section {
  position: relative;
  box-shadow: inset 0 48px #fff;
}

.about-millie__section.is--shadowless {
  box-shadow: none;
}

.about-millie__section.is--white-bg {
  box-shadow: none;
  background-color: #fff;
}

.about__layout {
  align-items: flex-end;
  display: flex;
}

.about__layout.is--aligned {
  align-items: center;
}

.about__content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-top: 3em;
  margin-bottom: 3em;
  display: flex;
}

.about__image {
  width: 50%;
  padding-left: 8em;
}

.about__image.is--flipped {
  padding-left: 0;
  padding-right: 8em;
}

.about__button-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about__image-wrapper {
  border-radius: 3.8em;
  overflow: hidden;
}

.about__flower.is--onion {
  width: 13.75em;
  height: 13.75em;
  position: absolute;
  top: -11%;
  bottom: auto;
  left: 3%;
  right: auto;
}

.about__flower.is--red {
  width: 8em;
  height: 8em;
  position: absolute;
  top: -9%;
  bottom: auto;
  left: auto;
  right: 9%;
}

.about__flower.is--green {
  z-index: -1;
  width: 10em;
  height: 10em;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 37%;
}

.find-us__layout {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.find-us__map-wrapper {
  border-radius: 2.375em;
  width: 55%;
  height: 28em;
  position: relative;
}

.find-us__content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.standout__layout {
  position: relative;
}

.standout__block {
  background-color: var(--sea);
  color: var(--honeydew);
  text-align: center;
  border-radius: 3em;
  padding: 5em;
}

.standout__flower {
  width: 12.5em;
  height: 12.5%;
}

.standout__flower.is--onion {
  z-index: -1;
  width: 18em;
  height: 18em;
  position: absolute;
  bottom: -59px;
  left: -52px;
}

.standout__flower.is--green {
  z-index: -1;
  width: 18em;
  height: 18em;
  position: absolute;
  top: -20%;
  bottom: auto;
  left: auto;
  right: -11%;
}

.hamburger, .hamburger-close {
  display: none;
}

.image {
  object-fit: cover;
}

.map__details {
  z-index: 99;
  background-color: #fefffd;
  border-radius: 1.5em;
  padding: 2em .5em 1em;
  position: absolute;
  top: auto;
  bottom: -6%;
  left: auto;
  right: -6%;
  box-shadow: 0 2px 24px rgba(0, 0, 0, .13);
}

.map__details.is--find-us-map {
  text-align: left;
  top: auto;
  bottom: 2em;
  left: 2em;
  right: auto;
}

.find-us__map {
  border-radius: 2.375px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.footer {
  background-color: #fefffd;
}

.footer__layout {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer__logo {
  width: 11.125em;
}

.footer__menu {
  background-color: var(--honeydew);
  border-radius: 3em;
  align-items: center;
  padding: .75em .75em .75em 2em;
  display: flex;
}

.footer__socials {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.footer__socials.is--center {
  justify-content: center;
}

.social-icon {
  background-color: var(--honeydew);
  border-radius: .75em;
  width: 4.5em;
  height: 4.5em;
  padding: .75em;
}

.footer__seperator {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.footer__legal {
  color: #7ea798;
}

.footer__legal.link {
  text-decoration: none;
}

.footer__legal.link:hover {
  color: var(--sea);
  text-decoration: underline;
}

.footer__legal-wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  align-items: center;
  display: flex;
}

.map-splitter {
  width: 13em;
  margin-top: 1.5em;
  margin-bottom: .5em;
}

.basic-header__layout {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.supporters__layout {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #fff;
  border-radius: 2.375em;
  padding: 2em;
}

.supporters__row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.supporters__card-header {
  border-radius: 1em;
  width: 100%;
  height: 12em;
  overflow: hidden;
}

.supporters__card-body {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5em .75em;
  display: flex;
}

.image-cover {
  object-fit: cover;
}

.supporters__card-heading {
  color: var(--sea);
  font-family: Lato, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
}

.paragraph-small {
  font-size: 1em;
}

.supports__card-link {
  color: var(--green);
  font-family: Lato, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
}

.supports__card-link:hover {
  color: var(--sea);
  text-decoration: underline;
}

.supporters__splitter {
  margin-top: 1em;
  margin-bottom: 2em;
}

.get-involved__layout {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 42em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.supporters__flower-onion {
  z-index: -1;
  width: 30em;
  height: 30em;
  position: absolute;
  top: -23%;
  bottom: auto;
  left: -5%;
  right: auto;
}

.supporters__flower-green {
  z-index: -1;
  width: 30em;
  height: 30em;
  position: absolute;
  top: -31%;
  bottom: auto;
  left: auto;
  right: -5%;
}

.contact__layout {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact__form {
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
}

.contact__content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 35%;
  display: flex;
}

.form__wrapper {
  background-color: var(--sea);
  color: #fff;
  border-radius: 2.375em;
  padding: 2.5em 3em 1.5em;
  display: none;
}

.form {
  margin-top: 2em;
}

.form__textarea {
  border: 2px solid var(--green);
  color: var(--honeydew);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2em;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 7.5em;
  min-height: 7.5em;
  max-height: 15em;
  margin-bottom: 1em;
  padding: 1.2em 1.75em;
  font-size: 1.25em;
  font-weight: 400;
}

.form__textarea:hover, .form__textarea:focus {
  border-color: var(--spring-onion);
}

.form__textarea::placeholder {
  color: rgba(242, 252, 239, .3);
}

.form__legal {
  text-align: center;
  margin-top: 2em;
  font-size: 1em;
}

.contact__method-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 2.375em;
  flex-direction: column;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1.5em;
  display: flex;
}

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

.contact__method-icon {
  width: 2.5em;
  height: 2.5em;
  margin-right: 1em;
}

.contact__method-text {
  color: var(--sea);
  font-size: 1.5em;
  font-weight: 700;
}

.contact__flower-red {
  width: 15em;
  height: 15em;
  position: absolute;
  top: 24%;
  bottom: auto;
  left: auto;
  right: -5%;
}

.contact__flower-onion {
  width: 15em;
  height: 15em;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: -6%;
  right: auto;
}

.find-us-map__wrapper {
  position: relative;
}

.map-details {
  text-align: left;
  margin-bottom: 1em;
  margin-left: 2em;
  margin-right: 2em;
}

.find-us-map__layout {
  position: relative;
}

.find-us-map__image-1 {
  z-index: -1;
  width: 50em;
  height: 50em;
  position: absolute;
  top: -30%;
  bottom: auto;
  left: -34%;
  right: auto;
}

.find-us-map__image-2 {
  z-index: -1;
  width: 50em;
  height: 50em;
  position: absolute;
  top: -54%;
  bottom: auto;
  left: auto;
  right: -35%;
}

.title-underline {
  background-image: url('../images/title-underline.svg');
  background-position: 50% 92%;
  background-repeat: no-repeat;
  background-size: contain;
}

.title-underline.is-smaller {
  background-image: url('../images/link-underline.svg');
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.text-size-error {
  color: var(--crimson);
  font-family: Just Another Hand, sans-serif;
  font-size: 14em;
  font-weight: 400;
  line-height: .6;
}

.legal__content {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1em;
  display: flex;
}

.legal__layout {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  align-items: flex-start;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-contain {
  object-fit: contain;
}

.faqs__meme {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.faq__question-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.accordion__component {
  cursor: pointer;
  background-color: #fff;
  border-radius: 2em;
  padding: 1.5em 2em;
  transition: all .3s;
}

.accordion__header {
  border-radius: 1.5em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.text-size-h5-2 {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.3;
}

.accordion__icon {
  width: 2em;
  height: 2em;
  margin-bottom: .5em;
}

.accordion__content {
  margin-bottom: 1em;
}

.p--link {
  font-weight: 500;
  text-decoration: underline;
}

.bold {
  font-size: 1.5em;
  font-weight: 700;
}

.finished_section {
  background-image: url('../images/spring-onion-flower.svg'), url('../images/green-flower.svg'), url('../images/webclip.png');
  background-position: 7% 91%, -10% 0, 110% 20%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.finished_logo {
  width: 10rem;
  max-width: 10rem;
}

.finished__layout {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.finished__content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .page-padding.is--navigation {
    padding-left: 6%;
    padding-right: 6%;
  }

  .page-padding.is--basic-header {
    padding-left: 20%;
    padding-right: 20%;
  }

  .hero__section {
    background-image: url('../images/garden.webp'), url('../images/beach.webp'), linear-gradient(#f2fcef 80%, #fff);
    background-position: 121%, -22%, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: auto 100%, auto 100%, auto;
  }

  .hamburger, .hamburger-close {
    display: none;
  }

  .footer__layout {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .footer__layout.bottom {
    flex-direction: row;
  }

  .supporters__flower-onion {
    width: 25em;
  }

  .supporters__flower-green {
    width: 25em;
    top: -23%;
  }

  .find-us-map__image-1 {
    top: -14%;
  }

  .find-us-map__image-2 {
    top: -18%;
  }
}

@media screen and (max-width: 767px) {
  .page-padding.is--standout {
    padding-left: 6%;
    padding-right: 6%;
  }

  .page-padding.is--basic-header {
    padding-left: 10%;
    padding-right: 10%;
  }

  .hero__section {
    background-position: 200%, -90%, 0 0;
  }

  .navigation__layout {
    flex-direction: column;
  }

  .navigation__logo, .navigation__logo.w--current {
    margin-bottom: 2em;
  }

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

  .about__content {
    width: 100%;
  }

  .about__image {
    order: -1;
    width: 100%;
    margin-bottom: 2em;
    padding-left: 0;
  }

  .about__flower.is--onion {
    top: 42%;
  }

  .about__flower.is--red {
    top: -3%;
  }

  .about__flower.is--green {
    right: -7%;
  }

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

  .find-us__map-wrapper {
    width: 100%;
    margin-bottom: 5em;
  }

  .find-us__content {
    width: 100%;
  }

  .hamburger, .hamburger-close {
    display: none;
  }

  .footer__layout {
    flex-direction: column;
  }

  .footer__logo.w--current {
    margin-bottom: 2em;
  }

  .supporters__flower-onion, .supporters__flower-green {
    width: 20em;
    height: 20em;
    top: -5%;
  }

  .contact__flower-red, .contact__flower-onion {
    z-index: -1;
  }

  .find-us-map__image-1, .find-us-map__image-2 {
    display: none;
  }

  .faq__question-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 1.75em;
  }

  .page-padding.is--supporters, .page-padding.is--faqs {
    padding-left: 6%;
    padding-right: 6%;
  }

  .hero__section {
    background-image: linear-gradient(#f2fcef 90%, #fff);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .button {
    font-size: 1.75em;
  }

  .button.is--red.is--nav {
    text-align: center;
    border-radius: 3em;
    width: 100%;
    margin-top: .75em;
    font-size: 2em;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .button.is--red.is--footer {
    margin-top: 1em;
    font-size: 2em;
  }

  .navigation__layout {
    flex-direction: row;
  }

  .navigation__menu {
    display: none;
  }

  .navigation__menu.is--open {
    z-index: 9999;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    padding: 6em 3em;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navigation__item {
    margin-left: 0;
    font-size: 2em;
  }

  .navigation__item.is--last-item {
    margin-left: 0;
    margin-right: 0;
  }

  .navigation__item.is--first {
    display: block;
  }

  .navigation__logo {
    margin-bottom: 0;
  }

  .navigation__logo.w--current {
    width: 8em;
    margin-bottom: 0;
  }

  .hero__standout-block {
    flex-direction: column;
    padding: 2em 1.5em 0;
  }

  .flower-duo {
    order: 1;
    width: 14em;
    margin-top: 1em;
    margin-bottom: 0;
  }

  .hero__standout-label {
    font-size: 1.75em;
  }

  .hero__standout-heading {
    font-size: 2em;
  }

  .hero__arrow {
    width: 3em;
    height: 3em;
  }

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

  .about__button-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about__flower.is--onion {
    width: 8em;
    height: 8em;
    top: 24%;
  }

  .find-us__layout {
    justify-content: flex-start;
  }

  .find-us__map-wrapper {
    flex: none;
    height: auto;
    margin-bottom: 2.5em;
  }

  .find-us__content {
    flex: none;
  }

  .standout__block {
    padding: 3em;
  }

  .hamburger {
    width: 3em;
    height: 3em;
    display: block;
  }

  .hamburger-close {
    width: 3em;
    height: 3em;
    display: block;
    position: absolute;
    top: 3.5em;
    bottom: auto;
    left: auto;
    right: 2.5em;
  }

  .map__details {
    position: relative;
    top: -2em;
    bottom: auto;
    right: 0%;
  }

  .map__details.is--find-us-map {
    left: 0;
  }

  .find-us__map {
    height: 28em;
  }

  .footer__layout {
    flex-direction: column;
    justify-content: flex-start;
  }

  .footer__layout.bottom {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    font-size: 1.5em;
  }

  .footer__logo.w--current {
    width: 16em;
    margin-bottom: 0;
  }

  .footer__menu {
    flex-direction: column;
    padding-bottom: 3em;
  }

  .footer__menu.is--open {
    z-index: 9999;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    padding: 6em 3em;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .footer__seperator {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .footer__legal-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
  }

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

  .supporters__flower-onion {
    width: 10em;
    height: 10em;
    top: -4%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .supporters__flower-green {
    width: 12em;
    height: 12em;
    top: -3%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

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

  .contact__form {
    width: 100%;
  }

  .contact__content {
    width: 100%;
    margin-bottom: 5em;
  }

  .accordion__icon {
    margin-left: 1em;
  }
}

#w-node-_2fd64224-bf73-9e01-ee9e-63b3b7311bfa-cdf63a52, #w-node-_9ec1963a-72af-7f25-3964-74a577063dc3-cdf63a52, #w-node-_2cf81268-f280-e498-9620-e13f1fc8ab88-cdf63a52, #w-node-f2e7a47a-673d-754e-2a61-4de12134458b-cdf63a52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


