@font-face {
  font-family: Product sans;
  src: url('../fonts/Product-Sans-Bold-Italic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Product sans;
  src: url('../fonts/Product-Sans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Product sans;
  src: url('../fonts/Product-Sans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Product sans;
  src: url('../fonts/Product-Sans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Plusjakartatext;
  src: url('../fonts/PlusJakartaText-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Plusjakartatext;
  src: url('../fonts/PlusJakartaText-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Plusjakartatext;
  src: url('../fonts/PlusJakartaText-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

:root {
  --saddle-brown: #4e3a11;
  --ghost-white: #f6f7fb;
  --yellow-green: #b3cf42;
  --orange: #f9c200;
  --blue: #60d6e6;
  --green: #00b98f;
  --pink: #f4828b;
  --red: #e74c3c;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gt Eesti Pro Display;
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--saddle-brown);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 39px;
}

h3 {
  color: var(--saddle-brown);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Product sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

h4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Sf Pro Display;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

p {
  color: #666;
  margin-bottom: 10px;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

a {
  text-decoration: underline;
  transition: opacity .2s;
}

a:hover {
  opacity: .75;
}

.hero {
  background-color: var(--ghost-white);
  background-image: linear-gradient(to bottom, var(--ghost-white), #fff0 40%), url('../images/bg-leafs.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 300px;
  justify-content: center;
  align-items: center;
  height: 65vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
  transition: opacity .3s;
}

.section.gray {
  background-color: var(--ghost-white);
  position: relative;
  overflow: hidden;
}

.wrapper {
  z-index: 999;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.hero-paragraph {
  color: #4e3a11;
  margin-bottom: 30px;
  font-family: Plusjakartadisplay, sans-serif;
}

.hero-paragraph.gray {
  color: #6c6c6c;
  font-size: 14px;
}

.hero-paragraph.nopad {
  color: #666;
  letter-spacing: .5px;
  margin-bottom: 10px;
  font-size: 14px;
}

.hero-heading {
  color: var(--saddle-brown);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Product sans, sans-serif;
  font-size: 45px;
  line-height: 48px;
}

.button {
  background-color: var(--yellow-green);
  border-radius: 5px;
  height: 50px;
  margin-right: 10px;
  padding: 16px 22px 11px;
  font-family: Product sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: opacity .2s;
}

.button:hover {
  opacity: .9;
}

.button.brown {
  background-color: var(--saddle-brown);
  background-image: url('../images/download.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 45px;
}

.button.center {
  margin-left: auto;
  margin-right: auto;
}

.nav-link {
  color: var(--saddle-brown);
  text-transform: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Product sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--saddle-brown);
}

.nav-link.dd {
  padding-right: 41px;
  font-weight: 700;
}

.nav-link.dd.w--open {
  color: var(--saddle-brown);
}

.nav-button {
  background-color: var(--yellow-green);
  color: var(--saddle-brown);
  text-transform: none;
  border: 1px #fff;
  border-radius: 5px;
  margin-left: 25px;
  padding: 11px 22px;
  font-family: Gt Eesti Pro Display;
  font-size: 15px;
  font-weight: 500;
}

.nav-button.icon {
  background-color: var(--saddle-brown);
  color: #fff;
  background-image: url('../images/download.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 20px;
  align-items: center;
  height: 50px;
  padding-left: 50px;
  font-family: Product sans, sans-serif;
  font-weight: 700;
  display: flex;
}

.hero-decor {
  width: 100%;
  margin-bottom: -2px;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-decor.second {
  z-index: 9;
  margin-top: 0;
  top: 78px;
}

.line-seperator {
  background-color: var(--yellow-green);
  width: 88px;
  height: 3px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.slider-button {
  background-color: var(--ghost-white);
  color: #333;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding: 14px;
  font-size: 24px;
  left: -28px;
  box-shadow: 0 1px 2px #00000024;
}

.offering-wrap {
  text-align: left;
  width: 80%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.offering-background {
  z-index: 1;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.offering-background.leaf {
  height: 100px;
}

.help-wrap {
  background-color: #fff;
  border: 1px solid #0000001c;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  margin-left: 0;
  margin-right: auto;
  padding: 9px;
  display: flex;
}

.h3-centred {
  text-align: center;
}

.footer {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-right {
  color: #999;
  text-align: right;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 12px;
  display: flex;
}

.decor-top {
  z-index: 9999;
  opacity: 1;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
  transform: rotate(180deg);
}

.decor-top.rotate {
  z-index: 0;
  margin-top: 129px;
  position: absolute;
  transform: rotate(180deg);
}

.menu-icon {
  display: inline-block;
  position: relative;
}

.nav1-menu-wrap {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brand-2 {
  padding-left: 0;
  display: flex;
}

.brand-2:hover {
  opacity: .7;
}

.nav1-menu {
  display: flex;
}

.menu-button {
  margin-left: 24px;
  padding: 0;
}

.menu-button:hover {
  opacity: .7;
}

.menu-button.w--open {
  background-color: #0000;
}

.navbar-v2 {
  z-index: 100;
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  background-color: #fff0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.content-wrap {
  flex-direction: column;
}

.p-center-resp {
  letter-spacing: .5px;
  font-size: 14px;
}

.p-center-resp.italic {
  font-size: 26px;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
}

.p-center-resp.right {
  text-align: left;
}

.p-center-resp.center {
  text-align: center;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.dd-link {
  letter-spacing: .5px;
  font-family: Product sans, sans-serif;
  font-weight: 400;
}

.dd-link:hover {
  background-color: var(--ghost-white);
  opacity: 1;
}

.dd-link.w--current {
  color: var(--yellow-green);
}

.container {
  display: flex;
}

.container-2 {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-3 {
  flex: 1;
}

.navbar {
  z-index: 9;
  background-color: var(--yellow-green);
  background-image: linear-gradient(167deg, var(--yellow-green) 52%, #00a6508f);
  height: 120px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 1px 1px 10px #0000001c;
}

.image-2 {
  width: 600px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.link {
  color: var(--yellow-green);
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.div-block {
  margin-top: 10px;
}

.link-gray {
  color: #999;
}

.link-downloads {
  background-image: url('../images/5ec3f959c985916b8276da1a_plan_emoji.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.link-downloads:hover {
  opacity: .65;
}

.link-downloads:visited {
  opacity: .35;
}

.div-header {
  align-items: center;
  min-height: 250px;
  margin-top: 50px;
  display: flex;
}

.div-header.sall {
  align-items: center;
  min-height: 200px;
  margin-top: 23px;
  padding-top: 56px;
}

.div-header.sall.atendimento {
  min-height: 400px;
}

.container-4 {
  flex: 1;
}

.spacer {
  height: 50px;
}

.spacer._25 {
  height: 25px;
}

.folha {
  z-index: 9999;
  margin-top: 2px;
  position: absolute;
  right: 0;
}

.folha.off {
  display: none;
}

.div-pic-shadow {
  background-color: #fff;
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 80%;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 29px;
  display: flex;
  box-shadow: 4px 4px 10px #0000000d;
}

.div-pic-shadow.type1 {
  background-image: url('../images/1_1.jpg');
  background-size: cover;
  justify-content: flex-start;
  margin-right: 0;
}

.div-pic-shadow.type1._3 {
  background-image: url('../images/3.jpg');
}

.div-pic-shadow.type1.construcao {
  background-image: url('../images/10661630_297237007149104_3432380048373752037_o.jpg');
}

.div-pic-shadow.type1.sobre {
  background-image: url('../images/3_1.jpg');
}

.div-pic-shadow._2 {
  background-image: url('../images/2.jpg');
  margin-left: 0;
}

.div-pic-shadow._2.igreja {
  background-image: url('../images/solid_black1.jpg');
  background-repeat: no-repeat;
  background-size: auto;
}

.div-pic-shadow.tall {
  background-image: url('../images/DSC_9889-1.jpg');
  justify-content: flex-end;
  min-height: 650px;
  margin-right: 0;
}

.div-pic-shadow.book {
  filter: saturate(139%);
  background-image: url('../images/book.jpg');
  min-height: 600px;
}

.div-pic-shadow.book._2 {
  filter: none;
  background-image: url('../images/book_1.jpg');
  background-size: cover;
  min-height: 450px;
}

.dots {
  margin-left: -62px;
  position: absolute;
  bottom: -32px;
}

.dots.dots2 {
  margin-left: 62px;
  margin-right: 0;
}

.dots.neg {
  margin-left: 62px;
  bottom: 95px;
}

.column-mid, .columns-2 {
  align-items: center;
  display: flex;
}

.list {
  color: var(--yellow-green);
}

.column-3 {
  padding-top: 158px;
}

.column-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-3 {
  float: right;
}

.lightbox {
  text-align: left;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.image-4 {
  border-radius: 5px;
  margin-right: 20px;
  box-shadow: 2px 2px 8px -1px #00000026;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
  }

  h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section, .section.gray {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wrapper {
    padding-left: 8px;
    padding-right: 8px;
    position: static;
  }

  .hero-paragraph {
    font-size: 14px;
  }

  .hero-heading {
    font-size: 41px;
    line-height: 40px;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .nav-link, .nav-link.dd {
    width: 100%;
  }

  .nav-button {
    display: none;
  }

  .nav-button.icon {
    width: 250px;
    margin-left: 0;
  }

  .offering-background.leaf {
    height: 100px;
  }

  .footer {
    padding-bottom: 10px;
  }

  .decor-top.rotate {
    margin-top: 121px;
  }

  .nav1-menu {
    z-index: 15;
    background-color: var(--ghost-white);
    border-bottom: 1px solid #ebedee;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-button {
    margin-left: 24px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navbar-v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-wrap {
    align-items: center;
  }

  .container-2 {
    margin-top: 0;
    display: block;
  }

  .nav-menu {
    background-color: var(--ghost-white);
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 1px 1px 9px #00000045;
  }

  .dropdown-list.w--open {
    position: relative;
  }

  .image-2 {
    width: 400px;
  }

  .menu-button-2 {
    color: var(--saddle-brown);
  }

  .menu-button-2.w--open {
    background-color: var(--saddle-brown);
  }

  .folha {
    z-index: 0;
    width: 400px;
  }

  .div-pic-shadow.type1, .div-pic-shadow._2 {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
  }

  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .hero {
    height: 55vh;
  }

  .section, .section.gray {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .wrapper {
    margin-top: 10px;
  }

  .hero-heading {
    flex: 1;
    font-size: 37px;
    line-height: 38px;
  }

  .button.center, .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-decor.second {
    top: 90px;
  }

  .slider-button {
    padding: 10px;
  }

  .offering-background.leaf {
    z-index: 0;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    margin-left: 20px;
  }

  .navbar-v2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-2 {
    width: 300px;
  }

  .column {
    padding-right: 30%;
  }

  .div-header.sall {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-pic-shadow.type1.sobre {
    min-height: 300px;
  }

  .div-pic-shadow._2.igreja {
    background-size: 150px;
    min-height: 300px;
  }

  .div-pic-shadow.tall {
    display: none;
  }

  .div-pic-shadow.book {
    width: 100%;
    min-height: 400px;
  }

  .column-mid {
    align-items: flex-start;
  }

  .columns-3 {
    display: flex;
  }

  .columns-4 {
    flex-direction: column-reverse;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: auto;
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .hero-paragraph {
    margin-bottom: 20px;
  }

  .hero-paragraph.nopad, .hero-heading {
    position: relative;
  }

  .button {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-decor.second, .slider-button {
    display: none;
  }

  .offering-wrap {
    text-align: center;
    width: 100%;
  }

  .help-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 12px;
  }

  .footer-right {
    text-align: center;
    align-items: center;
    margin-top: 20px;
    font-size: 10px;
  }

  .decor-top.rotate {
    z-index: 99;
    margin-top: 120px;
    top: -1%;
  }

  .menu-button {
    margin-left: 16px;
  }

  .navbar-v2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .p-center-resp.italic {
    margin-top: 30px;
  }

  .container-2 {
    margin-top: 10px;
  }

  .nav-menu {
    padding-top: 40px;
    box-shadow: 0 10px 9px #00000045;
  }

  .navbar {
    background-image: url('../images/5ec3f959c985915e2f76da0e_hero-footer.svg'), linear-gradient(167deg, var(--yellow-green) 52%, #00a6508f);
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
  }

  .image-2 {
    width: 150px;
  }

  .column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .column-2 {
    text-align: center;
  }

  .link-downloads {
    margin-left: auto;
    margin-right: auto;
  }

  .div-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-header.sall {
    padding-top: 0;
  }

  .div-header.sall.atendimento {
    margin-top: 50px;
  }

  .folha {
    z-index: -1;
  }

  .div-pic-shadow.type1 {
    width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-pic-shadow.type1.construcao {
    min-height: 300px;
  }

  .div-pic-shadow.type1.sobre {
    margin-top: 0;
  }

  .div-pic-shadow._2 {
    width: 100%;
    margin-top: 40px;
  }

  .div-pic-shadow.book._2 {
    min-height: 400px;
  }

  .dots {
    bottom: -50px;
  }

  .column-mid {
    flex-direction: column;
  }

  .column-mid.rev {
    flex-direction: column-reverse;
  }

  .columns-2, .columns-3 {
    flex-direction: column;
  }

  .column-3 {
    padding-top: 19px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }
}


@font-face {
  font-family: 'Product sans';
  src: url('../fonts/Product-Sans-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Product sans';
  src: url('../fonts/Product-Sans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Product sans';
  src: url('../fonts/Product-Sans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Product sans';
  src: url('../fonts/Product-Sans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}