:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.heading {
  color: #131313;
  text-align: center;
  font-family: "Mint Grotesk V 131", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.section {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 32px;
  display: flex;
}

.section-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-bg {
  background-image: linear-gradient(rgba(230, 230, 230, .5), rgba(230, 230, 230, .5));
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.img-bg.plus {
  padding-left: 8px;
  padding-right: 8px;
}

.quick-stack {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  width: 120px;
}

.section-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.div-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 14px;
  display: flex;
}

.text-block {
  color: var(--white);
  background-color: #3b3b3b;
  border-radius: 20px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: "Mint Grotesk V 131", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.paragraph {
  color: #333;
  text-align: center;
  letter-spacing: .3px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
}

.paragraph.edit {
  text-align: left;
  margin-bottom: 4px;
}

.paragraph.ar {
  text-align: left;
  padding-top: 24px;
  font-size: 14px;
}

.sample {
  color: #00e;
  text-align: center;
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #d6d6d6;
  border-radius: 15px;
  margin-left: 0;
  font-family: "Mint Grotesk V 131", sans-serif;
  text-decoration: underline;
}

.sample:hover {
  color: #551a8b;
  background-color: rgba(19, 19, 19, 0);
  border-color: #260247;
  font-weight: 500;
}

.sample:visited {
  color: #551a8b;
}

.sample.download {
  color: #fff;
  background-color: #00e;
  border-style: none;
  font-weight: 500;
  text-decoration: underline;
}

.sample.download:hover {
  background-color: #551a8b;
}

.sample.download:visited {
  background-color: #551a8b;
  font-weight: 400;
}

.sample.horizontal {
  margin-left: 20%;
  margin-right: 20%;
}

.heading-2 {
  color: #131313;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Mint Grotesk V 131", sans-serif;
  line-height: 170%;
}

.heading-2.edit {
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
}

.heading-2.sem-32 {
  margin-bottom: 0;
}

.div-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2.not-sure {
  align-items: stretch;
}

.text-block-2 {
  color: #999;
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.cell, .cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.text-block-3 {
  font-family: Inter, sans-serif;
}

.text-span {
  color: #333;
  font-size: 20px;
  font-weight: 400;
}

.div-block-3, .div-block-4 {
  height: 80px;
}

.legenda {
  color: #131313;
  text-align: center;
  letter-spacing: .3px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 170%;
}

.legenda.illustrator {
  text-align: left;
}

.big-number {
  margin-top: 10px;
  font-family: "Mint Grotesk V 131", sans-serif;
  font-size: 32px;
  font-weight: 900;
}

.div-block-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: #999;
  letter-spacing: .8px;
  font-family: "Mint Grotesk V 131", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.link:hover, .link:visited {
  color: #551a8b;
}

.body {
  background-color: #fff;
}

.div-block-6 {
  height: 80px;
}

.html-embed-3 {
  justify-content: center;
  margin-bottom: 35px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: rgba(230, 230, 230, .5);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 64px;
  padding-right: 48px;
  display: flex;
}

.section-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-8 {
  flex-flow: column;
  display: flex;
}

.icon.accordion-icon {
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  font-family: Material Icons, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  color: #131313;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Mint Grotesk V 131", sans-serif;
  line-height: 30px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

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

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item {
  box-shadow: none;
  background-color: rgba(230, 230, 230, .5);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
}

.bold-text {
  color: #131313;
}

.bold-text.detalhe {
  color: #333;
  font-weight: 400;
}

.text-span-2 {
  color: #ddd;
  font-weight: 400;
}

.cell-3 {
  align-items: stretch;
}

.cell-3.not-sure {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.section-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 767px) {
  .accordion-item-content {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .section-4 {
    flex-flow: row;
  }

  .div-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block-3 {
    display: none;
  }

  .div-block-7 {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .quick-stack-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .utility-page-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
  }

  .heading-3 {
    font-family: "Mint Grotesk V 131", sans-serif;
  }

  .text-block-5 {
    font-family: Inter, sans-serif;
  }
}

#w-node-d9d12c20-3502-c54d-4587-50f0df7ab1f0-b1a08a5c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_432d8aac-7c64-3587-0f41-1a474361be0b-b1a08a5c, #w-node-_9d5716c3-6031-31bd-a4dc-3fd5103de713-b1a08a5c {
  grid-column: span 2 / span 2;
}

#w-node-a527680d-4c43-3868-cdf1-1adec60d5858-b1a08a5c, #w-node-f05d5ac8-c8a1-80e9-873e-8b39195ffa49-b1a08a5c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-f05d5ac8-c8a1-80e9-873e-8b39195ffa4a-b1a08a5c {
  grid-column: span 2 / span 2;
}

#w-node-_8a14804e-45f7-e84a-0c9a-1b1dbb9da2ab-b1a08a5c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-d9d12c20-3502-c54d-4587-50f0df7ab1f0-b1a08a5c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_432d8aac-7c64-3587-0f41-1a474361be0b-b1a08a5c, #w-node-_7dc30e75-a10b-e6a2-744e-e2dcb1bb98c5-b1a08a5c, #w-node-_9d5716c3-6031-31bd-a4dc-3fd5103de713-b1a08a5c {
    grid-column: span 2 / span 2;
  }

  #w-node-f05d5ac8-c8a1-80e9-873e-8b39195ffa49-b1a08a5c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-f05d5ac8-c8a1-80e9-873e-8b39195ffa4a-b1a08a5c {
    grid-column: span 2 / span 2;
  }

  #w-node-_8a14804e-45f7-e84a-0c9a-1b1dbb9da2ab-b1a08a5c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Mint Grotesk V 131';
  src: url('../fonts/Mint-Grotesk-Bold-V131.woff2') format('woff2'), url('../fonts/Mint-Grotesk-ExtraBold-V131.woff2') format('woff2'), url('../fonts/Mint-Grotesk-Bold-V131.woff') format('woff'), url('../fonts/Mint-Grotesk-ExtraBold-V131.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mint Grotesk V 131';
  src: url('../fonts/Mint-Grotesk-Black-V131.woff2') format('woff2'), url('../fonts/Mint-Grotesk-Heavy-V131.woff2') format('woff2'), url('../fonts/Mint-Grotesk-Heavy-V131.woff') format('woff'), url('../fonts/Mint-Grotesk-Black-V131.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mint Grotesk V 131';
  src: url('../fonts/Mint-Grotesk-Medium-V131.woff2') format('woff2'), url('../fonts/Mint-Grotesk-Medium-V131.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mint Grotesk V 131';
  src: url('../fonts/Mint-Grotesk-Regular-V131.woff2') format('woff2'), url('../fonts/Mint-Grotesk-Regular-V131.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mint Grotesk V 131';
  src: url('../fonts/Mint-Grotesk-Thin-V131.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mint Grotesk V 131';
  src: url('../fonts/Mint-Grotesk-Light-V131.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}