/** Shopify CDN: Minification failed

Line 220:20 Unexpected "#27973-textarea-1"

**/
.template-page-support-v2 .breadcrumb.breadcrumb_margin {
  display: none;
}

.template-page-support-v2 #shopify-section-support_faq ._21e-section-margin-bottom,
.template-page-internal-testing #shopify-section-support_v2_faq_test ._21e-section-margin-bottom {
  padding-bottom: 2.4rem;
}

.support-v2-hero-trust-section {
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.support-v2-hero {
  text-align: center;
  max-width: 86rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}

.support-v2-hero__title {
  margin: 0;
  max-width: 90rem;
}

.support-v2-hero__subtitle {
  margin: 0;
  max-width: 70rem;
}

.support-v2-hero__cta {
  min-width: 24rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.2rem;
}

.support-v2-hero__cta-icon {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
}

.support-v2-hero__cta-icon svg {
  width: 100%;
  height: 100%;
}

.support-v2-hero__cta-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.support-v2-hero__micro {
  margin: 0;
}

.support-v2-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
  margin-top: 4.8rem;
}

.support-v2-trust__card {
  background: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.12);
  border-radius: 2rem;
  padding: 2.4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.support-v2-trust__icon {
  width: 3.6rem;
  height: 3.6rem;
  margin-bottom: 1.6rem;
  color: #1a211c;
  display: flex;
  justify-content: center;
  align-items: center;
}

.support-v2-trust__icon svg {
  width: 100%;
  height: 100%;
}

.support-v2-trust__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.support-v2-trust__title {
  font-weight: 700;
  margin: 0;
}

.support-v2-trust__description {
  color: #8f8f8f;
  margin: 0.8rem 0 0;
}

.support-v2-faq-cta-section {
  padding-top: 0;
  padding-bottom: 8rem;
}

.support-v2-faq-cta {
  margin: 0 auto;
  max-width: 80rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  text-align: center;
}

.support-v2-faq-cta a {
  color: #1ed768;
  font-weight: 700;
  text-decoration: none;
}

.support-v2-faq-cta a:hover {
  text-decoration: underline;
}

.support-v2-contact-section {
  padding-top: 0;
}

.support-v2-contact {
  padding: 0;
}

.support-v2-contact__intro {
  text-align: center;
  margin-bottom: 2.4rem;
}

.support-v2-contact__intro h2 {
  margin: 0;
}

.support-v2-contact__intro p {
  margin: 1rem 0 0;
}

.support-v2-contact .globo-form-app.default-layout.gfb-style-flat {
  margin: 0 auto;
}

.support-v2-contact .globo-form-app .header .title {
  font-weight: 400 !important;
}

.support-v2-contact .action.next.submit.flat-button.wizard__submit {
  font-family: FAIRE-SprigSans-Bold, sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  color: #1a211c !important;
  padding: 1.6rem 2rem !important;
  border-radius: 3.2rem !important;
  border: none !important;
  max-width: none !important;
  width: 100% !important;
  margin: 2.4rem 0 0 !important;
  display: block !important;
}

.support-v2-contact .flat-input {
  border-radius: 1.2rem !important;
  padding: 2.8rem 2rem !important;
}

.support-v2-contact .message.success {
  border-radius: 1.6rem !important;
  box-shadow: none !important;
  padding: 3.2rem !important;
  margin: 2.4rem 0 !important;
}

.support-v2-contact .globo-form-app .message .dismiss {
  top: 1.6rem !important;
  right: 2rem !important;
}

.support-v2-contact .checkbox-wrapper {
  margin-top: 1.2rem;
}

.support-v2-contact .globo-g-recaptcha {
  margin-top: 1.6rem !important;
  margin-bottom: 1.2rem !important;
  padding-left: 0.4rem !important;
}

.support-v2-contact .checkbox-label:before {
  border-color: #1a211c !important;
  box-shadow: none !important;
}

.support-v2-contact #27973-textarea-1 {
  padding: 2rem !important;
}

.support-v2-sticky-whatsapp {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  transform: translateY(1rem);
  transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}

.support-v2-sticky-whatsapp.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media screen and (max-width: 990px) {
  .support-v2-hero-trust-section {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }

  .support-v2-trust {
    grid-template-columns: 1fr;
    margin-top: 3.2rem;
  }

  .support-v2-hero__cta {
    width: 100%;
    max-width: 100%;
  }

  .support-v2-faq-cta-section {
    padding-bottom: 6rem;
  }

  .support-v2-contact {
    padding: 0;
  }

  .support-v2-sticky-whatsapp {
    left: 2rem;
    right: 2rem;
    bottom: 1.6rem;
    justify-content: center;
  }
}
