/* reset
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
button,
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

body {
  color: #353535;
  background: #fff;
  font-family: sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

/* layout
===================================== */
body {
  padding-bottom: min(25.45vw, 140px);
}

.lp-wrapper {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0px 0px 15px lightgray;
}
@media screen and (max-width: 700px) {
  .lp-wrapper {
    box-shadow: none;
  }
}
.lp-wrapper a {
  display: block;
  position: absolute;
  width: 30%;
  height: 1%;
  top: 12.7%;
  right: 3%;
}

.lp-img {
  display: block;
  width: 100%;
}

.float-cta {
  position: fixed;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 100;
  display: block;
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}
.float-cta img {
  width: 100%;
}
@media (max-width: 767px) {
  .float-cta {
    width: 70%;
  }
}
.float-cta img {
  display: block;
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
