a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
body,
html {
  color: #000;
  width: 100%;
  height: 100%;
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
b,
strong {
  font-weight: 700;
}
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
li {
  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
td,
th {
  font-weight: 400;
  vertical-align: top;
  text-align: left;
}
small,
sub,
sup {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg {
  overflow: hidden;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: 400;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
q:after,
q:before {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
legend {
  color: #000;
}
del,
ins {
  text-decoration: none;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
a {
  text-decoration: none;
}
input,
textarea {
  resize: none;
  padding: 0;
  margin: 0;
  outline: 0;
  border: none;
  overflow: auto;
  background: #fff;
  vertical-align: top;
}
input:focus {
  outline: 0;
}
sub,
sup {
  vertical-align: baseline;
  font-size: .65em;
}
i {
  font-style: normal;
}
input[type=submit] {
  overflow: visible;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition-property: color, opacity;
  -webkit-transition-duration: 0.2s, 0.2s;
  -moz-transition-property: color, opacity;
  -moz-transition-duration: 0.2s, 0.2s;
  -o-transition-property: color, opacity;
  -o-transition-duration: 0.2s, 0.2s;
  transition-property: color, opacity;
  transition-duration: 0.2s, 0.2s;
  color: inherit;
}
::-moz-selection {
  color: #000;
  background: rgba(255,255,255,0.5);
}
::selection {
  color: #000;
  background: rgba(255,255,255,0.5);
}
.tw,
.ti {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  vertical-align: middle;
}
.ti {
  display: table-cell;
}
.wrapper {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  top: -5vh;
}
body {
  background: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
section {
  overflow: hidden;
  position: relative;
}
section.s1 img.main-img,
section.s2 img.main-img {
  max-width: 100%;
  height: 100vh;
}
section.s3 img.main-img {
  width: 87%;
}
section img.main-img {
  display: block;
  margin: 0 auto;
}
section.bg-black {
  background: #000;
}
section.s1 {
  position: relative;
  z-index: 20;
  overflow: visible;
}
section.s2 {
  position: relative;
  z-index: 10;
}
section.s1 img.main-img {
  position: relative;
  z-index: 30;
}
section.s1 .main-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  cursor: pointer;
}
section.s1 .video-container {
  width: 85%;
  height: 51%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 50;
}
section.s1 .video-container video,
section.s1 .video-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-45%,-122%);
  -moz-transform: translate(-45%,-122%);
  -ms-transform: translate(-45%,-122%);
  -o-transform: translate(-45%,-122%);
  transform: translate(-45%,-122%);
  width: 43%;
  height: auto;
  display: block;
}
section.s1 .video-container img {
  width: 32%;
  z-index: 10;
  -webkit-transform: translate(-45%,-142%);
  -moz-transform: translate(-45%,-142%);
  -ms-transform: translate(-45%,-142%);
  -o-transform: translate(-45%,-142%);
  transform: translate(-45%,-142%);
  display: none;
}
html.mobile section.s1 .video-container video {
  display: none !important;
}
html.mobile section.s1 .video-container img {
  display: block;
}
section.s1 .round {
  width: 75%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 20;
}
section.s3 .email-link {
  width: 100%;
  height: 2.5%;
  display: block;
  position: absolute;
  top: 97.5%;
  left: 0;
  z-index: 100;
  opacity: 0.5;
}
section.s3 .main-img.mobile-img {
  display: none;
}
section.s3 .s3-link-1,
section.s3 .s3-link-2,
section.s3 .s3-link-3 {
  width: 47%;
  height: 2.2%;
  display: block;
  position: absolute;
  top: 6%;
  left: 45%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
section.s3 .s3-link-2 {
  top: 8.2%;
  width: 33%;
  left: 38%;
}
section.s3 .s3-link-3 {
  top: 10.4%;
  left: 47.5%;
  width: 52%;
}
.link-1-target,
.link-2-target,
.link-3-target {
  position: absolute;
  top: 17%;
  left: 0%;
  width: 100%;
  height: 2%;
}
.link-2-target {
  top: 36%;
}
.link-3-target {
  top: 52%;
}
html.mobile:not(.ipad) section.s1 .round {
  width: 85%;
}
html.mobile:not(.ipad) .s1-wrapper {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #000;
}
html.mobile:not(.ipad) section.s1 {
  -webkit-transform: scale(1.4) translateX(1%);
  -moz-transform: scale(1.4) translateX(1%);
  -ms-transform: scale(1.4) translateX(1%);
  -o-transform: scale(1.4) translateX(1%);
  transform: scale(1.4) translateX(1%);
}
html.mobile:not(.ipad) .s1-wrapper-2 {
  height: 75vh;
  background: #fff;
}
html.mobile:not(.ipad) section.s2 {
  margin-top: -16vh;
  padding-bottom: 5vh;
}
html.mobile:not(.ipad) section.s2 img.main-img {
  width: 112vw;
  height: auto;
  max-width: none;
  left: -5vw;
  position: relative;
}
html.mobile:not(.ipad) section.s3 {
  overflow: hidden;
  width: 100%;
}
html.mobile:not(.ipad) section.s3 .main-img.desktop-img {
  display: none;
}
html.mobile:not(.ipad) section.s3 .main-img.mobile-img {
  display: block;
  width: 101vw;
}
html.mobile:not(.ipad) section.s3 .email-link {
  height: 4.5%;
  top: 94%;
}
html.mobile:not(.ipad) section.s1 .video-container img {
  width: 47%;
  top: 50%;
}
