body, body * {
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
div,
svg,
img {
	width: 300px;
	height: 600px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
}
.background,
.copy,
.neon,
.svgHide,
.dynamic,
#vignette,
#darken,
#vecContent {
	visibility: hidden;
}

#container {
	background-color: #192652;
	overflow: hidden;
}

.wFill { fill: #fff; }

.background { width: 500px; }
#backgroundA { width: 394px; }
#backgroundD { width: 396px; }

#fromDestination { height: 210px; }
#toDestination {
	height: 64px;
	top: 210px;
}
#priceFrom {
	height: 326px;
	top: 274px;
}

.st0 {
	clip-path: url(#SVGID_2_);
	fill: url(#SVGID_3_);
}
.st1 { fill: #E63A2B; }
.st2 {
	clip-path: url(#SVGID_5_);
	fill: url(#SVGID_6_);
}
.st3 {
	clip-path: url(#SVGID_8_);
	fill: url(#SVGID_9_);
}
.st4 { fill: #F28F03; }

#ctaBackground { fill: #e73b2b; }
#ctaArrow {
	fill: none;
	stroke: #FFFFFF;
	stroke-width: 3;
	stroke-miterlimit: 10;
}

#border {
	width: 100%;
	height: 100%;
	fill: white;
	stroke: #002b56;
	stroke-width: 1px;
	fill-opacity: 0.0;
	stroke-opacity: 1.0;
}
#mainExit {
	cursor: pointer;
	background-color: rgba(255,255,255,0);
}