.elementor-124 .elementor-element.elementor-element-9a6e5ad{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-944599d *//*
  ARSYSTEM — INSTALAÇÃO DE REDE DE AR COMPRIMIDO
  Cole este conteúdo em: Container > Avançado > CSS personalizado.
  Não adicione as tags <style> e </style>.
  CSS não utilizado e repetições exatas foram removidos.
*/

.ars-air-network-page,
.ars-air-network-page *,
.ars-air-network-page *::before,
.ars-air-network-page *::after {
  box-sizing: border-box;
}

.ars-air-network-page {
  --ars-font-title: "Outfit", Arial, sans-serif;

  --ars-font-text: "Inter", "Mulish", Arial, sans-serif;

  width: 100%;
  min-width: 0;
  overflow: visible;

  background: #ffffff;
  color: #132632;
}

.ars-air-network-page__main {
  display: grid;
  grid-template-columns:
    minmax(0, 7fr)
    minmax(280px, 3fr);
  align-items: start;
  gap: 34px;

  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  padding: 68px 0 72px;

  overflow: visible;
}

.ars-air-network-page__content,
.ars-air-network-page__sidebar {
  min-width: 0;
}

.ars-air-network-page__content {
  display: grid;
  gap: 52px;
}

.ars-air-network-page__sidebar {
  position: relative;
  align-self: stretch;
  overflow: visible;
}

.ars-air-network-page__sidebar-inner {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 90px;

  display: grid;
  align-self: start;
  gap: 30px;

  height: max-content;
  overflow: visible;
}

.ars-air-network-page__reviews {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  padding: 10px 0 66px;
}

.ars-air-network-page > .ars-air-network-cards {
  display: none;
}

.ars-air-network-page__desktop-cta {
  display: block;
}

.ars-air-network-page__mobile-help {
  display: none;
}

@media (max-width: 900px) {
  .ars-air-network-page__main {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
    width: min(calc(100% - 40px), 760px);
  }

  .ars-air-network-page__sidebar-inner {
    position: static !important;
    top: auto;
    height: auto;
  }
}

@media (max-width: 767px) {
  .ars-air-network-page > .ars-air-network-cards {
    display: block;
  }

  .ars-air-network-page__main {
    width: min(calc(100% - 32px), 540px);
    padding: 46px 0 54px;
  }

  .ars-air-network-page__content {
    gap: 42px;
  }

  .ars-air-network-page__desktop-cta {
    display: none;
  }

  .ars-air-network-page__mobile-help {
    display: block;
  }

  .ars-air-network-page__reviews {
    width: min(calc(100% - 32px), 540px);
    padding-bottom: 52px;
  }

  .ars-air-network-scope {
    display: flex;
    flex-direction: column;
  }

  .ars-air-network-scope__content {
    order: 1;
    margin-top: 0;
  }

  .ars-air-network-scope__gallery {
    order: 2;
    margin-top: 28px;
  }
}

@media (max-width: 380px) {
  .ars-air-network-page__main,
  .ars-air-network-page__reviews {
    width: calc(100% - 24px);
  }
}

.ars-air-network-hero,
.ars-air-network-hero *,
.ars-air-network-hero *::before,
.ars-air-network-hero *::after {
  box-sizing: border-box;
}

.ars-air-network-hero :where(h1, p, nav, span, a, div) {
  margin: 0;
  padding: 0;
}

.ars-air-network-hero {
  --ars-an-dark: #132632;
  --ars-an-green: #cff3bd;
  --ars-an-muted: #65737a;
  --ars-an-border: #e5e8ea;
  --ars-an-light: #f8f8f8;

  --ars-an-font-title: var(--ars-font-title, "Outfit", Arial, sans-serif);

  --ars-an-font-text: var(--ars-font-text, "Inter", Arial, sans-serif);

  position: relative;
  isolation: isolate;

  width: 100%;
  min-width: 0;
  overflow: hidden;

  border-bottom: 1px solid var(--ars-an-border);

  background: var(--ars-an-light);
  color: var(--ars-an-dark);

  font-family: var(--ars-an-font-text);
}

.ars-air-network-hero a {
  color: inherit;
  text-decoration: none !important;
}

.ars-air-network-hero__container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0;
}

.ars-air-network-hero__content {
  width: 100%;
  min-width: 0;
  max-width: 1180px;
}

.ars-air-network-hero__breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;

  width: 100%;
  margin-bottom: 24px;

  color: var(--ars-an-muted);

  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.ars-air-network-hero__breadcrumb-link {
  color: var(--ars-an-muted);

  transition: color 0.24s ease;
}

.ars-air-network-hero__breadcrumb-link:hover,
.ars-air-network-hero__breadcrumb-link:focus-visible {
  color: var(--ars-an-dark);
}

.ars-air-network-hero__breadcrumb-link:focus-visible {
  outline: 2px solid var(--ars-an-green);
  outline-offset: 3px;
}

.ars-air-network-hero__separator {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #a7b0b4;

  font-size: 12px;
  line-height: 1;
}

.ars-air-network-hero__breadcrumb-current {
  min-width: 0;

  color: var(--ars-an-dark);

  font-weight: 700;

  overflow-wrap: anywhere;
}

.ars-air-network-hero__title {
  width: 100%;
  max-width: 1120px;

  color: var(--ars-an-dark);

  font-family: var(--ars-an-font-title);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.045em;

  overflow-wrap: normal;
  word-break: normal;
}

.ars-air-network-hero__description {
  width: 100%;
  max-width: 850px;
  margin-top: 24px;

  color: var(--ars-an-muted);

  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
}

.ars-air-network-hero__breadcrumb,
.ars-air-network-hero__title,
.ars-air-network-hero__description {
  opacity: 0;

  transform: translateY(12px);

  animation: arsAirNetworkHeroReveal 0.62s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.ars-air-network-hero__title {
  animation-delay: 0.07s;
}

.ars-air-network-hero__description {
  animation-delay: 0.14s;
}

@keyframes arsAirNetworkHeroReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 992px) {
  .ars-air-network-hero__title {
    font-size: clamp(33px, 5.5vw, 44px);
  }

  .ars-air-network-hero__description {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .ars-air-network-hero__container {
    width: min(calc(100% - 32px), 540px);
    padding: 58px 0 42px;
  }

  .ars-air-network-hero__breadcrumb {
    gap: 6px;
    margin-bottom: 20px;

    font-size: 12px;
  }

  .ars-air-network-hero__separator {
    font-size: 11px;
  }

  .ars-air-network-hero__title {
    max-width: none;

    font-size: clamp(31px, 9vw, 40px);
    line-height: 1.07;
  }

  .ars-air-network-hero__description {
    max-width: none;
    margin-top: 18px;

    font-size: 14.5px;
    line-height: 1.68;
  }
}

@media (max-width: 380px) {
  .ars-air-network-hero__container {
    width: calc(100% - 24px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ars-air-network-hero *,
  .ars-air-network-hero *::before,
  .ars-air-network-hero *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.ars-air-network-cards,
.ars-air-network-cards *,
.ars-air-network-cards *::before,
.ars-air-network-cards *::after {
  box-sizing: border-box;
}

.ars-air-network-cards :where(p, a, span, div, article, svg) {
  margin: 0;
  padding: 0;
}

.ars-air-network-cards {
  --ars-anc-dark: #132632;
  --ars-anc-green: #cff3bd;
  --ars-anc-green-strong: #5f9243;
  --ars-anc-text: #536168;
  --ars-anc-muted: #758188;

  width: 100%;
  min-width: 0;
  padding: 26px 0 54px;

  background: #ffffff;
  color: var(--ars-anc-dark);

  font-family: var(--ars-font-text, "Inter", Arial, sans-serif);
}

.ars-air-network-cards a {
  color: inherit;
  text-decoration: none !important;
}

.ars-air-network-cards__container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.ars-air-network-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;

  width: 100%;
  min-width: 0;
}

.ars-air-network-cards__item {
  min-width: 0;
}

.ars-air-network-cards__card {
  position: relative;
  isolation: isolate;

  display: block;

  width: 100%;
  min-width: 0;
  height: clamp(300px, 27vw, 370px);
  overflow: hidden;

  border: 1px solid rgba(19, 38, 50, 0.08);
  border-radius: 5px;

  background-color: #dce3e7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  box-shadow: 0 10px 26px rgba(19, 38, 50, 0.08);

  transition:
    transform 0.26s ease,
    box-shadow 0.26s ease,
    border-color 0.26s ease;
}

.ars-air-network-cards__card::before {
  position: absolute;
  inset: 0;
  z-index: 0;

  background: linear-gradient(
    180deg,
    rgba(19, 38, 50, 0.02) 0%,
    rgba(19, 38, 50, 0.05) 50%,
    rgba(19, 38, 50, 0.28) 100%
  );

  pointer-events: none;

  content: "";
}

.ars-air-network-cards__card:hover,
.ars-air-network-cards__card:focus-visible {
  border-color: rgba(19, 38, 50, 0.18);

  box-shadow: 0 17px 34px rgba(19, 38, 50, 0.13);

  transform: translateY(-4px);
}

.ars-air-network-cards__card:focus-visible {
  outline: 3px solid rgba(207, 243, 189, 0.9);
  outline-offset: 4px;
}

.ars-air-network-cards__hover-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;

  pointer-events: none;
}

.ars-air-network-cards__hover-overlay::before {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 48px;
  height: 48px;

  border-radius: 50%;

  background: rgba(207, 243, 189, 0.96);

  transform: translate(-50%, -50%) scale(0);

  transition: transform 0.56s cubic-bezier(0.22, 1, 0.36, 1);

  content: "";
}

.ars-air-network-cards__hover-copy {
  position: relative;
  z-index: 1;

  max-width: calc(100% - 52px);

  color: var(--ars-anc-dark);

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-align: center;

  opacity: 0;

  transform: translateY(10px);

  transition:
    opacity 0.24s ease 0.12s,
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
}

.ars-air-network-cards__card:hover .ars-air-network-cards__hover-overlay::before,
.ars-air-network-cards__card:focus-visible
  .ars-air-network-cards__hover-overlay::before {
  transform: translate(-50%, -50%) scale(24);
}

.ars-air-network-cards__card:hover .ars-air-network-cards__hover-copy,
.ars-air-network-cards__card:focus-visible .ars-air-network-cards__hover-copy {
  opacity: 1;

  transform: translateY(0);
}

.ars-air-network-cards__number {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 4;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 44px;
  height: 44px;

  border-radius: 5px;

  background: rgba(255, 255, 255, 0.94);
  color: var(--ars-anc-dark);

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;

  box-shadow: 0 8px 18px rgba(19, 38, 50, 0.12);
}

.ars-air-network-cards__pill {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 4;
  isolation: isolate;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  min-height: 86px;
  padding: 14px 14px 14px 18px;
  overflow: hidden;

  border: 1px solid rgba(19, 38, 50, 0.1);
  border-radius: 5px;

  background: rgba(255, 255, 255, 0.96);
  color: var(--ars-anc-dark);

  box-shadow: 0 9px 22px rgba(19, 38, 50, 0.1);

  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);

  transition:
    border-color 0.28s ease,
    color 0.28s ease,
    transform 0.28s ease;
}

.ars-air-network-cards__pill::before {
  position: absolute;
  inset: 0;
  z-index: -1;

  background: var(--ars-anc-dark);

  transform: scaleX(0);
  transform-origin: left;

  transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);

  content: "";
}

.ars-air-network-cards__card:hover .ars-air-network-cards__pill,
.ars-air-network-cards__card:focus-visible .ars-air-network-cards__pill {
  border-color: var(--ars-anc-dark);

  color: #ffffff;

  transform: translateY(-2px);
}

.ars-air-network-cards__card:hover .ars-air-network-cards__pill::before,
.ars-air-network-cards__card:focus-visible .ars-air-network-cards__pill::before {
  transform: scaleX(1);
}

.ars-air-network-cards__content {
  display: flex;
  flex-direction: column;
  gap: 5px;

  min-width: 0;
  max-width: calc(100% - 42px);
}

.ars-air-network-cards__title {
  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.02em;

  overflow-wrap: anywhere;
}

.ars-air-network-cards__description {
  color: var(--ars-anc-text);

  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.35;

  overflow-wrap: anywhere;

  transition: color 0.28s ease;
}

.ars-air-network-cards__card:hover .ars-air-network-cards__description,
.ars-air-network-cards__card:focus-visible .ars-air-network-cards__description {
  color: rgba(255, 255, 255, 0.82);
}

.ars-air-network-cards__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;

  width: 34px;
  height: 34px;

  border-radius: 5px;

  color: var(--ars-anc-dark);

  transition:
    background-color 0.24s ease,
    color 0.24s ease,
    transform 0.24s ease;
}

.ars-air-network-cards__arrow svg {
  width: 18px;
  height: 18px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ars-air-network-cards__card:hover .ars-air-network-cards__arrow,
.ars-air-network-cards__card:focus-visible .ars-air-network-cards__arrow {
  background: var(--ars-anc-green);
  color: var(--ars-anc-dark);

  transform: translate(3px, -3px);
}

.ars-air-network-cards__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin-top: 12px;
  padding-left: 5px;

  color: var(--ars-anc-muted);

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;

  transition:
    color 0.22s ease,
    gap 0.22s ease;
}

.ars-air-network-cards__more::after {
  width: 18px;
  height: 1px;

  background: currentColor;

  content: "";
}

.ars-air-network-cards__more:hover,
.ars-air-network-cards__more:focus-visible {
  gap: 12px;

  color: var(--ars-anc-green-strong);
}

.ars-air-network-cards__more:focus-visible {
  outline: 2px solid rgba(95, 146, 67, 0.35);
  outline-offset: 4px;
}

.ars-air-network-cards__card--dryer {
  background-image: url("/wp-content/uploads/2026/08/arsystem-secadores-de-ar.webp");
}

.ars-air-network-cards__card--leaks {
  background-image: url("/wp-content/uploads/2026/08/arsystem-caca-vazamentos.webp");
}

.ars-air-network-cards__card--installation {
  background-image: url("/wp-content/uploads/2026/08/arsystem-instalacao-rede-de-ar.webp");
}

@media (max-width: 900px) {
  .ars-air-network-cards {
    padding: 30px 0 52px;
  }

  .ars-air-network-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .ars-air-network-cards__item:last-child {
    grid-column: 1 / -1;

    width: calc(50% - 10px);
    justify-self: center;
  }

  .ars-air-network-cards__card {
    height: 330px;
  }

  .ars-air-network-cards__title {
    font-size: 18px;
  }

  .ars-air-network-cards__description {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .ars-air-network-cards {
    padding: 28px 0 46px;

    overflow: visible;
  }

  .ars-air-network-cards__container {
    width: min(calc(100% - 32px), 540px);
  }

  .ars-air-network-cards__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .ars-air-network-cards__item:last-child {
    grid-column: auto;

    width: 100%;
    justify-self: stretch;
  }

  .ars-air-network-cards__card {
    width: 100%;
    height: clamp(290px, 82vw, 340px);

    transform: none;
  }

  .ars-air-network-cards__card:hover,
  .ars-air-network-cards__card:focus-visible,
  .ars-air-network-cards__card:active {
    transform: none;
  }

  .ars-air-network-cards__hover-overlay {
    display: none;
  }

  .ars-air-network-cards__pill {
    min-height: 82px;
  }

  .ars-air-network-cards__title {
    font-size: 17px;
  }

  .ars-air-network-cards__description {
    font-size: 11.5px;
  }

  .ars-air-network-cards__more {
    margin-top: 11px;
  }
}

@media (max-width: 380px) {
  .ars-air-network-cards__container {
    width: calc(100% - 24px);
  }

  .ars-air-network-cards__grid {
    gap: 22px;
  }

  .ars-air-network-cards__card {
    height: 285px;
  }

  .ars-air-network-cards__pill {
    right: 12px;
    bottom: 12px;
    left: 12px;

    min-height: 80px;
    padding: 13px 11px 13px 14px;
  }

  .ars-air-network-cards__title {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ars-air-network-cards__card,
  .ars-air-network-cards__pill,
  .ars-air-network-cards__pill::before,
  .ars-air-network-cards__arrow,
  .ars-air-network-cards__more,
  .ars-air-network-cards__hover-overlay::before,
  .ars-air-network-cards__hover-copy {
    transition: none !important;
  }
}

.ars-air-network-scope,
.ars-air-network-scope *,
.ars-air-network-scope *::before,
.ars-air-network-scope *::after {
  box-sizing: border-box;
}

.ars-air-network-scope :where(h2, p, span, div, img, strong) {
  margin: 0;
  padding: 0;
}

.ars-air-network-scope img {
  display: block;
  max-width: 100%;
}

.ars-air-network-scope {
  --ars-ans-dark: #132632;
  --ars-ans-green: #cff3bd;
  --ars-ans-green-strong: #65934f;
  --ars-ans-light: #f8f8f8;
  --ars-ans-text: #5f6d74;
  --ars-ans-border: rgba(19, 38, 50, 0.12);

  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  padding: 0;

  color: var(--ars-ans-dark);

  font-family: var(--ars-font-text, "Inter", Arial, sans-serif);
}

.ars-air-network-scope__gallery {
  width: 100%;
  min-width: 0;
}

.ars-air-network-scope__gallery-grid {
  display: grid;
  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(0, 1.1fr);
  align-items: stretch;
  gap: 16px;

  width: 100%;
  min-width: 0;
  height: 400px;
}

.ars-air-network-scope__gallery-left {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;

  width: 100%;
  min-width: 0;
  min-height: 0;
}

.ars-air-network-scope__gallery-card {
  position: relative;

  width: 100%;
  min-width: 0;
  min-height: 0;
  height: 100%;
  overflow: hidden;

  border: 1px solid var(--ars-ans-border);
  border-radius: 6px;

  background-color: var(--ars-ans-light);

  box-shadow: 0 10px 28px rgba(19, 38, 50, 0.07);
}

.ars-air-network-scope__gallery-card::after {
  position: absolute;
  inset: 0;

  background: linear-gradient(to top, rgba(13, 30, 40, 0.12), transparent 42%);

  pointer-events: none;

  content: "";
}

.ars-air-network-scope__gallery-card img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transition: transform 0.35s ease;
}

.ars-air-network-scope__gallery-card:hover img {
  transform: scale(1.025);
}

.ars-air-network-scope__content {
  width: 100%;
  max-width: none;
  min-width: 0;
  margin-top: 38px;
}

.ars-air-network-scope__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 15px;

  color: var(--ars-ans-green-strong);

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ars-air-network-scope__marker {
  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 20px;
  height: 20px;
  flex: 0 0 20px;

  border: 1px solid rgba(101, 147, 79, 0.22);
  border-radius: 50%;

  background-color: rgba(207, 243, 189, 0.66);
}

.ars-air-network-scope__marker::after {
  width: 7px;
  height: 7px;

  border-radius: 50%;

  background-color: var(--ars-ans-green-strong);

  content: "";
}

.ars-air-network-scope__heading {
  max-width: 940px;

  color: var(--ars-ans-dark);

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.ars-air-network-scope__paragraphs {
  display: grid;
  gap: 18px;

  margin-top: 20px;
}

.ars-air-network-scope__paragraph {
  width: 100%;
  max-width: none;

  color: var(--ars-ans-text);

  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}

.ars-air-network-scope__paragraph strong {
  color: var(--ars-ans-dark);

  font-weight: 600;
}

.ars-air-network-scope__highlight {
  padding: 0 2px;

  color: var(--ars-ans-dark);

  font-weight: 600;

  background: linear-gradient(
    to bottom,
    transparent 61%,
    var(--ars-ans-green) 61%,
    var(--ars-ans-green) 92%,
    transparent 92%
  );

  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media (max-width: 991px) {
  .ars-air-network-scope__gallery-grid {
    grid-template-columns: 1fr;
    height: auto;
  }

  .ars-air-network-scope__gallery-left {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;

    height: 230px;
  }

  .ars-air-network-scope__gallery-card--large {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .ars-air-network-scope__eyebrow {
    margin-bottom: 13px;

    font-size: 10px;
  }

  .ars-air-network-scope__heading {
    font-size: clamp(29px, 8.5vw, 36px);
    line-height: 1.1;
  }

  .ars-air-network-scope__paragraphs {
    gap: 16px;

    margin-top: 17px;
  }

  .ars-air-network-scope__paragraph {
    font-size: 14px;
    line-height: 1.72;
  }

  .ars-air-network-scope__content {
    margin-top: 30px;
  }

  .ars-air-network-scope__gallery-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    height: auto;
  }

  .ars-air-network-scope__gallery-left {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 190px);
    gap: 12px;

    height: auto;
  }

  .ars-air-network-scope__gallery-card {
    height: 190px;

    border-radius: 4px;
  }

  .ars-air-network-scope__gallery-card--large {
    height: 235px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ars-air-network-scope__gallery-card img {
    transition: none !important;
  }
}

.ars-air-network-criteria,
.ars-air-network-criteria *,
.ars-air-network-criteria *::before,
.ars-air-network-criteria *::after {
  box-sizing: border-box;
}

.ars-air-network-criteria :where(h2, p, div) {
  margin: 0;
  padding: 0;
}

.ars-air-network-criteria {
  --ars-anc-dark: #132632;
  --ars-anc-green: #cff3bd;
  --ars-anc-green-strong: #65934f;
  --ars-anc-text: #5a686f;
  --ars-anc-border: rgba(19, 38, 50, 0.11);

  width: 100%;
  min-width: 0;

  background: #ffffff;
  color: var(--ars-anc-dark);

  font-family: var(--ars-font-text, "Inter", Arial, sans-serif);
}

.ars-air-network-criteria__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  margin-bottom: 15px;

  color: var(--ars-anc-green-strong);

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ars-air-network-criteria__eyebrow::before {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;

  border-radius: 50%;

  background: var(--ars-anc-green);

  box-shadow: 0 0 0 5px rgba(207, 243, 189, 0.45);

  content: "";
}

.ars-air-network-criteria__title {
  max-width: 940px;

  color: var(--ars-anc-dark);

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.ars-air-network-criteria__content {
  max-width: 1040px;
  margin-top: 22px;
  padding-top: 24px;

  border-top: 1px solid var(--ars-anc-border);
}

.ars-air-network-criteria__paragraph {
  color: var(--ars-anc-text);

  font-size: 15.5px;
  line-height: 1.85;
}

.ars-air-network-criteria__paragraph + .ars-air-network-criteria__paragraph {
  margin-top: 19px;
}

@media (max-width: 767px) {
  .ars-air-network-criteria__eyebrow {
    margin-bottom: 13px;
    font-size: 10px;
  }

  .ars-air-network-criteria__title {
    font-size: 28px;
  }

  .ars-air-network-criteria__content {
    margin-top: 19px;
    padding-top: 20px;
  }

  .ars-air-network-criteria__paragraph {
    font-size: 15px;
    line-height: 1.75;
  }

  .ars-air-network-criteria__paragraph + .ars-air-network-criteria__paragraph {
    margin-top: 17px;
  }
}

@media (max-width: 380px) {
  .ars-air-network-criteria__title {
    font-size: 26px;
  }

  .ars-air-network-criteria__paragraph {
    font-size: 14.5px;
  }
}

.ars-air-network-signals,
.ars-air-network-signals *,
.ars-air-network-signals *::before,
.ars-air-network-signals *::after {
  box-sizing: border-box;
}

.ars-air-network-signals :where(h2, p, span, ul, li, div) {
  margin: 0;
  padding: 0;
}

.ars-air-network-signals ul {
  list-style: none;
}

.ars-air-network-signals {
  --ars-anl-dark: #132632;
  --ars-anl-green: #cff3bd;
  --ars-anl-green-strong: #65934f;
  --ars-anl-white: #ffffff;
  --ars-anl-light: #f8f8f8;
  --ars-anl-text: #5f6d74;
  --ars-anl-border: rgba(19, 38, 50, 0.12);

  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  padding: 0;

  color: var(--ars-anl-dark);

  font-family: var(--ars-font-text, "Inter", Arial, sans-serif);
}

.ars-air-network-signals__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 15px;

  color: var(--ars-anl-green-strong);

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ars-air-network-signals__marker {
  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 20px;
  height: 20px;
  flex: 0 0 20px;

  border: 1px solid rgba(101, 147, 79, 0.22);
  border-radius: 50%;

  background-color: rgba(207, 243, 189, 0.66);
}

.ars-air-network-signals__marker::after {
  width: 7px;
  height: 7px;

  border-radius: 50%;

  background-color: var(--ars-anl-green-strong);

  content: "";
}

.ars-air-network-signals__heading {
  max-width: 940px;

  color: var(--ars-anl-dark);

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.ars-air-network-signals__content {
  display: grid;
  gap: 18px;

  margin-top: 20px;
}

.ars-air-network-signals__paragraph {
  width: 100%;
  max-width: none;

  color: var(--ars-anl-text);

  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}

.ars-air-network-signals__paragraph strong {
  color: var(--ars-anl-dark);

  font-weight: 600;
}

.ars-air-network-signals__highlight {
  padding: 0 2px;

  color: var(--ars-anl-dark);

  font-weight: 600;

  background: linear-gradient(
    to bottom,
    transparent 61%,
    var(--ars-anl-green) 61%,
    var(--ars-anl-green) 92%,
    transparent 92%
  );

  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.ars-air-network-signals__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;

  width: 100%;
  margin-top: 25px;
  margin-bottom: 24px;
}

.ars-air-network-signals__item {
  position: relative;

  display: flex;
  align-items: center;
  gap: 10px;

  min-width: 0;
  min-height: 46px;
  padding: 10px 12px;

  border: 1px solid var(--ars-anl-border);
  border-radius: 4px;

  background-color: var(--ars-anl-light);
  color: var(--ars-anl-dark);

  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.35;

  transition:
    border-color 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.ars-air-network-signals__item::before {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;

  border: 2px solid var(--ars-anl-green-strong);
  border-radius: 50%;

  background-color: var(--ars-anl-green);

  box-shadow: 0 0 0 4px rgba(207, 243, 189, 0.42);

  content: "";
}

.ars-air-network-signals__item:hover {
  border-color: rgba(207, 243, 189, 0.72);

  background-color: var(--ars-anl-dark);
  color: var(--ars-anl-white);

  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .ars-air-network-signals__eyebrow {
    margin-bottom: 13px;

    font-size: 10px;
  }

  .ars-air-network-signals__heading {
    font-size: clamp(29px, 8.5vw, 36px);
    line-height: 1.1;
  }

  .ars-air-network-signals__content {
    gap: 16px;

    margin-top: 17px;
  }

  .ars-air-network-signals__paragraph {
    font-size: 14px;
    line-height: 1.72;
  }

  .ars-air-network-signals__list {
    grid-template-columns: 1fr;
    gap: 9px;

    margin-top: 22px;
    margin-bottom: 22px;
  }

  .ars-air-network-signals__item {
    min-height: 44px;
    padding: 10px 11px;

    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ars-air-network-signals__item {
    transition: none !important;
  }
}

.ars-network-differential,
.ars-network-differential *,
.ars-network-differential *::before,
.ars-network-differential *::after {
  box-sizing: border-box;
}

.ars-network-differential :where(h2, p, span, blockquote, cite) {
  margin: 0;
  padding: 0;
}

.ars-network-differential {
  --ars-nd-dark: #132632;
  --ars-nd-green: #cff3bd;
  --ars-nd-green-strong: #65934f;
  --ars-nd-light: #f8f8f8;
  --ars-nd-border: #e1e7e9;
  --ars-nd-white: #ffffff;

  --ars-nd-font-title: var(--ars-font-title, "Outfit", Arial, sans-serif);

  --ars-nd-font-text: var(--ars-font-text, "Inter", Arial, sans-serif);

  width: 100%;
  min-width: 0;

  background-color: var(--ars-nd-white);
  color: var(--ars-nd-dark);
  color-scheme: light;

  font-family: var(--ars-nd-font-text);

  overflow-x: clip;
}

.ars-network-differential__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  margin-bottom: 15px;

  color: var(--ars-nd-green-strong);

  font-family: var(--ars-nd-font-title);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.ars-network-differential__eyebrow::before {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;

  border-radius: 50%;

  background-color: var(--ars-nd-green);

  box-shadow: 0 0 0 5px rgba(207, 243, 189, 0.45);

  content: "";
}

.ars-network-differential__heading {
  max-width: 900px;
  margin-bottom: 22px;

  color: var(--ars-nd-dark);

  font-family: var(--ars-nd-font-title);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;

  overflow-wrap: anywhere;
}

.ars-network-differential__card {
  position: relative;
  isolation: isolate;

  width: 100%;
  min-width: 0;
  padding: 42px 46px 40px;
  overflow: hidden;

  border: 1px solid var(--ars-nd-border);
  border-left: 5px solid var(--ars-nd-green);
  border-radius: 8px;

  background-color: var(--ars-nd-light);

  box-shadow: 0 12px 32px rgba(19, 38, 50, 0.06);
}

.ars-network-differential__card::after {
  position: absolute;
  right: -60px;
  bottom: -80px;
  z-index: -1;

  width: 210px;
  height: 210px;

  border-radius: 50%;

  background-color: rgba(207, 243, 189, 0.44);

  pointer-events: none;

  content: "";
}

.ars-network-differential__quote-icon {
  position: absolute;
  top: 18px;
  left: 28px;
  z-index: 1;

  color: rgba(19, 38, 50, 0.1);

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(92px, 10vw, 148px);
  font-weight: 700;
  line-height: 0.78;

  pointer-events: none;
  user-select: none;
}

.ars-network-differential__quote {
  position: relative;
  z-index: 2;

  max-width: 1100px;
  padding-top: 38px;
}

.ars-network-differential__text {
  color: var(--ars-nd-dark);

  font-family: var(--ars-nd-font-title);
  font-size: clamp(22px, 2.3vw, 31px);
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: -0.025em;

  overflow-wrap: anywhere;
}

.ars-network-differential__text strong {
  color: var(--ars-nd-green-strong);
  font-weight: 700;
}

.ars-network-differential__author {
  display: flex;
  align-items: center;
  gap: 10px;

  margin-top: 24px;

  color: rgba(19, 38, 50, 0.68);

  font-family: var(--ars-nd-font-text);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.ars-network-differential__author::before {
  width: 34px;
  height: 2px;
  flex: 0 0 34px;

  background-color: var(--ars-nd-green-strong);

  content: "";
}

@media (max-width: 767px) {
  .ars-network-differential,
  .ars-network-differential__heading,
  .ars-network-differential__card,
  .ars-network-differential__quote,
  .ars-network-differential__text,
  .ars-network-differential__author {
    min-width: 0;
  }

  .ars-network-differential__eyebrow,
  .ars-network-differential__heading,
  .ars-network-differential__text,
  .ars-network-differential__author {
    text-align: left;
  }

  .ars-network-differential__eyebrow {
    margin-bottom: 13px;
  }

  .ars-network-differential__heading {
    margin-bottom: 18px;

    font-size: 28px;
  }

  .ars-network-differential__card {
    padding: 34px 24px 30px;

    border-left-width: 4px;
  }

  .ars-network-differential__quote-icon {
    top: 16px;
    left: 18px;

    font-size: 88px;
  }

  .ars-network-differential__quote {
    padding-top: 34px;
  }

  .ars-network-differential__text {
    font-size: 21px;
    line-height: 1.5;
  }

  .ars-network-differential__author {
    margin-top: 20px;

    font-size: 12px;
  }

  .ars-network-differential__card::after {
    right: -80px;
    bottom: -100px;
  }
}

@media (max-width: 380px) {
  .ars-network-differential__card {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ars-network-differential__text {
    font-size: 19px;
  }

  .ars-network-differential__author {
    font-size: 11px;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Mulish:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Mulish:wght@300;400;500;600;700&display=swap");

.ars-air-network-services,
.ars-air-network-services *,
.ars-air-network-services *::before,
.ars-air-network-services *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.ars-air-network-services {
  --ars-ms-green: #cff3bd;
  --ars-ms-dark: #132632;
  --ars-ms-border: #e5e8ea;

  width: 100%;

  color: var(--ars-ms-dark);
  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
}

.ars-air-network-services a {
  color: inherit;
  text-decoration: none;
}

.ars-air-network-services ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ars-air-network-services__card {
  padding: 28px 26px;

  border: 1px solid var(--ars-ms-border);
  border-radius: 6px;

  background: #f7f9f8;
}

.ars-air-network-services__title {
  position: relative;

  margin-bottom: 20px;
  padding-bottom: 14px;

  color: var(--ars-ms-dark);

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.ars-air-network-services__title::after {
  position: absolute;
  bottom: 0;
  left: 0;

  width: 40px;
  height: 3px;

  border-radius: 2px;

  background: var(--ars-ms-green);

  content: "";
}

.ars-air-network-services__list,
.ars-air-network-services__other-list {
  display: flex;
  flex-direction: column;
}

.ars-air-network-services__item {
  border-bottom: 1px solid rgba(19, 38, 50, 0.08);
}

.ars-air-network-services__item:last-child {
  border-bottom: none;
}

.ars-air-network-services__link {
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 13px 0;

  color: var(--ars-ms-dark);

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.35;

  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.ars-air-network-services__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 22px;
  min-width: 22px;
  height: 22px;

  flex-shrink: 0;

  border-radius: 50%;

  background: var(--ars-ms-green);
  color: var(--ars-ms-dark);

  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}

.ars-air-network-services__icon svg {
  width: 11px;
  height: 11px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ars-air-network-services__link:hover {
  color: var(--ars-ms-dark);
  transform: translateX(4px);
}

.ars-air-network-services__link:hover .ars-air-network-services__icon {
  background: var(--ars-ms-dark);
  color: var(--ars-ms-green);
}

.ars-air-network-services__link.is-active {
  position: relative;

  padding-right: 12px;
  padding-left: 12px;

  border-radius: 4px;

  background: var(--ars-ms-dark);
  color: #ffffff;

  font-weight: 700;

  transform: none;

  box-shadow: 0 8px 18px rgba(19, 38, 50, 0.14);
}

.ars-air-network-services__link.is-active .ars-air-network-services__icon {
  background: var(--ars-ms-green);
  color: var(--ars-ms-dark);
}

.ars-air-network-services__subtitle {
  position: relative;

  margin-top: 26px;
  margin-bottom: 14px;
  padding-top: 22px;

  border-top: 1px solid var(--ars-ms-border);

  color: var(--ars-ms-dark);

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .ars-air-network-services__card {
    padding: 24px 20px;
  }

  .ars-air-network-services__title {
    font-size: 19px;
  }

  .ars-air-network-services__link {
    font-size: 14px;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Mulish:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Mulish:wght@300;400;500;600;700&display=swap");

@keyframes arsRecoveryHeroReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ars-cta-suporte,
.ars-cta-suporte *,
.ars-cta-suporte *::before,
.ars-cta-suporte *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.ars-cta-suporte__box {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 32px;
  align-items: center;
  width: 100%;
  min-height: 165px;
  padding: 24px 0 24px 40px;
  border-radius: 8px;
  background: var(--ars-green);
  overflow: visible;
}

.ars-cta-suporte__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.ars-cta-suporte__title {
  margin: 0 0 6px;
  color: var(--ars-dark);
  font-family: var(--ars-font-title);
  font-size: clamp(22px, 2.5vw, 29px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.ars-cta-suporte__description {
  margin: 0 0 20px;
  color: rgba(19, 38, 50, 0.85);
  font-family: var(--ars-font-text);
  font-size: 16.5px;
  font-weight: 500;
  line-height: 1.45;
}

.ars-cta-suporte__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 240px;
  min-height: 58px;
  padding: 16px 28px;
  border: 1px solid var(--ars-dark);
  border-radius: 6px;
  background: var(--ars-dark);
  color: var(--ars-white) !important;
  font-family: var(--ars-font-title);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.ars-cta-suporte__button:hover,
.ars-cta-suporte__button:focus-visible {
  border-color: var(--ars-white);
  background: var(--ars-white);
  box-shadow: 0 10px 22px rgba(19, 38, 50, 0.16);
  color: var(--ars-dark) !important;
  transform: translateY(-2px);
}

.ars-cta-suporte__button:focus-visible {
  outline: 3px solid rgba(19, 38, 50, 0.18);
  outline-offset: 3px;
}

@media (max-width: 991px) {
  .ars-cta-suporte__box {
    grid-template-columns: minmax(0, 1fr) 185px;
    gap: 24px;
    padding: 24px 0 24px 24px;
  }
}

@media (max-width: 767px) {
  .ars-cta-suporte__box {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    padding: 0 20px 24px;
    text-align: center;
    overflow: visible;
  }

  .ars-cta-suporte__button {
    width: 100%;
    min-width: 0;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Mulish:wght@300;400;500;600;700&display=swap");

.ars-help-contact,
.ars-help-contact *,
.ars-help-contact *::before,
.ars-help-contact *::after {
  box-sizing: border-box;
}

.ars-help-contact p,
.ars-help-contact strong {
  margin: 0;
}

.ars-help-contact a {
  color: inherit;
  text-decoration: none !important;
}

.ars-help-contact img {
  display: block;
  max-width: 100%;
}

.ars-help-contact {
  --ars-dark: #132632;
  --ars-green: #cff3bd;
  --ars-green-strong: #65934f;
  --ars-white: #ffffff;
  --ars-light: #f8f8f8;
  --ars-border: rgba(19, 38, 50, 0.11);

  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;

  font-family: var(--ars-font-text, "Inter", Arial, sans-serif);
}

.ars-help-contact__card {
  position: relative;
  isolation: isolate;

  display: grid;
  grid-template-rows:
    minmax(0, 1fr)
    minmax(0, 1fr);

  width: 100%;
  max-width: none;
  min-width: 0;
  height: 600px;
  overflow: hidden;

  border: 1px solid var(--ars-border);
  border-radius: 6px;

  background-color: var(--ars-white);

  box-shadow: 0 14px 34px rgba(19, 38, 50, 0.08);
}

.ars-help-contact__media {
  position: relative;

  display: flex;
  align-items: flex-end;
  justify-content: center;

  min-width: 0;
  min-height: 0;
  overflow: hidden;

  background-color: var(--ars-green);
}
.ars-help-contact__media::before {
  position: absolute;
  top: -90px;
  right: -85px;

  width: 210px;
  height: 210px;

  border: 1px dashed rgba(19, 38, 50, 0.1);
  border-radius: 50%;

  box-shadow:
    inset 0 0 0 32px rgba(255, 255, 255, 0.08),
    inset 0 0 0 76px rgba(255, 255, 255, 0.04);

  pointer-events: none;

  content: "";
}
.ars-help-contact__badge {
  position: absolute;
  top: 25%;
  left: 50%;
  z-index: 0;

  transform: translate(-50%, -50%);
  width: 90%;

  color: rgba(19, 38, 50, 0.12);
  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: clamp(32px, 3.5vw, 46px);
  font-weight: 800;
  text-align: center;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  pointer-events: none;
}
.ars-help-contact__image {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 100%;

  object-fit: contain;
  object-position: bottom center;
}

.ars-help-contact__content {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  min-width: 0;
  min-height: 0;
  padding: 48px 24px 28px;

  background-color: var(--ars-light);

  text-align: center;
}

.ars-help-contact__icon {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 62px;
  height: 62px;

  border: 5px solid var(--ars-light);
  border-radius: 50%;

  background-color: var(--ars-dark);
  color: var(--ars-green);

  box-shadow: 0 10px 24px rgba(19, 38, 50, 0.16);

  transform: translate(-50%, -50%);
}

.ars-help-contact__icon svg {
  width: 24px;
  height: 24px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ars-help-contact__phone {
  display: block;

  color: var(--ars-dark);

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: clamp(24px, 2.4vw, 31px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.01em;
}

.ars-help-contact__text {
  margin-top: 13px !important;

  color: rgba(19, 38, 50, 0.74);

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.ars-help-contact__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-width: 230px;
  min-height: 50px;
  margin-top: 22px;
  padding: 14px 22px;

  border: 1px solid var(--ars-dark);
  border-radius: 4px;

  background-color: var(--ars-dark);
  color: var(--ars-green) !important;

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.ars-help-contact__button svg {
  width: 16px;
  height: 16px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform 0.25s ease;
}

.ars-help-contact__button:hover,
.ars-help-contact__button:focus-visible {
  border-color: var(--ars-dark);

  background-color: transparent;
  color: var(--ars-dark) !important;

  transform: translateY(-2px);
}

.ars-help-contact__button:hover svg,
.ars-help-contact__button:focus-visible svg {
  transform: translateX(3px);
}

.ars-help-contact__button:focus-visible {
  outline: 3px solid rgba(19, 38, 50, 0.15);
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .ars-help-contact__card {
    height: 560px;
  }

  .ars-help-contact__content {
    padding: 44px 22px 26px;
  }
}

@media (max-width: 767px) {
  .ars-help-contact__card {
    grid-template-rows:
      52%
      48%;

    height: 560px;
    border-radius: 4px;
  }
  .ars-help-contact__image {
    max-height: 75%;
  }

  .ars-help-contact__content {
    padding: 44px 20px 24px;
  }

  .ars-help-contact__icon {
    width: 58px;
    height: 58px;
  }

  .ars-help-contact__icon svg {
    width: 22px;
    height: 22px;
  }

  .ars-help-contact__phone {
    font-size: 24px;
  }

  .ars-help-contact__text {
    margin-top: 11px !important;
    font-size: 16px;
  }

  .ars-help-contact__button {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    margin-top: 20px;
  }
}

@media (max-width: 400px) {
  .ars-help-contact__card {
    height: 530px;
  }

  .ars-help-contact__image {
    max-height: 70%;
  }

  .ars-help-contact__content {
    padding-right: 16px;
    padding-left: 16px;
  }

  .ars-help-contact__phone {
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ars-help-contact__button,
  .ars-help-contact__button svg {
    transition: none !important;
  }
}

@keyframes arsMaintenanceHubHeroReveal {
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.ars-cta-suporte,
.ars-cta-suporte *,
.ars-cta-suporte ::before,
.ars-cta-suporte ::after {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

.ars-cta-suporte {
  --ars-dark: #132632;
  --ars-dark-hover: #1c3a4b;
  --ars-green: #cff3bd;
  --ars-white: #ffffff;
  --ars-font-title: "Outfit", sans-serif;
  --ars-font-text: "Mulish", sans-serif;
  width: 100%;
  padding-top: 46px;
  font-family: var(--ars-font-title);
  overflow: visible;
}

.ars-cta-suporte__box {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0px, 1fr) 230px;
  gap: 32px;
  align-items: center;
  width: 100%;
  min-height: 165px;
  padding: 24px 0px 24px 40px;
  border-radius: 8px;
  background: var(--ars-green);
  overflow: visible;
}

.ars-cta-suporte__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0px;
}

.ars-cta-suporte__title {
  margin: 0px 0px 6px;
  color: var(--ars-dark);
  font-family: var(--ars-font-title);
  font-size: clamp(22px, 2.5vw, 29px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.ars-cta-suporte__description {
  margin: 0px 0px 20px;
  color: rgba(19, 38, 50, 0.85);
  font-family: var(--ars-font-text);
  font-size: 16.5px;
  font-weight: 500;
  line-height: 1.45;
}

.ars-cta-suporte__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 240px;
  min-height: 58px;
  padding: 16px 28px;
  border: 1px solid var(--ars-dark);
  border-radius: 6px;
  background: var(--ars-dark);
  font-family: var(--ars-font-title);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    background-color 0.3s,
    border-color 0.3s,
    box-shadow 0.3s,
    color 0.3s,
    transform 0.3s;
  color: var(--ars-white) !important;
}

.ars-cta-suporte__button:hover,
.ars-cta-suporte__button:focus-visible {
  border-color: var(--ars-white);
  background: var(--ars-white);
  box-shadow: rgba(19, 38, 50, 0.16) 0px 10px 22px;
  transform: translateY(-2px);
  color: var(--ars-dark) !important;
}

.ars-cta-suporte__button:focus-visible {
  outline: rgba(19, 38, 50, 0.18) solid 3px;
  outline-offset: 3px;
}

.ars-cta-suporte__image-area {
  position: relative;
  align-self: stretch;
  width: 230px;
  min-height: 165px;
  overflow: visible;
}

.ars-cta-suporte__image {
  position: absolute;
  bottom: -25px;
  right: -10px;
  left: auto;
  z-index: 5;
  display: block;
  width: 260px;
  max-width: none;
  height: auto;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 991px) {
  .ars-cta-suporte {
    padding-top: 38px;
  }
  .ars-cta-suporte__box {
    grid-template-columns: minmax(0px, 1fr) 185px;
    gap: 24px;
    padding: 24px 0px 24px 24px;
  }
  .ars-cta-suporte__image-area {
    width: 185px;
    min-height: 150px;
  }
  .ars-cta-suporte__image {
    bottom: -16px;
    right: -5px;
    width: 210px;
  }
}

@media (max-width: 767px) {
  .ars-cta-suporte {
    padding-top: 34px;
  }
  .ars-cta-suporte__box {
    grid-template-columns: 1fr;
    gap: 0px;
    min-height: 0px;
    padding: 0px 20px 24px;
    text-align: center;
    overflow: visible;
  }
  .ars-cta-suporte__content {
    order: 2;
    align-items: center;
    padding-top: 10px;
  }
  .ars-cta-suporte__image-area {
    order: 1;
    width: 100%;
    min-height: 225px;
    overflow: visible;
  }
  .ars-cta-suporte__image {
    right: 50%;
    bottom: -14px;
    left: auto;
    width: 225px;
    transform: translateX(50%);
  }
  .ars-cta-suporte__title {
    font-size: 24px;
  }
  .ars-cta-suporte__description {
    max-width: 360px;
    font-size: 15px;
  }
  .ars-cta-suporte__button {
    width: 100%;
    min-width: 0px;
  }
}

@media (max-width: 400px) {
  .ars-cta-suporte__image-area {
    min-height: 205px;
  }
  .ars-cta-suporte__image {
    width: 205px;
  }
  .ars-cta-suporte__title {
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ars-cta-suporte__button {
    transition: none !important;
  }
}

.ars-service-regions,
.ars-service-regions *,
.ars-service-regions *::before,
.ars-service-regions *::after {
  box-sizing: border-box;
}

.ars-service-regions h2,
.ars-service-regions p {
  margin: 0;
}

.ars-service-regions a {
  color: inherit;
  text-decoration: none !important;
}

.ars-service-regions {
  --ars-dark: #132632;
  --ars-dark-hover: #1b3544;
  --ars-green: #cff3bd;
  --ars-green-strong: #65934f;
  --ars-white: #ffffff;
  --ars-light: #f8f8f8;
  --ars-text: #5f6d74;
  --ars-border: rgba(19, 38, 50, 0.12);

  position: relative;

  width: 100%;
  margin: 0;
  padding: 72px 0 88px;
  overflow: hidden;

  background-color: var(--ars-white);
  color: var(--ars-dark);

  font-family: var(--ars-font-text, "Inter", Arial, sans-serif);
}
.ars-service-regions::before {
  position: absolute;
  top: -180px;
  right: -150px;

  width: 420px;
  height: 420px;

  border: 1px dashed rgba(19, 38, 50, 0.08);
  border-radius: 50%;

  box-shadow:
    inset 0 0 0 54px rgba(207, 243, 189, 0.08),
    inset 0 0 0 132px rgba(207, 243, 189, 0.04);

  pointer-events: none;

  content: "";
}

.ars-service-regions__container {
  position: relative;
  z-index: 1;

  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.ars-service-regions__header {
  max-width: 760px;
  margin: 0 auto 38px;

  text-align: center;
}

.ars-service-regions__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  margin-bottom: 15px;

  color: var(--ars-green-strong);

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ars-service-regions__marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 20px;
  height: 20px;

  flex: 0 0 20px;

  border: 1px solid rgba(101, 147, 79, 0.22);
  border-radius: 50%;

  background-color: rgba(207, 243, 189, 0.66);
}

.ars-service-regions__marker::after {
  width: 7px;
  height: 7px;

  border-radius: 50%;

  background-color: var(--ars-green-strong);

  content: "";
}

.ars-service-regions__title {
  color: var(--ars-dark);

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.ars-service-regions__subtitle {
  max-width: 660px;
  margin: 14px auto 0 !important;

  color: var(--ars-text);

  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.ars-service-regions__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;

  width: 100%;
}

.ars-service-regions__item {
  position: relative;
  isolation: isolate;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  min-width: 0;
  min-height: 58px;
  padding: 14px 12px;
  overflow: hidden;

  border: 1px solid var(--ars-border);
  border-radius: 4px;

  background-color: var(--ars-light);
  color: var(--ars-dark);

  font-family: var(--ars-font-title, "Outfit", Arial, sans-serif);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;

  transition:
    border-color 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.ars-service-regions__item::before {
  width: 7px;
  height: 7px;

  flex: 0 0 7px;

  border-radius: 50%;

  background-color: var(--ars-green-strong);

  box-shadow: 0 0 0 4px rgba(207, 243, 189, 0.55);

  content: "";

  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.ars-service-regions__item::after {
  position: absolute;
  top: -55px;
  right: -55px;
  z-index: -1;

  width: 120px;
  height: 120px;

  border-radius: 50%;

  background-color: rgba(207, 243, 189, 0.12);

  opacity: 0;
  transform: scale(0.7);

  transition:
    opacity 0.25s ease,
    transform 0.25s ease;

  content: "";
}

.ars-service-regions__item:hover,
.ars-service-regions__item:focus-visible {
  border-color: rgba(207, 243, 189, 0.72);

  background-color: var(--ars-dark);
  color: var(--ars-white);

  box-shadow: 0 12px 26px rgba(19, 38, 50, 0.14);

  transform: translateY(-3px);
}

.ars-service-regions__item:hover::before,
.ars-service-regions__item:focus-visible::before {
  background-color: var(--ars-green);

  box-shadow: 0 0 0 4px rgba(207, 243, 189, 0.18);
}

.ars-service-regions__item:hover::after,
.ars-service-regions__item:focus-visible::after {
  opacity: 1;
  transform: scale(1);
}

.ars-service-regions__item:focus-visible {
  outline: 3px solid var(--ars-green);
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .ars-service-regions__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .ars-service-regions {
    padding: 64px 0 76px;
  }

  .ars-service-regions__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .ars-service-regions {
    padding: 54px 0 62px;
  }

  .ars-service-regions::before {
    top: -145px;
    right: -185px;

    width: 340px;
    height: 340px;
  }

  .ars-service-regions__container {
    width: min(calc(100% - 32px), 540px);
  }

  .ars-service-regions__header {
    margin-bottom: 28px;
  }

  .ars-service-regions__eyebrow {
    margin-bottom: 13px;

    font-size: 10px;
  }

  .ars-service-regions__title {
    font-size: clamp(29px, 8.7vw, 36px);
    line-height: 1.1;
  }

  .ars-service-regions__subtitle {
    margin-top: 12px !important;

    font-size: 14px;
    line-height: 1.62;
  }

  .ars-service-regions__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ars-service-regions__item {
    min-height: 64px;
    padding: 12px 9px;

    font-size: 11.5px;
  }
}

@media (max-width: 380px) {
  .ars-service-regions__container {
    width: calc(100% - 24px);
  }

  .ars-service-regions__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .ars-service-regions__item {
    min-height: 58px;
    padding: 10px 7px;

    font-size: 10.5px;
    line-height: 1.25;
  }

  .ars-service-regions__item::before {
    width: 6px;
    height: 6px;

    flex-basis: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ars-service-regions__item,
  .ars-service-regions__item::before,
  .ars-service-regions__item::after {
    transition: none !important;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Mulish:wght@300;400;500;600;700&display=swap");

.asd-wrap-newsletter *,
.asd-wrap-newsletter ::before,
.asd-wrap-newsletter ::after {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

.asd-wrap-newsletter {
  --pr: #cff3bd;
  --pr2: #b8e8a4;
  --dark: #132632;
  --font: "Outfit", sans-serif;
  --font2: "Mulish", sans-serif;
  font-family: var(--font);
  width: 100%;
}

.asd-container-news {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 24px;
}

.asd-newsletter {
  background: rgb(255, 255, 255);
  padding: 0px 0px 100px;
  overflow-x: clip;
  width: 100%;
}

.asd-newsletter-box {
  position: relative;
  background: var(--dark);
  border-radius: 12px;
  min-height: 330px;
  display: flex;
  align-items: center;
}

.asd-newsletter-content {
  position: relative;
  z-index: 2;
  padding: 58px 500px 58px 48px;
  width: 100%;
}

.asd-newsletter-title {
  font-size: clamp(20px, 2.6vw, 30px);
  font-weight: 800;
  color: rgb(255, 255, 255);
  line-height: 1.25;
  margin-bottom: 22px;
}

.asd-newsletter-title span {
  color: var(--pr);
}

.asd-newsletter-form {
  display: flex;
  gap: 0px;
  max-width: 520px;
  margin-bottom: 14px;
}

.asd-newsletter-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--pr);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  border-radius: 6px;
  padding: 15px 26px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.25s;
  color: var(--dark) !important;
  text-decoration: none !important;
}

.asd-newsletter-submit:hover {
  background: var(--pr2);
  color: var(--dark) !important;
}

.asd-newsletter-submit:focus-visible {
  outline: rgba(207, 243, 189, 0.35) solid 3px;
  outline-offset: 4px;
}

.asd-newsletter-note {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font2);
  margin: 0px;
}

.asd-newsletter-figure {
  position: absolute;
  right: -8px;
  bottom: 0px;
  width: 450px;
  height: 430px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}

.asd-newsletter-figure img {
  height: 440px;
  width: auto;
  max-width: none;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(rgba(0, 0, 0, 0.34) 0px 16px 30px);
}

@media (max-width: 1280px) {
  .asd-newsletter-content {
    padding: 52px 390px 52px 40px;
  }
  .asd-newsletter-figure {
    width: 365px;
    height: 365px;
    right: -4px;
  }
  .asd-newsletter-figure img {
    height: 375px;
  }
}

@media (max-width: 992px) {
  .asd-newsletter-box {
    min-height: auto;
  }
  .asd-newsletter-content {
    padding: 44px 48px;
  }
  .asd-newsletter-figure {
    display: none;
  }
}

@media (max-width: 600px) {
  .asd-newsletter-content {
    padding: 32px 24px;
  }
  .asd-newsletter-form {
    display: block;
  }
  .asd-newsletter-submit {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ars-air-network-page .ars-air-network-cards {
    padding: 24px 0 40px;
  }

  .ars-air-network-page .ars-air-network-cards__container {
    width: min(calc(100% - 32px), 540px);
  }

  .ars-air-network-page .ars-air-network-cards__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .ars-air-network-page .ars-air-network-cards__item:last-child {
    grid-column: auto;
    width: 100%;
    justify-self: stretch;
  }

  .ars-air-network-page .ars-air-network-cards__card {
    width: 100%;
    height: clamp(190px, 50vw, 225px);
    transform: none;
  }

  .ars-air-network-page .ars-air-network-cards__hover-overlay {
    display: none;
  }

  .ars-air-network-page .ars-air-network-cards__number {
    top: 12px;
    left: 12px;
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .ars-air-network-page .ars-air-network-cards__pill {
    right: 12px;
    bottom: 12px;
    left: 12px;
    min-height: 64px;
    padding: 9px 11px 9px 14px;
  }

  .ars-air-network-page .ars-air-network-cards__content {
    gap: 3px;
  }

  .ars-air-network-page .ars-air-network-cards__title {
    font-size: 16px;
    line-height: 1.14;
  }

  .ars-air-network-page .ars-air-network-cards__description {
    font-size: 10.5px;
    line-height: 1.28;
  }

  .ars-air-network-page .ars-air-network-cards__arrow {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .ars-air-network-page .ars-air-network-cards__more {
    margin-top: 9px;
    padding-left: 3px;
    font-size: 12.5px;
  }

  .ars-air-network-page .ars-help-contact__image {
    max-width: 100%;
    max-height: 88%;
    transform: scale(1.06);
    transform-origin: bottom center;
  }
}

@media (max-width: 380px) {
  .ars-air-network-page .ars-air-network-cards__container {
    width: calc(100% - 24px);
  }

  .ars-air-network-page .ars-air-network-cards__grid {
    gap: 18px;
  }

  .ars-air-network-page .ars-air-network-cards__card {
    height: 185px;
  }
}
.ars-air-network-page .ars-cta-suporte__box {
  grid-template-columns: minmax(0, 1fr) 245px;
}

.ars-air-network-page .ars-cta-suporte__image-area {
  width: 245px;
}

.ars-air-network-page .ars-cta-suporte__image {
  right: -12px;
  width: 282px;
}

@media (max-width: 991px) {
  .ars-air-network-page .ars-cta-suporte__box {
    grid-template-columns: minmax(0, 1fr) 200px;
  }

  .ars-air-network-page .ars-cta-suporte__image-area {
    width: 200px;
  }

  .ars-air-network-page .ars-cta-suporte__image {
    right: -7px;
    width: 228px;
  }
}

/* Fundos uniformes da Hero e dos CTAs */
.ars-air-network-hero {
  background: #f8f8f8;
}

.ars-cta-suporte__box,
.ars-help-contact__media {
  background: #cff3bd;
}

.ars-help-contact__media::before {
  display: none;
  content: none;
}

.asd-newsletter-box {
  background: #132632;
}/* End custom CSS */