/* Local Font Awesome Pro 6.7.2: Regular controls and Duotone illustrations. */
.site-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  vertical-align: -0.125em;
  overflow: visible;
}
.site-icon .fa-primary {
  fill: var(--fa-primary-color, currentColor);
}
.site-icon .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: var(--fa-secondary-opacity, 0.32);
}
.button > .site-icon {
  font-size: 20px;
}
.hero-actions .button:last-child span {
  display: flex;
  align-items: center;
  font-size: 20px;
}
.hero-badges .site-icon {
  width: 21px;
  height: 21px;
}
.eyebrow strong {
  display: flex;
  align-items: center;
}
.eyebrow strong .site-icon {
  width: 20px;
  height: 20px;
}
.fa-update-art {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 78px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--mid-color) 7%, white);
  color: var(--mid-color);
}
.fa-update-art .site-icon {
  width: 45px;
  height: 45px;
  --fa-primary-color: #243449;
  --fa-secondary-color: var(--mid-color);
  --fa-secondary-opacity: 0.8;
}
.mid-update-5 .fa-update-art {
  flex-basis: 67px;
  width: 67px;
  height: 67px;
}
.mid-update-5 .fa-update-art .site-icon {
  width: 39px;
  height: 39px;
}
.fa-requirement-art {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: 64px;
  height: 60px;
  color: var(--mid-color);
  border: 1px solid color-mix(in srgb, var(--mid-color) 35%, white);
  border-radius: 16px;
  background: #fff;
}
.fa-requirement-art .site-icon {
  width: 36px;
  height: 36px;
}
.mid-chevron .site-icon {
  width: 18px;
  height: 18px;
}
.mid-problem h4 span .site-icon {
  width: 19px;
  height: 19px;
}
.mid-download-done > b .site-icon {
  width: 32px;
  height: 32px;
}
.lower-comparison h3 b .site-icon {
  width: 38px;
  height: 38px;
}
.lower-comparison li span .site-icon {
  width: 19px;
  height: 19px;
}
.lower-contact-button span {
  display: flex;
  align-items: center;
}
.lower-contact-button .site-icon {
  width: 20px;
  height: 20px;
}
.lower-faq-item summary i {
  display: grid;
  place-items: center;
}
.lower-faq-item summary i:after {
  content: none;
}
.lower-faq-item summary i .site-icon {
  width: 13px;
  height: 13px;
  transition: transform 0.18s;
}
.lower-faq-item:not([open]) summary i .site-icon {
  transform: rotate(-90deg);
}
@media (max-width: 900px) {
  .fa-update-art {
    flex-basis: 45px;
    width: 45px;
    height: 45px;
  }
  .fa-update-art .site-icon {
    width: 29px;
    height: 29px;
  }
}
@media (max-width: 600px) {
  .header .button > .site-icon {
    font-size: 15px;
  }
  .hero-badges .site-icon {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 560px) {
  .fa-update-art {
    flex-basis: 55px;
    width: 55px;
    height: 55px;
  }
  .fa-update-art .site-icon {
    width: 32px;
    height: 32px;
  }
  .fa-requirement-art {
    width: 40px;
    height: 46px;
    border-radius: 10px;
  }
  .fa-requirement-art .site-icon {
    width: 27px;
    height: 27px;
  }
  .mid-download-done > b .site-icon {
    width: 23px;
    height: 23px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .lower-faq-item summary i .site-icon {
    transition: none;
  }
}
.mid-requirement-row > .fa-requirement-art {
  padding: 0;
  min-height: 0;
  border: 1px solid color-mix(in srgb, var(--mid-color) 35%, white);
}
