@charset "utf-8";
color: #d74050 !important;
.animation .stop {
  -webkit-animation-fill-mode: none;
  -webkit-animation-duration: 0;
  -moz-animation-fill-mode: none;
  -moz-animation-duration: 0;
  -ms-animation-fill-mode: none;
  -ms-animation-duration: 0;
  -o-animation-fill-mode: none;
  -o-animation-duration: 0;
  animation-fill-mode: none;
  animation-duration: 0;
}
.animation .play {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.animation .pause {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.relative {
  position: relative;
}
.centred {
  margin: 0 auto;
}
.pointer {
  cursor: pointer;
}
.no-border {
  border: none;
}
.no-bg {
  background: none;
}
.no-bgi {
  background: none !important;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.no-spaces {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
@font-face {
  font-family: 'corben-regular';
  src: url('/templates/assets/css/../fonts/corben-regular-webfont.eot');
  src: url('/templates/assets/css/../fonts/corben-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/templates/assets/css/../fonts/corben-regular-webfont.woff') format('woff'), url('/templates/assets/css/../fonts/corben-regular-webfont.ttf') format('truetype'), url('/templates/assets/css/../fonts/corben-regular-webfont.svg#webfont') format('svg');
}
@font-face {
  font-family: 'corben';
  src: url('/templates/assets/css/../fonts/corben-webfont.eot');
  src: url('/templates/assets/css/../fonts/corben-webfont.eot?#iefix') format('embedded-opentype'), url('/templates/assets/css/../fonts/corben-webfont.woff') format('woff'), url('/templates/assets/css/../fonts/corben-webfont.ttf') format('truetype'), url('/templates/assets/css/../fonts/corben-webfont.svg#webfont') format('svg');
}
html,
body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  vertical-align: baseline;
  font-family: 'corben-regular', Arial, Helvetica, sans-serif;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  vertical-align: baseline;
  font-family: 'corben-regular', Arial, Helvetica, sans-serif;
  font-weight: inherit;
  font-style: inherit;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  color: white;
}
:focus {
  outline: 0;
}
body {
  background: white;
  line-height: 1;
  color: white;
}
ol,
ul,
li {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
h1 {
  font-size: 30pt;
  line-height: 43pt;
}
h2 {
  font-size: 28pt;
  line-height: 40pt;
}
h3 {
  font-size: 25pt;
  line-height: 36pt;
}
h4 {
  font-size: 19pt;
  line-height: 26pt;
}
h5 {
  font-size: 17pt;
  line-height: 23pt;
}
h6 {
  font-size: 12pt;
  line-height: 16pt;
}
