@font-face {
  font-family: "BureauGrotesque-ThreeSeven";
  src: url("fonts/BureauGrotesque-ThreeSeven.woff2") format("woff2"), url("fonts/BureauGrotesque-ThreeSeven.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BureauGrotesque-FiveThree";
  src: url("fonts/BureauGrotesque-FiveThree.woff2") format("woff2"), url("fonts/BureauGrotesque-FiveThree.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "BureauGrotesque-FiveThree";
  font-size: 0.98958vw;
  line-height: 1.78;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

section {
  position: relative;
}

.swiper-slide {
  padding-bottom: 53%;
  background-size: cover;
}

.header {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
}

.hero {
  position: relative;
}

.hero__card {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero__card img {
  width: 60vw;
  max-width: 1000px;
}

.section-shapes {
  padding: 0;
}

.shapes {
  position: relative;
}

.shapes__pin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.shapes__svgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
}

.shapes .shape-seeds,
.shapes .shape-onion,
.shapes .shape-peas {
  position: absolute;
}

.shapes .shape-seeds {
  width: 15.46875vw;
  height: 15.05208vw;
}

.shapes .shape-seeds img {
  position: relative;
  top: -80%;
  left: -20%;
}

.shapes .shape-onion {
  width: 29.47917vw;
  height: 20.20833vw;
}

.shapes .shape-onion img {
  position: relative;
  top: 0%;
  left: -20%;
}

.shapes .shape-peas {
  width: 25.78125vw;
  height: 42.8125vw;
}

.shapes .shape-peas img {
  position: relative;
  top: -5%;
  right: -20%;
}

.shapes__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15.625vw 7.55208vw;
}

.shapes__boxes h3 {
  font-family: "BureauGrotesque-ThreeSeven";
  color: #960136;
  text-transform: uppercase;
  font-size: 3.90625vw;
  line-height: 1.06;
  margin: 0;
}

.shapes__boxes p {
  max-width: 40ch;
}

.shapes__box1, .shapes__box2, .shapes__box3 {
  position: relative;
  width: 31.25vw;
}

.shapes__box1 {
  margin-bottom: 16.66667vw;
}

.shapes__box2 {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: -5.20833vw;
}

.shapes .square-1,
.shapes .square-2,
.shapes .square-3 {
  width: 2.60417vw;
  height: 2.60417vw;
  background: red;
  position: absolute;
}
/*# sourceMappingURL=style.css.map */