/* ----------------- Section ----------------- */

section {
	/*
    height: 60vh;
	*/
    padding:0;
    color: #FFFFFF;
}

section h1 {
    padding: 0px;
    font-weight: 300;
}


section .layout {

	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 800px;
	height: 600px;
}

 
section .layout .row {
    display: flex;
	margin-left: auto;
    margin-right: auto;
	width:800px; /*ipad/ipad pro max-width 1024px */
}

/** iPads start **/
@media only screen
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	
section .layout .row {
    display: flex;
	margin-left: auto;
    margin-right: auto;
	width:100%; 
	
}	

	
}
/** iPads close **/

section .layout .column {
   display: inline-block;
	width:50%;
	
}
section .layout .column img {
	    height: 500px;
    width: 500px;
	margin: 0 0 0 -50px;
	}
section .layout .column1 {
     display: inline-block;
	width:50%;
	}
section .layout .column1 img {
		
			height: 100%;
	margin-left: auto;
	}	


.anchor{
	display: block;
	height: 100px;
	margin-top:100px;
	visibility: hidden;
}
/* ----------------- Utils ----------------- */

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

#s1 {
   background: #fff;
}

#s_m1 {
	
   background: #fff;
	padding: 0 0 40px;
}
#s3_1 {
  /*background: linear-gradient(180deg,#f6f4f1,#dcbbd9,#e2c5df,#f3f0f1);*/
	background: #f8fdff;

}
#s_m3_1{
 
	background: #f6f4f1;
		padding: 40px 0 0;
}

#s_m3_2 {
    /*background: linear-gradient(180deg,#f6f4f1,#dcbbd9,#e2c5df,#f3f0f1);*/
	background: #f8fdff;
	padding: 40px 0;

}
#s2 {
    background: linear-gradient(180deg,#f6f4f1,#efdfed,#efdfed,#efdfed)
	
}


#s3{
  
background: linear-gradient(180deg,#f6f4f1,#f9f9f9,#f1e9d5,#f7f6f3);
}
#s_m3 {
  
    background: linear-gradient(180deg,#f6f4f1,#f7ebf0,#f0c3e2,#f5f2f1);
}
#s4 {
        background: linear-gradient(180deg,#f6f4f1,#f1c3e2,#cea8c9,#cea8c9,#f4f1f1);
}

#s5,#s_m5 {
   /* background: linear-gradient(180deg,#f4f1f1,#efdfed,#efdfed,#efdfed)*/
	background: #ffffff;
	padding: 50px 0
}
#s7 {
   background: linear-gradient(180deg,#efdfed,#efdfed,#f6f4f1,#f6f4f1)
}
#s6 {
   /*background: linear-gradient(180deg,#f5f2ef,#fefefd,#fefefd,#f6f4f1);*/
	background: #fff;
		border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #f2f2f2;	
}
#s_m6 {
   /* background: linear-gradient(180deg,#f5f2ef,#fefefd,#fefefd,#f6f4f1);*/
	background: #ffffff;
	padding: 40px 0 0;

}

#s9 {
  /*background: linear-gradient(180deg,#f6f4f1,#dcbbd9,#e2c5df,#f3f0f1);*/
	background: #e8e1ec;

}
.bg_line {
		margin: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ffffff;	

	
}

#t1,#t2,#t3{
	color:#333
}
/*
#s4 {
    background-color: #E8F1F2;
    color: #3d3d3d; 

}*/