body, html
{	
	font-family: nunito, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	text-align: center;
	color: #ffffff;
	margin: 0;
	box-sizing: border-box;
	background-color: #210646;
}
h1, h2, h3, h4, h5, h6
{
	font-family: nunito, sans-serif;
	font-weight: 900;
	font-style: normal;
}
h1
{
	font-size: 3.2rem;
	line-height: 3.2rem;
	margin-bottom: 10px;
}
h2
{
	font-size: 2.4rem;
	line-height: 2.4rem;
}
h3
{
	font-size: 2.2rem;
	line-height: 2.2rem;
}
div
{
	box-sizing: border-box;
}
a
{
	color: inherit;
	text-decoration: none;
}
img
{
	max-width: 100%;
}
.row
{
	width: 100%;
	margin: 0 auto;
}
.row:after
{
	display: block;
	clear: both;
	float: none;
	content: '';
}
.container
{
	max-width: 1900px;
	margin: 0 auto;
}
button
{
	width: 100%;
	max-width: 700px;
	font-family: nunito, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #7D26D5;  
  padding: 15px;
  border: none;
  border-radius: 18px;  
  margin: 30px 0 0;
  cursor: pointer;
}
.tar
{
	text-align: right;
}
.bold
{
	font-family: nunito, sans-serif;
	font-weight: 900;
	font-size: 1.8rem;
  margin: 10px 0;
}
.hidden-ss 
{
  display: none !important;
}
.logo
{
	position: relative;
	padding-top: 30px;
	background-color: #210646;
	z-index: 2;
}
.logo svg, .logo-footer svg
{
	max-width: 250px;
}
.inner
{
	width: 92%;
	max-width: 600px;
	margin: 0 auto;
}
#landing-left
{
	position: relative;
  z-index: 2;
}
#questions .half
{
	width: 100%;
}
select, input
{
	display: block;
	position: relative;
	width: 100%;
	text-align: left;
	font-family: nunito, sans-serif;
	font-size: 16px;
	color: #ffffff;
	padding: 15px;
	border-radius: 20px;
	border: 1px solid #7D26D5;
	margin: 30px 0 10px;
	background-color: #7D26D5;
	z-index: 100;
	outline: none;
	-webkit-appearance: auto;
	border-right: 12px solid #7D26D5;
}
#mobile-hero
{
	margin-top: -45px;
	width: 100%;
}
#mobile-hero img
{
	width: 100%;
}
#results
{
	display: none;
	position: relative;
	padding-top: 50px
}
#results-main
{
	background-color: #210646;
}
#result-heading-wrapper
{
	position: absolute;
	top: 20px;
}
#result-heading-wrapper .inner
{
	max-width: none;
}
#result-heading
{
  margin: 0 auto 10px;
}
#result-heading-wrapper button
{
	display: none;
}
#result-data
{
	background-image: url(images/results-hero-silouette.svg);
	background-size: 95%;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 20px 0 30px;
	margin-top: 280px;
}
#result-data .inner
{
	width: 50%;
	margin-top: 130px;
}
.half
{
	float: left;
	width: 50%;
	padding: 5px;
}
#result-data .inner .half p
{
	color: #210446;
	margin: 0;
}
.center
{
	float: none;
	margin: 0 auto;
}
#results-stats
{

}
.stats-spacer
{
	height: 30px;
	background-image: url(images/stats-waves.svg);
	background-repeat: no-repeat;
	margin-top: -10px;
  margin-bottom: -10px;
}
#stats-content
{
	padding: 20px 0;
	background-color: #7D26D5;
}
#stats-content h2, #stats-content p
{
	margin: 0;
	padding: 25px 0;
}
#quote
{
	background-color: #ffffff;
	padding: 40px 0;
	overflow: hidden;
}
#quote h3
{
	color: #210646;
	max-width: 800px;
	margin: 20px auto;
}
#diamond-lilac
{
  position: absolute;
  left: 15px;
  width: 30px;
  margin-top: -20px;
}
#quote-text
{
	position: relative;
	text-align: left;
	background-color: #210646;
	padding: 160px 25px 30px;
  border-radius: 40px;
  margin-top: -130px;
}
#diamond-purple
{
  width: 40px;
  position: absolute;
  right: -20px;
  margin-top: -60px;
}
#quote-text h4
{
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 15px;
}
#quote-text h4 span
{
	font-weight: 900;
}
#quote-text h5
{
	font-size: 3.8rem;
  margin: 10px 0 -40px;
}
#diamond-red
{
  position: absolute;
  left: -17px;
  width: 34px;
  margin-top: -150px;
}
#profile-outer
{
	position: relative;
	background-color: #4F1D89;
	border-radius: 20%;
	padding: 25px;
	width: 260px;
	height: 260px;
	margin: 0 auto;
	z-index: 1;
}
#profile-inner
{
	background-image: url(images/giulia.png);
	background-color: #7D26D5;
	background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
	border-radius: 20%;
	width: 210px;
	height: 210px;
}
.owl-carousel
{
	overflow: hidden;
	text-align: left;
	margin: 30px 0;
}
.owl-carousel .item
{
	padding: 15% 35px;
  border-radius: 20px;
  min-height: 250px;
}
.owl-carousel .owl-item:not(.active)
{
	opacity: 0.4;
}
.owl-carousel #slide1
{
	background-color: #210646;
	color: #FD9DA0;
}
.owl-carousel #slide2
{
	background-color: #E0C9FD;
	color: #7D26D5;
}
.owl-carousel #slide3
{
	background-color: #A478FA;
	color: #ffffff;
}
.owl-carousel h4
{
	margin: 0;
	padding: 10px 0;
	font-size: 2.4rem;
	font-weight: 700;
}
.owl-carousel .owl-item .item p
{
	padding-top: 0 !important;
}
.owl-carousel button
{
	position: absolute;
  top: 32%;
  display: block !important;
  width: auto;
  font-size: 2.5rem !important;
}
.owl-carousel .owl-prev
{
  left: 5px;
}
.owl-carousel .owl-next
{
	right: 5px;
}

footer
{
	background-color: #FB4A50;
	padding: 10px auto;
}
@media screen and (min-width: 380px)
{
	body, html
	{	
		font-size: 16px;
	}
	#landing p
	{
		margin: 30px 0 45px;
	}
	#mobile-hero
	{
		position: absolute;
		bottom: 0;
	}
}
@media screen and (min-width: 768px)
{	
	#result-data {
    background-size: 100%;
    padding: 20px 0 40px;
    margin-top: 180px;
  }
  #result-data .inner 
  {
    margin-top: 320px;
	}
}
@media screen and (min-width: 820px)
{
	
  .owl-carousel .item
	{
	  min-height: 280px;
	}
}
@media screen and (min-width: 1024px)
{
	html,body
	{
		font-size: 18px;
	}
	.hidden-ss 
	{
	  display: block !important;
	}
	.hidden-ls
	{
		display: none !important;
	}
	h1
	{
		font-weight: 900;
		margin-bottom: 10px;
	}
	.half 
	{
    padding: 15px;
	}
	#wrapper
	{
		text-align: left;
		min-height: 100vh;
		background-image: url(images/desktop-bg.svg);		
		background-size: cover;
    background-position: left -30px;
    background-color: #210646;
    background-repeat: no-repeat;
    z-index: -1;
	}
	.logo
	{
		text-align: left;
		background-color: #E0C9FD;
		padding-left: 60px;
	}
	.logo svg path
	{
		fill: #210646;
	}
	#landing
	{
		
	}
	#questions
	{
		margin-bottom: 0;
	}
	.half-desktop
	{
		float: left;
		width: 50%;
		padding: 50px 0 0;
	}
	#questions-left
	{
		text-align: left;
		padding: 0;
	}
	/*.inner 
	{
	  width: 70%;
	  max-width: 600px;
	}*/
	#landing-left
	{
		margin-top: 40px;
	}
	#landing-left .inner
	{
		margin: 0;
    padding-left: 60px;
	}
	#results
	{
		padding: 0;
	}
	#results-main
	{
		overflow: hidden;
	}
	#result-data
	{
		width: 45%;
		margin-top: 0;
	}
	#result-data .inner
	{
		width: 45%;
		margin-top: 200px;
	}
	#result-heading-wrapper
	{
		position: relative;
		text-align: left;
		width: 55%;
		margin-top: 10vh;
	}
	#result-heading-wrapper .inner
	{
		max-width: 800px;
	}	
	#result-heading
	{
		text-align: left;
	}
	#results-stats
	{
    position: relative;
    z-index: 2;
	}
	#answer-info
	{
		width: 90%;
	}
	#quote
	{
		padding: 60px 0;
	}
	#quote .inner
	{
		max-width: 1000px;
	}
	#profile-outer
	{
		width: 300px;
    height: 300px;
    margin: 270px 0 0;
	}
	#profile-inner
	{
		width: 250px;
    height: 250px;
	}
	#quote-text 
	{
    padding: 30px 60px 60px 180px;
    margin-top: -490px;
    margin-left: 150px;
	}
	#diamond-lilac
	{
		left: 2px;
		margin-top: 200px;
	}
	#diamond-lilac2
	{
		position: absolute;
    right: 150px;
    width: 35px;
    margin-top: -20px;
	}
	#diamond-purple
	{
		right: auto;
    margin-top: 500px;
    left: -80px;
	}
	#diamond-red
	{
		margin-top: -400px;
	}
	#diamond-red2
	{
		position: absolute;
    right: -23px;
    width: 46px;
    margin-top: -20px;
	}
	.owl-carousel .item
	{
	  min-height: 294px;
	}
}
@media screen and (min-width: 1200px)
{
	#result-heading-wrapper button
	{
		display: block;
		max-width: 400px;
	}
	#result-data .inner 
	{
    margin-top: 220px;
	}
}
@media screen and (min-width: 1360px)
{
	h2 
	{
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
	.half-desktop
	{
    padding: 90px 0 0;
	}
	#landing-hero
	{
		min-height: 40vh;
	}
	#landing-left
	{
		margin-top: 80px;
	}
	#landing-left .inner
	{
		width: 68%;
	}
	select, input
	{
		margin-bottom: 30px;
		font-size: 18px;
	}
	#result-data
	{
		width: 50%;
		background-size: 90%;
	}
	#result-data .inner
	{
		margin-top: 260px;
	}
	#result-data .half img
	{
		max-width: 160px;
	}
	#result-heading-wrapper
	{
		width: 50%;
	}
	#stats-content
	{
		padding: 40px 0;
	}
	#quote
	{
		padding: 80px 0;
	}
	#quote .inner
	{
		position: relative;
		max-width: 1200px;
	}
	#quote-text 
	{
    padding: 30px 80px 60px 180px;
  }
	.owl-carousel 
	{
    margin: 50px 0;
	}
	.owl-carousel .item
	{
	  min-height: 320px;
	}
	#diamond-red {
    margin-top: -360px;
	}
}
@media screen and (min-width: 1600px)
{
	html,body
	{
		font-size: 20px;
	}
	#wrapper
	{
		background-position: center -80px;
	}
	#result-data .inner 
	{
    margin-top: 340px;
  }
  .owl-carousel .item 
  {
    min-height: 300px;
	}
	#diamond-red {
    margin-top: -480px;
	}
}
@media screen and (min-width: 1800px)
{
}
@media screen and (min-width: 2000px)
{
}