:root {
  --picadeli-green: #00a75d;
  --dark-grey: #433f38;
  --light-green: #d7ead9;
  --dark-green: #225040;
  --medium-green: #8dc9a0;
  --light-yellow: #fdf0c9;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

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

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

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

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

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

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  color: #333;
  font-family: Fabrikat, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

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

strong {
  color: var(--picadeli-green);
  font-weight: 400;
}

.link-block-4, .link-block-4.w--current {
  text-decoration: none;
}

.nav-item-link {
  color: #225040;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: all .4s;
}

.nav-item-link.dropdown {
  white-space: normal;
  width: 100%;
  margin-right: 0;
  display: block;
}

.nav-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
  position: relative;
}

.image-16 {
  min-width: 136px;
  max-height: 30px;
}

.closemenu {
  display: none;
}

.brands {
  padding-top: 12px;
  padding-bottom: 12px;
}

.relative {
  margin-top: 0;
  position: relative;
  overflow: visible;
}

.relative.z-5 {
  z-index: 5;
}

.openmenu {
  display: none;
}

.div-block-27 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.purplebutton {
  color: #fff;
  background-color: #5f25e0;
  border-radius: 50px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 36px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.purplebutton:hover {
  background-color: #4a15be;
}

.purplebuttonoutlined {
  color: #fff;
  background-color: #5f25e0;
  border-radius: 50px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 36px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.purplebuttonoutlined:hover {
  background-color: #4a15be;
}

.purplebuttonoutlined.navbtn {
  color: #5f25e0;
  background-color: #0000;
  border: 3px solid #5f25e0;
  justify-content: center;
  align-items: center;
  width: 185px;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.purplebuttonoutlined.navbtn:hover {
  color: #fff;
  background-color: #5f25e0;
}

.purplebuttonoutlined.navbtn.w--current {
  white-space: nowrap;
}

.container {
  color: var(--dark-grey);
  flex-direction: column;
  align-items: flex-start;
  width: 1440px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container.nav-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.footer-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.container.copy-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.alt-row-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.container.about-container {
  background-image: url('../images/Medium-Super_knollning_hero_grund-1.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 60%;
  justify-content: center;
  height: 550px;
  display: flex;
}

.container.careers-container {
  background-image: url('../images/Resto_nachodream-min.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  justify-content: center;
  min-height: 262px;
  display: flex;
}

.container.food-supplier-container {
  background-image: url('../images/SALAD_OVERHEAD_DOUBLEGREEN_1_LIGHT-2.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  justify-content: center;
  height: 550px;
  display: flex;
}

.brandlist {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navmobilelink {
  color: #5f25e0;
  margin-right: 70px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.brandnavigation {
  color: #3a3a3a;
  background-color: #ebebeb;
  display: block;
}

.nav-dropdown {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 0;
  background-color: #f9fff9;
  border: 1px solid #00a75d;
  border-top-style: none;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  flex-direction: column;
  width: 200px;
  margin-top: 1px;
  padding: 20px 24px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translate(-25%);
}

.nav-dropdown.pairings {
  opacity: 1;
  background-color: #f9fff9;
  width: 226px;
  display: block;
  transform: translate(-30%);
}

.mobilemenu, .html-embed-5 {
  display: none;
}

.desktopitems {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-right {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.nav-new-tag {
  color: #fff;
  background-color: #130139;
  border-radius: 4px;
  padding: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  position: absolute;
  top: 35%;
  right: 6px;
  transform: translate(0, -50%);
}

.collection-item {
  margin-left: 16px;
  margin-right: 16px;
}

.nav {
  z-index: 9990;
  background-color: #fff;
  border-bottom: 1px solid #00a75d;
  width: 100%;
  position: sticky;
  top: 0;
}

.body.overflow-hidden {
  overflow: hidden;
}

.btn-outline-primary {
  color: #225040;
  background-color: #0000;
  border: 2px solid #006236;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 22px;
  transition: all .2s;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #006236;
}

.btn-outline-primary.hide-on-desktop {
  transition: all .2s;
  display: none;
}

.btn-outline-primary.btn-full {
  text-align: center;
  width: 100%;
}

.btn-outline-primary.btn-full.btn-promo-page {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  text-transform: none;
  background-color: #00a75d;
  border-width: 0;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.btn-outline-primary.btn-full.btn-promo-page.hide-on-tablet {
  display: none;
}

.home-footer-nav {
  background-color: #d7ead9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-footer-nav.start-a-bar-partners {
  background-color: var(--light-green);
  border: 1px solid #006236;
}

.footer-nav-text {
  color: #225040;
  font-size: 24px;
  line-height: 29px;
}

.footer-nav-item {
  color: #225040;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  font-size: 24px;
  line-height: 29px;
  display: flex;
}

.footer-copyright {
  background-color: #00a75d;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-copyright-text {
  color: #225040;
  font-size: 12px;
  line-height: 14px;
}

.div-block-28 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.footer-copyright-link {
  color: #fff;
  line-height: 19px;
  text-decoration: none;
}

.footer-social-item {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.collection-item-2 {
  padding-left: 0;
  padding-right: 0;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.alt-rows-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.alt-row-image-block {
  flex: 1;
}

.alt-row-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.alt-row-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 60px;
  display: flex;
}

.alt-row-heading {
  color: #225040;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lunchbox, Arial, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.alt-row-paragraph {
  color: var(--dark-grey);
  -webkit-text-stroke-color: #433f38;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 29px;
}

.btn-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #00a75d;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
}

.btn-primary:hover {
  background-color: #225040;
}

.btn-primary.btn-flex {
  display: flex;
}

.btn-primary.btn-promo {
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  display: none;
}

.btn-primary.btn-full {
  text-align: center;
  width: 100%;
}

.btn-primary.btn-full.btn-promo-page {
  margin-top: 12px;
  display: none;
}

.text-block {
  line-height: 18px;
}

.header {
  position: relative;
}

.background-video {
  flex-direction: row;
  align-items: flex-end;
  min-height: 80vh;
  display: flex;
}

.header-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Lunchbox, Arial, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

.header-paragraph {
  color: #fff;
  width: 420px;
  max-width: 100%;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 29px;
}

.about-us-hero {
  background-color: #225040;
  align-items: center;
  display: flex;
}

.about-us-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Lunchbox, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 49px;
}

.about-us-paragraph {
  color: #fff;
  width: 100%;
  max-width: 480px;
  font-size: 24px;
  line-height: 29px;
}

.main, .raising-bar-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-primary {
  color: #006236;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Lunchbox, Arial, sans-serif;
  font-size: 48px;
  line-height: 49px;
}

.heading-primary.heading-center {
  color: #225040;
  text-align: center;
  display: block;
}

.heading-primary.mb-0 {
  color: #225040;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-primary.text-white {
  color: #fff;
}

.heading-primary.text-green-600 {
  color: #00a75d;
}

.heading-primary.text-green-600.break-word {
  white-space: break-spaces;
}

.heading-primary.no-leading {
  margin-bottom: 32px;
  line-height: 30px;
}

.heading-primary.mobile-text-center {
  color: var(--dark-green);
}

.heading-primary.m-text-center {
  -webkit-text-stroke-color: #225040;
}

.heading-primary.heading-promo {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 64px;
}

.paragraph {
  width: 480px;
  max-width: 100%;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 29px;
}

.paragraph.paragraph-center {
  text-align: center;
  -webkit-text-stroke-color: #433f38;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.full-width {
  width: 100%;
}

.paragraph.full-width.mb-20 {
  margin-bottom: 32px;
}

.paragraph.full-width.mb-20 a {
  color: #00a75d;
}

.paragraph.full-width.mb-20.mobile-text-center {
  -webkit-text-stroke-color: #433f38;
}

.paragraph.full-width.text-white {
  color: #fff;
}

.paragraph.start-a-bar-paragraph {
  width: 100%;
  max-width: 577%;
  margin-top: 20px;
}

.paragraph.mb-16 {
  margin-bottom: 10px;
}

.paragraph.food-tech-paragraph {
  width: 628px;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  justify-items: center;
  margin-top: 40px;
}

.benefit-box {
  background-color: #d7ead9;
  border: 2px solid #8dc9a0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 213px;
  padding: 24px 42px;
  display: flex;
}

.benefit-box.perks-box {
  border-color: var(--medium-green);
  background-color: #fff;
  height: 194px;
}

.benefit-icon-block {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
  display: flex;
}

.benefit-icon-block.food-supplier-icon {
  width: 110px;
  height: 110px;
  margin-bottom: 0;
}

.benefit-title {
  color: #225040;
  text-align: center;
  font-size: 24px;
  line-height: 29px;
}

.alt-row-subtext {
  color: #006236;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 29px;
}

.calling-section {
  background-color: #d7ead9;
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.footer {
  background-color: #00a75d;
  padding-top: 32px;
  padding-bottom: 32px;
}

._w-1-2 {
  width: 50%;
}

.calling-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: 42px;
  margin-bottom: 42px;
  display: flex;
}

.calling-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.calling-list-text {
  color: #006236;
  -webkit-text-stroke-color: #225040;
  font-size: 18px;
  line-height: 22px;
}

.spacing-80 {
  width: 100%;
  height: 80px;
}

.div-block-31 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-32 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: flex;
}

.contact-main {
  flex: 1;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: end;
}

.div-block-33 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.heading-primary-small {
  color: #00a75d;
  margin-top: 39px;
  margin-bottom: -43px;
  font-family: Lunchbox, Arial, sans-serif;
  font-size: 24px;
}

.heading-primary-small.mobile-text-center {
  margin-bottom: 4px;
}

.paragraph-small {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 22px;
}

.paragraph-small.mobile-text-center {
  -webkit-text-stroke-color: #433f38;
}

.collection-list-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.contact-social-icon-block {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.div-block-34 {
  padding-top: 32px;
}

.div-block-35 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-input-label {
  color: #225040;
  margin-bottom: 16px;
  font-family: Fabrikat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.contact-input-label.start-a-bar-label {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.contact-input {
  background-color: #fff;
  border: 2px solid #e4e5e9;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 20px;
  padding: 12px 18px;
}

.contact-input.contact-textarea {
  min-height: 115px;
}

.contact-input.contact-textarea.start-a-bar-textarea, .contact-input.start-a-bar-input {
  border-style: none;
  border-width: 0;
}

.app {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.policy-main {
  color: var(--dark-grey);
  padding-top: 80px;
  padding-bottom: 80px;
}

.policy-richtext {
  color: var(--dark-grey);
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 22px;
}

.policy-richtext h3 {
  color: #225040;
  margin-top: 0;
  font-family: Lunchbox, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.policy-richtext h4 {
  color: var(--dark-green);
  margin-top: 0;
  font-family: Lunchbox, Arial, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.policy-richtext a {
  color: #00a75d;
  text-decoration: none;
}

.policy-richtext li {
  margin-bottom: 24px;
}

.policy-richtext ol {
  margin-bottom: 0;
  font-weight: 400;
}

.careers-hero {
  background-color: var(--dark-green);
  align-items: center;
}

.careers-main {
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-3 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 500px 1fr;
}

.collection-list-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.careers-box {
  background-color: #fff;
  border: 2px solid #e4e5e9;
  border-radius: 8px;
  padding: 16px;
}

.careers-title {
  color: var(--dark-green);
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}

.careers-description {
  margin-bottom: 12px;
}

.div-block-36, .div-block-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.careers-item {
  color: var(--dark-grey);
  font-size: 18px;
  line-height: 22px;
}

.collection-list-wrapper {
  display: none;
}

.start-a-bar-hero {
  background-color: var(--light-yellow);
  background-image: url('../images/Large-SALAD_OVERHEAD_YELLOW_2_MEDIUM-1.png');
  background-position: 0 80px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.start-a-bar-hero.bottom-bar-section {
  background-color: #fff;
  background-image: url('../images/Resto_chickpeas_and_champagne.png');
  background-size: auto 100%;
}

.grid-4 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.start-a-bar-rows {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.perks-section {
  background-color: var(--light-green);
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 48px;
}

.food-tech-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.grid-6.columns-2 {
  grid-template-columns: minmax(200px, 1fr) 1fr;
}

.food-tech-box {
  flex-direction: column;
  display: flex;
}

.food-tech-img-block {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 242px;
  overflow: hidden;
}

.food-tech-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.food-tech-content {
  background-color: #fff;
  border: 2px solid #e4e5e9;
  border-radius: 20px;
  flex: 1;
  padding: 32px;
}

.food-tech-content.rounded-top-none {
  border-top-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.food-tech-richtext {
  margin-top: 0;
}

.food-supplier-hero {
  background-color: var(--medium-green);
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.food-supplier-form {
  padding-top: 120px;
  padding-bottom: 60px;
}

.picadeli-table-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.overflow-x-auto {
  overflow: auto;
}

.picadeli-grid-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 100px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.picadeli-grid-row.picadeli-grid-row-alt {
  background-color: #fbfffb;
}

.picadeli-grid-row.picadeli-grid-header {
  background-color: #fff;
  padding-top: 12px;
  position: sticky;
  top: 61px;
}

.picadeli-grid-item {
  background-color: #fff;
  border-bottom: 1px solid #00a75d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.picadeli-grid-item.picadeli-grid-head-border {
  border: 1px solid #00a75d;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.picadeli-grid-item.picadeli-grid-item-title {
  justify-content: flex-start;
  padding-left: 32px;
  padding-right: 32px;
}

.picadeli-grid-item.picadeli-grid-item-title.picadeli-grid-item-alt {
  background-color: #fbfffb;
}

.picadeli-grid-item.picadeli-grid-item-main {
  border-left: 1px solid #00a75d;
  border-right: 1px solid #00a75d;
}

.picadeli-grid-item.picadeli-grid-item-main.picadeli-grid-item-alt, .picadeli-grid-item.picadeli-grid-item-alt {
  background-color: #fbfffb;
}

.picadeli-grid-text {
  color: var(--dark-grey);
  text-align: center;
  font-size: 24px;
  line-height: 24px;
}

.picadeli-grid-title {
  color: var(--dark-grey);
  font-size: 24px;
  line-height: 24px;
}

.hero-content-box {
  z-index: 10;
  background-color: #00a75d;
  border-radius: 10px;
  padding: 32px;
  position: absolute;
  bottom: 0%;
  left: 0;
  transform: translate(0, 25%);
}

.locations-hero {
  background-color: var(--light-green);
}

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

.locations-input {
  border: 1px solid #e4e5e9;
  border-left: 0 #000;
  border-right: 0 #000;
  max-width: 400px;
  height: 56px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.locations-input:focus {
  outline-offset: 0px;
  border-top-color: #e4e5e9;
  border-bottom-color: #e4e5e9;
  border-left-style: none;
  border-left-width: 0;
  border-right-style: none;
  border-right-width: 0;
  outline: 0 #333;
}

.locations-input::placeholder {
  color: #333;
}

.form-block-2 {
  margin-bottom: 32px;
  padding-top: 0;
  padding-bottom: 0;
}

.form-block-2.mt-24 {
  margin-bottom: 16px;
  padding-top: 24px;
}

.locations-main {
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 320px 1fr;
}

.locations-box {
  background-color: #fff;
  border-radius: 8px;
}

.heading-locations {
  color: var(--dark-green);
  border: 1px solid #e4e5e9;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}

.locations-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  border: 2px solid #e4e5e9;
  border-bottom-style: none;
  padding: 16px;
  transition: all .2s ease-in-out;
  display: block;
}

.locations-item:hover {
  background-color: #ebf7eb;
}

.locations-item.promo {
  display: flex;
}

.locations-item.promo.no-border {
  border-style: solid;
  border-width: 0 0 2px;
}

.locations-item.promo.no-border.active {
  background-color: #ebf7eb;
}

.locations-name {
  color: var(--dark-green);
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 22px;
}

.locations-address {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #333;
  align-items: center;
  display: flex;
}

.store-hours-block {
  color: #000;
  margin-top: 24px;
  font-size: 18px;
  line-height: 22px;
}

.store-hours-block.mt-0, .store-hours-block.no-margin-top {
  margin-top: 0;
}

.search-icon {
  background-color: #fff;
  border: 1px solid #e4e5e9;
  border-right: 0 #e4e5e9;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.locations-submit {
  background-color: #fff;
  border: 1px solid #e4e5e9;
  border-left-color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 56px;
  height: 56px;
}

.image-18 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.arc-logo {
  max-height: 32px;
}

.grid-8 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  display: flex;
}

.div-block-40 {
  flex: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.calling-section-bg {
  max-width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.image-20 {
  object-fit: contain;
  max-width: none;
  height: 100%;
}

.picadeli-grid-container {
  position: relative;
}

.video-modal-overlay {
  z-index: 9999;
  opacity: 0;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.modal-box {
  background-color: #fff;
  border-radius: 8px;
  width: 800px;
  max-width: 100%;
  padding: 20px;
}

.video {
  width: 100%;
}

.modal-close-icon {
  cursor: pointer;
  height: 32px;
  position: absolute;
  top: 32px;
  right: 32px;
}

.div-block-41 {
  width: 100%;
}

.text-block-2, .text-block-3 {
  display: none;
}

.empty-list {
  border: 2px solid #e4e5e9;
  border-radius: 8px;
  padding: 16px;
  display: none;
}

.empty-list.border-t-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.text-block-4 {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.div-block-44 {
  border-radius: 12px;
  min-height: 460px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.collection-list-4 {
  max-height: 460px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: auto;
}

.collection-list-4.border-b-8 {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.text-block-5 {
  color: var(--dark-grey);
  display: inline-block;
}

.text-block-5.addess-line {
  display: block;
}

.text-block-6 {
  display: inline-block;
}

.text-block-7 {
  color: var(--dark-grey);
  display: inline-block;
}

.text-block-7.zipcode, .text-block-7.state {
  margin-left: 4px;
}

.press-main {
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer_image {
  min-width: 180px;
}

.collection-list-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.article-link-block {
  text-decoration: none;
  display: block;
}

.article-image-block {
  border: .125rem solid #0000;
  border-radius: 1.25rem;
  height: 250px;
  margin-bottom: 20px;
  overflow: hidden;
}

.image-21 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.article-link-title {
  color: #00a75d;
  margin-bottom: 12px;
  font-family: Fabrikat, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.collection-list-wrapper-2 {
  margin-top: 60px;
}

.artical-link-summary {
  color: var(--dark-grey);
  font-size: 18px;
  line-height: 24px;
}

.article-cover {
  border-radius: 1.25rem;
  margin-bottom: 40px;
  overflow: hidden;
}

.image-22 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 450px;
}

.article-date {
  color: #3333334a;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 17px;
}

.locations-item-content.promo {
  display: block;
}

.locations-promo-wrapper {
  align-self: center;
}

.promo-nav {
  background-color: #fff;
  align-items: center;
  height: 108px;
  display: flex;
}

.link-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-decoration: none;
  display: flex;
}

.text-block-8 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: underline;
}

.promo-hero {
  background-image: url('../images/promo-bg.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 54px;
  padding-bottom: 54px;
  display: block;
}

.promo-hero.employee {
  display: none;
}

.flex-center {
  justify-content: center;
  display: flex;
}

.coupon-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e1efe1;
  border-radius: 12px;
  flex-direction: column;
  width: 320px;
  display: flex;
}

.coupon-top-content {
  padding-top: 34px;
  padding-left: 22px;
  padding-right: 22px;
  position: relative;
}

.bg-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.promo-heading {
  color: #00a75d;
  text-align: left;
  margin-top: 58px;
  margin-bottom: 0;
  font-family: Lunchbox, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  display: block;
}

.div-block-45 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.div-block-45.mt-12 {
  margin-top: 12px;
}

.promo-item-title {
  color: #006236;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.promo-item-title.text-black {
  color: #000;
}

.coupon-bottom {
  flex-direction: column;
  align-items: center;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.div-block-46 {
  background-color: #fff;
  border-radius: 12px;
  padding: 10px;
}

.promo-description {
  color: #7d7d7d;
  text-align: center;
  margin-top: 8px;
  font-size: 12px;
  line-height: 14px;
}

.location-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 425px 1fr;
}

.image-23 {
  display: block;
}

.location-page-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

.div-block-47 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-direction: column;
  justify-content: center;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
}

.location-page-hours {
  color: #00a75d;
  margin-top: 8px;
  line-height: 19px;
}

.text-block-9 {
  color: #6d6d6d;
  margin-top: 12px;
  line-height: 19px;
}

.text-block-10 {
  color: #000;
  margin-top: 12px;
  font-size: 18px;
  line-height: 22px;
}

.div-block-48 {
  border-radius: 12px;
  min-height: 450px;
  overflow: hidden;
}

.customers-hero {
  background-image: url('../images/location-promo-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.flex-col-center {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.promo-richtext {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 29px;
}

.locations-mobile-nav {
  display: none;
}

.div-block-49 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.form-block-3 {
  margin-top: 12px;
  margin-bottom: 0;
  display: none;
}

.share-link {
  margin-top: 12px;
  display: none;
}

.locatio-accordion-group {
  padding-top: 60px;
  padding-bottom: 60px;
}

.accordion-trigger {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion-content {
  display: none;
}

.accordion-arrow {
  z-index: 3;
  margin-top: -4px;
  transition: all .2s;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

.accordion-arrow.is-active-accordion {
  transform: rotate(180deg);
}

.collection-item-3 {
  border-bottom: 1px solid #e4e5e9;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.collection-list-wrapper-3 {
  border-top: 1px solid #e4e5e9;
}

.paragraph-2 {
  margin-bottom: 0;
  padding-top: 20px;
}

.link-block-6 {
  flex-direction: column;
  text-decoration: none;
  display: none;
}

.collection-list-6 {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.location-accordion-item {
  background-color: #fff;
  border: 2px solid #e4e5e9;
  border-radius: 8px;
  align-self: stretch;
  width: 100%;
  height: 100%;
  padding: 16px;
}

.link-block-7 {
  flex: 1;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.location-item-title {
  color: #006236;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Lunchbox, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.location-item-title.heading-center {
  text-align: center;
  display: block;
}

.location-item-title.mb-0 {
  margin-bottom: 0;
}

.location-item-title.text-white {
  color: #fff;
}

.location-item-title.text-green-600 {
  color: #00a75d;
}

.location-item-title.text-green-600.break-word {
  white-space: break-spaces;
}

.location-item-title.no-leading {
  margin-bottom: 32px;
  line-height: 30px;
}

.location-item-title.heading-promo {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 64px;
}

.collection-list-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacing-24 {
  width: 100%;
  height: 24px;
}

.text-block-11 {
  text-align: center;
  margin-top: 35px;
}

.collection-item-4 {
  flex-direction: column;
  display: flex;
}

.collection-list-wrapper-4 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.collection-list-wrapper-4.box-list {
  border: 2px solid #e4e5e9;
  border-radius: 12px;
  overflow: hidden;
}

.my-location {
  cursor: pointer;
  margin-bottom: 16px;
  text-decoration: underline;
  display: inline-block;
}

.my-location:hover {
  text-decoration: none;
}

.store-hours-block-link {
  color: #000;
  margin-top: 24px;
  font-size: 18px;
  line-height: 22px;
  display: none;
}

.store-hours-block-link.mt-0 {
  margin-top: 0;
}

.locations-coupon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #333;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.off-text {
  color: var(--dark-grey);
  margin-left: 5px;
  display: inline-block;
}

.off-text.addess-line {
  display: block;
}

.locations-promos-main {
  padding-top: 60px;
  padding-bottom: 60px;
}

.box-list {
  border: 2px solid #e4e5e9;
  border-radius: 12px;
}

.base-richtext {
  color: var(--dark-grey);
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 22px;
}

.base-richtext h3 {
  color: #225040;
  margin-top: 0;
  font-family: Lunchbox, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.base-richtext h4 {
  color: var(--dark-green);
  margin-top: 0;
  font-family: Lunchbox, Arial, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.base-richtext a {
  color: #00a75d;
  text-decoration: none;
}

.base-richtext li {
  margin-bottom: 24px;
}

.base-richtext ol {
  margin-bottom: 0;
  font-weight: 400;
}

.base-richtext p {
  margin-bottom: 2rem;
}

.collection-list-44 {
  max-height: 460px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: auto;
}

.collection-list-44.border-b-8 {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.splide__list.brands-list {
  display: flex;
}

.section {
  margin-top: 60px;
  margin-bottom: 40px;
}

.rich-text-block {
  width: 600px;
  max-width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1920px) {
  .purplebuttonoutlined.navbtn.w--current {
    margin-left: 60px;
  }

  .container {
    width: 1600px;
  }

  .nav-new-tag {
    right: 20px;
  }

  .alt-rows-section {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .grid-5, .grid-6 {
    grid-template-columns: 306px 306px 306px 306px;
    justify-content: center;
  }

  .calling-section-bg {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .link-block-4, .link-block-4.w--current {
    margin-left: -10px;
  }

  .nav-item-link {
    margin-right: 0;
  }

  .image-16 {
    margin-left: 0;
  }

  .closemenu {
    height: 28px;
    display: none;
  }

  .brands {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .openmenu {
    display: block;
  }

  .purplebutton {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .purplebutton.contactmobilebtn {
    width: 185px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
  }

  .purplebuttonoutlined {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .purplebuttonoutlined.contactmobilebtn {
    color: #5f25e0;
    background-color: #0000;
    border: 3px solid #5f25e0;
    width: 185px;
    margin-left: 0;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
  }

  .container {
    width: 100%;
    max-width: 85%;
  }

  .container.footer-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .container.alt-row-container {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .container.about-container {
    background-size: 90%;
    justify-content: flex-start;
    padding-top: 40px;
    display: block;
  }

  .container.careers-container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    align-items: center;
  }

  .container.food-supplier-container {
    background-size: auto 60%;
    justify-content: flex-start;
    height: 550px;
    padding-top: 60px;
  }

  .navmobilelink {
    margin-bottom: 30px;
    margin-right: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    display: block;
  }

  .mobilemenu {
    background-color: #eee;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #006236;
    flex-direction: column;
    width: 100%;
    display: none;
  }

  .desktopitems {
    display: none;
  }

  .nav-right {
    min-height: 60px;
  }

  .nav-new-tag {
    top: 50%;
    right: 0;
  }

  .nav {
    border-bottom: 1px solid #e3e3e3;
    align-items: center;
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
  }

  .btn-outline-primary.hide-on-desktop {
    display: block;
  }

  .alt-rows-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 120px;
  }

  .alt-row-image-block {
    order: -1;
    min-height: auto;
  }

  .alt-row-heading, .alt-row-paragraph {
    text-align: center;
  }

  .btn-primary, .btn-primary.btn-flex {
    align-self: center;
  }

  .background-video {
    width: 100%;
    height: 450px;
    min-height: auto;
  }

  .header-heading {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .header-paragraph {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .about-us-heading {
    text-align: center;
  }

  .about-us-paragraph {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .main {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-primary {
    align-self: center;
    font-size: 32px;
    line-height: 40px;
  }

  .heading-primary.text-white.mobile-text-center, .heading-primary.text-green-600.break-word.mobile-text-center, .heading-primary.text-green-600.mobile-text-center, .heading-primary.no-leading.mobile-text-center, .heading-primary.mobile-text-center {
    text-align: center;
  }

  .paragraph {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph.full-width.text-white.mobile-text-center, .paragraph.full-width.mobile-text-center, .paragraph.start-a-bar-paragraph {
    text-align: center;
  }

  .paragraph.food-tech-paragraph {
    text-align: center;
    width: 100%;
  }

  .grid {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

  .benefit-box {
    max-width: 240px;
  }

  .alt-row-subtext {
    text-align: center;
  }

  .calling-section {
    margin-top: 0;
  }

  ._w-1-2 {
    width: 75%;
  }

  .spacing-80 {
    height: 0;
  }

  .div-block-29, .div-block-30 {
    align-self: center;
  }

  .div-block-31 {
    align-items: center;
  }

  .div-block-32 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .div-block-33 {
    justify-content: center;
  }

  .heading-primary-small.mobile-text-center, .paragraph-small.mobile-text-center {
    text-align: center;
  }

  .collection-list-2 {
    justify-content: center;
  }

  .grid-3 {
    grid-template-columns: 500px;
    justify-content: center;
  }

  .start-a-bar-hero {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 60px;
  }

  .start-a-bar-hero.bottom-bar-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .grid-5 {
    grid-template-columns: 240px 240px;
    justify-content: center;
  }

  .grid-6 {
    grid-template-columns: 306px 306px;
    justify-content: center;
  }

  .picadeli-grid-row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .picadeli-grid-item.picadeli-grid-item-title {
    padding-left: 16px;
    padding-right: 16px;
  }

  .picadeli-grid-item.hide-on-mobile {
    display: none;
  }

  .picadeli-grid-text {
    font-size: 20px;
    line-height: 20px;
  }

  .picadeli-grid-title {
    font-size: 20px;
    line-height: 24px;
  }

  .hero-content-box {
    padding: 24px;
    left: 50%;
    transform: translate(-50%, 50%);
  }

  .form {
    justify-content: center;
  }

  .locations-input {
    max-width: 100%;
  }

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

  .store-hours-block.mt-0, .store-hours-block.no-margin-top {
    display: none;
  }

  .store-hours-block.no-margin-top.coupon {
    display: block;
  }

  .image-19 {
    display: none;
  }

  .calling-section-bg {
    width: 40%;
    left: 60%;
  }

  .modal-box {
    width: 600px;
  }

  .mobile-dropdown {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #0000000d;
    flex-direction: column;
    padding: 30px 5%;
    display: none;
  }

  .mobile-nav-item {
    border-bottom: 1px solid #006236;
    justify-content: space-between;
    align-items: center;
    padding: 12px 5%;
    display: flex;
  }

  .caret-dropdown {
    width: 10px;
  }

  .close-icon {
    width: 24px;
    height: 24px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .div-block-41 {
    max-height: 315px;
  }

  .text-block-2.underline, .text-block-3.underline {
    text-decoration: underline;
    display: inline-block;
  }

  .div-block-44 {
    opacity: 0;
    display: none;
  }

  .text-block-6 {
    display: none;
  }

  .text-block-6.underline {
    text-decoration: underline;
    display: inline-block;
  }

  .text-block-7.underline {
    text-decoration: underline;
  }

  .collection-list-5 {
    grid-template-columns: 1fr 1fr;
  }

  .locations-item-content.promo {
    flex: 1;
  }

  .promo-nav {
    height: 80px;
  }

  .location-section {
    display: block;
  }

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

  .customers-hero {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .locations-mobile-nav {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-bottom: 1px solid #e4e5e9;
    margin-bottom: 32px;
    display: flex;
  }

  .locations-mobile-nav-item {
    color: #7d7d7d;
    background-color: #0000;
    border-bottom: 1px solid #0000;
    margin-bottom: -1px;
    padding: 5px 0 6px;
    font-size: 18px;
    line-height: 22px;
  }

  .locations-mobile-nav-item.locations-mobile-nav-item-active {
    color: #000;
    border-bottom: 1px solid #000;
  }

  .collection-list-6 {
    grid-template-columns: 1fr 1fr;
  }

  .location-item-title {
    align-self: center;
    font-size: 24px;
    line-height: 32px;
  }

  .location-item-title.text-white.mobile-text-center, .location-item-title.text-green-600.break-word.mobile-text-center, .location-item-title.text-green-600.mobile-text-center, .location-item-title.no-leading.mobile-text-center, .location-item-title.mobile-text-center {
    text-align: center;
  }

  .store-hours-block-link {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    text-decoration: underline;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .brands {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .openmenu {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .purplebutton, .purplebuttonoutlined {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 30px;
    font-size: 20px;
    line-height: 25px;
    display: block;
  }

  .purplebuttonoutlined.navbtn {
    display: none;
  }

  .container.footer-container {
    flex-direction: column;
    align-items: center;
  }

  .container.about-container, .container.food-supplier-container {
    background-size: 100%;
    height: 450px;
  }

  .container.locations-container {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .html-embed-5 {
    display: none;
  }

  .nav-right {
    height: 60px;
  }

  .nav {
    position: sticky;
  }

  .btn-outline-primary.hide-on-desktop.btn-block {
    text-align: center;
    width: 100%;
  }

  .btn-outline-primary.btn-full.btn-promo-page {
    display: none;
  }

  .btn-outline-primary.btn-full.btn-promo-page.hide-on-tablet {
    display: block;
  }

  .footer-nav-text, .footer-nav-item {
    font-size: 18px;
    line-height: 22px;
  }

  .alt-rows-section, .alt-row-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .alt-row-paragraph {
    font-size: 20px;
    line-height: 26px;
  }

  .btn-primary.btn-mobile-block {
    text-align: center;
    width: 100%;
  }

  .header-heading {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 30px;
  }

  .header-paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .about-us-heading {
    font-size: 32px;
    line-height: 32px;
  }

  .about-us-paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-primary.m-text-center {
    text-align: center;
  }

  .heading-primary.heading-promo {
    font-size: 48px;
    line-height: 48px;
  }

  .paragraph.full-width.m-text-center {
    text-align: center;
  }

  .paragraph.start-a-bar-paragraph {
    width: 100%;
  }

  .grid {
    flex-wrap: wrap;
    grid-auto-columns: 240px;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .benefit-box {
    max-width: 200px;
    height: 200px;
    padding: 10px 20px;
  }

  .benefit-title {
    font-size: 20px;
    line-height: 24px;
  }

  ._w-1-2 {
    width: 100%;
  }

  .calling-list {
    align-items: center;
  }

  .div-block-35 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .grid-5 {
    grid-template-columns: 204px 204px;
  }

  .grid-6 {
    grid-template-columns: 306px;
  }

  .grid-6.columns-2 {
    grid-template-columns: 1fr;
  }

  .picadeli-grid-row {
    grid-template-columns: 240px 200px 200px 200px;
  }

  .picadeli-grid-row.picadeli-grid-header {
    margin-bottom: 61px;
  }

  .hero-content-box {
    max-width: 360px;
    margin: 40px auto 0;
    padding: 16px;
    position: static;
    transform: none;
  }

  .locations-input {
    flex: 1;
    max-width: none;
  }

  .store-hours-block.mt-0, .calling-section-bg {
    display: none;
  }

  .picadeli-grid-container {
    overflow: auto;
  }

  .modal-box {
    width: 480px;
  }

  .div-block-42 {
    justify-content: center;
    display: flex;
  }

  .collection-list-5 {
    grid-template-columns: 1fr;
  }

  .customers-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .promo-richtext {
    font-size: 18px;
    line-height: 22px;
  }

  .collection-list-6 {
    grid-template-columns: 1fr;
  }

  .location-item-title.m-text-center {
    text-align: center;
  }

  .location-item-title.heading-promo {
    font-size: 48px;
    line-height: 48px;
  }

  .store-hours-block-link {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .closemenu {
    display: none;
  }

  .purplebutton, .purplebuttonoutlined {
    padding: 10px 30px;
    font-size: 20px;
  }

  .container.about-container {
    height: 400px;
  }

  .container.food-supplier-container {
    height: 350px;
  }

  .mobilemenu {
    display: none;
  }

  .collection-item {
    margin-left: 5px;
    margin-right: 5px;
  }

  .alt-rows-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .alt-row-content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .alt-row-paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .background-video {
    height: 180px;
  }

  .header-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-primary.mb-0.locations-table-title {
    font-size: 24px;
    line-height: 32px;
  }

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

  .grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: row;
  }

  .benefit-box {
    align-self: stretch;
    max-width: 45%;
    height: 140px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .benefit-box.perks-box {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .benefit-title {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-32 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image-17 {
    display: none;
  }

  .div-block-36 {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

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

  .food-tech-img-block {
    height: 200px;
  }

  .food-tech-content {
    padding: 24px;
  }

  .hero-content-box {
    max-width: 280px;
    padding: 8px;
    transform: none;
  }

  .modal-box {
    width: 300px;
  }

  .text-block-6.underline {
    display: none;
  }

  .article-image-block {
    height: 200px;
  }

  .accordion-arrow {
    height: 8px;
  }

  .location-item-title {
    font-size: 24px;
    line-height: 32px;
  }
}

#w-node-_6cdd41a5-6c4e-e681-1627-359a5fc1afa8-d994d0f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6cdd41a5-6c4e-e681-1627-359a5fc1afb2-d994d0f4, #w-node-_9fd41a7b-cde8-c492-8e41-8fae16d7c16b-16d7c169 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9fd41a7b-cde8-c492-8e41-8fae16d7c16d-16d7c169, #w-node-_4271b2fb-e438-5162-12c1-31c02017af9b-2017af99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4271b2fb-e438-5162-12c1-31c02017afa4-2017af99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_02f514a9-3074-392c-74c3-feb9bebc1927-238f1ea6, #w-node-a9a9a8fa-9bfc-2fe5-3cda-d104bf3cfb74-238f1ea6, #w-node-_645b54bb-8813-fb24-2801-fe0f1b8bb027-238f1ea6, #w-node-_3495b84a-0153-71a9-bf12-f0d4ecd432c3-238f1ea6, #w-node-c9f20301-c53c-2ee0-fe7d-b7e741a7aaea-238f1ea6, #w-node-b6f63b2e-56a3-3cb8-ede5-e1b554132d56-10c8729c, #w-node-_03620e6c-dd3a-a1a0-56fe-c72177c15045-10c8729c, #w-node-_66c243be-c1f7-6cba-70e0-b8f8550204ec-10c8729c, #w-node-_1f4e4e32-7b9f-40cc-c465-97b0b42c00f5-a88aec98, #w-node-_0585bcd4-1ef8-5367-05e4-b72e85e882ce-a88aec98, #w-node-_0585bcd4-1ef8-5367-05e4-b72e85e882d2-a88aec98, #w-node-c4b1a743-6799-3790-67f6-2df0e36eea24-a88aec98, #w-node-_32e1b80f-4ede-0933-ad7a-6ed7c92c7d64-8a24182b, #w-node-_6e44c6fb-a625-ca25-2d06-b8c5716f2cc4-8a24182b, #w-node-_6e44c6fb-a625-ca25-2d06-b8c5716f2cc8-8a24182b, #w-node-_6e44c6fb-a625-ca25-2d06-b8c5716f2cd1-8a24182b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33eb60c5-6d9e-40ce-61f7-e9914d64309d-8a24182b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_33eb60c5-6d9e-40ce-61f7-e9914d64309f-8a24182b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f41b0fe6-08bc-a7be-272b-b76523f6016d-8a24182b, #w-node-ceeb4344-e24b-89d5-0a9d-daefd8c81ac1-8a24182b, #w-node-_1dc60db9-d9f0-8e0d-ed32-45cc11f26889-8a24182b, #w-node-_27b25147-4903-e2eb-233f-10e400d1220b-8a24182b, #w-node-c389d692-ef43-98f3-3048-4e138b504f26-8a24182b, #w-node-_0cdfeb82-eb3d-707e-1f52-245e6ee6b2da-8a24182b, #w-node-c92aa7ec-0803-29be-74d1-616d961a4988-8a24182b, #w-node-_4224d02b-6fe7-b737-9cf8-a020d00cc770-8a24182b, #w-node-_08c15dc6-cef2-9276-b3f6-fd971284b447-8a24182b, #w-node-_21b7880b-6ee3-1c2b-49f7-dfa3a35c14b1-8a24182b, #w-node-_4b1f033e-10d4-3b83-4f7c-5b7e4d641d9a-8a24182b, #w-node-_3236203d-825f-87b2-de66-5e6f921df69f-8a24182b, #w-node-_3236203d-825f-87b2-de66-5e6f921df6a2-8a24182b, #w-node-_3236203d-825f-87b2-de66-5e6f921df6a4-8a24182b, #w-node-_3236203d-825f-87b2-de66-5e6f921df6a6-8a24182b, #w-node-f3ceecb0-7c68-cdc2-afdb-8cd0207db83a-8a24182b, #w-node-f3ceecb0-7c68-cdc2-afdb-8cd0207db83d-8a24182b, #w-node-f3ceecb0-7c68-cdc2-afdb-8cd0207db83f-8a24182b, #w-node-f3ceecb0-7c68-cdc2-afdb-8cd0207db841-8a24182b, #w-node-_5e475511-ef94-bd57-d259-7819348be3f5-8a24182b, #w-node-_5e475511-ef94-bd57-d259-7819348be3f8-8a24182b, #w-node-_5e475511-ef94-bd57-d259-7819348be3fa-8a24182b, #w-node-_5e475511-ef94-bd57-d259-7819348be3fc-8a24182b, #w-node-b1481cd7-5448-0844-ebbe-1befac9276a7-8a24182b, #w-node-b1481cd7-5448-0844-ebbe-1befac9276aa-8a24182b, #w-node-b1481cd7-5448-0844-ebbe-1befac9276ac-8a24182b, #w-node-b1481cd7-5448-0844-ebbe-1befac9276ae-8a24182b, #w-node-cb61437f-764e-f2f0-6e64-9b2a72d28b6c-8a24182b, #w-node-cb61437f-764e-f2f0-6e64-9b2a72d28b6f-8a24182b, #w-node-cb61437f-764e-f2f0-6e64-9b2a72d28b71-8a24182b, #w-node-cb61437f-764e-f2f0-6e64-9b2a72d28b73-8a24182b, #w-node-_8b840ea5-5810-5bbc-8b6f-f0d62dc60233-8a24182b, #w-node-_8b840ea5-5810-5bbc-8b6f-f0d62dc60236-8a24182b, #w-node-_8b840ea5-5810-5bbc-8b6f-f0d62dc60238-8a24182b, #w-node-_8b840ea5-5810-5bbc-8b6f-f0d62dc6023a-8a24182b, #w-node-_274fe041-6e1a-1ce7-589f-6e1a0550789a-8a24182b, #w-node-_274fe041-6e1a-1ce7-589f-6e1a0550789d-8a24182b, #w-node-_274fe041-6e1a-1ce7-589f-6e1a0550789f-8a24182b, #w-node-_274fe041-6e1a-1ce7-589f-6e1a055078a1-8a24182b, #w-node-_90650e1d-2e44-75a2-08dc-8e890ef5c047-8a24182b, #w-node-_90650e1d-2e44-75a2-08dc-8e890ef5c04a-8a24182b, #w-node-_90650e1d-2e44-75a2-08dc-8e890ef5c04c-8a24182b, #w-node-_90650e1d-2e44-75a2-08dc-8e890ef5c04e-8a24182b, #w-node-ce76d868-7500-3477-edc5-015f434be579-8a24182b, #w-node-ce76d868-7500-3477-edc5-015f434be57c-8a24182b, #w-node-ce76d868-7500-3477-edc5-015f434be57e-8a24182b, #w-node-ce76d868-7500-3477-edc5-015f434be580-8a24182b, #w-node-e0e80405-e097-4585-ac9b-5b1dc022f9d6-8a24182b, #w-node-e0e80405-e097-4585-ac9b-5b1dc022f9d9-8a24182b, #w-node-e0e80405-e097-4585-ac9b-5b1dc022f9db-8a24182b, #w-node-e0e80405-e097-4585-ac9b-5b1dc022f9dd-8a24182b, #w-node-_6bff0b55-003f-140d-b7bd-b83d102cda91-8a24182b, #w-node-_6bff0b55-003f-140d-b7bd-b83d102cda94-8a24182b, #w-node-_6bff0b55-003f-140d-b7bd-b83d102cda96-8a24182b, #w-node-_6bff0b55-003f-140d-b7bd-b83d102cda98-8a24182b, #w-node-b0deb71e-52f7-a7b4-28d9-915a6caff690-8a24182b, #w-node-b0deb71e-52f7-a7b4-28d9-915a6caff693-8a24182b, #w-node-b0deb71e-52f7-a7b4-28d9-915a6caff695-8a24182b, #w-node-b0deb71e-52f7-a7b4-28d9-915a6caff697-8a24182b, #w-node-_23b048ba-8f07-8073-1f32-446613066d96-8a24182b, #w-node-edc88d0d-2b3a-edc3-df92-6efd95ef5248-8a24182b, #w-node-_8c8698ab-dd1a-a1ce-b567-74ed96d4cac2-8a24182b, #w-node-ede77d42-0fe2-f1f5-9568-652c3552735b-8a24182b, #w-node-caf86c59-d6ac-6475-3aac-f82f346f11ee-8a24182b, #w-node-caf86c59-d6ac-6475-3aac-f82f346f11f6-8a24182b, #w-node-caf86c59-d6ac-6475-3aac-f82f346f11fa-8a24182b, #w-node-caf86c59-d6ac-6475-3aac-f82f346f1203-8a24182b, #w-node-f41b0fe6-08bc-a7be-272b-b76523f6016d-d738c659, #w-node-ceeb4344-e24b-89d5-0a9d-daefd8c81ac1-d738c659, #w-node-_1dc60db9-d9f0-8e0d-ed32-45cc11f26889-d738c659, #w-node-_27b25147-4903-e2eb-233f-10e400d1220b-d738c659, #w-node-_7786dcd3-8ba5-6a85-60f6-0dc8244e93be-d738c659, #w-node-_6694b381-3ca7-23c5-21a3-6e0a7713111a-d738c659, #w-node-_879751bc-3e6b-f543-9387-6934f4a35f11-d738c659, #w-node-db306233-7d0c-f3cf-6506-02f3fcfebb29-d738c659, #w-node-caf86c59-d6ac-6475-3aac-f82f346f11ee-d738c659, #w-node-caf86c59-d6ac-6475-3aac-f82f346f11f6-d738c659, #w-node-caf86c59-d6ac-6475-3aac-f82f346f11fa-d738c659, #w-node-caf86c59-d6ac-6475-3aac-f82f346f1203-d738c659, #w-node-_88b65c61-81d0-81a3-7a91-5b1e57c40f9f-57c40f9b, #w-node-_88b65c61-81d0-81a3-7a91-5b1e57c40fb0-57c40f9b, #w-node-_88b65c61-81d0-81a3-7a91-5b1e57c40fb5-57c40f9b, #map.w-node-_88b65c61-81d0-81a3-7a91-5b1e57c40fe2-57c40f9b, #w-node-_1c159f32-352b-df51-5748-84b1d43a6208-383cc239, #map.w-node-_03405f8b-0b60-55cb-c4f2-8ff2a2b8a290-383cc239, #w-node-_7b57d7cf-47eb-0cac-66a5-e72bb8af857f-30d685eb, #map.w-node-_56b4eada-61b8-e78b-ffbc-f952814d3be0-30d685eb, #w-node-_9d1cc384-be2a-d35e-b504-f91c1e647fa8-3b4ddfeb, #w-node-_9d1cc384-be2a-d35e-b504-f91c1e647fb3-3b4ddfeb, #w-node-_5f5f8647-1716-396b-00b8-ca63cd90d6d1-3b4ddfeb, #w-node-_5f5f8647-1716-396b-00b8-ca63cd90d6d6-3b4ddfeb, #w-node-_5f5f8647-1716-396b-00b8-ca63cd90d6dd-3b4ddfeb, #w-node-_5f5f8647-1716-396b-00b8-ca63cd90d6e2-3b4ddfeb, #w-node-_5f5f8647-1716-396b-00b8-ca63cd90d6e7-3b4ddfeb, #w-node-_61b01438-15fc-bc70-cf29-b0f5b79c4246-3b4ddfeb, #w-node-_61b01438-15fc-bc70-cf29-b0f5b79c4259-3b4ddfeb, #w-node-d1b80c96-1a09-1a12-4d39-d607541f5493-3b4ddfeb, #map.w-node-d1b80c96-1a09-1a12-4d39-d607541f54c1-3b4ddfeb, #w-node-_9d1cc384-be2a-d35e-b504-f91c1e647fa8-20331059, #w-node-_9d1cc384-be2a-d35e-b504-f91c1e647fb3-20331059, #w-node-_5f5f8647-1716-396b-00b8-ca63cd90d6d1-20331059, #w-node-_5f5f8647-1716-396b-00b8-ca63cd90d6d6-20331059, #w-node-_5f5f8647-1716-396b-00b8-ca63cd90d6dd-20331059, #w-node-_5f5f8647-1716-396b-00b8-ca63cd90d6e2-20331059, #w-node-_5f5f8647-1716-396b-00b8-ca63cd90d6e7-20331059, #w-node-_7730ce38-3ee3-c58b-3d93-01f82fa06051-4af40d7c, #map.w-node-_7730ce38-3ee3-c58b-3d93-01f82fa0606c-4af40d7c, #w-node-_7b57d7cf-47eb-0cac-66a5-e72bb8af857f-6ee19f85, #map.w-node-_56b4eada-61b8-e78b-ffbc-f952814d3be0-6ee19f85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6cdd41a5-6c4e-e681-1627-359a5fc1afa8-d994d0f4 {
    justify-self: center;
  }

  #w-node-_6cdd41a5-6c4e-e681-1627-359a5fc1afb2-d994d0f4, #w-node-_9fd41a7b-cde8-c492-8e41-8fae16d7c16b-16d7c169 {
    order: 9999;
  }

  #w-node-_9fd41a7b-cde8-c492-8e41-8fae16d7c16d-16d7c169, #w-node-_4271b2fb-e438-5162-12c1-31c02017af9b-2017af99 {
    justify-self: center;
  }

  #w-node-_4271b2fb-e438-5162-12c1-31c02017afa4-2017af99, #w-node-_33eb60c5-6d9e-40ce-61f7-e9914d64309d-8a24182b {
    order: 9999;
  }

  #w-node-_33eb60c5-6d9e-40ce-61f7-e9914d64309f-8a24182b, #w-node-caf86c59-d6ac-6475-3aac-f82f346f11ee-d738c659 {
    justify-self: center;
  }

  #map.w-node-_88b65c61-81d0-81a3-7a91-5b1e57c40fe2-57c40f9b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fabrikat';
  src: url('../fonts/Fabrikat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lunchbox';
  src: url('../fonts/LunchBox.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lunchbox';
  src: url('../fonts/LunchBox-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}