html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
s,
small,
strike,
strong,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
footer,
header,
figure,
menu,
nav {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: inherit; }

/* HTML5 display-role reset for older browsers */
article,
footer,
header,
menu,
nav,
section,
picture {
  display: block; }

body {
  line-height: 1;
  box-sizing: border-box; }

ol,
ul {
  list-style: none; }

picture {
  width: 100%;
  height: 100%; }

img {
  width: inherit; }

body {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  background: linear-gradient(135deg, white, #fff5f5); }

.header {
  padding: 24px;
  background-color: #fff; }
  .header .logo {
    max-width: 100px; }

.main {
  padding-bottom: 40px; }

.main-content {
  padding-left: 24px;
  padding-right: 24px;
  text-align: center; }
  .main-content .logo {
    display: none; }

.content-block {
  margin-top: 40px; }

.content-title {
  color: #413a3a;
  font-size: 40px;
  letter-spacing: 0.2em;
  text-transform: uppercase; }
  .content-title-accent {
    display: block;
    font-weight: 300;
    color: #ce9797; }

.content-lead {
  color: #ce9797;
  margin-top: 16px;
  line-height: 1.5; }

.email-block {
  margin-top: 32px; }

.form {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ce9797;
  border-radius: 32px;
  position: relative; }

.error:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  background: url("/images/icon-error.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  top: 16px;
  right: 120px; }

.form-input {
  background: transparent;
  border: none;
  color: #ce9797;
  padding: 16px 32px;
  flex: 1;
  font-family: "Josefin Sans", sans-serif;
  color: #f96262;
  font-size: 16px;
  line-height: 1.5; }
  .form-input:focus {
    outline: none; }
  .form-input::-webkit-input-placeholder {
    color: #ce9797; }

.form-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 32px;
  background: linear-gradient(135deg, #f8bfbf, #ee8c8c);
  padding: 16px 32px;
  margin-left: -60px;
  box-shadow: 4px 8px 18px -2px #ce9797; }
  .form-submit:focus {
    outline: none; }
  .form-submit:hover {
    cursor: pointer;
    background: linear-gradient(135deg, #f8bfbf, #e0bdbd);
    box-shadow: 4px 16px 30px 5px #ce9797; }

.form-submit-message {
  margin-top: 8px;
  padding-left: 24px;
  text-align: left; }

.submit-error {
  visibility: hidden;
  color: #f96262;
  font-size: 14px; }

footer {
  padding: 24px;
  color: #ce9797;
  font-size: 12px;
  text-align: center; }
  footer a {
    color: #413a3a; }
    footer a:hover {
      color: #f96262; }

@media screen and (min-width: 768px) {
  .main-content {
    padding-left: 120px;
    padding-right: 120px; }
  .content-block {
    margin-top: 64px; }
  .content-title {
    font-size: 64px; }
  .content-lead {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 24px; }
  .form-submit {
    padding-left: 48px;
    padding-right: 48px; } }

@media screen and (min-width: 1200px) {
  .header,
  .footer {
    display: none; }
  .main {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    height: 100vh;
    padding-bottom: 0;
    background: url("/images/bg-pattern-desktop.svg"); }
    .main > * {
      flex: 1; }
  .main-content {
    text-align: left; }
    .main-content > * {
      max-width: 480px;
      margin-left: auto;
      margin-right: auto; }
  .main-cover {
    height: 100%; }
    .main-cover img {
      height: 100%;
      object-fit: cover; }
  .content-block {
    margin-top: 0; }
    .content-block .logo {
      display: block;
      width: 180px;
      margin-bottom: 100px; }
  .content-title {
    line-height: 1.2; } }
