/*
Theme Name:   Mouseflow
Theme URI:    http://loserweb.dk/theme/mouseflow/
Description:  Basically Bootstrap 5 Child Theme created for Mouseflow 2021
Author:       Lose.R Web development
Author URI:   http://loserweb.dk
Template:     basically-bootstrap-5
Version:      1.0.0
Domain Path: /languages/
Text Domain:  mouseflow
*/

@import url("/wp-content/themes/mouseflow/assets/css/headings.css");

/* Page specific */
@media screen and (max-width: 991px) {
	.page-id-15637 .contact-page-hero .d-none {
		display: block !important;
	}
}
.webinar-form .legal-consent-container .hs-form-booleancheckbox span p {
	color: var(--deep-ocean) !important;
	line-height: normal;
}
.banner-mobile {
	display: none;
}
@media screen and (max-width: 768px) {
	.banner-desktop {
		display: none;
	}
	.banner-mobile {
		display: block;
	}
}

/* Utility menu */
.utility-menu-container {
	display: none;
}
#menu-utility {
	list-style: none;
}
#mega-menu-utility-menu .mega-sub-menu {
	background-color: var(--white) !important;
	padding: .25rem .5rem !important;
}
.mega-menu-flyout.mega-toggle-on li:hover a,
.mega-menu-flyout .mega-current-menu-item a {
	border-bottom: 2px solid var(--serious-business) !important;
	border-radius: 0 !important;
}
.mega-menu-flyout .mega-current-menu-item a {
	display: inline !important;
}
.mega-menu-flyout .mega-current-menu-item {
	color: var(--serious-business) !important;
}
.mega-menu-flyout .mega-menu-item {
	padding: .5rem !important;
}
.mega-menu-flyout .mega-menu-item .mega-menu-link {
	padding: 0 !important;
	display: inline !important;
	line-height: 1.3rem !important;
}
@media screen and (min-width: 1199px) {
	.utility-menu-container {
		z-index: 2 !important;
		display: block;
	}
}

/* Bootstrap */
@media (min-width: 1400px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl,
	.container-xxl {
		max-width: 1370px;
	}
}
@media (min-width: 1500px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl,
	.container-xxl {
		max-width: 1636px;
	}
}

/* New blocks */
.random-logos {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
}
.pricing-page-hero .random-logos {
	margin-top: 0;
	margin-bottom: 2rem;
}
.random-logo {
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.random-logo img {
	margin-top: 0 !important;
	position: static !important;
	transition: opacity 0.5s ease;
	width: 130px !important;
}
.pricing-page-hero .random-logo img {
	filter: brightness(0) invert(1);
}
.random-logo figure {
	display: flex !important;
	justify-content: center;
}
.fade-out {
	opacity: 0;
}
@media screen and (min-width:500px) {
	.pricing-page-hero .random-logos {
		margin-top: 2rem;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 768px) {
	.random-logos {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
	}
}

/* New customer stories overview */
/* Press releases overview */
.customer-stories-hero,
.press-releases-hero {
	background-color: var(--body-background) !important;
}
.press-releases-content {
	padding-bottom: 5rem;
}
.featured-stories-container {
	display: grid;
	grid-gap: 1rem;
	margin-top: 4rem;
}

.featured-stories-container img {
	margin-top: 0 !important;
	position: static !important;
}
.featured-stories-container .other-stories-headline {
	padding: 2rem;
}
.other-stories-headline h3 {
	margin-bottom: 0;
	min-height: 142px;
}
.spotlight_stories h2.small.seo {
	margin-bottom: 2rem !important;
}
.hero-cta {
	padding: 4rem 0;
}

@media screen and (min-width: 768px) {
	.featured-stories-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Variables */
:root {
	--body-background: #FFFFFF;
	--light-background: #FFFFFF;
	--light-text: #08163C; /* Deep Ocean */
	--medium-background: #F7F9FC; /* Dusty Cloud */
	--medium-text: #08163C; /* Deep Ocean */
	--dark-background: #0F172F; /* Dark Mode */
	--dark-text: #FFFFFF; /* White */
	--card-text: #08163C; /* Deep Ocean */
	--highlight: #7162E3; /* Subtle Warmth */
	--select: #6B7494; /* Shallow Ocean */

	--white: #FFFFFF;
	--white-25: rgba(255, 255, 255, 0.25);
	--deep-ocean: #08163C;
	--semi-deep-ocean: #46506D;
	--shallow-ocean: #6B7494;
	--dark-mode: #0F172F;
	--dusty-cloud: #F7F9FC;
	--serious-business: #0B65E3;
	--light-serious-business: #66A7FD;
	--extra-light: #E4E9F2;
	--subtle-warmth: #7162E3;
	--extra-subtle-warmth: #B3ADFA;
	--brightly-optimistic: #FCC453;
	--extra-brightly-optimistic: #FCD97B;
	--transparent-dark-blue: #19243E;
	--input: #BBC8E0;
	--redwine: #CD575F;
	--rose: #D96A71;
	--calming-teal: #55DFC6;
	--light-teal: #DEF7F2;
	--dark-teal: #004A49;
	--dark-blue: #1A3783;
	--medium-blue: #CBE2FD;
	--light-blue: #E9F2FF;
	--yellow: #FFECBD;
	--light-purple: #D8DBFC;
	--medium-purple: #C9C5FB;
	--purple: #EBEDFF;
	--new-purple: #E0D8FC;
	--normal: 300;
	--bold: 700;
	--header-height: 106px;
	--header-default-height: 66px;
	--max-margin: 12.5rem;
	--full-margin: 10rem;
	--default-margin: 5rem;
	--seventh-margin: 3rem;
	--half-margin: 2.5rem;
	--fourth-margin: 2rem;
	--third-margin: 1.5rem;
	--min-margin: 1rem;
	--tooltip-text: var(--deep-ocean);
	--card-box-shadow: 0px 0px 10px #10172D29;
	--card-border: 1px solid var(--extra-light);

}
.pre-headline {
	color: var(--serious-business);
}
.arrow-link:after {
	content: url('/wp-content/themes/mouseflow/assets/images/cta-arrow-light-block-lightmode.svg');
}
.next-arrow-link a:before {
	content: url('/wp-content/themes/mouseflow/assets/images/previous-cta-arrow-light-block-lightmode.svg');
}
.prev-arrow-link a:after {
	content: url('/wp-content/themes/mouseflow/assets/images/cta-arrow-light-block-lightmode.svg');
}
.mono-arrow-link .compliance-link-text {
	color: var(--dark-mode);
	text-decoration: none;
}
.mono-arrow-link .compliance-link-text:after {
	content: url('/wp-content/themes/mouseflow/assets/images/mono-link-arrow.svg');
	margin-left: .5rem;
}
.background-dark.compliance .mono-arrow-link .compliance-link-text:after {
	content: url('/wp-content/themes/mouseflow/assets/images/mono-link-arrow-light.svg');
}
@media screen and (hover:hover) {
	.arrow-link:hover:after {
		content: url('/wp-content/themes/mouseflow/assets/images/cta-arrow-light-block-lightmode-active.svg');
		transition: .3s;
	}
	.background-dark.content-block .arrow-link:hover:after {
		content: url('/wp-content/themes/mouseflow/assets/images/cta-arrow-dark-block-lightmode-active.svg');
	}
	.mono-arrow-link .compliance-link-text:hover:after {
		content: url('/wp-content/themes/mouseflow/assets/images/mono-link-arrow-hover.svg');
	}
	.background-dark.compliance .mono-arrow-link .compliance-link-text:hover:after {
		content: url('/wp-content/themes/mouseflow/assets/images/mono-link-arrow-light-hover.svg');
	}
}
.page-template-page-topics .sub-page-hero.background-medium {
	background-image: url('/wp-content/themes/mouseflow/assets/images/light-blue-background.svg');
}
.bottom-decoration.background-medium:before {
	background-color: var(--medium-background) !important;
}
.bottom-decoration.background-light:before {
	background-color: var(--white) !important;
}
@media screen and (hover:hover) {
	article p a:after,
	article .entry-content li a:after,
	.page-template-default .entry-content a:after,
	.faq a:after,
	.page-item a:after,
	.single_wysiwyg a:not(.img-link):after,
	.content_tabs a:after,
	.image_and_content a:not(.arrow-link):after {
		background-color: var(--brightly-optimistic) !important;
	}
}
@media screen and (max-width: 991px) {
	:root {
		--header-height: 70px;
	}
}
* {
	-webkit-font-smoothing: antialiased;
}
.dark-mode-switcher {
	display: flex;
	margin-top: 0.5rem;
}
.mobile-dark-mode-switcher {
	margin-top: -0.1rem;
	position: absolute;
	right: 65px;
}
#mode-switch,
#mobile-mode-switch {
	height: 0;
	width: 0;
	visibility: hidden;
}
#mode-switch-label,
#mobile-mode-switch-label {
	display: block;
	background-color: var(--medium-blue);
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 100px;
	height: 24px;
	width: 48px;
	position: relative;
}
#mode-switch-label:after,
#mobile-mode-switch-label:after {
	content: ' ';
	position: absolute;
	width: 16px;
	height: 16px;
	background: url('/wp-content/themes/mouseflow/assets/images/moon-blue.svg');
	border-radius: 90px;
	top: 4px;
	left: 4px;
}
#mode-switch:checked + #mode-switch-label,
#mobile-mode-switch:checked + #mobile-mode-switch-label  {
	background: #3356B1;
}
#mode-switch:checked + #mode-switch-label:after,
#mobile-mode-switch:checked + #mobile-mode-switch-label:after {
	left: calc(100% - 3px);
	transform: translateX(-100%);
}
#mode-switch-label:before,
#mobile-mode-switch-label:before {
	content: ' ';
	position: absolute;
	top: 4px;
	right: 4px;
	background: url('/wp-content/themes/mouseflow/assets/images/sun-yellow.svg');
	width: 16px;
	height: 16px;
	transition: 0.3s;
}
#mode-switch:checked + #mode-switch-label:before,
#mobile-mode-switch:checked + #mobile-mode-switch-label:before {
	content: ' ';
	position: absolute;
	top: 4px;
	left: 4px;
	background: url('/wp-content/themes/mouseflow/assets/images/moon-yellow.svg');
	width: 16px;
	height: 16px;
}
#mode-switch:checked + #mode-switch-label:after,
#mobile-mode-switch:checked + #mobile-mode-switch-label:after {
	content: ' ';
	position: absolute;
	top: 4px;
	right: 4px;
	background: url('/wp-content/themes/mouseflow/assets/images/sun-blue.svg');
	width: 16px;
	height: 14.857px;
}
@media screen and (min-width: 992px) {
	.mobile-dark-mode-switcher {
		display: none;
	}
}

/* Marketing Campaign */
.campaign-landing-page {
	height: 100%;
}
.campaign-cards {
	display: grid;
	grid-gap: 2rem;
	margin: 5rem 0;
}
.campaign-card {
	perspective: 1500px;
}
.campaign-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}
.campaign-card-front,
.campaign-card-back {
	backface-visibility: hidden;
	width: 100%;
}
.campaign-card-back {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	transform: rotateY(180deg);
}
@media screen and (hover: hover) {
	.campaign-card-outer:hover .campaign-card-inner {
		transform: rotateY(180deg);
	}
}

@media screen and (min-width: 768px) {
	.campaign-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1200px) {
	.campaign-cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* Webinar Landing Page */
.background-webinar {
	max-height: inherit !important;
}
.webinar-landing-page-hero,
.campaign-landing-page-hero {
	background-image: url('/wp-content/themes/mouseflow/assets/images/webinar-blob_3.svg') !important;
	padding-bottom: 5rem !important;
	background-position: -200px bottom !important;
	background-repeat: no-repeat;
}
.webinar-landing-page,
.campaign-landing-page {
	background-color: var(--dark-mode);
}
.webinar-landing-page.subpage {
	background-color: transparent;
}
.webinar-landing-page-hero *:not(select, .highlight, .cta-button, option, span, p, h5, a) {
	color: var(--white);
}
.webinar-landing-page .webinar-form span,
.webinar-landing-page .webinar-form p,
.webinar-landing-page .webinar-form h5,
.webinar-landing-page .webinar-form a {
	color: var(--light-text) !important;
}
.webinar-landing-page input[type=text],
.webinar-landing-page input[type=email],
.webinar-landing-page input[type=tel] {
	background-image: none;
	height: 2.5rem;
	width: 100%;
	padding-left: .5rem;
}
.webinar-form {
	background-color: var(--white);
	border-radius: .5rem;
	padding: 2.5rem 4.25rem;
	margin: 2rem 1rem 0 1rem;
}
.webinar-form .hs-form-booleancheckbox span p {
	color: var(--deep-ocean) !important;
}
.webinar-form input:not([type="radio"]) {
	width: 100%;
	margin-bottom: 1rem;
}
.webinar-form .hs-form-radio-display {
	display: flex;
}
.webinar-form .hs-form-radio-display span {
	font-size: 0.875rem;
	line-height: 1.0625rem;
	margin-left: .5rem;
}
.webinar-form .legal-consent-container p {
	font-size: 0.75rem;
	line-height: 0.875rem;
	color: var(--light-text) !important;
}
.webinar-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-gap: 1rem;
}
.webinar-info-item {
	display: flex;
}
.webinar-info-item svg {
	margin-right: .5rem;
}
.webinar-teaser-headling {
	font-size: 1.5rem;
	line-height: 1.75rem;
	margin-top: 3.5rem;
	margin-bottom: 1.5rem;
	font-weight: 700;
}
.webinar-feature {
	display: flex;
	margin-bottom: 1rem;
}
.webinar-feature .icon {
	margin-right: 0.5rem;
}
h2.webinar-headline {
	font-size: 2.25rem;
	font-weight: 300;
	line-height: 2.6875rem;
}
.webinar-speakers-grid {
	display: grid;
	grid-gap: 3rem 2rem;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.webinar-speaker {
	display: flex;
}
.webinar-speaker figure {
	min-width: 100px;
	width: 100px;
	margin-right: 1.5rem;
}
.webinar-speaker-name {
	display: flex;
	align-items: center;
	font-weight: 700;
}
.webinar-speaker-linkedin {
	margin-left: 1rem;
	margin-top: -.2rem;
}
.webinar-speaker-title {
	color: var(--extra-subtle-warmth) !important;
	margin-bottom: 1rem;
}
.webinar-speaker-company {
	display: flex;
	justify-content: flex-start;
}
.webinar-speaker-company figure {
	min-width: 1.5rem !important;
	width: 1.5rem !important;
	margin-right: 1rem !important;
}
.webinar-landing-page .single_wysiwyg p,
.webinar-landing-page .single_wysiwyg li {
	font-size: 18px;
	line-height: 30px;
}
.webinar-landing-page .single_wysiwyg li::marker {
	color: var(--serious-business);
	font-weight: 700;
}
.webinar-landing-page .single_wysiwyg h2 {
	font-size: 2rem;
	font-weight: var(--bold);
	line-height: 2.5rem;
	margin-top: 4rem;
	margin-bottom: 2rem;
}
.webinar-landing-page .single_wysiwyg h3 {
	font-size: 1.5rem;
	font-weight: var(--bold);
	line-height: 2rem;
	margin-bottom: 1rem;
	margin-top: 2.5rem;
}
.webinar-landing-page .single_wysiwyg h4 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: var(--min-margin);
	margin-top: 4rem;
}
@media screen and (min-width: 470px) {
	.webinar-info-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media screen and (min-width: 992px) {
	.webinar-speakers-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.webinar-speaker figure {
		margin-right: 2.5rem;
	}
}
@media screen and (min-width: 1400px) {
	.webinar-form {
		margin: 0;
	}
}

/* Thank you page */
.page-template-page-thank-you .dark-header #mega-menu-utility-menu>.mega-menu-item>.mega-menu-link {
	color: #A1B2D3 !important;
}
.thank-you-page {
	padding-bottom: 5rem !important;
}
.thank-you-page.dark {
	background-color: var(--deep-ocean);
}
.thank-you-page-hero.background-dark {
	background-image: url('/wp-content/themes/mouseflow/assets/images/webinar-blob_3.svg') !important;
	max-height: inherit !important;
	background-position: -200px bottom !important;
	background-repeat: no-repeat;
	padding-bottom: 5rem;
}
.thank-you-page-hero.background-light {
	background-image: url('/wp-content/themes/mouseflow/assets/images/webinar-blob-light.svg') !important;
	max-height: inherit !important;
	background-position: -200px bottom;
	background-repeat: no-repeat;
	padding-bottom: 5rem;
}
.thank-you-headline {
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	margin-top: 24px;
	text-transform: none;
}
.thank-you-description p {
	font-size: 20px;
	font-weight: 300;
	margin-top: 2rem;
}
.thank-you-related-container {
	margin-top: 5rem;
}
.thank-you-related-headline {
	font-size: 24px;
	line-height: 29px;
	margin-bottom: .5rem;
}
.thank-you-hr {
	border: 1px solid var(--extra-light);
	margin: 0;
}
.thank-you-related-content {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.thank-you-related-content-item a {
	text-decoration: none;
}
.thank-you-related-content-type {
	color: #3285F5 !important;
	font-size: 14px;
	list-style: 17px;
	margin-top: 1rem;
}
.thank-you-related-content-headline {
	margin-top: .2rem;
}
.background-light .thank-you-related-content-headline {
	color: var(--light-text) !important;
}
.thank-you-related-content-item img {
	margin-top: 1.5rem !important;
	position: static !important;
	border-radius: .5rem;
}
.thank-you-related-content-item figure {
	display: block !important;
}
@media screen and (min-width: 992px) {
	.thank-you-related-content {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* Preload hover images */
body:after {
	display: none;
	content: url('/wp-content/themes/mouseflow/assets/images/cta-arrow-light-block-lightmode.svg') url('/wp-content/themes/mouseflow/assets/images/cta-arrow-light-block-lightmode-active.svg') url('/wp-content/themes/mouseflow/assets/images/cta-arrow-darkmode.svg') url('/wp-content/themes/mouseflow/assets/images/cta-arrow-darkmode-active.svg') url('/wp-content/themes/mouseflow/assets/images/scroll-down-arrow.svg') url('/wp-content/themes/mouseflow/assets/images/scroll-down-arrow-hover.svg') url('/wp-content/themes/mouseflow/assets/images/scroll-down-arrow-light.svg') url('/wp-content/themes/mouseflow/assets/images/scroll-down-arrow-light-hover.svg');
}

/* General */
.background-dark *:not(select, .highlight, .cta-button, option, .pre-header) {
	color: var(--white);
}
#canvas {
	width: 0;
	height: 0;
}
.center {
	text-align: center;
}
.anchor {
	position: relative;
	top: -5rem;
}
.legal-tab-container a {
	color: var(--serious-business) !important;
}
.arrow-link {
	color: var(--serious-business) !important;
	font-weight: 500;
	text-decoration: none;
	will-change: transform;
}
.cta-button svg {
	margin-right: 1rem;
}
.cta-button.cta-button-primary .mega-menu-link {
	background-color: var(--brightly-optimistic) !important;
	border: 1px solid var(--brightly-optimistic) !important;
	border-radius: 0.5rem !important;
	color: var(--light-text) !important;
	display: flex !important;
	justify-content: center;
	margin-bottom: 1rem !important;
	font-size: 1rem !important;
	font-weight: 900 !important;
	text-transform: capitalize !important;
	height: 48px !important;
	align-items: center;
}
.cta-button.cta-button-secondary .mega-menu-link {
	background-color: var(--white) !important;
	border: 1px solid var(--deep-ocean) !important;
	border-radius: 0.5rem !important;
	color: var(--light-text) !important;
	display: flex !important;
	justify-content: center;
	margin-bottom: 1rem !important;
	font-size: 1rem !important;
	font-weight: 900 !important;
	text-transform: capitalize !important;
	height: 48px !important;
	align-items: center;
}
.cta-button {
	background-color: var(--brightly-optimistic);
	border: 1px solid var(--brightly-optimistic);
	border-radius: 0.5rem;
	color: var(--deep-ocean);
	display: inline-flex;
	font-size: 1rem;
	font-weight: var(--bold);
	padding: 1rem 1.4rem;
	text-decoration: none;
	text-transform: capitalize;
	transition: .3s;
	will-change: transform;
	align-items: center;
}
.cta-button a {
	color: var(--light-text);
	text-decoration: none;
	white-space: nowrap;
}
.cta-button-secondary {
	background-color: var(--white);
	border: 1px solid var(--deep-ocean);
	will-change: transform;
}
.background-dark .cta-button-secondary {
	background-color: var(--dark-background);
	border: 1px solid var(--white);
	color: var(--white);
}
.cta-button-disabled {
	background-color: var(--extra-light);
	border: 1px solid var(--extra-light);
	color: var(--input);
	pointer-events: none;
}
.cta-button-hidden {
	display: none;
}
.contact-page-hero .no-image-hero {
	padding-bottom: 5rem;
}
.contact-page-hero .no-image-hero .pre-header,
.contact-page-hero .no-image-hero h1,
.contact-page-hero .no-image-hero .description,
.contact-page-hero .no-image-hero .trust-headline {
	text-align: center;
}
.contact-page-hero .no-image-hero .trust-headline p {
	font-size: 1.2rem;
	margin-bottom: 2rem;
}
.contact-page-hero .no-image-hero .logos-container img {
	width: 100%;
}
@media (hover:hover) {
	.cta-button:hover svg {
		filter: brightness(0) invert(1);
	}
	.cta-button:hover {
		background-color: var(--dark-mode);
		border: 1px solid var(--dark-mode);
		color: var(--white);
		text-decoration: none;
	}
	.cta-button:hover {
		color: var(--white);
	}
	.background-dark .cta-button:hover {
		background-color: var(--subtle-warmth);
		border: 1px solid var(--subtle-warmth);
	}
	.background-dark .contact-us-button:hover,
	.contact-page-hero .hs-button:hover {
		background-color: var(--dark-mode) !important;
		border: 1px solid var(--dark-mode) !important;
	}
	.cta-button-secondary:hover {
		background-color: var(--light-blue) !important;
		color: var(--light-text);
		border: 1px solid var(--deep-ocean) !important;
	}

	.background-dark .cta-button-secondary:hover {
		background-color: var(--dark-blue) !important;
		border: 1px solid var(--white) !important;
		color: var(--white);
	}
	.cta-button-secondary:hover a {
		color: var(--light-text);
	}
	.cards-link:hover .hover-highlight {
		color: var(--brightly-optimistic)
	}
}
figure {
	margin: 0;
	width: 100%;
}
article picture {
	display: block;
	margin: 2rem 0;
}
.wp-caption picture {
	margin-bottom: 0;
}
.wp-caption {
	max-width: 100%;
	margin-bottom: 2rem;
}
.wp-caption-text {
	text-align: center;
}
.half {
	width: 100%;
}
.hidden {
	display: none;
}
.highlight {
	color: var(--highlight);
	text-decoration: none;
}
.background-dark .highlight {
	color: #9177f6;
}
.background-medium .highlight {
	color: var(--highlight);
}
.relative {
	position: relative;
}
.no-uppercase {
	text-transform: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 0.875rem;
	color: var(--select);
	padding: .5rem 1rem;
	border-radius: .5rem;
	padding-right: 1.5rem;
}
.before-select:after {
	content: url('/wp-content/themes/mouseflow/assets/images/select.svg');
	position: relative;
	left: -1rem;
	top: -2px;
	pointer-events: none;
}
select[name="dmexco_discussion_topics"] {
	width: 100%;
}
@media screen and (min-width: 768px) {
	select.not([name="dmexco_discussion_topics"]) {
		margin-left: 2rem;
	}
	.before-select:after {
		left: 5.5rem;
		top: -2.1rem;
	}
}
strong {
	font-weight: var(--bold);
	;
}
.hover-arrow-left {
	margin-right: .5rem;
}
ul li,
ol li {
	margin-bottom: 1rem;
}
@media screen and (hover:hover) {
	a:hover {
		color: inherit;
	}
}
@media screen and (min-width: 576px) {
	.half {
		width: 50%;
	}
}

/* Forms */
input,
textarea,
select {
	border: 1px solid var(--input);
	border-radius: .5rem;
	color: var(--dark-mode) !important;
}
input[type=text],
input[type=email] {
	height: 3.25rem;
	min-width: 260px;
}
input[type=tel] {
	height: 3.25rem;
}
.webinar-form input[type=text],
.webinar-form input[type=email] {
	min-width: 100%;
}
input::placeholder {
	color: var(--shallow-ocean);
}
input[type=email] {
	padding-left: 3.5rem;
}
@media screen and (min-width: 390px) {
	input[type=text],
	input[type=email],
	input[type=tel] {
		min-width: 295px;
	}
	.webinar-form input[type=text],
	.webinar-form input[type=email] {
		min-width: 100%;
	}
}

/* Feature add on pricing page */
.page-template-page-feature-add-on .sub-page-hero.blob-top {
	display: flex;
	justify-content: center;
	min-height: 36rem;
	margin-bottom: 17rem;
	position: relative;
}
.page-template-page-feature-add-on .sub-page-hero.blob-top .container {
	position: absolute;
}
.page-template-page-feature-add-on .sub-page-hero.blob-top-form {
	background-position: top !important;
	background-size: auto;
	max-height: 100% !important;
}
#feature-add-on-header-container .navbar-brand img {
	filter: brightness(0) invert(1);
}
.feature-add-on-page-footer {
	background-color: var(--medium-background);
	padding: 1rem 0;
}
.feature-add-on-footer a {
	color: var(--semi-deep-ocean);
	text-decoration: none;
}
.feature-add-on-footer .align-right {
	text-align: right;
}
.feature-price-card {
	background-color: var(--white);
	border: var(--card-border);
	box-shadow: var(--card-box-shadow);
	border-radius: .5rem;
	max-width: 380px;
	padding: 2rem;
}
.feature-price-card-headline p {
	color: var(--deep-ocean) !important;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5rem;
}
.feature-price-container {
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.feature-price {
	color: var(--subtle-warmth) !important;
	font-size: 2.5rem;
}
.eu .feature-price:before {
	content: "€";
	padding-right: .5rem;
}
.world .feature-price:before {
	content: "$";
	padding-right: .5rem;
}
.feature-price-period {
	color: var(--deep-ocean) !important;
	font-size: .875rem;
}
.feature-price-card .features a {
	color: var(--deep-ocean) !important;
	padding: .5rem 0;
}
.feature-price-card .features {
	margin-bottom: 2.5rem;
}
.feature-add-on-form-container > div {
	background-color: var(--white);
	border: var(--card-border);
	box-shadow: var(--card-box-shadow);
	border-radius: .5rem;
	width: 100%;
	padding: 2.5rem;
}
.feature-add-on-form-container label span {
	color: var(--deep-ocean) !important;
}
.feature-add-on-form-container .hs-form-field {
	margin-top: .5rem;
	width: 100%;
}
#work_email-d7c96527-3568-4278-a1d8-108210c15715,
#firstname-d7c96527-3568-4278-a1d8-108210c15715,
#lastname-d7c96527-3568-4278-a1d8-108210c15715 {
	min-width: 100% !important;
}
.feature-add-on-form-container .hs-submit {
	text-align: center;
	margin-top: .5rem;
}

@media screen and (max-width: 991px) {
	.upgrade-cards-carousel {
		width: 100%;
	}
	.upgrade-cards-carousel .slide-item {
		margin: 1rem;
	}
	.carousel-nav-add-on {
		text-align: center !important;
	}
	.carousel-nav-add-on .slick-disabled {
		background-color: var(--extra-light) !important;
	}
	.carousel-nav-add-on .slick-disabled img {
		filter: brightness(0.5) grayscale(1);
	}
}

@media screen and (min-width: 992px) {
	.upgrade-cards-grid {
		display: grid;
		justify-content: center;
		grid-gap: 2rem;
	}
	.upgrade-cards-grid-2,
	.upgrade-cards-grid-4 {
		grid-template-columns: 1fr 1fr;
	}
	.upgrade-cards-grid-3 {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

/* UTM Builder */
.utm-builder-container {
	background-color: var(--white);
	border: var(--card-border);
	border-radius: .5rem;
	padding: 1.5rem;
}
.utm-builder-form-container {
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: 1fr;
}
.utm-input-container input {
	height: 46px;
	padding: 0 1rem;
	width: 100%;
}
.utm-builder-result {
	padding-top: 2rem;
	position: relative;
}
.utm-copy {
	position: absolute;
	right: .5rem;
	top: 2.5rem;
	border: none;
	background: transparent;
}
.utm-copy:disabled svg path:nth-of-type(2) {
	fill: var(--input);
}
.utm-builder-help {
	padding-top: 2rem;
}
.utm-builder-help a {
	font-size: 12px;
}
.utm-builder-result textarea {
	background-color: var(--extra-light);
	padding: 1rem;
	width: 100%;
	word-break: break-all;
}
#utm-result.invalid {
	border-color: var(--redwine);
	color: var(--redwine) !important;
}
.utm-builder-result .error-message {
	color: var(--redwine);
}
#copy-utm-url span {
	margin-right: .5rem;
	color: #009695;
}
@media screen and (min-width: 768px) {
	.utm-builder-form-container {
		grid-template-columns: 1fr 1fr;
	}
	.utm-builder-container {
		padding: 2.5rem;
	}
}
@media screen and (min-width: 1200px) {
	.page-template-page-utm-builder .content-block:first-of-type {
		padding-top: 0;
	}
}

/* HubSpot */
.hs_us_webinar_dates_nov_2022 .input {
	position: relative;
}
.hs_us_webinar_dates_nov_2022 .input:after {
	content: url(https://mouseflow.com/wp-content/themes/mouseflow/assets/images/select.svg);
	position: absolute;
	left: 93%;
	top: 6px;
	pointer-events: none;
}
select#us_webinar_dates_nov_2022-18483e28-44ec-4896-a922-cf467dd8e579 {
	width: 100%;
}
.legal-consent-container {
	margin-top: 1rem;
}
.hs-form-radio-display input {
	margin-right: .5rem;
}
.hs-richtext p,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
	color: var(--shallow-ocean) !important;
	font-size: 12px !important;
	line-height: 16px !important;
}
.hs-richtext a {
	color: var(--serious-business);
}
.legal-consent-container .hs-form-booleancheckbox-display>span p a {
	color: var(--light-serious-business);
	text-decoration: none;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
	margin-left: .5rem !important;
}
.legal-consent-container .inputs-list,
.hs-error-msgs {
	list-style: none;
	padding-left: 0;
}
.legal-consent-container .hs-form-booleancheckbox-display input {
	margin-top: 0.3rem;
	width: 15px;
}
.hs-input[type=email] {
	position: relative;
	background-image: url('/wp-content/themes/mouseflow/assets/images/email.svg');
	background-repeat: no-repeat;
	background-position: 1rem center;
}
.hs-submit input {
	color: var(--light-text) !important;
}
.hs-fieldtype-radio ul {
	list-style: none;
	padding-left: 0;
}
.hs-fieldtype-radio>label {
	margin-bottom: .75rem;
}
.hs-form-radio {
	margin-bottom: .25rem;
}
.hs-fieldtype-phonenumber input {
	width: 100% !important;
}
.hs-button.primary.large {
	background-color: var(--brightly-optimistic);
	border: 1px solid var(--brightly-optimistic);
	box-shadow: none;
	border-radius: .5rem;
	font-size: 1rem;
	font-weight: var(--bold);
	;
	line-height: normal;
	padding: 1rem 1.5rem;
}
.hs-fieldtype-textarea textarea {
	width: 100%;
}
.hs-error-msg {
	color: var(--redwine);
}
.background-dark.contact_form .hs-error-msg {
	color: var(--rose) !important;
}
input.invalid.error {
	border-color: var(--redwine);
}
.contact_form .hs-dependent-field input:not([type="email"], [type="checkbox"]) {
	width: 20px;
}
#email-760d6ff7-1488-44dc-8108-11b1d153fe9e,
#company-760d6ff7-1488-44dc-8108-11b1d153fe9e,
#work_email-1217e376-a1a3-42a4-b536-292abf82bae9 {
	width: 100%;
}
.background-dark.contact_form input.invalid.error {
	border: 2px solid var(--rose);
}
.page-template-page-contact form {
	display: flex;
	flex-direction: column;
}
.page-template-page-contact .legal-consent-container {
	order: 1;
}
.page-template-page-subpage .legal-consent-container p,
.page-template-page-contact .legal-consent-container p {
	color: var(--shallow-ocean);
	font-size: 0.75rem;
	line-height: 0.875rem;
}
.page-template-page-contact input[type=text],
.page-template-page-contact input[type=email],
.page-template-page-contact input[type=tel],
.input select {
	background-image: none;
	height: 2.5rem;
	width: 100%;
	padding-left: .5rem;
}
.page-template-page-contact textarea {
	width: 100%;
	padding-left: .5rem;
}
.page-template-page-contact label span {
	color: var(--semi-deep-ocean);
}
.page-template-page-contact input[type=submit] {
	width: 100%;
}
.page-template-page-contact .hs-form-field {
	margin-bottom: 1rem;
}
.hbspt-placeholder-882b26d2-35ee-4512-abac-d829a89b33f9 {
	min-height: 395px;
}
.hbspt-placeholder-ff8a47f2-59c4-424d-a89c-6b7e50384e14 {
	min-height: 481.5px;
}
.single-stories .background-dark .hs-richtext p,
.background-dark not:.webinar-form .legal-consent-container .hs-form-booleancheckbox-display > span p {
	color: var(--extra-light) !important;
}
@media screen and (hover:hover) {
	.hs-button.primary.large:hover {
		color: var(--white) !important;
		background-color: var(--highlight);
		border-color: var(--highlight);
	}
}

/* Heroes */
.front-page-hero-area {
	margin-top: 3rem;
	background-color: #D8DBFC;
	padding: 6rem 0 3rem 0;
}
.cta-container-front-2025 {
	display: flex;
	justify-content: flex-start;
	grid-gap: 2rem;
	flex-wrap: wrap;
}
.front-page-2025-hero-customers {
	margin-top: 2rem;
}
.front-page-2025-hero-customers a {
	text-decoration: none;
}
.random-logos-2025 {
	grid-template-columns: repeat(4, 1fr);
	justify-content: flex-start;
}
.random-logos-2025 .random-logo,
.random-logos-2025 .random-logo figure {
	justify-content: left;
}
.front-page-hero-area img {
	border-radius: .5rem;
}
.front-page-hero-area .wistia_responsive_padding,
.front-page-hero-area .sl-embed,
.front-page-2025-hero-image {
	margin-top: 2rem;
}
@media screen and (min-width: 992px) {
	.front-page-hero-area .wistia_responsive_padding,
	.front-page-hero-area .sl-embed,
	.front-page-2025-hero-image {
		margin-top: 0 !important;
	}
}
.front-page-hero {
	background-image: url('/wp-content/themes/mouseflow/assets/images/Home-page-blob-mobil_new.svg');
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center bottom;
	background-size: cover;
	margin-top: 3rem;
	padding: 6rem 0 0 0;
}
.utm-builder-page-hero {
	background-image: url('/wp-content/themes/mouseflow/assets/images/utm-builder-page-blob-desktop.svg');
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: cover;
	margin-top: 3rem;
	padding: 6rem 0 0 0;
}
.demo-page-hero,
.prices-page-hero,
.error-page-hero {
	padding: 6rem 0;
	position: relative;
}
.storylane-container {
	margin-top: 5rem;
}
.storylane-contact-form-container {
	padding: 2.5rem;
}
.graphic-element {
	margin-top: 2.5rem;
}
.graphic-element img {
	border-radius: 1rem;
	width: 100%;
}
.interactive-container {
	margin-top: 2rem;
	position: relative;
	width: 100%;
	aspect-ratio: 1.3375527426
}
.interactive-container img.reveal {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.5s ease;
	border-radius: .5rem;
}
.interactive-container img.reveal.hidden {
	z-index: -1;
}
.interactive-container .original {
	display: block;
}
.interactive-container img.original,
.interactive-container .original img {
	width: 100%;
	border-radius: .5rem;
}
.insights-header {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 500;
	margin-bottom: 1rem;
}
#interactive-mode-switch {
	height: 0;
	width: 0;
	visibility: hidden;
}
#interactive-mode-switch-label {
	display: block;
	background-color: var(--input);
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 100px;
	height: 24px;
	width: 48px;
	position: relative;
}
.cta-container {
	display: flex;
	justify-content: center;
	grid-gap: 2rem;
	flex-wrap: wrap;
}
.cta-container-left {
	justify-content: left;
	display: flex;
	grid-gap: 2rem;
	flex-wrap: wrap;
}
.cta-span {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cta-note {
	color: var(--shallow-ocean);
	font-size: 12px;
	margin-top: .5rem;
}
#home-cta-secondary,
#home-cta-primary {
	margin-right: 0;
}
#interactive-mode-switch {
	display: none;
}
.call-out-left,
.call-out-right {
	display: none;
}
.interactive-mode-switcher {
	margin-top: 2rem;
	text-align: center;
}
.switch-container {
	display: flex;
	justify-content: center;
	grid-gap: .5rem;
}
.switch-container .active {
	font-weight: 700;
}
#interactive-mode-switch:checked + #interactive-mode-switch-label {
	background-color: var(--brightly-optimistic) !important;
}
#interactive-mode-switch-label:after {
	content: ' ';
	position: absolute;
	width: 16px;
	height: 16px;
	background: url('/wp-content/themes/mouseflow/assets/images/happy-smile.svg');
	background-repeat: no-repeat;
	top: 4px;
	left: 4px;
}
#interactive-mode-switch:checked + #interactive-mode-switch-label:after {
	left: calc(100% - 3px);
	transform: translateX(-100%);
}
#interactive-mode-switch-label:before {
	content: ' ';
	position: absolute;
	top: 4px;
	left: 4px;
	background: url('/wp-content/themes/mouseflow/assets/images/sad-smile.svg');
	width: 16px;
	height: 16px;
	transition: 0.3s;
}
.interactive-mode-switcher.on #interactive-mode-switch-label:before,
.interactive-mode-switcher.off #interactive-mode-switch-label:after {
	display: none;
}
.call-out-left {
	float: right;
	position: relative;
	top: 10rem;
}
.call-out-right {
	position: relative;
	top: 25rem;
}
@media screen and (hover: hover) {
	.interactive-mode-switcher {
		display: none;
	}
	.interactive-container:hover .reveal {
		clip-path: circle(100px at var(--mouse-x) var(--mouse-y));
	}
	.call-out-left,
	.call-out-right {
		display: block;
	}
	.interactive-container .reveal {
		clip-path: circle(0% at center);
		pointer-events: none;
	}
}
@media screen and (max-width: 1199px) {
	.call-out-left,
	.call-out-right {
		display: none;
	}
}
@media screen and (min-width: 576px) {
	.front-page-hero {
		background-image: url('/wp-content/themes/mouseflow/assets/images/Home-page-blob-desktop_new.svg');
		background-position: center top;
	}
	.utm-builder-page-hero {
		background-image: url('/wp-content/themes/mouseflow/assets/images/utm-builder-page-blob-desktop.svg');
		background-position: bottom;
	}
}
@media screen and (min-width: 992px) {
	.storylane-contact-form-container {
		display: none;
	}
	.demo-page-hero,
	.front-page-hero,
	.prices-page-hero,
	.error-page-hero {
		padding: 9.5rem 0 5rem 0;
		position: relative;
	}
	.utm-builder-page-hero {
		padding: 5rem 0 0 0;
	}
}
@media screen and (min-width: 1200px) {
	.front-page-hero {
		background-image: url('/wp-content/themes/mouseflow/assets/images/Home-page-blob-desktop_new.svg');
		aspect-ratio: 80 / 41;
		background-size: 100%;
	}
	.utm-builder-page-hero {
		background-image: url('/wp-content/themes/mouseflow/assets/images/utm-builder-page-blob-desktop.svg');
		aspect-ratio: 80 / 41;
		background-size: cover;
		background-position: bottom;
		max-height: 820px;
		width: 100%;
	}
}
@media screen and (min-width: 1400px) and (hover: hover) {
	.call-out-right {
		top: 30rem;
	}
}
.front-page-hero h1,
.utm-builder-page-hero h1 {
	color: var(--serious-business);
	font-weight: var(--bold);
	margin-bottom: var(--min-margin);
}
.sub-page-hero,
.contact-page-hero,
.prices-page-hero {
	padding: 10rem 0 0;
	position: relative;
	display: block;
}
.illustration-bottom-padding {
	padding-bottom: 5rem;
}
@media screen and (min-width: 992px) {
	.sub-page-hero,
	.contact-page-hero {
		padding: 11rem 0 0;
	}
	.sub-page-hero.type-none {
		padding-bottom: 5rem;
	}
}
.front-page-hero .front-hero-img img,
.sub-page-hero img {
	width: auto;
}
.front-hero-img {
	margin-top: 2.5rem;
}
.front-page-hero-customers {
	margin-top: 5rem;
	text-align: center;
	background-color: #ffffffba;
	padding: 2rem 0;
	border-radius: 0.5rem;
	border: 1px solid var(--extra-light);
	backdrop-filter: blur(10px);
}
.front-page-hero-customers a {
	text-decoration: none;
}
.sub-page-hero {
	background-size: cover;
}
@media screen and (min-width: 1400px) {
	.prices-page-hero {
		background-size: auto;
	}
}

.sub-page-hero.type-none {
	min-height: 30rem;
}
.type-none {
	text-align: center;
}
.parent-pageid-6714 .sub-page-hero {
	min-height: 17rem;
}
.prices-page-hero {
	background-image: url('/wp-content/themes/mouseflow/assets/images/dark-background.svg');
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top center;
	min-height: 35rem;
}
.prices-page-hero .scroll-down a,
.pricing-page-hero .scroll-down a {
	display: flex;
	justify-content: center;
}
@media screen and (min-width: 422px) {
	.front-page-hero-customers {
		padding: 2rem;
	}
}
@media screen and (min-width: 1920px) {
	.prices-page-hero {
		background-color: var(--dark-mode);
		border-radius: 0% 0% 100% 100%;
		max-height: 590px;
		margin-bottom: 320px;
	}
}
.contact-page-hero {
	/*background-image: url('/wp-content/themes/mouseflow/assets/images/light-background-contact.svg')*/;
	background-color: var(--medium-background);
	background-repeat: no-repeat;
	background-position: top;
}
.hero-description {
	font-size: 20px;
	margin-bottom: var(--fourth-margin);
}
.hero-description-comparison {
	margin-bottom: var(--fourth-margin);
}
.sub-page-hero img {
	margin-top: 2rem;
}
.sub-page-hero figure {
	display: none;
}
.single-integrations .sub-page-hero figure {
	display: block;
}
.single-integrations .sub-page-hero {
	padding-bottom: 5rem;
}
.center-content {
	margin-top: 8rem;
}
@media screen and (min-width: 768px) {
	.front-page-hero figure,
	.sub-page-hero figure {
		display: block;
	}
}
@media screen and (min-width: 1400px) and (max-width: 1499px) {
	.sub-page-hero.background-medium:not(.webinar-landing-page-hero),
	.sub-page-hero.background-dark:not(.webinar-landing-page-hero) {
		max-height: 650px !important;
	}
}
@media screen and (min-width: 992px) {
	.parent-pageid-6714 .sub-page-hero {
		min-height: 21rem;
	}
	.sub-page-hero.background-medium,
	.sub-page-hero.background-dark {
		background-position: bottom center;
	}
	.front-page-hero .front-hero-img img,
	.sub-page-hero img,
	.contact-page-hero img {
		position: relative;
		bottom: 4.5rem;
	}
	.sub-page-hero .lottie-container {
		position: relative;
		bottom: 2.5rem;
	}
	.front-page-hero .front-hero-img img {
		position: relative;
		bottom: 2.5rem;
	}
	.front-hero-img {
		margin-top: 0;
	}
}
@media screen and (min-width: 1400px) {
	.front-page-hero .description {
		margin-bottom: var(--default-margin);
	}
}
@media screen and (min-width: 1924px) {
	.sub-page-hero {
		background-size: cover;
	}
	.contact-page-hero {
		background-size: contain;
	}
	.contact-page-hero {
		background-position: top;
	}
}
/* HEADING */
.prices-page-hero h4,
.pricing-page-hero h4 {
	color: var(--white);
}
/* --- */
.customer-logos-container {
	justify-content: center;
	margin-top: 2.5rem;
	flex-wrap: wrap;
}
.customer-logos-container .customer-logo {
	padding: 1rem 1rem;
}
.customer-logo img {
	max-width: 130px;
}
@media screen and (min-width: 576px) {
	.customer-logos-container .customer-logo {
		padding: 1rem 2rem;
	}
}
@media screen and (min-width: 992px) {
	.customer-logo img {
		max-width: 100%;
	}
	.customer-logos-container {
		justify-content: space-between;
		flex-wrap: nowrap;
	}
	.customer-logos-container .customer-logo {
		padding: 0 2rem;
	}
}
/* HEADING */
.sub-page-hero .entry-header,
.contact-page-hero .entry-header {
	color: var(--serious-business);
}
.sub-page-hero .entry-header,
.contact-page-hero .entry-header {
	font-size: 1rem;
	margin-bottom: var(--min-margin);
}
.sub-page-hero.background-dark .entry-header,
.contact-page-hero.background-dark .entry-header {
	color: var(--light-serious-business);
}
/* --- */
.blog-page-hero,
.single-topic-spotlight-page-hero {
	padding: 9.5rem 0 5rem;
}
.menu-ctas {
	position: relative;
	z-index: 1;
	display: none;
}
@media screen and (min-width: 992px) {
	.menu-ctas {
		display: flex;
	}
}
@media screen and (hover:hover) {
	.menu-cta-button .cta-button:hover {
		background-color: var(--dark-mode);
	}
	.dark-cta:hover {
		background-color: var(--subtle-warmth);
	}
	#menu-cta-sign-in:hover {
		color: var(--dark-mode);
	}
}

/* Page no hero */
.page-template-page-center #page-header {
	background-color: var(--white);
}

/* Tooltips */
.has-tooltip .tooltip-link {
	border-bottom: 2px dotted var(--semi-deep-ocean);
	color: var(--light-text);
	position: static;
}
.tooltip-link {
	color: inherit;
	cursor: default;
	display: inherit;
	text-decoration: none;
	width: 100%;
}
.tooltip-link:hover {
	color: inherit;
}
.tooltip.show {
	opacity: 1;
}
.tooltip-inner {
	background-color: var(--white);
	color: var(--tooltip-text);
	box-shadow: var(--card-box-shadow);
	border: var(--card-border);
	font-size: 0.75rem;
	line-height: 1.25rem;
	padding: 1rem;
	text-align: left;
	min-width: 296px;
}
.qtip-content {
	background-color: var(--white);
	color: var(--tooltip-text);
	border-radius: .5rem;
	font-size: .875rem;
	line-height: 1.5rem;
	padding: 1rem;
}
.tooltipsall {
	border-bottom: 2px dotted var(--semi-deep-ocean) !important;
}
.tooltip[data-popper-placement='top'] .tooltip-arrow:before {
	border-top-color: var(--white) !important;
	border-width: 0.5rem 0.5rem 0 !important;
}
.tooltip[data-popper-placement='bottom'] .tooltip-arrow:before {
	border-bottom-color: var(--white) !important;
	border-width: 0 0.5rem 0.5rem !important;
}
.tooltip[data-popper-placement='left'] .tooltip-arrow:before {
	border-left-color: var(--white) !important;
	border-width: 0 0.5rem 0.5rem 0.5rem !important;
}
.tooltip[data-popper-placement='right'] .tooltip-arrow:before {
	border-right-color: var(--white) !important;
	border-width: 0.5rem 0.5rem 0.5rem 0 !important;
	top: -8px;
}
.tooltip-visitors {
	display: inline;
	margin-left: 0.5rem;
	position: relative;
	top: -2.5rem;
	right: -6rem;
}
@media screen and (hover:hover) {
	.has-tooltip .tooltip-link:hover {
		border-bottom: 2px dotted var(--semi-deep-ocean);
		color: var(--light-text);
	}
}
@media screen and (min-width: 768px) {
	.tooltip-link:active {
		pointer-events: none;
	}
	.tooltip-visitors {
		top: -2rem;
		right: -7rem;
	}
	.tooltip-visitors {
		position: static;
	}
}

/* Fonts */
body {
	color: var(--light-text);
	font-family: museo-sans, sans-serif;
	font-weight: var(--normal);
	background-color: var(--body-background);
}
/* HEADING */
h1,
h6 {
	color: var(--light-text);
	font-size: 1rem;
	font-weight: var(--bold);
	line-height: 1.5rem;
	text-transform: uppercase;
}
h2,
h2 p,
h3,
h1.h3 {
	color: var(--light-text);
	font-size: 2.5rem;
	font-weight: var(--bold);
	line-height: 3rem;
	margin-bottom: var(--half-margin);
	text-transform: none;
}
h2.small-h2 p {
	font-size: 40px;
	line-height: 48px;
}
@media screen and (min-width: 992px) {
	h2.small-h2 p {
		font-size: 64px;
		line-height: 72px;
	}
}
h4,
h4 p,
.h4 p {
	color: var(--light-text);
	font-size: 2rem;
	font-weight: var(--bold);
	line-height: 2.5rem;
	margin-bottom: var(--fourth-margin);
}
h5 {
	font-size: 2rem;
	font-weight: var(--bold);
}
h6 {
	color: var(--light-text);
	margin-bottom: 1rem;
}
/* --- */
p,
.p5 {
	color: var(--light-text);
	font-size: 1rem;
	line-height: 1.5rem;
}
.p1 {
	color: var(--light-text);
	font-size: 1.5rem;
	line-height: 1.75rem;
}
.p2,
.p2 p {
	color: var(--light-text);
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.p3,
.p3 p {
	color: var(--light-text);
	font-size: 1.25rem;
	line-height: 2rem;
}
.p4,
.p4 p {
	color: var(--light-text);
	font-size: 1.5rem;
	font-weight: var(--bold);;
	line-height: 1.7rem;
}
.p6 {
	color: var(--light-text);
	font-size: 0.75rem;
	line-height: 1rem;
}
.s1 {
	color: var(--light-text);
	font-size: 1.25rem;
	line-height: 1.5rem;
}
@media screen and (min-width: 578px) {
	/* HEADING */
	h1,
	h6 {
		font-size: 1rem;
		font-weight: var(--bold);
		line-height: 1.75rem;
		text-transform: uppercase;
	}
	h2,
	h2 p {
		font-size: 5rem;
		font-weight: var(--bold);
		line-height: 5.5rem;
	}
	h3,
	h1.h3 {
		font-size: 3.5rem;
		font-weight: var(--bold);
		line-height: 4rem;
	}
	h4,
	h4 p,
	.h4 p {
		font-size: 2.5rem;
		font-weight: var(--bold);
		line-height: 3rem;
	}
	h5,
	.h5,
	h5 p,
	.h5 p {
		font-size: 2rem;
		font-weight: var(--bold);
		line-height: 3rem;
	}
	/* --- */
	.p1 {
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.p2,
	.p2 p {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.p3 {
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
	.p6 {
		font-size: 0.875rem;
		line-height: 1rem;
	}
}

/* Table & Arrow Link Styling */
table {
	width: 100%;
	border-collapse: collapse;
	margin: 2rem 0;
}
thead {
	font-size: 1rem;
	font-weight: var(--bold);
	;
}
td,
th {
	padding: .5rem;
	vertical-align: top;
}
tbody th {
	width: 25%;
	padding-left: 0;
}
tbody tr {
	border-bottom: 1px solid var(--extra-light);
}
tbody tr:last-child {
	border: none;
}
tr td a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto;
}
@media screen and (min-width: 576px) {
	td,
	th {
		padding: 1.5rem;
	}
}
.background-dark .arrow-link,
.background-dark .pre-headline {
	color: var(--light-serious-business) !important;
}
.arrow-link:after {
	width: 10px;
	height: 10px;
	margin-left: .5rem;
}
.prev-arrow-link a:after {
	margin-left: .5rem;
}
.next-arrow-link a:before {
	margin-right: .5rem;
}
.background-dark.content-block .arrow-link:after {
	content: url('/wp-content/themes/mouseflow/assets/images/cta-arrow-dark-block-lightmode.svg');
}
article p a,
article .entry-content li a,
.page-template-default .entry-content a,
.faq a,
.page-item a,
.single_wysiwyg a,
.content_tabs a,
.breadcrumb-cat,
.image_and_content a:not(.arrow-link, .cta-button-secondary),
.related-cat .scroll-to-result {
	color: var(--serious-business);
	text-decoration: none;
	position: relative;
}
.image_and_content .cta-span {
	align-items: flex-start;
}
@media screen and (hover:hover) {
	article p a,
	article .entry-content li a,
	.page-template-default .entry-content a,
	.faq a,
	.page-item a,
	.single_wysiwyg a,
	.content_tabs a,
	.breadcrumb-cat,
	.image_and_content a:not(.arrow-link, .cta-button-secondary),
	.related-cat .scroll-to-result {
		white-space: nowrap;
	}
	article p a:hover,
	article .entry-content li a:hover,
	.page-template-default .entry-content a:hover,
	.faq a:hover,
	.page-item a:hover,
	.single_wysiwyg a:hover,
	.content_tabs a:hover,
	.image_and_content a:not(.arrow-link, .cta-button-secondary):hover,
	.related-cat .scroll-to-result:hover {
		color: var(--serious-business);
	}
	article p a:after,
	article .entry-content li a:after,
	.page-template-default .entry-content a:after,
	.faq a:after,
	.page-item a:after,
	.single_wysiwyg a:not(.img-link):after,
	.content_tabs a:after,
	.breadcrumb-cat:after,
	.image_and_content a:not(.arrow-link, .cta-button-secondary):after,
	.related-cat .scroll-to-result:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 3px;
		bottom: -3px;
		left: 0;
		background-color: var(--serious-business);
		transform: scaleX(0);
		transform-origin: bottom right;
		transition: transform 0.3s;
	}
	article p a:hover:after,
	article .entry-content li a:hover:after,
	.page-template-default .entry-content a:hover:after,
	.faq a:hover:after,
	.page-item a:hover:after,
	.single_wysiwyg a:hover:after,
	.content_tabs a:hover:after,
	.breadcrumb-cat:hover:after,
	.image_and_content a:hover:after,
	.related-cat .scroll-to-result:hover:after {
		transform-origin: bottom left;
		transform: scaleX(1);
	}
}

/* Fixed Header */
.pum-open .page-container {
	margin-top: 60px;
}
.pum-open #page-header {
	top: 60px !important;
}
.pum-content {
	height: 60px !important;
	background: var(--deep-ocean) !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pum-content p {
	color: var(--dusty-cloud);
	display: flex;
	align-items: center;
}
.pum-content a {
	padding: 5px 20px;
	font-size: 1rem;
	margin-left: .5rem;
	text-transform: none;
	color: var(--light-serious-business) !important;
}
.pum-content a:after {
	display: none;
}
@media screen and (hover:hover) {
	.pum-content a:hover {
		color: var(--white);
	}
}
.pum-content a:hover .pum-theme-11496 .pum-content+.pum-close,
.pum-theme-content-only .pum-content+.pum-close {
	color: var(--dusty-cloud) !important;
	height: 24px !important;
	width: 24px !important;
	font-size: 24px !important;
	margin-top: .5rem;
}
header {
	position: absolute;
	width: 100%;
	z-index: 100;
	height: var(--header-height);
}
header.simple,
header.no_pricing {
	height: var(--header-default-height);
	display: flex;
}
.mega-menu-header-menu-mobile-open {
	overflow: hidden;
}
.mega-menu-header-menu-mobile-open header {
	z-index: 5000;
}
#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open+#mega-menu-header-menu {
	overflow: scroll;
	height: 100vh;
}
header:not(.dark) {
	background-color: rgba(255, 255, 255, .9);
}
.page-template-page-front-2025 #page-header {
	background-color: rgba(216, 219, 252, 0.1) !important;
}
header #mega-menu-simple-header-menu-no-pricing,
header #mega-menu-simple-header-menu,
header #mega-menu-header-menu {
	margin-top: 2rem !important;
}
header #mega-menu-wrap-simple-header-menu-no-pricing.light-toogle .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header #mega-menu-wrap-simple-header-menu-no-pricing.light-toogle .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header #mega-menu-wrap-simple-header-menu-no-pricing.light-toogle .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
header #mega-menu-wrap-simple-header-menu.light-toogle .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header #mega-menu-wrap-simple-header-menu.light-toogle .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header #mega-menu-wrap-simple-header-menu.light-toogle .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
header #mega-menu-wrap-header-menu.light-toogle .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header #mega-menu-wrap-header-menu.light-toogle .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header #mega-menu-wrap-header-menu.light-toogle .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	background-color: var(--dark-mode) !important;
}
header #mega-menu-wrap-simple-header-menu-no-pricing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header #mega-menu-wrap-simple-header-menu-no-pricing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header #mega-menu-wrap-simple-header-menu-no-pricing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
header #mega-menu-wrap-simple-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header #mega-menu-wrap-simple-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header #mega-menu-wrap-simple-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
header #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	background-color: var(--dark-mode);
}
header.dark-header #mega-menu-wrap-simple-header-menu-no-pricing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header.dark-header #mega-menu-wrap-simple-header-menu-no-pricing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header.dark-header #mega-menu-wrap-simple-header-menu-no-pricing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
header.dark #mega-menu-wrap-simple-header-menu-no-pricing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header.dark #mega-menu-wrap-simple-header-menu-no-pricing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header.dark #mega-menu-wrap-simple-header-menu-no-pricing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
header.dark-header #mega-menu-wrap-simple-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header.dark-header #mega-menu-wrap-simple-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header.dark-header #mega-menu-wrap-simple-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
header.dark #mega-menu-wrap-simple-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header.dark #mega-menu-wrap-simple-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header.dark #mega-menu-wrap-simple-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
header.dark-header #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header.dark-header #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header.dark-header #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
header.dark #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header.dark #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header.dark #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	background-color: var(--white);
}
#mega-menu-wrap-simple-header-menu-no-pricing .mega-menu-item,
#mega-menu-wrap-simple-header-menu .mega-menu-item {
	padding: .5rem 0 !important;
}
#mega-menu-wrap-simple-header-menu-no-pricing .mega-menu-link,
#mega-menu-wrap-simple-header-menu .mega-menu-link {
	font-size: 24px !important;
}
@media screen and (min-width: 992px) {
	#mega-menu-wrap-simple-header-menu-no-pricing .mega-menu-item,
	#mega-menu-wrap-simple-header-menu .mega-menu-item {
		padding: 0;
	}
	#mega-menu-wrap-simple-header-menu-no-pricing .mega-menu-link,
	#mega-menu-wrap-simple-header-menu .mega-menu-link {
		font-size: 16px !important;
	}
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
	header {
		-webkit-backdrop-filter: blur(2rem) saturate(125%);
		backdrop-filter: blur(2rem) saturate(125%);
	}
	header:not(.dark) {
		background-color: hsla(0, 0%, 97%, .25);
	}
	header:before {
		filter: blur(1rem);
		content: '';
		height: 100%;
		position: absolute;
		width: 100%;
		z-index: 0;
	}
	header#page-header .container {
		z-index: 1;
		position: relative;
	}
	header:not(.dark):before {
		background-color: hsla(0, 0%, 97%, .25);
	}
	.page-template-page-front-2025 #page-header:before {
		background-color: hsla(235, 70%, 90%, .35);
	}
	header.dark,
	.page-template-page-legal #page-header {
		background-color: rgba(16, 23, 47, 0.25);
	}
}
.navbar-brand {
	position: relative;
	z-index: 1;
}
.navbar-brand img {
	height: 28px;
	min-width: 145px;
}
header.dark .navbar-brand .logo-path,
.dark-header .logo-path {
	fill: #f7f9fc;
}
header.dark-header:before {
	background-color: rgba(16, 23, 47, 0.1);
}
#mega-menu-header-menu>.mega-menu-item>.mega-menu-link {
	transition: none;
}
#mega-menu-header-menu .top-level {
	border-top: 1px solid var(--extra-light) !important;
}
#mega-menu-item-1648.top-level {
	border-bottom: 1px solid var(--extra-light) !important;
}
#mega-menu-header-menu .top-level>.mega-menu-link {
	font-size: 1rem !important;
	font-weight: 700 !important;
}
.mega-menu-toggle {
	margin-top: 2rem;
	margin-right: 0.5rem;
}
#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	height: 2px !important;
}
@media screen and (min-width: 992px) {
	header #mega-menu-simple-header-menu-no-pricing,
	header #mega-menu-simple-header-menu,
	header #mega-menu-header-menu {
		margin-top: 0 !important;
	}
	header.dark #mega-menu-header-menu>.mega-menu-item>.mega-menu-link {
		color: var(--white);
	}
	#mega-menu-item-1648.top-level {
		border-bottom: 0 !important;
	}
	#main-menu .navbar {
		padding: 0 !important;
		width: 100%;
	}
	#mega-menu-wrap-header-menu .mega-wpml-ls-item,
	#mega-menu-wrap-header-menu .mega-sign-in-mobile {
		display: none !important;
	}
	header {
		display: block;
	}
	header #mega-menu-simple-header-menu-no-pricing,
	header #mega-menu-simple-header-menu,
	header #mega-menu-header-menu {
		margin-top: 0 !important;
	}
}
@media screen and (min-width: 1200px) {
	#mega-menu-header-menu .top-level {
		border-top: none !important;
	}
	#mega-menu-header-menu .top-level>.mega-menu-link {
		font-size: 1rem !important;
		font-weight: 300 !important;
	}
	.top-level>.mega-menu-link {
		padding: 0 !important;
	}
}
@media screen and (hover:hover) {
	.hover-blue:hover a {
		color: var(--serious-business) !important;
	}
}

/* Reading position indicator */
#ruigehond006_wrap {
	top: var(--header-default-height) !important;
	z-index: 0 !important;
}

/* Blocks general */
.extra-space {
	height: 4rem;
}
.content-block {
	padding: var(--default-margin) 0;
}
.content-block .content-block {
	padding: 0;
}
.background-light {
	background-color: var(--light-background);
}
.background-medium {
	background-color: var(--medium-background);
}
.background-dark {
	background-color: var(--dark-background);
}
.background-light+.background-light,
.background-medium+.background-medium,
.background-dark+.background-dark {
	padding-top: 0 !important;
}
.description {
	margin-bottom: var(--fourth-margin);
}
@media screen and (min-width: 993px) {
	.content-block {
		padding: var(--default-margin) 0;
	}
	.full-margin {
		padding: var(--default-margin) 0;
	}
}

/* CTA with email */
.card-container-cta-email {
	background-color: var(--new-purple);
	border-radius: .5rem;
	display: grid;
	grid-gap: 3rem;
	padding: 3rem 2rem;
}
.card-container-cta-email h2,
.background-dark .card-container-cta-email h2 {
	color: var(--subtle-warmth);
	margin-bottom: 16px !important;
}
.card-container-cta-email .description,
.background-dark .card-container-cta-email .description {
	font-size: 1.5rem;
	line-height: 29px;
	font-weight: 500;
	margin-bottom: 0;
	color: var(--light-text);
}
.background-dark .card-container-cta-email .hs-form-booleancheckbox span,
.background-dark .card-container-cta-email .hs-richtext a {
	color: var(--light-text);
}
.card-container-cta-email .blog-inline-newsletter {
	background: transparent;
	grid-template-columns: 1fr;
	padding: 0;
}
.card-container-cta-email .blog-inline-newsletter .hs-button.primary {
	background-color: var(--subtle-warmth);
	border: none;
	color: var(--white) !important;
	margin-left: 1rem;
}
.card-container-cta-email .blog-inline-newsletter .hs-form {
	display: block;
}
.card-container-cta-email .illustration-container {
	display: none;
}
.card-container-cta-email .blog-inline-newsletter .legal-consent-container .hs-form-booleancheckbox-display>span p a {
	text-decoration: underline;
}
.card-container-cta-email .blog-inline-newsletter form input::placeholder {
	color: var(--placeholder) !important;
}
.card-container-cta-email .blog-inline-newsletter .hs-input[type=email] {
	background-image: url(/wp-content/themes/mouseflow/assets/images/email-purple.svg);
}
.card-container-cta-email .submitted-message {
	margin-top: 1rem;
}
.card-container-cta-email .blog-inline-newsletter .legal-consent-container .hs-form-booleancheckbox-display>span p a {
	color: #707070 !important;
}
@media screen and (min-width: 576px) {
	.card-container-cta-email {
		padding: 3rem 4rem;
	}
}
@media screen and (min-width: 992px) {
	.card-container-cta-email .illustration-container {
		display: block;
	}
	.card-container-cta-email {
		grid-template-columns: 5fr 4fr;
	}
	.card-container-cta-email .blog-inline-newsletter .hs-form {
		display: grid;
	}
}
@media screen and (hover: hover) {
	.card-container-cta-email .blog-inline-newsletter .hs-button.primary:hover {
		background-color: var(--deep-ocean) !important;
	}
	.card-container-cta-email {
		background-position: 500px bottom;
		background-image: url('/wp-content/themes/mouseflow/assets/images/orbit-ring-white-outline.svg');
		background-repeat: no-repeat;
		transition: background-position .6s ease-in-out;
	}
}

/* Clients */
.client-logos {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: var(--half-margin);
}
.client-logos .client-logo {
	padding: 1rem 2rem;
	display: flex;
}
.client-logos .client-logo img {
	max-width: 130px;
}
.client-logo figure {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 577px) {
	.client-logos {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media screen and (min-width: 992px) {
	.client-logos {
		display: grid;
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
	.client-logos-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.client-logos-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.client-logos-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.client-logos-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.client-logos-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

/* Newsletter Signup */
.content-block.newsletter_signup {
	background-color: var(--dark-blue);
	margin-top: 5rem;
}
.newsletter_signup .pre-headline {
	color: var(--brightly-optimistic);
}
.newsletter_signup h5 {
	color: var(--white);
	line-height: 2.5rem;
}
.newsletter-description {
	color: var(--white);
}
.newsletter_signup .legal-consent-container .hs-form-booleancheckbox-display > span p,
.newsletter_signup .legal-consent-container .hs-form-booleancheckbox-display > span p a {
	color: var(--extra-light) !important;
	line-height: 18px !important;
	display: inline-block;
}
.newsletter_signup .hs-form-required {
	display: none;
}
.newsletter_signup .legal-consent-container .hs-form-booleancheckbox-display > span p a {
	text-decoration: underline;
}
.newsletter_signup .newsletter-image {
	position: relative;
	top: -7.5rem;
}
.newsletter_signup input {
	width: 100%;
}
@media screen and (min-width: 992px) {
	.newsletter_signup .newsletter-image {
		margin-bottom: -7.5rem;
	}
}

/* Features small */
.features-small {
	display: grid;
	grid-gap: var(--half-margin);
	grid-template-columns: 1fr;
	margin-bottom: var(--half-margin);
}
.feature-small .icon {
	margin-right: 0.5rem;
}
.compliance-badge-container+.features_small {
	padding-top: 10rem;
}
.compliance-badges {
	display: flex;
	justify-content: space-between;
	padding: 0 1rem;
	left: 0;
	position: absolute;
	top: -3rem;
	width: 100%;
}
.compliance-badge {
	width: 47%;
	font-size: 1rem;
	font-weight: var(--bold);
	;
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-items: center;
	border-radius: 0.5rem;
	text-align: center;
	text-decoration: none;
	transition: .3s;
}
.compliance-badge img {
	margin-bottom: 0.5rem;
}
.compliance-badge:first-of-type {
	background-color: var(--highlight);
	left: 2rem;
}
.compliance-badge:nth-of-type(2) {
	background-color: var(--white);
}
.compliance-badge:first-of-type span {
	color: var(--white);
}
.compliance-badge:nth-of-type(2) span {
	color: var(--highlight);
}
@media (hover: hover) {
	a.compliance-badge:first-of-type:hover {
		transform: rotate(5deg);
	}
	a.compliance-badge:nth-of-type(2):hover {
		transform: rotate(-5deg);
	}
}
@media screen and (min-width: 576px) {
	.compliance-badges {
		top: -3rem;
	}
}
@media screen and (min-width: 768px) {
	.many-features,
	.features-small {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.compliance-badge {
		width: 320px;
		font-size: 1.5rem;
		flex-direction: row;
		padding: 2rem;
		top: -3rem;
	}
	.compliance-badge:first-of-type {
		right: 25rem;
	}
	.compliance-badge:nth-of-type(2) {
		right: 3rem;
	}
	.compliance-badge img {
		margin-right: 1rem;
	}
}
@media screen and (min-width: 993px) {
	.features-small {
		grid-gap: var(--third-margin);
		grid-template-columns: repeat(3, minmax(0, 1fr));
		margin-top: var(--default-margin);
	}
	.many-features {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		margin-top: var(--seventh-margin);
	}
	.compliance-badge:first-of-type {
		position: absolute;
		top: 0.5rem;
		left: 55%;
	}
	.compliance-badge:nth-of-type(2) {
		position: absolute;
		top: 10rem;
		left: 70%;
	}
}
@media screen and (min-width: 1200px) {
	.features-small {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media screen and (min-width: 1400px) {
	.many-features {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

/* Compliance */
.content-block.compliance {
	padding: 1rem 0 0 0 !important;
	margin-bottom: 1rem;
}
.content-block.compliance.background-light {
	border-top: 1px solid var(--extra-light);
}
.compliance-grid {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	grid-gap: 1rem 0;
}
.compliance-item {
	display: flex;
	align-items: center;
}
.compliance-icon {
	margin-right: 1rem;
}
.compliance-icon figure img {
	width: 56px;
	height: 56px;
}
.mono-arrow-link {
	text-decoration: none;
}
.background-dark.compliance .mono-arrow-link .compliance-link-text {
	color: var(--dust-cloud);
}
@media screen and (min-width: 992px) {
	.compliance-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* Features full */
.features_full.background-medium {
	background-color: var(--dusty-cloud);
}
.nav-tabs {
	border: 0;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	border: 0;
}
.nav-item .nav-link img {
	width: 24px;
	height: 24px;
}
.features_full .nav-tabs .nav-link {
	border-radius: 1.5rem;
	border: 0;
	box-shadow: none;
	font-weight: var(--normal);
	padding: 0.5rem 1.5rem;
}
.features_full .nav-tabs.green .nav-link.active,
.features_full .nav-tabs.green .nav-link.active:hover {
	background-color: var(--calming-teal);
	color: var(--dark-teal);
}
.features_full .nav-tabs.green .nav-link {
	background-color: var(--light-teal);
	color: var(--dark-teal);
}
.features_full .nav-tabs.blue .nav-link.active,
.features_full .nav-tabs.blue .nav-link.active:hover {
	background-color: #7A93C1;
}
.features_full .nav-tabs.blue .nav-link {
	background-color: #E4E9F2;
	color: #000000;
}
.features_full .nav-tabs.purple .nav-link.active,
.features_full .nav-tabs.purple .nav-link.active:hover {
	background-color: #7162E3;
	color: var(--white);
}
.features_full .nav-tabs.purple .nav-link.active img,
.features_full .nav-tabs.purple .nav-link.active:hover img {
	filter: brightness(0) invert(1);
}
.features_full .nav-tabs.purple .nav-link {
	background-color: #C9C5FB;
	color: var(--black);
}
.nav-tabs .nav-link img {
	margin-right: 12px;
}
.features-full-cta-banner-container {
	background-repeat: no-repeat;
	background-position: -730px -115px, 1200px -650px;
	padding: 2rem 0 2.5rem 0;
	transition: background-position .6s ease-in-out;
}
.features-full-cta-banner-container a {
	font-size: 1.5rem;
	font-weight: 700;
	text-decoration: none;
	color: var(--deep-ocean);
}
.background-dark + .features-full-cta-banner-container {
	background-color: var(--body-background);
	background-image: url('/wp-content/themes/mouseflow/assets/images/orbit-ring-blue-dark2_full.svg'), url('/wp-content/themes/mouseflow/assets/images/orbit-ring-blue-dark2_full.svg');
}
.background-dark + .features-full-cta-banner-container a {
	color: var(--white);
}
.background-light + .features-full-cta-banner-container,
.background-medium + .features-full-cta-banner-container {
	background-color: var(--light-blue);
	background-image: url('/wp-content/themes/mouseflow/assets/images/orbit-ring-blue-dark_full.svg'), url('/wp-content/themes/mouseflow/assets/images/orbit-ring-blue-dark_full.svg');
}
@media (hover: hover) {
	.features_full .nav-tabs.green .nav-link:hover {
		background-color: var(--calming-teal);
	}
	.features_full .nav-tabs.blue .nav-link:hover {
		background-color: #7A93C1;
	}
	.features_full .nav-tabs.purple .nav-link:hover {
		background-color: #7162E3;
		color: var(--white);
	}
	.features_full .nav-tabs.purple .nav-link:hover img {
		filter: brightness(0) invert(1);
	}
	.features-full-cta-banner-container:hover {
		background-position: -530px -155px, 1000px -650px;
	}
}
.features_full .tab-nav-container,
.features_full .tab-feature-container {
	display: grid;
	grid-gap: 2rem;
}
.tab-nav-container .nav.nav-tabs {
	display: flex;
	grid-gap: 1rem;
}

.features_full .tab-feature-illustration img {
	width: auto;
}
@media screen and (min-width: 1200px) {
	.features_full .tab-nav-container {
		margin-top: 1rem;
	}
}
.features_full .tab-content {
	margin-top: 2rem;
}
.features_full .tab-feature-headline {
	font-size: 1.5rem;
	font-weight: var(--bold);
	line-height: 2.5rem;
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
	.features_full .nav-tabs {
		display: flex;
		overflow-x: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
		height: 40px;
		flex-wrap: nowrap;
	}
	.features_full .nav-tabs .nav-link {
		display: flex;
		white-space: nowrap;
		padding-right: 3rem;
	}
	.features_full .nav-tabs::-webkit-scrollbar {
		display: none;
	}
}
@media screen and (min-width: 992px) {
	.tab-feature-description p {
		font-size: 1.2rem;
		line-height: 1.3;
	}
	.tab-content .arrow-link {
		font-size: 1.2rem !important;
	}
}
@media screen and (min-width: 1200px) {
	.tab-nav-before {
		display: none;
	}
	.features_full .tab-nav-container {
		display: flex;
		justify-content: space-around;
	}
	.features_full .tab-feature-container {
		grid-template-columns: 4fr 8fr;
	}
}
@media screen and (min-width: 1400px) {
	.tab-nav-before {
		display: flex;
	}
}

/* Features centered */
.background-dark.features_centered {
	background-color: var(--transparent-dark-blue);
	position: relative;
}
.background-dark .pre-headline {
	color: var(--light-serious-business) !important;
}
.features_centered {
	text-align: center;
}
.featured-center-container {
	justify-content: center;
}
.features-centered {
	justify-content: space-between;
	flex-direction: column;
	width: 100%;
	max-width: 600px;
	align-items: center;
}
.features_centered h4 {
	margin-top: 0 !important;
}
.features-centered .feature-small {
	padding: .5rem 0;
}
.features-centered .tooltip-link {
	text-align: left;
	padding-right: .5rem;
}
.features_centered .cta-button {
	display: inline-block;
	position: relative;
	margin-top: 4rem;
	z-index: 1;
	margin-right: 0;
}
.features_centered .cta-span .cta-note {
	position: absolute;
	bottom: -90px;
	z-index: 1;
}
.bottom-decoration {
	background-color: var(--dark-mode);
	height: 10rem;
	position: relative;
	overflow: hidden;
}
.bottom-decoration.background-medium {
	background-color: var(--white);
}
.bottom-decoration.background-light {
	background-color: var(--medium-background);
}
.bottom-decoration:before {
	content: '';
	position: absolute;
	bottom: 7rem;
	left: 50%;
	width: 100%;
	height: 100%;
	background-color: var(--transparent-dark-blue);
	border-radius: 50%;
	transform-origin: bottom;
	transform: scale(2) translateX(-25%);
}
.bottom-decoration.background-medium:before {
	background-color: var(--dusty-cloud);
}
@media screen and (min-width: 768px) {
	.features-centered {
		margin-top: 2rem;
		max-width: 675px;
		flex-direction: row;
	}
}
@media screen and (min-width: 993px) {
	.features_centered h4 {
		padding: 0 160px;
	}
}

/* Two columns features */
.two-columns-grid {
	column-count: 1;
	column-gap: 2rem;
	margin-top: 3rem;
}
.two-columns-feature-container {
	margin-bottom: 1rem;
	break-inside: avoid-column;
}
.two-columns-border {
	border-left: 8px solid var(--calming-teal);
	padding-left: 24px;
}
.two-columns-feature-icon {
	min-width: 80px;
	margin-right: 2rem;
}
.center-cta {
	margin-top: 2.5rem;
	text-align: center;
}
@media screen and (min-width: 576px) {
	.two-columns-grid {
		column-count: 2;
	}
}

/* Three columns with graphic */
.three_columns_with_graphic img {
	min-width: 100%;
}
.three_columns_with_graphic .graphic {
	padding: 1rem 0 2.5rem 0;
}

/* Icons and text columns */
.icon-column-grid {
	display: grid;
	grid-gap: 2rem;
}
.icon-column-grid-padding-top {
	margin-top: 2rem;
}
.two-column-grid,
.three-column-grid,
.four-column-grid,
.five-column-grid {
	grid-template-columns: 1fr;
}
.icon-column {
	margin-bottom: 2rem;
	transition: transform 0.2s ease;
}
.icon-column:hover {
	transform: translateY(-4px);
}
.icon-column .p4 {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}
.icon-container {
	margin-bottom: 1rem;
	height: 56px;
}
.icon-container figure img {
	height: 56px;
	width: 56px;
}
@media screen and (min-width: 768px) {
	.icon-column-grid-padding-top {
		margin-top: 3rem;
	}
	.icon-column {
		margin-bottom: 0;
	}
	.icon-column .p4 {
		margin-top: 2rem;
	}
	.two-column-grid,
	.three-column-grid,
	.four-column-grid,
	.five-column-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media screen and (min-width: 1200px) {
	.three-column-grid,
	.five-column-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.four-column-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		grid-gap: 2.5rem;
	}
}
@media screen and (min-width: 1400px) {
	.five-column-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

/* Integrations */
.integrations-list-page {
	margin-top: 2rem;
}
.integrations-list-page a {
	text-decoration: none;
}
.integrations-list-page a:before {
	content: url('/wp-content/themes/mouseflow/assets/images/link-arrow-mirror.svg');
	width: 10px;
	height: 19px;
	margin-right: .5rem;
}
.integrations-descriptions {
	margin-top: var(--half-margin);
}
.integrations-grid {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: repeat(5, minmax(0, 412px));
}
.integrations-grid-2 {
	grid-template-columns: repeat(2, minmax(0, 412px));
}
.integrations-grid-2 {
	grid-template-columns: repeat(3, minmax(0, 412px));
}
.integrations-grid-4 {
	grid-template-columns: repeat(4, minmax(0, 412px));
}
.integration-grid-type-3 {
	grid-template-columns: repeat(3, minmax(0, 412px));
}
.integrations-slider,
.integrations-static {
	margin-top: var(--default-margin);
	margin-bottom: var(--max-margin);
	justify-content: center;
}
.integrations-static {
	margin-bottom: 0;
}
.integrations-slider .integrations-grid {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: calc(428px*10);
}
.integrations-slider {
	position: relative;
	overflow: hidden;
	height: 300px;
}
.integrations-slider .integrations-item {
	animation: scroll 80s linear infinite;
}
.integrations-item {
	background-color: var(--white);
	display: flex;
	border-radius: 0.5rem;
	border: var(--card-border);
	box-shadow: var(--card-box-shadow);
	will-change: transform;
}
.integrations-icon,
.integrations-icon img {
	width: 48px;
	height: 48px;
}
.integrations-track-slider {
	margin-top: var(--default-margin);
	overflow: hidden;
}
.integrations-track-slider-2 {
	margin-top: 1rem;
}
.integrations-track-slider .integrations-item {
	width: 412px;
	min-width: 412px;
	margin: 0 1rem;
}
.slide-track {
	animation: scroll 60s linear infinite;
	width: 4440px;
	padding: 1rem 0;
}
.integrations-track-slider-2 .slide-track {
	margin-left: 206px;
}
.slider {
	overflow: hidden;
}
.carousel-container-nav {
	text-align: right;
}
.carousel-slider .slick-track {
	padding: 1rem 0;
	display: flex;
}
.carousel-container {
	max-height: 537.95px;
}
.carousel-slider {
	margin-left: -1rem;
	margin-top: 1rem;
}
.carousel-slider.slick-slider {
	margin-left: 0;
	margin-top: 0;
}
.carousel-slider .slide-item {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 3rem;
}
.slide-card-item {
	border-radius: 0.5rem;
	border: var(--card-border);
	box-shadow: var(--card-box-shadow);
}
.slider-item-link {
	text-decoration: none;
}
.slider-card-headline {
	color: var(--deep-ocean);
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	height: 72px;
}
.slider-card-description {
	color: var(--deep-ocean);
	font-weight: 300;
	margin-top: 10px;
	min-height: 96px;
}
.slider-image img {
	width: 100%;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.slider-icon.image {
	margin-top: -2.5rem;
	padding: 0 2.5rem;
	height: 56px;
}
.slider-icon.image img {
	height: 56px;
	width: 56px;
}
.slider-icon.number {
	padding: 2.5rem;
}
.slider-icon.number img {
	height: 40px;
}
.slider-number-container {
	color: var(--light-text);
	font-size: 4rem;
	font-weight: 700;
	line-height: normal;
	padding: 0 2.5rem;
}
.slider-number-text {
	color: var(--light-text);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	padding: 0 2.5rem;
}
.slider-content {
	padding: 1rem 2.5rem 2.5rem 2.5rem;
}
.carousel-container-nav .slick-arrow {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	will-change: transform;
	transition: .3s;
}
.carousel-container-nav.yellow .slick-arrow {
	background-color: #FCE399;
}
.carousel-container-nav.purple .slick-arrow {
	background-color: #D8DBFC;
}
.carousel-container-nav.teal .slick-arrow {
	background-color: #9EF2E2;
}
.carousel-container-nav.blue .slick-arrow {
	background-color: #E9F2FF;
}
.carousel-container-nav .slick-prev {
	margin-right: 1rem;
}
.pseudo-link.arrow-link {
	margin-top: 2rem;
	display: flex;
	justify-content: flex-end;
}
@media screen and (hover:hover) {
	.integrations-item:hover,
	.slide-card-item:hover {
		border-color: var(--serious-business);
	}
	.carousel-container-nav .slick-arrow:hover {
		transform: scale(1.3);
	}
}
@media screen and (min-width: 413px) {
	.slider-card-headline {
		height: 48px;
	}
}
@media screen and (min-width: 768px) {
	.carousel-slider {
		width: 100vw;
	}
	.carousel-slider .slide-item {
		max-width: 385px;
	}
}
@media screen and (min-width: 992px) {
	.carousel-container-nav {
		margin-top: 3.5rem;
	}
	.carousel-slider {
		overflow: hidden;
		max-height: 537.95px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1368px) {
	.slider-card-headline {
		height: 48px;
	}
}
@media screen and (min-width: 1399) {
	.carousel-slider {
		width: 85vw;
	}
}
.integrations-item-link {
	padding: 2.5rem;
	color: inherit;
	display: flex;
	align-items: center;
	text-decoration: none;
}
.integrations-icon {
	margin-right: 1.5rem;
}
.search-integrations-item-link .integrations-icon {
	margin-right: 0;
}
.integrations-item .p4 {
	font-size: 1rem;
	line-height: 1.5rem;
}
.integration-grid-type-3 .integrations-item:nth-of-type(n+4),
.integration-grid-type-5 .integrations-item:nth-of-type(n+6) {
	position: relative;
	left: 50%;
}
@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-250px * 7));
	}
}

/* Slider */
.integrations-track-slider .slick-slide {
	background-color: var(--white);
	margin: 0 0.5rem;
	position: relative;
}
.integrations-track-slider .slick-slide:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.integrations-track-slider .slick-slide .integrations-icon {
	margin: 0 0 1rem 0;
}
.integrations-slider-item-link,
.integrations-content-slider {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 0;
	text-align: center;
	top: 0;
	width: 100%;
}
.integrations-content .p4,
.integrations-content .p6 {
	color: var(--card-text);
}
.integrations-slider-item-link {
	color: inherit;
	text-decoration: none;
}
.integrations-slider-content {
	max-width: 160px;
}
.integrations-slider-wrapper-mobile .slick-track {
	margin-top: 2rem;
	display: flex;
}
.integrations-slider-wrapper-mobile .slick-slide {
	height: 300px;
	min-width: 223px !important;
	margin: 0 1rem;
}
.integrations-slider-wrapper-mobile .integrations-item-link {
	border: var(--card-border);
	box-shadow: var(--card-box-shadow);
	flex-direction: column;

	width: 223px;
}
.integrations-slider-wrapper-mobile .integrations-item-link .integrations-icon {
	margin-right: 0;
}
.integrations-content .p4 {
	margin-top: 1rem;
}
.integrations-content .p6 {
	margin-top: .5rem;
}
@media screen and (max-width: 767px) {
	.integrations-slider-wrapper-mobile .integrations-item-link {
		padding: 1.5rem;
	}
}
@media screen and (min-width: 1200px) {
	.integrations-content .p4 {
		margin-top: 0;
	}
	.integrations-content .p6 {
		margin-top: 0;
	}
}

/* Integrations overview */
.integrations-search-content-block {
	margin: var(--default-margin) 0;
}
.integrations-search-content-block form {
	position: sticky;
	top: 66px;
}
.search-result-integrations {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2rem;
	margin-bottom: 2rem;
}
.search-integrations-item-link {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	border: var(--card-border);
	border-radius: 8px;
	box-shadow: var(--card-box-shadow);
}
.search-result-integrations .integration {
	transition: .3s;
}
.integrations-header {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--dusty-cloud);
	height: 128px;
	border-radius: .5rem .5rem 0 0;
}
.integrations-footer {
	padding: 1.5rem;
}
.integrations-name {
	color: var(--light-text);
	font-size: 1rem;
	font-weight: var(--bold);
	line-height: 1.1875rem;
	margin-bottom: .5rem;
}
.integrations-description {
	color: var(--light-text);
	font-size: 1rem;
	line-height: 1.1875rem;
	height: 60px;
}
.sf-field-taxonomy-integration_catagories ul li input {
	display: none;
}
.sf-field-taxonomy-integration_catagories ul li label {
	color: var(--shallow-ocean);
	font-size: 1rem;
	line-height: 1.5rem;
}
.popular-integrations-grid {
	display: grid;
	grid-gap: 2rem;
}
.popular-integrations-grid-4,
.popular-integrations-grid-5,
.popular-integrations-grid-6 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.popular-integration-item {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--dusty-cloud);
	border-radius: .5rem;
	border: var(--card-border);
	box-shadow: var(--card-box-shadow);
	padding-bottom: 2rem;
	position: relative;
	transition: .3s;
}
.popular-integrations-item-link {
	text-decoration: none;
	width: 100%;
	text-align: center;
}
.popular-integrations-item-link .integrations-icon {
	margin-right: 0;
}
@media screen and (hover: hover) {
	.popular-integration-item:hover {
		transform: scale(1.05);
	}
}
@media screen and (min-width: 576px) {
	.search-result-integrations {
		grid-template-columns: 1fr 1fr;
	}
	.popular-integrations-grid-4,
	.popular-integrations-grid-5,
	.popular-integrations-grid-6 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.popular-integrations-grid-5 .popular-integration-item:nth-child(5) {
		left: 50%;
	}
}
@media screen and (min-width: 992px) {
	.popular-integrations-grid-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.popular-integrations-grid-5,
	.popular-integrations-grid-6 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.popular-integrations-grid-5 .popular-integration-item:nth-child(4),
	.popular-integrations-grid-5 .popular-integration-item:nth-child(5) {
		left: 50%;
	}
}
@media screen and (min-width: 1200px) {
	.popular-integrations-grid-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	.popular-integrations-grid-5 .popular-integration-item {
		left: 0 !important;
	}
}
@media screen and (min-width: 1400px) {
	.search-result-integrations {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.popular-integrations-grid-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}
@media screen and (max-width: 991px) {
	.sf-field-taxonomy-integration_catagories ul {
		display: flex;
		overflow-x: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.sf-field-taxonomy-integration_catagories ul::-webkit-scrollbar {
		display: none;
	}
}
@media screen and (max-width: 1199px) {
	.searchandfilter .sf-field-taxonomy-integration_catagories li {
		cursor: pointer;
		display: inline-block;
		margin-right: 1rem;
		margin-bottom: 1rem;
	}
	.searchandfilter .sf-field-taxonomy-integration_catagories li.sf-option-active label {
		background-color: var(--deep-ocean);
	}
	.searchandfilter .sf-field-taxonomy-integration_catagories li label {
		background-color: var(--extra-light);
		border-radius: 20px;
		cursor: pointer;
		color: var(--semi-deep-ocean);
		padding: 8px 24px;
		white-space: nowrap;
	}
	.searchandfilter .sf-field-taxonomy-integration_catagories li.sf-option-active label {
		color: var(--white);
	}
}
@media screen and (min-width: 992px) {
	.sf-field-taxonomy-integration_catagories .sf-option-active label {
		color: var(--serious-business);
		font-weight: var(--bold);
	}
}
.integrations-search-content-block .sf-field-search input {
	min-width: 200px;
	height: 40px;
	position: relative;
	background-image: url('/wp-content/themes/mouseflow/assets/images/search.svg');
	background-repeat: no-repeat;
	background-position: .5rem center;
	padding-left: 2.5rem;
}
#blog-search-result {
	scroll-margin-top: 4rem;
}
@media screen and (hover:hover) {
	.search-result-integrations .integration:hover {
		transform: scale(1.05);
	}
	.sf-field-taxonomy-integration_catagories ul li label:hover {
		color: var(--serious-business);
		font-weight: var(--bold);
		cursor: pointer;
	}
}

/* Testimonial */
.average-rating-description {
	margin-top: 1.5rem;
	font-weight: 300;
}
.average-rating-description a {
	color: var(--highlight);
	text-decoration: none;
}
.testimonials-grid {
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: 1fr;
}
.testimonial {
	padding: 1.5rem;
	border-radius: .5rem;
	box-shadow: var(--card-box-shadow);
	display: flex;
	flex-direction: column;
	align-self: flex-start;
}
.testimonial hr {
	border: 1px solid var(--extra-light);
	height: 1px;
	position: relative;
	width: calc(100% + 3rem);
	left: -1.5rem;
}
.testimonial-headline {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 2.5rem;
}
.testimonial-review {
	font-weight: 300;
}
.testimonial-reviewer {
	font-weight: 700;
}
.testimonial-reviewer-title {
	font-weight: 300;
	font-size: 14px;
}
.hubspot-popup-cta {
	margin-top: 5rem;
}
.overlay-hidden {
	display: none !important;
}
#hubspot-popup-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
.hubspot-popup-form {
	background-color: var(--white);
	border-radius: .5rem;
	box-shadow: var(--card-box-shadow);
	padding: 2.5rem;
	max-width: 500px;
}
.hubspot-popup-form input[type=text],
.hubspot-popup-form input[type=email],
.hubspot-popup-form input[type=tel] {
	background-image: none !important;
	height: 2.5rem;
	width: 100%;
	padding-left: .5rem;
}
.hubspot-popup-form .hs-form-booleancheckbox span,
.hubspot-popup-form .hs-richtext {
	color: var(--shallow-ocean) !important;
	font-size: 12px !important;
	line-height: 16px !important;
}
.hubspot-popup-form .hs-submit {
	margin-top: 1rem;
}
.hubspot-popup-form .hs-form-booleancheckbox-display input {
	margin-top: 0;
}
@media screen and (min-width: 768px) {
	.testimonials-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

/* Small customer stories */
.rating {
	position: relative;
	width: 80px;
}
.rating:before {
	position: absolute;
	left: 0;
	right: 0;
	content: '★★★★★';
	opacity: .5;
}
.number-0-5:after {
	width: 10%;
}
.number-1:after {
	width: 20%;
}
.number-1-5:after {
	width: 30%;
}
.number-2:after {
	width: 40%;
}
.number-2-5:after {
	width: 50%;
}
.number-3:after {
	width: 60%;
}
.number-3-5:after {
	width: 70%;
}
.number-4:after {
	width: 80%;
}
.number-4-5:after {
	width: 90%;
}
.number-5:after {
	width: 100%;
}
.rating:after {
	color: var(--brightly-optimistic);
	content: '★★★★★';
	position: absolute;
	z-index: 1;
	display: block;
	left: 0;
	top: 0;
	overflow: hidden;
}
.rating-description {
	margin-left: 8px;
}
.quote-background {
	background-color: var(--dark-mode);
	border-radius: 0.5rem;
	padding: 2.5rem;
}
.quotee {
	align-items: center;
	margin-bottom: 2.5rem;
}
.initial-circle {
	align-items: center;
	background-color: #95C2E2;
	border-radius: 50%;
	display: flex;
	font-size: 2rem;
	justify-content: center;
	height: 80px;
	width: 80px;
	margin-right: 1rem;
}
.quote-background .s1 {
	margin-top: 1rem;
}

/* Flexible design cards */
.two-cards-flexible-grid {
	margin-bottom: 2rem;
}
.grid-wide-left,
.grid-wide-right,
.grid-even {
	display: grid;
	grid-gap: 2rem;
}
.first-card,
.second-card {
	box-shadow: var(--card-box-shadow);
	border: var(--card-border);
	border-radius: 8px;
}
.image-top {
	position: relative;
}
.image-top .arrow-link {
	position: absolute;
	bottom: 2rem;
}
.image-top p {
	margin-bottom: 4rem;
}
.image-right .second-card-content,
.image-right .first-card-content,
.image-left .second-card-content,
.image-left .first-card-content {
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.first-card.image-right,
.second-card.image-right,
.first-card.image-left,
.second-card.image-left {
	display: flex;
}
.card-side-image-background {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
}
.image-right .card-side-image-background {
	border-radius: 0 .5rem .5rem 0;
}
.image-left .card-side-image-background {
	border-radius: .5rem 0 0 .5rem;
}
.side-image-text-large {
	color: var(--white);
	font-size: 4rem;
	font-weight: 700;
}
.side-image-text-small {
	color: var(--white);
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
}
.card-top-image-background {
	height: 150px;
}
.card-top-image-background img {
	height: 100%;
	max-height: 150px;
	object-fit: cover;
	object-position: bottom center;
}
.first-card-content,
.second-card-content {
	padding: 0 2rem 2rem;
}
.first-card.features,
.second-card.features {
	padding-top: 2rem;
}
.first-card-content a,
.second-card-content a {
	color: var(--serious-business);
	font-weight: 700;
	text-decoration: none;
}
.image-top .card-icon {
	margin-top: -28px;
	width: 56px;
	height: 56px;
}
.card-icon {
	margin-bottom: 1rem;
}
.first-card-content h3,
.second-card-content h3 {
	margin-bottom: 1rem;
}
.two-cards-features {
	list-style: none;
	padding-left: 0;
	margin-top: 1.5rem;
	margin-bottom: 2rem;
}
.two-cards-feature-item {
	background-color: var(--medium-background);
	margin-bottom: .5rem;
	padding: .5rem;
}
.features-item-icon img {
	width: 24px;
	margin-right: .5rem;
}

@media screen and (hover: hover) {
	.first-card-content a:hover,
	.second-card-content a:hover {
		text-decoration: underline;
	}
}

@media screen and (min-width: 1199px) {
	.grid-wide-left {
		grid-template-columns: 3fr 2fr;
	}
	.grid-wide-right {
		grid-template-columns: 2fr 3fr;
	}
	.grid-even {
		grid-template-columns: 1fr 1fr;
	}
}

/* CTA cards */
.purple-animated,
.purple-animation {
	background-color: var(--subtle-warmth);
}
.blue-animated,
.blue-animation {
	background-color: var(--serious-business);
}
.yellow-animated,
.yellow-animation {
	background-color: var(--brightly-optimistic);
}
.dark-animated,
.dark-animation {
	background-color: var(--dark-mode);
}
.purple-animated .block-purple,
.blue-animated .block-blue,
.yellow-animated .block-yellow,
.dark-animated .block-dark {
	background-color: transparent;
}
.two_cta_cards.blue {
	background-color: var(--medium-blue);
}
.two_cta_cards.blue .card-1-content,
.two_cta_cards.blue .card-2-content {
	background-color: var(--serious-business);
}
.two_cta_cards.purple {
	background-color: var(--medium-purple);
}
.two_cta_cards.purple .card-1-content,
.two_cta_cards.purple .card-2-content {
	background-color: var(--subtle-warmth);
}
.two_cta_cards.yellow {
	background-color: var(--extra-brightly-optimistic);
}
.two_cta_cards.yellow .card-1-content,
.two_cta_cards.yellow .card-2-content {
	background-color: var(--brightly-optimistic);
}
.two_cta_cards.dark {
	background-color: var(--deep-ocean);
}
.two_cta_cards.dark .card-1-content,
.two_cta_cards.dark .card-2-content {
	background-color: var(--serious-business);
}
.card-1-content,
.card-2-content {
	border-radius: 0.5rem;
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.card-1-content img,
.card-2-content img {
	width: 50px;
}
.card-1-content h3,
.card-2-content h3 {
	color: var(--white);
	margin-top: .5rem;
	margin-bottom: 1rem;
}
.card-1-content p,
.card-2-content p {
	color: var(--white);
}
.yellow .card-1-content p,
.yellow .card-2-content p,
.yellow .card-1-content h3,
.yellow .card-2-content h3 {
	color: var(--deep-ocean);
}
.yellow .card-1-content .cta-button-primary,
.yellow .card-2-content .cta-button-primary {
	background-color: var(--deep-ocean);
	color: var(--white);
}
.card-container {
	border-radius: 0.5rem;
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: 1fr;
	background-image: none !important;;
}
.two-cards-container,
.cards-grid-container {
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: 1fr;
}
.blue .two-cards-container .pre-header {
	color: var(--serious-business);
}
.dark .two-cards-container .pre-header {
	color: var(--brightly-optimistic);
}
.dark .two-cards-container h2,
.dark .two-cards-container .description {
	color: var(--white);
}
.card-illustration img {
	object-fit: cover;
	aspect-ratio: 7 / 4;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	min-width: 100%;
}
.card-content {
	padding: 2.5rem;
	order: 1;
}
.card-container.block-dark h4,
.card-container.block-dark h2,
.card-container.block-dark .description,
.card-container.block-dark .cta-note {
	color: var(--white);
}
.card-container.block-dark .pre-headline,
.card-container.block-dark .pre-header.seo {
	color: #3285F5;
}
.card-container.block-purple h4,
.card-container.block-purple h2,
.card-container.block-purple .description,
.card-container.block-purple .cta-note,
.card-container.block-blue h4,
.card-container.block-blue h2,
.card-container.block-blue .description,
.card-container.block-blue .cta-note,
.card-container.block-yellow h4,
.card-container.block-yellow h2,
.card-container.block-yellow .description,
.card-container.block-yellow .cta-note {
	color: var(--deep-ocean);
}

.purple-animated .block-purple h4,
.purple-animated .block-purple h2,
.purple-animated .block-purple .description,
.purple-animated .block-purple .cta-note,
.blue-animated .block-blue h4,
.blue-animated .block-blue h2,
.blue-animated .block-blue .description,
.blue-animated .block-blue .cta-note {
	color: var(--white) !important;
}
.card-container.block-yellow .cta-button {
	background-color: var(--serious-business);
	color: var(--white);
	border: 1px solid var(--serious-business);
}
.card-container.block-yellow .cta-button-secondary {
	background-color: var(--yellow);
	border: 1px solid var(--deep-ocean);
	color: var(--deep-ocean);
}
.card-container.block-yellow .cta-button svg {
	filter: brightness(0) invert(1);
}
@media screen and (hover: hover) {
	.cta_card.background-light .card-dark .cta-button:hover,
	.cta_card.background-medium .card-dark .cta-button:hover {
		background-color: var(--highlight);
		border-color: var(--highlight);
	}
	.card-dark .cta-button:hover {
		color: var(--white);
	}
	.card-container.block-purple .cta-button-secondary:hover,
	.card-container.block-blue .cta-button-secondary:hover,
	.card-container.block-yellow .cta-button-secondary:hover {
		border: 1px solid #08163C !important;
	}
	.card-container.block-blue .cta-button:hover svg,
	.card-container.block-purple .cta-button:hover svg {
		filter: brightness(0) invert(1);
	}
	.yellow .card-1-content .cta-button-primary:hover,
	.yellow .card-2-content .cta-button-primary:hover {
		background-color: var(--white);
		color: var(--deep-ocean);
	}
}
@media screen and (min-width: 992px) {
	.animated-background,
	.hero-animated-background {
		position: relative;
		overflow: hidden;
	}
	.background-animation,
	.hero-background-animation {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
		pointer-events: none;
	}
	.hero-background-animation {
		top: 106px;
	}
	.animated-background .container,
	.hero-animated-background .container {
		position: relative;
		z-index: 1;
	}
	/* Base star styles */
	.stars,
	.anim-item,
	.hero-stars {
		position: absolute;
		width: 20px;
		height: 20px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	/* Different images - 3n pattern */
	.stars:nth-child(3n+1),
	.anim-item:nth-child(3n+1),
	.hero-stars:nth-child(3n+1) {
		background-image: url('/wp-content/themes/mouseflow/assets/images/ai-small.svg');
	}
	.stars:nth-child(3n+2),
	.anim-item:nth-child(3n+2),
	.hero-stars:nth-child(3n+2) {
		background-image: url('/wp-content/themes/mouseflow/assets/images/ai-medium.svg');
	}
	.stars:nth-child(3n+3),
	.anim-item:nth-child(3n+3),
	.hero-stars:nth-child(3n+3) {
		background-image: url('/wp-content/themes/mouseflow/assets/images/ai-large.svg');
	}

	/* Different sizes - 5n pattern */
	.stars:nth-child(5n+1) { width: 14px; height: 14px; }
	.stars:nth-child(5n+2) { width: 18px; height: 18px; }
	.stars:nth-child(5n+3) { width: 22px; height: 22px; }
	.stars:nth-child(5n+4) { width: 16px; height: 16px; }
	.stars:nth-child(5n+5) { width: 24px; height: 24px; }

	/* Unique positions for all 30 stars */
	.stars:nth-child(1) { left: 3%; top: 8%; }
	.stars:nth-child(2) { left: 12%; top: 42%; }
	.stars:nth-child(3) { left: 8%; top: 78%; }
	.stars:nth-child(4) { left: 18%; top: 15%; }
	.stars:nth-child(5) { left: 24%; top: 58%; }
	.stars:nth-child(6) { left: 15%; top: 88%; }
	.stars:nth-child(7) { left: 32%; top: 22%; }
	.stars:nth-child(8) { left: 28%; top: 72%; }
	.stars:nth-child(9) { left: 38%; top: 5%; }
	.stars:nth-child(10) { left: 42%; top: 48%; }
	.stars:nth-child(11) { left: 35%; top: 85%; }
	.stars:nth-child(12) { left: 48%; top: 18%; }
	.stars:nth-child(13) { left: 55%; top: 62%; }
	.stars:nth-child(14) { left: 52%; top: 92%; }
	.stars:nth-child(15) { left: 58%; top: 32%; }
	.stars:nth-child(16) { left: 65%; top: 8%; }
	.stars:nth-child(17) { left: 62%; top: 75%; }
	.stars:nth-child(18) { left: 72%; top: 45%; }
	.stars:nth-child(19) { left: 68%; top: 88%; }
	.stars:nth-child(20) { left: 78%; top: 12%; }
	.stars:nth-child(21) { left: 75%; top: 55%; }
	.stars:nth-child(22) { left: 82%; top: 82%; }
	.stars:nth-child(23) { left: 85%; top: 25%; }
	.stars:nth-child(24) { left: 88%; top: 65%; }
	.stars:nth-child(25) { left: 92%; top: 5%; }
	.stars:nth-child(26) { left: 95%; top: 38%; }
	.stars:nth-child(27) { left: 90%; top: 72%; }
	.stars:nth-child(28) { left: 5%; top: 52%; }
	.stars:nth-child(29) { left: 45%; top: 35%; }
	.stars:nth-child(30) { left: 22%; top: 32%; }

	/* Combined animations: twinkle + drift (slowed down) */
	.stars:nth-child(1) { animation: twinkle1 8s ease-in-out infinite, drift1 55s ease-in-out infinite; animation-delay: 0s, -10s; }
	.stars:nth-child(2) { animation: twinkle2 14s ease-in-out infinite, drift2 70s ease-in-out infinite; animation-delay: -4.6s, -36s; }
	.stars:nth-child(3) { animation: twinkle3 11s ease-in-out infinite, drift3 60s ease-in-out infinite; animation-delay: -9.4s, -16s; }
	.stars:nth-child(4) { animation: twinkle4 16s ease-in-out infinite, drift4 75s ease-in-out infinite; animation-delay: -2.2s, -44s; }
	.stars:nth-child(5) { animation: twinkle1 12s ease-in-out infinite, drift5 65s ease-in-out infinite; animation-delay: -11.6s, -24s; }
	.stars:nth-child(6) { animation: twinkle2 18s ease-in-out infinite, drift6 58s ease-in-out infinite; animation-delay: -6.4s, -6s; }
	.stars:nth-child(7) { animation: twinkle3 9s ease-in-out infinite, drift1 72s ease-in-out infinite; animation-delay: -14.8s, -56s; }
	.stars:nth-child(8) { animation: twinkle4 15s ease-in-out infinite, drift2 62s ease-in-out infinite; animation-delay: -1.2s, -30s; }
	.stars:nth-child(9) { animation: twinkle1 10s ease-in-out infinite, drift3 68s ease-in-out infinite; animation-delay: -8.2s, -14s; }
	.stars:nth-child(10) { animation: twinkle2 17s ease-in-out infinite, drift4 54s ease-in-out infinite; animation-delay: -13.8s, -40s; }
	.stars:nth-child(11) { animation: twinkle3 13s ease-in-out infinite, drift5 64s ease-in-out infinite; animation-delay: -5.6s, -22s; }
	.stars:nth-child(12) { animation: twinkle4 8s ease-in-out infinite, drift6 74s ease-in-out infinite; animation-delay: -16.4s, -4s; }
	.stars:nth-child(13) { animation: twinkle1 19s ease-in-out infinite, drift1 58s ease-in-out infinite; animation-delay: -3s, -48s; }
	.stars:nth-child(14) { animation: twinkle2 10s ease-in-out infinite, drift2 66s ease-in-out infinite; animation-delay: -10.6s, -18s; }
	.stars:nth-child(15) { animation: twinkle3 14s ease-in-out infinite, drift3 56s ease-in-out infinite; animation-delay: -7.4s, -34s; }
	.stars:nth-child(16) { animation: twinkle4 12s ease-in-out infinite, drift4 70s ease-in-out infinite; animation-delay: -14.2s, -8s; }
	.stars:nth-child(17) { animation: twinkle1 16s ease-in-out infinite, drift5 62s ease-in-out infinite; animation-delay: -0.6s, -52s; }
	.stars:nth-child(18) { animation: twinkle2 9s ease-in-out infinite, drift6 72s ease-in-out infinite; animation-delay: -9s, -26s; }
	.stars:nth-child(19) { animation: twinkle3 20s ease-in-out infinite, drift1 60s ease-in-out infinite; animation-delay: -4.2s, -12s; }
	.stars:nth-child(20) { animation: twinkle4 11s ease-in-out infinite, drift2 68s ease-in-out infinite; animation-delay: -12.8s, -42s; }
	.stars:nth-child(21) { animation: twinkle1 15s ease-in-out infinite, drift3 54s ease-in-out infinite; animation-delay: -17.4s, -20s; }
	.stars:nth-child(22) { animation: twinkle2 12s ease-in-out infinite, drift4 64s ease-in-out infinite; animation-delay: -3.6s, -2s; }
	.stars:nth-child(23) { animation: twinkle3 17s ease-in-out infinite, drift5 76s ease-in-out infinite; animation-delay: -11.2s, -60s; }
	.stars:nth-child(24) { animation: twinkle4 8s ease-in-out infinite, drift6 58s ease-in-out infinite; animation-delay: -6.8s, -32s; }
	.stars:nth-child(25) { animation: twinkle1 18s ease-in-out infinite, drift1 66s ease-in-out infinite; animation-delay: -15.6s, -16s; }
	.stars:nth-child(26) { animation: twinkle2 10s ease-in-out infinite, drift2 62s ease-in-out infinite; animation-delay: -1.8s, -46s; }
	.stars:nth-child(27) { animation: twinkle3 14s ease-in-out infinite, drift3 70s ease-in-out infinite; animation-delay: -8.4s, -28s; }
	.stars:nth-child(28) { animation: twinkle4 13s ease-in-out infinite, drift4 56s ease-in-out infinite; animation-delay: -12.2s, -38s; }
	.stars:nth-child(29) { animation: twinkle1 16s ease-in-out infinite, drift5 74s ease-in-out infinite; animation-delay: -5.2s, -54s; }
	.stars:nth-child(30) { animation: twinkle2 11s ease-in-out infinite, drift6 64s ease-in-out infinite; animation-delay: -16.8s, -22s; }

	/* Different sizes - 5n pattern */
	.hero-stars:nth-child(5n+1) { width: 14px; height: 14px; }
	.hero-stars:nth-child(5n+2) { width: 18px; height: 18px; }
	.hero-stars:nth-child(5n+3) { width: 22px; height: 22px; }
	.hero-stars:nth-child(5n+4) { width: 16px; height: 16px; }
	.hero-stars:nth-child(5n+5) { width: 24px; height: 24px; }

	/* Unique positions for all 30 stars */
	.hero-stars:nth-child(1) { left: 3%; top: 8%; }
	.hero-stars:nth-child(2) { left: 12%; top: 42%; }
	.hero-stars:nth-child(3) { left: 8%; top: 78%; }
	.hero-stars:nth-child(4) { left: 18%; top: 15%; }
	.hero-stars:nth-child(5) { left: 24%; top: 58%; }
	.hero-stars:nth-child(6) { left: 15%; top: 88%; }
	.hero-stars:nth-child(7) { left: 32%; top: 22%; }
	.hero-stars:nth-child(8) { left: 28%; top: 72%; }
	.hero-stars:nth-child(9) { left: 38%; top: 5%; }
	.hero-stars:nth-child(10) { left: 42%; top: 48%; }
	.hero-stars:nth-child(11) { left: 35%; top: 85%; }
	.hero-stars:nth-child(12) { left: 48%; top: 18%; }
	.hero-stars:nth-child(13) { left: 55%; top: 62%; }
	.hero-stars:nth-child(14) { left: 52%; top: 92%; }
	.hero-stars:nth-child(15) { left: 58%; top: 32%; }
	.hero-stars:nth-child(16) { left: 65%; top: 8%; }
	.hero-stars:nth-child(17) { left: 62%; top: 75%; }
	.hero-stars:nth-child(18) { left: 72%; top: 45%; }
	.hero-stars:nth-child(19) { left: 68%; top: 88%; }
	.hero-stars:nth-child(20) { left: 78%; top: 12%; }
	.hero-stars:nth-child(21) { left: 75%; top: 55%; }
	.hero-stars:nth-child(22) { left: 82%; top: 82%; }
	.hero-stars:nth-child(23) { left: 85%; top: 25%; }
	.hero-stars:nth-child(24) { left: 88%; top: 65%; }
	.hero-stars:nth-child(25) { left: 92%; top: 5%; }
	.hero-stars:nth-child(26) { left: 95%; top: 38%; }
	.hero-stars:nth-child(27) { left: 90%; top: 72%; }
	.hero-stars:nth-child(28) { left: 5%; top: 52%; }
	.hero-stars:nth-child(29) { left: 45%; top: 35%; }
	.hero-stars:nth-child(30) { left: 22%; top: 32%; }

	/* Combined animations: twinkle + drift (slowed down) */
	.hero-stars:nth-child(1) { animation: twinkle1 8s ease-in-out infinite, drift1 55s ease-in-out infinite; animation-delay: 0s, -10s; }
	.hero-stars:nth-child(2) { animation: twinkle2 14s ease-in-out infinite, drift2 70s ease-in-out infinite; animation-delay: -4.6s, -36s; }
	.hero-stars:nth-child(3) { animation: twinkle3 11s ease-in-out infinite, drift3 60s ease-in-out infinite; animation-delay: -9.4s, -16s; }
	.hero-stars:nth-child(4) { animation: twinkle4 16s ease-in-out infinite, drift4 75s ease-in-out infinite; animation-delay: -2.2s, -44s; }
	.hero-stars:nth-child(5) { animation: twinkle1 12s ease-in-out infinite, drift5 65s ease-in-out infinite; animation-delay: -11.6s, -24s; }
	.hero-stars:nth-child(6) { animation: twinkle2 18s ease-in-out infinite, drift6 58s ease-in-out infinite; animation-delay: -6.4s, -6s; }
	.hero-stars:nth-child(7) { animation: twinkle3 9s ease-in-out infinite, drift1 72s ease-in-out infinite; animation-delay: -14.8s, -56s; }
	.hero-stars:nth-child(8) { animation: twinkle4 15s ease-in-out infinite, drift2 62s ease-in-out infinite; animation-delay: -1.2s, -30s; }
	.hero-stars:nth-child(9) { animation: twinkle1 10s ease-in-out infinite, drift3 68s ease-in-out infinite; animation-delay: -8.2s, -14s; }
	.hero-stars:nth-child(10) { animation: twinkle2 17s ease-in-out infinite, drift4 54s ease-in-out infinite; animation-delay: -13.8s, -40s; }
	.hero-stars:nth-child(11) { animation: twinkle3 13s ease-in-out infinite, drift5 64s ease-in-out infinite; animation-delay: -5.6s, -22s; }
	.hero-stars:nth-child(12) { animation: twinkle4 8s ease-in-out infinite, drift6 74s ease-in-out infinite; animation-delay: -16.4s, -4s; }
	.hero-stars:nth-child(13) { animation: twinkle1 19s ease-in-out infinite, drift1 58s ease-in-out infinite; animation-delay: -3s, -48s; }
	.hero-stars:nth-child(14) { animation: twinkle2 10s ease-in-out infinite, drift2 66s ease-in-out infinite; animation-delay: -10.6s, -18s; }
	.hero-stars:nth-child(15) { animation: twinkle3 14s ease-in-out infinite, drift3 56s ease-in-out infinite; animation-delay: -7.4s, -34s; }
	.hero-stars:nth-child(16) { animation: twinkle4 12s ease-in-out infinite, drift4 70s ease-in-out infinite; animation-delay: -14.2s, -8s; }
	.hero-stars:nth-child(17) { animation: twinkle1 16s ease-in-out infinite, drift5 62s ease-in-out infinite; animation-delay: -0.6s, -52s; }
	.hero-stars:nth-child(18) { animation: twinkle2 9s ease-in-out infinite, drift6 72s ease-in-out infinite; animation-delay: -9s, -26s; }
	.hero-stars:nth-child(19) { animation: twinkle3 20s ease-in-out infinite, drift1 60s ease-in-out infinite; animation-delay: -4.2s, -12s; }
	.hero-stars:nth-child(20) { animation: twinkle4 11s ease-in-out infinite, drift2 68s ease-in-out infinite; animation-delay: -12.8s, -42s; }
	.hero-stars:nth-child(21) { animation: twinkle1 15s ease-in-out infinite, drift3 54s ease-in-out infinite; animation-delay: -17.4s, -20s; }
	.hero-stars:nth-child(22) { animation: twinkle2 12s ease-in-out infinite, drift4 64s ease-in-out infinite; animation-delay: -3.6s, -2s; }
	.hero-stars:nth-child(23) { animation: twinkle3 17s ease-in-out infinite, drift5 76s ease-in-out infinite; animation-delay: -11.2s, -60s; }
	.hero-stars:nth-child(24) { animation: twinkle4 8s ease-in-out infinite, drift6 58s ease-in-out infinite; animation-delay: -6.8s, -32s; }
	.hero-stars:nth-child(25) { animation: twinkle1 18s ease-in-out infinite, drift1 66s ease-in-out infinite; animation-delay: -15.6s, -16s; }
	.hero-stars:nth-child(26) { animation: twinkle2 10s ease-in-out infinite, drift2 62s ease-in-out infinite; animation-delay: -1.8s, -46s; }
	.hero-stars:nth-child(27) { animation: twinkle3 14s ease-in-out infinite, drift3 70s ease-in-out infinite; animation-delay: -8.4s, -28s; }
	.hero-stars:nth-child(28) { animation: twinkle4 13s ease-in-out infinite, drift4 56s ease-in-out infinite; animation-delay: -12.2s, -38s; }
	.hero-stars:nth-child(29) { animation: twinkle1 16s ease-in-out infinite, drift5 74s ease-in-out infinite; animation-delay: -5.2s, -54s; }
	.hero-stars:nth-child(30) { animation: twinkle2 11s ease-in-out infinite, drift6 64s ease-in-out infinite; animation-delay: -16.8s, -22s; }

	/* Different sizes - 5n pattern */
	.anim-item:nth-child(5n+1) { width: 14px; height: 14px; }
	.anim-item:nth-child(5n+2) { width: 18px; height: 18px; }
	.anim-item:nth-child(5n+3) { width: 22px; height: 22px; }
	.anim-item:nth-child(5n+4) { width: 16px; height: 16px; }
	.anim-item:nth-child(5n+5) { width: 24px; height: 24px; }

	/* Unique positions for all 30 anim-item */
	.anim-item:nth-child(1) { left: 3%; top: 8%; }
	.anim-item:nth-child(2) { left: 12%; top: 42%; }
	.anim-item:nth-child(3) { left: 8%; top: 78%; }
	.anim-item:nth-child(4) { left: 18%; top: 15%; }
	.anim-item:nth-child(5) { left: 24%; top: 58%; }
	.anim-item:nth-child(6) { left: 15%; top: 88%; }
	.anim-item:nth-child(7) { left: 32%; top: 22%; }
	.anim-item:nth-child(8) { left: 28%; top: 72%; }
	.anim-item:nth-child(9) { left: 38%; top: 5%; }
	.anim-item:nth-child(10) { left: 42%; top: 48%; }
	.anim-item:nth-child(11) { left: 35%; top: 85%; }
	.anim-item:nth-child(12) { left: 48%; top: 18%; }
	.anim-item:nth-child(13) { left: 55%; top: 62%; }
	.anim-item:nth-child(14) { left: 52%; top: 92%; }
	.anim-item:nth-child(15) { left: 58%; top: 32%; }
	.anim-item:nth-child(16) { left: 65%; top: 8%; }
	.anim-item:nth-child(17) { left: 62%; top: 75%; }
	.anim-item:nth-child(18) { left: 72%; top: 45%; }
	.anim-item:nth-child(19) { left: 68%; top: 88%; }
	.anim-item:nth-child(20) { left: 78%; top: 12%; }
	.anim-item:nth-child(21) { left: 75%; top: 55%; }
	.anim-item:nth-child(22) { left: 82%; top: 82%; }
	.anim-item:nth-child(23) { left: 85%; top: 25%; }
	.anim-item:nth-child(24) { left: 88%; top: 65%; }
	.anim-item:nth-child(25) { left: 92%; top: 5%; }
	.anim-item:nth-child(26) { left: 95%; top: 38%; }
	.anim-item:nth-child(27) { left: 90%; top: 72%; }
	.anim-item:nth-child(28) { left: 5%; top: 52%; }
	.anim-item:nth-child(29) { left: 45%; top: 35%; }
	.anim-item:nth-child(30) { left: 22%; top: 32%; }

	/* Combined animations: twinkle + drift (slowed down) */
	.anim-item:nth-child(1) { animation: twinkle1 8s ease-in-out infinite, drift1 55s ease-in-out infinite; animation-delay: 0s, -10s; }
	.anim-item:nth-child(2) { animation: twinkle2 14s ease-in-out infinite, drift2 70s ease-in-out infinite; animation-delay: -4.6s, -36s; }
	.anim-item:nth-child(3) { animation: twinkle3 11s ease-in-out infinite, drift3 60s ease-in-out infinite; animation-delay: -9.4s, -16s; }
	.anim-item:nth-child(4) { animation: twinkle4 16s ease-in-out infinite, drift4 75s ease-in-out infinite; animation-delay: -2.2s, -44s; }
	.anim-item:nth-child(5) { animation: twinkle1 12s ease-in-out infinite, drift5 65s ease-in-out infinite; animation-delay: -11.6s, -24s; }
	.anim-item:nth-child(6) { animation: twinkle2 18s ease-in-out infinite, drift6 58s ease-in-out infinite; animation-delay: -6.4s, -6s; }
	.anim-item:nth-child(7) { animation: twinkle3 9s ease-in-out infinite, drift1 72s ease-in-out infinite; animation-delay: -14.8s, -56s; }
	.anim-item:nth-child(8) { animation: twinkle4 15s ease-in-out infinite, drift2 62s ease-in-out infinite; animation-delay: -1.2s, -30s; }
	.anim-item:nth-child(9) { animation: twinkle1 10s ease-in-out infinite, drift3 68s ease-in-out infinite; animation-delay: -8.2s, -14s; }
	.anim-item:nth-child(10) { animation: twinkle2 17s ease-in-out infinite, drift4 54s ease-in-out infinite; animation-delay: -13.8s, -40s; }
	.anim-item:nth-child(11) { animation: twinkle3 13s ease-in-out infinite, drift5 64s ease-in-out infinite; animation-delay: -5.6s, -22s; }
	.anim-item:nth-child(12) { animation: twinkle4 8s ease-in-out infinite, drift6 74s ease-in-out infinite; animation-delay: -16.4s, -4s; }
	.anim-item:nth-child(13) { animation: twinkle1 19s ease-in-out infinite, drift1 58s ease-in-out infinite; animation-delay: -3s, -48s; }
	.anim-item:nth-child(14) { animation: twinkle2 10s ease-in-out infinite, drift2 66s ease-in-out infinite; animation-delay: -10.6s, -18s; }
	.anim-item:nth-child(15) { animation: twinkle3 14s ease-in-out infinite, drift3 56s ease-in-out infinite; animation-delay: -7.4s, -34s; }
	.anim-item:nth-child(16) { animation: twinkle4 12s ease-in-out infinite, drift4 70s ease-in-out infinite; animation-delay: -14.2s, -8s; }
	.anim-item:nth-child(17) { animation: twinkle1 16s ease-in-out infinite, drift5 62s ease-in-out infinite; animation-delay: -0.6s, -52s; }
	.anim-item:nth-child(18) { animation: twinkle2 9s ease-in-out infinite, drift6 72s ease-in-out infinite; animation-delay: -9s, -26s; }
	.anim-item:nth-child(19) { animation: twinkle3 20s ease-in-out infinite, drift1 60s ease-in-out infinite; animation-delay: -4.2s, -12s; }
	.anim-item:nth-child(20) { animation: twinkle4 11s ease-in-out infinite, drift2 68s ease-in-out infinite; animation-delay: -12.8s, -42s; }
	.anim-item:nth-child(21) { animation: twinkle1 15s ease-in-out infinite, drift3 54s ease-in-out infinite; animation-delay: -17.4s, -20s; }
	.anim-item:nth-child(22) { animation: twinkle2 12s ease-in-out infinite, drift4 64s ease-in-out infinite; animation-delay: -3.6s, -2s; }
	.anim-item:nth-child(23) { animation: twinkle3 17s ease-in-out infinite, drift5 76s ease-in-out infinite; animation-delay: -11.2s, -60s; }
	.anim-item:nth-child(24) { animation: twinkle4 8s ease-in-out infinite, drift6 58s ease-in-out infinite; animation-delay: -6.8s, -32s; }
	.anim-item:nth-child(25) { animation: twinkle1 18s ease-in-out infinite, drift1 66s ease-in-out infinite; animation-delay: -15.6s, -16s; }
	.anim-item:nth-child(26) { animation: twinkle2 10s ease-in-out infinite, drift2 62s ease-in-out infinite; animation-delay: -1.8s, -46s; }
	.anim-item:nth-child(27) { animation: twinkle3 14s ease-in-out infinite, drift3 70s ease-in-out infinite; animation-delay: -8.4s, -28s; }
	.anim-item:nth-child(28) { animation: twinkle4 13s ease-in-out infinite, drift4 56s ease-in-out infinite; animation-delay: -12.2s, -38s; }
	.anim-item:nth-child(29) { animation: twinkle1 16s ease-in-out infinite, drift5 74s ease-in-out infinite; animation-delay: -5.2s, -54s; }
	.anim-item:nth-child(30) { animation: twinkle2 11s ease-in-out infinite, drift6 64s ease-in-out infinite; animation-delay: -16.8s, -22s; }

	/* Twinkle animations - opacity and scale only */
	@keyframes twinkle1 {
		0%, 100% { opacity: 0; transform: scale(0.5); }
		15%, 25% { opacity: 1; transform: scale(1); }
		40% { opacity: 0; transform: scale(0.5); }
	}

	@keyframes twinkle2 {
		0%, 100% { opacity: 0; transform: scale(0.6); }
		30%, 50% { opacity: 0.9; transform: scale(1); }
		80% { opacity: 0; transform: scale(0.6); }
	}

	@keyframes twinkle3 {
		0%, 100% { opacity: 0; transform: scale(0.5); }
		10%, 20% { opacity: 1; transform: scale(1); }
		30% { opacity: 0.2; transform: scale(0.8); }
		40%, 50% { opacity: 0.8; transform: scale(1); }
		65% { opacity: 0; transform: scale(0.5); }
	}

	@keyframes twinkle4 {
		0%, 100% { opacity: 0; transform: scale(0.5); }
		20% { opacity: 0.6; transform: scale(0.9); }
		40%, 60% { opacity: 1; transform: scale(1.1); }
		80% { opacity: 0.4; transform: scale(0.9); }
	}

	/* Drift animations - slow position movements */
	@keyframes drift1 {
		0%, 100% { margin-top: 0; margin-left: 0; }
		25% { margin-top: -40px; margin-left: 60px; }
		50% { margin-top: 30px; margin-left: 80px; }
		75% { margin-top: 50px; margin-left: 20px; }
	}

	@keyframes drift2 {
		0%, 100% { margin-top: 0; margin-left: 0; }
		25% { margin-top: 50px; margin-left: -40px; }
		50% { margin-top: 70px; margin-left: 30px; }
		75% { margin-top: 20px; margin-left: 70px; }
	}

	@keyframes drift3 {
		0%, 100% { margin-top: 0; margin-left: 0; }
		25% { margin-top: -30px; margin-left: -50px; }
		50% { margin-top: 40px; margin-left: -70px; }
		75% { margin-top: 60px; margin-left: -20px; }
	}

	@keyframes drift4 {
		0%, 100% { margin-top: 0; margin-left: 0; }
		25% { margin-top: 45px; margin-left: 50px; }
		50% { margin-top: -20px; margin-left: 90px; }
		75% { margin-top: -50px; margin-left: 40px; }
	}

	@keyframes drift5 {
		0%, 100% { margin-top: 0; margin-left: 0; }
		25% { margin-top: -60px; margin-left: 30px; }
		50% { margin-top: -40px; margin-left: -40px; }
		75% { margin-top: 20px; margin-left: -60px; }
	}

	@keyframes drift6 {
		0%, 100% { margin-top: 0; margin-left: 0; }
		25% { margin-top: 35px; margin-left: -30px; }
		50% { margin-top: -25px; margin-left: -60px; }
		75% { margin-top: -55px; margin-left: 25px; }
	}
}
@media screen and (min-width: 768px) {
	.cards-grid-container {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (min-width: 992px) {
	.card-container {
		grid-template-columns: 1fr 1fr;
	}
	.card-content {
		order: 0;
	}
	.card-illustration img {
		object-fit: cover;
		aspect-ratio: 6 / 4;
		border-bottom-right-radius: 0.5rem;
		border-top-right-radius: 0.5rem;
		border-top-left-radius: 0;
		min-width: 100%;
		height: 100%;
	}
}
@media screen and (min-width: 1399px) {
	.two-cards-container {
		grid-template-columns: 1fr 1fr;
	}
}

/* Reviews */
.review-badges img {
	margin-right: 1rem;
	max-height: 7rem;
	width: auto;
}
.reviews-container {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2rem;
}
.review-box {
	color: var(--white);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2.5rem;
	border-radius: .5rem;
}
.review-box figure {
	text-align: center;
}
.review-box figure img {
	height: 64px;
	width: 64px;
}
.review-box .rating-description,
.review-box .rating {
	margin-top: 1.5rem;
	text-align: center;
}
.review-box .rating-description {
	height: 40px;
}
.review-cta {
	margin-bottom: 1.5rem;
}
.review-box-link {
	text-decoration: none;
	transition: .3s;
}
.review-box-link:first-of-type .review-box {
	background-color: var(--subtle-warmth);
}
.review-box-link:nth-of-type(2) .review-box {
	background-color: var(--dark-mode);
}
.review-badges {
	margin-bottom: 2.5rem;
	display: flex;
	flex-wrap: nowrap;
}
@media screen and (hover:hover) {
	.review-box-link:hover {
		transform: scale(1.02);
	}
}
@media screen and (min-width: 576px) {
	.reviews-container {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (min-width: 992px) {
	.review-badges {
		margin-bottom: 0;
	}
}

/* Cards */
.cards-link {
	text-decoration: none;
}
.cards-container {
	border: var(--card-border);
	border-radius: .5rem;
	box-shadow: var(--card-box-shadow);
	color: var(--white);
	padding: 2rem;
	margin-bottom: 2rem;
	text-decoration: none;
	transition: .3s;
	will-change: transform;
}
@media (hover: hover) {
	.cards-container:hover {
		transform: scale(1.01);
	}
}
.flex-cards-container-3 {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	grid-gap: 1.5rem;
}
.flex-cards-container-3 .cards-container {
	height: 100%;
	padding: 2.5rem 1.5rem 0;
}
.flex-cards-container-3 .description,
.flex-cards-container-3 .description p {
	margin-bottom: 0;
}
.flex-cards-container-3 .cards-illustration {
	display: none;
}
.cards-content-container .description {
	max-width: 330px;
}
.cards-content-container .p4.description p {
	font-size: 1rem;
	line-height: 1.5rem;
}
.cards-container-0 {
	background-color: var(--light-serious-business);
	color: var(--light-text);
	display: flex;
	justify-content: space-between;
	height: 234px;
}
.cards-container-0 .description div,
.cards-container-0 .description p,
.cards-container-0 h6 {
	color: var(--light-text);
}
.cards-content-container .p4 div,
.cards-content-container .p4 p {
	font-size: 1rem;
}
.cards-container-1 {
	background-color: var(--serious-business);
	display: flex;
	flex-direction: row;
	height: 234px;
	justify-content: space-between;
}
.cards-container-1 img {
	align-self: flex-end;
}
.cards-container-2 {
	background-color: var(--highlight);
	display: flex;
	flex-direction: row;
	height: 234px;
	justify-content: space-between;
}
.cards-container-3 {
	background-color: var(--dark-mode);
	height: 234px;
}
.cards-content-container *,
.cards-content-container p {
	color: var(--white);
}
.main-illustration {
	opacity: 1;
	transition: all .3s ease-out;
}
.hover-illustration {
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all .3s ease-out;
}
.cards-illustration {
	display: none;
}
@media screen and (min-width: 576px) {
	.cards-container {
		padding: 2.5rem;
	}
	.cards-content-container .p4.description p {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}
@media screen and (min-width: 768px) {
	.cards-illustration {
		display: block;
		position: relative;
		align-self: flex-end;
		top: 0;
		padding-left: 1rem;
	}
	.flex-cards-container-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.cards-content-container .description p {
		font-size: 1.5rem;
	}
	.cards-container-1 {
		height: 507px;
		flex-direction: column;
	}
	.cards-container-2 {
		height: 508px;
		flex-direction: column;
	}
	.cards-container-3 {
		height: 233px;
	}
}
@media screen and (min-width: 992px) {
	.cards-content-container .p4 div {
		font-size: 1.5rem;
	}
}

/* Single Quote */
.single-quote-container {
	text-align: center;
}
.single-quote {
	font-size: 1.5rem;
	line-height: 2rem;
}
.single-quotee {
	justify-content: center;
	margin-top: 1rem;
}
.single-initial-circle {
	align-items: center;
	background-color: #BEF0E6;
	border-radius: 50%;
	color: var(--deep-ocean);
	display: flex;
	font-size: 0.75rem;
	justify-content: center;
	height: 1.5rem;
	width: 1.5rem;
	margin-right: .5rem;
}
.single-quotee * {
	margin-right: .5rem;
}
.single-quotee a {
	color: var(--light-text);
}
.single-quote-title {
	margin-top: .5rem;
	color: var(--shallow-ocean);
}

/* Image and Content */
.image-and-content-container {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}
.image-and-content-content {
	margin: 1.5rem 0;
}
.image_and_content img {
	width: auto;
}
.image_and_content .order-0 {
	order: 1 !important;
}
.image_and_content .order-0,
.image_and_content .order-1 {
	margin-top: 2rem;
}
.desktop-image {
	display: none;
}
.mobile-image {
	margin-bottom: 1.5rem;
}
@media screen and (min-width: 576px) {
	.desktop-image {
		display: block;
		width: 100%;
	}
	.mobile-image {
		display: none;
	}
}
@media screen and (min-width: 992px) {
	.image-and-content-content {
		margin-bottom: 0;
	}
	.image_and_content .order-0 {
		order: 0 !important;
	}
	.image_and_content .order-1,
	.image_and_content .order-0 {
		margin-top: 0;
	}
}

/* Faq */
.faq .nav-tabs {
	display: block;
}
.faq .tabs-grid {
	display: grid;
	grid-template-columns: 1fr;
}
.faq .tab-nav-container,
.faq .tab-feature-container {
	background-color: var(--white);
	padding: 1.5rem;
}
.background-light.faq .tab-nav-container,
.background-light.faq .tab-feature-container {
	background-color: var(--dusty-cloud) !important;
}
.faq .tab-content .tab-pane {
	height: 100%;
}
.faq .nav-link {
	border-left: .5rem solid var(--extra-light);
	color: var(--light-text);
}
.faq .nav-link {
	display: block;
	text-align: left;
	width: 100%;
	margin-top: 1rem;
}
.faq .nav-link.active {
	background-color: var(--light-blue);
	border-left: .5rem solid var(--serious-business);
	color: var(--serious-business);
	font-weight: var(--bold);
	;
}
.faq .faq-footer {
	margin-top: 5rem;
}
.faq .faq-footer p {
	font-size: 1rem;
}
.faq .tab-content {
	display: none;
}
.accordion-feature-description {
	background-color: var(--dusty-cloud);
	padding: 1.5rem 1rem;
}
.accordion-feature-description p {
	margin-bottom: 0;
}
.accordion-feature-description {
	display: none;
}
.accordion-feature-description.open {
	display: block;
}
@media screen and (min-width: 768px) {
	.faq .tabs-grid {
		grid-template-columns: 3fr 5fr;
		grid-gap: 2rem;
	}
	.faq .tab-nav-container {
		padding: 2rem;
	}
	.faq .tab-content {
		display: block;
	}
	.faq .nav-link {
		margin-bottom: 1rem;
		margin-top: 0;
	}
	.accordion-feature-description {
		display: none !important;
	}
}

/* Three columns width Graphic */
.columns-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2rem;
}
.columns-grid-item .p4 {
	margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
	.columns-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

/* Comparison overview */
.product-comparison-grid {
	display: grid;
	grid-template-columns: 2fr 3fr 3fr;
	margin-bottom: 5rem;
}
.product-comparison-headline {
	font-size: 1rem;
	font-weight: var(--bold);
	text-align: center;
	padding: 2rem;
}
.headline-empty,
.product-comparison-headline,
.feature-headline-overview,
.feature-1,
.feature-2 {
	border-bottom: 1px solid var(--extra-light);
}
.feature-headline-overview,
.feature-headline-overview-last {
	font-size: 24px;
	font-weight: var(--bold);
	line-height: 32px;
	padding: 2rem 2rem 2rem 0;
}
.feature-1,
.feature-2,
.feature-1-last,
.feature-2-last {
	padding: 2rem;
}
.feature-1 {
	background-color: var(--dusty-cloud);
	border-left: 1rem solid var(--white);
	border-right: 1rem solid var(--white);
}
.feature-1-last {
	background-color: var(--dusty-cloud);
	border-left: 1rem solid var(--white);
	border-right: 1rem solid var(--white);
}
.feature-2 {
	background-color: var(--dark-mode);
	border-left: 1rem solid var(--white);
	border-right: 1rem solid var(--white);
	color: var(--white);
}
.feature-2-last {
	background-color: var(--dark-mode);
	border-left: 1rem solid var(--white);
	border-right: 1rem solid var(--white);
	color: var(--white);
}
.product-comparison-grid {
	overflow: scroll;
}
.product-comparison-headline-1 {
	background-color: var(--dusty-cloud);
	border-left: 1rem solid var(--white);
	border-right: 1rem solid var(--white);
}
.product-comparison-headline-2 {
	background-color: var(--dark-mode);
	border-left: 1rem solid var(--white);
	border-right: 1rem solid var(--white);
	color: var(--white);
}
.page-item {
	margin-bottom: 2rem;
}

/* TOC */
.pages-grid {
	column-count: 3;
	column-gap: 1rem;
	margin-top: 5rem;
}
.toc-header {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.75rem;
	margin-bottom: 1rem;
}
.toc-header p {
	line-height: 1.5rem !important;
}
.toc .pages-grid a {
	color: var(--serious-business);
	font-size: 1rem;
}

/* Related articles */
.articles-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2rem;
}
.articles-grid a {
	text-decoration: none;
}
.related_articles .category {
	color: var(--semi-deep-ocean);
	margin-bottom: 1rem;
}
.related-articles-all-link {
	display: flex;
	justify-content: flex-end;
}
.article-title {
	color: var(--light-text);
	font-size: 1.5rem;
	line-height: 2.5rem;
}
.article-meta {
	margin-top: 1rem;
}
.reading-time {
	color: var(--shallow-ocean);
	margin-left: .5rem;
}
.related-cat {
	color: var(--serious-business);
	margin-right: .5rem;
}
.related-cat .scroll-to-result {
	cursor: pointer;
}
@media screen and (min-width: 576px) {
	.articles-grid {
		grid-template-columns: 1fr 1fr;
	}
	.articles-grid-3 {
		grid-template-columns: 1fr;
	}
}
@media screen and (min-width: 992px) {
	.articles-grid-3 {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.articles-grid-3 .p2 {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.articles-grid-3 .related-post-metadata {
		font-size: .825rem;
		padding: .5rem 0;
	}
}

/* Industry Journey */
.industry_journey {
	padding-bottom: 0;
}
.step-title {
	font-size: 1rem;
	font-weight: var(--bold);
	;
	line-height: 2rem;
	box-shadow: var(--card-box-shadow);
	border: var(--card-border);
	border-radius: 8px;
	padding: 1rem;
	height: 61px;
}
.road {
	background-color: var(--dusty-cloud);
	margin: 0 1rem;
	width: 32px;
}
.mobile-road {
	background-color: var(--dusty-cloud);
	padding: 2rem .5rem;
}
.road-start,
.road-end {
	background-color: var(--dusty-cloud);
	height: 120px;
	width: 32px;
	position: relative;
	left: -16px;
	border-radius: 8px 8px 0 0;
}
.road-end {
	border-radius: 0 0 8px 8px;
}
.road-start-horisontal,
.road-end-horisontal {
	background-color: var(--dusty-cloud);
	height: 32px;
	position: relative;
	left: 16px;
	border-radius: 8px 0;
}
.road-end-horisontal {
	border-radius: 0 8px;
}
.dot {
	background-color: var(--highlight);
	min-width: 1rem;
	height: 1rem;
	border-radius: 50%;
	transform: scale(.5);
	transition: transform .8s cubic-bezier(0.16, 1, 0.3, 1);
}
.dot.build-in-animate {
	background-color: var(--serious-business);
	transform: scale(1);
}
.step-card-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2rem;
	margin-left: 0;
	padding: 2.5rem;
	box-shadow: var(--card-box-shadow);
	border: var(--card-border);
	border-radius: 8px;
}
.step-illustration {
	text-align: center;
}
.step-headline {
	font-size: 1.5rem;
	font-weight: var(--bold);
	;
	line-height: 2rem;
	margin-bottom: 1rem;
}
.step-content {
	line-height: 1.5rem;
}
@media screen and (max-width: 428px) {
	.step-card-container {
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 991px) {
	.build-in-scale-top {
		opacity: 0;
		transition: opacity .6s cubic-bezier(0.16, 1, 0.3, 1), transform .6s cubic-bezier(0.16, 1, 0.3, 1);
		transform: scale(0.9) translateY(20px);
	}
	.build-in-scale-top.build-in-animate {
		opacity: 1;
		transform: translateY(0);
	}
}
@media screen and (min-width: 992px) {
	.step-card-container {
		margin: 3.75rem;
		margin-right: 5.2rem;
		grid-template-columns: 1fr;
	}
	.build-in-scale-right {
		opacity: 0;
		transition: opacity .8s cubic-bezier(0.16, 1, 0.3, 1), transform .8s cubic-bezier(0.16, 1, 0.3, 1);
		transform: scale(0.9) translateX(-20px);
	}
	.build-in-scale-right.build-in-animate {
		opacity: 1;
		transform: translateY(0);
	}
	.build-in-scale-left {
		opacity: 0;
		transition: opacity .6s cubic-bezier(0.16, 1, 0.3, 1), transform .6s cubic-bezier(0.16, 1, 0.3, 1);
		transform: scale(0.9) translateX(20px);
	}
	.build-in-scale-left.build-in-animate {
		opacity: 1;
		transform: translateY(0);
	}
}
@media screen and (min-width: 1200px) {
	.step-card-container {
		grid-template-columns: 1fr 1fr;
	}
	.step-illustration {
		text-align: left;
	}
}
@media screen and (min-width: 1400px) {
	.step-card-container {
		margin-right: 6.5rem;
	}
}
@media (prefers-reduced-motion) {
	.build-in-scale {
		opacity: 1;
	}
	.build-in-animate {
		animation: none !important;
	}
}

/* Tabs */
.tabs .nav-tabs {
	overflow-x: scroll;
	overflow-y: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.tabs-hr {
	border-color: var(--extra-light);
	opacity: .1;
	height: 2px !important;
	margin: 0;
	position: relative;
	top: -2px;
}
.tabs .nav-tabs::-webkit-scrollbar {
	display: none;
}
.tabs .nav-tabs .nav-item {
	margin-bottom: 0px;
}
.tabs .nav-tabs .nav-item .nav-link {
	border: none;
	color: var(--shallow-ocean);
	font-weight: 700;
	white-space: nowrap;
	background-color: transparent !important;
}
.tabs .nav-tabs .nav-item .nav-link.active {
	color: var(--serious-business);
	border-bottom: 3px solid var(--serious-business);
}
.tab-container {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	padding: 2rem 0;
}
.tab-headline {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
.tab-description {
	margin-bottom: 1.5rem;
}
.tabs-list-item {
	display: flex;
	font-weight: 500;
	margin-bottom: 1.5rem;
}
.tabs-list-item .icon {
	margin-right: 1rem;
}
.tab-content .arrow-link {
	font-size: 1rem;
}
@media screen and (hover: hover) {
	.tabs .nav-tabs .nav-item .nav-link:hover {
		border-bottom: 3px solid var(--serious-business);
		color: var(--serious-business);
	}
}
@media screen and (min-width: 992px) {
	.tab-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.tabs .nav-tabs {
		justify-content: center;
		overflow: hidden;
	}
}

/* Contact Form */
.contact_form {
	background-repeat: no-repeat;
}
.contact_form.background-dark {
	background-image: url('/wp-content/themes/mouseflow/assets/images/contact-form-background-graphic_wide.svg');
}
.contact_form.background-medium {
	background-image: url('/wp-content/themes/mouseflow/assets/images/contact-form-background-graphic_wide_light.svg');
}
.contact_form .logo-item {
	justify-content: center;
}
.contact_form.background-dark .logo-item img {
	filter: brightness(0) invert(1);
}
.contact_form input:not([type="submit"], [type="checkbox"]) {
	width: 100%;
	margin-bottom: 1rem;
}
.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type=tel] {
	background-image: none;
	height: 40px;
	padding-left: 1rem;
}
.contact_form .actions {
	text-align: center;
}
.contact_form input[type=submit] {
	margin-top: 1rem;
	padding: 0 1.5rem !important;
	height: 40px;
}
.contact_form .description,
.contact_form label span {
	color: var(--semi-deep-ocean);
}

/* Contact us page */
.contact-us-page-hero {
	padding: 9.5rem 0 0 0;
}
.contact-us-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1rem;
}
.contact-us-item {
	box-shadow: var(--card-box-shadow);
	border: var(--card-border);
	border-radius: 8px;
	padding: 40px 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.contact-us-item .pre-headline {
	color: var(--serious-business) !important;
}
.contact-us-item-title {
	color: var(--serious-business);
	font-size: 20px;
	font-weight: var(--bold);
	;
	line-height: 24px;
	margin-bottom: 2rem;
	text-transform: uppercase;
}
.contact-us-item-description {
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 40px;
}
.contact-us-button {
	display: block;
	text-align: center;
}
.contact-us-grid-phone {
	background-color: var(--dusty-cloud);
	box-shadow: var(--card-box-shadow);
	border: var(--card-border);
	border-radius: 8px;
	padding: 40px 24px;
	margin-bottom: 2rem;
}
.country-grid {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	grid-gap: 1.5rem;
}
.country-grid-item {
	display: flex;
	align-items: flex-start;
}
.country-grid-item figure {
	width: 33px;
}
.contact-us-item {
	background-color: var(--dusty-cloud);
}
.contact-us-item .description {
	color: var(--light-text);
}
.contact-us-item .cta-button {
	margin-right: 0;
}
.country-grid-item img {
	width: 32px;
}
.country-info {
	padding-left: 1rem;
}
.country-name {
	font-size: 20px;
	margin-top: -.5rem;
}
.book-a-demo-container {
	border-radius: .5rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2rem;
	padding: 5rem;
}
.get-in-touch-container .description {
	max-width: 796px;
}
.get-in-touch-illustration svg {
	width: 56px;
}
.get-in-touch-cards {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: var(--default-margin);
}
.get-in-touch-card {
	display: grid;
	grid-template-columns: 1fr 7fr;
}
.get-in-touch-card:first-of-type {
	margin-right: 8rem;
	margin-bottom: 4rem;
}
.get-in-touch-card .locations-container {
	display: flex;
	flex-direction: column;
}
.location-2 {
	margin-top: 1.5rem;
}
.get-in-touch-card .address-header {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
.get-in-touch-card svg {
	margin-right: 1rem;
}
.get-in-touch-address {
	display: flex;
}
.card-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 0;
}
.card-info h5 {
	line-height: normal;
	margin-bottom: 1.5rem;
}
.get-in-touch-address {
	margin-bottom: 1.5rem;
}
.get-in-touch-phone {
	margin-bottom: 1rem;
}
.address-info {
	margin-top: -.3rem;
}
@media screen and (min-width: 768px) {
	.country-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.get-in-touch-cards {
		flex-direction: row;
	}
}
@media screen and (min-width: 992px) {
	.contact-us-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.country-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* Demo page */
.demo-page-hero .description {
	color: var(--input);
	font-size: 1.5rem;
	line-height: 2rem;
}
.demo-page-hero .scroll-down {
	position: relative;
	bottom: 0rem;
}
.demo-page-hero .scroll-down a {
	color: #66A7FD;
	font-size: 20px;
	line-height: 24px;
	display: flex;
	justify-content: center;
}
.demo-page-hero .scroll-down:after {
	content: url('/wp-content/themes/mouseflow/assets/images/scroll-down-arrow-light.svg');
	position: relative;
	top: -4px;
}
.demo-page-hero .scroll-down:hover:after {
	content: url('/wp-content/themes/mouseflow/assets/images/scroll-down-arrow-light-hover.svg');
	position: relative;
	top: 0;
}
.demo-description {
	color: var(--serious-business);
	font-weight: var(--bold);
	;
	margin-top: 1.5rem;
}
.recording-status {
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}
.flasher {
	display: block;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background-color: var(--redwine);
	cursor: pointer;
	box-shadow: 0 0 0 rgba(227, 152, 148, 0.8);
	animation: pulse 2s infinite
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(227, 152, 148, 0.8);
	}
	70% {
		box-shadow: 0 0 0 10px rgba(227, 152, 148, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(227, 152, 148, 0);
	}
}
.demo-content-block {
	margin: var(--full-margin) 0;
}
.demo-content-block h4.center {
	max-width: 650px;
	margin: 0 auto 2rem;
}
.demo-content-block .description {
	color: var(--semi-deep-ocean);
	font-size: 1.25rem;
}
.demo-content-block .buttons-container {
	grid-gap: 1.5rem;
}
.form-description {
	color: var(--semi-deep-ocean);
	font-size: 1.25rem;
	margin-bottom: 2rem;
}
.demo-features-container {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2rem;
}
.demo-features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1rem;
}
.demo-feature {
	display: flex;
}
.demo-feature .icon {
	margin-right: 1rem;
}
.demo-feartues-description {
	color: var(--semi-deep-ocean);
	font-size: 20px;
}
.mouse-flow-container img {
	pointer-events: none;
}
.no-click {
	cursor: pointer;
	margin-top: 2rem;
}
.no-click-event {
	pointer-events: none;
	cursor: pointer;
}
.cta-button-primary:hover .no-click-event {
	color: var(--white);
}
.buttons-container {
	display: flex;
	justify-content: center;
}
.form-area-input {
	display: flex;
}
.form-area-radio {
	text-align: center;
}
.form-area-radio .form-elements-container {
	display: flex;
	justify-content: center;
}
.form-area-radio .form-element {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 2rem;
}
.form-area {
	margin: 2.5rem 0;
}
.form-area-input .form-elements-container {
	display: flex;
	width: 100%;
}
.form-area-input .form-element {
	display: flex;
	flex-direction: column;
	width: 50%;
}
.form-area-input .form-elements-container {
	flex-direction: column;
}
@media screen and (min-width: 768px) {
	.form-area-input .form-elements-container {
		flex-direction: row;
	}
	.form-area-input .form-elements-container .form-element:first-of-type {
		margin-right: 1rem;
	}
	.form-area-input .form-elements-container .form-element:last-of-type {
		margin-left: 1rem;
	}
	.demo-features-container {
		grid-template-columns: 1fr 1fr;
	}
	.no-click {
		display: inline;
		margin-top: 0;
	}
}
@media screen and (min-width: 1400px) {
	.demo-page-hero .scroll-down {
		bottom: -5rem;
	}
}

/* Jobs */
.jobs-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2rem;
	margin-top: 5rem;
}
.job-item {
	box-shadow: var(--card-box-shadow);
	border: var(--card-border);
	border-radius: 8px;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: .3s;
}
.job-department {
	color: var(--serious-business);
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	padding: 0 1.5rem;
}
.job-title {
	color: var(--light-text);
	font-size: 2rem;
	line-height: 2.5rem;
	margin-bottom: 1.25rem;
	padding: 0 1.5rem;
}
.job-description {
	color: var(--semi-deep-ocean);
	font-size: 1rem;
	line-height: 1.5rem;
	padding: 0 1.5rem;
	margin-bottom: 1.5rem;
}
.job-location-container {
	background-color: var(--dusty-cloud);
	padding: 1.5rem;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.job-location {
	color: var(--shallow-ocean);
	font-size: 1rem;
	line-height: 1.1875rem;
}
.job-location svg {
	margin-right: .5rem;
}
@media screen and (min-width: 768px) {
	.jobs-grid {
		grid-template-columns: 1fr 1fr;
	}
}
@media (hover: hover) {
	.job-item:hover {
		transform: scale(1.01);
	}
}

/* Content and overflow video */
.content_and_overflow_illustration .description {
	margin-top: 1.5rem;
}

/* Videos */
.videos-search-content-block {
	margin: var(--default-margin) 0;
	position: relative;
	z-index: 1;
}
.search-result-videos {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2rem;
	margin-bottom: 2rem;
}
.video {
	background-color: var(--white);
	border: var(--card-border);
	border-radius: .5rem;
	box-shadow: var(--card-box-shadow);
	position: relative;
}
.content-block.video {
	border: none;
	box-shadow: none;
}
.content-block.video.background-medium {
	background-color: var(--medium-background);
}
.content-block.video.background-dark {
	background-color: var(--transparent-dark-blue);
}
.video-embed {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.popular-video {
	background-color: var(--highlight);
	border-radius: 19px;
	color: var(--white);
	display: inline;
	font-size: 14px;
	font-weight: var(--bold);
	line-height: 17px;
	padding: .5rem 1.5rem;
	position: absolute;
	top: 1rem;
	left: -1rem;
	z-index: 1;
}
.wistia_embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.w-chrome {
	width: 100% !important;
	height: 100% !important;
}
.tab-feature-illustration .wistia_responsive_padding {
	margin-top: 0;
	padding: 56.25% 0 0 0;
	position: relative;
}
.wistia_responsive_wrapper {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.wistia_responsive_wrapper .wistia_embed {
	height: 100%;
	position: relative;
	width: 100%;
}
.wistia_swatch {
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	transition: opacity 200ms;
	width: 100%;
}
.wistia_swatch img {
	filter: blur(5px);
	height: 100%;
	object-fit: contain;
	width: 100%;
}
.video-title {
	color: var(--light-text);
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: var(--bold);
	;
	padding: 1rem 1.5rem;
}
.sf-field-taxonomy-videon_catagories ul li {
	margin-bottom: .25rem;
}
.sf-field-taxonomy-videon_catagories ul li input {
	display: none;
}
.sf-field-taxonomy-videon_catagories ul li label {
	color: var(--shallow-ocean);
	font-size: 1rem;
	line-height: 1.5rem;
}
.sf-field-taxonomy-videon_catagories .sf-option-active label {
	color: var(--serious-business);
	font-weight: var(--bold);
	;
}
div[id$=".thumbnail"] {
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
}
div[id$=".big_play_button_background"] {
	border-radius: .5rem;
}
@media screen and (max-width: 767px) {
	.sf-field-taxonomy-videon_catagories {
		margin-bottom: 1rem !important;
	}
	.sf-field-taxonomy-videon_catagories .sf-label-radio {
		padding: .5rem 1.5rem !important;
	}
	.sf-field-taxonomy-videon_catagories {
		display: flex;
		overflow: hidden;
	}
	.sf-field-taxonomy-videon_catagories li {
		cursor: pointer;
		display: inline-block;
		margin-right: 1rem;
	}
	.sf-field-taxonomy-videon_catagories li.sf-option-active label {
		background-color: var(--deep-ocean);
	}
	.sf-field-taxonomy-videon_catagories .slick-slide {
		margin-right: 1rem;
	}
	.sf-field-taxonomy-videon_catagories li label {
		background-color: var(--extra-light);
		border-radius: 20px;
		cursor: pointer;
		color: var(--semi-deep-ocean);
		padding: 8px 24px;
	}
	.sf-field-taxonomy-videon_catagories li.sf-option-active label {
		color: var(--white);
	}
}
@media screen and (min-width: 992px) {
	.search-result-videos {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (hover:hover) {
	.search-result-videos .video:hover {
		transform: scale(1.05);
	}
	.sf-field-taxonomy-videon_catagories ul li label:hover {
		color: var(--serious-business);
		font-weight: var(--bold);
		cursor: pointer;
	}
}

/* Default pages */
.default-page-hero {
	padding: 11rem 0 0;
}
.default-page-hero h1,
.error-page-hero h1 {
	font-size: 40px;
	font-weight: var(--bold);
	;
	line-height: 48px;
	margin-bottom: 2.5rem;
	text-transform: none;
}
.page-template-default .entry-content {
	margin-bottom: var(--default-margin);
}

/* Blog */

/* breadcrumbs */
#breadcrumbs {
	margin: 2rem 0;
}
#breadcrumbs a,
#breadcrumbs .breadcrumb-cat {
	color: var(--serious-business);
	font-size: 1.25rem;
	line-height: 1.5rem;
	text-decoration: none;
}
#breadcrumbs .breadcrumb-cat {
	cursor: pointer;
}
#breadcrumbs>span>span>a {
	margin-right: 1rem;
}
#breadcrumbs>span>span>span {
	margin-left: 1rem;
}
#breadcrumbs span span span a {
	font-weight: var(--bold);
	;
}
#breadcrumbs .breadcrumb-divider {
	margin-right: .4rem;
	position: relative;
	top: -2px;
}
#breadcrumbs img {
	margin-bottom: 0;
	height: 12px;
	margin-top: 0;
}
.custom-blog-link {
	margin-right: .8rem;
}

/* Blog posts */
.block-main-content {
	overflow: hidden;
}
.blog-content {
	padding-bottom: var(--default-margin);
}
.description.blog-page-featured {
	margin-top: .5rem;
}
.featured-content-block {
	margin-bottom: 2.5rem;
}
.content-block.most-popular-articles-block {
	padding-top: 1rem;
}
.search-content-block .sf-field-search input {
	min-width: auto;
	height: 40px;
	position: relative;
	background-image: url('/wp-content/themes/mouseflow/assets/images/search.svg');
	background-repeat: no-repeat;
	background-position: .5rem center;
	padding-left: 2.5rem;
}
.search-content-block .sf-field-category ul li {
	display: inline-block;
	margin-bottom: 1rem;
}
.search-content-block .sf-field-search {
	margin-bottom: .5rem;
}
.category-filters {
	position: relative;
}
.slider-arrow {
	position: absolute;
	top: 10px;
	padding: .5rem 0;
	height: 40px;
	width: 80px;
}
.slider-arrow.prev {
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	left: 58px;
}
.slider-arrow.next {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	text-align: right;
	right: 0;
}

/* Search Forms */
.searchandfilter ul {
	padding-left: 0
}
.searchandfilter .sf-field-category li {
	cursor: pointer;
	display: inline-block;
	margin-right: 1rem;
}
.searchandfilter .sf-field-category li.sf-option-active label {
	background-color: var(--deep-ocean);
}
.searchandfilter .sf-field-category li label {
	background-color: var(--extra-light);
	border-radius: 20px;
	cursor: pointer;
	color: var(--semi-deep-ocean);
	padding: 8px 24px;
	white-space: nowrap;
}
.searchandfilter ul li li {
	padding: 0;
}
.searchandfilter .sf-field-category li.sf-option-active label {
	color: var(--white);
}
.searchandfilter ul li.sf-field-category .sf-input-radio {
	display: none;
}
.search-result-blog {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 4rem 2rem;
	margin-bottom: 4rem;
}
.most-popular-headline {
	font-size: 20px;
	line-height: 24px;
	border-bottom: 1px solid var(--extra-light);
	padding-bottom: .5rem;
	margin: 0 1rem 2rem;
}
.wpp-list {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2rem;
	padding: 1rem;
}
.wpp-list img {
	border-radius: .5rem;
}
.wpp-list li {
	list-style: none;
}
.wpp-post-title {
	color: var(--light-text);
	font-size: 1.25rem;
	font-weight: var(--bold);
	line-height: 1.75rem;
	text-decoration: none;
	margin-top: 1.5rem;
	display: block;
}
.sf-field-category ul {
	display: flex;
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.sf-field-category ul::-webkit-scrollbar {
	display: none;
}
@media screen and (hover:hover) {
	.searchandfilter .sf-field-category li label:hover {
		background-color: #d6deec;
	}
}
@media screen and (min-width: 786px) {
	.sf-field-category ul {
		display: block;
	}
	.search-result-blog {
		grid-template-columns: 1fr 1fr;
	}
	.wpp-list {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* Posts and stories */
.single-stories .entry-header,
.single-post .entry-header,
.single-topic-spotlights-new .entry-header {
	margin-bottom: 1rem;
}
.single-stories h1,
.single-post h1,
.single-topic-spotlight-page-hero h1 p,
.single-topic-spotlights-new h1 {
	font-size: 2.5rem;
	font-weight: var(--bold);
	line-height: 3rem;
	margin-bottom: 2.5rem;
	text-transform: none;
}
.single-stories h2,
.single-post h2,
.single-topic-spotlights-new h2 {
	font-size: 2rem;
	font-weight: var(--bold);
	line-height: 2.5rem;
	margin-top: 5rem;
	margin-bottom: 3rem;
}
.single-stories h3,
.single-post h3,
.single-topic-spotlights-new h3 {
	font-size: 1.5rem;
	font-weight: var(--bold);
	line-height: 2rem;
	margin-bottom: 1rem;
	margin-top: 2.5rem;
}
article:not(.jobs) li:not(.hs-form-booleancheckbox-display) {
	font-size: 1.125rem;
	line-height: 1.875rem;
}
.single-post .faq-answer p,
.single-topic-spotlights-new .faq-answer p {
	font-size: 1rem;
	line-height: 1.5rem;
}
.copy-button-container {
	display: flex;
	align-items: center;
	position: relative;
	height: 100%;
	width: 100%;
	justify-content: flex-end;
	height: 2rem;
}
.copy-button {
	display: flex;
	flex-direction: column;
	align-items: center;
	opacity: 0;
	cursor: pointer;
	transition: all .3s;
	margin-right: -2rem;
	margin-top: -2rem;
}
.copy-button.hovered {
	opacity: 1;
}
.copy-button img {
	width: 27px;
	margin-top: .5rem;
}
.copy-tool-tip {
	width: 75px;
	height: 22px;
	background-color: var(--dark-mode);
	border-radius: 1rem;
	position: relative;
	opacity: 0;
	transition: opacity .2s cubic-bezier(.2,0,0,1);
}
.copy-tool-tip span {
	color: var(--white);
	font-size: 12px;
	padding: 2px 0;
	position: absolute;
	transition: opacity .2s cubic-bezier(.2,0,0,1);
	text-align: center;
	width: 100%;
}
.copy-tool-tip span.not-clicked {
	opacity: 1;
	visibility: visible;
}
.copy-tool-tip span.clicked {
	opacity: 0;
	visibility: hidden;
}
.copy-link-headline {
	margin: 0 !important;
}
.has-anchor {
	margin-top: 5rem;
	margin-bottom: 3rem;
}
.post-content-container .faq {
	margin-top: 3rem;
}
.blog-cta-block {
	border-radius: .5rem;
	margin-top: 3rem;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-position:  -900px 0, 50px -650px;
	background-repeat: no-repeat, no-repeat;
	transition: background-position .6s ease-in-out;
}
.blog-cta-block h2 {
	margin-top: 0;
}
.blog-cta-description {
	font-size: 20px;
	margin-bottom: 2.5rem;
	max-width: 800px;
}
.block-blue {
	background-color: var(--light-blue);
	background-image: url('/wp-content/themes/mouseflow/assets/images/orbit-ring-blue-dark_full.svg'), url('/wp-content/themes/mouseflow/assets/images/orbit-ring-blue-light_full.svg');
}
.block-yellow {
	background-color: var(--yellow);
	background-image: url('/wp-content/themes/mouseflow/assets/images/orbit-ring-yellow-dark_full.svg'), url('/wp-content/themes/mouseflow/assets/images/orbit-ring-yellow-light_full.svg');
}
.block-yellow .cta-button {
	background-color: var(--serious-business);
	color: var(--white);
	border: 1px solid var(--serious-business);
}
.block-yellow .cta-button-secondary {
	background-color: var(--yellow);
	border: 1px solid var(--deep-ocean);
	color: var(--deep-ocean);
}
.block-blue .cta-button-secondary {
	background-color: var(--light-blue);
	border: 1px solid var(--deep-ocean);
	color: var(--deep-ocean);
}
.block-purple .cta-button-secondary {
	background-color: var(--purple);
	border: 1px solid var(--deep-ocean);
	color: var(--deep-ocean);
}
.block-dark .cta-button-secondary {
	background-color: var(--deep-ocean);
	border: 1px solid var(--white);
	color: var(--white);
}
.block-purple {
	background-color: var(--purple);
	background-image: url('/wp-content/themes/mouseflow/assets/images/orbit-ring-purple-dark_full.svg'), url('/wp-content/themes/mouseflow/assets/images/orbit-ring-purple-light_full.svg');
}
.block-dark {
	background-color: var(--dark-mode);
	background-image: url('/wp-content/themes/mouseflow/assets/images/orbit-ring-blue-dark2_full.svg'), url('/wp-content/themes/mouseflow/assets/images/orbit-ring-blue-light2_full.svg');
	color: var(--white);
}
.block-dark h2 {
	color: var(--white);
}
.single-post li,
.single-topic-spotlights-new li {
	padding-left: 1rem;
}
.single-post li::marker,
.single-topic-spotlights-new li::marker {
	color: var(--serious-business);
	font-weight: 700;
}
.single-post h4,
.single-topic-spotlights-new h4 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: var(--min-margin);
}
.blog-inset-block {
	border-radius: .5rem;
	padding: 3rem 2.5rem 2rem 2.5rem;
	margin-bottom: 2rem;
	margin-top: 1rem;
}
.inset_component {
	padding-top: 4rem;
	position: relative;
	top: -2rem;
}
.blog-inset-block h3 {
	margin-top: 0 !important;
}
.inset-headline {
	display: flex;
	align-items: center;
}
.inset-block-blue {
	background-color: var(--light-blue) !important;
}
.inset-block-yellow {
	background-color: var(--yellow) !important;
}
.inset-block-purple {
	background-color: var(--light-purple) !important;
}
.inset-headline .icon-container {
	width: 40px;
	height: auto;
	margin-right: 1rem;
}
.form-block-blue {
	background-color: var(--light-blue);
}
.form-block-yellow {
	background-color: var(--yellow);
}
.form-block-yellow .hs-button.primary.large {
	background-color: var(--serious-business);
	color: var(--white) !important;
}
.form-block-purple {
	background-color: var(--light-purple);
}
.blog-contact-form-content .hs-button.primary.large {
	border: none;
}
.blog-contact-form-image,
.blog-contact-form {
	border-radius: .5rem;
	margin-bottom: 5rem;
}
.blog-contact-form-image {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.contact-form-image {
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
}
.blog-contact-form-content {
	padding: 2.5rem;
}
.blog-contact-form-content h3 {
	margin-top: 0;
}
.blog-contact-form-content input:not([type=submit], [type=checkbox]) {
	width: 100%;
	min-width: 100% !important;
}
.blog-contact-form-content .hs-form-booleancheckbox-display {
	align-items: center;
}
.blog-contact-form-content .hs-form-booleancheckbox-display input {
	margin-top: 0;
}
.blog-contact-form-content .hs-form-booleancheckbox {
	padding-left: 0;
}
.blog-contact-form-content .hs-form-booleancheckbox span,
.blog-contact-form-content .hs-richtext {
	font-size: 14px;
	line-height: normal;
}
.blog-contact-form-description {
	margin-bottom: 1rem;
}
.blog-contact-form-content .hs-submit {
	margin-top: 1rem;
}
.wistia_responsive_padding {
	margin-top: 2rem;
}
.form-columns-2 {
	max-width: 100% !important;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-bottom: 2.5rem;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.blog-entry-content .video {
	border: none;
	box-shadow: none;
}
@media screen and (hover: hover) {
	.copy-button-container:hover .copy-button {
		opacity: 1;
	}
	.copy-button:hover .copy-tool-tip {
		opacity: 1;
	}
	.blog-cta-block:hover {
		background-position: -700px -50px, 500px -650px;
	}
	.block-yellow .cta-button:hover {
		background-color: var(--dark-mode);
		color: var(--white);
	}
	.block-dark .cta-button:hover {
		background-color: var(--subtle-warmth);
		color: var(--white);
	}
	.blog-contact-form-content .hs-button.primary.large:hover {
		background-color: var(--dark-mode);
		color: var(--white);
	}
	.block-blue .cta-button-secondary:hover {
		background-color: var(--medium-blue) !important;
		color: var(--deep-ocean);
	}
	.block-yellow .cta-button-secondary:hover {
		background-color: var(--extra-brightly-optimistic) !important;
		color: var(--deep-ocean);
	}
	.block-purple .cta-button-secondary:hover {
		background-color: var(--medium-purple) !important;
		color: var(--deep-ocean);
	}
	.block-dark .cta-button-secondary:hover {
		background-color: var(--dark-blue) !important;
		border: 1px solid var(--white) !important;
		color: var(--white);
	}
}
@media screen and (min-width: 450px) {
	.blog-cta-block {
		background-position: -900px 0, 200px -650px;
	}
}
@media screen and (min-width: 768px) {
	.blog-cta-block {
		background-position: -800px 0, 400px -650px;
	}
}
@media screen and (min-width: 992px) {
	.sub-page-hero .wistia_responsive_padding {
		margin-top: 0;
		width: 80%;
	}
	.single-stories h1 {
		font-size: 3.5rem;
		line-height: 4rem;
	}
	article .content {
		margin-top: -5rem;
	}
	.blog-entry-content.entry-content {
		margin-top: 9rem;
	}
	.single-stories .entry-header {
		margin-bottom: 5rem;
	}
	.blog-cta-block {
		background-position: -800px 0, 500px -700px;
	}
}
@media screen and (min-width: 1200px) {
	.single-post #breadcrumbs,
	.single-topic-spotlights-new #breadcrumbs {
		margin: 0 0 1rem 0;
	}
	.contact-form-image {
		display: block;
	}
	.blog-contact-form-image {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.blog-contact-form-image .form-columns-2 {
		display: flex;
		flex-direction: column;
	}
	.blog-contact-form-image .form-columns-2 .hs-form-field {
		width: 100% !important;
	}
	.hero-area-blog-post {
		background-color: var(--dusty-cloud);
		padding: calc(var(--header-height) + 3rem) 0 5rem 0;
	}
	.single-post .entry-header,
	.single-topic-spotlights-new .entry-header {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1550px) {
	.single-post h1,
	.single-topic-spotlights-new h1 {
		font-size: 3rem;
		line-height: 3.5rem;
	}
}

.blog-entry-content p img.aligncenter {
	margin: 4rem auto 5rem auto;
}
.blog-entry-content p img.alignleft {
	margin-right: 1.5rem;
}
.blog-content-block {
	margin-top: var(--default-margin);
	margin-bottom: var(--default-margin);
}
.blog-content-block-author {
	margin-bottom: 0;
}
#author.blog-content-block {
	margin-top: var(--default-margin);
}
.featured-image {
	margin-top: 8rem;
}
.featured-image img {
	border-radius: .5rem;
}
.entry-meta {
	border-top: 1px solid var(--extra-light);
	border-bottom: 1px solid var(--extra-light);
	color: var(--shallow-ocean);
	display: flex;
	justify-content: space-between;
	padding: 1.5rem 0;
}
.entry-meta .with-svg {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
@media screen and (min-width: 576px) {
	.entry-meta {
		padding: 2.625rem 0;
	}
	.entry-meta .with-svg {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}
.entry-meta .with-svg svg {
	margin-right: 0;
}
.calculator-entry-content {
	margin-top: var(--default-margin);
}
.single-stories h4,
.single-post h4,
.single-topic-spotlights-new h4 {
	margin-top: 4rem;
}
.single-stories p,
.single-post p,
.single-topic-spotlights-new p,
.single-press_releases p {
	font-size: 1.125rem;
	line-height: 1.875rem;
}
.post-quote p {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.75rem;
	margin: 4rem 0;
}
#open-toc-mobile {
	padding: 2rem 0;
	display: block;
}
#close-toc-mobile {
	padding-top: 2rem;
	display: none;
}
.toc {
	list-style: none;
	padding-left: 0;
}
.mobile-sticky {
	position: sticky;
	top: var(--header-height);
	background-color: var(--body-background);
	z-index: 100;
}
.toc-container {
	padding-right: var(--bs-gutter-x, 1rem);
	padding-left: var(--bs-gutter-x, 1rem);
}
.table-of-content-container {
	padding: 3rem 0;
	display: none;
}
.table-of-content-container.open {
	display: block;
}
.toc-item {
	padding: .5rem 0 !important;
	line-height: normal !important;
	margin-bottom: 0;
}
.toc-item a {
	color: var(--deep-ocean) !important;
	font-size: 0.875rem;
	text-decoration: none;
	padding-left: .75rem;
	display: block;
	white-space: wrap !important;
}
.toc-item.active a {
	font-weight: var(--bold);
	border-left: 1px solid var(--serious-business);
}
.toc-item a:after {
	position: relative !important;
}
.toc-cta {
	background-color: var(--brightly-optimistic);
	border-radius: .5rem;
	padding: 1.5rem;
}
.toc-cta a {
	text-decoration: none;
}
.toc-arrow-link {
	color: var(--deep-ocean) !important;
}
.toc-arrow-link:after {
	content: url('/wp-content/themes/mouseflow/assets/images/mono-link-arrow.svg');
}
@media screen and (hover: hover) {
	.toc-item:hover {
		font-weight: 700;
	}
	.toc-arrow-link:hover:after {
		content: url('/wp-content/themes/mouseflow/assets/images/mono-link-arrow-hover.svg');
	}
}
@media screen and (min-width: 576px) {
	.entry-meta .with-svg svg {
		margin-right: .8rem;
	}
	.post-quote p {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
@media screen and (min-width: 992px) {
	.table-of-content-container {
		padding: 0;
	}
	.mobile-sticky {
		position: static;
		background-color: transparent;
		z-index: 1;
	}
	.toc-container {
		position: sticky;
		top: var(--header-height);
		padding-right: 0;
	}
	#open-toc-mobile,
	#close-toc-mobile {
		display: none !important;
	}
	.table-of-content-container {
		display: block;
	}
}
.entry-meta-blog {
	font-size: 0.75rem;
	border: none;
	padding: 0 !important;
	margin-bottom: 4rem;
}
@media screen and (min-width: 1200px) {
	.entry-meta-blog {
		justify-content: flex-start;
		grid-gap: 1rem;
	}
	.featured-image-blog {
		margin-top: 0;
	}
}
.blog-inline-newsletter {
	background-color: var(--dusty-cloud);
	border-radius: .5rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2rem;
	padding: 2.5rem 5rem;
}
.blog-inline-newsletter .legal-consent-container .hs-form-booleancheckbox-display>span p {
	color: var(--semi-deep-ocean);
}
.blog-inline-newsletter .legal-consent-container .hs-form-booleancheckbox-display>span p a {
	color: var(--serious-business);
}
.blog-inline-newsletter .hbspt-form .hbspt-form {
	display: grid;
}
.blog-inline-newsletter .hs-form,
.blog-newsletter-content .hs-form {
	display: grid;
	grid-template-areas: "a b"
		"c c"
		"d d";
	max-width: 450px;
}
.blog-inline-newsletter .hs-email,
.blog-newsletter-content .hs-email,
.newsletter_signup .hs-email {
	grid-area: a;
}
.blog-inline-newsletter .legal-consent-container,
.blog-newsletter-content .legal-consent-container,
.newsletter_signup .legal-consent-container {
	grid-area: d;
}
.blog-inline-newsletter .hs-submit,
.blog-newsletter-content .hs-submit,
.newsletter_signup .hs-submit {
	grid-area: c;
	margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
	.blog-inline-newsletter .hs-submit,
	.blog-newsletter-content .hs-submit,
	.newsletter_signup .hs-submit {
		grid-area: b;
	}
	.blog-inline-newsletter .legal-consent-container,
	.blog-newsletter-content .legal-consent-container,
	.newsletter_signup .legal-consent-container {
		grid-area: c;
	}
}
@media screen and (min-width: 992px) {
	.newsletter_signup .hs-form {
		display: grid;
		grid-template-areas: "a b"
				"c c"
	 			"d d";
		max-width: 450px;
		grid-gap: 0 1rem;
	}
}
.blog-newsletter-content h4 {
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.blog-newsletter-description {
	margin-bottom: 1rem;
}
.author-container {
	display: grid;
	grid-template-columns: 1fr 5fr;
	grid-gap: 2rem;
	align-items: center;
}
.author-description p {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 0;
}
.author-portrait img {
	border-radius: 50%;
	max-width: 96px;
}
.default-portrait {
	background-color: var(--dusty-cloud);
	border-radius: 50%;
	width: 96px;
	height: 96px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
}
.related-featured-image {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 0;
	padding-top: 56.25%;
}
.related-headline {
	border-bottom: 1px solid var(--extra-light);
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin-bottom: 2rem;
	padding-bottom: .5rem;
}
.related-post-metadata {
	display: flex;
	padding: 1rem 0;
}
.related-post-metadata .span-reading-time {
	color: #687494;
}
.related-article-container,
.article-item,
.wpp-list li {
	transition: all .3s;
}
.related-article-link {
	display: block;
	text-decoration: none;
	transition: all .3s;
}
.related-article-link .p1,
.related-article-link .p2 {
	font-weight: var(--bold);
}
.related-article-link img,
.related-featured-image {
	border-radius: .5rem;
}
.sharing-desktop {
	display: none;
}
.sfsi_premium_wicons {
	margin-bottom: 0 !important;
}
#related>div:nth-child(2)>div:nth-child(2) {
	margin-bottom: 4rem;
}

@media screen and (hover: hover) {
	.related-article-link:hover .industry {
		color: var(--serious-business);
	}
}
@media screen and (min-width: 768) {
	#related>div:nth-child(2)>div:nth-child(2) {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 992px) {
	.mobile-toc-share-container {
		display: none;
	}
	.sharing-desktop {
		display: block;
		position: sticky;
		top: 5rem;
		float: right;
		margin-top: 1rem;
	}
	.sfsi_premium_wicons {
		margin-bottom: 1rem !important;
	}
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
	.sharing-desktop {
		margin-right: -4rem;
	}
	.sfsi_premium_wicons {
		display: block;
	}
	.sfsiplus_inerCnt {
		margin-bottom: .5rem;
	}
}
@media screen and (min-width: 1400px) {
	.sharing-desktop {
		margin-right: 20%;
	}
}
.blog-newsletter-container {
	border-radius: .5rem;
	padding: 2rem;
	position: relative;
}
.blog-newsletter-container img {
	display: none;
	position: absolute;
}
@media screen and (min-width: 1200px) {
	.blog-newsletter-container img {
		display: block;
		right: -7rem;
		top: 11rem;
	}
}
@media screen and (min-width: 1400px) {
	.blog-newsletter-container img {
		right: -8rem;
		height: 430px;
		top: 10rem;
	}
}
.blog-newsletter-content {
	max-width: 700px;
	position: relative;
	z-index: 1;
}
.blog-newsletter-description {
	color: var(--input);
	font-size: 1.5rem;
	line-height: 2rem;
}
.download-container {
	display: grid;
	grid-template-columns: 4fr 3fr;
}
@media (hover: hover) {
	.wpp-list li:hover,
	.article-item:hover,
	.related-article-container:hover {
		transform: scale(1.01);
	}
}
.single-stories .blog-entry-content.entry-content {
	margin-top: 8rem;
}
.stats-container {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	grid-gap: 4rem 2rem;
	text-align: center;
	margin: var(--default-margin) 0;
}
.stats-container.stats-1 {
	grid-template-columns: 1fr;
}
.stat-amount {
	color: var(--serious-business);
	font-size: 3rem;
	font-weight: 700;
	line-height: 2.5rem;
	margin-bottom: 1rem;
}
.stat-description {
	color: var(--dark-mode);
	font-size: 24px;
	font-weight: 300;
	line-height: 2rem;
	max-width: 17rem;
}
.quotee-portrait {
	margin-top: 4rem;
}
.quotee-portrait img {
	border-radius: .5rem;
	max-width: 80px;
	float: right;
	margin-right: -1rem;
}
.story-quote p {
	color: var(--dark-mode);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2rem;
	margin-top: 2rem;
}
.story-quotee {
	color: var(--shallow-ocean);
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 4rem;
}
@media screen and (min-width: 576px) {
	.stats-container {
		grid-template-columns: 1fr;
	}
	.stats-container.stats-2 {
		grid-template-columns: 1fr 1fr;
	}
	.story-quote p {
		font-size: 2rem;
		line-height: 2.75rem;
	}
}
@media screen and (min-width: 768px) {
	.stats-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media screen and (min-width: 992px) {
	.stats-container {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.quotee-portrait,
	.story-quote p {
		margin-top: 4rem;
	}
}
@media screen and (min-width: 1400px) {
	.quotee-portrait img {
		max-width: 100px;
		margin-right: 0;
	}
}

/* Single Topic Page */
.single-topic-spotlight-page-hero .pre-headline {
	font-size: 1rem;
	line-height: normal;
	margin-bottom: var(--min-margin);
	text-transform: uppercase;
}
.topic-spotlight-content .featured-content-block {
	background-color: var(--light-blue);
	padding: 5rem 0;
}
.content-type-tag {
	font-weight: 300;
	color: var(--serious-business);
}
.end-of-topics-grid {
	margin-bottom: 5rem;
}
.topics-grid {
	display: grid;
	grid-gap: 3rem 2rem;
}
.topics-item {
	transition: all .3s;
}
.topics-item .content-type-tag {
	line-height: 3rem;
}
.load-more-button-container {
	padding: 5rem 0;
}

/* Parent Topics Page */
.page-template-page-topics .entry-content {
	padding: 5rem 0;
}
.page-template-page-topics .sub-page-hero.background-medium {
	padding-top: 11rem;
}
.topics-navigation {
	background-color: var(--medium-blue);
	padding: 1.5rem 2rem;
	position: fixed;
	top: 70px;
	z-index: 1000;
}
.topics-navigation-menu {
	list-style: none;
	padding-left: 0;
	display: none;
	padding-top: 2rem;
}
.topics-navigation h3 {
	margin-bottom: 0 !important;
	text-align: center;
}
.topics-navigation-menu li {
	margin-bottom: 1.5rem;
}
.topics-navigation-menu li a {
	color: var(--semi-deep-ocean);
	font-size: 1rem;
	text-decoration: none;
}
.topics-navigation-menu .active a {
	color: var(--serious-business);
	font-weight: 700;
}
.topics-mobile-toggle {
	position: relative;
	top: -2rem;
	float: right;
	margin-bottom: -2rem;
}
.topics-mobile-toggle svg {
	transition: transform 0.3s ease-in-out;
}
.topics-navigation.open .topics-navigation-menu {
	display: block;
}
.topics-menu-open .topics-mobile-toggle svg {
	transform: rotate(180deg);
}
.arrow-link-desktop {
	display: none;
}
.topics-anchor {
	padding-top: 10rem;
	position: relative;
	margin-bottom: -5rem;
}
.topics-anchor:first-of-type {
	margin-top: -13rem;
}
.topics-main-content {
	padding-bottom: 5rem;
}
.topics-title {
	color: var(--deep-ocean);
	font-weight: 700;
	line-height: normal;
	margin-bottom: 1rem !important;
}
.topics-description {
	color: var(--deep-ocean);
	font-weight: 300;
	margin-top: .8rem;
}
.topics-flex-container img {
	border-radius: .5rem;
}
.topics-description-container {
	display: flex;
	flex-direction: column;
}
.topics-description-container .related-post-metadata {
	padding: .5rem 0;
}
.topics-headline-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--input);
	margin-bottom: 1.5rem;
}
.topics-headline-container h5 {
	margin-bottom: 0;
}
.topics-description-container .content-type-tag {
	font-size: .875rem;
}
.topics-flex-container {
	display: grid;
	grid-gap: 2rem;
	margin-bottom: 2rem;
}
.topic-link {
	text-decoration: none;
	position: relative;
	z-index: 1;
}
.topic-cta {
	justify-content: center;
	margin-top: 2rem;
}
@media screen and (hover: hover) {
	.topics-item:hover {
		transform: scale(1.01);
	}
}
@media screen and (max-width: 767px) {
	.special-topics-container {
		max-width: 100%;
		padding: 0;
	}
}
@media screen and (min-width: 768px) {
	.page-template-page-topics .entry-content {
		padding: 5rem 0 0;
	}
	.page-template-page-topics .sub-page-hero.background-medium {
		padding-top: 10rem;
	}
	.topics-navigation {
		background-color: var(--white);
		position: sticky;
		top: 5rem;
		height: 0;
		padding-top: 0;
		padding-left: 1rem;
	}
	.topics-navigation-menu {
		display: block;
		padding-top: 1rem;
	}
	.topics-navigation h3 {
		border-bottom: 1px solid var(--input);
		line-height: 3rem !important;
		text-align: left;
	}
	.topics-mobile-toggle {
		display: none;
	}
	.arrow-link-desktop {
		display: inline;
	}
	.arrow-link-mobile {
		display: none;
	}
	.topics-anchor {
		padding-top: 5rem;
		top: -5rem;
	}
	.topics-anchor:first-of-type {
		margin-top: 0rem;
	}
}

@media screen and (min-width: 1200px) {
	.topics-flex-container {
		grid-template-columns: 3fr 2fr;
	}
}

@media screen and (min-width: 1400px) {
	.topics-navigation-menu li a {
		font-size: 1.25rem;
	}
	.related-article-link {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media screen and (min-width: 1500px) {
	.topics-title {
		font-size: 1.25rem;
	}
	.topics-description-container .content-type-tag {
		font-size: 1rem;
	}
}

/* Resource Hub */
.resource-hub-page-hero {
	background-image: url('/wp-content/themes/mouseflow/assets/images/resouce-hub-blob_lightmode.svg');
	padding: 10rem 0;
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.resource-hub-page-hero h2 {
	font-size: 4rem;
	line-height: 4.5rem;
}
.topics-search-and-filters {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
}
.topics-search-and-filters form {
	position: absolute;
	top: -10rem;
	width: 100%
}
.topics-search-and-filters form > ul {
	list-style: none;
	padding-left: 0;
	display: grid;
	grid-template-areas: "a"
						 "b"
						 "c";
	grid-auto-columns: minmax(0, 1fr);
}
.topics-search-and-filters form .sf-field-search {
	grid-area: a;
	width: 100%;
	margin-bottom: 6rem;
}
.topics-search-and-filters form .sf-field-post_type {
	grid-area: b;
	background-color: var(--white);
}
.topics-search-and-filters form .sf-field-post_type h4,
.topics-search-and-filters form .sf-field-taxonomy-topics h4 {
	border: 1px solid var(--shallow-ocean);
	border-radius: .5rem;
	font-size: 1rem;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 0.5rem;
	padding: 0 1rem;
	cursor: pointer;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.topics-search-and-filters form h4:after {
	content: url('/wp-content/themes/mouseflow/assets/images/toggle-arrow.svg');
	display: inline-block;
	transform: rotate(180deg);
	transition: transform 0.3s ease-in-out;
}
.topics-search-and-filters form h4.open:after {
	transform: rotate(0deg);
}
.topics-search-and-filters form .sf-field-search input {
	height: 48px;
}
.topics-search-and-filters form .sf-field-post_type ul,
.topics-search-and-filters form .sf-field-taxonomy-topics ul {
	list-style: none;
	background-color: var(--white);
	border: 1px solid var(--shallow-ocean);
	border-radius: .5rem;
	padding: 1rem;
	display: none;
}
.topics-search-and-filters form .sf-field-post_type ul.open,
.topics-search-and-filters form .sf-field-taxonomy-topics ul.open {
	display: block;
}
.topics-search-and-filters form .sf-field-post_type ul li,
.topics-search-and-filters form .sf-field-taxonomy-topics ul li {
	display: flex;
	margin-bottom: .5rem;
}
.topics-search-and-filters form .sf-field-post_type ul label,
.topics-search-and-filters form .sf-field-taxonomy-topics ul label {
	color: var(--select) !important;
	font-weight: 300;
	padding-left: .5rem;
}
.topics-search-and-filters form .sf-field-taxonomy-topics {
	grid-area: c;
	background-color: var(--white);
}
.search-no-results {
	padding: 3rem 0 10rem 0;
}
#resource-hub-search-result {
	margin-top: 2rem;
}
#resource-hub-search-result .sf-field-search label {
	display: block;
}
#resource-hub-search-result .sf-field-search input {
	width: 100%;
}
#topics-search-result {
	margin-top: 10rem;
}
.search-result-resource-hub {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.resource-hub-pagination {
	padding: 5rem 0;
	display: flex;
	justify-content: center;
	grid-gap: 1rem;
}
.resource-hub-pagination-container a {
	color: var(--serious-business);
	font-weight: 500;
	text-decoration: none;
}
.resource-hub-pagination-container span {
	padding: 0 1rem;
}
@media screen and (min-width: 576px) {
	.topics-search-and-filters form > ul {
		grid-template-areas: "a a"
						 	 "b c";
		grid-gap: 9rem 1rem;
	}
	.topics-search-and-filters form .sf-field-search {
		margin-bottom: 0;
	}
	.topics-search-and-filters form .sf-field-post_type {
		margin-top: 0;
	}
	#resource-hub-search-result {
		margin-top: 0;
	}
	.topics-search-and-filters form .sf-field-taxonomy-topics,
	.topics-search-and-filters form .sf-field-post_type {
		background-color: transparent;
	}
}
@media screen and (min-width: 992px) {
	.search-result-resource-hub {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media screen and (min-width: 1200px) {
	.search-result-resource-hub {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media screen and (min-width: 1650px) {
	.topics-search-and-filters form > ul {
		grid-gap: 9rem 2rem;
	}
}

/* Stories */
.story-page-hero {
	padding: 9.5rem 0 0 0;
}
.single-story-container {
	margin-top: var(--header-height);
}
.stories-container {
	background-color: var(--dusty-cloud);
	padding: var(--default-margin) 0;
}
.stories-container.no-featured {
	padding-top: 0;
}
.featured-story-grid,
.other-story-grid {
	background-color: var(--white);
	border: 1px solid var(--extra-light);
	border-radius: .5rem;
	box-shadow: var(--card-box-shadow);
	display: grid;
	overflow: hidden;
}
.featured-story-grid img,
.other-story-grid img {
	border-radius: .5rem .5rem 0 0;
}
.featured-image-tag-container {
	position: relative;
}
.featured-image-tag {
	background-color: var(--dark-mode);
	border: 1px solid var(--dusty-cloud);
	border-radius: 1.5rem;
	color: var(--dusty-cloud);
	font-size: 1rem;
	font-weight: 700;
	line-height: 2rem;
	padding: 0 1.5rem;
	position: absolute;
	top: -17px;
	left: 25px;
	z-index: 1;
}
.featured-story-headline {
	padding: 1.5rem 1rem;
}
.featured-story-headline h5 {
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 2rem;
}
.featured-story-headline .right-arrow,
.other-stories-item .right-arrow,
.campaign-card .right-arrow,
.press-release-item .right-arrow {
	text-align: right;
}
.stories-container a {
	color: inherit;
}
.featured-story-grid .featured-story,
.other-story-grid .other-story,
.other-stories-grid .other-story,
.other-stories-item .other-story {
	overflow: hidden;
}
.featured-story-grid img,
.other-story-grid img {
	will-change: transform;
	transition: transform 0.3s ease-in-out;
}
.other-stories-grid,
.all-stories-grid {
	display: grid;
	grid-gap: 2rem;
	margin-top: 2rem;
	overflow: hidden;
}
.other-stories-item {
	background-color: var(--white);
	border: 1px solid var(--extra-light);
	border-radius: .5rem;
	box-shadow: var(--card-box-shadow);
	overflow: hidden;
}
.other-stories-item .related-article-link {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.other-stories-item img {
	border-radius: .5rem .5rem 0 0;
	will-change: transform;
	transition: transform 0.3s ease-in-out;
}
.other-stories-headline {
	padding: 1.5rem 1rem;
}
.other-stories-item .p2 {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: var(--bold);
	margin-bottom: 2rem;
}
article.stories {
	max-width: 100vw;
	overflow: hidden;
}
.stories .container-fluid.form h4 {
	margin-top: 0;
}
.stories h4 p {
	font-size: 2.5rem;
	font-weight: var(--bold);
	line-height: 3rem;
}
.stories .container-fluid.form {
	padding: 5rem 0;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 5rem;
}
.single-story-container {
	background-repeat: no-repeat;
}
.single-story-container .background-dark {
	background-image: url('/wp-content/themes/mouseflow/assets/images/contact-form-background-graphic_wide.svg');
}
.single-story-container .background-medium {
	background-image: url('/wp-content/themes/mouseflow/assets/images/contact-form-background-graphic_wide_light.svg');
}
.stories-list-page {
	margin-top: 3rem;
}
.stories-list-page a,
.press-releases-back a {
	color: var(--serious-business);
	display: flex;
	font-size: 1.25rem;
	line-height: 1.5rem;
	padding-bottom: 1.5rem;
	text-decoration: none;
}
.stories-list-page a:before,
.press-releases-back a:before {
	content: url(/wp-content/themes/mouseflow/assets/images/link-arrow-mirror.svg);
	width: 10px;
	height: 10px;
	margin-right: 0.5rem;
	margin-top: -0.1rem;
}
.single-story-container .background-dark .logo-item img {
	filter: brightness(0) invert(1);
}
.single-story-container .form input:not([type="submit"], [type="checkbox"]) {
	width: 100%;
	background-image: none;
	height: 40px;
	padding-left: 1rem;
	margin-bottom: 1rem;
}
.single-story-container .form .actions {
	margin-top: 2.5rem;
	text-align: center;
}
.single-story-container .form input[type="submit"] {
	height: 40px;
	padding: 0 1.5rem;
}
.single-story-container .legal-consent-container p {
	color: var(--shallow-ocean);
	font-size: .75rem;
	line-height: .875rem;
}
.single-story-container .background-dark .legal-consent-container p {
	color: var(--input);
}
.featured-image-story {
	width: 100%;
	margin: 2rem 0;
}
.featured-image-story img {
	border-radius: 0.5rem;
}
.story-hero-columns {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: 1fr;
	margin-bottom: -5rem;
}
.story-hero-column-item p {
	font-size: 1rem;
	line-height: 1.5rem;
}
.contact-page-hero .hs-form-booleancheckbox-display,
.contact_form .hs-form-booleancheckbox-display,
.hs-form-booleancheckbox-display {
	display: flex;
	align-items: flex-start;
}
.featured-stories-item {
	background-color: var(--white);
	border: 1px solid var(--extra-light);
	border-radius: .5rem;
	box-shadow: var(--card-box-shadow);
	overflow: hidden;
}
.featured-stories-headline {
	padding: 1rem 1.5rem;
}
.featured-stories-headline .right-arrow {
	display: flex;
	justify-content: flex-end;
}
.featured-story-headline .arrow-link:after,
.featured-stories-headline .arrow-link:after,
.other-stories-headline .arrow-link:after,
.campaign-card .arrow-link:after,
.press-release-item .arrow-link:after {
	display: inline-block;
}
.industry {
	color: var(--serious-business);
	font-weight: var(--bold);
	margin-bottom: 1rem;
	text-transform: uppercase;
}
.alm-btn-wrap {
	margin-top: 5rem;
	text-align: center;
}
.cta-button.done {
	background-color: var(--extra-light);
	border: 1px solid var(--extra-light);
	color: var(--input);
	pointer-events: none
}
@media screen and (hover: hover) {
	.other-stories-item:hover img,
	.featured-story-grid:hover img,
	.other-story-grid:hover img {
		transform: scale(1.05);
	}
	.stories-list-page a:hover,
	.press-releases-back a:hover {
		color: var(--serious-business);
	}
}
@media screen and (min-width: 768px) {
	.story-hero-columns {
		display: grid;
		grid-gap: 2rem;
		grid-template-columns: 2fr 2fr 1fr;
		margin-bottom: -5rem;
	}
	.featured-story-headline .right-arrow,
	.other-stories-item .right-arrow,
	.campaign-card .right-arrow,
	.press-release-item .right-arrow {
		bottom: 1rem;
		position: relative;
	}

}
@media screen and (min-width: 992px) {
	.featured-story-grid,
	.other-story-grid {
		grid-gap: 2rem;
		grid-template-columns: 5fr 3fr;
	}
	.featured-story-grid img,
	.other-story-grid img {
		border-radius: .5rem 0 0 .5rem;
	}
	.featured-story-headline {
		padding: 2rem 2rem 2rem 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.featured-story-headline h5 {
		line-height: 2.5rem;
	}
	.featured-story-headline .right-arrow {
		bottom: .5rem;
	}
	.featured-image-tag {
		font-size: 1rem;
		line-height: 1.5rem;
		padding: .5rem 1.5rem;
		top: -21px;
	}
	.other-stories-grid {
		grid-template-columns: 1fr 1fr;
		margin-top: 5rem;
	}
	.other-stories-grid-3 {
		margin-top: 2rem;
	}
	.other-stories-grid-4,
	.all-stories-grid {
		grid-template-columns: 1fr 1fr 1fr;
		margin-top: 2rem;
	}
	.other-stories-item .p2 {
		font-size: 1.25rem;
		line-height: 1.5rem;
		padding: 1rem 1.5rem;
		min-height: 96px;
	}
	.featured-stories-headline h3.small {
		min-height: 140px;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1200px) {
	.single-story-container {
		margin-top: var(--max-margin);
	}
	.featured-image-story {
		width: 170%;
		margin: 0;
	}
	.stories-list-page {
		margin-top: 0;
	}
}
@media screen and (min-width: 1300px) {
	.featured-image-story {
		width: 180%;
	}
}
@media screen and (min-width: 1400px) {
	.featured-image-story {
		width: 140%;
	}
}

/* Integrations */
.integration-image {
	margin-bottom: 4rem;
	display: flex;
	justify-content: center;
}
.integration-image figure {
	width: 7.5rem;
	height: 7.5rem;
}
.integration-title {
	margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
	.integration-image {
		margin-bottom: 0;
	}
}

/* Press Releases */
.hero-area-press-release {
	padding: 11rem 0 3rem;
}
.hero-area-press-release .pre-header {
	color: var(--serious-business);
}
.place-date-press-release {
	font-weight: 700;
}
.press_releases .content {
	margin-top: 0;
}
.press-release-item {
	padding: 1rem 1.5rem;
	border: 1px solid var(--extra-light);
	border-radius: .5rem;
	box-shadow: var(--card-box-shadow);
	will-change: transform;
	transition: transform 0.3s;
	margin-bottom: 2rem;
}
.press-release-item a {
	text-decoration: none;
}
.press-release-item .right-arrow {
	bottom: 1rem;
	position: relative;
}
.press-release-date {
	color: var(--serious-business);
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: .5rem;
	font-size: .875rem;
}
@media screen and (hover: hover) {
	.press-release-item:hover {
		transform: scale(1.01);
	}
	.press-release-item:hover press-release-date {
		color: inherit;
	}
}

/* Jobs */
.jobs-list-page {
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
}
.jobs-list-page a {
	text-decoration: none;
}
.jobs-list-page a:before {
	content: url('/wp-content/themes/mouseflow/assets/images/link-arrow-mirror.svg');
	width: 10px;
	height: 19px;
	margin-right: .5rem;
}
.job-entry-content {
	margin-top: 160px;
}
.single-jobs article .content {
	margin-top: 2rem;
}
.single-jobs h1 {
	font-size: 56px;
	font-weight: var(--bold);
	line-height: 64px;
	text-transform: none;
}
.single-jobs h2 {
	font-size: 2rem;
	font-weight: var(--bold);
	line-height: 2.5rem;
	margin-top: 4rem;
	margin-bottom: 2rem;
}
.job-entry-meta {
	margin: 3rem 0 1rem 0;
	padding: 2rem 0;
}
.job-footer {
	padding: 5rem 0;
	position: relative;
	z-index: 10;
	margin-top: 5rem;
}
.application-headline {
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 48px;
}
.application-content a {
	text-decoration: none;
	color: var(--light-serious-business) !important;
}
.application-link .cta-button {
	padding: 10px 24px;
	display: flex;
	justify-content: center;
	margin-right: 0;
}
.job-entry-meta {
	display: grid;
	grid-template-areas: "a b"
		"c c";
	grid-template-columns: 1fr 1fr;
}
.job-hours {
	grid-area: a;
	padding: 0 2rem;
	margin-bottom: 1rem;
	justify-content: flex-start !important;
}
.job-location {
	grid-area: b;
	padding: 0 2rem;
	text-align: center;
	margin-bottom: 1rem;
}
.application-link {
	grid-area: c;
}
@media screen and (min-width: 576px) {
	.application-link .cta-button {
		display: inline;
	}
	.job-entry-meta {
		display: flex;
	}
	.job-hours,
	.job-location {
		padding: 0;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 992px) {
	.job-entry-meta {
		margin: 5rem 0;
		padding: 2rem 0;
	}
}

/* Pricing */
#pricing-page-main-cta {
	margin: var(--default-margin);
}
.period-switcher-container {
	text-align: right;
	position: absolute;
	top: -74.5rem;
	left: 0;
}
.pricing-plan-note {
	color: var(--deep-ocean);
	display: flex;
	align-items: center;
	font-size: 14px;
	position: absolute;
	top: -6.7rem;
	left: 0;
	background-color: var(--light-teal);
	border-radius: .5rem;
	border: 1px solid var(--calming-teal);
	padding: .5rem;
	opacity: 1;
	transition: opacity 0.2s ease-in-out;
}
@media screen and (min-width: 500px) {
	.period-switcher-container {
		top: -74.5rem;
		right: -3rem;
	}
	.pricing-plan-note {
		top: -3.7rem;
		left: -3rem
	}
}
@media screen and (min-width: 850px) {
	.period-switcher-container {
		top: -39rem;
		right: -207px;
	}
	.pricing-plan-note {
		left: 0;
	}
}
@media screen and (min-width: 1300px) {
	.period-switcher-container {
		top: -3rem;
		right: 0;
	}
}
.pricing-plan-note svg {
	margin-right: .2rem;
}
.period-switcher-toggle {
	position: relative;
	display: inline-block;
	width: 196px;
	height: 39px;
	top: -34px;
}
.period-switcher-toggle input {
	opacity: 0;
	width: 0;
	height: 0;
}
.period-switcher-slider {
	border: 1px solid #FFFFFF;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	border-radius: .5rem;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0 4px;
}
.period-switcher-slider::before {
	content: "";
	position: absolute;
	height: 31px;
	width: 93px;
	top: 3px;
	left: 4px;
	background-color: var(--dusty-cloud);
	border-radius: .5rem;
	transition: transform 0.3s ease-in-out;
}
.period-switcher-label-left,
.period-switcher-label-right {
	flex: 1;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	line-height: 34px;
	pointer-events: none;
	color: var(--white);
	z-index: 1;
	margin-left: 15px;
	display: inline-flex;
	align-items: center;
}
.period-switcher-label-right {
	color: var(--deep-ocean);
}
.period-switcher-label-save {
	font-size: 14px;
	background-color: var(--white);
	border-radius: 13px;
	white-space: pre;
	position: relative;
	top: -22px;
	left: -115px;
	transform: rotate(-12deg);
	display: inline-flex;
	padding: 1px 10px;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}
@media screen and (min-width: 500px) {
	.period-switcher-label-save {
		left: -140px;
	}
}
.period-switcher-label-save svg {
	position: absolute;
	top: 21px;
	left: 50%;
}
#period-switcher-toggle + .period-switcher-slider::before {
	transform: translateX(98px);
	width: 90px;
}
#period-switcher-toggle:checked + .period-switcher-slider::before {
	transform: translateX(0);
}
#period-switcher-toggle:checked + .period-switcher-slider .period-switcher-label-right {
	color: var(--deep-ocean);
}
#period-switcher-toggle:checked + .period-switcher-slider .period-switcher-label-left {
	color: var(--input);
}
#period-switcher-toggle:not(:checked) + .period-switcher-slider .period-switcher-label-left {
	color: var(--deep-ocean);
}
#period-switcher-toggle:not(:checked) + .period-switcher-slider .period-switcher-label-right {
	color: var(--input);
}

/* Pricing cards */
.pricing-page-hero {

	background-repeat: no-repeat;
	background-color: var(--dark-background);
	background-position: bottom center;
	background-size: cover;
	height: 680px;
	padding: 11rem 0 0;
}
.pricing-plans-containter {
	margin-top: 6rem;
}
.pricing-plans-grid {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-top: 1rem;
}
.pricing-plan-card {
	background-color: var(--white);
	border-radius: .5rem;
	box-shadow: var(--card-box-shadow);
	padding: 1.5rem;
	width: 385px;
	position: relative;
}
.pricing-plan-card-header {
	color: var(--serious-business);
	font-size: 1.125rem;
	font-weight: 700;
}
.pricing-real-headers-2025 .pricing-plan-wrapper:last-of-type .pricing-plan-card-header,
.pricing-real-headers-2025 .pricing-plan-wrapper:last-of-type .pricing-plan-description,
.pricing-real-headers-2025 .pricing-plan-wrapper:last-of-type .plan-sessions-header {
	color: var(--white);
}
.pricing-text {
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: .5rem;
}
.princing-text-extra {
	height: 87px;
}
.price-container {
	margin-top: .5rem;
}
.price-container .before-text {
	font-size: 14px;
	margin-right: .5rem;
}
.plan-price:before {
	content: " ";
	display: inline-block;
	width: 14.4px;
	margin-right: .5rem;
}
.monthly-plan-price:before {
	content: " ";
	display: inline-block;
	padding-right: .2rem;
	text-decoration: line-through;
}
.eu .plan-price:before,
.eu .monthly-plan-price:before {
	content: "€";
}
.world .plan-price:before,
.world .monthly-plan-price:before {
	content: "$";
}
.price-container .monthly-plan-price {
	margin-right: .5rem;
	text-decoration: line-through;
}
.price-container .plan-price {
	font-size: 1.5rem;
	font-weight: 700;
	margin-right: .5rem;
}
.price-container .after-text {
	font-size: 14px;
	font-weight: 700;
}
.plans-grid {
	background-color: var(--extra-light);
	border-radius: .5rem;
	display: grid;
	grid-gap: .3rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 4.5px;
}
.plans-grid-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pricing-plan {
	padding: 7px;
	cursor: pointer;
}
.pricing-plan.active {
	background-color: var(--white);
	border-radius: .5rem;
}
.pricing-plan-name {
	font-size: 14px;
}
.pricing-plan-description {
	font-size: 14px;
	font-weight: 300;
	margin: 1rem 0;
}
.plan-sessions-header,
.pricing-plan-sessions {
	font-size: 14px;
	font-weight: 700;
}
.pricing-plan-content {
	display: none;
}
.pricing-plan-content.active {
	display: block;
}
.pricing-plan-content .cta-button {
	justify-content: center;
	margin-top: 1.5rem;
	width: 100%;
}
.pricing-plan-features-headline {
	font-size: 14px;
	font-weight: 700;
	margin-top: 2rem;
}
.pricing-plan-feature {
	align-items: flex-start;
	display: flex;
	font-size: 14px;
	font-weight: 300;
	line-height: 1rem;
	padding: 6px 0;
}
.pricing-plan-feature:before,
.checkmark:before {
	content: url("/wp-content/themes/mouseflow/assets/images/checkmark.png");
	margin-right: .2rem;
}
#pricing-page-main-cta {
	margin-top: 437px;
}

@media screen and (hover: hover) {
	.pricing-plan:hover {
		background-color: #C2CEE4;
		border-radius: .5rem;
	}
	.pricing-plan.active:hover {
		background-color: var(--white);
	}
}

@media screen and (min-width: 850px) {
	.pricing-plans-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.pricing-plans-grid > .pricing-plan-card:nth-child(3) {
		grid-column: span 2;
		justify-self: center;
	}
}

@media screen and (min-width: 1300px) {
	.pricing-plans-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.pricing-plans-grid > .pricing-plan-card:nth-child(3) {
		grid-column: span 1;
	}
}

/* Pricing blocks */
.add-on-card {
	background-color: var(--white);
	border-radius: .5rem;
	box-shadow: var(--card-box-shadow);
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	padding: 2rem;
}
.add-on-tag {
	background-color: #55DFC6;
	border-radius: 25px;
	color: #142C2F;
	font-size: 14px;
	font-weight: 700;
	padding: .5rem 1rem;
	text-transform: uppercase;
}
.add-on-card h5 {
	margin-top: 1rem;
}
.add-on-description {
	font-weight: 300;
	line-height: 19px;
}
.add-on-features {
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 1rem 0;
}
.add-on-feature {
	font-size: 14px;
	display: flex;
	align-items: flex-start;
}
.add-on-feature:before {
	content: url("/wp-content/themes/mouseflow/assets/images/checkmark.png");
	margin-right: .2rem;
}
.add-on-card .lottie-container {
	border-radius: .5rem;
}
.cta-span.left {
	align-items: flex-start;
}

@media screen and (min-width: 1400px) {
	.add-on-card {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* New Pricing Comparison */
.pricing-features-main-header-container {
	background-color: var(--white);
	padding-top: 1rem;
	position: sticky;
	top: var(--header-default-height);
	z-index: 1;
}
.pricing-features-main-header-container .plan-cta .cta-button {
	font-size: .875rem;
}
.pricing-features-no-price {
	height: 2.5rem;
}
.pricing-features-main-header-container,
.features-table-row {
	display: grid;
	grid-template-columns: 1fr;
}
.pricing-real-headers {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 2rem;
}
.pricing-real-headers-2025 {
	grid-gap: 0;
}
.pricing-real-headers-2025 .pricing-plan-description {
	height: 63px;
}
.pricing-real-headers-2025 .pricing-plan-wrapper {
	background-color: var(--white);
	border-top: 1px solid var(--input);
	border-right: 1px solid var(--input);
	padding: 1rem;
	align-items: start;
}
.pricing-real-headers-2025 .plan-pricing {
	position: relative;
}
.pricing-real-headers-2025 .pricing-plan-wrapper:last-of-type {
	background-color: var(--body-background) !important;
}
.pricing-real-headers-2025 .pricing-plan-wrapper:first-of-type {
	border-left: 1px solid var(--input);
	border-top-left-radius: .5rem;
}
.pricing-real-headers-2025 .pricing-plan-wrapper:last-of-type {
	border-top-right-radius: .5rem;
}
.pricing-real-headers-2025 .plan-cta {
	margin-top: 1.5rem;
}
.pricing-real-headers-2025 .cta-button {
	font-size: 12px !important;
}
.features-table-features {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	font-size: 12px;
}
.features-table-feature:last-of-type {
	background-color: var(--dark-background) !important;
	color: var(--white);
}
.pricing-real-headers-2025 .pricing-plan-wrapper:last-of-type .pricing-text {
	color: var(--white);
}
.features-table-heading img {
	width: 30px;
	height: 30px;
}
.pricing-real-headers > div {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.pricing-features-main-header {
	font-weight: 700;
	font-size: 12px;
}
@media screen and (max-width: 575px) {
	.pricing-real-headers-2025 .pricing-plan-wrapper {
		text-align: center;
	}
	.pricing-real-headers-2025 .pricing-plan-card-header {
		width: 100%;
	}
	.pricing-real-headers-2025 {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
	.pricing-real-headers-2025 .pricing-plan-wrapper:first-of-type {
		display: none;
	}
	.features-table-row-2025 .features-table-features {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.features-table-row-2025 .features-table-feature:first-of-type {
		display: none !important;
	}
}
.features-table-row-2025 .features-table-heading {
	align-items: center;
	display: flex;
	padding: .5rem;
}
.features-table-row-2025 .features-table-heading img {
	margin-right: .2rem;
}
.features-table-row-2025 .features-table-heading .tooltip-link {
	max-width: 12px;
}
.features-table-row-2025 .features-table-feature .checkmark:before {
	content: url('/wp-content/themes/mouseflow/assets/images/checkmark-black.png');
}
.features-table-row-2025 .features-table-feature:last-of-type .checkmark:before {
	content: url('/wp-content/themes/mouseflow/assets/images/checkmark-white.png');
}
.pricing-features-main-price {
	margin-bottom: 1rem;
	font-size: 12px;
}
.pricing-real-headers .plan-cta {
	display: none;
}
.eu .pricing-features-main-price:before {
	content: "€";
}
.world .pricing-features-main-price:before {
	content: "$";
}
.pricing-real-headers > div:last-of-type .pricing-features-main-price:before {
	display: none;
}
.hide-cta .plan-cta {
	display: none !important;
}
.features-category {
	align-items: center;
	background-color: var(--light-blue);
	border-radius: .5rem;
	cursor: pointer;
	display: flex;
	margin-top: 2rem;
	margin-bottom: .5rem;
	padding: 20px 30px;
	position: relative;
	width: 100%;
}
.features-category > img {
	width: 56px;
}
.features-category-name {
	font-size: 16px;
	font-weight: 700;
	margin-left: 1rem;
}
.features-toggler-arrow {
	position: absolute;
	right: 30px;
}
.features-category .features-toggler-arrow img {
	transition: all 0.3s ease-in-out;
}
.features-category[aria-expanded=true] .features-toggler-arrow img {
	transform: rotate(180deg);
}
.features-table {
	border-left: 1px solid var(--input);
	border-top: 1px solid var(--input);
}
.features-table-row {
	border-bottom: 1px solid var(--input);
	border-right: 1px solid var(--input);
}
.features-table-heading {
	padding: 1rem 2rem;
	text-align: center;
	font-size: 14px;
}
.features-table-heading .tooltip-link {
	display: inline;
	padding-left: .25rem;
}
.features-table-heading .tooltip-link svg {
	position: relative;
	bottom: 1px;
}
.features-table-feature {
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid var(--input);
	padding: 1rem 0;
	border-top: 1px solid var(--input);
}
.features-table-feature:first-of-type {
	border-left: 0;
}
.features-table-feature:nth-of-type(odd) {
	background-color: var(--light-blue);
}
.page-template-page-pricing-2025 .random-logo img {
	width: 170px !important;
}
.page-template-page-pricing-2025 .pricing-features-container {
	margin-bottom: 5rem;
	margin-top: 3rem;
	background: transparent !important;
	max-width: 1636px;
}
.features-table-row-2025 .features-table-feature {
	background-color: var(--white);
}
.features-table-row-2025 {
	border: 1px solid var(--input);
}
.features-table-row-2025 + .features-table-row-2025 {
	border-top: none;
}
.most-popular {
	background-color: var(--light-blue) !important;
}
.pricing-plan-tag {
	height: 26px;
	text-align: right;
	width: 100%;
}
.most-popular-tag {
	background-color: var(--serious-business);
	border-radius: 1rem;
	color: var(--white);
	font-size: 12px;
	padding: .25rem .5rem;
}
.mobile-free-plan {
	margin-top: 3rem;
}
.mobile-free-plan a {
	color: var(--serious-business);
	text-decoration: none;
	position: relative;
}
.pricing-features-main-header-container-2025 {
	background: transparent;
	padding-top: 0;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
}
.non-transparent {
	background-color: var(--white);
}
.page-template-page-pricing-2025 .pricing-page-hero {
	height: 750px;
}
.hide-content .pricing-plan-description,
.hide-content .plan-sessions-header {
	visibility: hidden;
	height: 0 !important;
	margin: 0;
}
.hide-content .pricing-plan-wrapper {
	border: 0px !important;
}
.billing-container {
	margin-bottom: 1.5rem;
	display: grid;
	grid-template-columns: 0fr 10fr;
}
.billing-container-content {
	display: flex;
	justify-content: space-between;
}
.pricing-plan-note-2025 {
	align-items: center;
	background-color: var(--light-teal);
	border-radius: .5rem;
	border: 1px solid var(--calming-teal);
	color: var(--deep-ocean);
	display: flex;
	font-size: 14px;
	padding: .5rem;
}
.billing-toggle {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: flex-end;
}
.billing-toggle .period-switcher-label-save {
	left: unset;
	top: -52px;
	right: -200px;
	opacity: 1 !important;
}
.billing-label {
	font-weight: 700;
}
.billing-label.inactive {
	opacity: .7;
}
.billing-toggle .form-switch .form-check-input {
	background-color: var(--serious-business) !important;
	border-color: var(--serious-business) !important;
	height: 24px;
	width: 42px;
}
.billing-toggle .form-switch .form-check-input:checked {
	background-color: var(--serious-business) !important;
	border-color: var(--serious-business) !important;
}
.billing-toggle .form-check-input:focus {
	border-color: var(--serious-business);
	box-shadow: none;
}
.billing-toggle .form-switch .form-check-input {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}
.billing-toggle .form-switch .form-check-input:checked {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}

@media screen and (hover: hover) {
	.features-table-row:not(.features-table-row-2025):hover {
		background-color: var(--light-blue);
	}
	.features-table-row:not(.features-table-row-2025):hover .features-table-feature:nth-of-type(odd) {
		background-color: #D5E6FF;
	}
	.pricing-real-headers-2025 .pricing-plan-wrapper:last-of-type .cta-button:hover {
		border: 1px solid var(--white);
	}
}

@media screen and (max-width: 991px) {
	.pricing-real-headers-2025 .pricing-plan-description,
	.pricing-real-headers-2025 .plan-sessions-header {
		display: none;
	}
	.pricing-real-headers-2025 .plan-pricing {
		width: 100%;
	}
	.pricing-real-headers-2025 .plan-cta {
		display: block !important;
		padding-bottom: .5rem;
		margin-top: 0;
	}
	.pricing-real-headers-2025 .plan-cta .cta-button {
		white-space: nowrap;
		padding: 10px 16px;
	}
	.pricing-real-headers-2025 .pricing-plan-wrapper {
		padding: .5rem;
	}
}

@media screen and (max-width: 870px) {
	.pricing-real-headers-2025 .plan-cta .cta-button {
		white-space: wrap;
		padding: 10px;
	}
}

@media screen and (max-width: 767px) {
	.pricing-plan-note-2025,
	.period-switcher-label-save {
		display: none;
	}
	.billing-container-content {
		justify-content: flex-end;
	}
	.pricing-real-headers-2025 .plan-price,
	.pricing-real-headers-2025 .pricing-plan-wrapper .pricing-text {
		margin-right: 0;
	}
	.pricing-real-headers-2025 .plan-price:before {
		margin-right: 0;
	}
}

@media screen and (max-width: 575px) {
	.billing-label {
		font-size: 14px;
	}
	.pricing-real-headers-2025 .plan-cta .cta-button {
		font-size: 0 !important;
	}
	.pricing-real-headers-2025 .plan-cta .cta-button::before {
		content: "Try now";
		font-size: 12px;
	}
	html[lang="de-DE"] .pricing-real-headers-2025 .plan-cta .cta-button::before {
		content: "Jetzt testen";
	}
	.pricing-real-headers-2025 .pricing-plan-wrapper:last-of-type .plan-cta .cta-button::before {
		content: "Let's talk";
	}
	html[lang="de-DE"] .pricing-real-headers-2025 .pricing-plan-wrapper:last-of-type .plan-cta .cta-button::before {
		content: "Kontakt";
	}
	.pricing-real-headers-2025 .pricing-plan-wrapper,
	.pricing-real-headers-2025 .pricing-plan-wrapper:last-of-type {
		background-color: var(--white) !important;
		border: none !important;
		padding: .1rem;
	}
	.pricing-real-headers-2025 .pricing-plan-wrapper * {
		font-size: 12px;
		font-weight: 300;
		color: var(--light-text) !important;
	}
	.pricing-real-headers-2025 .plan-price:before {
		width: unset;
	}
	.features-table-row-2025 .features-table-feature {
		text-align: center;
	}
	.pricing-plan-tag {
		display: none;
	}
}

@media screen and (min-width: 450px) {
	.page-template-page-pricing-2025 .pricing-page-hero {
		height: 650px;
	}
}

@media screen and (min-width: 576px) {
	.pricing-real-headers-2025 .pricing-plan-wrapper:last-of-type {
		background-color: var(--dark-background) !important;
	}
	.mobile-free-plan {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.page-template-page-pricing-2025 .pricing-page-hero {
		height: 550px;
	}
	.features-category-name {
		font-size: 20px;
	}
	.pricing-features-main-header,
	.pricing-features-main-price {
		font-size: 14px;
	}
	.features-table-feature,
	.features-table-heading {
		font-size: .875rem;
	}
	.page-template-page-pricing-2025 .pricing-features-container {
		margin-top: -5rem;
	}
	.billing-label {
		color: var(--white);
	}
}

@media screen and (min-width: 992px) {
	.page-template-page-pricing-2025 .pricing-page-hero {
		height: 620px;
	}
	.pricing-real-headers {
		margin-top: 0;
	}
	.pricing-real-headers .plan-cta {
		padding: 0 0 1rem 0;
		display: block;
	}
	.pricing-features-main-header,
	.pricing-features-main-price {
		font-size: 1rem;
	}
}

@media screen and (min-width: 1200px) {
	.page-template-page-pricing-2025 .pricing-features-container {
		margin-top: -9rem;
	}
}

@media screen and (min-width: 1400px) {
	.billing-container {
		grid-template-columns: 1fr 4fr;
	}
	.pricing-features-main-header-container,
	.features-table-row {
		grid-template-columns: 4fr 10fr;
	}
	.pricing-features-main-header-container-2025,
	.features-table-row-2025 {
		grid-template-columns: 1fr 4fr
	}
	.features-table-heading {
		text-align: left;
	}
	.features-table-feature {
		border-top: 0;
	}
	.features-table-feature:first-of-type {
		border-left: 1px solid var(--input);
	}
}

@media screen and (min-width: 1550px) {
	.pricing-real-headers-2025 .pricing-plan-description {
		height: unset;
	}
	.pricing-real-headers-2025 .cta-button {
		font-size: .875rem !important;
	}
}

/* Old pricing */
.plan-container {
	background-color: var(--white);
	border: var(--card-border);
	border-radius: .5rem;
	box-shadow: var(--card-box-shadow);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.plan-title {
	background-color: var(--extra-light);
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
	color: var(--dark-mode);
	font-size: 1.25rem;
	font-weight: var(--bold);
	;
	line-height: 1.5rem;
	padding: 1rem;
	text-align: center;
}
.plan-title-enterprise {
	background-color: var(--highlight);
	color: var(--white);
}
.plan-cta {
	padding: 1rem 0 2rem 0;
	text-align: center;
}
.plan-cta .cta-button,
.menu-ctas .cta-button {
	margin-right: 0;
	font-size: .825rem;
	padding: 10px 24px;
}
.menu-ctas .cta-button {
	margin-left: 1rem;
	white-space: nowrap;
}
.plan-features {
	background-color: var(--dark-mode);
	border-bottom-left-radius: .5rem;
	border-bottom-right-radius: .5rem;
	padding: 1rem 1rem;
}
.plan-features a {
	color: var(--white);
	font-size: .875rem;
	line-height: 1rem;
	display: flex;
	align-items: center;
}
.plan-features a:hover {
	color: var(--white);
}
.plan-features .feature-small {
	height: 40px;
}
.scroll-down {
	margin-top: 113px;
	text-align: center;
}
.scroll-down a {
	color: var(--serious-business);
	text-decoration: none;
}
.plan-comaparison-header-container {
	background-color: var(--white);
	position: sticky;
	top: var(--header-default-height);
}.plan-comaparison-header-container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: center;
}
.plan-comaparison-header-container .plan-cta {
	display: none;
}
@media screen and (min-width: 656px) {.plan-comaparison-header-container {
		display: grid;
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}
@media screen and (min-width: 897px) and (max-width: 1308px) {
	.plan-title-enterprise {
		grid-area: a;
	}
}
@media screen and (min-width: 1090px) {
	.plan-comaparison-header-container .plan-cta {
		display: block;
	}
}
@media screen and (min-width: 1300px) {
	.plan-cta .cta-button {
		font-size: 1rem;
	}
}
@media screen and (min-width: 1309px) {
	.scroll-down {
		margin-top: 0;
	}
}

/* Comparisons */
.single-comparisons .sub-page-hero .col-xl-6 img {
	display: none;
}
.comparison-teaser-container {
	background-color: var(--dusty-cloud);
	border-radius: .5rem;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2rem;
	padding: 2rem;
}
.teaser-link {
	margin-top: 2.5rem;
}
.comparison-header {
	display: grid;
	grid-template-columns: 5fr 3fr 3fr;
	background-color: var(--white);
	position: sticky;
	top: var(--header-default-height);
}
.comparison-grid-3 .comparison-header {
	grid-template-columns: 8fr 3fr 3fr 3fr;
}
.comparison-header-prices {
	display: grid;
	grid-template-columns: 2fr 3fr 3fr;
	grid-gap: 2rem;
}
.comparison-headline {
	color: var(--light-text);
	font-size: 1rem;
	font-weight: var(--bold);
	padding: 1rem 0 0 0;
	text-align: center;
}
.comparison-headline-best {
	background-color: var(--serious-business);
	border-radius: 1rem 1rem 0 0;
	color: var(--white);
	display: flex;
	font-size: 20px;
	font-weight: 700;
	justify-content: center;
	padding: 1rem 0;
	text-transform: uppercase;
	box-shadow: var(--card-box-shadow);
}
.comparison-grid-prices-overflow {
	min-width: 768px;
}
.comparison-grid-prices {
	overflow-x: scroll;
	padding: 2px;
}
.comparison-grid-prices .comparison-headline-name {
	color: var(--deep-ocean);
	font-weight: var(--bold);
	font-size: 2rem;
	padding: 1rem 0 0 0;
	text-align: center;
	padding-bottom: 21px;
	padding-top: 64px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.comparison-grid-prices.eu .comparison-headline-price:before {
	content: '€';
	padding-right: 0.5rem;
}
.comparison-grid-prices.world .comparison-headline-price:before {
	content: '$';
	padding-right: 0.5rem;
}
.comparison-grid-prices .comparison-header-prices:nth-of-type(2) .comparison-headline-name:nth-of-type(2),
.comparison-grid-prices .comparison-header-prices:nth-of-type(3) .comparison-headline-price:nth-of-type(2) {
	background-color: var(--deep-ocean);
	box-shadow: var(--card-box-shadow);
}
.comparison-headline-price {
	display: flex;
	justify-content: center;
	font-size: 56px;
	font-weight: 700;
}
.comparison-headline-description {
	display: flex;
	justify-content: center;
	padding-bottom: 64px;
	font-size: 14px;
	font-weight: 300;
}
.comparison-grid-prices .comparison-header-prices:nth-of-type(2) .comparison-headline-name:nth-of-type(2),
.comparison-grid-prices .comparison-header-prices:nth-of-type(3) .comparison-headline-price:nth-of-type(2),
.comparison-grid-prices .comparison-header-prices:nth-of-type(4) .comparison-headline-description:nth-of-type(2) {
	background-color: var(--deep-ocean);
	color: var(--white);
	box-shadow: var(--card-box-shadow);
	clip-path: inset(-1px -10px 0px -10px);
}
.comparison-grid-prices .comparison-header-prices:nth-of-type(2) .comparison-headline-name:nth-of-type(3) {
	border-radius: 1rem 1rem 0 0;
	border: 1px solid var(--extra-light);
}
.comparison-grid-prices .comparison-header-prices:nth-of-type(2) .comparison-headline-name:nth-of-type(3) {
	border: 1px solid var(--extra-light);
	border-bottom: 0;
	box-shadow: var(--card-box-shadow);
	clip-path: inset(0px -10px 0px -10px);
}
.comparison-grid-prices .comparison-header-prices:nth-of-type(3) .comparison-headline-price:nth-of-type(3),
.comparison-grid-prices .comparison-header-prices:nth-of-type(4) .comparison-headline-description:nth-of-type(3) {
	border: 1px solid var(--extra-light);
	border-bottom: 0;
	border-top: 0;
	box-shadow: var(--card-box-shadow);
	clip-path: inset(0px -10px 0px -10px);
}
.comparison-grid-prices .comparison-headline-name > div {
	max-width: 300px;
	line-height: normal;
}
.comparison-feature-headline {
	color: var(--highlight);
	font-size: 1.5rem;
	border-bottom: 1px solid #C2DCEF;
	padding: 14px 0;
	margin-bottom: 1rem;
}
.comparison-sub-row {
	border-bottom: 1px solid #C2DCEF;
	display: grid;
	grid-template-columns: 5fr 3fr 3fr;
	padding: 1rem 0;
}
.comparison-feature-row {
	display: grid;
	grid-template-columns: 2fr 3fr 3fr;
}
.comparison-feature-row > div {
	padding: 1rem;
}
.feature-content {
	display: flex;
	justify-content: center;
	align-items: center;
}
.comparison-feature-row:nth-of-type(odd) .comparison-feature-name {
	background-color: var(--extra-light);
	width: calc(100% + 16px);
}
.comparison-feature-row:nth-of-type(odd) .feature-content:nth-of-type(2) {
	background-color: var(--body-background);
	color: var(--white);
	width: calc(100% - 24px);
	position: relative;
	left: 16px;
	box-shadow: var(--card-box-shadow);
	clip-path: inset(-1px -10px 0px -10px);
}
.comparison-feature-row:nth-of-type(odd) .feature-content:nth-of-type(3) {
	background-color: var(--extra-light);
	width: calc(100% + 8px);
	position: relative;
	left: -8px;
}
.comparison-feature-row:nth-of-type(even) .feature-content:nth-of-type(3) {
	width: calc(100% + 8px);
	position: relative;
	left: -8px;
}
.comparison-feature-row:nth-of-type(even) .feature-content:nth-of-type(2) {
	background-color: var(--deep-ocean);
	color: var(--white);
	width: calc(100% - 24px);
	position: relative;
	left: 16px;
	box-shadow: var(--card-box-shadow);
	clip-path: inset(-1px -10px 0px -10px);
}
.feature-content-other {
	padding: 0 1rem !important;
}
.comparison-text-other,
.comparison-icon-other {
	border-left: 1px solid var(--extra-light);
	border-right: 1px solid var(--extra-light);
	padding: 1rem 0;
	width: 100%;
	justify-content: center;
	display: flex;
	align-items: center;
	margin-left: 16px;
	margin-right: -16px;
	box-shadow: var(--card-box-shadow);
	clip-path: inset(0px -10px 0px -10px);
	height: 100%;
}
.comparison-icon-other img {
	width: 20px;
	height: 20px;
}
.comparison-grid-3 .comparison-sub-row {
	grid-template-columns: 8fr 3fr 3fr 3fr;
}
.feature-headline {
	line-height: normal;
}
.feature-mouseflow,
.feature-other-product,
.feature-third-product {
	text-align: center;
}
.comparison-footer-prices {
	display: grid;
	grid-template-columns: 2fr 3fr 3fr;
	grid-gap: 2rem;
}
.comparison-footer-prices > div {
	height: 1rem;
}
.product-footer {
	background-color: var(--deep-ocean);
	border-radius: 0 0 1rem 1rem;
	box-shadow: var(--card-box-shadow);
	clip-path: inset(-1px -10px -10px -10px);
}
.other-product-footer {
	border-radius: 0 0 1rem 1rem;
	box-shadow: var(--card-box-shadow);
	clip-path: inset(0px -10px -10px -10px);
	border-bottom: 1px solid #C2DCEF;
}
.comparison-cta-secondary {
	margin-top: 5rem;
}
@media screen and (min-width: 768px) {
	.comparison-grid-prices {
		overflow-x: unset;
	}
	.comparison-header {
		grid-template-columns: 10fr 3fr 3fr;
	}
	.comparison-teaser-container {
		grid-template-columns: 10fr 3fr;
	}
	.comparison-headline {
		font-size: 1.5rem;
	}
	.comparison-sub-row {
		grid-template-columns: 10fr 3fr 3fr;
		margin-left: 2rem;
	}
}
@media screen and (min-width: 992px) {
	.comparison-header,
	.comparison-sub-row {
		grid-template-columns: 5fr 3fr 3fr;
	}
	.comparison-teaser-container {
		grid-template-columns: 5fr 3fr;
		padding: 5rem;
	}
}
@media screen and (min-width: 1200px) {
	.single-comparisons .sub-page-hero .col-xl-6 img {
		display: block;
		backdrop-filter: blur(12px);
		box-shadow: var(--card-box-shadow);
		border-radius: 0.5rem;
	}
}

/* Contact pages */
.trust-headline {
	margin: 1rem 0;
}
.trust-headline.p4 p {
	font-size: 1rem;
}
.logos-container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-gap: 1rem 2rem;
	margin-top: 1rem;
}
.logos-container .logo-item {
	display: flex;
	align-items: center;
}
.logo-item figure {
	text-align: center;
}
.logos-container .logo-item img {
	bottom: 0;
}

/* Booking page */
.page-template-page-book main {
	margin-top: var(--header-height);
}
.page-template-page-book main.no-header {
	margin-top: 0;
}
.booking-page-hero {
	padding: 3rem 0 0 0;
	background: linear-gradient(var(--deep-ocean) 57%, #FFFFFF 43%);
}
.booking-page-hero .entry-header {
	color: var(--serious-business);
	margin-top: 5rem;
}
.booking-hero-description {
	font-weight: 300;
}
.booking-logos-container {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-gap: 1rem 2rem;
	margin-top: 3rem;
}
.booking-review-badges {
	margin: 2.5rem 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.hero-review-badges {
	display: flex;
	flex-wrap: nowrap;
	grid-gap: 1rem;
	margin-top: 0;
}
.hero-review-badges img {
	max-width: 5rem;
}
.booking-review-badges img {
	max-height: 5rem;
	width: auto;
}
.booking-form-container {
	background-color: var(--white);
	border-radius: .5rem;
	padding: 2rem;
}
.booking-form-container input[type=submit] {
	width: 100%;
}
.booking-form-container input[type=text],
.booking-form-container input[type=email],
.booking-form-container input[type=tel] {
	background-image: none;
	height: 2.5rem;
	width: 100%;
	min-width: 100%;
	padding-left: 0.5rem;
}
.booking-form-container .hs-form-field {
	margin-bottom: 1rem;
}
.booking-form-container .legal-consent-container p {
	color: var(--shallow-ocean);
	font-size: 0.75rem;
	line-height: 0.875rem;
}
.booking-page-hero .review-box {
	padding: 1rem;
}
.privacy-disclaimer {
	display: flex;
	align-items: center;
}
.privacy-disclaimer p {
	font-size: 12px;
	line-height: normal;
	margin-bottom: 0;
}
.privacy-disclaimer img {
	margin-right: 1rem;
}
.pseudo-header {
	margin-bottom: 5rem;
}
.form-headline {
	margin-bottom: 1rem;
}
.navbar-brand.desktop {
	display: none;
}
@media screen and (min-width: 992px) {
	.hero-review-badges {
		margin-top: 4rem;
	}
	.booking-page-hero {
		background-image: url('/wp-content/themes/mouseflow/assets/images/dark-background-booking.svg');
		background-repeat: no-repeat;
		background-position: top right;
		background-size: 65vw;
	}
	.booking-page-hero .entry-header {
		margin-top: 0;
	}
	.no-header .booking-page-hero {
		background-image: url('/wp-content/themes/mouseflow/assets/images/dark-background-booking-tall-full.svg');
		height: 100%;
		min-height: 100vh;
		display: flex;
		background-position: center 100%;
		background-size: cover;
	}
	.navbar-brand.mobile {
		display: none;
	}
	.navbar-brand.desktop {
		display: inherit;
	}
}
@media screen and (min-width: 1100px) {
	.booking-page-hero {
		background-size: 58vw;
	}
}
@media screen and (min-width: 1200px) {
	.booking-page-hero {
		background-size: 55vw;
	}
	.booking-review-badges img {
		max-height: 6rem;
	}
	.hero-review-badges {
		justify-content: space-between;
	}
}
@media screen and (min-width: 1300px) {
	.booking-page-hero {
		background-size: 50vw;
	}
}
@media screen and (min-width: 1400px) {
	.booking-form-container {
		padding: 2.5rem 5rem;
	}
}
@media screen and (min-width: 1500px) {
	.booking-review-badges img {
		max-height: 9rem;
	}
}
@media screen and (min-width: 1600px) {
	.booking-page-hero {
		padding: 7rem 0;
	}
	.booking-page-hero .review-box {
		padding: 1rem 0 0 0;
	}
	.booking-page-hero .review-box {
		padding: 2rem;
	}
	.pseudo-header {
		margin-top: -5rem;
	}
}

/* Legal Hub */
/* Legal Hub front page */
.legal-hub-front-page-hero {
	margin-top: 10rem;
}
.legal-hub-front-page-hero-container {
	background-color: var(--light-blue);
	border-radius: .5rem;
	flex-direction: column;
	grid-gap: 4rem;
	justify-content: space-between;
	padding: 2.5rem;
}
.entry-title-legal-front {
	font-size: 2.5rem;
	line-height: normal;
	margin-bottom: 2rem;
	text-transform: unset;
}
.legal-hub-front-page-hero-header {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
}
.legal-hub-front-description p {
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.75rem;
}
.legal-hub-front-page-hero-illustration {
	align-items: flex-end;
	display: flex;
	flex: 1;
}
.entry-content-legal {
	margin-bottom: 5rem;
}
.legal-area-container {
	margin-top: 70px;
}
.legal-links-container {
	flex-direction: column;
	grid-gap: 1rem;
}
.legal-cta {
	background-color: var(--light-blue);
	border: 1px solid var(--light-blue);
	border-radius: .5rem;
	color: var(--light-text);
	display: flex;
	font-weight: 700;
	justify-content: center;
	padding: 1.5rem 1rem;
	text-decoration: none;
	white-space: nowrap;
	width: 100%;
}
.page-footer-legal {
	padding: 5rem 0;
}
.page-footer-legal .footer-widgets {
	border-top: 1px solid var(--input);
}
.page-footer-legal .footer-widget {
	margin-top: 2rem;
}
.page-footer-legal .footer-widget:nth-of-type(2) {
	margin-top: 0;
}
.page-footer-legal a {
	text-decoration: none;
}
.page-footer-legal p {
	margin-bottom: 0;
}
#menu-legal-front,
#menu-legal-footer {
	display: flex;
	grid-gap: 1rem;
}
#menu-legal-front a,
#menu-legal-footer a {
	color: var(--serious-business);
	font-weight: 700;
}
#legal-footer-1 {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
}
#legal-footer-2 {
	border-top: 0;
	align-items: center;
	display: flex;
	flex-direction: column;
}
.legal-home {
	color: var(--deep-ocean);
	text-decoration: none;
	display: flex;
	align-items: center;
}
.legal-home svg {
	margin-right: .5rem;
}
.legal-tab-container.active.single {
	border-top: 0;
	padding-top: 0;
}

/* Legal Hub Interactive States */

@media screen and (hover: hover) {
	.legal-cta:hover {
		border: 1px solid var(--serious-business);
		color: var(--serious-business);
	}
	.legal-home:hover {
		color: var(--serious-business);
	}
	.legal-home:hover svg path {
		fill: var(--serious-business);
	}
}

@media screen and (min-width: 768px) {
	.legal-links-container {
		flex-direction: row;
	}
}

@media screen and (min-width: 992px) {
	.legal-hub-front-page-hero-container {
		flex-direction: row;
	}
	.legal-cta {
		font-size: 1.1rem;
		padding: 2.5rem 1rem;
	}
	.legal-links-container {
		grid-gap: 2rem;
	}
	#legal-footer-1 {
		align-items: flex-start;
		text-align: left;
	}
	#legal-footer-2 {
		align-items: flex-end;
		border-top: 1px solid var(--input);
	}
}

/* --- */
.select-content-container {
	display: flex;
	justify-content: center;
	margin-bottom: var(--default-margin);
}
.select-content {
	background-color: var(--dusty-cloud);
	border-radius: .5rem;
	display: flex;
	justify-content: center;
	padding: .5rem 1rem;
}
.tabcontent {
	display: none;
}
.tabcontent.active {
	display: block;
}
.tabcontent {
	font-size: 14px;
}
.content-selector-container {
	padding: 10px;
	max-width: 182px;
	border-radius: .5rem;
}
.content-selector-container.active {
	background-color: var(--white);
	box-shadow: var(--card-box-shadow);
	border: var(--card-border);
}
.content-selector-container input {
	display: none;
}
.content-selector-container label {
	font-weight: var(--bold);
	;
	margin-bottom: .25rem;
	cursor: pointer;
}
.content-selector-container label .selector-description {
	font-weight: var(--normal);
	;
}
.content-selector-container.active * {
	color: var(--serious-business);
}
@media screen and (min-width: 576px) {
	.tabcontent {
		font-size: 1rem;
	}
}

/* Mega menu */

/* Mega menu version 2 */
header {
	display: flex;
	align-items: center;
}
#page-header.dark #mega-menu-utility-menu>.mega-menu-item>.mega-menu-link {
	color: #A1B2D3 !important;
}
#mega-menu-258-0-1 {
	height: 50% !important;
}
#mega-menu-258-0-2,
#mega-menu-248-0-0,
#mega-menu-402-0-0,
#mega-menu-9652-0-2,
#mega-menu-9655-0-0,
#mega-menu-9656-0-0,
#mega-menu-9661-0-2,
#mega-menu-9669-0-0,
#mega-menu-9674-0-0,
#mega-menu-31391-0-0 {
	background-color: var(--white) !important;
}
#mega-menu-258-0-2 {
	height: 100%;
}
#mega-menu-258-0,
#mega-menu-258-0>.mega-sub-menu,
#mega-menu-248-0,
#mega-menu-248-0>.mega-sub-menu,
#mega-menu-402-0,
#mega-menu-402-0>.mega-sub-menu,
#mega-menu-9652-0,
#mega-menu-9652-0>.mega-sub-menu,
#mega-menu-31391-0,
#mega-menu-31391-0>.mega-sub-menu,
#mega-menu-9655-0,
#mega-menu-9655-0>.mega-sub-menu,
#mega-menu-9656-0,
#mega-menu-9656-0>.mega-sub-menu,
#mega-menu-9674-0,
#mega-menu-9674-0>.mega-sub-menu {
	display: flex !important;
	flex-direction: column;
}
#mega-menu-9661-0,
#mega-menu-9661-0>.mega-sub-menu,
#mega-menu-9669-0,
#mega-menu-9669-0>.mega-sub-menu {
	display: flex !important;
	flex-direction: column;
}
#mega-menu-258-0-0 {
	padding-bottom: 0 !important;
}
#mega-menu-258-0-3,
#mega-menu-402-0-1,
#mega-menu-9652-0-3,
#mega-menu-9661-0-3 {
	background-color: var(--dusty-cloud) !important;
}
#mega-menu-item-16182.top-level {
	border-bottom: 1px solid var(--extra-light) !important;
	margin-bottom: 2rem !important;
}
.mega-menu-link.dark-menu-item {
	color: var(--dark-mode);
}
.mega-block-title {
	line-height: normal;
}
.menu-featured-image img {
	border-radius: .5rem;
	margin: 1rem 0;
}
.menu-featured-video {
	width: 100%;
}
.menu-featured-video video {
	max-width: 100%;
}
.custom-html-widget hr {
	position: absolute;
	width: 150%;
	left: -50%;
}
.mega-toggle-on>.mega-menu-link {
	color: var(--light-text) !important;
}
.mega-top-level>.mega-sub-menu {
	margin-top: 0;
}
.mega-top-level>.mega-menu-link {
	justify-content: space-between;
}
.mega-indicator:after {
	will-change: transform;
	transition: transform 0.3s ease-in-out;
}
.mega-toggle-on .mega-indicator:after {
	transform: rotate(180deg) !important;
	transition: transform 0.3s ease-in-out;
}
.mega-menu-column {
	padding-bottom: 1rem !important;
}
.mega-cta-button.mega-hide-on-desktop {
	margin: 0 1.5rem !important;
}
.mega-cta-button.mega-hide-on-desktop.cta-button-primary {
	margin-top: 1.5rem !important;
}
.mega-menu-flyout.mega-hide-on-desktop .mega-sub-menu {
	padding: 1rem 1.5rem !important;
}
.mega-menu-flyout.mega-hide-on-desktop .mega-sub-menu .mega-menu-item {
	padding: 0 !important;
}
.menu-cta-button.menu-cta-button-secondary {
	position: relative;
}
.menu-cta-button.menu-cta-button-secondary a {
	background-color: var(--white) !important;
	border: 1px solid var(--deep-ocean) !important;
	will-change: transform;
	border-radius: 0.5rem !important;
	padding: 1rem 1.4rem !important;
	width: 200% !important;
	justify-content: center;
}
.menu-featured-page {
	margin-top: 0.5rem;
}
.menu-featured-heading {
	font-weight: 700;
	line-height: 1.1875rem;
	margin-bottom: 0.5rem;
}
.menu-featured-teaser {
	font-weight: 300;
	line-height: 1.1875rem;
}
.menu-featured-page .cta-button-secondary {
	margin-top: 1rem;
}
.menu-insights-articles {
	margin-top: 1.5rem;
}
.menu-insights-articles a {
	text-decoration: none;
	color: var(--light-text);
}
.menu-insights-article {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 1rem;
	margin-bottom: 1rem;
	align-items: center;
}
.menu-insights-title {
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.2rem;
}
.menu-insights-image img {
	border-radius: .2rem;
}
main.blurred {
	filter: blur(10px);
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after,
#mega-menu-wrap-utility-menu #mega-menu-utility-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
	content: '\25BE' !important;
}
#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
	position: relative;
	right: -1.5rem;
}
#mega-menu-wrap-header-menu .mega-menu-toggle+#mega-menu-header-menu {
	padding: 0;
}
#page-header.dark #mega-menu-header-menu>.top-level.mega-toggle-on {
	color: var(--white) !important;
}
.menu-cta-button.menu-cta-button-secondary a,
.mega-menu-item .cta-button {
	padding: 0.7rem 1.4rem !important;
	font-weight: 700 !important;
}
#mega-menu-wrap-header-menu .mega-wpml-ls-current-language {
	width: 50% !important;
	display: inline-grid !important;
	justify-content: center;
	margin-top: -1rem !important;
	vertical-align: inherit !important;
}
#mega-menu-wrap-header-menu .mega-wpml-ls-current-language .mega-sub-menu {
	margin-top: 1rem !important;
}
#mega-menu-wrap-header-menu .mega-wpml-ls-current-language .mega-sub-menu .mega-menu-flyout {
	padding: 0.6rem !important;
}
.mega-wpml-ls-slot-10 .mega-menu-link {
	width: 100px !important;
	color: var(--semi-deep-ocean) !important;
}
#mega-menu-wrap-header-menu .mega-sign-in-mobile {
	width: 50% !important;
	display: flex !important;
	justify-content: center;
	border-left: 1px solid var(--semi-deep-ocean) !important;
	max-height: 24px !important;
	line-height: 24px !important;
}
#mega-menu-wrap-header-menu .mega-wpml-ls-current-language a,
#mega-menu-wrap-header-menu .mega-sign-in-mobile a {
	max-height: 24px !important;
	font-weight: 500 !important;
}
#mega-menu-wrap-header-menu .mega-sign-in-mobile a {
	line-height: 24px !important;
}
.mega-custom-icon.mega-menu-link {
	display: flex !important;
	justify-content: flex-start;
}
#mega-menu-item-custom_html-45,
#mega-menu-item-custom_html-47,
#mega-menu-item-custom_html-49 {
	display: none !important;
}
#mega-menu-402-0-1 {
	display: none !important;
}
#mega-menu-402-1 {
	background-color: var(--extra-light) !important;
	margin-top: 1rem !important;
}
.resources-help-container ul {
	list-style: none;
	padding-left: 0;
}
.resources-help-container ul li {
	display: inline-block;
	margin-bottom: 0;
	padding: 0.5rem 0;
	margin-right: 1rem;
}
.resources-help-container ul li a {
	align-items: center;
	color: #08163C;
	display: flex;
	font-size: 1rem;
	font-weight: 400;
	text-decoration: none;
}
.resources-help-container ul li a:after {
	content: url('/wp-content/themes/mouseflow/assets/images/new-tab-icon.png');
	transform: scale(.5);
	position: relative;
	top: 2px;
}
.resources-help-container .container {
	padding: 0;
}
#mega-menu-item-24489 {
	padding-right: 0 !important;
}
#mega-menu-item-24720 a {
	max-width: 100% !important;
}
@media screen and (max-width: 991px) {
	.resources-help-container .container {
		min-width: 100%;
	}
}
@media screen and (hover: hover) {
	.menu-cta-button.menu-cta-button-secondary a:hover {
		background-color: var(--extra-light) !important;
		color: var(--light-text) !important;
	}
	#page-header.dark #mega-menu-utility-menu>.mega-menu-item>.mega-menu-link:hover {
		color: var(--serious-business) !important;
	}
	.mega-menu-link.dark-menu-item {
		color: var(--serious-business);
	}
	.menu-insights-article:hover .menu-insights-title {
		color: var(--serious-business);
	}
}
@media screen and (max-width: 991px) {
	header #mega-menu-simple-header-menu-no-pricing,
	header #mega-menu-simple-header-menu,
	header #mega-menu-header-menu {
		margin-top: 1rem !important;
	}
	.top-level.mega-toggle-on .mega-menu-link {
		color: var(--light-text) !important;
	}
	.mega-sub-menu {
		padding: 0 !important;
	}
	.mega-menu-column,
	#mega-menu-item-11439 {
		padding: 0 1.5rem !important;
	}
	.mega-menu-title {
		font-weight: 700;
	}
	.widget_mouseflow_featured_widget {
		padding-bottom: 1.5rem !important;
	}
	#mega-menu-item-9677.top-level,
	#mega-menu-item-10574.top-level {
		border-bottom: 1px solid var(--extra-light) !important;
		margin-bottom: 2rem !important;
	}
	#mega-menu-header-menu {
		padding-bottom: 200px !important;
	}
	#mega-menu-item-16179,
	#mega-menu-item-16269 {
		margin-left: 0 !important;
	}
	#mega-menu-item-16163 .mega-sub-menu .mega-menu-item,
	#mega-menu-item-16182 .mega-sub-menu .mega-menu-item {
		margin-bottom: .5rem !important;
	}
}
@media screen and (min-width: 992px) {
	.mega-menu-title {
		white-space: nowrap;
	}
	.mega-menu-link.white-menu-item {
		color: var(--white) !important;
	}
	.widget_mouseflow_insights_widget {
		padding-right: 0 !important;
	}
	#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link.white-menu-item,
	#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link.white-menu-item,
	#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link.white-menu-item {
		border-color: #3285F5 !important;
	}
	#main-menu .navbar {
		padding: 0 !important;
	}
	#mega-menu-wrap-header-menu .mega-wpml-ls-item,
	#mega-menu-wrap-header-menu .mega-sign-in-mobile {
		display: none !important;
	}
	header {
		display: block;
	}
	header #mega-menu-simple-header-menu-no-pricing,
	header #mega-menu-simple-header-menu,
	header #mega-menu-header-menu {
		margin-top: 0 !important;
	}
	#mega-menu-item-336 {
		padding-top: 1rem;
	}
	#mega-menu-258-0,
	#mega-menu-258-0>.mega-sub-menu,
	#mega-menu-248-0,
	#mega-menu-248-0>.mega-sub-menu,
	#mega-menu-402-0,
	#mega-menu-402-0>.mega-sub-menu,
	#mega-menu-9652-0,
	#mega-menu-9652-0>.mega-sub-menu,
	#mega-menu-9655-0,
	#mega-menu-9655-0>.mega-sub-menu,
	#mega-menu-9656-0,
	#mega-menu-9656-0>.mega-sub-menu,
	#mega-menu-9669-0,
	#mega-menu-9669-0>.megasub-menu,
	#mega-menu-9674-0,
	#mega-menu-9674-0>.mega-sub-menu,
	#mega-menu-9661-0,
	#mega-menu-9661-0>.mega-sub-menu,
	#mega-menu-9669-0,
	#mega-menu-9669-0>.mega-sub-menu,
	#mega-menu-31391-0,
	#mega-menu-31391-0>.mega-sub-menu {
		flex-direction: row;
	}
	#mega-menu-item-custom_html-45,
	#mega-menu-item-custom_html-47,
	#mega-menu-item-custom_html-49 {
		display: block !important;
	}
	#mega-menu-item-custom_html-45 .mega-block-title,
	#mega-menu-item-custom_html-47 .mega-block-title,
	#mega-menu-item-custom_html-49 .mega-block-title {
		visibility: hidden !important;
	}
	#mega-menu-258-0-2,
	#mega-menu-258-0-3,
	#mega-menu-248-0-1,
	#mega-menu-402-0-1,
	#mega-menu-9652-0-2,
	#mega-menu-9652-0-3,
	#mega-menu-9655-0-1,
	#mega-menu-9656-0-1,
	#mega-menu-9661-0-2,
	#mega-menu-9661-0-3,
	#mega-menu-9669-0-1,
	#mega-menu-9674-0-1,
	#mega-menu-31391-0-1 {
		padding-left: 1.5rem !important;
		border-left: 1px solid var(--input) !important;
	}
	#mega-menu-item-243,
	#mega-menu-item-244,
	#mega-menu-item-245,
	#mega-menu-item-246,
	#mega-menu-item-247,
	#mega-menu-item-253,
	#mega-menu-item-249,
	#mega-menu-item-249,
	#mega-menu-item-250,
	#mega-menu-item-251,
	#mega-menu-item-252,
	#mega-menu-item-19110,
	#mega-menu-item-10573,
	#mega-menu-item-10572,
	#mega-menu-item-10569,
	#mega-menu-item-10571,
	#mega-menu-item-10570,
	#mega-menu-item-10578,
	#mega-menu-item-10567,
	#mega-menu-item-11628,
	#mega-menu-item-11626,
	#mega-menu-item-11627,
	#mega-menu-item-11039,
	#mega-menu-item-9671,
	#mega-menu-item-11038,
	#mega-menu-item-11037,
	#mega-menu-item-11040,
	#mega-menu-item-9670,
	#mega-menu-item-9673,
	#mega-menu-item-9672,
	#mega-menu-item-11042,
	#mega-menu-item-11041,
	#mega-menu-item-19981,
	#mega-menu-item-25077,
	#mega-menu-item-31400,
	#mega-menu-item-31404,
	#mega-menu-item-31401,
	#mega-menu-item-31405,
	#mega-menu-item-31399,
	#mega-menu-item-31409,
	#mega-menu-item-31403,
	#mega-menu-item-31402,
	#mega-menu-item-31414,
	#mega-menu-item-31406 {
		display: inline-flex !important;
		max-width: 33.3333% !important;
	}
	#mega-menu-item-403,
	#mega-menu-item-6487,
	#mega-menu-item-6655,
	#mega-menu-item-12199,
	#mega-menu-item-9657,
	#mega-menu-item-11446,
	#mega-menu-item-9659,
	#mega-menu-item-16260,
	#mega-menu-item-9675,
	#mega-menu-item-9676,
	#mega-menu-item-16271,
	#mega-menu-item-18798,
	#mega-menu-item-19053,
	#mega-menu-item-21391,
	#mega-menu-item-22083,
	#mega-menu-item-24721 {
		display: inline-flex !important;
		max-width: 45% !important;
	}

	#mega-menu-item-24720 a {
		max-width: 100% !important;
		padding-bottom: 1.5rem;
	}

	#mega-menu-402-0-1 {
		display: block !important;
	}
	#mega-menu-402-1 {
		position: absolute !important;
		bottom: -60px !important;
		left: 0 !important;
	}
	#mega-menu-402-1-0 {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}
	.resources-help-container .container {
		padding-right: var(--bs-gutter-x, 1rem);
		padding-left: var(--bs-gutter-x, 1rem);
	}
	#mega-menu-item-24489 {
		padding-right: 1.5rem !important;
	}
	.mega-menu-title {
		font-weight: 500;
	}
}
#mega-menu-wrap-header-menu {
	width: 100%;
}
#mega-menu-header-menu {
	margin-top: .5rem !important;
}
.navbar-toggler {
	display: none;
}
.navbar-light.simple,
.navbar-light.no_pricing {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding: 0;
}
.mega-toggle-animated {
	margin-top: -2rem !important;
}
.mega-menu-link {
	will-change: transform;
}
.mega-top-level>.mega-menu-link {
	opacity: 1;
	transition: opacity .3s !important;
}
.mega-top-level.is-not-hovered>.mega-menu-link {
	opacity: .5 !important;
}
.sign-in-mobile {
	float: right !important;
}
.sign-in-mobile a {
	color: var(--shallow-ocean) !important;
	font-size: 0.875rem !important;
}
.mega-has-icon:not([class*="mega-highlight-"]) {
	margin: .25rem 0 !important;
}
@media screen and (min-width: 992px) {
	.mega-has-icon:not([class*="mega-highlight-"]) {
		margin: 0 !important;
	}
	#mega-menu-header-menu {
		margin-top: 0 !important;
	}
	.mega-top-level>.mega-sub-menu {
		box-shadow: var(--card-box-shadow) !important;
	}
}
.mega-menu-link {
	font-weight: 500 !important;
	display: flex !important;
}
.menu-highlight-row {
	background-color: var(--dark-mode) !important;
	border-bottom-left-radius: .5rem !important;
	border-bottom-right-radius: .5rem !important;
}
.menu-highlight-row a {
	text-decoration: none;
}
.menu-content {
	padding: .5rem 0;
}
.menu-highlight-row a p {
	color: var(--white) !important;
	font-weight: 700;
	margin-bottom: 0 !important;
}
.menu-highlight-row a p.small {
	font-size: 14px;
	font-weight: 300;
}
.mega-block-title {
	color: var(--shallow-ocean);
	height: 32px;
}
.mega-menu-columns-2-of-4,
.mega-menu-columns-3-of-6,
.mega-menu-columns-3-of-9 {
	margin-bottom: 1rem !important;
}
@media screen and (min-width: 992px) {
	.mega-menu-link {
		margin: 0 !important;
	}
}

/* Footer */
#footer-1,
#footer-2 {
	margin-bottom: 5rem;
}
footer.page-footer {
	background-color: var(--medium-background);
	padding-top: 5rem;
}
.widget-title {
	color: var(--serious-business);
	font-weight: var(--bold);
	margin-bottom: 2rem;
}
.footer-widget .menu {
	list-style: none;
	padding-left: 0;
}
.footer-widget .menu a {
	color: var(--semi-deep-ocean);
	text-decoration: none;
}
.footer-widget .menu a:hover {
	text-decoration: underline;
}
.office-locations {
	border-top: 1px solid var(--extra-light);
	padding-top: 1rem;
	max-width: 10rem;
}
.office a {
	color: var(--semi-deep-ocean);
	text-decoration: none;
}
.office a:hover {
	text-decoration: underline;
}
.office svg {
	margin-right: 1rem;
}
#footer-row-bottom {
	padding: 110px 0 0 0;
}
#footer-area-bottom-mouseflow-footer-bottom .wpml-ls-item-toggle {
	background-color: transparent;
	max-width: 100%;
}
#footer-area-bottom-mouseflow-footer-bottom .wpml-ls-legacy-dropdown a {
	color: var(--semi-deep-ocean);
	padding: 4px 0;
	border: none;
}
#footer-area-bottom-mouseflow-footer-bottom .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	background-color: var(--white);
	box-shadow: var(--card-box-shadow);
	border-radius: .5rem;
	border: var(--card-border);
	max-width: 200px;
	padding: 1rem;
	top: -60px;
	left: 2rem;
}
.wpml-ls-flag {
	border-radius: .2rem;
}
#footer-area-bottom-mouseflow-footer-bottom .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	display: none;
}
#footer-area-bottom-mouseflow-footer-bottom>ul {
	padding-left: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: space-between;
	align-items: baseline;
	color: var(--semi-deep-ocean);
}
#footer-area-bottom-mouseflow-footer-bottom p {
	color: var(--semi-deep-ocean);
}
#footer-area-bottom-mouseflow-footer-bottom>ul>li {
	list-style: none;
	width: 100%;
	text-align: center;
}
#footer-area-bottom-mouseflow-footer-bottom .textwidget a {
	color: var(--semi-deep-ocean);
	text-decoration: none;
}
#footer-area-bottom-mouseflow-footer-bottom .social-link {
	text-decoration: none;
	margin: 0 1rem;
}
#footer-area-bottom-mouseflow-footer-bottom .widget_icl_lang_sel_widget {
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
#footer-area-bottom-mouseflow-footer-bottom .widget_icl_lang_sel_widget h3.widget-title {
	font-size: 1rem;
	margin-bottom: 0;
	margin-top: -2rem;
}
#footer-area-bottom-mouseflow-footer-bottom #text-2 {
	order: 3;
}
.wpml-ls-item-ja {
	display: none;
}
@media screen and (max-width: 767px) {
	#footer-area-bottom-mouseflow-footer-bottom .widget_icl_lang_sel_widget {
		align-items: center;
	}
}
@media screen and (min-width: 768px) {
	#footer-area-bottom-mouseflow-footer-bottom .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
		left: -1rem;
	}
	#footer-area-bottom-mouseflow-footer-bottom .wpml-ls-legacy-dropdown {
		margin-top: -1rem;
	}
	#footer-1,
	#footer-2 {
		margin-bottom: 0;
	}
	#footer-area-bottom-mouseflow-footer-bottom>ul {
		flex-direction: row;
	}
	#footer-area-bottom-mouseflow-footer-bottom>ul>li {
		width: 25%;
		text-align: left;
	}
	#footer-area-bottom-mouseflow-footer-bottom .widget_custom_html {
		text-align: right;
	}
	#footer-area-bottom-mouseflow-footer-bottom .textwidget {
		margin-left: .5rem;
	}
	#footer-area-bottom-mouseflow-footer-bottom .social-link {
		margin: 0 0 0 2rem;
	}
	#footer-area-bottom-mouseflow-footer-bottom .wpml-ls-item-toggle {
		background-color: transparent;
		max-width: 75%;
	}
	#footer-area-bottom-mouseflow-footer-bottom #text-3 .textwidget {
		margin-left: 1rem;
		position: relative;
	}
	#footer-area-bottom-mouseflow-footer-bottom #text-2 {
		order: 2;
	}
	#footer-area-bottom-mouseflow-footer-bottom #custom_html-18 {
		order: 3;
	}
}
.a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
	display: none !important;
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
	display: none !important;
}
@media screen and (max-width: 600px) {
	#CookiebotWidget:not(.CookiebotWidget-inactive) {
		z-index: 0;
	}
}

/* Legal Hub */
.main-content-legal-choose-user-type {
	margin: 7.5rem 0;
}
.legal-hub-entry-content {
	margin: 11.75rem 0 7.5rem 0;
}
.legal-user-type-container {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	grid-gap: 2rem;
	margin-top: 5rem;
}
.legal-user-type {
	background-color: var(--dusty-cloud);
	border: 1px solid var(--input);
	border-radius: .5rem;
	height: 100%;
	transition: transform 0.3s;
}
.legal-user-type-container a {
	display: flex;
	height: 100%;
	text-decoration: none;
}
.legal-type-header {
	background-color: var(--light-blue);
	border-bottom: 1px solid var(--input);
}
.legal-type-header figure {
	height: 136px;
}
.legal-type-header figure img {
	position: relative;
	top: -2.5rem;
}
.legal-type-body {
	margin-top: 1.5rem;
}
.legal-type-body-content {
	color: var(--light-text);
	padding: 0 2.5rem 2.5rem;
}
.legal-user-type-container .center.visitor {
	margin-top: 2rem;
}
@media screen and (hover: hover) {
	.legal-user-type:hover {
		transform: scale(1.01);
		transition: transform 0.3s;
		background-color: var(--white);
	}
	.legal-user-type:hover .legal-type-body h3 {
		color: var(--serious-business);
	}
}
@media screen and (min-width: 768px) {
	.legal-user-type-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.legal-user-type {
		height: auto;
	}
	.legal-user-type-container .center.visitor {
		margin-top: 0;
	}
}

/* Legal General */
h1.legal,
.legal-main-block h1 {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 3rem;
	margin-bottom: 2.5rem;
	text-transform: none;
}
h2.legal,
.legal-main-block h2 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 2.5rem;
	line-height: normal;
	margin-bottom: 2.5rem;
}
h2.legal-special {
	margin-bottom: 1rem;
}
h3.legal,
.legal-main-block h3 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2rem;
	margin-bottom: 1rem;
}
h4.legal,
.legal-main-block h4 {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.6rem;
	margin-bottom: 1rem;
}
.legal-date {
	color: var(--semi-deep-ocean);
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.75rem;
	display: flex;
	align-items: center;
	margin-bottom: 2.5rem;
}
.legal-date svg {
	margin-right: .75rem;
}
#user-type {
	background-color: var(--white);
	margin-left: 0;
}

/* Legal Hub Blocks */
.legal-note {
	background-color: var(--medium-blue);
	border-radius: .5rem;
	padding: 1.5rem;
	display: flex;
}
.note-info-icon {
	margin-right: 1rem;
}
.legal-note-content p {
	margin-bottom: 0;
}
.legal-template-box {
	background-color: var(--dusty-cloud);
	border-radius: .5rem;
	display: grid;
	grid-template-columns: 1fr;
	padding: 2.5rem;
	margin-top: 5rem;
}
.template-box-content {
	padding-right: 1rem;
	margin-bottom: 2.5rem;
}
.template-box-image {
	text-align: center;
}
.template-box-headline {
	color: var(--serious-business);
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}
.legal-text-icon {
	display: none;
}
.legal-complex-data-collection {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1rem;
	border-top: 1px solid var(--extra-light);
	border-bottom: 1px solid var(--extra-light);
	padding-top: 2.5rem;
	padding-bottom: 1.5rem;
}
.legal-complex-data-collection+.legal-complex-data-collection {
	margin-top: -2.5rem;
	border-top: 0;
}
.data-types-container .type-item {
	padding-bottom: 1rem;
}
.data-types-container .type-item svg {
	margin-right: .5rem
}
.legal-complex-footnote p {
	font-size: 0.875rem;
}
.legal-complex-footnote p:before {
	content: '*';
	margin-right: .25rem;
}
.legal-main-block {
	margin-bottom: 5rem;
}
.legal-main-block:last-of-type {
	margin-bottom: 0;
}
.legal-text-illustration {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	grid-gap: 2rem;
}
.legal-text-illustration .legal-content-container.left {
	order: 1;
}
.legal-content-image.right {
	text-align: right;
}
.legal-content-image {
	order: -1;
}
.legal-text-content+.legal-primary-cta,
.legal-text-content+.legal-two-column-text-content,
.legal-two-column-text-content+.legal-two-column-text-content,
.legal-text-content+.legal-note {
	margin-top: -3.5rem;
}
.legal-content p:last-child {
	margin-bottom: 0;
}
.read-more-toogle {
	border-left: 1px solid var(--serious-business);
	display: flex;
	padding-left: .5rem;
}
.read-more-toogle a {
	color: var(--serious-business);
	font-weight: 700;
	padding-right: .5rem;
	text-decoration: none;
}
.read-more-content {
	border-left: 1px solid var(--serious-business);
	padding-left: .5rem;
	padding-top: 1rem;
}
.read-more-toggle-arrow {
	transition: transform 0.3s ease-in-out;
}
.read-more-toggle-arrow.rotate {
	transform: rotate(180deg);
}
.legal-read-more-header {
	border-bottom: 2px solid var(--extra-light);
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.5rem;
}
.legal-read-more-header h3 {
	margin: 0;
}
.legal-read-more-header .arrow-link {
	display: flex;
}
.legal-read-more-articles-container {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	grid-gap: var(--third-margin);
	margin-top: 2rem;
}
.legal-read-more-article {
	margin-bottom: 1rem;
	transition: transform 0.3s;
}
.legal-read-more-article a {
	text-decoration: none;
}
.legal-article-type {
	color: var(--serious-business);
	font-size: 0.75rem;
	line-height: 0.875rem;
	margin-top: 1rem;
}
.legal-article-headline {
	color: var(--light-text);
	font-weight: 700;
	margin-top: 1rem;
	font-size: 1.25rem;
}
.legal-read-more-article img {
	border-radius: .5rem;
	border: 1px solid var(--serious-business);
}
.legal-badges-container {
	display: grid;
	grid-gap: var(--third-margin);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.legal-badges-container-one {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.legal-badges-container figure {
	display: flex;
	justify-content: center;
}
.legal-two-columns {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	grid-gap: var(--third-margin);
}
.legal-opt-out-button {
	text-align: center;
}
@media screen and (hover: hover) {
	.legal-read-more-article:hover {
		transform: scale(1.01);
		transition: transform 0.3s;
	}
}
@media screen and (min-width: 576px) {
	.legal-text-icon {
		display: initial;
		margin-right: 1rem;
		margin-left: -2.5rem;
	}
}
@media screen and (min-width: 768px) {
	.legal-two-columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.legal-text-illustration {
		grid-template-columns: 1fr 1fr;
	}
	.legal-content-image.right {
		order: 1;
	}
	.legal-read-more-articles-container {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.legal-read-more-article {
		margin-bottom: 0;
	}
	.legal-template-box {
		grid-template-columns: 2fr 1fr;
	}
	.template-box-content {
		margin-bottom: 0;
	}
	.legal-complex-data-collection {
		grid-template-columns: 3fr 1fr 2fr;
	}
	.legal-badges-container-two {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.legal-badges-container-three {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.legal-badges-container-four {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.legal-badges-container-five {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	.legal-badges-container-six {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
	.legal-badges-container-seven {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}
}
@media screen and (max-width: 768px) {
	.legal-badges-container-three figure:last-of-type,
	.legal-badges-container-five figure:last-of-type,
	.legal-badges-container-seven figure:last-of-type {
		grid-column: span 2;
	}
}

/* Complex tabs */
.legal-location-content-container {
	margin-bottom: 2.5rem;
}
.complex-tabs-selectors {
	display: grid;
	margin-top: 7.5rem;
	position: relative;
	z-index: 1;
	grid-template-columns: repeat(2, minmax(0, 30rem));
}
.legal-tab-container {
	border-top: 2px solid var(--extra-light);
	padding: 2.5rem 0;
	position: relative;
	top: -2px;
}
.legal-tab-container.dark {
	background-color: var(--dusty-cloud);
	padding: 2.5rem;
}
.legal-tab-container.dark .legal-text-icon {
	margin-left: 0;
}
.legal-tab-description {
	margin-bottom: 2.5rem;
}
hr.legal-seperator {
	border: 2px solid var(--extra-light);
}
hr.legal-seperator-full {
	border: 2px solid var(--extra-light);
	position: absolute;
	left: 0;
	margin-top: 0;
	width: 100%;
}
.legal-section-content p {
	margin-bottom: 0;
}
.legal-sections-container {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	grid-gap: 2rem;
}
.legal-complex-tab-block {
	margin-bottom: 2.5rem;
}
.legal-complex-contact {
	margin-top: 6rem;
}
.legal-tab-container,
.legal-location-content-container {
	display: none;
}
.legal-tab-container.active,
.legal-location-content-container.active {
	display: block;
}
.tab-selector-title {
	font-weight: 900;
	color: var(--shallow-ocean);
}
.tab-selector-description {
	font-size: 14px;
	font-weight: 500;
	color: var(--shallow-ocean);
}
.legal-tab-selector {
	color: var(--shallow-ocean);
	padding-bottom: 1rem;
	padding-right: 1rem;
	margin-right: 1rem;
	cursor: pointer;
}
.legal-tab-selector.active {
	border-bottom: 2px solid var(--serious-business);
}
.legal-tab-selector.active * {
	color: var(--serious-business);
}
.legal-tooltip-link {
	vertical-align: super;
	margin-left: .25rem;
	position: relative;
}
.legal-locations {
	margin-bottom: 2.5rem;
}
.legal-locations-input-container {
	margin-right: 2.5rem;
}
.legal-locations-input {
	margin-right: .875rem;
}
.legal-locations-input-container.active .legal-locations-label {
	color: var(--serious-business);
}
.legal-section-headline {
	font-size: .75rem;
	font-weight: 700;
}
.legal-section-content p {
	font-size: .75rem;
	line-height: 1.25rem;
}
.legal-checklist-container {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	grid-gap: var(--third-margin);
}
.legal-checklist-item {
	font-size: .75rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(20px, auto));
	justify-content: flex-start;
}
.legal-checklist .legal-checklist-item {
	font-size: 1rem;
}
.legal-checklist-item svg {
	margin-right: .5rem;
}
.legal-complex-contact .legal-headline {
	font-size: .75rem;
	font-weight: 700;
}
.legal-complex-contact .legal-section-content {
	font-size: .75rem;
}
@media screen and (min-width: 768px) {
	.legal-sections-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.legal-checklist-container {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.legal-checklist .legal-checklist-container {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.legal-tooltip-link:active {
		pointer-events: none;
	}
}
@media screen and (min-width: 1200px) {
	.legal-checklist .legal-checklist-container {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

/* Legal Navigation */
.legal-menu .menu {
	list-style: none;
	padding-left: 0;
}
.legal-menu .sub-menu {
	list-style: none;
	padding-left: 1rem;
}
.legal-menu .menu .menu-item-object-custom>a {
	color: var(--dark-mode);
	font-size: 1.1rem;
	font-weight: 700;
	text-decoration: none;
	cursor: default;
	pointer-events: none;
}
.legal-menu .sub-menu li {
	margin: 1rem 0;
	padding-left: .5rem;
}
.legal-menu .sub-menu li a {
	color: var(--semi-deep-ocean);
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.5rem;
	text-decoration: none;
}
.legal-menu .sub-menu .current-menu-item {
	border-left: 2px solid var(--serious-business);
}
.legal-menu .sub-menu .current-menu-item a {
	color: var(--serious-business);
	font-weight: 500;
}
#menu-legal-menu-visitor li {
	margin: 1rem 0;
	padding-left: .5rem;
}
#menu-legal-menu-visitor li a {
	color: var(--semi-deep-ocean);
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.5rem;
	text-decoration: none;
}
#menu-legal-menu-visitor .current-menu-item a {
	color: var(--serious-business);
	font-weight: 500;
}
#menu-legal-menu-visitor .current-menu-item {
	border-left: 2px solid var(--serious-business);
}
@-webkit-keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@media screen and (hover: hover) {
	.legal-menu .sub-menu li:not(.current-menu-item) a:hover {
		color: var(--semi-deep-ocean);
		font-weight: 500;
	}
	#menu-legal-menu-visitor li:not(.current-menu-item) a:hover {
		color: var(--semi-deep-ocean);
		font-weight: 500;
	}
	.legal-menu .menu .menu-item-object-custom>a:hover {
		color: var(--dark-mode);
	}
}

/* User type selector */
.user-type-selector-container {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.user-type-selector:after {
	content: url(/wp-content/themes/mouseflow/assets/images/select.svg);
	position: relative;
	left: -2.5rem;
	top: -2px;
	pointer-events: none;
}
.legal-menu-seperator {
	margin: 2rem 0;
	width: 82%;
}
.user-type-selector form {
	display: inline;
}

/* Legal contact */
.legal-mailto {
	color: var(--semi-deep-ocean);
	margin-left: 1rem;
	text-decoration: none;
}

/* Legal Main Navigation mobile */
.legal-main-content,
.legal-navigation-container {
	max-width: 540px;
	margin: auto;
}
@media screen and (min-width: 576px) {
	.legal-main-content,
	.legal-navigation-container {
		max-width: 540px;
		padding-right: var(--bs-gutter-x, 1rem);
		padding-left: var(--bs-gutter-x, 1rem);
	}
}
@media screen and (min-width: 768px) {
	.legal-main-content,
	.legal-navigation-container {
		max-width: 720px;
	}
}
@media screen and (min-width: 992px) {
	.legal-main-content,
	.legal-navigation-container {
		max-width: 960px;
		padding: 0;
		margin: 0;
	}
	.legal-mobile-toggle {
		display: none;
	}
}
@media screen and (min-width: 1200px) {
	.legal-main-content,
	.legal-navigation-container {
		max-width: 1140px;
	}
}
@media screen and (min-width: 1400px) {
	.legal-main-content,
	.legal-navigation-container {
		max-width: 1320px;
	}
	.user-type-selector-container {
		flex-direction: row;
		align-items: center;
	}
	.user-type-selector #user-type {
		margin-top: .3rem;
		margin-left: .5rem;
	}
}
@media screen and (min-width: 1680px) {
	.legal-main-content,
	.legal-navigation-container {
		max-width: 1636px;
	}
}
@media screen and (max-width: 991px) {
	.legal-menu-open {
		overflow: hidden;
	}
	.legal-navigation-header {
		display: flex;
		justify-content: space-between;
	}
	.legal-mobile-toggle {
		position: relative;
		z-index: 100;
		color: var(--serious-business);
		font-weight: 700;
		display: flex;
		align-items: center;
	}
	.legal-mobile-toggle svg {
		margin-left: 0.875rem;
		transition: transform 0.3s ease-in-out;
	}
	.open .legal-mobile-toggle svg {
		transform: rotate(180deg);
		transition: transform 0.3s ease-in-out;
	}
	.special-legal-container {
		max-width: 100%;
		padding: 0;
	}
	.legal-navigation-container h3 {
		margin: 0;
	}
	.single-legal #page-header,
	.page-template-page-legal #page-header {
		background-color: var(--white);
		position: static;
	}

	.single-legal main {
		margin-top: var(--header-default-height);
	}
	.legal-hub-entry-content {
		margin-top: 0;
	}
	.single-legal .legal-navigation,
	.page-template-page-legal .legal-navigation {
		padding: 1.5rem 2rem;
		position: sticky;
		top: 0;
		z-index: 1000;
		background-color: var(--dusty-cloud);
	}
	.legal-menu-open .legal-navigation {
		height: 100%;
		overflow-y: scroll;
		position: fixed;
	}
	.single-legal .legal-navigation .user-type-selector-container,
	.single-legal .legal-navigation .legal-menu-seperator,
	.single-legal .legal-navigation .legal-menu,
	.single-legal .legal-navigation .legal-contact-container,
	.single-legal .legal-navigation .legal-loader,
	.page-template-page-legal .legal-navigation .user-type-selector-container,
	.page-template-page-legal .legal-navigation .legal-menu-seperator,
	.page-template-page-legal .legal-navigation .legal-menu,
	.page-template-page-legal .legal-navigation .legal-contact-container,
	.page-template-page-legal .legal-navigation .legal-loader {
		display: none;
	}
	.single-legal .open .legal-menu-seperator,
	.single-legal .open .legal-menu,
	.single-legal .open .legal-contact-container,
	.single-legal .open .legal-loader,
	.page-template-page-legal .open .legal-menu-seperator,
	.page-template-page-legal .open .legal-menu,
	.page-template-page-legal .open .legal-contact-container,
	.page-template-page-legal .open .legal-loader {
		display: block;
	}
	.single-legal .legal-main-content,
	.page-template-page-legal .legal-main-content {
		margin-top: 2.5rem;
		padding: 0 2rem;
	}
	.single-legal .open .user-type-selector-container,
	.page-template-page-legal .open .user-type-selector-container {
		display: flex;
		margin-top: 2rem;
	}
	.special-row {
		margin: 0;
	}
}
@media screen and (max-width: 369px) {
	.user-type-label {
		margin-bottom: .5rem;
	}
}

/* New FAQ */
.faq-accordion-row {
	border: 1px solid var(--input);
	border-radius: .5rem;
	margin-bottom: 1rem;
	cursor: pointer;
}
.faq-question {
	color: var(--light-text);
	font-weight: 700;
	padding: 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	-webkit-appearance: none;
	appearance: none;
}
.faq-accordion-row .faq-question[aria-expanded=true] {
	color: var(--serious-business);
	transition: all 0.3s ease-in-out;
}
.faq-answer {
	padding: 0 1.5rem 1rem;
}
.faq-toggler {
	position: relative;
	padding: 0.5rem;
}
.faq-toggler-arrow {
	position: relative;
}
.faq-question .faq-toggler-arrow img {
	transition: all 0.3s ease-in-out;
}
.faq-question[aria-expanded=true] .faq-toggler-arrow img {
	transform: rotate(180deg);
}
.faq-toggler .bar-1,
.faq-toggler .bar-2 {
	background-color: var(--deep-ocean);
	bottom: 0;
	display: block;
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s ease-in-out;
	width: 10px;
}
.faq-toggler .bar-2 {
	transform: rotate(90deg);
}
.faq-question[aria-expanded=true] .faq-toggler .bar-2 {
	transform: rotate(180deg);
}
