/* fonts */

@font-face {
    font-family: 'DDC';
    src: url('../otf/ddchardware-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * acumin-pro:
 *   - http://typekit.com/eulas/00000000000000003b9acafc
 *   - http://typekit.com/eulas/00000000000000003b9acafd
 *   - http://typekit.com/eulas/00000000000000003b9acaf7
 *   - http://typekit.com/eulas/00000000000000003b9acaf6
 *
 * © 2009-2024 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2024-11-01 22:54:36 UTC"}*/

@import url("pb92a.css?s=1&amp;k=opl0rxr&amp;ht=tk&amp;f=26053.26054.26056.26062&amp;a=4254207&amp;app=typekit&amp;e=css");

@font-face {
font-family:"acumin-pro";
src:url("https://use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3") format("woff2"),url("https://use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3") format("woff"),url("https://use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}

@font-face {
font-family:"acumin-pro";
src:url("https://use.typekit.net/af/6ce26b/00000000000000003b9acafd/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i7&amp;v=3") format("woff2"),url("https://use.typekit.net/af/6ce26b/00000000000000003b9acafd/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i7&amp;v=3") format("woff"),url("https://use.typekit.net/af/6ce26b/00000000000000003b9acafd/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i7&amp;v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:700;font-stretch:normal;
}

@font-face {
font-family:"acumin-pro";
src:url("https://use.typekit.net/af/aa5b59/00000000000000003b9acaf7/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i4&amp;v=3") format("woff2"),url("https://use.typekit.net/af/aa5b59/00000000000000003b9acaf7/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i4&amp;v=3") format("woff"),url("https://use.typekit.net/af/aa5b59/00000000000000003b9acaf7/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=i4&amp;v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:400;font-stretch:normal;
}

@font-face {
font-family:"acumin-pro";
src:url("https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3") format("woff2"),url("https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3") format("woff"),url("https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

.tk-acumin-pro { font-family: "acumin-pro",sans-serif; }

html {
	scroll-behavior: smooth;
}
html body {
	color: #000;
}
body {
	font-size: 16px;
}

/* button styles */
.btn {
	padding: 6.5px 18px !important;
	font-family: 'DDC' !important;
	font-size: 15px !important;
	line-height: normal !important;
	font-weight: 400 !important;
}

div.terpologist {
	margin: 0;
	border: clamp(16px, 0.003rem + 2.497vw, 34px) solid var(--CURALEAF-TERPOLOGIST-BLUE, #0A23F3);
	background: #fff;
}
div.terpologist .terp-container {
	max-width: 1200px;
	padding-left: 40px;
	padding-right: 40px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.terpologist .terp-container {
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 20px;
	}
}


/* Back to Top Button */
.terpologist a.back-to-top.btn {
	justify-content: center;
	position: fixed;
    bottom: -120px;
    display: flex; /* Initially hidden */
	z-index: 1000;
	left: 50%;
    transform: translate(-50%, -50%);
	min-width: 150px;
	transition: opacity ease 0.2s;
	opacity: 0;
	padding: 8px 14.3px;
	width: 252px;
	font-size: 20px !important;
	align-items: center;
}
.bounce {
	animation: slideUpBounce 0.5s ease-out forwards;
	opacity: 1 !important;
}

.terpologist a.back-to-top.btn svg {
	margin: 2px 0 0 10px;
	fill: #0A23F3;
	transition: all 0.4s ease-in-out;
}

.terpologist a.back-to-top.btn:hover svg {
	fill: #fff;
	transition: all 0.4s ease-in-out;
}

/* Header */
.terpologist .terp-header {
	padding: 40px 32px 0;
	background: #fff;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.terpologist .terp-header > div {
	flex-grow: 0;
}
.terpologist .terp-header > div.terp-header__logo {
	flex-grow: 1;
	text-align: center;
}
.terpologist .terp-header > div.terp-header__logo > img {
	width: auto;
	height: auto;
	max-width: 552px;
	width: clamp(170px, -8.43rem + 47.7vw, 552px);
	height: auto;
}
.terpologist .terp-header > div.terp-header__decoration-left svg,
.terpologist .terp-header__decoration-right svg {
	max-width: min(100%, 232px);
	width: clamp(64px, -4.368rem + 20.954vw, 232px);
	height: auto;
}

/* Hero */
.terpologist .terp-hero {
	padding: 67.52px 0 127px;
	background: #fff;
}
.terpologist .terp-hero__image {
	text-align: center;
}
.terpologist .terp-hero__image img {
	width: 80%;
	height: auto;
	max-width: 1344px;
}

/* video section*/
.terpologist .terp-video {
	padding: 100px 0;
	background: #fff;
}
.terpologist .terp-container {
	text-align: center;
	max-width: 1728px;
}
.terpologist .terp-container video {
	width: 100%;
	width: calc(77.26% + 80px);
    height: auto; /* Maintain aspect ratio */
}


/* cta banner section*/

.terpologist .cta-banner {
	background: #fff;
	padding: 130px 0;
	width: 100%;
}
.terpologist .cta-banner .terp-container {
	text-align: center;
	max-width: unset;
	padding-left: unset;
	padding-right: unset;
}
.terpologist .cta-banner .cta-banner__content {
	padding-top: 92px;
	padding-bottom: 92px;
	border-top: 12px solid #0A23F3;
	border-bottom: 12px solid #0A23F3;
	max-width: 84.11%;
	margin: 0 auto;
}

.terpologist .cta-banner h2 {
	margin: 0px;
	text-align: center;
	font-family: "DDC", "sans-serif";
	font-size: 82px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	color: #0A23F3;
}



@media (max-width: 768px) {

	.terpologist .terp-hero__image > img {
		width: 86%;
	}
	.terpologist .terp-container {
		max-width: 1511px;
		padding-left: 24px;
		padding-right: 24px;
	}

	.terpologist .cta-banner h2 {
		font-size: 29px;
		font-style: normal;
		font-weight: 400;
		line-height: 100%; /* 29px */
	}
	.terpologist .cta-banner {
		padding-top: 40px;
		max-width: 1527px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.terpologist .cta-banner .terp-container {
		padding-top: 0;
	}
	.terpologist .cta-banner .terp-container {
		padding-left: 0;
		padding-right: 0;
	}
}



/* block text section*/ 
	.terpologist .block-text {
	background: #0A23F3;
	padding: 100px 0;
	border-left: solid 2px #0A23F3;
	border-right: solid 2px #0A23F3;
	position: relative;
	left: -1px;
	width: calc(100% + 2px);
}

.terpologist .block-text .block-text__content {
	border-top: 12px solid #fff;
	border-bottom: 12px solid #fff;
	padding: 48px 0;
	margin: 0 aauto;
}

.terpologist .block-text p {
	color: #FFF;
	text-align: center;
	font-family: "DDC", "sans-serif";
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 60px */
	letter-spacing: -1.8px;
	margin-top: 0;
	margin-bottom: 48px;
}

.terpologist .block-text p:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.terpologist .block-text {
		padding: 58px 0;
	}
	.terpologist .block-text p {
		font-size: 29px;
		font-style: normal;
		font-weight: 400;
		line-height: 100%;
		text-align:left;
	}
}

/* logo gallery*/ 

.terpologist .logo-gallery {
	background: #fff;
	padding: 100px 0 135px;
}

.terpologist .logo-gallery .terp-container {
	display: flex !important;
	flex-wrap: wrap;
    margin: auto;
	position: relative;
	padding-left: unset; padding-right: unset;
	max-width: min(1200px, 73.61%);
	text-align: center;
}
.terpologist .block-text .terp-container {
	padding-left: unset;
	padding-right: unset;
	max-width: 82%;
	margin: 0 auto;
}
.terpologist .logo-gallery .terp-container .hover-image {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0; /* Start hidden */
    transition: opacity 0.3s; /* Smooth transition */
}

.terpologist .logo-gallery .anchor-link:hover .hover-image {
	opacity:1;
}


.terpologist .logo-gallery a.anchor-link {
	width: 33.33%;
	position: relative;
	display: block;
	height: auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.terpologist .logo-gallery .anchor-link .logo, .terpologist .logo-gallery .anchor-link .hover-logo {
	width:100%;
}

.terpologist .logo-gallery .logo-gallery__border {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
}

.terpologist .logo-gallery__border.logo-gallery__border--top {
	bottom: -1px;
}

.terpologist .logo-gallery__border.logo-gallery__border--bottom {
	top:-1px;
}

.terpologist .logo-gallery .logo-gallery__border__spacer {
	position: relative;
	flex-grow: 1;
	height: 3.5px;
	background: #0A23F3;
}

.terpologist .logo-gallery  .logo-gallery__border--top .logo-gallery__border__spacer {
	top: calc(100% - 3.5px);
}

.terpologist .logo-gallery .logo-gallery__border__detail {
	max-height: 43px;
}

.terpologist .logo-gallery .logo-gallery__border__detail.top-right {
	transform: rotateY(180deg);
}

.terpologist .logo-gallery .logo-gallery__border__detail.bottom-left {
	transform: rotate(180deg) rotateY(180deg);
}

.terpologist .logo-gallery .logo-gallery__border__detail.bottom-right {
	transform: rotate(180deg);
}



@media (max-width: 768px) {
	.terpologist .logo-gallery {
		padding: 0 0 48px;
	}
	.terpologist .logo-gallery a.anchor-link {
		max-width: 424px;
		width: 50%;
	}
}

.terpologist .product-blocks {
	background: #fff;
	padding-top: 95px;
	margin: 0 auto;
}

.terpologist .product-blocks .terp-row {
    display: flex;
    flex-direction: row;
	column-gap: 25px;
	padding-bottom: 189px;
	max-width: min(1600px, calc(100% - 64px));
	margin: 0 auto;
	scroll-margin-top: 80px;
}

.terpologist .product-blocks .terp-row:last-of-type {
	padding-bottom: 75px;
}

.terpologist .product-blocks .terp-row:nth-child(even) {
	flex-direction: row-reverse;
}

.terpologist .product-blocks .image {
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	aspect-ratio: 920/619;
	width: 60%;
}

.terpologist .product-blocks .image img {
	max-width: 55%;
}



.terpologist .product-blocks .copy {
	width: 45%;
	background: #fff;
	display: flex;
	flex-direction: column;
	text-align: center;
	flex-grow: 1;
	justify-content: space-between;
}

.terpologist .product-blocks .top-border, .terpologist .product-blocks .bottom-border {
	position: relative;
	display:flex;
	column-gap: 10px;
	justify-content: center;
}

.terpologist .product-blocks .top-border .line {
	height: 2px;
	background: #0A23F3;
	width: 100%;
	margin-top: 10px;
}

.terpologist .product-blocks .bottom-border .line {
	width: 100%;
	border-bottom: 2px solid #0A23F3;
	margin-bottom: 10px;
}

.terpologist .product-blocks .bottom-border img {
	transform:rotate(180deg);
}



.terpologist .product-blocks .copy h4 {
	font-family: "DDC", "sans-serif";
	font-size: 38px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
}

.terpologist .product-blocks .copy h5 {
	font-family: "DDC", "sans-serif";
	font-size: 19.026px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 19.026px */
	margin: 0;
	margin-bottom: 24px;
}

.terpologist .product-blocks .copy p.strain-pill {
	font-family: "DDC", "sans-serif";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background-size:contain;
	background-repeat:no-repeat;
	position: relative;
	z-index:9;
	margin: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.terpologist .product-blocks .copy .pill.indica p.strain-pill, .terpologist .product-blocks .copy .pill.hybrid p.strain-pill {
	color: #fff;
}

.terpologist .product-blocks .copy .description p {
	font-family: "acumin-pro", "sans-serif";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 20px */
	max-width: 70%;
	margin: 0 auto;
	margin-bottom: 48px;
}

.terpologist .product-blocks .copy .pill {
	position: relative;
	height: 30px;
	overflow: hidden;
	display: block;
	margin-bottom: 32px;
}


.pointed-rectangle {
	position: absolute;
	top: 0;
	left: 50%;
	width: 60px;
    height: 100%;
	text-align:center;
	line-height: 1;
	transform: translateX(-50%);
	height: 100%;
}

.pointed-rectangle:before {
	content:"";
	position: absolute;
	left: 0;
	top: -1px;
	width:0px;
	height:0px;
	border-top:16px solid transparent;
	border-bottom:16px solid transparent;
	transform: translateX(calc(-100% + 1px));
}

.pointed-rectangle:after {
	content:"";
	position: absolute;
	right: 0;
	top: -1px;
	width:0px;
	height:0px;
	border-top:16px solid transparent;
	border-bottom:16px solid transparent;
	transform: translateX(calc(100% - 1px));
}

.pointed-rectangle.hybrid {
	background-color:#BB4263;
}

.pointed-rectangle.hybrid:before {
	border-right:20px solid #BB4263;
}

.pointed-rectangle.hybrid:after {
	border-left:20px solid #BB4263;
}

.pointed-rectangle.sativa {
	background-color:#EDE07B;
}

.pointed-rectangle.sativa:before {
	border-right:20px solid #EDE07B;
}

.pointed-rectangle.sativa:after {
	border-left:20px solid #EDE07B;
}

.pointed-rectangle.indica {
	background-color:#4A2876;
	color: #fff;
}

.pointed-rectangle.indica:before {
	border-right:20px solid #4A2876;
}

.pointed-rectangle.indica:after {
	border-left:20px solid #4A2876;
}

@media (max-width: 768px) {
	.terpologist .terp-hero {
		padding-bottom: 0;
	}
.terpologist .terp-video {
		padding-top: 96px;
		padding-bottom: 40px;
	}
.terpologist .product-blocks .copy .description p {
	max-width: 100%;
}
div.terpologist .terp-video__container {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 0;
	}
	.terpologist .product-blocks {
		padding-top: 40px !important;
		max-width: 1527px !important;
	}

	.terpologist .product-blocks .image img {
		max-width: 60%;
	}

	.terpologist .product-blocks .terp-row:last-of-type {
		padding-bottom:40px;
	}

	.terpologist .product-blocks .top-border img, .terpologist .product-blocks .bottom-border img {
		max-width: 75px;
	}
	.terpologist .product-blocks .image {
		margin-bottom: 15px;
	}
	.terpologist .product-blocks .copy .pill {
		position: relative;
		height: 21.5px;
		overflow: hidden;
		margin-bottom: unset;
	}
	.terpologist .product-blocks .copy p.strain-pill {
		height: 21.5px;
	}
	.pointed-rectangle:before, .pointed-rectangle:after {
		border-top: solid 12px transparent;
		border-bottom: solid 12px transparent;
	}
	.terpologist .product-blocks .copy {
		width:100%;
		background: #fff;
		display:flex;
		flex-direction: column;
		text-align: center;
		row-gap: 13px;
	}

	.terpologist .product-blocks .terp-row {
		display: flex;
		flex-direction: column;
		column-gap: 0;
		padding-bottom: 80px;
		flex-wrap:wrap;
	}
	.terpologist .product-blocks .terp-row:nth-child(even) {
		flex-direction: column;
	}

	.terpologist .product-blocks .copy h4 {
		font-size: 32px;
		margin-bottom: unset;
	}
	
	.terpologist .product-blocks .copy h5 {
		font-size: 16px;
		margin: 0;
		margin-bottom: unset;
	}
	
	.terpologist .product-blocks .copy .description {
		font-size: 16px;
		margin-bottom: unset;
	}
	.terpologist .product-blocks .product-block__content {
		display: flex;
		flex-direction: column;
		row-gap: 13px;
	}
	.terpologist .product-blocks .copy .description p {
		margin-bottom: 20px;
		font-size: 16px;
	}
	.terpologist .product-blocks .copy p.strain-pill {
		font-size: 11.5px;
	}
	.terpologist .product-blocks .image {
		width: 100%;
		aspect-ratio: 310/209;
	}
	.terpologist .cta-banner .cta-banner__content {
		padding: 32px 0;
		max-width: 100%;
	}
.terpologist .cta-banner {
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.terpologist .terp-header {
		padding-top: 20px;
	}
	.terpologist a.back-to-top.btn {
		display: none !important;
	}
	.btn {
		display: flex;
		align-self: center;
	}
	#terp-video {
		width: 100%;
	}
.terpologist .terp-hero {
		padding-top: 48px;
	}
	.terpologist .logo-gallery .terp-container {
		max-width: calc(100% - 60px);
	}
	.terpologist .block-text .terp-container {
		max-width: calc(100% - 60px);
	}
	.terpologist .product-blocks .terp-row {
		max-width: calc(100% - 60px);
	}
}

@media (max-width: 420px) {
	.terpologist .product-blocks .image {
		min-height: 200px;
	}
}

@keyframes slideUpBounce {
	0% {
	  bottom: -120px; /* Off-screen */
	}
	60% {
	  bottom: 40px; /* Go past final position for the bounce effect */
	}
	80% {
	  bottom: 15px; /* Slight bounce down */
	}
	100% {
	  bottom: 20px; /* Settle at final position */
	}
  }