/** Shopify CDN: Minification failed

Line 1039:0 Unexpected "}"
Line 1303:1 Expected "}" to go with "{"

**/
/* 
  ═══════════════════════════════════════════════════════════════════════════════
    CITY LANDING PAGE - COMPLETE CSS STYLES
    
    This file contains all styles needed for the static city landing pages
    No Liquid variables - ready for use in static templates
  ═══════════════════════════════════════════════════════════════════════════════
*/

/* FONT IMPORTS */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Kumbh+Sans:wght@100..900&display=swap');

/* HIDE SECTIONS */
#shopify-section-new-logo-list {
  display: none;
}

#headerContainer {
  display: none !important;
}

/* ANNOUNCEMENT BAR STYLES */
.city-announcement-bar {
  background-color: #4A6741;
  color: #ffffff;
  padding: 12px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
}

.city-announcement-bar__message {
  color: #ffffff;
  text-decoration: none;
  display: block;
}

.city-announcement-bar__message:hover {
  opacity: 0.8;
}

/* HEADER STYLES */
.city-header {
  background: white;
  padding: 15px 0;
  border-bottom: 1px solid #E9E9E9;
  position: relative;
  z-index: 100;
}

.city-header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.city-header__logo {
  display: flex;
  align-items: center;
}

.city-header__logo img {
  height: 40px;
  width: auto;
}

.city-header__cta {
  display: flex;
  align-items: center;
}

.city-header__get-started {
  background-color: #E67E22;
  color: #ffffff;
  border: none;
  padding: 12px 24px;
font-family: "Kumbh Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  gap: 8px;
}

.city-header__get-started:hover {
  background-color: #d35400;
  color: #ffffff;
}

/* BASIC LAYOUT */
.city-landing-page {
  font-family: 'Crimson Text', serif;
  line-height: 1.6;
  color: #333;
}

/* GLOBAL H2 STYLES */
h2 {
  font-family: 'Crimson Text' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 65px;
  line-height: 90%;
  /* or 58px */
  letter-spacing: -0.03em;
  color: #d66a31;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* CTA BUTTON */
.city-cta-btn {
  background: #d66a31;
  color: white;
  border: none;
  padding: 12px 24px;
  text-align: center;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2.1px;
  word-wrap: break-word;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.city-cta-btn:hover {
  background-color: #d35400;
  color: #ffffff;
}

.city-arrow-icon {
  width: 16px;
  height: 16px;
  margin-top: 4px;
}

/* HERO SECTION */
.city-hero {
  background: white;
  padding: 100px 0 505px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  max-width: none;
  margin: 0 auto;
}

.city-hero::before {
  content: '';
  position: absolute;
  width: 1440px;
  height: 431px;
  left: 1440px;
  top: 957px;
  transform: rotate(180deg);
  transform-origin: top left;
  z-index: 1;
}

.city-hero__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 918px;
  height: 908px;
  overflow: hidden;
}

.city-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 8px;
}

.city-hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 19px;
}

.city-hero__text-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 19px;
}

.city-hero__title-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.city-hero__subtitle-wrapper {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  max-width: 720px;
}

.city-hero__cta-wrapper {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.city-hero__title {
  color: #5a3e29;
  text-align: center;
  font-family: 'Crimson Text', serif !important;
  font-size: 100px;
  font-weight: 400;
  line-height: 85px;
  word-wrap: break-word;
  margin: 0;
}

.city-hero__subtitle {
  color: #5a3e28;
  text-align: center;
font-family: "Kumbh Sans", sans-serif;  font-size: 18px;
  font-weight: 400;
  line-height: 29.7px;
  word-wrap: break-word;
  align-self: stretch;
  flex: 1 1 0;
  margin: 0;
}

/* SOCIAL PROOF */
.city-social-proof {
  width: 100%;
  height: 107px;
  position: relative;
  background: #c4c4c4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.city-social-proof .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0;
}

.city-social-proof__logos {
  max-width: 1162px;
  width: 100%;
  height: 69px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.city-social-proof__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.city-social-proof__logo img {
  max-height: 50px;
  max-width: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.city-social-proof__logo:hover img {
  opacity: 0.8;
}

/* BENEFITS SECTION */
.city-benefits {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 80px 0 80px;
  border-top: 0.5px #e9e9e9 solid;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
}

h2.city-benefits__title {
  color: #666536;
}

.city-benefits__header {
  align-self: stretch;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
}

.city-benefits__subtitle {
  width: 575.57px;
  color: #5a3e29;
  font-size: 24px;
font-family: "Kumbh Sans", sans-serif;  font-weight: 400;
  line-height: 33.6px;
  word-wrap: break-word;
  margin: 0;
}



.city-benefits__description {
  align-self: stretch;
  color: #5a3e29;
  font-size: 18px;
font-family: "Kumbh Sans", sans-serif;  font-weight: 400;
  line-height: 25.2px;
  word-wrap: break-word;
  margin: 0;
}

.city-benefits__grid {
  align-self: stretch;
  padding-top: 40px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  align-content: flex-start;
}

.city-benefit-card {
  flex: 1 1 0;
  min-width: 265px;
  padding: 40px 20px 40px 0;
  border-top: 1px #e9e9e9 solid;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}

.city-benefit-card:nth-child(3),
.city-benefit-card:nth-child(4) {
  padding-right: 40px;
}

.city-benefit-card__icon {
  width: 24px;
  height: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.city-benefit-card__icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.city-benefit-card__content {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

.city-benefit-card__title {
  align-self: stretch;
  color: #666536;
  font-size: 25px;
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  line-height: 25px;
  word-wrap: break-word;
  margin: 0;
}

.city-benefit-card__description {
  align-self: stretch;
  color: #5a3e29;
  font-size: 18px;
font-family: "Kumbh Sans", sans-serif;  font-weight: 400;
  line-height: 25.2px;
  word-wrap: break-word;
  margin: 0;
}

/* HEALTH BENEFITS SECTION */
.city-health-benefits {
  padding: 20px 0;
}

.city-health-benefits .container {
  max-width: none !important;
}

.city-health-benefits__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.city-health-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}

.city-health-item__image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.city-health-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.city-health-item__benefit {
  font-family: "Kumbh Sans", sans-serif;  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;

  color: #666536;
  margin: 0;
}

.city-uppercase {
  text-transform: uppercase;
}

/* Health Benefits Mobile Swiper */
.city-health-swiper {
  display: none;
  margin-top: 40px;
}

.city-health-swiper .city-health-item__image {
  width: 120px;
  height: 120px;
}

.city-health-swiper .city-health-item__benefit {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 128%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #666536;
}

/* MENU SECTION */
.city-menu {
  padding: 80px 0;
  background-color: white;
  border-top: 1px solid #e9e9e9;
}

/* HOW IT WORKS */
.city-how-it-works {
  padding: 80px 0;
  border-top: 1px solid #e9e9e9;
  text-align: center;
}

.city-how-it-works h2 {
  color: #666536;
}

.city-how-it-works__text {
  margin-bottom: 40px;
}

.city-how-it-works__content {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 60px;
  align-items: center;

}

.city-how-it-works__description {
  font-family: 'Crimson Text', serif;
  font-size: 20px;
  margin-bottom: 30px;
  color: #666;
}

.city-how-it-works__over {
font-family: "Kumbh Sans", sans-serif;  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #485C11;
}

.city-how-it-works__text .city-cta-btn {
  margin: 0 auto;
  background-color: #666536;
  
}

/* How It Works Image Carousel */
.city-how-it-works__image-container {
  position: relative;
  width: 820px;
  height: 567px;
  overflow: hidden;
}

.city-how-it-works-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.5s ease;
}

.city-how-it-works-image--active {
  opacity: 1;
  transform: translateX(0);
}

.city-how-it-works-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* How It Works Steps Container */
.city-how-it-works__steps-container {
  position: relative;
  margin-bottom: 40px;
}

.city-how-it-works__step {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.city-how-it-works__step--active {
  opacity: 1;
  transform: translateX(0);
  position: relative;
}

.city-how-it-works__step .city-how-it-works__step-content {
  display: flex;
  gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.city-how-it-works__step-number {
  background-color: #e67e22;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  flex-shrink: 0;
}

.city-how-it-works__step-title {
  font-family: 'Crimson Text', serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.city-how-it-works__step-description {
  font-family: 'Crimson Text', serif;
  color: #666;
  line-height: 1.6;
  font-size: 20px;
}

.city-how-it-works__image img {
  width: 100%;
}

/* FARMERS SECTION */
.city-farmers {
  padding: 80px 0;
  background-color: white;
  border-top: 1px solid #e9e9e9;
}

.city-social-swiper {
  display: none;
}

.rotator__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Desktop: Side-by-side layout */
@media (min-width: 769px) {
  .rotator__content {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 60px;
    align-items: center;
  }
}

.rotator__description {
  margin-bottom: 30px;
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 325;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.005em;
  color: #5A3E29;
}

.rotator__list {
  margin-bottom: 40px;
}

.rotator__item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 15px;
}




.rotator__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.rotator__image-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}

.rotator__image-slide--active {
  opacity: 1;
  pointer-events: auto;
}

/* FARMERS NAVIGATION ARROWS */
.rotator__nav-arrows {
  position: absolute;
  top: 2em;
  right: -2em;
  transform: translate(-50%, -50%);
  display: flex;
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 10px;

}

.rotator__nav-arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 10px;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 10px;

}

.rotator__nav-arrow:hover {
  background: #f8f9fa;
}

.rotator__nav-arrow svg {
  width: 20px;
  height: 20px;
}


 /* FARMERS IMAGE ROTATION STYLES */
 .rotator__item {
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 12px 0;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 12px;
}

.rotator__item-number {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.005em;
  color: #5A3E29;
}

.rotator__item-text {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.005em;
  color: #5A3E29;
}

.rotator__item--active .rotator__item-text {
  color: #5A3E29;
  font-weight: 600;
}


.rotator__item:hover .rotator__item-number,
.rotator__item:hover .rotator__item-text {
  color: #D66A31;
}




.rotator__item--active .rotator__item-number {
  color: #5A3E29;
  font-weight: 600;
}

.rotator__item-text {
  font-size: 16px;
  color: #333;
  transition: color 0.3s ease;
}

.rotator__image-container {
  position: relative;
  width: 630px;
  height: 771px;
}

/* TESTIMONIALS */
.city-testimonials {
  padding: 80px 0;
  border-top: 1px solid #e9e9e9;

}

.city-testimonials__title {
  text-align: left;
  margin-bottom: 60px;
  color: #5a3e29;
}

.city-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.city-testimonial-card {
  background-color: white;
  padding: 30px;
}

.city-testimonial-card__number {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -.04em;
  color: #cecece;
  margin-bottom: 1em;
  display: block;
}

.city-testimonial-card__name {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #5A3E29;
}

.city-testimonial-card__text {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #5A3E29;
}


@media (max-width: 768px) and (min-width: 468px) {
  .rotator__image-container {
    width: 100%;
    max-width: 280px;
    height: 350px;
    margin: 0 auto;
  }

  .rotator__content {
    grid-template-columns: 30% 70%;
  }

  .city-how-it-works__content {
    display: flex;
    flex-wrap: wrap;
}


.city-how-it-works__content {
  display: flex;
  grid-template-columns: 100%;
  gap: 60px;
  align-items: center;
  flex-wrap: wrap;
}

.city-how-it-works__step .city-how-it-works__step-content {
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
}
  
  .city-farmer-image img {
    width: 100% !important;
    max-width: 280px !important;
    height: auto !important;
    object-fit: cover;
  }
}

/* How It Works Images - Mobile Optimization */
.city-how-it-works-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.city-how-it-works__image-container {
  position: relative;
  width: 820px;
  height: 567px;
}

@media (max-width: 768px) and (min-width: 468px) {
  .city-how-it-works__image-container {
    width: 100%;
    max-width: 350px;
    height: 240px;
    margin: 0 auto;
  }
}

/* Extra small screens - phones in portrait */
@media (max-width: 480px) {
  .rotator__content,
  .city-how-it-works__content {
    grid-template-columns: 100%;
  }

  .city-social-proof__logos {
    display: none !important;
  }

  .city-social-swiper {
    display: flex;
  }

  .city-health-benefits__grid {
    display: none;
  }

  .city-health-swiper {
    display: flex;
}

  .city-testimonial-card {
    padding: 0px;
  }
  .city-social-proof__logos{
    display: none !important;
  }
  .city-benefits,
  .city-testimonials {
    padding: 80px 20px;
    background-color: #fff;
  }

  .city-testimonials__grid {
    margin-bottom: 2em;
    
  }

  .rotator__image-container {
    max-width: 100%;
    height: 400px;
  }
  
  .city-farmer-image img {
    max-width: 240px !important;
  }
  
  .rotator__nav-arrows {
    top: 10px;
    right: 10px;
    gap: 4px;
    transform: scale(0.8);
  }
  
  .city-how-it-works__image-container {
    max-width: 280px;
    height: 193px;
  }
}
  .rotator__nav-arrow {
    width: 35px;
    height: 35px;
  }
  .rotator__nav-arrow svg {
    width: 16px;
    height: 16px;
  }
}


/* MOBILE STYLES */
@media (max-width: 768px) and (min-width: 468px) {
  /* Header Mobile */
  .city-header__container {
    padding: 0 15px;
  }
  
  .city-header__logo img {
    height: 35px;
  }
  
  .city-header__get-started {
    padding: 10px 20px;
    font-size: 14px;
  }

  /* Hero Mobile */
  .city-hero {
    padding: 60px 0 172px;
  }

  .city-hero__image {
    top: 330px;
  }

  .city-hero__title {
    font-size: 48px;
    line-height: 50px;
    letter-spacing: -2px;
    padding: 0 20px;
  }

  .city-hero__subtitle {
    font-size: 16px;
    line-height: 24px;
    padding: 0 20px;
    max-width: 90%;
    margin: 0 auto;
  }

  .city-hero__cta-wrapper {
    padding: 0 20px;
  }

  .city-cta-btn {
    font-size: 16px;
    padding: 12px 24px;
    width: 100%;
    max-width: 280px;
  }

  /* Benefits Mobile */
  .city-benefits {
    padding: 60px 20px 0;
  }

  .city-benefit-card__icon {
    margin-bottom: 10px;

  .city-benefits__subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  .city-benefits__description {
    font-size: 16px;
    line-height: 22px;
  }

  .city-benefits__grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 30px;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
  }

  .city-benefit-card {
    padding: 30px 0;
    min-width: auto;
    width: 100% !important;
    flex: none !important;
    display: block;
  }

  .city-benefit-card__title {
    font-size: 22px;
    line-height: 26px;
  }

  .city-benefit-card__description {
    font-size: 16px;
    line-height: 22px;
  }

  /* Social Proof Mobile */
  .city-social-proof {
    height: auto;
    padding: 20px 0;
    overflow: hidden;
  }

  .city-social-proof .container {
    padding: 80px 0;
    border-top: 1px solid #e9e9e9;
  }

  .city-social-proof__logos {
    display: none !important;
  }

  .city-social-swiper {
    display: block;
    width: 100%;
    padding: 0 20px;
  }

  .city-social-swiper .swiper-wrapper {
    display: flex;
    align-items: center;
  }

  .city-social-swiper .swiper-slide {
    width: auto;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .city-social-proof__logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 80px;
  }

  .city-social-proof__logo img {
    max-height: 50px;
    max-width: 120px;
    object-fit: contain;
  }

  /* Testimonials Mobile */
  .city-testimonials__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 20px;
  }

  .city-testimonial-card {
    padding: 20px;
  }

  .city-testimonials__title {
    font-size: 28px;
    line-height: 34px;
    padding: 0 20px;
  }

  /* Content Sections Mobile */
  .city-menu__content,
  .city-how-it-works__content,
  .rotator__content {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    grid-template-columns: none !important;
  }

  /* Mobile: Text First, Image Second */
  .rotator__text {
    order: 1 !important;
    width: 100% !important;
  }
  
  .rotator__image {
    order: 2 !important;
    width: 100% !important;
  }

  /* How It Works Mobile Layout */
  .city-how-it-works .container {
    display: flex;
    flex-direction: column;
  }
  
  .city-how-it-works__text {
    order: 1;
  }
  
  .city-how-it-works__content {
    order: 2;
  }

  /* Health Benefits Mobile */
  .city-health-benefits__grid {
    display: none;
  }

  .city-health-swiper {
    display: block;
  }

  .city-health-swiper .swiper-wrapper {
    display: flex;
    align-items: center;
  }

  .city-health-swiper .swiper-slide {
    width: auto;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}


@media (max-width: 490px) {
  .city-hero__image {
    top: 480px;
  }
  .city-hero__image {
    top: 60%;
  }

  .city-arrow-icon {
    display: none;
  }

  .city-hero__title {
    font-size: 72px;
    line-height: 68px;
  }
}


@media (min-width: 769px) {
  .swiper {
    display: none !important;
  }
  .city-benefits__header {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .city-social-proof__logos {
    display: flex !important;
  }
  .city-health-item__image {
    width: 120px;
    height: 120px;
  }
  .city-health-item__image {
    width: 120px;
    height: 120px;
  }
}