body
{
margin: 0;
padding: 0;
color: #000;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 23px;
line-height: 1.55;
min-width: 320px;
}

.container
{
max-width: 800px;
margin: 0 auto;
padding: 0 15px;
overflow: hidden;
box-sizing: border-box;
text-align: center;
}

.button
{
padding: 18px 21px 20px;
background: #b4ddb4;
border-radius: 60px;
position: relative;
overflow: hidden;
font-size: 22px;
color: #fff;
text-decoration: none;
display: block;
max-width: 400px;
margin: 0px auto 60px;
font-weight: 700;
}

.button:before
{
background: #b4ddb4;
background: -moz-linear-gradient(45deg,  #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%);
background: -webkit-linear-gradient(45deg,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%);
background: linear-gradient(45deg,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=1 );
position: absolute;
content: "";
display: block;
width: 300%;
height: 100%;
right: 0;
top: 0;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s;
}

.button:hover:before
{
right: -100%;	
}

.button:active:before
{
right: auto;	
left: -40%;
}

.small
{
font-size: 0.8em;
font-weight: 400;
}

.button span
{
position: relative;
}

.my_video
{
position: relative;
text-align: left;
padding-bottom: 178%;
}

.my_video video
{
position: absolute;
width: 100%;
height: 100%;
}

.video_container
{
max-width: 300px;
margin: 20px auto;	
}

.line
{
max-width: 400px;
height: 1px;
background: #ccc;
margin: 60px auto;
}

h3
{
margin: 1em 0;
font-size: 1.17em;
}

h2
{
font-size: 1.17em;
margin: 1.55em 0;
}

p
{
margin: 1.55em 0;
}

@media (max-width: 830px)
{
body
{
font-size: 20px;
}	
}

@media (max-width: 720px)
{
body
{
font-size: 16px;
}
.video_container
{
margin-top: 15px;
}
h2
{
font-size: 1.3em;
}
.button
{
font-size: 16px;
max-width: 312px;
margin-bottom: 47px;
}
}

.b
{
font-weight: 700;
}

@media (max-width: 506px)
{
.long_br br
{
display: none;
}
}