@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");
html, body {
  box-sizing: border-box;
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #21323A;
}

.w--nav-menu-open {
  height: 100%;
}

.gtrans {
  display: flex;
  align-items: center;
  margin: 5px;
}

.gtranslate_wrapper select.gt_selector {
  width: 100%;
  border: 0;
  max-width: 30ch;
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
}
@media screen and (max-width: 1520px) {
  .gtranslate_wrapper select.gt_selector {
    width: 130px;
  }
}
.gtranslate_wrapper select.gt_selector option {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  background-color: white;
}

.trigger-div {
  width: 100%;
}

.navbar-city select.gt_selector {
  background-color: #fffee0;
  max-width: 100px;
}

footer#block-footer {
  background-color: #2f3a44;
  padding: 100px 100px 20px 100px;
}
@media (max-width: 1500px) {
  footer#block-footer {
    padding: 75px 75px 15px 75px;
  }
}
@media (max-width: 768px) {
  footer#block-footer {
    padding: 50px 50px 10px 50px;
  }
}
footer#block-footer .ld-logo-footer {
  width: 288px;
  margin-bottom: 25px;
}
footer#block-footer .ld-logo-footer img {
  width: 100%;
  height: 100%;
}
footer#block-footer .footer-body {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media (max-width: 1100px) {
  footer#block-footer .footer-body {
    flex-wrap: wrap;
    gap: 60px;
  }
}
@media (max-width: 768px) {
  footer#block-footer .footer-body {
    flex-direction: column;
    margin-bottom: 80px;
    gap: 80px;
  }
}
footer#block-footer .footer-body > div {
  width: 20%;
}
@media (max-width: 1450px) {
  footer#block-footer .footer-body > div {
    width: 45%;
  }
}
@media (max-width: 768px) {
  footer#block-footer .footer-body > div {
    width: 100%;
  }
}
footer#block-footer .footer-body > div h4 {
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: unset;
}
@media (min-width: 768px) {
  footer#block-footer .footer-body > div.quick-links {
    order: 3;
  }
}
footer#block-footer .footer-body > div.quick-links h4 {
  margin-bottom: 15px;
}
footer#block-footer .footer-body > div.quick-links > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer#block-footer .footer-body > div.quick-links a {
  color: white;
  font-family: "Roboto Slab";
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}
@media (min-width: 768px) {
  footer#block-footer .footer-body > div.get-in-touch {
    order: 4;
  }
}
footer#block-footer .footer-body > div.get-in-touch > p, footer#block-footer .footer-body > div.get-in-touch .textOverButton {
  color: white;
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
footer#block-footer .footer-body > div.get-in-touch .join_us div a {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  padding: 16px 23px;
  background-color: transparent;
  color: #21323A;
  border-radius: 8px;
  transition: 0.2s ease-in-out all;
  width: fit-content;
  text-decoration: none;
  border: 3px solid #eb2731;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
  padding: 16px 32px;
  color: white;
  display: inline-block;
  margin: 20px 0 50px 0;
  text-align: center;
  white-space: nowrap;
}
footer#block-footer .footer-body > div.get-in-touch .join_us div a:hover {
  background-color: #FFF621;
  box-shadow: 0px 4px 14px rgba(153, 153, 132, 0.4);
  transform: translateY(-5px);
  border: 3px solid #FFF621;
}
@media (max-width: 768px) {
  footer#block-footer .footer-body > div.get-in-touch .join_us div a {
    margin: 15px 0 30px 0;
  }
}
footer#block-footer .footer-body > div.get-in-touch .join_us div a:hover {
  background-color: #eb2731;
  border: 3px solid #eb2731;
  box-shadow: 0px 4px 14px rgba(235, 39, 49, 0.4);
}
footer#block-footer .footer-body > div.get-in-touch a.footer-btn {
  margin: 20px 0 0 0;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 18px;
  padding: 24px 35px;
  background-color: #eb2731;
  color: white;
  border-radius: 8px;
  transition: 0.2s ease-in-out all;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  border: 3px solid #eb2731;
  padding: 16px 32px;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: unset;
  text-align: center;
}
footer#block-footer .footer-body > div.get-in-touch a.footer-btn:hover {
  background-color: #FFF621;
  color: #21323A;
  box-shadow: 0px 8px 14px rgba(153, 153, 132, 0.4);
  transform: translateY(-8px);
  border: 3px solid #FFF621;
}
footer#block-footer .footer-body > div.get-in-touch a.footer-btn:active {
  background: rgba(0, 0, 0, 0);
  transform: translateY(0px);
  border: 3px solid #FFF621;
}
@media (max-width: 1024px) {
  footer#block-footer .footer-body > div.get-in-touch a.footer-btn {
    padding: 16px 35px;
  }
}
@media (min-width: 768px) {
  footer#block-footer .footer-body > div.contact-us {
    order: 1;
  }
}
footer#block-footer .footer-body > div.contact-us h4 {
  margin-bottom: 15px;
}
footer#block-footer .footer-body > div.contact-us .contactFooterText {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  footer#block-footer .footer-body > div.presenting {
    order: 2;
  }
}
footer#block-footer .footer-body > div.presenting h4.titleSponsorFooter {
  margin-bottom: 20px;
}
footer#block-footer .footer-body > div.presenting div.imageSponsorDiv {
  margin-bottom: 25px;
}
footer#block-footer .footer-end {
  border-top: 1px solid white;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer#block-footer .footer-end {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 20px;
  }
}
footer#block-footer .footer-end .copyright {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
footer#block-footer .footer-end .terms .tp-link {
  color: white;
  text-decoration: none;
  font-family: "Roboto Slab";
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
footer#block-footer .social-icon {
  padding: 0 12px 0 0;
}

.footer.city {
  padding-top: 72px;
  padding-bottom: 48px;
  background-color: #2f3a44;
  text-align: center;
}
.footer.city .caption {
  display: inline-block;
  font-family: "Roboto Slab", sans-serif;
  color: #c2c2c2;
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
}
.footer.city .copyright {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px dashed #6d6c72;
}
.footer.city .copyright-text {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  color: #6d6c72;
  font-size: 12px;
}
.footer.city .city-subnav-scroll {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: block;
  height: 75px;
  background-color: #2f3c44;
  text-align: center;
}
.footer.city .social-div.footer-social {
  margin-top: 20px;
}
.footer.city .social-div.footer-social .social-icon {
  padding: 12px;
}

@media (min-width: 1024px) {
  .webform-submission-form label {
    display: none;
  }
}
@media (min-width: 1024px) {
  .webform-submission-form .checkbox-field label {
    display: block;
  }
}

ul li {
  font-weight: 300;
}

.paragraphWrapper {
  height: 100vh;
}
.paragraphWrapper .image {
  height: 100%;
}
.paragraphWrapper .image div {
  height: 100%;
}
.paragraphWrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.paragraphWrapper .image::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(180deg, rgba(253, 252, 247, 0) 0%, #FCFBF7 100%);
}
.paragraphWrapper .titleAndButton {
  position: absolute;
  bottom: 20%;
  left: 150px;
  padding-right: 100px;
}
@media (max-width: 1024px) {
  .paragraphWrapper .titleAndButton {
    left: 75px;
  }
}
@media (max-width: 768px) {
  .paragraphWrapper .titleAndButton {
    left: 25px;
  }
}
.paragraphWrapper .titleAndButton .title {
  font-size: 60px;
  font-family: "Caveat Brush";
  font-style: normal;
  color: #21323A;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 60px;
  max-width: 1000px;
}
@media (max-width: 1024px) {
  .paragraphWrapper .titleAndButton .title {
    font-size: 54px;
    margin-bottom: 54px;
  }
}
@media (max-width: 768px) {
  .paragraphWrapper .titleAndButton .title {
    font-size: 48px;
    margin-bottom: 48px;
    max-width: 95%;
  }
}
@media (max-width: 768px) {
  .paragraphWrapper .titleAndButton .title {
    font-size: 36px;
  }
}
.paragraphWrapper .titleAndButton .link a {
  display: inline-block;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 18px;
  padding: 24px 35px;
  background-color: #eb2731;
  color: white;
  border-radius: 8px;
  transition: 0.2s ease-in-out all;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  border: 3px solid #eb2731;
}
.paragraphWrapper .titleAndButton .link a:hover {
  background-color: #FFF621;
  color: #21323A;
  box-shadow: 0px 8px 14px rgba(153, 153, 132, 0.4);
  transform: translateY(-8px);
  border: 3px solid #FFF621;
}
.paragraphWrapper .titleAndButton .link a:active {
  background: rgba(0, 0, 0, 0);
  transform: translateY(0px);
  border: 3px solid #FFF621;
}
@media (max-width: 1024px) {
  .paragraphWrapper .titleAndButton .link a {
    padding: 16px 35px;
  }
}

.aboutUsSection {
  height: fit-content;
  width: 100%;
  background-color: #FCFCF7;
  display: flex;
  flex-direction: column;
  gap: 75px;
  background-image: url("../images/homepage/lemonsBackground.svg");
  background-repeat: no-repeat;
  background-position: -50% center;
}
.aboutUsSection h2 div {
  font-family: "Caveat Brush";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 120%;
  text-align: center;
  color: #21323A;
}
@media (max-width: 1024px) {
  .aboutUsSection h2 div {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .aboutUsSection h2 div {
    font-size: 40px;
    max-width: 90%;
  }
}
.aboutUsSection .content {
  display: flex;
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .aboutUsSection .content {
    flex-direction: column;
    gap: 75px;
  }
}
.aboutUsSection .content .leftSide {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1024px) {
  .aboutUsSection .content .leftSide {
    width: 100%;
    padding: 0 75px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .aboutUsSection .content .leftSide {
    padding: 0 25px;
  }
}
.aboutUsSection .content .leftSide p {
  font-family: "Roboto Slab";
  font-weight: 400;
  font-size: 28px;
  line-height: 190%;
  color: #21323A;
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 1024px) {
  .aboutUsSection .content .leftSide p {
    margin-bottom: 75px;
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .aboutUsSection .content .leftSide p {
    margin-bottom: 50px;
    font-size: 16px;
  }
}
.aboutUsSection .content .leftSide p:before {
  content: url("../images/homepage/littleLemon.svg");
  position: absolute;
  left: -90px;
}
@media (max-width: 1024px) {
  .aboutUsSection .content .leftSide p:before {
    left: 50%;
    top: -67px;
    transform: translateX(-50%);
  }
}
.aboutUsSection .content .leftSide a {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  padding: 16px 23px;
  background-color: transparent;
  color: #21323A;
  border-radius: 8px;
  transition: 0.2s ease-in-out all;
  width: fit-content;
  text-decoration: none;
  border: 3px solid #eb2731;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
}
.aboutUsSection .content .leftSide a:hover {
  background-color: #FFF621;
  box-shadow: 0px 4px 14px rgba(153, 153, 132, 0.4);
  transform: translateY(-5px);
  border: 3px solid #FFF621;
}
.aboutUsSection .content .rightSide {
  width: 50%;
}
@media (max-width: 1024px) {
  .aboutUsSection .content .rightSide {
    width: 100%;
  }
}
.aboutUsSection .content .rightSide > div {
  display: flex;
  flex-direction: column;
  margin: 0 150px;
}
@media (max-width: 768px) {
  .aboutUsSection .content .rightSide > div {
    margin: 0 50px;
  }
}
.aboutUsSection .content .rightSide > div > div:nth-child(even) {
  align-self: end;
}
.aboutUsSection .content .rightSide > div div {
  width: fit-content;
}
.aboutUsSection .content .rightSide .paragraph.paragraph--type--icon-text.paragraph--view-mode--default {
  display: flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
  padding: 20px;
  transition: 0.2s ease-in-out all;
  border-radius: 8px;
}
.aboutUsSection .content .rightSide .paragraph.paragraph--type--icon-text.paragraph--view-mode--default div:nth-child(2) {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  text-transform: uppercase;
  color: #21323A;
  max-width: 125px;
}

.locationSection {
  height: fit-content;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, #FDFCF7 0%, rgba(253, 252, 247, 0) 13.23%, rgba(249, 249, 226, 0) 51.46%, #F8F8DD 94.07%, rgba(247, 247, 213, 0) 94.08%, #F7F7D5 94.09%), url("../images/homepage/mapScreenshot.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .locationSection {
    background: linear-gradient(180deg, white 0%, rgba(253, 252, 247, 0) 13.23%, rgba(249, 249, 226, 0) 51.46%, white 94.07%, rgba(247, 247, 213, 0) 94.08%, white 94.09%), url("../images/homepage/mapScreenshot.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 170%;
  }
}
.locationSection h2 {
  font-family: "Caveat Brush";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 120%;
  text-align: center;
  color: #21323A;
  margin-top: 50px;
  max-width: 700px;
  color: #21323A;
}
@media (max-width: 1024px) {
  .locationSection h2 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .locationSection h2 {
    font-size: 40px;
    max-width: 90%;
  }
}
.locationSection .content {
  margin-top: 20px;
  width: 100%;
  margin-bottom: 120px;
}
.locationSection .content > div {
  display: flex;
  justify-content: space-evenly;
  position: relative;
}
.locationSection .content > div > div {
  position: relative;
}
.locationSection .content > div > div::before {
  content: "";
  background: url("../images/homepage/float-lemon.svg") center center no-repeat;
  background-size: contain;
  width: 280px;
  height: 280px;
  position: absolute;
  z-index: 0;
  transform-origin: center center;
}
@media (max-width: 1024px) {
  .locationSection .content > div > div::before {
    width: 230px;
    height: 230px;
  }
}
@media (max-width: 768px) {
  .locationSection .content > div > div::before {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 768px) {
  .locationSection .content > div > div:nth-child(1) {
    margin-top: 200px;
  }
}
.locationSection .content > div > div:nth-child(1)::before {
  transform: rotate(158deg);
  top: -56px;
  left: 17px;
}
@media (max-width: 1024px) {
  .locationSection .content > div > div:nth-child(1)::before {
    top: -33px;
    left: 30px;
  }
}
@media (max-width: 768px) {
  .locationSection .content > div > div:nth-child(1)::before {
    top: -16px;
    left: -9px;
  }
}
.locationSection .content > div > div:nth-child(2) {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .locationSection .content > div > div:nth-child(2) {
    position: absolute;
    top: -50px;
  }
}
.locationSection .content > div > div:nth-child(2)::before {
  transform: rotate(30deg);
  top: -72px;
  left: -38px;
}
@media (max-width: 1024px) {
  .locationSection .content > div > div:nth-child(2)::before {
    top: -60px;
    left: -38px;
  }
}
@media (max-width: 768px) {
  .locationSection .content > div > div:nth-child(2)::before {
    top: -44px;
    left: -27px;
  }
}
@media (max-width: 768px) {
  .locationSection .content > div > div:nth-child(3) {
    margin-top: 200px;
  }
}
.locationSection .content > div > div:nth-child(3)::before {
  transform: rotate(-60deg);
  left: -60px;
  top: -60px;
}
@media (max-width: 1024px) {
  .locationSection .content > div > div:nth-child(3)::before {
    left: -42px;
    top: -40px;
  }
}
@media (max-width: 768px) {
  .locationSection .content > div > div:nth-child(3)::before {
    top: -40px;
    left: -6px;
  }
}
.locationSection .content > div .kpiNumber {
  opacity: 0;
}
.locationSection .content > div .paragraph.paragraph--type--kpi-label.paragraph--view-mode--default {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Caveat Brush", sans-serif;
  color: #21323A;
}
.locationSection .content > div .paragraph.paragraph--type--kpi-label.paragraph--view-mode--default .kpiNumber {
  font-size: 100px;
  line-height: 100%;
  z-index: 1;
  min-width: 180px;
  text-align: center;
}
@media (max-width: 1024px) {
  .locationSection .content > div .paragraph.paragraph--type--kpi-label.paragraph--view-mode--default .kpiNumber {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .locationSection .content > div .paragraph.paragraph--type--kpi-label.paragraph--view-mode--default .kpiNumber {
    font-size: 64px;
  }
}
.locationSection .content > div .paragraph.paragraph--type--kpi-label.paragraph--view-mode--default .kpiLabel {
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  max-width: 280px;
  text-align: center;
  z-index: 1;
}
@media (max-width: 1024px) {
  .locationSection .content > div .paragraph.paragraph--type--kpi-label.paragraph--view-mode--default .kpiLabel {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .locationSection .content > div .paragraph.paragraph--type--kpi-label.paragraph--view-mode--default .kpiLabel {
    font-size: 21px;
    max-width: 150px;
  }
}
.locationSection a.locationCTA {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 18px;
  padding: 24px 35px;
  background-color: #eb2731;
  color: white;
  border-radius: 8px;
  transition: 0.2s ease-in-out all;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  border: 3px solid #eb2731;
  padding: 16px 35px;
  margin-bottom: 100px;
}
.locationSection a.locationCTA:hover {
  background-color: #FFF621;
  color: #21323A;
  box-shadow: 0px 8px 14px rgba(153, 153, 132, 0.4);
  transform: translateY(-8px);
  border: 3px solid #FFF621;
}
.locationSection a.locationCTA:active {
  background: rgba(0, 0, 0, 0);
  transform: translateY(0px);
  border: 3px solid #FFF621;
}
@media (max-width: 1024px) {
  .locationSection a.locationCTA {
    padding: 16px 35px;
  }
}

.impactSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/homepage/impact_lemons_background.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #F7F7D5;
}
.impactSection .titleAndDescription {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 100px;
  width: 100%;
}
.impactSection .titleAndDescription h2 {
  font-family: "Caveat Brush";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 120%;
  text-align: center;
  color: #21323A;
}
@media (max-width: 1024px) {
  .impactSection .titleAndDescription h2 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .impactSection .titleAndDescription h2 {
    font-size: 40px;
    max-width: 90%;
  }
}
.impactSection .titleAndDescription .description {
  font-size: 18px;
  line-height: 190%;
  font-family: "Roboto Slab", sans-serif;
  width: 650px;
  text-align: center;
}
@media (max-width: 768px) {
  .impactSection .titleAndDescription .description {
    max-width: 100%;
    padding: 0 25px;
  }
}
.impactSection .percentagesList {
  max-width: 100vw;
  overflow: hidden;
  position: relative;
}
.impactSection .percentagesList::after, .impactSection .percentagesList::before {
  content: "";
  background: linear-gradient(270deg, #F7F7D5 -6.25%, rgba(247, 247, 213, 0) 100%);
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100px;
  z-index: 3;
}
.impactSection .percentagesList::before {
  right: unset;
  left: 0;
  transform: rotate(180deg);
}
.impactSection .sliderKPIWrapper {
  margin-bottom: 100px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .impactSection .sliderKPIWrapper {
    padding: 0;
  }
}
.impactSection .sliderKPIWrapper .slick-slide {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
  min-width: 200px;
}
.impactSection .sliderKPIWrapper .slick-slide:nth-child(odd)::after {
  content: url("../images/homepage/littleLemon.svg");
}
.impactSection .sliderKPIWrapper .slick-slide:nth-child(even)::before {
  content: url("../images/homepage/littleLemon.svg");
}
.impactSection .sliderKPIWrapper .slick-slide div:nth-child(1) {
  font-family: "Caveat Brush";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 120%;
  text-align: center;
  color: #21323A;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .impactSection .sliderKPIWrapper .slick-slide div:nth-child(1) {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .impactSection .sliderKPIWrapper .slick-slide div:nth-child(1) {
    font-size: 40px;
    max-width: 90%;
  }
}
.impactSection .sliderKPIWrapper .slick-slide div:nth-child(2) {
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
  line-height: 120%;
  max-width: 220px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .impactSection .sliderKPIWrapper .slick-track {
    display: flex;
  }
}
.impactSection .textAndCTA {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .impactSection .textAndCTA {
    margin-bottom: 100px;
  }
}
.impactSection .textAndCTA .ctaDescription {
  font-family: "Roboto Slab", sans-serif;
  font-size: 32px;
  line-height: 120%;
  max-width: 500px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .impactSection .textAndCTA .ctaDescription {
    max-width: 75%;
  }
}
.impactSection .textAndCTA a {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 18px;
  padding: 24px 35px;
  background-color: #eb2731;
  color: white;
  border-radius: 8px;
  transition: 0.2s ease-in-out all;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  border: 3px solid #eb2731;
  padding: 16px 35px;
}
.impactSection .textAndCTA a:hover {
  background-color: #FFF621;
  color: #21323A;
  box-shadow: 0px 8px 14px rgba(153, 153, 132, 0.4);
  transform: translateY(-8px);
  border: 3px solid #FFF621;
}
.impactSection .textAndCTA a:active {
  background: rgba(0, 0, 0, 0);
  transform: translateY(0px);
  border: 3px solid #FFF621;
}
@media (max-width: 1024px) {
  .impactSection .textAndCTA a {
    padding: 16px 35px;
  }
}
.impactSection .testimonialsWrapper {
  width: 100vw;
  margin-bottom: 150px;
  position: relative;
}
@media (max-width: 768px) {
  .impactSection .testimonialsWrapper {
    margin-bottom: 100px;
  }
}
.impactSection .testimonialsWrapper .slick-list {
  padding: 100px;
}
@media (max-width: 1024px) {
  .impactSection .testimonialsWrapper .slick-list {
    padding-bottom: 10px 10px 10px 110px;
  }
}
@media (max-width: 768px) {
  .impactSection .testimonialsWrapper .slick-list {
    padding: 10px;
  }
}
.impactSection .testimonialsWrapper::after, .impactSection .testimonialsWrapper::before {
  content: "";
  background: linear-gradient(270deg, #F7F7D5 -6.25%, rgba(247, 247, 213, 0) 100%);
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100px;
  z-index: 3;
}
.impactSection .testimonialsWrapper::before {
  right: unset;
  left: 0;
  transform: rotate(180deg);
}
.impactSection .testimonialsWrapper .testimonials {
  margin: 0 20px;
  width: fit-content;
}
.impactSection .testimonialsWrapper .testimonials::before {
  max-width: 100%;
}
@media (max-width: 768px) {
  .impactSection .testimonialsWrapper .testimonials .descriptionAndAuthor {
    padding: 100px 0;
    margin-top: 0;
  }
}
.impactSection .testimonialsWrapper .testimonials:nth-child(even) .image {
  margin-top: 300px;
}
.impactSection .testimonialsWrapper .testimonials:nth-child(even) .descriptionAndAuthor {
  margin-top: 0;
}
.impactSection .testimonialsWrapper .testimonials:nth-child(odd) .image {
  margin-top: 0;
}
.impactSection .testimonialsWrapper .testimonials:nth-child(odd) .descriptionAndAuthor {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .impactSection .testimonialsWrapper .testimonials:nth-child(odd) .descriptionAndAuthor {
    margin-top: 40px;
  }
}
.impactSection .testimonialsWrapper .testimonials:nth-child(3n+1) .descriptionAndAuthor::before {
  content: url("../images/homepage/testimonials_lemon.svg");
  position: absolute;
  z-index: -1;
  transform: rotate(120deg);
  margin-left: -125px;
}
.impactSection .testimonialsWrapper .testimonials:nth-child(3n+2) .descriptionAndAuthor::before {
  content: url("../images/homepage/testimonials_lemon.svg");
  position: absolute;
  z-index: -1;
  transform: rotate(76deg);
  margin-left: -185px;
  top: 25px;
}
.impactSection .testimonialsWrapper .testimonials:nth-child(3n+3) .descriptionAndAuthor::before {
  content: url("../images/homepage/testimonials_lemon.svg");
  position: absolute;
  z-index: -1;
  transform: rotate(150deg);
  margin-left: -165px;
  top: -15px;
}
@media (max-width: 1025px) {
  .impactSection .testimonialsWrapper .testimonials:nth-child(3n+3) .descriptionAndAuthor::before {
    top: 60px;
  }
}
@media (max-width: 1024px) {
  .impactSection .testimonialsWrapper .testimonials:nth-child(2n+1) .descriptionAndAuthor::before {
    content: url("../images/homepage/testimonials_lemon.svg");
    position: absolute;
    z-index: -1;
    transform: rotate(120deg);
    margin-left: -185px;
    top: 25px;
  }
  .impactSection .testimonialsWrapper .testimonials:nth-child(2n+2) .descriptionAndAuthor::before {
    content: url("../images/homepage/testimonials_lemon.svg");
    position: absolute;
    z-index: -1;
    transform: rotate(76deg);
    margin-left: -185px;
    top: 25px;
  }
}
@media (max-width: 1024px) and (max-width: 1025px) {
  .impactSection .testimonialsWrapper .testimonials:nth-child(2n+2) .descriptionAndAuthor::before {
    top: 60px;
  }
}
.impactSection .testimonialsWrapper .testimonials {
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .impactSection .testimonialsWrapper .testimonials {
    margin-left: 15vw;
  }
}
.impactSection .testimonialsWrapper .testimonials .image {
  width: 10vw;
  height: 10vw;
  min-width: 150px;
  min-height: 150px;
  border-radius: 100%;
  overflow: hidden;
  margin-top: 5px;
  z-index: 5;
}
@media (max-width: 1024px) {
  .impactSection .testimonialsWrapper .testimonials .image {
    min-width: 100px;
    min-height: 100px;
    transform: translateY(50px);
  }
}
.impactSection .testimonialsWrapper .testimonials .image > div {
  width: 100%;
  height: 100%;
}
.impactSection .testimonialsWrapper .testimonials .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.impactSection .testimonialsWrapper .testimonials .descriptionAndAuthor {
  max-width: 250px;
  z-index: 2;
  position: relative;
}
.impactSection .testimonialsWrapper .testimonials .descriptionAndAuthor div:nth-child(1) {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 20px;
  line-height: 190%;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .impactSection .testimonialsWrapper .testimonials .descriptionAndAuthor div:nth-child(1) {
    font-size: 18px;
  }
}
.impactSection .testimonialsWrapper .testimonials .descriptionAndAuthor div:nth-child(2) {
  font-size: 19px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
}
@media (max-width: 768px) {
  .impactSection .testimonialsWrapper .testimonials .descriptionAndAuthor div:nth-child(2) {
    font-size: 17px;
  }
}

/* .slick-list.draggable {
  overflow: visible;
}
 */
main.donateNational {
  background: #FCFCF7 url("../images/homepage/donateNationalLemonsBackground.svg") -13vw 50vh no-repeat;
  background-size: cover;
  /* .slick-list {
    overflow: visible !important;
  } */
}
main.donateNational .donate-header {
  position: relative;
}
main.donateNational .donate-header .donate-image {
  width: 100%;
}
main.donateNational .donate-header .donate-image::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(180deg, rgba(253, 252, 247, 0) 0%, #FCFBF7 100%);
}
main.donateNational .donate-header .donate-image .header-image {
  width: 100%;
  height: 60vh;
  min-height: 600px;
}
main.donateNational .donate-header .donate-image .header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.donateNational .donate-header .national-donation-header {
  position: absolute;
  top: 40%;
  left: 150px;
  padding-right: 100px;
}
@media (max-width: 1024px) {
  main.donateNational .donate-header .national-donation-header {
    top: 35%;
    left: 75px;
    padding-right: 75px;
  }
}
@media (max-width: 768px) {
  main.donateNational .donate-header .national-donation-header {
    top: 30%;
    left: 25px;
    padding-right: 25px;
  }
}
main.donateNational .donate-header .national-donation-header h1 {
  font-size: 60px;
  font-family: "Caveat Brush";
  font-style: normal;
  color: #21323A;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  main.donateNational .donate-header .national-donation-header h1 {
    font-size: 54px;
    margin-bottom: 54px;
  }
}
@media (max-width: 768px) {
  main.donateNational .donate-header .national-donation-header h1 {
    font-size: 48px;
    margin-bottom: 48px;
    max-width: 95%;
  }
}
main.donateNational .donate-header .national-donation-header a {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 18px;
  padding: 24px 35px;
  background-color: #eb2731;
  color: white;
  border-radius: 8px;
  transition: 0.2s ease-in-out all;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  border: 3px solid #eb2731;
  display: inline-block;
}
main.donateNational .donate-header .national-donation-header a:hover {
  background-color: #FFF621;
  color: #21323A;
  box-shadow: 0px 8px 14px rgba(153, 153, 132, 0.4);
  transform: translateY(-8px);
  border: 3px solid #FFF621;
}
main.donateNational .donate-header .national-donation-header a:active {
  background: rgba(0, 0, 0, 0);
  transform: translateY(0px);
  border: 3px solid #FFF621;
}
@media (max-width: 1024px) {
  main.donateNational .donate-header .national-donation-header a {
    padding: 16px 35px;
  }
}
main.donateNational .contentDonate {
  padding-bottom: 100px;
}
main.donateNational .contentDonate .standardContainer.donateNational {
  display: flex;
  justify-content: center;
  padding: 150px;
  gap: 100px;
  align-items: center;
}
@media (max-width: 1200px) {
  main.donateNational .contentDonate .standardContainer.donateNational {
    flex-wrap: wrap;
    gap: 50px;
    padding: 75px;
  }
}
@media (max-width: 768px) {
  main.donateNational .contentDonate .standardContainer.donateNational {
    padding: 25px;
  }
}
main.donateNational .contentDonate .standardContainer.donateNational .leftSideDonateOptions {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.donateNational .contentDonate .standardContainer.donateNational .leftSideDonateOptions h2 {
  font-family: "Caveat Brush";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 120%;
  text-align: center;
  color: #21323A;
  margin-top: 0;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  main.donateNational .contentDonate .standardContainer.donateNational .leftSideDonateOptions h2 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  main.donateNational .contentDonate .standardContainer.donateNational .leftSideDonateOptions h2 {
    font-size: 40px;
    max-width: 90%;
  }
}
@media (max-width: 1200px) {
  main.donateNational .contentDonate .standardContainer.donateNational .leftSideDonateOptions h2 {
    text-align: center;
  }
}
main.donateNational .contentDonate .standardContainer.donateNational .leftSideDonateOptions .text-max {
  margin: 0;
  max-width: 600px;
}
main.donateNational .contentDonate .standardContainer.donateNational .leftSideDonateOptions .text-max p {
  font-family: "Roboto Slab";
  font-weight: 400;
  font-size: 18px;
  line-height: 190%;
  text-align: left;
}
@media (max-width: 1200px) {
  main.donateNational .contentDonate .standardContainer.donateNational .leftSideDonateOptions .text-max p {
    text-align: center;
  }
}
main.donateNational .contentDonate .standardContainer.donateNational .rightSideDonateOptions .donateMenu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media (max-width: 768px) {
  main.donateNational .contentDonate .standardContainer.donateNational .rightSideDonateOptions .donateMenu {
    grid-template-columns: repeat(2, 1fr);
  }
}
main.donateNational .contentDonate .standardContainer.donateNational .rightSideDonateOptions .donateMenu .donate-options {
  width: 150px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 15px;
}
main.donateNational .contentDonate .standardContainer.donateNational .rightSideDonateOptions .donateMenu .donate-options:hover .details {
  display: flex;
}
main.donateNational .contentDonate .standardContainer.donateNational .rightSideDonateOptions .donateMenu .donate-options:hover::before {
  background: url("../images/homepage/tinyLemonDonationHover.svg") center center no-repeat;
  background-size: contain;
  transform: rotate(-45deg);
  width: 175px;
  height: 175px;
}
main.donateNational .contentDonate .standardContainer.donateNational .rightSideDonateOptions .donateMenu .donate-options::before {
  content: "";
  background: url("../images/homepage/tinyLemonDonation.svg") center center no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  position: absolute;
  z-index: 0;
  transform-origin: center center;
  transition: 0.15s ease-in-out all;
}
main.donateNational .contentDonate .standardContainer.donateNational .rightSideDonateOptions .donateMenu .donate-options .value {
  font-family: "Caveat Brush";
  font-size: 40px;
  color: #21323A;
  z-index: 1;
}
main.donateNational .contentDonate .standardContainer.donateNational .rightSideDonateOptions .donateMenu .donate-options .details {
  font-size: 16px;
  color: #21323A;
  line-height: 190%;
  font-weight: 400;
  display: none;
  z-index: 1;
}
main.donateNational .ways-to-donate {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
main.donateNational .ways-to-donate h2 {
  font-family: "Caveat Brush";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 120%;
  text-align: center;
  color: #21323A;
  max-width: 800px;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  main.donateNational .ways-to-donate h2 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  main.donateNational .ways-to-donate h2 {
    font-size: 40px;
    max-width: 90%;
  }
}
main.donateNational .ways-to-donate .buttons-wrapper {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  main.donateNational .ways-to-donate .buttons-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
main.donateNational .ways-to-donate .buttons-wrapper .donate-button {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  padding: 16px 23px;
  background-color: transparent;
  color: #21323A;
  border-radius: 8px;
  width: fit-content;
  text-decoration: none;
  border: 3px solid #FFF621;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.3s ease-in-out all;
}
main.donateNational .ways-to-donate .buttons-wrapper .donate-button.active, main.donateNational .ways-to-donate .buttons-wrapper .donate-button:hover {
  background-color: #FFF621;
  box-shadow: 0px 4px 14px rgba(153, 153, 132, 0.4);
}
main.donateNational #get-involved {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
  width: 100%;
  overflow: hidden;
}
main.donateNational #get-involved.activeSection {
  display: flex;
}
main.donateNational #get-involved .sponsorship-title {
  font-family: "Caveat Brush";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 120%;
  text-align: center;
  color: #21323A;
  max-width: 800px;
  padding-bottom: 50px;
  margin-top: 0;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  main.donateNational #get-involved .sponsorship-title {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  main.donateNational #get-involved .sponsorship-title {
    font-size: 40px;
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  main.donateNational #get-involved .sponsorship-title {
    padding-bottom: 40px;
  }
}
main.donateNational #get-involved .sponsorships {
  margin-bottom: 50px;
  max-width: 100vw;
}
@media (max-width: 1024px) {
  main.donateNational #get-involved .sponsorships {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
main.donateNational #get-involved .sponsorships button.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  line-height: 150px;
  overflow: hidden;
  background: #FCFCF7 url("../images/homepage/circleAndArrow.svg") center center;
}
main.donateNational #get-involved .sponsorships button.slick-arrow.slick-prev {
  left: 25px;
  transform: rotate(180deg);
}
main.donateNational #get-involved .sponsorships button.slick-arrow.slick-prev.slick-disabled {
  opacity: 0.5;
}
main.donateNational #get-involved .sponsorships button.slick-arrow.slick-next {
  right: 25px;
  left: unset;
}
main.donateNational #get-involved .sponsorships button.slick-arrow.slick-next.slick-disabled {
  opacity: 0.5;
}
main.donateNational #get-involved .sponsorships .sponsorships-wrapper {
  height: 500px;
  display: flex;
  justify-content: center;
  position: relative;
  transition: 0.2s ease-in-out all;
}
main.donateNational #get-involved .sponsorships .sponsorships-wrapper::before {
  content: "";
  background: url("../images/homepage/lemonSponsorOutlineBox.svg") center center no-repeat;
  background-size: contain;
  width: 103%;
  height: 550px;
  z-index: 1;
  position: absolute;
  top: -10px;
  left: -2px;
}
@media (max-width: 1024px) {
  main.donateNational #get-involved .sponsorships .sponsorships-wrapper::before {
    width: 138%;
    top: -31px;
    left: -52px;
  }
}
main.donateNational #get-involved .sponsorships .sponsorships-wrapper:hover {
  cursor: pointer;
  transform: translateY(-20px);
}
main.donateNational #get-involved .sponsorships .sponsorships-wrapper:hover::before {
  background: url("../images/homepage/lemonSponsorFillBox.svg") center center no-repeat;
  background-size: contain;
}
main.donateNational #get-involved .sponsorships .sponsorships-wrapper:hover .introAndDescription .intro {
  opacity: 0;
}
main.donateNational #get-involved .sponsorships .sponsorships-wrapper:hover .introAndDescription .description {
  opacity: 1;
}
main.donateNational #get-involved .sponsorships .sponsorships-wrapper a {
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
  top: 90px;
  width: 300px;
  align-items: center;
}
main.donateNational #get-involved .sponsorships .sponsorships-wrapper a .level {
  font-family: "Roboto Slab";
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  line-height: 140%;
  color: #21323A;
  font-weight: 400;
  width: 75%;
  z-index: 3;
}
main.donateNational #get-involved .sponsorships .sponsorships-wrapper a .introAndDescription {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
main.donateNational #get-involved .sponsorships .sponsorships-wrapper a .introAndDescription .intro, main.donateNational #get-involved .sponsorships .sponsorships-wrapper a .introAndDescription .description {
  font-family: "Roboto Slab";
  font-size: 16px;
  line-height: 190%;
  color: #21323A;
  text-align: center;
  position: absolute;
  top: 0;
  transition: 0.3s ease-in-out;
  z-index: 3;
  width: 100%;
}
main.donateNational #get-involved .sponsorships .sponsorships-wrapper a .introAndDescription .intro {
  opacity: 1;
}
main.donateNational #get-involved .sponsorships .sponsorships-wrapper a .introAndDescription .description {
  opacity: 0;
}
main.donateNational .sponsorCtaWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 150px;
  padding: 0 150px;
}
@media (max-width: 1024px) {
  main.donateNational .sponsorCtaWrapper {
    padding: 0 75px;
  }
}
@media (max-width: 768px) {
  main.donateNational .sponsorCtaWrapper {
    padding: 0 25px;
  }
}
main.donateNational .sponsorCtaWrapper .sponsorCta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
main.donateNational .sponsorCtaWrapper .sponsorCta .sponsorText {
  max-width: 750px;
  font-size: 32px;
  line-height: 120%;
  font-family: "Roboto Slab";
  color: #21323A;
  text-transform: none;
  margin-bottom: 20px;
  text-align: center;
}
main.donateNational .sponsorCtaWrapper .sponsorCta .sponsorContact p {
  max-width: 750px;
  font-size: 20px;
  line-height: 135%;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  margin-bottom: 35px;
  font-weight: 400;
}
@media (max-width: 768px) {
  main.donateNational .sponsorCtaWrapper .sponsorCta .sponsorContact p {
    font-size: 18px;
  }
}
main.donateNational .sponsorCtaWrapper .sponsorCta .sponsorContact p .emailRed {
  color: red;
  text-decoration: underline;
}
main.donateNational .sponsorCtaWrapper .buttonEmail a {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 18px;
  padding: 24px 35px;
  background-color: #eb2731;
  color: white;
  border-radius: 8px;
  transition: 0.2s ease-in-out all;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  border: 3px solid #eb2731;
  display: inline-block;
  padding: 16px 35px;
  display: flex;
  gap: 10px;
}
main.donateNational .sponsorCtaWrapper .buttonEmail a:hover {
  background-color: #FFF621;
  color: #21323A;
  box-shadow: 0px 8px 14px rgba(153, 153, 132, 0.4);
  transform: translateY(-8px);
  border: 3px solid #FFF621;
}
main.donateNational .sponsorCtaWrapper .buttonEmail a:active {
  background: rgba(0, 0, 0, 0);
  transform: translateY(0px);
  border: 3px solid #FFF621;
}
@media (max-width: 1024px) {
  main.donateNational .sponsorCtaWrapper .buttonEmail a {
    padding: 16px 35px;
  }
}
main.donateNational .sponsorCtaWrapper .buttonEmail a::after {
  content: "";
  background: url("../images/homepage/emailIconWhite.svg") center center no-repeat;
  width: 28px;
  height: 20px;
  display: inline-block;
}
main.donateNational .sponsorCtaWrapper .buttonEmail a:hover {
  transform: none;
}
main.donateNational .sponsorCtaWrapper .buttonEmail a:hover::after {
  background: url("../images/homepage/emailIconDark.svg") center center no-repeat;
}
main.donateNational #other-ways {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  display: none;
  width: 100%;
  overflow: hidden;
}
main.donateNational #other-ways.activeSection {
  display: flex;
}
main.donateNational #other-ways h2 {
  font-family: "Caveat Brush";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 120%;
  text-align: center;
  color: #21323A;
  max-width: 800px;
  margin-bottom: 50px;
  margin-top: 0;
  padding-top: 100px;
}
@media (max-width: 1024px) {
  main.donateNational #other-ways h2 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  main.donateNational #other-ways h2 {
    font-size: 40px;
    max-width: 90%;
  }
}
main.donateNational #other-ways .other-ways {
  display: flex;
  justify-content: center;
  width: 70vw;
  padding: 25px;
}
main.donateNational #other-ways .other-ways .otherWaysItemsWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 40px;
  max-width: 1100px;
}
main.donateNational #other-ways .other-ways .otherWaysItemsWrapper > div {
  width: 320px;
  height: 280px;
  position: relative;
  display: flex;
  justify-content: center;
}
main.donateNational #other-ways .other-ways .otherWaysItemsWrapper > div::before {
  content: "";
  background: url("../images/homepage/lemonOtherWays.svg") center center no-repeat;
  width: 370px;
  height: 278px;
  position: absolute;
  z-index: 0;
  padding: 10px;
}
main.donateNational #other-ways .other-ways .otherWaysItemsWrapper > div .paragraph--type--other-ways-to-support {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.donateNational #other-ways .other-ways .otherWaysItemsWrapper > div .paragraph--type--other-ways-to-support > div {
  z-index: 3;
}
main.donateNational #other-ways .other-ways .otherWaysItemsWrapper > div .paragraph--type--other-ways-to-support div:nth-child(2) {
  font-family: "Roboto Slab";
  color: #21323A;
  font-size: 18px;
  line-height: 190%;
  max-width: 250px;
  text-align: center;
  margin-top: -65px;
  max-width: 250px;
}
main.donateNational #other-ways .other-ways .otherWaysItemsWrapper > div img {
  width: 200px;
  height: auto;
}
main.donateNational #faqs {
  padding: 0 150px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  display: none;
  overflow: hidden;
}
main.donateNational #faqs.activeSection {
  display: flex;
}
@media (max-width: 1024px) {
  main.donateNational #faqs {
    padding: 0 75px;
  }
}
@media (max-width: 768px) {
  main.donateNational #faqs {
    padding: 0 25px;
  }
}
main.donateNational #faqs h2 {
  font-family: "Caveat Brush";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 120%;
  text-align: center;
  color: #21323A;
  margin-bottom: 60px;
  padding-top: 100px;
}
@media (max-width: 1024px) {
  main.donateNational #faqs h2 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  main.donateNational #faqs h2 {
    font-size: 40px;
    max-width: 90%;
  }
}
main.donateNational #faqs .leftAndRightContent {
  display: flex;
  gap: 150px;
  width: 70vw;
  max-width: 1600px;
  align-items: center;
}
@media (max-width: 1200px) {
  main.donateNational #faqs .leftAndRightContent {
    flex-wrap: wrap;
    gap: 150px;
    padding-bottom: 200px;
  }
}
main.donateNational #faqs .leftAndRightContent .left {
  z-index: 2;
}
main.donateNational #faqs .leftAndRightContent .left .faqs_wrapper .faqsItemsWrapper {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  main.donateNational #faqs .leftAndRightContent .left .faqs_wrapper .faqsItemsWrapper > div {
    text-align: center;
  }
}
main.donateNational #faqs .leftAndRightContent .left .faqs_wrapper .faqsItemsWrapper > div .faqQuestion {
  font-family: "Roboto Slab";
  font-weight: 700;
  color: #21323A;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  main.donateNational #faqs .leftAndRightContent .left .faqs_wrapper .faqsItemsWrapper > div .faqQuestion {
    font-size: 28px;
  }
}
main.donateNational #faqs .leftAndRightContent .left .faqs_wrapper .faqsItemsWrapper > div .faqAnswer p {
  margin: 0;
  font-family: "Roboto Slab";
  font-size: 18px;
  line-height: 190%;
  color: #21323A;
}
main.donateNational #faqs .leftAndRightContent .right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.donateNational #faqs .leftAndRightContent .right::before {
  content: "";
  background: url("../images/homepage/fapsLemonOutline.svg") center center no-repeat;
  width: 805px;
  height: 607px;
  position: absolute;
  z-index: 0;
  top: -110px;
  background-size: 82%;
}
@media (max-width: 1200px) {
  main.donateNational #faqs .leftAndRightContent .right::before {
    top: -138px;
  }
}
@media (max-width: 768px) {
  main.donateNational #faqs .leftAndRightContent .right::before {
    width: 100vw;
    height: 100vh;
    background-size: contain;
  }
}
main.donateNational #faqs .leftAndRightContent .right h3 {
  font-family: "Roboto Slab";
  font-weight: 700;
  color: #21323A;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 10px;
  z-index: 3;
}
@media (max-width: 768px) {
  main.donateNational #faqs .leftAndRightContent .right h3 {
    text-align: center;
  }
}
main.donateNational #faqs .leftAndRightContent .right .text-max {
  z-index: 3;
}
@media (max-width: 768px) {
  main.donateNational #faqs .leftAndRightContent .right .text-max {
    text-align: center;
  }
}
main.donateNational #faqs .leftAndRightContent .right p {
  color: #21323A;
  max-width: 800px;
  margin: 0;
  font-weight: 400;
}
main.donateNational #faqs .leftAndRightContent .right a {
  text-decoration: underline;
}
main.donateNational .testimonials-kpi-cta {
  background: #F7F7D5;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media (max-width: 768px) {
  main.donateNational .testimonials-kpi-cta {
    padding-bottom: 75px;
    padding-top: 75px;
  }
}
main.donateNational .testimonials-kpi-cta .kpiAndTestimonialsWrapper {
  margin-bottom: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  /*  .slick-slide {
     @media (max-width: $breakpoint-mobile) {
      width: 100%;
     }
   } */
}
@media (max-width: 768px) {
  main.donateNational .testimonials-kpi-cta .kpiAndTestimonialsWrapper {
    margin-bottom: 60px;
  }
}
main.donateNational .testimonials-kpi-cta .kpiAndTestimonialsWrapper::after, main.donateNational .testimonials-kpi-cta .kpiAndTestimonialsWrapper::before {
  content: "";
  background: linear-gradient(270deg, #F7F7D5 -6.25%, rgba(247, 247, 213, 0) 100%);
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100px;
  z-index: 3;
}
main.donateNational .testimonials-kpi-cta .kpiAndTestimonialsWrapper::before {
  right: unset;
  left: 0;
  transform: rotate(180deg);
}
main.donateNational .testimonials-kpi-cta .kpiAndTestimonialsWrapper > div {
  position: relative;
}
main.donateNational .testimonials-kpi-cta .kpiAndTestimonialsWrapper > div .paragraph--type--kpi-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Caveat Brush", sans-serif;
  color: #21323A;
  width: fit-content;
  position: relative;
  padding-bottom: 100px;
  min-width: 200px;
}
main.donateNational .testimonials-kpi-cta .kpiAndTestimonialsWrapper > div .paragraph--type--kpi-label::before {
  content: "";
  background: url(../images/homepage/float-lemon.svg) center center no-repeat;
  background-size: contain;
  width: 280px;
  height: 280px;
  position: absolute;
  z-index: 0;
  transform-origin: center center;
  transform: rotate(158deg);
  top: -56px;
  left: 17px;
}
@media (max-width: 768px) {
  main.donateNational .testimonials-kpi-cta .kpiAndTestimonialsWrapper > div .paragraph--type--kpi-label::before {
    left: -12px;
  }
}
main.donateNational .testimonials-kpi-cta .kpiAndTestimonialsWrapper > div .paragraph--type--kpi-label div:first-child {
  font-size: 100px;
  line-height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  main.donateNational .testimonials-kpi-cta .kpiAndTestimonialsWrapper > div .paragraph--type--kpi-label div:first-child {
    font-size: 80px;
  }
}
main.donateNational .testimonials-kpi-cta .kpiAndTestimonialsWrapper > div .paragraph--type--kpi-label div:nth-child(2) {
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  max-width: 280px;
  text-align: center;
  z-index: 1;
}
@media (max-width: 768px) {
  main.donateNational .testimonials-kpi-cta .kpiAndTestimonialsWrapper > div .paragraph--type--kpi-label div:nth-child(2) {
    font-size: 28px;
  }
}
main.donateNational .testimonials-kpi-cta .kpiAndTestimonialsWrapper > div .testimonials {
  display: flex;
  gap: 25px;
  width: fit-content;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  main.donateNational .testimonials-kpi-cta .kpiAndTestimonialsWrapper > div .testimonials {
    gap: 15px;
  }
}
main.donateNational .testimonials-kpi-cta .kpiAndTestimonialsWrapper > div .testimonials .image {
  width: 10vw;
  height: 10vw;
  min-width: 150px;
  min-height: 150px;
  border-radius: 100%;
  overflow: hidden;
  margin-top: 0;
  z-index: 5;
}
main.donateNational .testimonials-kpi-cta .kpiAndTestimonialsWrapper > div .testimonials .image > div {
  width: 100%;
  height: 100%;
}
main.donateNational .testimonials-kpi-cta .kpiAndTestimonialsWrapper > div .testimonials .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.donateNational .testimonials-kpi-cta .kpiAndTestimonialsWrapper > div .testimonials .descriptionAndAuthor {
  max-width: 250px;
  z-index: 2;
  position: relative;
  margin-top: 100px;
  padding-bottom: 120px;
}
main.donateNational .testimonials-kpi-cta .kpiAndTestimonialsWrapper > div .testimonials .descriptionAndAuthor::before {
  content: url(../images/homepage/testimonials_lemon.svg);
  position: absolute;
  z-index: -1;
  transform: rotate(120deg);
  margin-left: -125px;
}
@media (max-width: 768px) {
  main.donateNational .testimonials-kpi-cta .kpiAndTestimonialsWrapper > div .testimonials .descriptionAndAuthor::before {
    margin-left: -178px;
    top: -24px;
  }
}
main.donateNational .testimonials-kpi-cta .kpiAndTestimonialsWrapper > div .testimonials .descriptionAndAuthor div:nth-child(1) {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 20px;
  line-height: 190%;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  main.donateNational .testimonials-kpi-cta .kpiAndTestimonialsWrapper > div .testimonials .descriptionAndAuthor div:nth-child(1) {
    font-size: 18px;
  }
}
main.donateNational .testimonials-kpi-cta .kpiAndTestimonialsWrapper > div .testimonials .descriptionAndAuthor div:nth-child(2) {
  font-size: 19px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
}
@media (max-width: 768px) {
  main.donateNational .testimonials-kpi-cta .kpiAndTestimonialsWrapper > div .testimonials .descriptionAndAuthor div:nth-child(2) {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  main.donateNational .testimonials-kpi-cta .kpiAndTestimonialsWrapper .slick-slide {
    min-width: 100vw;
  }
}
main.donateNational .testimonials-kpi-cta .textAndButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 150px;
}
@media (max-width: 1024px) {
  main.donateNational .testimonials-kpi-cta .textAndButton {
    padding: 0 75px;
  }
}
@media (max-width: 768px) {
  main.donateNational .testimonials-kpi-cta .textAndButton {
    padding: 0 25px;
  }
}
main.donateNational .testimonials-kpi-cta .textAndButton h3.testimonial-cta-text {
  font-family: "Roboto Slab";
  font-weight: 700;
  color: #21323A;
  font-size: 32px;
  line-height: 120%;
  max-width: 800px;
  margin-bottom: 40px;
  text-align: center;
}
main.donateNational .testimonials-kpi-cta .textAndButton .testimonial-cta-link a {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  padding: 16px 23px;
  background-color: transparent;
  color: #21323A;
  border-radius: 8px;
  transition: 0.2s ease-in-out all;
  width: fit-content;
  text-decoration: none;
  border: 3px solid #eb2731;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
}
main.donateNational .testimonials-kpi-cta .textAndButton .testimonial-cta-link a:hover {
  background-color: #FFF621;
  box-shadow: 0px 4px 14px rgba(153, 153, 132, 0.4);
  transform: translateY(-5px);
  border: 3px solid #FFF621;
}
main.donateNational .slick-track {
  display: flex !important;
  align-items: center !important;
}
main.donateNational .slick-slide {
  display: flex !important;
  justify-content: center !important;
}

.findYourCityPage .findHeader {
  height: calc(100vh - 100px);
  width: 100%;
  position: relative;
}
.findYourCityPage .findHeader .imageHero {
  width: 100%;
  height: 100%;
}
.findYourCityPage .findHeader .imageHero > div {
  width: 100%;
  height: 100%;
}
.findYourCityPage .findHeader .imageHero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.findYourCityPage .findHeader::after {
  content: "";
  position: absolute;
  top: 70%;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(180deg, rgba(253, 252, 247, 0) 0%, #FCFBF7 100%);
}
.findYourCityPage .findHeader .titleAndButton {
  position: absolute;
  bottom: 30%;
  left: 150px;
  padding-right: 100px;
  z-index: 10;
}
@media (max-width: 1024px) {
  .findYourCityPage .findHeader .titleAndButton {
    left: 75px;
  }
}
@media (max-width: 768px) {
  .findYourCityPage .findHeader .titleAndButton {
    left: 25px;
  }
}
.findYourCityPage .findHeader .titleAndButton h1 {
  font-size: 60px;
  font-family: "Caveat Brush";
  font-style: normal;
  color: #21323A;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 60px;
  max-width: 1000px;
  margin-bottom: 60px;
  color: #21323A;
}
@media (max-width: 1024px) {
  .findYourCityPage .findHeader .titleAndButton h1 {
    font-size: 54px;
    margin-bottom: 54px;
  }
}
@media (max-width: 768px) {
  .findYourCityPage .findHeader .titleAndButton h1 {
    font-size: 48px;
    margin-bottom: 48px;
    max-width: 95%;
  }
}
@media (max-width: 768px) {
  .findYourCityPage .findHeader .titleAndButton h1 {
    font-size: 36px;
  }
}
.findYourCityPage .findHeader .titleAndButton .buttonLink a {
  display: inline-block;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 18px;
  padding: 24px 35px;
  background-color: #eb2731;
  color: white;
  border-radius: 8px;
  transition: 0.2s ease-in-out all;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  border: 3px solid #eb2731;
}
.findYourCityPage .findHeader .titleAndButton .buttonLink a:hover {
  background-color: #FFF621;
  color: #21323A;
  box-shadow: 0px 8px 14px rgba(153, 153, 132, 0.4);
  transform: translateY(-8px);
  border: 3px solid #FFF621;
}
.findYourCityPage .findHeader .titleAndButton .buttonLink a:active {
  background: rgba(0, 0, 0, 0);
  transform: translateY(0px);
  border: 3px solid #FFF621;
}
@media (max-width: 1024px) {
  .findYourCityPage .findHeader .titleAndButton .buttonLink a {
    padding: 16px 35px;
  }
}
.findYourCityPage .findExperience {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: url("../images/findCityBackground.svg") no-repeat #FCFCF7;
  background-size: 100% 55%;
}
.findYourCityPage .findExperience h2 {
  font-family: "Caveat Brush";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 120%;
  text-align: center;
  color: #21323A;
}
@media (max-width: 1024px) {
  .findYourCityPage .findExperience h2 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .findYourCityPage .findExperience h2 {
    font-size: 40px;
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .findYourCityPage .findExperience h2 {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .findYourCityPage .findExperience .sectionIntro {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.findYourCityPage .findExperience .sectionIntro h2 {
  margin-top: 0;
  margin-bottom: 50px;
}
.findYourCityPage .findExperience .sectionIntro .text {
  width: 75vw;
  max-width: 1500px;
}
@media (max-width: 768px) {
  .findYourCityPage .findExperience .sectionIntro .text {
    width: 90%;
  }
}
.findYourCityPage .findExperience .sectionIntro .text p {
  font-family: "Roboto Slab";
  font-weight: 400;
  font-size: 18px;
  line-height: 190%;
  color: #21323A;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
}
@media (max-width: 1024px) {
  .findYourCityPage .findExperience .sectionIntro .text p {
    margin-bottom: 75px;
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .findYourCityPage .findExperience .sectionIntro .text p {
    margin-bottom: 50px;
    font-size: 16px;
  }
}
.findYourCityPage .findExperience .cityWays {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.findYourCityPage .findExperience .cityWays .buttonsTabs {
  display: flex;
  padding: 50px 0;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
@media (max-width: 768px) {
  .findYourCityPage .findExperience .cityWays .buttonsTabs {
    flex-direction: column;
    gap: 60px;
  }
}
.findYourCityPage .findExperience .cityWays .buttonsTabs > div a {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  padding: 16px 23px;
  background-color: transparent;
  color: #21323A;
  border-radius: 8px;
  width: fit-content;
  text-decoration: none;
  border: 3px solid #FFF621;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.3s ease-in-out all;
  background: white;
}
.findYourCityPage .findExperience .cityWays .buttonsTabs > div a.active, .findYourCityPage .findExperience .cityWays .buttonsTabs > div a:hover {
  background-color: #FFF621;
  box-shadow: 0px 4px 14px rgba(153, 153, 132, 0.4);
}
.findYourCityPage .findExperience .cityWays #cityTabMap {
  width: 90vw;
  max-width: 1500px;
}
.findYourCityPage .findExperience .cityWays #cityTabMap .descriptionWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px 0;
}
.findYourCityPage .findExperience .cityWays #cityTabMap .descriptionWrapper p {
  font-family: "Roboto Slab";
  font-weight: 400;
  color: #21323A;
  font-size: 18px;
  line-height: 190%;
  text-align: center;
  width: 60vw;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .findYourCityPage .findExperience .cityWays #cityTabMap .descriptionWrapper p {
    width: 90vw;
  }
}
.findYourCityPage .findExperience .cityWays #cityTabMap #lemonade-day-container {
  border-radius: 16px;
  overflow: hidden;
  border: 4px solid #FFF621;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .findYourCityPage .findExperience .cityWays #cityTabMap #lemonade-day-container #lemonade-day-map {
    max-height: 350px;
  }
}
.findYourCityPage .findExperience .cityWays #cityTabMap #lemonade-day-container #lemonade-day-map-overlay {
  width: 350px;
}
@media (max-width: 980px) {
  .findYourCityPage .findExperience .cityWays #cityTabMap #lemonade-day-container #lemonade-day-map-overlay {
    width: 100%;
    border-top: 4px solid #faed23;
  }
}
.findYourCityPage .findExperience .cityWays #cityTabMap #lemonade-day-container #lemonade-day-map-overlay .search-container {
  padding: 20px 15px 0 15px;
  justify-content: space-between;
}
.findYourCityPage .findExperience .cityWays #cityTabMap #lemonade-day-container #lemonade-day-map-overlay .search-container input {
  height: 45px;
  width: 65%;
  border-radius: 8px;
  text-overflow: ellipsis;
  padding-left: 15px;
  font-size: 18px;
  border-color: #FFF621 !important;
  outline-color: #FFF621 !important;
}
.findYourCityPage .findExperience .cityWays #cityTabMap #lemonade-day-container #lemonade-day-map-overlay .search-container input::placeholder {
  display: flex;
  align-items: center;
  font-size: 18px;
  transform: translateX(-5px);
}
.findYourCityPage .findExperience .cityWays #cityTabMap #lemonade-day-container #lemonade-day-map-overlay .search-container input:focus, .findYourCityPage .findExperience .cityWays #cityTabMap #lemonade-day-container #lemonade-day-map-overlay .search-container input:active {
  border-color: #FFF621;
  outline-color: #FFF621;
}
@media (max-width: 980px) {
  .findYourCityPage .findExperience .cityWays #cityTabMap #lemonade-day-container #lemonade-day-map-overlay .search-container input {
    width: 84%;
  }
}
.findYourCityPage .findExperience .cityWays #cityTabMap #lemonade-day-container #lemonade-day-map-overlay .search-container div {
  height: 45px;
  width: 30%;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #21323A !important;
  background-color: #F7F7D5 !important;
  border: none;
  font-weight: 600;
  transition: 0.3s ease-in-out all;
  cursor: pointer;
}
.findYourCityPage .findExperience .cityWays #cityTabMap #lemonade-day-container #lemonade-day-map-overlay .search-container div:hover {
  background-color: #FFF621 !important;
  color: #21323A !important;
  transform: translateY(-4px);
  box-shadow: 0px 4px 14px rgba(153, 153, 132, 0.4);
}
@media (max-width: 980px) {
  .findYourCityPage .findExperience .cityWays #cityTabMap #lemonade-day-container #lemonade-day-map-overlay .search-container div {
    width: 15%;
  }
}
.findYourCityPage .findExperience .cityWays #cityTabMap #lemonade-day-container #lemonade-day-map-overlay .list-container .list-header {
  font-family: "Open Sans";
  padding: 8px 8px 30px 16px;
}
.findYourCityPage .findExperience .cityWays #cityTabMap #lemonade-day-container #lemonade-day-map-overlay .list-container .list-header > span {
  font-size: 16px;
}
.findYourCityPage .findExperience .cityWays #cityTabMap #lemonade-day-container #lemonade-day-map-overlay .list-container .list-header .list-header-buttons span {
  background: none;
  font-size: 16px;
  font-weight: 700;
}
.findYourCityPage .findExperience .cityWays #cityTabMap #lemonade-day-container #lemonade-day-map-overlay .list-container ul.map-area-list li.map-area-list-item {
  border-bottom: 1px solid black;
  font-size: 18px;
  padding: 16px 0;
  font-weight: 500;
}
.findYourCityPage .findExperience .cityWays #cityTabMap #lemonade-day-container #lemonade-day-map-overlay .list-container ul.map-area-list li.map-area-list-item a {
  font-weight: 500;
}
.findYourCityPage .findExperience .cityWays #cityTabCom, .findYourCityPage .findExperience .cityWays #cityTabGroup {
  width: 90vw;
  max-width: 1500px;
  border-radius: 24px;
  border: 5px solid #FFF621;
  padding: 30px 40px;
  margin-bottom: 120px;
  position: relative;
  background-color: white;
}
@media (max-width: 768px) {
  .findYourCityPage .findExperience .cityWays #cityTabCom, .findYourCityPage .findExperience .cityWays #cityTabGroup {
    padding: 30px;
    margin-bottom: 90px;
  }
}
.findYourCityPage .findExperience .cityWays #cityTabCom .paragraph--type--title-text-cta, .findYourCityPage .findExperience .cityWays #cityTabGroup .paragraph--type--title-text-cta {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1024px) {
  .findYourCityPage .findExperience .cityWays #cityTabCom .paragraph--type--title-text-cta, .findYourCityPage .findExperience .cityWays #cityTabGroup .paragraph--type--title-text-cta {
    flex-direction: column;
    gap: 30px;
  }
}
.findYourCityPage .findExperience .cityWays #cityTabCom .paragraph--type--title-text-cta .title, .findYourCityPage .findExperience .cityWays #cityTabGroup .paragraph--type--title-text-cta .title {
  font-family: "Roboto Slab";
  font-weight: 700;
  color: #21323A;
  font-size: 32px;
  line-height: 120%;
  width: 20%;
}
@media (max-width: 1024px) {
  .findYourCityPage .findExperience .cityWays #cityTabCom .paragraph--type--title-text-cta .title, .findYourCityPage .findExperience .cityWays #cityTabGroup .paragraph--type--title-text-cta .title {
    font-size: 28px;
    width: 100%;
    text-align: center;
  }
}
.findYourCityPage .findExperience .cityWays #cityTabCom .paragraph--type--title-text-cta .text, .findYourCityPage .findExperience .cityWays #cityTabGroup .paragraph--type--title-text-cta .text {
  font-family: "Roboto Slab";
  font-size: 18px;
  line-height: 170%;
  width: 40%;
  margin-right: 15%;
}
@media (max-width: 1500px) {
  .findYourCityPage .findExperience .cityWays #cityTabCom .paragraph--type--title-text-cta .text, .findYourCityPage .findExperience .cityWays #cityTabGroup .paragraph--type--title-text-cta .text {
    margin-right: 10%;
  }
}
@media (max-width: 1024px) {
  .findYourCityPage .findExperience .cityWays #cityTabCom .paragraph--type--title-text-cta .text, .findYourCityPage .findExperience .cityWays #cityTabGroup .paragraph--type--title-text-cta .text {
    font-size: 17px;
    width: 100%;
    margin-right: unset;
    text-align: center;
  }
}
.findYourCityPage .findExperience .cityWays #cityTabCom .paragraph--type--title-text-cta .buttonCTA a, .findYourCityPage .findExperience .cityWays #cityTabGroup .paragraph--type--title-text-cta .buttonCTA a {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 18px;
  padding: 24px 35px;
  background-color: #eb2731;
  color: white;
  border-radius: 8px;
  transition: 0.2s ease-in-out all;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  border: 3px solid #eb2731;
  display: block;
  padding: 16px 35px;
  white-space: nowrap;
}
.findYourCityPage .findExperience .cityWays #cityTabCom .paragraph--type--title-text-cta .buttonCTA a:hover, .findYourCityPage .findExperience .cityWays #cityTabGroup .paragraph--type--title-text-cta .buttonCTA a:hover {
  background-color: #FFF621;
  color: #21323A;
  box-shadow: 0px 8px 14px rgba(153, 153, 132, 0.4);
  transform: translateY(-8px);
  border: 3px solid #FFF621;
}
.findYourCityPage .findExperience .cityWays #cityTabCom .paragraph--type--title-text-cta .buttonCTA a:active, .findYourCityPage .findExperience .cityWays #cityTabGroup .paragraph--type--title-text-cta .buttonCTA a:active {
  background: rgba(0, 0, 0, 0);
  transform: translateY(0px);
  border: 3px solid #FFF621;
}
@media (max-width: 1024px) {
  .findYourCityPage .findExperience .cityWays #cityTabCom .paragraph--type--title-text-cta .buttonCTA a, .findYourCityPage .findExperience .cityWays #cityTabGroup .paragraph--type--title-text-cta .buttonCTA a {
    padding: 16px 35px;
  }
}
.findYourCityPage .findExperience .cityHighlights {
  width: 90vw;
  max-width: 1500px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .findYourCityPage .findExperience .cityHighlights {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
.findYourCityPage .findExperience .cityHighlights > div {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .findYourCityPage .findExperience .cityHighlights > div {
    flex-direction: column;
    gap: 60px;
  }
}
.findYourCityPage .findExperience .cityHighlights > div > div {
  width: 300px;
}
.findYourCityPage .findExperience .cityHighlights > div > div:nth-child(2n-1) {
  transform: translateY(40px);
}
@media (max-width: 768px) {
  .findYourCityPage .findExperience .cityHighlights > div > div:nth-child(2n-1) {
    transform: none;
  }
}
.findYourCityPage .findExperience .cityHighlights > div > div .paragraph--type--cities-highlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: fit-content;
  gap: 20px;
}
.findYourCityPage .findExperience .cityHighlights > div > div .paragraph--type--cities-highlight .logo {
  width: 100%;
  height: 200px;
  padding: 30px;
  float: unset;
  background: url("../images/lemon_bkg.svg") center center no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.findYourCityPage .findExperience .cityHighlights > div > div .paragraph--type--cities-highlight .logo img {
  width: 150px;
  height: auto;
}
.findYourCityPage .findExperience .cityHighlights > div > div .paragraph--type--cities-highlight .text {
  font-family: "Roboto Slab";
  font-size: 18px;
}
.findYourCityPage .findExperience .cityHighlights > div > div .paragraph--type--cities-highlight .button {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  padding: 16px 23px;
  background-color: transparent;
  color: #21323A;
  border-radius: 8px;
  width: fit-content;
  text-decoration: none;
  border: 3px solid #FFF621;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
  margin: 0;
}
.findYourCityPage .findExperience .cityHighlights > div > div .paragraph--type--cities-highlight .button:hover {
  box-shadow: none;
  transform: none;
  background-color: #FFF621;
}
.findYourCityPage .findExperience .cityHighlights > div > div .paragraph--type--cities-highlight .button a {
  color: #21323A;
  font-size: 17px;
  font-family: "Open Sans";
  font-weight: 700;
}
.findYourCityPage .findExperience .citiesList {
  width: 100%;
  height: 800px;
  position: relative;
  overflow: hidden;
  padding: 75px 0;
  background-color: #F7F7D5;
  background-image: url("../images/citiesLemonsBackground.png");
  background-position: center -240px;
}
.findYourCityPage .findExperience .citiesList::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #F7F7D5 20%, rgba(247, 247, 213, 0) 100%);
}
.findYourCityPage .findExperience .citiesList.showAllCities {
  height: fit-content;
}
.findYourCityPage .findExperience .citiesList.showAllCities::after {
  content: none;
}
.findYourCityPage .findExperience .citiesList.showAllCities #openCollapseButton svg {
  transform: rotate(180deg);
}
.findYourCityPage .findExperience .citiesList h2 {
  margin-bottom: 60px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .findYourCityPage .findExperience .citiesList h2 {
    margin-bottom: 30px;
  }
}
.findYourCityPage .findExperience .citiesList .views-element-container > div {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .findYourCityPage .findExperience .citiesList .views-element-container > div {
    flex-direction: column;
  }
}
.findYourCityPage .findExperience .citiesList .views-element-container > div .city-column-wrapper {
  width: 90vw;
  max-width: 1500px;
  margin: 10px auto;
  padding: 0;
  float: unset;
  columns: 300px 3;
}
.findYourCityPage .findExperience .citiesList .views-element-container > div .city-column-wrapper.inter {
  columns: unset;
}
@media (max-width: 768px) {
  .findYourCityPage .findExperience .citiesList .views-element-container > div .city-column-wrapper {
    text-align: center;
  }
}
.findYourCityPage .findExperience .citiesList .views-element-container > div .city-column-wrapper h3, .findYourCityPage .findExperience .citiesList .views-element-container > div .city-column-wrapper h6.state-names {
  font-size: 32px;
  font-family: "Roboto Slab";
  font-weight: 700;
  line-height: 120%;
  color: #21323A;
  text-transform: capitalize;
}
.findYourCityPage .findExperience .citiesList .views-element-container > div .city-column-wrapper .views-view-grid.cols-1 {
  break-before: avoid-column;
}
.findYourCityPage .findExperience .citiesList .views-element-container > div .city-column-wrapper .city-name {
  font-size: 18px;
  font-family: "Roboto Slab";
  line-height: 170%;
  text-decoration: none;
}
.findYourCityPage .findExperience .citiesList #openCollapseButton {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  background: none;
  z-index: 5;
  color: #eb2731;
  font-size: 24px;
  line-height: 140%;
  font-family: "Roboto Slab";
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
  white-space: nowrap;
}
.findYourCityPage #cityTabMap,
.findYourCityPage #cityTabCom,
.findYourCityPage #cityTabGroup {
  display: none;
}
.findYourCityPage #cityTabMap.activeSection,
.findYourCityPage #cityTabCom.activeSection,
.findYourCityPage #cityTabGroup.activeSection {
  display: block;
}

.cityInstagram {
  width: 100%;
  padding-bottom: 300px;
  padding-top: 50px;
  background: url("../images/instaLemonBackground.svg") no-repeat center center;
  background-size: 92% 92%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .cityInstagram {
    padding-bottom: 180px;
    background-size: 138% 100%;
  }
}
.cityInstagram .content-div {
  background: none;
}
.cityInstagram .content-div blockquote {
  font-family: "Caveat Brush";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 120%;
  text-align: center;
  color: #21323A;
}
@media (max-width: 1024px) {
  .cityInstagram .content-div blockquote {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .cityInstagram .content-div blockquote {
    font-size: 40px;
    max-width: 90%;
  }
}
.cityInstagram #eapps-instagram-feed-1 {
  width: 60vw;
  max-width: 1500px;
}
@media (max-width: 1024px) {
  .cityInstagram #eapps-instagram-feed-1 {
    width: 75vw;
  }
}
@media (max-width: 768px) {
  .cityInstagram #eapps-instagram-feed-1 {
    width: 90vw;
  }
}
.cityInstagram .eapps-instagram-feed-posts-grid-load-more-container.eapps-instagram-feed-posts-grid-load-more-enabled {
  display: none;
}

body.menuOpen {
  overflow: hidden;
  height: 100vh;
}

header .trigger-div .nav-menu {
  gap: 40px;
  align-items: center;
  background-color: white;
}
@media screen and (max-width: 1520px) {
  header .trigger-div .nav-menu {
    gap: 10px;
  }
}
@media screen and (max-width: 1240px) {
  header .trigger-div .nav-menu {
    padding: 0;
    overflow: scroll;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
header .trigger-div .nav-menu > a {
  font-size: 15px;
  font-family: "Roboto";
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #21323A;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1240px) {
  header .trigger-div .nav-menu > a {
    justify-content: center;
    border-bottom: 1px solid #F7F7D5;
  }
}
@media screen and (max-width: 1240px) {
  header .trigger-div .nav-menu > a {
    padding: 25px 0;
  }
}
@media screen and (max-width: 1240px) {
  header .trigger-div .nav-menu .w-dropdown:first-child .nav-link {
    border-top: 1px solid #F7F7D5;
  }
}
header .trigger-div .nav-menu .w-dropdown .nav-link {
  font-size: 15px;
  font-family: "Roboto";
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #21323A;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 1240px) {
  header .trigger-div .nav-menu .w-dropdown .nav-link {
    justify-content: center;
    border-bottom: 1px solid #F7F7D5;
  }
}
@media screen and (max-width: 1240px) {
  header .trigger-div .nav-menu .w-dropdown .nav-link {
    padding: 25px 0;
  }
}
@media screen and (max-width: 1240px) {
  header .trigger-div .nav-menu .w-dropdown .nav-link.w--open .redArrow {
    transform: rotate(180deg);
  }
}
header .trigger-div .nav-menu .w-dropdown .nav-link .redArrow {
  background: url("../images/menuRedArrow.svg") no-repeat;
  background-position: center center;
  width: 16px;
  height: 10px;
}
header .trigger-div .nav-menu .w-dropdown .nav-drop-list.w--open {
  background-color: #F7F7D5;
  border-radius: 8px;
  filter: drop-shadow(0px 16px 14px rgba(153, 153, 132, 0.15));
}
@media screen and (max-width: 1240px) {
  header .trigger-div .nav-menu .w-dropdown .nav-drop-list.w--open {
    border-radius: 0;
    filter: none;
    max-height: calc(var(--vh, 1vh) * 100 - 490px);
    overflow: scroll;
  }
}
header .trigger-div .nav-menu .w-dropdown .nav-drop-list.w--open .drop-link {
  font-size: 15px;
  color: #21323A;
  font-family: "Roboto";
  padding: 24px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: normal;
}
header .trigger-div .nav-menu .w-dropdown .nav-drop-list.w--open .drop-link:hover {
  background-color: white;
}
header .trigger-div .nav-menu .getStartedButtonMenu {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  padding: 16px 23px;
  background-color: transparent;
  color: #21323A;
  border-radius: 8px;
  width: fit-content;
  text-decoration: none;
  border: 3px solid #FFF621;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
  height: fit-content;
  transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 1240px) {
  header .trigger-div .nav-menu .getStartedButtonMenu {
    display: block;
    margin: 25px auto 10px auto;
    position: absolute;
    bottom: 200px;
    left: 50%;
    transform: translateX(-50%);
  }
}
header .trigger-div .nav-menu .getStartedButtonMenu:hover {
  background-color: #FFF621;
  box-shadow: 0px 4px 14px rgba(153, 153, 132, 0.4);
}
header .trigger-div .nav-menu .donateButtonMenu {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  padding: 16px 23px;
  background-color: transparent;
  color: #21323A;
  border-radius: 8px;
  width: fit-content;
  text-decoration: none;
  border: 3px solid #FFF621;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
  height: fit-content;
  transition: 0.3s ease-in-out all;
  background-color: #FFF621;
}
@media screen and (max-width: 1240px) {
  header .trigger-div .nav-menu .donateButtonMenu {
    display: block;
    margin: 10px auto 25px auto;
    position: absolute;
    bottom: 115px;
    left: 50%;
    transform: translateX(-50%);
  }
}
header .trigger-div .nav-menu .donateButtonMenu:hover {
  box-shadow: 0px 4px 14px rgba(153, 153, 132, 0.4);
  transform: translateY(-6px);
}
header .trigger-div .nav-menu .gtranslate_wrapper {
  padding: 0;
  padding-right: 20px;
}
@media screen and (max-width: 1240px) {
  header .trigger-div .nav-menu .gtranslate_wrapper {
    padding: 0;
    position: absolute;
    bottom: 92px;
    left: 50%;
    transform: translateX(-50%);
  }
}
header .trigger-div .nav-menu .gtranslate_wrapper select.gt_selector {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto";
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/menuRedArrow.svg") no-repeat;
  background-position: 100% center;
  padding-right: 25px;
  min-width: unset;
}
@media screen and (max-width: 1240px) {
  header .trigger-div .nav-menu .gtranslate_wrapper select.gt_selector {
    width: unset;
  }
}
header .trigger-div .nav-menu .gtranslate_wrapper select.gt_selector:focus, header .trigger-div .nav-menu .gtranslate_wrapper select.gt_selector:active {
  outline: none;
}
header .top-nav-wrapper .menu-button .hamburger-icon {
  width: 24px;
  height: 16px;
}
header .top-nav-wrapper .menu-button .hamburger-icon::before {
  content: url("../images/hamburgerMenuIcon.svg");
}
header .top-nav-wrapper .menu-button.w--open .hamburger-icon::before {
  content: url("../images/closeMenuIcon.svg");
}

/*# sourceMappingURL=main.css.map */
