.marketingSection {
	background-color: #ffffff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	overflow: hidden;
}

.faq_link {
	color: #ffffff;
}

.marketingSection__overview {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 48px 17.5% 144px;
	width: 100%;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 32px;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: -webkit-gradient(
		linear,
		left bottom, left top,
		from(rgba(252, 186, 191, 0.22)),
		to(rgba(224, 154, 210, 0.22))
	);
	background: -webkit-linear-gradient(
		bottom,
		rgba(252, 186, 191, 0.22),
		rgba(224, 154, 210, 0.22)
	);
	background: linear-gradient(
		0deg,
		rgba(252, 186, 191, 0.22),
		rgba(224, 154, 210, 0.22)
	);
}

.marketingSection__overview__description {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 24px;
	line-height: 36px;
	font-family: 'Source Sans Pro', serif;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	color: rgba(0, 0, 0, 0.66);
}

.marketingSection__overview__featureImages {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 56px;
	margin-top: 40px;
}

.marketingSection__featureImageWithDescriptionContainer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	max-width: 164px;
}

.marketingSection__pixelatedImageContainer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 80px;
	width: 80px;
	position: relative;
}

.marketingSection__pixelatedImage {
	-ms-interpolation-mode: nearest-neighbor;
	    image-rendering: -webkit-optimize-contrast;
	    image-rendering: -moz-crisp-edges;
	    image-rendering: -o-pixelated;
	    image-rendering: pixelated;
	position: absolute;
	z-index: 2;
}

.marketingSection__pixelatedImage.withBottomMargin {
	margin-bottom: 16px;
}

.marketingSection__pixelatedImage__roundBackground {
	position: absolute;
	border-radius: 50%;
	background: rgba(209, 188, 245, 1);
	z-index: 1;
	height: 64px;
	width: 64px;
}

.marketingSection__pixelatedImage__description {
	font-family: 'Dosis', serif;
	font-style: normal;
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
	text-align: center;
	letter-spacing: 0.003em;
	color: rgba(0, 0, 0, 0.7);
}

.marketingSection__featureImageDescription {
	font-family: 'Dosis', serif;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	text-align: center;
	letter-spacing: 0.003em;
	color: rgba(0, 0, 0, 0.66);
}

.marketingSection__features {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 17.5% 0;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	z-index: 1;
}

.marketingSection__faq {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 32px 17.5%;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 32px;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.marketingSection__backToTop {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	z-index: 2;
	bottom: 24px;
	right: 24px;
	width: 110px;
	height: 78px;
	position: fixed;
	-o-object-fit: contain;
	   object-fit: contain;
}

.marketingSection__featureWrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 48px;
	gap: 80px;
}

.marketingSection__featureWrapper.reverse {
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.marketingSection__featureWrapper.withTopMargin {
	margin-top: 48px;
}

.marketingSection__featureImage {
	-o-object-fit: contain;
	   object-fit: contain;
	width: 360px;
	height: 340px;
	z-index: 1;
}

.marketingSection__featureDescriptionWrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	z-index: 1;
	gap: 32px;
}

.marketingSection__featureDescriptionWrapper.reverse {
	text-align: right;
}

.marketingSection__combinedHeadline {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 8px;
}

.marketingSection__combinedHeadline__headline {
	font-family: 'Source Sans Pro', serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 16px;
	color: #af8de9;
}

.marketingSection__combinedHeadline__subline {
	font-family: 'Dosis', serif;
	font-style: normal;
	font-weight: 800;
	font-size: 40px;
	line-height: 48px;
	color: rgba(0, 0, 0, 0.7);
	letter-spacing: 0.003em;
	z-index: 1;
}

.centeredText {
	text-align: center;
}

.marketingSection__descriptionText {
	font-family: 'Source Sans Pro', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	color: rgba(0, 0, 0, 0.75);
}

.marketingSection__separationLine {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: rgba(227, 227, 227, 1);
	width: 35%;
	height: 2px;
}

.marketingSection__separationLine.left {
	-webkit-align-self: flex-start;
	    -ms-flex-item-align: start;
	        align-self: flex-start;
}

.marketingSection__separationLine.right {
	-webkit-align-self: flex-end;
	    -ms-flex-item-align: end;
	        align-self: flex-end;
}

.marketingSection__button {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 12px;
	height: 48px;
	width: 200px;
	text-align: center;
	cursor: pointer;
	padding-left: 24px;
	padding-right: 24px;
	border-color: #ffffff;
	border-style: solid;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #ffffff;
	font-weight: bold;
	z-index: 1;
	margin-top: 32px;
	background: -webkit-gradient(linear, left top, left bottom, from(#af8de9), to(#996ce6));
	background: -webkit-linear-gradient(top, #af8de9, #996ce6);
	background: linear-gradient(to bottom, #af8de9, #996ce6);
}

.marketingSection__button:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#886ecd), to(#6e4dc3));
	background: -webkit-linear-gradient(top, #886ecd, #6e4dc3);
	background: linear-gradient(to bottom, #886ecd, #6e4dc3);
}

.marketingSection__faq {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 144px 17.5% 0px;
	gap: 48px;
	margin-top: 96px;
	background: #3e3148;
}

.marketingSection__faq__headline {
	font-family: 'Dosis', serif;
	font-style: normal;
	font-weight: 800;
	font-size: 32px;
	line-height: 40px;
	color: #ffffff;
	letter-spacing: 0.003em;
}

.marketingSection__faq__headlineWithImageWrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	gap: 12px;
}

.marketingSection__faq__accordionContainer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.marketingSection__faq__item__button {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 8px;
	cursor: pointer;
	padding-top: 24px;
	padding-bottom: 24px;
	width: 100%;
	text-align: left;
	background: #3e3148;
	border: none;
	outline: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.marketingSection__faq__item__panel {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	text-align: justify;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.2s ease-out;
	transition: max-height 0.2s ease-out;
}

.marketingSection__faq__linedivider {
	width: 100%;
	background: -webkit-gradient(
		linear,
		left top, right top,
		from(rgba(217, 217, 217, 0.5)),
		to(rgba(217, 217, 217, 0))
	);
	background: -webkit-linear-gradient(
		left,
		rgba(217, 217, 217, 0.5) 0%,
		rgba(217, 217, 217, 0) 100%
	);
	background: linear-gradient(
		90deg,
		rgba(217, 217, 217, 0.5) 0%,
		rgba(217, 217, 217, 0) 100%
	);
}

.marketingSection__cloudSeparatorContainer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: relative;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.marketingSection__cloudSeparatorContainer.top {
	margin-top: 90px;
}

.marketingSection__cloudSeparatorContainer.bottom {
	margin-top: -90px;
}

.marketingSection__cloud {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	-o-object-fit: contain;
	   object-fit: contain;
	border-radius: 50%;
	z-index: 0;
	background: #ffffff;
}

.marketingSection__cloud.medium {
	width: 50vw;
	height: 300px;
	margin-left: -30vw;
	margin-top: -150px;
}

.marketingSection__cloud.medium.left {
	margin-left: -30vw;
}
.marketingSection__cloud.medium.right {
	margin-left: -20vw;
}

.marketingSection__cloud.big {
	width: 75vw;
	height: 325px;
	margin-left: -37.5vw;
	margin-top: -162.5px;
}

.marketingSection__faq__question {
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: rgba(255, 255, 255, 1);
}

.marketingSection__faq__answer {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.8);
	white-space: pre-wrap;
}

.marketingSection__faq__arrow {
	width: 24px;
	height: 24px;
	opacity: 0.75;
	-o-object-fit: contain;
	   object-fit: contain;
	rotate: 180deg;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.marketingSection__faq__item__button__question {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 8px;
}

.marketingSection__faq__question__image {
	max-width: 24px;
	max-height: 18px;
	image-rendering: high-quality;
	-o-object-fit: contain;
	   object-fit: contain;
}

.upside-down {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

/* XS & S */
@media (max-width: 991px) {
	.marketingSection__cloud {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		-o-object-fit: contain;
		   object-fit: contain;
		border-radius: 50%;
		z-index: 0;
		background: #ffffff;
	}

	.marketingSection__cloud.medium.left {
		margin-left: -30vw;
		margin-top: -120px;
		width: 75vw;
		height: 150px;
	}
	.marketingSection__cloud.medium.right {
		margin-left: -75vw;
		margin-top: -150px;
		width: 130vw;
		height: 250px;
	}

	.marketingSection__cloud.medium.left.bottom {
		margin-left: -30vw;
		margin-top: 0;
		width: 100vw;
		height: 150px;
	}

	.marketingSection__cloud.medium.right.bottom {
		margin-left: -45vw;
		margin-top: 10px;
		width: 70vw;
		height: 120px;
	}

	.marketingSection__cloud.big {
		visibility: hidden;
	}

	.marketingSection__overview {
		padding: 32px 5% 144px;
	}

	.marketingSection__featureImageWithDescriptionContainer {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		max-width: 100%;
	}

	.marketingSection__pixelatedImage__description {
		font-size: 20px;
		line-height: 26px;
	}

	.marketingSection__separationLine {
		visibility: hidden;
	}

	.marketingSection__overview__featureImages {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-top: 0px;
	}

	.marketingSection__features {
		padding: 0px 5% 0px;
	}

	.marketingSection__featureWrapper {
		gap: 0px;
		-webkit-flex-direction: column-reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.marketingSection__featureWrapper.withTopMargin {
		margin-top: 8px;
	}

	.marketingSection__featureWrapper.reverse {
		-webkit-flex-direction: column-reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}

	.marketingSection__combinedHeadline {
		text-align: center;
	}

	.marketingSection__combinedHeadline__headline {
		font-size: 16px;
		line-height: 16px;
	}

	.marketingSection__combinedHeadline__subline {
		font-size: 26px;
		line-height: 36px;
	}

	.marketingSection__descriptionText {
		font-size: 18px;
		line-height: 25px;
		text-align: center;
	}

	.marketingSection__backToTop {
		visibility: hidden;
	}

	.marketingSection__container {
		padding: 0px 24px;
	}

	.marketingSection__headline {
		font-size: 24px;
		line-height: 36px;
	}
	.marketingSection__separationLine {
		width: 25%;
	}
	.marketingSection__button {
		margin-bottom: 32px;
	}
	.marketingSection__faq {
		padding: 96px 5% 0;
	}
	.marketingSection__faq__headline {
		font-size: 24px;
		line-height: 36px;
	}
	.marketingSection__faq__headlineWithImageWrapper {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 8px;
	}
	.marketingSection__faq__accordionContainer {
		padding: 0px 24px;
	}
	.marketingSection__faq__question {
		font-size: 14px;
		line-height: 18px;
	}
	.marketingSection__faq__answer {
		font-size: 14px;
		line-height: 18px;
	}
	.marketingSection__featureImage {
		margin-bottom: 32px;
	}
}

@media (-webkit-max-device-pixel-ratio: 0.99) {
	.marketingSection__separationLine {
		height: 4px;
	}

	.marketingSection__faq__linedivider {
		height: 3px;
	}
}

@media (-webkit-min-device-pixel-ratio: 1) {
	.marketingSection__faq__linedivider {
		height: 1px;
	}
}

@media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 96dpi) {
	.marketingSection__faq__question__image {
		content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9btSIVETOIiGSoThZERRy1CkWoEGqFVh1MLv0QmjQkKS6OgmvBwY/FqoOLs64OroIg+AHi6uKk6CIl/i8ptIjx4Lgf7+497t4BwVqJaVbbGKDptplKxMVMdkUMv6IDAnoRxpDMLGNWkpLwHV/3CPD1Lsaz/M/9ObrVnMWAgEg8wwzTJl4nntq0Dc77xAIryirxOfGoSRckfuS64vEb54LLQZ4pmOnUHLFALBZaWGlhVjQ14kniqKrplB/MeKxy3uKslSqscU/+wkhOX17iOs1BJLCARUgQoaCCDZRgI0arToqFFO3HffwDrl8il0KuDTByzKMMDbLrB/+D391a+YlxLykSB9pfHOdjGAjvAvWq43wfO079BAg9A1d601+uAdOfpFebWvQI6NkGLq6bmrIHXO4A/U+GbMquFKIZzOeB9zP6pizQdwt0rXq9NfZx+gCkqavkDXBwCIwUKHvN592drb39e6bR3w85vnKQWYVKQAAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAN1wAADdcBQiibeAAAAAd0SU1FB+cGFQ0cD1ECAAgAAAGWSURBVDjL3ZSxa1NhFMV/99b4kqp00NJCiTVgB0kQsYFCoWMpKE7iJoiruCkVHOusf4BFqFvpLohZFBpw6JjS0A4pUVAQlEjte8bkHYdiqG2pibwuveN3D+dwv3PPhSMu+xdgZUWpc5nolovbgitgadA3YBn0fLTQX/5vgQ+V6GJsLCKNHwJ7eSJK3xsp2nZPArW18ILHLCNGuviH0pcwfb1YtF97W34QXpJZzEJX5ABiejATPe56gnolmhF63aOf204zmy0MfD1QYGNDQaoZ3ge7YaIAnO11YyRemfuj0Xyw+pdAtaoz6VZUMphIYC/bhmbP5/ufdTzItH7OJUK+40efZE/rlWgGwCU5prtJB0zSQwCvVX4MIgaSj7CNA7idPtUAWskfCTUBPJezCPHmCI7Q247JsfwBRiNB8hD8SUcgdzmoetungPJukOCFGe8PN9MaoN1PH+OYa3+ysC/JtdWtYenkUOp7aj07aaGW1Fe/FN4Eu4NxFRgGPoGVTcxnC0Fpcy2c8LaNgX3e8uBdPm9Njk39BuL0kBHieOXlAAAAAElFTkSuQmCC);
	}

	.marketingSection__featureImage.featureImage0 {
		content: url(/static/k3/v1/resources/images/flirty_chat.0896fe7d.png);
		width: 353px;
		height: 326px;
	}

	.marketingSection__featureImage.featureImage1 {
		content: url(/static/k3/v1/resources/images/online_spielen.b21f2da1.png);
		width: 343px;
		height: 320px;
	}

	.marketingSection__featureImage.featureImage2 {
		content: url(/static/k3/v1/resources/images/online_freunde_finden.45254249.png);
		width: 320px;
		height: 320px;
	}

	.marketingSection__featureImage.featureImage3 {
		content: url(/static/k3/v1/resources/images/online_chatten.fed92cf2.png);
		width: 360px;
		height: 340px;
	}

	.marketingSection__backToTop {
		content: url(/static/k3/v1/resources/images/backtotop_icon.b483f3b9.png);
	}
}

@media (-webkit-min-device-pixel-ratio: 1.01), (-webkit-min-device-pixel-ratio: 1.0104166666666667), (min-resolution: 97dpi) {
	.marketingSection__faq__question__image {
		content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAAjCAYAAAAE5VPXAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKdSURBVHgB7ZhfdtJAFMa/O0mx+OccfNdj8ixVWIGwgrIDcQXVFRRWoK6g7QqkK5AdgBSeg60+yzm2h3IIc50JDZZSaEggwDn8XoaQm+TLzM03dwbYshoIC8SpcQo7VwXBIgMS70DqmGHdPKpO4A4xV1yXTu1sso2ILES8Fm0mrg+k5I8gSgW5Rj24OmC3bO89qyIkkcVfnCnRkKWgou8RcDzooxxmJCKJP29ef2ao3o5OW/aRn/cFQos/b3WPmFHEwqCOhMjb6UQ96BUCIbho9Q4XK1zDKYHBN6fWtYJeMbd45+xvTrLK8eVgGTs4Cho8t3hBZuCbh4GB3K9m932Q2LnEO43LomosLJkBUAoSN5d4IcQB4sHS6flQkDnrpP54TJP3mYyMni2ZOYOYMMg8VE11Vsy9VqlF6w9H5x9WCatygqgybRKbEO/ULjPCFN/DzpjLQoI/2enHX27/NyZe97gwubZuwn0EofTydbLsH4+J/9nsOojBTaIg2c37xdzIbeKywajcnmdG4mO0wahYv1u9ff3DE+/U/qgcp9hsMCoDlgXdDnve3N0Y4RrfwkNVlatn6IZD8S7a2EA88d7spWYzbAhq9eYtWEZpI5lPsSEo8T90+z/nSRxjU+iTVyaMxNt7yarq/a9Yc/Rug1+kjbuN2yvhJp/WlLauMP2DMfF29nlH9nt5KeUJghDvRz6xPTLh8/oF7DdPilLiA08bBSVaMsrSTdo6Tt8YIeHhgqM9K0aniuzvZu/W9A/u23hbEYbMQPCwTO6jbmef1idiTBRVyaoXzhaC0TZglF6kE94oO41uUXlezhDilXeWqaO3BF330Ymdpc6Ul1osTuNK1x0FEvSW9CarvzZQo8VEdbWUVDZHFW0Q2LIlfv4B2qcFIlsbuFIAAAAASUVORK5CYII=);
	}

	.marketingSection__featureImage.featureImage0 {
		content: url(/static/k3/v1/resources/images/flirty_chat@2x.19060470.png);
		width: 332px;
		height: 330px;
	}

	.marketingSection__featureImage.featureImage1 {
		content: url(/static/k3/v1/resources/images/online_spielen@2x.0c51dabd.png);
		width: 341px;
		height: 320px;
	}

	.marketingSection__featureImage.featureImage2 {
		content: url(/static/k3/v1/resources/images/online_freunde_finden@2x.a40ec0ac.png);
		width: 320px;
		height: 320px;
	}

	.marketingSection__featureImage.featureImage3 {
		content: url(/static/k3/v1/resources/images/online_chatten@2x.dd3a5b31.png);
		width: 340px;
		height: 320px;
	}

	.marketingSection__backToTop {
		content: url(/static/k3/v1/resources/images/backtotop_icon@2x.ba851d1c.png);
	}
}
