a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
* {
  box-sizing: border-box;
  position: relative;
  outline: none;
  outline-color: transparent;
  backface-visibility: hidden;
}
a {
  color: currentColor;
}
strong {
  font-weight: 700;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  background-color: #f1f1f4 !important;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
input,
input:after,
input:before {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  user-select: auto;
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
}
input[type="number"] {
  -moz-appearance: textfield;
  appearance: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"] ::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
mark {
  background-color: transparent;
}
@font-face {
  font-family: PP Neue Montreal;
  src:
    url(../fonts/PPNeueMontreal-Light.woff2) format("woff2"),
    url(../fonts/PPNeueMontreal-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: PP Neue Montreal;
  src:
    url(../fonts/PPNeueMontreal-Regular.woff2) format("woff2"),
    url(../fonts/PPNeueMontreal-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: PP Neue Montreal;
  src:
    url(../fonts/PPNeueMontreal-Medium.woff2) format("woff2"),
    url(../fonts/PPNeueMontreal-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: PP Neue Montreal;
  src:
    url(../fonts/PPNeueMontreal-SemiBold.woff2) format("woff2"),
    url(../fonts/PPNeueMontreal-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: PP Neue Montreal;
  src:
    url(../fonts/PPNeueMontreal-Bold.woff2) format("woff2"),
    url(../fonts/PPNeueMontreal-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@keyframes a {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  }
  30% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes b {
  0% {
    opacity: 0;
    transform: translateX(20%);
  }
  30% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes c {
  0% {
    opacity: 0;
    transform: translateY(5vh);
  }
  80% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes d {
  0% {
    opacity: 0;
    transform: translateY(-5vh);
  }
  80% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes e {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  80% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes f {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
[data-anime="scale"] {
  animation: f 0.15s ease both;
}
[data-anime="scale"].animeEnter {
  animation: e 0.4s ease both;
}
[data-anime="bottom"] {
  animation: f 0.15s ease both;
}
[data-anime="bottom"].animeEnter {
  animation: c 0.4s ease both;
}
[data-anime="top"] {
  animation: f 0.15s ease both;
}
[data-anime="top"].animeEnter {
  animation: d 0.4s ease both;
}
[data-anime="left"] {
  animation: f 0.15s ease both;
}
[data-anime="left"].animeEnter {
  animation: a 0.4s ease both;
}
[data-anime="right"] {
  animation: f 0.15s ease both;
}
[data-anime="right"].animeEnter {
  animation: b 0.4s ease both;
}
body,
html {
  height: auto;
  min-height: 100vh;
  background-color: #f1f1f4;
}
body.fixed,
main {
  overflow: hidden;
}
.wrapper {
  width: 100%;
  max-width: 1312px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .wrapper {
    padding-inline: 16px;
  }
}
.skip-link {
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  z-index: 4;
  padding: 10px 14px;
  background: #f1f1f4;
  color: #17171b;
  text-decoration: none;
  transform: translateY(-100%);
  transition: transform 0.2s ease;
}
.skip-link:focus-visible {
  transform: translateY(54px);
}
.skip-link:focus:not(:focus-visible) {
  transform: translateY(-140%);
}
:focus-visible {
  outline: 2px solid #a6a7b2;
  outline-offset: 2px;
}
.abordagem {
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .abordagem {
    padding: 0 16px;
  }
}
.abordagem__container {
  background-color: #6627ff;
  border-radius: 88px;
  padding: 96px 0;
  position: relative;
  box-sizing: border-box;
  overflow: visible;
}
@media (min-width: 0) and (max-width: 1023px) {
  .abordagem__container {
    border-radius: 40px;
    padding: 48px 0 20px;
  }
}
.abordagem__decor {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 88px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .abordagem__decor {
    border-radius: 40px;
  }
}
.abordagem__shape {
  position: absolute;
  display: block;
  width: 1964.587px;
  height: 1756.827px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .abordagem__shape {
    width: 660px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .abordagem__shape {
    width: 660px;
  }
}
.abordagem__shape--top {
  right: -740px;
  top: -580px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .abordagem__shape--top {
    right: -270px;
    top: -770px;
  }
}
.abordagem__shape--bottom {
  left: -660px;
  bottom: -1150px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .abordagem__shape--bottom {
    left: -251px;
    bottom: -925px;
  }
}
.abordagem__inner {
  position: relative;
  z-index: 1;
  max-width: none;
}
.abordagem__title {
  margin: 0 0 80px;
  text-align: center;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 67px;
  font-weight: 375;
  line-height: 74px;
  letter-spacing: -1.34px;
  color: #f1f1f4;
}
@media (min-width: 0) and (max-width: 1023px) {
  .abordagem__title {
    font-size: 38px;
    line-height: 42px;
    letter-spacing: -1.34px;
    max-width: 280px;
    margin: 0 auto 28px;
  }
}
.abordagem__swiper {
  position: relative;
  z-index: 2;
  overflow: visible;
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-right: -24px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .abordagem__swiper {
    padding-bottom: 40px;
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
  }
}
.abordagem__slide {
  width: 340px;
  height: auto;
  box-sizing: border-box;
}
@media (min-width: 0) and (max-width: 1023px) {
  .abordagem__slide {
    width: 300px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .abordagem__slide {
    width: 280px;
  }
}
.abordagem__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 380px;
  padding: 40px 32px 32px;
  border-radius: 40px;
  background-color: #3900c4;
  box-sizing: border-box;
  transform: scale(0.94);
  transform-origin: center center;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    padding-bottom 0.25s ease;
}
@media (min-width: 0) and (max-width: 1023px) {
  .abordagem__card {
    min-height: 360px;
    padding: 28px 24px 24px;
    border-radius: 36px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .abordagem__card {
    min-height: 340px;
    padding: 24px 20px 22px;
    border-radius: 32px;
  }
}
.abordagem__slide:hover .abordagem__card,
.swiper-slide-active .abordagem__card {
  padding-bottom: 104px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .abordagem__slide:hover .abordagem__card,
  .swiper-slide-active .abordagem__card {
    padding-bottom: 96px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .abordagem__slide:hover .abordagem__card,
  .swiper-slide-active .abordagem__card {
    padding-bottom: 90px;
  }
}
.abordagem__swiper:has(.abordagem__slide:hover:not(.swiper-slide-active))
  .swiper-slide-active
  .abordagem__card {
  padding-bottom: 32px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .abordagem__swiper:has(.abordagem__slide:hover:not(.swiper-slide-active))
    .swiper-slide-active
    .abordagem__card {
    padding-bottom: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .abordagem__swiper:has(.abordagem__slide:hover:not(.swiper-slide-active))
    .swiper-slide-active
    .abordagem__card {
    padding-bottom: 22px;
  }
}
.swiper-slide-active .abordagem__card {
  transform: scale(1);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.22);
}
.abordagem__icon {
  display: block;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-bottom: 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .abordagem__icon {
    width: 64px;
    height: 64px;
  }
}
.abordagem__card-main {
  margin-top: auto;
  width: 100%;
  flex-shrink: 0;
}
.abordagem__card-title {
  margin: 0;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.56px;
  color: #f1f1f4;
  padding-top: 10px;
}
@media (min-width: 0) and (max-width: 767px) {
  .abordagem__card-title {
    font-size: 24px;
    letter-spacing: -0.48px;
  }
}
.abordagem__card-text {
  margin: 16px 0 0;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(241, 241, 244, 0.92);
}
@media (min-width: 0) and (max-width: 767px) {
  .abordagem__card-text {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.42;
  }
}
.abordagem__cta {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 32px;
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}
@media (min-width: 0) and (max-width: 1023px) {
  .abordagem__cta {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .abordagem__cta {
    left: 20px;
    right: 20px;
    bottom: 22px;
  }
}
.swiper-slide-active .abordagem__cta {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.swiper-wrapper {
  min-height: 418px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .swiper-wrapper {
    min-height: 355px;
  }
}
.abordagem__swiper:has(.abordagem__slide:hover:not(.swiper-slide-active))
  .swiper-slide-active
  .abordagem__cta {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.abordagem__slide:hover .abordagem__cta {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.abordagem__cta-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background-color: #f1f1f4;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #6627ff;
  text-decoration: none;
  transition: filter 0.2s ease;
}
@media (min-width: 0) and (max-width: 1023px) {
  .abordagem__cta-pill {
    padding: 12px 15px;
    font-size: 15px;
  }
}
.abordagem__cta-pill:hover {
  filter: brightness(1.05);
}
.abordagem__cta-circle {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #f1f1f4;
  transition: filter 0.2s ease;
}
.abordagem__cta-circle:hover {
  filter: brightness(1.05);
}
.abordagem__pagination {
  position: relative;
  bottom: 0;
  margin-top: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.abordagem__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  width: 16px;
  height: 6px;
  margin: 0;
  opacity: 1;
  background-color: hsla(0, 0%, 100%, 0.55);
  border-radius: 999px;
  transition:
    width 0.25s ease,
    background-color 0.25s ease;
}
.abordagem__pagination.swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  width: 82px;
  height: 6px;
  border-radius: 999px;
  background-color: #ffffff;
}
.contacto {
  padding-block: 0;
  background-color: #f1f1f4;
}
@media (min-width: 0) and (max-width: 1023px) {
  .contacto {
    padding-block: 0;
  }
}
.contacto__wrapper {
  max-width: 1312px !important;
  padding: 0 16px;
}
.contacto__panel {
  display: grid;
  grid-template-columns: 36.6616% 63.3384%;
  gap: 0;
  align-items: stretch;
  border-radius: 40px;
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 1023px) {
  .contacto__panel {
    grid-template-columns: 1fr;
    gap: 16px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    overflow: visible;
  }
}
.contacto__aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 481px;
  box-sizing: border-box;
  min-height: 100%;
  gap: 48px;
  background-color: #fff;
  padding: 88px;
  border: none;
  box-shadow: none;
  border-radius: 40px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .contacto__aside {
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    min-height: 0;
    gap: 32px;
    background-color: #fff;
    padding: 48px 16px;
    border: 1px solid #e8e8ec;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    border-radius: 40px;
  }
}
.contacto__form-wrap {
  width: 100%;
  max-width: 831px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 88px 78px;
  border: none;
  box-shadow: none;
  border-radius: 40px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .contacto__form-wrap {
    width: 100%;
    max-width: none;
    padding: 48px 16px;
    border: 1px solid #e8e8ec;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    border-radius: 40px;
  }
}
.contacto__brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacto__logo {
  display: block;
  width: 160px;
  height: auto;
}
@media (min-width: 0) and (max-width: 1023px) {
  .contacto__logo {
    width: 100px;
  }
}
.contacto__heading {
  margin: 0;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 67px;
  font-weight: 375;
  line-height: 74px;
  letter-spacing: -1.34px;
  color: #0c0c0e;
}
@media (min-width: 0) and (max-width: 1023px) {
  .contacto__heading {
    font-size: 38px;
    line-height: 42px;
  }
}
.contacto__direct {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contacto__lead {
  margin: 0;
  font-weight: 375;
}
.contacto__form-title,
.contacto__lead {
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: -0.28px;
  color: #0c0c0e;
}
.contacto__form-title {
  margin: 0 0 28px;
  font-weight: 500;
  max-width: 520px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .contacto__form-title {
    font-size: 21px;
    line-height: 26px;
    max-width: none;
    margin: 0 0 24px;
  }
}
.contacto__fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .contacto__fields {
    gap: 8px;
  }
}
.contacto__field--select {
  margin-top: 4px;
}
.contacto__label {
  display: block;
  margin-bottom: 8px;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 375;
  color: #0c0c0e;
}
@media (min-width: 0) and (max-width: 1023px) {
  .contacto__label {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.contacto__input,
.contacto__select {
  width: 100%;
  box-sizing: border-box;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-weight: 375;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: -0.28px;
  color: #0c0c0e;
  background-color: #e3e4ea;
  border: none;
  border-radius: 20px;
  padding: 16px 18px;
  transition: background-color 0.2s ease 0s;
}
.contacto__input::placeholder,
.contacto__select::placeholder {
}
.contacto__input:hover,
.contacto__select:hover {
  background-color: #d7d9e1;
}
.contacto__input:focus,
.contacto__select:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(99, 50, 250, 0.35);
}
@media (min-width: 0) and (max-width: 1023px) {
  .contacto__input,
  .contacto__select {
    font-size: 21px;
    line-height: 26px;
  }
}
.contacto__select-wrap {
  position: relative;
}
.contacto__select-wrap:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -2px;
  border-right: 2px solid #5a5c6b;
  border-bottom: 2px solid #5a5c6b;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.contacto__select {
  -moz-appearance: none;
  appearance: none;
  padding-right: 44px;
  cursor: pointer;
}
.contacto__form-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 24px;
  margin-top: 20px;
}
@media (min-width: 0) and (max-width: 767px) {
  .contacto__form-footer {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
}
.contacto__hint {
  margin: 0;
  flex: 1 1 auto;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 16px;
  font-weight: 375;
  line-height: 24px;
  letter-spacing: 0;
  color: #0c0c0e;
  max-width: 280px;
}
.contacto__btn-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
}
.contacto__btn-row--end {
  align-self: flex-end;
  width: auto;
  margin-left: auto;
}
@media (min-width: 0) and (max-width: 767px) {
  .contacto__btn-row--end {
    width: 100%;
    margin-left: 0;
  }
}
.contacto__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  transition: transform 0.15s ease 0s;
}
.contacto__btn:active {
  transform: scale(0.98);
}
.contacto__btn--soft {
  background-color: #f1f1f4;
  color: #6332fa;
}
.contacto__btn--soft:hover {
  background-color: #e0dcff;
}
.contacto__btn--solid {
  background-color: #6332fa;
  color: #fff;
}
.contacto__btn--solid:hover {
  filter: brightness(1.06);
}
.contacto__btn--icon {
  flex: 0 0 52px;
  width: 52px;
  min-width: 52px;
  padding: 0;
  border-radius: 50%;
}
.contacto__arrow {
  color: #6332fa;
}
.contacto__arrow--on-dark {
  color: #fff;
}
.contacto__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.contacto__feedback {
  margin: 16px 0 0;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 14px;
  color: #444550;
}
.contacto__feedback[hidden] {
  display: none;
}
.contacto__feedback--ok {
  color: #450af9;
}
.contacto__feedback--err {
  color: #d01d00;
}
.contacto__form.contacto__form--submitted .contacto__input:invalid,
.contacto__form.contacto__form--submitted .contacto__select:invalid {
  box-shadow: 0 0 0 2px rgba(255, 40, 5, 0.45);
}

.sticky-contact-btn {
  display: block;
  position: fixed;
  top: 50%;
  right: 16px;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
  min-width: 180px;
  min-height: 52px;
  border-radius: 999px;
  background-color: #6332fa;
  color: #f1f1f4;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(12, 12, 14, 0.25);
  z-index: 60;
}

.sticky-contact-btn__text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 0 20px;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

@media (min-width: 0) and (max-width: 1023px) {
  .sticky-contact-btn {
    left: 16px;
    right: 16px;
    bottom: 16px;
    top: auto;
    transform: none;
    min-width: 0;
  }

  .footer {
    padding-bottom: 120px;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .sticky-contact-btn {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}

.sticky-contact-btn:hover {
  color: #f1f1f4;
  filter: brightness(1.04);
}
.context {
  position: relative;
  padding-block: 0 96px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .context {
    padding-block: 0;
    margin-bottom: 43px;
  }
}
.context .wrapper {
  max-width: 1088px;
}
.context__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.context__blob {
  position: absolute;
  display: block;
  width: 210px;
  height: auto;
  opacity: 1;
}
@media (min-width: 0) and (max-width: 1023px) {
  .context__blob {
    width: 136px;
    height: auto;
  }
}
.context__blob--1 {
  left: -6%;
  top: -10%;
  rotate: 0deg;
}
@media (min-width: 0) and (max-width: 1023px) {
  .context__blob--1 {
    left: -18%;
    top: 27%;
    width: 136px;
  }
}
.context__blob--2 {
  left: 6%;
  bottom: 29%;
  rotate: 0deg;
}
@media (min-width: 0) and (max-width: 1023px) {
  .context__blob--2 {
    display: none;
  }
}
.context__blob--3 {
  left: 46%;
  top: 20%;
  opacity: 1;
  rotate: 0deg;
}
@media (min-width: 0) and (max-width: 1023px) {
  .context__blob--3 {
    left: 50%;
    top: 22%;
    width: 136px;
    display: none;
  }
}
.context__blob--4 {
  right: -7%;
  top: -25%;
  rotate: 0deg;
}
@media (min-width: 0) and (max-width: 1023px) {
  .context__blob--4 {
    right: -21%;
    top: 71%;
    width: 136px;
  }
}
.context__blob--5 {
  right: -5%;
  bottom: 13%;
  rotate: 0deg;
}
@media (min-width: 0) and (max-width: 1023px) {
  .context__blob--5 {
    right: -8%;
    top: 31%;
    width: 136px;
  }
}
.context__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(0, 0.92fr);
  gap: clamp(40px, 6vw, 65px);
  align-items: center;
}
@media (min-width: 0) and (max-width: 1023px) {
  .context__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .context__inner {
    gap: 36px;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  .context__content {
    max-width: none;
    text-align: center;
    margin-inline: auto;
  }
}
.context__heading {
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 67px;
  font-weight: 500;
  line-height: 74px;
  letter-spacing: -1.34px;
  color: #6627ff;
  margin-bottom: 32px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .context__heading {
    margin-bottom: 38px;
    font-size: 38px;
    line-height: 42px;
  }
}
.context__lead {
  margin-bottom: 32px;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: -0.28px;
  color: #0c0c0e;
}
@media (min-width: 0) and (max-width: 1023px) {
  .context__lead {
    margin-bottom: 14px;
    font-size: 21px;
    font-weight: 500;
    line-height: 26px;
  }
}
.context__note {
  margin: 0;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 21px;
  font-weight: 375;
  line-height: 32px;
  letter-spacing: 0;
  color: #0c0c0e;
}
.context__pills {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 13px;
  justify-items: center;
  align-items: start;
}
@media (min-width: 0) and (max-width: 1023px) {
  .context__pills {
    display: block;
    position: relative;
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
    min-height: 380px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .context__pills {
    min-height: 384px;
    margin-bottom: 80px;
  }
}
.context__pill {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 283px;
  padding: 0;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  transition:
    transform 0.25s ease,
    filter 0.25s ease;
}
.context__pill:hover {
  transform: translateY(-4px);
  filter: brightness(1.06);
}
@media (min-width: 0) and (max-width: 1023px) {
  .context__pill {
    position: absolute;
    width: auto;
    height: auto;
    margin: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .context__pill {
    margin: 0;
  }
}
.context__pill--ferramentas {
  grid-column: 1/-1;
  justify-self: center;
  left: -16%;
}
@media (min-width: 0) and (max-width: 1023px) {
  .context__pill--ferramentas {
    left: 55px;
    top: 0;
    z-index: 1;
    grid-column: unset;
    justify-self: unset;
  }
}
.context__pill--decisoes {
  grid-column: 1;
  justify-self: end;
}
@media (min-width: 0) and (max-width: 1023px) {
  .context__pill--decisoes {
    left: 30px;
    top: 60%;
    z-index: 3;
    grid-column: unset;
    justify-self: unset;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .context__pill--decisoes {
    left: 30px;
    top: 60%;
  }
}
.context__pill--processos {
  grid-column: 2;
  justify-self: start;
  top: -28%;
}
@media (min-width: 0) and (max-width: 1023px) {
  .context__pill--processos {
    left: 175px;
    top: 41%;
    z-index: 2;
    grid-column: unset;
    justify-self: unset;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .context__pill--processos {
    left: 175px;
    top: 41%;
  }
}
.context__pill-icon {
  display: block;
  width: 210px;
  height: 283px;
  object-fit: contain;
}
@media (min-width: 0) and (max-width: 1023px) {
  .context__pill-icon {
    width: 138px;
    height: auto;
    aspect-ratio: 210/283;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .context__pill-icon {
    width: 138px;
  }
}
.footer {
  padding-block: 48px 64px;
  background-color: #f1f1f4;
}
@media (min-width: 0) and (max-width: 1023px) {
  .footer {
    padding-block: 40px 48px;
  }
}
.footer__wrapper {
  max-width: 1312px !important;
}
.footer__shell {
  background-color: #0c0c0e;
  border-radius: 48px;
  padding: 48px 56px 40px;
  display: grid;
  grid-template-columns:
    minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 1fr)
    max-content;
  grid-template-rows: auto auto;
  column-gap: 40px;
  row-gap: 48px;
  align-items: end;
}
@media (min-width: 0) and (max-width: 1023px) {
  .footer__shell {
    display: block;
    border-radius: 32px;
    padding: 36px 24px 32px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .footer__shell {
    padding: 32px 20px 28px;
    border-radius: 28px;
  }
}
.footer__top {
  display: contents;
}
@media (min-width: 0) and (max-width: 1023px) {
  .footer__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
    padding-bottom: 40px;
  }
}
.footer__brand-link {
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.2s ease 0s;
}
.footer__brand-link:hover {
  opacity: 0.88;
}
.footer__logo-f6 {
  display: block;
  width: 160px;
  height: auto;
  max-width: 100%;
}
@media (min-width: 0) and (max-width: 767px) {
  .footer__logo-f6 {
    width: 140px;
  }
}
.footer__office-title {
  display: block;
  width: auto;
  max-width: 140px;
  height: auto;
  margin-bottom: 16px;
}
.footer__address {
  margin: 0;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 375;
  line-height: 24px;
  color: #f1f1f4;
}
.footer__brand {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}
.footer__office {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  grid-column: 3;
  grid-row: 1;
  min-width: 0;
}
.footer__link {
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 16px;
  font-weight: 375;
  line-height: 24px;
  color: #f1f1f4;
  text-decoration: none;
  transition: opacity 0.2s ease 0s;
}
.footer__link:hover {
  opacity: 0.85;
  text-decoration: underline;
}
.footer__social {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 20px;
  grid-column: 4;
  grid-row: 1;
  justify-self: end;
  min-width: 0;
}
.footer__social-label {
  margin: 0;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 16px;
  font-weight: 375;
  line-height: 24px;
  color: #f1f1f4;
}
.footer__social-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.95;
  transition: opacity 0.2s ease 0s;
}
.footer__social-link:hover {
  opacity: 1;
}
.footer__social-link img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.footer__bottom {
  display: contents;
}
@media (min-width: 0) and (max-width: 1023px) {
  .footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    padding-top: 8px;
  }
}
.footer__legal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 28px;
  min-width: 0;
  grid-column: 2;
  grid-row: 2;
  width: 490px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .footer__legal {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }
}
.footer__copy {
  margin: 0;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #a6a7b2;
}
.footer__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px 20px;
}
.footer__legal-link {
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 375;
  color: #a6a7b2;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease 0s;
}
.footer__legal-link:hover {
  color: #f1f1f4;
}
.footer__lab {
  flex-shrink: 0;
  grid-column: 4;
  grid-row: 2;
  justify-self: end;
}
@media (min-width: 0) and (max-width: 1023px) {
  .footer__lab {
    justify-self: auto;
  }
}
.footer__lab-mark {
  display: block;
  width: 85px;
  height: auto;
  opacity: 0.85;
  filter: brightness(0) invert(1);
}
@media (min-width: 0) and (max-width: 1023px) {
  .footer__lab-mark {
    opacity: 0.55;
    width: 78px;
  }
}
.hero {
  padding-bottom: 96px;
  background: var(
    --gradient-01,
    linear-gradient(
      126deg,
      var(--color-violet-400, #6627ff) 19.86%,
      var(--color-sunset-400, #ff5539) 89.22%
    )
  );
}
.hero .wrapper {
  max-width: 1312px !important;
}
@media (min-width: 0) and (max-width: 1023px) {
  .hero {
    padding-top: 0;
  }
}
.hero__panel {
  position: relative;
  overflow: hidden;
  border-radius: 42px;
  padding: 38px 48px 72px;
  min-height: 720px;
  color: #f1f1f4;
  border-radius: 88px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .hero__panel {
    border-radius: 28px;
    min-height: auto;
    padding: 32px 0 44px;
  }
}
.hero__shape {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.hero__shape--left {
  width: 56vw;
  max-width: 860px;
  left: -15%;
  bottom: -20%;
  transform: rotate(6deg);
}
.hero__shape--right {
  width: 62vw;
  max-width: 940px;
  right: -40%;
  bottom: -2%;
  transform: rotate(249deg);
}
.hero__shape--top-right {
  width: 70vw;
  max-width: 980px;
  right: -22%;
  top: -44%;
  transform: rotate(310deg);
  opacity: 0.9;
}
@media (min-width: 0) and (max-width: 1023px) {
  .hero__shape--left {
    width: 520px;
    left: -180px;
    bottom: -91px;
  }
  .hero__shape--right {
    width: 620px;
    right: -346px;
    bottom: -20px;
    transform: rotate(240deg);
  }
  .hero__shape--top-right {
    width: 650px;
    right: -360px;
    top: -130px;
  }
}
.hero__content,
.hero__topbar {
  position: relative;
  z-index: 2;
}
.hero__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .hero__topbar {
    gap: auto;
  }
}
.hero__brand {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  gap: 18px;
  max-width: 249px;
}
.hero__brand-logo {
  display: block;
  max-width: 44px;
  height: auto;
}
@media (min-width: 0) and (max-width: 767px) {
  .hero__brand-logoText {
  }
}
.hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: #ff2805;
  text-decoration: none;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 16px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .hero__cta {
    align-self: flex-end;
    font-size: 14px;
    position: absolute;
    right: 0px;
    top: 79px;
  }
}
.hero__cta-label {
  border-radius: 999px;
  background-color: #f1f1f4;
  padding: 12px 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
}
@media (min-width: 0) and (max-width: 1023px) {
  .hero__cta-label {
    padding: 12px 14px;
    font-size: 15px;
  }
}
.hero__cta-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background-color: #f1f1f4;
  font-size: 22px;
  line-height: 1;
  stroke-width: 1.5px;
  stroke: #ff2805;
}
@media (min-width: 0) and (max-width: 1023px) {
  .hero__cta-icon {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
}
.hero__content {
  margin-top: 76px;
  max-width: 864px;
  margin-inline: auto;
  text-align: center;
}
@media (min-width: 0) and (max-width: 1023px) {
  .hero__content {
    margin-top: 68px;
  }
}
.hero__badge {
  display: inline-block;
  border-radius: 999px;
  border: 1px solid #f1f1f4;
  padding: 12px 24px;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 38px;
  font-weight: 375;
}
@media (min-width: 0) and (max-width: 1023px) {
  .hero__badge {
    margin-bottom: 24px;
    padding: 8px 16px;
    margin-top: 20px;
  }
}
.hero__title {
  margin: 0;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 99px;
  letter-spacing: -1.8px;
  color: #f1f1f4;
}
@media (min-width: 0) and (max-width: 767px) {
  .hero__title {
    font-size: 58px;
    font-style: normal;
    line-height: 63px;
  }
}
.hero__subtitle {
  margin: 6px 0 0;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: -0.28px;
  color: #f1f1f4;
}
@media (min-width: 0) and (max-width: 1023px) {
  .hero__subtitle {
    margin-top: 24px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .hero__subtitle {
    font-size: 25px;
    line-height: 30px;
  }
}
.hero__text {
  margin: 70px 0 0;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 300;
  line-height: 44px;
  letter-spacing: -0.28px;
  color: #f1f1f4;
}
@media (min-width: 0) and (max-width: 767px) {
  .hero__text {
    margin: 40px 0 0;
    font-size: 35px;
    font-style: normal;
    line-height: 40px;
  }
}

.outcomes {
  padding-block: 0;
  padding: 0 16px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .outcomes {
    padding-block: 0;
  }
}
.outcomes__wrapper {
  max-width: 1312px !important;
  position: relative;
  overflow: hidden;
  padding-inline: 0;
  padding: 0 16px;
  border-radius: 88px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .outcomes__wrapper {
    border-radius: 40px;
  }
}
.outcomes__card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px 72px;
  padding: 96px 112px;
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 1023px) {
  .outcomes__card {
    flex-direction: column;
    gap: 40px;
    padding: 48px 24px 56px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .outcomes__card {
    padding: 40px 20px 48px;
  }
}
.outcomes__glow {
  left: 0;
  top: 0;
  pointer-events: none;
  background-image: url(../../images/learningLab/shape6.svg);
  background-size: 80%;
  background-position: calc(-130% - -437px) -641px;
  background-repeat: no-repeat;
  min-width: 1210px;
}
.outcomes__glow,
.outcomes__glow:before {
  position: absolute;
  width: 100%;
  height: 100%;
}
.outcomes__glow:before {
  content: "";
  background: hsla(0, 0%, 100%, 0.5);
  backdrop-filter: blur(56.55px);
}
@media (min-width: 0) and (max-width: 1023px) {
  .outcomes__glow {
    background-position: calc(-170% - -437px) -641px;
  }
}
.outcomes__title {
  position: relative;
  z-index: 1;
  flex: 0 1 42%;
  max-width: 440px;
  margin: 0;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 67px;
  font-weight: 500;
  line-height: 74px;
  letter-spacing: -1.34px;
  color: #0c0c0e;
}
@media (min-width: 0) and (max-width: 1023px) {
  .outcomes__title {
    flex: none;
    max-width: none;
    width: 100%;
    font-size: 38px;
    line-height: 42px;
    text-align: left;
  }
}
.outcomes__columns {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: row;
  gap: 40px 48px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .outcomes__columns {
    flex-direction: column;
    gap: 36px;
    width: 100%;
  }
}
.outcomes__col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .outcomes__col {
    gap: 36px;
  }
}
.outcomes__col--stagger {
  padding-top: 64px;
}
@media (min-width: 0) and (max-width: 1365px) {
  .outcomes__col--stagger {
    padding-top: 48px;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  .outcomes__col--stagger {
    padding-top: 0;
  }
}
.outcomes__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .outcomes__item {
    gap: 26px;
  }
}
.outcomes__icon-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outcomes__icon {
  display: block;
  width: 120px;
  height: auto;
  max-width: 100%;
}
@media (min-width: 0) and (max-width: 1023px) {
  .outcomes__icon {
    width: 100px;
  }
}
.outcomes__text {
  margin: 0;
  max-width: 320px;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0;
  color: #0c0c0e;
}
@media (min-width: 0) and (max-width: 1023px) {
  .outcomes__text {
    max-width: 340px;
    font-size: 21px;
    line-height: 32px;
  }
}
.programa {
  padding-top: 130px;
  padding-bottom: 60px;
  background-color: #f1f1f4;
}
@media (min-width: 0) and (max-width: 1023px) {
  .programa {
    padding-top: 0;
    padding-bottom: 48px;
  }
}
.programa__wrapper {
  max-width: 1312px !important;
}
.programa__title {
  margin: 0 0 58px;
  max-width: 360px;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 67px;
  font-weight: 375;
  line-height: 74px;
  letter-spacing: -1.34px;
  color: #0c0c0e;
}
@media (min-width: 0) and (max-width: 1023px) {
  .programa__title {
    margin-bottom: 34px;
    max-width: 200px;
    font-size: 38px;
    line-height: 42px;
  }
}
.programa__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.programa__item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 0 42px;
  align-items: start;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #a6a7b2;
}
@media (min-width: 0) and (max-width: 1023px) {
  .programa__item {
    grid-template-columns: 60px 1fr;
    gap: 0 14px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.programa__number {
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 90px;
  font-weight: 375;
  line-height: 99px;
  letter-spacing: -1.8px;
  color: #0c0c0e;
  align-self: center;
}
@media (min-width: 0) and (max-width: 1023px) {
  .programa__number {
    font-size: 51px;
    line-height: 56px;
  }
}
.programa__content {
  min-width: 0;
  max-width: 640px;
}
.programa__item-title {
  margin: 0;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 38px;
  font-weight: 375;
  line-height: 48px;
  letter-spacing: -0.38px;
  color: #0c0c0e;
}
@media (min-width: 0) and (max-width: 1023px) {
  .programa__item-title {
    font-size: 28px;
    line-height: 35px;
  }
}
.programa__item-text {
  margin: 10px 0 0;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 21px;
  font-weight: 375;
  line-height: 32px;
  letter-spacing: 0;
  color: #5a5c6b;
}
@media (min-width: 0) and (max-width: 1023px) {
  .programa__item-text {
    margin-top: 8px;
  }
}
.programOverview {
  position: relative;
  padding-block: 0;
  overflow: hidden;
  margin-top: -96px;
}
.programOverview .wrapper {
  max-width: 1312px !important;
}

.programOverview__grid {
  display: grid;
  padding: 96px 112px;
  border-radius: 88px;
  background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0.5) 97.94%);
  box-shadow:
    inset 0 4px 28px 0 hsla(0, 0%, 100%, 0.03),
    inset 0 8px 14px 0 hsla(0, 0%, 100%, 0.09);
  backdrop-filter: blur(100px);
  column-gap: clamp(32px, 5vw, 80px);
  row-gap: 48px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.85fr);
  grid-template-areas: "a b" "c d";
  align-items: start;
}
@media (min-width: 0) and (max-width: 1023px) {
  .programOverview__grid {
    padding: 48px 24px 40px;
    border-radius: 40px;
    column-gap: 0;
    row-gap: 24px;
    grid-template-columns: 1fr;
    grid-template-areas: "a" "b" "c" "d";
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .programOverview__grid {
    padding: 40px 16px 32px;
    border-radius: 32px;
    row-gap: 20px;
  }
}
.programOverview__kicker {
  grid-area: a;
  margin: 0;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 38px;
  font-weight: 375;
  line-height: 48px;
  letter-spacing: -0.38px;
  color: #0c0c0e;
}
@media (min-width: 0) and (max-width: 1023px) {
  .programOverview__kicker {
    font-size: 28px;
    line-height: 35px;
  }
}
.programOverview__title {
  grid-area: b;
  margin: 0;
  max-width: 14ch;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 67px;
  font-weight: 375;
  line-height: 74px;
  letter-spacing: -1.34px;
  color: #ff5539;
}
@media (min-width: 0) and (max-width: 1023px) {
  .programOverview__title {
    max-width: none;
    font-size: 38px;
    line-height: 42px;
  }
}
.programOverview__category {
  grid-area: c;
  margin: 0;
  align-self: end;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: -0.28px;
  color: #0c0c0e;
  max-width: 305px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .programOverview__category {
    align-self: start;
    font-size: 21px;
    line-height: 26px;
  }
}
.programOverview__stats {
  grid-area: d;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 0 40px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .programOverview__stats {
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0;
    row-gap: 0px;
    flex-direction: column;
  }
}
.programOverview__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 0) and (max-width: 1023px) {
  .programOverview__stat {
    flex: 1 1 0;
    min-width: 0;
  }
}
.programOverview__stat-value {
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 196px;
  font-style: normal;
  font-weight: 250;
  line-height: 196.928px;
  color: #ff5539;
}
@media (min-width: 0) and (max-width: 1023px) {
  .programOverview__stat-value {
    font-size: 106px;
    line-height: 108px;
  }
}
.programOverview__stat-label {
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  color: #ff5539;
}
@media (min-width: 0) and (max-width: 1023px) {
  .programOverview__stat-label {
    font-size: 21px;
  }
}
.programOverview__divider {
  width: 1px;
  align-self: stretch;
  min-height: 120px;
  background-color: #a6a7b2;
  opacity: 0.4;
}
@media (min-width: 0) and (max-width: 1023px) {
  .programOverview__divider {
    align-self: auto;
    min-height: auto;
    height: auto;
    width: 1px;
    margin-inline: 8px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .programOverview__divider {
    margin-inline: 4px;
  }
}
.programOverview__titleModulos {
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  color: #5a5c6b;
  padding-bottom: 38px;
  display: block;
}

@media (min-width: 0) and (max-width: 767px) {
  .programOverview__titleModulos  {
    text-align: center;
    padding-top: 40px;
  }
}
.programOverview__location {
  flex: 0 1 280px;
  margin: 0;
  margin-left: auto;
  align-self: flex-end;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 16px;
  font-weight: 375;
  line-height: 24px;
  letter-spacing: 0;
  color: #5a5c6b;
}
@media (min-width: 0) and (max-width: 1023px) {
  .programOverview__location {
    flex: 1 1 100%;
    max-width: none;
    margin-left: 0;
    align-self: stretch;
    text-align: center;
  }
}
.reframing {
  position: relative;
  padding-block: 56px 110px;
  background-color: #f1f1f4;
  max-height: 1186px;
  margin-bottom: 100px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .reframing {
    padding-block: 40px 48px;
    max-height: 100%;
    padding-inline: 16px;
    margin-bottom: 0;
  }
}
.reframing__shape-wrap {
  position: absolute;
  left: 50%;
  top: 34px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 0) and (max-width: 1023px) {
  .reframing__shape-wrap {
    top: 18px;
    left: 0;
    transform: none;
  }
}
.reframing__shape {
  width: 72vw;
  max-width: 1082px;
  height: 1557px;
  opacity: 1;
  transform: rotate(15deg);
}
@media (min-width: 0) and (max-width: 1023px) {
  .reframing__shape {
    top: -306px;
    width: 1070px;
    position: relative;
    left: -10%;
  }
}
.reframing__wrapper {
  position: relative;
  z-index: 1;
  max-width: 1312px !important;
  padding: 112px 112px 12px;
  border-radius: 88px;
  background: hsla(0, 0%, 100%, 0.5);
  backdrop-filter: blur(56.55px);
}
@media (min-width: 0) and (max-width: 1023px) {
  .reframing__wrapper {
    border-radius: 40px;
    padding: 48px 16px;
  }
}
.reframing__header {
  text-align: center;
  max-width: 1088px;
  margin-inline: auto;
}
.reframing__badge {
  display: inline-block;
  border: 1px solid #0c0c0e;
  border-radius: 999px;
  padding: 12px 24px;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 16px;
  font-weight: 375;
  line-height: 24px;
  color: #0c0c0e;
}
@media (min-width: 0) and (max-width: 1023px) {
  .reframing__badge {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
  }
}
.reframing__title {
  margin: 42px 0 0;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 67px;
  font-weight: 375;
  line-height: 74px;
  letter-spacing: -1.34px;
  color: #0c0c0e;
}
@media (min-width: 0) and (max-width: 1023px) {
  .reframing__title {
    font-size: 38px;
    line-height: 42px;
  }
}
.reframing__subtitle {
  margin: 42px auto 0;
  max-width: 1088px;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 38px;
  line-height: 48px;
  font-weight: 375;
  letter-spacing: -0.38px;
  color: #17171b;
}
@media (min-width: 0) and (max-width: 1023px) {
  .reframing__subtitle {
    margin-top: 22px;
    font-size: 28px;
    line-height: 35px;
  }
}
.reframing__card {
  margin-top: 76px;
  margin-bottom: 120px;
  border-radius: 56px;
  background: rgba(220, 207, 250, 0.55);
  padding: 62px 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 44px 54px;
  overflow: visible;
  max-height: 620px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .reframing__card {
    margin-top: 36px;
    margin-bottom: 0;
    border-radius: 32px;
    padding: 32px 16px;
    grid-template-columns: 1fr;
    gap: 20px;
    max-height: 100%;
  }
}
.reframing__left,
.reframing__right {
  min-width: 0;
}
.reframing__lead {
  margin: 0;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 500;
  color: #0c0c0e;
  letter-spacing: -0.28px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .reframing__lead {
    font-size: 21px;
    line-height: 26px;
  }
}
.reframing__intro {
  margin: 0;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 375;
  color: #0c0c0e;
  letter-spacing: -0.28px;
  max-width: 369px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .reframing__intro {
    font-size: 21px;
    line-height: 26px;
    max-width: 100%;
  }
}
.reframing__photo {
  margin-top: 34px;
  width: 100%;
  max-width: 399px;
  max-height: 372px;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 34px;
  display: block;
  transform: translateY(80px);
  float: inline-end;
}
@media (min-width: 0) and (max-width: 1023px) {
  .reframing__photo {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 18px;
    transform: none;
    float: none;
    max-width: 279px;
    max-height: 260px;
  }
}
.reframing__ribbon {
  margin-top: 24px;
  width: 100%;
  max-width: 330px;
  height: auto;
  display: block;
}
@media (min-width: 0) and (max-width: 1023px) {
  .reframing__ribbon {
    width: 100%;
    max-width: 327px;
  }
}
.reframing__text {
  margin: 24px 0 0;
  max-width: 354px;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 375;
  letter-spacing: 0;
  color: #0c0c0e;
}
@media (min-width: 0) and (max-width: 1023px) {
  .reframing__text {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }
}
.videoModule {
  padding-block: 80px 96px;
  z-index: 1;
}
@media (min-width: 0) and (max-width: 1023px) {
  .videoModule {
    padding-block: 56px 48px;
  }
}
.videoModule .wrapper {
  max-width: 1088px;
}
.videoModule__heading {
  margin: 0 auto 64px;
  max-width: 28ch;
  text-align: center;
  font-family:
    PP Neue Montreal,
    sans-serif;
  font-size: 67px;
  font-weight: 375;
  line-height: 74px;
  letter-spacing: -1.34px;
  color: #17171b;
  max-width: 928px;
}
@media (min-width: 0) and (max-width: 1023px) {
  .videoModule__heading {
    margin: 0 auto 32px;
    font-size: 38px;
    line-height: 42px;
  }
}
.videoModule__frame {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  border-radius: 88px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background-color: #17171b;
}
@media (min-width: 0) and (max-width: 1023px) {
  .videoModule__frame {
    border-radius: 48px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .videoModule__frame {
    border-radius: 32px;
  }
}
.videoModule__poster {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: transparent;
  color: inherit;
}
.videoModule__poster:focus-visible {
  outline: 2px solid #a6a7b2;
  outline-offset: 4px;
}
.videoModule__poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.videoModule__play {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #f1f1f4;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .videoModule__play {
    width: 64px;
    height: 64px;
  }
}
.videoModule__play-icon {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-style: solid;
  border-width: 14px 0 14px 22px;
  border-color: transparent transparent transparent #17171b;
}
@media (min-width: 0) and (max-width: 767px) {
  .videoModule__play-icon {
    margin-left: 4px;
    border-width: 10px 0 10px 16px;
  }
}
.videoModule__brand-img {
  display: block;
  height: 28px;
  width: auto;
  filter: brightness(0) invert(1);
}
@media (min-width: 0) and (max-width: 767px) {
  .videoModule__brand-img {
    height: 22px;
  }
}
.videoModule__embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #0c0c0e;
}
.videoModule__embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.videoModule.is-playing .videoModule__poster {
  display: none;
}
.videoModule.is-playing .videoModule__embed {
  display: block;
}
