@charset "UTF-8";
/** @format */
:root {
  /* Colors */
  --dpc-dark-green: #023d35;
  --dark-green: #015c51;
  --green: #6f7d00;
  --dpc-light-green: #BDD646;
  --dpc-blue: rgba(172, 209, 231, 0.4);
  --blue: #acd1e7;
  --blue-green:#9bcabb;
  --warm-grey: #e2dfdb;
  --dpc-dark-grey:#58595B;
  --dpc-light-grey:#edeeef;
  --orange: #f58a33;
  --white: #ffffff;
  --black-100: #000000;
  --black-80: rgba(0, 0, 0, 0.8);
  --black-60: rgba(0, 0, 0, 0.6);
  --black-40: rgba(0, 0, 0, 0.4);
  --black-20: rgba(0, 0, 0, 0.2);
  /* Effects */
  --font-base-size: 16px;
  /* paddings */
  --padding-desktop: 5rem;
  --padding-tablet: 1rem;
  --post-width: 43.75rem;
  --post-block-margin: 0 auto 2.5rem auto;
  --font-size:16px;
  --outer-margin-sm: 16px;
  --outer-margin-md: 40px;
  --outer-margin-lg: 140px;
  --drawer-width: 25rem;
  --spacing-xxs: 0.25rem;
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 2.5rem;
  --page-width: 1320px;
  --inner-page-width: 100%;
}

/** @format */
/** @format */
/** @format */
/**
* Breakpoints
*
*/
/**
 * Flex
 */
.open-sans, .open-sans-light, .body-x-small-light, .body-small-light, .body-medium-light, .body-large-light, .h5-light, .h4-light, .h3-light, h2, .h2-light, .h1-light, .open-sans-regular, .body-x-small-regular, .body-small-regular, .body-medium-regular, .body-large-regular, body, .h5-regular, .h4-regular, .h3-regular, .h2-regular, .h1-regular, .open-sans-semi-bold, .body-x-small-bold, .body-small-bold, .body-medium-bold, .body-large-bold, .open-sans-bold, .h5-bold, .h4-bold, .h3-bold, .h2-bold, .h1-bold, .numbers-small, .numbers-medium, .numbers-large {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.open-sans-bold, .h5-bold, .h4-bold, .h3-bold, .h2-bold, .h1-bold, .numbers-small, .numbers-medium, .numbers-large {
  font-weight: 700;
}

.open-sans-semi-bold, .body-x-small-bold, .body-small-bold, .body-medium-bold, .body-large-bold {
  font-weight: 600;
}

.open-sans-regular, .body-x-small-regular, .body-small-regular, .body-medium-regular, .body-large-regular, body, .h5-regular, .h4-regular, .h3-regular, .h2-regular, .h1-regular {
  font-weight: 400;
}

.open-sans-light, .body-x-small-light, .body-small-light, .body-medium-light, .body-large-light, .h5-light, .h4-light, .h3-light, h2, .h2-light, .h1-light {
  font-weight: 300;
}

.numbers-large {
  font-size: 5.375rem;
  line-height: 110%;
}

.numbers-medium {
  font-size: 4rem;
  line-height: 110%;
}

.numbers-small {
  font-size: 2.5rem;
  line-height: 110%;
}

.h1-light {
  font-size: 4rem;
  line-height: 110%;
}
@media only screen and (max-width: 767px) {
  .h1-light {
    font-size: 3rem;
  }
}

.h1-regular {
  font-size: 4rem;
  line-height: 110%;
}
@media only screen and (max-width: 767px) {
  .h1-regular {
    font-size: 3rem;
  }
}

.h1-bold {
  font-size: 4rem;
  line-height: 110%;
}
@media only screen and (max-width: 767px) {
  .h1-bold {
    font-size: 3rem;
  }
}

.h2-light {
  font-size: 3.5rem;
  line-height: 1.1;
  letter-spacing: -2;
}
@media only screen and (max-width: 767px) {
  .h2-light {
    font-size: 2.5rem;
  }
}

.h2-regular {
  font-size: 3.5rem;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .h2-regular {
    font-size: 2.5rem;
  }
}

.h2-bold {
  font-size: 3.5rem;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .h2-bold {
    font-size: 2.5rem;
  }
}

.h3-light, h2 {
  font-size: 2.4rem;
  line-height: 110%;
}
@media only screen and (max-width: 767px) {
  .h3-light, h2 {
    font-size: 2rem;
  }
}

.h3-regular {
  font-size: 2.4rem;
  line-height: 110%;
}
@media only screen and (max-width: 767px) {
  .h3-regular {
    font-size: 2rem;
  }
}

.h3-bold {
  font-size: 2.4rem;
  line-height: 110%;
}
@media only screen and (max-width: 767px) {
  .h3-bold {
    font-size: 2rem;
  }
}

.h4-light {
  font-size: 1.333rem;
  line-height: 110%;
}
@media only screen and (max-width: 767px) {
  .h4-light {
    font-size: 1.1rem;
  }
}

.h4-regular {
  font-size: 1.333rem;
  line-height: 110%;
}
@media only screen and (max-width: 767px) {
  .h4-regular {
    font-size: 1.1rem;
  }
}

.h4-bold {
  font-size: 1.333rem;
  line-height: 110%;
}
@media only screen and (max-width: 767px) {
  .h4-bold {
    font-size: 1.1rem;
  }
}

.h5-light {
  font-size: 1rem;
  line-height: 110%;
}
@media only screen and (max-width: 767px) {
  .h5-light {
    font-size: 0.8rem;
  }
}

.h5-regular {
  font-size: 1rem;
  line-height: 110%;
}
@media only screen and (max-width: 767px) {
  .h5-regular {
    font-size: 0.8rem;
  }
}

.h5-bold {
  font-size: 1rem;
  line-height: 110%;
}
@media only screen and (max-width: 767px) {
  .h5-bold {
    font-size: 0.8rem;
  }
}

body {
  font-size: 16px;
}

.body-large-light {
  font-size: 1.25rem;
  line-height: 140%;
}
@media only screen and (min-width: 767.02px) {
  .body-large-light {
    font-size: 1.5rem;
    line-height: 110%;
  }
}

.body-large-regular {
  font-size: 1.25rem;
  line-height: 140%;
}
@media only screen and (min-width: 767.02px) {
  .body-large-regular {
    font-size: 1.5rem;
    line-height: 110%;
  }
}

.body-large-bold {
  font-size: 1.25rem;
  line-height: 140%;
}
@media only screen and (min-width: 767.02px) {
  .body-large-bold {
    font-size: 1.5rem;
    line-height: 110%;
  }
}

.body-medium-light {
  font-size: 1.125rem;
  line-height: 140%;
}

.body-medium-regular {
  font-size: 1.125rem;
  line-height: 140%;
}

.body-medium-bold {
  font-size: 1.125rem;
  line-height: 140%;
}
@media only screen and (max-width: 767px) {
  .body-medium-bold {
    font-size: 1.5rem;
    line-height: 110%;
  }
}

.body-small-light {
  font-size: 1rem;
  line-height: 140%;
}
@media only screen and (max-width: 767px) {
  .body-small-light {
    font-size: 1.25rem;
  }
}

.body-small-regular {
  font-size: 1rem;
  line-height: 140%;
}
@media only screen and (max-width: 767px) {
  .body-small-regular {
    font-size: 1.25rem;
  }
}

.body-small-bold {
  font-size: 1rem;
  line-height: 140%;
}
@media only screen and (max-width: 767px) {
  .body-small-bold {
    font-size: 1.25rem;
  }
}

.body-x-small-light {
  font-size: 0.875rem;
  line-height: 140%;
}

.body-x-small-regular {
  font-size: 0.875rem;
  line-height: 140%;
}

.body-x-small-bold {
  font-size: 0.875rem;
  line-height: 110%;
}
@media only screen and (min-width: 767.02px) {
  .body-x-small-bold {
    font-size: 1rem;
  }
}

h2 {
  color: var(--dark-green);
}
@media only screen and (min-width: 767.02px) {
  h2 {
    font-size: 3rem;
  }
}

.text-left {
  text-align: left !important;
}

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

.text-right {
  text-align: right !important;
}

/** @format */
/** @format */
/** @format */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}

template {
  display: none;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  font-size: var(--font-base-size);
  background: var(--white);
  color: var(--black-100);
}

img,
iframe,
video,
audio,
object {
  max-width: 100%;
}

img,
iframe {
  border: 0 none;
}

img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

b,
strong {
  font-weight: bolder;
}

address {
  font-style: normal;
}

svg:not(:root) {
  overflow: hidden;
}

a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}

button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

button,
select {
  text-transform: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

nav ul,
nav ol {
  list-style: none outside none;
}

input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input::placeholder {
  color: inherit;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

textarea::placeholder {
  color: inherit;
  opacity: 1;
}

input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

p:last-child {
  margin-bottom: 0;
}

section {
  scroll-margin-top: 32px;
}

/** @format */
/** @format */
html {
  height: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--outer-margin-sm);
  padding-right: var(--outer-margin-sm);
  width: 100%;
  max-width: var(--page-width);
}

.container--fluid {
  max-width: none;
}

.container--flush {
  padding-left: 0;
  padding-right: 0;
}

.inner-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: var(--inner-page-width);
  padding-left: var(--outer-margin-sm);
  padding-right: var(--outer-margin-sm);
  width: 100%;
}
@media only screen and (min-width: 767.02px) {
  .inner-container {
    padding-left: var(--outer-margin-md);
    padding-right: var(--outer-margin-md);
  }
}
@media only screen and (min-width: 1023.02px) {
  .inner-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@keyframes slideDownFade {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUpFade {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1; /* Altere este valor para a transparência final desejada do 25 */
  }
}
@keyframes flipInPlace {
  0% {
    transform: perspective(600px) rotateY(0deg);
    opacity: 0.75; /* Mantém a opacidade do passo anterior */
  }
  100% {
    transform: perspective(600px) rotateY(360deg);
    opacity: 0.75;
  }
}
@keyframes drawLinehorizontal {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes drawLinevertical {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeToGrey {
  from {
    background-color: #ffffff;
  }
  to {
    background-color: #f4f4f4; /* Coloque aqui o HEX do seu cinza exato ou var(--grey) */
  }
}
.fadeUp {
  opacity: 0;
  transform: translateY(24px);
  animation: fadeUp 0.6s ease forwards;
  animation-play-state: paused;
}

.in-view .fadeUp {
  animation-play-state: running;
}

.delay-2 {
  animation-delay: 0.2s;
}

.delay-3 {
  animation-delay: 0.3s;
}

.delay-4 {
  animation-delay: 0.4s;
}

/** @format */
/** @format */
.header {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: sticky; /* O pulo do gato aqui */
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  z-index: 1000;
}
@media only screen and (max-width: 767px) {
  .header {
    min-height: initial;
    height: 72px;
  }
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.header__logo {
  max-width: 8.8125rem;
  aspect-ratio: 47/16;
}
.header__language-mobile {
  position: relative;
}
@media only screen and (min-width: 767.02px) {
  .header__language-mobile {
    display: none;
    visibility: hidden;
  }
}
.header__language-mobile .trigger {
  background: var(--dpc-light-green, #a9b643);
  color: var(--dpc-dark-green);
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  border-radius: 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  font-weight: 600;
  width: 70px;
}
.header__language-mobile .trigger.open svg {
  transform: rotate(180deg);
}
.header__language-mobile .trigger:focus-visible {
  outline: 4px solid var(--dpc-dark-green, #023d35);
  outline-offset: 4px;
}
.header__language-mobile .dropdown {
  position: absolute;
  top: calc(100% + 0.25rem);
  right: 0;
  background: var(--white);
  z-index: 200;
  border-radius: 0.5rem;
}
.header__language-mobile .dropdown :nth-child(1) a {
  border-radius: 0.5rem 0.5rem 0 0;
}
.header__language-mobile .dropdown :nth-child(2) a {
  border-radius: 0 0 0.5rem 0.5rem;
}
.header__language-mobile .dropdown a {
  display: block;
  padding: 0.375rem 0.75rem;
  text-decoration: none;
  color: var(--dpc-dark-green);
  text-transform: capitalize;
}
.header__language-mobile .dropdown a:focus-visible {
  outline: 2px solid var(--dpc-dark-green, #023d35);
  outline-offset: -6px;
}
.header__language-mobile .dropdown a.current {
  background: var(--dpc-light-green, #a9b643);
}
.header__language-desktop {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.header__language-desktop a {
  display: flex;
  background: var(--White, #fff);
  border: 1px solid var(--dpc-dark-grey);
  text-decoration: none;
  color: var(--dpc-dark-grey);
  transition: all 0.2s ease-in-out;
}
.header__language-desktop a:focus-visible {
  outline: 2px solid var(--dpc-dark-green, #023d35);
  outline-offset: 4px;
}
.header__language-desktop a:hover {
  background: var(--warn-grey);
}
.header__language-desktop a:first-child {
  border-right: none;
  border-radius: 2.5rem 0 0 2.5rem;
  padding: 0.5rem 0.75rem 0.5rem 1rem;
}
.header__language-desktop a:last-child {
  border-radius: 0 2.5rem 2.5rem 0;
  padding: 0.5rem 1rem 0.5rem 0.75rem;
}
.header__language-desktop a.current {
  background: var(--dpc-dark-grey);
  pointer-events: none;
  color: var(--white);
}
.header__desktop {
  display: none;
}
@media only screen and (min-width: 767.02px) {
  .header__desktop {
    display: flex;
    gap: 2.5rem;
    align-items: center;
  }
}
.header__nav {
  display: flex;
}
.header__nav a {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
}
.header__nav a span {
  display: block;
  width: 0.938rem;
  height: 0.938rem;
  background-color: var(--dpc-light-green);
  aspect-ratio: 1/1;
  border: 1px solid var(--dpc-light-green);
  border-radius: 50%;
  transition: all 0.5s ease;
}
.header__nav a:focus-visible {
  outline: 2px solid var(--dpc-dark-green, #023d35);
  border-radius: 50%;
  outline-offset: -4px;
}
.header__nav a.current span {
  background: var(--dpc-dark-grey, #58595B);
  border-color: var(--dpc-dark-grey, #58595B);
  transition: all 0.5s ease;
}
.header .nav {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .header .nav {
    height: 72px;
  }
}
@media only screen and (min-width: 767.02px) {
  .header .nav .container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

/** @format */
/** @format */
.hero {
  background: var(--dpc-dark-grey);
  height: calc(100dvh - 96px);
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .hero {
    padding: 0;
    height: calc(100dvh - 72px);
  }
}
.hero .container {
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .hero .container {
    flex-direction: column;
  }
}
.hero .hero-number-art {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .hero .hero-number-art {
    display: grid;
    place-items: start;
  }
}
.hero .hero-number-art div {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
}
@media only screen and (max-width: 767px) {
  .hero .hero-number-art div {
    position: relative;
    justify-content: end;
    align-items: center;
    grid-area: 1/1;
  }
}
.hero .hero-number-art img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 767px) {
  .hero .hero-number-art img {
    height: auto;
    max-height: 550px;
  }
}
.hero .hero-number-art .hero__number-art-1 {
  animation-name: slideDownFade;
  animation-duration: 0.8s;
  animation-delay: 0.2s;
}
.hero .hero-number-art .hero__number-art-2 {
  animation-name: slideUpFade;
  animation-duration: 0.8s;
  animation-delay: 0.8s;
}
.hero .hero-number-art .hero__number-art-3 {
  animation-name: fadeInOpacity;
  animation-duration: 0.6s;
  animation-delay: 1.4s;
  transform-origin: center;
}
.hero__title {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  color: var(--white);
  position: relative;
  letter-spacing: -2px;
  align-self: center;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .hero__title {
    padding-top: 2rem;
    align-self: start;
    padding-bottom: 2rem;
  }
}
.hero__title span {
  animation: fadeUp 0.6s ease forwards;
}
.hero__title span:nth-child(1) {
  animation-delay: 0.2s;
}
.hero__title span:nth-child(2) {
  animation-delay: 0.3s;
}
.hero__title span:nth-child(3) {
  animation-delay: 0.4s;
}
.hero__title .d-flex {
  display: flex;
}
.hero__title .h2-regular {
  color: var(--dpc-light-green);
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .hero__title .h2-regular {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 767.02px) {
  .hero__line {
    grid-column: 1/2;
    grid-row: 2/3;
    display: block;
    width: 1px;
    height: 100%;
    background: var(--dpc-light-green);
  }
}
.hero__image-mobile {
  max-height: 34.25rem;
  place-self: end end;
}
@media only screen and (min-width: 767.02px) {
  .hero__image-mobile {
    display: none;
  }
}
.hero__image-desktop {
  display: none;
}
@media only screen and (min-width: 767.02px) {
  .hero__image-desktop {
    display: block;
    grid-column: 6/14;
    grid-row: 1/3;
    transform: translateX(110px);
    max-height: 53.25rem;
    aspect-ratio: 1/1;
  }
}

/** @format */
/** @format */
.timeline {
  opacity: 0;
  padding: 5rem 0 7rem 0;
  transition: opacity 0.4s ease-in-out;
}
.timeline.in-view {
  opacity: 1;
  --animation-state: running;
}
.timeline.timeline-ga {
  color: #000;
}
.timeline.timeline-ga .timeline__sidescroll ol .timeline__q-number::before {
  content: "C" counter(q-counter) !important;
  margin-top: -135px !important;
}
@media only screen and (max-width: 767px) {
  .timeline {
    min-height: initial;
    padding: 3rem 0;
  }
}
.timeline p {
  font-size: 0.917rem;
}
.timeline__wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-right: 0;
  padding-left: 0;
}
.timeline__title {
  display: flex;
  font-weight: 400;
  font-size: 2.417rem;
  color: var(--dpc-dark-grey);
  padding-left: 1rem;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .timeline__title {
    font-size: 2rem;
  }
}
.timeline .timeline__scroll-wrapper {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .timeline .timeline__scroll-wrapper {
    padding: 0; /* No mobile, tiramos o padding para ganhar espaço */
  }
}
.timeline .timeline__arrow {
  position: absolute;
  bottom: -100px;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--dpc-dark-grey);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: background-color 0.3s, opacity 0.3s;
}
.timeline .timeline__arrow:hover {
  background-color: var(--dpc-light-green);
}
@media only screen and (max-width: 767px) {
  .timeline .timeline__arrow {
    display: none;
  }
}
.timeline .timeline__arrow--prev {
  left: 20px;
}
.timeline .timeline__arrow--next {
  right: 20px;
}
.timeline .timeline__arrow.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.timeline .timeline__sidescroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 16px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.timeline .timeline__sidescroll::-webkit-scrollbar {
  display: none;
}
.timeline .timeline__sidescroll ol, .timeline .timeline__sidescroll ul {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}
.timeline .timeline__sidescroll ol {
  list-style: none;
  counter-reset: q-counter;
  padding-left: 1rem;
}
.timeline .timeline__sidescroll ol .timeline__q-number {
  flex: 0 0 auto;
  position: relative;
  counter-increment: q-counter;
  --animation-state: paused;
}
.timeline .timeline__sidescroll ol .timeline__q-number.is-visible {
  --animation-state: running;
}
.timeline .timeline__sidescroll ol .timeline__q-number::before {
  content: "Q" counter(q-counter);
  position: absolute;
  top: 50%;
  margin-top: -110px;
  left: 0;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #000;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 2.75rem;
  letter-spacing: -3px;
  z-index: 100;
  opacity: 0;
  animation: fadeInOpacity 0.7s ease-in-out forwards;
  animation-delay: calc(var(--x) * 0.7s);
  animation-play-state: var(--animation-state);
}
.timeline .timeline__sidescroll ol ul {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: stretch;
}
.timeline .timeline__sidescroll ol ul li {
  position: relative;
  max-width: 260px;
  display: flex;
  flex-direction: column;
}
.timeline .timeline__sidescroll ol ul li .content-top {
  padding: 0 0 45px 16px;
  height: 145px;
}
.timeline .timeline__sidescroll ol ul li .content-top.has-img {
  position: relative;
}
.timeline .timeline__sidescroll ol ul li .content-top.has-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  background-color: #000;
  width: 2px;
  animation: drawLinevertical 0.8s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.timeline .timeline__sidescroll ol ul li .content-top.has-img img {
  max-height: 100%;
  opacity: 0;
  animation: fadeInOpacity 0.4s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.timeline .timeline__sidescroll ol ul li .content-bottom {
  padding: 45px 60px 0 16px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
}
.timeline .timeline__sidescroll ol ul li .content-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  background-color: #000;
  width: 0;
  animation: drawLinehorizontal 0.8s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.timeline .timeline__sidescroll ol ul li .content-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  background-color: #000;
  width: 2px;
  animation: drawLinevertical 0.8s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.timeline .timeline__sidescroll ol ul li .content-bottom a {
  font-weight: bold;
  color: #005C50;
  font-size: 0.8rem;
  margin-top: 20px;
  position: relative;
  padding-right: 30px;
}
.timeline .timeline__sidescroll ol ul li .content-bottom a::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 22px;
  height: 10px;
  background: url("../assets/timeline/arrow-timeline-readmore.svg") no-repeat top right;
  -o-object-fit: contain;
     object-fit: contain;
}
.timeline .timeline__sidescroll ol ul li .content-bottom p, .timeline .timeline__sidescroll ol ul li .content-bottom a {
  opacity: 0;
  animation: fadeInOpacity 0.4s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.8s);
  animation-play-state: var(--animation-state);
}
.timeline .timeline__sidescroll ol ul li::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 135px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  border: 2px solid #000;
  background-color: var(--white);
  box-sizing: border-box;
  z-index: 100;
  opacity: 0;
  animation: fadeInOpacity 0.4s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.timeline .timeline__sidescroll ol ul li:first-child {
  width: 220px;
}
.timeline .timeline__sidescroll ol ul li:first-child::before {
  display: none;
}
.timeline .timeline__sidescroll ol ul li:first-child .content-bottom {
  border-left: none;
}
.timeline .timeline__sidescroll ol ul li:first-child .content-bottom::after {
  display: none;
}
.timeline .timeline__sidescroll ol .timeline__q-number:nth-child(1)::before {
  background-color: var(--dpc-light-green);
}
.timeline .timeline__sidescroll ol .timeline__q-number:nth-child(1) .content-bottom {
  border-color: var(--dpc-light-green);
}
.timeline .timeline__sidescroll ol .timeline__q-number:nth-child(1) .content-top.has-img::before {
  background-color: var(--dpc-light-green);
}
.timeline .timeline__sidescroll ol .timeline__q-number:nth-child(1) ul li::before {
  border-color: var(--dpc-light-green);
  background-color: var(--white);
}
.timeline .timeline__sidescroll ol .timeline__q-number:nth-child(1) ul li .content-bottom::before {
  background-color: var(--dpc-light-green);
}
.timeline .timeline__sidescroll ol .timeline__q-number:nth-child(1) ul li .content-bottom::after {
  background-color: var(--dpc-light-green);
}
.timeline .timeline__sidescroll ol .timeline__q-number:nth-child(2)::before {
  background-color: var(--blue-green);
}
.timeline .timeline__sidescroll ol .timeline__q-number:nth-child(2) .content-bottom {
  border-color: var(--blue-green);
}
.timeline .timeline__sidescroll ol .timeline__q-number:nth-child(2) .content-top.has-img::before {
  background-color: var(--blue-green);
}
.timeline .timeline__sidescroll ol .timeline__q-number:nth-child(2) ul li::before {
  border-color: var(--blue-green);
  background-color: var(--white);
}
.timeline .timeline__sidescroll ol .timeline__q-number:nth-child(2) ul li .content-bottom::before {
  background-color: var(--blue-green);
}
.timeline .timeline__sidescroll ol .timeline__q-number:nth-child(2) ul li .content-bottom::after {
  background-color: var(--blue-green);
}
.timeline .timeline__sidescroll ol .timeline__q-number:nth-child(3)::before {
  background-color: var(--orange);
}
.timeline .timeline__sidescroll ol .timeline__q-number:nth-child(3) .content-bottom {
  border-color: var(--orange);
}
.timeline .timeline__sidescroll ol .timeline__q-number:nth-child(3) .content-top.has-img::before {
  background-color: var(--orange);
}
.timeline .timeline__sidescroll ol .timeline__q-number:nth-child(3) ul li::before {
  border-color: var(--orange);
  background-color: var(--white);
}
.timeline .timeline__sidescroll ol .timeline__q-number:nth-child(3) ul li .content-bottom::before {
  background-color: var(--orange);
}
.timeline .timeline__sidescroll ol .timeline__q-number:nth-child(3) ul li .content-bottom::after {
  background-color: var(--orange);
}
.timeline .timeline__sidescroll ol .timeline__q-number:nth-child(4)::before {
  background-color: var(--blue);
}
.timeline .timeline__sidescroll ol .timeline__q-number:nth-child(4) .content-bottom {
  border-color: var(--blue);
}
.timeline .timeline__sidescroll ol .timeline__q-number:nth-child(4) .content-top.has-img::before {
  background-color: var(--blue);
}
.timeline .timeline__sidescroll ol .timeline__q-number:nth-child(4) ul li::before {
  border-color: var(--blue);
  background-color: #fff;
}
.timeline .timeline__sidescroll ol .timeline__q-number:nth-child(4) ul li .content-bottom::before {
  background-color: var(--blue);
}
.timeline .timeline__sidescroll ol .timeline__q-number:nth-child(4) ul li .content-bottom::after {
  background-color: var(--blue);
}

/** @format */
/** @format */
.keynumbers {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  --animation-state: paused;
}
.keynumbers.in-view {
  opacity: 1;
  --animation-state: running;
}
.keynumbers .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .keynumbers .container {
    flex-direction: column;
    align-items: start;
  }
}
.keynumbers__title {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  color: var(--black-100);
  padding: 2rem 0 0 0;
  background-color: var(--blue);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .keynumbers__title {
    padding-top: 2rem;
  }
}
.keynumbers__title-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .keynumbers__title-wrap {
    height: auto;
  }
}
.keynumbers__title-wrap .container {
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media only screen and (max-width: 1023px) {
  .keynumbers__title-wrap .container {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.keynumbers__title-wrap .container .h3-bold {
  color: var(--black);
}
.keynumbers__title-art {
  display: flex;
  -moz-column-gap: 80px;
       column-gap: 80px;
  justify-content: end;
}
@media only screen and (max-width: 1023px) {
  .keynumbers__title-art {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .keynumbers__title-art {
    padding-top: 120px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
.keynumbers__title-art1, .keynumbers__title-art2 {
  display: grid;
  place-items: end;
}
.keynumbers__title-art1 div, .keynumbers__title-art2 div {
  grid-area: 1/1;
  display: flex;
  align-self: end;
  justify-self: end;
}
.keynumbers__title-art1 div img, .keynumbers__title-art2 div img {
  width: auto; /* Mantém a proporção natural da imagem para ela não achatar */
  display: block; /* Remove um "espaço em branco" invisível que fica embaixo das imagens no HTML */
  -o-object-fit: contain;
     object-fit: contain; /* Garante que ela caiba perfeitamente sem distorcer */
  opacity: 0;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-play-state: var(--animation-state);
}
@media only screen and (max-width: 767px) {
  .keynumbers__title-art1 div img, .keynumbers__title-art2 div img {
    height: auto;
  }
}
.keynumbers__title-art1 div .hero__number-art-1, .keynumbers__title-art2 div .hero__number-art-1 {
  animation-name: slideUpFade;
  animation-duration: 0.8s;
  animation-delay: 0.2s;
  animation-play-state: var(--animation-state);
}
.keynumbers__title-art1 div .hero__number-art-2, .keynumbers__title-art2 div .hero__number-art-2 {
  animation-name: slideUpFade;
  animation-duration: 0.8s;
  animation-delay: 0.8s;
  animation-play-state: var(--animation-state);
}
.keynumbers__title-art1 div .hero__number-art-3, .keynumbers__title-art2 div .hero__number-art-3 {
  animation-name: fadeInOpacity;
  animation-duration: 0.6s;
  animation-delay: 1.4s;
  transform-origin: center;
  animation-play-state: var(--animation-state);
}
.keynumbers__title-art1 img {
  max-height: 320px;
}
.keynumbers__title-art2 img {
  max-height: 136px;
}
.keynumbers__title span {
  opacity: 0;
  transform: translateY(24px);
  animation: fadeUp 0.6s ease forwards;
  animation-play-state: var(--animation-state);
}
.keynumbers__title span:nth-child(1) {
  animation-delay: 0.2s;
}
.keynumbers__title span:nth-child(2) {
  animation-delay: 0.3s;
}
.keynumbers__title span:nth-child(3) {
  animation-delay: 0.4s;
}
.keynumbers__setlist {
  display: flex;
  flex-direction: column;
  padding: 5rem 0;
}
@media only screen and (max-width: 767px) {
  .keynumbers__setlist {
    padding: 3rem 0;
  }
}
.keynumbers__setlist .container {
  padding-left: 2rem;
  padding-right: 2rem;
}
.keynumbers__setlist .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .keynumbers__setlist .row {
    flex-direction: column;
  }
}
.keynumbers__setlist .row:last-child .keynumbers__setlist-item-innerwrap {
  position: absolute;
  height: 4px;
  background-color: var(--black-100);
  bottom: 0;
  left: 0;
  width: 0;
  animation: drawLinehorizontal 0.8s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
  display: block;
}
.keynumbers__setlist .row:last-child .keynumbers__setlist-item-innerwrap::before {
  content: "";
  position: absolute;
  left: -21px;
  bottom: -19px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 4px solid var(--black-100);
  background-color: var(--white);
  box-sizing: border-box;
  z-index: 100;
  opacity: 0;
  animation: fadeInOpacity 0.4s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.keynumbers__setlist .row:last-child .keynumbers__setlist-item-innerwrap::after {
  content: "";
  position: absolute;
  right: -21px;
  bottom: -19px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 4px solid var(--black-100);
  background-color: var(--white);
  box-sizing: border-box;
  z-index: 100;
  opacity: 0;
  animation: fadeInOpacity 0.4s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.keynumbers__setlist-wrap {
  width: 100%;
}
.keynumbers__setlist-item {
  flex: 1;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
}
.keynumbers__setlist-item.placeholder {
  background-color: transparent !important;
}
.keynumbers__setlist-item.grey-bg {
  animation: fadeToGrey 0.8s ease-in-out both;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.keynumbers__setlist-item:first-child .keynumbers__setlist-item-wrap::after {
  content: none;
}
@media only screen and (min-width: 1023.02px) {
  .keynumbers__setlist-item.no-right-bullet:after {
    content: none !important;
  }
}
.keynumbers__setlist-item.placeholder .keynumbers__setlist-item-wrap {
  background-color: transparent !important;
  padding: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .keynumbers__setlist-item {
    width: 100% !important;
  }
  .keynumbers__setlist-item .keynumbers__setlist-item-wrap:after {
    content: none !important;
  }
  .keynumbers__setlist-item .keynumbers__setlist-item-innerwrap {
    display: none !important;
  }
  .keynumbers__setlist-item:last-child .keynumbers__setlist-item-innerwrap {
    display: block !important;
  }
}
.keynumbers__setlist-item::before {
  content: "";
  position: absolute;
  left: -19px;
  top: -20px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 4px solid #000;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 100;
  opacity: 0;
  animation: fadeInOpacity 0.4s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.keynumbers__setlist-item::after {
  content: "";
  position: absolute;
  right: -19px;
  top: -20px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 4px solid #000;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 100;
  opacity: 0;
  animation: fadeInOpacity 0.4s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.keynumbers__setlist-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1.3rem;
}
.keynumbers__setlist-item-wrap {
  padding: 8rem 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .keynumbers__setlist-item-wrap {
    padding: 3rem 2rem;
  }
}
.keynumbers__setlist-item-wrap .keynumbers__setlist-content-limiter {
  max-width: 300px;
  row-gap: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.keynumbers__setlist-item-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background-color: #000;
  width: 0;
  animation: drawLinehorizontal 0.8s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.keynumbers__setlist-item-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  background-color: #000;
  width: 4px;
  animation: drawLinevertical 0.8s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.keynumbers__setlist-item h3 {
  color: var(--dark-green);
  text-align: center;
  opacity: 0;
  animation: fadeInOpacity 0.4s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.keynumbers__setlist-item_number {
  color: var(--dark-green);
  text-align: center;
  word-break: break-all;
  opacity: 0;
  animation: fadeInOpacity 0.4s ease-in-out forwards;
  letter-spacing: -2px;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.keynumbers__setlist-item_number.is-bignumber {
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  .keynumbers__setlist-item_number.is-bignumber {
    font-size: 30px;
  }
}
.keynumbers__setlist-item_info {
  color: var(--black-100);
  text-align: center;
  opacity: 0;
  animation: fadeInOpacity 0.4s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.keynumbers__setlist-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1.3rem;
}
.keynumbers__setlist-item ul li {
  position: relative;
  padding-left: 2rem;
}
.keynumbers__setlist-item ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: var(--dark-green);
}
.keynumbers__setlist-item ul li a {
  color: var(--dark-green);
}
.keynumbers__setlist .noaddons::before {
  content: none !important;
}
.keynumbers__setlist .noaddons::after {
  content: none !important;
}
.keynumbers__setlist .noaddons .keynumbers__setlist-item-wrap::before {
  content: none !important;
}
.keynumbers__setlist .noaddons .keynumbers__setlist-item-wrap::after {
  content: none !important;
}
.keynumbers__setlist-one {
  background: url("../assets/keynumbers/number-one.svg") no-repeat right bottom;
  background-size: auto min(100%, 600px);
}
.keynumbers__setlist-one .row .keynumbers__setlist-item:first-child {
  flex: none;
  width: 33%;
}
.keynumbers__setlist-one .keynumbers__setlist-item:before, .keynumbers__setlist-one .keynumbers__setlist-item:after {
  background-color: var(--white);
  border-color: var(--dpc-light-green);
}
.keynumbers__setlist-one .keynumbers__setlist-item .keynumbers__setlist-item-wrap:before, .keynumbers__setlist-one .keynumbers__setlist-item .keynumbers__setlist-item-wrap:after {
  background-color: var(--dpc-light-green);
}
.keynumbers__setlist-one .keynumbers__setlist-item .keynumbers__setlist-item-wrap .keynumbers__setlist-item-innerwrap {
  background-color: var(--dpc-light-green);
}
.keynumbers__setlist-one .keynumbers__setlist-item .keynumbers__setlist-item-wrap .keynumbers__setlist-item-innerwrap:before, .keynumbers__setlist-one .keynumbers__setlist-item .keynumbers__setlist-item-wrap .keynumbers__setlist-item-innerwrap:after {
  background-color: var(--white);
  border-color: var(--dpc-light-green);
}
.keynumbers__setlist-two .row .keynumbers__setlist-item:first-child {
  flex: none;
  width: 50%;
}
.keynumbers__setlist-two .row.second-row .keynumbers__setlist-item:last-child .keynumbers__setlist-content-limiter {
  max-width: 225px;
}
.keynumbers__setlist-two .keynumbers__setlist-item:before, .keynumbers__setlist-two .keynumbers__setlist-item:after {
  background-color: var(--white);
  border-color: var(--orange);
}
.keynumbers__setlist-two .keynumbers__setlist-item .keynumbers__setlist-item-wrap:before, .keynumbers__setlist-two .keynumbers__setlist-item .keynumbers__setlist-item-wrap:after {
  background-color: var(--orange);
}
.keynumbers__setlist-two .keynumbers__setlist-item .keynumbers__setlist-item-wrap .keynumbers__setlist-item-innerwrap {
  background-color: var(--orange);
}
.keynumbers__setlist-two .keynumbers__setlist-item .keynumbers__setlist-item-wrap .keynumbers__setlist-item-innerwrap:before, .keynumbers__setlist-two .keynumbers__setlist-item .keynumbers__setlist-item-wrap .keynumbers__setlist-item-innerwrap:after {
  background-color: var(--white);
  border-color: var(--orange);
}
.keynumbers__setlist-three {
  position: relative;
  background: url("../assets/keynumbers/number-three.svg") no-repeat left center;
  background-size: auto min(100%, 460px);
}
.keynumbers__setlist-three .row {
  margin-top: 70px;
}
.keynumbers__setlist-three .row .keynumbers__setlist-item:first-child {
  flex: none;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .keynumbers__setlist-three .row {
    margin-top: 0;
  }
}
.keynumbers__setlist-three .keynumbers__setlist-item:before, .keynumbers__setlist-three .keynumbers__setlist-item:after {
  background-color: var(--white);
  border-color: var(--blue-green);
}
.keynumbers__setlist-three .keynumbers__setlist-item .keynumbers__setlist-item-wrap:before, .keynumbers__setlist-three .keynumbers__setlist-item .keynumbers__setlist-item-wrap:after {
  background-color: var(--blue-green);
}
.keynumbers__setlist-three .keynumbers__setlist-item .keynumbers__setlist-item-wrap .keynumbers__setlist-content-limiter {
  gap: 1.5rem;
  align-items: start;
}
.keynumbers__setlist-three .keynumbers__setlist-item .keynumbers__setlist-item-wrap .keynumbers__setlist-item-innerwrap {
  background-color: var(--blue-green);
}
.keynumbers__setlist-three .keynumbers__setlist-item .keynumbers__setlist-item-wrap .keynumbers__setlist-item-innerwrap:before, .keynumbers__setlist-three .keynumbers__setlist-item .keynumbers__setlist-item-wrap .keynumbers__setlist-item-innerwrap:after {
  background-color: var(--white);
  border-color: var(--blue-green);
}
.keynumbers__setlist-four .row {
  margin-top: 70px;
}
.keynumbers__setlist-four .row .keynumbers__setlist-item:first-child {
  flex: none;
  width: 33%;
}
@media only screen and (max-width: 767px) {
  .keynumbers__setlist-four .row {
    margin-top: 0;
  }
}
.keynumbers__setlist-four .keynumbers__setlist-item:before, .keynumbers__setlist-four .keynumbers__setlist-item:after {
  background-color: var(--white);
  border-color: var(--blue);
}
.keynumbers__setlist-four .keynumbers__setlist-item .keynumbers__setlist-item-wrap:before, .keynumbers__setlist-four .keynumbers__setlist-item .keynumbers__setlist-item-wrap:after {
  background-color: var(--blue);
}
.keynumbers__setlist-four .keynumbers__setlist-item .keynumbers__setlist-item-wrap .keynumbers__setlist-item-innerwrap {
  background-color: var(--blue);
}
.keynumbers__setlist-four .keynumbers__setlist-item .keynumbers__setlist-item-wrap .keynumbers__setlist-item-innerwrap:before, .keynumbers__setlist-four .keynumbers__setlist-item .keynumbers__setlist-item-wrap .keynumbers__setlist-item-innerwrap:after {
  background-color: var(--white);
  border-color: var(--blue);
}
.keynumbers__setlist-five .row {
  margin-top: 70px;
}
.keynumbers__setlist-five .row .keynumbers__setlist-item:first-child {
  flex: none;
  width: 33%;
}
@media only screen and (max-width: 767px) {
  .keynumbers__setlist-five .row {
    margin-top: 0;
  }
}
.keynumbers__setlist-five .keynumbers__setlist-item:before, .keynumbers__setlist-five .keynumbers__setlist-item:after {
  background-color: var(--white);
  border-color: var(--orange);
}
.keynumbers__setlist-five .keynumbers__setlist-item .keynumbers__setlist-item-wrap:before, .keynumbers__setlist-five .keynumbers__setlist-item .keynumbers__setlist-item-wrap:after {
  background-color: var(--orange);
}
.keynumbers__setlist-five .keynumbers__setlist-item .keynumbers__setlist-item-wrap .keynumbers__setlist-item-innerwrap {
  background-color: var(--orange);
}
.keynumbers__setlist-five .keynumbers__setlist-item .keynumbers__setlist-item-wrap .keynumbers__setlist-item-innerwrap:before, .keynumbers__setlist-five .keynumbers__setlist-item .keynumbers__setlist-item-wrap .keynumbers__setlist-item-innerwrap:after {
  background-color: var(--white);
  border-color: var(--orange);
}

/** @format */
/** @format */
.pausebeforepost {
  padding: 9rem 0;
  background-color: var(--orange);
  color: var(--black-100);
  position: relative;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.4s ease-in-out;
  --animation-state: paused;
}
.pausebeforepost.in-view {
  opacity: 1;
  --animation-state: running;
}
@media only screen and (max-width: 767px) {
  .pausebeforepost {
    padding: 3rem 0;
  }
}
.pausebeforepost .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  z-index: 100;
  position: relative;
}
.pausebeforepost .row {
  display: flex;
  align-items: stretch;
  justify-content: start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .pausebeforepost .row {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .pausebeforepost .row {
    flex-direction: column;
  }
}
.pausebeforepost .row .pausebeforepost__setlist-item-innerwrap {
  display: none;
}
.pausebeforepost .row:last-child .pausebeforepost__setlist-item-innerwrap {
  position: absolute;
  height: 4px;
  background-color: var(--white);
  bottom: 0;
  left: 0;
  width: 0;
  animation: drawLinehorizontal 0.8s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
  display: block;
}
.pausebeforepost .row:last-child .pausebeforepost__setlist-item-innerwrap::before {
  content: "";
  position: absolute;
  left: -21px;
  bottom: -19px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 4px solid var(--white);
  background-color: var(--orange);
  box-sizing: border-box;
  z-index: 100;
  opacity: 0;
  animation: fadeInOpacity 0.4s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.pausebeforepost .row:last-child .pausebeforepost__setlist-item-innerwrap::after {
  content: "";
  position: absolute;
  right: -21px;
  bottom: -19px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 4px solid var(--white);
  background-color: var(--orange);
  box-sizing: border-box;
  z-index: 100;
  opacity: 0;
  animation: fadeInOpacity 0.4s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.pausebeforepost__title {
  display: flex;
  padding-bottom: 5rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .pausebeforepost__title {
    flex-direction: column;
    padding-bottom: 2rem;
  }
}
.pausebeforepost__title video {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.pausebeforepost__title-art {
  display: flex;
  justify-content: end;
  padding-top: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .pausebeforepost__title-art {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pausebeforepost__title-art {
    padding-top: 50px;
  }
}
.pausebeforepost__title-art1, .pausebeforepost__title-art2 {
  display: grid;
  place-items: end;
}
.pausebeforepost__title-art1 div, .pausebeforepost__title-art2 div {
  grid-area: 1/1;
  display: flex;
  align-self: start;
  justify-self: end;
}
@media only screen and (max-width: 1023px) {
  .pausebeforepost__title-art1 div, .pausebeforepost__title-art2 div {
    align-self: center;
  }
}
.pausebeforepost__title-art1 div img, .pausebeforepost__title-art2 div img {
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-play-state: var(--animation-state);
  max-height: 700px;
}
@media only screen and (max-width: 767px) {
  .pausebeforepost__title-art1 div img, .pausebeforepost__title-art2 div img {
    height: auto;
  }
}
.pausebeforepost__title-art1 div .hero__number-art-1, .pausebeforepost__title-art2 div .hero__number-art-1 {
  animation-name: slideDownFade;
  animation-duration: 0.8s;
  animation-delay: 0.2s;
  animation-play-state: var(--animation-state);
}
.pausebeforepost__title-art1 div .hero__number-art-2, .pausebeforepost__title-art2 div .hero__number-art-2 {
  animation-name: slideUpFade;
  animation-duration: 0.8s;
  animation-delay: 0.8s;
  animation-play-state: var(--animation-state);
}
.pausebeforepost__title-art1 div .hero__number-art-3, .pausebeforepost__title-art2 div .hero__number-art-3 {
  animation-name: fadeInOpacity;
  animation-duration: 0.6s;
  animation-delay: 1.4s;
  transform-origin: center;
  animation-play-state: var(--animation-state);
}
.pausebeforepost__title div {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .pausebeforepost__title div {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.pausebeforepost__title-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.pausebeforepost__title .title-helper {
  line-height: 180%;
}
.pausebeforepost__title h2 {
  color: var(--black-100);
}
.pausebeforepost__title span {
  opacity: 0;
  transform: translateY(24px);
  animation: fadeUp 0.6s ease forwards;
  animation-play-state: var(--animation-state);
}
.pausebeforepost__title span:nth-child(1) {
  animation-delay: 0.2s;
}
.pausebeforepost__title span:nth-child(2) {
  animation-delay: 0.3s;
}
.pausebeforepost__title span:nth-child(3) {
  animation-delay: 0.4s;
}
.pausebeforepost__title .d-flex {
  display: flex;
}
.pausebeforepost__title .h2-light {
  color: var(--dpc-light-green);
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .pausebeforepost__title .h2-light {
    font-size: 2.5rem;
  }
}
.pausebeforepost__setlist {
  padding-left: 1rem;
  padding-right: 1rem;
}
.pausebeforepost__setlist-item {
  flex: 1;
  position: relative;
}
.pausebeforepost__setlist-item:first-child .pausebeforepost__setlist-item-wrap::after {
  content: none;
}
@media only screen and (max-width: 1023px) {
  .pausebeforepost__setlist-item {
    width: 100% !important;
  }
  .pausebeforepost__setlist-item .pausebeforepost__setlist-item-wrap:after {
    content: none !important;
  }
  .pausebeforepost__setlist-item .pausebeforepost__setlist-item-innerwrap {
    display: none !important;
  }
  .pausebeforepost__setlist-item:last-child .pausebeforepost__setlist-item-innerwrap {
    display: block !important;
  }
}
.pausebeforepost__setlist-item::before {
  content: "";
  position: absolute;
  left: -21px;
  top: -14px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 4px solid var(--white);
  background-color: var(--orange);
  box-sizing: border-box;
  z-index: 100;
  animation: fadeInOpacity 0.4s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.pausebeforepost__setlist-item::after {
  content: "";
  position: absolute;
  right: -21px;
  top: -14px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 4px solid var(--white);
  background-color: var(--orange);
  box-sizing: border-box;
  z-index: 100;
  animation: fadeInOpacity 0.4s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.pausebeforepost__setlist-item-wrap {
  padding: 4rem 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.2);
  row-gap: 0.5rem;
}
.pausebeforepost__setlist-item-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background-color: var(--white);
  width: 0;
  animation: drawLinehorizontal 0.8s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.pausebeforepost__setlist-item-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  background-color: var(--white);
  width: 4px;
  animation: drawLinevertical 0.8s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.pausebeforepost__setlist-item:first-child {
  background-color: rgba(255, 255, 255, 0.5);
}
.pausebeforepost__setlist-item h3 {
  color: var(--black-100);
  text-align: center;
}
.pausebeforepost__setlist-item_number {
  color: var(--black-100);
  text-align: center;
}
.pausebeforepost__setlist-item_info {
  color: var(--black-100);
  text-align: center;
}

/** @format */
/** @format */
.newguidance {
  padding: 9rem 0;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  --animation-state: paused;
}
.newguidance.in-view {
  opacity: 1;
  --animation-state: running;
}
@media only screen and (max-width: 767px) {
  .newguidance {
    padding: 3rem 0;
  }
}
.newguidance .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.newguidance .row {
  display: flex;
  align-items: stretch;
  justify-content: start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .newguidance .row {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .newguidance .row {
    flex-direction: column;
  }
}
.newguidance__setlist {
  padding-left: 1rem;
  padding-right: 1rem;
}
.newguidance__setlist .row .newguidance__setlist-item-innerwrap {
  display: none;
}
.newguidance__setlist .row:last-child .newguidance__setlist-item-innerwrap {
  position: absolute;
  height: 4px;
  background-color: var(--blue-green);
  bottom: 0;
  left: 0;
  width: 0;
  animation: drawLinehorizontal 0.8s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
  display: block;
}
.newguidance__setlist .row:last-child .newguidance__setlist-item-innerwrap::before {
  content: "";
  position: absolute;
  left: -21px;
  bottom: -19px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 4px solid var(--blue-green);
  background-color: var(--white);
  box-sizing: border-box;
  z-index: 100;
  opacity: 0;
  animation: fadeInOpacity 0.4s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.newguidance__setlist .row:last-child .newguidance__setlist-item-innerwrap::after {
  content: "";
  position: absolute;
  right: -21px;
  bottom: -19px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 4px solid var(--blue-green);
  background-color: var(--white);
  box-sizing: border-box;
  z-index: 100;
  opacity: 0;
  animation: fadeInOpacity 0.4s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.newguidance__setlist-item {
  flex: 1;
  position: relative;
}
.newguidance__setlist-item.grey-bg {
  animation: fadeToGrey 0.8s ease-in-out both;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.newguidance__setlist-item:first-child {
  flex: none;
  width: 33%;
}
.newguidance__setlist-item:first-child .newguidance__setlist-item-wrap::after {
  content: none;
}
.newguidance__setlist-item:last-child .newguidance__setlist-item-wrap {
  row-gap: 1.5rem;
}
@media only screen and (max-width: 1023px) {
  .newguidance__setlist-item {
    width: 100% !important;
  }
  .newguidance__setlist-item .newguidance__setlist-item-wrap:after {
    content: none !important;
  }
  .newguidance__setlist-item .newguidance__setlist-item-innerwrap {
    display: none !important;
  }
  .newguidance__setlist-item:last-child .newguidance__setlist-item-innerwrap {
    display: block !important;
  }
}
.newguidance__setlist-item::before {
  content: "";
  position: absolute;
  left: -21px;
  top: -20px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 4px solid var(--blue-green);
  background-color: var(--white);
  box-sizing: border-box;
  z-index: 100;
  animation: fadeInOpacity 0.4s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.newguidance__setlist-item::after {
  content: "";
  position: absolute;
  right: -21px;
  top: -20px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 4px solid var(--blue-green);
  background-color: var(--white);
  box-sizing: border-box;
  z-index: 100;
  animation: fadeInOpacity 0.4s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.newguidance__setlist-item-wrap {
  padding: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  height: 100%;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.2);
  row-gap: 0.5rem;
}
@media only screen and (max-width: 1023px) {
  .newguidance__setlist-item-wrap {
    padding: 3rem 2rem;
  }
}
.newguidance__setlist-item-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background-color: var(--blue-green);
  width: 0;
  animation: drawLinehorizontal 0.8s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.newguidance__setlist-item-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  background-color: var(--blue-green);
  width: 4px;
  animation: drawLinevertical 0.8s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.7s);
  animation-play-state: var(--animation-state);
}
.newguidance__setlist-item h3 {
  color: var(--dark-green);
  text-align: center;
}
.newguidance__setlist-item_number {
  color: var(--dark-green);
  text-align: center;
}
.newguidance__setlist-item_info {
  color: var(--black-100);
  text-align: center;
}
.newguidance__setlist-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1.3rem;
}
.newguidance__setlist-item ul li {
  position: relative;
  padding-left: 2rem;
}
.newguidance__setlist-item ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: var(--dark-green);
}
.newguidance__setlist-item ul li a {
  color: var(--dark-green);
}

/** @format */
/** @format */
.fullreport {
  position: relative;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  --animation-state: paused;
}
.fullreport.in-view {
  opacity: 1;
  --animation-state: running;
}
.fullreport .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .fullreport .container {
    flex-direction: column;
    align-items: start;
  }
}
.fullreport__title {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  color: var(--black-100);
  background-color: var(--dpc-dark-grey);
  overflow: hidden;
}
.fullreport__title-wrap {
  padding: 2rem 0;
  max-width: 50%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .fullreport__title-wrap {
    padding: 3rem 0 0 0;
  }
}
.fullreport__title-wrap span {
  color: var(--dpc-light-green);
  position: relative;
  line-height: 135%;
  margin-top: 10px;
  display: block;
}
.fullreport__title-wrap-button {
  border-radius: 2.5rem;
  background-color: #bdd646;
  color: #000 !important;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 1.2rem;
  border: none;
  display: block;
  align-self: start;
  margin-top: 25px !important;
  transition: all 0.5s ease;
}
.fullreport__title-wrap:hover .fullreport__title-wrap-button {
  background-color: #9a9a9a;
  color: var(--dpc-light-green) !important;
  transition: all 0.5s ease;
}
.fullreport__title-wrap .h3-bold {
  color: var(--white);
}
.fullreport__title-wrap .fullreport-link {
  color: var(--dpc-light-green);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1000;
}
.fullreport__title-art {
  display: flex;
  justify-content: end;
  padding-top: 2rem;
}
@media only screen and (max-width: 1023px) {
  .fullreport__title-art {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .fullreport__title-art {
    padding-top: 50px;
  }
}
.fullreport__title-art1, .fullreport__title-art2 {
  display: grid;
  place-items: end;
}
.fullreport__title-art1 div, .fullreport__title-art2 div {
  grid-area: 1/1;
  display: flex;
  align-self: end;
  justify-self: end;
}
.fullreport__title-art1 div img, .fullreport__title-art2 div img {
  width: auto; /* Mantém a proporção natural da imagem para ela não achatar */
  display: block; /* Remove um "espaço em branco" invisível que fica embaixo das imagens no HTML */
  -o-object-fit: contain;
     object-fit: contain; /* Garante que ela caiba perfeitamente sem distorcer */
  opacity: 0;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-play-state: var(--animation-state);
}
@media only screen and (max-width: 767px) {
  .fullreport__title-art1 div img, .fullreport__title-art2 div img {
    height: auto;
  }
}
.fullreport__title-art1 div .hero__number-art-1, .fullreport__title-art2 div .hero__number-art-1 {
  animation-name: slideUpFade;
  animation-duration: 0.8s;
  animation-delay: 0.2s;
}
.fullreport__title-art1 div .hero__number-art-2, .fullreport__title-art2 div .hero__number-art-2 {
  animation-name: slideUpFade;
  animation-duration: 0.8s;
  animation-delay: 0.8s;
}
.fullreport__title-art1 div .hero__number-art-3, .fullreport__title-art2 div .hero__number-art-3 {
  animation-name: fadeInOpacity;
  animation-duration: 0.6s;
  animation-delay: 1.4s;
  transform-origin: center;
}
.fullreport__title-art1 img {
  max-height: 320px;
}
.fullreport__title-art2 img {
  max-height: 136px;
}
.fullreport__title span {
  opacity: 0;
  transform: translateY(24px);
  animation: fadeUp 0.6s ease forwards;
  animation-play-state: var(--animation-state);
}
.fullreport__title span:nth-child(1) {
  animation-delay: 0.2s;
}
.fullreport__title span:nth-child(2) {
  animation-delay: 0.3s;
}
.fullreport__title span:nth-child(3) {
  animation-delay: 0.4s;
}

/** @format */
/** @format */
.footer {
  border-top: 1px solid var(--Warm-Grey, #e2dfdb);
  background: var(--White, #fff);
}
.footer .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.footer__logo {
  max-width: 8.8125rem;
  aspect-ratio: 47/16;
}/*# sourceMappingURL=dont-edit-without-compiler.css.map */