@import url('https://fonts.googleapis.com/css?family=Nunito+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=GFS+Didot&display=swap');
@import url("common.css");
/*******************************************
*********   	  RESET       **************
*******************************************/
html, body, div, span, applet, object, iframe, h2, h3, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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, input {
background : transparent;
border : 0;
margin : 0;
padding : 0;
vertical-align : baseline;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
cursor: pointer;
}
body {
line-height : 1;
}
h2, h3, h3, h4, h5, h6 {
clear : both;
font-weight : normal;
-webkit-font-smoothing:antialiased;
}
h1 {
margin : 0;
}
ol, ul {
list-style : none;
list-style-position : outside;
margin : 0;
padding : 0;
}
.clear {
clear : both;
}
blockquote {
quotes : none;
}
blockquote:before, blockquote:after {
content : '';
content : none;
}
del {
text-decoration : line-through;
}
table {
border-collapse : collapse;
border-spacing : 0;
}
a img {
border : none;
}
a {
outline : 0;
text-decoration : none ;
}
.clearfix:after {
content : ".";
display : block;
clear : both;
visibility : hidden;
line-height : 0;
height : 0;
}
img, a {
border : none;
}
.clearfix {
display : inline-block;
}
html[xmlns] .clearfix {
display : block;
}
* html .clearfix {
height : 1%;
}
html, body {
padding : 0;
margin : 0;
width : 100%;
height: 100%;
}

a, input, button {
	outline: none;
}

/*******************************************
*********     909     **************
*******************************************/
html {
	background-color: #101428;
}

body {
}

.nunito {
	font-family: 'Nunito Sans', sans-serif;
}

.didot {
	font-family: 'GFS Didot', 'times', serif;
}



.logo {
	width: 200px;
	height: 103px;
	background-size: contain;
	margin: auto;
	margin-top: 50px;
	max-width: 90%;
	margin-bottom: 40px;
}

.logo img {
	max-width: 100%;
	height: auto;
}

.videoWrapper {
  position: relative;
  padding-bottom: 40.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
	
  
}