/*      Request ID: e2b8feb066a98d9b4c0feea5821f0775_1756919180 (09/08/2025 6:19am) (tY3RDcMgDAVX6QAtHiky8AqWHKiMA+s3itRO0P6cTvdzNNlorUUR2sUfGTOoTKzKitDg9DqiStqq70qbtGLIguaDvGLHoKI9slJhVZicIbH1Y0C/EhRj3G/0+9WTMy78bzFhLulMH7lWbw==)      */



/*      Resource ID: e18d3b3ecb9529047402c535444 (carousel.less, compiled by lessc, minified by none) (09/04/2025 7:58am) (A:5280, B:5320, C:4625, D:4665, F:4665, J:4665, K:4665)      */

/**********************************************
 *
 *  Carousel Gallery
 *  --------------------
 *  Docs: https://github.com/whitewhale/LWGalleries
 *
 *  Carousel gallery displays a slideshow of images that opens fullscreen when clicked.
 *
 *  Go to the fullscreen gallery to change fullscreen settings.
 *  These gallery styles and scripts are only loaded when there's a gallery on the page.
 *
 *  Auto play without captions:         apply custom class "autoplay"
 *  Show dot navigation:                apply custom class "dots"
 *  Hide captions:                      apply custom class "no-captions"
 *  Hide arrow navigation:              apply custom class "no-arrows"
 *  Hide title:                         apply custom class "no-title"
 *
 *
 *  This gallery uses BoxSlider to display images
 *  Source: BxSlider v4.1.2
 *  Written by: Steven Wanderski, 2014
 *  http://stevenwanderski.com
 *  http://bxslider.com/examples/carousel-dynamic-number-slides
 *
  **********************************************
 */
/*  Hide slider until slides load */
.lw_gallery_carousel {
  visibility: hidden;
  position: relative;
  z-index: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
.lw_gallery_carousel #lw_gallery_carousel_title {
  /* use ID to override wysiwyg header settings */
  display: block;
  position: absolute;
  z-index: 99;
  margin: 0;
  padding: 0.4em 0.5em 0.35em;
  text-transform: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  background-color: rgba(0, 56, 101, 0.8);
  color: #fff;
  font-family: FFMarkWebProBook, serif;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 600;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  /* smooth light text on dark background */
  -moz-osx-font-smoothing: grayscale;
}
.lw_gallery_carousel .bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
}
.lw_gallery_carousel .bxslider {
  margin: 0 !important;
  padding: 0 !important;
}
.lw_gallery_carousel .bxslider li {
  clear: none !important;
  margin-left: 0 !important;
  width: auto !important;
  /* Allow for varying image dimensions */
}
.lw_gallery_carousel figure {
  position: relative;
  margin: 0;
}
.homepage .lw_gallery_carousel figure {
  position: static;
}
.lw_gallery_carousel figure img {
  max-width: 100%;
  width: auto;
  display: block;
  border: none;
  margin: 0 auto !important;
  padding: 0;
}
/* Responsive style overrides for LiveWhale lightbox*/
@media only screen and (max-width: 768px) {
  .lw_element .lw_overlay {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .lw_element .lw_overlay .lw_preview_content img {
    max-width: 400px !important;
  }
}
/* Arrow Navigation
----------------------------*/
.lw_gallery_carousel .bx-controls-direction {
  display: block;
}
.lw_gallery_carousel .bx-controls-direction .bx-prev,
.lw_gallery_carousel .bx-controls-direction .bx-next {
  z-index: 2;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 0;
  border: none;
  webkit-appearance: none;
  background: rgba(255, 255, 255, 0.6);
  text-indent: -9999px;
  overflow: hidden;
}
.lw_gallery_carousel .bx-controls-direction a:hover {
  background: rgba(255, 255, 255, 0.9);
}
.lw_gallery_carousel .bx-controls-direction a:focus {
  background: #fff;
}
.lw_gallery_carousel .bx-controls-direction .bx-prev {
  left: 0;
}
.lw_gallery_carousel .bx-controls-direction .bx-next {
  right: 0;
}
.lw_gallery_carousel .bx-controls-direction a::after {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.lw_gallery_carousel .bx-controls-direction .bx-prev::after {
  background-image: url('/live/resource/image/_ingredients/themes/global/galleries/carousel/carousel-arrow-left.png');
  right: 6px;
}
.lw_gallery_carousel .bx-controls-direction .bx-next::after {
  background-image: url('/live/resource/image/_ingredients/themes/global/galleries/carousel/carousel-arrow-right.png');
  left: 6px;
}
/* Caption Styles
----------------------------*/
.lw_gallery_carousel figcaption {
  display: block;
  z-index: 99;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 56, 101, 0.8);
  line-height: 1.2;
  padding: 6px 11px 7px;
}
.lw_gallery_carousel figcaption a {
  color: #fff !important;
  text-decoration: underline;
}
.lw_gallery_carousel .caption {
  display: block;
  font-family: FFMarkWebProBookItalic, serif;
  font-size: 1.4rem;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 19px;
}
@media only screen and (max-width: 768px) {
  .lw_gallery_carousel .caption {
    font-size: 1.3rem;
  }
}
.lw_gallery_carousel .credit {
  display: none;
  font-family: FFMarkWebProBookItalic, serif;
  font-size: 1rem;
  color: #aaa;
}
/* Dot Navigation Styles
----------------------------*/
.lw_gallery_carousel .bx-pager {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 15px;
}
.lw_gallery_carousel .bx-pager .bx-pager-item,
.lw_gallery_carousel .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
.lw_gallery_carousel .bx-pager.bx-default-pager a {
  background: #999;
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  outline: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.lw_gallery_carousel .bx-pager.bx-default-pager a:hover,
.lw_gallery_carousel .bx-pager.bx-default-pager a.active {
  background: #444;
}
/* Settings
----------------------------*/
.lw_gallery_carousel .bx-pager,
.no-captions.lw_gallery_carousel figcaption,
.no-arrows.lw_gallery_carousel .bx-controls-direction,
.no-title.lw_gallery_carousel #slideshow-title {
  display: none;
}
/* Turn on options - must come after default settings */
.dots.lw_gallery_carousel .bx-pager {
  display: block;
}

/*      Resource ID: 0513314d9349ae0cfbe5a0e4f1f (fade.less, compiled by lessc, minified by none) (09/05/2025 2:38am) (A:3928, B:3928, C:3986, D:3986, F:3986, J:3986, K:3986)      */

/**********************************************
 *
 *  Fade Gallery
 *  --------------------
 *  The sliders are generated using Swiper https://idangero.us/swiper/
 *
  **********************************************
 */
.lw_gallery_fade {
  margin: 0;
  max-width: 100%;
  position: relative;
}
.lw_gallery_fade.is-hidden {
  background-color: rgba(159, 159, 159, 0.25);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0 linear;
  -o-transition: opacity 0 linear;
  transition: opacity 0 linear;
}
.lw_gallery_fade .lwg-fade-swiper {
  z-index: 0;
}
.lw_gallery_fade .lwg-fade-slide {
  line-height: 0;
}
.lw_gallery_fade .lwg-fade-slide img {
  width: 100%;
}
.lw_gallery_fade .lwg-fade-caption {
  z-index: 3;
  position: absolute;
  width: 100%;
  min-height: 50px;
  left: 0;
  bottom: 0;
  padding: 12px 20px 34px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
  background-color: rgba(0, 56, 101, 0.8);
}
@media only screen and (max-width: 768px) {
  .lw_gallery_fade .lwg-fade-caption {
    padding: 9px 12px 27px;
    min-height: 0;
  }
}
@media (max-width: 500px) {
  .lw_gallery_fade .lwg-fade-caption {
    padding: 6px 12px 21px;
  }
}
.lw_gallery_fade .lwg-fade-pagination.swiper-pagination-bullets {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  line-height: 1;
}
@media (max-width: 767px) {
  .lw_gallery_fade .lwg-fade-pagination.swiper-pagination-bullets {
    bottom: 8px;
  }
}
@media (max-width: 500px) {
  .lw_gallery_fade .lwg-fade-pagination.swiper-pagination-bullets {
    bottom: 6px;
  }
}
.lw_gallery_fade .lwg-fade-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .lw_gallery_fade .lwg-fade-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (max-width: 767px) {
  .lw_gallery_fade .lwg-fade-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (max-width: 500px) {
  .lw_gallery_fade .lwg-fade-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-left: 3px;
    margin-right: 3px;
  }
}
.lw_gallery_fade .lwg-fade-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #f2a900;
}
.lw_gallery_fade .lwg-fade-caption-btn {
  position: absolute;
  left: 20px;
  top: 50%;
  margin: -23px 0 0;
  padding: 0;
  font-size: 2.6rem;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.45);
  color: #f2a900;
  -webkit-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  transition: color 150ms ease;
}
@media only screen and (max-width: 768px) {
  .lw_gallery_fade .lwg-fade-caption-btn {
    font-size: 2rem;
    left: 10px;
    margin-top: -19px;
  }
}
@media (max-width: 500px) {
  .lw_gallery_fade .lwg-fade-caption-btn {
    margin-top: -17px;
  }
}
.lw_gallery_fade .lwg-fade-caption-text {
  padding-left: 40px;
  color: #d8e4ed;
  -webkit-transition: opacity 150ms ease;
  -o-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}
.lw_gallery_fade .lwg-fade-caption-text:not(.is-visible) {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 19px;
}
.lw_gallery_fade .lwg-fade-caption-text.is-visible {
  min-height: 19px;
  padding-bottom: 3px;
}
@media (max-width: 767px) {
  .lw_gallery_fade .lwg-fade-caption-text {
    padding-left: 25px;
    font-size: 1.4rem;
  }
}
@media (max-width: 500px) {
  .lw_gallery_fade .lwg-fade-caption-text {
    font-size: 1.3rem;
  }
}
.lw_gallery_fade .lwg-fade-caption-text.is-changing {
  opacity: 0;
}
.lw_gallery_fade .lwg-fade-caption-text a {
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
}
.lw_gallery_fade .lwg-fade-caption-text a:hover,
.lw_gallery_fade .lwg-fade-caption-text a:focus {
  color: #f2a900;
}
.lw_gallery_fade .lwg-fade-hidden-caption {
  display: none;
}

/*      Resource ID: 63d3be8971d7179d5aa8dcb7f81 (vertical.less, compiled by lessc, minified by none) (09/08/2025 6:19am) (A:4231, B:4231, C:3567, D:3567, F:3567, J:3567, K:3567)      */

/**********************************************
 *
 *  Vertical Gallery
 *  --------------------
 *  The sliders are generated using Swiper https://idangero.us/swiper/
 *
  **********************************************
 */
.lw_gallery_vertical {
  margin: 0;
  width: 100%;
  max-width: 1000px;
  position: relative;
}
.lw_gallery_vertical::before {
  content: '';
  display: block;
  padding-bottom: 56%;
}
.lw_gallery_vertical.is-hidden {
  background-color: rgba(159, 159, 159, 0.25);
}
.lw_gallery_vertical.is-hidden .lwg-vertical-inner {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0 linear;
  -o-transition: opacity 0 linear;
  transition: opacity 0 linear;
}
.lw_gallery_vertical .lwg-vertical-inner {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: opacity 150ms ease;
  -o-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}
.lw_gallery_vertical .lwg-vertical-main {
  height: 100%;
  position: relative;
}
.lw_gallery_vertical .lwg-vertical-main img {
  margin: 0;
  width: 100%;
  height: auto;
}
.lw_gallery_vertical .lwg-vertical-main .lwg-vertical-hidden-caption {
  display: none;
}
.lw_gallery_vertical .lwg-vertical-thumbs {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14.7%;
  -ms-flex: 0 0 14.7%;
  flex: 0 0 14.7%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}
@media only screen and (max-width: 991px) {
  .lw_gallery_vertical .lwg-vertical-thumbs {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    height: 93%;
  }
}
.lw_gallery_vertical .lwg-vertical-thumbs .lwg-vertical-slide {
  height: auto !important;
  width: 100%;
  overflow: hidden;
}
.lw_gallery_vertical .lwg-vertical-thumbs .lwg-vertical-slide::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.lw_gallery_vertical .lwg-vertical-thumbs .lwg-vertical-slide:last-child {
  margin-bottom: 40px !important;
}
.lw_gallery_vertical .lwg-vertical-thumbs .lwg-vertical-slide img {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-height: 100%;
  min-width: 100%;
  max-width: none;
  width: auto;
  height: auto;
}
.lw_gallery_vertical .lwg-vertical-thumbs .swiper-slide-thumb-active {
  box-shadow: inset 0 0 0 4px #ffc540;
}
.lw_gallery_vertical .lwg-vertical-thumbs .lwg-vertical-hidden-caption {
  display: none;
}
.lw_gallery_vertical .lwg-vertical-next {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  width: calc(100% - 20px);
  max-width: 200px;
  height: 22.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  background-color: rgba(242, 169, 0, 0.8);
  color: #003865;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 1.2px;
  font-weight: 800;
}
.lw_gallery_vertical .lwg-vertical-next .fas {
  font-size: 1.15rem;
}
.lw_gallery_vertical .lwg-vertical-next:focus {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0 0 4px #4088c2;
  outline: none;
}
.lw_gallery_vertical .lwg-vertical-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 579px) {
  .lw_gallery_vertical .lwg-vertical-next {
    display: none;
  }
}