.dh-articlev2__related-posts {
	margin: auto;
}

@media (min-width: 992px) {
	.demandhub-navbar__nav {
		margin-right: -15px !important;
		margin-left: 92px;
	}
}

.demandhub-img__center,
.demandhub-img__center--shadow {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

@media (min-width: 768px) {

	.dh-exit-modal__left>h2,
	.dh-exit-modal__right>h2 {
		font-size: 24px;
	}
}

@media (min-width: 992px) {

	.dh-exit-modal__left>h2,
	.dh-exit-modal__right>h2 {
		font-size: 30px;
	}
}

.dh-stylish-heading h1:after,
.dh-stylish-heading h1:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 45px;
	height: 2px;
	background-color: #000;
}

.dh-about__cta-extra,
.dh-about__cta-extra-button {
	border-radius: 4px;
	font-weight: 700;
	display: inline-block;
}

.dh-articlev2__heading-title {
	padding: 10px 20px;
}

.dh-articlev2__heading-info {
	font-family: Inter;
    font-size: 14px;
    font-weight: 300;
    line-height: 19.87px;
    letter-spacing: 0.015em;
    text-align: left;
	color: #000;
	display: flex;
	justify-content: space-between;
	font-weight: 300;
	width: fit-content;
 	max-width: 100%;
 	gap: 15px;
}

.dh-articlev2__heading-back--link {
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 400;
	line-height: 16.61px;
	text-align: left;
	text-decoration-line: underline;
	text-decoration-style: solid;
	color: #046CF4;
}

.dh-articlev2__social-list {
	gap: 13px;
}

.dh-articlev2__social-button {
	width: 20px;
	height: 20px;
}

.dh-articlev2__body-content,
.dh-articlev2__body-sidebar {
	width: 100%;
}

.dh-articlev2__body-content>table>tbody,
.dh-articlev2__body-content>table>tbody>tr,
.dh-articlev2__body-content>table>thead,
.dh-articlev2__body-content>table>thead>tr {
	border: 1px solid #000;
}

.dh-articlev2__learn-more-wrapper {
	border: 0.5px solid #696969;
	border-radius: 15px;
	padding: 0 0 10px !important;
	margin: 5px;
	width: 100%;
}

.dh-articlev2__learn-more-text {
	padding-left: 20px !important;
}

.dh-articlev2__related-posts--heading {
	font-family: Montserrat;
	font-size: 28px;
	font-weight: 600;
	line-height: 39.73px;
	letter-spacing: 0.015em;
    color: #000000;
	margin-bottom: 56px;
}

.dh-articlev2__related-posts--link {
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 500;
	line-height: 28.38px;
	letter-spacing: 0.015em;
	text-align: left;
    color: #000000;
	margin: 0px 17px 0px 17px;
}

.dh-articlev2__related-posts-img {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

@media (min-width: 992px) {

	.dh-articlev2__heading-image,
	.dh-articlev2__heading-title {
		display: flex;
		flex-direction: column;
		gap: 20px;
		flex: 1 1 50%;
	}

	.dh-articlev2__heading-title>h1 {
		font-family: Montserrat;
		font-size: 40px;
		font-weight: 600;
		line-height: 48px;
		letter-spacing: 0.015em;
		text-align: left;
	}

	.dh-articlev2__body {
		display: flex;
		justify-content: space-between;
	}

	.dh-articlev2__body-content {
		width: 65%;
		height: 100%;
		padding-right: 40px;
	}

	.dh-articlev2__body-sidebar {
		width: 35%;
		position: -webkit-sticky;
		position: sticky;
		top: 140px;
		height: max-content;
		padding-left: 10px;
		margin-bottom: 100px;
	}

	.dh-articlev2__body-sidebar-content-title {
		font-size: 24px;
		padding-bottom: 10px;
	}

	.dh-articlev2__body-content>table>tbody>tr>td,
	.dh-articlev2__body-content>table>thead>tr>th {
		font-size: 12px;
		line-height: 16px;
	}

	.dh-articlev2__related-posts {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.dh-compare__card-body,
.dh-compare__card-title {
	width: 100%;
	text-align: left;
	flex-direction: column;
	align-items: left;
}

.dh-compare__product,
.dh-compare__product-title {
	font-family: Montserrat;
	font-style: normal;
	margin-bottom: 20px;
}

.dh-compare__product--img-container-left,
.dh-compare__product--img-container-right {
	text-align: center;
}

@media (min-width: 992px) {
	.dh-compare__card-title {
		font-size: 18px !important;
	}

	.dh-compare__heading-image,
	.dh-compare__heading-title {
		flex: 1 0 50%;
	}

	.dh-compare__heading-title>h1 {
		font-size: 30px !important;
	}

	.dh-compare__features-sticky-header {
		margin-top: 30px;
	}

	.dh-compare__features-heading-title {
		font-size: 28px;
	}

	.dh-compare__features-category-heading {
		text-align: left;
	}

	.dh-compare__body {
		display: flex;
		justify-content: space-between;
	}

	.dh-compare__body-content {
		width: 65%;
		height: 100%;
		padding-right: 10px;
	}

	.dh-compare__body-sidebar {
		width: 35%;
		position: -webkit-sticky;
		position: sticky;
		top: 80px;
		height: 300px;
		padding-left: 10px;
	}

	.dh-compare__body-content>h2 {
		font-size: 24px !important;
	}

	.dh-compare__body-content>h3 {
		font-size: 20px !important;
	}
}

.dh-industry__feature-heading,
.dh-industry__feature-title {
	font-family: Montserrat;
	font-style: normal;
	margin-bottom: 20px;
}

.dh-industry__results-body,
.dh-industry__results-title {
	font-family: Montserrat;
	font-style: normal;
	color: #000;
	text-align: center;
}

.dh-article__body>table,
.dh-article__body>table>tbody,
.dh-article__body>table>tbody>tr,
.dh-article__body>table>thead,
.dh-article__body>table>thead>tr {
	border: 1px solid #000;
}

.dh-article__body-caption,
.dh-article__body-caption--rounded {
	background-color: #dcedff;
	color: #000;
	text-align: center;
	padding: 20px;
	margin: 20px 0;
}

.dh-pricing__feature-list,
.dh-pricing__feature-list-heading {
	line-height: 1.5;
	padding: 0;
	font-family: Montserrat;
}

.dh-pricing__feature--no,
.dh-pricing__feature--yes {
	content: "";
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: 0;
	padding-left: 32px;
}

.center-heading h1,
.center-heading h2 {
	text-align: center;
	margin-bottom: 0;
	font-weight: 700;
	letter-spacing: -1px;
	color: #000;
}

.demandhub--bg__gray,
.demandhub__div--slanted {
	background-color: hsla(0, 0%, 82%, 0.5);
}

.counter__claringtonhonda--stars:after,
.counter__thebusiness--stars:after {
	font-family: FontAwesome;
	content: " \f005";
	color: orange;
}

.pac-item-selected,
.pac-item:hover {
	transition: 0.1s;
	border: 1px solid #00f;
	padding: 10px;
	margin: 5px 10px;
}

.pac-item-query,
.pac-matched {
	font-size: 14px;
}

.demandhub-footer__award-section,
.demandhub-footer__brand,
.demandhub-footer__social {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.demandhub-home__award-section {
		max-width: 730px;
		font-size: 16px;
		line-height: 20px;
		margin: 0 auto;
		padding-top: 0;
		padding-bottom: 0;
	}

	.demandhub-home__award-text {
		text-align: left;
	}

	.demandhub-home__award-title {
		font-size: 28px;
		line-height: 28px;
	}

	.demandhub-home__award-logo {
		width: 85px;
	}

	.demandhub-home__award-logo--large {
		width: 60px;
	}

	.demandhub-home__award-logo--xl {
		width: 124px;
	}

	.demandhub-footer__award-logo {
		width: 60px;
	}

	.demandhub__webchat--topdiv {
		margin-bottom: 20px;
	}

	.dh-about__header-image,
	.dh-general-content {
		max-width: 700px;
	}

	.dh-about__header-image-caption {
		font-size: 24px;
		line-height: 30px;
	}
}

.dh-article-float-left-image,
.dh-article-float-right-image {
	width: 100%;
}

@media (min-width: 992px) {
	.dh-side-bar-right {
		width: 303px;
	}

	.demandhub-home__award-logo--large {
		width: 35px;
	}

	.demandhub-home__award-logo--xl {
		width: 100px;
	}

	.demandhub-home__award-section {
		max-width: 970px;
		font-size: 16px;
	}

	.dh-about__cta-extra,
	.dh-about__header {
		font-size: 20px;
	}

	.dh-about__cta-extra-button {
		font-size: 16px;
	}

	.dh-article-category__heading>h1,
	.dh-article-tag__heading>h1 {
		font-size: 32px;
		color: #2d3e50;
		margin: 10px 0px 10px 0px;
	}

	.dh-article__heading-back {
		transform: translateY(65px);
	}

	.dh-article-float-left-image {
		float: left;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		max-width: 55;
		padding-right: 25px;
	}

	.dh-article-float-right-image {
		float: right;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
		padding-left: 25px;
	}

	.article-padding-top {
		padding-top: 50px;
	}

	.dh-casestudy__content>p {
		font-size: 18px;
		line-height: 1.77em;
	}

	.demandhub__case-study--numbers {
		margin-top: 10px;
	}

	.demandhub__webchat--topdiv {
		margin-top: 70px;
	}

	.demandhub__happycxtexting--img {
		width: 115%;
		padding-bottom: 40px;
	}

	.demandhub__sticky--navbar--active {
		box-shadow: none;
	}
}

@media only screen and (max-width: 767px) {
	.dh-ebooks__form {
		order: 1;
		order: 0;
	}

	.demandhub--contact-us__address--order {
		order: 1;
	}

	.demandhub--contact-us__form--order {
		order: 0;
	}

	.person-v2,
	.person-v2__row {
		width: 100%;
	}

	.demandhub__webchat-1--image {
		width: 85%;
	}
}

@media (min-width: 768px) {

	.demandhub__nav-bar--container,
	.dh-general-content {
		max-width: 720px;
	}

	.dh-integration__body>h1 {
		font-size: 20px !important;
	}

	.dh-article__heading {
		max-width: 720px;
	}

	.dh-article__title-container {
		flex-flow: row nowrap;
		padding-top: 30px;
		padding-bottom: 20px;
		margin-top: -30px;
	}

	.dh-article__title-box {
		flex: 1 0 50%;
		transform: translateY(60px);
		width: 450px;
		margin-bottom: 60px;
	}

	.dh-article__title-image {
		flex: 1 0 50%;
		transform: translateX(-20px);
		width: 500px;
		height: auto;
		max-height: 275px;
		overflow: hidden;
	}

	.dh-article__title-box>h1 {
		font-size: 24px;
	}

	.dh-article__title-box>h2 {
		font-size: 20px;
	}

	.dh-article__body,
	.dh-article__related-posts {
		max-width: 550px;
	}

	.demandhub__container {
		max-width: 720px;
	}

	.demandhub__free-demo--order {
		flex-flow: row;
	}

	.demandhub__cover {
		padding-top: 100px;
	}
}

@media (min-width: 992px) {
	.demandhub__nav-bar--container {
		max-width: 970px;
	}

	.dh-blog-grid-subtext {
		width: 76%;
	}

	.dh-about__header-image,
	.dh-general-content {
		max-width: 770px;
	}

	.dh-about__header-image-caption {
		font-size: 32px;
		line-height: 36px;
	}

	.dh-article__heading {
		max-width: 770px;
	}

	.dh-article__title-container {
		margin-top: 40px;
	}

	.dh-article__body,
	.dh-article__related-posts {
		max-width: 570px;
	}

	.demandhub__container {
		max-width: 970px;
	}

	.demandhub__watchdemo--spacing {
		padding-top: 100px;
		padding-bottom: 100px;
		margin-top: 20px;
	}

	.demandhub__resource-container {
		max-width: 100%;
		width: 100%;
		margin-top: 80px;
	}
}

@media (min-width: 1200px) {
	.demandhub__nav-bar--container {
		max-width: 1614px;
	}

	.dh-about__header-image,
	.dh-general-content {
		max-width: 970px;
	}

	.dh-about__header-image-caption {
		font-size: 36px;
		line-height: 44px;
	}

	.dh-article__heading {
		max-width: 970px;
	}

	.dh-article__body,
	.dh-article__related-posts {
		max-width: 720px;
	}

	.demandhub__container {
		max-width: 1614px;
	}

	.dh-side-bar-right {
		width: 370px;
	}
}

.demandhub__resource-container {
	max-width: 100%;
}

.demandhub__resource-container .row {
	margin: 0;
}

.demandhub__callsales--link:focus,
.demandhub__callsales--link:hover {
	color: #fff !important;
}

.dh-article-heading-btn {
	border-radius: 10px;
	padding: 12px;
	font-size: 18px;
	font-family: Montserrat;
	text-align: center;
	width: 80%;
}

.dh-footerv2-copyright {
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 300;
	color: #000;
	justify-content: space-between;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 70px;
}

:root {
	--global-nav-height: 61px;
	--global-nav-background: #fff;
	--global-nav-foreground: #000;
}

.grecaptcha-badge {
	visibility: hidden;
}

.demandhub--competitorAnalysis__map {
	height: 150px;
	border-radius: 5px;
	margin: auto;
}

@media (min-width: 992px) {
	.demandhub-navbar__nav {
		margin-right: -15px !important;
		justify-content: space-between;
		width: 100%;
	}
}

.demandhub--generateReportButton {
	margin: 10px auto auto;
}

.demandhub--map__searchbar {
	margin: auto;
	width: 60% !important;
}

.demandhub__btn-outline-banner {
	color: #fff;
	background-color: transparent;
	background-image: none;
	border: 2px solid #fff !important;
}

.demandhub__btn-outline-banner:hover {
	color: #4782d3;
	background-color: #fff;
	border-color: #fff;
	text-decoration: none !important;
}

.demandhub__btn-outline-banner.focus,
.demandhub__btn-outline-banner:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.demandhub__btn-outline-banner.disabled,
.demandhub__btn-outline-banner:disabled {
	color: #fff;
	background-color: transparent;
}

.demandhub-image__responsive {
	width: 100%;
	height: auto;
}

.demandhub-video__gradient {
	background: #2c3e50 !important;
	background: -webkit-linear-gradient(90deg, #3498db, #2c3e50) !important;
	background: linear-gradient(90deg, #3498db, #2c3e50) !important;
	opacity: 0.92 !important;
}

.demandhub-logo__messeges--fontColor {
	color: #108acf !important;
}

.demandhub-logo__chart--fontColor {
	color: #ff4c6e !important;
}

.demandhub-fontColor__black {
	color: #000 !important;
}

.demandhub-img__center,
.demandhub-img__center--shadow {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.demandhub-img__center--shadow {
	box-shadow: 0 6px 20px 7px rgba(62, 68, 77, 0.15);
}

.dh-product__heading {
	font-size: 14px !important;
	font-weight: 700;
	text-transform: uppercase;
	color: #265c85;
	margin-top: 20px;
}

.dh-product__subheading {
	font-size: 30px !important;
	font-weight: 800;
	line-height: 34px !important;
	margin-bottom: 20px;
}

.demandhub-product__core-content {
	font-size: 16px;
	color: #000;
}

.demandhub-product__benefit-text {
	font-size: 14px;
	color: #000;
}

.demandhub-product__benefit-icon {
	margin-bottom: 10px;
}

.demandhub-product__benefit-heading {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-weight: 700;
	text-align: center !important;
	color: #000;
}

@media (min-width: 992px) {
	.demandhub-product__core-content {
		font-size: 18px;
	}

	.demandhub-product__benefit-text {
		font-size: 16px;
	}

	.demandhub-product__benefit-heading {
		font-size: 22px;
	}
}

.dh-container {
	background-color: #fff;
}

.dh-container--shaded {
	background-color: #eef6ff;
}

.dh-container--rainbow {
	background: #24c6dc;
	background: linear-gradient(135deg, #647de2 10%, #123597);
}

.dh-container--lightblue {
	background: #f7fbff;
}

.dh-container--darkblue {
	background: #4782d3;
}

.dh-exit-modal-logo {
	text-align: center;
	z-index: 1;
}

.dh-exit-modal-close {
	z-index: 1;
	position: absolute;
	top: 10px;
	right: 10px;
}

.dh-exit-modal-logo>img {
	width: 100px;
}

.dh-exit-modal__container {
	border: 0 solid #fff !important;
}

.dh-exit-modal__left {
	color: #000;
	background-color: #fff;
	text-align: center;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 20px;
}

.dh-exit-modal__left>h2 {
	font-weight: 1000;
}

.dh-exit-modal__right {
	color: #fff;
	background-color: #60a9ff;
	text-align: center;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 20px;
}

.dh-exit-modal__right>h2 {
	font-weight: 1000;
	color: #fff;
}

@media (min-width: 576px) {
	.dh-exit-modal-logo {
		position: absolute;
		top: -30px;
		margin-bottom: -30px;
		left: 0;
		right: 0;
	}

	.dh-exit-modal-close {
		top: 10px;
		right: 10px;
	}

	.dh-exit-modal__left {
		border-top-left-radius: 20px;
		border-top-right-radius: 0;
		border-bottom-left-radius: 20px;
		padding: 40px;
		height: 100%;
	}

	.dh-exit-modal__left>h2 {
		margin-top: 30px;
		font-size: 20px;
	}

	.dh-exit-modal__right {
		border-top-right-radius: 20px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 20px;
		padding: 40px;
		margin-left: -15px;
		height: 100%;
	}

	.dh-exit-modal__right>h2 {
		margin-top: 30px;
		font-size: 20px;
	}
}

@media (min-width: 768px) {

	.dh-exit-modal__left>h2,
	.dh-exit-modal__right>h2 {
		font-size: 24px;
	}
}

@media (min-width: 992px) {

	.dh-exit-modal__left>h2,
	.dh-exit-modal__right>h2 {
		font-size: 30px;
	}
}

.dh-general-content {
	font-family: Montserrat, sans-serif;
	color: #000;
	font-size: 16px;
	margin: 0 auto;
	padding: 40px 30px 60px;
}

.dh-stylish-heading {
	text-align: center;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 15px !important;
}

.dh-stylish-heading h1 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.5rem !important;
	position: relative;
	display: inline-block;
	padding: 0 50px;
	font-family: Montserrat, sans-serif;
}

.dh-stylish-heading h1:after {
	right: -5px;
}

.dh-stylish-heading h1:after,
.dh-stylish-heading h1:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 45px;
	height: 2px;
	background-color: #000;
}

.dh-stylish-heading h1:before {
	left: -5px;
}

.dh-about__header {
	background-color: #405da9;
	color: #fff;
	margin: 60px auto 0;
	padding: 20px;
	font-size: 16px;
}

.dh-about__header-image {
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
}

.dh-about__header-image>img {
	width: 100%;
}

.dh-about__header-image-caption {
	position: absolute;
	top: 8px;
	right: 16px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-align: right;
	text-shadow: 2px 2px #000;
	padding-left: 50%;
	padding-top: 10%;
	padding-right: 50px;
}

.dh-about__business-reviews {
	text-align: center;
}

.dh-about__review-count-header {
	font-size: 22px;
	font-weight: 700;
	color: #000;
}

.dh-about__review-count {
	font-size: 28px;
	font-weight: 700;
	color: #0e70bd;
	background-color: #fff;
	border-radius: 8px;
	margin: 20px auto;
	padding: 10px 20px;
	max-width: 300px;
}

.dh-about__good-company {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 40px;
}

.dh-about__cta {
	text-align: center;
	width: 100%;
	padding-bottom: 60px;
}

.dh-about__cta--heading {
	font-size: 24px;
	font-weight: 700;
	color: #000;
}

.dh-about__cta--subheading {
	font-size: 30px;
	font-weight: 700;
	color: #0e70bd;
}

.dh-about__cta-button {
	background-color: #ffbd59;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 15px 30px;
	border-radius: 6px;
}

.dh-about__cta-button:hover {
	color: #fff;
	background-color: #ff9929;
}

.dh-about__cta-extra {
	text-align: center;
	background-color: #fff;
	color: #000;
	font-size: 16px;
	padding: 30px 16px;
	width: 70%;
}

.dh-about__cta-extra,
.dh-about__cta-extra-button {
	border-radius: 4px;
	font-weight: 700;
	display: inline-block;
}

.dh-about__cta-extra-button {
	background-color: #0e70bd;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 12px;
	max-width: 400px;
	width: 80%;
}

.dh-about__cta-extra-button:hover {
	color: #fff;
	background-color: #0e309d;
}

.dh-integration__filter {
	margin: 40px auto;
}

.dh-integration {
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
}

.dh-integration__logo-container {
	background: #fff;
	z-index: 1;
	box-shadow: 0 0 16px 7px rgb(62 68 77/15%);
	padding: 10px 20px 20px;
	margin-bottom: 20px;
	font-size: 18px;
	font-family: Inter;
	font-weight: 300;
	border-radius: 8px;
	text-align: left;
}

.dh-integration__logo {
	width: 80%;
	max-width: 300px;
	padding: 15px;
}

.dh-integration__footer {
	background-color: #405da9;
	color: #fff;
}

.dh-integration--secondary-heading {
	font-family: Inter;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	color: #046CF4;
	margin-top: 20px;
}

.dh-integration__related-posts {
	margin: auto;
	padding: 6px 15px 6em;
}

.dh-integration__related-posts--link {
	color: #000;
	font-size: 16px;
	font-weight: 700;
}

.dh-integration__related-posts-img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.dh-integration__heading {
	font-family: Inter;
	font-weight: 300;
	padding: 0 15px 5px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 700;
}

.dh-integration__heading>a {
	color: #046CF4;
}

.dh-integration__title {
	width: 100%;
}

.dh-integration__body {
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
	color: #000;
	text-align: justify;
}

.dh-integration__body>h1 {
	font-size: 18px !important;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	margin-top: 20px;
}

.dh-integration__body>h2 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
}

.dh-integration__benefit {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}

.dh-integration__benefit-image {
	width: 17px;
	/* margin-left: 5px; */
}

.dh-integration__benefit-text {
	font-family: Inter;
	font-weight: 300;
	color: #000;
	font-size: 20px;
	width: 100%;
	flex: 1 1 auto;
	text-align: left;
	margin-left: 30px;
}

.dh-articlev2 {
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	padding-top: 45px;
}

.dh-articlev2__heading {
	background-color: #FAFCFF;
	display: flex;
	flex-flow: row wrap;
	margin-top: calc(var(--global-nav-height));
	padding-top: 66px;
	padding-right: 112px;
	padding-bottom: 23px;
	padding-left: 112px;
	justify-content: center;
}

.dh-articlev2__heading-wrapper {
	display: flex;
	flex-direction: row;
	max-width: 1250px;
	gap: 50px;
}

.dh-articlev2__heading-title {
	flex: 1 1 50%;
}

.dh-articlev2__heading-image {
	flex: 1 1 100%;
	align-self: center;
	text-align: center;
}

.dh-articlev2__heading-image img {
	max-width: 640px;
	border-radius: 37px;
}

.dh-articlev2__heading-title>h1 {
	font-family: Montserrat;
	font-size: 40px;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: 0.015em;
	text-align: left;
}

.dh-articlev2__heading-title>h2 {
	font-size: 20px !important;
	line-height: 24px !important;
}

.dh-articlev2__heading-breadcrumbs {
	font-size: 12px;
}

.faq-section {
	margin-top: 94px;
}

.faq-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 37px;
	margin-bottom: 23px;
	width: 859px;
	padding: 28px 0 32px;
	border-bottom: 1px solid #7e7e7e;
}

.faq-question {
	width: 627px;
	font-size: 18px;
	color: #222;
	margin-left: 10px;
	font-weight: 500;
}

.faq-answer {
	font-weight: 300 !important;
	margin-top: 40px;
	opacity: 1;
}

.faq-answer span {
	color: #006cff;
	text-decoration: underline;
}

.arrow-img {
	width: 20px;
	height: 20px;
	margin-right: 43.25px;
}

.dh-articlev2__heading-back {
	font-weight: 400;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
}

.dh-articlev2__social-list {
	position: relative;
	font-size: 16px;
	display: flex;
	flex-direction: row;
	width: 0px;
}

.dh-articlev2__social-button {
	width: 32px;
	height: 32px;
	margin: 2px;
	display: inline-block;
}

.dh-articlev2__tag-section {
	margin-top: 10px;
}

.dh-articlev2__tag {
	background-color: #eee;
	padding: 6px;
	border-radius: 4px;
	font-size: 12px;
}

.dh-articlev2__body {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	color: #000;
	padding: 10px;
}

.dh-articlev2__body-content,
.dh-articlev2__body-sidebar {
	width: 100%;
}

.dh-articlev2__body-content>h2 {
	font-family: Montserrat;
	font-size: 28px;
	font-weight: 600;
	line-height: 39.73px;
	letter-spacing: 0.015em;
	text-align: left;
	color: #000000;
	margin-bottom: 20px;
}

.dh-articlev2__body-content>h3 {
	font-family: Montserrat;
	font-size: 22px;
	font-weight: 500;
	line-height: 31.22px;
	letter-spacing: 0.015em;
	text-align: left;
	color: #000000;
	margin-bottom: 20px;
}

.dh-articlev2__body-sidebar-content {
	background-color: #dbefff;
	color: #000;
	transition: top 2s ease;
	padding: 30px;
	-webkit-box-shadow: 0px 4px 4px 0px #00000040;
	-moz-box-shadow: 0px 4px 4px 0px #00000040;
	box-shadow: 0px 4px 4px 0px #00000040;
	border-radius: 8px;
	text-align: center;
}

.dh-articlev2__body-sidebar-content--newsletter {
	margin-top: 50px;
	background-color: #FFF7ED;
	border-radius: 37px;
	padding: 35px;
}

.dh-articlev2__body-sidebar-content--newsletter-small {
	margin-top: 10px;
	font-size: 12px;
	line-height: 14px;
}

.dh-articlev2__body-sidebar-content-title {
	font-weight: 700;
	font-family: Inter;
	font-size: 20px;
	color: #050505;
	font-style: normal;
	margin-bottom: 10px;
}

.dh-articlev2__body-content>table {
	border: 1px solid #000;
	margin-bottom: 12px;
	table-layout: fixed;
	width: 100%;
}

.dh-articlev2__body-content>table>thead,
.dh-articlev2__body-content>table>thead>tr {
	border: 1px solid #000;
}

.dh-articlev2__body-content>table>thead>tr>th {
	border: 1px solid #000;
	padding: 6px;
	overflow: hidden;
	font-size: 10px;
	line-height: 14px;
}

.dh-articlev2__body-content>table>tbody,
.dh-articlev2__body-content>table>tbody>tr {
	border: 1px solid #000;
}

.dh-articlev2__body-content>table>tbody>tr>td {
	border: 1px solid #000;
	padding: 6px;
	overflow: hidden;
	font-size: 10px;
	line-height: 14px;
}

.dh-articlev2__body-content>table>thead>tr>th:first-of-type {
	border-top-left-radius: 10px;
}

.dh-articlev2__body-content>table>thead>tr>th:last-of-type {
	border-top-right-radius: 10px;
}

.dh-articlev2__body-content>table>tbody>tr:last-of-type td:first-of-type {
	border-bottom-left-radius: 10px;
}

.dh-articlev2__body-content>table>tbody>tr:last-of-type td:last-of-type {
	border-bottom-right-radius: 10px;
}

.dh-articlev2__related-posts {
	padding: 10px 15px;
}

.dh-articlev2__related-posts-img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media (min-width: 992px) {

	.dh-articlev2__heading-image,
	.dh-articlev2__heading-title {
		display: flex;
		flex-direction: column;
		gap: 20px;
		flex: 1 1 50%;
	}

	.dh-articlev2__heading-title>h1 {
		font-family: Montserrat;
		font-size: 40px;
		font-weight: 600;
		line-height: 48px;
		letter-spacing: 0.015em;
		text-align: left;
	}

	.dh-articlev2__body {
		display: flex;
		justify-content: space-between;
		gap: 100px;
	}

	.dh-articlev2__body-content {
		width: 65%;
		height: 100%;
		padding-right: 40px;
		font-family: Inter;
        font-size: 20px;
        font-weight: 300;
        line-height: 33px;
        text-align: justify;
        color: #000;
	}

	.dh-articlev2__body-sidebar {
		width: 35%;
		position: -webkit-sticky;
		position: sticky;
		top: 140px;
		height: max-content;
		padding-left: 10px;
		margin-bottom: 100px;
	}

	.dh-articlev2-content-without-toc>h2,
	.dh-articlev2-content-with-toc>h2 {
		font-family: Montserrat;
		font-size: 28px;
		font-weight: 600;
		line-height: 39.73px;
		letter-spacing: 0.015em;
		text-align: left;
		color: #000000;
		margin-bottom: 20px;
	}

	.dh-articlev2-content-without-toc>h3,
	.dh-articlev2-content-with-toc>h3 {
		font-family: Montserrat;
		font-size: 22px;
		font-weight: 600;
		line-height: 31.22px;
		letter-spacing: 0.015em;
		text-align: left;
		color: #000000;
		margin-bottom: 20px;
	}

	.dh-articlev2__body-sidebar-content-title {
		font-size: 24px;
		padding-bottom: 10px;
	}

	.dh-articlev2__body-content>table>tbody>tr>td,
	.dh-articlev2__body-content>table>thead>tr>th {
		font-size: 12px;
		line-height: 16px;
	}

	.dh-articlev2__related-posts {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width: 1200px) {
	.dh-articlev2__heading-title>h1 {
		font-family: Montserrat;
		font-size: 40px;
		font-weight: 600;
		line-height: 48px;
		letter-spacing: 0.015em;
		text-align: left;
	}

	.dh-articlev2__body-content {
		width: 70%;
		font-family: Inter;
        font-size: 20px;
        font-weight: 300;
        line-height: 32px;
        text-align: justify;
        color: #000;
	}

	.dh-articlev2__body-sidebar {
		width: 30%;
	}

	.dh-articlev2__body-sidebar-content-title {
		font-size: 26px;
	}
}

.dh-compare__card {
	background: #eef6ff;
	border-style: none;
	border-radius: 5px;
	font-weight: 600;
	font-family: Montserrat;
	font-size: 14px;
	color: #262626;
	padding: 20px;
	margin-bottom: 10px;
	transition: 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 200px;
	gap: 10px;
	align-items: center;
}

.dh-compare__card:hover {
	background: #d6e9ff;
}

.dh-compare__card-title {
	font-size: 16px !important;
	font-family: Montserrat;
	line-height: 18px;
	font-weight: 700;
	color: #212121;
	margin-top: 10px;
}

.dh-compare__card-body,
.dh-compare__card-title {
	width: 100%;
	text-align: center;
	flex-direction: column;
	align-items: center;
}

.dh-compare__card-body {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.2em;
}

.dh-compare__card-text {
	color: #000 !important;
	font-size: 12px;
	line-height: 1.3em;
	text-align: center;
}

.dh-compare__card-link {
	margin-top: 15px;
	line-height: 1.3em;
	text-align: center;
}

.dh-compare__card-img {
	max-width: 100%;
	max-height: 100px;
}

.dh-compare__heading {
	font-family: Montserrat, sans-serif;
	color: #000;
	background-color: #fff;
	display: flex;
	flex-flow: row wrap;
}

.dh-compare__heading-category {
	text-transform: uppercase;
	padding-bottom: 20px;
	font-size: 12px;
}

.dh-compare__heading-category>img {
	height: 30px;
}

.dh-compare__heading-title {
	background: #fff;
	padding: 10px;
	flex: 1 0 100%;
}

.dh-compare__heading-image {
	background-color: #fff;
	flex: 1 0 100%;
	padding: 10px;
}

.dh-compare__heading-image img {
	border-radius: 20px;
	border: 1px solid #fff;
}

.dh-compare__heading-title>h1 {
	font-size: 24px !important;
	color: #56acff;
}

.dh-compare__heading-title>h2 {
	font-size: 20px !important;
}

.dh-compare__heading-breadcrumbs {
	margin-bottom: 8px;
	font-size: 12px;
}

.dh-compare__heading-info {
	margin-top: 8px;
	font-size: 12px;
}

.dh-compare__heading-back {
	font-weight: 400;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
}

.dh-compare__heading-back--link {
	color: #4782d3;
	font-weight: 700;
}

.dh-compare__features-sticky-header {
	margin-top: 20px;
	position: sticky;
	top: 60px;
	background: #fff;
	z-index: 2;
}

.dh-compare__features-heading {
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dh-compare__features-heading-title {
	font-size: 22px;
	font-weight: 800;
	text-align: center;
	padding-top: 20px;
}

.dh-compare__features-heading--highlight {
	background: #f0f6ff;
}

.dh-compare__features-heading--border {
	border-top: 5px solid #ccc;
}

.dh-compare__features-heading-img {
	min-width: 120px;
	max-width: 300px;
	width: 80%;
}

.dh-compare__features-category-heading {
	font-size: 22px;
	font-weight: 700;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.dh-compare__features-category--border {
	border-top: 4px solid #ccc;
	border-bottom: 5px solid #ccc;
}

.dh-collapsible {
	color: #000;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	gap: 20px;
}

.dh-collapsible:after {
	/* content: "\02795";
	font-size: 13px;
	color: #000; */
}

.dh-collapsible--active:after {
	/* content: "\2796"; */
}

.dh-collapsible-content {
	max-height: 0;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
	transition: max-height 0.2s ease-out;
}

.dh-collapsible-faq {
	color: #000;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
}

.dh-collapsible-faq:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 50px;
    background: url('/assets/images/demandhub/icons/chevron-down.svg') no-repeat center;
    background-size: contain;
}

.dh-collapsible-faq--active:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 50px;
    background: url('/assets/images/demandhub/icons/chevron-up.svg') no-repeat center;
    background-size: contain;
}


.dh-collapsible-faq-content {
	max-height: 0;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
	transition: max-height 0.2s ease-out;
}

.dh-compare__features-title {
	font-size: 18px;
	font-weight: 700;
	padding-left: 0;
	padding-right: 0;
}

.dh-compare__features-details {
	font-size: 14px;
	line-height: 1.3em;
	padding-top: 10px;
}

.dh-compare__features-container {
	padding: 10px;
}

.dh-compare__features-link {
	margin-top: 10px;
}

.dh-compare__features-cell {
	border-bottom: 1px solid #ccc;
}

.dh-compare__features-cell--highlight {
	background: #f0f6ff;
}

.dh-compare__features-cell-img {
	height: 30px;
	text-align: center;
}

.dh-compare__features-demo {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding-top: 0;
	padding-bottom: 20px;
}

.dh-compare__awards {
	text-align: center;
}

.dh-compare__awards-img {
	width: 80px;
	margin: 10px;
}

.dh-compare__darker {
	padding: 30px 30px 10px;
	background-color: #f0f6ff;
}

.dh-compare__how-it-works {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 38px;
	padding: 100px 0px 0px 0px;
}

.dh-compare__how-it-works-img {
	width: 100%;
}

.dh-compare__body-upper-section {
	font-family: Inter;
	margin-top: 60px;
	margin-bottom: 50px;
	text-align: justify;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 28.38px;
	letter-spacing: 0.3px;
}

.dh-compare__body-lower-section {
	font-family: Montserrat;
	margin-top: 30px;
	margin-bottom: 10px;
}

.dh-compare__product-container {
	margin-top: 30px;
}

.dh-compare__product {
	font-weight: 500;
	font-size: 20px;
	color: #55abff;
	text-transform: uppercase;
	margin-top: 20px;
}

.dh-compare__product,
.dh-compare__product-title {
	font-family: Montserrat;
	font-style: normal;
	margin-bottom: 20px;
}

.dh-compare__product-title {
	font-weight: 800;
	font-size: 28px;
	line-height: 32px;
	color: #000;
}

.dh-compare__product-title--highlight {
	color: #60a9ff;
}

.dh-compare__product-body {
	font-weight: 500;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	color: #000;
	line-height: 1.3em;
}

.dh-compare__product-body--highlight {
	font-weight: 800;
}

.dh-compare__product--img-container-left,
.dh-compare__product--img-container-right {
	text-align: center;
}

.dh-compare__product--img {
	max-width: 100%;
	max-height: 400px;
}

@media (min-width: 768px) {
	.dh-compare__awards-img {
		width: 100px;
		margin: 20px;
	}

	.dh-compare__features-heading {
		text-align: left;
		margin-bottom: 0;
		justify-content: left;
	}

	.dh-compare__features-heading-title {
		font-size: 24px;
		font-weight: 700;
		padding-top: 0;
	}

	.dh-compare__features-container {
		padding: 20px 10px;
	}

	.dh-compare__product-container {
		margin-top: 40px;
	}

	.dh-compare__product-title {
		font-size: 32px;
		line-height: 36px;
	}

	.dh-compare__product--img-container-left {
		text-align: left;
	}

	.dh-compare__product--img-container-right {
		text-align: right;
	}

	.dh-compare__how-it-works-img {
		width: 80%;
	}
}

@media (min-width: 992px) {
	.dh-compare__card-title {
		font-size: 22px !important;
	}

	.dh-compare__heading-image,
	.dh-compare__heading-title {
		flex: 1 0 50%;
	}

	.dh-compare__heading-title>h1 {
		font-size: 30px !important;
	}

	.dh-compare__features-sticky-header {
		margin-top: 30px;
	}

	.dh-compare__features-heading-title {
		font-size: 28px;
	}

	.dh-compare__features-category-heading {
		text-align: left;
	}

	.dh-compare__body {
		display: flex;
		justify-content: space-between;
	}

	.dh-compare__body-content {
		width: 65%;
		height: 100%;
		padding-right: 10px;
	}

	.dh-compare__body-sidebar {
		width: 35%;
		position: -webkit-sticky;
		position: sticky;
		top: 80px;
		height: 300px;
		padding-left: 10px;
	}

	.dh-compare__body-content>h2 {
		font-size: 24px !important;
	}

	.dh-compare__body-content>h3 {
		font-size: 20px !important;
	}
}

@media (min-width: 1200px) {
	.dh-compare__heading-category {
		padding-top: 20px;
	}

	.dh-compare__heading-title>h1 {
		font-size: 36px !important;
	}

	.dh-compare__body-content {
		width: 70%;
	}

	.dh-compare__body-sidebar {
		width: 30%;
	}

	.dh-compare__body-content>h2 {
		font-size: 28px !important;
	}

	.dh-compare__body-content>h3 {
		font-size: 24px !important;
	}
}

.dh-tools__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 14px;
	margin-bottom: 10px;
	padding: 8px;
	text-align: center;
	width: 64px;
	height: 64px;
}

.dh-review-link__content {
	margin: 0 auto;
}

.dh-review-link__h1 {
	font-size: 30px !important;
	line-height: 34px !important;
	font-weight: 800;
	margin-top: 20px;
}

.dh-review-link__h2 {
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 39.36px;
	letter-spacing: 0.48px;
	margin-bottom: 40px;
}

.dh-review-link__h2--text {
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 27.68px;
	margin-top: 20px;
}

.dh-review-link__h2--cta {
	font-size: 30px !important;
	line-height: 34px !important;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.dh-review-link__h3 {
	font-size: 18px !important;
	line-height: 22px !important;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
}

.dh-review-link__container-box {
	border-radius: 12px;
	background: #cee5ff;
	color: #000;
	padding: 20px;
	margin: 0 auto;
}

.dh-review-link__form-label {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}

.dh-review-link__form-input {
	font-size: 0.9em;
}

.dh-review-link__error {
	color: red;
	font-weight: 700;
}

#dh-review-link__place-summary {
	font-size: 1.1em;
	font-weight: 700;
}

.dh-review-link__change-business {
	color: #ed7e38;
	font-size: 1em;
	font-weight: 700;
}

.dh-review-link__change-business:hover {
	color: orange;
	font-size: 1em;
	font-weight: 700;
}

.dh-review-link__email-notice {
	font-size: 14px;
	line-height: 16px;
}

.dh-review-link__opt-in-notice {
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
}

.dh-review-link__link-title {
	font-size: 24px !important;
	line-height: 28px !important;
	color: #000;
	text-align: center;
}

.dh-review-link__link-share-notice {
	text-align: center;
}

.dh-review-link__qrcode {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.dh-review-link__share-icon {
	padding: 20px 10px 10px;
}

.dh-review-link__benefits--heading {
	font-size: 18px !important;
	line-height: 22px !important;
}

.dh-review-link__benefits--icon {
	margin-top: 20px;
	width: 80px;
	padding: 20px 0;
}

@media (min-width: 768px) {
	.dh-review-link__content {
		width: 700px;
	}

	.dh-review-link__h1 {
		font-size: 40px !important;
		line-height: 44px !important;
	}

	.dh-review-link__container-box {
		padding: 20px 40px;
		width: 80%;
	}

	.dh-review-link__form-label {
		font-size: 18px;
		font-weight: 800;
	}

	.dh-review-link__form-input {
		font-size: 1em;
	}

	#dh-review-link__place-summary {
		font-size: 1.2em;
		font-weight: 700;
	}

	.dh-review-link__email-notice {
		font-size: 16px;
		line-height: 18px;
	}

	.dh-review-link__opt-in-notice {
		font-size: 14px;
		line-height: 16px;
	}
}

@media (min-width: 992px) {
	.dh-review-link__content {
		width: 760px;
	}
}

@media (min-width: 1200px) {
	.dh-review-link__content {
		width: 970px;
	}
}

.dh-industry__intro-heading {
	font-family: Montserrat;
	font-weight: 800;
	font-style: normal;
	font-size: 30px !important;
	line-height: 34px !important;
	color: #000;
	margin-top: 10px;
	margin-bottom: 20px;
}

.dh-industry__intro-text {
	font-weight: 500;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	color: #000;
}

.dh-industry__testimonial {
	-webkit-border-radius: 22px;
	box-shadow: 0 2px 10px 0 rgb(142 154 173/60%);
	background: #fff;
	border-style: none;
	border-radius: 22px;
	padding: 30px;
	margin: 20px auto;
}

.dh-industry__testimonial-logo {
	text-align: center;
}

.dh-industry__testimonial-logo>a>img {
	width: 80%;
	max-width: 300px;
	padding: 20px 10px;
}

.dh-industry__testimonial-text {
	font-size: 16px;
	line-height: 20px;
}

.dh-industry__testimonial-text--highlight {
	color: #55abff;
	font-weight: 700;
}

.dh-industry__testimonial-text--signature {
	font-weight: 400;
	font-family: Homemade Apple;
	color: #222;
	font-style: normal;
}

.dh-industry__feature-container {
	margin-top: 30px;
}

.dh-industry__feature-heading {
	font-weight: 500;
	font-size: 20px !important;
	line-height: 24px !important;
	color: #55abff;
	text-transform: uppercase;
	margin-top: 20px;
}

.dh-industry__feature-heading,
.dh-industry__feature-title {
	font-family: Montserrat;
	font-style: normal;
	margin-bottom: 20px;
}

.dh-industry__feature-title {
	font-weight: 700;
	font-size: 28px !important;
	line-height: 32px !important;
	color: #000;
}

.dh-industry__feature-body {
	font-weight: 400;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	color: #000;
}

.dh-industry__feature--img {
	width: 100%;
	padding: 30px 15px;
}

.dh-industry__customer-logo {
	width: 90%;
	padding: 15px;
}

.dh-industry__integrations--highlight {
	font-family: Montserrat;
	font-weight: 700;
	font-style: normal;
	font-size: 26px;
	line-height: 30px;
	color: #0584ff;
}

.dh-industry__integrations--logos {
	margin-top: 20px;
}

.dh-industry__integrations--logos>img {
	max-height: 75px;
	max-width: 130px;
}

.dh-industry__results-title {
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 20px;
}

.dh-industry__results-body,
.dh-industry__results-title {
	font-family: Montserrat;
	font-style: normal;
	color: #000;
	text-align: center;
}

.dh-industry__results-body {
	font-weight: 400;
	font-size: 18px;
}

.dh-industry__stats--heading {
	font-style: italic;
	font-weight: 300;
	font-family: Montserrat;
	font-size: 18px;
	margin-bottom: 20px;
}

.dh-industry__stats {
	border-style: solid;
	border-color: #60a9ff;
	border-radius: 12px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
	margin: 20px 10px;
	padding: 20px;
	font-family: Montserrat;
	font-weight: 600;
}

.dh-industry__stats--boost {
	font-weight: 900;
	font-family: Montserrat;
	font-size: 60px;
	line-height: 64px;
}

.dh-industry__stats--boost-blue {
	color: #2786ff;
}

.dh-industry__stats--boost-orange {
	color: #ff8500;
}

.dh-industry__stats--boost-green {
	color: #008f11;
}

.dh-industry__stats--description {
	font-weight: 300;
	font-family: Montserrat;
	font-size: 18px;
	color: #222;
	margin-bottom: 20px;
}

.dh-industry__related-posts {
	margin: auto;
	padding: 10px 15px;
}

.dh-industry__related-posts--heading {
	font-size: 20px !important;
	line-height: 24px !important;
	font-weight: 700;
	text-align: center;
}

.dh-industry__related-posts--link {
	color: #000;
	font-weight: 700;
}

.dh-industry__related-posts-img {
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	border: 1px solid #fff;
}

@media (min-width: 768px) {
	.dh-industry__intro-heading {
		font-size: 36px !important;
		line-height: 42px !important;
		margin-top: 0;
		text-align: left;
	}

	.dh-industry__intro-text {
		text-align: left;
	}

	.dh-industry__testimonial-logo>img {
		width: 80%;
		max-width: none;
	}

	.dh-industry__feature--img {
		padding: 0;
	}

	.dh-industry__feature-container {
		margin-top: 40px;
		margin-bottom: 20px;
	}

	.dh-industry__feature-title {
		font-size: 36px !important;
		line-height: 40px !important;
	}

	.dh-industry__results-body {
		width: 70%;
		margin: 10px auto 20px;
	}

	.dh-industry__stats--boost {
		font-size: 40px;
		line-height: 44px;
	}
}

@media (min-width: 992px) {
	.dh-industry__intro-heading {
		font-size: 46px !important;
	}

	.dh-industry__intro-text {
		font-size: 18px;
	}

	.dh-industry__testimonial-text {
		font-size: 22px;
		line-height: 26px;
	}

	.dh-industry__related-posts {
		padding-left: 10px;
		padding-right: 10px;
	}

	.dh-industry__stats--boost {
		font-size: 60px;
		line-height: 64px;
	}
}

.dh-article {
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	padding-top: 45px;
}

.dh-article-category__heading {
	font-size: 16px;
	color: #000;
	text-align: left;
	padding-left: 15px;
	margin-bottom: 20px;
}

.dh-article-category__heading>h1 {
	font-size: 24px;
}

.dh-article-category__heading--breadcrumb {
	font-size: 14px;
}

.dh-article-tag__heading {
	font-size: 16px;
	color: #000;
	text-align: left;
	padding-left: 15px;
	margin-bottom: 20px;
}

.dh-article-tag__heading>h1 {
	font-size: 24px;
}

.dh-article-tag__heading--breadcrumb {
	font-size: 14px;
}

.dh-article__social-list {
	position: relative;
	font-size: 16px;
	display: flex;
	flex-direction: row;
}

.dh-article__social-button {
	width: 32px;
	height: 32px;
	margin: 2px;
	display: inline-block;
}

.dh-article__tag-section {
	margin-top: 10px;
}

.dh-article__tag {
	background-color: #eee;
	padding: 8px;
	border-radius: 4px;
}

.dh-article__footer {
	background-color: #405da9;
	color: #fff;
}

.dh-article__related-posts {
	margin: auto;
	padding: 4em 15px 6em;
}

.dh-article__related-posts--heading {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #265c85;
}

.dh-article__related-posts--link {
	color: #000;
	font-size: 14px;
	font-weight: 700;
}

.dh-article__related-posts-img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.dh-article__heading {
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto 10px;
}

.dh-article__heading-back {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
}

.dh-article__heading-back--link {
	color: #4782d3;
}

.dh-article__title {
	width: 100%;
}

.dh-article__title-container {
	background-color: #fff;
	display: flex;
	flex-flow: row wrap;
}

.dh-article__title-box {
	background: #fff;
	z-index: 1;
	box-shadow: 0 0 16px 7px rgba(62, 68, 77, 0.15);
	padding: 50px;
	flex: 1 0 80%;
}

.dh-article__title-image {
	background-color: #fff;
	flex: 1 0 80%;
}

.dh-article__title-box>a {
	color: #6393d6;
	font-weight: 700;
}

.dh-article__title-box>h1 {
	font-size: 24px;
}

.dh-article__title-box>h2 {
	font-size: 20px;
}

.dh-article__section-link {
	border-radius: 25px;
	color: #fff;
	background: #6393d6;
	padding: 10px 20px;
	margin: 10px 20px;
	display: block;
}

.dh-article__section-link:hover {
	color: #fff;
	background: #00a;
}

.dh-article__body {
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
}

.dh-article__body>h2 {
	font-size: 32px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 10px;
}

.dh-article__body>table,
.dh-article__body>table>thead,
.dh-article__body>table>thead>tr {
	border: 1px solid #000;
}

.dh-article__body>table>thead>tr>th {
	border: 1px solid #000;
	padding: 6px;
}

.dh-article__body>table>tbody,
.dh-article__body>table>tbody>tr {
	border: 1px solid #000;
}

.dh-article__body>table>tbody>tr>td {
	border: 1px solid #000;
	padding: 6px;
}

.dh-article__body>table>thead>tr>th:first-of-type {
	border-top-left-radius: 10px;
}

.dh-article__body>table>thead>tr>th:last-of-type {
	border-top-right-radius: 10px;
}

.dh-article__body>table>tbody>tr:last-of-type td:first-of-type {
	border-bottom-left-radius: 10px;
}

.dh-article__body>table>tbody>tr:last-of-type td:last-of-type {
	border-bottom-right-radius: 10px;
}

.dh-article__body-section {
	margin-top: 20px;
	margin-bottom: 20px;
}

.dh-article__body-heading--centered {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #69aefc;
	margin-top: 20px;
	margin-bottom: 20px;
}

.dh-article__h2--highlight {
	color: #69aefc;
}

.dh-article__body>h3 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
}

.dh-article__body-caption,
.dh-article__body-caption--rounded {
	background-color: #dcedff;
	color: #000;
	text-align: center;
	padding: 20px;
	margin: 20px 0;
}

.dh-article__body-caption--rounded {
	border-radius: 20px;
}

.dh-article__body-caption--left {
	text-align: left;
}

.dh-article__body-image {
	padding: 0;
	width: 100%;
}

.dh-article__body-image--half {
	padding: 0;
	width: 50%;
	margin-left: 25%;
}

.dh-article__body-image>img {
	width: 100%;
}

.dh-article__body-image>p {
	text-align: center;
	font-size: 12px;
	font-style: italic;
}

.dh-article__body-text-image {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.dh-article__text-left {
	flex: 2 60%;
}

.dh-article__image-right {
	flex: 1 40%;
}

.dh-article__image-right>img {
	width: 100%;
}

.dh-casestudy__content {
	font-family: Montserrat, sans-serif;
	color: #000;
}

.dh-casestudy__title>h1 {
	font-size: 28px !important;
}

.dh-casestudy__title>h2 {
	font-size: 22px !important;
	font-weight: 400 !important;
}

.dh-casestudy__content>h2 {
	padding-top: 15px;
	padding-bottom: 10px;
}

.dh-casestudy__content>p {
	font-size: 16px;
	line-height: 1.6em;
}

.dh-casestudy__content>ul {
	margin-top: 0;
	margin-bottom: 15px;
}

.dh-casestudy__content>ul>li {
	font-size: 16px;
}

.dh-casestudy__content>img {
	padding-top: 15px;
	padding-bottom: 15px;
}

.dh-casestudy__results-metric {
	font-size: 28px;
	font-weight: 700;
}

.dh-casestudy__results-metric--green {
	color: #58a65b;
}

.dh-casestudy__results-metric--orange {
	color: orange;
}

.dh-casestudy__results-metric--blue {
	color: #5384ed;
}

.dh-casestudy__results-description {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 400;
	color: #888;
}

.dh-pricing__h1 {
	margin-top: 20px;
	margin-bottom: 8px;
	width: auto;
	padding: 0;
	font-family: Montserrat;
	font-size: 45px;
	font-weight: 600;
	line-height: 46.8px;
	text-align: center;
	color: #046CF4;
}

.dh-pricing__subtitle {
	width: auto;
	padding: 0;
	font-family: Montserrat;
	font-size: 45px;
	font-weight: 600;
	line-height: 46.8px;
	text-align: center;
	color: #000000;
	margin-bottom: 80px;
}

.dh-pricing__h2 {
	margin-top: 60px;
	margin-bottom: 80px;
	font-family: Montserrat;
	font-size: 36px;
	font-weight: 600;
	line-height: 49.82px;
	text-align: left;
	color: #000000;
	padding: 20px;
}

.dh-pricing__plan {
	-webkit-border-radius: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
	background: #FBFBFB;
	/* border: 1px solid#A4A4A4; */
	border-radius: 15px;
	padding: 30px;
	margin: 10px auto;
	overflow: hidden;
	font-family: Montserrat;
	display: grid;
	height: 100%;
	align-content: flex-start;
}

.dh-pricing__plan--popular {
	background: #F9FCFF;
	box-shadow: 
        -13px -10px 15px 2px #E1EFFF,
        13px 0px 15px 2px #E1EFFF,
        0px -2px 12.7px 0px #529AF780,
        0px 2px 12.7px 0px #529AF780;
	border: 1px solid #529AF7;
}

.dh-pricing__plan--popular-highlight {
	background: linear-gradient(180deg, #ED7F38 0%, #C75B13 100%);
	color: #fff;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 500;
	line-height: 19.38px;
	letter-spacing: 0.015em;
	text-align: left;
	border-radius: 20px;
	padding: 6px 12px;
	display: flex;
	justify-self: end;
	gap: 9px;
	position: absolute;
    top: -5px;
    z-index: 1;
    right: 35px;
}

.dh-pricing__plan-title {
	font-family: Montserrat;
	font-size: 32px;
	font-weight: 600;
	line-height: 44.29px;
	letter-spacing: 0.015em;
	text-align: left;
	color: #121D3F;
}

.dh-pricing__plan-subtitle {
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.14px;
	text-align: left;
	color: #121D3F;
}

.dh-pricing__plan-starts {
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.14px;
	text-align: left;
	color: #121D3F;
}

.dh-pricing__plan-price {
	font-family: Montserrat;
	font-size: 60px;
	font-weight: 800;
	line-height: 83.04px;
	letter-spacing: 0.01em;
	text-align: left;
	color: #121D3F;
}

.dh-pricing__plan-price-custom {
	font-family: Montserrat;
	font-size: 38px;
	font-weight: 800;
	line-height: 52.59px;
	letter-spacing: 0.01em;
	text-align: left;
	color: #121D3F;
	margin-top: 35px;
	margin-bottom: 18px;
}

.dh-pricing__plan-price-time {
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 600;
	line-height: 51.4px;
	letter-spacing: 0.01em;
	text-align: left;
	color: #121D3F;
}

.dh-pricing__plan-highlights-span {
	margin-top: 20px;
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 24.91px;
	letter-spacing: 0.015em;
	text-align: justified;
	color: #000000;
}

.dh-pricing__plan-highlights {
	margin-bottom: 20px;
	font-family: Inter;
	font-size: 16px;
	font-weight: 300;
	line-height: 24.91px;
	letter-spacing: 0.015em;
	text-align: justified;
	color: #000000;
}

.dh-pricing__plan-trial-btn {
	max-width: 231px !important;
	max-height: 49px !important;
	padding: 18px 60px;
	gap: 20px;
	border-radius: 10px 0px 0px 0px;
	border: 1px 0px 0px 0px;
	color: #046CF4;
	font-size: 18px;
	font-weight: 700;
	font-family: Montserrat;
	letter-spacing: 0.015em;
	margin: 10px 0px;
	background: #F6FAFF;
}

.dh-pricing__plan-trial-btn--popular {
	width: 231px !important;
	height: 49px !important;
	padding: 18px 60px;
	gap: 20px;
	border-radius: 10px 0px 0px 0px;
	border: 1px 0px 0px 0px;
	background: linear-gradient(0deg, #046CF4 0%, #1F7EFC 100%);
	color: #F7FBFF !important;
	font-size: 18px;
	font-weight: 700;
	font-family: Montserrat;
	letter-spacing: 0.015em;
	margin: 10px 0px;
	transition: background-color 0.5s ease, color 0.5s ease, border 0.5s ease;
}

.dh-pricing__plan-trial-btn--popular:hover {
	background: #c2eaff;
	color: #004f99;
	border: 1px solid #004f99;
}

.dh-pricing__prices {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

.dh-pricing__plan-trial-btn-sm--popular {
	background: linear-gradient(0deg, #046CF4 0%, #1F7EFC 100%);
	color: #F7FBFF !important;
}

.dh-pricing__plan-demo {
	display: flex;
	justify-self: center;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.dh-pricing__plan-custom {
	margin-top: 70px;
	font-family: Montserrat;
	font-size: 14px;
}

.dh-pricing__addons {
    border-radius: 8px;
    border: 1px solid #F4F4F4;
	box-shadow: 0px 4px 31px 0px #D6D7D733;
    margin: 20px 10px;
    padding: 21px 20px;
    font-family: Montserrat;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: auto;
	flex: 1 1;
	cursor: pointer;
}

.dh-pricing__addons:hover {
	border: 1px solid #046CF4;
	box-shadow: -13px -10px 15px 2px #E1EFFF,
				13px 0px 15px 2px #E1EFFF,
				0px -2px 12.7px 0px #529AF780,
				0px 2px 12.7px 0px #529AF780;
}

.dh-pricing__addons-img {
	height: 40px;
}

.dh-pricing__addons-img>img {
	height: 100%;
}

.dh-pricing__addons-caption {
	font-size: 16px;
	line-height: 20px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.dh-pricing__addons-caption-title {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 600;
	line-height: 25.54px;
	letter-spacing: 0.015em;
	text-align: left;
}

.dh-pricing__addons-caption-description {
	font-family: Inter;
	font-size: 16px;
	font-weight: 300;
	line-height: 22.7px;
	letter-spacing: 0.015em;
	text-align: left;
}

.dh-pricing__feature-list-heading {
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 600;
	line-height: 27.68px;
	text-align: left;
	color: #000000;
}

.dh-pricing__feature-list-span {
	font-family: Inter;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	line-height: 22.14px;
	text-align: left;
	color: #046CF4;
	margin-top: 20px;
	margin-bottom: 20px;
}

.dh-pricing__feature-list,
.dh-pricing__feature-list-heading {
	line-height: 1.5;
	padding: 0;
	font-family: Montserrat;
}

.dh-pricing__feature {
	list-style: none;
	margin: 10px 0;
	font-family: Inter;
	font-size: 16px;
	font-weight: 300;
	min-height: 30px;
	text-align: left;
	color: #121D3F;
	display: flex;
	align-items: center;
}

.dh-pricing__feature--yes {
	background-image: url(/assets/images/demandhub/pricing/CircleWavyCheck.svg);
	background-position-y: center;
}

.dh-pricing__feature--no,
.dh-pricing__feature--yes {
	content: "";
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-position: 0;
	padding-left: 40px;
	align-content: center;
}

.dh-pricing__feature--no {
	background-image: url(/assets/images/demandhub/pricing/CircleWavyCross.svg);
	background-position-y: center;
}

.dh-pricing__compare-table {
	font-family: Montserrat;
	border: 1px solid #E4E4E4;
	border-collapse: collapse;
}

.dh-pricing__compare-sticky-header {
	margin-top: 20px;
	position: sticky;
	top: 61px;
	background: #fff;
	z-index: 2;
	border: 1px solid #E4E4E4;
	border-collapse: collapse;
}

.dh-pricing__compare-heading {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background: #f0f6ff;
	flex-direction: column;
	gap: 20px;
	padding: 80px 50px;
}

.dh-pricing__compare-heading-title {
	font-family: Montserrat;
	font-size: 28px;
	font-weight: 600;
	line-height: 38.75px;
	letter-spacing: 0.015em;
	text-align: center;
	color: #000000;
}

.dh-pricing__compare-trial-button {
	margin-top: 6px;
	margin-bottom: 6px;
}

.dh-pricing__compare-category {
	background: #fff;
	border-bottom: 1px solid #ccc;
}

.dh-pricing__compare-category-heading {
	font-family: Inter;
	font-size: 18px;
	font-weight: 500;
	line-height: 24.91px;
	text-align: left;
	color: #000000;
	padding: 33px 23px;
	background: #F2F9FF;
}

.dh-pricing__compare-title {
	font-family: Inter;
	font-size: 18px;
	font-weight: 300;
	line-height: 24.91px;
	text-align: left;
	color: #000000;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
}

.dh-pricing__compare-details {
	font-size: 14px;
	line-height: 1.3em;
	padding-top: 10px;
	text-align: left;
}

.dh-pricing__compare-container {
	padding: 40px 10px;
	text-align: center;
	font-size: 12px;
}

.dh-pricing__compare-normal-plan {
	background-color: #fbfbfb;
}

.dh-pricing__compare-popular-plan {
	background-color: #F9FCFF;
}

.dh-pricing__compare-link {
	margin-top: 10px;
}

.dh-pricing__compare-cell--border {
	border-bottom: 1px solid #ccc;
}

.dh-pricing__compare-cell-img {
	height: 35px;
	text-align: center;
}

.dh-pricing__compare-cell-text {
	font-family: Inter;
	font-size: 18px;
	font-weight: 300;
	line-height: 24.91px;
	text-align: center;
	color: #000000;
}

.dh-pricing__compare-table-note {
	font-family: Inter;
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	line-height: 19.87px;
	letter-spacing: 0.015em;
	text-align: left;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 17px;
	margin-top: 60px;
}

.dh-pricing__compare-table-note-img {
	height: 25px;
	text-align: center;
}

.dh-pricing__compare-cell-null {
	display: inline-block;
	width: 1rem;
	height: 0.125rem;
	background-color: #cad7dc;
	font-size: 0;
}

.dh-pricing__compare-demo {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding-top: 0;
	padding-bottom: 20px;
}

.dh-pricing__help--icon {
	width: 35px;
	height: 35px;
}

.dh-pricing__help--heading {
	font-family: Montserrat;
	font-size: 22px !important;
	font-weight: 500;
	line-height: 31.22px !important;
	letter-spacing: 0.015em;
	text-align: center;
	color: #000000;
	margin-top: 30px;
}

.dh-pricing__help--text {
	font-family: Inter;
	font-size: 18px;
	font-weight: 300;
	line-height: 25.54px;
	letter-spacing: 0.015em;
	text-align: center;
	color: #000000;
	margin-top: 30px;
}

.dh-pricing__faq--card {
	padding: 20px 20px 20px 0px;
	margin-bottom: 0px;
}

.dh-pricing__faq--card-header {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	line-height: 24.91px;
	letter-spacing: 0.04em;
	text-align: left;
	color: #222222;
	padding-bottom: 10px;
	cursor: pointer;
	border-bottom: 1px solid #7E7E7E;
	padding-bottom: 30px;
	display: flex;
}

.dh-pricing__faq--card-body {
	margin-top: 50px;
	font-family: Inter;
	font-size: 18px;
	font-weight: 300;
	line-height: 24.91px;
	letter-spacing: 0.04em;
	text-align: left;
	color: #222222;
	max-width: 60%;
}

@media (min-width: 768px) {
	.dh-pricing__h1 {
		margin-top: 20px;
		margin-bottom: 8px;
		width: auto;
		padding: 0;
		font-family: Montserrat;
		font-size: 45px;
		font-weight: 600;
		line-height: 46.8px;
		text-align: center;
		color: #046CF4;
	}

	.dh-pricing__subtitle {
		width: auto;
		padding: 0;
		font-family: Montserrat;
		font-size: 45px;
		font-weight: 600;
		line-height: 46.8px;
		text-align: center;
		color: #000000;
		margin-bottom: 80px;
	}

	.dh-pricing__h2 {
		font-size: 36px !important;
		margin-bottom: 30px;
	}

	.dh-pricing__compare-heading-title {
		font-size: 28px;
	}

	.dh-pricing__compare-container {
		padding: 40px 10px;
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	.dh-pricing__compare-sticky-header {
		top: 90px;
	}
}

.demandhub-casestudy__counter {
	font-size: 32px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-variant-ligatures: common-ligatures;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
	letter-spacing: -0.2px;
}

.demandhub-article__filter {
	margin: 0 auto;
	max-width: 400px;
	padding-bottom: 20px;
}

.demandhub-article__title {
	font-family: Montserrat, sans-serif;
	margin-top: 20px;
	margin-bottom: 0;
}

.demandhub-article__title>h1 {
	text-align: center;
	text-transform: uppercase;
	font-size: 26px !important;
	font-weight: 800;
}

.demandhub-article__section>h2 {
	padding-top: 20px;
	padding-bottom: 5px;
}

.demandhub-article__content>p {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: #000;
}

.demandhub-article__content>img {
	padding-top: 0;
	padding-bottom: 10px;
}

.demandhub-article__contenth1 {
	font-size: 23px !important;
	line-height: 1.07;
	text-align: left;
	color: #2d3e50;
	width: auto;
	padding: 0;
	letter-spacing: -1.3px;
}

.demandhub-article__contenth2 {
	font-size: 22px !important;
	font-weight: 400;
	text-align: center;
	line-height: 0.97;
	color: #2d3e50;
	margin: 18px 0;
	letter-spacing: -1.3px;
}

.demandhub-article__contenth3 {
	font-size: 14px !important;
	font-weight: 700;
	line-height: 0.97;
	color: #212529;
	margin: 18px 0;
	letter-spacing: -1.3px;
}

.demandhub-article__content>ol,
.demandhub-article__content>ul {
	margin-top: 0;
	margin-bottom: 10px;
}

.demandhub-article__content>ol>li,
.demandhub-article__content>ul>li {
	font-size: 16px;
}

.center-heading h1 {
	font-size: 36px;
}

.center-heading h1,
.center-heading h2 {
	text-align: center;
	margin-bottom: 0;
	font-weight: 700;
	letter-spacing: -1px;
	color: #000;
}

.center-heading h2 {
	font-size: 26px;
}

.center-line {
	display: inline-block;
	width: 70px;
	height: 1px;
	border-top: 1px solid #bbb;
	margin: auto;
}

hr.separator-break.separator-accent {
	margin-left: auto;
	margin-right: auto;
	border-color: #006cff !important;
}

hr.separator-break {
	width: 90px;
	border-top-width: 2px;
}

hr.separator-double-padding {
	margin: 54px 0;
}

.fullwidthbanner-container {
	margin: 65px auto 0 !important;
}

.demandhub-navbar__opaque {
	background-color: var(--global-nav-background) !important;
	color: var(--global-nav-foreground);
}

.nav-item__link {
	display: flex;
	align-items: center;
	padding-right: 10px;
	padding-bottom: 10px;
}

@media (min-width: 992px) {
	.nav-item__link {
		padding-bottom: 0;
	}
}

.navbar.navbar-transparent.navbar-light.bg-faded .nav-link,
.navbar.navbar-transparent.navbar-light.bg-faded .show .nav-link {
	color: var(--global-nav-foreground);
}

.navbar-toggler:not(:disabled):not(.disabled) {
	top: 8px !important;
	right: 0 !important;
	color: var(--global-nav-foreground) !important;
}

.navbar-light .navbar-toggler-icon {
	background-image: none !important;
}

.navbar.navbar-transparent.nav-sticky .navbar-brand .logo {
	top: -14px !important;
}

.person-v2 {
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transition: 0.6s;
}

.person-v2__border {
	border-top-style: solid !important;
}

.person-v2__hover:hover {
	transform: translateY(-10px);
	transition: 0.6s;
}

.demandhub__ebooks--hover:hover {
	transform: scale(1.009);
	transition: 0.1s;
	cursor: pointer;
}

.dh-ebooks__form {
	color: #000;
}

.dh-ebooks__form>h1 {
	font-size: 24px;
}

.dh-ebooks__highlights-heading {
	font-size: 42px;
	line-height: 45px;
	font-weight: 700;
	text-align: center;
	color: #000;
}

.dh-ebooks__highlights {
	box-shadow: 0 2px 10px 0 rgb(142 154 173/60%);
	background: #fff;
	border-style: none;
	border-radius: 22px;
	padding: 15px 20px 30px 15px;
	margin: 10px auto;
}

.dh-ebooks__highlights>h2 {
	font-size: 20px;
	text-align: center;
}

.dh-ebooks__highlights>ul>li {
	font-size: 18px;
	line-height: 32px;
}

.dh-ebooks__form-label {
	color: #000;
	font-weight: 700;
	margin-bottom: 5px;
}

.demandhub__client--logos {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	padding-bottom: 40px;
}

.demandhub__client--logos div {
	margin: 0 10px 40px;
	text-align: center;
}

.person-v2__messenger {
	border-top-color: #108acf !important;
}

.person-v2__google {
	border-top-color: #4caf50 !important;
}

.person-v2__webchat {
	border-top-color: #4a4a4a !important;
}

.person-v2__chart {
	border-top-color: #ff4c6e !important;
}

.person-desc-v2 {
	padding: 15px;
}

.person-desc-v2 ul {
	margin: 0;
	padding: 0;
}

.our-team-v-2 {
	padding-top: 70px;
	background-color: #f5f5f5;
	padding-bottom: 40px;
}

.person-v2 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.person-v2 h3 {
	margin: 5px 0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 24px;
}

.person-desc-v2 em {
	display: block;
	color: #777;
	margin-bottom: 10px;
}

.star-checked {
	color: #ea7e37;
}

.demandhub__bg--fancy {
	background-color: #405da9;
	color: #fff;
}

.demandhub__bg--fancy h2 {
	color: #fff;
	margin: auto;
	font-weight: lighter;
	text-align: center;
}

.demandhub__bg--fancy a {
	font-size: 15px;
	font-weight: 500;
}

.demandhub__bg--fancy h4 {
	color: #fff;
	margin: auto;
	text-align: center;
	font-weight: lighter;
}

.demandhub__div--slanted {
	transform-origin: -60px;
	transform: skewY(-2.5deg);
	-ms-transform: skewY(-2.5deg);
	-webkit-transform: skewY(-2.5deg);
	position: relative;
	z-index: -1;
}

.demandhub--bg__gray,
.demandhub__div--slanted {
	background-color: hsla(0, 0%, 82%, 0.5);
}

.h2 {
	font-size: 1.5rem !important;
}

.demandhub__div--slanted-content {
	transform-origin: 0;
	transform: skewY(2.5deg);
	-ms-transform: skewY(2.5deg);
	-webkit-transform: skewY(2.5deg);
}

.demandhub__div--slantedopp {
	transform-origin: 800px;
	transform: skewY(2.5deg);
	-ms-transform: skewY(2.5deg);
	-webkit-transform: skewY(2.5deg);
	background-color: hsla(0, 0%, 82%, 0.5);
	position: relative;
	z-index: -1;
}

.demandhub__div--slantedopp-content {
	transform-origin: 0;
	transform: skewY(-2.5deg);
	-ms-transform: skewY(-2.5deg);
	-webkit-transform: skewY(-2.5deg);
}

.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.demandhub__navbar--dropdown {
	margin-top: -3px;
}

.searchWrap.verticalWrap {
	padding: 40px 20px;
}

.searchWrap {
	padding: 20px 15px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}

@-webkit-keyframes moveUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
	}

	to {
		opacity: 1;
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}

@keyframes moveUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
	}

	to {
		opacity: 1;
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}

.demandhub__push-to-bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
}

.counter__claringtonhonda--stars:after,
.counter__thebusiness--stars:after {
	font-family: FontAwesome;
	content: " \f005";
	color: orange;
}

.demandhub__title--moveUp {
	animation: moveUp 0.6s ease-in 0.1s backwards;
	-webkit-animation: moveUp 0.6s ease-in 0.1s backwards;
}

.demandhub__subtitle--moveUp {
	animation: moveUp 0.6s ease-in 0.7s backwards;
	-webkit-animation: moveUp 0.6s ease-in 0.7s backwards;
}

.pac-contianer {
	padding: 50px;
}

.pac-item {
	padding: 10px;
	margin: 5px 10px;
	border-radius: 5px;
	font-size: 14px;
	cursor: pointer;
	border-width: 0;
	background-color: #f8f8f8;
}

.pac-item-selected,
.pac-item:hover {
	transition: 0.1s;
	border: 1px solid #00f;
	padding: 10px;
	margin: 5px 10px;
}

.pac-item-query,
.pac-matched {
	font-size: 14px;
}

.pac-item-query:after {
	content: "\A";
	white-space: pre;
}

.demandhub--home__top-section {
	padding-top: 140px;
}

.demandhub-home__award-section {
	color: #000;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 20px;
	margin-top: 20px;
}

.demandhub-home__award-text {
	text-align: center;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.demandhub-home__award-text--highlight {
	background-color: #a7cffc;
}

.demandhub-home__award-title {
	font-family: Inter;
	font-size: 40px;
	font-weight: 400;
	line-height: 42.8px;
	text-align: left;
	color: #000000;
	margin-bottom: 8px;
}

.demandhub-home__award-text {
	font-family: Inter;
	font-size: 20px;
	font-weight: 300;
	line-height: 27.68px;
	text-align: left;
	color: #000000;
}

.demandhub-home__award-logo--xl {
	width: 564px !important;
}

.demandhub-home__award-get-started {
	margin-top: 20px;
}

.demandhub-home__award-banner-section {
	display: flex;
	margin: auto;
}

.demandhub-home__award-logo {
	width: 45px;
	width: 45px;
}

/* .demandhub-home__award-logo--large {
	width: 40px;
  } */
.demandhub-footer__link-heading {
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-variant-ligatures: common-ligatures;
	color: #000;
	margin-top: 10;
	margin-bottom: 20px;
	letter-spacing: -0.2px;
	line-height: 1.3;
	text-transform: capitalize;
	font-size: 16px;
}

.demandhub-footer__award-section,
.demandhub-footer__brand,
.demandhub-footer__social {
	margin-bottom: 20px;
	display: flex;
}

.demandhub-footer__award-logo {
	width: 68px;
	height: 78px;
}

.demandhub-home__award-button {
	color: #fff;
	background-color: #60a9ff;
	font-family: Montserrat, sans-serif;
}

.demandhub-home__award-button:hover {
	color: #fff;
	background-color: #508ed4;
}

@media only screen and (max-width: 370px) {
	.demandhub-grecaptcha {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}

.demandhub__bg--verylight-blue {
	background-color: #f4f7fe;
}

.demandhub__container {
	/* padding-left: 15px;
	padding-right: 15px; */
	margin: auto;
}

.demandhub__container--top-section {
	padding-top: calc(var(--global-nav-height) + 10px);
}

.demandhub__home--topsection-graphic {
	text-align: center;
	min-height: 498px;
}

@media (min-width: 768px) {
	.demandhub-home__award-banner-section {
		display: flex;
		margin: auto;
	}

}

@media (min-width: 992px) {
	.dh-footer-top {
		display: block !important;
	}

	.google {
		width: 97.57px !important;
	}

	.demandhub-home__award-banner-section {
		margin: 0;
		margin-top: 33px;
	}

	.demandhub__container--top-section {
		padding-top: calc(var(--global-nav-height) + 80px);
	}

	.demandhub__home--topsection-graphic {
		text-align: right;
		min-height: 583px;
		padding-left: 60px;
	}

	.demandhub__home--hero-images {
		min-height: 553px;
		min-width: 620px;
	}
}

@media (min-width: 320px) {
	.demandhub__webchat--topdiv {
		margin-bottom: 30px;
	}
}

@media (min-width: 480px) {
	.demandhub-article__contenth1 {
		font-size: 42px !important;
	}

	.demandhub-article__content>p {
		font-size: 16px;
	}

	.demandhub-article__contenth2 {
		font-size: 28px !important;
		font-weight: 500;
	}

	.demandhub-article__contenth3 {
		font-size: 20px !important;
		font-weight: 700;
	}

	.demandhub-home__award-banner-section {
		display: flex;
		margin: auto;
	}
}

@media (min-width: 576px) {
	.demandhub__webchat--topdiv {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.dh-footer-top {
		display: flex;
		justify-content: space-between;
	}

	.demandhub-home__award-section {
		max-width: 730px;
		font-size: 16px;
		line-height: 20px;
		margin: 0 auto;
		padding-top: 0;
		padding-bottom: 0;
	}


	.demandhub-home__award-text {
		text-align: left;
	}

	/* .demandhub-home__award-title {
		font-size: 28px;
		line-height: 28px;
	} */

	.demandhub-home__award-logo {
		width: 85px;
	}

	.demandhub-home__award-logo--large {
		width: 60px;
	}

	.demandhub-home__award-logo--xl {
		width: 124px;
	}

	.google {
		width: 129px !important;
	}

	.capterra_logo {
		width: 150px;
	}

	.demandhub-footer__award-logo {
		width: 68px;
		height: 78px;
	}

	.demandhub__webchat--topdiv {
		margin-bottom: 20px;
	}

	.dh-about__header-image,
	.dh-general-content {
		max-width: 700px;
	}

	.dh-about__header-image-caption {
		font-size: 24px;
		line-height: 30px;
	}
}

@media screen and (min-width: 991px) and (max-width: 1349px) {
	.demandhub__container--person-v2 {
		max-width: 980px !important;
	}

	.demandhub__container {
		max-width: 980px !important;
	}

	.dh-home-intro-image {
		text-align: center;
		width: 620px !important;
	}

	.dh-industry-intro-wrapper {
		width: 570px !important;
	}

	.dh-home__steps--img {
		min-width: 500px !important;
		min-height: 350px !important;
	}

	.dh-home__listing-col {
		flex: 0 0 33.3%;
		max-width: 33.3%;
	  }

	.demandhub-home__award-logo--xl {
		width: 450px !important;
	}

	.dh-pricing__plan-trial-btn-wrapper {
		font-size: 10px !important;
		font-weight: 700;
	}
}

.article-padding-top {
	padding-top: 40px;
}

.dh-article-float-left-image,
.dh-article-float-right-image {
	width: 100%;
}

.dh-side-bar-contents {
	background-color: #dbefff;
	color: #000;
	position: relative;
	transition: top 2s ease;
	padding: 30px;
	-webkit-box-shadow: 0 2px 10px 0 rgb(142 154 173/60%);
	-moz-box-shadow: 0 2px 10px 0 rgb(142 154 173/60%);
	box-shadow: 0 2px 10px 0 rgb(142 154 173/60%);
	border-radius: 8px;
	text-align: center;
}

.demandhub__sticky--navbar {
	position: fixed !important;
	top: 0 !important;
	width: 100% !important;
	z-index: 7;
	box-shadow: 0 2px 10px -6px rgba(119, 119, 119, 0.3);
	min-height: 92.19px;
}

.demandhub__sticky--navbar--active {
	box-shadow: 0 2px 20px -6px #222;
}

@media (min-width: 992px) {
	.dh-side-bar-right {
		width: 303px;
	}

	.demandhub-home__award-section {
		max-width: 970px;
		font-size: 16px;
	}

	.dh-about__cta-extra,
	.dh-about__header {
		font-size: 20px;
	}

	.dh-about__cta-extra-button {
		font-size: 16px;
	}

	.dh-article-category__heading>h1,
	.dh-article-tag__heading>h1 {
		font-size: 32px;
	}

	.dh-article__heading-back {
		transform: translateY(65px);
	}

	.dh-article-float-left-image {
		float: left;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		max-width: 55;
		padding-right: 25px;
	}

	.dh-article-float-right-image {
		float: right;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
		padding-left: 25px;
	}

	.article-padding-top {
		padding-top: 50px;
	}

	.dh-casestudy__content>p {
		font-size: 18px;
		line-height: 1.77em;
	}

	.demandhub__case-study--numbers {
		margin-top: 10px;
	}

	.demandhub__webchat--topdiv {
		margin-top: 70px;
	}

	.demandhub__happycxtexting--img {
		width: 115%;
		padding-bottom: 40px;
	}

	.demandhub__sticky--navbar--active {
		box-shadow: none;
	}
}

@media screen and (max-width: 1087px) and (min-width: 991px) {
	.demandhub__cards--heading {
		font-size: 20px;
	}
}

@media (min-width: 1350px) {
	.demandhub__happycxtexting--img {
		width: 110%;
	}
}

.demandhub__reviews-1--image {
	width: 80%;
}

@media (min-width: 1560px) {
	.demandhub__happycxtexting--img {
		width: 130%;
	}
}

@media only screen and (min-width: 992px) {
	.demandhub-article__title {
		margin-top: 90px !important;
	}

	.demandhub-article__title>h1 {
		font-size: 32px !important;
	}
}

@media only screen and (max-width: 767px) {
	.dh-ebooks__form {
		order: 1;
		order: 0;
	}

	.demandhub--contact-us__address--order {
		order: 1;
	}

	.demandhub--contact-us__form--order {
		order: 0;
	}

	.person-v2,
	.person-v2__row {
		width: 100%;
	}

	.demandhub__webchat-1--image {
		width: 85%;
	}
}

@media only screen and (max-width: 986px) {
	.demandhub--map__searchbar {
		width: 90% !important;
	}
}

@media only screen and (max-width: 991px) {
	.person-v2 {
		width: 40%;
		margin-left: auto;
		margin-right: auto;
	}

	.demandhub--home__top-section {
		padding-top: 40px;
	}

	.demandhub--home__top-section-image {
		padding-top: 20px;
	}

	.demandhub__reviews-1--image {
		width: 100%;
	}
}

.demandhub__cover {
	background-image: url(/assets/images/demandhub/stocks/graphs_512.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 40px;
}

.demandhub__watchdemo--spacing {
	margin-top: 20px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 626px) {
	.person-v2 {
		width: 60%;
	}
}

@media only screen and (max-width: 411px) {
	.person-v2 {
		width: 100%;
	}
}

.demandhub__hero-text {
	font-size: 24px !important;
	font-weight: 800 !important;
	line-height: 28px !important;
}

.demandhub__hero-subtext {
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 20px !important;
}

@media (min-width: 768px) {
	.demandhub__hero-text {
		font-size: 40px !important;
		line-height: 44px !important;
	}

	.demandhub__hero-subtext {
		font-size: 20px !important;
		line-height: 24px !important;
	}
}

.demandhub__text--shadow {
	text-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.demandhub__drop--shadow {
	filter: drop-shadow(0 11px 10px rgba(0, 0, 0, 0.2));
}

.demandhub__nav-bar--container {
	padding: 0 15px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding: 12px;
}

.demandhub__free-demo--order {
	flex-flow: column-reverse;
}

@media (min-width: 768px) {

	.demandhub__nav-bar--container,
	.dh-general-content {
		max-width: 720px;
	}

	.dh-integration__body>h1 {
		font-size: 20px !important;
	}

	.dh-article__heading {
		max-width: 720px;
	}

	.dh-article__title-container {
		flex-flow: row nowrap;
		padding-top: 30px;
		padding-bottom: 20px;
		margin-top: -30px;
	}

	.dh-article__title-box {
		flex: 1 0 50%;
		transform: translateY(60px);
		width: 450px;
		margin-bottom: 60px;
	}

	.dh-article__title-image {
		flex: 1 0 50%;
		transform: translateX(-20px);
		width: 500px;
		height: auto;
		max-height: 275px;
		overflow: hidden;
	}

	.dh-article__title-box>h1 {
		font-size: 24px;
	}

	.dh-article__title-box>h2 {
		font-size: 20px;
	}

	.dh-article__body,
	.dh-article__related-posts {
		max-width: 550px;
	}

	.demandhub__container {
		/* max-width: 720px; */
	}

	.demandhub__free-demo--order {
		flex-flow: row;
	}

	.demandhub__cover {
		padding-top: 100px;
	}

	.demandhub-indsutry__award-banner-section {
		justify-content: center !important;
	}

	.demandhub-industry__cta-top-section {
		justify-content: center !important;
	}
}

@media (min-width: 1200px) and (min-height: 768px) {
	.demandhub__cover {
		padding-top: 150px;
		padding-bottom: 150px;
	}

	.dh-article__container {
		margin-top: 30px;
	}

	.dh-article__title-box>h1 {
		font-size: 28px;
	}

	.dh-article__title-box>h2 {
		font-size: 22px;
	}
}

.dh-blog-grid-subtext {
	width: 100%;
}

.dh-article-card {
	border-radius: 4px;
	transition: 0.3s;
	cursor: pointer;
}

.dh-article-card-overflow {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-height: 1.65714286em !important;
}

.dh-article-card:hover {
	box-shadow: 0 6px 30px 7px rgba(62, 68, 77, 0.15);
}

@media (min-width: 992px) {
	.demandhub__nav-bar--container {
		max-width: 100%;
	}

	.dh-blog-grid-subtext {
		width: 76%;
	}

	.dh-about__header-image,
	.dh-general-content {
		max-width: 770px;
	}

	.dh-about__header-image-caption {
		font-size: 32px;
		line-height: 36px;
	}

	.dh-article__heading {
		max-width: 770px;
	}

	.dh-article__title-container {
		margin-top: 40px;
	}

	.dh-article__body,
	.dh-article__related-posts {
		max-width: 570px;
	}

	.demandhub__container {
		max-width: 970px;
	}

	.demandhub__watchdemo--spacing {
		padding-top: 100px;
		padding-bottom: 100px;
		margin-top: 20px;
	}

	.dh-faq__faq-section--wrapper {
		padding: 0px 15px 0px 15px;
	}

	.dh-footer__menu--col-3 {
		padding-left: 0px !important;
	}
}

@media (min-width: 1200px) {
	.demandhub__nav-bar--container {
		max-width: 1250px;
	}

	.dh-about__header-image,
	.dh-general-content {
		max-width: 970px;
	}

	.dh-about__header-image-caption {
		font-size: 36px;
		line-height: 44px;
	}

	.dh-article__heading {
		max-width: 970px;
	}

	.dh-article__body,
	.dh-article__related-posts {
		max-width: 720px;
	}

	.demandhub__container {
		max-width: 1250px;
	}

	.dh-side-bar-right {
		width: 370px;
	}

	.dh-review-link__steps {
		margin-top: 120px;
	}
}

.dh-side-bar-right {
	margin-left: 20px;
}

@media (max-width: 386px) {
	.demandhub__home-topsection-font {
		font-size: 26px !important;
	}

	.demandhub__home-topsubsection-font {
		font-size: 16px !important;
	}
}

.demandhub__home-topsection-font {
	font-size: 30px;
}

.demandhub__home-topsubsection-font {
	font-size: 20px;
	font-weight: 500;
}

@media (max-width: 575.98px) {
	.navbar-expand-sm>.demandhub__nav-bar--container {
		padding-right: 0;
		padding-left: 0;
	}
}

.navbar-expand-sm>.demandhub__nav-bar--container {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media (max-width: 767.98px) {
	.navbar-expand-md>.demandhub__nav-bar--container {
		padding-right: 0;
		padding-left: 0;
	}
}

.navbar-expand-md>.demandhub__nav-bar--container {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media (max-width: 991.98px) {
	.navbar-expand-lg>.demandhub__nav-bar--container {
		padding-right: 0;
		padding-left: 0;
	}
}

.navbar-expand-lg>.demandhub__nav-bar--container {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media (max-width: 1199.98px) {
	.navbar-expand-xl>.demandhub__nav-bar--container {
		padding-right: 0;
		padding-left: 0;
	}
}

.navbar-expand-xl>.demandhub__nav-bar--container {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar-expand>.demandhub__nav-bar--container {
	padding-right: 0;
	padding-left: 0;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar>.demandhub__nav-bar--container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.demandhub__callsales {
	padding: 0.5em;
	text-align: center;
	font-weight: 700 !important;
}

.demandhub__callsales--link {
	color: #fff;
}

.demandhub__callsales--link:focus,
.demandhub__callsales--link:hover {
	color: #fff !important;
}

.field-icon {
	z-index: 1 !important;
}

.demandhub__call-to-action--footer {
	justify-content: center;
	position: fixed;
	bottom: 0;
	padding: 15px 0;
	background-color: #212529;
	z-index: 100;
	width: 100%;
}

.demandhub__call-to-action--footer-hide {
	display: none;
}

.demandhub__call-to-action--footer-show {
	display: flex;
}

.demandhub__customer--logos-center {
	display: flex !important;
	justify-content: center;
}

.demandhub__article--link {
	text-decoration: underline !important;
}

.table-of-contents {
	padding: 20px;
	margin-bottom: 100px;
}

.table-of-contents-heading {
	color: #046cf4;
	font-size: 24px;
	font-weight: 600;
}

.dh-article-heading-btn {
	gap: 10px;
	border-radius: 10px;
	margin: 30px 0;
	padding: 20px;
	background-color: #ed7f38;
	opacity: 1;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 700;
	line-height: 25.54px;
	letter-spacing: 0.015em;
	text-align: center;
	color: #fff;
	border: none;
	cursor: pointer;
}

/*line Generator*/
.dh-lgen-main-sec1 {
	background-color: #F6FAFF;
	display: flex;
	padding-bottom: 100px;
}

.left-sec {
	padding: 200px;
}

.left-sec h1 {
	font-size: 75px;
	font-weight: 900;
	color: black;
	line-height: normal;
}

.right-sec {
	padding-top: 70px;
}

.left-sec h4 {
	font-family: 'Montserrat';
	font-size: 28px;
	font-weight: 300;
}

.dh-lgen-main-sec2 {
	background-color: #FFF7ED;
	padding: 70px 45px;
	margin: -70px auto 0;
	border-radius: 30px;
}

.step3-subheading {
	font-size: 28px;
	font-family: 'Montserrat';
	font-weight: 500;
}

.dh-lgen-main-sec2 .step {
	font-size: 20px;
	font-weight: 400;
	font-family: 'Montserrat';
}

.com-sub-heading-lg {
	font-size: 32px;
	font-weight: 400;
	font-family: 'Montserrat';
}

.com-heading-lg {
	font-size: 45px;
	font-weight: 800;
	font-family: 'Montserrat';
}

.step1 {
	display: flex;
	align-items: center;
}

.step1-input {
	border: 1px solid #AFAFAF;
	background-color: white;
	font-size: 20px;
	width: 424px;
	height: 60px;
	border-radius: 10px;
	padding-left: 12px;
}

.hint-text {
	font-size: 16px;
	line-height: normal;
	font-weight: 300;
	font-family: 'Montserrat';
	color: #7E7E7E;
}

.step2-main {
	display: flex;
	gap: 0 76px;
}

.step2-input {
	border: 1px solid #AFAFAF;
	background-color: white;
	font-size: 20px;
	width: 384px;
	height: 60px;
	border-radius: 10px;
	padding-left: 12px;
}

.step3-input {
	border: 1px solid #AFAFAF;
	background-color: white;
	font-size: 20px;
	width: 100%;
	height: 60px;
	border-radius: 10px;
	padding-left: 12px;
}

.step3-subheading1 {
	font-size: 22px;
	color: #7E7E7E;
	font-weight: 300;
}

.step3-qr {
	width: 337px;
	height: 337px;
	margin: 15px auto;
	display: flex;
	justify-content: center;
}

.dh-lgen-main-sec3 {
	margin: 60px auto;
}

.dh-lgen-main-sec4 {
	margin: 100px auto;
	/* gap: 0 60px; */
	justify-content: space-between;
	display: flex;
}

.lg-sec4-img img {
	height: 366px;
}

.dh-lgen-main-sec5 {
	background-color: #F6FAFF;
	padding: 60px 0;
	text-align: center;
}

.dh-lgen-main-sec5 h2 {
	font-size: 45px;
	font-weight: 800;
	font-family: 'Montserrat';
}

.dh-lgen-main-sec5 h4 {
	font-size: 28px;
	font-weight: 500;
	font-family: 'Montserrat';
}

.dh-lgen-main-sec5 h6 {
	font-size: 26px;
	font-style: italic;
	font-weight: 300;
	font-family: 'Montserrat';
}

.dh-lgen-main-sec6 {
	text-align: center;
	margin: auto;
}

.lg-row {
	justify-content: center;
}

.lg-logo-img {
	width: 100px;
	height: 100px;
	margin: 0;
}

.lg-sec-des {
	width: 495px;
	font-size: 24px;
}

.dh-home-solution__title-lg {
	font-size: 30px;
	line-height: normal;
	font-family: 'Montserrat';
	font-weight: 500;
	text-align: left;
}

.dh-lgen-main-sec7 {
	background-color: #F6FAFF;
	display: flex;
	padding: 50px 0;
	align-items: center;
	justify-content: center
}

.dh-lgen-main-sec7 img {
	width: 116px;
	height: 150px;
}

.dh-lgen-main-sec7 h4 {
	margin-left: 85px;
	font-size: 35px;
	line-height: normal;
	font-family: 'Montserrat';
}

.dh-lgen-main-sec7 h6 {
	font-size: 24px;
	line-height: normal;
	font-family: 'Montserrat';
	font-weight: 300;
	font-style: italic;
	margin-left: 85px;
}

.dh-lgen-main-sec8 {
	margin: 123px auto;
}

.com-heading-sm {
	font-weight: 700;
	font-size: 32px;
	line-height: normal;
	font-family: 'Montserrat';
	margin-top: 33px;

}

.dh-heading-wrapper {
	align-self: center;
	margin-bottom: 70px;
	padding-left: 0px !important;
	padding-right: 0px !important;
	min-height: 453.59px;
}

.dh-home__services-wrapper {
	flex: 0 0 47% !important;
	max-width: 47% !important;
}

.dh-home__listings-wrapper {
	gap: 0px !important;
}

.dh-home__navbar-items {
	padding: 2px 2px !important;
}

.dh-home__navbar-items:hover {
	border-bottom: 1px solid #E96A16;
	color: #E96A16;
	border-radius: 0px !important;
}

.dh-home__navbar-more-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.dh-home__navbar-more {
	font-family: Montserrat !important;
	font-size: 14px;
	font-weight: 400 !important;
	line-height: 19.87px;
	text-align: left;
	color: #046CF4 !important;
	margin-bottom: 0px;
}

.dh-home__navbar-more-wrapper:hover path {
	stroke: #046CF4;
}

.dh-home__navbar-more:hover {
	color: #046CF4 !important;
}

.dh-home__industry-wrapper {
	height: 44px;
}

.dh-home__industry-btn-heading {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0px !important;
}

.dh-home__industry-btn-section {
	background: #046CF40D;
	border-radius: 26px;
	padding: 11px 20px;
	box-shadow: 0px 4px 6.8px 0px #00000014;
	height: 44px;
}

.dh-home__industry-btn-items {
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 500;
}

@media (max-width: 998px) {
 .dh-home__services-wrapper {
		flex: 0 0 80% !important;
		max-width: 80% !important;
		order: 2;
	  }

	  .demandhub__call-to-action--footer {
		display: none;
	  }
}

/* Popup Modal */
.watch-popup-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
  }
  
  .watch-popup-content {
	position: relative;
	background: #fff;
	padding: 20px;
	width: 1200px;
	height: 800px;
	max-width: 95%;
	max-height: 95%;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	overflow: visible;
  }
  
  .watch-popup-iframe {
	width: 100%;
	height: 100%;
	border: none;
  }
  
  .watch-close-popup {
	position: absolute;
	top: -15px; /* Adjusted to move closer to the top */
	right: -15px; /* Adjusted to move closer to the right */
	font-size: 20px;
	font-weight: bold;
	color: #333;
	background: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	z-index: 10000;
  }
  
  .watch-close-popup:hover {
	color: #0069cd;
  }
  
  @media (max-width: 768px) {
	.watch-popup-content {
	  height: 400px;
	}
  }

  .dh-integration__table {
	width: 100%;
  }

  .dh-integration__table th {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 600;
	line-height: 20.08px;
	letter-spacing: 0.06em;
	text-align: left;
	color: #000;
	padding: 27px 50px;
	text-transform: uppercase;
  }

  .dh-integration__table td {
	font-family: Inter;
	font-size: 18px;
	font-weight: 300;
	line-height: 20.08px;
	letter-spacing: 0.015em;
	text-align: left;
	color: #000;
	padding: 27px 50px;
  }

  .dh-integration__table-link {
	text-decoration: underline !important;
	color: #046CF4 !important;
	text-transform: none !important;
  }
  
  .dh-integration__table-btn {
	max-width: 287px;
	max-height: 44px;
	padding: 12px 17px;
  }

  .dh-integration__table-heading-row {
	padding: 27px 50px;
	
  }

  .dh-integration__btn-wrapper {
	padding: 0px 17px;
	border: 1px solid #B4B4B4;
	border-radius: 7px;
	height: 44px !important;
  }
  
  /* Responsive styles for screens below 998px */
  @media (max-width: 998px) {
	.dh-home-speaker-section {
	  flex-direction: column;
	  text-align: center;
	  padding-top: 60px;
	  padding-bottom: 60px;
	  padding-left: 27px;
	  padding-right: 27px;
	  width: 85% !important;
	}
  
	.left-speaker-section,
	.right-speaker-section {
	  width: 70%;
	}

	.right-speaker-section {
		justify-items: center;
	}
  
	.left-speaker-section {
	  margin-bottom: 20px;
	  border-right: none;
	}
	
	.speaker-analytics h1 {
		font-size: 28px !important;
		font-weight: 500;
	}
  
	.right-speaker-section h6 {
	  font-size: 14px;
	  font-weight: 400;
	  text-align: center;
	}
  
	.speaker-info {
	  justify-content: center;
	  flex-wrap: wrap;
	  gap: 20px;
	}

	.dh-integration__table th, .dh-integration__table td {
		padding: 15px 15px !important;
	}
  }

  .dh-btn--large__industry {
	padding: 0px !important;
  }

  /* Responsive styles for screens below 998px */
@media (max-width: 998px) {
	.dh-home__growth-body {
	  flex-direction: column;
	  text-align: center;
	}
  
	.dh-home__growth-text {
	  margin-bottom: 20px;
	}
  
	.dh-home__growth-button {
	  display: flex;
	  justify-content: center;
	}

	.dh-btn--white-orange {
		color: #ED7F38;
        background: #FFFFFF;
        font-size: 14px !important;
        font-weight: 700 !important;
        font-family: Montserrat;
        padding: 15px 30px !important;
        height: 40px;
        width: 160px;
        display: flex;
		border-radius: 10px;
        align-items: center;
		line-height: 15px;
		justify-content: center;
	}

	.dh-btn--large__industry {
		width: 200px !important;
		height: 50px !important;
		font-size: 12px !important;
	  }
	
	  .dh-industry-intro-text {
		text-align: center;
	  }

	  .demandhub__sticky--navbar {
		min-height: 60px !important;
	  }
  }

  .demandhub__industry-top {
	display: flex;
	justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
  }

  .dh-industry__top-wrapper {
	padding-left: 15px !important;
	padding-right: 15px !important;
  }

  .dh-industry__customer-logo-wrapper {
	display: flex;
	align-items: end;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 30px;
  }

  .dh-pricing__testimonial {
	width: 100%;
	background: linear-gradient(0deg, #EDF5FF 0%, #FFFDFB 100%) !important;
  }

  .dh-pricing__testimonial-title {
	font-family: Montserrat;
	font-size: 36px;
	font-weight: 600;
	line-height: 49.82px;
	text-align: center;
	color: #000000;
  }

  .dh-pricing__testimonial-text {
	font-family: Inter;
	font-size: 26px;
	font-weight: 300;
	line-height: 35.98px;
	text-align: left;
	color: #000000;
  }
  
  .dh-pricing__testimonial-text-wrapper {
	padding-right: 100px;
	margin-top: 50px;
  }

  .dh-pricing__testimonial-author {
	font-family: Inter;
	font-size: 20px;
	font-weight: 600;
	line-height: 27.68px;
	text-align: left;
	color: #000000;
	margin-bottom: 0px;
  }

  .dh-pricing__testimonial-client {
	font-family: Inter;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	line-height: 24.91px;
	text-align: left;
	color: #000000;
  }

  .tooltip-container {
    position: relative;
    display: inline-block;
	cursor: pointer;
}

.tooltip {
    visibility: hidden;
    opacity: 0;
    background-color: #F3F9FF;
    color: #000000;
	font-size: 16px;
	font-family: Inter;
	font-weight: 300;
	line-height: 22.14px;
    text-align: center;
    border-radius: 4px;
    padding: 16px 15px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.3s;
	width: 272px;
	border-radius: 10px;
	box-shadow: 0px 2px 12.7px 0px #BCBCBC80;
}

.tooltip-container:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.dh-pricing__plan--popular-table {
	width: 100%;
	position: absolute;
	top: 0;
	padding: 12px 26px;
	background: linear-gradient(180deg, #ED7F38 0%, #C75B13 100%);
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 500;
	line-height: 19.38px;
	letter-spacing: 0.015em;
	text-align: center;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.dh-pricing__help--container {
	background: #F7FBFF !important;
}

.dh-pricing__faq-wrapper {
	width: 100%;
}

.dh-home__award-banner--container {
	background: #FFFEF9;
	margin: 70px 0px 60px 0px;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.dh-pricing__addons-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.dh-pricing__compare--btn {
	background: linear-gradient(0deg, #046CF4 0%, #1F7EFC 100%);
	padding: 25px 46px !important;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 700;
	line-height: 24.91px;
	letter-spacing: 0.015em;
	text-align: justified;
	color: #F7FBFF;
	text-transform: uppercase !important;
	max-width: 410px;
	max-height: 82px;
}

.dh-pricing__compare--btn:hover {
	background: linear-gradient(0deg, #046CF4 0%, #1F7EFC 100%);
	color: #F7FBFF;
}

.dh-pricing__compare--btn-icon {
	width: 32px;
    height: 32px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.dh-pricing__plan-custom-text {
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.14px;
	letter-spacing: 0.015em;
	text-align: center;
	color: #121D3F;
	margin-top: 30px;
}

.dh-pricing__plan-custom-span {
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 22.14px;
	letter-spacing: 0.015em;
	color: #121D3F;
	text-decoration: underline;
}

.dh-pricing__view-all {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	color: #046CF4;
	text-decoration: underline;
	margin-top: 30px;
	cursor: pointer;
}

.dh-link-reset {
	color: inherit;
	text-decoration: none;
}

.dh-link-reset:hover {
	color: inherit;
	text-decoration: none;
}

.dh-pricing__add-on-wrapper {
	margin-top: 100px;
	padding-bottom: 20px;
	width: 100%;
}

.dh-pricing__add-on-v2--wrapper {
	margin-top: 100px;
	padding-bottom: 20px;
	max-width: 850px;
	width: 100%;
}

.dh-pricing__plan-trial-btn-wrapper {
	text-transform: uppercase !important;
}

.dh-contact-container {
	margin-top: 160px;
}

.dh-contact__reset-btn {
	border: 1px solid #046CF4;
	color: #046CF4;
	background-color: #ffffff;
}

.dh-contact__reset-btn:hover {
	border: 1px solid #046CF4;
	color: #046CF4;
	background-color: #c2eaff;
}

.dh-contact__submit-btn {
	background-color: #046CF4;
}

.dh-contact__chat-btn {
	background-color: #046CF4;
}

.dh-product__lead-manager-step {
	display: flex;
	flex-direction: column;
	gap: 37px;
	padding: 20px 25px;
	border-radius: 10px;
	background-color: #F6FAFF;
	justify-content: stretch;
	flex: 1;
}

.dh-product__lead-manager-step--span {
	font-family: Inter;
	font-size: 14px;
	font-weight: 300;
	line-height: 19.87px;
	letter-spacing: 0.015em;
	text-align: left;
	color: #046CF4;
	text-transform: uppercase;
}

.dh-product__lead-manager-step-title {
	font-family: Montserrat;
	font-size: 24px;
	font-weight: 500;
	line-height: 34.06px;
	letter-spacing: 0.015em;
	text-align: left;
	color: #000000;
}

.dh-product__lead-manager-step-description {
	font-family: Inter;
	font-size: 18px;
	font-weight: 300;
	line-height: 25.54px;
	letter-spacing: 0.015em;
	text-align: left;
	color: #000000;
}

.dh-carousel__slider-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.dh-articlev2__related-posts--container {
	display: flex;
	flex-direction: row;
	gap: 69px;
}

.dh-articlev2__related-posts--wrapper {
	padding: 0px 0px 26px 0px;
	border: 0.5px solid #696969;
	border-radius: 15px;
	max-width: 359px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.dh-articlev2__related-posts--preview {
	font-family: Inter;
    font-size: 14px;
    font-weight: 300;
    line-height: 19.87px;
    letter-spacing: 0.015em;
    text-align: left;
	color: #000000;
	margin: 0px 17px 0px 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dh-articlev2-cta-btn {
	padding: 20px 20px;
	border-radius: 10px;
	background-color: #ED7F38;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 700;
	line-height: 25.54px;
	letter-spacing: 0.015em;
	text-align: left;
	color: #ffffff;
	cursor: pointer;
	width: fit-content;
}

.dh-articlev2__body-sidebar-content-description {
	font-family: Inter;
	font-size: 18px;
	font-weight: 300;
	line-height: 25.54px;
	letter-spacing: 0.015em;
	text-align: center;
	color: #000000;
	margin-bottom: 30px;
}

.dh-articlev2__body-sidebar-content-terms {
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 400;
	line-height: 17.03px;
	letter-spacing: 0.015em;
	text-align: center;
	color: #434343;
	margin-top: 30px;
}

.dh-articlev2-content-without-toc {
	display: block;
}

.dh-articlev2-content-with-toc {
	display: none;
}

.dh-articlev2__toc-heading {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 600;
	line-height: 25.54px;
	letter-spacing: 0.015em;
	text-align: left;
	color: #046CF4;
	margin-bottom: 15px !important;
}

.dh-articlev2__toc-heading li {
	font-family: Montserrat;
	font-weight: 300;
	font-size: 14px;
	line-height: 26.87px;
	letter-spacing: 1.5%;
	color: #046CF4;
}

.dh-articlev2__toc-heading li:hover {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 14px;
	line-height: 26.87px;
	letter-spacing: 1.5%;
	color: #046CF4 !important;
	text-decoration: none !important;
}

.dh-articlev2__input-email {
	border: none;
	border-top-right-radius: 0px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 10px;
}

.dh-articlev2__input-email-btn {
	border-top-right-radius: 10px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 0px;
	background: #ED7F38 !important;
	color: #FFFFFF !important;
}

.dh-articlev2__sidebar-cta-wrapper {
	display: flex;
	flex-direction: row;
}

.dh-articlev2__listing-wrapper {
	margin-top: 90px;
}

.dh-articlev2-content-without-toc > h2:not(:first-of-type),
.dh-articlev2-content-with-toc > h2:not(:first-of-type) {
    margin-top: 50px;
}

.reading-time {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
  }

.dh-review-calc__intro-wrapper {
	display: flex;
	align-self: center;
}

.dh-review-link__intro-wrapper {
	display: flex;
	align-self: center;
	margin-bottom: 45px;
}

.dh-review-calc__intro-image {
	max-width: 190px;
	height: 90px;
}

.dh-review-link__intro-image {
	max-width: 158px;
	height: 76px;
}

.dh-review-calc__intro {
	display: flex;
	flex-direction: column;
	width: 60%;
	gap: 15px;
}

.dh-review-calc__intro-heading {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 50px;
	color: #000000;
	line-height: 55px;
	letter-spacing: 0%;
	text-align: center;
}

.dh-review-calc__intro-text {
	font-family: Inter;
	font-weight: 300;
	font-size: 24px;
	line-height: 32.64px;
	letter-spacing: 0%;
	text-align: center;
	color: #000000;
}

.dh-review-calc__intro-span-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.dh-review-calc__intro-span {
	font-family: Inter;
	font-weight: 300;
	font-size: 14px;
	line-height: 19.04px;
	color: #000000;
	text-align: center;
	margin-bottom: 48px;
}

.dh-review-calc__intro-span-p {
	font-family: Kalam;
	font-weight: 300;
	font-size: 20px;
	line-height: 30.8px;
	letter-spacing: 6%;
	color: #046CF4
}

.dh-review-calc__calc-widget {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.3) 10%, #ffffff 90%),
                      url(/assets/images/demandhub/tools/review-calculator/calc-widget-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    height: 900px;
	display: flex;
	align-items: center;
}


.dh-review-calc__testimonial-step {
	display: flex;
	flex-direction: column;
	border-radius: 30px;
	background-color: #F6FAFF;
	justify-content: stretch;
	flex: 1;
}

.dh-review-calc__testimonial-step--span-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 44px 26px;
}

.dh-review-calc__testimonial-step--span-text {
	font-family: Inter;
	font-weight: 300;
	font-size: 18px;
	color: #7E7E7E;
	line-height: 25.54px;
	letter-spacing: 6.66px;
	text-align: center;
}

.dh-review-calc__testimonial-step--span-description {
	font-family: Inter;
	font-weight: 300;
	font-style: italic;
	font-size: 18px;
	color: #7E7E7E;
	line-height: 25.54px;
	letter-spacing: 0%;
	text-align: center;
}

.dh-review-calc__testimonial-stats-wrapper {
	display: flex;
	flex-direction: column;
	border-bottom: none;
    border-top: 1px solid #b4b4b4;
    align-self: center;
    width: 100%;
    flex-shrink: 1;
	gap: 56px;
	padding: 44px 26px;
	max-width: 280px;
}

.dh-review-calc__testimonial-stats {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.dh-review-calc__testimonial-stats-text {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 32px;
	color: #046CF4;
	line-height: 45.41px;
	letter-spacing: 1.5%;
	text-align: left;
	width: 50%;
}

.dh-review-calc__testimonial-stats-description {
	font-family: Inter;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	line-height: 25.54px;
	letter-spacing: 1.5%;	
	text-align: left;
	width: 50%;
}

.dh-review-calc__inphographic-card--img {
	max-width: 88px !important;
	height: 47px !important;
	object-fit: contain !important;
}

.dh-review-calc__steps-h2 {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 32px;
	line-height: 40.64px;
	color: #000000;
	margin-bottom: 50px;
	padding-left: 15px;
}

.dh-review-link__cta--banner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 84px;
	background: #ED7F38;
	padding: 50px 65px;
}

.dh-review-link__cta--banner-wrapper {
	display: flex;
	flex-direction: row;
	gap: 85px;
	align-items: center;
	justify-content: space-between;
	padding-left: 15px;
	padding-right: 15px;
}

.dh-review-link__cta--banner-info {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 75%;
}

.dh-review-link__cta--banner-heading {
	color: #FFFEF9;
	font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: 0.6px;
}

.dh-review-link__cta--banner-text {
	color: #FFFEF9;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 28.38px;
	letter-spacing: 0.3px;
}

.dh-review-link__custom-card-heading {
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 146.875%;
	margin-bottom: 50px;
}

.dh-review-link__custom-card-wrapper {
	background-color: #F6FAFF;
	border-radius: 15px;
	padding: 20px 30px !important;
	height: 100%;
}

.dh-review-link__custom-img-wrapper {
	width: 50px !important;
	height: 50px !important;
}

.dh-review-link__info {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: flex-start;
	justify-content: left;
}

.dh-review-link__info-wrapper {
	display: flex;
	flex-direction: row;
	gap: 70px;
	align-items: flex-start;
	padding-left: 15px;
	padding-right: 15px;
}

.dh-review-link__info-heading {
	color: #000;
	font-family: Montserrat;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 34.44px;
	letter-spacing: 0.42px;
}

.dh-review-link__info-text {
	color: #000;
	text-align: justify;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 28.38px;
	letter-spacing: 0.3px;
}

.dh-review-link__steps-info-wrapper {
	display: flex;
	flex-direction: column;
	gap: 45px;
}

.dh-review-link__steps-info-h1 {
	color: #000;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 39.36px;
	letter-spacing: 0.48px;
}

.dh-review-link__steps-info {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.dh-review-link__steps-info-heading {
	color: #000;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 29.52px;
	letter-spacing: 0.36px;
}

.dh-review-link__steps-info-text {
	color: #000;
	text-align: justify;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 28.38px;
	letter-spacing: 0.3px;
}

.dh-review-link__input-wrapper {
	margin-top: 20px;
	padding: 0px !important;
	display: flex;
	flex-direction: column;
}

.dh-review-link__input-business {
	border-radius: 5px;
	border: 0.5px solid #046CF4;
	background: #FFF;
	display: flex;
	max-width: 547px;
	padding: 20px 20px 20px 47px;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	background: url('/assets/images/demandhub/tools/google-review-link-generator/Storefront.svg') no-repeat 20px center;
    background-size: 20px;
}

.dh-review-link__input-business::placeholder {
	color: #046CF4;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 19.866px;
	letter-spacing: 0.21px;
}

.dh-review-link__input-business:focus,
.dh-review-link__step2-input-business:focus,
.dh-review-link__step2-input-name:focus,
.dh-review-link__step2-input-email:focus {
	border: 0.5px solid #046CF4 !important;
}

.dh-review-link__step2-input-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/* gap: 10px; */
	align-items: center;
}

.dh-review-link__step2-input-name {
	border-radius: 5px;
	border: 0.5px solid #046CF4;
	background: #FFF;
	display: flex;
	max-width: 270px;
	padding: 20px 20px 20px 47px;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	background: url('/assets/images/demandhub/tools/google-review-link-generator/Storefront.svg') no-repeat 20px center;
    background-size: 20px;
	width: 95%;
}

.dh-review-link__step2-input-business {
	border-radius: 5px;
	border: 0.5px solid #046CF4;
	background: #FFF;
	display: flex;
	max-width: 270px;
	padding: 20px 20px 20px 47px;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	background: url('/assets/images/demandhub/tools/google-review-link-generator/MapPin.svg') no-repeat 20px center;
    background-size: 20px;
	width: 95%;
}

.dh-review-link__step2-input-email {
	border-radius: 5px;
	border: 0.5px solid #046CF4;
	background: #FFF;
	display: flex;
	max-width: 270px;
	padding: 20px 20px 20px 47px;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	background: url('/assets/images/demandhub/tools/google-review-link-generator/EnvelopeSimple.svg') no-repeat 20px center;
    background-size: 20px;
	width: 95%;
}

.input-email-icon-right {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.dh-review-link__step2-qr-btn {
	display: flex;
	padding: 24px 33px !important;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 5px !important;
	background: #046CF4 !important;
	font-family: Montserrat !important;
	font-size: 14px !important;
	color: white !important;
	max-width: 270px;
	width: 95%;
}

.dh-review-link__opt-notice {
	color: #000;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 18px;
	margin-top: 15px;
}

.dh-review-link__email-final-notice {
	color: #046CF4;
	font-family: Inter;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 24.42px;
	margin-top: 30px;
}

/* Review Link Generator PAC */
.pac-container {
    overflow: hidden;
    z-index: 10000;
}

.pac-item {
    font-family: Inter;
    font-size: 14px;
    color: #000;
    padding: 10px;
    background-color: #fff;
	border-radius: 0px !important;
    cursor: pointer;
    border-bottom: 1px solid #046CF4;
    margin-bottom: 5px;
    transition: background-color 0.2s ease;
}

.pac-item:hover {
    background-color: #f5f5f5;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-bottom: 1px solid #046CF4 !important;
}

.pac-item .pac-item-query {
    font-weight: bold;
    color: #046CF4;
}

.pac-item .pac-item-query + span {
    color: #000;
}
/* --- Review Link Generator PAC --- */

.dh-review-link__top-section {
	background-color: #FAFCFF;
    display: flex;
    flex-flow: row wrap;
    margin-top: calc(var(--global-nav-height));
    padding-right: 112px;
    padding-bottom: 23px;
    padding-left: 112px;
    justify-content: center;
}

.dh-review-link__top-section--wrapper {
	max-width: 1250px;
}

.dh-review-link__info-section-wrapper {
	margin-bottom: 120px !important;
	margin-top: 30px !important;
}

.dh-review-link__award-text {
	color: #000;
	font-family: Inter;
	font-size: 45px;
	font-style: normal;
	font-weight: 300;
	line-height: 48.15px;
	margin-bottom: 20px;
	width: 90%;
}

.dh-review-link__step3-wrapper {
	margin-top: 50px;
}

.dh-review-link__link-titlev2 {
	font-weight: 600;
	font-family: Montserrat;
}

.dh-review-link__link-share-noticev2 {
	font-family: Inter;
	margin-top: 5px;
}

.dh-review-link__hero-wrapper {
	align-items: start !important;
}

.dh-review-qr-code__custom-card-wrapper {
	border-radius: 5px;
	background: rgba(223, 237, 255, 0.46);
	padding: 18px 20px !important;
	height: 100%;
	text-align: center !important;
	gap: 20px !important;
}

.dh-review-qr-code__custom-card-p {
	color: #000;
	text-align: center !important;
	font-family: Inter;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 300;
	line-height: 22.704px;
	letter-spacing: 0.24px;
}

.dh-review-qr-code__custom-card-head--wrapper {
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: center;
	align-items: center;
}

.dh-review-qr-code__custom-img-wrapper {
	width: 18px !important;
	height: 18px !important;
	margin-bottom: 0px !important;
}

.dh-review-qr-code__custom-card-title {
	color: #046CF4;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 17.22px;
	letter-spacing: 0.21px;
	text-transform: uppercase;
}

.dh-review-qr-code__infographic-wrapper {
	display: flex;
	flex-direction: row;
	align-items: start;
	gap: 35px;
}

.dh-review-qr-code__custom-img-infographic {
	width: 44px !important;
	height: 44px !important;
}

.dh-about-us__quote-section {
	margin-top: 50px;
	margin-bottom: 50px;
}

.dh-about-us__quote-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	justify-content: center;
	max-width: 635px;
}

.dh-about-us__quote {
	border-radius: 46px 46px 0px 0px;
	background-color: #fff;
	margin: -130px auto 80px auto;
    position: relative;
    z-index: 1;
}

.dh-about-us__quote-circle {
	width: 71px;
	height: 71px;
	background-color: #FFF7ED;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -35px;
}

.dh-about-us__quote-text {
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 33.216px;
}

.dh-about-us__quote-author {
	color: #ED7F38;
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24.912px;
}

.dh-about-us__quote-bg--img {
	width: 100%;
	border-radius: 46px 46px 0px 0px;
	transform: none;
	height: 100%;
	object-fit: cover;
	display: block;
}

.dh-about-us__founders-message-h1 {
	color: #000;
	font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 49.2px;
	letter-spacing: 0.6px;
	margin-bottom: 30px;
}

.dh-about-us__founders-message-text {
	color: #000;
	text-align: justify;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 28px;
}

.dh-about-us__client_message-wrapper {
	display: flex;
	align-self: center;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	max-width: 858px !important;
	width: 100% !important;
}

.dh-about-us__client-message-h1 {
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 49.2px;
	letter-spacing: 0.6px;
}

.dh-about-us__client-message-text {
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 25.54px;
	letter-spacing: 0.27px;
}

.dh-about-us__client-section {
	justify-content: center;
}

.dh-about-us__fact {
	background: rgba(237, 127, 56, 0.08) !important;
}

.dh-about-us__fact-span {
	color: #ED7F38;
	text-align: center;
	font-family: Montserrat;
	font-size: 34px;
	font-style: italic;
	font-weight: 700;
	line-height: 48.246px;
	letter-spacing: 0.51px;
	text-decoration-line: underline;
	text-decoration-style: solid;
}

.dh-about-us__fact-text {
	color: #ED7F38;
	font-family: Montserrat;
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: 141.9%;
	letter-spacing: 0.51px;
	text-align: center;
}

.dh-about-us__steps--img {
	width: 100%;
    min-width: 436px;
    min-height: 298px;
}

.dh-about-us__steps-title {
	color: #000;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 27.84px;
	letter-spacing: 0.36px;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.dh-about-us__steps-body {
	color: #000;
	text-align: justify;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 28.38px;
	letter-spacing: 0.3px;
}

.dh-about-us__services-wrapper {
	align-self: flex-end !important;
}

.dh-about-us__products-mobile-wrapper {
	margin-right: 0px !important;
}

.dh-about-us__custom-card-heading {
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 49.2px;
	letter-spacing: 0.6px;
	margin-bottom: 50px;
}

.dh-about-us__award-banner--container{
	background: radial-gradient(circle at 30% center, #ebd5c7 0%, #ebd5c7 0%, transparent 25%) !important;
}

.dh-careers__hero-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	align-items: center;
}

.dh-careers__hero-title {
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: 64px;
}

.dh-careers__hero-text {
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 33px;
}

.dh-careers__awards-wrapper {
	max-width: 309px;
	display: flex;
	flex-direction: column;
	gap: 25px;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.dh-careers__awards--img {
	max-width: 309px;
	max-height: 100px;
	width: 100%;
}

.dh-careers__stat-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.dh-careers__stat-title {
	color: #000;
	font-family: Montserrat;
	font-size: 39px;
	font-style: normal;
	font-weight: 600;
	line-height: 47.97px;
	letter-spacing: 0.585px;
}

.dh-careers__stat-text {
	color: #000;
	text-align: justify;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 28.38px;
	letter-spacing: 0.3px;
}

.dh-careers__why-us-wrapper {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.dh-careers__why-us--infographic-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
}

.dh-careers__why-us--infographic-card {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	justify-content: center;
	justify-items: center;
}

.dh-careers__why-us--infographic-card-title {
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 27.84px;
	letter-spacing: 0.36px;
}

.dh-careers__why-us--infographic-card-text {
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 25.542px;
	letter-spacing: 0.27px;
}

.dh-careers__why-us-title {
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 39px;
	font-style: normal;
	font-weight: 600;
	line-height: 47.97px;
	letter-spacing: 0.585px;
}

.dh-careers__why-us-text {
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 28.38px;
	letter-spacing: 0.3px;
}

.dh-careers__meet-founders-title {
	color: #000;
	font-family: Montserrat;
	font-size: 39px;
	font-style: normal;
	font-weight: 600;
	line-height: 47.97px;
	letter-spacing: 0.585px;
	margin-bottom: 30px;
}

.dh-careers__meet-founders-text {
	color: #000;
	text-align: justify;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 28.38px;
	letter-spacing: 0.3px;
}

.dh-careers__open-positions-title {
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 39px;
	font-style: normal;
	font-weight: 600;
	line-height: 47.97px;
	letter-spacing: 0.585px;
}

.dh-careers__open-positions-text {
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 28.38px;
	letter-spacing: 0.3px;
}

.dh-resources__hero-title {
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: 64px;
}

.dh-resources__blogs-title {
	color: #000;
	font-family: Montserrat;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 38.75px;
}

.dh-resources__view-all-title {
	color: #046CF4;
	text-align: right;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22.144px;
	text-decoration-line: underline;
}

.dh-resources__blogs-wrapper {
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.dh-resources__blogs-head-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #D9D9D9;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.dh-resources__blogs-body-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 15px;
	align-self: center;
}

.dh-resources__blogs-post {
	display: flex;
	padding-bottom: 26px;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	flex: 1 0 0;
	align-self: stretch;
	border-radius: 15px;
	border: 0.5px solid #696969;
	background: #FFF;
	max-width: 400px;
}

.dh-resources__blogs-post-title {
	color: #000;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28.38px;
	letter-spacing: 0.3px;
}

.dh-resources__blogs-post-description {
	color: #000;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 19.8px;
	letter-spacing: 0.21px;
}

.dh-resources__blogs-post-img {
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	max-width: 398px;
	width: 100%;
}

.dh-resources__blogs-post-body--wrapper {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-right: 30px;
	margin-left: 30px;
}

.dh-resources__view-all-wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 7px;
}

.dh-resources__ebooks-post-img {
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	max-width: 398px;
	max-height: 300px;	
}

.dh-resources__case-studies-post {
	max-width: 350px !important;
}

.dh-resources__case-studies-post-img {
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	max-width: 398px;
	width: 398px;	
}

.dh-resources__case-studies-body-wrapper {
	gap: 80px !important;
}

.dh-resources__cta-wrapper {
	padding: 65px 165px 64px 166px;
	justify-content: center;
	align-items: center;
	background: linear-gradient(180deg, #EDF8FF 0%, #FFF 100%);
}

.dh-resources__cta-title {
	color: #000;
	font-family: Montserrat;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 41.4px;
}

.dh-resources__cta-text {
	color: #000;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 27.68px;
}

.dh-resources__cta-notice {
	color: #434343;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 17px;
	letter-spacing: 0.18px;
}

.dh-resources__cta {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 160px;
	padding-right: 30px;
	padding-left: 30px;
}

.dh-resources__cta-head-wrapper{
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1 1 50%;
}

.dh-resources__cta-form-wrapper {
	display: flex;
	flex-direction: column;
	gap: 25px;
	flex: 1 1 50%;
}

.dh-resources__input-email {
	border-radius: 15px;
	border: 1px solid #AFAFAF;
	background: #FFF;
	max-width: 523px;
	height: 69px;
	width: 100%;
	padding-left: 30px;
	margin-bottom: 25px;
}

.dh-resources__input-email:focus {
	outline: none;
	border: 1px solid #AFAFAF;
}

.dh-resources__input-email:hover {
	border: 1px solid #AFAFAF;
}

.dh-resources__input-btn {
	max-width: 523px !important;
	width: 100% !important;
	justify-self: center;
}

.dh-resources__blogs-post-tag {
	display: flex;
	padding: 5px 9px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 3px;
	background: #046CF4;
	color: #FFF;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 17px;
	letter-spacing: 0.18px;
	max-width: 80px;
	width: 100%;
}

.dh-resources__hero-wrapper {
	margin-top: 150px;
	margin-bottom: 70px;
}

.dh-resources__view-all--mobile {
	display: none;
}

.dh-resources__view-all--desktop {
	display: flex;
}

.dh-resources__input-email--wrapper,
.dh-resources__input-btn--wrapper {
	display: flex;
	justify-content: center;
}

.dh-thank-you__hero-wrapper {
	margin-top: 50px;
	margin-bottom: 100px;
	max-width: 800px;
}

.dh-thank-you__heading {
	margin-bottom: 50px;
	font-size: 32px !important;
	text-align: left;
    display: flex;
    flex-direction: column;
	font-family: Montserrat;
}

.dh-thank-you__heading-span {
	margin-bottom: 50px;
	font-size: 26px !important;
	text-align: left;
    display: flex;
    flex-direction: column;
	font-family: Montserrat;
}

.dh-thank-you__text {
	font-size: 20px;
    line-height: 30px;
    text-align: left;
    display: block;
	font-family: Inter;
	font-weight: 300;
}

.dh-thank-you__hero--img {
	max-width: 200px;
	max-height: 150px;
	margin-bottom: 50px;
	width: 100%;
}

.dh-case-study__hero-video iframe {
	height: 405px;
}

.dh-integrations__logo {
	align-content: flex-start !important;
	align-items: flex-start !important;
}

.dh-integrations__feature-heading {
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	line-height: 30px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 20px;
}

.dh-integrations__feature-text {
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
	text-align: justify;
	margin-top: 10px;
}

.dh-integrations__features-heading {
	font-family: Inter;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.13em;
	text-align: left;
	color: #046CF4;
  }

  .dh-integrations__body-wrapper {
	margin-top: 60px;
	margin-bottom: 60px;
  }

  .dh-kia__hero-logo--wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 25px;
	margin-bottom: 30px;
  }

  .dh-kia__hero-logo {
	max-height: 40px;
	max-width: 182px;
	width: 100%;
  }

  .dh-kia__hero-heading--wrapper {
	display: flex;
	flex-direction: column;
	gap: 26px;
	max-width: 850px;
	width: 100%;
	align-items: center;
	justify-content: center;
	justify-self: center;
	align-self: center;
  }

  .dh-kia__hero-heading {
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: 55px;
  }

  .dh-kia__hero-text {
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
  }

  .dh-kia__product-fact-text {
	color: #02449A;
	text-align: center;
	font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 42.4px;
	letter-spacing: 0.6px;
  }

  .dh-kia__product-fact-wrapper {
	width: 65%;
  }

  .dh-kia__cert-logo {
	max-width: 230px;
	max-height: 232px;
	width: 100%;
	position: absolute;
    /* top: 40%; */
    left: 80%;
	transform: translate(-50%, -50%);
  }

.dh-integrations__logo {
	align-content: flex-start !important;
	align-items: flex-start !important;
	justify-content: center;
}

.dh-integrations__feature-heading {
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	line-height: 30px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 20px;
}

.dh-integrations__feature-text {
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
	text-align: justify;
	margin-top: 10px;
}

.dh-integrations__features-heading {
	font-family: Inter;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.13em;
	text-align: left;
	color: #046CF4;
  }

  .dh-integrations__body-wrapper {
	margin-top: 60px;
	margin-bottom: 60px;
  }

.dh-compare-__how-it-works-heading {
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 39.36px;
	letter-spacing: 0.48px;
}

.dh-compare__why-heading {
	color: #000;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 39.36px;
	letter-spacing: 0.48px;
}

.dh-compare__why-text {
	color: #000;
	text-align: justify;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 28.38px;
	letter-spacing: 0.3px;
}

.dh-compare__why-text-span-wrapper {
	display: flex;
	flex-direction: row;
	gap: 0px;
	align-items: center;
}

.dh-compare__why-text-span {
	color: #046CF4;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 28.38px;
	letter-spacing: 0.3px;
}

.dh-compare__why-wrapper {
	display: flex;
	flex-direction: column;
	gap: 38px;
	padding-right: 15px;
    padding-left: 15px;
}

.dh-compare__why-text-wrapper {
	display: flex;
	flex-direction: column;
	gap: 38px;
}

.dh-review-link__award-trial {
	color: #046CF4;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 25.542px;
	letter-spacing: 0.27px;
}

.dh-review-link__award-icons-wrapper {
	margin-bottom: 20px;
}

.dh-review-link__award-trial-wrapper {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}

.dh-pricing__comparev2-heading {
	padding: 40px 0px !important;
}

.dh-compare__featuresv2-heading-img {
	min-width: 120px;
	max-width: 220px;
	width: 80%;
}

.dh-compare__table--cta {
	display: flex;
	flex-direction: row;
}

.dh-compare__hero-wrapper {
	display: flex;
	flex-direction: row;
	max-width: 1250px;
}

.dh-compare__why-icon {
	font-size: 35px;
}

.dh-pricingv2__wrapper {
	margin-top: 130px;
	display: flex;
	flex-direction: column;
	gap: 33px;
	align-items: center;
	justify-content: center;
}

.dh-pricingv2__industry-selection {
	position: relative !important;
	top: 0px !important;
}

.dh-pricingv2__hero-title {
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 55.36px;
}

.dh-pricingv2__hero-description {
	color: #000;
	font-family: Montserrat;
	font-size: 20px;
	text-align: center;
	font-style: italic;
	font-weight: 300;
	line-height: 104%;
	text-transform: capitalize;
}

.dh-pricingv2__hero-description span {
	color: #046CF4;
	text-align: center;
	font-family: Montserrat;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	line-height: 20.8px;
	text-transform: capitalize;
}

.dh-pricingv2__award--wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 130px;
}

.dh-book-demo__body {
	width: 100%;
	height: 100%;
	margin-top: 50px;
}

.dh-compare-__how-it-works-heading {
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 40.231px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	max-width: 870px;
	margin-top: 50px;
}

.dh-compare__why-heading {
	color: #000;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 39.36px;
	letter-spacing: 0.48px;
}

.dh-compare__why-text {
	color: #000;
	text-align: justify;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 28.38px;
	letter-spacing: 0.3px;
}

.dh-compare__why-text-span-wrapper {
	display: flex;
	flex-direction: row;
	gap: 0px;
	align-items: center;
}

.dh-compare__why-text-span {
	color: #046CF4;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 28.38px;
	letter-spacing: 0.3px;
}

.dh-compare__why-wrapper {
	display: flex;
	flex-direction: column;
	gap: 38px;
	padding-right: 15px;
    padding-left: 15px;
}

.dh-compare__why-text-wrapper {
	display: flex;
	flex-direction: column;
	gap: 38px;
}

.dh-review-link__award-trial {
	color: #046CF4;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 25.542px;
	letter-spacing: 0.27px;
}

.dh-review-link__award-icons-wrapper {
	margin-bottom: 20px;
}

.dh-review-link__award-trial-wrapper {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}

.dh-pricing__comparev2-heading {
	padding: 40px 0px !important;
}

.dh-compare__featuresv2-heading-img {
	min-width: 120px;
	max-width: 220px;
	width: 80%;
}

.dh-compare__table--cta {
	display: flex;
	flex-direction: row;
}

.dh-compare__why-icon {
	font-size: 35px;
}

.dh-compare__tablev2-heading {
	padding: 25px 0px !important;
}

.dh-compare__tablev2-wrapper,
.dh-compare__tablev2-sticky-header,
.dh-compare__tablev2-cta--wrapper {
	max-width: 860px !important;
	width: 100%;
	justify-self: center;
	border: none !important;
}

.dh-compare__tablev2-container {
	padding: 15px 8px !important;
}

.dh-compare__video-wrapper {
	max-width: 895px;
	max-height: 503px;
	width: 100%;
	height: 100%;
}

.dh-compare__tablev2-heading-title {
	color: #000;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 23.2px;
	letter-spacing: 0.3px;
	display: flex;
	padding: 0px 23px !important;
}

.dh-compare__tablev2-heading-wrapper {
	background-color: white !important;
	border-top: 1px solid #8F8F8F;
	border-bottom: 1px solid #8F8F8F;
	padding: 15px 23px !important;
}

.dh-compare__tablev2-cell-img-wrapper {
	height: 24px !important;
}

.dh-compare__tablev2-features-cell--highlight {
	border-right: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
}

.dh-compare__tablev2-infographic--title {
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 25px;
}

.dh-compare__hero {
	background-color: #FAFCFF;
    display: flex;
    flex-flow: row wrap;
    padding-right: 112px;
    padding-bottom: 23px;
    padding-left: 112px;
    justify-content: center;
}

.dh-compare__award-banner--wrapper {
	border-radius: 0px 0px 50px 50px;
    position: relative;
    z-index: 1;
    margin: 70px auto -50px auto;
	background: #FFFEF9 !important;
}

.dh-compare__tablev2 {
	display: grid;
}

.dh-recall-calculator__body {
    max-width: 800px;
    margin: 48px auto;
    padding: 0px 20px 0px 20px;
    font-family: Montserrat;
  }

  .dh-recall-calculator__form {
    margin-bottom: 30px;
  }

  .dh-recall-calculator__form label {
    display: block;
    font-weight: 300;
	font-size: 20px;
	font-family: Inter;
    margin-bottom: 10px;
	color: #000000;
  }

  .dh-recall-calculator__form input[type="number"] {
    width: 100%;
    padding: 10px 0px 10px 0px;
    font-size: 20px;
	font-family: Inter;
    border: none;
    border-bottom: 2px solid #dbe3ef;
    border-radius: 0;
	color: #000000;
  }

  .dh-recall-calculator__form input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    background: #046cf4;
    outline: none;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
    cursor: w-resize;
  }

  input[type="number"]:focus,
  input[type="range"]:focus {
    outline: none !important;
    border-bottom-color: #046cf4;
  }

  .dh-recall-calculator__range-value {
    font-size: 14px;
	font-family: Inter;
    margin-top: 10px;
    text-align: right;
	color: #000000;
  }

  .dh-recall-calculator__output {
    margin-top: 20px;
	font-family: Montserrat;
    font-size: 24px;
	font-weight: 500;
    font-weight: 600;
	line-height: 30px;
    color: #046cf4;
    text-align: center;
  }

  .dh-recall-calculator__output--span {
	display: inline-block;
    margin: 30px 0px 30px 0px;
	font-family: Montserrat;
    font-size: 32px;
	font-weight: 500;
    font-weight: 600;
	line-height: 30px;
    color: #046cf4;
    text-align: center;
  }

  .dh-recall-calculator__disclaimer {
    font-size: 12px;
	font-family: Montserrat;
    color: #434343;
    text-align: center;
    margin-top: 10px;
	font-weight: 400;
	line-height: 18px;
  }

  .dh-recall-calculator__output--wrapper {
	background: rgba(223, 237, 255, 0.46);
    border: 0.5px solid #046CF4;
    border-radius: 10px;
	padding: 30px 10px 30px 10px;
	align-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  }

  .dh-recall-calculator__intro-text {
	font-family: Inter;
    font-weight: 300;
    font-size: 22px;
    line-height: 32.64px;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
  }

  .dh-recall-calculator__body--wrapper {
	display: flex;
	flex-direction: row;
	gap: 30px;
	justify-content: center;
	align-items: center;
	padding: 0px 15px 0px 15px;
  }

  .dh-recall-calculator__intro-text--span {
	font-weight: 600;
  }

  .dh-recall-calculator__label--span {
	font-size: 14px;
	color: #046cf4;
  }

  .dh-recall-calculator__cta-banner--wrapper {
	border: 1px solid white;
	border-radius: 0px 0px 50px 50px;
    position: relative;
    z-index: 1;
    margin: 0px auto -50px auto;
	background: #FFFEF9 !important;
  }

  .dh-review-calculator__output--wrapper {
	width: 100%;
	align-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  }
  
  .dh-review-calculator__body--wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	align-items: center;
	padding: 0px 15px 0px 15px;
  }

  .dh-ai-agent__hero--wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 970px;
	width: 100%;
	justify-self: center;
	gap: 25px;
  }

  .dh-ai-agent__hero-img--wrapper {
	display: flex;
	flex-direction: row;
	margin: 70px 0px 70px 0px;
	padding: 0px 15px 0px 15px;
	justify-self: center;
	gap: 30px;
  }

  .dh-ai-agent__hero-img--left {
	max-width: 742px;
	max-height: 508px;
	width: 100%;
  }

  .dh-ai-agent__hero-img--right {
	max-width: 527px;
	max-height: 508px;
	width: 100%;
  }

  .dh-ai-agent__hero-steps {
	color: #046CF4;
	text-align: center;
	font-family: Inter;
	font-size: 16.666px;
	font-style: normal;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 2.167px;
	text-transform: uppercase;
  }

  .dh-ai-agent__hero-heading {
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 46.872px;
	font-style: normal;
	font-weight: 600;
	line-height: 44.789px;
  }

  .dh-ai-agent__hero-text {
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 20.832px;
	font-style: normal;
	font-weight: 300;
	line-height: 32px;
  }

  .dh-ai-agent__hero {
	display: grid;
  }

  .demandhub__ai-menu-item--tag-wrapper {
	display: flex;
	flex-direction: row;
	gap: 5px;
	align-items: center;
	justify-content: left;
  }

  .demandhub__ai-menu-item--tag {
	display: flex;
	padding: 0px 5.556px;
	justify-content: center;
	align-items: center;
	gap: 3.666px;
	border-radius: 2.222px;
	background: var(--oranger, linear-gradient(180deg, #ED7F38 0%, #C75B13 100%));
	color: #FFF;
	font-family: Montserrat;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: 15.072px;
	letter-spacing: 0.12px;
	margin-bottom: 8px;
  }

  .dh-svg__popular path {
	stroke: #ED7F38 !important;
  }

  .dh-ai-agent__hero-img {
	display: grid;
  }

.dh-pricingv2__wrapper {
	margin-top: 130px;
	display: flex;
	flex-direction: column;
	gap: 33px;
	align-items: center;
	justify-content: center;
}

.dh-pricingv2__industry-selection {
	position: relative !important;
	top: 0px !important;
}

.dh-pricingv2__hero-title {
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 55.36px;
}

.dh-pricingv2__hero-description {
	color: #000;
	font-family: Montserrat;
	font-size: 20px;
	text-align: center;
	font-style: italic;
	font-weight: 300;
	line-height: 104%;
	text-transform: capitalize;
}

.dh-pricingv2__hero-description span {
	color: #046CF4;
	text-align: center;
	font-family: Montserrat;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	line-height: 20.8px;
	text-transform: capitalize;
}

.dh-pricingv2__award--wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 130px;
}

.dh-pricing__feature-list--wrapper {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.dh-pricing__pan-wrapper {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.dh-home__industry-selector-v2--btn-wrapper {
	display: flex;
	flex-direction: row;
	gap: 0px;
	align-items: center;
	justify-content: center;
}

.industry-text-v2 {
	color: #000;
	font-family: Montserrat;
	font-size: 15.46px;
	font-style: normal;
	font-weight: 500;
	line-height: 21.991px;
}

/* Industry Selector V2 - variant 1 */
.industry-button-v2 {
	margin: 5px;
    background: var(--oranger, linear-gradient(180deg, #ED7F38 0%, #C75B13 100%));
    border-radius: 10px;
    padding: 6px 15px !important;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: Montserrat;
	color: #fff;
    font-variant: normal;
    text-transform: none;
    border: 1px solid transparent;
    box-shadow: none;
	border: none !important;
    gap: 8px;
	letter-spacing: 0px !important;
}

.dh-home__industry-button-v2__dropdown-wrapper:hover .industry-button-v2,
.dh-home__industry-button-v2-wrapper:hover .industry-button-v2 {
	color: #fff;
	border-radius: 10px;
	background: var(--Linear-Orange-Gradient, linear-gradient(180deg, #ED7F38 0%, #984712 100%));
}

.industry-button-v2__icon {
	display: inline-flex;
	transition: transform 0.3s ease, stroke 0.3s ease;
	transform-origin: center;
}

.dh-home__industry-button-v2__dropdown-wrapper:hover .industry-button-v2__icon {
	transform: rotate(90deg);
}
  
.dh-home__industry-button-v2__dropdown-wrapper:hover .industry-button-v2__icon svg path {
	stroke: #fff;
}

.dh-home__industry-button-v2-wrapper:hover .industry-button-v2__icon svg path {
	stroke: #fff;
}

.industry-dropdown-v2 {
	position: absolute;
	max-width: 158.037px;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	display: none;
	z-index: 10;
	border-radius: 8.589px;
	border: 0.429px solid #E8F2FE;
	background: #FFF;
	box-shadow: 0px 3.436px 5.84px 0px rgba(0, 0, 0, 0.08);
	transition: opacity 0.3s ease, transform 0.3s ease;
	pointer-events: none;
}
  
.industry-dropdown-v2 a {
	display: block;
	padding: 0.5rem 1rem;
	transition: background 0.2s;
	display: flex;
	padding: 14.601px 21.472px;
	align-items: center;
	gap: 8.589px;
	align-self: stretch;
	border-bottom: 0.429px solid #F7F7F7;
	color: #000;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 9.866px;
}
  
.industry-dropdown-v2 a:hover {
	border-radius: 8.589px 8.589px 0px 0px;
	border-bottom: 0.429px solid #ED7F38;
	background: rgba(237, 127, 56, 0.03);
}

.dh-home__industry-button-v2__dropdown-wrapper:hover .industry-dropdown-v2 {
	display: block;
	pointer-events: auto;
}

.industry-dropdown-v2 a .industry-dropdown-v2__icon {
	display: inline-block;
	margin-right: 0.5rem;
	opacity: 0;
	transform: translateX(-5px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}
  
.industry-dropdown-v2 a:hover .industry-dropdown-v2__icon {
	opacity: 1;
	transform: translateX(0);
}
/* Industry Selector V2 - variant 1 */

/* Industry Selector V2 - variant 2*/
.industry-button-v2--ab2 {
	margin: 5px;
    background: var(--Bluer, linear-gradient(180deg, #4E9BFF 0%, #046CF4 100%));
    border-radius: 10px;
    padding: 6px 15px !important;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: Montserrat;
	color: #fff;
    font-variant: normal;
    text-transform: none;
    border: 1px solid transparent;
	box-shadow: none;
	border: none !important;
    gap: 8px;
	letter-spacing: 0px !important;
}

.dh-home__industry-button-v2__dropdown-wrapper:hover .industry-button-v2--ab2,
.dh-home__industry-button-v2-wrapper:hover .industry-button-v2--ab2 {
	color: #fff;
	border-radius: 10px;
	background: var(--Light-Bluer, linear-gradient(180deg, #4E9BFF 0%, #034DAD 100%));
}

.industry-button-v2__icon--ab2 {
	display: inline-flex;
	transition: transform 0.3s ease, stroke 0.3s ease;
	transform-origin: center;
}

.dh-home__industry-button-v2__dropdown-wrapper:hover .industry-button-v2__icon--ab2 {
	transform: rotate(90deg);
}
  
.dh-home__industry-button-v2__dropdown-wrapper:hover .industry-button-v2__icon--ab2 svg path {
	stroke: #fff;
}

.dh-home__industry-button-v2-wrapper:hover .industry-button-v2__icon--ab2 svg path {
	stroke: #fff;
}

.industry-dropdown-v2--ab2 {
	position: absolute;
	max-width: 158.037px;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	display: none;
	z-index: 10;
	border-radius: 8.589px;
	border: 0.429px solid #E8F2FE;
	background: #FFF;
	box-shadow: 0px 3.436px 5.84px 0px rgba(0, 0, 0, 0.08);
	transition: opacity 0.3s ease, transform 0.3s ease;
	pointer-events: none;
}
  
.industry-dropdown-v2--ab2 a {
	display: block;
	padding: 0.5rem 1rem;
	transition: background 0.2s;
	display: flex;
	padding: 14.601px 21.472px;
	align-items: center;
	gap: 8.589px;
	align-self: stretch;
	border-bottom: 0.429px solid #F7F7F7;
	color: #000;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 9.866px;
}
  
.industry-dropdown-v2--ab2 a:hover {
	border-radius: 8.589px 8.589px 0px 0px;
	border-bottom: 0.429px solid #046CF4;
	background: rgba(4, 108, 244, 0.05);
	color: #046CF4;
}

.dh-home__industry-button-v2__dropdown-wrapper:hover .industry-dropdown-v2--ab2 {
	display: block;
	pointer-events: auto;
}

.industry-dropdown-v2--ab2 a .industry-dropdown-v2__icon--ab2 {
	display: inline-block;
	margin-right: 0.5rem;
	opacity: 0;
	transform: translateX(-5px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}
  
.industry-dropdown-v2--ab2 a:hover .industry-dropdown-v2__icon--ab2 {
	opacity: 1;
	transform: translateX(0);
}
/* Industry Selector V2 - variant 2 */

.dh-home__industry-selector-v2__wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 580px;
	width: 100%;
}

.dh-review-calculator__output {
    margin: 20px 0px 0px 0px;
	font-family: Montserrat;
    font-size: 20px;
	font-weight: 500;
    font-weight: 600;
	line-height: 30px;
    color: #000;
    text-align: center;
  }

  .dh-review-calculator__output--span {
	display: inline-block;
    margin: 30px 0px 30px 0px;
	font-family: Montserrat;
    font-size: 18px;
	font-weight: 500;
    font-weight: 600;
    color: #046cf4;
    text-align: center;
  }

  .dh-review-calculator__output-span--wrapper {
	line-height: 0px !important;
	display: flex;
	flex-direction: row;
	gap: 80px;
	font-size: 18px;
	font-family: Montserrat;
  }

  .dh-review-calculator__output-title {
	margin-bottom: 25px;
  }

  .dh-review-calculator__range-wrapper {
	position: relative;
  }
  
  .dh-review-calculator__range-tooltip {
	position: absolute;
	top: -40px;
	left: 0;
	background: #f0f7fe;
	color: #000;
	padding: 4px 16px;
	border: 1px solid #046cf4;
	border-radius: 4px;
	font-size: 14px;
	display: none;
	white-space: nowrap;
	pointer-events: none;
	transform: translateX(-50%);
	transition: left 0.1s ease;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  .dh-review-calculator__range-wrapper:hover .dh-review-calculator__range-tooltip {
	display: block;
  }

  .dh-review-calculator__range-marks {
	position: absolute;
	left: 0;
	width: 100%;
	pointer-events: none;
  }
  
  .dh-review-calculator__range-marks span {
	position: absolute;
	bottom: 0;
	height: 8px;
	width: 2px;
	background: #046cf4;
	transform: translateX(-50%);
	font-size: 12px;
	margin-bottom: 5px;
  }

  .dh-review-calculator__body {
    max-width: 900px;
	width: 100%;
    margin: 48px auto;
    padding: 0px 20px 0px 20px;
    font-family: Montserrat;
  }


/* Chrome */
 .dh-recall-calculator__form input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #046cf4;
	border: none;
  }
  
  /* Firefox Thumb */
  .dh-recall-calculator__form input[type="range"]::-moz-range-thumb {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #046cf4;
	border: none;
  }

  .dh-review-calc__slider-range-marks {
	margin-top: 6px;
	display: flex;
	flex-direction: row;
	justify-content: center;
  }

  .dh-faq__title--wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	max-width: 860px;
	width: 100%;
	padding: 0px 15px 0px 15px;
  }

  .dh-faq__title {
	color: #000;
	font-family: Montserrat;
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 64.4px;
  }

  .dh-faq__filter--wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	padding: 0px 15px 0px 15px;
  }

  .dh-faq__filter-title {
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
  }

  .dh-faq__filter-button--wrapper {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	gap: 15px;
  }

  .dh-faq__filter-button {
	display: flex;
	align-items: center;
	padding: 6px 15px;
	gap: 8px;
	border-radius: 20px;
	border: 1px solid #046CF4;
	background: #fff;
	color: #046CF4;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px !important;
	cursor: pointer;
	position: relative;
	transition: all 0.2s ease;
  }
  
  .dh-faq__filter-button .close-icon {
	display: none;
  }
  
  .dh-faq__filter-button.active {
	background-color: #046CF4;
	color: #fff;
  }
  
  .dh-faq__filter-button.active .close-icon {
	display: inline;
  }

  .dh-faq__faq-category-title {
	color: #000;
	font-family: Montserrat;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	margin: 100px 0px 50px 0px;
  }

  .dh-faq__faq-section--wrapper {
	max-width: 1080px;
	width: 100%;
  }

  .dh-auto-partnership__fact {
	width: 100%;
	padding: 44px 0px;
	margin-top: 90px;
	margin-bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
  }

  .dh-auto-partnership__product-fact-text {
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 42px;
	letter-spacing: 0.6px;
  }

  .dh-auto-cta__body-left--title {
	color: #421E06;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.48px;
	margin-bottom: 28px;
  }

  .dh-auto-cta__body-left--text {
	color: #421E06;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 220px;
  }

  .dh-auto-cta__body-right {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	background-image: url('/assets/images/demandhub/gm/infographic-bg.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  }

  .dh-auto-cta__body-right--infographic {
	display: flex;
	max-width: 400px;
	width: 100%;
	padding: 40px 31px;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 4.854px;
	background: #FFF;
  }

  .dh-auto-cta__body-right--infographic-title {
	color: #000;
	font-family: Montserrat;
	font-size: 19.414px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.291px;
	text-transform: capitalize;
	margin-bottom: 20px;
  }

  .dh-auto-cta__body-right--infographic-text {
	color: #000;
	font-family: Inter;
	font-size: 14.561px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0.218px;
  }

  .dh-auto-cta__body-wrapper {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0px 15px 0px 15px;
  }

  .dh-auto-cta__body-left--btn {
	display: flex;
	max-width: 302px;
	width: 100%;
	padding: 16px 33px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	background: #ED7F38;
	color: #FFF;
	text-align: center;
	font-family: Montserrat !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: 20px !important;
	letter-spacing: 0.21px;
  }

  .dh-auto-cta__body-left--btn:hover {
	color: #fff !important;
  }

  .dh-auto-cta__body-left {
	max-width: 420px !important;
	width: 100%;
  }

  .dh-auto-cta__body-right {
	max-width: 740px !important;
	width: 100%;
  }

  .dh-auto-cta__body-right--infographic-icon {
	margin-bottom: 36px;
  }

  .dh-reviews_ai__infographic-title--wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
  }

  .dh-reviews_ai__infographic-title {
	color: #000;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 43px;
  }

  .dh-industry-pages__selector-wrapper {
	margin-bottom: 50px;
  }

  .dh-ai-agent__hero-heading--wrapper {
	text-align: center !important;
  }

  .dh-pricing__plan--custom-price {
	margin-top: 5px;
    font-size: 40px;
    line-height: 40px;
  }

  .demandhub__author-top {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
	gap: 65px;
	margin-top: 50px;
  }

  .dh-author__profile-picture-left--wrapper {
	max-width: 204px;
	width: 100%;
	display: flex;
	align-self: flex-start;
  }

  .dh-author__profile-picture {
	width: 204px;
	height: 204px;
  }

  .dh-author__profile-right--wrapper {
	max-width: 809px;
	width: 100%;
  }

  .dh-author__profile-name {
	color: #000;
	font-family: Montserrat;
	font-size: 45px;
	font-style: normal;
	font-weight: 600;
	line-height: 64px;
	margin-bottom: 10px;
  }

  .dh-author__profile-designation {
	color: #000;
	font-family: Inter;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 30px;
  }

  .dh-author__profile-summary {
	color: #000;
	text-align: justify;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 30px;
  }

  .dh-author__profile-expertise {
	color: #000;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 30px;
	text-align: justify;
  }

  .dh-author__profile-expertise--span {
	color: #000;
	text-align: justify;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
  }

  .dh-author__profile-linkedin-url {
	color: #046CF4;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	cursor: pointer;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	width: max-content;
  }

  .dh-author__top-picks-title--wrapper {
	display: flex;
	padding: 13px 0px;
	align-items: center;
	border-bottom: 1px solid #D9D9D9;
	margin-top: 100px;
  }

  .dh-author__top-picks-title {
	color: #000;
	font-family: Montserrat;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 38.752px;
  }

  .dh-author__top-picks-articles--wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 36px;
  }

  .dh-author__article-container {
	display: flex;
	padding-bottom: 26px;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	flex: 1 0 0;
	align-self: stretch;
	border-radius: 15px;
	border: 0.5px solid #D9D9D9;
	background: #FFF;
	max-width: 402px;
	height: 425px;
	width: 100%;
  }

  .dh-author__article-img {
	border-radius: 15px 15px 0 0;
	max-width: 402px;
	width: 100%;
  }

  .dh-author__article-info {
	margin: 0px 36px;
  }

  .dh-author__article-title {
	color: #000;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28.38px;
	letter-spacing: 0.3px;
	margin-bottom: 10px;
  }

  .dh-author__article-summary {
	color: #000;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 19.866px;
	letter-spacing: 0.21px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
  }

  .dh-author__subscribe-box {
	display: flex;
	padding: 65px 165px 64px 166px;
	justify-content: center;
	align-items: center;
	background: linear-gradient(180deg, #EDF8FF 0%, #FFF 100%);
	gap: 160px;
	margin: 100px 0px 50px 0px;
  }

  .dh-author__subscribe-box--title {
	color: #000;
	font-family: Montserrat;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 41.4px;
  }

  .dh-author__subscribe-box--description {
	color: #000;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 27.68px;
  }

  .dh-author__subscribe-box--notice {
	color: #434343;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 17.028px;
	letter-spacing: 0.18px;
  }

  .dh-author__subscribe-box--left {
	max-width: 498px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
  }

  .dh-author__subscribe-box--right {
	max-width: 523px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
  }

  .dh-author__subscribe-box--email {
	border-radius: 15px;
	border: 1px solid #AFAFAF;
	background: #FFF;
	max-width: 523px;
	width: 100%;
	height: 69px;
	display: flex;
	flex: 1 1 0;
	padding: 0px 0px 0px 30px;
  }

  .dh-author__subscribe-box--email:focus {
	outline: none;
	border: 1px solid #AFAFAF;
  }

  .dh-author__subscribe-box--email:hover {
	border: 1px solid #AFAFAF;
  }

  .dh-author__subscribe-box--btn {
	display: flex;
	max-width: 523px;
	width: 100%;
	height: 69px;
	padding: 16px 33px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex: 1 1 0;
	border-radius: 12px;
	background: #046CF4;
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 25.542px ;
	letter-spacing: 0.27px;
  }

  .dh-articlev2__author-link {
	color: #000;
	cursor: pointer;
  }

  .dh-articlev2__author-link:hover {
	color: #046CF4;
  }

  .dh-affiliate__steps--container {
	background: linear-gradient(180deg, #FFF5E8 0%, #FFF 100%) !important;
  }

  .dh-affiliate__steps--wrapper {
	max-width: 894px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
	padding-top: 50px !important;
	background-image: url('/assets/images/demandhub/affiliate-program/affiliate-program-steps.svg');
	background-position: 400px center;
	background-repeat: no-repeat;
  }

  .dh-affiliate__steps-title {
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 42.4px;
  }

  .dh-affiliates__steps-cards--wrapper {
	display: flex;
    width: 100%;
    flex-direction: column;
    gap: 100px;
	margin-top: 20px;
	margin-bottom: 100px;
  }

  .dh-affiliate__steps {
	display: flex;
	max-width: 478px;
	width: 100%;
	padding: 30px;
	align-items: flex-start;
	gap: 25px;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0 4px 8.4px 0 rgba(0, 0, 0, 0.15);
  }

  .dh-affiliate__steps-heading {
	color: #000;
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
  }
  
  .dh-affiliate__steps-description {
	color: #000;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 27px;
	letter-spacing: 0.27px;
  }

  .dh-affiliate__steps-start--wrapper {
	display: flex;
	padding: 5px 20px;
	align-items: center;
	justify-content: center;
	gap: 34px;
	max-width: 120px;
	width: 100%;
	border-radius: 20px;
	background: #ED7F38;
	box-shadow: 0 4px 8.4px 0 rgba(0, 0, 0, 0.15);
  }

  .dh-affiliate__steps-start {
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 19.88px;
	letter-spacing: 0.21px;
	text-transform: uppercase;
  }

  .dh-affiliate__steps-text--wrapper {
	display: flex;
	flex-direction: column;
	gap: 10px;
  }

  .dh-affiliate__hero-btn {
	display: flex;
	justify-content: left;
  }

  .dh-faq-v2__title {
	color: #000;
	font-family: Montserrat;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 42.4px;
	margin-bottom: 30px;
	padding: 15px;
  }

  .dh-footer__menu--col-1 {
	margin-right: 30px;
  }

  .dh-partner__program-tab--wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 77px;
	margin-top: 40px;
  }

  .dh-partner__program-tab-info {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 17px 10px 17px 10px;
  }

  .dh-partner__program-tab-title {
	color: #000;
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
  }

  .dh-partner__program-tab-description {
	color: #000;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 27px;
  }

  .dh-partner__program-tab-info--wrapper {
	display: flex;
	flex-direction: column;
	gap: 40px;
  }

  .dh-partner__program-tab-info--img {
	max-width: 518px;
  }

  .dh-partner__program-infographic--title {
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 42.4px;
	margin-bottom: 15px;
	text-align: left;
  }

  .dh-partner__program-infographic--description {
	color: #000;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.3px;
  }

  .dh-partner__program-hero--wrapper {
	display: flex;
	flex-direction: column;
	width: 50%;
	margin-top: 35px;
  }

  .dh-compare__card--tools {
	justify-content: space-between !important;
	min-height: 300px !important;
  }

  .dh-modalv2__container {
	max-width: 886px;
	max-height: 519px;
	width: 100%;
	height: 100%;
  }

  .dh-modalv2__container-body {
	border-radius: 21px !important;
	background: var(--Ivory, #FFFEF9);
	box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
  }

  .dh-modalv2__body {
	display: flex;
	flex-direction: row;
	gap: 30px;
	padding: 20px 30px 20px 30px;
  }

  .dh-modalv2__left-wrapper {
	display: flex;
	flex-direction: column;
	gap: 25px;
	width: 50%;
	overflow: hidden;
	justify-content: center;
  }

  .dh-modalv2__right-wrapper {
	display: flex;
	flex-direction: column;
	width: 50%;
	gap: 10px;
  }

  .dh-modalv2__logo {
	max-width: 197px;
	width: 100%;
	max-height: 61px;
	margin-bottom: 25px;
  }

  .dh-modalv2__heading {
	color: #000;
	font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
  }

  .dh-modalv2__description {
	color: #000;
	font-family: Inter;
	font-size: 19.491px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.292px;
  }

  .dh-modalv2__info {
	display: flex;
	flex-direction: column;
	gap: 20px !important;
	text-align: left;
  }

  .dh-modalv2-demo-btn {
	width: 100% !important;
	background-color: #ED7F38 !important;
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 21px !important;
	font-style: normal;
	font-weight: 700;
	line-height: normal !important;
	margin-top: 25px;
  }

  .dh-modalv2__right-img--wrapper {
	max-width: 374px;
	max-height: 250px;
  }

  .dh-modalv2__right-img--top {
	width: 100%;
	height: 100%;
	object-fit: auto;
    border-radius: 15px;
	border: 1px solid var(--DemandHub-Orange, #ED7F38);
	background: var(--White-Orange, linear-gradient(180deg, #FFF 0%, #FFF5E8 100%));
  }

  .dh-modalv2__right-img--bottom {
	width: 100%;
	height: 100%;
	object-fit: cover;
    border-radius: 15px;
	object-position: top;
  }

  .dh-modalv2__book-demo--btn {
	display: flex;
	justify-content: center;
  }

  .dh-modalv2__wrapper {
	padding-left: 15px !important;
	padding-right: 15px;
  }

  .demandhub-home__award-banner-section {
	background-size: cover !important;
	background-repeat: no-repeat !important;
  }

  .dh-navbar__mobile-menu--item {
	display: flex;
	flex-direction: row;
	align-items: center;
  }

  .dh-navbar__mobile-menu--item-wrapper {
	display: flex;
	align-items: center;
  }

  .dh-articlev2__body-content table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 30px;
  }
  
  .dh-articlev2__body-content th,
  .dh-articlev2__body-content td {
	border: 1px solid #ccc;
	padding: 15px 30px 15px 30px;
	text-align: left;
	line-height: 25px !important;
  }

  .dh-articlev2__table-container {
	max-width: 750px;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid #ddd;
	border-radius: 8px;
	display: block;
  }

  .dh-articlev2__table-container table {
	border-collapse: collapse;
	width: auto;
	display: table;
  }

  .dh-articlev2__table-container th,
  .dh-articlev2__table-container td {
  	padding: 12px 17px;
  	border-bottom: 1px solid #eee;
  	text-align: left;
   	background: #fff;
  }

  .dh-articlev2__table-container th:first-child,
  .dh-articlev2__table-container td:first-child {
  	position: sticky;
	left: 0;
  	background: #f9fcfe;
  	z-index: 3;
  	font-weight: 600;
  	box-shadow: 2px 0 6px rgba(0,0,0,0.04);
  }

  .dh-articlev2__table-container thead th {
  	position: sticky;
  	top: 0;
  	background: #f9fcfe;
  	z-index: 4;
  }

  .dh-articlev2__table-container thead th:first-child {
  	z-index: 5;
  }

  .dh-articlev2__table-container::-webkit-scrollbar {
  	height: 8px;
  }

  .dh-articlev2__table-container::-webkit-scrollbar-thumb {
  	background: #ccc;
  	border-radius: 4px;
  }

  table.pros-cons-table td {
	padding: 15px 60px 15px 60px !important;
}

/* First column Pros */
 table.pros-cons-table td:first-child {
	padding-left: 40px;
	position: relative;
	line-height: 25px;
	vertical-align: top;
  }
  
  table.pros-cons-table td:first-child::before {
	content: "";
	position: absolute;
	left: 0;
	margin-left: 30px;
	width: 1.2rem;
	height: 1.2rem;
	background: url("/assets/images/demandhub/table/pros-icon.svg") no-repeat center;
	background-size: contain;
  }
  
  /* Second column Cons */
  table.pros-cons-table td:nth-child(2) {
	padding-left: 40px;
	position: relative;
	line-height: 25px;
	vertical-align: top;
  }
  
  table.pros-cons-table td:nth-child(2)::before {
	content: "";
	position: absolute;
	left: 0;
	margin-left: 30px;
	width: 1.2rem;
	height: 1.2rem;
	background: url("/assets/images/demandhub/table/cons-icon.svg") no-repeat center;
	background-size: contain;
  }

  table.pros-cons-table {
	position: relative;
	border-collapse: collapse;
  }
  
  /* Header cells */
  table.pros-cons-table th {
	position: relative;
	text-align: center !important;
	vertical-align: middle;
  }

  table.pros-cons-table th:first-child {
	background-color: #ecf9ec;
  }

  table.pros-cons-table th:nth-child(2) {
	background-color: #fdedf1;
  }
  
  /* Pros header icon */
  table.pros-cons-table th:first-child::before {
	content: "";
	position: absolute;
	left: 0;
	top: -50%;
	width: 50px;
	height: 50px;
	background: url("/assets/images/demandhub/table/MaskHappy.svg") no-repeat center;
	background-size: contain;
	margin-left: 30px;
  }
  
  /* Cons header icon */
  table.pros-cons-table th:nth-child(2)::before {
	content: "";
	position: absolute;
	right: 0;
	top: -50%;
	width: 50px;
	height: 50px;
	background: url("/assets/images/demandhub/table/MaskSad.svg") no-repeat center;
	background-size: contain;
	margin-right: 30px;
  }
  
  .mobile-view {
	display: none;
  }

  .dh-articlev2__table-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .dh-articlev2__table-card {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
  }

  .dh-articlev2__table-card h2 {
    font-size: 26px !important;
	font-family: Montserrat !important;
	font-weight: 600 !important;
    color: #000;
    margin-bottom: 0.75rem;
	background-color: #f9fcfe;
    margin: 0;
    padding: 1rem 2rem;
    width: 100%;
  }

  .dh-articlev2__table-card p {
    margin: 0.4rem 0;
    font-size: 18px !important;
	font-family: Montserrat !important;
    color: #000;
    line-height: 32px !important;
	text-align: left;
	padding: 0 2rem;
  }

  .dh-articlev2__table-card p:first-of-type {
    margin-top: 1.5rem;
  }

  .dh-articlev2__table-card p:last-of-type {
    margin-bottom: 1.5rem;
  }

  .dh-articlev2__table-label {
    font-size: 20px !important;
	font-family: Montserrat !important;
    color: #000;
    line-height: 1.5;
	font-weight: 600 !important;
  }

  .dh-articlev2__table-price {
    font-weight: 700;
    color: #000;
    margin-top: 0.5rem;
    font-size: 18px !important;
	font-family: Montserrat;
  }

  .dh-articlev2__summary-ai--wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
	flex-wrap: wrap;
	gap: 20px;
  }

  .dh-articlev2__summary-ai-btn--wrapper {
	width: 165px !important;
  }

  .dh-articlev2__summary-ai--btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 7px;
  }

  .dh-articlev2__summary-ai--icon {
	display: flex;
	align-items: center;
  }

  .dh-fact-chart--wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 100px !important;
	margin-bottom: 100px !important;
  }

  .dh-fact-chart--heading {
	font-family: Montserrat !important;
	font-size: 36px !important;
    font-weight: 600 !important;
    line-height: 44.29px !important;
    letter-spacing: .015em !important;
    color: #000 !important;
  }

  .dh-fact-chart--table {
	width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
	border-radius: 15px !important;
  }

  .dh-fact-chart--table-span {
	font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.14px;
    text-align: left;
    color: #046cf4;
  }

  .dh-fact-chart--table-td-span {
	font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.14px;
    text-align: left;
    color: #046cf4;
  }

  .dh-fact-chart--table-td-cta {
	text-align: center !important;
  }

  .dh-fact-chart--table th, td {
    border: 1px solid #E4E4E4;
    padding: 20px !important;
    text-align: left;
  }

  .dh-fact-chart--table th {
    background-color: #fbfbfb;
	text-align: center !important;
	font-family: Inter !important;
	font-size: 18px !important;
  }

  .dh-fact-chart--table td {
	font-family: Inter !important;
	font-weight: normal !important;
	font-size: 18px !important;
  }

  .dh-fact-chart--table th:nth-child(2) {
	background-color: #f0f6ff !important;	
  }

  .dh-fact-chart--table td:nth-child(2) {
  	background-color: #f0f6ff;
  }

  .dh-fact-chart--table tr:last-child td {
	border-bottom: none;
	border-left: none;
	border-right: none;
  }

  .dh-practice-chart--wrapper {
	padding: 2rem 1rem;
	max-width: 980px;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
  }

  .dh-practice-chart--heading {
	font-size: 40px;
	font-family: Montserrat;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.2;
  }

  .dh-practice-chart--sub {
	text-align: center;
	font-family: Inter;
	color: #000;
	font-size: 22px;
	margin-bottom: 40px;
	font-weight: 500;
  }

  .dh-practice-chart--options-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  }

  .dh-practice-chart--options {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	margin-bottom: 2rem;
  }

  .dh-practice-chart--opt-card {
	flex: 1 1 200px;
	max-width: 280px;
	border: 1px solid #E4E4E4;
	box-shadow: 0px 4px 31px 0px #D6D7D733;
	border-radius: 8px;
	padding: 1.25rem 1rem;
	cursor: pointer;
	background: #fff;
	transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
	text-align: center;
	user-select: none;
  }

  .dh-practice-chart--opt-card:hover {
	border-color: #046CF4;
	box-shadow: 0px 4px 31px 0px #D6D7D733;
	transform: translateY(-2px);
  }

  .dh-practice-chart--opt-card.selected {
	border-color: #046CF4;
	background: #f6faff;
	box-shadow: 0px 4px 31px 0px #D6D7D733;
  }

  .dh-practice-chart--opt-icon {
	font-size: 28px;
	margin-bottom: 8px;
  }

  .dh-practice-chart--opt-title {
	font-size: 20px;
	font-family: Montserrat;
	font-weight: 600;
	color: #000;
  }

  .dh-practice-chart--opt-count {
	font-size: 18px;
	font-family: Inter;
	color: #046CF4;
	font-weight: 600;
	margin-top: 4px;
  }

  .dh-practice-chart--opt-desc {
	font-size: 18px;
	font-family: Inter;
	font-weight: 300;
	color: #000;
	margin-top: 8px;
	line-height: 1.5;
  }

  .dh-practice-chart--detail {
	display: none;
	opacity: 0;
	max-width: 872px !important;
	width: 100%;
	margin-bottom: 40px;
  }

  .dh-practice-chart--detail.show {
	display: block;
	animation: dh-practice-chart--fadeIn 0.35s forwards;
  }

  @keyframes dh-practice-chart--fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
		}
	to {
		opacity: 1;
		transform: translateY(0);
		}
  }

  .dh-practice-chart--detail-card {
	border: 1px solid #E4E4E4;
	border-radius: 8px;
	overflow: hidden;
  }

  .dh-practice-chart--detail-header {
	background: #f6faff;
	padding: 1.25rem 1.5rem;
  }

  .dh-practice-chart--detail-header h2 {
	color: #000;
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 600;
  }

  .dh-practice-chart--detail-header p {
	color: #046CF4;
	font-family: Inter;
	font-weight: 300;
	font-size: 18px;
	margin-top: 4px;
  }

  .dh-practice-chart--detail-body {
	background: #fff;
	padding: 1.5rem;
  }

  .dh-practice-chart--scenario {
	background: #f6faff;
	border-left: 4px solid #046CF4;
	border-radius: 0 8px 8px 0;
	padding: 0.9rem 1rem;
	margin-bottom: 1.25rem;
	font-size: 18px;
	font-family: Inter;
	color: #046CF4;
	line-height: 1.6;
  }

  .dh-practice-chart--feature-label {
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 600;
	color: #046CF4;
	letter-spacing: 0.05em;
	margin-bottom: 0.6rem;
  }

  .dh-practice-chart--feature-text {
	font-size: 18px;
	font-family: Inter;
	font-weight: 300;
	color: #000;
	line-height: 1.65;
	margin-bottom: 1.25rem;
  }

  .dh-practice-chart--detail-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
  }

  .dh-practice-chart--stat-pill {
	display: inline-block;
	background: #f6faff;
	border: 1px solid #046CF4;
	color: #046CF4;
	border-radius: 999px;
	padding: 6px 16px;
	font-size: 16px;
	font-family: Inter;
	font-weight: 600;
	white-space: nowrap;
  }

  .dh-practice-chart--cta-btn {
	background: #7c3aed;
	color: #fff;
	border: none;
	border-radius: 10px;
	padding: 10px 22px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s, transform 0.1s;
	white-space: nowrap;
  }

  .dh-practice-chart--cta-btn:hover {
	background: #6d28d9;
	transform: translateY(-1px);
  }

  .dh-practice-chart--cta-btn:active {
  	transform: scale(0.98);
  }

  .dh-practice-chart--reset {
	display: block;
	text-align: center;
	margin-top: 1rem;
	color: #046CF4;
	font-size: 16px;
	font-weight: 600;
	font-family: Inter;
	cursor: pointer;
	text-decoration: underline;
  }

  .dh-stats-v2-section {
	padding: 44px 64px;
	max-width: 1200px;
	margin: 0 auto;
	background: #ED7F3808;
	border-radius: 30px;
	text-align: center;
  }

  .dh-stats-v2-headline {
	font-size: 38px;
	font-weight: 600;
	font-family: Montserrat;
	color: #000;
	line-height: 1.25;
	margin-bottom: 20px;
  }

  .dh-stats-v2-grid {
	display: flex;
	flex-direction: row;
	gap: 14px;
  }

  .dh-stats-v2-item {
	flex: 1 1 0;
	background: #fff;
	border: 1px solid #F4F4F4;
	border-radius: 8px;
	padding: 40px 40px !important;
	text-align: center;
	box-shadow: 0px 4px 31px 0px #D6D7D733;
	margin: 20px 10px;
	cursor: pointer;
  }

  .dh-stats-v2-stat {
	font-size: 36px;
	font-weight: 700;
	font-family: Montserrat;
	color: #046CF4;
	margin-bottom: 10px;
  }

  .dh-stats-v2-label {
	font-size: 26px;
	font-family: Inter;
	font-weight: 300;
	color: #000;
	line-height: 1.55;
  }

  .dh-practice-chart--features {
	list-style: none;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
	padding-left: 0px !important;
  }

  .dh-practice-chart--features li {
	display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
	font-family: Inter;
	font-weight: 300;
    color: #000;
	min-height: 30px;
  }

  .dh-fact-chart--wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 100px !important;
	margin-bottom: 100px !important;
  }

  .dh-fact-chart--heading {
	font-family: Montserrat !important;
	font-size: 36px !important;
    font-weight: 600 !important;
    line-height: 44.29px !important;
    letter-spacing: .015em !important;
    color: #000 !important;
  }

  .dh-fact-chart--table {
	width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
	border-radius: 15px !important;
  }

  .dh-fact-chart--table-span {
	font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.14px;
    text-align: left;
    color: #046cf4;
  }

  .dh-fact-chart--table-td-span {
	font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.14px;
    text-align: left;
    color: #046cf4;
  }

  .dh-fact-chart--table-td-cta {
	text-align: center !important;
  }

  .dh-fact-chart--table th, td {
    border: 1px solid #E4E4E4;
    padding: 20px !important;
    text-align: left;
  }

  .dh-fact-chart--table th {
    background-color: #fbfbfb;
	text-align: center !important;
	font-family: Inter !important;
	font-size: 18px !important;
  }

  .dh-fact-chart--table td {
	font-family: Inter !important;
	font-weight: normal !important;
	font-size: 18px !important;
  }

  .dh-fact-chart--table th:nth-child(2) {
	background-color: #f0f6ff !important;	
  }

  .dh-fact-chart--table td:nth-child(2) {
  	background-color: #f0f6ff;
  }

  .dh-fact-chart--table tr:last-child td {
	border-bottom: none;
	border-left: none;
	border-right: none;
  }

  .dh-practice-chart--wrapper {
	padding: 2rem 1rem;
	max-width: 980px;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
  }

  .dh-practice-chart--heading {
	font-size: 40px;
	font-family: Montserrat;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.2;
  }

  .dh-practice-chart--sub {
	text-align: center;
	font-family: Inter;
	color: #000;
	font-size: 22px;
	margin-bottom: 40px;
	font-weight: 500;
  }

  .dh-practice-chart--options-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  }

  .dh-practice-chart--options {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	margin-bottom: 2rem;
  }

  .dh-practice-chart--opt-card {
	flex: 1 1 200px;
	max-width: 280px;
	border: 1px solid #E4E4E4;
	box-shadow: 0px 4px 31px 0px #D6D7D733;
	border-radius: 8px;
	padding: 1.25rem 1rem;
	cursor: pointer;
	background: #fff;
	transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
	text-align: center;
	user-select: none;
  }

  .dh-practice-chart--opt-card:hover {
	border-color: #046CF4;
	box-shadow: 0px 4px 31px 0px #D6D7D733;
	transform: translateY(-2px);
  }

  .dh-practice-chart--opt-card.selected {
	border-color: #046CF4;
	background: #f6faff;
	box-shadow: 0px 4px 31px 0px #D6D7D733;
  }

  .dh-practice-chart--opt-icon {
	font-size: 28px;
	margin-bottom: 8px;
  }

  .dh-practice-chart--opt-title {
	font-size: 20px;
	font-family: Montserrat;
	font-weight: 600;
	color: #000;
  }

  .dh-practice-chart--opt-count {
	font-size: 18px;
	font-family: Inter;
	color: #046CF4;
	font-weight: 600;
	margin-top: 4px;
  }

  .dh-practice-chart--opt-desc {
	font-size: 18px;
	font-family: Inter;
	font-weight: 300;
	color: #000;
	margin-top: 8px;
	line-height: 1.5;
  }

  .dh-practice-chart--detail {
	display: none;
	opacity: 0;
	max-width: 872px !important;
	width: 100%;
  }

  .dh-practice-chart--detail.show {
	display: block;
	animation: dh-practice-chart--fadeIn 0.35s forwards;
  }

  @keyframes dh-practice-chart--fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
		}
	to {
		opacity: 1;
		transform: translateY(0);
		}
  }

  .dh-practice-chart--detail-card {
	border: 1px solid #E4E4E4;
	border-radius: 8px;
	overflow: hidden;
  }

  .dh-practice-chart--detail-header {
	background: #f6faff;
	padding: 1.25rem 1.5rem;
  }

  .dh-practice-chart--detail-header h2 {
	color: #000;
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 600;
  }

  .dh-practice-chart--detail-header p {
	color: #046CF4;
	font-family: Inter;
	font-weight: 300;
	font-size: 18px;
	margin-top: 4px;
  }

  .dh-practice-chart--detail-body {
	background: #fff;
	padding: 1.5rem;
  }

  .dh-practice-chart--scenario {
	background: #f6faff;
	border-left: 4px solid #046CF4;
	border-radius: 0 8px 8px 0;
	padding: 0.9rem 1rem;
	margin-bottom: 1.25rem;
	font-size: 18px;
	font-family: Inter;
	color: #046CF4;
	line-height: 1.6;
  }

  .dh-practice-chart--feature-label {
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 600;
	color: #046CF4;
	letter-spacing: 0.05em;
	margin-bottom: 0.6rem;
  }

  .dh-practice-chart--feature-text {
	font-size: 18px;
	font-family: Inter;
	font-weight: 300;
	color: #000;
	line-height: 1.65;
	margin-bottom: 1.25rem;
  }

  .dh-practice-chart--detail-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
  }

  .dh-practice-chart--stat-pill {
	display: inline-block;
	background: #f6faff;
	border: 1px solid #046CF4;
	color: #046CF4;
	border-radius: 999px;
	padding: 6px 16px;
	font-size: 16px;
	font-family: Inter;
	font-weight: 600;
	white-space: nowrap;
  }

  .dh-practice-chart--cta-btn {
	background: #7c3aed;
	color: #fff;
	border: none;
	border-radius: 10px;
	padding: 10px 22px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s, transform 0.1s;
	white-space: nowrap;
  }

  .dh-practice-chart--cta-btn:hover {
	background: #6d28d9;
	transform: translateY(-1px);
  }

  .dh-practice-chart--cta-btn:active {
  	transform: scale(0.98);
  }

  .dh-practice-chart--reset {
	display: block;
	text-align: center;
	margin-top: 1rem;
	color: #046CF4;
	font-size: 16px;
	font-weight: 600;
	font-family: Inter;
	cursor: pointer;
	text-decoration: underline;
  }

  .dh-stats-v2-section--wrapper {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
  }

  .dh-stats-v2-section {
	padding: 44px 44px;
	max-width: 1250px;
	margin: 0 auto;
	background: #F5FCFF;
	border-radius: 26.96px;
	text-align: center;
  }

  .dh-stats-v2-headline {
	font-size: 40px;
	font-weight: 600;
	font-family: Montserrat;
	color: #000;
	line-height: 1.25;
	margin-bottom: 20px;
  }

  .dh-stats-v2-grid {
	display: flex;
	flex-direction: row;
	gap: 14px;
  }

  .dh-stats-v2-item {
	flex: 1 1 0;
	background: #fff;
	border: 1px solid #F4F4F4;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	box-shadow: 0px 4px 31px 0px #D6D7D733;
	margin: 20px 10px;
	cursor: pointer;
  }

  .dh-stats-v2-stat {
	font-size: 36px;
	font-weight: 600;
	font-family: Montserrat;
	color: #170F49;
	margin-bottom: 10px;
	line-height: 40px;
  }

  .dh-stats-v2-label {
	font-size: 26px;
	font-family: Inter;
	font-weight: 300;
	color: #000;
	line-height: 30px;
  }

  .dh-practice-chart--features {
	list-style: none;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
	padding-left: 0px !important;
  }

  .dh-practice-chart--features li {
	display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
	font-family: Inter;
	font-weight: 300;
    color: #000;
	min-height: 30px;
  }

  .dh-stats-v2-headline--span {
	color: #1B7AF4;
	text-decoration: underline;
  }

  .dh-stats-v2-label--span {
	font-size: 22px !important;
	font-family: Inter;
	font-weight: 300;
	color: #000;
	line-height: 1.55;
  }

  .dh-industry__fact-v2 {
	max-width: 1100px !important;
	border: 1px solid #95DDFF;
	background: #F8FDFF;
	border-radius: 18.44px;
	padding: 40px 110px !important;
	display: flex;
    flex-direction: column;
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .dh-industry__fact-heading--span {
	color: #1B7AF4;
	text-decoration: underline;
  }

  .dh-industry__fact-highlight-box--orange {
	background: #FF7F56;
	color: #FFFFFF;
	border-radius: 4px;
	padding: 4px 10px;
  }

  .dh-stats-v2-stat--wrapper {
	display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
  }

  .dh-stats-v2-section--orange {
	background: #FEF5EF !important;
  }

  .dh-industry__fact-heading-v2 {
	font-family: Montserrat;
	font-size: 44px;
	font-weight: 600;
	line-height: 47px;
	text-align: center;
	color: #000000;
	margin-bottom: 20px;
  }

  .dh-industry__fact-text-v2 {
	font-family: Inter;
	font-size: 28px;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
	color: #000000;
  }

  .dh-industry__fact-v3--wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
  }

  .dh-industry__fact-v3--wrapper  > div {
	flex: 1;
  }

  .dh-industry__fact-v3 {
	max-width: 1100px !important;
    border: 1px solid #F1F2F9;
    background: #FFF;
    border-radius: 18.44px;
    padding: 40px 30px !important;
    display: flex;
    flex-direction: column;
    margin-top: 100px !important;
    margin-bottom: 100px !important;
	box-shadow: 0px 1.94px 5.83px 0px rgba(25, 33, 61, 0.1);
  }

  .dh-industry__fact-heading--span2 {
	color: #3B82F6;
  }

  .dh-industry__fact-heading-v3 {
	font-family: Montserrat;
    font-size: 42px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    color: #000;
  }

  .dh-industry__fact-text-v3 {
	font-family: Inter;
    font-size: 26px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    color: #000;
  }

  .dh-industry__fact-text-sub-v3 {
	font-family: Inter;
    font-size: 26px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    color: #3B82F6;
	margin-top: 20px;
  }

  .dh-industry-intro-heading-v2 {
	font-size: 41px !important;
  }

@media (max-width: 998px) {
	.dh-pricing__testimonial {
		padding: 0px 40px !important;
		margin: auto;
	}

	.dh-pricing__faq-wrapper {
		width: 100%;
	}

	.tooltip {
		transform: translateX(-100%);
	}

	.dh-pricing__addons {
		flex-grow: 1 !important;
	}

	.dh-pricing__container--wrapper {
		margin: 0px !important;
	}

	.dh-pricing__testimonial-text-wrapper {
		margin-left: 15px;
		margin-right: 15px;
		padding-right: 0px;
		margin-top: 0px;
		margin-bottom: 50px;
	}

	.demandhub-home__award-logo--xl {
		width: 100% !important;
		margin-bottom: 30px;
	}

	.demandhub-home__award-title {
		font-size: 28px;
		text-align: center;
		margin-bottom: 0px;
	}

	.demandhub-home__award-text {
		font-size: 16px;
		text-align: center;
	}

	.dh-pricing__testimonial-text {
		font-size: 18px;
		text-align: justify;
		line-height: 27.98px !important;
	}

	.dh-pricing__testimonial-author,
	.dh-pricing__testimonial-client {
		text-align: left;
		font-size: 16px;
	}

	.dh-pricing__compare--btn::after {
		width: 24px;
		height: 24px;
	}

	.dh-pricing__compare-heading {
		padding: 36px 0px !important;
	}

	.dh-pricing__plan-trial-btn-wrapper {
		padding: 10px 3px !important;
		font-size: 10px !important;
		font-weight: 700;
		text-transform: none !important;
	}

	.dh-pricing__compare-container {
		padding: 10px 10px !important;
	}

	.dh-pricing__compare-category-heading {
		font-size: 18px;
		padding: 9px 8px;
	}

	.dh-pricing__compare-heading-title {
		font-size: 20px;
		line-height: 25px;
	}

	.dh-pricing__h1 {
		font-size: 28px !important;
		line-height: 34.13px;
	}

	.dh-pricing__subtitle {
		font-size: 28px !important;
		line-height: 34.13px;
		margin-bottom: 40px;
	}

	.dh-pricing__h2-wrapper {
		font-size: 24px;
		margin-top: 0px !important;
		margin-bottom: 20px !important;
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

	.dh-pricing__help--heading {
		font-size: 18px !important;
	}

	.dh-pricing__help--text {
		font-size: 16px !important;
		margin-top: 0px !important;
		margin-bottom: 20px !important;
	}

	.dh-pricing__compare-cell-img {
		height: 24px;
	}

	.dh-pricing__compare-cell-img-toggle {
		display: none;
	}

	.dh-pricing__faq--card {
		padding: 10px 0px 10px 0px !important;
	}

	.dh-pricing__plan {
		margin-bottom: 40px;
	}

	.dh-pricing__compare-title {
		font-size: 16px;
		font-weight: 300;
	}

	.dh-pricing__compare-cell-text {
		font-size: 12px;
		font-weight: 300;
	}

	.dh-pricing__compare-cell {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.dh-pricing__compare-table-note {
		margin-top: 26px;
	}

	.dh-home__award-banner--container {
		background: #FFFEF9;
		margin: 0px !important;
	}

	.dh-pricing__plan-price {
		font-size: 45px;
	}

	.dh-pricing__plan--popular-table {
		font-size: 10px;
		gap: 4px;
		padding: 5px 3px;
	}
	
	.dh-pricing__plan-custom {
		display: none;
	}

	.dh-pricing__faq--card-body {
		max-width: 100%;
	}

	.dh-collapsible-faq-text {
		flex: 1 1 70%;
	}

	.dh-collapsible-faq:after {
		flex: 1 1 10%;
		margin-right: 0px !important;
	}

	.dh-pricing__testimonial {
		width: 90%;
		border-radius: 18px;
		margin-bottom: 30px;
	}

	.dh-pricing__compare-heading {
		gap: 0px;
	}

	.dh-pricing__faq--card-header {
		font-size: 16px;
	}

	.dh-pricing__faq--card-body {
		font-size: 16px;
	}

	.dh-pricing__add-on-wrapper {
		margin-top: 0px;
	}

	.dh-pricing__feature {
		line-height: 25px;
	}

	.dh-contact-container {
		margin-top: 100px;
	}

	.dh-product__lead-manager-step {
		gap: 15px;
	}
	
	.dh-product__lead-manager-step--span {
		font-size: 12px;
	}

	.dh-product__lead-manager-step-title {
		font-size: 20px;
	}

	.dh-product__lead-manager-step-description {
		font-size: 16px;
	}

	.dh-articlev2__heading-wrapper {
		flex-wrap: wrap;
		gap: 40px;
	}

	.dh-articlev2-content-without-toc ul#toc {
		display: none;
	}

	.dh-articlev2-content-without-toc .dh-articlev2__toc-heading {
		display: none;
	}

	.dh-articlev2-content-without-toc .dh-articlev2__toc-border {
		display: none;
	}

	.dh-articlev2-content-with-toc {
		display: block;
	}

	.dh-articlev2__heading {
		padding: 40px 40px;
	}

	.dh-articlev2__heading-title>h1 {
		font-family: Montserrat;
		font-size: 22px !important;
		font-weight: 600 !important;
		line-height: 26.4px !important;
		letter-spacing: 0.015em;
		text-align: left;
		color: #000000;
	}

	.dh-articlev2__heading-info {
		font-family: Inter;
		font-size: 12px;
		font-weight: 300;
		line-height: 17.03px;
		letter-spacing: 0.015em;
		text-align: left;
		color: #000000;
		width: 100%;
		max-width: 483px;
	}

	.dh-articlev2__heading-title {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}

	.dh-articlev2__heading-image img {
		border-radius: 14px;
	}

	.dh-articlev2-cta-btn {
		padding: 15px 20px;
	}

	.dh-articlev2__related-posts--heading {
		font-family: Montserrat;
		font-weight: 600;
		font-size: 18px;
		line-height: 25.54px;
		letter-spacing: 1.5%;
		color: #000000;
		margin-bottom: 40px !important;
		text-align: center;
	}

	.dh-articlev2__related-posts {
		padding: 0px !important;
		margin-top: 60px;
		justify-content: center;
	}

	.dh-articlev2__related-posts--container {
		justify-content: center;
		gap: 40px !important
	}

	.dh-articlev2__related-posts--wrapper {
		max-width: 268px;
	}

	.dh-articlev2__related-posts--link {
		font-family: Montserrat;
		font-weight: 500;
		font-size: 14px;
		line-height: 19.87px;
		letter-spacing: 1.5%;
		color: #000000;
	}

	.dh-articlev2__related-posts--preview {
		display: none;
	}

	.dh-articlev2-cta-btn {
		font-family: Montserrat;
		font-weight: 700;
		font-size: 14px;
		line-height: 19.87px;
		letter-spacing: 1.5%;
	}

	.dh-articlev2__listing-wrapper {
		margin-top: 20px;
	}

	.dh-articlev2__toc-border {
		border: 1px solid #4782d3;
		border-radius: 10px;
		padding: 30px 20px;
		margin: 20px 0px;
	}

	.section-nav {
		margin-bottom: 0px;
	}

	.dh-articlev2__body-sidebar-content--newsletter {
		max-width: 275px;
		width: 100%;
		justify-self: center;
	}

	.dh-articlev2__body-sidebar-content-title {
		font-size: 18px;
		margin-bottom: 0px;
	}

	.dh-articlev2__body-sidebar-content-description {
		font-size: 14px;
	}

	.dh-articlev2__sidebar-cta-wrapper {
		flex-direction: column;
		gap: 20px;
	}

	.dh-articlev2__input-email,
	.dh-articlev2__input-email-btn {
		border-radius: 10px !important;
	}

	.dh-articlev2__input-email {
		height: 35px;
	}

	.dh-articlev2__input-email-btn {
		max-width: 100px;
		width: 100%;
		align-self: center;
		font-size: 12px;
	}

	.dh-articlev2__body-sidebar-content-terms {
		font-size: 10px;
	}

	.dh-articlev2__body {
		font-size: 14px !important;
	}

	.dh-articlev2-content-without-toc>h2,
	.dh-articlev2-content-with-toc>h2 {
		color: #000;
		font-family: Montserrat;
		font-size: 20px !important;
		font-style: normal;
		font-weight: 600;
		line-height: 25.5px !important;
		letter-spacing: 0.27px;
	}

	.dh-articlev2-content-without-toc>h3,
	.dh-articlev2-content-with-toc>h3 {
		font-family: Montserrat;
		font-size: 16px !important;
		font-weight: 600;
		line-height: 24px !important;
		letter-spacing: 0.015em;
		text-align: left;
		color: #000000;
		margin-bottom: 20px;
	}

	.dh-review-calc__intro {
		width: 100%;
		margin-top: 50px;
		gap: 0px;
	}

	.dh-review-calc__intro-heading {
		font-size: 28px !important;
	}

	.dh-review-calc__intro-text {
		font-size: 18px !important;
	}

	.dh-review-calc__calc-widget {
		height: auto !important;
	}

	.dh-review-calc__intro-span-wrapper {
		flex-direction: column;
		align-self: center;
	}

	.dh-review-calc__testimonial-stats-text {
		font-size: 26px;
	}

	.dh-review-calc__testimonial-stats-description {
		font-size: 16px;
	}

	.dh-review-calc__steps-h2 {
		font-size: 22px !important;
		padding-left: 15px !important;
	}

	.dh-review-calc__intro-span {
		margin-bottom: 0px;
	}

	.dh-review-link__top-section {
		padding-top: calc(var(--global-nav-height)) !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.dh-review-link__intro-wrapper {
		justify-content: center;
	}

	.dh-review-link__input-business {
		justify-self: center;
	}

	.dh-review-link__h2 {
		font-size: 24px !important;
        font-weight: 600;
        line-height: 31.69px !important;
        text-align: center !important;
	}

	.dh-review-link__email-final-notice {
		text-align: center;
	}

	.dh-review-link__cta--banner-wrapper {
		gap: 30px;
		justify-content: center;
		flex-wrap: wrap;
	}

	.dh-review-link__cta--banner-heading {
		font-size: 28px;
		line-height: 40px;
		text-align: center;
	}

	.dh-review-link__cta--banner-text {
		font-size: 16px;
		text-align: center;
	}

	.dh-review-link__cta--banner-info {
		max-width: 100% !important;
	}

	.dh-review-link__step2-input-name,
	.dh-review-link__step2-input-business,
	.dh-review-link__step2-input-email {
		max-width: 100% !important;
	}

	.dh-review-link__email-final-notice {
		font-size: 18px;
	}

	.dh-review-link__award-text {
		font-size: 26px;
		line-height: 30px;
		width: 100%;
	}

	.dh-review-link__h2--text {
		font-size: 16px;
	}

	.dh-review-link__info-heading {
		font-size: 24px;
	}

	.dh-review-link__info-text {
		font-size: 16px;
	}

	.dh-review-link__info-wrapper {
		gap: 40px;
		padding-left: 0px;
		padding-right: 0px;
		flex-wrap: wrap;
	}

	.dh-review-link__steps-info-h1 {
		font-size: 24px;
		line-height: 30px;
	}

	.dh-review-link__steps-info-heading {
		font-size: 20px;
	}

	.dh-review-link__steps-info-text {
		font-size: 16px;
		line-height: 22px;
	}

	.dh-review-link__steps-info-wrapper {
		gap: 30px;
	}

	.dh-review-link__cta--banner {
		padding: 45px 25px;
	}

	.dh-review-link__custom-card-heading {
		font-size: 26px;
	}

	.dh-review-link__steps {
		margin-top: 0px !important;
	}

	.dh-review-qr-code__custom-card-head--wrapper {
		margin-bottom: 20px;
	}

	.dh-review-qr-code__infographic-wrapper {
		flex-wrap: wrap;
		gap: 15px;
	}

	.dh-review-qr-code__custom-card-wrapper {
		gap: 0px !important;
	}

	.dh-about-us__quote {
		margin: -40px auto 90px auto !important;
	}

	.dh-about-us__quote-text {
		font-size: 18px;
	}

	.dh-about-us__quote-author {
		font-size: 16px;
	}

	.dh-about-us__founders-message-h1 {
		font-size: 28px;
	}

	.dh-about-us__founders-message-text {
		font-size: 16px;
	}

	.dh-about-us__client-message-h1 {
		font-size: 28px;
	}

	.dh-about-us__client_message-wrapper {
		gap: 10px;
	}

	.dh-about-us__client-message-text {
		font-size: 16px;
	}

	.dh-about-us__custom-card-heading {
		font-size: 32px;
	}

	.dh-about-us__fact-text,
	.dh-about-us__fact-span {
		font-size: 26px !important;
	}

	.dh-about-us__steps--img {
		min-width: 268px;
        min-height: 200px;
	}

	.dh-about-us__steps-body {
		font-size: 16px;
	}

	.dh-about-us__steps-title {
		font-size: 22px;
	}

	.dh-about-us__quote-circle {
		width: 50px;
		height: 50px;
		margin-top: -25px;
	}

	.dh-about-us__quote-circle img {
		width: 20px;
	}

	.dh-careers__hero-title {
		font-size: 32px !important;
	}

	.dh-careers__hero-text {
		font-size: 18px;
	}

	.dh-careers__hero-wrapper {
		margin-bottom: 60px;
		gap: 10px;
	}

	.dh-careers__stat-title {
		font-size: 28px !important;
		line-height: 35px !important;
		text-align: center;
	}

	.dh-careers__stat-text {
		font-size: 16px;
		line-height: 25px;
	}

	.dh-careers__stat-wrapper {
		margin-bottom: 60px;
	}

	.dh-careers__why-us-title {
		font-size: 28px !important;
		line-height: 35px !important;
	}

	.dh-careers__why-us-text {
		font-size: 16px;
		line-height: 25px;
	}

	.dh-careers__why-us-wrapper {
		margin-bottom: 60px;
		gap: 15px;
	}

	.dh-careers__awards-wrapper {
		margin-top: 40px;
	}

	.dh-careers__meet-founders-title {
		font-size: 26px;
		margin-bottom: 15px;
		line-height: 30px;
	}

	.dh-careers__meet-founders-text {
		font-size: 16px;
		line-height: 25px;
	}

	.dh-careers__open-positions-title {
		font-size: 26px !important;
	}

	.dh-careers__open-positions-text {
		font-size: 16px;
		line-height: 25px;
	}

	.dh-careers__awards--img {
		max-width: 175px !important;
	}

	.dh-careers__why-us--infographic-card-title {
		font-size: 20px;
	}

	.dh-careers__why-us--infographic-card-text {
		font-size: 16px;
	}

	.dh-industry__infographic-img {
		width: 50px;
		height: 50px;
	}

	.dh-careers__why-us--infographic-wrapper {
		gap: 10px;
	}

	.dh-careers__why-us--infographic-mobile-wrapper {
		margin-bottom: 10px !important;
	}

	.dh-resources__hero-wrapper {
		margin-top: 115px;
		margin-bottom: 50px;
	}

	.dh-resources__hero-title {
		font-size: 24px !important;
	}

	.dh-resources__blogs-title {
		font-size: 20px;
	}

	.dh-resources__blogs-post-title {
		font-size: 14px;
		line-height: 20px;
	}

	.dh-resources__blogs-post-description {
		font-size: 12px;
		line-height: 17px;
	}

	.dh-resources__blogs-post-tag {
		font-size: 10px;
	}

	.dh-resources__cta-title {
		font-size: 22px !important;
		text-align: center;
		line-height: 25px;
	}

	.dh-resources__cta-text {
		font-size: 14px !important;
		text-align: center;
		line-height: 20px;
	}

	.dh-resources__view-all--mobile {
		display: flex;
	}

	.dh-resources__view-all--desktop {
		display: none;
	}

	.dh-resources__blogs-head-wrapper {
		justify-content: center !important;
	}

	.dh-resources__view-all-mobie-wrapper {
		display: flex;
		align-self: center;
		justify-content: center;
	}

	.dh-resources__view-all-title {
		font-size: 12px;
	}

	.dh-resources__view-all-img {
		width: 18px !important;
		height: 18px !important;
	}

	.dh-resources__cta-wrapper {
		padding: 30px !important;
	}

	.dh-resources__cta {
		flex-wrap: wrap !important;
		gap: 30px;
		justify-content: center;
	}

	.dh-resources__input-email {
		height: 40px;
		font-size: 10px;
		line-height: 13px;
		border-radius: 5px !important;
		margin-bottom: 10px;
	}

	.dh-resources__cta-notice {
		font-size: 10px;
		line-height: 15px;
		text-align: center;
	}

	.dh-thank-you__heading {
		font-size: 24px !important;
	}

	.dh-thank-you__text {
		font-size: 18px;
	}

	.dh-thank-you__hero-wrapper {
		margin-top: 0px;
	}

	.dh-case-study__hero-video iframe {
		height: 250px !important;
	}

	.dh-pricingv2__hero-title {
		font-size: 24px;
		line-height: 32.36px;
	}

	.dh-pricingv2__industry-selection {
		border: 0px !important;
	}

	.dh-pricingv2__industry-button-wrapper {
		width: 100% !important;
		max-width: 215px;
	}

	.dh-pricingv2__wrapper {
		margin-top: 40px !important;
	}

	.dh-book-demo__body {
		width: 100%;
		height: 150%;
		margin-top: 60px;
	}

	.dh-integrations__logo-wrapper {
		margin-top: 50px;
	}

	.dh-integrations__feature-heading {
		font-size: 22px;
	}

	.dh-integrations__feature-text {
		font-size: 18px;
		text-align: left;
	}
	
	.dh-integration__benefit-text {
		font-size: 18px;
	}

	.dh-integration__benefit {
		align-items: flex-start !important;
	}

	.dh-integration__heading {
		margin-top: 20px;
		font-size: 14px;
		font-weight: 600;
	}

	.dh-integrations__body-wrapper {
		margin-top: 0px;
	}

	.dh-integration__logo-container,
	.dh-integration--secondary-heading {
		font-size: 16px;
	}
	
	.dh-integrations__cta-btn {
		font-size: 12px !important;
	}

	.dh-integrations__intro-heading {
		margin-top: 40px !important;
	}

	.dh-integrations__logo-wrapper {
		margin-top: 50px;
	}

	.dh-integrations__feature-heading {
		font-size: 22px;
	}

	.dh-integrations__feature-text {
		font-size: 18px;
		text-align: left;
	}
	
	.dh-integration__benefit-text {
		font-size: 18px;
	}

	.dh-integration__benefit {
		align-items: flex-start !important;
	}

	.dh-integration__heading {
		margin-top: 20px;
	}

	.dh-integrations__body-wrapper {
		margin-top: 0px;
	}

	.dh-integration__logo-container,
	.dh-integration--secondary-heading {
		font-size: 16px;
	}

	.dh-kia__product-fact-wrapper {
		width: 100%;
	}
	
	.dh-kia__hero-heading {
		font-size: 26px;
		line-height: 32px;
	}

	.dh-kia__hero-text {
		font-size: 18px;
		line-height: 28px;
	}

	.dh-kia__hero-heading--wrapper {
		gap: 16px;
	}

	.dh-kia__cert-logo {
		max-width: 120px;
		max-height: 122px;
	}

	.dh-kia__hero-logo--wrapper {
		margin-top: 20px;
	}

	.dh-kia__product-fact-text {
		font-size: 28px !important;
		line-height: 32.4px !important;
	}

	.dh-kia__hero-logo {
		max-height: 30px !important;
	}
	
	.dh-review-link__award-trial-wrapper {
		justify-content: center;
	}

	.dh-review-link__award-trial {
		font-size: 16px;
	}

	.dh-compare__body-upper-section {
		font-size: 16px;
	}

	.dh-compare__why-heading {
		font-size: 22px;
	}

	.dh-compare__why-text {
		font-size: 16px;
	}

	.dh-compare-__how-it-works-heading {
		font-size: 22px;
	}

	.desktop {
		display: none !important;
	}

	.dh-compare__why-text-span {
		font-size: 18px;
		line-height: 25px;
	}

	.dh-compare__how-it-works {
		gap: 20px;
	}

	.dh-compare__table--cta {
		display: block;
	}

	.dh-compare__hero-wrapper {
		margin-top: 40px;
	}
	
	.dh-compare__hero {
		padding: 0px !important;
	}

	.dh-compare__tablev2-heading {
		padding: 10px 0px !important;
	}

	.dh-compare-__how-it-works-heading {
		margin-top: 0px;
	}

	.dh-article-category__heading,
	.dh-article-tag__heading {
		margin-top: 20px;
	}

	.dh-article-category__heading>h1 {
		font-size: 24px !important;
	}

	.dh-article-category__heading {
		font-size: 14px;
	}

	.dh-recall-calculator__intro-text {
		font-size: 18px !important;
	}

	.dh-recall-calculator__body--wrapper {
		flex-direction: column;
		gap: 0px !important;
		margin-bottom: 50px;
	}

	.dh-recall-calculator__output--wrapper {
		padding: 20px 10px 30px 10px;
		margin: 0px 35px 0px 35px;
	}

	.dh-recall-calculator__output {
		font-size: 18px;
		line-height: 20px;
	}

	.dh-recall-calculator__form label {
		font-size: 18px;
	}

	.dh-recall-calculator__form input[type="number"] {
		font-size: 18px;
	}

	.dh-recall-calculator__cta-banner--wrapper {
		margin-top: 50px !important;
	}

	.dh-ai-agent__hero--wrapper {
		gap: 10px;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.dh-ai-agent__hero-heading {
		font-size: 28px !important;
        font-weight: 600;
        line-height: 31.69px !important;
        text-align: center !important;
	}

	.dh-ai-agent__hero-text {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.dh-ai-agent__hero-img--wrapper {
		gap: 10px;
		flex-direction: column;
		padding: 0px 40px 0px 40px;
		align-items: center;
	}

	.dh-ai-agent__hero-steps {
		display: none;
	}

	.dh-ai-agent__hero--wrapper {
		align-items: normal !important;
	}

	.dh-carousel {
		margin-top: 0px !important;
	}

	.dh-ai-agent__hero {
		display: block;
	}
	
	.dh-ai-agent__hero-img {
		display: grid;
	}

	.dh-ai-agent__hero-img--left,
	.dh-ai-agent__hero-img--right {
		max-width: 442px;
		width: 100%;
	}

	.dh-pricing__col-wrapper {
		margin-bottom: 60px;
	}

	.dh-home__industry-selector-v2__wrapper {
		min-width: 150px !important;
		width: 100%;
		flex-wrap: wrap;
		flex-direction: column;
	}
	
	.industry-button-v2,
	.industry-button-v2--ab2 {
		flex: 1 1 auto;
		justify-content: center !important;
	}

	.dh-home__industry-button-v2-link-wrapper {
		display: flex;
		width: 100%;
	}

	.dh-home__industry-button-v2__dropdown-wrapper:hover .industry-dropdown-v2,
	.dh-home__industry-button-v2__dropdown-wrapper:hover .industry-dropdown-v2--ab2 {
		margin-top: 50px;
	}

	.dh-review-calculator__output {
		margin: 0px !important;
	}

	.dh-review-calculator__output-span--wrapper {
		flex-direction: column;
		gap: 0px;
		font-size: 16px;
	}

	.dh-faq__title {
		font-size: 32px;
		line-height: 45px;
	}
	
	.dh-faq__filter--wrapper {
		gap: 15px !important;
	}

	.dh-faq__title--wrapper {
		padding: 0px !important;
	}

	.dh-auto-partnership__fact {
		padding: 20px 40px;
		margin: 0px !important;
	}

	.dh-auto-partnership__product-fact-text {
		font-size: 26px !important;
	}

	.dh-auto-cta__body-right {
		grid-template-columns: 1fr;
	}
	
	.dh-auto-cta__body-wrapper {
		flex-direction: column !important;
	}

	.dh-auto-cta__body-left {
		margin-bottom: 40px;
	}

	.dh-auto-cta__body-left--title {
		font-size: 28px;
	}

	.dh-auto-cta__body-left--text {
		font-size: 18px;
		margin-bottom: 40px;
	}

	.dh-reviews_ai__infographic-title {
		font-size: 22px;
		line-height: 28px;
		text-align: center;
	}

	.dh-industry-pages__selector-wrapper {
		margin-bottom: 0px;
		margin-top: 30px;
	}

	.dh-pricing__plan {
		max-width: fit-content;
	}

	.dh-industry__fact-heading {
		margin-top: 40px;
	}

	.dh-author__subscribe-box {
		flex-direction: column;
		gap: 40px;
		padding: 50px 65px 50px 65px !important;
		margin: 60px 0px 50px 0px !important;
	}

	.demandhub__author-top {
		gap: 40px;
		justify-content: center;
		margin-top: 20px;
	}

	.dh-author__profile-name {
		font-size: 32px;
		line-height: 40px;
	}

	.dh-author__profile-designation {
		font-size: 18px;
	}

	.dh-author__profile-summary,
	.dh-author__profile-expertise,
	.dh-author__profile-expertise--span,
	.dh-author__profile-linkedin-url {
		font-size: 16px;
	}

	.dh-author__top-picks-title {
		font-size: 22px;
		line-height: 30px;
	}

	.dh-author__article-title {
		font-size: 18px;
		line-height: 25.38px;
	}

	.dh-author__subscribe-box--title {
		font-size: 28px;
		line-height: 30px;
	}

	.dh-author__subscribe-box--description {
		font-size: 18px;
		line-height: 25.68px;
	}

	.dh-author__top-picks-articles--wrapper {
		justify-content: center;
	}

	.dh-automotive__hero-wrapper {
		margin-top: 48px;
	}

	.dh-custom-card--wrapper {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

	.dh-affiliate__steps-title {
		font-size: 28px;
	}

	.dh-affiliate__steps-heading {
		font-size: 18px;
	}

	.dh-affiliate__steps-description {
		font-size: 16px;
	}

	.dh-affiliates__steps-cards--wrapper {
		gap: 50px;
		margin-bottom: 0px !important;
	}

	.dh-affiliate__steps--wrapper {
		padding-top: 20px !important;
		background-image: none;
	}

	.dh-faq-v2__title {
		font-size: 24px !important;
		margin-bottom: 15px !important;
	}

	.dh-footer__menu--col-1 {
		margin-right: 0px;
	}

	.dh-automotive__hero-wrapper {
		margin-top: 48px;
	}

	.dh-custom-card--wrapper {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

	.dh-partner__program-infographic--title {
		font-size: 28px;
		text-align: left;
		line-height: 35px;
		margin-top: 40px;
	}

	.dh-partner__program-infographic--description {
		font-size: 18px;
		text-align: left;
	}

	.dh-partner__program-tab--wrapper {
		flex-direction: column;
		gap: 40px;
	}

	.dh-partner__program-tab-info--img {
		max-width: 450px;
		width: 100%;
	}

	.dh-partner__program-tab-info--wrapper {
		padding-right: 15px;
		padding-left: 15px;
		gap: 10px;
	}

	.dh-partner__program-infographic--wrapper {
		padding-right: 0px;
		padding-left: 0px;
	}

	.dh-partner__program-hero--wrapper {
		width: 100%;
		margin-top: 0px !important;
	}

	.dh-partner__program-hero {
		margin-bottom: 0px !important;
	}

	.dh-modalv2__right-wrapper {
		display: none;
	}

	.dh-modalv2__left-wrapper {
		width: 100%;
	}

	.dh-modalv2__heading {
		font-size: 24px;
	}

	.dh-modalv2__description {
		font-size: 17px;
		line-height: 20px;
	}

	.dh-modalv2__container {
		max-width: 486px;
		margin-left: auto;
		margin-right: auto;
	}

	.dh-modalv2-demo-btn {
		font-size: 14px !important;
		padding: 10px 20px !important;
		line-height: 18px;
		margin-top: 0px;
		width: 140px !important;
    	height: 40px !important;
	}

	.dh-modalv2__logo {
		margin-bottom: 0px !important;
		width: 70%;
	}

	.speaker-analytics h6 {
		text-align: left;
	}

	.demandhub-footer__brand--wrapper {
		margin-left: 15px;
	}

	.dh-articlev2__table-container {
		max-width: 650px !important;
	}

	.dh-articlev2__table-card h2 {
		font-size: 20px !important;
	}

	.dh-articlev2__table-card p,
	.dh-articlev2__table-label {
		font-size: 14px !important;
	}

	.dh-articlev2__table-container th,
  	.dh-articlev2__table-container td {
		padding: 5px !important;
	}

	.dh-stats-v2-section {
		padding: 1.75rem 1.25rem;
	}
    
	.dh-stats-v2-grid {
		flex-direction: column;
		gap: 0px !important;
	}
    
	.dh-stats-v2-item {
		flex: 1 1 auto;
	}

	.dh-practice-chart--heading {
		font-size: 28px !important;
	}

	.dh-practice-chart--sub,
	.dh-practice-chart--opt-count,
	.dh-practice-chart--detail-header p,
	.dh-practice-chart--scenario,
	.dh-practice-chart--feature-label,
	.dh-stats-v2-label,
	.dh-stats-v2-label--span {
		font-size: 16px !important;
	}

	.dh-practice-chart--opt-title,
	.dh-practice-chart--detail-header h2 {
		font-size: 18px !important;
	}

	.dh-practice-chart--opt-desc,
	.dh-practice-chart--feature-text {
		font-size: 15px;
	}

	.dh-practice-chart--stat-pill {
		font-size: 14px;
	}

	.dh-stats-v2-headline {
		font-size: 28px;
		line-height: 35px !important;
		margin-bottom: 20px !important;
	}

	.dh-stats-v2-stat {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.dh-stats-v2-section {
		width: 85% !important;
	}

	.dh-practice-chart--features li {
		font-size: 15px;
		line-height: 20px;
	}

	.dh-stats-v2-section {
		padding: 1.75rem 1.25rem;
	}
    
	.dh-stats-v2-grid {
		flex-direction: column;
		gap: 0px !important;
	}
    
	.dh-stats-v2-item {
		flex: 1 1 auto;
	}

	.dh-practice-chart--heading {
		font-size: 28px !important;
	}

	.dh-practice-chart--sub,
	.dh-practice-chart--opt-count,
	.dh-practice-chart--detail-header p,
	.dh-practice-chart--scenario,
	.dh-practice-chart--feature-label,
	.dh-stats-v2-label,
	.dh-stats-v2-label--span {
		font-size: 16px !important;
	}

	.dh-practice-chart--opt-title,
	.dh-practice-chart--detail-header h2 {
		font-size: 18px !important;
	}

	.dh-practice-chart--opt-desc,
	.dh-practice-chart--feature-text {
		font-size: 15px;
	}

	.dh-practice-chart--stat-pill {
		font-size: 14px;
	}

	.dh-stats-v2-headline {
		font-size: 28px;
		line-height: 35px !important;
		margin-bottom: 20px !important;
	}

	.dh-stats-v2-stat {
		font-size: 22px;
		margin-bottom: 10px;
		line-height: 25px !important;
	}

	.dh-stats-v2-label {
		line-height: 25px;
	}

	.dh-stats-v2-section {
		width: 85% !important;
	}

	.dh-practice-chart--features li {
		font-size: 15px;
		line-height: 20px;
	}

	.dh-stats-v2-section--wrapper {
		margin-top: 0px !important;
		margin-bottom: 40px !important;
	}
	
	.dh-industry__fact-v2 {
		width: 80% !important;
		padding: 10px 30px !important;
		margin-top: 50px;
		margin-bottom: 0px !important;
	}

	.dh-industry__fact-heading-v2 {
		margin-top: 20px !important;
		font-size: 24px !important;
        line-height: 30px !important;
	}

	.dh-industry__fact-text-v2 {
		font-size: 18px !important;
	}

	.dh-industry__fact-v3 {
		max-width: 80% !important;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	.dh-industry__fact-v3--wrapper {
		flex-direction: column;
		gap: 20px !important;
	}

	.dh-industry__fact-heading-v3 {
		font-size: 24px !important;
		margin-top: 0px !important;
	}

	.dh-industry__fact-v3 {
		max-width: 80% !important;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	.dh-industry__fact-v3--wrapper {
		flex-direction: column;
		gap: 20px !important;
	}

	.dh-industry__fact-heading-v3 {
		font-size: 24px !important;
		margin-top: 0px !important;
	}

	.dh-industry__fact-text-sub-v3,
	.dh-industry__fact-text-v3 {
		font-size: 20px;
	}
}

@media (max-width: 400px) {
	.dh-pricing__plan-trial-btn-wrapper {
		display: flex;
		width: 90%;
		line-height: 10px !important;
	}

	.dh-articlev2__heading {
		padding: 5px 5px;
	}

	.dh-resources__case-studies-post-img {
		width: 100% !important;
	}

	.dh-articlev2__heading-image {
		margin-bottom: 100px;
	}

	.dh-book-demo__body {
		width: 100%;
		height: 170%;
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

	.demandhub__container-pricing--mobile-wrapper {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.dh-pricing__testimonial {
		padding: 0px 0px !important;
	}

	.dh-affiliate__steps {
		flex-direction: column !important;
	}
}

@media (min-width: 992px) and (max-width: 1230px) {
	.dh-articlev2__heading {
		padding-right: 10px;
		padding-left: 10px;
	}

	.dh-review-link__top-section {
		padding-top: calc(var(--global-nav-height) + 60px) !important;
	}

	.dh-review-link__intro-wrapper {
		justify-content: center;
	}

	.dh-review-link__input-business {
		justify-self: center;
	}
}

@media (min-width: 998px) {
	.dh-review-calc__banner-text-wrapper {
		width: 50% !important;
	}

	.dh-review-calc__banner2-text-wrapper {
		width: 70% !important;
	}
	
	.dh-review-calc__banner-title {
		font-size: 28px !important;
		line-height: 35px !important;
	}
	
	.dh-review-calc__banner-sub-title {
		font-size: 20px !important;
	}

	.dh-review-calc__arrow-img {
		position: absolute;
		margin-left: 300px;
	}
}

@media (max-width: 1200px) {
	.dh-review-link__step2-input-name,
	.dh-review-link__step2-input-business,
	.dh-review-link__step2-input-email,
	.dh-review-link__step2-qr-btn {
		max-width: 100% !important;
	}

	.dh-review-link__step2-wrapper {
		display: flex;
		flex-direction: column;
		justify-self: center;
		max-width: 500px;
		width: 100%;
	}

	.dh-integrations__cta-wrapper {
		justify-content: center !important;
	}

	.dh-integrations__logo-wrapper {
		justify-content: center !important;
		margin-top: 50px;
	}

	.dh-product__industry-fact {
		margin-top: 0px !important;
	}

	.dh-affiliate__hero-btn {
		justify-content: center !important;
	}

	.dh-articlev2__summary-ai--wrapper {
		justify-content: center !important;
	}

	.dh-articlev2-content-without-toc>h2, .dh-articlev2-content-with-toc>h2 {
		text-align: center !important;
		margin-bottom: 20px;
	}
}

@media (min-width: 998px) and (max-width: 1350px) {
	.dh-resources__blogs-post {
		max-width: 300px;
	}

	.dh-resources__blogs-post-img,
	.dh-resources__case-studies-post-img {
		max-width: 298px;
	}

	.dh-resources__blogs-post-title {
		font-size: 18px;
	}

	.dh-resources__hero-title {
		font-size: 45px;
	}

	.dh-resources__cta-wrapper {
		padding: 65px 65px 64px 66px;
	}

	.dh-pricing__col-wrapper {
		flex: 0 0 auto;
        max-width: 50% !important;
        margin-bottom: 60px;
	  }
	
	.dh-home__industry-selector-v2__wrapper {
		min-width: 400px !important;
		width: 100%;
		flex-wrap: wrap;
	}

	.dh-pricing__plan--custom-price {
		margin-top: 0px !important;
		line-height: 83.04px !important;
	}

	.dh-author__subscribe-box {
		gap: 60px !important;
		padding: 65px 65px 64px 66px !important;
	}

	.demandhub__author-top {
		justify-content: center !important;
		margin-top: 0px;
		gap: 45px;
	}

	.dh-author__top-picks-articles--wrapper {
		justify-content: center;
	}

	.dh-affiliate__steps--wrapper {
		background-image: none;
	}

	.dh-partner__program-hero--wrapper {
		width: 100%;
	}
}

@media (min-width: 998px) and (max-width: 1600px) {
	.dh-kia__cert-logo {
		max-width: 186px !important;
		max-height: 188px !important;
	}

	.dh-book-demo__body {
		width: 100%;
		height: 150%;
		margin-top: 50px;
	}
}

@media (min-width: 500px) and (max-width: 998px) {
	.dh-kia__cert-logo {
		max-width: 130px !important;
		max-height: 132px !important;
	}
}

@media (max-width: 400px) {
	.dh-kia__cert-logo {
		max-width: 80px !important;
		max-height: 82px !important;
	}
}

@media (max-width: 450px) {
	.dh-home__industry-selector-v2--btn-wrapper {
		flex-direction: column !important;
	}

	.dh-industry__customer-logo {
		width: 65% !important;
	}

	.dh-author__subscribe-box {
		padding: 50px 30px 50px 30px !important;
	}

	.custom-card {
		padding: 0px !important;
	}

	.dh-partner__program-tab-info--img {
		max-width: 290px !important;
		width: 100%;
	}

	.dh-review-link__custom-card-wrapper,
	.dh-review-qr-code__custom-card-wrapper {
		padding: 20px 30px !important;
	}

	.dh-articlev2__table-container {
		max-width: 350px !important;
	}

	.dh-articlev2__table-container th,
	.dh-articlev2__table-container td {
		font-size: 12px !important;
	}
}

@media (max-width: 320px) {
	.dh-pricing__plan {
		padding: 30px 15px 30px 15px !important;
	}

	.dh-pricing__addons-wrapper {
		flex-wrap: wrap;
	}

	.dh-pricing__col-wrapper {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

@media (max-width: 768px) {
	.dh-author__profile-picture {
		max-width: 180px;
		max-height: 180px;
		width: 100%;
		height: 100%;
	}
	
	.dh-partner__program-tab-info--img {
		max-width: 320px;
		width: 100%;
	}
}

@media (max-width: 380px) {
	.demandhub-home__award-logo--large {
		width: 70px !important;
	}

	.dh-home__steps--img {
		min-width: auto !important;
		min-height: auto !important;
		width: 100%;
	}

	.dh-home__steps-title {
		font-size: 20px;
		line-height: 26px;
	}

	.dh-home-solution__body {
		font-size: 16px;
	}

	.footer-standard {
		margin-left: auto !important;
	}

	.dh-home__services-wrapper {
		flex: 1 0 100% !important;
		max-width: 100% !important;
	}

	.dh-carousel-title {
		font-size: 18px !important;
		padding: 0px 15px;
	}

	.dh-home__listing-col {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

	.left-speaker-section {
		width: 100% !important;
	}

	.dh-articlev2__table-card {
		max-width: 250px !important;
	}

	.dh-articlev2__table-container {
		max-width: 280px !important;
	}

	.dh-footerv2-copyright {
		justify-content: center;
	}
}

@media (min-width: 450px) and (max-width: 500px) {
	.dh-articlev2__table-container {
		max-width: 350px !important;
	}
}

@media (max-width: 767px) {
	.pros-cons-table {
		display: none;
	}
	
	.mobile-view {
		display: block;
	}

	.dh-pros-section__mobile {
		border: 1px solid #4a7a52;
		border-radius: 10px;
		margin: 20px 0px 20px 0px;
		padding: 20px 0px 20px 0px;
	}

	.dh-cons-section__mobile {
		border: 1px solid #872214;
		border-radius: 10px;
		padding: 20px 0px 20px 0px;
	}

	.dh-pros-section__mobile ul {
		list-style: none;
		margin-left: 15px;
	  }

	.dh-pros-section__mobile ul li::before {
		content: "";
		position: absolute;
		left: 0;
		margin-left: 70px;
		width: 1.2rem;
		height: 1.2rem;
		background: url("/assets/images/demandhub/table/pros-icon.svg") no-repeat center;
		background-size: contain;
	}

	.dh-cons-section__mobile ul {
		list-style: none;
		margin-left: 15px;
	  }

	.dh-cons-section__mobile ul li::before {
		content: "";
		position: absolute;
		left: 0;
		margin-left: 70px;
		width: 1.2rem;
		height: 1.2rem;
		background: url("/assets/images/demandhub/table/cons-icon.svg") no-repeat center;
		background-size: contain;
	}


	.dh-cons-section__mobile--heading-pros {
		margin-left: 20px;
	}

	.dh-cons-section__mobile--heading-pros::before {
		content: "";
			position: absolute;
			left: 0;
			top: -50%;
			width: 50px;
			height: 50px;
			background: url("/assets/images/demandhub/table/MaskHappy.svg") no-repeat center;
			background-size: contain;
			margin-left: 30px;
	}

	.dh-cons-section__mobile--heading-cons {
		margin-left: 20px;
	}

	.dh-cons-section__mobile--heading-cons::before {
		content: "";
			position: absolute;
			left: 0;
			top: -50%;
			width: 50px;
			height: 50px;
			background: url("/assets/images/demandhub/table/MaskSad.svg") no-repeat center;
			background-size: contain;
			margin-left: 30px;
	}
}

@media (min-width: 450px) and (max-width: 500px) {
	.dh-articlev2__table-container {
		max-width: 400px !important;
	}
}

@media (max-width: 767px) {
	.pros-cons-table {
		display: none;
	}
	
	.mobile-view {
		display: block;
	}

	.dh-pros-section__mobile {
		border: 1px solid #4a7a52;
		border-radius: 10px;
		margin: 20px 0px 20px 0px;
		padding: 20px 0px 20px 0px;
	}

	.dh-cons-section__mobile {
		border: 1px solid #872214;
		border-radius: 10px;
		padding: 20px 0px 20px 0px;
	}

	.dh-pros-section__mobile ul {
		list-style: none;
		margin-left: 15px;
	  }

	.dh-pros-section__mobile ul li::before {
		content: "";
		position: absolute;
		left: 0;
		margin-left: 70px;
		width: 1.2rem;
		height: 1.2rem;
		background: url("/assets/images/demandhub/table/pros-icon.svg") no-repeat center;
		background-size: contain;
	}

	.dh-cons-section__mobile ul {
		list-style: none;
		margin-left: 15px;
	  }

	.dh-cons-section__mobile ul li::before {
		content: "";
		position: absolute;
		left: 0;
		margin-left: 70px;
		width: 1.2rem;
		height: 1.2rem;
		background: url("/assets/images/demandhub/table/cons-icon.svg") no-repeat center;
		background-size: contain;
	}


	.dh-cons-section__mobile--heading-pros {
		margin-left: 20px;
	}

	.dh-cons-section__mobile--heading-pros::before {
		content: "";
			position: absolute;
			left: 0;
			top: -50%;
			width: 50px;
			height: 50px;
			background: url("/assets/images/demandhub/table/MaskHappy.svg") no-repeat center;
			background-size: contain;
			margin-left: 30px;
	}

	.dh-cons-section__mobile--heading-cons {
		margin-left: 20px;
	}

	.dh-cons-section__mobile--heading-cons::before {
		content: "";
			position: absolute;
			left: 0;
			top: -50%;
			width: 50px;
			height: 50px;
			background: url("/assets/images/demandhub/table/MaskSad.svg") no-repeat center;
			background-size: contain;
			margin-left: 30px;
	}
}

.demandhub__container--top-section-home {
    min-height: 741px !important;
}

@media (max-width: 767px) {
    .demandhub__container--top-section-home {
        min-height: 500px !important;
    }
}

.demandhub__home--hero-images .slick-slide {
  opacity: 1 !important;
  transition: none !important;
}

@media (max-width: 500px) {
    .dh-practice-chart--opt-card {
		flex: 1 1 100%;
		max-width: 100%;
	}
    .dh-practice-chart--detail-body {
		padding: 1.1rem;
	}
    .dh-practice-chart--detail-footer { 
		flex-direction: column;
		align-items: center;
	}
    .dh-practice-chart--cta-btn {
		width: 100%;
		text-align: center;
	}

	.dh-industry__fact-v2 {
		margin-top: 0px !important;
	}
}