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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}

html,
body {
  height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  line-height: 1;
  background: rgb(204, 228, 255);
  background: linear-gradient(
    180deg,
    rgba(204, 228, 255, 1) 0%,
    rgba(178, 214, 255, 1) 50%,
    rgba(153, 202, 255, 1) 100%
  );
  background-repeat: no-repeat;
  /* font-size: 16px; */
}

.pf-wrapper {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 3rem;
}

div {
  box-sizing: border-box;
}

.pf-container {
  max-width: 100%;
  width: 1200px;
  display: grid;
  grid-gap: 6rem;
  grid-template-columns: 1fr auto;
}

.pf-content {
  display: grid;
  grid-gap: 1rem;
}

.pf-bloc {
  background-color: #ffffff;
  padding: 1.25rem;
  border-radius: 25px;
  line-height: 1.2;
  color: #222222;
  font-size: 0.875rem;
}

.pf-br {
  border-bottom-right-radius: 10px !important;
}

.pf-bl {
  border-bottom-left-radius: 10px !important;
}

.pf-bold {
  color: #007aff;
  font-weight: 600;
  text-decoration: none;
}

.pf-bloc span {
  padding-right: 0.5rem;
}

a.pf-bold:hover {
  text-decoration: underline;
}

.pf-inline {
  display: flex;
}

h1 {
  font-size: 3rem;
  font-weight: 900;
  margin: 1rem 0;
  line-height: 1.1;
}

.pf-mockup {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: auto auto;
  justify-items: center;
  align-items: center;
}

.pf-mockup-img {
  max-width: 100%;
  height: auto;
}

.pf-embed_signup_scroll {
  display: flex !important;
  width: 100% !important;
}

.pf_embed_signup {
  width: initial !important;
}

.pf_embed_signup form {
  margin: 1rem 0 0 0 !important;
}

.pf-field-group {
  flex-grow: 1 !important;
  display: flex !important;
}

.email {
  border-radius: 12px !important;
  background-color: #f0f0f0 !important;
  border: 1px solid #f0f0f0 !important;
  padding: 0.64rem 0.75rem !important;
  flex-grow: 1 !important;
  margin-right: 1rem !important;
  font-size: 0.875rem !important;
}

.button {
  color: #ffffff !important;
  border-radius: 12px !important;
  background-color: #222222 !important;
  border: 1px solid #222222 !important;
  padding: 0.64rem 0.75rem !important;
  cursor: pointer !important;
  font-size: 0.875rem !important;
  margin: 0 !important;
  height: 39px !important;
  line-height: 1.2 !important;
}

#mc_embed_signup div#mce-responses {
    position: absolute;
    top: 20px !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    position: absolute;
    bottom: -27px;
}

button:hover {
  transition: all 0.3s ease-in-out;
  opacity: 0.8;
}

@media screen and (max-height: 700px) {
  .pf-wrapper,
  body,
  html {
    height: inherit;
  }
}

@media screen and (max-width: 1200px) {
  .pf-wrapper {
    padding: 2rem;
  }

  .pf-container {
    grid-gap: 2rem;
    grid-template-columns: 2fr 2fr;
  }
}

@media screen and (max-width: 992px) {
  .pf-wrapper,
  body,
  html {
    height: inherit;
  }
  .pf-container {
    display: flex;
    flex-direction: column;
  }
}