.clone-yourself-button,
.clone-yourself-dropzone,
.clone-yourself-download-input-wrap input{
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.clone-yourself-button,
.clone-yourself-dropzone,
.clone-yourself-generating,
.clone-yourself-download,
.clone-yourself-download-body,
.clone-yourself-download-submit-wrap,
.clone-yourself-thank-you,
.clone-yourself-share{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.clone-yourself-button{
	flex-direction: row;
	width: fit-content;
	padding: 13px 30px;
	background: #F93576;
	border: 1px solid #F93576;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.clone-yourself-button:focus,
.clone-yourself-button:hover{
	background-color: #FFF;
	color: #F93576;
}

.clone-yourself-button.full-width{
	width: 100%;
}

.clone-yourself-button.icon:before{
	content: "";
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}

.clone-yourself-button.icon:not(:focus):not(:hover):before{
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.clone-yourself-button.icon.linkedin:before{
	background-image: url('images/linkedin-icon.svg?ver=1.0.0');
}

.clone-yourself{
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
}

.clone-yourself-left, 
.clone-yourself-right{
	position: relative;
}

.clone-yourself-left{
	border: 1px solid #F93576;
}

.clone-yourself-left-step{
	padding: 30px;
}

.clone-yourself-dropzone.dragover{
	background-color: rgba(249, 53, 118, 0.1);
}

.clone-yourself-dropzone input[type="file"]{
	position: absolute;
	width: 1px;
	
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.clone-yourself-dropzone-title{
	font-size: 36px;
	font-weight: 400;
	line-height: 1.1;
	color: #F93576;
	text-align: center;
	margin: 0 0 10px;
}

.clone-yourself-dropzone-subtitle{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #000000;
	text-align: center;
}

.clone-yourself-dropzone-upload{
	width: 100%;
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	color: #000000;
	text-align: center;
	background: url('images/upload-icon.svg') top center no-repeat;
	padding-top: 100px;
	margin-top: 50px;

	-webkit-background-size: auto 80px;
	-moz-background-size: auto 80px;
	background-size: auto 80px;
}

.clone-yourself-preview-inner,
.clone-yourself-preview-image{
	width: 100%;
	height: 100%;
}

.clone-yourself-preview-image{
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;

	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}

.clone-yourself-generating{
	height: 100%;
}

.clone-yourself-generating-lottie-wrap{
	position: relative;
	width: 150px;
	height: 120px;
}

.clone-yourself-generating-lottie{
	position: relative;
	top: 50%;
	left: 50%;
	width: 240%;
	height: auto;
	transform: translate(-50%, -50%);
}

.clone-yourself-generating-title{
	font-size: 30px;
	font-weight: 400;
	line-height: 1.4;
	color: #F93576;
	text-align: center;
	margin: 0;
}

.clone-yourself-download.loading{
	opacity: 0.5;
}

.clone-yourself-download-header,
.clone-yourself-download-body,
.clone-yourself-thank-you-header{
	width: 360px;
	max-width: 100%;
}

.clone-yourself-download-header,
.clone-yourself-thank-you-header{
	text-align: center;
	margin: 0 0 50px;
}

.clone-yourself-download-header h2,
.clone-yourself-download-header h3,
.clone-yourself-download-header h4,
.clone-yourself-thank-you-header h2,
.clone-yourself-thank-you-header h3,
.clone-yourself-thank-you-header h4{
	line-height: 1.25;
	font-weight: 400;
	margin: 0;
}

.clone-yourself-download-header h2,
.clone-yourself-thank-you-header h2{
	font-size: 36px;
	color: #F93576;
	margin-bottom: 10px;
}

.clone-yourself-download-header h3,
.clone-yourself-thank-you-header h3{
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
	color: #001F37;
}

.clone-yourself-download-header h4,
.clone-yourself-thank-you-header h4{
	font-size: 16px;
	color: #F93576;
}

.clone-yourself-download-input-wrap label{
	display: block;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 5px;
	cursor: pointer;
}

.clone-yourself-download-input-wrap input{
	width: 100%;
	height: 34px;
	padding: 0 10px;
	border: 1px solid #9EA1AA;
}

.clone-yourself-download-input-wrap input:focus{
	border-color: #F93576;
}

.clone-yourself-download-submit-wrap{
	padding-top: 40px;
}

.clone-yourself-download-error{
	padding-top: 20px;
	color: #cb0000;
	text-align: center;
}

.clone-yourself-result{
	position: relative;
	z-index: 200;
}

.clone-yourself-result-inner{
	width: 365px;
	max-width: 100%;
	margin: auto;
}

.clone-yourself-result-image{
	height: 0;
	padding-bottom: 100%;
	background-position: center center;
	background-repeat: no-repeat;

	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}

/* .clone-yourself-result img{
	display: block;
	width: 100%;
	height: auto;
} */

.clone-yourself-logos{
	padding-top: 20px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-row-gap: 10px;
	grid-column-gap: 15px;
}

.clone-yourself-logo-wrap img{
	width: 100%;
	height: 100%;
	object-position: center center;
	object-fit: contain;
}

.clone-yourself-share{
	padding-top: 20px;
}

.clone-yourself-share-title{
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3;
	text-align: center;
	margin: 0 0 10px;
}

@media( min-width: 1101px ){
	.clone-yourself-left, 
	.clone-yourself-right{
		min-height: 470px;
	}

	.clone-yourself-left-step,
	.clone-yourself-right-step{
		position: absolute;
		z-index: 10;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.clone-yourself-preview-mobile-title{
		display: none;
	}
}

@media( max-width: 1100px ){
	.container{
		width: 400px;
	}

	.clone-yourself-button {
		font-size: 16px;
	}

	.clone-yourself{
		grid-template-columns: 1fr;
		border: 1px solid #F93576;
	}

	.clone-yourself-right{
		order: 1;
	}

	.clone-yourself-left{
		order: 2;
		border: none;
	}

	.clone-yourself-left-step {
		padding: 15px;
	}

	.clone-yourself-dropzone-subtitle {
		font-size: 14px;
	}

	.clone-yourself-dropzone-upload {
		font-size: 1px;
		color: transparent;
		padding-top: 80px;
		margin-top: 25px;
		-webkit-background-size: auto 60px;
		-moz-background-size: auto 60px;
		background-size: auto 60px;
	}

	.clone-yourself-right-step{
		position: relative;
		padding: 30px 20px 0;
	}

	.clone-yourself-right-step:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 220px;
		background-color: #F93576;
	}

	.clone-yourself-dropzone-title{
		display: none;
	}

	.clone-yourself-preview-inner,
	.clone-yourself-result-inner{
		position: relative;
	}

	.clone-yourself-preview-mobile-title{
		font-size: 30px;
		line-height: 1.1;
		font-weight: 400;
		text-align: center;
		color: #FFF;
		margin: 0 0 15px;
	}

	.clone-yourself-preview-image,
	.clone-yourself-result-image{
		width: 230px;
		max-width: 100%;
		height: 195px;
		margin: auto;
		padding: 0;
		border: 4px solid #FFF;
		background-position: bottom center;
		background-repeat: no-repeat;

		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		background-size: 100% auto;
	}

	.clone-yourself-generating-title {
		font-size: 20px;
	}

	.clone-yourself-result-inner {
		width: auto;
	}

	.clone-yourself-result-image{
		height: 285px;
	}

	.clone-yourself-download-header, 
	.clone-yourself-download-body, 
	.clone-yourself-thank-you-header {
		width: 220px;
	}

	.clone-yourself-download-header, 
	.clone-yourself-thank-you-header {
		margin: 0 0 30px;
	}

	.clone-yourself-download-header h2, 
	.clone-yourself-thank-you-header h2 {
		font-size: 26px;
		margin-bottom: 5px;
	}

	.clone-yourself-download-header h3, 
	.clone-yourself-thank-you-header h3 {
		font-size: 16px;
	}

	.clone-yourself-download-header h4, 
	.clone-yourself-thank-you-header h4 {
		font-size: 14px;
	}

	.clone-yourself-download-submit-wrap {
		padding-top: 20px;
	}

	.clone-yourself-share-title {
		font-size: 14px;
		margin: 0 0 5px;
	}
}
