/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 05 2026 | 05:56:46 */
@media only screen and (max-width: 460px) { 
	#textH{
				font-size: 24px !important;
				font-weight: 700 !important;
				line-height:24px;
			}	
	.btn-green{
		padding: 16px 50px !important;
	}
}

@media only screen and (min-width: 461px) { 
	#textH{
				font-size: 64px !important;
				font-weight: 700 !important;
				line-height:64px;
				}	
	
}


/* #######################
                  SECTION 1 HERO
####################### */ 

@media only screen and (max-width: 460px) { 
	.hero{
		display:flex;
		flex-direction:column;
		align-items:center;'
		justify-content:center;	
	}
}
@media only screen and (min-width: 461px) { 
	.hero{
		display:flex;
		flex-direction:column;
		align-items:center;'
		justify-content:center;	
	}
	
}

/* #######################
                  SECTION 2
####################### */ 
@media only screen and (max-width: 460px) { 
	.sec2-box2{
	padding: 26px 20px !important;
	border:1px solid #E5E7EB;
	border-radius:16px;
	margin-top: 26px;
	margin-bottom: 20px;
}
.sec2-greenbox{
	padding: 30px !important;
	border-radius:16px;
	gap:6px;
	box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
	margin-bottom:26px;
}
}

@media only screen and (min-width: 461px) { 
.sec2-box2{
	padding: 33px !important;
	border:1px solid #E5E7EB;
	border-radius:16px;
	margin-top: 26px;
	margin-bottom: 20px;
}
.sec2-greenbox{
	padding: 40px !important;
	border-radius:16px;
	gap:20px;
	box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
	margin-bottom:26px;
}
}
.sec2{
	display:flex;
	flex-direction:column;
	align-items:center;'
	justify-content:center;
}


/* #######################
                  SECTION 3
####################### */ 
@media only screen and (max-width: 460px) {
		#sec3-minibox{
				border:1px solid rgba(248,107,134,0.3);
				border-radius:16px;
				box-shadow: 0px 1px 2px -1px #0000001A;
				box-shadow: 0px 1px 3px 0px #0000001A;

}
}

@media only screen and (min-width: 461px) {
	#sec3-minibox{
				border:1px solid rgba(248,107,134,0.3);
				border-radius:16px;
				box-shadow: 0px 2px 4px -2px #0000001A;
				box-shadow: 0px 4px 6px -1px #0000001A;

}
}
	


/* #######################
                  SECTION 4
####################### */ 
.sec4{
	display:flex;
	flex-direction:column;
	align-items:center;'
	justify-content:center;
}

@media only screen and (max-width: 460px) 
{
	#sec4-minibox{
	width: 100% !important;
	border:1px solid #E5E7EB;
	border-radius:16px;
	box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
	margin-bottom:20px;
}

#sec4-bigbox{
	display:flex;
	flex-direction:row;
	align-items:center;'
	justify-content:center;	
}
}

@media only screen and (min-width: 461px) 
{
	#sec4-minibox{
	width:555px !important;
	border-radius:16px;
	border:1px solid #E5E7EB;
	box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
}

#sec4-bigbox{
	display:flex;
	flex-direction:row;
	align-items:center;'
	justify-content:center;
	align-self:center;
}
}

/* #######################
                  SECTION 5
####################### */ 

#btn-landing{
	box-shadow: 0px 8px 10px -6px #0000001A !important;
    box-shadow: 0px 20px 25px -5px #0000001A !important;
}