/**
	This file does note generate code.  It is imported by other sass files to include
	variables, mixins, and functions.
	*/
/* Settings
   -------------------------------------------------------------------------- */
/* Filter Colors
   -------------------------------------------------------------------------- */
/* Tools
   -------------------------------------------------------------------------- */
.featured-stories {
  overflow: hidden;
}
@media (min-width: 768px) {
  .featured-stories:not(:has(.featured-stories__button--bottom)) {
    padding-bottom: 80px;
  }
}
.featured-stories .pi-stories {
  display: none;
}
.featured-stories .featured-stories--title {
  justify-content: space-between;
}
.featured-stories .featured-stories--title :only-child {
  width: 100%;
}
.featured-stories .featured-stories--title h3 {
  margin: 0;
}
.featured-stories .btn {
  text-align: center;
}
@media (min-width: 992px) {
  .featured-stories .btn {
    margin-left: 20px !important;
  }
}
.featured-stories .btn.no-left-margin {
  margin-left: 0 !important;
  text-align: left !important;
}
@media (min-width: 1200px) {
  .featured-stories .owl-carousel-wrapper,
.featured-stories .pi-carousel-wrapper,
.featured-stories .splide-wrapper {
    padding: 0 80px;
  }
}
.featured-stories .owl-carousel-wrapper:not(:last-child),
.featured-stories .pi-carousel-wrapper:not(:last-child),
.featured-stories .splide-wrapper:not(:last-child) {
  margin-bottom: 2rem;
}
.featured-stories .splide-wrapper {
  position: relative;
}
.featured-stories__heading {
  padding: 0 25px;
}
@media (max-width: 991.98px) {
  .featured-stories__heading .row {
    margin-left: 0;
    margin-right: 0;
  }
  .featured-stories__heading .row div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .featured-stories__heading {
    max-width: 1424px !important;
    padding: 0 80px;
  }
}
.featured-stories .splide {
  position: unset;
}
@media (min-width: 1200px) {
  .featured-stories .splide {
    margin: 0 auto;
    max-width: 1264px;
  }
}
@media (min-width: 1200px) {
  .featured-stories .splide__track {
    clip-path: inset(-100vw -100vw -100vw 0);
    overflow: visible;
  }
}
.featured-stories .splide__slide {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.featured-stories .splide__slide:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  inset: 0;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  pointer-events: none;
}
.featured-stories .splide__slide a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.featured-stories .splide__slide a:hover .bgcover .play-btn {
  color: #42817a;
}
.featured-stories .splide__slide .bgcover {
  height: 300px;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.featured-stories .splide__slide .bgcover .play-btn {
  display: block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -60px 0 0 -60px;
  color: #fff;
  font-size: 80px;
  text-align: center;
}
.featured-stories .splide__slide .basic-picture {
  display: block;
  width: 100%;
  height: 100%;
}
.featured-stories .splide__slide .basic-picture img {
  width: 100%;
  height: 100%;
}
.featured-stories .splide__slide .content {
  padding: 20px;
}
.featured-stories .splide__slide .content h4 {
  text-transform: none;
}
@media (max-width: 991.98px) {
  .featured-stories .splide__slide .content h4 {
    font-size: 22px;
  }
}
.featured-stories .splide__slide .content h5, .featured-stories .splide__slide .content .pi-slider .igo_boxbody .igo_product_product_name_value, .pi-slider .igo_boxbody .featured-stories .splide__slide .content .igo_product_product_name_value {
  line-height: 1.1;
}
.featured-stories .splide__slide .content .h6 {
  font-size: 15px;
  color: #4d4c51;
}
.featured-stories .splide__slide .content p {
  line-height: 24px;
  color: #515151;
}
.featured-stories .splide__slide .content > *:last-child {
  margin-bottom: 0;
}
.featured-stories .splide__arrows {
  position: absolute;
  z-index: 1;
  display: flex;
  bottom: -72px;
  width: 100%;
  left: 50%;
  justify-content: end;
  transform: translateX(-50%);
  gap: 14px;
  max-width: 1423px;
  padding: 0 40px;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .featured-stories .splide__arrows {
    padding: 0 80px;
  }
}
.featured-stories .splide__arrow {
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #42817a;
  width: 38px;
  height: 38px;
  background-color: white;
  color: #42817a;
  pointer-events: all;
}
.featured-stories .splide__arrow:hover, .featured-stories .splide__arrow:focus {
  background-color: #42817a;
  color: white;
}
.featured-stories .splide__arrow[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.featured-stories .splide__arrow .v-icon__svg {
  width: 20px;
  height: 20px;
  color: inherit;
}
.featured-stories .splide__arrow--prev {
  left: 12px;
}
@media (min-width: 1200px) {
  .featured-stories .splide__arrow--prev {
    left: -20px;
  }
}
.featured-stories .splide__arrow--prev .v-icon__svg {
  transform: scaleX(-1);
}
.featured-stories .splide__arrow--next {
  right: 12px;
}
@media (min-width: 1200px) {
  .featured-stories .splide__arrow--next {
    right: -20px;
  }
}
.featured-stories .splide__pagination {
  padding-left: 0;
  list-style: none;
  position: relative;
  gap: 18px;
  margin: 30px auto 0;
  min-height: 8px;
  padding: 0 40px;
}
.featured-stories .splide__pagination li {
  font-size: 0;
}
.featured-stories .splide__pagination__page {
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  margin: -4px;
  padding: 4px;
  font-size: 0;
}
.featured-stories .splide__pagination__page::before {
  content: "";
  display: block;
  border-radius: 50%;
  transition: all 0.25s linear;
  width: 6px;
  height: 6px;
  background: #d9d9d9;
}
.featured-stories .splide__pagination__page.is-active::before {
  border-radius: 8px;
  width: 24px;
  height: 8px;
  background: #42817a;
}
.pi-active .featured-stories.pi-featured-stories {
  display: none;
}
.featured-stories__footer {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 2rem auto 0;
  max-width: 1264px;
}
@media (min-width: 768px) {
  .featured-stories__footer {
    justify-content: flex-end;
    padding-right: 186px;
    max-width: 1423px;
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .featured-stories__footer {
    padding-left: 80px;
    padding-right: 226px;
  }
}
@media (min-width: 1200px) {
  .featured-stories--desktop-no-slide:not(:has(.featured-stories__button--bottom)) {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .featured-stories--desktop-no-slide .featured-stories__footer {
    max-width: 1424px;
    padding: 0 80px;
  }
}
@media (min-width: 1200px) {
  .featured-stories--desktop-no-slide .splide__slide:after {
    content: none;
  }
}

.igo_boxhead {
  display: none;
}

.igo_product_product_name_label,
.igo_product_description_label,
.igo_product_slide_button_text_label,
.igo_product_slide_button_url,
.igo_product_slide_tab_text {
  display: none;
}

.igo_content {
  position: absolute;
  z-index: 100;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.salesforce-pi-embed {
  display: none;
  position: relative;
}

.pi-slider .owl-carousel .owl-nav {
  display: block !important;
}
.pi-slider .owl-carousel .owl-nav > div.owl-prev {
  left: 65px;
}
@media (max-width: 991.98px) {
  .pi-slider .owl-carousel .owl-nav > div.owl-prev {
    left: 5px;
  }
}
.pi-slider .owl-carousel .owl-nav > div.owl-next {
  right: 65px;
}
@media (max-width: 991.98px) {
  .pi-slider .owl-carousel .owl-nav > div.owl-next {
    right: 5px;
  }
}
.pi-slider .igo_boxhead {
  display: block;
  margin: 0 auto 3rem;
  max-width: 66%;
}
@media (max-width: 991.98px) {
  .pi-slider .igo_boxhead {
    text-align: center;
  }
}
.pi-slider .igo_boxhead h2 {
  font-size: 36px;
}
@media (max-width: 991.98px) {
  .pi-slider .igo_boxhead h2 {
    font-size: 26px;
  }
}
.pi-slider .igo_boxhead .btn {
  text-align: center;
}
.pi-slider .igo_boxbody .owl-stage-outer {
  overflow: visible;
}
.pi-slider .igo_boxbody .owl-stage {
  display: flex;
}
.pi-slider .igo_boxbody .owl-item {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
  border: 1px solid #ebebeb;
  border-radius: 10px;
  display: flex;
  flex: 1 0 auto;
  opacity: 0.3;
  overflow: hidden;
  padding-bottom: 25px;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pi-slider .igo_boxbody .owl-item:hover, .pi-slider .igo_boxbody .owl-item:focus, .pi-slider .igo_boxbody .owl-item:active {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  transform: scale(1.015);
}
.pi-slider .igo_boxbody .owl-item.active {
  opacity: 1;
}
.pi-slider .igo_boxbody .owl-item a {
  text-decoration: none;
}
.pi-slider .igo_boxbody .owl-item a:not(.igo_product_image_wrap, .igo_product_wrap) {
  display: none;
}
.pi-slider .igo_boxbody .igo_product {
  max-width: 100%;
}
.pi-slider .igo_boxbody .igo_product .igo_product_image_wrap {
  display: block;
  height: 300px;
  position: relative;
}
.pi-slider .igo_boxbody .igo_content {
  position: relative;
  transform: none;
  left: auto;
  top: auto;
  padding: 25px 25px 0;
}
.pi-slider .igo_boxbody .igo_product_image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
}
.pi-slider .igo_boxbody .igo_product_product_name {
  box-sizing: border-box;
}
.pi-slider .igo_boxbody .igo_product_product_name_label {
  display: none;
}
.pi-slider .igo_boxbody .igo_product_product_name_value {
  display: block;
}
.pi-slider .igo_boxbody .igo_product_description {
  box-sizing: border-box;
}
.pi-slider .igo_boxbody .igo_product_description_label {
  display: none;
}

/*# sourceMappingURL=featured-stories.css.map */