/* CSS Document */

body {background: rgba(240, 244, 249, 1);}
p {color: #000;}
	

/* shared ****************************/
.integration-container {display: flex; justify-content: space-between; align-items: center;}
	.integration-left {width: 48%;}
	.integration-right {width: 48%;}

.cs-container {display: flex; justify-content: space-between; align-items: center;}
	.cs-left {width: 48%;}
	.cs-right {width: 48%;}
	
.btn-holder {width: 100%; display: flex; justify-content: center;}
	.btn {
		line-height: 41px; border-radius: 44px; text-transform: uppercase; font-weight: 700; color: #000; padding: 0 25px; border: none;
		position: relative; display: inline-block; z-index: 1; margin: auto;
	}
		.btn::before {
			z-index: -1; content: ""; position: absolute; inset: 0; padding: 2px; border-radius: 44px;
			background: linear-gradient(
				90deg,
				#00E1AF 0%,
				#018D82 23.08%,
				#1DFEEC 43.75%,
				#D66AF4 58.65%,
				#EB0087 78.85%,
				#0F88FF 100%
			);
			-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
			-webkit-mask-composite: xor;
			mask-composite: exclude;
		}
	.btn:hover {color: #fff; background: #000;}

	.btn-alt {
		background: rgba(0, 225, 175, 1);
		line-height: 41px; border-radius: 44px; text-transform: uppercase; font-weight: 700; color: #000; padding: 0 25px; border: none;
		position: relative; display: inline-block; z-index: 1; margin: auto;
	}
	.btn-alt:hover {background: #000; color: #fff; text-decoration: none;}
	
	.link-btn {display: block; font-weight: 700; line-height: 28px; letter-spacing: 0%; color: #000; margin: 20px 0 0 0; text-transform: uppercase;}
		.link-btn span {color: rgba(0, 225, 175, 1);}
		.link-btn:hover {color: rgba(0, 225, 175, 1); text-decoration: none;}
	
div.eyebrow {font-size: 16px; line-height: 28px; letter-spacing: 0%;}

.gradient-bar {height: 46px; background: linear-gradient(180deg, #F0F4F9 0%, #FFFFFF 100%); background-repeat: no-repeat;}


/* hero */
.gutenberg-integrations-hero {padding: 50px 0;}
	.gutenberg-integrations-hero .integration-container {}
		.gutenberg-integrations-hero .integration-left {width: 39%;}
			.gutenberg-integrations-hero div.eyebrow {
				font-size: 14px;
				line-height: 28px;
				letter-spacing: 0%;
			}
			.gutenberg-integrations-hero h1 {font-weight: 700;}
		.gutenberg-integrations-hero .integration-right {width: 57%;}
			.gutenberg-integrations-hero .integration-right img {border-radius: 19px; width: 100%; max-width: 100%; height: auto;}

/* intro */
.intro h2 {width: 100%; text-align: center; font-size: 32px; letter-spacing: 0%;}
.intro .blurb p {width: 100%; text-align: center;}


/* responsive **********************/
@media (min-width: 1200px) {
	
	/* hide titlebar */
	.hero--interior {padding: 165px 0 0 0 !important;}
		.hero--interior .container-fluid {display: none !important;}
}

@media (min-width: 1200px) and (max-width: 1499px) {
	
	.gutenberg-integrations-hero h1 {font-size: 40px; line-height: 1.1;}

}
	
@media (min-width: 1200px) {
	
	section .container-fluid {max-width: 96%; padding-right: 2%; padding-left: 2%;}
	
}
	
@media (max-width: 1199px) {
	
	section .container-fluid {max-width: 94%; padding-right: 3%; padding-left: 3%;}
	
	.gutenberg-integrations-hero h1 {font-size: 36px;}
	
	/* hide titlebar */
	.hero--interior {display: none !important;}
	
	.integration-container {display: block;}
		.integration-left {width: 100% !important; margin-bottom: 50px;}
		.integration-right {width: 100% !important;}
	
}



/* HOME PAGE *************************/ 

/* hero */ 
#home-hero { color: #fff; position: relative; height: calc(100vh - 164px); background-position: center center; background-size: cover; overflow: hidden;}
	.gradient {
		position: absolute; z-index: 5; width: 100%; height: calc(100vh - 164px); background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.75) 100%);
	}
	#home-hero .container { width: 100%; height: calc(100vh - 164px); display:flex; align-items: center; z-index: 100; position: relative;}
		#home-hero .container .inner-content {width: 100%; z-index: 100; position: relative; }
			#home-hero .eyebrow {font-weight: 700; line-height: 28px; letter-spacing: 10%; text-align: center;}
			#home-hero h1 {width: 100%; text-align: center; color: #fff; margin: 15px auto 25px auto; font-weight: 700; font-size: 52px; letter-spacing: 0%; line-height: 1.2;}
			#home-hero h2 {width: 100%; text-align: center; color: #fff; font-weight: 400; font-size: 19px; line-height: 32px; letter-spacing: 0%;}
			#home-hero .btn {color: #fff; margin: auto;}
	#bg-video {position: absolute; top: 0; left: 0; display: block; z-index: 1; height: calc(100vh - 164px); width: 100%;}
		#bg-video video {
			min-width: 100%; min-height: 100%; max-width: 100%; object-fit: cover; width: auto; height: auto; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
		}

/* logo slider */ 
.home-logo-slider { padding:30px 0; background:#fff; overflow:hidden; }
	.home-logo-slider h3 { width:100%; font-size:18px; line-height:32px; letter-spacing:.11em; text-align:center; }
	.home-logo-slider .logo-slider-wrap { overflow:hidden; width:100%; margin:50px auto; position:relative; }
	.home-logo-slider .logo-slider-track { display:flex; align-items:center; width:max-content; position:relative; left:0; padding:0; margin:0; list-style:none; }
	.home-logo-slider li { display:flex; justify-content:center; align-items:center; flex:0 0 auto; margin-right:120px; }
	.home-logo-slider li::before { content:""; }
	.home-logo-slider li img { display:block; max-height:70px; width:auto; }
	.home-logo-slider li:last-child { margin-right:60px; }

/* stats */ 
#home-stats {padding: 0 0 30px 0; background: #fff;}
	#home-stats ul {width: calc(100% + 20px); margin: 0 -10px; display: flex; flex-wrap: wrap;}
		#home-stats li {
			background: linear-gradient(90deg, #F0F4F9 0%, #FFFFFF 100%);
			list-style: none; height: 181px; width: calc(33.33% - 20px);
			border-radius: 19px; padding: 0 25px; margin: 0 10px 20px 10px; border: none;
			position: relative; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center;
			z-index: 0; 
		}
		#home-stats li::before {content: "";}
		#home-stats li::after {
			content: "";
			position: absolute;
			inset: 0; padding: 3px;
			border-radius: 19px;
			background: linear-gradient(
				90deg,
				#00E1AF 0%, #018D82 23.08%, #1DFEEC 43.75%,
				#D66AF4 58.65%, #EB0087 78.85%, #0F88FF 100%
			);
			-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
			-webkit-mask-composite: xor;
			mask-composite: exclude;
			z-index: -1; /* sits behind content */
		}
		#home-stats h3 {font-size: 81px; line-height: 70px; letter-spacing: 0%; text-align: center; padding: 0; margin: 0;}
		#home-stats p {width: 100%; text-align: center; padding: 0; margin: 0;}
	
/* roi */
#home-roi {padding: 50px 0;}
	.roi h2 {width: 100%; text-align: center; font-size: 32px; letter-spacing: 0%;}
	.roi .blurb p {width: 100%; text-align: center;}
	.roi .image-holder img {object-fit: contain; height: 100%; width: 100%;}
	
	h3.collapse-expand-title{
		font-size:20px; padding: 24px 48px 24px 24px;
		background:#fff;
		border-radius:19px;
		border:2px solid rgba(225,232,242,1);
		position:relative;
		display:flex; justify-content:space-between; align-items:center;
		text-align:left; cursor:pointer;
		z-index:0;
	}

	h3.collapse-expand-title.active{
		border:2px solid transparent;
		background:
			linear-gradient(#fff,#fff) padding-box,
			linear-gradient(90deg,#00E1AF 0%,#018D82 23.08%,#1DFEEC 43.75%,#D66AF4 58.65%,#EB0087 78.85%,#0F88FF 100%) border-box;
	}

	h3.collapse-expand-title span{display:block; flex:1; text-align:left;}

	h3.collapse-expand-title .icon-plus,
	h3.collapse-expand-title .icon-minus{
		width:28px; flex-shrink:0;
		position:absolute; right:24px; top:50%; transform:translateY(-50%);
	}

	h3.collapse-expand-title .icon-plus{opacity:1;}
	h3.collapse-expand-title .icon-minus{opacity:0;}
	h3.collapse-expand-title.active .icon-plus{opacity:0;}
	h3.collapse-expand-title.active .icon-minus{opacity:1;}

	.collapse-expand-content {display:none; padding:10px 20px 20px;}
		.collapse-expand-content p {font-size: 16px;}
		.collapse-expand-content ul {margin: -10px 0 0 0; padding-right: 0;}
			.collapse-expand-content ul li {font-size: 16px; color: #000; margin: 0 0 10px 0;}

/* quote slider */
#home-quote-slider {padding:50px 0; position:relative;}
	#home-quote-slider .slider {}
	#home-quote-slider .slider .slide-item { 
		display:flex; justify-content:flex-start; align-items:center;
		border-radius:19px;
		width:calc(100% - 90px); min-height:239px;
		margin:0 45px; padding: 30px 0;
		background:#fff;
		border:1px solid rgba(225,232,242,1);
		position: relative; z-index: 5;
	}

	#home-quote-slider .slick-track {display: flex; align-items: center;}
	#home-quote-slider .slick-slide {height: auto; display: flex !important; align-items: center;}
	#home-quote-slider .slick-slide > div {width: 100%;}
	
	.slide-logo {height:140px; min-width:33%; max-width: 400px; padding:0 90px; display:flex; justify-content:center; align-items:center;}
		.slide-logo img {object-fit: contain; height: 100%; width: 100%;}
	.slide-quote {padding-left:75px; background:url("../images/home/icon-quote.svg") no-repeat left top / auto auto; }
		.slide-quote blockquote {border:none; padding:0 90px 0 0; margin:0; background:transparent;}
			.slide-quote blockquote p {font-size:32px; font-style:normal;}
			.slide-quote blockquote p strong {
				font-weight:bold;
				background:linear-gradient(90deg,#00E1AF 0%,#018D82 23.08%,#1DFEEC 43.75%,#D66AF4 58.65%,#EB0087 78.85%,#0F88FF 100%);
				-webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; color:transparent;
			}
		.quote-author {text-transform:uppercase; font-weight:bold; color:#000; line-height:1.3;}
		.quote-job-title {text-transform:uppercase; color:#000; line-height:1.3;}

	#home-quote-slider .slider-arrow {
		position:absolute; top:50%; transform:translateY(-50%);
		width:19px; height:32px;
		background:none; border:0; cursor:pointer; padding:0;
		outline:none; box-shadow:none;
		z-index:1;
	}

	#home-quote-slider .slick-slide {position:relative; z-index:5;}
		#home-quote-slider .slider-arrow:focus {outline:none; box-shadow:none;}
		#home-quote-slider .slider-arrow:focus-visible {outline:2px solid #00E1AF; outline-offset:4px;}
		#home-quote-slider .slider-arrow:hover {opacity:0.7;}
		#home-quote-slider .slider-arrow.prev:hover img {transform:translateX(-3px);}
		#home-quote-slider .slider-arrow.next:hover img {transform:translateX(3px);}
	#home-quote-slider .slider-arrow.prev {left:0;}
	#home-quote-slider .slider-arrow.next {right:0;}
		#home-quote-slider .slider-arrow img {width:19px; height:auto; display:block; transition:transform .2s ease, opacity .2s ease;}
	
/* ecosystem */ 
#home-ecosystem { padding:50px 0 80px 0; }

	#eco-selector {}

		#eco-selector-label {
			box-sizing:border-box;
			height:67px;
			border-radius:19px; border:1px solid rgba(225,232,242,1); background:#fff; color: #000;
			padding:0 20px;
			cursor:pointer; display:flex; justify-content:space-between; align-items:center;
		}
			#eco-selector-label span { font-weight:700; }
			#eco-selector-label img { width:18px; height:32px; flex-shrink:0; display:block; transform:rotate(180deg); transition:transform .3s ease; }
			#eco-selector-label.active img { transform:rotate(0deg); }

		#eco-selector-list {
			display:none;
			box-sizing:border-box; width:100%;
			border-radius:19px; border:1px solid rgba(225,232,242,1); background:#fff;
			padding:16px 22px;
			position:relative;
		}
			#eco-selector-list-inner {
				box-sizing:border-box;
				max-height:400px;
				padding-right:22px;
				overflow-y:auto; overflow-x:hidden;
				position:relative;
				scrollbar-width:thin;
				scrollbar-color:rgba(225,232,242,1) transparent;
			}
			#eco-selector-list ul { font-weight:700; margin:0; padding:0; list-style:none; }
				#eco-selector-list ul li { font-weight:700; padding:4px 0; cursor:pointer; color: #000; }
				#eco-selector-list ul li::before { content:''; }
				#eco-selector-list ul li.active { color:rgba(0,225,175,1); }

	.eco-content { background-size:cover; background-position:center; height:700px; border-radius:19px; padding:60px; display:none; align-items:center; }
		.eco-content.active { display:flex; }
		.eco-content div { width:100%; padding:24px; background:rgba(255,255,255,0.8); border:1px solid rgba(225,232,242,1); border-radius:19px; }

	/* scrollbar (WebKit) */
	#eco-selector-list-inner::-webkit-scrollbar { width:13px; }
	#eco-selector-list-inner::-webkit-scrollbar-track { background:transparent; margin:10px 0; }
	#eco-selector-list-inner::-webkit-scrollbar-thumb { background:rgba(225,232,242,1); border-radius:100px; }
	#eco-selector-list-inner::-webkit-scrollbar-button { display:none; }

/* ai */ 	
#home-ai-compare {padding: 80px 0;}
	#ai-compare-box {padding: 20px; background: #fff; border-radius: 19px; border: 1px solid rgba(225, 232, 242, 1); display: flex;}
		#ai-compare-box-intro {width: calc(33.333% - 40px); margin: 20px; }
			#ai-compare-box-intro h3 {line-height: 1.5; margin: 5px 0 30px 0;}
		.ai-compare-content {color: #fff; border-radius: 19px; background: rgba(25, 38, 56, 1); padding: 30px 40px 20px 40px; width: calc(33.333% - 40px); margin: 20px;}
			.ai-compare-content h2 {height: 44px; color: #fff; font-size: 24px; padding: 0; margin: 0;}
			h2#ai-compare-2-title {
				text-indent: -4000px; width: 100%; max-width: 254px;			
				background-image: url(../images/home/Datassential_AI_Logo_Gradient_White.svg);
				background-repeat: no-repeat;
				background-position: left center;
			}
			.ai-compare-content .compare-logo {}
			body .ai-compare-content ul {padding: 0; margin: 0;}
				body .ai-compare-content ul li::before {content: '';}
				.ai-compare-content ul li {border-bottom: 1px solid rgba(38, 58, 86, 1); margin: 20px 0 0 0; list-style: none;}
				.ai-compare-content ul li:last-child { border-bottom:none; }
					.ai-compare-content h3 {color: rgba(0, 225, 175, 1); text-transform: uppercase; font-size: 12px; margin: 0; padding: 0;}
					.ai-compare-content p {color: #fff; min-height: 48px; line-height: 1.3;}

/* home mid banner */
#home-mid-banner {padding: 50px 0;}
	#home-mid-banner .cs-container {
		height: 220px; border-radius: 19px; border-width: 2px; background: #fff; border: 2px solid rgba(225, 232, 242, 1);
	}
		#home-mid-banner .cs-left {width: 50%; padding: 40px;}
			#home-mid-banner .cs-left h2 {margin: 0;}
			#home-mid-banner .cs-left p {margin: 0; color: #000;}
		#home-mid-banner .cs-right {width: 50%; padding: 0;}
			#home-mid-banner .image-holder {overflow: hidden; height: 220px; width: 100%;}
				#home-mid-banner .image-holder img {object-fit: cover; height: 100%; width: 100%; border-top-right-radius: 19px; border-bottom-right-radius: 19px;}
	
/* home cta */
#home-cta {padding: 50px 0; background: linear-gradient(180deg, #000000 0%, #263A56 100%);}
	#home-cta h2 {font-size: 52px; letter-spacing: 0%; line-height: 1.2; color: #fff;}
		#home-cta h2 strong {color: rgba(0, 225, 175, 1);}
	#home-cta p {margin: 0 0 5px 0; color: rgba(0, 225, 175, 1);}
	#home-cta ul li {color: #fff; margin-top: 5px; margin-bottom: 5px;}
	#home-cta .btn {color: #fff; padding-left: 40px; padding-right: 40px; margin-top: 30px;}
	#home-cta .image-holder img {object-fit: contain; width: 100%; height: 100%; border-radius: 19px;}


/* AI PAGE *************************/ 
body.page-template-ai {background: #F0F4F9;}

#ai-hero {background: linear-gradient(0deg, #F0F4F9 0%, #FFFFFF 100%);}

#ai-intro {padding: 80px 0 40px 0; max-width: 940px; margin: auto;}
	#ai-intro p {font-size: 20px;}

#ai-split-boxes-inner {
	padding: 30px 40px; text-align: left; margin-bottom: 60px; background: #fff; border-radius: 19px; border: 1px solid rgba(225, 232, 242, 1);
}
	#ai-split-boxes-inner h2 {text-align: center;}

	#ai-split-boxes-inner .eyebrow {
		padding: 0 0 5px 0; color: rgba(38, 58, 86, 1); font-family: Montserrat; font-weight: 700; font-style: Bold;
		font-size: 12px; line-height: 28px; letter-spacing: 0%; text-align: center; text-transform: uppercase;
	}

	#ai-split-boxes-inner .cs-container {display: flex; gap: 40px; align-items: stretch;}

		#ai-split-boxes-inner .cs-container > div {
			min-height: 440px; height: auto;
			color: #fff; border-radius: 19px; background: rgba(25, 38, 56, 1); padding: 30px 40px 20px 40px; width: calc(50% - 20px); margin: 20px 0;
		}
			#ai-split-boxes-inner .cs-container h3 {height: 48px; color: #fff; font-size: 24px; padding: 0; margin: 0; display: flex; align-items: center;}
			#ai-split-boxes-inner .cs-container .cs-right h3 {
				text-indent: -4000px; width: 100%; max-width: 254px;			
				background-image: url(../images/home/Datassential_AI_Logo_Gradient_White.svg);
				background-repeat: no-repeat;
				background-position: left center;
			}
			#ai-split-boxes-inner .cs-container .eyebrow {color: rgba(0, 225, 175, 1); text-align: left;}
			#ai-split-boxes-inner .cs-container h4 {color: #fff; font-weight: 700; font-style: Bold; font-size: 22px; line-height: 38px; letter-spacing: -1%;}
			#ai-split-boxes-inner .cs-container hr {width: 100%; height: 1px; background: #fff;}
			#ai-split-boxes-inner .cs-container ul {padding: 0; margin: 0; display: flex; flex-wrap: wrap;}
				#ai-split-boxes-inner .cs-container ul li.pill {
					color: #000; list-style: none; background-color: #fff; font-weight: 700; font-style: Bold; font-size: 14px; line-height: 35px; letter-spacing: 0%;
					margin: 0 10px 10px 0; padding: 0 15px 0 40px; border-radius: 100px;
				}
				.pill-x {background: url(../images/ai/icon-x-circle.svg) no-repeat 5px center;}
				.pill-check {background: url(../images/ai/icon-check-circle.svg) no-repeat 5px center;} 

			#ai-split-boxes-link {
				display: block; height: 35px; width: 100%; padding: 0 50px;
				background: url(../images/ai/icon-arrow-right-alt.svg) no-repeat right center;
				color: #000; font-weight: 700; font-style: Bold; font-size: 16px; line-height: 35px; letter-spacing: 0%; text-align: right;
				cursor: pointer;
			}
				#ai-split-boxes-link:hover {color: #000;}
			
			#ai-split-boxes-inner .cs-right {position: relative;}

			#ai-split-boxes-inner .reveal-image {
				position: static;
				display: flex; justify-content: center; max-height: 0; overflow: hidden;
				opacity: 0; visibility: hidden; pointer-events: none;
				transition: opacity .35s ease, visibility .35s ease, max-height .35s ease;
			}
				#ai-split-boxes-inner .reveal-image img {display: block; max-width: 100%; height: auto;}

			#ai-split-boxes-inner .cs-right h4,
			#ai-split-boxes-inner .cs-right hr,
			#ai-split-boxes-inner .cs-right ul.pills {
				opacity: 1; visibility: visible;
				transition: opacity .35s ease, visibility .35s ease;
			}

			#ai-split-boxes-inner .cs-right.is-showing-answer h4,
			#ai-split-boxes-inner .cs-right.is-showing-answer hr,
			#ai-split-boxes-inner .cs-right.is-showing-answer ul.pills {
				opacity: 0; visibility: hidden; pointer-events: none; max-height: 0; overflow: hidden; margin: 0;
			}

			#ai-split-boxes-inner .cs-right.is-showing-answer .reveal-image {
				max-height: 600px; opacity: 1; visibility: visible; pointer-events: auto;
			}

#ai-video {padding: 60px 0;}
	#ai-video .container-fluid {display: flex; flex-wrap: wrap; gap: 40px; align-items: stretch;}
		#ai-video-left {width: calc(35% - 20px); border-radius: 19px; background: #fff; border: 1px solid rgba(225, 232, 242, 1); padding: 40px;}
		#ai-video-right {width: calc(65% - 20px); border-radius: 19px; background: rgba(25, 38, 56, 1);}
			#ai-video-right iframe {width: 100%; height: 100%; display: block; border: 0; border-radius: 19px; min-height: 640px;}

#ai-blades {padding: 100px 0 80px 0;}
	#ai-blades h2 {text-align: center;}
	#ai-blades .blurb {max-width: 940px; margin: auto;}
		#ai-blades .blurb p {font-size: 20px; text-align: center;}

	#ai-blades .blades {
		background: rgba(25, 38, 56, 1) url(../images/ai/blades-bg.svg) no-repeat top center / 100% auto;
		border-radius: 19px; min-height: 662px; width: 100%; margin: 30px auto;
		display: flex; overflow: hidden;
	}

		#ai-blades .blade-item {
			position: relative; flex: 0 0 calc(50% / 3); padding: 40px; border-right: solid 1px #fff; cursor: pointer;
			transition: flex-basis 0.65s ease, opacity 0.35s ease;
			will-change: flex-basis;
		}
		#ai-blades .blade-item:last-of-type {border-right: none;}

		#ai-blades .blade-item:not(.blade-active):after {
			content: ""; position: absolute; left: 40px; bottom: 40px; width: 32px; height: 32px;
			background: url("../images/ai/icon-plus-circle.svg") no-repeat center / contain;
			opacity: 1; transition: opacity 0.35s ease;
		}
		#ai-blades .blade-active:after {opacity: 0;}

		#ai-blades .blades h3 {color: rgba(0, 225, 175, 1); font-size: 24px;}
		#ai-blades .blades h4 {color: #fff; font-size: 20px;}

		#ai-blades .blades .image-holder,
		#ai-blades .blades p {
			display: block; opacity: 0; max-height: 0; overflow: hidden; transform: translateY(14px);
			transition: opacity 0.45s ease 0.15s, max-height 0.65s ease, transform 0.45s ease 0.15s, margin 0.45s ease;
		}

		#ai-blades .blades .image-holder {height: auto; margin: 0 auto;}
			#ai-blades .blades .image-holder img {object-fit: contain; height: 333px; width: 100%;}

		#ai-blades .blades p {color: #fff; font-weight: 400; font-size: 16px; line-height: 32px; letter-spacing: 0;}
		#ai-blades .blades p:before {content: ""; display: block; border-top: 2px solid rgba(0, 225, 175, 1); width: 60px; margin-bottom: 20px;}

		#ai-blades .blade-active {flex-basis: 50%;}
			#ai-blades .blade-active .image-holder {opacity: 1; max-height: 333px; margin: 30px auto; transform: translateY(0);}
			#ai-blades .blade-active p {opacity: 1; max-height: 500px; transform: translateY(0);}

#ai-roi {padding: 50px 0;}
	#ai-roi .blurb p {padding-bottom: 25px; font-size: 20px;}

body.page-template-ai #home-ai-compare {background: linear-gradient(0deg, #000000 0%, #F0F4F9 50%); padding: 40px 0 20px 0;}

.faqs .container-fluid {padding: 40px 0 100px 0;}
.faqs h2 {text-align: center; padding: 20px 0;}
.faqs-inner {background: #fff; border-radius: 19px; border: 2px solid rgba(225, 232, 242, 1);}
	.faq-item {margin: 20px 20px 10px 20px; border-bottom: 1px solid rgba(203, 204, 204, 1);}
	.faq-item:last-of-type {border-bottom: none;}
		.faq-item h3 {
			padding: 15px 45px 15px 0; 
			text-transform: uppercase; font-family: Montserrat; font-weight: 700; font-style: normal; font-size: 18px; line-height: 100%; letter-spacing: 0;
			cursor: pointer; position: relative;
		}
		.faq-item h3::after {
			content: ""; position: absolute; right: 10px; top: 15px; width: 16px; height: 16px;
			background: url("../images/ai/icon-faq-arrow-down.svg") no-repeat center / contain;
			transition: transform 0.25s ease;
		}
		.faq-item.is-open h3::after {transform: rotate(180deg);}
		.faq-answer {display: none; padding: 0;}


/* responsive **********************/
@media (max-width: 1460px) {

	#ai-split-boxes-inner .cs-container {gap: 0;}
		#ai-split-boxes-inner .cs-container > div {height: auto; min-height: 1px; width: calc(50% - 10px); padding: 30px;}
		#ai-split-boxes-inner .cs-container h4 {font-size: 20px; line-height: 1.5;}
		#ai-split-boxes-inner .cs-container ul li.pill {
			font-size: 13px; line-height: 18px; min-height: 35px; padding: 8px 15px 8px 36px;
			display: flex; align-items: center;
		}
	
}

@media (max-width: 1199px) {
	
	section .container-fluid {max-width: 94%; padding-right: 3%; padding-left: 3%;}
	.hero--interior {display: none !important;}
	.cs-container {flex-wrap: wrap;}
		.cs-left {width: 100% !important; margin-bottom: 30px;}
		.cs-right {width: 100% !important;}

	/* stats */
	#home-stats ul {width: 100%; margin: 0;}
		#home-stats li {width: 100%; margin: 10px 0;}
			#home-stats h3 {font-size: 64px;}
	
	/* d1 */
	#home-d1-slider h2 br {display: none;}

	/* roi */
	#home-roi .image-holder {width: 100%; display: flex; justify-content: center}
	
	/* quote slider */
	#home-quote-slider {padding: 0 0 30px 0;}
		#home-quote-slider .slider .slide-item {flex-wrap: wrap; padding-top: 10px;}
			.slide-logo {padding:0 40px;}
			.slide-quote {margin: 0 40px; padding: 0 75px;}
				.slide-quote blockquote {padding-right: 0; width: 100%;}
					.slide-quote blockquote p {font-size:24px; width: 100%;}
						.slide-quote blockquote p br {display: none;}

	/* ecosystem */
	#home-ecosystem { padding:50px 0 30px 0; }
		.eco-content {height:600px;}
		#home-ecosystem .cs-left p, #home-ecosystem .cs-right .eco-content p {font-size: 16px;}
	
	/* insights */
	
	/* ai */
	#home-ai-compare {padding: 30px 0 0 0;}
		#ai-compare-box {flex-wrap: wrap;}
			#ai-compare-box-intro {width: 100%; margin: 0;}
			#ai-compare-box-intro p {font-size: 16px}
			.ai-compare-content {width: 100%; margin: 20px 0; padding: 20px;}
				.ai-compare-content p { min-height: 0; line-height: 1.3; margin-bottom: 20px; font-size: 16px;}
	
	/* home mid banner */
	#home-mid-banner {padding: 50px 0 0 0;}
		#home-mid-banner .cs-container {height: auto;}
			#home-mid-banner .cs-left {padding-bottom: 0; order: 2;}
			#home-mid-banner .cs-right {order: 1;}
			#home-mid-banner .image-holder {height: auto;}
				#home-mid-banner .image-holder img {object-fit: cover; height: 100%; width: 100%; border-radius: 0; border-top-left-radius: 19px; border-top-right-radius: 19px;}
	
	/* cta */
	#home-cta h2 {font-size: 42px;}
		#home-cta p {font-size: 1rem;}
		#home-cta h2 br {display: none;}
	
	/* ai ********************/
	#ai-split-boxes-inner .cs-container > div {height: auto;}
	#ai-video {padding: 50px 0 0 0;}
		#ai-video-left {width: 100%; order: 2;}
		#ai-video-right {width: 100%; order: 1;} 
	#ai-blades {padding: 70px 0 60px 0;}
		#ai-blades .blades {min-height: 0; display: flex; flex-direction: column; background-size: auto 50%;}
			#ai-blades .blade-item {
				flex: none; width: 100%; min-height: 120px; padding: 30px;
				border-right: none; border-bottom: solid 1px #fff;
				transition: min-height 0.65s ease, opacity 0.35s ease;
			}
			#ai-blades .blade-item:last-of-type {border-bottom: none;}

			#ai-blades .blade-active {flex-basis: auto; min-height: 520px;}
			#ai-blades .blade-item:not(.blade-active):after {left: auto; right: 30px; bottom: 30px;}
			#ai-blades .blade-active .image-holder {max-height: 333px; margin: 25px auto;}
			#ai-blades .blade-active p {max-height: 600px;}
	
}
	
@media (max-width: 767px) {
	
	/* home */
	#home-brands-slider h2, #home-roi h2 {font-size: 24px; line-height: 1.2;}
	#home-hero h1 {font-size: 42px; width: calc(100% - 40px); margin: 15px 20px 25px 20px;}
		#home-hero h1 br {display: none;}
	h3.collapse-expand-title {font-size: 18px;}
	.eco-content {padding: 20px; height:400px;}
	#ai-compare-box-intro .btn {font-size: 14px; white-space: normal; padding: 10px 20px; line-height: 1.4;}	
	#home-brands-slider h3 {font-size: 24px;}
	#home-cta h2 {font-size: 32px;}
	
	/* ai */
	#ai-split-boxes-inner .cs-container ul li.pill {width: 100%; margin-right: 0; border-radius: 18px; line-height: 18px; padding-top: 9px; padding-bottom: 9px;}
	#ai-blades .blades h4 {font-size: 18px;}
	
}

@media (max-width: 480px) {
	
	/* hero */
	#home-hero h1 {font-size: 28px;}
	
	/* quote slider */
	#home-quote-slider .slider .slide-item {margin: 0 30px;}
		.slide-logo {padding: 0 30px; height: 85px;}
		.slide-quote {margin: 0 20px; padding: 0; background: none;}
			.slide-quote blockquote p {font-size:18px; line-height: 1.3;}
	section .container-fluid {max-width: calc(100% - 10px); padding-right: 5px; padding-left: 5px;}
	
	/* eco */
	#home-ecosystem h2, #home-ecosystem .cs-left > p  {text-align: center;}
	
	/* ai */
	h2#ai-compare-2-title {
		text-indent: -4000px; width: 100%; max-width: 240px;			
		background-size: 240px auto;
	}
	
}