@charset "UTF-8";
/* var(--char-maxcol-width) */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, button {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

@supports (font-variation-settings: normal) {
  html, button {
    font-family: "Inter var", sans-serif;
  }
}
body, html {
  min-height: 100vh;
  font-size: 100%;
  color: hsl(0, 0%, 30%);
}

section {
  padding: clamp(4rem, 6vw + 1.8rem, 8rem) 1.4rem;
}

.container {
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0.25rem 0 1.5rem 0;
  line-height: 1.1;
  color: hsl(0, 0%, 0%);
  overflow-wrap: break-word;
}

h1 {
  font-size: clamp(2.25rem, 2.25rem + 0.0225 * (100vw - 20rem), 3.375rem);
  font-weight: 900;
}

h2 {
  font-size: clamp(1.75rem, 1.75rem + 0.015 * (100vw - 20rem), 2.5rem);
  font-weight: 900;
}

h3 {
  font-size: clamp(1.375rem, 1.375rem + 0.01 * (100vw - 20rem), 1.875rem);
  font-weight: 600;
}

h4 {
  font-size: clamp(1.125rem, 1.125rem + 0.005 * (100vw - 20rem), 1.375rem);
  font-weight: 600;
}

h5 {
  font-size: clamp(1.125rem, 1.125rem + 0.005 * (100vw - 20rem), 1.375rem);
  font-weight: 600;
}

h6 {
  font-size: clamp(0.875rem, 0.25vw + 0.825rem, 1rem);
  font-weight: 600;
}

p {
  font-size: clamp(0.875rem, 0.25vw + 0.825rem, 1rem);
  margin: 0.25rem 0 1.5rem 0;
  line-height: 1.375;
  max-width: 80ch;
  font-weight: 400;
  display: inline-block;
  width: 100%;
}

figcaption {
  font-size: clamp(0.75rem, 0.25vw + 0.7rem, 0.875rem);
}

small {
  font-size: clamp(0.75rem, 0.25vw + 0.7rem, 0.875rem);
}

main {
  background: repeat-x url("/site/templates/images/dot-gradient-smoke.png");
  background-position-y: bottom;
  background-size: 15px 675px;
  overflow-x: clip;
}
main a {
  color: hsl(0, 0%, 0%);
  -webkit-text-decoration: #00b5e2 underline 0.1rem;
          text-decoration: #00b5e2 underline 0.1rem;
  text-decoration-style: dotted;
  text-underline-offset: 0.2em;
  transition: ease-in-out 150ms;
}
main a:active {
  text-decoration-style: solid;
}
main a:hover {
  text-decoration-style: solid;
}
main ul {
  font-size: inherit;
  list-style: none;
  padding-left: 1.5em;
  margin: 0.25rem 0 1.5rem 0;
  max-width: 80ch;
  line-height: 1.375;
  display: inline-block;
}
main ul li {
  margin: 0.5em 0;
}
main ul li::before {
  content: "•";
  color: #00b5e2;
  font-weight: bold;
  font-size: inherit;
  display: inline-flex;
  width: 1.5rem;
  text-align: left;
  margin-bottom: auto;
  margin-left: -1.5rem;
}
main ol {
  padding-left: 1.5em;
  margin: 0.25rem 0 1.5rem 0;
  max-width: 80ch;
  line-height: 1.375;
}
main ol li {
  margin: 0.5em 0;
}

header ul {
  list-style: none;
  padding-left: 0;
}

.super-header {
  background-color: #000000;
  padding: 0px 1.4rem;
}
.super-header__nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.super-header__nav a, .super-header__nav button {
  transition-duration: 150ms;
  text-decoration: none;
  padding: 1em 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: white;
  font-size: clamp(0.75rem, 0.25vw + 0.7rem, 0.875rem);
}
.super-header__nav a:hover, .super-header__nav button:hover {
  color: #00b5e2;
}
.super-header__nav ul {
  display: inline-flex;
  flex-direction: row;
  margin: 0;
  gap: 1.5rem;
}

.main-header {
  padding: 0px 1.4rem;
}
.main-header__nav {
  margin: 1.75rem 0;
}
.main-header__nav a {
  transition-duration: 150ms;
  text-decoration: none;
  padding: 2em 0;
}
.main-header__nav ul {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.main-header__nav a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: black;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.25vw + 0.825rem, 1rem);
}
.main-header__nav a:hover {
  color: #00b5e2;
}
.main-header__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main-header__logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  margin-right: auto;
  text-decoration: none;
  font-size: 1.75rem;
  color: black;
  font-weight: 600;
}
.main-header__logo img {
  height: 2.5rem;
  width: auto;
}

.dropdown {
  position: relative;
  display: inline-flex;
}
.dropdown button {
  border: none;
  background-color: transparent;
}
.dropdown button:hover {
  cursor: pointer;
}
.dropdown ul {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0;
  top: calc(100% + 0.5rem);
  right: 0;
  background-color: white;
  z-index: 1001;
  padding: calc(clamp(2rem, 4.211vw + 1.053rem, 4rem) / 4);
  border-radius: 1rem;
}
.dropdown ul li {
  display: flex;
  text-align: right;
}
.dropdown ul li a {
  padding: 0.5rem;
  color: hsl(0, 0%, 0%);
  width: 100%;
  justify-content: flex-end;
  white-space: nowrap;
}

.nav-language::after {
  content: "";
  background-image: url("/site/templates/images/icon-small-globe.png");
  display: inline-block; /* Needed to add space between the bullet and the text */
  background-size: 11px 11px;
  width: 11px;
  height: 11px;
  margin-left: 5px;
  margin-bottom: -2px;
}

.nav-main {
  display: inline-flex;
  flex-direction: row;
  gap: 0.25rem;
  align-items: center;
  position: relative;
  justify-content: center;
  text-align: center;
  font-size: clamp(0.875rem, 0.25vw + 0.825rem, 1rem);
}
.nav-main svg {
  width: 1rem;
  height: 1rem;
  fill: #00b5e2;
}

.nav-solutions::after {
  content: "";
  background-image: url("/site/templates/images/icon-small-grid.png");
  display: inline-block; /* Needed to add space between the bullet and the text */
  background-size: 11px 11px;
  width: 11px;
  height: 11px;
  margin-left: 7px;
}

/* Media Queries */
@media (max-width: 767px) {
  .main-header__inner {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1em;
  }
  .main-header__logo {
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-header__nav {
    margin: 1rem auto;
  }
  .main-header__nav a {
    padding: 1em 0;
  }
  .main-header__nav ul {
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .super-header__nav {
    justify-content: center;
  }
}
.footer {
  background-color: #fafafa;
  text-align: left;
  padding-top: clamp(4rem, 6vw + 1.8rem, 8rem);
}
.footer__nav a {
  transition-duration: var(--transition-duration);
  text-decoration: none !important;
  padding: 1em 1.5em;
}

.footer-main__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 70rem;
  margin-bottom: clamp(4rem, 6vw + 1.8rem, 8rem);
  margin-left: auto;
  margin-right: auto;
}
.footer-main__outer {
  width: 100%;
  padding-right: 1.4rem;
  padding-left: 1.4rem;
}

.social-icons {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
}
.social-icons a {
  opacity: 0.8;
  transition-duration: 150ms;
}
.social-icons a:hover {
  opacity: 1;
}
.social-icons a img {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.25rem;
}

.footer-menu__wrapper {
  width: 75%;
  display: flex;
  flex-direction: row;
}
.footer-menu__wrapper a {
  text-decoration: none;
}
.footer-menu__stack {
  width: 25%;
}
.footer-menu__heading {
  font-size: clamp(1.125rem, 1.125rem + 0.005 * (100vw - 20rem), 1.375rem);
  color: inherit;
}
.footer-menu__heading-link {
  color: hsl(0, 0%, 0%);
  transition-duration: 0.15s;
}
.footer-menu__heading-link:hover {
  color: #00b5e2;
}
.footer-menu__ul {
  width: 100%;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 5px;
}
.footer-menu__li {
  display: flex;
  align-items: flex-start;
}
.footer-menu__link {
  color: hsl(0, 0%, 30%);
  text-decoration: none;
  transition-duration: 150ms;
}
.footer-menu__link:hover {
  color: hsl(0, 0%, 0%);
}

.subfooter__nav {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  padding-left: 0px;
}
.subfooter__wrapper {
  display: flex;
  width: 100%;
  background-color: #000000;
  padding-right: 1.4rem;
  padding-left: 1.4rem;
}
.subfooter__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 70rem;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.subfooter__li {
  font-size: clamp(0.75rem, 0.25vw + 0.7rem, 0.875rem);
  color: #ffffff;
  transition-duration: 0.15s;
}
.subfooter__li:hover {
  color: #00b5e2;
}
.subfooter__link {
  color: inherit;
  text-decoration: none;
}

.copyright {
  font-size: clamp(0.75rem, 0.25vw + 0.7rem, 0.875rem);
  color: #ffffff;
}

.admin-section {
  background-color: palegoldenrod;
  color: black;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.admin-section a {
  text-decoration: none;
  color: black;
}
.admin-section a:hover {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

/* Media Queries */
@media (max-width: 1120px) {
  .footer-main__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .footer-menu__wrapper {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
  .footer-menu__stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 20rem;
  }
  .footer-menu__ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .subfooter__content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
  }
  .subfooter__nav {
    justify-content: center;
    row-gap: 0.25rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}
.blurry-magic {
  transform: scale(1.1, 1.1);
  filter: blur(20px);
  transition-duration: 0.5s;
  opacity: 0.1;
}

.move-back {
  order: 2;
}

.gradient-text {
  background: -webkit-linear-gradient(0deg, #00b5e2, #2dccd3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dotted-banner {
  background: repeat-x url("/site/templates/images/dot-gradient-white.png"), hsl(0, 0%, 98%);
  background-position-y: bottom;
  background-size: 15px 675px;
  /*   min-height: 675px; */
}

.card-drop-shadow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.card__list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-left: 1.5rem;
}
.card__list li {
  display: flex;
  font-weight: 600;
}
.card__list--compact {
  gap: 0rem;
}
.card__link {
  text-align: left;
  text-decoration: none;
}
.card__link--small {
  gap: 0.33em;
  transition-duration: 0.15s;
  text-align: left;
  font-size: clamp(0.75rem, 0.25vw + 0.7rem, 0.875rem);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.card__link--small:hover {
  gap: 0.66em;
}
.card__link:hover .card__link-text::after {
  margin-left: 12px;
  margin-right: -36px;
}
.card__link-text {
  font-size: calc(clamp(0.875rem, 0.25vw + 0.825rem, 1rem) * 1.1);
  color: hsl(0, 0%, 0%);
  text-align: left;
  display: inline;
  position: relative;
}
.card__link-text--large {
  font-size: clamp(1.125rem, 1.125rem + 0.005 * (100vw - 20rem), 1.375rem);
  margin-bottom: 0px;
  margin-top: 0px;
}
.card__link-text--small {
  font-size: clamp(0.875rem, 0.25vw + 0.825rem, 1rem);
}
.card__link-text--xlarge {
  font-size: calc(clamp(1.375rem, 1.375rem + 0.01 * (100vw - 20rem), 1.875rem) * 0.675);
  font-weight: 500;
}
.card__link-text::after {
  display: inline-block;
  content: " ";
  background: url("/site/templates/images/fa-angle-right-blue.svg") no-repeat;
  width: 24px;
  height: 1.25em;
  margin-right: -36px;
  margin-left: 6px;
  transition-duration: 150ms;
  position: absolute;
  background-position-y: center;
}
.card__icon {
  color: #00b5e2;
  width: 24px;
  height: 24px;
}

.no-dots li::before {
  content: "" !important;
}

.no-margin {
  margin: 0px;
}

.section--compact {
  padding: calc(clamp(4rem, 6vw + 1.8rem, 8rem) / 2) 1.4rem;
}
.section--compact-top {
  padding: calc(clamp(4rem, 6vw + 1.8rem, 8rem) / 2) 1.4rem clamp(4rem, 6vw + 1.8rem, 8rem) 1.4rem;
}

.image-drop-shadow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.sr-only {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.placeholder-logo {
  filter: contrast(0%);
  opacity: 0.1;
}

.home-hero {
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.home-hero__text {
  line-height: 1.05;
  text-align: right;
  margin-bottom: clamp(4rem, 6vw + 1.8rem, 8rem);
  font-size: calc(clamp(4rem, 20vw - 0.5rem, 13.5rem) * 0.95);
}
.home-hero__text i {
  background: -webkit-linear-gradient(0deg, #00b5e2, #2dccd3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}
.home-hero__plus {
  font-weight: 400;
  font-size: 0.8em;
}
.home-hero__line2 {
  font-size: 0.425em;
  font-weight: 600;
  margin-right: 0.125em;
  margin-top: -0.25em;
  display: block;
}

.home-use-container {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.home-card {
  background-color: #ffffff;
  border-radius: 1.5rem;
  padding-top: clamp(2rem, 4.211vw + 1.053rem, 4rem);
  padding-right: clamp(2rem, 4.211vw + 1.053rem, 4rem);
  padding-bottom: clamp(2rem, 4.211vw + 1.053rem, 4rem);
  padding-left: clamp(2rem, 4.211vw + 1.053rem, 4rem);
  min-height: 33rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.home-card:nth-child(1) {
  margin-top: -10rem;
}
.home-card:nth-child(1) .home-card__image-wrapper {
  margin-right: -8rem;
}
.home-card:nth-child(2) .home-card__image-wrapper {
  margin-left: -8rem;
}
.home-card__title {
  line-height: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline;
  position: relative;
}
.home-card__title:after {
  display: inline-block;
  content: " ";
  background: url("/site/templates/images/fa-angle-right-blue.svg") no-repeat;
  width: 24px;
  height: 1em;
  margin-right: -36px;
  margin-left: 6px;
  transition-duration: 150ms;
  position: absolute;
  background-position-y: center;
}
.home-card__title-link {
  text-decoration: none;
}
.home-card__title-link:hover .home-card__title::after {
  margin-left: 12px;
  margin-right: -36px;
}
.home-card__left {
  width: 50%;
}
.home-card__text-col {
  gap: 0.75rem;
  width: calc(50% - 1rem);
}
.home-card__image-col {
  width: calc(50% - 1rem);
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-card__image-front {
  position: absolute;
  z-index: 2;
  width: clamp(18.75rem, 37.5vw + 11.25rem, 37.5rem);
  height: clamp(18.75rem, 37.5vw + 11.25rem, 37.5rem);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home-card__image-back {
  border-radius: 400px;
  position: absolute;
  z-index: 1;
  margin-left: clamp(3.5rem, 7vw + 2.1rem, 7rem);
  height: clamp(8rem, 16vw + 4.8rem, 16rem);
  width: clamp(8rem, 16vw + 4.8rem, 16rem);
  top: clamp(2rem, 4vw + 1.2rem, 4rem);
  right: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home-card__image-wrapper {
  width: clamp(18.75rem, 37.5vw + 11.25rem, 37.5rem);
  height: clamp(18.75rem, 37.5vw + 11.25rem, 37.5rem);
  position: relative;
  margin-top: -8rem;
  margin-bottom: -8rem;
  display: flex;
}
.home-card__description {
  margin-top: 1rem;
}
.home-card__list {
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.home-card__list-item {
  flex-direction: row;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.home-card__list-item > img {
  margin-right: 1rem;
}

/* Media Queries */
@media (max-width: 1120px) {
  .home-card {
    text-align: justify;
    display: flex;
  }
}
@media (max-width: 991px) {
  .home-hero__text {
    margin-bottom: calc(3.5 * clamp(4rem, 6vw + 1.8rem, 8rem) + 0rem);
  }
  .home-card {
    text-align: justify;
    display: flex;
    flex-direction: column;
  }
  .home-card__text-col {
    width: 100%;
    order: 2;
    margin-top: 2rem;
  }
  .home-card__image-wrapper {
    margin-bottom: 0px;
  }
  .home-card:nth-child(1) .home-card__image-wrapper {
    margin-right: 0;
  }
  .home-card:nth-child(2) .home-card__image-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .home-hero __text {
    margin-top: calc(clamp(4rem, 6vw + 1.8rem, 8rem) * 0.33);
  }
  .home-card__list {
    display: flex;
    flex-direction: column;
  }
}
.button {
  background-color: transparent;
  width: 100%;
  max-width: 20rem;
  border: 1px solid hsl(0, 0%, 0%);
  color: hsl(0, 0%, 0%);
  padding: 9px 15px;
  border-radius: 10px;
  transition-duration: 0.15s;
  font-size: clamp(0.875rem, 0.25vw + 0.825rem, 1rem);
  font-weight: 500;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.button:hover {
  background-color: transparent;
  border: 1px solid #00b5e2;
  color: #00b5e2;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.footer-buttons__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: 20rem;
}

/* Media Queries */
@media (max-width: 1120px) {
  .footer-buttons__wrapper {
    width: 100%;
  }
}
.solution-card {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.solution-card__product-image-wrapper {
  border-radius: 1.5rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
  position: relative;
  background-color: #ffffff;
}
.solution-card__product-image {
  width: 100%;
  height: 100%;
  display: block;
}
.solution-card__summary {
  text-align: left;
}
.solution-card__promo-wrapper {
  font-size: clamp(0.75rem, 0.25vw + 0.7rem, 0.875rem);
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  padding-top: 0.75rem;
  padding-right: 1rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  background-color: #fafafa;
  border-radius: 2rem;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.solution-card__software-icon {
  width: 10rem;
  height: 10rem;
}
.solution-card__software-icon-wrapper {
  display: flex;
  justify-content: center;
  border-radius: 1.5rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
  position: relative;
  width: 10rem;
}
.solution-card__custom {
  width: 100%;
  background-color: #ffffff;
  border-radius: 1.5rem;
  padding-top: clamp(2rem, 4.211vw + 1.053rem, 4rem);
  padding-right: clamp(2rem, 4.211vw + 1.053rem, 4rem);
  padding-bottom: clamp(2rem, 4.211vw + 1.053rem, 4rem);
  padding-left: clamp(2rem, 4.211vw + 1.053rem, 4rem);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.solution-card__custom-text {
  width: 50%;
  gap: 1.5rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.solution-card__custom-image {
  max-width: 320px;
  max-height: 400px;
  width: 100%;
  height: auto;
}
.solution-card__custom-outer {
  width: 100%;
}

.solutions-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.solutions-card-group {
  width: 100%;
  text-align: justify;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.solutions-card-group__custom {
  display: flex;
}
.solutions-card-group--product {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.solutions-card-group-outer {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}

/* Media Queries */
@media (max-width: 991px) {
  .solutions-card-group {
    grid-template-columns: repeat(3, 1fr);
  }
  .solution-card__custom {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .solution-card__custom-text {
    order: 2;
    width: 100%;
  }
  .solutions-section {
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .solutions-card-group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .solutions-card-group {
    grid-template-columns: repeat(1, 1fr);
  }
}
.use-banner__section {
  text-align: center;
  display: flex;
  flex-direction: row;
}
.use-banner__text-wrapper {
  gap: 0.75rem;
  width: 100%;
  max-width: 35rem;
}
.use-banner__preheading {
  font-size: clamp(1.125rem, 1.125rem + 0.005 * (100vw - 20rem), 1.375rem);
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px;
}
.use-banner__heading {
  font-size: calc(clamp(2.875rem, 2.875rem + 0.0325 * (100vw - 20rem), 4.5rem) * 1.25);
  margin-top: 0rem;
  margin-bottom: 0rem;
  line-height: 1;
}
.use-banner__video-link {
  gap: 1rem;
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}
.use-banner__video-label {
  font-weight: 700;
}
.use-banner__video-icon {
  width: 64px;
  height: 64px;
}
.use-banner__content-wrapper {
  min-height: 33rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.use-banner__text-col {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 50%;
  text-align: left;
}
.use-banner__image-front {
  position: absolute;
  z-index: 2;
  width: calc(clamp(18.75rem, 37.5vw + 11.25rem, 37.5rem) * 1.1);
  height: calc(clamp(18.75rem, 37.5vw + 11.25rem, 37.5rem) * 1.1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.use-banner__image-back {
  border-radius: 400px;
  position: absolute;
  z-index: 1;
  margin-left: clamp(3.5rem, 7vw + 2.1rem, 7rem);
  height: calc(clamp(8rem, 16vw + 4.8rem, 16rem) * 1.1);
  width: calc(clamp(8rem, 16vw + 4.8rem, 16rem) * 1.1);
  top: clamp(2rem, 4vw + 1.2rem, 4rem);
  right: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.use-banner__image-wrapper {
  display: flex;
  width: calc(clamp(18.75rem, 37.5vw + 11.25rem, 37.5rem) * 1.1);
  height: calc(clamp(18.75rem, 37.5vw + 11.25rem, 37.5rem) * 1.1);
  position: relative;
  margin-top: -8rem;
  margin-bottom: -8rem;
  margin-left: -6rem;
}
.use-banner__image-col {
  width: calc(50% - 1rem);
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: -8rem;
}

.use-case-container {
  gap: 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.use-case-list__outer-wrapper {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.use-case-list__main-image {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 35rem;
  height: 35rem;
  border-radius: 17.5rem;
  margin-left: -10rem;
  position: absolute;
  -o-object-position: center center;
     object-position: center center;
  background-color: #f4f4f4;
}
.use-case-list__wrapper {
  gap: 1.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
.use-case-list__more-wrapper {
  padding-left: 15rem;
}
.use-case-list__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.use-case {
  background-color: #ffffff;
  border-radius: 1.5rem;
  padding: calc(clamp(2rem, 4.211vw + 1.053rem, 4rem) * 0.5);
  width: 100%;
  gap: calc(clamp(2rem, 4.211vw + 1.053rem, 4rem) * 0.5);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  z-index: 2;
  text-align: left;
}
.use-case__thumb {
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  flex-shrink: 0;
  background-color: #f9f9f9;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  -o-object-position: center;
     object-position: center;
}
.use-case__text-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
.use-case__more-wrapper {
  padding-left: 15rem;
  z-index: 2;
}
.use-case__summary {
  margin-bottom: 0;
}

/** Media Queries **/
@media (max-width: 991px) {
  .use-banner__content-wrapper {
    flex-direction: column;
  }
  .use-banner__text-col {
    width: 100%;
    order: 2;
    margin-top: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .use-banner__image-wrapper {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .use-banner__image-col {
    margin-right: 0;
  }
  .use-case-container {
    text-align: left;
    align-items: center;
  }
  .use-case-list__more-wrapper {
    padding-left: 0px;
    margin-top: -4rem;
  }
  .use-case-list__main-image {
    width: 20rem;
    height: 20rem;
    position: static;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .use-case-list__outer-wrapper {
    text-align: left;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .use-case {
    text-align: center;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: calc(clamp(2rem, 4.211vw + 1.053rem, 4rem) * 0.75);
    gap: calc(clamp(2rem, 4.211vw + 1.053rem, 4rem) * 0.75);
  }
  .use-case__text-wrapper {
    width: 100%;
    align-items: center;
  }
  .use-case__text-wrapper .card__link {
    text-align: center;
  }
  .use-case-container {
    gap: 2rem;
  }
  .use-case-list__grid {
    grid-template-columns: 1fr;
  }
}
.brand-cards {
  gap: 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
}

.brand-card {
  background-color: #ffffff;
  border-radius: 1.5rem;
  padding-top: clamp(2rem, 4.211vw + 1.053rem, 4rem);
  padding-right: clamp(2rem, 4.211vw + 1.053rem, 4rem);
  padding-bottom: clamp(2rem, 4.211vw + 1.053rem, 4rem);
  padding-left: clamp(2rem, 4.211vw + 1.053rem, 4rem);
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.brand-card__title {
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline;
  position: relative;
  font-size: calc(clamp(1.375rem, 1.375rem + 0.01 * (100vw - 20rem), 1.875rem) * 0.75);
  font-weight: 500;
}
.brand-card__left {
  width: 50%;
}
.brand-card__text-col {
  gap: 0.75rem;
  width: calc(50% - 1rem);
}
.brand-card__image-col {
  width: calc(50% - 1rem);
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.brand-card__image {
  max-width: 20rem;
  max-height: 4.5rem;
}
.brand-card__description {
  margin-top: 1rem;
}

.brand-category__item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.brand-category__wrapper {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 3.5rem;
}
.brand-category__heading {
  margin: 0;
}
.brand-category__heading-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.brand-category__icon {
  width: 48px;
  height: 48px;
  border-radius: 24px;
}
.brand-category__icon--small {
  width: 36px;
  height: 36px;
  border-radius: 18px;
}

.brand-banner__section {
  text-align: center;
  display: flex;
  flex-direction: row;
}
.brand-banner__text-wrapper {
  gap: 0.75rem;
  width: 100%;
  max-width: 35rem;
}
.brand-banner__logo {
  width: 100%;
  height: auto;
  max-height: 4rem;
  max-width: 18rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  padding-bottom: 0.25rem;
}
.brand-banner__heading {
  font-size: calc(clamp(2.875rem, 2.875rem + 0.0325 * (100vw - 20rem), 4.5rem) * 1.25);
  margin-top: 0rem;
  margin-bottom: 0rem;
  line-height: 1;
}
.brand-banner__video-link {
  gap: 1rem;
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}
.brand-banner__video-label {
  font-weight: 700;
}
.brand-banner__video-icon {
  width: 64px;
  height: 64px;
}
.brand-banner__content-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 30rem;
  gap: 2rem;
  align-items: center;
  min-height: clamp(36rem, 10.345vw + 29.586rem, 42rem);
}
.brand-banner__text-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  text-align: left;
}
.brand-banner__image {
  border-radius: 400px;
  position: absolute;
  z-index: 1;
  width: clamp(36rem, 10.345vw + 29.586rem, 42rem);
  height: clamp(36rem, 10.345vw + 29.586rem, 42rem);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  left: 0;
}
.brand-banner__image-col {
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.brand-archive-banner__section {
  text-align: center;
  display: flex;
  flex-direction: row;
}
.brand-archive-banner__section:not(:first-of-type) {
  background-color: white;
}
.brand-archive-banner__section:nth-child(odd) .brand-archive-banner__content-wrapper {
  grid-template-columns: 30rem 1fr;
}
.brand-archive-banner__section:nth-child(odd) .brand-archive-banner__content-wrapper .brand-archive-banner__text-col {
  order: 2;
}
.brand-archive-banner__section:nth-child(odd) .brand-archive-banner__content-wrapper .brand-archive-banner__image-col .brand-archive-banner__image {
  left: auto;
  right: 0;
}
.brand-archive-banner__section:last-of-type {
  background: repeat-x url("/site/templates/images/dot-gradient-smoke.png");
  background-position-y: bottom;
  background-size: 15px 675px;
}
.brand-archive-banner__text-wrapper {
  gap: 0.75rem;
  width: 100%;
  max-width: 35rem;
}
.brand-archive-banner__logo {
  width: 100%;
  height: auto;
  max-height: 4rem;
  max-width: 18rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  padding-bottom: 0.25rem;
}
.brand-archive-banner__heading {
  font-size: calc(clamp(2.875rem, 2.875rem + 0.0325 * (100vw - 20rem), 4.5rem) * 1.25);
  margin-top: 0rem;
  margin-bottom: 0rem;
  line-height: 1;
}
.brand-archive-banner__content-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 30rem;
  gap: 2rem;
  align-items: center;
  min-height: clamp(36rem, 10.345vw + 29.586rem, 42rem);
}
.brand-archive-banner__text-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  text-align: left;
}
.brand-archive-banner__image {
  border-radius: 400px;
  position: absolute;
  z-index: 1;
  width: clamp(36rem, 10.345vw + 29.586rem, 42rem);
  height: clamp(36rem, 10.345vw + 29.586rem, 42rem);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  left: 0;
}
.brand-archive-banner__image-col {
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Media Queries */
@media (max-width: 991px) {
  .brand-card {
    display: flex;
    flex-direction: column;
  }
  .brand-card__text-col {
    width: 100%;
    order: 2;
    margin-top: 2rem;
  }
  .brand-card__image-col {
    width: 100%;
    order: 1;
  }
  .brand-card__image-wrapper {
    margin-bottom: 0px;
  }
  .brand-banner__content-wrapper {
    display: flex;
    flex-direction: column;
  }
  .brand-banner__text-col {
    width: 100%;
    order: 2;
    margin-top: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .brand-banner__image-wrapper {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .brand-banner__image-col {
    width: 100%;
  }
  .brand-banner__logo {
    -o-object-position: center;
       object-position: center;
  }
  .brand-banner__image {
    position: relative;
    width: clamp(18rem, 42.921vw + 9.416rem, 36rem);
    height: clamp(18rem, 42.921vw + 9.416rem, 36rem);
  }
  .brand-archive-banner__content-wrapper {
    display: flex;
    flex-direction: column;
  }
  .brand-archive-banner__text-col {
    width: 100%;
    order: 2;
    margin-top: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .brand-archive-banner__image-wrapper {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .brand-archive-banner__image-col {
    width: 100%;
  }
  .brand-archive-banner__logo {
    -o-object-position: center;
       object-position: center;
  }
  .brand-archive-banner__image {
    position: relative;
    width: clamp(18rem, 42.921vw + 9.416rem, 36rem);
    height: clamp(18rem, 42.921vw + 9.416rem, 36rem);
  }
}
.article-brands {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.article-brands__image-link {
  width: 100%;
}
.article-brands__image {
  width: 100%;
  height: auto;
  max-height: 3rem;
  max-width: 15rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.article-flex {
  display: flex;
  flex-direction: column;
}
.article-flex__item h2 {
  font-size: clamp(1.125rem, 1.125rem + 0.005 * (100vw - 20rem), 1.375rem);
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.article-meta {
  width: 100%;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  color: hsl(0, 0%, 0%);
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.article-meta li::before {
  content: none;
}
.article-meta__item {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  align-items: center;
}
.article-meta__icon {
  color: #333333;
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.article-meta__text {
  line-height: 1.5;
}
.article-meta__use-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  cursor: pointer;
}
.article-meta__use-category img {
  width: 48px;
  height: 48px;
  background: white;
  border-radius: 24px;
}
.article-meta__categories {
  line-height: 1.5;
}
.article-meta__category + .article-meta__category-separator:nth-last-child(1) {
  display: none;
}
.article-meta__tags-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-left: 0;
  font-size: clamp(0.75rem, 0.25vw + 0.7rem, 0.875rem);
  margin-top: 0.5rem;
}
.article-meta__tags-wrapper li {
  margin: 0;
  display: inline-flex;
}
.article-meta__tags-wrapper li a {
  text-decoration: none;
  padding: 0.33em 0.66em;
  border: solid 2px hsl(0, 0%, 30%);
  border-radius: 0.5em;
}
.article-meta__tags-wrapper li a:hover {
  color: #00b5e2;
  border: solid 2px #00b5e2;
}

.article-cta .flex-section {
  background-color: transparent !important;
  padding: 0 !important;
}

.blog-section {
  gap: 3.25rem;
}

.blog-repeater {
  width: 100%;
  text-align: justify;
  gap: 4rem;
  display: grid;
  grid-column: span 1;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  height: 100%;
}

.blog-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  padding-top: calc(clamp(2rem, 4.211vw + 1.053rem, 4rem) / 2);
  padding-right: calc(clamp(2rem, 4.211vw + 1.053rem, 4rem) / 2);
  padding-bottom: calc(clamp(2rem, 4.211vw + 1.053rem, 4rem) / 2);
  padding-left: calc(clamp(2rem, 4.211vw + 1.053rem, 4rem) / 2);
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.blog-tile__outer {
  width: 100%;
  height: 100%;
}
.blog-tile__image-wrapper {
  border-radius: 1.5rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
  position: relative;
  background-color: #ffffff;
}
.blog-tile__image {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  max-width: 100%;
}
.blog-tile__text {
  z-index: 2;
  text-align: left;
  width: 100%;
  font-size: clamp(1.125rem, 1.125rem + 0.005 * (100vw - 20rem), 1.375rem);
  font-weight: 500;
}
.blog-tile__content {
  width: 100%;
  transition-duration: 0.4s;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-tile__category-wrapper {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.blog-tile__category {
  color: #00b5e2;
  font-size: clamp(0.75rem, 0.25vw + 0.7rem, 0.875rem);
  font-weight: 500;
  z-index: 2;
}
.blog-tile__category-separator {
  color: #00b5e2;
  font-size: clamp(0.75rem, 0.25vw + 0.7rem, 0.875rem);
  font-weight: 500;
  z-index: 2;
}
.blog-tile__category + .blog-tile__category-separator:nth-last-child(1) {
  display: none;
}
.blog-tile__title-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  z-index: 2;
}
.blog-tile:hover .blurry-magic {
  transform: scale(1, 1);
  filter: blur(0px);
  opacity: 1;
}
.blog-tile:hover .blog-tile__content {
  opacity: 0;
}

@media (max-width: 991px) {
  .blog-repeater {
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .blog-repeater {
    text-align: left;
  }
}
@media (max-width: 479px) {
  .blog-repeater {
    display: grid;
    display: grid !important;
    align-items: stretch;
    grid-template-columns: repeat(1, minmax(200px, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 2rem;
  }
}
.breadcrumb {
  font-size: clamp(0.75rem, 0.25vw + 0.7rem, 0.875rem);
}
.breadcrumb__wrapper {
  font-size: clamp(0.75rem, 0.25vw + 0.7rem, 0.875rem);
  gap: 0.5rem;
  text-align: left;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.breadcrumb__list {
  display: flex;
  flex-direction: row;
  gap: 2em;
  padding-left: 0;
  margin: 0;
  max-width: 100%;
  line-height: 1;
}
.breadcrumb__list li {
  list-style-type: none;
}
.breadcrumb__list li::marker {
  content: "";
}
.breadcrumb__list li::after {
  display: inline-block;
  content: " ";
  background: url("/site/templates/images/fa-angle-right-blue.svg") no-repeat;
  width: 2em;
  height: 1em;
  position: absolute;
  background-position: center center;
}
.breadcrumb__list li:last-child::after {
  display: none;
}

.section__heading {
  font-size: clamp(1.375rem, 1.375rem + 0.01 * (100vw - 20rem), 1.875rem);
  margin-bottom: 0px;
}

.general-banner {
  display: flex;
  flex-direction: column;
  padding-top: calc(clamp(4rem, 6vw + 1.8rem, 8rem) / 2);
  margin-bottom: calc(clamp(4rem, 6vw + 1.8rem, 8rem) / 2);
}
.general-banner__heading {
  font-size: clamp(2.25rem, 2.25rem + 0.0225 * (100vw - 20rem), 3.375rem);
  margin-bottom: 0.5rem;
  margin-top: 0px;
}
.general-banner__image {
  aspect-ratio: 16/9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 1rem;
  margin-bottom: calc(clamp(4rem, 6vw + 1.8rem, 8rem) * -1.5);
  margin-top: calc(clamp(4rem, 6vw + 1.8rem, 8rem) * 0.5);
  background-color: #f4f4f4;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.general-banner__image-wrapper {
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  gap: 1rem;
  margin-bottom: calc(clamp(4rem, 6vw + 1.8rem, 8rem) * -1.5);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.general-banner__alt-title {
  font-size: calc(clamp(0.875rem, 0.25vw + 0.825rem, 1rem) * 1.25);
  font-weight: 500;
  margin-bottom: 0.625rem;
  color: hsl(0, 0%, 0%);
}

.general-section {
  padding-top: calc(clamp(4rem, 6vw + 1.8rem, 8rem) * 0.75);
  padding-bottom: calc(clamp(4rem, 6vw + 1.8rem, 8rem) * 0.75);
}

.general-container {
  display: grid;
  grid-template-columns: auto 16rem;
  gap: 4rem;
}

.general-main {
  background: transparent;
  overflow: inherit;
}
.general-main__content-wrapper h2 {
  font-size: clamp(1.375rem, 1.375rem + 0.01 * (100vw - 20rem), 1.875rem);
}
.general-main__content-wrapper h3 {
  font-size: clamp(1.125rem, 1.125rem + 0.005 * (100vw - 20rem), 1.375rem);
}
.general-main__content-wrapper h4 {
  font-size: clamp(0.875rem, 0.25vw + 0.825rem, 1rem);
}
.general-main__content-wrapper ul, .general-main__content-wrapper ol {
  margin: -0.5rem 0 1.5rem 0;
}
.general-main__content-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  margin: 2rem 0;
}
.general-main__content-wrapper figure {
  margin-bottom: 2.5rem;
}
.general-main__content-wrapper figure img {
  margin-bottom: 1rem;
}

.general-aside {
  width: 100%;
}
.general-aside > div, .general-aside > ul {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px hsl(0, 0%, 30%);
}
.general-aside > div:last-child, .general-aside > ul:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.flex-section:nth-child(odd) {
  background-color: hsl(0, 0%, 98%);
}
.flex-section:nth-child(odd) .platform__group {
  background-color: white; /* See prebuilt.scss for other styling */
}
.flex-section__heading {
  display: inline-flex;
}
.flex-section--highlighted {
  background-color: #fff6ce;
}
.flex-section--inverted {
  color: white;
  background-color: white;
  background-image: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.93) 0.25rem, rgba(0, 0, 0, 0.85) 1rem, rgba(0, 0, 0, 0.85) calc(100% - 1rem), rgba(0, 0, 0, 0.93) calc(100% - 0.25rem), rgb(0, 0, 0) 100%);
}

.flex-container {
  display: flex;
  flex-direction: column;
}
.flex-container > div:nth-child(1), .flex-container > p:first-child, .flex-container > h2:first-child {
  margin-top: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: grab;
}

.flex-slider {
  overflow: visible;
  margin-left: 0;
  margin-top: 3.5rem;
}
.flex-slider--x-wide {
  max-width: 48rem;
}
.flex-slider--wide {
  max-width: 36rem;
}
.flex-slider--square {
  max-width: 24rem;
}
.flex-slider--square-large {
  max-width: 36rem;
}
.flex-slider--tall {
  max-width: 24rem;
}
.flex-slider--x-tall {
  max-width: 27rem;
}
.flex-slider__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1rem;
  margin: 0 0 2rem 0;
}
.flex-slider__image--x-wide {
  aspect-ratio: 16/9;
}
.flex-slider__image--wide {
  aspect-ratio: 3/2;
}
.flex-slider__image--square {
  aspect-ratio: 1/1;
}
.flex-slider__image--square-large {
  aspect-ratio: 1/1;
}
.flex-slider__image--tall {
  aspect-ratio: 2/3;
}
.flex-slider__image--x-tall {
  aspect-ratio: 9/16;
}
.flex-slider__button {
  color: #00b5e2;
}
.flex-slider__button--x-wide {
  top: calc(clamp(9.125rem, 58.012vw - 2.477rem, 27rem) / 2);
}
.flex-slider__button--wide {
  top: calc(clamp(10.8125rem, 66.984vw - 2.584rem, 24rem) / 2);
}
.flex-slider__button--square {
  top: calc(clamp(16.264rem, 99.021vw - 3.54rem, 24rem) / 2);
}
.flex-slider__button--square-large {
  top: calc(clamp(16.25rem, 100vw - 3.75rem, 36rem) / 2);
}
.flex-slider__button--tall {
  top: calc(clamp(24.3125rem, 149.6vw - 5.608rem, 36rem) / 2);
}
.flex-slider__button--x-tall {
  top: calc(clamp(28.913rem, 175.513vw - 6.19rem, 48rem) / 2);
}

.flex-image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(24rem, 1fr));
  gap: 4rem;
  margin-top: 3.5rem;
}
.flex-image-grid__wrapper {
  display: flex;
  flex-direction: column;
}
.flex-image-grid__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1rem;
  margin: 0 0 2rem 0;
}
.flex-image-grid__image--x-wide {
  aspect-ratio: 16/9;
}
.flex-image-grid__image--wide {
  aspect-ratio: 3/2;
}
.flex-image-grid__image--square {
  aspect-ratio: 1/1;
}
.flex-image-grid__image--square-large {
  aspect-ratio: 1/1;
}
.flex-image-grid__image--tall {
  aspect-ratio: 2/3;
}
.flex-image-grid__image--x-tall {
  aspect-ratio: 9/16;
}
.flex-image-grid__button {
  color: #00b5e2;
}
.flex-image-grid__button--x-wide {
  top: calc(clamp(9.125rem, 58.012vw - 2.477rem, 27rem) / 2);
}
.flex-image-grid__button--wide {
  top: calc(clamp(10.8125rem, 66.984vw - 2.584rem, 24rem) / 2);
}
.flex-image-grid__button--square {
  top: calc(clamp(16.264rem, 99.021vw - 3.54rem, 24rem) / 2);
}
.flex-image-grid__button--square-large {
  top: calc(clamp(16.25rem, 100vw - 3.75rem, 36rem) / 2);
}
.flex-image-grid__button--tall {
  top: calc(clamp(24.3125rem, 149.6vw - 5.608rem, 36rem) / 2);
}
.flex-image-grid__button--x-tall {
  top: calc(clamp(28.913rem, 175.513vw - 6.19rem, 48rem) / 2);
}

.flex-logo-cloud {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5rem;
  margin-top: 3.5rem;
}
.flex-logo-cloud__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flex-logo-cloud__image {
  width: 100%;
  height: auto;
  max-width: 16rem;
  max-height: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition-duration: 150ms;
}
.flex-logo-cloud__image:hover {
  filter: saturate(1);
}

.image-stack__wrapper {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 3.5rem;
}
.image-stack__row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.image-stack__row > div p:last-child, .image-stack__row > div h3:last-child {
  margin-bottom: 0;
}
.image-stack__row:nth-child(odd) img {
  order: 2;
  margin-left: 4rem;
  margin-right: clamp(2.6rem, 2.8vw + 0.64rem, 4rem);
}
.image-stack__row:nth-child(even) img {
  margin-left: clamp(2.6rem, 2.8vw + 0.64rem, 4rem);
  margin-right: 4rem;
}
.image-stack__text-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.image-stack__image {
  width: 200px;
  height: 200px;
  border-radius: 1rem;
}

.specs-table__wrapper {
  display: flex;
  flex-direction: column;
}
.specs-table__wrapper > div {
  padding-bottom: 2.5rem;
  margin-bottom: 4rem;
  border-bottom: solid 2px hsl(0, 0%, 94%);
}
.specs-table__wrapper > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.specs-table__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.specs-table__inner-content-heading {
  font-size: clamp(1.125rem, 1.125rem + 0.005 * (100vw - 20rem), 1.375rem);
}
.specs-table__inner-content-text {
  font-size: clamp(0.75rem, 0.25vw + 0.7rem, 0.875rem);
}

.cta {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
  background-color: hsl(0, 0%, 98%);
  border-radius: 1.5rem;
  padding: calc(clamp(2rem, 4.211vw + 1.053rem, 4rem) * 0.75);
  min-height: 20rem;
  justify-content: center;
}
.cta__text-wrapper {
  display: grid;
  grid-template-columns: 150px auto;
  gap: calc(clamp(2rem, 4.211vw + 1.053rem, 4rem) * 0.75);
  width: 100%;
}
.cta__image {
  width: 150px;
  height: 150px;
  border-radius: 75px;
}
.cta__text {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cta__text h2 {
  font-size: clamp(1.375rem, 1.375rem + 0.01 * (100vw - 20rem), 1.875rem);
  margin-bottom: 0.75rem;
}

.popup {
  width: 75vw;
  max-width: 70rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: calc(clamp(2rem, 4.211vw + 1.053rem, 4rem) / 4);
  z-index: 100;
  border-radius: 1rem 1rem 0 0;
  pointer-events: auto;
  background-size: 200% 200%;
  background-image: linear-gradient(-45deg, rgb(0, 181, 226) 0%, rgb(45, 204, 211) 20%, rgb(0, 181, 226) 60%, rgb(45, 204, 211) 100%);
  animation: AnimateBG 10s ease infinite;
}
.popup__wrapper {
  width: 100%;
  position: fixed;
  bottom: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  z-index: 100;
  transition: bottom 0.5s ease; /* Smooth slide */
  bottom: -200px; /* Start hidden below the viewport */
}
.popup__wrapper.show {
  bottom: 0; /* Slide back into view */
}
.popup__text {
  width: 100%;
  color: white;
}
.popup__text h3 {
  font-size: clamp(1.125rem, 1.125rem + 0.005 * (100vw - 20rem), 1.375rem);
  font-weight: 900;
  margin-bottom: 0.25rem;
  color: white;
}
.popup__text p {
  margin: 0;
}
.popup__button {
  color: white;
  border-color: white;
}
.popup__button:hover {
  background-color: white;
  border-color: white;
  color: #00b5e2;
  cursor: pointer;
}
.popup__button-wrapper {
  width: 100%;
  max-width: 20rem;
}
.popup__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 10;
}
.popup__panel {
  display: flex;
}
.popup__panel p {
  margin-bottom: 0;
}
.popup__title {
  font-size: clamp(1.375rem, 1.375rem + 0.01 * (100vw - 20rem), 1.875rem);
  margin: 0;
}
.video-button__wrapper {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  text-decoration: none;
  font-size: clamp(1.125rem, 1.125rem + 0.005 * (100vw - 20rem), 1.375rem);
  font-weight: 500;
  align-items: center;
}
.video-button__wrapper:hover {
  cursor: pointer;
}
.video-button__wrapper img {
  width: 2rem;
  height: 2rem;
}

.accordion__main-heading {
  font-size: calc(clamp(1.125rem, 1.125rem + 0.005 * (100vw - 20rem), 1.375rem) * 1.25);
  margin-top: 4rem;
}
.accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.accordion__wrapper h3 {
  margin: 0;
}
.accordion__item {
  display: flex;
  flex-direction: column;
}
.accordion__icon {
  color: #00b5e2;
}
.accordion__heading {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background-color: white;
  border-radius: 1rem;
  font-size: clamp(0.875rem, 0.25vw + 0.825rem, 1rem);
  font-weight: 500;
  transition-duration: 0.15s;
  border-color: hsl(0, 0%, 94%);
  border-style: solid;
  border-width: 0;
}
.accordion__heading:hover {
  cursor: pointer;
  background-color: hsl(0, 0%, 98%);
}
.accordion__heading--active {
  background-color: hsl(0, 0%, 98%);
}
.accordion__content {
  padding: 1rem;
}
.accordion__content ul {
  padding-left: 0;
  margin: 0;
}

.timeline__heading {
  display: grid;
  grid-template-columns: 10rem 1fr;
  margin-bottom: 4rem;
}
.timeline__heading img {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 5rem;
}
.timeline__heading div:nth-child(1) {
  display: flex;
  justify-content: center;
}
.timeline__heading div:nth-child(2) {
  margin-left: 2.5rem;
}
.timeline__wrapper {
  display: flex;
  flex-direction: column;
}
.timeline__item {
  display: grid;
  grid-template-columns: 10rem 1fr;
}
.timeline__item > div:nth-child(1) {
  padding-top: 2.5rem;
  padding-right: 2.5rem;
  text-align: right;
}
.timeline__item > div:nth-child(2) {
  padding-top: 2.5rem;
  padding-left: 2.5rem;
  border-left: solid 2px hsl(0, 0%, 94%);
  position: relative;
}
.timeline__item h3 {
  font-size: clamp(1.125rem, 1.125rem + 0.005 * (100vw - 20rem), 1.375rem);
  margin-top: calc((clamp(1.375rem, 1.375rem + 0.01 * (100vw - 20rem), 1.875rem) - clamp(1.125rem, 1.125rem + 0.005 * (100vw - 20rem), 1.375rem)) / 2);
}
.timeline__item h4 {
  font-size: clamp(1.375rem, 1.375rem + 0.01 * (100vw - 20rem), 1.875rem);
  margin-top: 0;
}
.timeline__dot {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border-radius: 8px;
  margin-top: calc(2.5rem + clamp(1.375rem, 1.375rem + 0.01 * (100vw - 20rem), 1.875rem) / 2 - 8px);
  background-color: #00b5e2;
}

.flex-video__wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.flex-video__wrapper div:hover + div {
  opacity: 0;
}
.flex-video__link-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.flex-video__link-wrapper a:focus-visible {
  outline: 4px solid #00b5e2;
}
.flex-video__text-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  position: absolute;
  margin: clamp(2rem, 4.211vw + 1.053rem, 4rem);
  z-index: 3;
  text-decoration: none;
  pointer-events: none;
  transition-duration: 1s;
}
.flex-video__text-wrapper h2 {
  color: white;
  font-size: clamp(1.125rem, 1.125rem + 0.005 * (100vw - 20rem), 1.375rem);
  font-weight: 500;
  margin: 0;
}
.flex-video__text-wrapper img {
  width: 4rem;
  height: 4rem;
}
.flex-video__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 1.5rem;
  filter: brightness(33%);
  transition-duration: 1s;
  z-index: 3;
}
.flex-video__image--blurred {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  filter: blur(30px);
  z-index: 1;
  animation: VideoPulse 7s ease-in-out infinite;
}
.flex-video__image:hover {
  filter: brightness(100%);
}

@keyframes VideoPulse {
  0% {
    scale: 0.9;
  }
  50% {
    scale: 1;
  }
  100% {
    scale: 0.9;
  }
}
@media (max-width: 1164px) {
  .image-stack__row:nth-child(odd) img {
    margin-right: 2.6rem;
  }
  .image-stack__row:nth-child(even) img {
    margin-left: 2.6rem;
  }
}
@media (max-width: 767px) {
  .general-container {
    display: flex;
    flex-direction: column;
  }
  .specs-table__main {
    display: flex;
    flex-direction: column;
  }
  .flex-video__text-wrapper {
    flex-direction: column;
  }
  .flex-logo-cloud {
    gap: 2.5rem;
    margin-top: 1.75rem;
  }
  .flex-logo-cloud__image {
    max-width: 8rem;
    max-height: 2rem;
  }
  .popup {
    flex-direction: column;
    row-gap: 0.5rem;
    width: 60%;
  }
  .popup__text {
    width: 100%;
    text-align: center;
  }
  .popup__text p {
    display: none;
  }
  .popup__button-wrapper {
    max-width: 20rem;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .image-stack__text-wrapper {
    text-align: center;
  }
  .image-stack__row {
    flex-direction: column;
  }
  .image-stack__row img {
    margin-bottom: 2rem;
  }
  .image-stack__row:nth-child(odd) img {
    order: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .image-stack__row:nth-child(even) img {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .flex-image-grid {
    display: flex;
    flex-direction: column;
  }
  .cta__text-wrapper {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.product-summary__wrapper {
  display: grid;
  grid-template-columns: auto 24rem;
  gap: 4rem;
  margin-top: 2rem;
}
.product-summary__text-col {
  order: 2;
}
.product-summary__promotional-label {
  display: inline-block;
  background-color: #2dccd3;
  padding: 0.35rem 1rem;
  border-radius: 0.5rem;
  color: white;
  margin: 0.25rem 0 1.5rem 0;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.25vw + 0.7rem, 0.875rem);
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.75);
}

.product-image__main {
  width: 640px;
  height: 640px;
}
.product-image__gallery-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1rem;
}
.product-image__gallery-wrapper > a:first-child {
  grid-column: span 6;
  aspect-ratio: 1/1;
  margin-bottom: 2rem;
}
.product-image__gallery-wrapper > a:first-child img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  display: block;
}
.product-image__gallery-wrapper > a {
  aspect-ratio: 1/1;
}
.product-image__gallery-wrapper > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  display: block;
}

@media (max-width: 960px) {
  .product-image__gallery-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .product-image__gallery-wrapper > a:first-child {
    grid-column: span 4;
  }
}
@media (max-width: 767px) {
  .product-summary__wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .product-image__gallery-wrapper {
    grid-template-columns: repeat(6, 1fr);
  }
  .product-image__gallery-wrapper > a:first-child {
    grid-column: span 6;
  }
}
@media (max-width: 480px) {
  .product-image__gallery-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .product-image__gallery-wrapper > a:first-child {
    grid-column: span 4;
  }
}
.software-icon {
  width: 15rem;
  height: 15rem;
}
.software-icon__wrapper {
  display: flex;
  justify-content: center;
  border-radius: 1.5rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
  position: relative;
  width: 15rem;
}

.software-summary__wrapper {
  display: grid;
  grid-template-columns: 17rem auto;
  gap: 4rem;
  margin-top: 2rem;
}
.software-summary__text-col {
  order: 2;
}
.software-summary__promotional-label {
  display: inline-block;
  background-color: #2dccd3;
  padding: 0.35rem 1rem;
  border-radius: 0.5rem;
  color: white;
  margin: 0.25rem 0 1.5rem 0;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.25vw + 0.7rem, 0.875rem);
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.75);
}

.software-image__main {
  width: 640px;
  height: 640px;
}
.software-image__gallery-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1rem;
}
.software-image__gallery-wrapper > a:first-child {
  grid-column: span 6;
  aspect-ratio: 1/1;
  margin-bottom: 2rem;
}
.software-image__gallery-wrapper > a:first-child img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  display: block;
}
.software-image__gallery-wrapper > a {
  aspect-ratio: 1/1;
}
.software-image__gallery-wrapper > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  display: block;
}

.downloads__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.downloads__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  max-width: 8rem;
}

@media (max-width: 960px) {
  .software-image__gallery-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .software-image__gallery-wrapper > a:first-child {
    grid-column: span 4;
  }
}
@media (max-width: 767px) {
  .software-summary__wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .software-image__gallery-wrapper {
    grid-template-columns: repeat(6, 1fr);
  }
  .software-image__gallery-wrapper > a:first-child {
    grid-column: span 6;
  }
}
@media (max-width: 480px) {
  .software-image__gallery-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .software-image__gallery-wrapper > a:first-child {
    grid-column: span 4;
  }
}
.pagination {
  padding: 0;
  margin-top: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: clamp(0.875rem, 0.25vw + 0.825rem, 1rem);
  width: 100%;
  border-style: none;
  gap: 0.5rem;
  max-width: inherit;
}
.pagination ::before {
  content: "";
}
.pagination li {
  display: inline-flex;
}
.pagination li a {
  text-align: center;
  margin: 0.25em;
  min-width: 1em;
}

.MarkupPagerNavPrevious a, .MarkupPagerNavNext a {
  text-decoration: none;
}

.MarkupPagerNavOn {
  font-weight: 700;
}
.MarkupPagerNavOn a {
  text-decoration: none;
}

.search-form__input, .search-form__input[type=search] {
  border-radius: 0px !important;
}
.search-form__input:focus, .search-form__input[type=search]:focus {
  outline: none;
}

.contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
}
.contact-container__company {
  display: flex;
  flex-direction: column;
}

.contact-general-heading {
  font-size: clamp(1.125rem, 1.125rem + 0.005 * (100vw - 20rem), 1.375rem);
  font-weight: 600;
  margin-bottom: 1rem;
}

.contact-block {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  overflow-wrap: anywhere;
  word-break: normal;
  line-height: 1.1;
}
.contact-block__group-heading button {
  font-size: clamp(1.125rem, 1.125rem + 0.005 * (100vw - 20rem), 1.375rem);
  font-weight: 600;
}
.contact-block__outer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  margin-bottom: 2rem;
}
.contact-block__outer h3 {
  width: 100%;
  font-size: calc(clamp(1.125rem, 1.125rem + 0.005 * (100vw - 20rem), 1.375rem) * 0.825);
  font-weight: 600;
  margin: 0 0 1rem 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid hsl(0, 0%, 94%);
}
.contact-block__outer h4 {
  font-size: clamp(0.875rem, 0.25vw + 0.825rem, 1rem);
  margin: 0 0 0.5rem 0;
}
.contact-block__outer h4:not(:first-of-type) {
  margin-top: 1rem;
}
.contact-block__item {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: flex-start;
  line-height: 1.25;
}
.contact-block__heading {
  font-size: clamp(1.125rem, 1.125rem + 0.005 * (100vw - 20rem), 1.375rem);
  margin-top: 1rem;
}
.contact-block__icon {
  width: calc(1.35 * clamp(0.875rem, 0.25vw + 0.825rem, 1rem));
  height: calc(1.35 * clamp(0.875rem, 0.25vw + 0.825rem, 1rem));
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.contact-block p {
  margin: 0;
  color: inherit;
}
.contact-block a {
  color: inherit;
  text-decoration: none;
}
.contact-block a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .contact-block__outer {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 559px) {
  .contact-block__outer {
    display: flex;
    flex-direction: column;
  }
}
.announcement {
  padding: 1em 0;
  text-align: center;
  font-size: clamp(0.75rem, 0.25vw + 0.7rem, 0.875rem);
  font-weight: 500;
  color: white;
  background-size: 200% 200%;
  background-image: linear-gradient(-45deg, rgb(0, 181, 226) 0%, rgb(45, 204, 211) 20%, rgb(0, 181, 226) 60%, rgb(45, 204, 211) 100%);
  animation: AnimateBG 10s ease infinite;
}
.announcement__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.875rem;
}
.announcement p {
  display: block;
  margin: 0;
}
.announcement a {
  color: white;
  text-decoration: none;
  -webkit-text-decoration: white underline 0.1rem;
          text-decoration: white underline 0.1rem;
  text-decoration-style: dotted;
  text-underline-offset: 0.2em;
}
.announcement a:active {
  text-decoration-style: solid;
}
.announcement a:hover {
  text-decoration-style: solid;
}

@keyframes AnimateBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.pulsating-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 12px;
  height: 12px;
}
.pulsating-circle__wrapper {
  position: relative;
  display: inline-flex;
}
.pulsating-circle:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #00b5e2;
  animation: pulse-ring 2.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsating-circle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  animation: pulse-dot 2.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .scroll-slide-up {
    scale: 0.9;
    transform: translateY(200px);
    animation: scroll-slide-up ease forwards;
    animation-timeline: view();
    animation-range: entry;
  }
  @keyframes scroll-slide-up {
    to {
      scale: 1;
      transform: translateY(0);
    }
  }
  .scroll-slide-left {
    scale: 0.9;
    transform: translateX(200px);
    animation: scroll-slide-left ease forwards;
    animation-timeline: view();
    animation-range: entry;
  }
  @keyframes scroll-slide-left {
    to {
      scale: 1;
      transform: translateX(0);
    }
  }
  .scroll-pop-in {
    scale: 0.33;
    opacity: 0;
    animation: scroll-pop-in ease forwards;
    animation-timeline: view();
    animation-range: entry;
  }
  .general-main img {
    scale: 0.33;
    opacity: 0;
    animation: scroll-pop-in ease forwards;
    animation-timeline: view();
    animation-range: entry;
  }
  @keyframes scroll-pop-in {
    to {
      scale: 1;
      opacity: 1;
    }
  }
  .load-slide-up {
    animation: load-slide-up 1s ease forwards;
  }
  @keyframes load-slide-up {
    0% {
      scale: 0.9;
      transform: translateY(200px);
    }
    100% {
      scale: 1;
      transform: translateY(0);
    }
  }
  .load-pop-in {
    animation: load-pop-in 1s ease forwards;
  }
  @keyframes load-pop-in {
    0% {
      scale: 0.66;
      opacity: 0;
    }
    100% {
      opacity: 1;
      scale: 1;
    }
  }
}
.platform__group {
  background-color: hsl(0, 0%, 98%); /* See general-components.scss for flex-container override styling to white */
  padding: calc(clamp(2rem, 4.211vw + 1.053rem, 4rem) * 0.667);
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: calc(clamp(2rem, 4.211vw + 1.053rem, 4rem) * 0.333);
}
.platform__sub-card {
  background-color: white;
  padding: calc(clamp(2rem, 4.211vw + 1.053rem, 4rem) * 0.333);
  border-radius: 1rem;
  text-align: left;
  color: hsl(0, 0%, 0%);
  font-weight: 600;
  display: flex;
  flex-direction: row;
  gap: calc(clamp(2rem, 4.211vw + 1.053rem, 4rem) * 0.25);
  align-items: center;
  word-break: break-word;
}
.platform__sub-card--full-width {
  grid-column: 1/-1;
  justify-content: center;
}
.platform__cards-wrapper {
  display: grid;
  gap: calc(clamp(2rem, 4.211vw + 1.053rem, 4rem) * 0.333);
}
.platform__cards-wrapper--vaisense-apps {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}
.platform__cards-wrapper--custom-apps {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.platform__cards-wrapper--os {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}
.platform__cards-wrapper--hardware {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}
.platform__group-heading {
  margin: 0;
  font-size: calc(clamp(0.875rem, 0.25vw + 0.825rem, 1rem) * 1.5);
}
.platform__group-text {
  margin: 0;
}
.platform__app-card {
  overflow: clip;
  border-radius: 1rem;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.75rem, 0.25vw + 0.7rem, 0.875rem);
  text-align: center;
  text-decoration: none;
}
.platform__app-card img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
}
.platform__row-one, .platform__row-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(clamp(2rem, 4.211vw + 1.053rem, 4rem) * 0.667);
}
.platform__line {
  height: calc(clamp(2rem, 4.211vw + 1.053rem, 4rem) * 0.667);
  width: 2px;
  background-color: #2dccd3;
  margin: 0 auto;
}

/* Media Queries */
@media (max-width: 991px) {
  .platform__cards-wrapper--custom-apps {
    grid-template-columns: minmax(0, 1fr);
  }
  .platform__cards-wrapper--os {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .platform__cards-wrapper--hardware {
    grid-template-columns: minmax(0, 1fr);
  }
  .platform__cards-wrapper--hardware .platform__sub-card {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .platform__cards-wrapper--vaisense-apps {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .platform__sub-card {
    font-size: clamp(0.75rem, 0.25vw + 0.7rem, 0.875rem);
  }
  .platform__sub-card img {
    width: 24px;
    height: 24px;
  }
}
#debug {
  background-color: lightyellow;
  overflow: scroll;
}

#mc_embed_signup form {
  margin: 0;
}

#mc_embed_signup div#mce-responses {
  margin: 0;
  padding: 0;
}