/* [project]/src/styles/components/hero.scss.css [app-client] (css) */
section.hero {
  z-index: 80;
  background-color: var(--color-persian-blue-700);
  height: 580px;
  padding: 120px 24px 80px;
  position: relative;
}

section.hero h1 {
  z-index: 30;
  flex-direction: column;
  gap: 40px;
  font-size: 56px;
  font-weight: 400;
  line-height: 41px;
  display: inline-flex;
  top: 30%;
  left: calc(50% - 582px);
}

section.hero h1 span:first-child {
  animation: 1.5s ease-in-out both paused line;
}

section.hero h1 span:nth-child(2) {
  animation: 1.5s ease-in-out .1s both paused line;
}

section.hero h1 span:nth-child(3) {
  animation: 1.5s ease-in-out .2s both paused line;
}

section.hero h1 strong {
  font-weight: 700;
}

section.hero img {
  z-index: 5;
  animation: 2s ease-in-out both paused img;
  bottom: 0;
  left: calc(50% - 173px);
}

section.hero .firula.style--1 {
  animation: 2s ease-in-out both paused style_1;
  bottom: calc(50% + 99px);
  right: calc(50% + 448px);
}

section.hero .firula.style--2 {
  animation: 1.5s ease-in-out .5s both paused style_2;
  bottom: 148px;
  left: calc(50% + 348px);
}

section.hero .firula.style--3 {
  z-index: 10;
  animation: 2s ease-in-out both paused style_3;
  top: calc(50% + 100px);
  right: calc(50% + 22px);
}

section.hero .firula.style--4 {
  z-index: 10;
  animation: 1s ease-in-out 1s both paused style_4;
  top: -5.44279vw;
  right: 10px;
}

section.hero .firula.style--4, section.hero .firula.style--4 svg {
  width: 29.806vw;
  height: 24.333vw;
}

section.hero.hero-play h1 span, section.hero.hero-play img, section.hero.hero-play .firula.style--1, section.hero.hero-play .firula.style--2, section.hero.hero-play .firula.style--3, section.hero.hero-play .firula.style--4 {
  animation-play-state: running;
}

@keyframes line {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes img {
  0% {
    transform: translateX(25%)scale(1.4);
  }

  100% {
    transform: translateX(0)scale(1);
  }
}

@keyframes style_1 {
  0% {
    transform: translate(25%, 25%)scale(1.5);
  }

  100% {
    transform: translate(0)scale(1);
  }
}

@keyframes style_2 {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes style_3 {
  0% {
    transform: translate(-25%, 25%);
  }

  100% {
    transform: translate(0);
  }
}

@keyframes style_4 {
  0% {
    opacity: 0;
    transform: translate(25%)rotate(180deg);
  }

  100% {
    opacity: 1;
    transform: translate(0)rotate(0);
  }
}

@media (min-width: 768px) {
  section.hero .firula.style--4 {
    display: none;
  }
}

@media (max-width: 1279px) {
  section.hero {
    height: 847px;
    padding: 68px 24px 80px;
  }

  section.hero h1 {
    z-index: 2;
    top: 150px;
    left: 100px;
  }

  section.hero .firula.style--1 {
    right: calc(100% - 120px);
    bottom: initial;
    top: 0;
  }
}

@media (max-width: 897px) {
  section.hero .firula.style--3 {
    width: 386px;
    height: 214px;
    top: calc(50% + 214px);
    right: calc(100% - 250px);
  }

  section.hero .firula.style--3 svg {
    width: 386px;
    height: 214px;
  }

  section.hero h1 {
    padding: 0 20px;
    left: 7.8125vw;
  }

  section.hero img {
    min-width: 897px;
    left: 0;
  }
}

@media (max-width: 767px) {
  section.hero .firula.style--1 {
    display: none;
  }
}

@media (max-width: 650px) {
  section.hero h1 {
    width: 100%;
    max-width: 550px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 540px) {
  section.hero h1 {
    gap: 16px;
    font-family: Nexa;
    font-size: 40px;
    font-weight: 250;
    line-height: 41px;
    top: 140px;
  }

  section.hero .firula.style--1 {
    display: none;
  }

  section.hero .firula.style--2 {
    bottom: initial;
    width: 100%;
    top: 109px;
    left: calc(100% - 256px);
  }

  section.hero .firula.style--3 {
    top: calc(100% - 214px);
    right: 20px;
  }

  section.hero .firula.style--3, section.hero .firula.style--3 svg {
    width: 620px;
    height: 362px;
  }

  section.hero .firula.style--4 {
    top: -46px;
  }

  section.hero .firula.style--4, section.hero .firula.style--4 svg {
    width: 156px;
    height: 180px;
  }

  section.hero img {
    left: -80px;
  }
}

/* [project]/src/styles/components/carousel.scss.css [app-client] (css) */
.carousel .scroller {
  gap: 16px;
}

.carousel .dots-wrapper {
  border: 0;
  border-radius: 22px;
  padding: 0 16px;
  box-shadow: inset 0 1px 1px #fffc;
}

.carousel .arrows, .carousel .controls {
  gap: 8px;
}

.carousel .controls {
  margin-top: 24px;
}

.carousel button {
  border: 0;
  box-shadow: inset 0 1px 1px #fffc;
}

.carousel button:not(:disabled), .carousel button:not(:disabled) svg {
  transition: all .2s ease-in-out;
}

@media (min-width: 1024px) {
  .carousel--edge .scroller {
    --carousel-edge-inset: max(56px, calc((100vw - 1564px) / 2));
    padding-left: var(--carousel-edge-inset);
    padding-right: var(--carousel-edge-inset);
    scroll-padding-left: var(--carousel-edge-inset);
    scroll-padding-right: var(--carousel-edge-inset);
  }

  .carousel button:not(:disabled):hover {
    background: #c6b8fb80;
  }

  .carousel button:not(:disabled):hover svg path.arrow {
    fill: #4a30aa;
  }
}

/* [project]/src/styles/components/placeholder-image.scss.css [app-client] (css) */
.placeholder-image {
  background-image: repeating-conic-gradient(#e4e7ec 0% 25%, #f2f4f7 0% 50%);
  background-size: 20px 20px;
}

/* [project]/src/styles/components/stats-section.scss.css [app-client] (css) */
section.stats-section {
  position: relative;
  overflow: hidden;
}

section.stats-section > div {
  gap: 46px;
  padding: 46px 0 116px;
}

section.stats-section h2, section.stats-section .carousel-wrapper {
  z-index: 20;
  position: relative;
}

section.stats-section h2 {
  text-align: center;
  text-transform: uppercase;
  color: var(--color-gray-600);
  padding-top: 10px;
  font-family: Nexa;
  font-size: 80px;
  font-weight: 250;
  line-height: 96px;
}

section.stats-section h2 strong {
  color: var(--color-zaffre-700);
  font-weight: 600;
}

section.stats-section h3 {
  text-transform: uppercase;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

section.stats-section .card-item {
  box-shadow: none;
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  backdrop-filter: blur(12px) saturate(180%);
  border-top-color: #fffc;
}

section.stats-section .stats--row {
  position: relative;
}

section.stats-section .stats--row .carousel-wrapper {
  margin-top: 15px;
}

section.stats-section .stats--row .firula {
  z-index: 10;
}

section.stats-section .stats--row.style--1 .firula {
  bottom: calc(100% - 226px);
  left: calc(50% + 35px);
}

section.stats-section .stats--row.style--2 h2 strong {
  color: var(--color-shocking-pink-700);
}

section.stats-section .stats--row.style--2 .firula {
  top: 106px;
  right: calc(50% + 602px);
}

@media (max-width: 1675px) {
  section.stats-section .stats--row.style--2 .firula {
    top: 37px;
    right: calc(100% - 352px);
  }
}

@media (max-width: 840px) {
  section.stats-section h2 {
    font-size: 56px;
    line-height: 70px;
  }

  section.stats-section h2 strong {
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  section.stats-section > div {
    gap: 72px;
    padding: 40px 0;
  }

  section.stats-section .stats--row.style--1 .firula, section.stats-section .stats--row.style--2 .firula {
    display: none;
  }

  section.stats-section .stats--row h2 {
    padding-top: 5px;
  }

  section.stats-section h2 {
    text-align: initial;
    flex-direction: column;
    font-size: 40px;
    line-height: 45px;
    display: flex;
  }

  section.stats-section h2 strong {
    margin-left: auto;
  }

  section.stats-section .carousel .arrows {
    display: none;
  }

  section.stats-section .carousel .dots-wrapper {
    padding: 16px;
  }

  section.stats-section .carousel-wrapper .scroller {
    padding-left: 20px;
    padding-right: 20px;
    scroll-padding-left: 20px;
    scroll-padding-right: 20px;
  }

  section.stats-section .card-item {
    width: 100%;
  }
}

/* [project]/src/styles/components/cases-section.scss.css [app-client] (css) */
section.cases-section {
  position: relative;
}

section.cases-section h2 {
  color: inherit;
  text-transform: uppercase;
  font-family: Nexa;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
}

section.cases-section h3 {
  text-transform: uppercase;
  margin-top: 18px;
  font-size: 12px;
  font-weight: 400;
}

section.cases-section .arrow-button {
  border: 0;
  width: 44px;
  min-width: 44px;
  height: 44px;
  transition: all .2s ease-in-out;
  box-shadow: inset 0 1px 1px #fffc;
}

section.cases-section > header {
  z-index: 20;
  color: var(--Primary-Gray-800, #1d2939);
  position: relative;
}

section.cases-section > header p {
  color: inherit;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

section.cases-section .firula.right, section.cases-section .firula.bottom {
  z-index: 10;
}

section.cases-section .firula.right {
  top: 0;
  right: 0;
}

section.cases-section .firula.bottom {
  bottom: 0;
  left: 0;
}

section.cases-section .carousel {
  z-index: 20;
  position: relative;
}

section.cases-section .carousel .main {
  background-color: #d3d3d3;
}

section.cases-section .see-more-wrapper {
  z-index: 10;
  max-width: 1676px;
  margin: 24px auto 0;
  position: relative;
}

section.cases-section:has(.controls) .see-more-wrapper {
  pointer-events: none;
  z-index: 30;
  justify-content: flex-end;
  margin-top: -44px;
}

section.cases-section:has(.controls) .see-more-wrapper a {
  pointer-events: visible;
}

@media (min-width: 1025px) {
  section.cases-section .arrow-button:hover {
    background: #c6b8fb80;
  }
}

@media (min-width: 481px) {
  section.cases-section .firula.right, section.cases-section .firula.bottom {
    display: none;
  }
}

@media (max-width: 839px) {
  section.cases-section:has(.controls) .see-more-wrapper {
    justify-content: center;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  section.cases-section h2 {
    font-size: 32px;
    line-height: 45px;
  }

  section.cases-section > header p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
  }

  section.cases-section .carousel .arrows {
    display: none;
  }

  section.cases-section .carousel .dots-wrapper {
    padding: 16px;
  }

  section.cases-section:has(.controls) .see-more-wrapper a {
    z-index: 20;
    text-align: center;
    width: 100%;
    padding: 18px;
    position: relative;
  }
}

/* [project]/src/styles/components/creators-section.scss.css [app-client] (css) */
section.creators-section {
  padding-right: calc(var(--spacing)*10);
  position: relative;
  overflow: hidden;
}

section.creators-section .firula {
  z-index: 5;
  top: -233px;
  right: calc(50% - 1334px);
}

section.creators-section .creators-content {
  z-index: 10;
  flex-direction: row;
  position: relative;
}

section.creators-section .creators-image {
  flex-shrink: 0;
  width: 531px;
}

section.creators-section .creators-texts {
  flex: 1;
  min-width: 0;
}

section.creators-section img {
  z-index: 15;
  background: #4a30aa;
}

section.creators-section h2 {
  font-size: 56px;
  font-weight: 300;
}

section.creators-section em {
  line-height: 30px;
}

section.creators-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

section.creators-section .stat-number {
  letter-spacing: -.02em;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

section.creators-section .stat-item {
  gap: 8px;
  min-height: 150px;
  padding: 16px 24px;
}

section.creators-section .creators-carousel-bleed {
  z-index: 1;
  --creators-col-offset: 180px;
  --creators-dot-active-color: #f3c;
  margin-left: calc(-1*var(--creators-col-offset));
  margin-right: -40px;
  position: relative;
}

section.creators-section .creators-carousel-bleed .scroller {
  padding-left: var(--creators-col-offset);
  scroll-padding-left: var(--creators-col-offset);
  scroll-snap-type: none;
  padding-right: 40px;
  justify-content: flex-start !important;
}

section.creators-section .creators-carousel-bleed .controls {
  padding-left: calc(var(--creators-col-offset, 0px) + 133px);
  justify-content: flex-start;
}

section.creators-section .creators-carousel-bleed .dots-wrapper {
  height: 44px;
}

@media (max-width: 1281px) {
  section.creators-section em {
    max-width: 505px;
  }
}

@media (max-width: 1279px) {
  section.creators-section {
    padding-left: 40px;
  }

  section.creators-section .firula {
    right: -694px;
  }
}

@media (max-width: 960px) {
  section.creators-section .creators-content {
    flex-direction: column;
    align-items: stretch;
  }

  section.creators-section .creators-carousel-bleed {
    margin-left: -40px;
    margin-right: -40px;
  }

  section.creators-section .creators-carousel-bleed .scroller {
    padding-left: 40px;
    padding-right: 40px;
    scroll-padding-left: 40px;
  }

  section.creators-section .creators-carousel-bleed .controls {
    justify-content: center;
    padding-left: 0;
  }
}

@media (max-width: 820px) {
  section.creators-section .firula {
    display: none;
  }

  section.creators-section .creators-texts {
    padding-top: 0;
  }
}

@media (max-width: 610px) {
  section.creators-section {
    padding-inline: 16px;
  }

  section.creators-section .creators-image {
    width: 100%;
  }
}

@media (max-width: 540px) {
  section.creators-section {
    padding-block: 40px;
  }

  section.creators-section h2 {
    text-align: center;
    order: 1;
    font-size: 32px;
    font-weight: 250;
    line-height: 45px;
  }

  section.creators-section em {
    text-align: center;
    order: 2;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  section.creators-section .creators-content {
    gap: 0;
  }

  section.creators-section .creators-texts {
    display: contents;
  }

  section.creators-section .creators-image {
    order: 3;
    margin-bottom: 24px;
  }

  section.creators-section .creators-carousel-bleed {
    order: 4;
    margin-top: 0;
  }

  section.creators-section .creators-carousel-bleed .scroller {
    gap: 8px;
  }

  section.creators-section .firula {
    display: block;
    top: -187px;
    right: -280px;
  }

  section.creators-section .firula svg {
    width: 482px;
    height: 280px;
  }

  section.creators-section .stat-item {
    width: 324px;
  }

  section.creators-section .carousel .arrows {
    display: none;
  }
}

/* [project]/src/styles/components/member-modal.scss.css [app-client] (css) */
.member-modal {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #e1d8fd33;
}

.member-modal-panel {
  background: #fefefe;
  align-items: flex-end;
  max-width: 970px;
  padding: 56px 48px;
}

.member-modal-panel .image {
  aspect-ratio: 354 / 364;
  width: 100%;
  max-width: 354px;
}

.member-modal-panel .image img {
  object-position: top;
  background-color: #d3d3d3;
}

.member-modal-panel .content-texts {
  max-width: initial;
}

.member-modal-panel button {
  top: 30px;
  right: 30px;
}

@media (min-width: 481px) {
  .member-modal-panel .header-modal {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 30px;
    right: 30px;
  }

  .member-modal-panel .header-modal h3 {
    display: none;
  }

  .member-modal-panel .header-modal button {
    top: 0;
    right: 0;
  }
}

@media (max-width: 780px) {
  .member-modal-panel {
    flex-direction: column;
    height: calc(100dvh - 170px);
    overflow-y: auto;
  }
}

@media (max-width: 640px) {
  .member-modal-panel {
    height: calc(100dvh - 40px);
  }
}

@media (max-width: 480px) {
  .member-modal {
    align-items: flex-end;
    padding: 0;
  }

  .member-modal-panel {
    border-radius: 20px 20px 0 0;
    gap: 0;
    padding: 24px 24px 56px;
  }

  .member-modal-panel .image {
    aspect-ratio: 354 / 280;
    border-radius: 16px;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .member-modal-panel header {
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    display: flex;
    position: relative;
  }

  .member-modal-panel header button {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .member-modal-panel .texts h3 {
    display: none;
  }
}

/* [project]/src/styles/components/team-preview-section.scss.css [app-client] (css) */
section.team-preview-section {
  position: relative;
}

section.team-preview-section h2 {
  font-weight: 300;
}

section.team-preview-section h2, section.team-preview-section h2 span {
  text-transform: uppercase;
  color: #fefefe;
  font-family: Nexa;
  font-size: 56px;
  line-height: 56px;
}

section.team-preview-section h2 span {
  font-weight: 600;
}

section.team-preview-section .carousel img {
  background-color: #d3d3d3;
}

section.team-preview-section:before {
  content: "";
  background-color: var(--color-zaffre-600);
  z-index: -1;
  height: 424px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

section.team-preview-section .bg-gradient-card-03 {
  padding: 32px 26px;
}

section.team-preview-section .bg-gradient-card-03 .title-member {
  color: #fefefe;
  margin-bottom: 5px;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

section.team-preview-section .bg-gradient-card-03 .sibtitle-member {
  color: #fefefe;
  text-transform: uppercase;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

section.team-preview-section .see-more-wrapper {
  max-width: 1676px;
  margin: 24px auto 0;
}

section.team-preview-section .o-de-moringa {
  z-index: -1;
  pointer-events: none;
  width: calc(100dvw + -50% - 402px);
  position: absolute;
  top: 323px;
  left: calc(50% + 402px);
  overflow: hidden;
}

section.team-preview-section:has(.controls) .see-more-wrapper {
  pointer-events: none;
  justify-content: flex-end;
  margin-top: -44px;
}

section.team-preview-section:has(.controls) .see-more-wrapper a {
  pointer-events: visible;
}

@media (max-width: 1279px) {
  section.team-preview-section .o-de-moringa {
    width: 18.5938vw;
    left: initial;
    right: 0;
  }
}

@media (max-width: 839px) {
  section.team-preview-section:has(.controls) .see-more-wrapper {
    justify-content: center;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  section.team-preview-section {
    padding: 40px 0;
  }

  section.team-preview-section > header {
    padding: 0 14px;
  }

  section.team-preview-section > header h2 {
    font-size: 32px;
    font-weight: 250;
    line-height: 45px;
  }

  section.team-preview-section > header p {
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  section.team-preview-section .carousel .arrows {
    display: none;
  }

  section.team-preview-section .carousel .dots-wrapper {
    padding: 16px;
  }

  section.team-preview-section .carousel .scroller {
    padding-left: 20px;
    scroll-padding-left: 20px;
  }

  section.team-preview-section .carousel .scroller .text-gray-25.font-semibold {
    font-size: 24px;
    line-height: 32px;
  }

  section.team-preview-section .carousel .scroller .text-xs {
    line-height: 20px;
  }

  section.team-preview-section .carousel .scroller .w-9.h-9 {
    width: 44px;
    height: 44px;
  }

  section.team-preview-section .o-de-moringa {
    width: 200px;
    left: initial;
    height: 400px;
    top: calc(100% - 110px);
  }

  section.team-preview-section .o-de-moringa svg {
    width: 400px;
    height: 400px;
  }

  section.team-preview-section:has(.controls) .see-more-wrapper a {
    text-align: center;
    width: 100%;
    padding: 18px 24px;
  }

  section.team-preview-section:before {
    height: 520px;
  }
}

/* [project]/src/styles/components/contact.scss.css [app-client] (css) */
.contact-grid:after, input, textarea {
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border: 2px solid var(--glass-border);
}

.contact-grid {
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: linear-gradient(335.08deg, #c6b8fb66 24%, #e1d8fd00 100.74%);
  border-radius: 16px;
  align-items: center;
  gap: 76px;
  max-width: 73rem;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  position: relative;
}

.contact-grid h2 {
  color: #1d2939;
  width: 100%;
  max-width: 436px;
  font-family: Nexa;
  font-size: 72px;
  font-weight: 250;
  line-height: 72px;
}

.contact-grid > em {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.contact-grid button.retry {
  color: #000;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.contact-title {
  font-family: var(--font-display);
  color: var(--color-gray-800);
  font-size: 2.25rem;
}

@media (min-width: 640px) {
  .contact-title {
    font-size: 3rem;
  }
}

.contact-title-bold {
  font-weight: 700;
}

.contact-card {
  z-index: 10;
  border-radius: var(--radius-3xl);
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-form {
  border-radius: var(--radius-3xl);
  flex-direction: column;
  flex: 1;
  gap: 20px;
  padding: 32px 0;
  display: flex;
}

.contact-honeypot {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -9999px;
  overflow: hidden;
}

.line-field.error .contact-field-label {
  color: var(--color-error-500);
}

.line-field.error .contact-field {
  border: 1px solid var(--color-error-500);
  color: var(--color-error-500);
  background: url("../media/error.2lbo82vyky0vf.svg") right 20px center no-repeat;
}

.contact-field-label {
  color: var(--color-gray-700);
  margin-bottom: 4px;
  font-size: .875rem;
  font-weight: 500;
  display: block;
}

.contact-field {
  width: 100%;
  color: var(--color-gray-800);
  border-radius: 12px;
  padding: 12px 16px;
}

.contact-field::placeholder {
  color: var(--color-gray-500);
}

.contact-field:focus {
  outline: none;
}

.custom-check {
  align-items: center;
  display: inline-flex;
}

.custom-check rect, .custom-check path {
  transition: all .4s;
}

.custom-check .back {
  fill: #fff;
}

.custom-check .check {
  opacity: 0;
}

.custom-check:hover .back {
  fill: #eef7ff;
}

.custom-check input {
  opacity: 0;
  position: absolute;
}

.custom-check input:checked + svg .back {
  fill: #eef7ff;
}

.custom-check input:checked + svg .check {
  opacity: 1;
}

.custom-check input, .custom-check svg {
  cursor: pointer;
}

.contact-field-textarea {
  resize: none;
}

.contact-field-error-wrap {
  opacity: 0;
  grid-template-rows: 0fr;
  transition: grid-template-rows .26s, opacity .2s;
  display: grid;
  overflow: hidden;
}

.contact-field-error-wrap-open {
  opacity: 1;
  grid-template-rows: 1fr;
}

.contact-field-error {
  min-height: 0;
  color: var(--color-error-500);
  margin-top: 4px;
  font-size: .75rem;
}

.contact-consent {
  color: var(--color-gray-700);
  align-items: center;
  gap: 8px;
  font-size: .875rem;
  display: flex;
}

.contact-consent a {
  text-decoration: underline;
}

.contact-consent-checkbox {
  margin-top: 2px;
}

.contact-submit {
  border-radius: var(--radius-full, 999999px);
  padding: 12px 0;
  font-weight: 600;
  transition: transform .2s;
}

.contact-submit-enabled {
  background: var(--color-turquoise-600);
  color: var(--color-gray-800);
  transition: all .2s ease-in-out;
}

.contact-submit-enabled:hover {
  color: #fff;
  background: #0043c9;
}

.contact-submit-disabled {
  background: var(--color-gray-200);
  color: var(--color-gray-500);
}

.contact-state-panel {
  border-radius: var(--radius-3xl);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  min-height: 24rem;
  padding: 40px;
  display: flex;
}

.contact-state-title {
  font-family: var(--font-display);
  color: var(--color-gray-800);
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1;
}

@media (min-width: 640px) {
  .contact-state-title {
    font-size: 3.75rem;
  }
}

.contact-state-text {
  max-width: 28rem;
  color: var(--color-preto);
  font-size: 1.125rem;
}

.contact-state-link {
  color: var(--color-preto);
  font-size: .875rem;
  text-decoration: underline;
}

.contact-section {
  padding: 24px 24px 111px;
  position: relative;
  overflow: hidden;
}

.contact-section .m-de-moringa {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 50%;
}

@media (min-width: 1024px) {
  .contact-section {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.contact-section.idle .contact-grid h2 {
  text-transform: uppercase;
}

.contact-section.error .contact-grid, .contact-section.success .contact-grid {
  text-align: center;
  flex-direction: column;
  gap: 41px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-section.error .contact-grid h2, .contact-section.success .contact-grid h2 {
  max-width: 940px;
}

.contact-section.error .contact-grid:after {
  background: linear-gradient(335deg, var(--Brand-Shocking-Pink-700, #ff00bf66) 24%, #e1d8fd00 100.74%);
}

.contact-section.success .contact-grid h2 {
  text-transform: uppercase;
}

.contact-section.success .contact-grid > em {
  max-width: 610px;
}

.contact-section.success .contact-grid:after {
  background: linear-gradient(335deg, var(--Brand-Torquoise-400, #a6faf466) 24%, #e1d8fd00 100.74%);
}

@media (mix-width: 481px) {
  .contact-section.idle .contact-grid h2 {
    text-transform: uppercase;
    width: 442px;
    min-width: 442px;
  }
}

@media (max-width: 1023px) {
  .contact-grid {
    flex-direction: column;
    padding: 40px;
  }
}

@media (max-width: 570px) {
  .contact-grid h2 {
    width: 100%;
    min-width: initial;
    font-size: 58px;
    line-height: 65px;
  }
}

@media (max-width: 480px) {
  .contact-section {
    padding: 40px 24px;
  }

  .contact-section .m-de-moringa {
    width: 534px;
    height: 310px;
    right: 120px;
  }

  .contact-grid {
    gap: 24px;
    padding: 40px 24px;
  }

  .contact-grid h2 {
    flex-direction: column;
    font-size: 40px;
    line-height: 45px;
    display: flex;
  }

  .contact-grid h2 span {
    margin-left: auto;
  }

  .contact-grid h2 br {
    display: none;
  }

  .contact-form {
    padding: 0;
  }

  .contact-consent input.contact-consent-checkbox {
    min-width: 16px;
    min-height: 16px;
  }

  .contact-consent svg {
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
  }
}

/* [project]/src/styles/modules/glass.module.scss.module.css [app-client] (css) */
.glass-module-scss-module__v6vnSa__glass {
  background: var(--glass-bg, #fff0);
  -webkit-backdrop-filter: blur(var(--glass-blur, 12px)) saturate(var(--glass-saturate, 180%));
  border: 2.9px solid var(--glass-border, #ffffff0a);
}

/* [project]/src/styles/components/partners-section.scss.css [app-client] (css) */
section.partners-section {
  overflow: hidden;
}

section.partners-section h2 {
  color: #2f2e30;
  text-transform: uppercase;
  font-family: Nexa;
  font-size: 56px;
  font-weight: 250;
  line-height: 56px;
}

.partners-carousel-mobile {
  display: none;
}

@media (max-width: 480px) {
  .partners-marquee {
    display: none;
  }

  .partners-carousel-mobile {
    display: block;
  }
}

.partners-marquee {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, #0000 0, #000 64px calc(100% - 64px), #0000 100%);
  mask-image: linear-gradient(90deg, #0000 0, #000 64px calc(100% - 64px), #0000 100%);
}

.partner-item svg {
  bottom: 8px;
  right: 8px;
}

.partners-track {
  gap: 16px;
  width: max-content;
  animation: 30s linear infinite partners-scroll;
  display: flex;
}

.partners-track > li > .partner-item {
  border: 0;
  box-shadow: inset 0 0 0 1px #ffffff73, inset 0 1px 1px #fffc;
}

.partners-track:hover {
  animation-play-state: paused;
}

@keyframes partners-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 720px) {
  section.partners-section h2 {
    text-align: start;
    flex-direction: column;
    display: flex;
  }

  section.partners-section h2 span {
    margin-left: auto;
    display: block;
  }
}

@media (max-width: 480px) {
  section.partners-section {
    padding: 40px 0;
  }

  section.partners-section h2 {
    text-align: initial;
    text-transform: uppercase;
    flex-direction: column;
    font-family: Nexa;
    font-size: 40px;
    font-weight: 250;
    line-height: 45px;
    display: flex;
  }

  section.partners-section h2 span {
    margin-left: auto;
  }

  section.partners-section .partners-carousel-mobile {
    margin-top: 24px;
  }

  section.partners-section .partners-carousel-mobile .partner-item {
    height: 133px;
  }

  section.partners-section .partners-carousel-mobile .partner-item svg, section.partners-section .partners-carousel-mobile .carousel .arrows {
    display: none;
  }

  section.partners-section .partners-carousel-mobile .carousel .dots-wrapper {
    padding: 16px;
  }
}

/*# sourceMappingURL=src_styles_0i1wbvx._.css.map*/