@import url("https://use.typekit.net/xfh6ois.css");
@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("assets/fonts/Gilroy-Medium.woff2") format("woff2"), url("assets/fonts/Gilroy-Medium.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("assets/fonts/Gilroy-Bold.woff2") format("woff2"), url("assets/fonts/Gilroy-Bold.woff") format("woff");
}
/** Font weights */
/** Colors */
/** Mediaquery breakpoints */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Gilroy", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.19;
  color: #707070;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  max-width: 162.2rem;
  width: 94%;
  margin: 0 auto;
  padding-right: 7.7rem;
}
@media screen and (max-width: 90em) {
  .container {
    padding-right: 0;
  }
}

::-moz-selection {
  background-color: rgba(120, 120, 120, 0.2);
  padding: 1rem;
}

::selection {
  background-color: rgba(120, 120, 120, 0.2);
  padding: 1rem;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.25s ease color;
  transition: 0.25s ease color;
  color: #707070;
}
a:focus-visible {
  outline: 0.1rem dashed #3d4b20;
}
a:hover, a:focus {
  color: #3d4b20;
  opacity: 1;
}

button,
input {
  border: none;
}
button:focus, button:focus-visible,
input:focus,
input:focus-visible {
  outline: 0.1rem dashed #3d4b20;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "miller-display", serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

h1 {
  font-size: 6rem;
}
@media screen and (max-width: 80em) {
  h1 {
    font-size: 5.1rem;
  }
}
@media screen and (max-width: 48em) {
  h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 30em) {
  h1 {
    font-size: 3.2rem;
  }
}

h2 {
  font-size: 4rem;
}
@media screen and (max-width: 80em) {
  h2 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 48em) {
  h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 30em) {
  h2 {
    font-size: 2.6rem;
  }
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

p {
  margin: 0 0 3.6rem;
  line-height: 1.1875;
}
p:last-child {
  margin-bottom: 0;
}

.sr-only {
  font-size: 0;
  text-indent: -999rem;
  display: inline-block;
  position: absolute;
}

.header {
  padding: 6.4rem 0 17rem;
}
@media screen and (max-width: 80em) {
  .header {
    padding: 5rem 0 10rem;
  }
}
@media screen and (max-width: 68em) {
  .header {
    padding: 3rem 0 6rem;
  }
}
@media screen and (max-width: 48em) {
  .header {
    padding: 2.5rem 0 5rem;
  }
}
.header__brand {
  display: block;
}
.header__brand-image {
  width: 40.1rem;
}
@media screen and (max-width: 68em) {
  .header__brand-image {
    width: 35rem;
  }
}
@media screen and (max-width: 48em) {
  .header__brand-image {
    width: 30rem;
  }
}
@media screen and (max-width: 30em) {
  .header__brand-image {
    width: 26rem;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 68em) {
  .header__inner {
    display: block;
  }
}
.header__info {
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 68em) {
  .header__info {
    margin: 1.5rem 0 0;
  }
}

.page {
  padding-bottom: 4rem;
}
@media screen and (max-width: 68em) {
  .page {
    padding-bottom: 2.5rem;
  }
}
.page__content {
  padding-left: 7.7rem;
}
@media screen and (max-width: 80em) {
  .page__content {
    padding-left: 0;
  }
}
.page__title {
  color: #f3935f;
  margin-bottom: 8rem;
}
@media screen and (max-width: 68em) {
  .page__title {
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 48em) {
  .page__title {
    margin-bottom: 3rem;
  }
}
.page__title-highlight {
  color: #3d4b20;
  display: inline-block;
}

.section {
  margin-bottom: 12.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 68em) {
  .section {
    display: block;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 48em) {
  .section {
    margin-bottom: 4rem;
  }
}
.section__image {
  width: 100%;
  max-width: 38.5rem;
  height: 48rem;
  display: block;
  margin-right: 6.4rem;
  background-color: #c9c9c9;
}
@media screen and (max-width: 80em) {
  .section__image {
    margin-right: 5rem;
  }
}
@media screen and (max-width: 68em) {
  .section__image {
    max-width: 32rem;
    height: auto;
    margin-right: 0;
    margin-bottom: 4rem;
  }
}
.section__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section__title {
  color: #3d4b20;
  max-width: 77rem;
  margin-top: -1rem;
  margin-bottom: 5rem;
}
.section__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: -0.6rem;
}
@media screen and (max-width: 80em) {
  .section__columns {
    display: block;
    margin-bottom: 0;
  }
}
.section__column strong {
  color: #3d4b20;
}
.section__column p {
  margin-bottom: 0;
}
.section__column:nth-child(2) {
  color: #3d4b20;
}
@media screen and (max-width: 80em) {
  .section__column:nth-child(2) {
    margin-top: 1.4rem;
  }
}

.footer__inner {
  position: relative;
  padding-top: 4.3rem;
  border-top: 0.6rem solid #f3935f;
  margin-left: 7.7rem;
}
@media screen and (max-width: 80em) {
  .footer__inner {
    margin-left: 0;
  }
}
@media screen and (max-width: 48em) {
  .footer__inner {
    padding-top: 3.5rem;
  }
}
.footer__columns {
  max-width: 112rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 20rem;
}
@media screen and (max-width: 42em) {
  .footer__columns {
    padding-right: 0;
  }
}
.footer__column {
  position: relative;
  padding-bottom: 2rem;
  padding-right: 4rem;
}
.footer__column:last-child {
  padding-left: 0;
}
.footer__column:nth-child(2) {
  padding-right: 12rem;
}
@media screen and (max-width: 30em) {
  .footer__column:nth-child(2) {
    padding-right: 8rem;
  }
}
.footer__column-title {
  display: block;
}
.footer__column-label {
  width: 6.8rem;
  display: inline-block;
}
.footer__link {
  color: #707070;
}
.footer__whatsapp {
  position: absolute;
  right: 2rem;
  top: 0;
  display: inline-block;
}
@media screen and (max-width: 30em) {
  .footer__whatsapp {
    right: 0;
  }
}
.footer__whatsapp-image {
  display: block;
  width: 3.1rem;
  height: 3.1rem;
}
.footer__copyright {
  position: absolute;
  right: 0;
  top: 4.3rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 42em) {
  .footer__copyright {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 2rem;
  }
}