<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 126:21 Unexpected "{"
Line 126:30 Expected ":"
Line 127:21 Expected identifier but found whitespace
Line 127:23 Unexpected "{"
Line 127:32 Expected ":"
Line 228:12 Expected identifier but found whitespace
Line 228:14 Unexpected "{"
Line 228:21 Expected ":"
Line 276:0 Expected "}" to go with "{"

**/
.videoWrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.videoWrapper .section-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

[data-section-type="background-video-section"] .videoWrapper{
  height: var(--section-mobile-height);
  padding-bottom: unset !important;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.videoWrapper video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-background-video .background-video__outer-wrapper {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

/* Caption */
.background-video__caption {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  text-align: center;
  padding: 30px;
  max-width: 90%;
  z-index: 4;
  display: flex;
  flex-direction: column;
}

.background-video__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 3;
}

/* Subheading */
.background-video__caption-subheading p {
  color: #ece2cc;
  margin-bottom: var(--space-5);
}

span.background-video__subheading {
  display: block;
  
  padding-bottom: 30px;
  color: #ece2cc !important;
}

/* Button */
.background-video__caption a.button {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

@media screen and (min-width: 740px) {
  [data-section-type="background-video-section"] .videoWrapper,
  [data-section-type="video-section"] .videoWrapper {
    height: var(--section-desktop-height);
  }
}
[data-section-type="background-video-section"] .videoWrapper .section-video,
[data-section-type="video-section"] .videoWrapper .section-video {
  position: static;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
}

.section-background-video .background-video__caption {
  position: absolute;
  max-width: 90%;
  text-align: center;
  padding: var(--space-7);
  z-index: 1;
}

@media (max-width: 767px) {
 .section-background-video .background-video__caption {
    width: 90%;
  }
  .background-video-{{ section.id }} .background-video__caption {
    background-color: {{ section.settings.bg_color }};
  }
  .main-content .videoBackground {
		margin-top: 15px;
	}
	.videoBackground {
		height: 100%;
		position: relative;
	}
	.videoBackground .fullscreen-video-wrap {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.videoBackground .fullscreen-video-wrap .video-js {
		position: absolute;
		top: 0;
		left: 0;
		min-height: 100%;
		min-width: 100%;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.videoBackground .fullscreen-video-wrap video {
		min-height: 100%;
		min-width: 100%;
		object-fit: cover;
	}
	.videoBackground .videoBox {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex-direction: column;
		padding: 100px 20px 80px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		min-height: 500px;
      	max-height: 800px;
        height: calc(100vh - 165px);
		position: relative;
	}
	.videoBackground .imageBox {
		display: flex;
		align-items: cneter;
		justify-content: flex-end;
		flex-direction: column;
		padding: 20px 20px 80px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		position: relative;
		min-height: calc(100vh - 165px);
		height: auto;
	}
	.videoBackground .videoBoxInfo, .videoBackground .imageBoxInfo {
		z-index: 2;
		text-align: center;
	}
	.videoBackground .overlay {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #fff;
		z-index: 1;
	}
	.videoBackground .videoBoxInfoBtn, .videoBackground .imageBoxInfoBtn {
		-moz-user-select: none;
		-ms-user-select: none;
		-webkit-user-select: none;
		user-select: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		display: inline-block;
		width: auto;
		text-decoration: none;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		border: 1px solid transparent;
		border-radius: 2px;
		padding: 8px 15px;
		font-style: normal;
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: 0.06em;
		white-space: normal;
		font-size: 14px;
		margin-top: 20px;
	}
	.videoBackground .videoBoxInfoTitle, .videoBackground .imageBoxInfoTitle {
		color:#BF6A13;
		font-size: {{ block.settings.heading_size }};
		line-height: 40px;
      margin-top: 30px;
	}
	.videoBackground .videoBoxInfoDescription, .videoBackground .imageBoxInfoDescription {
		max-width: 500px;
		margin: 0 auto;
	}
	.videoBackground .videoBoxInfoDescription p, .videoBackground .imageBoxInfoDescription p {
		font-size: 18px;
		line-height: 28px;
	}
	.videoBackground .placeholderNoblocks {
		text-align: center;
		max-width: 500px;
		margin: 0 auto;
	}
    @media screen and (max-width: 400px) {
		.main-content .videoBackground {
			margin-top: -35px;
		}
      
		.videoBackground .fullscreen-video-wrap {
			z-index: 3;
		}
		.videoBackground .videoBox {
          	min-height: 500px;
          	height: 100%;
          	position: relative;
			padding: 0;
      	}
		.videoBackground .fullscreen-video-wrap {
			position: relative;
			min-height: 300px;
		}
		.videoBackground .videoBoxInfo {
          position: relative;
          z-index:3;
        	margin-top: -315px;
			padding: 40px 20px;
    		background: transparent;
			width: 100%;
		}
      
      .imageBoxInfoDescription .type-me{
      color: #dcd4bf!;
      }
}
</pre></body></html>