@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	transition: all 0.4s ease;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.both{ clear:both;}


@font-face {
    font-family: neue_haas_bold;
    src: url(neue_haas_bold.ttf)
}



body, html { font-family: "neue_haas_bold", serif; font-weight: 300; font-style: normal; font-size:18px; line-height:1.3rem; color:#1d1d1b; background:#ededed;}


#content{ max-width: 700px; margin: 0 auto; padding-top: 100px;} 
#content .logo{ width: 157px; margin-bottom: 25px;}
#content .logo img{ width: 100%; }

#content .gif{ width: 687px; }
#content .gif img{ width: 100%; } 

#content h1{ font-size: 80px; line-height: 3.8rem; color: #FFF; position: absolute; margin-top: -782px; margin-left: 523px; } 

#content .text{ width: 100px; margin-top: -115px; margin-left: 710px; line-height: 1.1rem;} 



@media all and (max-width: 1000px){
	#content { width: 100%;}
	#content .logo{ width: 157px; margin: 0 auto; margin-bottom: 25px;}
	#content h1 { font-size: 80px; line-height: 3.8rem; color: #FFF; position: absolute; margin-top: -69px; margin-left: 243px;}
	#content .text { width: 100px; margin-top: 165px; margin-left: 243px; line-height: 1.1rem;}
}

@media all and (max-width: 700px){
	#content { width: 100%; padding-top: 10px;}
	#content .gif{ width: 100%; padding: 0px 20px; padding-top: 10px; }
	#content h1 { font-size: 60px; line-height: 3.0rem; color: #FFF; position: inherit; margin-top: -53px; margin-left: 120px;}
	#content .text { width: 100px; margin-top: 45px;  margin-left: 123px;  line-height: 1.1rem; }
}





