@charset "UTF-8";
/* Instrument Sans is self-hosted via assets/css/fonts.css (enqueued in inc/enqueue.php) — see assets/fonts/README.md */
* {
	padding: 0rem;
	margin: 0rem;
	border: 0rem;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*::before,
*::after {
	display: inline-block;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	scrollbar-gutter: stable;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
}
input,
textarea {
	width: 100%;
}
label {
	display: inline-block;
}
button,
select,
option {
	cursor: pointer;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
address {
	font-style: normal;
}


/* Generated by vite-plugin-svg-spritemap */
.hero__video, .hero__bg-image, .hero__badge-video, .challenges__bg-image, .customer-success__stats img, .business-outcomes__bg-image, .resources__image, .cta__card-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__video {
  transform: scale(-1, 1);
}

:root {
  /* Шрифт за замовчуванням */
  --font-family: "Instrument Sans", sans-serif;
  /* Розмір шрифту за замовченням (де 16 - розмір шрифту за замовчуванням з макету)  */
  --font-size: 1rem;
  /* Основні кольори */
  --main-color: #132132;
  /* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
}

body {
  color: var(--main-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  background-color: #fff;
  min-width: 20rem;
}
[data-fls-scrolllock] body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  width: 100%;
  max-width: 89.375rem;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.button {
  border-radius: 0.625rem;
  width: max-content;
  height: 4.625rem;
  padding: 0.75rem 1.875rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.button--primary {
  background: #a8d95f;
  color: #132132;
  transition: background-color 0.3s ease;
}
.button--primary:hover, .button--primary:active {
  background: #fff;
  backdrop-filter: blur(1.25rem);
}
.button--primary.what-matters__cta {
  border: 2px solid #a8d95f;
}
.button--primary.what-matters__cta:hover, .button--primary.what-matters__cta:active {
  backdrop-filter: none;
}
.button--secondary {
  position: relative;
  color: #fff;
  background: transparent;
  backdrop-filter: blur(1.25rem);
  transition: background 0.3s ease, color 0.3s ease;
}
.button--secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.125rem;
  background: linear-gradient(90deg, #fff 0%, #a8d95f 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.button--secondary .button__icon path {
  transition: stroke 0.3s ease;
}
.button--secondary:hover, .button--secondary:active {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, #a8d95f 100%), #fff;
  color: #132132;
}
.button--secondary:hover::before, .button--secondary:active::before {
  opacity: 0;
}
.button--secondary:hover .button__icon path, .button--secondary:active .button__icon path {
  stroke: #132132;
}
.button--white {
  background: #fff;
  border-radius: 0.625rem;
  height: 3.375rem;
  font-family: var(--font-family);
  transition: background-color 0.3s ease;
}
.button--white span {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #132132 0%, #215B87 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: -webkit-text-fill-color 0.3s ease;
}
.button--white .button__icon path {
  transition: stroke 0.3s ease;
}
.button--white:hover, .button--white:active {
  background: #a8d95f;
}
.button--white:hover span, .button--white:active span {
  -webkit-text-fill-color: #132132;
}
.button--white:hover .button__icon path, .button--white:active .button__icon path {
  stroke: #132132;
}
.button__light-transparent {
  position: relative;
  border-radius: 1rem;
  padding: 1.875rem 1.25rem;
  width: fit-content;
  height: 4rem;
  color: var(--main-color);
  backdrop-filter: none;
}
.button__light-transparent::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #3A6498 0%, #A8D95F 100%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.button__light-transparent::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  padding: 0.125rem;
  background: linear-gradient(90deg, #3A6498 0%, #A8D95F 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.button__light-transparent span {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #132132 0%, #215B87 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: -webkit-text-fill-color 0.3s, color 0.3s;
}
.button__light-transparent .button__icon {
  position: relative;
  z-index: 2;
}
.button__light-transparent .button__icon path {
  transition: stroke 0.3s;
}
.button__light-transparent:hover::after {
  opacity: 1;
}
.button__light-transparent:hover span {
  -webkit-text-fill-color: #fff;
  color: #fff;
}
.button__light-transparent:hover .button__icon path {
  stroke: #fff;
}

.resources__cta-button {
  position: relative;
  border-radius: 1rem;
  padding: 1.875rem 1.25rem;
  width: fit-content;
  min-width: 28.25rem;
  height: 4.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
.resources__cta-button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #3a6498 0%, #a8d95f 100%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.resources__cta-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  padding: 0.125rem;
  background: linear-gradient(90deg, #3a6498 0%, #a8d95f 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.resources__cta-button span {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #132132 0%, #215B87 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: -webkit-text-fill-color 0.3s, color 0.3s;
}
.resources__cta-button .resources__cta-icon {
  position: relative;
  z-index: 2;
}
.resources__cta-button:hover::after {
  opacity: 1;
}
.resources__cta-button:hover span {
  -webkit-text-fill-color: #fff;
  color: #fff;
}

.slider-arrow {
  flex: 0 0 4.875rem;
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 0.625rem;
  background: #fff;
  border: 0.125rem solid #f6f7f9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s, background-color 0.3s;
}
.slider-arrow svg path {
  transition: stroke 0.3s;
}
.slider-arrow:hover {
  background: #a8d95f;
  cursor: pointer;
}
.slider-arrow:hover svg path {
  stroke: #132132;
}
.slider-arrow--disabled {
  opacity: 0.35;
  pointer-events: none;
  cursor: default;
}
.slider-arrow--disabled:hover {
  background: #fff;
}
.slider-arrow--disabled:hover svg path {
  stroke: #a8d95f;
}

.fade-up-slow {
  opacity: 0;
  transform: translateY(-1.875rem);
  transition: all 0.5s ease-in-out;
}
.fade-up-slow.--watcher-view {
  opacity: 1;
  transform: translate(0);
}

.fade-up-soft {
  opacity: 0;
  transform: translateY(-0.625rem);
  transition: all 0.8s ease-in-out;
}
.fade-up-soft.--watcher-view {
  opacity: 1;
  transform: translate(0);
}
.what-matters__cta.fade-up-soft {
  transition-duration: 0.2s;
}

.fade-left {
  opacity: 0;
  transform: translate(-1.25rem);
  transition: all 0.8s ease-in-out;
}
.fade-left.--watcher-view {
  opacity: 1;
  transform: translate(0);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header__container {
  padding-top: 3.125rem;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1.25rem;
  padding: 0.3125rem 0.625rem 0.3125rem 2.5rem;
  width: 100%;
  height: 4.625rem;
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
  background: rgba(19, 33, 50, 0.4);
}
.header__logo {
  margin-top: -0.1875rem;
  position: relative;
  z-index: 5;
}
.menu__link:hover, .menu__link:active {
  color: #a8d95f;
}

html[data-fls-menu-open] .header__wrapper {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: rgba(19, 33, 50, 0.4);
  position: relative;
}
html[data-fls-menu-open] .header__wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  border-radius: inherit;
  pointer-events: none;
}
html[data-fls-menu-open] .header__wrapper.--menu-scroll-blur::before {
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
}

.icon-menu-wrapper {
  border-radius: 0.4375rem;
  width: 3.3125rem;
  height: 3.3125rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
}

.footer {
  border-top: 0.0625rem solid rgba(26, 122, 191, 0.1019607843);
}
.footer__container {
  padding-top: 6.25rem;
  padding-bottom: 1.875rem;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 3.125rem;
  padding-bottom: 3.125rem;
}
.footer__col {
  width: 13.5625rem;
  flex-shrink: 0;
}
.footer__col--support {
  width: 20.75rem;
}
.footer__col-title {
  color: #132132;
  font-weight: 500;
}
.footer__col-title {
  line-height: 100%;
  letter-spacing: -0.04em;
  margin-bottom: 3.125rem;
}
.footer__col-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.footer__col-list a {
  color: rgba(20, 34, 52, 0.5490196078);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 100%;
  letter-spacing: -0.04em;
  transition: color 0.1s ease;
}
.footer__col-list a:hover {
  color: #3a6498;
}
.footer__support-text {
  color: #132132;
  font-weight: 500;
}
.footer__support-text {
  line-height: 140%;
  letter-spacing: -0.04em;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.footer__zendesk-link {
  display: block;
  width: fit-content;
}
.footer__zendesk-logo {
  width: 12.5rem;
  height: 4.625rem;
}
.footer__divider {
  height: 0.0625rem;
  background-color: #1a79bf;
  opacity: 0.1;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.footer__cta {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.75rem;
  padding-top: 4.625rem;
  padding-bottom: 4.625rem;
}
.footer__watermark {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 87.5rem;
  max-width: 100%;
  height: auto;
  z-index: -1;
  pointer-events: none;
}
.footer__cta-text {
  color: #132132;
  font-weight: 500;
}
.footer__cta-text {
  line-height: 90%;
  letter-spacing: -0.04em;
}
.footer__phone {
  color: #132132;
  font-weight: 500;
}
.footer__phone {
  line-height: 100%;
  letter-spacing: -0.03em;
}
.footer__phone:hover {
  color: #215B87;
}
.footer__phone:active {
  color: #a8d95f;
}
.footer__social {
  display: inline-flex;
  align-items: center;
  gap: 0.9375rem;
  padding: 0.625rem 1rem;
  border: 0.0625rem solid #a8d95f;
  border-radius: 0.5rem;
  width: fit-content;
  min-width: 300px;
}
.footer__social-text {
  font-weight: 600;
}
.footer__social-text {
  line-height: 90%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #132132 0%, #215B87 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer__social-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.footer__social-icon img {
  height: 1.75rem;
  width: auto;
  max-width: none;
}
.footer__bottom {
  padding-top: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__copyright {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 100%;
  letter-spacing: -0.04em;
}
.footer__legal {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-align: right;
  color: rgba(0, 0, 0, 0.3);
}
.footer__legal a {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-align: right;
  color: rgba(0, 0, 0, 0.3);
  transition: color 0.3s ease;
}
.footer__legal a:hover {
  color: #3a6498;
}

.hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 100vh;
}
.hero__video {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero__bg-image {
  object-fit: fill;
}
.hero__container {
  position: relative;
  z-index: 2;
  padding-top: 14%;
}
.hero__container {
  display: flex;
  gap: 3.125rem;
}
.hero__content {
  width: 100%;
  flex: 0 0 100%;
}
.hero__heading {
  font-weight: 400;
}
.hero__heading {
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #fff;
}
.hero__heading strong {
  font-weight: 400;
  color: #a8d95f;
  display: block;
}
.hero__trust ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.hero__trust li {
  display: flex;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #fff;
}
.hero__trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.hero__trust-item::before {
  content: "";
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: url("../img/icons/rhomb.svg") center/contain no-repeat;
}
.hero__actions {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.hero__badge {
  border-radius: 0.625rem;
  overflow: hidden;
  width: 100%;
  max-width: 20.9375rem;
  margin-top: auto;
}
.hero__badge-text {
  border-radius: 0.625rem 0.625rem 0 0;
  padding: 1.25rem 1.875rem;
  backdrop-filter: blur(1.25rem);
  background: rgba(19, 33, 50, 0.75);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #fff;
  min-height: 12.5rem;
  padding: 3.125rem 1.875rem;
}
.hero__badge-text strong {
  font-weight: 700;
  color: #a8d95f;
}
.hero__badge-media {
  position: relative;
  border-radius: 0 0 0.625rem 0.625rem;
  overflow: hidden;
}
.hero__badge-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
.hero__badge-video {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__badge-caption {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 0.3125rem;
  padding: 1.25rem 0.5625rem 0;
  aspect-ratio: 335/270;
}
.hero__badge-number {
  font-weight: 400;
  font-size: 7.5rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #a8d95f;
  display: flex;
  align-items: flex-start;
  padding-bottom: 0.375rem;
}
.hero__badge-number span {
  display: block;
  font-size: 3.75rem;
  line-height: 100%;
}
.hero__badge-label {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #fff;
  opacity: 0.7;
  padding-bottom: 1.25rem;
}

.challenges {
  position: relative;
  overflow: hidden;
}
.challenges {
  background-color: #215B87;
}
.challenges__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.challenges__bg-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.challenges__container {
  position: relative;
  z-index: 1;
}
.challenges__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
}
.challenges__eyebrow {
  font-weight: 500;
}
.challenges__eyebrow {
  line-height: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a8d95f;
}
.challenges__eyebrow::before {
  content: "";
  flex-shrink: 0;
  width: 0.375rem;
  height: 0.375rem;
  background: url("../img/icons/rhomb.svg") center/contain no-repeat;
}
.challenges__title {
  font-weight: 400;
}
.challenges__title {
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #fff;
}
.challenges__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.challenges__item {
  position: relative;
}
.challenges__item .challenges__number {
  position: absolute;
  z-index: 0;
  top: -2.0625rem;
  left: 0;
  width: 100%;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.2);
}
.challenges__item .challenges__card {
  position: relative;
  z-index: 1;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: 0.0625rem solid rgba(168, 217, 95, 0.3);
  border-radius: 0.625rem;
  padding: 1.625rem 1.25rem 1.5rem 1.5rem;
}
.challenges__item .challenges__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
}
.challenges__item .challenges__card > * {
  position: relative;
  z-index: 1;
}
.challenges__item .challenges__icon {
  display: block;
  margin-bottom: 3.125rem;
}
.challenges__item .challenges__card-title {
  margin-bottom: 1.25rem;
}
.challenges__item .challenges__card-title h3 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #fff;
}
.challenges__item .challenges__card-text p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.6);
}
.challenges__item--active .challenges__number {
  color: rgba(168, 217, 95, 0.2);
}
.challenges__item--active .challenges__card {
  background: rgba(168, 217, 95, 0.2);
  border-color: #a8d95f;
}
.customer-success {
  background-color: #F6F7F9;
}
.customer-success__top {
  text-align: center;
  max-width: 50rem;
  margin: 0 auto;
}
.customer-success__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a8d95f;
}
.customer-success__eyebrow::before {
  content: "";
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: url("../img/icons/rhomb.svg") center/contain no-repeat;
}
.customer-success__title {
  font-weight: 400;
}
.customer-success__title {
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #132132;
}
.customer-success__slider {
  position: relative;
  overflow: hidden;
}
.customer-success__slider .slider-arrow {
  width: 4rem !important;
  height: 4rem !important;
  flex: 0 0 4rem !important;
}
.customer-success__nav-overlay {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  height: 4.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.customer-success__nav-overlay .slider-arrow {
  pointer-events: auto;
  transform: translate(0rem, 3.125rem);
  box-shadow: -1.875rem 0 1.875rem 0 #fff, 1.875rem 0 1.875rem 0 #fff;
}
.customer-success__nav-overlay .slider-arrow--disabled {
  background-color: #F6F7F9;
  opacity: 1;
}
.customer-success__slide {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
  min-width: 99%;
}
.customer-success__card {
  padding-top: 2.5rem;
}
.customer-success__card {
  padding-bottom: 0;
}
.customer-success__card .customer-success__nav {
  display: none;
}
.customer-success__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: -0.625rem;
  background-color: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  padding-top: 3.125rem;
  padding-bottom: 0.3125rem;
}
.customer-success__logos {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  height: 5rem;
  max-width: 43.75rem;
}
.customer-success__logo {
  flex: 1 1 0;
  height: 4.375rem;
  max-width: 13.75rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.25rem;
  opacity: 0.35;
  filter: grayscale(1);
  transition: opacity 0.3s, filter 0.3s, border-color 0.3s;
}
.customer-success__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.customer-success__logo--active {
  opacity: 1;
  filter: grayscale(0);
  border-color: #a8d95f;
}
.customer-success__logo:hover {
  opacity: 1;
  filter: grayscale(0);
}
.customer-success__divider {
  height: 0.0625rem;
  background: rgba(19, 33, 50, 0.1);
}
.customer-success__quote {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.875rem;
  width: calc(100% + 1.25rem);
  margin-bottom: 3.125rem;
}
.customer-success__quote-text {
  font-weight: 400;
}
.customer-success__quote-text {
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #132132;
}
.customer-success__quote-text p:not(:last-child) {
  margin-bottom: 1.875rem;
}
.customer-success__quote-icon {
  flex-shrink: 0;
  width: 3.75rem;
  height: 3rem;
}
.customer-success__author-name {
  font-weight: 700;
  font-size: 1.4375rem;
  line-height: 160%;
  letter-spacing: -0.03em;
  color: #a8d95f;
}
.customer-success__author-position {
  font-weight: 400;
  font-weight: 700;
  font-size: 1.4375rem;
  line-height: 160%;
  letter-spacing: -0.03em;
  color: rgba(19, 33, 50, 0.6);
}
.customer-success__stats {
  position: relative;
  margin-top: auto;
  aspect-ratio: 1400/305;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.customer-success__stats {
  padding-bottom: 2.8125rem;
}
.customer-success__stats picture {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.customer-success__stats-item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
}
.customer-success__stats-item:not(:last-child) {
  padding-right: 1.25rem;
  border-right: 0.0625rem solid rgba(255, 255, 255, 0.3);
}
.customer-success__stats-value {
  font-weight: 400;
}
.customer-success__stats-value {
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #a8d95f;
}
.customer-success__stats-label {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #fff;
  opacity: 0.7;
}
.customer-success__panel {
  position: absolute;
  z-index: 2;
  right: 0;
}
.customer-success__panel {
  bottom: 3.4375rem;
  width: 100%;
  max-width: 21.25rem;
  border: 0.0625rem solid #a8d95f;
  border-radius: 0.625rem;
  padding: 2.5rem 1.875rem;
  backdrop-filter: blur(0.625rem);
  background: linear-gradient(90deg, rgba(168, 217, 95, 0.8) 0%, rgba(168, 217, 95, 0.8) 100%);
}
.customer-success__panel-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #132132;
  margin-bottom: 1.625rem;
}
.customer-success__panel-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.customer-success__panel-list li {
  background: #fff;
  border-radius: 3.125rem;
  padding: 0.3125rem 0.75rem 0.3125rem 0.3125rem;
  width: fit-content;
  height: 2.625rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #132132;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.customer-success__panel-list li::before {
  content: "";
  display: block;
  height: 2rem;
  flex: 0 0 2rem;
  width: 2rem;
  border-radius: 50%;
  background: url("../img/icons/cfo.svg") center/contain no-repeat;
}
.customer-success__cta {
  display: flex;
  justify-content: center;
  font-family: var(--font-family);
}
.what-matters__head {
  text-align: center;
}
.what-matters__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
}
.what-matters__eyebrow {
  font-weight: 500;
}
.what-matters__eyebrow {
  line-height: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a8d95f;
}
.what-matters__eyebrow::before {
  content: "";
  flex-shrink: 0;
  width: 0.375rem;
  height: 0.375rem;
  background: url("../img/icons/rhomb.svg") center/contain no-repeat;
}
.what-matters__title {
  font-weight: 400;
}
.what-matters__title {
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #132132;
}
.what-matters__card {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(to top, #f6f7f9 0%, #dce5ee 100%);
  border: 0.125rem solid rgba(0, 0, 0, 0.05);
  border-radius: 1.25rem;
  backdrop-filter: blur(0.625rem);
}
.what-matters__card {
  gap: 0.625rem;
}
.what-matters__card .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  border: none;
}
.what-matters__card .slider-arrow:active {
  background-color: #fff;
}
.what-matters__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.what-matters__tabs {
  width: 100%;
  overflow: auto;
  padding-bottom: 0.5rem;
  scrollbar-width: thin;
  scrollbar-color: #215B87 transparent;
}
.what-matters__tabs::-webkit-scrollbar {
  height: 0.25rem;
}
.what-matters__tabs::-webkit-scrollbar-track {
  background: transparent;
}
.what-matters__tabs::-webkit-scrollbar-thumb {
  background-color: #215B87;
  border-radius: 6.25rem;
}
.what-matters__tab {
  flex: 0 1 fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  background: #fff;
  border: none;
  border-radius: 6.25rem;
  padding: 1.125rem 1.5625rem;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #215B87;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.what-matters__tab--active {
  background: linear-gradient(to right, #132132 0%, #215B87 100%);
  border: none;
  color: #fff;
  font-size: 1.5rem;
  padding: 1.5625rem 2.0625rem;
}
.what-matters__slider {
  width: 100%;
  max-width: 57.8125rem;
  overflow: hidden;
}
.what-matters__slide {
  position: relative;
  width: 100%;
  min-width: 80%;
  background: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
}
.what-matters__slide-text {
  position: relative;
}
.what-matters__slide-text {
  background: linear-gradient(to bottom, #fff 0%, #fff 90%, rgba(255, 255, 255, 0.7) 100%);
  z-index: 2;
}
.what-matters__slide-title, .what-matters__slide-title h2, .what-matters__slide-title h3 {
  width: 100%;
  font-weight: 400;
}
.what-matters__slide-title, .what-matters__slide-title h2, .what-matters__slide-title h3 {
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #132132;
}
.what-matters__slide-desc {
  width: 100%;
  max-width: 41.25rem;
  font-weight: 400;
  font-size: 1.4375rem;
  line-height: 1.6;
  letter-spacing: -0.03em;
  color: #215B87;
}
.what-matters__divider {
  width: 100%;
  height: 0.0625rem;
  background: rgba(7, 70, 115, 0.1);
}
.what-matters__list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.what-matters__list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
}
.what-matters__list li {
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #132132;
  flex: 0 0 calc(50% - 0.625rem);
}
.what-matters__list li::before {
  content: "";
  flex: 0 0 2.75rem;
  width: 2.75rem;
  height: 2.75rem;
  background: url("../img/icons/cfo.svg") center/contain no-repeat;
}
.what-matters__cta-wrapper {
  position: relative;
  background: linear-gradient(to bottom, #fff 0%, #fff 90%, rgba(255, 255, 255, 0.7) 100%);
  z-index: 2;
}
.what-matters__pagination {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 3.125rem;
  padding-top: 1.25rem;
}
.what-matters__pagination .swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0;
  transform: rotate(45deg);
  background-color: #CCDBE8;
  opacity: 1;
  cursor: pointer;
  transition: background-color 0.3s;
}
.what-matters__pagination .swiper-pagination-bullet-active {
  background-color: #215B87;
}

.why-naviona {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  background: linear-gradient(to top, rgb(204, 219, 232) 0%, rgb(246, 247, 249) 70%, rgb(246, 247, 249) 100%);
}
.why-naviona__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.why-naviona__bg {
  z-index: 0;
}
.why-naviona__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.why-naviona__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.why-naviona__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 49.6875rem;
}
.why-naviona__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  padding: 0.625rem;
  border-radius: 3.125rem;
}
.why-naviona__eyebrow {
  font-weight: 500;
  line-height: 100%;
  color: #a8d95f;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.why-naviona__eyebrow::before {
  content: "";
  flex: 0 0 0.375rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.0625rem;
  background: #a8d95f;
}
.why-naviona__title {
  width: 100%;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  color: var(--main-color);
}
.why-naviona__subtitle {
  width: 100%;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.03em;
  text-align: center;
  color: #215B87;
}
.why-naviona__logos {
  width: 100%;
  max-width: 57.875rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625rem 1.25rem;
}
.why-naviona__logo {
  aspect-ratio: 216/80;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: #fff;
}
.why-naviona__logo img {
  width: 100%;
  height: 100%;
  max-width: 65%;
  max-height: 65%;
  object-fit: contain;
  display: block;
  display: block;
  margin: auto;
}
.why-naviona__list {
  width: 100%;
  max-width: 57.875rem;
}
.why-naviona__list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.25rem;
  row-gap: 1.25rem;
}
.why-naviona__list-item {
  display: flex;
  align-items: center;
}
.why-naviona__list-icon {
  flex: 0 0 3.75rem;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
}
.why-naviona__list-icon img {
  width: 100%;
  height: 100%;
}
.why-naviona__list-text {
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--main-color);
}
.why-naviona__note {
  width: 100%;
  max-width: 57.125rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--main-color);
}
.why-naviona__note strong {
  font-weight: 700;
  color: #215B87;
}

.industries-we-serve {
  position: relative;
  overflow: hidden;
}
.industries-we-serve__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.industries-we-serve__bg-image {
  position: absolute;
  left: 0;
  bottom: 0;
}
.industries-we-serve__container {
  position: relative;
  z-index: 1;
}
.industries-we-serve__head {
  display: flex;
  flex-direction: column;
}
.industries-we-serve__eyebrow {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
  font-weight: 500;
}
.industries-we-serve__eyebrow {
  line-height: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a8d95f;
}
.industries-we-serve__eyebrow::before {
  content: "";
  flex-shrink: 0;
  width: 0.375rem;
  height: 0.375rem;
  background: url("../img/icons/rhomb.svg") center/contain no-repeat;
}
.industries-we-serve__title {
  font-weight: 400;
}
.industries-we-serve__title {
  line-height: 100%;
  color: var(--main-color);
  flex: 0 0 76%;
}
.industries-we-serve__list {
  display: flex;
  flex-direction: column;
}

.industries-we-serve__item {
  position: relative;
  background-color: transparent;
  border-top: 0.0625rem solid rgba(19, 33, 50, 0.1);
  padding: 2.1875rem 0;
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
}
.industries-we-serve__item .industries-we-serve__number {
  font-weight: 500;
}
.industries-we-serve__item .industries-we-serve__number {
  line-height: 76%;
  letter-spacing: 0.1em;
  color: #a8d95f;
}
.industries-we-serve__item .industries-we-serve__card {
  display: flex;
  flex-direction: column;
  background: transparent;
  flex: 0 0 76%;
}
.industries-we-serve__item .industries-we-serve__media {
  position: relative;
  flex-shrink: 0;
  border-radius: 0.625rem;
  overflow: hidden;
}
.industries-we-serve__item .industries-we-serve__video {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.industries-we-serve__item .industries-we-serve__tags {
  position: absolute;
  left: 0.625rem;
  bottom: 1.25rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  width: calc(100% - 1.25rem);
}
.industries-we-serve__item .industries-we-serve__tag {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  width: max-content;
  max-width: 100%;
  padding: 0.9375rem 0.625rem;
  border-radius: 0.625rem;
  backdrop-filter: blur(1.25rem);
  background: rgba(19, 33, 50, 0.7);
  font-weight: 400;
}
.industries-we-serve__item .industries-we-serve__tag {
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #ccdbe8;
}
.industries-we-serve__item .industries-we-serve__tag::before {
  content: "";
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: url("../img/icons/rhomb.svg") center/contain no-repeat;
}
.industries-we-serve__item .industries-we-serve__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
}
.industries-we-serve__item .industries-we-serve__content {
  padding-right: 1.25rem;
}
.industries-we-serve__item .industries-we-serve__name {
  font-weight: 400;
}
.industries-we-serve__item .industries-we-serve__name {
  line-height: 100%;
  letter-spacing: -0.04em;
  color: var(--main-color);
  transition: color 0.4s ease;
}
.industries-we-serve__item:hover .industries-we-serve__name {
  color: #215B87;
}

.industries-we-serve__item .industries-we-serve__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  width: 100%;
  max-width: 17.1875rem;
  border-radius: 0.625rem;
  background: #a8d95f;
}
.industries-we-serve__item .industries-we-serve__cta {
  transition: width 0.4s ease, padding-left 0.4s ease, padding-right 0.4s ease, background-color 0.4s ease, justify-content 0.4s ease;
}
.industries-we-serve__item .industries-we-serve__cta-label {
  font-weight: 600;
}
.industries-we-serve__item .industries-we-serve__cta-label {
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--main-color);
  white-space: nowrap;
  transition: opacity 0.3s ease, max-width 0.4s ease;
}
.industries-we-serve__item .industries-we-serve__cta-icon {
  position: relative;
  display: block;
  flex-shrink: 0;
}
.industries-we-serve__item .industries-we-serve__cta-icon-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
.industries-we-serve__item .industries-we-serve__cta-icon-img--green {
  opacity: 0;
}
.industries-we-serve__item .industries-we-serve__cta-icon-img--dark {
  opacity: 1;
}

.business-outcomes {
  position: relative;
  overflow: hidden;
  background-color: #215B87;
}
.business-outcomes {
  padding-bottom: 9.375rem;
}
.business-outcomes__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.business-outcomes__container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.business-outcomes__head {
  width: 100%;
}
.business-outcomes__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a8d95f;
}
.business-outcomes__eyebrow::before {
  content: "";
  flex-shrink: 0;
  width: 0.375rem;
  height: 0.375rem;
  background: url("../img/icons/rhomb.svg") center/contain no-repeat;
}
.business-outcomes__title {
  font-weight: 400;
}
.business-outcomes__title {
  line-height: 100%;
  color: #fff;
}
.business-outcomes__cards {
  width: 100%;
}

.business-outcomes__card {
  display: block;
}
.resources {
  padding-bottom: 3.125rem;
}
.resources__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
}
.resources__eyebrow {
  font-weight: 500;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a8d95f;
}
.resources__eyebrow::before {
  content: "";
  flex-shrink: 0;
  width: 0.375rem;
  height: 0.375rem;
  background: url("../img/icons/rhomb.svg") center/contain no-repeat;
}
.resources__title {
  font-weight: 400;
}
.resources__title {
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #132132;
}
.resources__tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
  height: 5.5rem;
}
.resources__tabs {
  padding-bottom: 0.75rem;
}
.resources__tab {
  flex-shrink: 0;
  border-radius: 6.25rem;
  padding: 1.0625rem 1.25rem;
  background: rgba(204, 219, 232, 0.15);
  color: #215B87;
  font-weight: 500;
}
.resources__tab {
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.25s linear;
}
.resources__tab:active:not(.resources__tab--active) {
  color: #a8d95f;
  background: linear-gradient(90deg, #132132 0%, #215B87 100%);
  transition: all 0.3s;
}
.resources__tab--active {
  padding: 1.5rem 1.875rem;
  background: linear-gradient(90deg, #132132 0%, #215B87 100%);
  color: #fff;
}
.resources__tab--active:hover {
  padding: 1.5rem 1.875rem;
  background: linear-gradient(90deg, #132132 0%, #215B87 100%);
  color: #fff;
}
.resources__slider {
  overflow: hidden;
}
.resources__slide {
  height: auto;
}
.resources__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 0.0625rem solid rgba(204, 219, 232, 0.25);
  border-radius: 0.625rem;
  overflow: hidden;
  cursor: pointer;
}
.resources__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 453/338;
}
.resources__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.resources__image {
  transition: transform 0.4s ease;
}
.resources__card:hover .resources__image {
  transform: scale(1.05);
}
.resources__badge {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 1;
  border-radius: 0.625rem;
  padding: 0.9375rem;
  background: rgba(19, 33, 50, 0.7);
}
.resources__badge-text {
  color: #fff;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.resources__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.resources__body {
  padding: 2.5rem 1.875rem 2.5rem 1.875rem;
  background: rgba(204, 219, 232, 0.15);
  backdrop-filter: blur(1.25rem);
  transition: background-color 0.3s ease;
}
.resources__card:hover .resources__body {
  background-color: #fff;
}
.resources__content {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.resources__date {
  color: #132132;
  font-weight: 400;
}
.resources__date {
  line-height: 100%;
}
.resources__title-card {
  color: #132132;
  font-weight: 500;
}
.resources__title-card {
  line-height: 120%;
  letter-spacing: -0.04em;
}
.resources__link {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  width: fit-content;
}
.resources__link span {
  font-weight: 600;
}
.resources__link span {
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #132132 0%, #215B87 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: -webkit-text-fill-color 0.3s ease;
}
.resources__card:hover .resources__link span, .resources__card:active .resources__link span {
  background: none;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: currentColor;
  color: #A8D95F;
}
.resources__card:hover .resources__link .resources__link-icon path, .resources__card:active .resources__link .resources__link-icon path {
  stroke: #215B87;
}

.resources__link-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.resources__link-icon path {
  transition: stroke 0.3s ease;
}
.resources__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.resources__nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.cta {
  background-color: #fff;
}
.cta__card {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  background-color: #215B87;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta__card {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.cta__card-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cta__card-bg-image {
  opacity: 0.5;
}
.cta__heading {
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: 400;
}
.cta__heading {
  line-height: 100%;
  color: #fff;
  padding-bottom: 3.75rem;
}
.cta__heading strong {
  font-weight: 400;
  color: #a8d95f;
}
.cta__subtitle {
  position: relative;
  z-index: 1;
  text-align: center;
}
.cta__subtitle {
  line-height: normal;
  letter-spacing: -0.03em;
  color: #ccdbe8;
}
.cta__subtitle {
  max-width: 42.5rem !important;
}
.cta__actions {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 1.25rem;
}/* Generated by vite-plugin-svg-spritemap */
[data-fls-slider] {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-initialized {
  touch-action: pan-y;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translate3d(0rem, 0, 0);
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
.menu__body {
  display: flex;
  align-items: center;
}
.menu__list {
  display: flex;
  gap: 1.6875rem;
}
.menu__link {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #fff;
}
.menu__contacts {
  display: none;
}
.menu__contacts-text {
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
}
.menu__contacts-phone {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 100%;
  text-align: center;
  color: #a8d95f;
}
.menu__contacts-actions {
  display: flex;
  flex-direction: column;
  padding-top: 1.25rem;
  gap: 1.25rem;
  align-items: center;
}

.icon-menu {
  display: none;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
[data-fls-header-scroll].--header-scroll {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
}

[data-fls-header-scroll-show].--header-scroll {
  transition: translate 0.3s;
  translate: 0rem -100%;
}
[data-fls-header-scroll-show].--header-show {
  translate: 0 0;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */@media (width < 100em){
  .hero__container {
    padding-top: 16%;
  }
}@media (width < 93.75em){
  .header__container {
    padding-top: 1.25rem;
  }
}@media (width < 89.375em){
  .footer__top {
    flex-wrap: wrap;
    gap: 3.125rem 1.25rem;
  }
  .footer__col {
    width: calc(50% - 0.625rem);
  }
  .footer__col--support {
    width: 100%;
  }
}@media (width < 81.25em){
  .customer-success__logos {
    gap: 1rem;
  }
}@media (width < 79.9375em){
  .challenges__list {
    flex-wrap: wrap;
    row-gap: 2.1875rem;
    column-gap: 1.25rem;
  }
  .challenges__item {
    flex: 0 1 calc(33.3% - 0.875rem);
  }
}@media (width <= 75em) and (any-hover: none){
  .icon-menu {
    cursor: default;
  }
}@media (width <= 75em){
  .header__wrapper {
    border-radius: 0.625rem;
    height: 3.75rem;
    padding: 0.1875rem 0.25rem 0.1875rem 1.125rem;
    width: calc(100% + 0.625rem);
    margin-left: -0.3125rem;
  }
  .header__logo {
    height: 1.625rem;
    width: 8rem;
  }
  .header .button--white {
    display: none;
  }
  .menu__body {
    position: absolute;
    width: 100%;
    height: calc(100svh - 1.25rem);
    left: -110%;
    top: 0rem;
    overflow: auto;
    padding: 3.75rem 0.625rem 1.875rem 0.625rem;
    opacity: 0;
    transition: opacity 0.3s;
    flex-direction: column;
    align-items: stretch;
    background: rgba(19, 33, 50, 0.4);
    border-radius: 0.625rem;
  }
  .menu__body::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    pointer-events: none;
    -webkit-backdrop-filter: blur(1.25rem);
    backdrop-filter: blur(1.25rem);
  }
  .menu__body > * {
    position: relative;
    z-index: 1;
  }
  html[data-fls-menu-open] .menu__body {
    position: absolute;
    left: 0rem;
    top: 0rem;
    opacity: 1;
    background: rgba(19, 33, 50, 0.4);
  }
  .menu__list {
    flex-direction: column;
    gap: 1.375rem;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    text-align: center;
  }
  .menu__contacts {
    display: block;
    padding-top: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.375rem;
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.0625rem;
    height: 1.0625rem;
    z-index: 5;
  }
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #A8D95F;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  html[data-fls-menu-open] .icon-menu span {
    width: 0;
  }
  html[data-fls-menu-open] .icon-menu::before {
    top: calc(50% - 0.0625rem);
    transform: rotate(-45deg);
  }
  html[data-fls-menu-open] .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    transform: rotate(45deg);
  }
}@media (width < 75em){
  .menu__body, .menu__body > * {
    opacity: 0;
    transition: opacity 0.3s;
  }
  html[data-fls-menu-open] .menu__body, html[data-fls-menu-open] .menu__body > * {
    opacity: 1;
  }
}@media (width < 68.75em){
  .button {
    height: 4rem;
    padding: 0.375rem 1.25rem;
    font-weight: 600;
    font-size: 1rem;
    justify-content: space-between;
    min-width: 18.125rem;
  }
  .resources__cta-button {
    height: 4rem;
    padding: 0.375rem 1.25rem;
  }
}@media (width < 64.0625em){
  .hero__container {
    padding-top: 19%;
  }
  .hero__trust li {
    flex: 1 1 100%;
  }
  .hero-badge-mobile__container {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .challenges__item .challenges__number {
    width: 6.5625rem;
  }
  .customer-success__slide {
    display: block;
  }
  .customer-success__quote {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  .customer-success__quote-text {
    order: 2;
  }
  .customer-success__quote-text p:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
  .customer-success__quote-icon {
    width: 3.125rem;
    height: 2.5rem;
    order: 1;
  }
  .customer-success__stats {
    margin-top: -4.6875rem;
  }
  .customer-success__panel {
    position: relative;
    width: 100%;
    max-width: 25rem;
    display: block;
    right: initial !important;
    margin: 3.125rem auto 0;
    border-radius: 0.625rem;
    padding: 1.25rem 0.625rem;
  }
  .what-matters__title {
    letter-spacing: -0.04em;
  }
  .what-matters__card {
    margin: 0 -2.5rem;
    width: calc(100% + 5rem);
  }
  .what-matters__card .slider-arrow--prev {
    left: 0.625rem;
  }
  .what-matters__card .slider-arrow--next {
    right: 0.625rem;
  }
  .industries-we-serve__eyebrow {
    letter-spacing: 0.05em;
  }
  .industries-we-serve__title {
    letter-spacing: -0.04em;
  }
  .industries-we-serve__item {
    padding: 1.875rem 0;
  }
  .business-outcomes {
    background-color: #215b87;
    padding-bottom: 8.75rem;
  }
  .business-outcomes__bg {
    inset: auto 0 0 0;
    aspect-ratio: 563/491;
  }
  .business-outcomes__eyebrow {
    letter-spacing: 0.05em;
  }
  .business-outcomes__title {
    letter-spacing: -0.04em;
  }
  .business-outcomes__cards {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 2.5rem;
    max-width: 28.125rem;
  }
  .business-outcomes__cards-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
  .business-outcomes__cards-row img {
    margin-top: auto;
  }
  .business-outcomes__card {
    width: 100%;
    height: auto;
  }
  .business-outcomes__card--scrap {
    margin-top: 0.375rem;
  }
  .resources__eyebrow {
    letter-spacing: 0.03em;
  }
  .resources__tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #215B87 transparent;
  }
  .resources__tabs::-webkit-scrollbar {
    height: 0.25rem;
  }
  .resources__tabs::-webkit-scrollbar-track {
    background: transparent;
  }
  .resources__tabs::-webkit-scrollbar-thumb {
    background-color: #215B87;
    border-radius: 6.25rem;
  }
  .resources__nav {
    display: none;
  }
  .cta__card-bg {
    width: 100%;
    height: 100%;
  }
  .cta__heading {
    letter-spacing: -0.04em;
  }
  .cta__actions {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}@media (width <= 48em){
  .what-matters__tabs {
    display: none;
  }
  .what-matters__pagination {
    display: flex;
  }
}@media (width < 64.0625em){
  .footer__cta {
    flex-direction: column;
    text-align: center;
    gap: 2.5rem;
    margin-bottom: 0;
    padding: 0;
  }
  .footer__watermark {
    width: 20.9375rem;
    left: 50%;
    transform: translateX(-50%);
  }
}@media (width < 48em){
  .resources__cta-button {
    margin-left: auto;
    margin-right: auto;
  }
  .slider-arrow {
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .header__container {
    padding-top: 0.625rem;
  }
  .footer__container {
    padding-top: 3.125rem;
  }
  .footer__top {
    gap: 1.875rem 1.25rem;
    padding-bottom: 2.5rem;
  }
  .footer__col-title {
    margin-bottom: 2.5rem;
  }
  .footer__col-list {
    gap: 0.9375rem;
  }
  .footer__support-text {
    line-height: 120%;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .footer__zendesk-logo {
    width: 10.8125rem;
    height: 4rem;
  }
  .footer__divider {
    margin: 0 0 2.5rem;
  }
  .footer__cta {
    flex-direction: column;
    text-align: center;
    gap: 2.5rem;
    margin-bottom: 0;
    padding: 0;
  }
  .footer__watermark {
    width: 20.9375rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer__cta-text {
    line-height: 100%;
  }
  .footer__cta-text-break {
    display: none;
  }
  .footer__social {
    width: 100%;
    justify-content: center;
    gap: 1.25rem;
  }
  .footer__bottom {
    flex-direction: column;
    text-align: center;
    gap: 0.9375rem;
  }
  .customer-success__nav-overlay {
    height: 3.125rem;
  }
  .customer-success__nav {
    gap: 0.5rem;
    padding-top: 2.1875rem;
  }
  .customer-success__logos {
    gap: 0.5rem;
  }
  .customer-success__logo {
    height: 4rem;
    padding: 0.375rem 0.625rem;
  }
  .customer-success__quote {
    margin-bottom: 2.5rem;
  }
  .customer-success__quote-text p:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .customer-success__stats {
    aspect-ratio: 1400/545;
  }
  .what-matters__card .slider-arrow--prev {
    display: none;
  }
  .what-matters__card .slider-arrow--next {
    display: none;
  }
  .what-matters__tab {
    font-size: 1rem;
  }
  .what-matters__tab {
    padding: 0.875rem 1.1875rem;
  }
  .what-matters__tab--active {
    padding: 1.375rem 1.625rem;
    font-size: 1rem;
  }
  .what-matters__slider {
    max-width: 34.375rem;
  }
  .what-matters__slider {
    max-width: calc(100% - 1.75rem);
  }
  .what-matters__slide-title, .what-matters__slide-title h2, .what-matters__slide-title h3 {
    text-align: center;
  }
  .what-matters__slide-desc {
    font-size: 1.25rem;
    line-height: 1.4;
    text-align: center;
  }
  .what-matters__list li {
    flex-direction: row;
    flex: 1 1 100%;
    text-align: left;
    gap: 0.625rem;
  }
  .what-matters__list li::before {
    flex: 0 0 2.125rem;
    width: 2.125rem;
    height: 2.125rem;
  }
  .what-matters__cta {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    min-width: none;
  }
  .why-naviona__head {
    max-width: 20.9375rem;
  }
  .why-naviona__eyebrow {
    letter-spacing: 0.05em;
  }
  .why-naviona__title {
    letter-spacing: -0.04em;
  }
  .why-naviona__logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem;
  }
  .why-naviona__list ul {
    grid-template-columns: 1fr;
    row-gap: 0.625rem;
  }
  .why-naviona__note {
    max-width: 20.9375rem;
  }
  .industries-we-serve__item {
    padding: 1.5625rem 0;
  }
  .industries-we-serve__item .industries-we-serve__card {
    flex: 1 1 100%;
  }
  .industries-we-serve__item .industries-we-serve__video {
    aspect-ratio: 335/250;
  }
}@media (width < 31.25em){
  .customer-success__stats {
    aspect-ratio: 335/305;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 0.625rem;
    width: 100%;
    max-width: 31.25rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2.5rem;
  }
  .customer-success__stats-item:not(:last-child) {
    padding-bottom: 0.75rem;
    width: 96%;
    border-right: none;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
    padding-right: 0;
  }
  .what-matters__tabs {
    justify-content: flex-start;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}@media (width < 30em){
  .resources__cta-button {
    min-width: 100%;
  }
  .hero__container {
    padding-top: 34%;
  }
  .customer-success__nav-overlay .slider-arrow {
    box-shadow: -0.3125rem 0 0.3125rem 0 #fff, 0.3125rem 0 0.3125rem 0 #fff;
  }
  .customer-success__logo--active {
    height: 4rem;
    min-width: 10.8125rem;
  }
  .what-matters__slide-text {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .what-matters__cta-wrapper {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .why-naviona__list ul {
    row-gap: 0.3125rem;
  }
  .industries-we-serve__item .industries-we-serve__video {
    aspect-ratio: 335/300;
  }
  .industries-we-serve__item .industries-we-serve__cta {
    max-width: 100%;
  }
}@media (width < 28.75em){
  .customer-success__panel {
    width: calc(100% - 1.875rem);
  }
}@media (width < 27.1875em){
  .hero__actions .button {
    min-width: 100%;
  }
}@media (width < 26.5625em){
  .button {
    width: 100%;
    min-width: 100%;
  }
  .resources__cta-button {
    width: 100%;
  }
}@media (width < 20em){
  .footer__col-title {
    font-size: 1.25rem;
  }
  .footer__support-text {
    font-size: 1rem;
  }
  .footer__cta-text {
    font-size: 1.3125rem;
  }
  .footer__phone {
    font-size: 3rem;
  }
  .footer__social-text {
    font-size: 1rem;
  }
  .hero__container {
    padding-bottom: 3.125rem;
  }
  .hero__heading {
    font-size: 2.375rem;
  }
  .hero__heading {
    margin-bottom: 2.1875rem;
  }
  .hero__trust ul {
    margin-bottom: 2.8125rem;
  }
  .challenges {
    padding-top: 2.8125rem;
  }
  .challenges {
    padding-bottom: 2.8125rem;
  }
  .challenges__eyebrow {
    margin-bottom: 1.875rem;
  }
  .challenges__eyebrow {
    font-size: 0.875rem;
  }
  .challenges__title {
    margin-bottom: 8.1875rem;
  }
  .challenges__title {
    font-size: 2.375rem;
  }
  .customer-success {
    padding-top: 2.8125rem;
  }
  .customer-success {
    padding-bottom: 2.8125rem;
  }
  .customer-success__top {
    margin-bottom: 2.1875rem;
  }
  .customer-success__eyebrow {
    margin-bottom: 1.5625rem;
  }
  .customer-success__title {
    font-size: 2.375rem;
  }
  .customer-success__slider {
    margin-bottom: 2.1875rem;
  }
  .customer-success__card {
    padding-left: 0.625rem;
  }
  .customer-success__card {
    padding-right: 0.625rem;
  }
  .customer-success__divider {
    margin-bottom: 1.5rem;
  }
  .customer-success__quote-text {
    font-size: 1.1875rem;
  }
  .customer-success__author {
    padding-bottom: 1.875rem;
  }
  .customer-success__stats {
    gap: 1.25rem;
  }
  .customer-success__stats {
    padding-left: 0.625rem;
  }
  .customer-success__stats-value {
    font-size: 2.375rem;
  }
  .customer-success__stats-label {
    padding-bottom: 0.1875rem;
  }
  .customer-success__panel {
    right: 0.625rem;
  }
  .customer-success__nav-overlay .slider-arrow--prev {
    margin-left: 0.625rem;
  }
  .customer-success__nav-overlay .slider-arrow--next {
    margin-right: 0.625rem;
  }
  .what-matters {
    padding-top: 3.125rem;
  }
  .what-matters {
    padding-bottom: 3.125rem;
  }
  .what-matters__head {
    margin-bottom: 2.5rem;
  }
  .what-matters__eyebrow {
    margin-bottom: 0.9375rem;
  }
  .what-matters__eyebrow {
    font-size: 0.875rem;
  }
  .what-matters__title {
    font-size: 2.5rem;
  }
  .what-matters__card {
    padding-top: 3.125rem;
  }
  .what-matters__card {
    padding-bottom: 1.25rem;
  }
  .what-matters__card {
    padding-left: 1.25rem;
  }
  .what-matters__card {
    padding-right: 1.25rem;
  }
  .what-matters__tabs {
    gap: 0.5rem;
  }
  .what-matters__slide-text {
    padding-top: 3.125rem;
  }
  .what-matters__slide-text {
    padding-left: 6.25e-8rem;
  }
  .what-matters__slide-text {
    padding-right: 6.25e-8rem;
  }
  .what-matters__slide-text {
    padding-bottom: 1.875rem;
  }
  .what-matters__slide-title {
    padding-bottom: 1.75rem;
  }
  .what-matters__slide-title, .what-matters__slide-title h2, .what-matters__slide-title h3 {
    font-size: 2.375rem;
  }
  .what-matters__slide-desc {
    padding-bottom: 1.75rem;
  }
  .what-matters__divider {
    margin-bottom: 1.75rem;
  }
  .what-matters__list {
    gap: 0.625rem;
  }
  .what-matters__list li {
    font-size: 1.125rem;
  }
  .what-matters__cta {
    margin-left: 6.25e-8rem;
  }
  .what-matters__cta {
    margin-right: 6.25e-8rem;
  }
  .what-matters__cta {
    margin-bottom: 1.875rem;
  }
  .why-naviona {
    padding-top: 2.8125rem;
  }
  .why-naviona {
    padding-bottom: 2.8125rem;
  }
  .why-naviona__bg {
    height: 18.9375rem;
  }
  .why-naviona__container {
    gap: 2.5rem;
  }
  .why-naviona__head {
    gap: 1.875rem;
  }
  .why-naviona__eyebrow {
    font-size: 0.875rem;
  }
  .why-naviona__title {
    font-size: 2.3125rem;
  }
  .why-naviona__subtitle {
    font-size: 1.25rem;
  }
  .why-naviona__list-item {
    gap: 0.5625rem;
  }
  .why-naviona__list-text {
    font-size: 1.375rem;
  }
  .why-naviona__note {
    font-size: 1.1875rem;
  }
  .industries-we-serve {
    padding-top: 3.125rem;
  }
  .industries-we-serve {
    padding-bottom: 3.125rem;
  }
  .industries-we-serve__head {
    gap: 1.875rem;
  }
  .industries-we-serve__head {
    margin-bottom: 2.5rem;
  }
  .industries-we-serve__eyebrow {
    font-size: 0.875rem;
  }
  .industries-we-serve__title {
    font-size: 2.5rem;
  }
  .industries-we-serve__item .industries-we-serve__number {
    font-size: 2.1875rem;
  }
  .industries-we-serve__item .industries-we-serve__tag {
    font-size: 1rem;
  }
  .industries-we-serve__item .industries-we-serve__content {
    padding-top: 1.875rem;
  }
  .industries-we-serve__item .industries-we-serve__content {
    padding-bottom: 1.875rem;
  }
  .industries-we-serve__item .industries-we-serve__content {
    padding-left: 1.25rem;
  }
  .industries-we-serve__item .industries-we-serve__name {
    font-size: 2rem;
  }
  .industries-we-serve__item .industries-we-serve__cta {
    padding-top: 1.125rem;
  }
  .industries-we-serve__item .industries-we-serve__cta {
    padding-bottom: 1.125rem;
  }
  .industries-we-serve__item .industries-we-serve__cta {
    padding-left: 1.5rem;
  }
  .industries-we-serve__item .industries-we-serve__cta {
    padding-right: 1.375rem;
  }
  .industries-we-serve__item .industries-we-serve__cta-label {
    font-size: 1rem;
  }
  .industries-we-serve__item .industries-we-serve__cta-icon {
    width: 1.9375rem;
  }
  .industries-we-serve__item .industries-we-serve__cta-icon {
    height: 1.9375rem;
  }
  .business-outcomes {
    padding-top: 2.8125rem;
  }
  .business-outcomes__title {
    font-size: 2.5rem;
  }
  .resources {
    padding-top: 2.8125rem;
  }
  .resources__eyebrow {
    margin-bottom: 1.875rem;
  }
  .resources__title {
    font-size: 2.5rem;
  }
  .resources__tabs {
    margin-top: 2.5rem;
  }
  .resources__tab {
    font-size: 1rem;
  }
  .resources__tab--active {
    font-size: 1rem;
  }
  .resources__slider {
    margin-top: 1.75rem;
  }
  .resources__body {
    gap: 2.5rem;
  }
  .resources__date {
    font-size: 0.875rem;
  }
  .resources__title-card {
    font-size: 1.5rem;
  }
  .resources__link span {
    font-size: 1rem;
  }
  .resources__cta {
    margin-top: 2.5rem;
  }
  .cta {
    padding-top: 6.25e-8rem;
  }
  .cta {
    padding-bottom: 3.125rem;
  }
  .cta__card {
    padding-top: 2.5rem;
  }
  .cta__card {
    padding-bottom: 2.5rem;
  }
  .cta__heading {
    font-size: 2.5rem;
  }
  .cta__subtitle {
    max-width: 19.0625rem;
  }
  .cta__subtitle {
    font-size: 1.25rem;
  }
  .cta__subtitle {
    padding-bottom: 2.8125rem;
  }
}@media (width >= 20em) and (width < 89.375em){
  .footer__col-title {
    font-size: clamp( 1.25rem , 1.19594594594375rem  +  0.2702702703vw , 1.4375rem );
  }
  .footer__support-text {
    font-size: clamp( 1rem , 0.927927927925rem  +  0.3603603604vw , 1.25rem );
  }
  .footer__cta-text {
    font-size: clamp( 1.3125rem , 1.1143018018rem  +  0.990990991vw , 2rem );
  }
  .footer__phone {
    font-size: clamp( 3rem , 2.78378378378125rem  +  1.0810810811vw , 3.75rem );
  }
  .footer__social-text {
    font-size: clamp( 1rem , 0.927927927925rem  +  0.3603603604vw , 1.25rem );
  }
  .hero__container {
    padding-bottom: clamp( 3.125rem , 1.3231981982rem  +  9.009009009vw , 9.375rem );
  }
  .hero__heading {
    font-size: clamp( 2.375rem , 1.4380630630625rem  +  4.6846846847vw , 5.625rem );
  }
  .hero__heading {
    margin-bottom: clamp( 2.1875rem , 1.8271396396375rem  +  1.8018018018vw , 3.4375rem );
  }
  .hero__trust ul {
    margin-bottom: clamp( 2.8125rem , 2.36204954955rem  +  2.2522522523vw , 4.375rem );
  }
  .challenges {
    padding-top: clamp( 2.8125rem , 1.82150900900625rem  +  4.954954955vw , 6.25rem );
  }
  .challenges {
    padding-bottom: clamp( 2.8125rem , 1.82150900900625rem  +  4.954954955vw , 6.25rem );
  }
  .challenges__eyebrow {
    margin-bottom: clamp( 1.875rem , 1.5146396396375rem  +  1.8018018018vw , 3.125rem );
  }
  .challenges__eyebrow {
    font-size: clamp( 0.875rem , 0.8389639639625rem  +  0.1801801802vw , 1rem );
  }
  .challenges__title {
    margin-bottom: clamp( 8.1875rem , 8.061373873875rem  +  0.6306306306vw , 8.625rem );
  }
  .challenges__title {
    font-size: clamp( 2.375rem , 1.4380630630625rem  +  4.6846846847vw , 5.625rem );
  }
  .customer-success {
    padding-top: clamp( 2.8125rem , 0.92060810810625rem  +  9.4594594595vw , 9.375rem );
  }
  .customer-success {
    padding-bottom: clamp( 2.8125rem , 1.28096846846875rem  +  7.6576576577vw , 8.125rem );
  }
  .customer-success__top {
    margin-bottom: clamp( 2.1875rem , 1.01632882883125rem  +  5.8558558559vw , 6.25rem );
  }
  .customer-success__eyebrow {
    margin-bottom: clamp( 1.5625rem , 1.11204954955rem  +  2.2522522523vw , 3.125rem );
  }
  .customer-success__title {
    font-size: clamp( 2.375rem , 1.4380630630625rem  +  4.6846846847vw , 5.625rem );
  }
  .customer-success__slider {
    margin-bottom: clamp( 2.1875rem , 1.91722972973125rem  +  1.3513513514vw , 3.125rem );
  }
  .customer-success__card {
    padding-left: clamp( 0.625rem , -0.6362612612625rem  +  6.3063063063vw , 5rem );
  }
  .customer-success__card {
    padding-right: clamp( 0.625rem , -0.6362612612625rem  +  6.3063063063vw , 5rem );
  }
  .customer-success__divider {
    margin-bottom: clamp( 1.5rem , 1.2117117117125rem  +  1.4414414414vw , 2.5rem );
  }
  .customer-success__quote-text {
    font-size: clamp( 1.1875rem , 0.95326576576875rem  +  1.1711711712vw , 2rem );
  }
  .customer-success__author {
    padding-bottom: clamp( 1.875rem , 1.3344594594625rem  +  2.7027027027vw , 3.75rem );
  }
  .customer-success__stats {
    gap: clamp( 1.25rem , 0.8896396396375rem  +  1.8018018018vw , 2.5rem );
  }
  .customer-success__stats {
    padding-left: clamp( 0.625rem , -0.6362612612625rem  +  6.3063063063vw , 5rem );
  }
  .customer-success__stats-value {
    font-size: clamp( 2.375rem , 1.61824324324375rem  +  3.7837837838vw , 5rem );
  }
  .customer-success__stats-label {
    padding-bottom: clamp( 0.1875rem , 0.061373873875rem  +  0.6306306306vw , 0.625rem );
  }
  .customer-success__panel {
    right: clamp( 0.625rem , -0.6362612612625rem  +  6.3063063063vw , 5rem );
  }
  .customer-success__nav-overlay .slider-arrow--prev {
    margin-left: clamp( 0.625rem , -0.6362612612625rem  +  6.3063063063vw , 5rem );
  }
  .customer-success__nav-overlay .slider-arrow--next {
    margin-right: clamp( 0.625rem , -0.6362612612625rem  +  6.3063063063vw , 5rem );
  }
  .what-matters {
    padding-top: clamp( 3.125rem , 1.3231981982rem  +  9.009009009vw , 9.375rem );
  }
  .what-matters {
    padding-bottom: clamp( 3.125rem , 1.3231981982rem  +  9.009009009vw , 9.375rem );
  }
  .what-matters__head {
    margin-bottom: clamp( 2.5rem , 0.51801801801875rem  +  9.9099099099vw , 9.375rem );
  }
  .what-matters__eyebrow {
    margin-bottom: clamp( 0.9375rem , 0.8474099099125rem  +  0.4504504505vw , 1.25rem );
  }
  .what-matters__eyebrow {
    font-size: clamp( 0.875rem , 0.8389639639625rem  +  0.1801801802vw , 1rem );
  }
  .what-matters__title {
    font-size: clamp( 2.5rem , 1.5990990991rem  +  4.5045045045vw , 5.625rem );
  }
  .what-matters__card {
    padding-top: clamp( 3.125rem , 1.8637387387375rem  +  6.3063063063vw , 7.5rem );
  }
  .what-matters__card {
    padding-bottom: clamp( 1.25rem , -0.5518018018rem  +  9.009009009vw , 7.5rem );
  }
  .what-matters__card {
    padding-left: clamp( 1.25rem , 0.8896396396375rem  +  1.8018018018vw , 2.5rem );
  }
  .what-matters__card {
    padding-right: clamp( 1.25rem , 0.8896396396375rem  +  1.8018018018vw , 2.5rem );
  }
  .what-matters__tabs {
    gap: clamp( 0.5rem , 0.28378378378125rem  +  1.0810810811vw , 1.25rem );
  }
  .what-matters__slide-text {
    padding-top: clamp( 3.125rem , 2.5844594594625rem  +  2.7027027027vw , 5rem );
  }
  .what-matters__slide-text {
    padding-left: clamp( 6.25e-8rem , -1.441441360925rem  +  7.2072071171vw , 5rem );
  }
  .what-matters__slide-text {
    padding-right: clamp( 6.25e-8rem , -1.441441360925rem  +  7.2072071171vw , 5rem );
  }
  .what-matters__slide-text {
    padding-bottom: clamp( 1.875rem , 1.3344594594625rem  +  2.7027027027vw , 3.75rem );
  }
  .what-matters__slide-title {
    padding-bottom: clamp( 1.75rem , 1.53378378378125rem  +  1.0810810811vw , 2.5rem );
  }
  .what-matters__slide-title, .what-matters__slide-title h2, .what-matters__slide-title h3 {
    font-size: clamp( 2.375rem , 2.15878378378125rem  +  1.0810810811vw , 3.125rem );
  }
  .what-matters__slide-desc {
    padding-bottom: clamp( 1.75rem , 1.53378378378125rem  +  1.0810810811vw , 2.5rem );
  }
  .what-matters__divider {
    margin-bottom: clamp( 1.75rem , 1.53378378378125rem  +  1.0810810811vw , 2.5rem );
  }
  .what-matters__list {
    gap: clamp( 0.625rem , 0.44481981981875rem  +  0.9009009009vw , 1.25rem );
  }
  .what-matters__list li {
    font-size: clamp( 1.125rem , 1.01689189189375rem  +  0.5405405405vw , 1.5rem );
  }
  .what-matters__cta {
    margin-left: clamp( 6.25e-8rem , -1.441441360925rem  +  7.2072071171vw , 5rem );
  }
  .what-matters__cta {
    margin-right: clamp( 6.25e-8rem , -1.441441360925rem  +  7.2072071171vw , 5rem );
  }
  .what-matters__cta {
    margin-bottom: clamp( 1.875rem , 1.3344594594625rem  +  2.7027027027vw , 3.75rem );
  }
  .why-naviona {
    padding-top: clamp( 2.8125rem , 0.92060810810625rem  +  9.4594594595vw , 9.375rem );
  }
  .why-naviona {
    padding-bottom: clamp( 2.8125rem , 0.92060810810625rem  +  9.4594594595vw , 9.375rem );
  }
  .why-naviona__bg {
    height: clamp( 18.9375rem , 12.72128378378125rem  +  31.0810810811vw , 40.5rem );
  }
  .why-naviona__container {
    gap: clamp( 2.5rem , 1.41891891891875rem  +  5.4054054054vw , 6.25rem );
  }
  .why-naviona__head {
    gap: clamp( 1.875rem , 1.5146396396375rem  +  1.8018018018vw , 3.125rem );
  }
  .why-naviona__eyebrow {
    font-size: clamp( 0.875rem , 0.8389639639625rem  +  0.1801801802vw , 1rem );
  }
  .why-naviona__title {
    font-size: clamp( 2.3125rem , 1.35754504504375rem  +  4.7747747748vw , 5.625rem );
  }
  .why-naviona__subtitle {
    font-size: clamp( 1.25rem , 1.19594594594375rem  +  0.2702702703vw , 1.4375rem );
  }
  .why-naviona__list-item {
    gap: clamp( 0.5625rem , 0.3643018018rem  +  0.990990991vw , 1.25rem );
  }
  .why-naviona__list-text {
    font-size: clamp( 1.375rem , 1.19481981981875rem  +  0.9009009009vw , 2rem );
  }
  .why-naviona__note {
    font-size: clamp( 1.1875rem , 1.115427927925rem  +  0.3603603604vw , 1.4375rem );
  }
  .industries-we-serve {
    padding-top: clamp( 3.125rem , 1.3231981982rem  +  9.009009009vw , 9.375rem );
  }
  .industries-we-serve {
    padding-bottom: clamp( 3.125rem , 1.3231981982rem  +  9.009009009vw , 9.375rem );
  }
  .industries-we-serve__head {
    gap: clamp( 1.875rem , 1.5146396396375rem  +  1.8018018018vw , 3.125rem );
  }
  .industries-we-serve__head {
    margin-bottom: clamp( 2.5rem , 1.41891891891875rem  +  5.4054054054vw , 6.25rem );
  }
  .industries-we-serve__eyebrow {
    font-size: clamp( 0.875rem , 0.8389639639625rem  +  0.1801801802vw , 1rem );
  }
  .industries-we-serve__title {
    font-size: clamp( 2.5rem , 1.5990990991rem  +  4.5045045045vw , 5.625rem );
  }
  .industries-we-serve__item .industries-we-serve__number {
    font-size: clamp( 2.1875rem , 1.3766891891875rem  +  4.0540540541vw , 5rem );
  }
  .industries-we-serve__item .industries-we-serve__tag {
    font-size: clamp( 1rem , 0.927927927925rem  +  0.3603603604vw , 1.25rem );
  }
  .industries-we-serve__item .industries-we-serve__content {
    padding-top: clamp( 1.875rem , 1.5146396396375rem  +  1.8018018018vw , 3.125rem );
  }
  .industries-we-serve__item .industries-we-serve__content {
    padding-bottom: clamp( 1.875rem , 1.5146396396375rem  +  1.8018018018vw , 3.125rem );
  }
  .industries-we-serve__item .industries-we-serve__content {
    padding-left: clamp( 1.25rem , 0.7094594594625rem  +  2.7027027027vw , 3.125rem );
  }
  .industries-we-serve__item .industries-we-serve__name {
    font-size: clamp( 2rem , 1.675675675675rem  +  1.6216216216vw , 3.125rem );
  }
  .industries-we-serve__item .industries-we-serve__cta {
    padding-top: clamp( 1.125rem , 0.9268018018rem  +  0.990990991vw , 1.8125rem );
  }
  .industries-we-serve__item .industries-we-serve__cta {
    padding-bottom: clamp( 1.125rem , 0.9268018018rem  +  0.990990991vw , 1.8125rem );
  }
  .industries-we-serve__item .industries-we-serve__cta {
    padding-left: clamp( 1.5rem , 1.3378378378375rem  +  0.8108108108vw , 2.0625rem );
  }
  .industries-we-serve__item .industries-we-serve__cta {
    padding-right: clamp( 1.375rem , 1.23085585585625rem  +  0.7207207207vw , 1.875rem );
  }
  .industries-we-serve__item .industries-we-serve__cta-label {
    font-size: clamp( 1rem , 0.927927927925rem  +  0.3603603604vw , 1.25rem );
  }
  .industries-we-serve__item .industries-we-serve__cta-icon {
    width: clamp( 1.9375rem , 1.7393018018rem  +  0.990990991vw , 2.625rem );
  }
  .industries-we-serve__item .industries-we-serve__cta-icon {
    height: clamp( 1.9375rem , 1.7393018018rem  +  0.990990991vw , 2.625rem );
  }
  .business-outcomes {
    padding-top: clamp( 2.8125rem , 0.92060810810625rem  +  9.4594594595vw , 9.375rem );
  }
  .business-outcomes__title {
    font-size: clamp( 2.5rem , 1.5990990991rem  +  4.5045045045vw , 5.625rem );
  }
  .resources {
    padding-top: clamp( 2.8125rem , 0.92060810810625rem  +  9.4594594595vw , 9.375rem );
  }
  .resources__eyebrow {
    margin-bottom: clamp( 1.875rem , 1.5146396396375rem  +  1.8018018018vw , 3.125rem );
  }
  .resources__title {
    font-size: clamp( 2.5rem , 1.5990990991rem  +  4.5045045045vw , 5.625rem );
  }
  .resources__tabs {
    margin-top: clamp( 2.5rem , 2.31981981981875rem  +  0.9009009009vw , 3.125rem );
  }
  .resources__tab {
    font-size: clamp( 1rem , 0.927927927925rem  +  0.3603603604vw , 1.25rem );
  }
  .resources__tab--active {
    font-size: clamp( 1rem , 0.85585585585625rem  +  0.7207207207vw , 1.5rem );
  }
  .resources__slider {
    margin-top: clamp( 1.75rem , 1.56981981981875rem  +  0.9009009009vw , 2.375rem );
  }
  .resources__body {
    gap: clamp( 2.5rem , 2.31981981981875rem  +  0.9009009009vw , 3.125rem );
  }
  .resources__date {
    font-size: clamp( 0.875rem , 0.802927927925rem  +  0.3603603604vw , 1.125rem );
  }
  .resources__title-card {
    font-size: clamp( 1.5rem , 1.28378378378125rem  +  1.0810810811vw , 2.25rem );
  }
  .resources__link span {
    font-size: clamp( 1rem , 0.927927927925rem  +  0.3603603604vw , 1.25rem );
  }
  .resources__cta {
    margin-top: clamp( 2.5rem , 2.31981981981875rem  +  0.9009009009vw , 3.125rem );
  }
  .cta {
    padding-top: clamp( 6.25e-8rem , -0.90090082038125rem  +  4.5045044144vw , 3.125rem );
  }
  .cta {
    padding-bottom: clamp( 3.125rem , 1.8637387387375rem  +  6.3063063063vw , 7.5rem );
  }
  .cta__card {
    padding-top: clamp( 2.5rem , 1.05855855855625rem  +  7.2072072072vw , 7.5rem );
  }
  .cta__card {
    padding-bottom: clamp( 2.5rem , 1.05855855855625rem  +  7.2072072072vw , 7.5rem );
  }
  .cta__heading {
    font-size: clamp( 2.5rem , 1.5990990991rem  +  4.5045045045vw , 5.625rem );
  }
  .cta__subtitle {
    max-width: clamp( 19.0625rem , 7.90934684684375rem  +  55.7657657658vw , 57.75rem );
  }
  .cta__subtitle {
    font-size: clamp( 1.25rem , 1.19594594594375rem  +  0.2702702703vw , 1.4375rem );
  }
  .cta__subtitle {
    padding-bottom: clamp( 2.8125rem , 1.82150900900625rem  +  4.954954955vw , 6.25rem );
  }
}@media (width >= 48em) and (width < 89.375em){
  .what-matters__slider {
    max-width: clamp( 34.375rem , 7.18466767371875rem  +  56.6465256798vw , 57.8125rem );
  }
}@media (width >= 48em){
  .challenges__list {
    flex-direction: row;
    gap: 1.25rem;
  }
  .why-naviona__title {
    letter-spacing: -0.02em;
  }
  .business-outcomes__container {
    flex-direction: row;
    gap: 1.875rem;
  }
  .business-outcomes__head {
    flex: 0 0 45%;
  }
}@media (width >= 64.0625em) and (width < 89.375em){
  .what-matters__card .slider-arrow--prev {
    left: clamp( 0.625rem , -7.28395061728125rem  +  12.3456790123vw , 3.75rem );
  }
  .what-matters__card .slider-arrow--next {
    right: clamp( 0.625rem , -7.28395061728125rem  +  12.3456790123vw , 3.75rem );
  }
}@media (width >= 64.0625em){
  .hero__content {
    width: initial;
    flex: initial;
  }
  .hero__trust li {
    font-size: 2rem;
  }
  .challenges__title {
    max-width: 81.875rem;
    letter-spacing: -0.02em;
  }
  .challenges__item {
    flex: 1 1 0;
  }
  .challenges__item .challenges__card {
    padding: 1.5rem 1.25rem 2rem 1.5rem;
  }
  .industries-we-serve__head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.875rem;
  }
  .industries-we-serve__eyebrow {
    padding: 1.25rem 0 0;
  }
  .industries-we-serve__title {
    letter-spacing: -0.02em;
  }
  .industries-we-serve__item .industries-we-serve__card {
    flex-direction: row;
    align-items: stretch;
  }
  .industries-we-serve__item .industries-we-serve__media {
    width: 59%;
    max-width: 35.75rem;
  }
  .industries-we-serve__item .industries-we-serve__video {
    aspect-ratio: 572/381;
  }
  .industries-we-serve__item .industries-we-serve__tags {
    left: 1.875rem;
    width: calc(100% - 3.75rem);
    max-width: 25.3125rem;
  }
  .industries-we-serve__item .industries-we-serve__content {
    flex: 1 1 auto;
  }
  .industries-we-serve__item .industries-we-serve__cta {
    max-width: 23.3125rem;
  }
  .business-outcomes__title {
    letter-spacing: -0.02em;
  }
  .business-outcomes__cards {
    position: relative;
    flex: 0 1 50%;
    aspect-ratio: 690/592;
    margin-top: 0.625rem;
  }
  .business-outcomes__cards-row {
    display: contents;
  }
  .business-outcomes__card {
    position: absolute;
  }
  .business-outcomes__card--inventory {
    left: 0%;
    top: 7.095%;
    width: 31.449%;
    height: 31.419%;
  }
  .business-outcomes__card--delivery {
    left: 0%;
    top: 41.892%;
    width: 31.449%;
    height: 29.392%;
  }
  .business-outcomes__card--scrap {
    left: 34.348%;
    top: 0%;
    width: 47.826%;
    height: 30.405%;
  }
  .business-outcomes__card--roi {
    left: 34.348%;
    top: 33.784%;
    width: 65.652%;
    height: 37.5%;
  }
  .business-outcomes__card--efficiency {
    left: 16.957%;
    top: 74.662%;
    width: 83.043%;
    height: 25.338%;
  }
  .cta__heading {
    letter-spacing: -0.02em;
  }
}@media (hover: hover) and (pointer: fine) and (width >= 64.0625em) and (width >= 89.375em){
  .industries-we-serve__item .industries-we-serve__cta {
    padding-top: 1.8125rem;
  }
  .industries-we-serve__item .industries-we-serve__cta {
    padding-bottom: 1.8125rem;
  }
  .industries-we-serve__item .industries-we-serve__cta {
    padding-left: 1.8125rem;
  }
  .industries-we-serve__item .industries-we-serve__cta {
    padding-right: 1.8125rem;
  }
  .industries-we-serve__item:hover .industries-we-serve__cta {
    padding-top: 1.8125rem;
  }
  .industries-we-serve__item:hover .industries-we-serve__cta {
    padding-bottom: 1.8125rem;
  }
  .industries-we-serve__item:hover .industries-we-serve__cta {
    padding-left: 2.0625rem;
  }
  .industries-we-serve__item:hover .industries-we-serve__cta {
    padding-right: 1.875rem;
  }
}@media (hover: hover) and (pointer: fine) and (width >= 64.0625em) and (width >= 20em) and (width < 89.375em){
  .industries-we-serve__item .industries-we-serve__cta {
    padding-top: clamp( 1.3125rem , 1.16835585585625rem  +  0.7207207207vw , 1.8125rem );
  }
  .industries-we-serve__item .industries-we-serve__cta {
    padding-bottom: clamp( 1.3125rem , 1.16835585585625rem  +  0.7207207207vw , 1.8125rem );
  }
  .industries-we-serve__item .industries-we-serve__cta {
    padding-left: clamp( 1.3125rem , 1.16835585585625rem  +  0.7207207207vw , 1.8125rem );
  }
  .industries-we-serve__item .industries-we-serve__cta {
    padding-right: clamp( 1.3125rem , 1.16835585585625rem  +  0.7207207207vw , 1.8125rem );
  }
  .industries-we-serve__item:hover .industries-we-serve__cta {
    padding-top: clamp( 1.3125rem , 1.16835585585625rem  +  0.7207207207vw , 1.8125rem );
  }
  .industries-we-serve__item:hover .industries-we-serve__cta {
    padding-bottom: clamp( 1.3125rem , 1.16835585585625rem  +  0.7207207207vw , 1.8125rem );
  }
  .industries-we-serve__item:hover .industries-we-serve__cta {
    padding-left: clamp( 1.5rem , 1.3378378378375rem  +  0.8108108108vw , 2.0625rem );
  }
  .industries-we-serve__item:hover .industries-we-serve__cta {
    padding-right: clamp( 1.375rem , 1.23085585585625rem  +  0.7207207207vw , 1.875rem );
  }
}@media (hover: hover) and (pointer: fine) and (width >= 64.0625em) and (width < 20em){
  .industries-we-serve__item .industries-we-serve__cta {
    padding-top: 1.3125rem;
  }
  .industries-we-serve__item .industries-we-serve__cta {
    padding-bottom: 1.3125rem;
  }
  .industries-we-serve__item .industries-we-serve__cta {
    padding-left: 1.3125rem;
  }
  .industries-we-serve__item .industries-we-serve__cta {
    padding-right: 1.3125rem;
  }
  .industries-we-serve__item:hover .industries-we-serve__cta {
    padding-top: 1.3125rem;
  }
  .industries-we-serve__item:hover .industries-we-serve__cta {
    padding-bottom: 1.3125rem;
  }
  .industries-we-serve__item:hover .industries-we-serve__cta {
    padding-left: 1.5rem;
  }
  .industries-we-serve__item:hover .industries-we-serve__cta {
    padding-right: 1.375rem;
  }
}@media (hover: hover) and (pointer: fine) and (width >= 64.0625em){
  .industries-we-serve__item .industries-we-serve__cta {
    align-self: flex-start;
    width: auto;
    justify-content: center;
    background: rgba(204, 219, 232, 0.2);
    height: 6.25rem;
    width: 6.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .industries-we-serve__item .industries-we-serve__cta-label {
    opacity: 0;
    max-width: 0;
    overflow: hidden;
  }
  .industries-we-serve__item .industries-we-serve__cta-icon {
    width: 2rem;
    height: 2rem;
  }
  .industries-we-serve__item .industries-we-serve__cta-icon-img--green {
    opacity: 1;
  }
  .industries-we-serve__item .industries-we-serve__cta-icon-img--dark {
    opacity: 0;
  }
  .industries-we-serve__item:hover .industries-we-serve__cta {
    width: 100%;
    justify-content: space-between;
    background: #a8d95f;
  }
  .industries-we-serve__item:hover .industries-we-serve__cta .industries-we-serve__cta-label {
    opacity: 1;
    max-width: 18.75rem;
    overflow: visible;
  }
  .industries-we-serve__item:hover .industries-we-serve__cta .industries-we-serve__cta-icon-img--green {
    opacity: 0;
  }
  .industries-we-serve__item:hover .industries-we-serve__cta .industries-we-serve__cta-icon-img--dark {
    opacity: 1;
  }
}@media (width > 75em){
  .icon-menu-wrapper {
    display: none;
  }
}@media (width >= 89.375em){
  .footer__col-title {
    font-size: 1.4375rem;
  }
  .footer__support-text {
    font-size: 1.25rem;
  }
  .footer__cta-text {
    font-size: 2rem;
  }
  .footer__phone {
    font-size: 3.75rem;
  }
  .footer__social-text {
    font-size: 1.25rem;
  }
  .hero__container {
    padding-bottom: 9.375rem;
  }
  .hero__heading {
    font-size: 5.625rem;
  }
  .hero__heading {
    margin-bottom: 3.4375rem;
  }
  .hero__trust ul {
    margin-bottom: 4.375rem;
  }
  .challenges {
    padding-top: 6.25rem;
  }
  .challenges {
    padding-bottom: 6.25rem;
  }
  .challenges__eyebrow {
    margin-bottom: 3.125rem;
  }
  .challenges__eyebrow {
    font-size: 1rem;
  }
  .challenges__title {
    margin-bottom: 8.625rem;
  }
  .challenges__title {
    font-size: 5.625rem;
  }
  .customer-success {
    padding-top: 9.375rem;
  }
  .customer-success {
    padding-bottom: 8.125rem;
  }
  .customer-success__top {
    margin-bottom: 6.25rem;
  }
  .customer-success__eyebrow {
    margin-bottom: 3.125rem;
  }
  .customer-success__title {
    font-size: 5.625rem;
  }
  .customer-success__slider {
    margin-bottom: 3.125rem;
  }
  .customer-success__card {
    padding-left: 5rem;
  }
  .customer-success__card {
    padding-right: 5rem;
  }
  .customer-success__divider {
    margin-bottom: 2.5rem;
  }
  .customer-success__quote-text {
    font-size: 2rem;
  }
  .customer-success__author {
    padding-bottom: 3.75rem;
  }
  .customer-success__stats {
    gap: 2.5rem;
  }
  .customer-success__stats {
    padding-left: 5rem;
  }
  .customer-success__stats-value {
    font-size: 5rem;
  }
  .customer-success__stats-label {
    padding-bottom: 0.625rem;
  }
  .customer-success__panel {
    right: 5rem;
  }
  .customer-success__nav-overlay .slider-arrow--prev {
    margin-left: 5rem;
  }
  .customer-success__nav-overlay .slider-arrow--next {
    margin-right: 5rem;
  }
  .what-matters {
    padding-top: 9.375rem;
  }
  .what-matters {
    padding-bottom: 9.375rem;
  }
  .what-matters__head {
    margin-bottom: 9.375rem;
  }
  .what-matters__eyebrow {
    margin-bottom: 1.25rem;
  }
  .what-matters__eyebrow {
    font-size: 1rem;
  }
  .what-matters__title {
    font-size: 5.625rem;
  }
  .what-matters__card {
    padding-top: 7.5rem;
  }
  .what-matters__card {
    padding-bottom: 7.5rem;
  }
  .what-matters__card {
    padding-left: 2.5rem;
  }
  .what-matters__card {
    padding-right: 2.5rem;
  }
  .what-matters__card .slider-arrow--prev {
    left: 3.75rem;
  }
  .what-matters__card .slider-arrow--next {
    right: 3.75rem;
  }
  .what-matters__tabs {
    gap: 1.25rem;
  }
  .what-matters__slider {
    max-width: 57.8125rem;
  }
  .what-matters__slide-text {
    padding-top: 5rem;
  }
  .what-matters__slide-text {
    padding-left: 5rem;
  }
  .what-matters__slide-text {
    padding-right: 5rem;
  }
  .what-matters__slide-text {
    padding-bottom: 3.75rem;
  }
  .what-matters__slide-title {
    padding-bottom: 2.5rem;
  }
  .what-matters__slide-title, .what-matters__slide-title h2, .what-matters__slide-title h3 {
    font-size: 3.125rem;
  }
  .what-matters__slide-desc {
    padding-bottom: 2.5rem;
  }
  .what-matters__divider {
    margin-bottom: 2.5rem;
  }
  .what-matters__list {
    gap: 1.25rem;
  }
  .what-matters__list li {
    font-size: 1.5rem;
  }
  .what-matters__cta {
    margin-left: 5rem;
  }
  .what-matters__cta {
    margin-right: 5rem;
  }
  .what-matters__cta {
    margin-bottom: 3.75rem;
  }
  .why-naviona {
    padding-top: 9.375rem;
  }
  .why-naviona {
    padding-bottom: 9.375rem;
  }
  .why-naviona__bg {
    height: 40.5rem;
  }
  .why-naviona__container {
    gap: 6.25rem;
  }
  .why-naviona__head {
    gap: 3.125rem;
  }
  .why-naviona__eyebrow {
    font-size: 1rem;
  }
  .why-naviona__title {
    font-size: 5.625rem;
  }
  .why-naviona__subtitle {
    font-size: 1.4375rem;
  }
  .why-naviona__list-item {
    gap: 1.25rem;
  }
  .why-naviona__list-text {
    font-size: 2rem;
  }
  .why-naviona__note {
    font-size: 1.4375rem;
  }
  .industries-we-serve {
    padding-top: 9.375rem;
  }
  .industries-we-serve {
    padding-bottom: 9.375rem;
  }
  .industries-we-serve__head {
    gap: 3.125rem;
  }
  .industries-we-serve__head {
    margin-bottom: 6.25rem;
  }
  .industries-we-serve__eyebrow {
    font-size: 1rem;
  }
  .industries-we-serve__title {
    font-size: 5.625rem;
  }
  .industries-we-serve__item .industries-we-serve__number {
    font-size: 5rem;
  }
  .industries-we-serve__item .industries-we-serve__tag {
    font-size: 1.25rem;
  }
  .industries-we-serve__item .industries-we-serve__content {
    padding-top: 3.125rem;
  }
  .industries-we-serve__item .industries-we-serve__content {
    padding-bottom: 3.125rem;
  }
  .industries-we-serve__item .industries-we-serve__content {
    padding-left: 3.125rem;
  }
  .industries-we-serve__item .industries-we-serve__name {
    font-size: 3.125rem;
  }
  .industries-we-serve__item .industries-we-serve__cta {
    padding-top: 1.8125rem;
  }
  .industries-we-serve__item .industries-we-serve__cta {
    padding-bottom: 1.8125rem;
  }
  .industries-we-serve__item .industries-we-serve__cta {
    padding-left: 2.0625rem;
  }
  .industries-we-serve__item .industries-we-serve__cta {
    padding-right: 1.875rem;
  }
  .industries-we-serve__item .industries-we-serve__cta-label {
    font-size: 1.25rem;
  }
  .industries-we-serve__item .industries-we-serve__cta-icon {
    width: 2.625rem;
  }
  .industries-we-serve__item .industries-we-serve__cta-icon {
    height: 2.625rem;
  }
  .business-outcomes {
    padding-top: 9.375rem;
  }
  .business-outcomes__title {
    font-size: 5.625rem;
  }
  .resources {
    padding-top: 9.375rem;
  }
  .resources__eyebrow {
    margin-bottom: 3.125rem;
  }
  .resources__title {
    font-size: 5.625rem;
  }
  .resources__tabs {
    margin-top: 3.125rem;
  }
  .resources__tab {
    font-size: 1.25rem;
  }
  .resources__tab--active {
    font-size: 1.5rem;
  }
  .resources__slider {
    margin-top: 2.375rem;
  }
  .resources__body {
    gap: 3.125rem;
  }
  .resources__date {
    font-size: 1.125rem;
  }
  .resources__title-card {
    font-size: 2.25rem;
  }
  .resources__link span {
    font-size: 1.25rem;
  }
  .resources__cta {
    margin-top: 3.125rem;
  }
  .cta {
    padding-top: 3.125rem;
  }
  .cta {
    padding-bottom: 7.5rem;
  }
  .cta__card {
    padding-top: 7.5rem;
  }
  .cta__card {
    padding-bottom: 7.5rem;
  }
  .cta__heading {
    font-size: 5.625rem;
  }
  .cta__subtitle {
    max-width: 57.75rem;
  }
  .cta__subtitle {
    font-size: 1.4375rem;
  }
  .cta__subtitle {
    padding-bottom: 6.25rem;
  }
}@media (hover: hover) and (pointer: fine){
  .resources__tab:hover:not(.resources__tab--active) {
    background: #a8d95f;
    color: #132132;
  }
}

/*
 * Placeholder page content (page.php) — minimal styling for pages that don't
 * have a real design yet (Industries, Solutions, About, Contact, etc., created
 * by the content seeder as stand-ins until the designer delivers each page).
 * Clears the fixed header and keeps typography on-brand without building a
 * full page template.
 */
.page-content {
  padding-top: 100px;
  padding-bottom: 50px;
}
.page-content .entry-title {
  font-family: var(--font-family);
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #132132;
  margin-bottom: 1.5rem;
}
.page-content .entry-content {
  font-family: var(--font-family);
  font-size: 1.0625rem;
  line-height: 160%;
  color: #132132;
  max-width: 50rem;
}
.page-content .entry-content p {
  margin-bottom: 1.25rem;
}
.page-content .entry-content h2 {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 2rem 0 1rem;
}
.page-content .entry-content h3 {
  font-size: 1.375rem;
  font-weight: 600;
  margin: 1.5rem 0 0.75rem;
}
.page-content .entry-content a {
  color: #215B87;
  text-decoration: underline;
}
.page-content .entry-content a:hover {
  color: #a8d95f;
}
.page-content .entry-content ul,
.page-content .entry-content ol {
  margin: 0 0 1.25rem 1.25rem;
}
@media (width < 48em) {
  .page-content {
    padding-top: 6.5rem;
  }
  .page-content .entry-title {
    font-size: 1.75rem;
  }
}