/* CSS Reset */
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;
}

@font-face {
  font-family: "Gabarito";
  src: url("fonts/gabarito-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gabarito";
  src: url("fonts/gabarito-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gabarito";
  src: url("fonts/gabarito-latin-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
*, html {
  font-family: "Gabarito", sans-serif;
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 2040px;
  margin: 0 auto;
}

header {
  background: #002614;
  height: 180px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 2040px) {
  header {
    height: 8.82352941vw;
  }
}
@media screen and (max-width: 978px) {
  header {
    height: initial;
    padding: 30px 0;
  }
}
@media screen and (max-width: 2160px) {
  header .wrapper {
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  header .wrapper {
    padding: 0 32px;
  }
}
header .wrapper img {
  display: block;
  width: 350px;
  height: auto;
}
@media screen and (max-width: 2040px) {
  header .wrapper img {
    width: 17.64705882vw;
  }
}
@media screen and (max-width: 978px) {
  header .wrapper img {
    width: 184.21052632px;
    margin: 0 auto;
  }
}

.hero {
  position: relative;
  overflow: hidden;
}
.hero .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hero .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 978px) {
  .hero .img:before {
    background: rgba(0, 0, 0, 0.3);
  }
}
.hero .wrapper .text {
  text-align: center;
  min-height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  padding: 0 60px;
}
@media screen and (max-width: 2040px) {
  .hero .wrapper .text {
    gap: 2.35294118vw;
    min-height: 39.21568627vw;
  }
}
@media screen and (max-width: 978px) {
  .hero .wrapper .text {
    gap: 20px;
    min-height: initial;
    padding: 60px 40px;
  }
}
@media screen and (max-width: 768px) {
  .hero .wrapper .text {
    padding: 60px 32px;
  }
}
.hero .wrapper .text p {
  color: #fff;
  font-size: clamp(30px, 3.2352941176vw, 66px);
  font-weight: 700;
}
.hero .wrapper .text h1 {
  color: #fff;
  font-size: clamp(40px, 5.8823529412vw, 120px);
  font-weight: 700;
}

.container {
  background: #f2f2f2;
}
.container .wrapper .intro {
  background: #84a533;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 220px;
  gap: 50px;
  text-align: center;
}
@media screen and (max-width: 2040px) {
  .container .wrapper .intro {
    gap: 2.45098039vw;
    padding: 3.92156863vw 60px;
  }
}
@media screen and (max-width: 978px) {
  .container .wrapper .intro {
    gap: 20px;
    padding: 40px 60px;
  }
}
@media screen and (max-width: 768px) {
  .container .wrapper .intro {
    padding: 40px 32px;
  }
}
.container .wrapper .intro h2 {
  color: #fff;
  font-size: clamp(31px, 3.3333333333vw, 68px);
  font-weight: 700;
}
.container .wrapper .intro p {
  color: #fff;
  font-size: clamp(20px, 1.9607843137vw, 40px);
  font-weight: 600;
  line-height: 1.15;
}
.container .wrapper .image {
  display: flex;
  width: 100%;
}
.container .wrapper .image img {
  width: 100%;
}
.container .wrapper .bullets {
  background: #053f26;
  padding: 80px 180px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 2040px) {
  .container .wrapper .bullets {
    gap: 3.92156863vw;
    padding: 3.92156863vw 60px;
  }
}
@media screen and (max-width: 978px) {
  .container .wrapper .bullets {
    padding: 40px 60px;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .container .wrapper .bullets {
    padding: 40px 32px;
  }
}
.container .wrapper .bullets .title {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 2040px) {
  .container .wrapper .bullets .title {
    gap: 2.45098039vw;
  }
}
@media screen and (max-width: 978px) {
  .container .wrapper .bullets .title {
    gap: 20px;
  }
}
.container .wrapper .bullets .title h2 {
  font-size: clamp(32px, 3.3333333333vw, 68px);
  color: #fff;
  font-weight: 700;
}
.container .wrapper .bullets .title p {
  font-size: clamp(28px, 2.0588235294vw, 42px);
  color: #85a633;
  font-weight: 700;
}
.container .wrapper .bullets .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 2040px) {
  .container .wrapper .bullets .items {
    gap: 2.94117647vw;
  }
}
@media screen and (max-width: 978px) {
  .container .wrapper .bullets .items {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.container .wrapper .bullets .items .item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 2040px) {
  .container .wrapper .bullets .items .item {
    gap: 1.47058824vw;
  }
}
@media screen and (max-width: 978px) {
  .container .wrapper .bullets .items .item {
    gap: 20px;
  }
}
.container .wrapper .bullets .items .item h3 {
  color: #85a633;
  font-size: clamp(28px, 2.0588235294vw, 42px);
  font-weight: 700;
}
.container .wrapper .bullets .items .item p {
  color: #fff;
  line-height: 1.5;
  font-size: clamp(18px, 2.0588235294vw, 28px);
}
.container .wrapper .bullets .items .item:nth-of-type(5) {
  grid-column-end: span 2;
}
@media screen and (max-width: 978px) {
  .container .wrapper .bullets .items .item:nth-of-type(5) {
    grid-column-end: initial;
  }
}
.container .wrapper .icons {
  display: flex;
  justify-content: center;
  gap: 60px 30px;
  background-color: #002614;
  padding: 75px 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 2040px) {
  .container .wrapper .icons {
    gap: 2.94117647vw 1.47058824vw;
    padding: 3.67647059vw 0;
  }
}
@media screen and (max-width: 978px) {
  .container .wrapper .icons {
    gap: 30px 20px;
    padding: 40px 60px;
  }
}
.container .wrapper .icons .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 30px;
  width: 250px;
}
@media screen and (max-width: 2040px) {
  .container .wrapper .icons .icon {
    gap: 1.47058824vw;
    width: 12.25490196vw;
  }
}
@media screen and (max-width: 978px) {
  .container .wrapper .icons .icon {
    gap: 20px;
    width: 160px;
  }
}
.container .wrapper .icons .icon img {
  display: block;
  width: 130px;
}
@media screen and (max-width: 2040px) {
  .container .wrapper .icons .icon img {
    width: 6.37254902vw;
  }
}
@media screen and (max-width: 978px) {
  .container .wrapper .icons .icon img {
    width: 100px;
  }
}
.container .wrapper .icons .icon span {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 2040px) {
  .container .wrapper .icons .icon span {
    font-size: 1.28431373vw;
  }
}
@media screen and (max-width: 978px) {
  .container .wrapper .icons .icon span {
    font-size: 18px;
  }
}
.container .wrapper .cta {
  background: #84a533;
  display: flex;
  text-align: center;
  min-height: 285px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 2040px) {
  .container .wrapper .cta {
    gap: 0.98039216vw;
    min-height: 13.97058824vw;
  }
}
@media screen and (max-width: 978px) {
  .container .wrapper .cta {
    min-height: initial;
    padding: 40px 60px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .container .wrapper .cta {
    padding: 40px 32px;
  }
}
.container .wrapper .cta h6 {
  color: #002614;
  font-weight: 700;
  font-size: clamp(32px, 3.3333333333vw, 68px);
}
.container .wrapper .cta p {
  color: #fff;
  line-height: 1.2;
  font-size: clamp(18px, 1.3725490196vw, 28px);
}
.container .wrapper .cta p a {
  text-decoration: none;
  color: inherit;
  transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (hover: hover) {
  .container .wrapper .cta p a:hover {
    color: #002614;
  }
}
.container .wrapper footer {
  background: #002614;
  display: flex;
  text-align: center;
  min-height: 180px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 2040px) {
  .container .wrapper footer {
    min-height: 8.82352941vw;
  }
}
@media screen and (max-width: 978px) {
  .container .wrapper footer {
    min-height: initial;
    padding: 20px 60px;
  }
}
@media screen and (max-width: 768px) {
  .container .wrapper footer {
    padding: 20px 32px;
  }
}
.container .wrapper footer p {
  color: #80938a;
  font-size: clamp(18px, 1.3725490196vw, 28px);
}
