html,body{
	height:100%;
	width:100%;
	-webkit-font-smoothing:antialiased;
}
.hero{
	width:100%;
	height:70%;
	min-height:450px;
	position:relative
}

@media only screen and (min-width:768px){
	.hero{
	width:100%;
	height:75%;
	min-height:600px;
	position:relative
}
}

/*pipedrive*/
.pipedriveWebForms {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

/*note_btn*/
.note_bg {
    clear: both;
    width: 100%;
    margin: 0;
    margin-top: 50px;
    padding: 40px 20px;
    box-sizing: border-box;
    text-align: center;
    background: rgb(65,200,179);
    background: linear-gradient(90deg, rgba(65,200,179,1) 0%, rgba(129,194,164,1) 100%);
    display: block;
    cursor: pointer;
}

.note_bg img {
    max-width: 600px;
}

.note_btn {
    clear: both;
    width: 100%;
    max-width: 840px;
    margin: 50px auto 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}