body {
  -webkit-font-smoothing: antialiased;
  padding-top: 79px;
}
body.body-custom-banner {
  padding-top: 122px;
}
body.body-custom-banner.nav-with-cats-menu {
  padding-top: 169px;
}
@media (max-width: 1199px) {
  body {
    padding-top: 99px;
  }
  body.body-custom-banner {
    padding-top: 139px;
  }
  body.body-custom-banner.nav-with-cats-menu {
    padding-top: 189px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 104px;
  }
  body.body-custom-banner {
    padding-top: 144px;
  }
  body.body-custom-banner.nav-with-cats-menu {
    padding-top: 187px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 70px;
  }
  body.body-custom-banner {
    padding-top: 110px;
  }
  body.body-custom-banner.nav-with-cats-menu {
    padding-top: 185px;
  }
  #main-menu {
    top: 70px;
  }
}
@media (max-width: 600px) {
  body {
    padding-top: 84px;
  }
  body.body-custom-banner {
    padding-top: 126px;
  }
  body.body-custom-banner.nav-with-cats-menu {
    padding-top: 166px;
  }
}
.why-book__preview {
  height: 310px;
}
.why-book__preview img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-book__body {
  padding: 24px 24px 0;
}
.why-book__header {
  margin: 0 0 24px;
  text-align: center;
}
.why-book__item {
  padding: 24px;
  border: 1px solid #dddddd;
  border-radius: 20px;
  background-color: #ffffff;
}
.why-book__info {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 16px;
}
.why-book__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}
.why-book__icon img {
  display: block;
  width: 100%;
}
.why-book__title {
  color: #474747;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font: 500 18px/22px 'Lato';
}
.why-book__description {
  color: #606060;
  letter-spacing: 0.02em;
  font: 400 16px/22px 'Open Sans';
}
.why-book__btn {
  overflow: hidden;
  width: 100%;
  max-width: 340px;
  height: 48px;
  margin: 40px auto 0;
  padding: 0;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 45px;
  border-color: #D63D00;
  background-color: #D63D00;
}
.why-book__btn:hover {
  background-color: #ffffff;
  color: #D63D00;
}
.why-book__items .slick-list {
  margin: 0 -10px;
}
.why-book__items .slick-track {
  display: flex;
}
.why-book__items .slick-slide {
  height: auto;
}
.why-book__items .slick-slide > div {
  height: 100%;
  padding: 0 10px;
}
.why-book__items .slick-dots {
  display: flex;
  justify-content: center;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.why-book__items .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 1px solid #FF530D;
  border-radius: 50%;
  background-color: #FFFFFF;
  text-indent: -9999px;
  transition: background-color 800ms;
}
.why-book__items .slick-dots li.slick-active button {
  background-color: #FF530D;
}
@media (min-width: 768px) {
  .why-book {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(100px, 39%) auto;
  }
  .why-book__preview {
    height: 100%;
  }
  .why-book__body {
    padding: 10px 20px;
  }
  .why-book__header {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #cccccc;
    text-align: left;
  }
  .why-book__item {
    margin-bottom: 8px;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
  }
  .why-book__item:last-child {
    margin-bottom: 0;
  }
  .why-book__info {
    margin-bottom: 0;
  }
  .why-book__description {
    padding-left: 48px;
  }
  .why-book__btn {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 333px;
    max-width: none;
    margin: 16px 0 0;
    padding: 0 24px;
  }
}
@media (min-width: 991px) {
  .why-book__body {
    max-width: 884px;
    padding: 10px 40px;
  }
  .why-book__title {
    font-size: 22px;
    line-height: 26px;
  }
  .why-book__description {
    font-size: 14px;
    line-height: 19px;
  }
  .why-book__btn {
    height: 46px;
    font-size: 18px;
    line-height: 43px;
  }
}
@media (min-width: 1200px) {
  .why-book__body {
    padding-right: 100px;
  }
  .why-book__header {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .why-book__item {
    margin-bottom: 16px;
  }
  .why-book__info {
    margin-bottom: 8px;
    gap: 40px;
  }
  .why-book__description {
    padding-left: 72px;
  }
  .why-book__btn {
    margin-top: 24px;
  }
}
/* NYC category hero: breadcrumbs hidden on mobile */
@media (max-width: 1023px) {
  .hero-3-images.hero-3-images--nyc .hero-3-images__breadcrumbs {
    display: none !important;
  }
}
.nyc-cc-2026-below {
  padding-top: 8px;
  overflow-x: hidden;
}
.nyc-cc-2026-below__what-expect {
  margin-top: 90px;
}
.nyc-cc-2026-below__hr {
  margin-top: 40px;
  margin-bottom: 24px;
}
.nyc-cc-2026-below__hr-line {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #efeeee;
}
.nyc-cc-2026-below__customer-say {
  margin-top: 8px;
}
.nyc-cc-2026-below__reviews-fallback-wrap {
  padding: 24px 0 40px;
}
.nyc-cc-2026-below__chefs {
  width: 100%;
  max-width: none;
  margin-top: 16px;
  margin-bottom: 24px;
}
.nyc-cc-2026-below__why-confidence {
  margin-top: 48px;
}
.nyc-cc-2026-below__why-book {
  margin-top: 48px;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
.nyc-cc-2026-below__guest-photos {
  margin-top: 56px;
}
.nyc-cc-2026-below__neighborhoods {
  margin-top: 64px;
  padding-top: 48px;
}
.nyc-cc-2026-below__snippet {
  margin-top: 48px;
  padding-bottom: 24px;
}
.nyc-cc-2026-below__faq {
  margin-top: 56px;
  padding-bottom: 8px;
}
.nyc-cc-2026-section-title {
  margin: 0 0 28px;
  text-align: center;
}
.nyc-cc-what-expect__panel {
  max-width: 920px;
  margin: 0 auto;
  padding: 36px 40px 40px;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0 8px 32px rgba(71, 71, 71, 0.08);
}
.nyc-cc-what-expect__heading {
  margin: 0 0 20px;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 100%;
  vertical-align: middle;
}
.nyc-cc-what-expect__intro {
  margin: 0 0 28px;
  max-width: 52em;
  color: #333333;
  letter-spacing: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  vertical-align: middle;
}
.nyc-cc-what-expect__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nyc-cc-what-expect__item {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.nyc-cc-what-expect__item:last-child {
  margin-bottom: 0;
}
.nyc-cc-what-expect__check {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 16px;
}
.nyc-cc-what-expect__check img {
  display: block;
  width: 22px;
  height: 22px;
}
.nyc-cc-what-expect__item-text {
  flex: 1;
  padding-top: 0;
  color: #333333;
  letter-spacing: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  vertical-align: middle;
}
.nyc-cc-what-expect__item-text strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  .nyc-cc-what-expect__panel {
    padding: 28px 22px 32px;
  }
}
.nyc-cc-reviews-fallback {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.nyc-cc-reviews-fallback__card {
  margin: 0;
  padding: 22px 20px;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  background: #fcfcfc;
}
.nyc-cc-reviews-fallback__text {
  margin: 0 0 16px;
  color: #454751;
  font: 400 15px/22px 'Open Sans';
}
.nyc-cc-reviews-fallback__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #606060;
  font: 400 13px/18px 'Open Sans';
}
.nyc-cc-reviews-fallback__name {
  font-weight: 600;
  color: #474747;
}
.nyc-cc-why-confidence__panel {
  box-sizing: border-box;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 36px 40px 40px;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0 8px 32px rgba(71, 71, 71, 0.08);
}
.nyc-cc-why-confidence__heading {
  margin: 0 0 28px;
  text-align: center;
  text-transform: uppercase;
  color: #1a1a1a;
  letter-spacing: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 100%;
  vertical-align: middle;
}
.nyc-cc-why-confidence__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nyc-cc-why-confidence__item {
  display: flex;
  align-items: center;
  margin: 0 0 22px;
}
.nyc-cc-why-confidence__item:last-child {
  margin-bottom: 0;
}
.nyc-cc-why-confidence__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 14px;
  margin-top: 0;
}
.nyc-cc-why-confidence__icon img {
  display: block;
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
.nyc-cc-why-confidence__text {
  flex: 1;
  margin: 0;
  color: #606060;
  letter-spacing: 0.02em;
  font: 400 16px/24px 'Open Sans', sans-serif;
}
.nyc-cc-why-confidence__text strong {
  font-weight: 600;
  color: #474747;
}
@media (max-width: 767px) {
  .nyc-cc-why-confidence__panel {
    padding: 28px 22px 32px;
  }
}
.nyc-cc-guest-photos {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  padding: 48px 0 40px;
}
.nyc-cc-guest-photos__title {
  margin: 0 0 24px;
  padding: 0 25px;
  text-align: left;
  text-transform: uppercase;
  color: #474747;
  letter-spacing: 0.06em;
  font: 500 20px/26px 'Lato', sans-serif;
}
.nyc-cc-guest-photos__outer {
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
  overflow-x: hidden;
}
.nyc-cc-guest-photos__slider-wrap {
  position: relative;
  margin: 0;
  overflow-x: hidden;
}
.nyc-cc-guest-photos__slider-wrap .slick-list {
  margin: 0 -10px;
}
.nyc-cc-guest-photos__slider-wrap .slick-slide > div {
  padding: 0 10px;
}
.nyc-cc-guest-photos__slider {
  position: relative;
  margin: 0;
}
.nyc-cc-guest-photos__slider.slick-slider {
  position: relative;
}
.nyc-cc-guest-photos__cell {
  overflow: hidden;
  border-radius: 14px;
  background: #F3F3F3;
}
.nyc-cc-guest-photos__cell img {
  display: block;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.nyc-cc-guest-photos__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}
.nyc-cc-guest-photos__arrow::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  border-right: 2px solid #474747;
  border-bottom: 2px solid #474747;
}
.nyc-cc-guest-photos__arrow--prev {
  left: 10px;
}
.nyc-cc-guest-photos__arrow--prev::after {
  transform: rotate(135deg);
  margin-right: 14px;
}
.nyc-cc-guest-photos__arrow--next {
  right: 10px;
}
.nyc-cc-guest-photos__arrow--next::after {
  transform: rotate(-45deg);
  margin-left: 14px;
}
.nyc-cc-guest-photos__arrow:hover {
  background: #FFFFFF;
}
.nyc-cc-guest-photos__arrow.slick-disabled {
  opacity: 0.35;
  cursor: default;
}
.nyc-cc-guest-photos__scrollbar {
  max-width: 200px;
  margin: 24px auto 0;
  padding: 0 8px;
}
.nyc-cc-guest-photos__scrollbar-track {
  position: relative;
  height: 4px;
  border-radius: 2px;
  background: #e5e5e5;
}
.nyc-cc-guest-photos__scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 2px;
  background: #9a9a9a;
  transition: left 0.25s ease, width 0.25s ease;
}
@media (min-width: 768px) {
  .nyc-cc-guest-photos__cell img {
    height: 260px;
  }
  .nyc-cc-guest-photos__title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .nyc-cc-guest-photos__cell img {
    height: 280px;
  }
}
@media (max-width: 991px) {
  .nyc-cc-reviews-fallback {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .nyc-cc-2026-below__neighborhoods {
    margin-top: 48px;
    padding-top: 32px;
  }
  .nyc-cc-guest-photos__title {
    padding: 0 16px;
    font-size: 16px;
    line-height: 22px;
  }
  .nyc-cc-guest-photos__outer {
    padding: 0 12px;
  }
  .nyc-cc-guest-photos__arrow--prev {
    left: 4px !important;
  }
  .nyc-cc-guest-photos__arrow--next {
    right: 4px !important;
  }
}
.nyc-cc-customer-reviews {
  padding: 8px 0 48px;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.nyc-cc-customer-reviews__title {
  margin: 50px 0 28px;
  text-align: left;
  text-transform: uppercase;
  color: #1a1a1a;
  letter-spacing: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 100%;
  vertical-align: middle;
}
.nyc-cc-customer-reviews__grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.nyc-cc-customer-reviews__actions {
  margin-top: 28px;
  text-align: center;
}
.nyc-cc-customer-reviews__cta {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  height: 48px;
  border: none;
  border-radius: 10px;
  padding: 0;
  cursor: pointer;
  letter-spacing: 0.08em;
  font: 500 16px/1 'Lato', sans-serif;
  background: transparent;
}
.nyc-cc-review-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 14px;
  background: #FFFFFF;
  box-shadow: 0 8px 28px rgba(71, 71, 71, 0.1);
}
.nyc-cc-review-card__gallery {
  position: relative;
  flex-shrink: 0;
  aspect-ratio: 520 / 320;
  overflow: hidden;
  border-radius: 14px 14px 14px 14px;
  background: #F3F3F3;
}
.nyc-cc-review-card__slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.nyc-cc-review-card__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.nyc-cc-review-card__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.nyc-cc-review-card__slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.nyc-cc-review-card__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nyc-cc-review-card__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.nyc-cc-review-card__arrow::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  border-right: 2px solid #474747;
  border-bottom: 2px solid #474747;
}
.nyc-cc-review-card__arrow--prev {
  left: 10px;
}
.nyc-cc-review-card__arrow--prev::after {
  transform: rotate(135deg);
  margin-right: 12px;
}
.nyc-cc-review-card__arrow--next {
  right: 10px;
}
.nyc-cc-review-card__arrow--next::after {
  transform: rotate(-45deg);
  margin-left: 12px;
}
.nyc-cc-review-card__inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px 18px 20px;
}
.nyc-cc-review-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.nyc-cc-review-card__name {
  color: #474747;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  vertical-align: middle;
}
.nyc-cc-review-card__date {
  flex-shrink: 0;
  text-align: right;
  color: #707070;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  vertical-align: middle;
}
.nyc-cc-review-card__stars {
  margin-bottom: 8px;
}
.nyc-cc-review-card__stars .chef-stars-rating {
  height: 11px;
}
.nyc-cc-review-card__meal {
  margin: 0 0 8px;
  color: #e64808;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  vertical-align: middle;
}
.nyc-cc-review-card__text-wrap {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
}
.nyc-cc-review-card__excerpt {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
}
.nyc-cc-review-card__text-clip {
  position: relative;
  width: 100%;
}
.nyc-cc-review-card__text {
  margin: 0;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
}
.nyc-cc-review-card__text-wrap.has-clamp:not(.is-expanded) .nyc-cc-review-card__text-clip .nyc-cc-review-card__text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.nyc-cc-review-card--no-gallery .nyc-cc-review-card__text-wrap.has-clamp:not(.is-expanded) .nyc-cc-review-card__text-clip .nyc-cc-review-card__text {
  -webkit-line-clamp: 12;
}
.nyc-cc-review-card__text-wrap.is-expanded .nyc-cc-review-card__text {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}
.nyc-cc-review-card__more {
  margin: 6px 0 0;
  padding: 0;
  border: none;
  background: none;
  color: #e64808;
  font: 600 14px/19px 'Open Sans', sans-serif;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}
.nyc-cc-review-card__text-wrap.has-clamp:not(.is-expanded) .nyc-cc-review-card__text-clip .nyc-cc-review-card__more {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding-left: 3.75em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF 55%);
}
.nyc-cc-review-card__text-wrap.has-clamp:not(.is-expanded) .nyc-cc-review-card__text-clip .nyc-cc-review-card__more::before {
  content: '... ';
  color: #333333;
  font-weight: 400;
}
.nyc-cc-review-card__text-wrap.is-expanded .nyc-cc-review-card__more {
  position: static;
  padding-left: 0;
  background: none;
  margin-top: 6px;
}
.nyc-cc-review-card__text-wrap.is-expanded .nyc-cc-review-card__more::before {
  content: none;
}
.nyc-cc-review-card__more:hover,
.nyc-cc-review-card__more:focus-visible {
  text-decoration: underline;
  outline: none;
}
@media (max-width: 1199px) {
  .nyc-cc-customer-reviews__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .nyc-cc-customer-reviews__grid {
    grid-template-columns: 1fr;
  }
}
.nyc-cc-meet-chefs {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  padding: 8px 0 40px;
}
.nyc-cc-meet-chefs__title {
  margin: 0 0 24px;
  text-align: left;
  text-transform: uppercase;
  color: #1a1a1a;
  letter-spacing: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 100%;
}
.nyc-cc-meet-chefs__slider-wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  overflow-x: hidden;
  background: #FFFFFF;
}
.nyc-cc-meet-chefs__slider {
  width: 100%;
  box-sizing: border-box;
}
.nyc-cc-meet-chefs__slider .slick-list {
  margin: 0 -12px;
}
.nyc-cc-meet-chefs__slider .slick-slide {
  margin-bottom: 5px;
}
.nyc-cc-meet-chefs__slider .slick-slide > div {
  padding: 0 12px;
}
.nyc-cc-meet-chefs__slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.nyc-cc-meet-chefs__slider .slick-dots li {
  margin: 0;
}
.nyc-cc-meet-chefs__slider .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 1px solid #FF530D;
  border-radius: 50%;
  background-color: #FFFFFF;
  text-indent: -9999px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.nyc-cc-meet-chefs__slider .slick-dots li.slick-active button {
  background-color: #FF530D;
}
.nyc-cc-chef-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 14px;
  background: #FFFFFF;
  box-shadow: 0 4px 4px 0 #00000040;
}
.nyc-cc-chef-card__media {
  flex-shrink: 0;
  max-height: 231px;
  overflow: hidden;
  border-radius: 14px;
  background: #F3F3F3;
}
.nyc-cc-chef-card__media img {
  display: block;
  width: 100%;
  max-height: 231px;
  height: 231px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: grayscale(100%);
}
.nyc-cc-chef-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  padding: 14px 16px 18px;
}
.nyc-cc-chef-card__headline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
}
.nyc-cc-chef-card__name {
  flex: 1;
  min-width: 0;
  color: #474747;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  vertical-align: middle;
}
.nyc-cc-chef-card__rating-block {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.nyc-cc-chef-card__star {
  display: flex;
  line-height: 0;
}
.nyc-cc-chef-card__rating-num {
  color: #454751;
  font: 700 14px/18px 'Lato', sans-serif;
}
.nyc-cc-chef-card__reviews {
  color: #999999;
  font: 400 13px/18px 'Open Sans', sans-serif;
}
.nyc-cc-chef-card__experience {
  margin: 0 0 12px;
  color: #606060;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.02em;
  vertical-align: middle;
}
.nyc-cc-chef-card__tags {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 6px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.nyc-cc-chef-card__tag {
  flex: 0 1 auto;
  min-width: 0;
  max-width: calc((100% - 12px) / 3);
  margin: 0;
  padding: 6px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 6px;
  background: #f7f7f7;
  box-sizing: border-box;
  color: #474747;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 9px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
}
.nyc-cc-chef-card__highlights {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  min-width: 0;
}
.nyc-cc-chef-card__highlight {
  display: flex;
  align-items: center;
  min-width: 0;
  margin-bottom: 10px;
}
.nyc-cc-chef-card__highlight:last-child {
  margin-bottom: 0;
}
.nyc-cc-chef-card__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: 24px;
  min-height: 17px;
  margin-right: 10px;
  margin-top: 0;
}
.nyc-cc-chef-card__icon img {
  display: block;
  width: 18px;
  height: auto;
  max-height: 17px;
  -o-object-fit: contain;
     object-fit: contain;
}
.nyc-cc-chef-card__highlight-text {
  display: block;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
}
.nyc-cc-chef-card__profile {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #efeeee;
  text-align: center;
  color: #FF530D;
  font: 600 14px/20px 'Open Sans', sans-serif;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.nyc-cc-chef-card__profile:hover,
.nyc-cc-chef-card__profile:focus-visible {
  text-decoration: underline;
  outline: none;
}
.nyc-cc-faq {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px 40px;
  box-sizing: border-box;
  background: #FFFFFF;
}
.nyc-cc-faq__title {
  margin: 0 0 8px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  color: #FF530D;
  letter-spacing: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 38px;
  line-height: 100%;
}
.nyc-cc-faq__title-market {
  text-transform: uppercase;
}
.nyc-cc-faq__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nyc-cc-faq__item {
  border-bottom: 1px solid #eeeeee;
}
.nyc-cc-faq__item:first-child {
  border-top: 1px solid #eeeeee;
}
.nyc-cc-faq__trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  padding: 22px 0;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: #333333;
  font: inherit;
  letter-spacing: 0;
}
.nyc-cc-faq__trigger:focus {
  outline: none;
}
.nyc-cc-faq__trigger:focus-visible {
  outline: 2px solid #FF530D;
  outline-offset: 2px;
}
.nyc-cc-faq__question {
  flex: 1;
  min-width: 0;
  color: #333333;
  letter-spacing: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 30px;
}
.nyc-cc-faq__icon {
  position: relative;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}
.nyc-cc-faq__icon::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333333;
}
.nyc-cc-faq__icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 6px;
  width: 2px;
  height: 100%;
  background-color: #333333;
}
.nyc-cc-faq__item--open .nyc-cc-faq__icon::before {
  display: none;
}
.nyc-cc-faq__panel {
  display: none;
  padding: 0 0 22px;
}
.nyc-cc-faq__answer {
  max-width: 100%;
  color: #333333;
  letter-spacing: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 30px;
}
.nyc-cc-faq__answer ol,
.nyc-cc-faq__answer ul {
  margin: 8px 0 0;
  padding-left: 20px;
}
@media (max-width: 575px) {
  .nyc-cc-faq {
    padding-left: 16px;
    padding-right: 16px;
  }
  .nyc-cc-faq__title {
    font-size: 28px;
    line-height: 100%;
  }
}
.nyc-cc-discover-experiences {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 48px 25px 56px;
  background: #FFFFFF;
}
.nyc-cc-discover-experiences__title {
  margin: 0 0 24px;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
  text-transform: uppercase;
  color: #1a1a1a;
  letter-spacing: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 100%;
}
.nyc-cc-discover-experiences__outer {
  position: relative;
  padding: 0;
  overflow-x: hidden;
}
.nyc-cc-discover-experiences--static .nyc-cc-discover-experiences__outer {
  overflow-x: visible;
}
.nyc-cc-discover-experiences__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  box-sizing: border-box;
  padding: 0;
}
.nyc-cc-discover-experiences__slider-wrap {
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}
.nyc-cc-discover-experiences__slider {
  position: relative;
  margin: 0;
  box-sizing: border-box;
}
.nyc-cc-discover-experiences__slider.slick-slider {
  position: relative;
}
.nyc-cc-discover-experiences__slider .slick-list {
  margin: 0;
  padding: 0;
}
.nyc-cc-discover-experiences__slider .slick-track {
  display: flex;
  align-items: stretch;
}
.nyc-cc-discover-experiences__slider .slick-slide {
  box-sizing: border-box;
  height: auto;
  padding: 0 6px;
}
.nyc-cc-discover-experiences__slider .slick-slide > div {
  height: 100%;
  padding: 0;
}
.nyc-cc-discover-experiences__slider .slick-arrow.slick-disabled {
  display: none !important;
}
.nyc-cc-discover-experiences__slide {
  height: 100%;
}
.nyc-cc-discover-experiences__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 193 / 262;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 7.81px;
  background: #FFFFFF;
  box-shadow: 0 4px 4px 0 #00000040;
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: box-shadow 0.2s ease;
}
.nyc-cc-discover-experiences__card:hover,
.nyc-cc-discover-experiences__card:focus-visible {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.22);
}
.nyc-cc-discover-experiences__card:focus-visible {
  outline: 2px solid #FF530D;
  outline-offset: 2px;
}
.nyc-cc-discover-experiences--static .nyc-cc-discover-experiences__row .nyc-cc-discover-experiences__card {
  flex: 0 1 auto;
  width: min(193px, calc((100% - 4 * 12px) / 3));
  max-width: 100%;
}
.nyc-cc-discover-experiences__card-media {
  display: block;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  background: #F3F3F3;
}
.nyc-cc-discover-experiences__card-media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.nyc-cc-discover-experiences__card-label {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 25px;
  padding: 0 6px;
  overflow: hidden;
  background: #FF530D;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nyc-cc-discover-experiences__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}
.nyc-cc-discover-experiences__arrow::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  border-right: 2px solid #b0b0b0;
  border-bottom: 2px solid #b0b0b0;
}
.nyc-cc-discover-experiences__arrow--prev {
  left: 10px;
}
.nyc-cc-discover-experiences__arrow--prev::after {
  transform: rotate(135deg);
  margin-right: 14px;
}
.nyc-cc-discover-experiences__arrow--next {
  right: 10px;
}
.nyc-cc-discover-experiences__arrow--next::after {
  transform: rotate(-45deg);
  margin-left: 14px;
}
.nyc-cc-discover-experiences__arrow:hover {
  background: #FFFFFF;
}
@media (max-width: 575px) {
  .nyc-cc-discover-experiences {
    padding-left: 16px;
    padding-right: 16px;
  }
  .nyc-cc-discover-experiences--static .nyc-cc-discover-experiences__row .nyc-cc-discover-experiences__card {
    width: min(193px, calc((100% - 12px) / 2));
  }
}
@media (max-width: 575px) {
  .nyc-cc-discover-experiences__title {
    font-size: 22px;
    line-height: 100%;
  }
  .nyc-cc-discover-experiences__arrow--prev {
    left: 4px !important;
  }
  .nyc-cc-discover-experiences__arrow--next {
    right: 4px !important;
  }
  .nyc-cc-meet-chefs__title {
    font-size: 22px;
    line-height: 100%;
  }
}

