/* case study navigation */

/*!
Theme Name: moengagewp
Theme URI: http://underscores.me/
Author: Vrushali
Description: This is the wordpress theme basically design and developed for Customer Engagement Platform website, featuring a full range of post formats, custom post types and each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: moengagewp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

moengagewp is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
	--bg-primary-alabaster: #f3efe6;
	--bg-primary-text-color: #282c30;
}

.d-flex-button {
	display: flex;
	gap: 1.2em;
	align-items: center;
	justify-content: flex-start;
}

@media (max-width: 649px) {
	.d-flex-button {
		display: unset;
	}
	
	.d-flex-button .btn, .d-flex-button a {
		margin-bottom: .5em;
	}
}

/**** template scrollable ***/
.page-scrollable-contant-section .table-responsive {
	padding: 0 1px;
}

.page-scrollable-contant-section table {
	background-color: #fff;
	border-collapse: collapse;
	border-radius: 30px;
	border-radius: 0;
	border-spacing: 0;
	border-style: hidden;
	box-shadow: 0 0 0 1px #d9dfed;
	grid-column: 2;
	margin: 2rem auto;
	max-width: 100%;
	text-align: left;
	width: 100%;
}

.page-scrollable-contant-section table tbody tr td, .page-scrollable-contant-section table thead tr th {
	border: 1px solid #d9dfed;
	color: var(--gray);
	padding: 1rem;
	vertical-align: top;
	width: 25%;
}

/*** single podcast ***/
.podcast-detail-page .banner-card-wrapper .card-body-details .audio-wrapper {
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 20px;
	border-radius: 0px;
}

.podcast-detail-page .podcast-detail-wrapper .banner-card-wrapper .podcast-card-tag {
	position: absolute;
	/* background-color: #2da72d; */
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	padding: .5rem 1.5rem;
	border-radius: 0px;
}

/*** resouce top sub nav ***/
.resources-tabs-container#resource-tabs-nav li.menu-item {
	font-size: 1.25rem;
	line-height: 1.5rem;
	color: var(--primary-gray-text);
	margin-bottom: 0;
	position: relative;
	list-style: none;
}

.resources-tabs-container#resource-tabs-nav li.menu-item a {
	color: var(--primary-gray-text);
}

.resources-tabs-container#resource-tabs-nav li.menu-item a:hover {
	color: var(--moengage-blue);
}

.resources-tabs-container#resource-tabs-nav li.current-menu-item a {
	color: var(--moengage-blue);
}

.resources-tabs-container#resource-tabs-nav li.current-menu-item a::after {
	content: "";
	position: absolute;
	left: -2%;
	bottom: -6px;
	height: 4px;
	width: 104%;
	background-color: var(--moengage-blue);
}

/*** resouce video single page  ***/
.video-detail-wrapper .video-wrapper iframe {
	width: 100%;
	height: 100%;
}

.video-detail-wrapper .timestamps__list li a.seeker-button.is-playing {
	font-weight: 600;
}

/*** resouce overview listing page ***/
.resouce-overview-grid-container .grid_position_relative {
	position: relative;
}

.resouce-overview-grid-container .video-play-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 35, 124, .2);
	display: flex;
	justify-content: center;
	align-items: center;
}

.resouce-overview-grid-container .video-play-btn img {
	height: 3rem;
	width: auto;
	object-fit: contain;
}

/**** resouce grid ajax loader ****/
.resouce_ajax_grid_list {
	position: relative;
}

.resource-overview_loader {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9998;
	align-items: center;
	justify-content: center;
}

.resource-overview_loader.is-active {
	display: flex;
}

.section-hero.partner-detail .partners_doc_container a:not(:last-child)::after {
	content: "";
	display: inline-flex;
	height: .95rem;
	width: 2px;
	background-color: var(--moengage-blue);
	margin: 0 1.1rem;
}

@media (max-width: 991.98px) {
	.page-scrollable-contant-section table tbody tr td, .page-scrollable-contant-section table thead tr th {
		width: unset;
	}
}

@media (max-width: 575.98px) {
	.page-scrollable-contant-section table tbody tr td, .page-scrollable-contant-section table thead tr th {
		min-width: 220px;
	}
}

.author-section-heading {
	font-size: 3.875rem !important;
}

.author-floating-card {
	display: list-item;
}

.author-floating-card .author-floating-wrapper {
	position: relative;
	margin-bottom: 120px;
}

@media screen and (max-width: 1024px) {
	.author-floating-card .author-floating-wrapper {
		margin-bottom: 160px;
	}
}

@media screen and (max-width: 767px) {
	.author-floating-card {
		display: grid !important;
	}
	
	.author-floating-card .container {
		max-width: 100% !important;
	}
	
	.main-banner.blue-layer::after {
		content: none;
	}
	
	.sortable-block {
		background-color: #eceff6;
		border-radius: 4px;
	}
	
	.sortable-block form .form-row {
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100px;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		padding: 16px;
	}
	
	.author-floating-card .author-floating-wrapper {
		margin-bottom: 260px;
	}
}

.author-floating-card .author-floating-wrapper .author-banner {
	padding: 30px 50px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 16px 32px 0 rgba(23, 43, 77, .08);
	position: absolute;
	top: -200px;
	width: -webkit-fill-available;
}

@media screen and (max-width: 767px) {
	.author-floating-card .author-floating-wrapper .author-banner {
		top: -150px;
		margin: 0;
		padding: 20px;
	}
}

.author-floating-card .author-floating-wrapper .author-banner .author-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.author-floating-card .author-floating-wrapper .author-banner .author-info .author-avatar {
	height: 102px;
	width: 102px;
	margin-right: 24px;
}

@media screen and (max-width: 767px) {
	.author-floating-card .author-floating-wrapper .author-banner .author-info .author-avatar {
		height: 80px;
		width: 80px;
	}
}

.author-floating-card .author-floating-wrapper .author-banner .author-info .author-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.author-floating-card .author-floating-wrapper .author-banner .author-info .author-details .author-name {
	font-size: 1.75rem;
	font-weight: 500;
	color: #046873;
	line-height: 1.7;
	margin-bottom: 8px;
}

.author-floating-card .author-floating-wrapper .author-banner .author-info .author-details .author-media-handles {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.author-floating-card .author-floating-wrapper .author-banner .author-info .author-details .author-name {
		font-size: 1.375rem;
	}
	
	.author-floating-card .author-floating-wrapper .author-banner .author-info .author-details .author-media-handles {
		margin-top: 12px;
	}
}

.author-floating-card .author-floating-wrapper .author-banner .author-info .author-details .author-media-handles .author-media-links img {
	margin-right: 10px;
	transition: all .3s;
}

.author-floating-card .author-floating-wrapper .author-banner .author-info .author-details .author-media-handles .author-media-links img:hover {
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
}

.author-floating-card .author-floating-wrapper .author-banner .author-description {
	margin-top: 24px;
	color: #6b7c93;
	font-size: 1.125rem;
	line-height: 1.7;
	height: 122px;
	overflow: auto;
	padding-right: 10px;
}

@media screen and (max-width: 767px) {
	.author-floating-card .author-floating-wrapper .author-banner .author-description {
		height: 230px;
	}
}

.author-floating-card .author-floating-wrapper .author-banner .author-description::-moz-scrollbars {
	display: block !important;
}

.author-floating-card .author-floating-wrapper .author-banner .author-description::-webkit-scrollbar {
	width: 8px;
	display: block !important;
}

.author-floating-card .author-floating-wrapper .author-banner .author-description::-webkit-scrollbar-track {
	background: #f1f1f1;
	border: 0;
	border-radius: 24px;
}

.author-floating-card .author-floating-wrapper .author-banner .author-description::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 24px;
}

.author-floating-card .author-floating-wrapper .author-banner .author-description::-webkit-scrollbar-thumb:hover {
	background: #888;
}

/**** blog page global component override gap ***/
.article-page-container .pillar-main-section {
	padding-bottom: 0;
}

.article-page-container .pillarContentLeft .faq-wrapper {
	margin-top: 0 !important;
}

/**** End blog page global component override gap ***/
.article-author-detail-section .author-details .author-name {
	font-size: 1.2rem;
	margin-bottom: .5rem;
}

.article-author-detail-section .author-details .author-media-handles {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

.article-author-detail-section .author-details .author-media-handles .author-media-links img:hover {
	transform: translateY(-8px);
	transition: all .3s;
}

.pillarMainContent .pillarContentLeft span.rt-reading-time {
	display: none !important;
}

#case_study_about_slider .swiper-pagination.dots {
	margin-top: 2rem;
}

#case_study_about_slider .swiper-slide a {
	color: #00237c;
	font-weight: 500;
}

#case_study_about_slider .swiper-slide a:hover {
	text-decoration: underline;
}

/*** push calculator ***/
.push-calculator-main .section-title-container p {
	width: 100%;
}

.push-calculator-main .faq-wrapper {
	padding: 7rem 0 7rem;
}

.push-calculator-main .cj-accordion-container .moe-accordion-header {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.push-calculator-main .cj-accordion-container .moe-accordion-header .title {
	font-size: 1.375rem;
}

.push-calculator-main .cj-accordion-container .moe-accordion-item.is-open .moe-accordion-header {
	padding-bottom: 1rem;
}

.push-calculator-main .cj-accordion-container .moe-accordion-item .moe-accordion-content p {
	font-size: 1rem;
}

.push-calculator-main .cj-accordion-container .moe-accordion-item .moe-accordion-header .title::before {
	top: -.84em;
}

.push-calculator-main .customer-stories-section-container .section-title-container .section-title {
	min-height: 40px;
}

.push-calculator-main .customer-detail-container .slider-cta {
	display: flex;
	gap: 1.5em;
}

.push-calculator-main .channel-targeted-notification-section .channel-notfication-tab-content {
	padding: 2.5em 4em 2.5em;
}

.global_push_calculator_hubspot .hs-form-field {
	margin-bottom: .5em;
}

/* .global_push_calculator_hubspot .hs-form-field .hs-input{width: 100% !important;padding: 1.3em 1em !important;font-size: 14px;} */
.global_push_calculator_hubspot .legal-consent-container .hs-richtext p {
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: rgba(0, 20, 71, .6) !important;
}

.global_push_calculator_hubspot .legal-consent-container .hs-richtext p a {
	text-decoration: underline;
}

.global_push_calculator_hubspot .hs-submit .actions input {
	margin: 1em 0;
	font-size: 16px;
}

.global_push_calculator_hubspot .hs_error_rollup {
	display: none !important;
	opacity: 0 !important;
}

.global_push_calculator_hubspot ul.hs-error-msgs {
	margin: 0;
	list-style: none;
	padding: 0;
}

.global_push_calculator_hubspot ul.hs-error-msgs li .hs-error-msg {
	margin: 5px 0px 0px;
	color: #ad2d2d;
	width: 100%;
}

@media (max-width: 767.98px) {
	.push-calculator-main .section-title-container p {
		font-size: 1rem;
		line-height: 1.375rem;
		margin-bottom: 2rem;
	}
	
	.push-calculator-main .customer-detail-container {
		padding-left: 0;
	}
	
	.push-calculator-main .customer-detail-container .slider-cta {
		margin-top: 1rem;
		display: unset;
		gap: 0;
	}
	
	.push-calculator-main .customer-detail-container .slider-cta a.cta-link {
		margin-bottom: 7px;
	}
}

/*** End push calculator ***/

/*** partner ecosystem page banner ***/
.partner-ecosystem-main .hero-banner-row {
	padding-top: 0 !important;
	padding-bottom: 3rem !important;
}

.partner-ecosystem-main .hero-banner-container .hero-banner-row .left-col {
	margin-top: -100px;
}

.partner-ecosystem-main .main-banner-outer {
	background-color: var(--green-shade) !important;
}

.partner-ecosystem-main .statement-section.bg-primary {
	background-color: var(--moengage-blue) !important;
	color: #fff;
}

.partner-ecosystem-main .statement-section.bg-primary p {
	font-size: 1.3em;
	color: var(--white60) !important;
}

@media (max-width: 767.98px) {
	.partner-ecosystem-main .hero-banner-container .hero-banner-row .left-col {
		margin-top: 3rem;
	}
}

@media (max-width: 900px) {
	.partner-ecosystem-main .statement-section.bg-primary p br {
		display: none;
	}
}

/*** End partner ecosystem page banner ***/

/*** partner ecosystem contact fold ***/
.partner-ecosystem-main .contact-section-container .col-left ul li {
	width: 90%;
}

.partner-ecosystem-main .contact-section-container .hs-custom-style fieldset.form-columns-2 .hs-form-field.hs-firstname {
	margin-inline-end: .5rem;
}

.partner-ecosystem-main .contact-section-container .form-col {
	padding-left: 10rem;
}

@media (max-width: 767.98px) {
	.partner-ecosystem-main .contact-section-container .form-col {
		padding-left: 1rem;
	}
}

/*** End partner ecosystem contact fold ***/

/*** push calculator chart fold ***/
.pa-graph-container {
	align-items: unset !important;
}

.pa-graph-container .canvas-legend-container {
	display: flex;
	justify-content: center;
	gap: 1.5em;
}

.pa-graph-container .canvas-legend-container .chart-canvas-legnd {
	display: flex;
	align-items: center;
}

.pa-graph-container .canvas-legend-container .chart-canvas-legnd span {
	height: 14px;
	width: 14px;
	border-radius: 0px;
	display: inline-block;
	margin-right: 7px;
}

.pa-graph-container .canvas-legend-container .chart-canvas-legnd span.without-push-amp {
	background-color: #f5a59c;
}

.pa-graph-container .canvas-legend-container .chart-canvas-legnd span.with-push-amp {
	background-color: #7f91bd;
}

@media (max-width: 767.98px) {
	.pa-graph-container .canvas-legend-container {
		display: grid;
		justify-content: center;
		gap: .8em;
	}
}

/*** End push calculator chart fold ***/

/*** customer casestudy watch video CTA alignment ***/
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.customer-detail-container .link-group-container {
		flex-direction: column;
	}
	
	.page-template-request-demo .customer-detail-container .link-group-container {
		flex-direction: row;
	}
	
	.reliable-main .link-group-container .cta-link + .cta-link {
		margin-left: 0;
	}
}

/*** End customer casestudy watch video CTA alignment ***/
.featured-white-paper-card {
	padding: 0rem 0 7.5rem !important;
}

.featured-card-resource-container {
	padding: 0;
}

.featured-card-resource-container .swiper-wrapper {
	height: auto !important;
}

.featured-card-resource-container .resource-slider-image-container {
	position: relative;
}

.featured-card-resource-container .video-play-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 35, 124, .2);
	display: flex;
	justify-content: center;
	align-items: center;
}

.featured-card-resource-container .video-play-btn img {
	height: 3rem;
	width: auto;
	object-fit: contain;
}

@media (max-width: 991.98px) {
	.featured-card-resource-container.resources-slider-container .dots {
		margin-top: 1.5rem;
	}
}

/* gartner widget */
.gartner-api-widget-container {
	margin: 3px 0px;
}

.gartner-api-widget-container [id^=gartner-pi-widget] {
	border: none !important;
}

.gartner-api-widget-container [id^=gartner-pi-widget][data-size=line] {
	width: auto !important;
}

.gartner-api-widget-container [id^=gartner-pi-widget] .gartner-pi-as-of-date {
	display: none;
}

.gartner-api-widget-container [id^=gartner-pi-widget] .gartner-pi-link {
	padding: 5px 0 !important;
}

.gartner-api-widget-container [id^=gartner-pi-widget][data-theme=dark] {
	background-color: #001447 !important;
}

@media only screen and (max-width: 649px) {
	.gartner-api-widget-container {
		margin: 7px 0;
	}
	
	.gartner-api-widget-container [id^=gartner-pi-widget] .gartner-pi-overall-rating {
		display: flex;
	}
	
	.gartner-api-widget-container [id^=gartner-pi-widget] .gartner-pi-reviews-link {
		margin-top: 7px;
	}
}

.industry-gartner-api-widget-container {
	margin-right: 40px;
	margin-bottom: 25px;
}

.industry-gartner-api-widget-container, .industry-gartner-api-widget-container [id^=gartner-pi-widget] {
	max-width: 300px;
	width: 300px;
	border-radius: 5px;
}

.industry-gartner-api-widget-container [id^=gartner-pi-widget] .gartner-pi-as-of-date {
	display: none;
}

.industry-gartner-api-widget-container [id^=gartner-pi-widget] .gartner-pi-link {
	padding: 15px 13px;
}

.industry-gartner-api-widget-container [id^=gartner-pi-widget] .gartner-pi-card .gartner-pi-stats .gartner-pi-alignLeft .gartner-pi-overall-rating {
	margin: 5px 0 8px -2px;
}

.industry-gartner-api-widget-container [id^=gartner-pi-widget] .gartner-pi-card .gartner-pi-stats {
	display: flex;
	align-items: center;
	gap: 1rem;
}

@media only screen and (max-width: 649px) {
	.industry-gartner-api-widget-container {
		margin-right: 0;
	}
	
	.industry-gartner-api-widget-container, .industry-gartner-api-widget-container [id^=gartner-pi-widget] {
		max-width: 100%;
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.industry-gartner-api-widget-container {
		margin-right: 25px;
	}
	
	.industry-gartner-api-widget-container, .industry-gartner-api-widget-container [id^=gartner-pi-widget] {
		max-width: 230px;
		width: 230px;
	}
}

.moengage-gartner-widget-overlay .overlay-widget-btn {
	position: fixed;
	bottom: 38px;
	right: auto;
	left: 20px;
	background: #00237c;
	color: #fff;
	padding: 0;
	text-align: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	opacity: 1;
	z-index: 999999999;
	border: none !important;
}

.moengage-gartner-widget-overlay .overlay-widget-btn img {
	border: 0 none;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.moengage-gartner-widget-overlay [id^=gartner-pi-widget] {
	border: none !important;
}

.moengage-gartner-widget-overlay .offcanvas {
	width: auto !important;
	top: auto;
	left: 35px;
	bottom: 40px;
	background-color: unset;
}

.moengage-gartner-widget-overlay .offcanvas-header, .moengage-gartner-widget-overlay .offcanvas-body {
	padding: 0 !important;
}

.moengage-gartner-widget-overlay .offcanvas-header .btn-close {
	opacity: 1 !important;
	position: absolute;
	right: -15px;
	border: 1px solid #090909;
	border-radius: 50%;
	top: -20px;
}

.moengage-gartner-widget-overlay .overlay-widget-btn {
	display: none !important;
	opacity: 0;
}

/* customer journey page */
.customer-journey-template-container .logo-wrapper {
	background-color: transparent !important;
}

.customer-journey-template-container .stat-container .stat-round-container {
	height: 190px;
}

.customer-journey-template-container .faq-wrapper {
	border: none !important;
}

.customer-journey-template-container .blog-section {
	padding-bottom: 18rem;
}

.customer-journey-template-container .customer-stories-section-container .logo-container img {
	margin-bottom: 0 !important;
}

.customer-journey-template-container .customer-stories-section-container {
	padding-top: 8.875rem !important;
	overflow: hidden;
}

.customer-journey-template-container .customer-stories-section-container.white .tab-content-panel, .customer-journey-template-container .customer-stories-section-container.white .tabs-container .marker::after {
	background-color: var(--green-shade);
}

.page-template-template-customer-journey .navbar-container {
	background-color: #ecf4f9 !important;
}

.customer-journey-template-container .hero-main-section {
	background-color: transparent !important;
	background-image: unset !important;
}

.customer-journey-template-container .customer-stories-section-container {
	margin-top: 7.5em !important;
	padding-top: 4rem !important;
	overflow: hidden;
	border: none !important;
}

.customer-journey-template-container .hero-main-section .page-tag {
	color: #00237c !important;
}

.customer-journey-template-container .hero-main-section .main-header {}

.customer-journey-template-container .hero-main-section .hero-main-description {
	color: #00237c;
}

.customer-journey-template-container .logo-wrapper .logo-image-container img {
	filter: contrast(.5) sepia(100%) hue-rotate(175deg) brightness(1) saturate(.6);
}

@media (max-width: 767.98px) {
	.customer-journey-template-container .hero-main-section .main-header {
		font-size: 2.25rem;
	}
	
	.customer-journey-template-container .stat-container .stat-col-container {
		padding: 2rem 0;
	}
	
	.customer-journey-template-container .stat-container .stat-round-container {
		width: 100%;
		height: 200px;
	}
	
	.customer-journey-template-container .blog-section {
		padding-bottom: 6rem;
	}
	
	.customer-journey-template-container .customer-stories-section-container .logo-container .logo-image-container {
		flex-wrap: unset !important;
	}
}

/* End customer journey page */

/* Home first fold animated CTA's */
.banner-fold-personalized-cta {
	display: flex;
	gap: 1em;
}

@media (max-width: 649px) {
	.banner-fold-personalized-cta {
		gap: .5em;
		display: grid;
	}
	
	body.page-template-homepage .certificate-badge-mobile img {
		top: 1rem;
	}
}

/* End home first fold animated CTA's */

/* home Featured Component Fold  */

/* .homepage-banner-card-container .banner-card.video{ background-color: var(--green-shade);} */
.homepage-banner-card-container .video-card-container .title {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.homepage-banner-card-container .video-card-container p {
	width: 75%;
}

@media (max-width: 767.98px) {
	.homepage-banner-card-container .video-card-container {
		flex-direction: column;
		padding: 1rem;
		padding-bottom: 2.125rem;
		row-gap: 1.75rem;
	}
	
	.homepage-banner-card-container .video-card-container .video-container {
		margin-inline-end: 0;
		margin-block-end: 0;
		width: 100%;
		min-width: unset;
		height: unset;
	}
	
	.homepage-banner-card-container .video-card-container .title {
		font-size: 1.313rem;
		line-height: 1.563rem;
	}
}

/* home Featured Component Fold  */

/* Forrester template */
.forrester-main-container .channel-hero-section {
	background-color: var(--bg-primary-alabaster);
	background-image: none;
	padding-bottom: 5rem;
}

.forrester-main-container .channel-hero-section.nitro-lazy {
	background-image: none !important;
}

.forrester-main-container .channel-hero-section .page-tag {
	color: var(--bg-primary-text-color);
	font-weight: 400;
}

.forrester-main-container .channel-hero-section .main-header {
	color: var(--bg-primary-text-color);
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.3em;
}

.forrester-main-container .channel-hero-section .main-header span, .forrester-main-container .channel-hero-section .channel-hero-description span {
	font-weight: 500;
	color: var(--bg-primary-text-color);
}

.forrester-main-container .channel-hero-section .channel-hero-description {
	color: var(--bg-primary-text-color);
	margin: 1.5rem 0 1.5rem;
	line-height: 1.575;
	font-size: 20px;
}

.forrester-main-container .channel-hero-section .forrester-desc-wrap {
	background: #f7f6f4;
	padding: 1.5em;
	border-radius: 16px;
}

.forrester-main-container .channel-hero-section .channel-hero-description.forrester-desc-wrap span {
	color: var(--bg-primary-text-color);
}

.forrester-main-container .channel-hero-section .forrester-complimentary-copy p {
	color: var(--bg-primary-text-color);
	font-weight: 500;
	margin: 1rem 0;
	line-height: 1.275;
	font-size: 24px;
}

.forrester-main-container .channel-hero-section .forrester-complimentary-copy ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 2rem;
}

.forrester-main-container .channel-hero-section .forrester-complimentary-copy ul li {
	color: var(--bg-primary-text-color);
	margin-bottom: 1.5rem;
	width: 100%;
	display: flex;
	align-items: flex-start;
	font-size: 20px;
}

.forrester-main-container .forrester-complimentary-copy ul li::before {
	content: "";
	display: flex;
	min-height: 25px;
	min-width: 25px;
	background-image: url("https://nitrocdn.com/lPdPiSKyFszhocOmwSaWwELodnnFnZFA/assets/images/optimized/rev-3eca6ef/www.moengage.com/wp-content/themes/moengagewp/./assets/images/arrow-in-circle.svg");
	height: 50px;
	min-width: 50px;
	filter: brightness(1);
	top: 8px;
	background-repeat: no-repeat;
	background-size: 35px;
	position: relative;
	margin-inline-end: 1rem;
}

.forrester-main-container .channel-hero-section .forrester-right-container {
	border-radius: 16px;
	padding: 1em 2.5em;
	background: #fff 0% 0% no-repeat padding-box;
}

.forrester-main-container .forrester-right-container .forrester-hubspot-form .forrester-hubspot-title {
	font-size: 35px;
	font-weight: 400;
	color: #001447;
	padding: 1em 0 0;
	line-height: 1.2em;
}

.forrester-main-container .forrester-right-container .forrester-hubspot-form .forrester-hubspot-content {
	color: #001447;
	font-size: 20px;
}

.forrester-main-container .hubspot-form-container .hs-fieldtype-text .hs-input, .forrester-main-container .hubspot-form-container .hs-form .hs-fieldtype-select select {
	background: transparent !important;
	color: #212529;
	border: 1px solid #001447 !important;
}

.forrester-main-container .hubspot-form-container .hs-fieldtype-text.hs-form-field label:not(.hs-error-msg), .forrester-main-container .forrester-right-container .forrester-hubspot-form .hubspot-form-container .hs-fieldtype-select.hs-form-field label:not(.hs-error-msg) {
	color: #001447;
	display: none;
}

.forrester-main-container .hubspot-form-container .legal-consent-container p {
	margin: 1em 0 0 0;
	color: #001447;
	font-size: 16px;
}

.forrester-main-container .hubspot-form-container .legal-consent-container p a {
	text-decoration: underline;
}

.forrester-main-container .default-form.hubspot-form-container .hs-form .hs-fieldtype-text.field {
	margin-bottom: .475rem;
	margin-top: .975rem;
}

.forrester-main-container .default-form.hubspot-form-container .legal-consent-container .hs-form-booleancheckbox-display > span > p {
	color: #001447;
}

.forrester-main-container .channel-hero-section .forrester-right-img {
	overflow: hidden;
	height: 600px;
	max-height: 600px;
}

.forrester-main-container .channel-hero-section .forrester-right-img img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.forrester-main-container .hubspot-form-container .hs-submit .btn-primary {
	margin-bottom: 1.75rem;
	font-size: unset;
}

.forrester-main-container .global-brands-section .global-logo-container {
	margin-bottom: 2.5rem;
}

.forrester-main-container .more-security-wrapper {
	color: #fff;
	background-color: var(--accent);
	background-image: none;
}

.forrester-main-container .more-security-wrapper.nitro-lazy {
	background-image: none !important;
}

.forrester-main-container .more-security-wrapper.more-security-bottom {
	padding-bottom: 7rem;
}

.forrester-main-container .more-security-wrapper .section-title {
	color: #f2fafb;
	font-weight: 200;
	font-size: 46px;
}

.forrester-main-container .more-security-wrapper .section-title span {
	color: #89e8af;
}

.forrester-main-container .more-security-wrapper .section-content {
	color: #e4e4e4;
	width: 85%;
}

.forrester-main-container .more-security-wrapper .btn-group-container.center {
	justify-content: right;
	margin-right: 3.9rem;
}

.forrester-main-container .forrester-hubspot-form {
	padding: 2.6em 2.6em 0 2.6em;
}

.forrester-main-container .wave-story-section-container {
	padding: 3.5rem 0;
	background: #f3efe6;
}

.forrester-main-container .wave-story-section-container .section-story-content {
	margin-top: 2rem;
	line-height: 28px;
	font-size: 18px;
	color: #282c30;
	font-weight: 300;
}

.forrester-main-container .wave-story-section-container .section-story-content p {
	line-height: 28px;
	font-size: 18px;
	color: #282c30;
	font-weight: 300;
}

.forrester-main-container .request-demo-form-section {
	background-color: var(--bg-primary-alabaster);
}

.forrester-main-container .request-demo-main .request-demo-form-section .request-form-container-title, .forrester-main-container .request-demo-main .request-demo-form-section .main-header, .forrester-main-container .request-demo-main .request-demo-form-section .main-header span, .forrester-main-container .request-demo-main .request-demo-form-section .main-description, .forrester-main-container .request-demo-main .request-demo-form-section .list-container .list-title, .forrester-main-container .request-demo-main .request-demo-form-section .list-container .list-content .content, .forrester-main-container .request-demo-main .request-demo-form-section .list-container .list-content .content span {
	color: var(--bg-primary-text-color);
}

.forrester-main-container .stats-section {
	background-color: #f7f6f4;
}

@media (max-width: 767.98px) {
	.forrester-main-container .channel-hero-section .page-tag {
		font-size: .8rem;
	}
	
	.forrester-main-container .channel-hero-section .main-header {
		font-size: 2.25rem;
	}
	
	.forrester-main-container .forrester-hubspot-form {
		padding: 1.6em;
	}
	
	.forrester-main-container .channel-hero-section .channel-hero-description, .forrester-main-container .channel-hero-section .forrester-complimentary-copy ul li, .forrester-main-container .forrester-right-container .forrester-hubspot-form .forrester-hubspot-content {
		font-size: 1em;
		line-height: 1.5rem;
	}
	
	.forrester-main-container .channel-hero-section .forrester-complimentary-copy p {
		font-size: 1.188rem;
	}
	
	.forrester-main-container .forrester-right-container .forrester-hubspot-form .forrester-hubspot-title {
		font-size: 27px;
	}
	
	.forrester-main-container .channel-hero-section {
		padding-bottom: 2rem;
	}
	
	.forrester-main-container .channel-hero-section .forrester-right-img {
		height: auto;
	}
	
	.forrester-main-container .more-security-wrapper .section-content {
		width: 100%;
		line-height: 1.3em;
		margin-top: 1em;
	}
	
	.forrester-main-container .more-security-wrapper .btn-group-container.center {
		justify-content: center;
		margin-right: 0;
	}
	
	.forrester-main-container .channel-hero-section .forrester-right-container {
		padding: 1em;
	}
	
	.forrester-main-container .more-security-wrapper .btn-group-container.center {
		justify-content: left;
		margin-left: -7px;
		margin-right: 0;
	}
	
	.forrester-main-container .more-security-wrapper .section-title {
		font-size: 2.25rem;
	}
	
	.page-template-template-forrester .nav-absolute-wrapper.nav-single-overlay .align-items-center.justify-content-between {
		justify-content: space-between !important;
		gap: 20px;
	}
	
	.page-template-template-forrester .nav-absolute-wrapper.nav-single-overlay .align-items-center.justify-content-between .btn-primary {
		font-size: 10px;
	}
}

/* End Forrester template */

/* customer journey tab on pricing template override css */
.pricing-page .pricing-hero-container .moengage-build-tab-custom-continer .customer-journey-section {
	display: none;
}

.pricing-page .pricing-hero-container .customer-journey-section {
	background-image: none;
	padding-top: 5.375rem !important;
	padding-bottom: 7.5rem !important;
}

.pricing-page .pricing-hero-container .customer-journey-section.nitro-lazy {
	background-image: none !important;
}

.pricing-page .pricing-hero-container .customer-journey-section .cj-accordion-container .moe-accordion-header {
	padding-top: 1.625rem;
	padding-bottom: 1.625rem;
}

.pricing-page .pricing-hero-container .customer-journey-section .cj-accordion-container .moe-accordion-item .moe-accordion-header .title::before {
	top: -1.75rem;
}

.pricing-page .pricing-hero-container .customer-journey-section .graphic-container .graphic-content-container {
	width: 550px;
	height: 550px;
}

.pricing-page .pricing-hero-container .customer-journey-section .moe-accordion-content {
	height: auto;
}

.pricing-page .pricing-hero-container .customer-journey-section .moe-accordion-content .graphic-container.show-mobile {
	display: none;
	height: auto;
}

@media (max-width: 767.98px) {
	.pricing-page .pricing-hero-container .customer-journey-section .graphic-container .graphic-content-container {
		width: auto;
		height: auto;
	}
	
	.pricing-page .pricing-hero-container .customer-journey-section {
		padding: 1em !important;
	}
	
	.pricing-page .pricing-hero-container .moengage-build-tab-custom-continer .customer-journey-section {
		display: block;
	}
	
	.pricing-page .pricing-hero-container .moengage-build-tab-custom-continer .build-tabs-container {
		display: none;
	}
}

/* End customer journey tab on pricing template override css */

/* css modified for platform and channel (customer stories slider) */
.channel-page-main .moenage-customer-sories-container .logo-container .logo-image-container {
	display: flex;
	margin-right: -5.25rem;
	justify-content: center;
	align-items: center;
}

.channel-page-main .moenage-customer-sories-container .customer-stories-section-container {
	padding-top: 0 !important;
}

.channel-page-main .moenage-customer-sories-container .customer-stories-section-container .tab-content-panel {
	margin-bottom: 0;
}

.moenage-customer-sories-container .logo-container .logo-image-container {
	flex: inherit;
}

.moenage-customer-sories-container .customer-stories-section-container .logo-container img {
	margin-bottom: 0;
}

.moenage-customer-sories-container .customer-stories-section-container .logo-container .logo-image-container > *:not(.marker) {
	margin-right: 5.25rem;
}

@media (max-width: 767.98px) {
	.moenage-customer-sories-container .customer-stories-section-container .logo-container {
		margin: 0;
		padding: 0;
	}
	
	.moenage-customer-sories-container .customer-stories-section-container .logo-container .logo-image-container > *:not(.marker) {
		margin-right: 2.5rem !important;
	}
	
	.moenage-customer-sories-container .customer-stories-section-container .logo-container .logo-image-container {
		margin-bottom: 0;
		flex-wrap: unset !important;
		overflow-x: scroll;
		overflow-y: hidden;
		margin-right: -.75rem !important;
		scrollbar-width: none;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		justify-content: center !important;
	}
}

@media (max-width: 991.98px) {
	.moenage-customer-sories-container .customer-stories-section-container .logo-container {
		margin: 0;
		padding: 0;
	}
	
	.moenage-customer-sories-container .customer-stories-section-container .logo-container .logo-image-container > *:not(.marker) {
		margin-right: 2.5rem !important;
	}
	
	.moenage-customer-sories-container .customer-stories-section-container .logo-container .logo-image-container {
		margin-right: -2.5rem;
		column-gap: 0;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 0;
	}
}

/* css modified for platform and channel (customer stories slider) */

/* Webinar Event LP */
.webev-event-container .bg-teal {
	background-color: #f2fafb;
}

.webev-event-container .library-card {
	height: auto;
	background-color: #fff;
	position: relative;
}

.webev-event-container .resources-card-row > div[class*=' col'] {
	margin-bottom: 3.75rem;
}

.webev-event-container .library-card .category-title {
	color: #001447;
	font-size: 25px;
	margin: .8em 0;
}

.webev-event-container .library-card .card-body {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}

.webev-event-container .library-card .card-top-overlay {
	position: absolute;
	z-index: 0;
	margin-top: -60px;
	width: 300px;
	left: 10px;
}

.webev-event-container .library-card .card-top-overlay img {
	width: 100%;
	width: 190px;
}

.webev-event-container .library-card .card-top-overlay .overlay-text {
	position: absolute;
	top: 25px;
	color: #00237c;
	font-size: 18px;
	font-weight: 500;
	left: 35px;
}

.webev-event-container .library-card .card-banner {
	margin-bottom: 0;
}

.webev-event-container .library-card .category-text {
	font-weight: 400;
	color: #001447;
	margin: .8em 0;
}

.webev-event-container a.caseStudy-cards-list:hover .category-text {
	text-decoration: none;
}

.webev-event-container .library-card .custResource {
	color: #00237c;
	font-size: 16px;
}

.webev-event-container .library-card .font-weight-500 {
	font-weight: 500;
}

.webev-event-container .library-card .card-banner .card-image {
	display: contents;
}

.webev-event-container .library-card .card-banner .card-banner-content {
	display: none;
}

.webev-event-container .library-card .card-body .card-body-content {
	display: block;
}

.ev-cta-link {
	text-align: left !important;
	border-radius: 0 !important;
	background-color: var(--moengage-blue) !important;
	width: 100%;
	color: var(--yellow) !important;
}

.ev-cta-link img {
	filter: invert(7);
}

.ev-cta-link:hover img {
	filter: unset;
}

.ev-cta-link:after {
	background-color: var(--yellow);
}

.ev-cta-link:hover {
	background-color: var(--yellow) !important;
	color: #001447 !important;
}

.webev-event-container .webev-banner-wrap {
	background-image: url("https://nitrocdn.com/lPdPiSKyFszhocOmwSaWwELodnnFnZFA/assets/images/optimized/rev-3eca6ef/www.moengage.com/wp-content/themes/moengagewp/./assets/images/webinar-event/hero-graphic-desktop.webp");
	background-repeat: no-repeat;
	background-size: 110vw;
	background-color: #f2fafb;
	background-size: cover;
	background-position: center center;
}

.webev-event-container .webev-banner-wrap.nitro-lazy {
	background-image: none !important;
}

.webev-event-container .webev-banner-wrap picture, .webev-event-container .webev-banner-wrap picture img {
	background-color: #dffafa;
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: auto;
	z-index: -1;
}

.webev-event-container .webev-banner-wrap .main-banner-row {
	text-align: left;
	padding: 5.25rem 0 10rem;
	color: #fff;
}

.webev-event-container .webev-banner-wrap .main-banner-row .hero-main-header {
	font-size: 42pt;
	font-weight: 300;
	line-height: 1.15;
	letter-spacing: -.8px;
}

.webev-event-container .webev-banner-wrap .main-banner-row .hero-main-header p {
	margin: 0;
	color: #a3edc1;
}

.webev-event-container .webev-banner-wrap .main-banner-row .hero-main-description {
	line-height: 1.5;
}

.webev-event-container .webev-upcoming-container {
	background-color: #f2fafb;
	padding: 2em 0 4em;
}

.webev-event-container .section-title-container .section-title {
	color: #001447;
	font-size: 2.06em;
	letter-spacing: -.64px;
	font-weight: 400;
	margin: .8em 0;
}

.webev-event-container .webev-tabs .webev-tabs-pill {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 2.5rem;
	margin-bottom: 2em;
}

.webev-event-container .webev-tabs ul.nav {
	display: flex;
	gap: 2.7em;
}

.webev-event-container .webev-tabs .webev-tabs-type {
	color: #707070;
	font-size: 1.1rem;
}

.webev-event-container .webev-tabs .nav .nav-item .nav-link {
	color: #001447;
	background-color: #0d6efd;
	border: 1px solid #001447;
	border-radius: 30px;
	background: transparent;
	font-size: 17px;
	padding: 5px 50px;
	min-width: 100px;
	text-align: center;
}

.webev-event-container .webev-tabs .nav .nav-item .nav-link.active {
	background-color: var(--primary-dark-teal);
	color: #fff;
}

.webev-event-container .webev-tabs ul.nav.teal-bg .nav-link {
	color: var(--primary-dark-teal);
	border: 1px solid var(--primary-dark-teal);
}

.webev-event-container .webev-upcoming-container .library-card .caseStudy-cards-list {
	flex-direction: unset;
}

.webev-event-container .webev-upcoming-container .library-card {
	border-radius: 15px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}

.webev-event-container .webev-upcoming-container .library-card .card-body {
	box-shadow: unset;
	width: 45%;
}

.webev-event-container .webev-upcoming-container .library-card .card-banner {
	width: 55%;
}

.resource-card-overlay {
	position: absolute;
	top: 10px;
	left: 10px;
	right: auto;
	padding: 5px;
	z-index: 999 !important;
}

.resource-card-overlay img {
	height: 50px;
	object-fit: cover;
}

.webev-event-container .webev-ondemand-container {
	padding: 2em 0 0;
}

.webev-event-container .webev-ondemand-container .ondemand-tab-content {
	border-top: 2px solid #bbb;
}

.webev-event-container .webev-ondemand-container .webev-tabs .nav .nav-item .nav-link {
	font-size: 15px;
	padding: 5px 25px;
	min-width: auto;
}

.webev-event-container .webev-ondemand-container .webev-tabs ul.nav {
	gap: .7em;
}

.webev-event-container .webev-ondemand-container .webev-tabs .webev-tabs-pill {
	gap: 1.5rem;
}

.webev-event-container .webev-ondemand-container .library-card .category-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: .3s;
}

.webev-event-container .webev-ondemand-container .library-card:hover {
	transform: scale(1.1) translateY(-.1rem);
	z-index: 999999;
	transition: 900ms linear;
}

.webev-event-container .webev-ondemand-container .library-card:hover .category-title {
	-webkit-line-clamp: unset;
	text-overflow: unset;
	display: block;
	-webkit-box-orient: unset;
}

.webev-event-container .webev-ondemand-container .section-title-container .section-title {
	font-size: 2.3rem;
	font-weight: 400;
	margin: .8em 0;
}

.webev-event-container .webev-ondemand-container .section-title-container img {
	position: absolute;
	margin-top: -25%;
	width: 155px;
}

.webev-event-container .library-card .card-body .category-text {
	font-size: 1.2rem;
}

.webev-event-container .webev-bottom-bg {
	background: #f2fafb;
	padding: 7em 0;
}

.webev-event-container .webev_no_posts {
	text-align: center;
	padding: 3em 0;
}

.webev-event-container .webev_no_posts h2 {
	color: #046873;
	font-size: 2.06em;
	letter-spacing: -.64px;
	font-weight: 500;
	margin: 0 0 1.5em;
}

.webev-event-container .webev_no_posts .posts-flex-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 3em;
}

.webev-event-container .webev_no_posts .posts-flex-container p {
	color: #046873;
	font-size: 1.5em;
}

.webev-event-container .webev_no_posts .posts-flex-container img {
	height: 55px;
	width: 55px;
	transform: rotate(90deg);
	filter: invert(43%) sepia(63%) saturate(315%) hue-rotate(141deg) brightness(94%) contrast(85%);
}

.webev-event-container .webev-ondemand-container .library-card .category-title {
	transition: all ease .9s;
	font-size: 23px;
}

.webev-event-container .webev-ondemand-container .library-card {
	transition: all ease .9s;
	height: 500px;
	margin-bottom: 2.5em;
}

.webev-event-container .webev-ondemand-container .library-card .card-body {
	background-color: #fff;
}

.webev-event-container .webev-ondemand-container .library-card .category-text {
	transition: all ease .9s;
	overflow: hidden;
	height: 72px;
}

.webev-event-container .webev-ondemand-container .library-card:hover .category-text {
	height: auto;
	overflow: visible;
}

.webev-event-container .webev-cta-container .section-title-container .section-title {
	color: var(--accent);
	font-size: 45px;
	font-weight: 500;
	margin: 0;
	margin-bottom: 2.5rem !important;
}

.webev-event-container .past-webinar-event-card .caseStudy-cards-list .wistia_click_to_play {
	position: initial !important;
}

@media (max-width: 649px) {
	.webev-event-container .webev-banner-wrap {
		background-image: url("https://nitrocdn.com/lPdPiSKyFszhocOmwSaWwELodnnFnZFA/assets/images/optimized/rev-3eca6ef/www.moengage.com/wp-content/themes/moengagewp/./assets/images/webinar-event/hero-grahic-mobile.webp");
	}
	
	.webev-event-container .webev-banner-wrap .main-banner-row .hero-main-header {
		font-size: 2.5rem;
	}
	
	.webev-event-container .webev-banner-wrap .main-banner-row .hero-main-description {
		font-size: 1em;
		margin: 1rem 0 4.5rem;
	}
	
	.webev-event-container .webev-banner-wrap .main-banner-row {
		padding: 2.5rem 0 7rem;
	}
	
	.webev-event-container .webev-upcoming-container {
		padding: 1em 0 4em;
	}
	
	.webev-event-container .section-title-container .section-title {
		font-size: 2em;
		margin: .4em 0 .8em;
	}
	
	.webev-event-container .webev-tabs .webev-tabs-pill {
		gap: 1rem;
		flex-wrap: wrap;
	}
	
	.webev-event-container .webev-tabs .webev-tabs-type {
		text-align: left;
		width: 100%;
	}
	
	.webev-event-container .webev-tabs ul.nav {
		display: inline-flex;
		gap: .7em;
	}
	
	.webev-event-container .webev-tabs .nav .nav-item .nav-link {
		font-size: 15px;
		padding: 5px 20px;
		min-width: auto;
	}
	
	.webev-event-container .webev-upcoming-container .library-card .caseStudy-cards-list {
		flex-direction: column;
	}
	
	.webev-event-container .webev-upcoming-container .library-card .card-banner, .webev-event-container .webev-upcoming-container .library-card .card-body {
		width: 100%;
	}
	
	.webev-event-container .webev-upcoming-container .library-card .card-body {
		padding: 2em 0 !important;
	}
	
	.webev-event-container .webev-upcoming-container .library-card {
		padding: 1rem;
	}
	
	.webev-event-container .webev-upcoming-container .ev-cta-link {
		width: 100% !important;
		max-width: 100% !important;
		padding: 1rem !important;
	}
	
	.webev-event-container .library-card .category-title {
		-webkit-line-clamp: unset;
		font-size: 1.5em;
	}
	
	.webev-event-container .library-card .category-text {
		font-size: 1rem;
	}
	
	.webev-event-container .webev-ondemand-container .library-card .category-title {
		display: block;
	}
	
	.webev-event-container .resources-card-row > div[class*=' col'] {
		margin-bottom: 1.75rem;
	}
	
	.webev-event-container .resources-card-row > div[class*=' col']:last-child {
		margin-bottom: 0;
	}
	
	.webev-event-container .webev-ondemand-container {
		margin-top: 0;
		background-position: left calc(75% + 7%) top 0px;
	}
	
	.webev-event-container .webev-ondemand-container .ondemand-card-container {
		padding-top: 2em;
	}
	
	.webev-event-container .webev-ondemand-container .section-title-container {
		display: flex;
		align-items: center;
	}
	
	.webev-event-container .webev-ondemand-container .section-title-container .section-title {
		font-size: 2em;
		width: 100%;
		margin: 1.2em 0;
	}
	
	.webev-event-container .webev-ondemand-container .section-title-container img {
		position: unset;
		width: 80px;
		margin: 0;
	}
	
	.webev-event-container .webev-bottom-bg {
		padding: 5em 0;
	}
	
	.resource-card-overlay {
		top: 20px;
		left: 20px;
	}
	
	.resource-card-overlay img {
		height: 30px;
	}
	
	.webev-event-container .webev_no_posts h2 {
		font-size: 2em;
		line-height: 1.3;
	}
	
	.webev-event-container .webev_no_posts .posts-flex-container {
		display: unset;
	}
	
	.webev-event-container .webev_no_posts .posts-flex-container .left-image {
		display: none;
		opacity: 0;
	}
	
	.webev-event-container .webev_no_posts .posts-flex-container p {
		margin-bottom: 1.5em;
	}
	
	.webev-event-container .webev-ondemand-container .library-card, .webev-event-container .webev-ondemand-container .library-card .category-text {
		height: auto;
		overflow: visible;
	}
	
	.webev-event-container .webev-ondemand-container .library-card {
		margin-bottom: .5em;
	}
	
	.webev-event-container .webev-cta-container .section-title-container .section-title {
		font-size: 2em;
	}
	
	.webev-event-container .webev-banner-wrap.nitro-lazy {
		background-image: none !important;
	}
}

@media (min-width: 650px) and (max-width: 1024px) {
	.webev-event-container .library-card .card-banner .card-image {
		display: flex;
	}
	
	.webev-event-container .library-card .card-banner .card-banner-content {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		transition: .3s;
	}
	
	.webev-event-container .library-card .card-body .card-body-content {
		display: none;
	}
	
	.webev-event-container .webev-upcoming-container .library-card {
		padding: 1rem;
	}
	
	.webev-event-container .webev-upcoming-container .library-card .card-body {
		padding: 1em 1.5em !important;
	}
	
	.webev-event-container .webev-upcoming-container .library-card .card-banner {
		aspect-ratio: auto;
	}
	
	.webev-event-container .library-card .category-title {
		font-size: 22px;
	}
	
	.webev-event-container .webev-banner-wrap {
		background-image: url("https://nitrocdn.com/lPdPiSKyFszhocOmwSaWwELodnnFnZFA/assets/images/optimized/rev-3eca6ef/www.moengage.com/wp-content/themes/moengagewp/./assets/images/webinar-event/hero-graphic-tablet.webp");
		background-position: center right;
	}
	
	.webev-event-container .webev-banner-wrap.nitro-lazy {
		background-image: none !important;
	}
	
	.webev-event-container .webev-ondemand-container {
		background-position: left calc(70% + 7%) top -30px;
		margin-top: 2em;
	}
	
	.webev-event-container .webev-ondemand-container .ondemand-card-container {
		padding-top: 5em;
		padding-bottom: 5em;
	}
	
	.webev-event-container .webev-ondemand-container .section-title-container img {
		margin-top: -40%;
		width: 155px;
		left: 10px;
	}
	
	.webev-event-container .webev-ondemand-container .section-title-container .section-title {
		margin: 1em 0;
	}
	
	.webev-event-container .resources-card-row > div[class*=' col']:last-child {
		margin-bottom: 0;
	}
	
	.webev-event-container .library-card {
		height: auto;
	}
	
	.webev-event-container .webev-discover-container .library-card {
		margin-bottom: 75px;
	}
	
	.webev-event-container .webev-discover-container .library-card.right-col .card-body {
		height: auto;
	}
	
	.webev-event-container .webev-discover-container .library-card.right-col .ev-cta-link {
		width: 100%;
		margin: 0 !important;
	}
	
	.webev-event-container .pad-l-0, .webev-event-container .pad-r-0 {
		padding: 0;
	}
	
	.webev-event-container .webev-discover-container .discover-grid-row {
		padding: 0 1.5em;
	}
	
	.webev-event-container .webev-discover-container {
		padding: 10em 5em 5em;
	}
	
	.webev-event-container .webev-discover-container .discover-grid-row {
		margin-bottom: -1px;
	}
	
	.webev-event-container .webev-discover-container .discover-grid-row:last-child {
		padding-top: 3em;
	}
	
	.webev-engagement-container .customer-engagement-section {
		padding-bottom: calc(var(--footer-overlay-height) + 9.375rem);
		background-position: right calc(-16% + 0px) top 340px;
		background-size: 405px 405px;
	}
	
	.webev-event-container .customer-engagement-section .container-display {
		display: flex;
		align-items: center;
	}
	
	.webev-engagement-container .customer-engagement-section .section-title-container .section-title {
		font-size: 24px;
	}
	
	.webev-engagement-container .customer-engagement-section .section-title-container {
		width: 100%;
		padding: 0em 5em 0em;
	}
	
	.webev-engagement-container .customer-engagement-section .container-display img {
		position: unset;
		width: 85px;
	}
	
	.webev-engagement-container .customer-engagement-section a.btn {
		width: 100%;
		padding: .8em;
		font-size: 1.3em;
		margin: 0 !important;
	}
	
	.webev-event-container .webev-bottom-bg {
		padding: 5em 0;
	}
	
	.resource-card-overlay {
		top: 20px;
		left: 20px;
	}
	
	.resource-card-overlay img {
		height: 40px;
	}
	
	.webev-event-container .webev_no_posts h2 {
		margin: 0 0 1em;
	}
	
	.webev-event-container .webev-cta-container .section-title-container .section-title {
		font-size: 2.063rem;
	}
}

/* End Webinar Event LP */

/* Single Webinar Event LP */
.webev-single-container .webev-banner-wrap {
	background-image: url("https://nitrocdn.com/lPdPiSKyFszhocOmwSaWwELodnnFnZFA/assets/images/optimized/rev-3eca6ef/www.moengage.com/wp-content/themes/moengagewp/./assets/images/webinar-event/webinar-hero-graphic.svg");
	background-repeat: no-repeat;
	background-size: 110vw;
	background-color: #001447;
	background-size: cover;
	background-position: center bottom;
}

.webev-single-container .webev-banner-wrap.nitro-lazy {
	background-image: none !important;
}

.webev-single-container .webev-banner-wrap .main-banner-row {
	text-align: left;
	padding: 5.25rem 0 10rem;
	color: #fff;
}

.webev-single-container .webev-banner-wrap .hero-main-tag {
	color: #ffb833;
	font-size: 1.2em;
	letter-spacing: .05em;
	margin-bottom: 1.4em;
}

.webev-single-container .webev-banner-wrap .hero-main-tag:before {
	content: "";
	display: inline-block;
	min-height: 25px;
	min-width: 25px;
	background-image: url("https://nitrocdn.com/lPdPiSKyFszhocOmwSaWwELodnnFnZFA/assets/images/optimized/rev-3eca6ef/www.moengage.com/wp-content/themes/moengagewp/./assets/images/webinar-event/ellipse-8.svg");
	height: 25px;
	min-width: 25px;
	filter: brightness(1);
	top: 8px;
	background-repeat: no-repeat;
	background-size: 18px;
	position: relative;
	margin-inline-end: .6rem;
}

.webev-single-container .webev-banner-wrap .hero-main-header {
	font-size: 2.3rem;
	font-weight: 300;
	line-height: 1.15;
	color: #a3edc1;
	letter-spacing: -.64px;
}

.webev-single-container .webev-banner-wrap .hero-main-description {
	line-height: 1.5;
	font-size: 18px;
	margin: 1.4rem 0;
	font-weight: 400;
}

.webev-single-container .webev-banner-wrap .webinar-hosted-by {
	font-size: 18px;
	margin-top: 1em;
	display: flex;
	align-items: center;
	gap: 1em;
	justify-content: flex-start;
}

.webev-single-container .webev-banner-wrap .webinar-hosted-by p {
	font-size: 18px;
}

.webev-single-container .webev-banner-wrap .webinar-hosted-by img {
	width: 250px;
}

.webev-single-container .webev-banner-wrap .hero-main-time {
	color: #ffb833;
	font-size: 1.5em;
}

.webev-single-container .hubspot-form-container {
	border: 2px dashed #f2fafb;
	padding: 2.5em;
	border-radius: 20px;
}

.webev-single-container .hubspot-form-container .section-title-container {
	color: #ffb833;
	margin-bottom: 1.3em;
	font-size: 2.2rem;
	text-align: center;
	letter-spacing: -.64px;
}

.webev-single-container .hubspot-form-container .hs-form-field ul.hs-error-msgs {
	bottom: -2.25rem;
	font-size: .75rem;
}

.webev-single-container .hubspot-form-container .form-columns-2 {
	display: flex;
	gap: 1em;
}

.webev-single-container .hubspot-form-container .hs-form .hs-fieldtype-text.field {
	width: 100%;
}

.webev-single-container .hubspot-form-container input::placeholder {
	color: rgba(0, 0, 0, .9);
}

.webev-single-container .hubspot-form-container .hs-submit {
	justify-content: center;
}

.webev-single-container .hubspot-form-container .hs-submit .actions {
	justify-content: center;
	margin: 0;
	margin-top: 1em;
}

.webev-single-container .hubspot-form-container .hs-input {
	width: 100%;
}

.webev-single-container .webev-cover-wrap {
	padding: 3em 0;
	background-color: #00237c;
}

.webev-single-container .webev-cover-wrap .section-title-container {
	font-size: 2.3rem;
	font-weight: 300;
	line-height: 1.15;
	color: #a3edc1;
	letter-spacing: -.64px;
	margin-bottom: 1.2em;
}

.webev-single-container .webev-cover-wrap .section-cover-container {
	padding: .2em 1.5em;
	color: #fff;
	margin-bottom: 2em;
}

.webev-single-container .webev-cover-wrap .section-cover-container .cover-title {
	display: flex;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.6;
}

.webev-single-container .webev-cover-wrap .section-cover-container .cover-title:before {
	content: "";
	display: inline-flex;
	min-height: 45px;
	min-width: 45px;
	background-image: url("https://nitrocdn.com/lPdPiSKyFszhocOmwSaWwELodnnFnZFA/assets/images/optimized/rev-3eca6ef/www.moengage.com/wp-content/themes/moengagewp/./assets/images/webinar-event/webinar-check-mark.svg");
	top: 10px;
	background-repeat: no-repeat;
	background-size: 33px;
	position: relative;
	margin-inline-end: .6rem;
}

.webev-single-container .webev-joinus-wrap {
	padding: 2em 0 5em;
	background-color: #00237c;
}

.webev-single-container .webev-joinus-wrap .section-title-container {
	text-align: center;
	font-size: 2.3rem;
	font-weight: 300;
	line-height: 1.3;
	color: #fff;
	letter-spacing: 0;
	margin-bottom: 1.2em;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 1.2em;
}

.webev-single-container .webev-joinus-wrap .demo-cta {
	width: auto;
	margin: 0 auto;
}

.webev-single-container .webev-speaker-wrap {
	padding: 5em 0;
	background-color: #001447;
}

.webev-single-container .webev-speaker-wrap .section-title-container {
	text-align: center;
	font-size: 2.3rem;
	font-weight: 300;
	line-height: 1.15;
	color: #a3edc1;
	letter-spacing: -.64px;
	margin-bottom: 1.2em;
}

.webev-single-container .webev-speaker-wrap .speaker-container {
	text-align: center;
	padding: 0 0 3rem;
}

.webev-single-container .webev-speaker-wrap .speaker-container .flex-container {
	display: inherit;
	margin-bottom: 1rem;
	text-align: center;
}

.webev-single-container .webev-speaker-wrap .speaker-container .brand-logo {
	width: 130px;
	height: 55px;
	margin: .7rem auto 1.5rem;
}

.webev-single-container .webev-speaker-wrap .speaker-container .brand-logo img {
	filter: brightness(0) invert(1);
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-fit: contain;
}

.webev-single-container .webev-speaker-wrap .speaker-image {
	width: 130px;
	height: 130px;
	margin: 0 auto;
}

.webev-single-container .webev-speaker-wrap .speaker-image img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.webev-single-container .webev-speaker-wrap .brand-logo img {
	filter: brightness(0) invert(1);
	width: 140px;
	height: 140px;
}

.webev-single-container .webev-speaker-wrap .speaker-container .speaker-name {
	color: #fff;
	font-size: 1.3em;
	margin-bottom: .3em;
}

.webev-single-container .webev-speaker-wrap .speaker-container .speaker-designation {
	color: #a3edc1;
	font-size: 1em;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 1em;
}

.webev-single-container .webev-speaker-wrap .speaker-container .speaker-social-media {
	margin: .5rem 0;
}

@media (max-width: 649px) {
	.webev-single-container .webev-banner-wrap {
		background-image: url("https://nitrocdn.com/lPdPiSKyFszhocOmwSaWwELodnnFnZFA/assets/images/optimized/rev-3eca6ef/www.moengage.com/wp-content/themes/moengagewp/./assets/images/webinar-event/webinar-hero-grahic-mobile.svg") !important;
		background-repeat: no-repeat;
		background-size: 112vw;
		background-color: #001447;
		background-position: center top;
	}
	
	.webev-single-container .webev-banner-wrap .main-banner-row .right-col {
		margin-top: 3.5em;
	}
	
	.webev-single-container .hero-main-header {
		font-size: 1.8rem !important;
		line-height: 1.25 !important;
		width: 100% !important;
		text-align: left !important;
	}
	
	.webev-single-container .hero-main-header br, .webev-single-container .section-title-container br {
		display: none;
	}
	
	.webev-single-container .hubspot-form-container .section-title-container {
		text-align: center !important;
	}
	
	.webev-single-container .webev-banner-wrap .main-banner-row {
		padding: 3.25rem 0;
	}
	
	.webev-single-container .hubspot-form-container {
		padding: 1.5em 1em;
	}
	
	.webev-single-container .webev-cover-wrap .section-cover-container {
		margin-bottom: 1em;
	}
	
	.webev-single-container .webev-cover-wrap .section-cover-container .cover-title {
		font-size: 1em;
		align-items: flex-start;
	}
	
	.webev-single-container .webev-speaker-wrap {
		padding: 5em 0 3em;
	}
	
	.webev-single-container .webev-speaker-wrap .speaker-container .speaker-designation {
		width: 85%;
	}
	
	.webev-single-container .webev-speaker-wrap .speaker-container .flex-container {
		justify-content: space-between;
		gap: 4em;
	}
	
	.webev-single-container .webev-speaker-wrap .speaker-container .speaker-content {
		margin-top: 1em;
		margin-bottom: 2em;
	}
	
	.webev-single-container .webev-speaker-wrap .speaker-container {
		padding: 0 0 2rem;
	}
	
	.webev-single-container .webev-banner-wrap.nitro-lazy {
		background-image: none !important;
	}
}

@media (min-width: 650px) and (max-width: 950px) {
	.webev-single-container .webev-banner-wrap {
		background-image: url("https://nitrocdn.com/lPdPiSKyFszhocOmwSaWwELodnnFnZFA/assets/images/optimized/rev-3eca6ef/www.moengage.com/wp-content/themes/moengagewp/./assets/images/webinar-event/webinar-hero-grahic-tablet.svg") !important;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: #001447;
		background-position: left calc(100%) top -350px;
	}
	
	.webev-single-container .webev-banner-wrap .main-banner-row .right-col {
		margin-top: 3.5em;
	}
	
	.webev-single-container .hero-main-header br, .webev-single-container .section-title-container br {
		display: none;
	}
	
	.webev-single-container .hubspot-form-container .section-title-container {
		text-align: center !important;
	}
	
	.webev-single-container .webev-banner-wrap .main-banner-row {
		padding: 3.25rem 0;
	}
	
	.webev-single-container .hubspot-form-container {
		padding: 1.5em 1em;
	}
	
	.webev-single-container .webev-cover-wrap .section-cover-container {
		margin-bottom: 1em;
	}
	
	.webev-single-container .webev-cover-wrap .section-cover-container .cover-title:before {
		top: 7px;
	}
	
	.webev-single-container .webev-speaker-wrap {
		padding: 5em 0 3em;
	}
	
	.webev-single-container .webev-speaker-wrap .speaker-container .flex-container {
		justify-content: unset;
		gap: 2.5em;
	}
	
	.webev-single-container .webev-speaker-wrap .speaker-container {
		gap: 2.5em;
	}
	
	.webev-single-container .webev-speaker-wrap .speaker-container .speaker-content {
		margin-top: 1em;
		margin-bottom: 2em;
	}
	
	.webev-single-container .webev-speaker-wrap .brand-logo img, .webev-single-container .webev-speaker-wrap .speaker-image img {
		width: 100px;
		height: 98px;
	}
	
	.webev-single-container .webev-banner-wrap.nitro-lazy {
		background-image: none !important;
	}
}

@media (min-width: 760px) and (max-width: 770px) {
	.webev-single-container .webev-banner-wrap {
		background-position: left calc(100%) top -405px !important;
	}
}

@media (min-width: 800px) and (max-width: 825px) {
	.webev-single-container .webev-banner-wrap {
		background-position: left calc(100%) top -400px;
	}
}

@media (min-width: 1700px) and (max-width: 5000px) {
	.webev-single-container .webev-banner-wrap {
		background-size: cover !important;
	}
}

/* End Single Webinar Event LP */

/* ajax loader */
.loading-overlay-spinner {
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	color: #00237c;
	text-align: center;
	letter-spacing: 2px;
	padding: 5em 0;
}

/* End ajax loader */

/* Asia Testimonial */
.asia-testimonial-template .asia-testimonial-cards .resources-card-row > div[class*=' col'] {
	margin-bottom: 1.75rem;
	display: none;
}

.asia-testimonial-template .asia-testimonial-cards .resources-card-row > div[class*=' col'].display {
	display: block;
}

.asia-testimonial-template .asia-testimonial-cards .resources-card-row .library-card {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0px 0px 28px rgba(67, 67, 67, .16);
}

.asia-testimonial-template .asia-testimonial-cards .resources-card-row .library-card .video-play-btn img {
	width: 8rem;
	height: auto;
}

.asia-testimonial-template .asia-testimonial-cards .resources-card-row .library-card .custResourceWrap {
	align-items: center;
}

.asia-testimonial-template .asia-testimonial-cards .resources-card-row .library-card .custResourceWrap .cta-link, .asia-testimonial-template .asia-testimonial-cards .resources-card-row .library-card .custResourceWrap .custResource {
	padding: 0;
	font-size: 1rem;
	border: none;
	background-color: transparent;
	color: var(--moengage-blue);
	font-weight: 500;
}

.asia-testimonial-template .card-loadMore-btn {
	display: flex;
	justify-content: center;
	margin: 2rem 0;
}

/* End Asia Testimonial */

/* video overlay btn */
.moengage-overlay-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: .5rem;
	background-color: rgba(0, 0, 0, 40%);
}

.moengage-overlay-container img {
	height: 3.5rem !important;
	width: auto;
	object-fit: contain !important;
	border: none !important;
}

.moengage-overlay-container svg {
	left: 60px;
	position: absolute;
	width: 95px;
}

@media (max-width: 999px) {
	.moengage-overlay-container svg {
		width: 60px;
		left: 40px;
	}
}

/* End video overlay btn */

/** solution partner program page css **/
.solution-partner-container .statement-section {
	background-color: var(--moengage-blue);
}

.solution-partner-container .statement-section p {
	font-size: 1.3em;
	color: var(--white60) !important;
}

.solution-partner-container .section-text-container {
	padding: 4.375rem 0 2rem;
	background-color: #fff;
	color: #090909;
	position: relative;
}

.solution-partner-container .section-text-container p, .solution-partner-container .section-text-container .section-content {
	font-size: 1.157em;
	color: rgba(0, 0, 0, 60%) !important;
}

body.page-template-template-solution-partner-program.page-id-49326 .hbspt-form ul.inputs-list.multi-container {
	list-style: none !important;
	padding-left: 0 !important;
}

body.page-template-template-solution-partner-program.page-id-49326 .hbspt-form ul.inputs-list.multi-container li {
	margin: 7px 0;
}

body.page-template-template-solution-partner-program.page-id-49326 .hbspt-form ul.inputs-list.multi-container li .hs-input {
	margin-right: .5rem;
}

@media (max-width: 999px) {
	.solution-partner-container .statement-section p br {
		display: none;
	}
}

/** End solution partner program page css **/

/** App marketplace **/
.app-marketplace-main.detail .blog-section {
	padding: 5.875rem 0;
}

.app-marketplace-main.detail .blog-section .container-lg {
	padding: 0 1rem;
}

/** End App marketplace **/

/** Moengage startups template css **/
.font-weight-normal {
	font-weight: normal;
}

body.page-template-template-moengage-startups-php .main-body-overlay {
	display: none;
}

body.page-template-template-moengage-startups-php .navbar-brand img {
	width: 100%;
	height: 50px;
}

body.page-template-template-moengage-startups-php .nav-top-col li:last-child {
	display: inherit;
}

body.page-template-template-moengage-startups-php .mp-modal .hubspot-form-container .hs-form .hs-input {
	width: 100%;
}

body.page-template-template-moengage-startups-php .mp-modal .hubspot-form-container .hs-form .hs-form-field .input {
	margin-right: 0;
}

body.page-template-template-moengage-startups-php .mp-modal .hubspot-form-container .hs-form .form-columns-2 .hs-form-field:first-child .input {
	margin-right: 8px;
}

body.page-template-template-moengage-startups-php .mp-modal .hubspot-form-container .hs-form .hs-fieldtype-select select {
	height: 42px;
	border: 1px solid var(--primary-dark-teal);
	box-shadow: none;
	outline: none;
}

.moengage-startups-main .startup-btn {
	color: #00237c;
	background: transparent;
	border: 2px solid #707070;
	border-radius: 8px;
}

.moengage-startups-main .startup-btn:hover {
	color: #fff;
	background: #00237c;
	border: 2px solid #00237c;
}

.moengage-startups-main .section-header-container .section-content {
	font-size: 1.2em;
}

.moengage-startups-main .moengstart-hero-section {
	background-image: none;
	background-color: #fafaf2;
}

.moengage-startups-main .moengstart-hero-section.nitro-lazy {
	background-image: none !important;
}

.moengage-startups-main .moengstart-hero-section .hero-main-header {
	color: #00237c;
	font-size: 3.45em;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center;
}

.moengage-startups-main .moengstart-hero-section .hero-main-description {
	color: #00237c;
	font-size: 1.1em;
	line-height: 1.2;
	border: 1px solid #707070;
	padding: 8px;
	font-weight: 500;
	background: #fff;
	margin: 0 auto;
	margin-bottom: 25px;
	text-align: center;
	width: 50%;
	line-height: 1.28em;
}

.moengage-startups-main .moengstart-hero-section .hero-main-content {
	color: #00237c;
	font-size: 1.5em;
	line-height: 1.2;
	padding: 8px;
	margin: 0 auto;
	margin-bottom: 25px;
	text-align: center;
}

.moengage-startups-main .moengstart-hero-section .btn-group-container {
	justify-content: center;
}

.moengage-startups-main .customer-stories-gb-section .brand-logo-content-container > *:not(:last-child) {
	margin-right: 4rem;
}

.moengage-startups-main .moengstart-eligibility-section {
	background-color: #f2fafb;
	padding: 4em 0;
	background-image: url("https://nitrocdn.com/lPdPiSKyFszhocOmwSaWwELodnnFnZFA/assets/images/optimized/rev-3eca6ef/www.moengage.com/wp-content/themes/moengagewp/./assets/images/moengage-startup/TableBG.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.moengage-startups-main .moengstart-eligibility-section.nitro-lazy {
	background-image: none !important;
}

.moengage-startups-main .moengstart-eligibility-section .section-header-container {
	text-align: center;
}

.moengage-startups-main .moengstart-eligibility-section .eligibility-card {
	border: 2px solid #fff;
	border-radius: 20px;
	padding: 3em;
	margin-top: 2.5em;
}

.moengage-startups-main .moengstart-eligibility-section .eligibility-card [class*="col-"] {
	padding: 0;
}

.moengage-startups-main .moengstart-eligibility-section .eligibility-card .elg-card-header {
	position: relative;
	padding: .6em 1em;
	text-align: center;
	border-radius: 39px;
	font-weight: 400;
	color: #231f20;
	font-weight: 500;
	font-size: 20px;
	width: 95%;
	margin: 0 auto;
}

.moengage-startups-main .moengstart-eligibility-section .eligibility-card .card-style-2 .elg-card-header:not(:last-child)::after {
	content: "";
	height: 65%;
	width: 2px;
	position: absolute;
	right: -4%;
	top: 10px;
	background-color: #ae9f9f;
	margin: 5px;
}

.moengage-startups-main .moengstart-eligibility-section .eligibility-card .card-style-2 .elg-card-header:not(:last-child)::before {
	content: "";
	height: 65%;
	width: 2px;
	position: absolute;
	right: auto;
	left: -4%;
	top: 10px;
	background-color: #ae9f9f;
	margin: 5px;
}

.moengage-startups-main .moengstart-eligibility-section .eligibility-card .elg-card-content {
	padding: 0;
	margin-top: 2em;
}

.moengage-startups-main .moengstart-eligibility-section .eligibility-card .elg-card-content-row {
	border-bottom: 1px solid #cacccd;
	padding: 1.2em 2rem;
}

.moengage-startups-main .moengstart-eligibility-section .eligibility-card .elg-card-content-row:last-child {
	border: none;
}

.moengage-startups-main .moengstart-eligibility-section .eligibility-card .elg-card-content-row h5 {
	color: #046873;
	font-size: 18px;
	margin-bottom: 1em;
}

.moengage-startups-main .moengstart-eligibility-section .eligibility-card .elg-card-content-row ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
	height: 100px;
}

.moengage-startups-main .moengstart-eligibility-section .eligibility-card .elg-card-content-row ul.auto-height {
	height: auto;
}

.moengage-startups-main .moengstart-eligibility-section .eligibility-card .elg-card-content-row ul li {
	display: flex;
	align-items: flex-start;
	line-height: 1.35;
	margin-bottom: .5em;
}

.moengage-startups-main .moengstart-eligibility-section .eligibility-card .elg-card-content-row ul li::before {
	content: " ";
	border-radius: 50%;
	display: flex;
	min-height: 18px;
	min-width: 18px;
	position: relative;
	margin-inline-end: .675rem;
	background-image: url("https://nitrocdn.com/lPdPiSKyFszhocOmwSaWwELodnnFnZFA/assets/images/source/rev-3eca6ef/www.moengage.com/wp-content/themes/moengagewp/./assets/images/check-accent.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: .15em;
}

.moengage-startups-main .eligibility-card .elg-card-row.card-style-1 .elg-card-header, .moengage-startups-main .eligibility-card .elg-card-row.card-style-1 .elg-card-content-row ul li::before {
	background-color: #beffd5;
}

.moengage-startups-main .eligibility-card .elg-card-row.card-style-1 .elg-card-content {
	background-color: #f5fff9;
}

.moengage-startups-main .eligibility-card .elg-card-row.card-style-2 .elg-card-header, .moengage-startups-main .eligibility-card .elg-card-row.card-style-2 .elg-card-content-row ul li::before {
	background-color: #fff1bb;
}

.moengage-startups-main .eligibility-card .elg-card-row.card-style-2 .elg-card-content {
	background-color: #fffcf0;
}

.moengage-startups-main .eligibility-card .elg-card-row.card-style-3 .elg-card-header, .moengage-startups-main .eligibility-card .elg-card-row.card-style-3 .elg-card-content-row ul li::before {
	background-color: #d0e2ff;
}

.moengage-startups-main .eligibility-card .elg-card-row.card-style-3 .elg-card-content {
	background-color: #ecf6fc;
}

.moengage-startups-main .moengstart-faq-main .title-wrapper {
	padding-bottom: 1.7rem;
	margin-bottom: 1.7em;
	border-bottom: 1px solid #000;
}

.moengage-startups-main .moengstart-faq-main-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.moengage-startups-main .moengstart-faq-main-container > * {
	margin-right: 64px;
	margin-bottom: 64px;
}

.moengage-startups-main .moengstart-faq-card {
	position: relative;
}

.moengage-startups-main .moengstart-faq-card .card-overlay .card-title-container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 1.25rem;
}

.moengage-startups-main .moengstart-faq-card .card-overlay .card-title-container .title {
	opacity: 0;
	transition: all ease .3s;
}

.moengage-startups-main .moengstart-faq-card .card-overlay p {
	font-size: 1.125rem;
	line-height: 1.55;
}

.moengage-startups-main .moengstart-faq-card .card-overlay p:not(:last-of-type) {
	margin-bottom: 1.75rem;
}

.moengage-startups-main .moengstart-faq-card .card-overlay li:not(:last-of-type) {
	margin-bottom: 1rem;
}

.moengage-startups-main .moengstart-faq-card .card-overlay .card-title-container .close-btn {
	height: .875rem;
	width: .875rem;
	object-fit: contain;
	cursor: pointer;
}

.moengage-startups-main .moengstart-faq-card .card-overlay {
	transition: all ease .3s;
	position: absolute;
	top: -1rem;
	left: -1rem;
	right: -1rem;
	height: auto;
	padding: 1.5rem;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, .1);
	opacity: 0;
	z-index: -1;
	transform: scaleY(.8);
	transform-origin: top center;
	pointer-events: none;
	border: 1px solid var(--black15);
	max-height: 500px;
	overflow-y: auto;
}

.moengage-startups-main .moengstart-faq-card.active .card-overlay .card-title-container .title {
	opacity: 1;
	transition-delay: .05s;
	font-size: 1.375rem;
}

.moengage-startups-main .moengstart-faq-card.active .moengage-startups-main .moengstart-faq-card-title {
	transform: translate(10px, 10px);
}

.moengage-startups-main .moengstart-faq-card.active .card-overlay {
	opacity: 1;
	pointer-events: all;
	transform: scaleY(1);
	z-index: 100;
	border-radius: 2px;
}

.moengage-startups-main .moengstart-faq-card.active .moengage-startups-main .moengstart-faq-card-body {
	opacity: 0;
}

.moengage-startups-main .moengstart-faq-card-title {
	font-size: 22px;
	margin-bottom: 16px;
	transition: all ease .2s;
}

.moengage-startups-main .moengstart-faq-card-body {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.55;
	opacity: 1;
	transition: all ease .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}

.moengage-startups-main .cta-underline {
	font-size: 18px;
	color: #04363d;
	text-decoration: underline;
	cursor: pointer;
}

.moengage-startups-main .flex-cta-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3em;
}

.moengage-startups-main .moengstart-partner-section {
	background-color: #f2fafa;
	padding: 5rem 0;
}

.moengage-startups-main .moengstart-partner-section .brand-logo-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 4rem;
	row-gap: 1.5rem;
	margin-top: 2.5rem;
}

.moengage-startups-main .moengstart-partner-section .brand-logo-container .image-container {
	max-width: 100%;
	display: flex;
	height: 70px;
	width: 170px;
}

.moengage-startups-main .moengstart-partner-section .brand-logo-container .image-container img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.moengage-startups-main .flex-cta-banner {
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 3em;
	background: #fdf7f5;
	padding: 2em;
	margin-top: 4em;
	border: 1px solid #707070;
	border-radius: 10px;
}

.moengage-startups-main .connect-withus-section .connect-row {
	display: flex;
	justify-content: center;
}

.moengage-startups-main .connect-withus-section .connect-with-us-links {
	display: flex;
	gap: 1em;
}

.moengage-startups-main .connect-withus-section .connect-with-us-links a, .moengage-startups-main .connect-withus-section .connect-with-us-links li {
	color: #1a1a1a;
	position: relative;
}

.moengage-startups-main .connect-withus-section .connect-with-us-links li:not(:last-child)::after {
	display: inline-block;
	content: "";
	height: 16px;
	width: 2px;
	margin: 0 1rem;
	position: relative;
	top: 5px;
	background-color: #676767;
}

.moengage-startups-main .moengstart-toolkit-section {
	background-color: #e4fced;
	padding: 5rem 0;
}

.moengage-startups-main .moengstart-toolkit-section .blog-section .blog-card .blog-description {
	font-weight: 500;
	font-size: 1.3rem;
}

.moengage-startups-main .moengstart-toolkit-section .blog-section .blog-img-container {
	height: 220px;
	aspect-ratio: auto;
}

.moengage-startups-main .moengstart-startup-content-section {
	padding: 5rem 0;
}

.moengage-startups-main .moengstart-startup-content-section .section-content-title {
	border-bottom: 1px solid #00237c;
}

.moengage-startups-main .moengstart-startup-content-section ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	list-style: none;
	padding-top: 2em;
	margin: 0;
	gap: 1.2em;
}

.moengage-startups-main .moengstart-startup-content-section ul li b, .moengage-startups-main .moengstart-startup-content-section ul li strong {
	font-weight: 500;
}

.moengage-startups-main .moengstart-accelerated-section {
	background-color: #e4fced;
	padding: 5rem 0;
}

.moengage-startups-main .moengstart-accelerated-section .flex-row {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	gap: 1.5em;
	border-top: 1px solid #535353;
	padding: .7em 0;
}

.moengage-startups-main .moengstart-accelerated-section .flex-row:last-child {
	border-bottom: 1px solid #535353;
}

.moengage-startups-main .moengstart-accelerated-section .flex-row .flex-icon {
	width: 40px;
	height: 40px;
}

.moengage-startups-main .moengstart-accelerated-section .flex-row .flex-content h3 {
	font-size: 3.5em;
	color: #0099a5;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.moengage-startups-main .moengstart-accelerated-section .flex-row .flex-content p {
	font-size: 18px;
	color: #101010;
}

.moengage-startups-main .moengstart-expert-section {
	padding: 5rem 0;
}

.moengage-startups-main .moengstart-grid-platform {
	padding: 5rem 0;
	background-color: #f2fafa;
}

.moengage-startups-main .moengstart-grid-platform .section-header-container .section-tag {
	padding-left: 1.5rem;
}

.moengage-startups-main .platform-grid-item {
	height: 380px;
	background: #fff;
	overflow-y: auto;
	border: 1px solid #707070;
	border-radius: 20px;
	padding: 2.5rem;
	margin-bottom: 1.5em;
}

.moengage-startups-main .platform-grid-item img {
	width: 43px;
	height: 43px;
	object-fit: cover;
}

.moengage-startups-main .platform-grid-item .title {
	margin: .8em 0;
	color: #231f20;
	font-size: 1.575rem;
	line-height: 2rem;
}

.moengage-startups-main .platform-grid-item p {
	margin: 0;
	margin-top: 1.5rem;
	font-size: 18px;
}

.moengage-startups-main .platform-grid-item.grid-style-first {
	background: transparent;
	border: 0;
	padding: 1.5rem;
}

.moengage-startups-main .platform-grid-item.grid-style-first .title {
	color: #00237c;
	font-size: 2.5em;
	line-height: 1.2em;
	margin: 0;
	margin-bottom: 1em;
	font-weight: 500;
}

.moengage-startups-main .platform-grid-item.grid-style-first p {
	color: #06a6b7;
	font-size: 2.2em;
	line-height: 1.2em;
	margin: 0;
	font-weight: 500;
}

.moengage-startups-main .platform-grid-item.grid-style-last {
	background-color: #001447;
	border: 1px solid #001447;
}

.moengage-startups-main .platform-grid-item.grid-style-last .title {
	color: #89e8af;
	padding: 0;
	margin: 0;
	margin-bottom: 1.3em;
}

.moengage-startups-main .platform-grid-item.grid-style-last .sub-title {
	color: #fff;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 400;
	margin-bottom: 1.2em;
}

.moengage-startups-main .platform-grid-item.grid-style-last .sub-title span {
	color: #89e8af;
}

.moengage-startups-main .platform-grid-item.grid-style-last p {
	color: #fff;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

.moengage-startups-main .industry-section-container .section-content-heading {
	color: var(--moengage-blue) !important;
}

.moengage-startups-main .card-grid-container {
	margin-top: 5em;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 1em;
	margin: 4em 2em 0;
}

.moengage-startups-main .hero-card {
	max-height: 350px;
}

.moengage-startups-main .hero-card .card-image {
	width: 100%;
	max-height: unset;
	margin: 0;
	border-radius: .5rem;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}

.moengage-startups-main .hero-card .card-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 100% top;
}

.moengage-startups-main .hero-card .card-content {
	height: 100%;
	min-height: 120px;
	border-radius: 20px;
	padding: 2.5em;
	margin-top: 1em;
}

.moengage-startups-main .hero-card .card-content p {
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	color: var(--moengage-blue);
}

.moengage-startups-main .hero-card.card-grid-2, .moengage-startups-main .hero-card.card-grid-4 {
	margin-top: 3em;
}

.moengage-startups-main .hero-card.card-grid-3 .card-content, .moengage-startups-main .hero-card.card-grid-5 .card-content {
	height: 220px;
	margin-bottom: 1em;
	margin-top: 0;
}

.moengage-startups-main .hero-card.card-grid-1 .card-content {
	background-color: #f4cea8;
}

.moengage-startups-main .hero-card.card-grid-2 .card-content {
	background-color: #e3d4cd;
}

.moengage-startups-main .hero-card.card-grid-3 .card-content {
	background-color: #dfdfdf;
}

.moengage-startups-main .hero-card.card-grid-4 .card-content {
	background-color: #cdae96;
}

.moengage-startups-main .hero-card.card-grid-5 .card-content {
	background-color: #8fa2ab;
}

.moengage-startups-main .hero-card.card-grid-4 .card-content p, .moengage-startups-main .hero-card.card-grid-5 .card-content p {
	color: #fff;
}

.moengage-startups-main .moengstart-faq-main {
	padding: 5rem 0;
}

.moengage-startups-main .moestart-logos-main {
	padding: 3rem 0;
}

.moengage-startups-main .moestart-logos-main .logo-container {
	margin: 0;
}

@media (max-width: 999px) {
	body.page-template-template-moengage-startups-php .navbar-brand img {
		height: 30px;
	}
	
	body.page-template-template-moengage-startups-php .mp-modal .hubspot-form-container .hs-form .hs-input {
		width: 100% !important;
	}
	
	body.page-template-template-moengage-startups-php .mp-modal .hubspot-form-container .hs-form .hs-form-field .input {
		margin-right: 0 !important;
	}
	
	.moengage-startups-main .section-content-title br, .moengage-startups-main .moengstart-hero-section .hero-main-header br, .moengage-startups-main .moengstart-hero-section .hero-main-description br, .moengage-startups-main .moengstart-hero-section .hero-main-content br, .moengage-startups-main .moengstart-eligibility-section .eligibility-card .elg-card-header p br, .moengage-startups-main .platform-grid-item.grid-style-first .title br, .moengage-startups-main .platform-grid-item.grid-style-first p br, .moengage-startups-main .platform-grid-item .title br {
		display: none;
		opacity: 0;
	}
	
	/* .moengage-startups-main .hero-card .card-content p */
	.moengage-startups-main .card-grid-container {
		margin: 0;
		margin-top: 4rem;
		overflow: hidden;
		overflow-x: auto;
	}
	
	.moengage-startups-main .hero-main-section {
		padding-bottom: 2.5em;
	}
	
	.moengage-startups-main .hero-card .card-content {
		padding: 2em;
	}
	
	.moengage-startups-main .hero-card .card-content p {
		font-size: 18px;
	}
	
	.moengage-startups-main .section-content-title {
		font-size: 2.063rem;
		line-height: 1.21;
	}
	
	.moengage-startups-main .moengstart-hero-section .hero-main-header {
		font-size: 2.8rem;
		width: 100%;
		line-height: 3.2rem;
		text-align: left;
	}
	
	.moengage-startups-main .moengstart-hero-section .hero-main-description {
		width: 100%;
	}
	
	.moengage-startups-main .moengstart-hero-section .hero-main-description, .moengage-startups-main .moengstart-hero-section .hero-main-content {
		text-align: left;
		width: 100%;
	}
	
	.moengage-startups-main .moengstart-eligibility-section .eligibility-card .elg-card-content-row ul {
		height: auto;
	}
	
	.moengage-startups-main .moengstart-eligibility-section {
		background-size: 100% 50%;
		background-position: left calc(50% + 50%) top 100px;
	}
	
	.moengage-startups-main .moengstart-hero-section .btn-group-container {
		justify-content: flex-start;
	}
	
	.moengage-startups-main .moengstart-eligibility-section .eligibility-card {
		padding: 1em;
	}
	
	.moengage-startups-main .moengstart-eligibility-section .eligibility-card [class*="col-"] {
		padding: 0 .5rem;
	}
	
	.moengage-startups-main .moengstart-eligibility-section .eligibility-card .elg-card-header:not(:last-child)::after, .moengage-startups-main .moengstart-eligibility-section .eligibility-card .card-style-2 .elg-card-header:not(:last-child)::before {
		display: none;
	}
	
	.moengage-startups-main .moengstart-eligibility-section .eligibility-card .elg-card-header p {
		font-size: 1rem;
	}
	
	.moengage-startups-main .moengstart-eligibility-section .eligibility-card .elg-card-content {
		margin-bottom: 2em;
	}
	
	.moengage-startups-main .eligibility-card .elg-card-row.card-style-3 .elg-card-content {
		margin-bottom: 0;
	}
	
	.moengage-startups-main .moengstart-startup-content-section ul {
		grid-template-columns: 1fr;
		padding-left: .8em;
		list-style: disc;
	}
	
	.moengage-startups-main .flex-cta-banner {
		flex-direction: column;
		text-align: center;
		gap: 1em;
	}
	
	.moengage-startups-main .title-wrapper {
		flex-direction: column;
		text-align: center;
	}
	
	.moengage-startups-main .platform-grid-item {
		height: auto;
		padding: 1.5rem;
		overflow: unset;
	}
	
	.moengage-startups-main .moengstart-partner-section .brand-logo-container {
		column-gap: 1.5rem;
		row-gap: 1rem;
	}
	
	.moengage-startups-main .moengstart-partner-section .brand-logo-container .image-container {
		height: 60px;
		width: calc(33.33% - 1rem);
	}
	
	.moengage-startups-main .moengstart-faq-main-container {
		grid-template-columns: 1fr;
	}
	
	.moengage-startups-main .moengstart-faq-main-container > * {
		margin-right: 0;
		padding-bottom: 32px;
		margin-bottom: 32px;
	}
	
	.moengage-startups-main .moengstart-faq-card {
		border-bottom: 1px solid #000;
	}
	
	.moengage-startups-main .moengstart-faq-card:last-child {
		border: none;
		padding-bottom: 0;
	}
	
	.moengage-startups-main .flex-cta-container {
		flex-direction: column;
		text-align: center;
		gap: 1em;
	}
	
	.moengage-startups-main .connect-withus-section .connect-with-us-links {
		justify-content: center;
		gap: 0;
	}
	
	.moengage-startups-main .connect-with-us-links li:not(:last-child) {
		margin-right: .5rem;
	}
	
	.moengage-startups-main .connect-withus-section .connect-with-us-links li:not(:last-child)::after {
		margin: 0 .5rem;
	}
	
	.moengage-startups-main .moengstart-toolkit-section .blog-section .blog-img-container {
		height: auto;
		aspect-ratio: 300/157;
	}
}

@media (min-width: 650px) and (max-width: 999px) {
	body.page-template-template-moengage-startups-php .mp-modal .hubspot-form-container .hs-form .hs-form-field .input {
		margin-right: 8px !important;
	}
	
	.moengage-startups-main .moengstart-eligibility-section .eligibility-card .elg-card-header p br {
		display: block;
		opacity: 1;
	}
	
	.moengage-startups-main .industry-section-container .indicator-container {
		padding-top: 3rem;
	}
	
	.moengage-startups-main .moengstart-faq-main .title-wrapper {
		align-items: flex-start;
	}
	
	.moengage-startups-main .moengstart-faq-main .title-wrapper .section-tag {
		text-align: left;
	}
	
	.moengage-startups-main .moengstart-faq-main-container {
		grid-template-columns: 1fr 1fr;
	}
	
	.moengage-startups-main .moengstart-faq-main-container > * {
		margin-right: 32px;
		padding-bottom: 32px;
		margin-bottom: 0;
		border-bottom: none;
	}
	
	.moengage-startups-main .moengstart-faq-card:last-child {
		border: none;
		padding-bottom: 32px;
	}
	
	.moengage-startups-main .connect-withus-section .connect-with-us-links {
		display: grid;
		gap: 1.5em;
	}
	
	.moengage-startups-main .connect-withus-section .connect-with-us-links li:not(:last-child)::after {
		display: none;
	}
	
	.moengage-startups-main .card-grid-container {
		display: grid;
		grid-auto-columns: minmax(0, 1fr);
		grid-auto-flow: column;
	}
	
	.moengage-startups-main .hero-card {
		height: auto;
		max-height: max-content;
	}
	
	.moengage-startups-main .hero-main-section {
		padding-bottom: 0;
	}
	
	.moengage-startups-main .hero-card .card-content {
		padding: 2em .8em;
	}
	
	.moengage-startups-main .hero-card .card-content p {
		font-size: 15px;
		font-weight: 500;
	}
	
	.moengage-startups-main .hero-card.card-grid-3 .card-content, .moengage-startups-main .hero-card.card-grid-5 .card-content {
		height: 180px;
	}
	
	.moengage-startups-main .hero-card.card-grid-2, .moengage-startups-main .hero-card.card-grid-4 {
		margin-top: 2em;
	}
}

/** End Moengage startups template css **/

/* swiper lead slider */
.moengage-startups-main .title-wrapper {
	display: flex;
	align-items: flex-end;
	column-gap: 1.5rem;
	width: 100%;
}

.arrows-container {
	display: flex;
}

.arrows-container .arrow-circle {
	height: 2.125rem;
	width: 2.125rem;
	border-radius: 2rem;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all ease .2s;
	background-color: transparent;
}

.arrows-container .arrow-circle img {
	height: .875rem;
}

.arrows-container .arrow-circle:first-child {
	margin-inline-end: 1.125rem;
}

.arrows-container .arrow-circle.arrow-prev {
	transform: scaleX(-1);
}

.swiper-wrap-container .swiper-slide {
	width: unset;
}

.mentor-card-container {
	overflow: hidden;
	height: 398px;
	width: 310px;
	background-color: #add0cc;
}

.mentor-card-container .image-container {
	height: 398px;
	width: 100%;
	position: relative;
}

.mentor-card-container .image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mentor-card-container .image-container > img {
	filter: saturate(0);
}

.mentor-card-container .gradient-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all ease .3s;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, .59) 61%, rgba(0, 0, 0, .7) 100%);
}

.mentor-card-container .solid-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all ease .3s;
	background-color: #04363d;
	opacity: 0;
}

.mentor-card-container:hover .gradient-overlay {
	transform: translateY(20%);
}

.mentor-card-container:hover .solid-overlay {
	opacity: .9;
}

.mentor-card-container .logo-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.mentor-card-container .logo-overlay img {
	height: 48px;
	width: auto;
	object-fit: contain;
	position: relative;
	transition: all ease .3s;
	filter: saturate(0) brightness(.2) invert(1);
	max-width: 130px;
	margin-bottom: 1rem;
}

.mentor-card-container .content-overlay .mentor-card-overlay-content {
	display: flex;
	flex-direction: column;
	overflow-y: auto;
}

.mentor-card-container .content-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;
	padding: 1.5rem;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	color: #fff;
}

.mentor-card-container .content-overlay .title {
	font-size: 1.375rem;
	opacity: 0;
	transition: all ease .5s;
	transform: translateY(-100px);
}

.mentor-card-container:hover .content-overlay .title, .mentor-card-container:hover .content-overlay p, .mentor-card-container:hover .social-media-container {
	opacity: 1;
	transform: translateY(0px);
}

.mentor-card-container .content-overlay p {
	margin: 0;
	margin-top: .75rem;
	font-size: 1.1rem;
	opacity: 0;
	opacity: 0;
	transition: all ease .5s;
	animation-delay: 1s;
	transform: translateY(-40px);
}

.mentor-card-container .social-media-container {
	display: flex;
	margin: 1rem 0;
	opacity: 0;
}

.mentor-card-container .social-media-container img {
	height: 24px;
	width: 24px;
	object-fit: contain;
	margin-right: .5rem;
}

.mentor-card-container .mentor-name-container .title {
	position: relative;
	transition: all ease .5s;
	animation-delay: .5s;
	text-align: center;
}

.mentor-card-container .mentor-name-container .title.designation {
	opacity: 1;
	color: rgba(255, 255, 255, .7);
	margin-top: .5rem;
}

.mentor-card-container .mentor-name-container {
	position: relative;
	width: fit-content;
	transition: all ease .5s;
	font-size: 1.375rem;
	color: #fff;
}

.mentor-card-container .logo-overlay-content {
	position: relative;
	transition: all ease .5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.mentor-card-container:hover .logo-overlay-content {
	margin-left: 0%;
	margin-top: 0%;
	transform: translateX(0%);
}

.mentor-card-container:hover .mentor-name-container .title {
	margin-left: 0;
}

.mentor-card-container .mentor-name-container .title.designation {
	font-size: 1rem;
}

.mentor-card-container:hover .logo-overlay img {
	opacity: 0;
	transform: translateY(-50px);
}

.mentor-card-container:hover .logo-overlay .mentor-name-container {
	opacity: 0;
	transform: translateY(-50px);
}

.mentor-card-container:hover .mentor-name-container .title.designation {
	opacity: 0;
	transform: translateY(-10px);
}

.mentor-card-container:hover .mentor-name-container .title.mentor-name {
	opacity: 0;
	transform: translateY(-30px);
}

.mentor-card-container .read-more-icon {
	position: absolute;
	height: 24px;
	width: 24px;
	right: 16px;
	top: 16px;
	z-index: 999;
	cursor: pointer;
	justify-content: flex-end;
	display: none;
	transform: scale(1.5);
}

@media (max-width: 1199.98px) {
	.mentor-card-container .read-more-icon {
		display: flex;
	}
}

/* End swiper lead slider */

/* Masonry grid */
.moengage-startups-main .moengstart-testimonial-section {
	padding: 5rem 0;
	background-color: #fafaf2;
}

.masonry-grid-container .testimonial-container-grid-container {
	margin-left: -.5rem;
	margin-right: -.5rem;
}

.masonry-grid-container .masonry-grid-item.video {
	margin-bottom: 1rem;
}

.masonry-grid-container .masonry-grid-item {
	padding-left: .5rem;
	padding-right: .5rem;
	margin-bottom: 1rem;
	width: calc(100% / 3);
	display: flex;
}

.masonry-grid-container .testimonial-card {
	padding: 1.5rem;
	border: 1px solid rgba(0, 0, 0, .16);
}

.masonry-grid-container .testimonial-card.white-bg {
	background-color: #f4f4f4 !important;
}

.masonry-grid-container .testimonial-card .brand-logo {
	height: 1.625rem;
	max-width: fit-content;
}

.masonry-grid-container .testimonial-card p {
	margin: 0;
	margin-top: 2rem;
	font-size: 1.125rem;
	line-height: 1.44;
	color: #3a3a3a;
}

.masonry-grid-container .testimonial-author-container {
	display: flex;
	align-items: center;
	margin-top: 1.5rem;
}

.masonry-grid-container .testimonial-author-container img {
	height: 3rem;
	width: 3rem;
	border-radius: 2rem;
	margin-right: 1rem;
}

.masonry-grid-container .testimonial-author-container .name {
	font-size: 1.125rem;
}

.masonry-grid-container .testimonial-author-container .designation {
	font-size: 1rem;
	margin-top: .25rem;
	color: #3a3a3a;
}

.masonry-grid-container .testimonial-card.video {
	padding: 0;
	display: flex;
	border: none;
	height: 100%;
	flex-direction: column;
	cursor: pointer;
	width: 100%;
}

.masonry-grid-container .testimonial-card.video iframe {
	display: flex;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all ease .3s;
}

.masonry-grid-container .video-testimonial-top-content {
	display: flex;
	border: none;
	width: 100%;
	height: 224px;
	min-height: 224px;
}

.masonry-grid-container .video-testimonial-top-content > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.masonry-grid-container .testimonial-card.video .overlay-content-container {
	padding: 1.5rem;
	background: linear-gradient(0deg, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .45) 100%);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	transition: all ease .3s;
}

.masonry-grid-container .testimonial-card.video.video-is-playing iframe {
	opacity: 1;
}

.masonry-grid-container .testimonial-card.video .overlay-content-container .overlay-logo {
	height: 1.5rem;
	max-width: 116px;
	flex-shrink: 1;
	transition: all ease .2s;
	object-fit: contain;
}

.masonry-grid-container .testimonial-card.video.video-is-playing .overlay-content-container {
	opacity: 0;
	pointer-events: none;
}

.masonry-grid-container .testimonial-card.video .overlay-content-container .bottom-content {
	display: flex;
	width: 100%;
	justify-content: space-between;
	font-size: 1.125rem;
	align-items: center;
}

.masonry-grid-container .testimonial-card.video .overlay-content-container .video-control-container {
	height: 3rem;
	position: absolute;
	right: 6%;
	bottom: 10%;
	transition: all ease .3s;
	transform: translateX(0) translateY(0);
	transform-origin: center center;
}

.masonry-grid-container .testimonial-card.video .overlay-content-container .play-icon {
	height: 50px;
	width: 50px;
	object-fit: contain;
}

.masonry-grid-container .testimonial-card.video:hover .overlay-content-container .video-control-container {
	right: 50%;
	bottom: 50%;
	transform: translateX(50%) translateY(50%);
	height: 3.75rem;
}

.masonry-grid-container .testimonial-card.video.video-is-playing .overlay-content-container .video-control-container {
	opacity: 0;
	transform-origin: center;
}

.masonry-grid-container .testimonial-card.video .overlay-content-container .author-container {
	transition: all ease .3s;
}

.masonry-grid-container .testimonial-card.video:hover .overlay-content-container .author-container {
	opacity: 0;
	transform: scale(.95);
}

.masonry-grid-container .testimonial-card.video:hover .overlay-content-container .overlay-logo {
	opacity: 0;
	transform: scale(.9);
}

.moengage-startups-main .swiper-pagination {
	position: unset;
	padding-top: 25px;
}

.moengage-startups-main .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #40ff8b;
}

.moengage-startups-main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #06a6b7;
}

@media (max-width: 999px) {
	.masonry-grid-container .masonry-grid-item {
		width: calc(100% / 2);
	}
	
	.masonry-grid-container .testimonial-card p {
		font-size: 1rem;
		line-height: 1.625;
		margin-top: 1.55rem;
	}
	
	.masonry-grid-container .testimonial-author-container .name {
		font-weight: 500;
	}
	
	.masonry-grid-container .testimonial-card.video .overlay-content-container .bottom-content {
		font-size: 1rem;
	}
}

@media (max-width: 649px) {
	.masonry-grid-container .masonry-grid-item {
		width: 100%;
	}
}

/* End Masonry grid */

/** Moengage startup header & footer **/
.header-moengage-startup .startup-nav-bg {
	background: #fafaf2;
}

.header-moengage-startup .navbar-container .navbar-nav .nav-link, .header-moengage-startup .navbar-container .navbar-nav .nav-item {
	color: var(--moengage-blue) !important;
	font-weight: 500;
}

.header-moengage-startup .navbar-brand img {
	filter: unset;
}

.header-moengage-startup .nav-top-col li:not(:last-child)::after {
	background-color: var(--moengage-blue) !important;
}

.header-moengage-startup .nav-top-col {
	border-bottom: 1px solid var(--accent);
}

.header-moengage-startup .moe-navbar-nav > li:last-child {
	padding-right: 0;
}

.header-moengage-startup .hamburger .line {
	background-color: var(--accent);
}

.header-moengage-startup .moe-navbar-nav li .nav-link::after {
	background-color: var(--moengage-blue);
}

.header-moengage-startup .moe-navbar-container.show {
	height: auto;
}

.footer-moengage-startup {
	padding: 2rem 0 !important;
	background-color: var(--moengage-blue) !important;
	color: var(--white) !important;
}

.footer-moengage-startup .moengage-startup-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-moengage-startup .footer-site-icon img {
	height: 27px;
}

.footer-moengage-startup .footer-site-icon img, .footer-moengage-startup ul li {
	margin: 0;
}

.footer-moengage-startup .copy-right, .footer-moengage-startup ul li {
	font-size: .9rem !important;
	font-weight: 100;
}

.footer-moengage-startup .footer-flex-row {
	display: flex;
	gap: 46px;
}

@media (max-width: 1199.98px) {
	.header-moengage-startup .moe-navbar-nav > li {
		padding: 2rem !important;
	}
	
	.footer-moengage-startup .moengage-startup-flex {
		display: grid;
		gap: 1.5em;
	}
	
	.footer-moengage-startup .footer-site-icon img {
		display: block;
	}
	
	.footer-moengage-startup .footer-legal-links {
		margin: 0 !important;
		row-gap: .7em;
	}
}

@media (max-width: 649px) {
	.footer-moengage-startup .footer-flex-row {
		display: grid;
		gap: 15px;
	}
}

/** End  Moengage startup header & footer **/

/** whatsapp roi **/
body.page-template-whatsapp-roi-php .more-security-wrapper {
	padding: 7rem 0;
}

body.page-template-whatsapp-roi-php .whatsapp-roi-html-content.pt-7 {
	padding-top: 7rem;
}

body.page-template-whatsapp-roi-php .blog-section {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

body.page-template-whatsapp-roi-php .blog-section .container-lg {
	padding: 0 .75rem;
}

body.page-template-whatsapp-roi-php #customer-stories-observer .customer-stories-section-container {
	padding: 0 0 6rem;
}

body.page-template-whatsapp-roi-php .w-roi-main .faq-wrapper .container-lg {
	max-width: 1320px;
}

@media (max-width: 649px) {
	body.page-template-whatsapp-roi-php .whatsapp-roi-html-content.pt-7 {
		padding-top: 4rem;
	}
}

/** End whatsapp roi **/

/** Economic Impact Whitepaper **/
.ec-main-page .ec-top-banner {
	background-image: url("https://nitrocdn.com/lPdPiSKyFszhocOmwSaWwELodnnFnZFA/assets/images/optimized/rev-3eca6ef/www.moengage.com/wp-content/themes/moengagewp/./assets/images/economic-banner-desktop.webp");
	background-repeat: no-repeat;
	background-size: 110vw;
	background-color: #f2fafb;
	background-size: cover;
	background-position: center center;
}

.ec-main-page .ec-top-banner.nitro-lazy {
	background-image: none !important;
}

.ec-main-page .ec-top-banner .main-banner-row {
	text-align: left;
	padding: 5.25rem 0 10rem;
	color: #fff;
	position: relative;
}

.ec-main-page .ec-top-banner .main-banner-row .page-tag {
	margin-bottom: 1.6rem;
}

.ec-main-page .ec-top-banner .hero-main-header {
	font-size: 3.125rem;
	line-height: 1.125;
	min-height: unset;
	margin-bottom: 1.6rem;
}

.ec-main-page .ec-top-banner .hero-main-description {
	margin: 0 0 1.75rem;
}

.ec-main-page .ec-top-banner .right-col-img-container {
	width: 950px;
	width: 67%;
	max-width: 100%;
	position: absolute;
	right: -7%;
	top: -10px;
}

.ec-main-page .ec-top-banner .right-col-img-container img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}

.ec-main-page .ec-cust-engmnt-main {
	background-color: #dffafa;
	padding: 5rem 0;
}

.ec-main-page .ec-cust-engmnt-main .section-content-title {
	color: #001447;
	font-size: 3.125rem;
}

.ec-main-page .ec-cust-engmnt-main ul.ec-cust-engmnt-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ec-main-page .ec-cust-engmnt-main ul.ec-cust-engmnt-list li {
	display: flex;
	align-items: center;
	font-size: 1.2em;
	line-height: 1.6;
	align-items: flex-start;
	margin-bottom: 1rem;
	color: #001447;
}

.ec-main-page .ec-cust-engmnt-main ul.ec-cust-engmnt-list li::before {
	content: "";
	display: inline-flex;
	min-height: 20px;
	min-width: 20px;
	background-image: url("https://nitrocdn.com/lPdPiSKyFszhocOmwSaWwELodnnFnZFA/assets/images/source/rev-3eca6ef/www.moengage.com/wp-content/themes/moengagewp/./assets/images/check-accent.svg");
	background-repeat: no-repeat;
	background-size: 20px;
	position: relative;
	margin-inline-end: 1rem;
	margin-top: 7px;
}

.ec-main-page .ec-cust-engmnt-main .calculator-cta:hover {
	color: var(--moengage-blue);
}

.ec-main-page .ec-caclculator-main {
	background-color: #f2fafb;
	padding: 5.25rem 0 3.25rem;
}

.ec-main-page .ec-caclculator-main .section-content-title {
	font-weight: normal;
}

.ec-main-page .ec-caclculator-main .section-content-container, .ec-main-page .ec-caclculator-main .section-content-container p {
	font-size: 1.1rem;
}

.ec-main-page .ce-main-calculator {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	width: 100%;
	border-radius: 20px 0 0 20px;
	align-items: center;
}

/* .ec-main-page .ce-main-calculator .ec-cal-left{ transform: matrix(0, -1, 1, 0, 0, 0); background-color: #001447; color: #A3EDC1;border-radius: 20px 20px 0 0; padding: 0.6rem; font-size: 1.6rem;width: max-content;margin-left: -50%;text-align: center;}*/
.ec-main-page .ce-main-calculator .ec-cal-left {
	transform: matrix(0, -1, 1, 0, 0, 0);
	background-color: #001447;
	color: #a3edc1;
	border-radius: 20px 20px 0 0;
	padding: .6rem;
	font-size: 1.6rem;
	text-align: center;
	position: absolute;
	left: -7.5%;
	top: 125px;
	padding: 1.3rem 5rem;
}

.ec-main-page .ce-main-calculator .ec-cal-left h2 {
	font-size: 1.5rem;
	padding: 0rem 3rem;
	font-weight: 300;
	text-align: left;
}

.ec-main-page .ce-main-calculator .ec-cal-right {
	padding: 2.5rem;
	border: 1px solid #001447;
	background: #dffafa;
}

.ec-main-page .ce-main-calculator .ec-cal-right .ec-field-label, .ec-main-page .ce-main-calculator .ec-expres-field .ec-field-label {
	color: #001447;
	font-size: 15px;
	line-height: 1.19;
	font-weight: 500;
	margin: .7rem 0;
}

.ec-main-page .ce-main-calculator .ec-cal-right .form-control, .ec-main-page .ce-main-calculator .ec-expres-field .form-control {
	font-weight: 500;
	border: 1px solid #001447;
	border-radius: 10px;
	color: #001447;
	font-size: 16px;
	text-align: center;
	height: 46px;
	width: 85%;
}

.ec-main-page .ce-main-calculator .ec-cal-right .ec-form-text, .ec-main-page .ce-main-calculator .ec-cal-right .ec-form-text {
	color: #757575;
	font-size: 12px;
	line-height: 1.5;
	margin: 7px 0 0;
}

.ec-main-page .ce-main-calculator .ec-cal-right .position-relative::after {
	content: "";
	background: url("https://nitrocdn.com/lPdPiSKyFszhocOmwSaWwELodnnFnZFA/assets/images/optimized/rev-3eca6ef/www.moengage.com/wp-content/themes/moengagewp/./assets/images/plus-icon.svg") no-repeat;
	position: absolute;
	top: 60px;
	left: -30px;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.ec-main-page .ce-main-calculator .ec-cal-right .col-sm-2:first-child .position-relative::after, .ec-main-page .ce-main-calculator .ec-expres-field .position-relative::after {
	display: none;
	opacity: 0;
}

.ec-main-page .ce-main-calculator .ec-cal-right .fold-open {
	display: none;
}

.ec-main-page .ce-main-calculator .ec-expres-field {
	padding: 2.5rem;
	background-color: var(--accent);
}

.ec-main-page .ce-main-calculator .ec-expres-field .ec-field-label {
	color: #fff;
}

.ec-main-page .ec-expected-result {
	padding: 1rem 3rem;
	border-bottom: 10px solid #a3edc1;
	background-color: var(--accent);
}

.ec-main-page .ec-expected-result h2, .ec-main-page .ec-expected-result a {
	font-size: 1.32rem;
	font-weight: 300;
}

.ec-main-page .ec-expected-result h2 {
	display: flex;
	align-items: center;
	color: #a3edc1;
	cursor: pointer;
	position: relative;
}

.ec-main-page .ec-expected-result a {
	display: flex;
	align-items: center;
}

.ec-main-page .ec-expected-result h2::after {
	content: "";
	display: flex;
	min-width: 25px;
	min-height: 25px;
	width: 25px;
	height: 25px;
	border-radius: 14px;
	background-image: url("https://nitrocdn.com/lPdPiSKyFszhocOmwSaWwELodnnFnZFA/assets/images/source/rev-3eca6ef/www.moengage.com/wp-content/themes/moengagewp/./assets/images/arrow-green-outline.svg");
	background-position: center;
	background-repeat: no-repeat;
	transition: all ease .3s;
	margin-left: .75rem;
}

.ec-main-page .ec-expected-result h2.is-active::after {
	transform: scaley(-1);
}

.ec-main-page .ce-main-calculator .ec-expres-footer .grid-flex-container {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	padding: 1rem;
}

.ec-main-page .ce-main-calculator .ec-expres-footer .row > * {
	padding: 0;
}

.ec-main-page .ce-main-calculator .ec-expres-footer .left-col {
	background-color: var(--moengage-blue);
}

.ec-main-page .ce-main-calculator .ec-expres-footer .right-col {
	background-color: #a3edc1;
}

.ec-main-page .ce-main-calculator .ec-expres-footer .grid-flex-container .grid-text {
	color: #fff;
	font-size: 1rem;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

.ec-main-page .ce-main-calculator .ec-expres-footer .grid-flex-container.right-col .grid-text {
	color: #001447;
}

.ec-main-page .ce-main-calculator .ec-expres-footer .grid-flex-container .grid-count {
	color: #ffb833;
	font-weight: 600;
	font-size: 1.5rem;
	padding: 0;
	margin: 0;
}

.ec-main-page .ce-main-calculator .ec-expres-footer .grid-flex-container.right-col .grid-count {
	color: #001447;
}

.ec-main-page .ce-main-calculator .calculate-roi-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: .25rem;
	border: 1px solid transparent;
}

.ec-main-page .ce-main-calculator .calculate-roi-flex .left-col {
	text-align: left;
}

.ec-main-page .ce-main-calculator .calculate-roi-flex .left-col p {
	margin: 0 0 -8px 0;
	color: #001447;
	font-size: 1.2rem;
}

.ec-main-page .ce-main-calculator .calculate-roi-flex .left-col span {
	color: #757575;
	font-size: 12px;
	line-height: 1.5;
	margin: 7px 0 0;
}

.ec-main-page .ce-main-calculator .calculate-roi-flex .cal-roi-estimate {
	display: none;
	flex: auto;
	align-items: center;
	justify-content: space-around;
}

.ec-main-page .ce-main-calculator .calculate-roi-flex .extimate-roi-total {
	color: #00237c;
	font-size: 1.7rem;
	margin: 0;
	padding: 0;
}

.ec-main-page .ce-main-calculator .ec-expres-field, .ec-main-page .ce-main-calculator .ec-expres-footer {
	display: none;
}

.ec-main-page .ce-main-calculator.is-active .ec-expres-field, .ec-main-page .ce-main-calculator.is-active .ec-expres-footer {
	display: inherit;
}

.ec-main-page .ce-main-calculator.is-active .ec-expected-result h2::after {
	transform: scaley(-1);
}

.ec-main-page .ce-main-calculator.is-active .ec-expected-result {
	border: none;
}

.ec-main-page .ce-main-calculator.is-active .ec-cal-right .fold-open {
	display: block;
}

.ec-main-page .ce-main-calculator.is-active .ec-cal-right .fold-close {
	display: none;
}

.ec-main-page .ce-main-calculator.is-active .calculate-roi-flex .cal-roi-estimate {
	display: flex;
}

.ec-main-page .ce-main-calculator.is-active .calculate-roi-flex {
	border: 1px solid #001447;
}

.ec-main-page .ce-main-calculator .cal-roi-estimate-mobile {
	display: none;
}

.ec-main-page .ce-main-calculator .ec-cal-right .ec-expres-mob-field {
	display: none;
}

.ec-main-page .ce-main-calculator input.form-control:disabled {
	background-color: #fff;
}

@media (max-width: 649px) {
	.ec-main-page .ec-top-banner {
		background-image: url("https://nitrocdn.com/lPdPiSKyFszhocOmwSaWwELodnnFnZFA/assets/images/optimized/rev-3eca6ef/www.moengage.com/wp-content/themes/moengagewp/./assets/images/economic-banner-mobile.webp");
	}
	
	.ec-main-page .ec-top-banner .hero-main-header {
		font-size: 2.25rem;
		line-height: 1.25;
	}
	
	.ec-main-page .ec-top-banner .main-banner-row {
		text-align: left;
		padding: 3.25rem 0 5.25rem;
	}
	
	.ec-main-page .ec-top-banner .right-col-img-container {
		width: 110%;
		max-width: 110%;
		position: unset;
	}
	
	.ec-main-page .ec-cust-engmnt-main {
		background-color: #dffafa;
		padding: 3rem 0;
	}
	
	.ec-main-page .ec-cust-engmnt-main .section-content-title {
		font-size: 2.063rem;
		margin-bottom: 2rem;
	}
	
	.ec-main-page .ec-caclculator-main {
		padding: 1.25rem 0 3.25rem;
	}
	
	.ec-main-page .ec-caclculator-main .section-content-title {
		font-size: 2.5rem;
	}
	
	.ec-main-page .ec-caclculator-main .section-content-container {
		margin-top: 2rem;
	}
	
	.ec-main-page .ec-caclculator-main .section-content-image img {
		rotate: 90deg;
	}
	
	.ec-main-page .ce-main-calculator {
		margin-top: 8rem;
		overflow: unset;
	}
	
	.ec-main-page .ce-main-calculator .ec-cal-left {
		transform: unset;
		position: absolute;
		left: 0;
		top: -60px;
		width: 100%;
		padding: 1.3rem 0;
	}
	
	.ec-main-page .ce-main-calculator .ec-cal-right {
		padding: 3rem 2rem 2rem;
	}
	
	.ec-main-page .ce-main-calculator .ec-cal-right .ec-field-label br {
		display: none;
		opacity: 0;
	}
	
	.ec-main-page .ce-main-calculator .ec-cal-right .form-control {
		width: 100%;
		height: 55px;
	}
	
	.ec-main-page .ce-main-calculator .ec-cal-right .position-relative::after {
		top: -30px;
		left: 50%;
	}
	
	.ec-main-page .ce-main-calculator .ec-expres-field {
		display: none !important;
	}
	
	.ec-main-page .ec-expected-result {
		padding: 1.5rem 0;
	}
	
	.ec-main-page .ec-expected-result h2, .ec-main-page .ec-expected-result a {
		font-size: 1.2rem;
		justify-content: center;
	}
	
	.ec-main-page .ec-expected-result a {
		margin-top: .7rem;
	}
	
	.ec-main-page .ce-main-calculator .ec-expres-footer .grid-flex-container {
		display: grid;
		align-items: center;
		gap: 1.5rem;
		text-align: center;
		padding: 2.5rem 0;
	}
	
	.ec-main-page .ce-main-calculator .ec-expres-footer .grid-flex-container .grid-text {
		font-size: 1.7rem;
		line-height: 1.5;
	}
	
	.ec-main-page .ce-main-calculator .ec-expres-footer .grid-flex-container .grid-count {
		font-size: 3rem;
	}
	
	.ec-main-page .ce-main-calculator .calculate-roi-flex {
		border: none !important;
	}
	
	.ec-main-page .ce-main-calculator .calculate-roi-flex a {
		width: 100%;
	}
	
	.ec-main-page .ce-main-calculator .calculate-roi-flex .cal-roi-estimate {
		display: none !important;
	}
	
	.ec-main-page .ce-main-calculator .ec-cal-right .fold-open {
		display: none !important;
	}
	
	.ec-main-page .ce-main-calculator .ec-cal-right .fold-close {
		display: block !important;
	}
	
	.ec-main-page .ce-main-calculator .ec-cal-right .ec-field-label, .ec-main-page .ce-main-calculator .ec-expres-field .ec-field-label {
		font-size: 1rem;
	}
	
	.ec-main-page .ce-main-calculator .ec-cal-right .ec-form-text, .ec-main-page .ce-main-calculator .ec-cal-right .ec-form-text {
		font-size: 10px;
		position: absolute;
		top: 68px;
		margin: 0px 10px;
		width: 100%;
		text-align: center;
	}
	
	.ec-main-page .ce-main-calculator.is-active .cal-roi-estimate-mobile {
		display: block;
	}
	
	.ec-main-page .ce-main-calculator .cal-roi-estimate-mobile {
		background-color: var(--accent);
		padding: 1.5rem 0;
		color: #fff;
		text-align: center;
	}
	
	.ec-main-page .ce-main-calculator .cal-roi-estimate-mobile .mobile-roi-header {
		background-color: var(--moengage-blue);
		border-radius: 20px 20px 0px 0px;
		padding: 1rem;
		font-size: 2.5rem;
	}
	
	.ec-main-page .ce-main-calculator .cal-roi-estimate-mobile .mobile-grid-container {
		background: #fff;
		border-radius: 0 0 20px 20px;
		padding: 1rem;
		text-align: center;
	}
	
	.ec-main-page .ce-main-calculator .cal-roi-estimate-mobile .mobile-grid-container p {
		color: #001447;
		font-size: 2.3rem;
		line-height: 1.2;
		font-weight: 400;
	}
	
	.ec-main-page .ce-main-calculator .cal-roi-estimate-mobile .mobile-grid-container span {
		color: #757575;
		font-size: 1.1rem;
	}
	
	.ec-main-page .ce-main-calculator .cal-roi-estimate-mobile .mobile-grid-container h2 {
		color: #00237c;
		margin: 1.5rem 0 1rem;
		font-size: 4.3rem;
		font-weight: 400;
	}
	
	.ec-main-page .ce-main-calculator .ec-cal-right .ec-expres-mob-field {
		display: none;
		margin: .5rem 0 .5rem;
	}
	
	.ec-main-page .ce-main-calculator.is-active .ec-cal-right .ec-expres-mob-field {
		display: block;
	}
	
	.ec-main-page .ce-main-calculator .ec-cal-right .position-relative {
		margin-bottom: 2.3rem;
	}
	
	.ec-main-page .ce-main-calculator .ec-cal-right .col-sm-2:first-child .ec-expres-mob-field {
		margin-bottom: 0;
	}
	
	.ec-main-page .ce-main-calculator .ec-cal-right .ec-expres-mob-field p {
		color: #001447;
		margin-bottom: .3rem;
		text-align: center;
		font-size: .9rem;
	}
	
	.ec-main-page .ce-main-calculator .ec-cal-right .ec-expres-mob-field .form-control, .ec-main-page .ce-main-calculator .ec-cal-right .ec-expres-mob-field .form-control::placeholder {
		background: var(--moengage-blue);
		color: #fff;
		font-size: 1.3rem;
	}
	
	.ec-main-page .ce-main-calculator .form-control {
		color: #001447;
		background-color: #a3edc1;
		font-size: 1.3rem !important;
	}
	
	.ec-main-page .ce-main-calculator .form-control::placeholder {
		font-size: 1rem;
	}
	
	.ec-main-page .ec-top-banner.nitro-lazy {
		background-image: none !important;
	}
}

@media (min-width: 650px) and (max-width: 992px) {
	.ec-main-page .ec-top-banner .hero-main-header {
		font-size: 2.25rem;
		line-height: 1.25;
	}
	
	.ec-main-page .ec-top-banner .main-banner-row {
		text-align: left;
		padding: 3.25rem 0 5.25rem;
	}
	
	.ec-main-page .ec-top-banner .right-col-img-container {
		width: 60%;
		max-width: 100%;
		position: absolute;
		right: -7%;
		top: 60px;
	}
	
	.ec-main-page .ec-cust-engmnt-main .section-content-title {
		font-size: 2.8rem;
	}
	
	.ec-main-page .ce-main-calculator {
		margin-top: 6rem;
		overflow: unset;
	}
	
	.ec-main-page .ce-main-calculator .ec-cal-left {
		transform: unset;
		position: absolute;
		left: 0;
		top: -60px;
		width: 100%;
		padding: 1.3rem 0;
	}
	
	.ec-main-page .ce-main-calculator .col-sm-11.offset-sm-1 {
		margin: 0;
		width: 100%;
	}
	
	.ec-main-page .ec-expected-result {
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		padding: 1rem 1rem;
	}
	
	.ec-main-page .ec-expected-result a {
		justify-content: center;
	}
	
	.ec-main-page .ce-main-calculator .ec-cal-right, .ec-main-page .ce-main-calculator .ec-expres-field {
		padding: 2.5rem 1rem;
	}
	
	.ec-main-page .ce-main-calculator .ec-cal-right .col-sm-2, .ec-main-page .ce-main-calculator .ec-expres-field .row > * {
		margin: 0 !important;
		width: 20%;
	}
	
	.ec-main-page .ce-main-calculator .ec-cal-right .col-sm-10 {
		margin: 0 !important;
		width: 100%;
	}
	
	.ec-main-page .ce-main-calculator .ec-expected-result.row > * {
		margin: 0 !important;
		width: 50%;
	}
	
	.ec-main-page .ce-main-calculator .ec-cal-right .ec-field-label, .ec-main-page .ce-main-calculator .ec-expres-field .ec-field-label {
		font-size: 13px;
	}
	
	.ec-main-page .ec-expected-result h2, .ec-main-page .ec-expected-result a {
		font-size: 1.2rem;
	}
	
	.ec-main-page .ce-main-calculator .ec-cal-right .form-control, .ec-main-page .ce-main-calculator .ec-expres-field .form-control {
		font-size: 14px;
	}
	
	.ec-main-page .ce-main-calculator .ec-expres-footer .grid-flex-container {
		justify-content: space-around;
	}
	
	.ec-main-page .ce-main-calculator.is-active .ec-expres-field .form-control {
		width: 100%;
	}
}

/** Industry caraousel **/
.industry-section-container .industry-thumb-slider .swiper-slide img {
	filter: unset;
	opacity: 1;
}

.industry-section-container .industry-thumb-slider .swiper-slide {
	padding-bottom: 1rem;
}

.industry-section-container .industry-thumb-slider .swiper-slide.swiper-slide-thumb-active {
	border-bottom: .375rem solid var(--moengage-blue);
}

/** platform detail btn grounp **/
.platform-banner-fold-cta {
	display: flex;
	gap: 1em;
}

@media (max-width: 992px) {
	.platform-banner-fold-cta {
		display: block;
		margin-bottom: 1rem;
	}
	
	.platform-banner-fold-cta a.btn {
		margin: 0;
		margin-bottom: .6rem;
	}
	
	.platform-banner-fold-cta a.btn:last-child {
		margin-bottom: 0;
	}
}

/** footer footer-legal-links menu **/

/* .footer .footer-legal-links{ margin-top: 3rem; }
.footer .footer-legal-links .footer-parent-menu{ font-weight: 500;}
.footer .footer-legal-links ul.moe-accordion-content{ margin-left: 0.3rem;margin-top: 0.5rem;}
.footer .footer-legal-links ul.moe-accordion-content li{ margin: 0.7rem 0;}
.footer .footer-legal-links ul.moe-accordion-content li:last-child{ margin-bottom: 0 !important;}
.footer .footer-legal-links ul.moe-accordion-content li:before{ content: "–"; margin-right: 8px;}
@media (max-width: 649px){
  .footer .footer-legal-links{ margin-top: 0; }
}*/
.footer .footer-legal-links ul.moe-accordion-content {
	display: none !important;
}

.page-scrollable-contant-section ul.page-iiner-links {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 1.4rem;
	font-weight: 500;
	color: var(--moengage-blue);
}

.page-scrollable-contant-section ul.page-iiner-links li {
	margin: .5rem;
}

.page-scrollable-contant-section ul.page-iiner-links li a {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.page-scrollable-contant-section ul.page-iiner-links li a:hover {
	text-decoration: underline !important;
	color: var(--moengage-blue);
}

.page-scrollable-contant-section ul.page-iiner-links li a:hover img {
	background: var(--yellow);
	border-radius: 50%;
	padding: 0;
	margin: 0;
}

/* privacy policy custom css */
.ot-sdk-container .ot-sdk-cookie-policy-title {
	display: none;
	opacity: 0;
}

.ot-sdk-container h4 {
	color: var(--gray) !important;
	margin: 0 0 1rem !important;
}

.ot-sdk-container p, .ot-sdk-container #cookie-policy-description {
	color: var(--gray) !important;
	margin: 0 0 2rem !important;
	line-height: 1.5 !important;
	font-size: 1rem !important;
}

.ot-sdk-container table thead tr th {
	background: #00237c !important;
	color: #fff !important;
	padding: 1rem !important;
	vertical-align: top;
	font-weight: 500;
}

.ot-sdk-container table tbody tr td {
	padding: 1rem !important;
}

.ot-sdk-container table tbody tr td, .ot-sdk-container table tbody tr td a {
	color: var(--gray) !important;
	font-size: 1rem !important;
	text-decoration: none !important;
}

.ot-sdk-container table tbody tr td a:hover {
	color: #0a58ca !important;
}

/* End privacy policy custom css */

/* channel page */
.channel-page-main .channel-hero-section .channel-yt-container {
	margin-bottom: 2rem;
	margin-top: 3rem;
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.channel-page-main .channel-hero-section .channel-yt-container .channel_yt_iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.channel-page-main .channel-hero-section .channel-video-blocks.hero-main-section {
	background: none;
}

.channel-page-main .channel-section-title-container {
	font-size: 3.125rem;
	max-width: 736px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: var(--accent);
	margin-bottom: 4.875rem;
}

@media (max-width: 649px) {
	.channel-page-main .channel-hero-section .channel-yt-container {
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media (max-width: 991.98px) {
	.channel-page-main .channel-section-title-container {
		font-size: 2.063rem;
		margin-bottom: 3.25rem;
		line-height: 1.3;
	}
}

/* channel page */

/* case study single page */
.case-study-template-page-wrapper .case-study-main section.case-study-testimonial-section {
	overflow-x: hidden;
}

.case-study-template-page-wrapper .case-study-main .show-read-more-container .expand-more-text {
	display: none;
}

.case-study-template-page-wrapper .case-study-main .more-security-wrapper {
	background-color: #ecf0f8;
	background-image: none;
	padding: 7rem 0;
}

.case-study-template-page-wrapper .case-study-main .more-security-wrapper.nitro-lazy {
	background-image: none !important;
}

.case-study-template-page-wrapper .case-study-main .more-security-wrapper .section-title-container .section-title {
	color: var(--accent);
	margin-bottom: 30px;
	font-size: 2.5rem;
}

.case-study-template-page-wrapper .case-study-main .product-info-section .col-right ul {
	padding-top: .4375rem;
}

.case-study-template-page-wrapper .case-study-main .product-info-section .col-right ul li {
	align-items: flex-start;
}

.case-study-template-page-wrapper .case-study-main .product-info-section .col-right ul li * {
	display: contents;
}

.case-study-template-page-wrapper .case-study-main .product-info-section .col-right ul li::before {
	content: " ";
	background-image: url("https://nitrocdn.com/lPdPiSKyFszhocOmwSaWwELodnnFnZFA/assets/images/optimized/rev-3eca6ef/www.moengage.com/wp-content/themes/moengagewp/./assets/images/case-study-images/checkbox.svg");
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	min-width: 25px;
	min-height: 25px;
	transition: all ease .3s;
	margin-right: .55rem;
	margin-top: 3px;
}

.case-study-template-page-wrapper .case-study-main .case-study-hero .btn-group-container .gated_cta {
	margin-left: 1.2rem;
	color: #fff;
}

.case-study-template-page-wrapper .case-study-main .case-study-hero .btn-group-container .gated_cta::after {
	background-color: #fff;
}

.case-study-template-page-wrapper.content-dark .case-study-main .case-study-hero .btn-group-container .gated_cta {
	color: var(--accent);
}

.case-study-template-page-wrapper.content-dark .case-study-main .case-study-hero .btn-group-container .gated_cta:after {
	background-color: transparent;
}

.case-study-template-page-wrapper .case-study-main .case-study-hero-img-container img:first-child {
	width: 96.3%;
}

@media (max-width: 649px) {
	.case-study-template-page-wrapper .case-study-main .case-study-hero .btn-group-container .gated_cta {
		margin: 0 .5rem;
	}
}

@media (min-width: 650px) and (max-width: 991.98px) {
	.case-study-template-page-wrapper .case-study-main .case-study-hero .btn-group-container .gated_cta {
		margin-left: 0;
	}
}

/* case study single page */

/* Industry remavp page chnages */
body.page-template-template-industry-revamp .industry-page.revamp .tabs-content-container ul {
	list-style: none;
}

body.page-template-template-industry-revamp .industry-page.revamp .tabs-content-container ul li {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 1.15rem;
	margin-bottom: .5rem;
}

body.page-template-template-industry-revamp .industry-page.revamp .tabs-content-container ul li::before {
	content: "";
	display: flex;
	min-width: 20px;
	min-height: 20px;
	width: 20px;
	height: 20px;
	background-image: url("https://nitrocdn.com/lPdPiSKyFszhocOmwSaWwELodnnFnZFA/assets/images/source/rev-3eca6ef/www.moengage.com/wp-content/themes/moengagewp/./assets/images/check-blue-tick.svg");
	background-position: center;
	background-repeat: no-repeat;
	transition: all ease .3s;
	margin-left: 0;
	margin-right: .3rem;
	background-color: #ecf0f8;
	border-radius: 4px;
}

/* End industry remavp page chnages */

/* Hub page css changes */
body.page-template-archive-hub .hubpage-hero-banner {
	background-repeat: no-repeat;
	background-color: #f3efe7;
	background-size: cover;
	background-position: center center;
}

body.page-template-archive-hub .hubpage-hero-banner .section-title-container {
	text-align: center;
	padding-top: 75px;
	padding-bottom: 75px;
}

body.page-template-archive-hub .hubpage-hero-banner .section-title-container .section-title {
	font-size: 58px;
	font-weight: 450;
	--tw-text-opacity: 1;
	color: rgba(0, 20, 71, var(--tw-text-opacity));
	letter-spacing: -.03em;
	line-height: 1.13;
}

body.page-template-archive-hub .hubpage-hero-banner .section-title-container .section-title span {
	background-color: #635bff;
	color: #fff;
	padding: 0 5px;
}

body.page-template-archive-hub .hubpage-hero-banner .section-title-container p {
	margin: 0 auto !important;
	font-size: 1.125rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgba(40, 44, 48, var(--tw-text-opacity));
	text-align: center;
}

body.page-template-archive-hub .main-navigation-v2-top-bar, body.page-template-archive-hub .main-navigation-v2 .main-navigation-v2-bg-shape {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 239, 230, var(--tw-bg-opacity));
}

body.page-template-archive-hub .main-navigation-v2.mega-menu-is-open .main-navigation-v2-bg-shape {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

body.page-template-archive-hub .hubpage-main .card-section {
	background-color: unset;
	padding-top: 0;
}

body.page-template-archive-hub .hubpage-main .tab-bar-with-search {
	padding: 30px 0;
	top: 120px;
	position: inherit;
}

@media (max-width: 649px) {
	body.page-template-archive-hub .hubpage-hero-section {
		padding: 80px 0 !important;
		background-image: unset !important;
	}
	
	body.page-template-archive-hub .hubpage-hero-section.hubpage-hero-banner .section-title-container .section-title {
		font-size: 36px;
		line-height: 1.3;
		letter-spacing: -.03em;
		margin-bottom: 1rem;
	}
	
	body.page-template-archive-hub .hubpage-hero-banner .section-title-container p {
		width: 100%;
		font-size: 14px;
		line-height: 18px;
	}
	
	body.page-template-archive-hub .hubpage-hero-banner .section-title-container {
		padding: 0;
	}
	
	body.page-template-archive-hub .hubpage-main .tab-bar-with-search {
		padding: 25px 0;
	}
	
	body.page-template-archive-hub .tab-bar-with-search {
		top: 50px !important;
	}
	
	body.page-template-archive-hub .tab-bar-with-search .search-bar {
		width: 70%;
		margin-right: 3px;
		margin-left: auto;
	}
}

/* End Hub page css changes */

/*  Buttom subscribe global section */
.resources-subscribe-section {
	padding: 7.25rem 0 !important;
	background-color: #f3efe7 !important;
	background-image: unset !important;
}

.resources-subscribe-section .hubspot-form-container .hs-form-field .hs-form-required {
	color: #2a2a2a;
}

@media (max-width: 649px) {
	.resources-subscribe-section {
		padding: 5.5rem 0 !important;
	}
}

/* End buttom subscribe global section */

/* Resources filrst fold hero section */
.resources-hero-section {
	background-image: unset !important;
}

/* End resources filrst fold hero section */

/* custom hubspot form design */
.hs-field-grid-style fieldset.form-columns-2 {
	flex-direction: row !important;
}

.hs-field-grid-style fieldset.form-columns-2 .hs-form-field {
	width: 100% !important;
}

.hs-field-grid-style .inputs-list.multi-container {
	list-style: none;
	margin: 1rem 0 0rem .5rem;
	width: 100%;
}

.hs-field-grid-style .inputs-list.multi-container .hs-input {
	width: 20px !important;
	height: 20px !important;
	margin-right: .7rem;
}

@media (max-width: 649px) {
	.hs-field-grid-style fieldset.form-columns-2 {
		flex-direction: column !important;
	}
	
	.hs-field-grid-style .inputs-list.multi-container .hs-input {
		width: 16px !important;
		height: 16px !important;
	}
}

/* End custom hubspot form design */
.bg-primary-alabaster {
	background-color: #f3efe6 !important;
}

.border-primary-alabaster {
	border-bottom: 1px solid #ccc2ab !important;
}

.bg-accent-blue {
	background-color: #001447 !important;
}

body.single-post .pillar-main-section h3 {
	font-size: 1.5rem;
	margin-bottom: .5rem;
}

body.single-post .pillar-main-section h4 {
	font-size: 1.35rem;
	color: var(--primary-dark-teal);
	margin-bottom: .5rem;
}

body.page-template-archive-casestudy .case-study-page .hero-section-white {
	background-image: none;
}

body.page-template-archive-casestudy .case-study-page .hero-section-white.nitro-lazy {
	background-image: none !important;
}

body.page-template-archive-casestudy .green-section .contact-section-container {
	background-image: none;
	padding-bottom: 8.125rem;
}

body.page-template-archive-casestudy .green-section .contact-section-container.nitro-lazy {
	background-image: none !important;
}

body.page-template-archive-casestudy .case-study-img-overlay img {
	width: 150px;
}

@media (max-width: 649px) {
	body.page-template-archive-casestudy .green-section .contact-section-container {
		padding-bottom: 5.625rem;
	}
}

/* case study navigation */
.case-study-template-page-wrapper:not(.content-dark) .desktop-nav-cta-wrapper .transparent-button {
	color: var(--white);
}

.case-study-template-page-wrapper:not(.content-dark) .desktop-nav-cta-wrapper .header-transparent-button-separator {
	background-color: var(--white);
}

.case-study-template-page-wrapper:not(.content-dark) .mega-menu-is-open .desktop-nav-cta-wrapper .transparent-button {
	color: var(--black60);
}

.case-study-template-page-wrapper:not(.content-dark) .mega-menu-is-open .desktop-nav-cta-wrapper .header-transparent-button-separator {
	background-color: rgba(0, 0, 0, .2);
}

@media (max-width: 649px) {
	.case-study-template-page-wrapper:not(.content-dark) .main-navigation-v2-link-item {
		color: var(--v2-default-text-color) !important;
	}
	
	.case-study-template-page-wrapper:not(.content-dark) .main-navigation-v2-link-item-arrow img, .case-study-template-page-wrapper:not(.content-dark) .v2-logo-container img {
		filter: unset !important;
	}
}
