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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

img {
  max-width: 100%;
  display: block;
}

html {
  font-size: 10px;
}

body {
  font-family: "Barlow", sans-serif;
  background: #FFF;
  color: #202020;
  overflow-x: hidden;
}

@media (max-width: 900px) {
  .desktop {
    display: none;
  }
}

.container {
  max-width: 1150px;
  width: 85%;
  margin: 0 auto;
}

h1 {
  font-family: "gothiks", sans-serif;
  font-size: 4.2rem;
}

.hero {
  display: flex;
  flex-direction: row;
  padding: 50px 0 0;
}
.hero .wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4rem;
}
.hero .hero-thumb-wrapper img {
  width: 667px;
  height: 583px;
  object-fit: contain;
}
.hero .infos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-bottom: 50px;
}
.hero .infos h1 {
  font-family: "roc-grotesk", sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 1.5rem 0 0;
  color: #000;
  max-width: 778px;
  line-height: 100%;
}
.hero .infos p {
  font-size: 2rem;
  color: #575757;
  text-align: center;
  max-width: 600px;
  color: #575757;
  font-weight: 400;
  line-height: 140%;
}
.hero .infos form {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 10px;
  margin-top: 1.5rem;
}
.hero .infos form button {
  background: #FF5823;
  padding: 13px 24px;
  border: none;
  font-family: "roc-grotesk", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  cursor: pointer;
  border-radius: 3px;
  transition: 0.2s;
}
.hero .infos form button:hover {
  filter: brightness(130%);
}
.hero .infos form ._form-inner {
  position: absolute;
  top: 20px;
  right: 20px;
}
.hero .infos form ._error-inner {
  font-size: 16px;
  background: red;
  color: #FFF;
  padding: 4px;
  border-radius: 2px;
}
.hero .infos form .input-wrapper {
  padding: 0 16px;
  border: 1px solid #202020;
  color: #797979;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  border-radius: 3px;
  position: relative;
}
.hero .infos form .input-wrapper input {
  font-family: inherit;
  padding: 14px 0;
  border: none;
  outline: none;
  background: transparent;
  color: #202020;
}

.receber {
  padding: 50px 133px;
  width: 100%;
  max-width: 100%;
  background: #EEF4F5;
  z-index: 200;
  position: relative;
}
.receber .items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
.receber .items h3 {
  color: #000;
  font-family: "roc-grotesk", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  max-width: 144px;
}
.receber .items .item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.receber .items .item svg {
  width: 120px;
}
.receber .items .item p {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  max-width: 171px;
}

.author {
  background: #000;
  padding: 100px 138px;
  display: flex;
  flex-direction: column;
}
.author h4 {
  font-family: "roc-grotesk", sans-serif;
  margin-bottom: 16px;
  color: #fff;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.author p {
  margin-bottom: 16px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  max-width: 562px;
}
.author .container {
  display: flex;
  justify-content: center;
  gap: 5rem;
  align-items: center;
  width: unset;
  margin: unset;
  max-width: unset;
}

footer {
  padding: 2.4rem;
  text-align: center;
  background: #242424;
}
footer .copy {
  font-size: 16px;
  color: #A1A1A1;
  text-align: center;
}
footer .links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  color: #A1A1A1;
  font-size: 14px;
}
footer .links a {
  text-decoration: none;
  color: #A1A1A1;
  transition: 0.2s;
}
footer .links a:hover {
  color: #c9c9c9;
}

@media screen and (max-width: 968px) {
  html {
    font-size: 8px;
  }
  .hero {
    padding: 50px 33px 25px 33px;
  }
  .hero .container .wrapper {
    display: flex;
    gap: 0;
  }
  .hero .container .wrapper .infos {
    padding-bottom: unset;
  }
  .hero .container .wrapper .infos img {
    width: 248px;
  }
  .hero .container .wrapper .infos h1 {
    font-size: 29px;
    width: 324px;
  }
  .hero .container .wrapper .infos p {
    font-size: 18px;
    width: 324px;
  }
  .hero .container .wrapper .infos form {
    display: flex;
    flex-direction: column;
  }
  .hero .container .wrapper .infos form button {
    padding: 18px;
  }
  .receber {
    padding: 50px 33px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
  }
  .receber .items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .receber .items h3 {
    max-width: 324px;
  }
  .receber .items .item p {
    max-width: 257px;
  }
  .author {
    display: flex;
    padding: 50px 33px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .author img {
    margin-bottom: -70px;
  }
  .author h4 {
    font-size: 30px;
  }
  .author p {
    font-size: 13px;
    margin-bottom: unset;
  }
  .author .container {
    display: flex;
    flex-direction: column;
  }
}

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