html { scroll-behavior: smooth; }


.ecommerce-study .hero {
	background: #0E0E25;
	padding: 150px 0 75px;	
}

.ecommerce-study .hero .buble-blue {
	background: #8979FF;
	filter: blur(40px);
	width: 167px;
	height: 167px;
	position: absolute;
	top: 0;
	right: 10%;
}

.ecommerce-study .hero .hero-img {
	position: relative;
	z-index: 3;
}

.ecommerce-study .hero .buble-yellow {
	background: #FFEF30;
	filter: blur(40px);
	width: 175px;
	height: 175px;
	bottom: 10%;
	left: 0;
	position: absolute;
}

.ecommerce-study .hero .content h1 {
	color: #FFF030;
	font-family: PlutoBold;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 46px;
	letter-spacing: -1.44px;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.ecommerce-study .hero .content .subtitle {
	color: #FFF;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 12px;
}

.ecommerce-study .hero .content .description {
	color: #FFF;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 43px;
}

.ecommerce-study .hero .content .logos-title {
	color: #8979FF;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 33.512px;
	margin-bottom: 7px;
}

.ecommerce-study .hero .content .logos {
	display: flex;
	gap: 15px;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.ecommerce-study .hero .content .btn {
	padding: 18px 40px;
	border-radius: 50px;
	background: #FFF031;
	text-transform: uppercase;
	color: #1B1851;
	text-align: center;
	font-family: PlutoBold;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

.ecommerce-study .hero .content .btn:hover {
	background: white;
}

.ecommerce-study .number {
	background: #8979FF;
	color: white;
	padding: 30px 0;
	text-align: center;
}

.ecommerce-study .number h2 {
	color: #FFF;
	text-align: center;
	font-family: PlutoBold;
	font-size: 22px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: -1.12px;
}

.ecommerce-study .statistics {
	background: white;
	padding: 50px 0;
}

.ecommerce-study .statistics .icon {
	margin-bottom: 26px;
}

.ecommerce-study .statistics .number-stat {
	color: #1B1851;	
	text-align: center;
	font-family: PlutoBold;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -1.12px;
	margin-bottom: 0;
}

.ecommerce-study .statistics .text {
	color: #1B1851;
	font-family: PlutoRegular;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -1.12px;
	margin-bottom: 0;
}

.ecommerce-study .form-section {
	background: #F5F5F5;
}

.ecommerce-study .form-section .content {
	padding: 60px 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ecommerce-study .form-section .content h2 {
	color: #1B1851;
	font-family: PlutoBold;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -1.12px;
	margin-bottom: 36px;
}

.ecommerce-study .form-section .content hr {
	height: 2px;
	background: #1B1851;
	width: 100%;
	max-width: 370px;
	margin-bottom: 36px;
	margin-left: 0;
}

.ecommerce-study .form-section .content .inner {
	margin-bottom: 35px;
}

.ecommerce-study .form-section .content .inner h3 {
	color: #4842C1;
	font-family: PlutoBold;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.8px;
	margin-top: 10px;
	margin-bottom: 23px;
}

.ecommerce-study .form-section .content .inner p {
	color: #000;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -1.12px;
}

.ecommerce-study .form-section .form {
	padding: 54px 60px 40px;
	border-radius: 12px;
	background: #0E0E25;
}

.ecommerce-study .form-section .form h2 {
	color: #FFF031;
	font-family: PlutoBold;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -1.12px;
	margin-bottom: 33px
}

.ecommerce-study .form-section .inner-form {
	padding: 60px 0;
}

.ecommerce-study .form-section .form p {
	color: #FFF;
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px;
	margin-bottom: 20px;
}

.ecommerce-study .form-section .form input:not([type='checkbox']) {
	border-radius: 7px;
	background: #FFF;
	padding: 15px 10px;
	width: 100%;
	border: 0;
	font-family: PlutoRegular;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: -0.65px;
}

.ecommerce-study .form-section .form input {
}

.ecommerce-study .form-section .form input::placeholder {
	color: #5A5A5A;
	font-family: PlutoRegular;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: -0.65px;
}

.ecommerce-study .form-section .form .inputs-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.ecommerce-study .form-section .form .inputs-list li {
	margin: 0;
}

.ecommerce-study .form-section .form .inputs-list li label {
	color: red;
	margin: 0;
}

.ecommerce-study .form-section .form input.hs-button {
	border-radius: 50px;
	background: #FFF031;
	color: #1B1851;
	text-align: center;
	font-family: PlutoBold;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	padding: 18px 40px;
}


.ecommerce-study .form-section .form input.hs-button:hover {
	background: white;
}


.ecommerce-study .form-section .legal-consent-container p {
	margin-bottom: 0;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20.4px;
	letter-spacing: -0.65px;
	margin-top: 10px;
}

.ecommerce-study .form-section .form .hs-form-booleancheckbox p {
	color: #FFF;
	font-family: PlutoRegular;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20.4px;
	letter-spacing: -0.65px;
}

.ecommerce-study .form-section .form .hs-form-booleancheckbox p a {
	color: white;
	text-decoration: underline;
}

.ecommerce-study .legal-consent-container .field.hs-form-field{margin-bottom:8px}

.ecommerce-study .legal-consent-container .hs-field-desc.checkbox-desc{margin:-12px 0 0 21px}

.ecommerce-study .legal-consent-container .hs-form-booleancheckbox-display input{float:left; margin-top: 10px; }

.ecommerce-study .legal-consent-container .hs-form-booleancheckbox-display>span{display:block;margin-left:20px}

.ecommerce-study .legal-consent-container .hs-form-booleancheckbox-display p{margin:0;display:inline}

.ecommerce-study .legal-consent-container .hs-error-msgs label{color:#f2545b}


.ecommerce-study .image-content {
	background: white;
	padding: 114px 0 20px;
}

.ecommerce-study .image-content .content {
	margin-bottom: 90px;
}

.ecommerce-study .image-content .content h2 {
	color: #1B1851;
	font-family: PlutoBold;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -1.12px;
	margin-bottom: 34px;
}

.ecommerce-study .image-content .content p {
	color: #000;
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px;
}

.ecommerce-study .cta-final {
	padding: 60px 0;
	background: #0E0E25;
}

.ecommerce-study .cta-final h2 {
	color: #8979FF;
	text-align: center;
	font-family: PlutoBold;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.56px;
	margin-bottom: 1px;
}

.ecommerce-study .cta-final p {
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.56px;
	margin-bottom: 24px;
}

.ecommerce-study .cta-final a {
	text-transform: uppercase;
	color: rgb(27, 24, 81);
	text-align: center;
	font-family: PlutoBold;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	padding: 18px 40px;
	border-radius: 50px;
	background: rgb(255, 240, 49);
}

.ecommerce-study .cta-final a:hover {
	background: white;
}

.ecommerce-study .cta-final .box {
	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
}

.ecommerce-study .reviews-section {
	background: white;
	padding-bottom: 90px;
}

.ecommerce-study .reviews-section .box {
	padding: 35px 40px;
	border-radius: 23.08px;
	border: 1.442px solid #DED6D6;
	background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(120, 123, 255, 0.06) 0%, rgba(120, 123, 255, 0.00) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.00) 54.17%, rgba(255, 255, 255, 0.04) 100%), linear-gradient(0deg, #181818 0%, #181818 100%), rgba(255, 255, 255, 0.05);	
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ecommerce-study .reviews-section .box .description {
	color: #FFF;
	font-family: Roboto;
	font-size: 17px;
	font-style: italic;
	font-weight: 700;
	line-height: 23.08px;
	margin-bottom: 44px;
}

.ecommerce-study .reviews-section .box .author {
	display: flex;
	gap: 22px;
}

.ecommerce-study .reviews-section .box .author img {
	width: 60px;
	height: 60px;
}

.ecommerce-study .reviews-section .box .author-text .name {
	color: #F4F0FF;
	font-family: Roboto;
	font-size: 22.413px;
	font-style: normal;
	font-weight: 500;
	line-height: 20.376px;
	margin-bottom: 2px;
}

.ecommerce-study .reviews-section .box .author-text .job {
	color: #F4F0FF;
	font-family: Roboto;
	font-size: 12.225px;
	font-style: normal;
	font-weight: 500;
	line-height: 20.376px;
	margin-bottom: 2px;
}

.ecommerce-study .reviews-section .box .author-text .business {
	color: #8979FF;
	font-family: Roboto;
	font-size: 16.301px;
	font-style: normal;
	font-weight: 500;
	line-height: 20.376px;
	margin-bottom: 2px;
}




/* THANK YOU PAGE */

.ecommerce-study-typ .hero {
	background: #0E0E25;
	padding: 102px 0 0;	
}

.ecommerce-study-typ .hero h1 {
	color: #FFF030;
	font-family: PlutoBold;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 46px;
	letter-spacing: -1.44px;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.ecommerce-study-typ .hero .img-hero {
	position: relative;
	z-index: 3;
}

.ecommerce-study-typ .hero .buble-blue {
	position: absolute;
	height: 230px;
	width: 230px;
	top: 0;
	right: 30%;
	background: #8979FF;
	filter: blur(55px);
}

.ecommerce-study-typ .content-section {
	padding: 40px 0 70px;
}

.ecommerce-study-typ .content-section h2 {
	color: #1B1851;
	text-align: center;
	font-family: PlutoBold;
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: -1.12px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 47px;
}

.ecommerce-study-typ .content-section .box {
	max-width: 685px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ecommerce-study-typ .content-section .box h3 {
	color: #0E0E25;
	text-align: center;
	font-family: PlutoRegular;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -1.12px;
	margin-bottom: 28px;
}

.ecommerce-study-typ .content-section .box p {
	color: #707070;
	text-align: center;
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -1.12px;
}

.ecommerce-study-typ .content-section .box .share-btn {
	border-radius: 46px;
	background: #8979FF;
	padding: 23px;
	color: #FFF;
	text-align: center;
	font-family: PlutoBold;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	border: none;
	width: 100%;
}

.ecommerce-study-typ .content-section .box .no-share-btn {
	border-radius: 46px;
	border: 2px solid #000;
	padding: 23px;
	color: #0E0E25;
	text-align: center;
	font-family: PlutoBold;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	
	width: 100%;
}
.ecommerce-study-typ .content-section .box .shared-content {
	margin-top: 44px;
	display: block;
	background: white;
	border-radius: 12px;
	padding: 33px 16px 40px;
	max-width: 624px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}

.ecommerce-study-typ .content-section .box .shared-content .rrss {
	margin-bottom: 30px;
}

.ecommerce-study-typ .content-section .box .shared-content .rrss img {
	width: 40px;
	height: 40px;
}

.ecommerce-study-typ .content-section .box h4 {
	color: #484859;
	font-family: PlutoRegular;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -1.12px;
	margin-bottom: 8px;
}

.ecommerce-study-typ .content-section .box h4 strong {
	font-family: PlutoBold;
	font-weight: 700;
}












.hs-form-8c79b6c5-fb08-46d2-85cc-1615908c8778 a {
	color: white !important;
}