/** Shopify CDN: Minification failed

Line 183:92 Expected ":"
Line 183:132 Expected ":"

**/
.features-ups-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 4rem;
  padding-bottom: 4rem;
  column-gap: 8rem;
}
.feature-single-ups {
  display: flex;
  align-items: start;
  column-gap: 1.5rem;
  position: relative;
}
.feature-single-ups::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  right: -4rem;
  left: auto;
}
.feature-single-ups:last-child::after {
  display: none;
}
.features-ups-wrapper .icon-image {
  min-width: 4.25rem;
  min-height: 4.25rem;
  max-width: 3.75rem;
  max-height: 3.75rem;
}
.features-ups-wrapper h3.title-desc {
  text-transform: uppercase;
  cursor: pointer;
}
.section-rich-text .majortitle.in-content {
	margin-bottom: 0px;
}
@media screen and (min-width: 1280px) {
  .feature-single-ups:after {
    content: "";
    width: 1px;
    height: 130%;
    background: #000;
    position: absolute;
    right: -4rem;
    left: auto;
    top: -15%;
  }
}
.gallery.gallery--height-fixed.gallery--grid-desktop-2.gallery--grid-mobile-1.gallery--with-margins.gallery--mobile-carousel {
	margin-top: 20px;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .features-ups-wrapper {
    column-gap: 4rem;
  }
  .feature-single-ups:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #000;
    position: absolute;
    right: -2rem;
    left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .features-ups-wrapper {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 40px;
    column-gap: 0;
  }
  .feature-single-ups {
    display: flex;
    align-items: center;
    column-gap: 1.5rem;
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .feature-single-ups:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0rem;
    top: auto;
  }
  .title-wrapper {
    flex: 1;
  }
  .features-ups-wrapper .icon-image {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
  }
  .features-ups-wrapper h3.title-desc {
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .features-ups-wrapper h3.title-desc::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg class='' width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 12V0V12Z' stroke='currentColor'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 6H12H0Z' stroke='currentColor'%3E%3C/path%3E%3C/svg%3E");
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .features-ups-wrapper h3.title-desc.active::after {
    transform: rotate(45deg);
  }
  .title-wrapper {
    overflow: hidden;
    position: relative;
}
  span.body-desc {
    display: flex;
    opacity: 0;
    transition: all cubic-bezier(.4,0,1,1) .4s;
    position: relative;
    top: 100%;
    height: 0;
}
span.body-desc.open {
    opacity: 1;
    transition: all cubic-bezier(.4,0,1,1) .4s;
    top: 0;
    height: 100%;
}
  /* span.body-desc {
    display: none;
}
  span.body-desc.open {
    display: block;
} */
}
.slider {
    overflow-x: auto; 
    --webkit-overflow-scrolling: touch; 
}

.collection-slider .hometitle {
    position: absolute;
    top: calc(50% - 45px);
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
}


.collection-slider .has-paging .slider-nav__btn.left-btn {
    transform: scaleX(-1);
}
.collection-slider .has-paging .slider-nav__btn {
    background: #fff;
    border-radius: .5rem;
    padding: 1.25rem;
    line-height: 0;
}
@media screen and (min-width:990px) {.lock-fit-video  .video-section .height--adapt {    --aspect-ratio: unset !important;    height: calc(100vh - 220px);}}
@media screen and (max-width: 767px) {
  .section-key-features .slider__grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc(100% - var(--gutter) * 2);
  }
  .section-key-features .scrolling-image-list__image {
	padding: 0 14px;
}
}
