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;
}

body {
	line-height: 1;
	width:320px;
	height:100px;
}

img {    
	image-rendering: auto;
}
img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}

html,
body {
  height: 100%;
  width: 100%;
  text-align: center;
}
.bg_gradient{
	position: absolute;
	top: 0px;
	left:0px;
	width:100%;
	height:100%;
	background-color: #34283c;
}

.bg_grey{
	position: absolute;
	top: 0px;
	left:0px;
	width:100%;
	height:100%;
	background: #34283c; 
}

.dynamicShapeHolder, .dynamicShape{
	position: absolute;
	top: 0;
	left: 0;
}

#svgAll {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
}

#logoHolder {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tm_logo {
	position: absolute;
    width: 40px;
    bottom: 9px;
    left: 11px;
}

.banner{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	visibility: hidden;
	position: relative;
	width:320px;
	height:100px;
	overflow: hidden;
	cursor: pointer;
}

#border {
	position: absolute;
	top:0px;
	left:0px;
	width:320px;
	height:100px;
    border: 1px solid #E20074;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

#svgHolder, svg {
	position: absolute;
}

video[poster] {
	height:100%;
	width:100%;
}
.cover {
	position: absolute;
	top:0px;
	left:0px;
	width:320px;
	height:100px;
	background-color: #E20074;
}

#button {
	position: absolute;
    width: 120px;
    height: 26px;
    bottom: 11px;
    right: 11px;
    overflow: hidden;
    border-radius: 20px;
}
.butBack {
	position: absolute;
	width: 120px;
    height: 26px;
	background: #3aabfd; 
    border-radius: 20px;
}
.squareBackBut {
	position: absolute;	 
	top:0px;
	right:0px;
	width: 26px;
    height: 26px;
	border: 0 none;
	background-color: #ffffff;
	opacity: .1;
	cursor: pointer;
	border-radius: 1px;
}
.but_txt {
	position: absolute;
	top: 4px;
    left: 15px;
}
.but_arrow {
	position: absolute;
	top: 5px;
	right: 6px;
}

.full {
	position: absolute;
	top: 0px;
	left: 0px;
}
.full img {
	width:320px;
	height:100px;
}


.asset {
	position: absolute;
	top: 0;
	left: 0;
}

.f2_glim,.f2_toestel{
	position: absolute;
}