/** Shopify CDN: Minification failed

Line 44:24 Expected identifier but found whitespace
Line 44:26 Unexpected "{"
Line 44:46 Expected ":"
Line 47:24 Expected identifier but found whitespace
Line 47:26 Unexpected "{"
Line 47:46 Expected ":"
Line 51:24 Expected identifier but found whitespace
Line 51:26 Unexpected "{"
Line 51:46 Expected ":"
Line 55:24 Expected identifier but found whitespace
... and 26 more hidden warnings

**/
.container {
  max-width: var(--page-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1300px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
  
  /* Overlays over slider and ad on homepage */
.overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  z-index: 2;
}
.overlay-text .overlay-text__rte a, .overlay-text .overlay-text__rte a:hover {
  color: inherit;
  text-decoration-color: {{ image_overlay_text | color_modify: "alpha", 0.4 }};
}
.overlay-text .overlay-text__rte a:hover {
  text-decoration-color: {{ image_overlay_text }};
}
.overlay-text .small-feature-link {
  color: inherit;
  text-decoration-color: {{ image_overlay_text | color_modify: "alpha", 0.4 }};
}
.overlay-text .small-feature-link:hover {
  color: inherit;
  text-decoration-color: {{ image_overlay_text }};
}

.overlay-text--inline {
  position: relative;
}

.overlay--h-left {
  text-align: left;
}

.overlay--h-right {
  text-align: right;
}

.overlay--v-top {
  align-items: flex-start;
}

.overlay--v-bottom {
  align-items: flex-end;
}

.overlay-text__rte {
  max-width: 65ch;
}
.overlay--h-right .overlay-text__rte {
  margin-left: auto;
}
.overlay--h-center .overlay-text__rte {
  margin-left: auto;
  margin-right: auto;
}

.overlay-text__button-row {
  margin: calc(2rem - 10px) -0.5em 0;
}
.overlay-text__button-row .overlay-text__button {
  margin: 10px 0.5em 0;
}

.slideshow--navigation-arrows .overlay-text {
  left: 40px;
  right: 40px;
  width: auto;
}

@media (max-width: 767px) {
  .slideshow--navigation-arrows .overlay-text {
    left: 10px;
    right: 10px;
  }
}
@media (min-width: 768px) {
  .image-overlay--bg-box .overlay-text--for-banner .overlay-text__text {
    padding: 30px 45px;
  }
}
@media (min-width: 1100px) {
  .image-overlay--bg-box .overlay-text--for-banner .overlay-text__text {
    padding: 40px 60px;
  }
}
.overlay-text__inner {
  display: block;
  position: relative;
  width: 100%;
  padding: 30px;
}
@media (min-width: 768px) {
  .overlay-text--for-banner .overlay-text__inner {
    padding: 50px;
  }
}
@media (min-width: 1100px) {
  .overlay-text--for-banner .overlay-text__inner {
    padding: 70px;
  }
}

.overlay-text .overlay-text__title {
  line-height: 1.1em;
  color: inherit;
  margin-bottom: 1.25rem;
}
.overlay-text .overlay-text__title:last-child {
  margin-bottom: 0;
}
.overlay-text .overlay-text__title + .overlay-text__button-row--link {
  margin-top: -0.1em;
}

.overlay-text--with-reveal .overlay-text__title:last-child {
  margin-bottom: 1.25rem;
}
.overlay-text--with-reveal .overlay-text__reveal:last-child .overlay-text__title {
  margin-bottom: 0;
}

.image-overlay--bg-no_background:not(.overlay-text-parent--mobile-stack) .overlay-text__button.button,
.image-overlay--bg-no_background:not(.overlay-text-parent--mobile-stack) .overlay-text__button.btn,
.image-overlay--bg-full:not(.overlay-text-parent--mobile-stack) .overlay-text__button.button,
.image-overlay--bg-full:not(.overlay-text-parent--mobile-stack) .overlay-text__button.btn,
.image-overlay--bg-shadow:not(.overlay-text-parent--mobile-stack) .overlay-text__button.button,
.image-overlay--bg-shadow:not(.overlay-text-parent--mobile-stack) .overlay-text__button.btn {
  border: none !important;
}

@media (min-width: 768px) {
  .overlay-text-parent--mobile-stack.image-overlay--bg-no_background .overlay-text__button.button,
.overlay-text-parent--mobile-stack.image-overlay--bg-no_background .overlay-text__button.btn, .overlay-text-parent--mobile-stack.image-overlay--bg-full .overlay-text__button.button,
.overlay-text-parent--mobile-stack.image-overlay--bg-full .overlay-text__button.btn, .overlay-text-parent--mobile-stack.image-overlay--bg-shadow .overlay-text__button.button,
.overlay-text-parent--mobile-stack.image-overlay--bg-shadow .overlay-text__button.btn {
    border: none !important;
  }
}
.overlay-text__button-row--primary,
.overlay-text__button-row--secondary {
  margin-top: 1em;
}

  
 /* Responsive images */
.rimage-outer-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.rimage-wrapper {
  position: relative;
  transition: background 150ms;
}
.rimage-wrapper.lazyload--placeholder {
  background: #f0f0f0;
}
.rimage-wrapper .rimage__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rimage-wrapper .rimage__image.blur-in {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transition: filter 400ms, -webkit-filter 400ms;
}
.rimage-wrapper .rimage__image.blur-in.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.rimage-wrapper .rimage__image.fade-in {
  opacity: 0;
  transition: opacity 500ms;
}
.rimage-wrapper .rimage__image.fade-in.lazyloaded {
  opacity: 1;
}
.rimage-wrapper .rimage__image.cover {
  object-fit: cover;
}

.rimage-background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.rimage-wrapper .rimage-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rimage-background[data-parent-fit=contain] {
  background-size: contain;
}
.rimage-background.fade-in {
  opacity: 0;
  transition: opacity 500ms;
}
.rimage-background.fade-in.lazyloaded {
  opacity: 1;
}

.rimage-background-wrapper {
  transition: background 150ms;
}
.rimage-background-wrapper.lazyload--placeholder {
  background: #f0f0f0;
}
  
 .image-overlay {
  position: relative;
  overflow: hidden;
  color: {{ image_overlay_text }};
}
.image-overlay .rte a {
  color: inherit;
}

.image-overlay--bg-shadow .overlay-text .overlay-text__inner::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -200px;
  right: -100px;
  bottom: -200px;
  left: -100px;
  z-index: -1;
  background: radial-gradient(rgba(0, 0, 0, {{ image_overlay_shadow_opacity }}) 0%, transparent 70%);
}

.image-overlay--bg-shadow .overlay--h-left .overlay-text__inner::before {
  left: -85%;
  right: 0;
}

.image-overlay--bg-shadow .overlay--h-right .overlay-text__inner::before {
  left: 15%;
  right: -50%;
}

.image-overlay--bg-full::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: {{ image_overlay_bg | color_modify: "alpha", image_overlay_opacity }};
  z-index: 1;
  pointer-events: none;
  transition: opacity 350ms;
}

.image-overlay--bg-box .overlay-text .overlay-text__text {
  background: {{ bg_col | color_modify: "alpha", image_overlay_box_opacity }};
  color: {{ font_col_base }};
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  min-width: 50%;
}
.image-overlay--bg-box .overlay-text .overlay-text__text .overlay-text__title {
  color: {{ font_col_heads }};
}
.image-overlay--bg-box .overlay-text .overlay-text__text .overlay-text__rte a,
.image-overlay--bg-box .overlay-text .overlay-text__text .small-feature-link {
  color: {{ font_col_link }};
  text-decoration-color: {{ font_col_link | color_modify: "alpha", 0.4 }};
}
.image-overlay--bg-box .overlay-text .overlay-text__text .overlay-text__rte a:hover,
.image-overlay--bg-box .overlay-text .overlay-text__text .small-feature-link:hover {
  text-decoration-color: {{ font_col_link }};
}
.image-overlay--bg-box .overlay-text .overlay-text__text .overlay-text__button-row--link {
  margin-bottom: -5px;
}
.image-overlay--bg-box .overlay-text .overlay-text__text .video-container__play {
  color: currentColor;
}
.image-overlay--bg-box.image-overlay--edge-boxes .overlay-text__inner {
  padding: 0;
}

.image-overlay__over {
  position: relative;
  z-index: 2;
}

.image-overlay__image-link {
  display: block;
  height: 100%;
}
.image-overlay__image-link, .image-overlay__image-link:hover {
  color: inherit;
} 
  
  .gallery .subheading--over {
  margin-bottom: 1.25rem;
}
.gallery .overlay-text__title:not(:last-child) {
  margin-bottom: 0.75rem;
}

.gallery__item {
  position: relative;
  flex: 1 1 320px;
  width: 100%;
  transition: background-color 150ms;
}

.gallery__item.lazyload--placeholder {
  background-color: #f0f0f0;
}

.gallery__item--shape-fixed .gallery__image {
  position: relative;
  padding-top: 80%;
}

@media (min-width: 768px) {
  .gallery__item--shape-l-21 .gallery__image {
    padding-top: 50%;
  }

  .gallery__item--shape-l-64 .gallery__image {
    padding-top: 66.7%;
  }

  .gallery__item--shape-l-5x4 .gallery__image {
    padding-top: 80%;
  }

  .gallery__item--shape-sq .gallery__image {
    padding-top: 100%;
  }

  .gallery__item--shape-p-4x5 .gallery__image {
    padding-top: 125%;
  }
}
.gallery--with-margins {
  padding: 20px;
}
.gallery--with-margins .gallery__item:not(:first-child),
.gallery--with-margins .gallery__row:not(:first-child) {
  margin-top: 20px;
}
.gallery--with-margins.slick-slider.slick-slider-overlay-dots .slick-dots {
  bottom: 20px;
}

.gallery.slick-slider .gallery__item,
.gallery.slick-slider.gallery--with-margins .gallery__item {
  margin-top: 0;
}
.image-wrapper img{max-width: 100%;}

@media (min-width: 768px) {
  .gallery {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery--with-vertical-outer-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .gallery--with-margins {
    margin-left: 0;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .container > .gallery--with-margins {
    margin-left: -20px;
    margin-right: 0;
  }
  .gallery--with-margins .gallery__row:not(:first-child) {
    margin-top: 0;
  }
  .gallery--with-margins .gallery__row:last-child {
    margin-bottom: -20px;
  }
  .gallery--with-margins .gallery__item {
    margin: 0 0 20px 20px;
  }
  .gallery--with-margins .gallery__item:not(:first-child) {
    margin-top: 0;
  }

  .gallery__row {
    display: flex;
    flex-wrap: wrap;
  }

  .gallery--grid-2 .gallery__item.gallery__item--enlarged {
    flex-grow: 2;
  }

  .gallery--grid-3 .gallery__item.gallery__item--enlarged {
    flex-grow: 3;
  }

  .gallery--grid-4 .gallery__item {
    flex-basis: 40%;
  }
  .gallery--grid-4 .gallery__item.gallery__item--enlarged {
    flex-grow: 4;
  }
}
@media (min-width: 1200px) {
  .gallery--grid-4 .gallery__item {
    flex-basis: 20%;
  }
}
@media (min-width: 1301px) {
  .gallery--with-margins .gallery__row:last-child {
    margin-bottom: -30px;
  }

  .gallery--with-vertical-outer-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gallery--with-margins {
    margin-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .container > .gallery--with-margins {
    margin-left: -30px;
  }
  .gallery--with-margins .gallery__item {
    margin-left: 30px;
    margin-bottom: 30px;
  }
}