@charset "UTF-8";
/* ----------------------------------------------------------------------------
 * Responsive
 * Usage

    @include r($md)  { }
    @include r(1024px)  { }

 * ------------------------------------------------------------------------- */
@font-face {
  font-family: "CircularXXWeb";
  src: url("../fonts/CircularXXWeb-Light.woff") format("woff"), url("../fonts/CircularXXWeb-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "CircularXXWeb";
  src: url("../fonts/CircularXXWeb-Regular.woff") format("woff"), url("../fonts/CircularXXWeb-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "CircularXXWeb";
  src: url("../fonts/CircularXXWeb-Medium.woff") format("woff"), url("../fonts/CircularXXWeb-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "CircularXXWeb";
  src: url("../fonts/CircularXXWeb-Bold.woff") format("woff"), url("../fonts/CircularXXWeb-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
:root {
  --color-navy-black: #081F2C;
  --color-neon-green: #00FA87;
  --color-current-section: #00FA87;
  --color-neon-turquoise: #68F6F4;
  --color-neon-yellow: #C0EE00;
  --color-neon-pink: #00FA87;
  --color-neon-blue: #00C7FF;
  --color-gray-1: #717171;
  --color-gray-3: #c3c3c3;
  --color-gray-4: #e3e1e1;
  --color-gray-2: #efefef;
  --color-white: #fff;
  --margin-desktop-gutter: 5.6rem;
  --margin-mobile-gutter: 2.4rem;
  --font-family: "CircularXXWeb", sans-serif;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --fontsize-mobile--paragraph: 1.6rem;
  --fontsize-mobile--paragraph-line-height: 1.5;
  --fontsize-mobile--headline: 2.2rem;
  --fontsize-desktop--paragraph: 2rem;
  --fontsize-desktop--paragraph-line-height: 1.25;
}

body.post-type-archive-products,
body.post-type-archive-deployment,
body.single-products,
body.single-deployment {
  --color-current-section: var(--color-neon-turquoise);
}

body.post-type-archive-solutions,
body.single-solutions {
  --color-current-section: var(--color-neon-yellow);
}

body.page-template-home-template {
  --color-current-section: var(--color-neon-green);
}

body.template-overide--green {
  --color-current-section: var(--color-neon-green);
}

body.template-overide--turquoise {
  --color-current-section: var(--color-neon-turquoise);
}

body.template-overide--yellow {
  --color-current-section: var(--color-neon-yellow);
}

body.template-overide--pink,
body.single-board,
body.single-team,
body.post-type-archive-team,
body.post-type-archive-partner,
body.post-type-archive-news,
body.single-partner,
body.parent-pageid-799 {
  --color-current-section: var(--color-neon-pink);
}

body.single-blog,
body.single-use-cases,
body.single-events,
body.post-type-archive-use-cases,
body.post-type-archive-press-release,
body.post-type-archive-blog,
body.post-type-archive-events,
.post-type-archive-webinars,
.post-type-archive-success-story,
.post-type-archive-downloads {
  --color-current-section: var(--color-neon-blue);
}

body.template-overide--blue {
  --color-current-section: var(--color-neon-blue);
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

pre {
  font-family: "Courier New", Courier, monospace;
  color: black;
  font-size: 14px;
}

#wpadminbar {
  background: #0a131a !important;
  border-bottom: 1px solid #070a0c;
}

.flex__start {
  display: flex;
  align-items: flex-start !important;
}
.flex__center {
  display: flex;
  align-items: center !important;
  flex-direction: column !important;
  text-align: center;
}
.flex__end {
  display: flex;
  align-items: flex-end !important;
}

img {
  max-width: 100%;
}

.blend--multiply {
  mix-blend-mode: multiply;
}

.mb--10 {
  margin-bottom: 1rem;
}
.mb--16 {
  margin-bottom: 1.6rem !important;
}
.mb--24 {
  margin-bottom: 2.4rem !important;
}
.mb--40 {
  margin-bottom: 4rem !important;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html,
body {
  color: #292f2a;
  font-family: var(--font-family);
  font-weight: var(--font-weight-regular);
}

a {
  color: #292f2a;
  text-decoration: none;
}

span.br {
  display: inline;
}
@media only screen and (min-width: 1025px) {
  span.br {
    display: block;
  }
}
span.br--m {
  display: block;
}
@media only screen and (min-width: 1025px) {
  span.br--m {
    display: inline;
  }
}

span.inline {
  display: inline;
  font-weight: var(--font-weight-light);
}
span.break {
  display: block;
  font-weight: var(--font-weight-light);
}

.clr--w {
  color: white !important;
}

.visually-hidden:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.bg--white {
  background-color: var(--color-white);
}
.bg--gray {
  background-color: var(--color-gray-4);
}

.unfortunate {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: rgba(8, 31, 44, 0.97);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  font-size: 2.4rem;
  color: white;
}
.unfortunate a {
  color: var(--color-neon-green) !important;
  text-decoration: underline;
  margin-left: 0.8rem;
}

.container {
  padding-top: 7rem;
}
@media only screen and (min-width: 1025px) {
  .container {
    display: grid;
    grid-template-columns: [full-start] 1fr [center-start] repeat(12, [col-start] minmax(min-content, 11.06666rem) [col-end]) [center-end] 1fr [full-end];
    padding-top: 8rem;
  }
}

@media only screen and (min-width: 1025px) {
  article {
    grid-column: full-start/full-end;
    display: grid;
    grid-template-columns: [full-start] 1fr [center-start] repeat(12, [col-start] minmax(min-content, 11.06666rem) [col-end]) [center-end] 1fr [full-end];
  }
}

body {
  background-color: var(--color-navy-black);
}

body.post-type-archive {
  scroll-behavior: auto !important;
}

p {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media only screen and (min-width: 1025px) {
  p {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
p.callout {
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (min-width: 1025px) {
  p.callout {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}

h2, h3, h4, h5, h6 {
  font-size: 2.4rem;
  font-weight: var(--font-weight-bold);
}
@media only screen and (min-width: 1025px) {
  h2, h3, h4, h5, h6 {
    font-size: 3.2rem;
  }
}
h2.s, h3.s, h4.s, h5.s, h6.s {
  font-size: 1.8rem !important;
}
@media only screen and (min-width: 1025px) {
  h2.s, h3.s, h4.s, h5.s, h6.s {
    font-size: 2.4rem !important;
  }
}
h2.s-nc, h3.s-nc, h4.s-nc, h5.s-nc, h6.s-nc {
  font-size: 1.8rem !important;
  text-transform: none !important;
  font-weight: var(--font-weight-bold) !important;
  margin-bottom: 0.8rem !important;
}
@media only screen and (min-width: 1025px) {
  h2.s-nc, h3.s-nc, h4.s-nc, h5.s-nc, h6.s-nc {
    font-size: 2.4rem !important;
    font-weight: var(--font-weight-bold) !important;
    margin-bottom: 0.8rem !important;
  }
}
h2.l, h3.l, h4.l, h5.l, h6.l {
  font-size: 3rem !important;
  margin-top: 0 !important;
}
@media only screen and (min-width: 1025px) {
  h2.l, h3.l, h4.l, h5.l, h6.l {
    font-size: 4.8rem !important;
    margin-top: 0 !important;
  }
}
h2.xl, h3.xl, h4.xl, h5.xl, h6.xl {
  font-size: 4rem !important;
}
@media only screen and (min-width: 1025px) {
  h2.xl, h3.xl, h4.xl, h5.xl, h6.xl {
    font-size: 6rem !important;
  }
}

@media only screen and (min-width: 1025px) {
  span.br {
    display: block;
  }
}
span.br--mobile {
  display: block;
}
@media only screen and (min-width: 1025px) {
  span.br--mobile {
    display: inline-block;
  }
}

.header {
  position: fixed;
  width: 100%;
  height: 7rem;
  padding: 0 var(--margin-mobile-gutter);
  top: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
}
body.admin-bar .header {
  top: 3.2rem;
}
@media only screen and (min-width: 1025px) {
  .header {
    grid-template-columns: 19rem 1fr 19rem;
    height: 8rem;
    padding: 0 var(--margin-desktop-gutter);
  }
  .header.in--view .header__logo {
    transform: translateY(0);
  }
}
.header__search {
  position: fixed;
  top: 7rem;
  height: 25rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s 0.5s ease, transform 0 0.5s ease;
}
.header__search.nav-sub--open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.75s 0.25s ease, visibility 0s 0s ease, transform 0.5s 0.25s ease;
}
.header__search-container {
  width: 100%;
  max-width: 50rem;
}
.header__background {
  position: fixed;
  width: 100%;
  height: 32rem;
  transform: translateY(-25rem);
  inset: 0;
  background-color: var(--color-navy-black);
  z-index: -1;
  border-bottom: 1px solid var(--color-gray-4);
  transition: transform 0.5s ease;
}
@media only screen and (min-width: 1025px) {
  .header__background {
    transform: translateY(-24rem);
  }
}
.header__background.nav-sub--open {
  transform: translateX(0);
}
body.admin-bar .header__background {
  height: 35.2rem;
  transform: translateY(-24rem);
}
body.admin-bar .header__background.nav-sub--open {
  transform: translateX(0);
}
.header__container {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .header__container {
    max-width: 144rem;
  }
}
.header__container--subnav {
  position: fixed;
  left: 0;
  top: 8rem;
  height: 22rem;
  width: 100%;
  z-index: -2;
  transition: transform 0.5s ease;
  transform: translateY(-30rem);
}
.header__container--subnav.nav-sub--open {
  transform: translateY(0);
}
body.admin-bar .header__container--subnav {
  top: 11.2rem;
  height: 25.2rem;
  transform: translateY(-33.2rem);
}
body.admin-bar .header__container--subnav.nav-sub--open {
  transform: translateY(0);
}
.header__logo {
  grid-column: 1;
  display: flex;
  justify-content: flex-start;
  transition: transform 0.75s ease;
}
@media only screen and (min-width: 1025px) {
  .header__logo {
    grid-column: 2;
    justify-content: center;
  }
}
.header__logo-svg {
  width: 6.7rem;
}
@media only screen and (min-width: 1025px) {
  .header__logo-svg {
    width: 8.9rem;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  overflow: scroll;
}
@media only screen and (min-width: 1025px) {
  .header__nav {
    overflow: hidden;
  }
}

.nav {
  font-size: 2rem;
  width: 100%;
  background-color: var(--color-navy-black);
}
.nav-mobile {
  position: fixed;
  top: 2.5rem;
  right: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .nav-mobile {
    display: none;
  }
}
.nav-hamburger {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 1.8rem;
  z-index: 10;
  background: transparent;
  border: 0;
}
.nav-hamburger__bar {
  background: #fff;
  height: 2px;
  width: 3rem;
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -1px;
  transition: all 0.25s 0.25s ease;
}
.nav-hamburger__bar:before {
  content: "";
  background: #fff;
  height: 2px;
  width: 3rem;
  position: absolute;
  transition: top 0.25s 0.25s ease, transform 0.25s 0s ease, background 0.25s 0.25s ease;
  top: 7px;
  left: 0;
  transform: rotate(0deg);
}
.nav-hamburger__bar:after {
  content: "";
  background: #fff;
  height: 2px;
  width: 3rem;
  position: absolute;
  transition: top 0.25s 0.25s ease, transform 0.25s 0s ease, background 0.25s 0.25s ease;
  top: -7px;
  left: 0;
  transform: rotate(0deg);
}
.nav-hamburger.active .nav-hamburger__bar {
  transition: all 0.25s 0.25s ease;
  background: var(--color-navy-black);
}
.nav-hamburger.active .nav-hamburger__bar:before {
  top: 0;
  transform: rotate(45deg);
  transition: top 0.25s 0s ease, transform 0.25s 0.25s ease, background 0.25s 0.25s ease;
}
.nav-hamburger.active .nav-hamburger__bar:after {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.25s 0s ease, transform 0.25s 0.25s ease, background 0.25s 0.25s ease;
}
.nav__mobile {
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  position: fixed;
  top: 7rem;
  left: 0;
  width: 100%;
  height: calc(100dvh - 7rem);
  pointer-events: none;
  transition: opacity 0.5s ease, visibility 0s 0.5s;
}
.nav__mobile.nav__mobile--open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: opacity 0.5s ease, visibility 0s 0s;
}
@media only screen and (min-width: 1025px) {
  .nav__mobile {
    position: relative;
    height: auto;
    top: auto;
    left: auto;
    width: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    overflow-y: hidden;
  }
}
@media only screen and (min-width: 1025px) {
  .nav {
    position: absolute;
    top: 7rem;
    left: 0;
    font-size: 2rem;
    height: calc(100vh - 7rem);
    position: relative;
    top: auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem;
    text-transform: uppercase;
    font-size: 1.6rem;
    height: auto;
    width: auto;
  }
}
.nav-secondary {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .nav-secondary {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  body.post-type-archive-products .nav-select--products, body.single-products .nav-select--products, body.single-deployment .nav-select--products {
    color: var(--color-neon-green);
  }
  body.post-type-archive-solutions .nav-select--solutions, body.single-solutions .nav-select--solutions {
    color: var(--color-neon-green);
  }
  body.page-id-2939 .nav-select--resource-center, body.single-blog .nav-select--resource-center, body.single-press-release .nav-select--resource-center, body.post-type-archive-blog .nav-select--resource-center, body.post-type-archive-use-cases .nav-select--resource-center, body.post-type-archive-press-release .nav-select--resource-center, body.post-type-archive-events .nav-select--resource-center {
    color: var(--color-neon-green);
  }
  body.page-id-799 .nav-select--about, body.parent-pageid-799 .nav-select--about, body.single-board .nav-select--about, body.single-team .nav-select--about, body.post-type-archive-team .nav-select--about, body.post-type-archive-partner .nav-select--about, body.post-type-archive-news .nav-select--about, body.single-partner .nav-select--about {
    color: var(--color-neon-green);
  }
}
.nav-main {
  color: white;
  list-style-type: none;
}
.nav-main__link {
  color: white;
  padding: 2rem 2.4rem;
  cursor: pointer;
  font-weight: var(--font-weight-bold);
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  transition: color 0.5s ease;
}
@media only screen and (min-width: 1025px) {
  .nav-main__link {
    padding: 1rem;
    display: block;
    width: auto;
  }
}
.nav-main__link.active, .nav-main__link.current {
  color: var(--color-neon-green);
}
.nav-main__link.active .nav-main__carat, .nav-main__link.current .nav-main__carat {
  transform: translateY(-1px) rotate(180deg);
}
.nav-main__link.active .nav-main__carat path, .nav-main__link.current .nav-main__carat path {
  stroke: var(--color-neon-green);
  transition: all 0.5s 0.25s ease;
}
.nav-main__link:hover {
  color: var(--color-neon-green);
}
.nav-main__link:hover .nav-main__carat path {
  stroke: var(--color-neon-green);
}
.nav-main__item {
  border-top: 1px solid rgba(227, 225, 225, 0.4);
  padding-bottom: 2rem;
}
.nav-main__item:first-child {
  border-top: none;
}
@media only screen and (min-width: 1025px) {
  .nav-main__item {
    border: none;
    padding-bottom: 0;
  }
}
.nav-main__item.active .nav-sub {
  visibility: visible;
  opacity: 1;
}
.nav-main__carat {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .nav-main__carat {
    display: inline-block;
    transform: translateY(-1px);
    margin-left: 0.5rem;
    transform-origin: 50% 50%;
    transition: transform 0.5s ease;
  }
  .nav-main__carat path {
    transition: all 0.5s 0s ease;
  }
}
.nav-sub {
  color: white;
  list-style-type: none;
  padding: 0 var(--margin-mobile-gutter);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .nav-sub {
    padding: 0 1rem;
    flex-direction: row;
    opacity: 0;
    position: fixed;
    top: 8rem;
    height: 22rem;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 0.5s ease, visibility 0.5s 0.5s ease, transform 0 0.5s ease;
  }
}
body.admin-bar .nav-sub {
  top: 11.2rem;
  height: 25.2rem;
  transform: translateY(-20px);
}
body.admin-bar .nav-sub.nav-sub--open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.75s 0.25s ease, visibility 0s 0s ease, transform 0.5s 0.25s ease;
}
.nav-sub.nav-sub--open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.75s 0.25s ease, visibility 0s 0s ease, transform 0.5s 0.25s ease;
}
.nav-sub__title {
  color: var(--color-gray-3);
  font-size: 1.1rem;
  margin: 2rem 0 1rem;
  display: block;
  min-height: 1.2rem;
}
@media only screen and (min-width: 1025px) {
  .nav-sub__title {
    font-size: 1rem;
    margin: 1rem 0;
  }
}
.nav-sub__title--hide {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .nav-sub__title--hide {
    display: inline-block;
  }
}
@media only screen and (min-width: 1025px) {
  .nav-sub__item {
    margin-right: 6.4rem;
  }
}
.nav-sub__link {
  display: inline-block;
  color: white;
  padding: 0.8rem 0.4rem;
  font-size: 1.6rem;
  text-transform: none;
  transform: translateX(-4px);
  transition: color 0.5s ease;
  line-height: 1.3;
  white-space: nowrap;
}
.nav-sub__link br {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .nav-sub__link {
    white-space: pre-wrap;
  }
  .nav-sub__link br {
    display: block;
  }
  .nav-sub__link:hover {
    color: var(--color-neon-green);
  }
}

@media only screen and (min-width: 1025px) {
  section {
    display: grid;
    grid-template-columns: [full-start] minmax(var(--margin-desktop-gutter), 1fr) [center-start] repeat(12, [col-start] minmax(auto, 12rem) [col-end]) [center-end] minmax(var(--margin-desktop-gutter), 1fr) [full-end];
  }
  section.full-width {
    grid-template-columns: [full-start] minmax(0, 1fr) [center-start] repeat(12, [col-start] minmax(auto, 12rem) [col-end]) [center-end] minmax(0, 1fr) [full-end];
  }
  section.even {
    grid-template-columns: [full-start] minmax(var(--margin-desktop-gutter), 1fr) [center-start] repeat(12, [col-start] 1fr [col-end]) [center-end] minmax(var(--margin-desktop-gutter), 1fr) [full-end];
  }
}

.tbd {
  grid-column: full-start/full-end;
  background-color: var(--color-navy-black);
  display: grid;
}
.tbd__container {
  grid-column: col-start 1/col-end 12;
  padding: 40vh 0;
  color: white;
  font-size: 2.5rem;
  font-weight: var(--font-weight-bold);
}

.hero {
  position: relative;
  grid-column: full-start/full-end;
  font-size: 1.6rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
body.home .hero p {
  font-size: 1.8rem;
}
@media only screen and (min-width: 1025px) {
  body.home .hero p {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1025px) {
  .hero {
    display: grid;
    height: 70vh;
    max-height: 70rem;
    grid-template-rows: 100%;
  }
}
.hero__content {
  order: 2;
  z-index: 1;
  color: var(--color-white);
  display: flex;
  gap: 3rem;
  flex-direction: column;
  justify-content: center;
  padding: 4rem var(--margin-mobile-gutter);
}
@media only screen and (min-width: 1025px) {
  .hero__content {
    grid-column: 2/span 6;
    order: unset;
    gap: 4rem;
    padding: 0 3rem 0 0;
  }
}
.hero__content h1 {
  font-size: 3.6rem;
  font-weight: var(--font-weight-bold);
}
@media only screen and (min-width: 1025px) {
  .hero__content h1 {
    font-size: 3.7vw;
  }
}
.hero__content h1 span.break {
  font-weight: var(--font-weight-light);
  display: block;
}
.hero__content h1 span.inline {
  font-weight: var(--font-weight-light);
  display: inline;
}
.hero__subhead {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.hero__animation {
  position: relative;
  align-self: center;
  z-index: 1;
  display: block;
  width: 100%;
}
.hero__animation-container {
  position: relative;
  padding: 4rem var(--margin-mobile-gutter) 0;
}
.hero__animation-container--abs {
  width: 100% !important;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 1025px) {
  .hero__animation-container--abs {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  body.page-id-799 .hero__animation-container--abs {
    width: 100% !important;
  }
}
.hero__animation-container--fs {
  position: relative;
  padding: 4rem 0 0 var(--margin-mobile-gutter);
  display: flex;
  align-items: center;
}
body.home .hero__animation-container--fs {
  height: 90%;
}
.hero__animation-container--fs video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 1025px) {
  .hero__animation-container {
    grid-column: 8/full-end;
    padding: 3rem 0 3rem 3rem;
  }
  .hero__animation-container--fs {
    grid-column: 9/full-end;
    overflow: hidden;
    padding: 0;
  }
  .hero__animation-container--abs {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .hero__animation-container--abs video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body.page-id-799 .hero__animation-container--abs {
    width: 105% !important;
  }
}
.hero__image {
  position: absolute;
  height: calc(100dvh - 7rem);
  height: calc(100dvh - 7rem);
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
@media only screen and (min-width: 1025px) {
  .hero__image {
    height: 70vh;
    max-height: 70rem;
  }
}
.hero__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 80% 50%;
     object-position: 80% 50%;
  height: calc(100dvh - 7rem);
  height: calc(100dvh - 7rem);
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .hero__image img {
    height: 70vh;
    max-height: 70rem;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.hero__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), rgba(79, 244, 244, 0.8);
  mix-blend-mode: multiply;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .hero__image::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), rgba(79, 244, 244, 0.6);
  }
}

.overview {
  padding: 6rem 5rem;
  background: #ebeae6;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .overview {
    height: 100vh;
  }
}
@media only screen and (min-width: 1025px) {
  .overview__container {
    max-width: 134.2rem;
    display: grid;
    grid-template-columns: 40rem 1fr 27rem;
    grid-template-rows: min-content 1fr;
  }
}
.overview__grid h1 {
  font-size: 4rem;
  line-height: 0.96;
  font-family: "Circular", sans-serif;
  color: #292f2a;
  text-transform: uppercase;
}
.overview__grid h1 span {
  font-family: "CircularXXWeb-Regular", sans-serif;
  display: block;
}
@media only screen and (min-width: 1025px) {
  .overview__grid h1 {
    font-size: 8.1rem;
  }
}
.overview__grid p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 1025px) {
  .overview__grid p {
    font-size: 1.5rem;
  }
}
.overview__grid--1 {
  grid-column: 1/span 2;
  grid-row: 1;
}
.overview__grid--2 {
  grid-column: 1;
  grid-row: 2;
  margin-bottom: 3.5rem;
}
.overview__grid--2 span {
  font-size: 4rem;
  line-height: 0.88;
  text-transform: uppercase;
  font-family: "Circular", sans-serif;
  color: #292f2a;
}
@media only screen and (min-width: 1025px) {
  .overview__grid--2 span {
    font-size: 7.5rem;
  }
}
.overview__grid--3 {
  grid-column: 2;
  grid-row: 2;
}
@media only screen and (min-width: 1025px) {
  .overview__grid--3 {
    padding: 3rem 8rem 3rem 0;
  }
}
.overview__grid--4 {
  grid-column: 3;
  grid-row: 1/span 2;
}
.overview__stat {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #404a42;
  padding: 2rem 0;
  color: #404a42;
  max-width: 70%;
}
@media only screen and (min-width: 1025px) {
  .overview__stat {
    max-width: none;
  }
}
.overview__stats {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.overview__stat-number {
  font-family: "CircularXXWeb-Regular", sans-serif;
  font-size: 3.5rem;
  line-height: 1.4;
}
.overview__stat-text {
  font-size: 1.3rem;
  line-height: 1.15;
  font-family: "Circular", sans-serif;
  text-transform: uppercase;
}
.overview__stat:first-child {
  margin-top: 2rem;
}
@media only screen and (min-width: 1025px) {
  .overview__stat:first-child {
    margin-top: 5rem;
  }
}
.overview__stat:last-child {
  border-bottom: 1px solid #404a42;
}

.ticker {
  overflow: hidden;
  display: flex;
}
.ticker::-webkit-scrollbar {
  display: none;
}
.ticker__container {
  display: flex;
  width: 220rem;
  padding: 2rem 0 1.5rem;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  animation: marqueeScroll 16s linear infinite;
  -webkit-backface-visibility: hidden;
}
@media only screen and (min-width: 1025px) {
  .ticker__container {
    padding: 2rem 8rem 1.5rem;
    width: 100%;
    animation: none;
  }
}
.ticker__item {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.ticker__item--gap {
  display: block;
  height: 1px;
  width: 3.3rem;
  flex: 1;
  background: #404a42;
  margin: 0 1.3rem 3px;
}
@media only screen and (min-width: 1025px) {
  .ticker__item--gap {
    width: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .ticker__item--mobile {
    display: none;
  }
}
.ticker__icon {
  margin-right: 1rem;
}
.ticker__text {
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  color: #404a42;
  font-family: "CircularXXWeb-Regular", sans-serif;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-104.4rem);
  }
}
.rendering__image {
  padding: 0 5rem;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .rendering__image {
    padding: 0 8rem;
  }
}
.rendering__logo {
  margin: 0 0 5rem;
  max-width: 22rem;
}
@media only screen and (min-width: 1025px) {
  .rendering__logo {
    margin: 1rem 0 9rem;
    max-width: 61.9rem;
  }
}
.rendering__logo-container {
  background: #404a42;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rendering__logo-mark {
  transform: translateY(-50%);
  width: 9rem;
  height: 9rem;
}
@media only screen and (min-width: 1025px) {
  .rendering__logo-mark {
    width: 16.9rem;
    height: 17rem;
  }
}

.tabs {
  position: relative;
  padding: 6rem 0 4rem;
  background-color: var(--color-navy-black);
  align-items: center;
  color: var(--color-white);
  grid-column: full-start/full-end;
}
@media only screen and (min-width: 1025px) {
  .tabs {
    padding: 8rem 0 4rem;
  }
}
.tabs__container {
  position: relative;
  grid-column: 2/span 11;
  padding: 0 var(--margin-mobile-gutter);
}
.tabs__container h2, .tabs__container h3, .tabs__container h4, .tabs__container h5, .tabs__container h6 {
  font-size: 3.2rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-current-section);
  display: inline;
  margin-right: 0.2em;
}
@media only screen and (min-width: 1025px) {
  .tabs__container h2, .tabs__container h3, .tabs__container h4, .tabs__container h5, .tabs__container h6 {
    font-size: 4.8rem;
    display: inline-block;
  }
}
.tabs__container span {
  font-size: 3.2rem;
  font-weight: var(--font-weight-light);
  color: var(--color-white);
  display: inline;
}
@media only screen and (min-width: 1025px) {
  .tabs__container span {
    font-size: 4.8rem;
    display: block;
  }
  .tabs__container span.inline {
    display: inline;
    color: var(--color-white);
  }
}
.tabs__container p {
  font-size: 2.4rem;
}
.tabs__headline {
  margin-bottom: 2.4rem;
}
.tabs-component {
  position: relative;
  grid-column: 2/span 10;
  padding: 6rem 0 0;
}
@media only screen and (min-width: 1025px) {
  .tabs-component {
    font-size: 4.8rem;
    grid-column: col-start 1/col-end 12;
  }
}
.tabs-component__nav {
  width: 100%;
  border-bottom: 1px solid var(--color-current-section);
  list-style-type: none;
  display: flex;
  align-items: flex-end;
  padding: 0 var(--margin-mobile-gutter);
}
.tabs-component__nav-item {
  border: 1px solid var(--color-current-section);
  border-width: 1px 1px 0 1px;
  display: block;
  padding: 0.9rem 2rem 0.8rem;
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: var(--font-weight-light);
  cursor: pointer;
  transition: all 0.5s ease;
  text-align: center;
  line-height: 1.3;
}
@media only screen and (min-width: 1025px) {
  .tabs-component__nav-item {
    font-size: 1.6rem;
    padding: 1.1rem 2.6rem 1rem;
  }
}
.tabs-component__nav-item:first-child {
  border-top-left-radius: 2rem;
  border-width: 1px 0 0 1px;
}
.tabs-component__nav-item:last-child {
  border-top-right-radius: 2rem;
  border-width: 1px 1px 0 0;
}
.tabs-component__nav-item.active {
  background-color: var(--color-current-section);
  color: var(--color-navy-black) !important;
}
.tabs-component__nav-item:hover {
  color: var(--color-current-section);
}
.tabs-component__slide {
  display: grid;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .tabs-component__slide {
    grid-template-columns: 40% 60%;
  }
}
.tabs-component__slide-text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem var(--margin-mobile-gutter) 2rem;
}
@media only screen and (min-width: 1025px) {
  .tabs-component__slide-text {
    gap: 4rem;
    padding: 4rem;
  }
}
.tabs-component__slide-text strong {
  font-size: 3.2rem;
  font-weight: var(--font-weight-bold);
}
@media only screen and (min-width: 1025px) {
  .tabs-component__slide-text strong {
    font-size: 4.8rem;
  }
}
.tabs-component__slide-image {
  display: block;
  padding: 2rem var(--margin-mobile-gutter) 0;
  max-width: 100%;
}
@media only screen and (min-width: 1025px) {
  .tabs-component__slide-image {
    gap: 4rem;
    padding: 4rem;
  }
}

.icon-columns {
  position: relative;
  grid-column: full-start/full-end;
  padding: var(--margin-mobile-gutter);
}
.icon-columns--grey {
  background-color: var(--color-gray-4);
  color: var(--color-navy-black);
}
.icon-columns--navy {
  background-color: var(--color-navy-black);
  color: var(--color-white);
}
.icon-columns__content {
  padding: var(--margin-mobile-gutter);
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .icon-columns__content {
    grid-column: col-start 3/col-end 10;
    padding: 6rem 0;
  }
}
.icon-columns__content h3 {
  margin-bottom: 2.5rem;
}
.icon-columns__icons {
  position: relative;
  display: flex;
  justify-content: center;
  padding: var(--margin-mobile-gutter) 0;
}
@media only screen and (min-width: 1025px) {
  .icon-columns__icons {
    margin: 4rem 0;
    grid-column: full-start/full-end;
    padding: 0;
  }
  .icon-columns__icons--normal {
    height: 9rem;
  }
  .icon-columns__icons--large {
    height: 11rem;
  }
}
.icon-columns__container {
  display: grid;
  width: 100%;
  align-items: flex-start;
  row-gap: 2rem;
}
@media only screen and (min-width: 1025px) {
  .icon-columns__container {
    justify-content: space-between;
    grid-column: full-start/full-end;
    grid-template-columns: repeat(3, calc(33% - 4rem));
    padding: 0;
    max-width: 132.8rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
    row-gap: 4rem;
  }
}
.icon-columns__icon {
  position: relative;
  z-index: 3;
  display: grid;
  align-items: center;
  justify-content: flex-start;
  grid-template-columns: 6.4rem 1fr;
  flex-direction: row;
  gap: 2rem;
}
@media only screen and (min-width: 1025px) {
  .icon-columns__icon {
    gap: 3rem;
  }
}
.icon-columns__icon-image {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 6.4rem;
}
.icon-columns__icon-image--grey {
  background-color: var(--color-navy-black);
}
.icon-columns__icon-image--navy {
  background-color: var(--color-current-section);
}
.icon-columns__icon-image-copy {
  font-size: 1.6rem;
  line-height: 130%;
}

.icon-row {
  position: relative;
  grid-column: full-start/full-end;
}
.icon-row--normal {
  padding: 6rem 0 3rem;
}
.icon-row--large {
  padding: 5rem 0;
}
.icon-row--grey {
  background-color: var(--color-gray-4);
  color: var(--color-navy-black);
}
.icon-row--navy {
  background-color: var(--color-navy-black);
  color: var(--color-white);
}
@media only screen and (min-width: 1025px) {
  .icon-row--normal {
    padding: 9rem 0;
  }
  .icon-row--large {
    padding: 9rem 0 18rem;
  }
}
.icon-row__content {
  padding: var(--margin-mobile-gutter);
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .icon-row__content {
    grid-column: col-start 3/col-end 10;
    padding: 0;
  }
}
.icon-row__content h3 {
  margin-bottom: 2.5rem;
}
.icon-row__icons {
  position: relative;
  display: flex;
  justify-content: center;
  padding: var(--margin-mobile-gutter);
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .icon-row__icons {
    margin: 4rem 0;
    grid-column: full-start/full-end;
    padding: 0;
  }
  .icon-row__icons--normal {
    height: 9rem;
  }
  .icon-row__icons--large {
    height: 11rem;
  }
}
.icon-row__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, minmax(17rem, 1fr));
  width: 100%;
  align-items: flex-start;
}
@media only screen and (min-width: 1025px) {
  .icon-row__container {
    display: flex;
    justify-content: space-between;
    grid-column: full-start/full-end;
    padding: 0;
    max-width: 98rem;
  }
}
.icon-row__line {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .icon-row__line {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .icon-row__line--grey {
    background-color: var(--color-navy-black);
  }
  .icon-row__line--navy {
    background-color: var(--color-current-section);
  }
}
.icon-row__icon {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
.icon-row__icon:last-child {
  grid-column: 1/span 2;
}
.icon-row__icon-image {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-row__icon-image--normal {
  height: 9rem;
  width: 9rem;
}
.icon-row__icon-image--large {
  height: 11rem;
  width: 11rem;
}
.icon-row__icon-image--grey {
  background-color: var(--color-navy-black);
}
.icon-row__icon-image--navy {
  background-color: var(--color-current-section);
}
.icon-row__icon-image-copy {
  text-align: center;
  width: 20rem;
  font-size: 1.3rem;
  line-height: 1.3;
}
.icon-row__icon-image-title {
  font-weight: var(--font-weight-bold);
  margin-bottom: 1.6rem;
  display: block;
  font-size: 2.1rem;
}

.image-filtered {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: grayscale(100%) brightness(105%);
}
.image-filtered__container {
  position: relative;
  height: 100%;
}
.image-filtered__container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7b948c;
  z-index: 2;
  background: linear-gradient(0deg, rgba(123, 148, 140, 0.9) 0%, rgba(123, 148, 140, 0.9) 100%);
  mix-blend-mode: multiply;
}

.image-tinted {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: grayscale(35%);
}
.image-tinted__container {
  height: 100%;
  position: relative;
}
.image-tinted__container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #68f6f4;
  opacity: 0.6;
  z-index: 2;
  mix-blend-mode: multiply;
}
.image-tinted__container.o--4::before {
  content: "";
  opacity: 0.3;
}

.image-text {
  padding: var(--margin-mobile-gutter);
  align-items: center;
}
.image-text--grey {
  background-color: var(--color-gray-4);
  color: var(--color-navy-black);
}
.image-text--navy {
  background-color: var(--color-navy-black);
  color: var(--color-white);
}
.image-text--current {
  background-color: var(--color-current-section);
  color: var(--color-navy-black);
}
@media only screen and (min-width: 1025px) {
  .image-text {
    grid-column: full-start/full-end;
    padding: 8rem 0 6rem;
  }
  .image-text--short {
    padding: 2.4rem 0;
  }
  .image-text--regular-top-only {
    padding: 8rem 0 0;
  }
}
.image-text__image {
  grid-column: full-start/full-end;
  padding: 2.4rem var(--margin-mobile-gutter);
}
@media only screen and (min-width: 1025px) {
  .image-text__image {
    padding: 0;
    transform: translateX(0);
    grid-column: col-start 2/col-end 5;
  }
  .image-text__image.image-l {
    grid-column: col-start 2/col-end 5;
  }
  .image-text__image.image-r {
    grid-column: col-start 8/col-end 11;
  }
}
.image-text__image img {
  width: 100%;
}
.image-text__content {
  padding: var(--margin-mobile-gutter);
}
@media only screen and (min-width: 1025px) {
  .image-text__content {
    padding: 0;
  }
  .image-text__content.image-l {
    grid-column: col-start 7/col-end 11;
  }
  .image-text__content.image-r {
    grid-column: col-start 2/col-end 6;
  }
}
.image-text__content p:not(:last-child) {
  margin-bottom: 2.4rem;
}
.image-text__header {
  margin-bottom: 2rem;
  font-size: 3.2rem;
}
.image-text__header--tc {
  text-transform: capitalize;
}
.image-text__header--l {
  font-size: 2.4rem;
}
@media only screen and (min-width: 1025px) {
  .image-text__header--l {
    font-size: 4.8rem;
  }
}
.image-text__header--white {
  color: var(--color-white);
}
.image-text__header--navy {
  color: var(--color-navy-black);
}
.image-text__header--section {
  color: var(--color-current-section);
}
.image-text__subhead {
  margin-bottom: 2rem;
  font-size: 2.4rem;
}
.image-text__text {
  margin-bottom: 2.4rem;
}

.image-text-blocks {
  position: relative;
  align-items: center;
}
.image-text-blocks--grey {
  background-color: var(--color-gray-4);
  color: var(--color-navy-black);
}
.image-text-blocks--navy {
  background-color: var(--color-navy-black);
  color: var(--color-white);
}
.image-text-blocks--current {
  background-color: var(--color-current-section);
  color: var(--color-navy-black);
}
.image-text-blocks--white {
  background-color: var(--color-white);
  color: var(--color-navy-black);
}
.image-text-blocks--bottom-padding {
  padding-bottom: 6.4rem;
}
.image-text-blocks--contained.navy .image-text-blocks__content {
  background-color: var(--color-gray-4);
  color: var(--color-navy-black);
}
@media only screen and (min-width: 1025px) {
  .image-text-blocks--contained.navy .image-text-blocks__content {
    padding-left: 5rem;
  }
}
.image-text-blocks--contained.grey .image-text-blocks__content {
  background-color: var(--color-navy-black);
  color: var(--color-white);
}
@media only screen and (min-width: 1025px) {
  .image-text-blocks--contained.grey .image-text-blocks__content {
    padding-left: 5rem;
  }
}
.image-text-blocks__featured {
  grid-column: col-start 1/col-end 6;
  padding: 6.4rem var(--margin-mobile-gutter);
}
@media only screen and (min-width: 1025px) {
  .image-text-blocks__featured {
    padding: 6.4rem 0;
  }
}
@media only screen and (min-width: 1025px) {
  .image-text-blocks {
    grid-column: full-start/full-end;
  }
  .image-text-blocks--contained {
    grid-column: col-start 1/col-end 12;
    display: grid;
    grid-template-columns: [center-start] repeat(12, [col-start] 1fr [col-end]) [center-end];
  }
}
.image-text-blocks__image {
  position: relative;
  height: 100%;
}
.image-text-blocks__image-container {
  height: 100%;
}
.image-text-blocks__image-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1025px) {
  .image-text-blocks__image {
    transform: translateX(0);
  }
  .image-text-blocks__image.image-l {
    grid-column: full-start/col-end 6;
  }
  .image-text-blocks__image.image-r {
    grid-column: col-start 7/full-end;
  }
}
.image-text-blocks__image img {
  width: 100%;
  display: block;
}
.image-text-blocks__image .image-tinted__container::before {
  opacity: 0.3;
}
.image-text-blocks__content {
  padding: 4rem var(--margin-mobile-gutter);
}
@media only screen and (min-width: 1025px) {
  .image-text-blocks__content {
    display: flex;
    align-items: center;
  }
  .image-text-blocks__content.image-l {
    grid-column: col-start 8/col-end 12;
  }
  .image-text-blocks__content.image-r {
    grid-column: col-start 1/col-end 6;
  }
  .image-text-blocks__content.image-r .image-text-blocks__content-container {
    width: 85%;
  }
}
.image-text-blocks__header {
  margin-bottom: 2rem;
  font-size: 3.2rem;
}
.image-text-blocks__subhead {
  margin-bottom: 2rem;
  font-size: 2.4rem;
}
.image-text-blocks__text {
  margin-bottom: 2.4rem;
}
.image-text-blocks__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 20;
  background: transparent;
  border: none;
  cursor: pointer;
}
.image-text-blocks__svg path {
  fill: var(--color-current-section);
}
.image-text-blocks__logo {
  margin-bottom: 4rem;
}

.image-gallery {
  grid-column: full-start/full-end;
}
.image-gallery__container {
  grid-column: full-start/full-end;
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: repeat(3, 30vh);
}
@media only screen and (min-width: 1025px) {
  .image-gallery__container {
    grid-template-columns: repeat(3, 33.333333%);
    grid-template-rows: repeat(2, 40vh);
  }
}
.image-gallery__item {
  position: relative;
}
.image-gallery__item--1 {
  grid-column: 1/span 1;
  grid-row: 2/span 1;
}
@media only screen and (min-width: 1025px) {
  .image-gallery__item--1 {
    grid-column: 1/span 1;
    grid-row: 1/span 2;
  }
}
.image-gallery__item--2 {
  grid-column: 1/span 2;
  grid-row: 1/span 1;
}
@media only screen and (min-width: 1025px) {
  .image-gallery__item--2 {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
}
.image-gallery__item--3 {
  grid-column: 1/span 2;
  grid-row: 3/span 1;
}
@media only screen and (min-width: 1025px) {
  .image-gallery__item--3 {
    grid-column: 2/span 1;
    grid-row: 2/span 1;
  }
}
.image-gallery__item--4 {
  grid-column: 2/span 1;
  grid-row: 2/span 1;
}
@media only screen and (min-width: 1025px) {
  .image-gallery__item--4 {
    grid-column: 3/span 1;
    grid-row: 1/span 2;
  }
}
.image-gallery__image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-gallery__image--fader {
  animation: fader 8s infinite;
}
.image-gallery__image--fader-1 {
  animation-delay: 0.1s;
}
.image-gallery__image--fader-2 {
  animation-delay: 0.2s;
}
.image-gallery__image--fader-3 {
  animation-delay: 0.3s;
}

@keyframes fader {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.background-image-text {
  position: relative;
  align-items: center;
  color: var(--color-white);
}
@media only screen and (min-width: 1025px) {
  .background-image-text {
    grid-column: full-start/full-end;
    padding: 9rem 0;
  }
  .background-image-text--short {
    padding: 2.4rem 0;
  }
}
.background-image-text__image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.background-image-text__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  filter: grayscale(100%) brightness(105%);
}
.background-image-text__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7b948c;
  z-index: 10;
  mix-blend-mode: multiply;
}
.background-image-text__content {
  padding: var(--margin-mobile-gutter);
}
@media only screen and (min-width: 1025px) {
  .background-image-text__content.image-l {
    grid-column: col-start 7/col-end 12;
  }
  .background-image-text__content.image-r {
    grid-column: col-start 2/col-end 6;
  }
}
.background-image-text__header {
  margin-bottom: 2rem;
  font-size: 3.2rem;
}
.background-image-text__subhead {
  margin-bottom: 2rem;
  font-size: 2.4rem;
}
.background-image-text__text {
  margin-bottom: 2.4rem;
}
.background-image-text--short {
  padding: 4rem 0 2rem;
}
.background-image-text--regular {
  padding: 10rem 0 8rem;
}
.background-image-text--tall {
  padding: 20rem 0 18rem;
}

.tiles {
  grid-column: full-start/full-end;
  background-color: var(--color-gray-4);
  padding: var(--margin-mobile-gutter);
}
@media only screen and (min-width: 1025px) {
  .tiles {
    padding: 0;
  }
  .tiles--padded {
    padding: 2.4rem 0;
  }
  .tiles--navy {
    background-color: var(--color-navy-black);
  }
  .tiles--grey {
    background-color: var(--color-gray-4);
  }
}
.tiles__card-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.6rem 0;
  transition: background-color 0.5s ease;
}
.tiles__card-image:hover {
  background-color: var(--color-current-section);
}
.tiles__card:not(:last-child) {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1025px) {
  .tiles__card:not(:last-child) {
    margin: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .tiles__card {
    border-left: 2px solid var(--color-gray-4);
    border-right: 2px solid var(--color-gray-4);
  }
}
.tiles__card:first-child {
  border-left: none;
}
@media only screen and (min-width: 1441px) {
  .tiles__card:first-child {
    border-left: 4px solid var(--color-gray-4);
  }
}
.tiles__card:last-child {
  border-right: none;
}
@media only screen and (min-width: 1441px) {
  .tiles__card:last-child {
    border-right: 4px solid var(--color-gray-4);
  }
}
.tiles__image {
  transition: transform 1s ease;
  transform: scale(1.01);
}
.tiles__image-container {
  overflow: hidden;
  position: relative;
  height: 18.8rem;
  background-color: var(--color-current-section);
}
.tiles__image-container--image {
  background-color: transparent;
}
.tiles__hoverable {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--color-navy-black);
  transition: all 0.75s ease;
}
.tiles__hoverable:hover {
  background-color: var(--color-current-section);
}
.tiles__hoverable:hover .tiles__image {
  transform: scale(1.1);
}
.tiles__hoverable:hover .tiles__details {
  color: var(--color-navy-black);
}
.tiles__details {
  color: var(--color-current-section);
  display: flex;
  padding: 2.4rem;
  flex-direction: column;
}
.tiles__header {
  font-size: 2rem;
  font-weight: var(--font-weight-medium);
}
.tiles__container {
  grid-column: col-start 1/col-end 12;
}
.tiles__container--2 {
  gap: 2.4rem;
  color: var(--color-white);
}
.tiles__container--2 .tiles__card {
  background-color: var(--color-navy-black);
  border: none;
}
.tiles__container--2 .tiles__image-container {
  height: 40rem;
}
.tiles__container--2 .tiles__details {
  color: white;
  padding: 4rem;
}
.tiles__container--2 .tiles__details strong {
  font-size: 3.2rem;
  font-weight: var(--font-weight-bold);
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 1025px) {
  .tiles__container {
    display: grid;
    grid-auto-rows: 1fr;
  }
  .tiles__container--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tiles__container--2 .tiles__card {
    margin-bottom: 0;
  }
  .tiles__container--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tiles__container--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tiles__container--5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.tiles-2-columns {
  position: relative;
  background-color: var(--color-current-section);
  padding: 6.4rem 0 2.4rem;
}
.tiles-2-columns__header {
  grid-column: col-start 1/col-end 12;
  display: block;
  padding: 0 var(--margin-desktop-gutter) 4rem;
}
.tiles-2-columns__header h2, .tiles-2-columns__header h3, .tiles-2-columns__header h4, .tiles-2-columns__header h5, .tiles-2-columns__header h6 {
  font-size: 4.8rem;
  line-height: 110%;
}
.tiles-2-columns__header span {
  display: block;
  font-weight: var(--font-weight-light);
}

.schedule-demo {
  background-color: var(--color-navy-black);
  padding: 8rem 0;
  grid-column: full-start/full-end;
}
.schedule-demo__container {
  grid-column: full-start/full-end;
  display: flex;
  flex-direction: row;
}
.schedule-demo__left {
  width: 30%;
}
.schedule-demo__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--color-white);
  text-align: center;
  width: 40%;
}
.schedule-demo__content h2, .schedule-demo__content h3, .schedule-demo__content h4, .schedule-demo__content h5, .schedule-demo__content h6 {
  font-size: 4vw;
}
.schedule-demo__right {
  width: 30%;
}
.schedule-demo__graphic path {
  fill: var(--color-current-section);
}

.partnerships {
  grid-column: full-start/full-end;
  padding: 4rem var(--margin-mobile-gutter);
  color: var(--color-white);
}
@media only screen and (min-width: 1025px) {
  .partnerships {
    padding: 7rem 0 9rem;
  }
}
.partnerships__header {
  grid-column: full-start/full-end;
}
@media only screen and (min-width: 1025px) {
  .partnerships__header {
    grid-column: col-start 1/col-end 12;
    margin-bottom: 4rem;
  }
}
.partnerships__subhead {
  display: block;
  margin-top: 3rem;
  font-size: 2.4rem;
}
.partnerships__text {
  grid-column: full-start/full-end;
  padding: 3rem 0 4rem;
}
@media only screen and (min-width: 1025px) {
  .partnerships__text {
    padding: 4rem 0;
    grid-column: col-start 1/col-end 4;
  }
}
.partnerships__text p {
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 1025px) {
  .partnerships__text p {
    margin-bottom: 5rem;
  }
}
.partnerships__logos {
  grid-column: full-start/full-end;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .partnerships__logos {
    grid-column: col-start 6/col-end 12;
  }
}

.logos {
  position: relative;
  background-color: var(--color-navy-black);
  grid-column: full-start/full-end;
  padding: 5rem var(--margin-mobile-gutter);
  color: var(--color-white);
}
@media only screen and (min-width: 1025px) {
  .logos {
    padding: 5rem 0;
  }
}
.logos__content {
  grid-column: col-start 1/col-end 12;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (min-width: 1025px) {
  .logos__content {
    flex-direction: row;
    gap: 4rem;
    align-items: flex-end;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 1025px) {
  .logos__content h5 {
    white-space: nowrap;
  }
}
.logos__content-header {
  margin-bottom: 0;
}
.logos__images {
  grid-column: col-start 1/col-end 12;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding: 2rem 0 3rem;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .logos__images {
    padding: 7rem 0 0;
    align-items: center;
    display: flex;
    gap: 4rem;
    row-gap: 3rem;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1025px) {
  .logos__images--row-of-4 {
    padding: 4rem 0 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 3rem;
    align-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  .logos__images--row-of-5 {
    padding: 4rem 0 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1025px) {
  .logos__images--row-of-5 {
    padding: 4rem 0 0;
    display: flex;
    margin-bottom: 3rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 8rem;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .logos__images--row-of-5 .logos__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
  }
}
@media only screen and (min-width: 1025px) {
  .logos__images--row-of-4 {
    padding: 4rem 0 0;
    display: flex;
    margin-bottom: 3rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 8rem;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .logos__images--row-of-4 .logos__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
  }
}
.logos__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  text-align: center;
}
.logos__image {
  display: block;
  max-width: 100%;
}
.logos__disclaimer {
  text-align: center;
  max-width: 50%;
  color: var(--color-gray-3);
  font-size: 1.4rem;
}

.resources {
  grid-column: full-start/full-end;
  color: var(--color-white);
  padding: 6rem 0;
}
.resources-card--normal {
  background-color: var(--color-navy-black);
  margin-bottom: 0.8rem;
}
.resources-card--normal a {
  color: var(--color-white);
}
.resources-card--normal a .resources-card__type {
  color: var(--color-current-section);
}
.resources--grey {
  color: var(--color-navy-black);
  background-color: var(--color-gray-4);
  padding: 6rem 0 0.2rem;
}
@media only screen and (min-width: 1025px) {
  .resources--grey {
    padding: 6rem 0 2.4rem;
  }
}
.resources--grey .resources-card {
  background-color: var(--color-navy-black);
}
.resources--grey .resources-card a {
  color: var(--color-white);
}
.resources--grey .resources-card a .resources-card__type {
  color: var(--color-current-section);
}
.resources--grey .resources-card--theme {
  background-color: var(--color-current-section);
}
.resources--grey .resources-card--theme a {
  color: var(--color-navy-black);
}
.resources--grey .resources-card--theme a .resources-card__type {
  color: var(--color-navy-black);
}
body.home .resources {
  background-color: var(--color-gray-4);
  color: var(--color-navy-black);
}
.resources__header {
  grid-column: col-start 1/col-end 12;
  padding: 0 var(--margin-mobile-gutter) 4rem;
}
.resources__header--split {
  grid-column: col-start 1/col-end 8;
}
@media only screen and (min-width: 1025px) {
  .resources__header {
    padding: 0 0 0 var(--margin-desktop-gutter);
  }
}
.resources__header h2, .resources__header h3, .resources__header h4, .resources__header h5, .resources__header h6 {
  font-size: 3.2rem;
  font-weight: var(--font-weight-bold);
}
@media only screen and (min-width: 1025px) {
  .resources__header h2, .resources__header h3, .resources__header h4, .resources__header h5, .resources__header h6 {
    font-size: 4.8rem;
  }
}
.resources__header h2 span, .resources__header h3 span, .resources__header h4 span, .resources__header h5 span, .resources__header h6 span {
  font-weight: var(--font-weight-light);
}
.resources__headline {
  margin-bottom: 2rem;
}
.resources__cta {
  grid-column: col-start 10/col-end 12;
  align-self: flex-end;
  justify-self: flex-end;
  padding: 2rem var(--margin-mobile-gutter);
}
@media only screen and (min-width: 1025px) {
  .resources__cta {
    padding: 0 var(--margin-desktop-gutter) 0 0;
  }
}
.resources-card {
  background-color: var(--color-current-section);
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 1025px) {
  .resources-card {
    margin-bottom: 0;
  }
}
.resources-card__container {
  grid-column: col-start 1/col-end 12;
  margin-top: 1rem;
  transition: opacity 0.5s ease;
}
@media only screen and (min-width: 1025px) {
  .resources-card__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
    grid-auto-rows: 1fr;
    margin-top: 4rem;
  }
}
.resources-card__container.is--loading {
  opacity: 0.5;
}
.resources-card__filters, .resources-card__pagination {
  grid-column: col-start 1/col-end 12;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  flex-direction: column;
  row-gap: 3rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .resources-card__filters, .resources-card__pagination {
    flex-direction: row;
    font-size: 1.4rem;
  }
}
.resources-card__filters strong, .resources-card__pagination strong {
  font-weight: var(--font-weight-bold);
}
.resources-card__results {
  font-size: 1.6rem;
}
.resources-card__button {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
  cursor: pointer;
}
.resources-card__button svg {
  margin-left: 2rem;
}
.resources-card__button.is--loading {
  cursor: default;
}
.resources-card__image {
  transition: transform 1s ease;
  transform-origin: 50% 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.resources-card__image-container {
  height: 40rem;
  overflow: hidden;
}
.resources-card__image-container--condensed {
  height: 26.4rem;
}
.resources-card__details {
  padding: 2.4rem 2.4rem;
}
.resources-card__type {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  display: block;
}
@media only screen and (min-width: 1025px) {
  .resources-card__type {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.resources-card__date {
  display: block;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
  letter-spacing: 0.04em;
  color: var(--color-current-section);
}
.resources-card__source {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
  letter-spacing: 0.04em;
  color: #9fa9af;
}
.resources-card__header {
  font-size: 1.6rem;
  font-weight: var(--font-weight-medium);
  margin-bottom: 2rem;
  line-height: 1.2;
}
@media only screen and (min-width: 1025px) {
  .resources-card__header {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.resources-card__excerpt {
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
}
.resources-card__link {
  text-transform: uppercase;
  font-size: 1.2rem;
  border-bottom: 1px solid var(--color-navy-black);
  display: inline-block;
  padding-bottom: 2px;
}
@media only screen and (min-width: 1025px) {
  .resources-card__link {
    font-size: 1.6rem;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.resources-card__hot:hover .resources-card__image {
  transform: scale(1.2);
  transition: transform 1s ease;
}

.dropdown {
  position: relative;
  display: inline-block;
  max-width: 35rem;
  width: 100%;
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
  z-index: 20;
}

.dropdown-select {
  position: relative;
  cursor: pointer;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--color-current-section);
}
.dropdown-select:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMiAxLjI1TDYuNSA2Ljc1TDEgMS4yNSIgc3Ryb2tlPSIjMDgxRjJDIiBzdHJva2Utd2lkdGg9IjEuNTcxNDMiLz4KPC9zdmc+Cg==");
  position: absolute;
  right: 0;
  transition: transform 0.5s ease;
  top: 1.3rem;
}
.dropdown-select.is--open:after {
  transform: rotate(180deg);
}

.dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
}

.dropdown-option {
  background-color: var(--color-navy-black);
  color: var(--color-white);
  border-bottom: 1px solid var(--color-current-section);
  padding: 1.2rem;
  cursor: pointer;
  transition: color 0.5s ease;
}

.dropdown-option:hover {
  color: var(--color-current-section);
}

.anchor-nav {
  background-color: var(--color-gray-4);
  padding: 5rem 0 0 0;
}
@media only screen and (min-width: 1025px) {
  .anchor-nav {
    grid-column: full-start/full-end;
  }
}
.anchor-nav__list {
  grid-column: col-start 1/col-end 12;
  list-style-type: none;
  display: flex;
  flex-direction: row;
}
.anchor-nav__item {
  display: block;
  width: 25rem;
  padding: 0.4rem 0;
  line-height: 1;
  border-bottom: 2px solid var(--color-current-section);
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-right: 2rem;
  font-weight: var(--font-weight-bold);
}

.team-archive {
  padding: 6rem var(--margin-mobile-gutter);
}
.team-archive--grey {
  background-color: var(--color-gray-4);
  color: var(--color-navy-black);
}
.team-archive--navy {
  background-color: var(--color-navy-black);
  color: var(--color-white);
}
.team-archive--navy a {
  color: var(--color-white);
}
@media only screen and (min-width: 1025px) {
  .team-archive {
    grid-column: full-start/full-end;
    padding: 6rem 0;
  }
}
.team-archive__header {
  grid-column: col-start 1/col-end 12;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1025px) {
  .team-archive__header {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .team-archive__content {
    grid-column: col-start 1/col-end 12;
    padding-top: 4rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    row-gap: 4rem;
  }
}
.team-archive__image {
  width: 100%;
  border-radius: 50%;
}
.team-archive__details {
  padding: 2.4rem;
}
.team-archive__name {
  display: block;
  font-size: 2.4rem;
  font-weight: var(--font-weight-medium);
  margin-bottom: 0.8rem;
}
.team-archive__job-title {
  display: block;
  font-size: 1.6rem;
  line-height: 120%;
  margin-bottom: 0.8rem;
}
.team-archive__company {
  display: block;
  font-size: 1.6rem;
  line-height: 120%;
  font-weight: var(--font-weight-medium);
}

.team-investors {
  padding: 6rem 0;
  background-color: var(--color-gray-4);
  color: var(--color-navy-black);
}
@media only screen and (min-width: 1025px) {
  .team-investors {
    grid-column: full-start/full-end;
  }
}
.team-investors__header {
  grid-column: col-start 1/col-end 12;
}
.team-investors__content {
  grid-column: col-start 1/col-end 12;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
.team-investors__item {
  width: 50%;
  border-bottom: 1px solid var(--color-navy-black);
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
.team-investors__name {
  display: block;
  font-size: 3.2rem;
  font-weight: var(--font-weight-bold);
}
.team-investors__details {
  padding: 2.4rem 3rem 2.4rem 0;
}
.team-investors__link {
  font-size: 1.6rem;
}

.product-feature {
  background-color: var(--color-gray-4);
  color: var(--color-navy-black);
  padding: 4rem var(--margin-mobile-gutter);
}
@media only screen and (min-width: 1025px) {
  .product-feature {
    grid-column: full-start/full-end;
    padding: 8rem 0;
  }
}
.product-feature__headline, .product-feature__image, .product-feature__container {
  grid-column: col-start 1/col-end 12;
  display: flex;
  justify-content: center;
}
.product-feature__image {
  position: relative;
}
.product-feature__image-screen {
  position: absolute;
  width: 72%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-feature__image-computer {
  width: 100%;
  max-width: none;
}
.product-feature__container {
  justify-content: space-between;
  flex-direction: column;
  margin: var(--margin-mobile-gutter) 0;
}
@media only screen and (min-width: 1025px) {
  .product-feature__container {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 3rem));
    gap: 3rem;
    margin: 2rem 0 0;
  }
}
.product-feature__attribute {
  display: block;
  font-weight: var(--font-weight-bold);
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1025px) {
  .product-feature__attribute {
    font-size: 3.2rem;
  }
}
.product-feature__column {
  font-size: 1.6rem;
  margin-bottom: var(--margin-mobile-gutter);
}
@media only screen and (min-width: 1025px) {
  .product-feature__column {
    margin-bottom: 0;
  }
}
.product-feature__list {
  list-style-type: disc !important;
  list-style-position: inside;
  list-style: initial;
  padding-left: 1.25em;
}
.product-feature__list-title {
  display: block;
  margin-bottom: 1.3rem;
}
.product-feature__list-item {
  margin: 1rem 0;
  display: list-item;
  line-height: 1.2;
}

.headline-text {
  padding: var(--margin-mobile-gutter) var(--margin-mobile-gutter) 0.4rem;
}
.headline-text--navy {
  background-color: var(--color-navy-black);
  color: var(--color-white);
}
.headline-text--grey {
  background-color: var(--color-gray-4);
  color: var(--color-navy-black);
}
@media only screen and (min-width: 1025px) {
  .headline-text {
    grid-column: full-start/full-end;
    padding: 8rem 0;
  }
  .headline-text--padded {
    padding: 2.4rem 0;
  }
  .headline-text--none {
    padding: 6rem 0;
  }
  .headline-text--none .image-text__header {
    margin-bottom: 0;
  }
}
.headline-text__container--full {
  grid-column: col-start 1/col-end 12;
}
.headline-text__container--half {
  grid-column: col-start 1/col-end 6;
}

.filtered-listings {
  position: relative;
  background-color: var(--color-gray-4);
  grid-column: full-start/full-end;
  padding: var(--margin-mobile-gutter) var(--margin-mobile-gutter) 6rem;
}
@media only screen and (min-width: 1025px) {
  .filtered-listings {
    padding: 6rem 0;
  }
}
@media only screen and (min-width: 1025px) {
  .filtered-listings__container {
    grid-column: col-start 1/col-end 12;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    gap: 3.2rem;
  }
}
.filtered-listings__item {
  padding: 3rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.75s ease;
}
.filtered-listings__item:hover {
  background-color: white;
}
.filtered-listings__item:hover .filtered-listings__image {
  filter: saturate(100%);
  transition: filter 1s ease;
}
.filtered-listings__image {
  filter: saturate(0%);
  mix-blend-mode: multiply;
  transition: filter 0.5s ease;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.key-stats {
  background-color: var(--color-gray-4);
  padding: 5.6rem 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .key-stats {
    display: grid;
    grid-column: full-start/full-end;
    padding: 5.6rem 0 15rem;
  }
  .key-stats--short {
    padding: 2.4rem 0;
  }
  .key-stats--regular-top-only {
    padding: 8rem 0 0;
  }
}
.key-stats__headline {
  grid-column: col-start 1/col-end 12;
  padding: 0 var(--margin-mobile-gutter) 4rem;
}
@media only screen and (min-width: 1025px) {
  .key-stats__headline {
    padding: 0 0 12rem;
  }
}
.key-stats__logos {
  display: grid;
  grid-template-columns: repeat(2, calc(45% - 3rem));
  grid-template-rows: auto;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  row-gap: 1rem;
  order: 3;
  padding: 0 var(--margin-mobile-gutter);
}
@media only screen and (min-width: 1025px) {
  .key-stats__logos {
    grid-column: col-start 2/col-end 4;
    grid-template-columns: repeat(2, 50%);
    padding: 0;
    order: unset;
  }
}
.key-stats__facts {
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .key-stats__facts {
    grid-column: col-start 7/full-end;
  }
}
.key-stats__circle {
  position: relative;
  background-color: var(--color-navy-black);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 80vw;
  height: 80vw;
  text-align: center;
  order: 2;
  margin: 0 0 6rem var(--margin-mobile-gutter);
}
@media only screen and (min-width: 1025px) {
  .key-stats__circle {
    width: 40vw;
    height: 40vw;
    margin: 0;
    order: unset;
  }
}
.key-stats__circle:after {
  content: "";
  width: 80vw;
  height: 80vw;
  border-radius: 50%;
  border: 2px solid var(--color-navy-black);
  position: absolute;
  left: 100%;
}
@media only screen and (min-width: 1025px) {
  .key-stats__circle:after {
    width: 40vw;
    height: 40vw;
  }
}
.key-stats__highlight {
  color: var(--color-current-section);
  font-weight: var(--font-weight-medium);
  font-size: 12vw;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1025px) {
  .key-stats__highlight {
    font-size: 8vw;
  }
}
.key-stats__text {
  color: var(--color-white);
  font-weight: var(--font-weight-bold);
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 4rem;
  line-height: 120%;
}
@media only screen and (min-width: 1025px) {
  .key-stats__text {
    font-size: 1.6rem;
  }
}
.key-stats__text:last-child {
  margin-bottom: 0;
}

.promo-color {
  padding: var(--margin-mobile-gutter);
  text-align: center;
}
.promo-color--navy {
  background-color: var(--color-navy-black);
  color: var(--color-white);
}
.promo-color--theme {
  background-color: var(--color-current-section);
}
@media only screen and (min-width: 1025px) {
  .promo-color {
    grid-column: full-start/full-end;
    padding: 6rem 0;
  }
  .promo-color__container {
    grid-column: col-start 1/col-end 12;
  }
}

.cards-flip {
  background-color: var(--color-gray-4);
  padding: var(--margin-mobile-gutter);
}
@media only screen and (min-width: 1025px) {
  .cards-flip {
    grid-column: full-start/full-end;
    padding: 8rem 0;
  }
}
@media only screen and (min-width: 1025px) {
  .cards-flip__header {
    grid-column: col-start 1/col-end 12;
    align-items: center;
    text-align: center;
    margin-bottom: 4rem;
  }
}
.cards-flip__container {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .cards-flip__container {
    grid-column: col-start 1/col-end 12;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}
.cards-flip__item {
  background-color: var(--color-navy-black);
  transition: all 0.5s ease;
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: var(--margin-mobile-gutter) 0;
}
@media only screen and (min-width: 1025px) {
  .cards-flip__item {
    min-height: 30rem;
    margin: 0;
  }
}
.cards-flip__item-copy {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--color-white);
}
@media only screen and (min-width: 1025px) {
  .cards-flip__item-copy {
    height: 100%;
    color: var(--color-current-section);
  }
}
.cards-flip__item-headline {
  font-size: 2.4rem;
  padding: 3.2rem 2.4rem 0;
  color: var(--color-current-section);
}
@media only screen and (min-width: 1025px) {
  .cards-flip__item-headline {
    font-size: 3.2rem;
    padding: 2.4rem 2.4rem 0;
  }
}
.cards-flip__item-text {
  padding: 2.4rem;
  line-height: 120%;
}
@media only screen and (min-width: 1025px) {
  .cards-flip__item-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.4rem 2.4rem 0;
    color: var(--color-navy-black);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease;
    overflow-y: auto;
  }
}
.cards-flip__item-svg {
  width: 100%;
}
.cards-flip__item-svg circle,
.cards-flip__item-svg path {
  transition: all 0.5s ease;
}
.cards-flip__item-svg circle {
  stroke: var(--color-current-section);
}
.cards-flip__item-svg path {
  stroke: var(--color-current-section);
}
.cards-flip__item-svg .path-fill {
  fill: var(--color-current-section);
}
.cards-flip__item:hover {
  background-color: var(--color-current-section);
}
.cards-flip__item:hover .cards-flip__item-svg circle {
  stroke: var(--color-navy-black);
}
.cards-flip__item:hover .cards-flip__item-svg path {
  stroke: var(--color-navy-black);
}
.cards-flip__item:hover .cards-flip__item-svg .path-fill {
  fill: var(--color-navy-black);
}
.cards-flip__item:hover .cards-flip__item-text {
  opacity: 1;
}

.video-block {
  padding: 4rem var(--margin-mobile-gutter) var(--margin-mobile-gutter);
}
.video-block--grey {
  background-color: var(--color-gray-4);
  color: var(--color-navy-black);
}
.video-block--navy {
  background-color: var(--color-navy-black);
  color: var(--color-white);
}
.video-block--current {
  background-color: var(--color-current-section);
  color: var(--color-navy-black);
}
@media only screen and (min-width: 1025px) {
  .video-block {
    grid-column: full-start/full-end;
    padding: 8rem 0;
  }
}
.video-block__container {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .video-block__container {
    grid-column: col-start 1/col-end 12;
  }
}
.video-block__image {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .video-block__image {
    grid-column: col-start 1/col-end 12;
  }
}
.video-block__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 20;
  background: transparent;
  border: none;
  cursor: pointer;
}
.video-block__svg path {
  fill: var(--color-current-section);
}

.hs-form input.hs-input, .hs-form textarea.hs-input, .hs-form select.hs-input,
.hs-form input, .hs-form textarea, .hs-form select {
  transition: border 0.2s linear, box-shadow 0.2s linear;
  box-shadow: none;
  border: 1px solid var(--color-gray-2);
  background: var(--color-white);
  padding: 1rem !important;
  height: auto;
  font-family: var(--font-family) !important;
  font-size: 1.6rem !important;
}
.hs-form .hs-button {
  outline: none !important;
  border: none !important;
  background: transparent !important;
  transition: border-radius 0.5s ease, color 0.5s ease, background-color 0.5s ease !important;
  background: var(--color-neon-green) !important;
  padding: 1.6rem 4rem !important;
  text-transform: uppercase !important;
  align-self: flex-start !important;
  display: inline-block !important;
  color: var(--color-navy-black) !important;
  font-family: var(--font-family) !important;
  font-size: 1.6rem !important;
  box-shadow: none !important;
  font-weight: var(--font-weight-regular) !important;
  border-radius: 0px !important;
}
.hs-form .hs-button:hover {
  border-radius: 10px !important;
}
.hs-form .field {
  margin-bottom: 1.8rem;
}
.hs-form select.hs-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}
.hs-form .hs-richtext {
  font-family: var(--font-family) !important;
  font-size: 1.4rem !important;
  margin-bottom: 2rem !important;
  display: block;
}
.hs-form .hs-form-field label {
  display: block;
  font-family: var(--font-family) !important;
  font-size: 1.6rem !important;
  margin-bottom: 0.8rem !important;
  font-weight: var(--font-weight-medium) !important;
}
.hs-form .hs-form-required {
  color: red;
}
.hs-form fieldset {
  max-width: none !important;
}

.hubspot__text {
  margin-bottom: 4rem;
  font-size: 2rem;
  line-height: 130%;
}

.btn {
  outline: none;
  border: none;
  background: transparent;
  transition: border-radius 0.5s ease, color 0.5s ease, background-color 0.5s ease;
}
.btn:hover {
  border-radius: 10px;
}
.btn__cta {
  background: var(--color-current-section);
  padding: 1.2rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  align-self: flex-start;
  display: inline-block;
}
@media only screen and (min-width: 1025px) {
  .btn__cta {
    font-size: 1.6rem;
    padding: 1.6rem 2.4rem;
  }
}
.btn__cta--header {
  padding: 0.8rem 2.4rem;
  margin: 0 5rem;
  background: var(--color-neon-green);
}
.btn__cta--centered {
  align-self: center;
  margin-top: 1.5rem;
}
.btn__cta--outline {
  background-color: var(--color-current-section);
  color: var(--color-navy-black);
  border: 1px solid var(--color-navy-black);
}
.btn__cta--outline-current {
  border: 1px solid var(--color-current-section);
}
.btn__cta--outline:hover {
  background-color: var(--color-navy-black);
  color: var(--color-current-section);
}
.btn__cta--demo-sm {
  padding: 1rem 2.4rem;
  align-self: center;
  margin-top: 1.5rem;
  font-size: 1.5rem;
}
.btn__search {
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid var(--color-neon-green);
  border-radius: 50%;
}
.btn__search:hover {
  border-radius: 50%;
}
.btn__edit {
  position: fixed;
  bottom: 0.4rem;
  left: 0.5rem;
  background-color: var(--color-navy-black);
  color: var(--color-current-section);
  padding: 1.2rem 2rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: var(--font-weight-bold);
  border-radius: 1rem;
  transition: all 0.5s ease;
}
.btn__edit:hover {
  color: white;
}

.swiper-tabs-contained {
  position: relative;
  grid-column: 1/-1;
}

.swiper-tabs-container {
  position: relative;
  overflow: hidden;
}
.swiper-tabs-container .swiper-slide {
  width: 100% !important;
  display: flex;
}
.swiper-tabs-container .swiper-slide__tabs {
  margin: 0 auto !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem var(--margin-mobile-gutter);
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .swiper-tabs-container .swiper-slide__tabs {
    width: 144rem;
    padding: 3rem var(--margin-desktop-gutter);
    flex-direction: row;
  }
}
.swiper-tabs-container .swiper-slide__tabs-left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 0 4rem;
}
@media only screen and (min-width: 1025px) {
  .swiper-tabs-container .swiper-slide__tabs-left {
    gap: 4rem;
    padding: 4rem;
    width: 65%;
  }
}
.swiper-tabs-container .swiper-slide__tabs-left strong {
  font-size: 3.2rem;
  font-weight: var(--font-weight-bold);
}
@media only screen and (min-width: 1025px) {
  .swiper-tabs-container .swiper-slide__tabs-left strong {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 1025px) {
  .swiper-tabs-container .swiper-slide__tabs-left p {
    width: 80%;
  }
}

.swiper-stories {
  height: 60vh;
}
@media only screen and (min-width: 1025px) {
  .swiper-stories {
    height: 100%;
  }
}
.swiper-stories-slide {
  position: relative;
  display: grid;
  height: 100%;
  color: var(--color-white);
}
.swiper-stories-slide__content {
  height: 100%;
  padding: 4rem var(--margin-mobile-gutter) 9rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (min-width: 1025px) {
  .swiper-stories-slide__content {
    padding: 4rem;
  }
}
.swiper-stories-slide__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: grayscale(100%) brightness(105%);
}
.swiper-stories-slide__image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.swiper-stories-slide__image-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7b948c;
  z-index: 10;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5788690476) 15%, rgba(0, 0, 0, 0) 40%), linear-gradient(0deg, rgba(123, 148, 140, 0.9) 0%, rgba(123, 148, 140, 0.9) 100%);
  mix-blend-mode: multiply;
}
.swiper-stories-slide__preheader {
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1025px) {
  .swiper-stories-slide__preheader {
    font-size: 1.4rem;
  }
}
.swiper-stories-slide__header {
  font-size: 2.4rem;
  font-weight: var(--font-weight-bold);
  margin-bottom: 2.4rem;
  line-height: 130%;
}
@media only screen and (min-width: 1025px) {
  .swiper-stories-slide__header {
    font-size: 3.2rem;
    line-height: 120%;
  }
}
.swiper-stories-slide__cta {
  text-transform: uppercase;
  color: var(--color-neon-green);
  font-size: 1.2rem;
}
@media only screen and (min-width: 1025px) {
  .swiper-stories-slide__cta {
    font-size: 1.4rem;
  }
}
.swiper-testimonials {
  height: 65vh;
  grid-column: full-start/full-end;
}
.swiper-testimonials-slide {
  position: relative;
  height: 100%;
  color: var(--color-white);
}
.swiper-testimonials-slide__content {
  height: 100%;
  padding: 4rem var(--margin-mobile-gutter);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .swiper-testimonials-slide__content {
    padding: 4rem;
  }
}
.swiper-testimonials-slide__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  display: block;
  filter: grayscale(100%) brightness(75%);
}
@media only screen and (min-width: 1025px) {
  .swiper-testimonials-slide__image {
    filter: grayscale(100%) brightness(85%);
  }
}
.swiper-testimonials-slide__image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}
.swiper-testimonials-slide__image-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7b948c;
  z-index: 10;
  background: linear-gradient(0deg, rgba(123, 148, 140, 0.9) 0%, rgba(123, 148, 140, 0.9) 100%);
  mix-blend-mode: multiply;
}
.swiper-testimonials-slide__preheader {
  color: var(--color-white);
  font-size: 2.4rem;
  margin-bottom: 5rem;
  font-weight: var(--font-weight-light);
}
@media only screen and (min-width: 1025px) {
  .swiper-testimonials-slide__preheader {
    font-size: 3.2rem;
  }
}
.swiper-testimonials-slide__header {
  font-size: 3.2rem;
  font-weight: var(--font-weight-bold);
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1025px) {
  .swiper-testimonials-slide__header {
    font-size: 4.8rem;
    width: 65%;
  }
}
.swiper-testimonials-slide__title {
  font-size: 1.2rem;
}
.swiper-testimonials-slide__title span {
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .swiper-testimonials-slide__title {
    font-size: 1.5rem;
  }
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(8, 31, 44, 0.6);
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s 0.5s ease;
  z-index: 999;
}
.overlay.nav-sub--open {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.75s ease, visibility 0s 0s ease;
}
.overlay-video {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  background: rgba(8, 31, 44, 0.8);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-form {
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.search-field {
  background-color: var(--color-gray-2);
  border: 1px solid var(--color-gray-3);
  width: 100%;
}
.search-label {
  width: calc(100% - 12.4rem);
}
.search-submit {
  outline: none;
  border: none;
  background: transparent;
  transition: border-radius 0.5s ease, color 0.5s ease, background-color 0.5s ease;
  background: var(--color-neon-green);
  padding: 0.8rem 2rem;
  text-transform: uppercase;
  align-self: flex-start;
  display: inline-block;
  color: var(--color-navy-black);
  font-family: var(--font-family);
  font-size: 1.6rem;
  box-shadow: none;
  font-weight: var(--font-weight-regular);
  border-radius: 0px;
  height: 4.1rem;
  width: 12rem;
}
.search-submit:hover {
  border-radius: 10px;
}

input, textarea, select {
  transition: border 0.2s linear, box-shadow 0.2s linear;
  box-shadow: none;
  border: 1px solid var(--color-navy-black);
  background: var(--color-white);
  padding: 1rem;
  height: auto;
  font-family: var(--font-family);
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}

fieldset {
  max-width: none;
}

.knowledge {
  background-color: var(--color-navy-black);
  padding: 9rem 0 6rem;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .knowledge {
    grid-column: full-start/full-end;
    padding: 9rem 0;
  }
}
.knowledge__animation {
  transform: translateX(-3.4rem);
}
@media only screen and (min-width: 1025px) {
  .knowledge__animation {
    transform: translateX(0);
    grid-column: full-start/col-end 5;
  }
}
.knowledge__animation img {
  width: 100%;
}
.knowledge__content {
  color: var(--color-white);
  padding: var(--margin-mobile-gutter);
}
@media only screen and (min-width: 1025px) {
  .knowledge__content {
    grid-column: col-start 7/col-end 11;
  }
}
.knowledge__content h2 {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1025px) {
  .knowledge__content h2 {
    margin-bottom: 4rem;
    grid-column: col-start 7/col-end 11;
  }
}

.tricks {
  position: relative;
  background-color: var(--color-gray-4);
  grid-column: full-start/full-end;
  padding: 6rem 0 3rem;
}
@media only screen and (min-width: 1025px) {
  .tricks {
    padding: 9rem 0;
  }
}
.tricks__content {
  padding: var(--margin-mobile-gutter);
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .tricks__content {
    grid-column: col-start 4/col-end 9;
    padding: 0;
  }
}
.tricks__content h3 {
  margin-bottom: 2.5rem;
}
.tricks__icons {
  position: relative;
  display: flex;
  justify-content: center;
  padding: var(--margin-mobile-gutter);
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .tricks__icons {
    margin: 4rem 0;
    height: 9rem;
    grid-column: full-start/full-end;
    padding: 0;
  }
}
.tricks__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, minmax(17rem, 1fr));
  width: 100%;
  align-items: flex-start;
}
@media only screen and (min-width: 1025px) {
  .tricks__container {
    display: flex;
    justify-content: space-between;
    grid-column: full-start/full-end;
    padding: 0;
    max-width: 98rem;
  }
}
.tricks__line {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .tricks__line {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--color-navy-black);
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
}
.tricks__icon {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tricks__icon:last-child {
  grid-column: 1/span 2;
}
.tricks__icon-image {
  height: 8.9rem;
  width: 8.9rem;
  background-color: var(--color-navy-black);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tricks__icon-copy {
  position: absolute;
  top: 10.4rem;
  text-align: center;
  width: 20rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.solutions {
  position: relative;
  background-color: var(--color-gray-4);
  grid-column: full-start/full-end;
  padding: 6rem 0;
}
@media only screen and (min-width: 1025px) {
  .solutions {
    padding: 4rem 0;
  }
}
.solutions__container {
  grid-column: col-start 4/col-end 9;
  padding: 0 var(--margin-mobile-gutter);
}
@media only screen and (min-width: 1025px) {
  .solutions__container {
    text-align: center;
  }
}
.solutions__container h5 {
  margin-bottom: 2.5rem;
}
.solutions__animation {
  grid-column: full-start/full-end;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .solutions__animation {
    padding: 3rem 0;
  }
}
.solutions__grid-1, .solutions__grid-2, .solutions__grid-3 {
  padding: 0 var(--margin-mobile-gutter) 2rem;
}
.solutions__grid-2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-current-section);
  position: absolute;
  left: 0;
  top: 50%;
}
.solutions__grid-2-image {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1025px) {
  .solutions__grid {
    display: grid;
    grid-template-columns: 1fr 30rem 34.8rem 30rem 1fr;
    grid-template-rows: min-content 1px min-content;
    row-gap: 2.4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .solutions__grid-1 {
    padding: 0;
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
  .solutions__grid-2 {
    padding: 0;
    grid-column: 3/span 1;
    grid-row: 1/span 3;
  }
  .solutions__grid-2::after {
    display: none;
  }
  .solutions__grid-3 {
    padding: 0;
    grid-column: 4/span 1;
    grid-row: 3/span 1;
  }
}
.solutions__grid-line {
  grid-column: 1/span 5;
  grid-row: 2/span 1;
  height: 1px;
  background-color: var(--color-current-section);
}
.solutions__grid strong {
  font-weight: var(--font-weight-bold);
}
.solutions__cta {
  display: flex;
  grid-column: col-start 1/col-end 12;
  justify-content: flex-start;
  padding: 0 var(--margin-mobile-gutter);
}
@media only screen and (min-width: 1025px) {
  .solutions__cta {
    justify-content: center;
    padding: 1rem 0;
  }
}

.stories {
  grid-column: full-start/full-end;
  height: auto;
}
@media only screen and (min-width: 1025px) {
  .stories {
    height: 60vh;
    min-height: 64rem;
  }
}
.stories__left {
  grid-column: full-start/col-end 6;
  background-color: var(--color-current-section);
  padding: 4rem var(--margin-mobile-gutter);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (min-width: 1025px) {
  .stories__left {
    padding: 0 0 4rem 5.6rem;
  }
}
.stories__left h6 {
  font-size: 4.8rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1025px) {
  .stories__left h6 {
    font-size: 6rem;
  }
}
.stories__left h6 span {
  font-weight: var(--font-weight-light);
}
.stories__right {
  position: relative;
  grid-column: col-start 7/full-end;
}

.thanks {
  grid-column: full-start/full-end;
  background-color: var(--color-navy-black);
  padding: 5.6rem var(--margin-mobile-gutter);
}
@media only screen and (min-width: 1025px) {
  .thanks {
    padding: 5.6rem 0;
  }
}
.thanks__header {
  color: var(--color-white);
  grid-column: col-start 1/col-end 6;
  font-size: 2.4rem;
  font-weight: var(--font-weight-bold);
}
@media only screen and (min-width: 1025px) {
  .thanks__header {
    font-size: 3.2rem;
  }
}
.thanks__images {
  padding: 5rem 4rem 2rem;
  gap: 3rem;
}
.thanks__images img {
  height: 8em;
  width: auto;
}
@media only screen and (min-width: 1025px) {
  .thanks__images img {
    height: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .thanks__images {
    padding: 6rem 0 0;
    gap: 4rem;
  }
}
.thanks__image {
  display: flex;
  justify-content: center;
}

.products-ready {
  grid-column: full-start/full-end;
  background: var(--color-gray-4);
}
.products-ready__content {
  padding: 4rem var(--margin-mobile-gutter);
}
.products-ready__content h2, .products-ready__content h3, .products-ready__content h4, .products-ready__content h5, .products-ready__content h6, .products-ready__content strong {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1025px) {
  .products-ready__content {
    padding-top: 5.6rem;
    padding-bottom: 4rem;
    grid-column: col-start 1/col-end 12;
  }
  .products-ready__content h2, .products-ready__content h3, .products-ready__content h4, .products-ready__content h5, .products-ready__content h6, .products-ready__content strong {
    margin-bottom: 2rem;
  }
  .products-ready__content p {
    width: 60%;
  }
}
.products-ready__fpo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
  background: var(--color-gray-1);
  color: white;
  margin-top: 4rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.products-deployment {
  grid-column: full-start/full-end;
  background: var(--color-navy-black);
  color: var(--color-white);
}
.products-deployment__image {
  padding: 4rem var(--margin-mobile-gutter);
}
.products-deployment__image--none {
  border: none;
}
.products-deployment__image--both {
  border-top: 1px solid var(--color-current-section);
  border-bottom: 1px solid var(--color-current-section);
}
.products-deployment__image--top {
  border-top: 1px solid var(--color-current-section);
}
@media only screen and (min-width: 1025px) {
  .products-deployment__image--top {
    border-bottom: 1px solid var(--color-current-section);
  }
}
.products-deployment__image--bottom {
  border-bottom: 1px solid var(--color-current-section);
}
@media only screen and (min-width: 1025px) {
  .products-deployment__image--bottom {
    border-top: 1px solid var(--color-current-section);
  }
}
@media only screen and (min-width: 1025px) {
  .products-deployment__image {
    grid-column: col-start 1/col-end 6;
    padding: 8rem 0;
  }
}
.products-deployment__content {
  padding: 0 var(--margin-mobile-gutter) 4rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.products-deployment__content--none {
  border: none;
}
.products-deployment__content--both:first-child {
  border-top: 1px solid var(--color-current-section);
}
@media only screen and (min-width: 1025px) {
  .products-deployment__content--both:first-child {
    border-top: 1px solid var(--color-current-section);
    border-bottom: 1px solid var(--color-current-section);
  }
}
.products-deployment__content--both:last-child {
  border-bottom: 1px solid var(--color-current-section);
}
@media only screen and (min-width: 1025px) {
  .products-deployment__content--both:last-child {
    border-top: 1px solid var(--color-current-section);
    border-bottom: 1px solid var(--color-current-section);
  }
}
.products-deployment__content--top {
  border-top: 1px solid var(--color-current-section);
}
.products-deployment__content--bottom {
  border-bottom: 1px solid var(--color-current-section);
}
@media only screen and (min-width: 1025px) {
  .products-deployment__content {
    grid-column: col-start 7/col-end 12;
    padding: 8rem;
  }
}
.products-staff {
  grid-column: full-start/full-end;
  background: var(--color-current-section);
  padding: var(--margin-desktop-gutter) 0;
}
.products-staff__animation {
  transform: translateX(-3.4rem);
}
@media only screen and (min-width: 1025px) {
  .products-staff__animation {
    transform: translateX(0);
    grid-column: full-start/col-end 5;
  }
}
.products-staff__animation img {
  width: 100%;
}
.products-staff__content {
  color: var(--color-navy-black);
  padding: var(--margin-mobile-gutter);
}
@media only screen and (min-width: 1025px) {
  .products-staff__content {
    grid-column: col-start 7/col-end 11;
    padding: var(--margin-mobile-gutter) 0;
  }
}
.products-staff__content h2 {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1025px) {
  .products-staff__content h2 {
    margin-bottom: 4rem;
    grid-column: col-start 7/col-end 11;
    font-size: 4.8rem;
  }
}
.products-staff__content h2 span {
  display: block;
  font-weight: var(--font-weight-light);
}
.products-meeting-data {
  grid-column: full-start/full-end;
  color: var(--color-white);
  padding: 4rem var(--margin-mobile-gutter);
}
@media only screen and (min-width: 1025px) {
  .products-meeting-data {
    padding: 5.6rem 0;
  }
}
@media only screen and (min-width: 1025px) {
  .products-meeting-data__content {
    padding-bottom: 4rem;
    grid-column: col-start 1/col-end 12;
  }
  .products-meeting-data__content h2, .products-meeting-data__content h3, .products-meeting-data__content h4, .products-meeting-data__content h5, .products-meeting-data__content h6, .products-meeting-data__content strong {
    margin-bottom: 2rem;
    color: var(--color-current-section);
  }
  .products-meeting-data__content p {
    width: 60%;
  }
}
.products-meeting-data .logos__images {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  row-gap: 3rem;
}
@media only screen and (min-width: 1025px) {
  .products-meeting-data .logos__images {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 8rem;
  }
}
.products-meeting-data__list {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  align-items: flex-start;
  gap: 4rem;
  line-height: 1.3;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1025px) {
  .products-meeting-data__list {
    flex-direction: row;
    margin-bottom: 0;
  }
}
.products-meeting-data__list-item {
  position: relative;
  padding-left: 3rem;
}
@media only screen and (min-width: 1025px) {
  .products-meeting-data__list-item {
    width: 33.3333%;
  }
}
.products-meeting-data__list-item:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  display: block;
  height: 3.6rem;
  width: 1.8rem;
  background-color: var(--color-current-section);
  border-radius: 3.6rem 0 0 3.6rem;
}
.products-meeting-data__footer {
  display: grid;
  grid-template-columns: 100%;
  gap: 3rem;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-top: 4rem;
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 1025px) {
  .products-meeting-data__footer {
    margin-top: 5rem;
    grid-template-columns: 50% 25%;
  }
}

.member {
  background-color: var(--color-gray-4);
  padding: 6rem var(--margin-mobile-gutter);
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .member {
    grid-column: full-start/full-end;
    padding: 9rem 0;
  }
}
.member__photo {
  position: relative;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1025px) {
  .member__photo {
    grid-column: 2/span 4;
    margin-bottom: 0;
  }
}
.member__photo--fpo::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "FPO";
  font-size: 2vw;
  font-weight: bold;
  color: white;
}
.member__image {
  position: relative;
  max-width: 100%;
  border-radius: 50%;
  border: 2px solid var(--color-current-section);
}
.member__content p {
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 1025px) {
  .member__content {
    grid-column: 7/span 7;
  }
}
.member__name {
  font-size: var(--fontsize-mobile--headline);
  font-weight: var(--font-weight-bold);
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1025px) {
  .member__name {
    font-size: 4.8rem;
  }
}
.member__job-title {
  display: block;
  font-size: var(--fontsize-mobile--paragraph);
  font-weight: var(--font-weight-bold);
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1025px) {
  .member__job-title {
    font-size: 2.4rem;
  }
}

.partner-single {
  background-color: var(--color-gray-4);
  padding: 3rem var(--margin-mobile-gutter);
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .partner-single {
    display: grid;
    grid-column: full-start/full-end;
    padding: 9rem 0;
  }
}
.partner-single__taxonomies {
  font-size: 1.6rem;
  order: 2;
}
@media only screen and (min-width: 1025px) {
  .partner-single__taxonomies {
    order: 1;
    grid-column: col-start 1/col-end 3;
  }
}
.partner-single__taxonomies-title {
  font-size: 1.6rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.partner-single__taxonomies-list {
  margin-bottom: 6rem;
}
.partner-single__taxonomies-list li {
  padding: 0.4rem 0;
}
.partner-single__content {
  order: 1;
  font-size: 1.6rem;
}
.partner-single__content p {
  margin-bottom: 2.4rem;
  line-height: 1.625;
}
.partner-single__content li {
  line-height: 1.625;
  margin-bottom: 0.6rem;
}
.partner-single__content ul, .partner-single__content ol {
  margin-bottom: 1.8rem;
}
@media only screen and (min-width: 1025px) {
  .partner-single__content {
    order: 1;
    grid-column: col-start 4/col-end 10;
  }
}
.partner-single__name {
  font-size: var(--fontsize-mobile--headline);
  font-weight: var(--font-weight-bold);
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1025px) {
  .partner-single__name {
    font-size: 4.8rem;
  }
}
.partner-single__job-title {
  display: block;
  font-size: var(--fontsize-mobile--paragraph);
  font-weight: var(--font-weight-bold);
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1025px) {
  .partner-single__job-title {
    font-size: 2.4rem;
  }
}
.partner-single__link {
  display: inline-block;
  padding: 0.4rem 0;
}
.partner-single__contact li {
  line-height: 1;
  margin-bottom: 0;
}
.partner-single__logo {
  max-width: 20rem;
  margin-bottom: 4rem;
}
.partner-single__text {
  display: block;
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.partner-single__certification {
  max-width: 10rem;
  margin-right: 3rem;
}
.partner-single__cerfications {
  display: block;
  margin-top: 4rem;
}

@media only screen and (min-width: 1025px) {
  .single-resource__hero {
    grid-column: full-start/full-end;
  }
}
@media only screen and (min-width: 1025px) {
  .single-resource {
    grid-column: full-start/full-end;
  }
}
.single-resource.simple {
  display: flex;
  min-height: 20rem;
  align-items: center;
  padding: 4rem var(--margin-mobile-gutter);
}
@media only screen and (min-width: 1025px) {
  .single-resource.simple {
    display: grid;
    padding: 4rem 0;
  }
}
.single-resource.simple h1 {
  grid-column: col-start 1/col-end 12;
  font-size: 3.2rem;
  color: var(--color-white);
  margin-bottom: 0.8rem;
  font-weight: var(--font-weight-light);
}
@media only screen and (min-width: 1025px) {
  .single-resource.simple h1 {
    font-size: 6rem;
  }
}
.single-resource__contact-container {
  color: var(--color-white);
  padding: 4rem var(--margin-mobile-gutter);
}
@media only screen and (min-width: 1025px) {
  .single-resource__contact-container {
    padding: 5.6rem 0 0;
    grid-column: col-start 1/col-end 12;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}
.single-resource__contact-header {
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 1025px) {
  .single-resource__contact-header {
    margin-bottom: 4rem;
  }
}
.single-resource__contact-item, .single-resource__contact-text {
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
  line-height: 140%;
}
@media only screen and (min-width: 1025px) {
  .single-resource__contact-item, .single-resource__contact-text {
    font-size: 2.2rem;
    margin-bottom: 2.4rem;
  }
}
.single-resource__contact-link {
  color: var(--color-white);
  text-decoration: underline;
}
.single-resource__hr {
  display: block;
  margin-bottom: 2.4rem;
}
.single-resource__date {
  font-weight: var(--font-weight-bold);
  margin-bottom: 4rem;
}
.single-resource__seeq-title {
  font-weight: var(--font-weight-bold) !important;
  font-size: 1.6rem !important;
  text-transform: none !important;
}
.single-resource__image {
  grid-column: full-start/full-end;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media only screen and (min-width: 1025px) {
  .single-resource__image {
    height: 70vh;
    max-height: 60rem;
  }
}
.single-resource__container {
  grid-column: full-start/full-end;
  display: flex;
  background-color: white;
  font-size: 1.6rem;
  padding: 4rem var(--margin-mobile-gutter);
  flex-direction: column;
}
.single-resource__container.bg--white {
  background-color: var(--color-white);
}
.single-resource__container.bg--gray {
  background-color: var(--color-gray-4);
}
@media only screen and (min-width: 1025px) {
  .single-resource__container {
    display: grid;
    padding: 6rem 0;
    grid-column: full-start/full-end;
    background-color: white;
    font-size: 1.6rem;
    padding: 4rem var(--margin-mobile-gutter);
  }
}
.single-resource__aside {
  order: 2;
}
@media only screen and (min-width: 1025px) {
  .single-resource__aside {
    grid-column: col-start 1/col-end 2;
    position: sticky;
    top: 14rem;
    align-self: flex-start;
    order: unset;
  }
  .single-resource__aside.is--not-sticky {
    position: relative;
    top: 0;
  }
}
.single-resource__aside-block {
  margin-bottom: 4rem;
}
.single-resource__aside-block ul {
  display: block;
}
.single-resource__aside-title {
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.2rem;
}
.single-resource__aside-item {
  display: flex;
  justify-content: center;
  padding: 1.2rem 2.4rem;
  background-color: var(--color-navy-black);
  border-radius: 3rem;
  text-transform: uppercase;
  color: var(--color-white);
  margin-bottom: 0.8rem;
  text-align: center;
  line-height: 130%;
  font-size: 1.4rem;
}
.single-resource__aside-subscribe {
  position: sticky;
  top: 14rem;
  background-color: var(--color-navy-black);
  padding: 4rem 2rem;
  color: var(--color-white);
  margin-bottom: 2.4rem;
}
.single-resource__aside-subscribe p {
  color: var(--color-white);
  text-transform: uppercase;
  line-height: 120%;
  margin-bottom: 2rem;
}
.single-resource__aside-list li {
  padding: 0.8rem 0;
}
.single-resource__aside-list li a {
  text-transform: capitalize;
  text-decoration: underline;
}
.single-resource__content {
  order: 1;
  grid-column: col-start 4/col-end 9;
}
@media only screen and (min-width: 1025px) {
  .single-resource__content {
    order: unset;
  }
}
.single-resource__content.left-6 {
  grid-column: col-start 1/col-end 6;
}
.single-resource__content.left-8 {
  grid-column: col-start 1/col-end 8;
}
.single-resource__content.center-6 {
  grid-column: col-start 4/col-end 9;
}
.single-resource__content.center-8 {
  grid-column: col-start 3/col-end 10;
}
.single-resource__content.full-width {
  grid-column: col-start 1/col-end 12;
  background-color: var(--color-gray-4);
}
.single-resource__content h1 {
  font-size: 3.6rem;
  margin-bottom: 3rem;
  font-weight: var(--font-weight-bold);
  display: block;
  line-height: 105%;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .single-resource__content h1 {
    font-size: 6rem;
  }
}
.single-resource__content h2, .single-resource__content h3, .single-resource__content h4, .single-resource__content h5 {
  line-height: 120%;
  white-space: pre-line;
}
.single-resource__content h2 {
  font-size: 2.4rem;
  font-weight: var(--font-weight-regular);
  display: block;
  margin-bottom: 5rem;
}
body.single-use-cases .single-resource__content h2, body.page-template-template-simple .single-resource__content h2 {
  margin: 0 0 2rem;
}
@media only screen and (min-width: 1025px) {
  body.single-use-cases .single-resource__content h2, body.page-template-template-simple .single-resource__content h2 {
    margin: 4rem 0 2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .single-resource__content h2 {
    font-size: 3.2rem;
  }
}
.single-resource__content h3, .single-resource__content h4, .single-resource__content h5, .single-resource__content strong.single-resource__header {
  font-size: 2rem;
  font-weight: var(--font-weight-regular);
  display: block;
  margin: 4rem 0 2rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .single-resource__content h3, .single-resource__content h4, .single-resource__content h5, .single-resource__content strong.single-resource__header {
    font-size: 3.2rem;
  }
}
.single-resource__content h4 {
  font-size: 2.4rem;
  font-weight: var(--font-weight-medium);
}
.single-resource__content h5 {
  font-size: 2rem;
  font-weight: var(--font-weight-medium);
}
.single-resource__content p {
  margin-bottom: 2.4rem;
  line-height: 140%;
}
.single-resource__content p strong,
.single-resource__content p b {
  font-weight: var(--font-weight-bold);
}
.single-resource__content p em {
  font-style: italic;
}
.single-resource__content a {
  font-weight: var(--font-weight-bold);
  border-bottom: 2px solid var(--color-neon-blue);
  line-height: 1;
}
.single-resource__content a.btn {
  border-bottom: none;
  font-weight: var(--font-weight-normal);
}
.single-resource__content a.btn__use-case {
  margin-top: 3rem;
}
.single-resource__content ul, .single-resource__content ol {
  margin: 2rem 0 1.8em;
  padding: 0 0 0 1.8em;
}
.single-resource__content ul li, .single-resource__content ol li {
  margin: 0 0 1.2rem;
  padding: 0;
  line-height: 140%;
}
.single-resource__content ul li:last-child, .single-resource__content ol li:last-child {
  margin: 0;
}
.single-resource__content ul li strong,
.single-resource__content ul li b, .single-resource__content ol li strong,
.single-resource__content ol li b {
  font-weight: var(--font-weight-bold);
}
.single-resource__content ul {
  list-style-type: disc;
}
.single-resource__content ol {
  list-style-type: decimal;
}
.single-resource__content table {
  width: 100%;
  margin-bottom: 2.4rem;
}
.single-resource__content table tr {
  border: 1px solid #ccc;
}
.single-resource__content table tr:first-child {
  background: #efefef;
  font-size: 1.4rem;
  font-weight: var(--font-weight-bold);
  background: var(--color-navy-black);
  color: white;
}
.single-resource__content table tr td {
  padding: 1rem;
}
.single-resource__content blockquote {
  padding: 2rem;
}
@media only screen and (min-width: 1025px) {
  .single-resource__content blockquote {
    padding: 4rem 6rem;
  }
}
.single-resource__content blockquote p {
  position: relative;
  font-size: 2.4rem;
  line-height: 110%;
  font-weight: var(--font-weight-bold);
  margin-bottom: 3rem;
  hanging-punctuation: first;
}
@media only screen and (min-width: 1025px) {
  .single-resource__content blockquote p {
    font-size: 4rem;
  }
}
.single-resource__content blockquote p:before {
  position: absolute;
  content: "“";
  transform: translateX(-1.5rem);
}
@media only screen and (min-width: 1025px) {
  .single-resource__content blockquote p:before {
    transform: translateX(-2rem);
  }
}
.single-resource__content blockquote p:after {
  content: "”";
}
.single-resource__content blockquote cite {
  text-transform: uppercase;
  line-height: 140%;
}
.single-resource__content blockquote cite span {
  font-weight: var(--font-weight-bold);
}
.single-resource__figure {
  margin: 2.4rem 0;
}
.single-resource__figure img {
  border: 1px solid #ccc;
  max-width: 100%;
}
.single-resource__figure img.no-border {
  border: none;
}
.single-resource__figure figcaption {
  display: block;
  font-size: 1.3rem;
  margin-top: 1rem;
  line-height: 140%;
}
.single-resource__figure figcaption strong, .single-resource__figure figcaption b {
  font-weight: var(--font-weight-bold);
}
.single-resource__bar {
  display: flex;
  margin-bottom: 4rem;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .single-resource__bar {
    flex-direction: row;
    align-items: center;
  }
}
.single-resource__author-bar {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .single-resource__author-bar {
    flex-direction: row;
  }
}
.single-resource__author, .single-resource__posted {
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1025px) {
  .single-resource__author, .single-resource__posted {
    margin-bottom: 0;
    line-height: 1;
  }
}
.single-resource__posted {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1025px) {
  .single-resource__posted {
    margin-bottom: 0;
  }
}
.single-resource__author {
  padding-right: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 1025px) {
  .single-resource__author {
    border-right: 1px solid var(--color-navy-black);
  }
}
.single-resource__social-links {
  display: flex;
  gap: 1.6rem;
}
.single-resource__social-links a {
  border-bottom: none;
  cursor: pointer;
}
.single-resource__demo {
  display: flex;
  flex-direction: column;
  background-color: var(--color-navy-black);
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .single-resource__demo {
    flex-direction: row;
    height: 23rem;
  }
}
.single-resource__demo-left, .single-resource__demo-right {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .single-resource__demo-left, .single-resource__demo-right {
    width: 30%;
  }
}
.single-resource__demo-left svg {
  transform: rotate(90deg) translateX(-2px) scale(1.02);
  display: block;
}
@media only screen and (min-width: 1025px) {
  .single-resource__demo-left svg {
    transform: rotate(0) translateX(0) scale(1);
  }
}
.single-resource__demo-right svg {
  transform: rotate(90deg) translateX(2px) scale(1.02);
  display: block;
}
@media only screen and (min-width: 1025px) {
  .single-resource__demo-right svg {
    transform: rotate(0) translateX(0) scale(1);
  }
}
.single-resource__demo-content {
  color: var(--color-white);
  font-size: 6vw;
  text-align: center;
  font-weight: var(--font-weight-bold) !important;
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
}
@media only screen and (min-width: 1025px) {
  .single-resource__demo-content {
    font-size: 2vw;
    padding: 0;
  }
}
.single-resource__demo-content strong {
  margin-bottom: 1rem;
  line-height: 120%;
}

.search__result {
  margin-bottom: 4rem;
  border-top: 1px solid var(--color-gray-3);
  padding-top: 4rem;
}
.search__result:last-child {
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--color-gray-3);
}
.search__result a {
  border-color: var(--color-neon-green) !important;
}
.search__term {
  color: var(--color-neon-green);
}
.search__cpt {
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
  margin-bottom: 2rem;
  font-size: 1.3rem;
}
.search__title {
  font-size: 1.8rem;
  font-weight: var(--font-weight-light);
  margin-bottom: 1rem;
  line-height: 1.5 !important;
}
.search__highlight {
  font-weight: var(--font-weight-bold);
  padding: 0.2rem 0.3rem;
}
.search__highlight:first-child {
  background-color: var(--color-neon-green);
}
.search__custom-field {
  font-size: 1.6rem;
  line-height: 130%;
  display: block;
  margin-top: 1.2rem;
}
.search__pagination {
  display: flex;
  flex-direction: row;
  font-size: 1.8rem;
  grid-column: 1/span 3;
  gap: 1rem;
  line-height: 1;
  font-size: 1.6rem;
  margin-top: 5rem;
}
.search__pagination .prev {
  margin-right: 2rem;
}
.search__pagination .next {
  margin-left: 2rem;
}
.search__pagination a {
  border: 1px solid var(--color-navy-black) !important;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.5s ease, backgroundColor 0.5s ease;
}
.search__pagination a:hover {
  color: var(--color-white);
  background-color: var(--color-navy-black);
}
.search__pagination.current a {
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  background-color: var(--color-navy-black);
}
.search .page-numbers {
  margin: 0;
  padding: 0.6rem 1rem;
}
.search .page-numbers.current {
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  background-color: var(--color-navy-black);
  border: 1px solid var(--color-navy-black) !important;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.5s ease, backgroundColor 0.5s ease;
}

.footer {
  background: var(--color-navy-black);
  color: var(--color-white);
  padding: var(--margin-mobile-gutter) 0;
}
@media only screen and (min-width: 1025px) {
  .footer {
    display: grid;
    padding: var(--margin-desktop-gutter) 0 0;
    grid-template-columns: [full-start] minmax(var(--margin-desktop-gutter), 1fr) [center-start] repeat(12, [col-start] minmax(min-content, 12rem) [col-end]) [center-end] minmax(var(--margin-desktop-gutter), 1fr) [full-end];
  }
}
.footer__container {
  padding: 6rem 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media only screen and (min-width: 1025px) {
  .footer__container {
    padding: 6rem 0;
    grid-column: col-start 1/col-end 12;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
  }
}
.footer__row {
  color: var(--color-white);
  margin-bottom: 3rem;
  padding: 0 0 0 var(--margin-mobile-gutter);
}
@media only screen and (min-width: 1025px) {
  .footer__row {
    padding: 0;
  }
}
.footer__row--column {
  grid-column: 1/span 2;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 4rem;
       column-gap: 4rem; /* Adjust the gap between columns as needed */
  grid-column: 1/span 2;
}
@media only screen and (min-width: 1025px) {
  .footer__row--column {
    grid-column: 6/span 1;
    -moz-column-count: unset;
         column-count: unset;
    width: auto;
  }
}
.footer__row strong {
  font-size: 1.2rem;
  font-weight: var(--font-weight-bold);
  margin-bottom: 1.5rem;
  display: block;
}
@media only screen and (min-width: 1025px) {
  .footer__row strong {
    margin-bottom: 2.5rem;
  }
}
.footer__logo {
  grid-column: 1/span 2;
}
@media only screen and (min-width: 1025px) {
  .footer__logo {
    grid-column: 1/span 1;
  }
}
.footer__nav {
  transform: translateX(-0.5rem);
}
.footer__nav--bold {
  transform: translateX(-0.5rem) translateY(-0.5rem);
}
.footer__nav-link {
  display: inline-block;
  font-size: 1.2rem;
  color: var(--color-white);
  padding: 0.5rem;
  transition: color 0.5s ease;
  line-height: 1.4;
}
.footer__nav-link:hover {
  color: var(--color-neon-green);
}
.footer__nav-link--bold {
  font-weight: var(--font-weight-bold);
  margin-bottom: 2.5rem;
}

.yt_wrapper {
  position: relative;
  width: 80vw;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.yt_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-responsive-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
}
.c-responsive-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-resource.simple.pt {
  flex-direction: column;
  align-items: flex-start;
  min-height: 10rem;
}
.single-resource.simple.pt h3 {
  font-size: 16px;
  font-weight: var(--font-weight-regular);
  text-transform: uppercase;
  color: var(--color-neon-blue);
  margin-bottom: 1em;
}
.single-resource.simple.pt h1 {
  margin: 0;
}
@media only screen and (min-width: 1025px) {
  .single-resource.simple.pt {
    align-items: center;
    min-height: 20rem;
  }
  .single-resource.simple.pt h1, .single-resource.simple.pt h3 {
    grid-column: unset;
  }
  .single-resource.simple.pt h3 {
    margin-bottom: 10px;
  }
  .single-resource.simple.pt > div {
    grid-column: col-start 1/col-end 9;
  }
}

.single-resource__container.pt {
  background-color: var(--color-gray-4);
}
@media only screen and (min-width: 1025px) {
  .single-resource__container.pt {
    padding: 10rem 0;
  }
}

.single-resource__content.pt {
  grid-column: col-start 1/col-end 6;
}
.single-resource__content.pt h3 {
  font-size: 1.2em;
  text-transform: none;
}
.single-resource__content.pt h3:first-child {
  margin-top: 0;
}

.single-resource__sidebar.simple.pt {
  grid-column: col-start 8/col-end 12;
  margin-bottom: 2em;
}
@media only screen and (min-width: 1025px) {
  .single-resource__sidebar.simple.pt {
    margin-bottom: 0;
  }
}

.single-resource__video.pt {
  margin-top: 3em;
}

.c-webinar-speakers__title {
  margin-bottom: 24px;
}
.c-webinar-speakers__people {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 14px;
  margin-bottom: 48px;
}
@media only screen and (min-width: 1025px) {
  .c-webinar-speakers__people {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-webinar-speakers__people h4, .c-webinar-speakers__people p {
  padding: 0 12px;
  margin: 0;
  font-size: 16px;
}
.c-webinar-speakers__people h4 {
  font-weight: bold;
  text-transform: none;
}
.c-webinar-speakers__people img {
  border-radius: 100%;
  margin-bottom: 10px;
}

.single-resource__hubspot-integration {
  margin-top: 32px;
}
@media only screen and (min-width: 1025px) {
  .single-resource__hubspot-integration {
    margin-top: 48px;
  }
}

@media only screen and (min-width: 769px) {
  .c-whats-next__title {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 1025px) {
  .c-whats-next__title {
    padding: 0;
  }
}

/* Page */
.c-getting-started-for-individuals {
  position: relative;
  background-color: var(--color-gray-4);
  grid-column: full-start/full-end;
  padding: 6rem 0 3rem;
}
@media only screen and (min-width: 1025px) {
  .c-getting-started-for-individuals {
    padding: 9rem 0;
  }
}
.c-getting-started-for-individuals__content {
  padding: var(--margin-mobile-gutter);
  text-align: center;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 1025px) {
  .c-getting-started-for-individuals__content {
    grid-column: col-start 4/col-end 9;
    padding: 0;
    margin-bottom: 5rem;
  }
}
.c-getting-started-for-individuals__content h3 {
  margin-bottom: 2.5rem;
}
.c-getting-started-for-individuals__items {
  grid-column: full-start/full-end;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.375rem;
  grid-auto-rows: 1fr;
}
@media only screen and (min-width: 769px) {
  .c-getting-started-for-individuals__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1025px) {
  .c-getting-started-for-individuals__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-getting-started-for-individuals__items .item {
  background-color: var(--color-navy-black);
  transition: background-color 0.3s ease;
}
.c-getting-started-for-individuals__items .item-content {
  padding: 3.125rem 1.563rem 2.5rem;
  color: white;
}
.c-getting-started-for-individuals__items .item-title {
  font-size: 24px;
  margin-bottom: 1rem;
}
.c-getting-started-for-individuals__items .item-text {
  font-size: 16px;
}
.c-getting-started-for-individuals__items .item-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-neon-blue);
  padding: 14px;
  transition: background-color 0.3s ease;
}
.c-getting-started-for-individuals__items .item-icons-wrapper {
  position: relative;
}
.c-getting-started-for-individuals__items .item-icon {
  width: 160px;
}
.c-getting-started-for-individuals__items .item-icon.is-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.c-getting-started-for-individuals__items .item:hover {
  background-color: var(--color-neon-blue);
}
.c-getting-started-for-individuals__items .item:hover .item-icons {
  background-color: var(--color-navy-black);
}
.c-getting-started-for-individuals__items .item:hover .item-content {
  color: var(--color-navy-black);
}
.c-getting-started-for-individuals__items .item:hover .item-icon.is-first {
  opacity: 0;
}
.c-getting-started-for-individuals__items .item:hover .item-icon.is-hover {
  opacity: 1;
}

.c-getting-started-for-enterprises {
  position: relative;
  background-color: var(--color-gray-4);
  grid-column: full-start/full-end;
  padding: 6rem 0 3rem;
}
@media only screen and (min-width: 1025px) {
  .c-getting-started-for-enterprises {
    padding: 9rem 0;
  }
}
.c-getting-started-for-enterprises__content {
  padding: var(--margin-mobile-gutter);
  text-align: center;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 1025px) {
  .c-getting-started-for-enterprises__content {
    grid-column: col-start 4/col-end 9;
    padding: 0;
    margin-bottom: 5rem;
  }
}
.c-getting-started-for-enterprises__content h3 {
  margin-bottom: 2.5rem;
}
.c-getting-started-for-enterprises__content .training-video {
  margin-top: 28px;
}
.c-getting-started-for-enterprises__content .training-video-link {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 16px;
}
.c-getting-started-for-enterprises__content .training-video-link:hover {
  font-weight: bold;
}
.c-getting-started-for-enterprises__items-wrapper {
  padding: var(--margin-mobile-gutter);
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .c-getting-started-for-enterprises__items-wrapper {
    grid-column: col-start 3/col-end 10;
    padding: 0;
  }
}
.c-getting-started-for-enterprises__icons {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 38px;
}
.c-getting-started-for-enterprises__icons > div {
  position: relative;
}
.c-getting-started-for-enterprises__icons > div::before, .c-getting-started-for-enterprises__icons > div::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  margin-top: -2px;
  background-color: var(--color-neon-blue);
  width: 1000%;
}
.c-getting-started-for-enterprises__icons > div::before {
  right: 100%;
}
.c-getting-started-for-enterprises__icons > div::after {
  left: 100%;
}
.c-getting-started-for-enterprises__svg-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-getting-started-for-enterprises__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  grid-auto-rows: 1fr;
}
@media only screen and (min-width: 1025px) {
  .c-getting-started-for-enterprises__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-getting-started-for-enterprises__items .item {
  position: relative;
  background-color: var(--color-navy-black);
  min-height: 282px;
  overflow: hidden;
  transition: background-color 0.3s ease;
}
.c-getting-started-for-enterprises__items .item:hover {
  background-color: var(--color-neon-blue);
}
.c-getting-started-for-enterprises__items .item:hover .item-title {
  opacity: 0;
  pointer-events: none;
}
.c-getting-started-for-enterprises__items .item:hover .item-text {
  opacity: 1;
  pointer-events: auto;
}
.c-getting-started-for-enterprises__items .item:hover .c-getting-started-for-enterprises__svg {
  opacity: 0;
}
.c-getting-started-for-enterprises__items .item:hover .c-getting-started-for-enterprises__svg-hover {
  opacity: 1;
}
.c-getting-started-for-enterprises__items .item:hover .c-getting-started-for-enterprises__icons > div::before, .c-getting-started-for-enterprises__items .item:hover .c-getting-started-for-enterprises__icons > div::after {
  background-color: var(--color-navy-black);
}
.c-getting-started-for-enterprises__items .item-title {
  position: absolute;
  top: 20px;
  left: 40px;
  right: 40px;
  bottom: 78px;
  font-size: 28px;
  color: var(--color-neon-blue);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .c-getting-started-for-enterprises__items .item-title {
    font-size: 32px;
  }
}
.c-getting-started-for-enterprises__items .item-title, .c-getting-started-for-enterprises__items .item-title h3 {
  font-weight: 300;
}
.c-getting-started-for-enterprises__items .item-text {
  position: absolute;
  top: 20px;
  left: 40px;
  right: 40px;
  bottom: 78px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
.c-getting-started-for-enterprises__items .item-text p {
  font-size: 16px;
  color: var(--color-navy-black);
}

/* Single */
.c-getting-started-single__hero-subhead {
  text-transform: uppercase;
  margin-bottom: 16px;
}

.c-whats-next {
  background-color: var(--color-neon-blue);
  padding: 32px 0 32px;
  grid-column: full-start/full-end;
}
@media only screen and (min-width: 769px) {
  .c-whats-next {
    padding: 100px 0 32px;
  }
}
.c-whats-next__title {
  grid-column: 2/span 12;
  order: unset;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 769px) {
  .c-whats-next__title {
    margin-bottom: 4rem;
  }
}
.c-whats-next__title > h2 {
  color: var(--color-navy-black);
  padding: 2.4rem;
  font-size: 32px;
}
@media only screen and (min-width: 769px) {
  .c-whats-next__title > h2 {
    padding: 0;
    font-size: 48px;
  }
}
.c-whats-next__items {
  grid-column: full-start/full-end;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 25px;
  grid-auto-rows: 1fr;
}
@media only screen and (min-width: 769px) {
  .c-whats-next__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-whats-next__items .item {
  background-color: var(--color-navy-black);
}
.c-whats-next__items .content {
  color: white;
  padding: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .c-whats-next__items .content {
    padding: 40px;
  }
}
.c-whats-next__items .content h3 {
  margin-bottom: 24px;
}
.c-whats-next__items .single-resource__content {
  font-size: 16px;
}
.c-whats-next__items .single-resource__content ul {
  padding: 0 0 0 1em;
}
.c-whats-next__items .single-resource__content p, .c-whats-next__items .single-resource__content ul li, .c-whats-next__items .single-resource__content ol li {
  line-height: 20px;
}
.c-whats-next__items .single-resource__content ul li, .c-whats-next__items .single-resource__content ol li {
  margin: 0 0 2px 0;
}

.c-getting-started-content {
  position: relative;
  background-color: var(--color-gray-4);
  grid-column: full-start/full-end;
  padding: 25px;
}
@media only screen and (min-width: 1025px) {
  .c-getting-started-content {
    padding: 50px 0;
  }
}
.c-getting-started-content__index-wrapper {
  position: sticky;
  top: 80px;
  grid-column: full-start/full-end;
  background-color: var(--color-gray-4);
}
.c-getting-started-content__index {
  order: unset;
  grid-column: 2/span 12;
  margin-bottom: 50px;
}
@media only screen and (min-width: 769px) {
  .c-getting-started-content__index {
    margin-bottom: 80px;
  }
}
.c-getting-started-content__index ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media only screen and (min-width: 1025px) {
  .c-getting-started-content__index ul {
    gap: 32px;
    justify-content: flex-start;
  }
}
.c-getting-started-content__index button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  text-align: left;
  color: var(--color-navy-black);
}
.c-getting-started-content__index button:hover {
  text-decoration: underline;
}
.c-getting-started-content__index button.is-active {
  font-weight: bold;
}
.c-getting-started-content__items {
  grid-column: 2/span 12;
  order: unset;
}
.c-getting-started-content__items .item {
  scroll-margin-top: 120px;
}
.c-getting-started-content__items .item:not(:last-child) {
  margin-bottom: 70px;
}
.c-getting-started-content__items .item .item-image {
  margin-bottom: 32px;
}
.c-getting-started-content__items .item .item-text {
  grid-column: initial;
  font-size: 16px;
}
.c-getting-started-content__items .item .item-text h2 {
  font-weight: bold;
  margin-bottom: 16px;
}
.c-getting-started-content__items .item .item-text ul {
  padding: 0 0 0 1em;
}
.c-getting-started-content__items .item .item-text p, .c-getting-started-content__items .item .item-text ul li, .c-getting-started-content__items .item .item-text ol li {
  line-height: 20px;
}
.c-getting-started-content__items .item .item-text ul li, .c-getting-started-content__items .item .item-text ol li {
  margin: 0 0 2px 0;
}
.c-getting-started-content__items .item .item-text a {
  font-weight: normal;
  border-bottom: none;
  text-decoration: underline;
}
.c-getting-started-content__items .item .item-text a:hover {
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .c-getting-started-content__items .item {
    display: grid;
    gap: 70px;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-getting-started-content__items .item:not(:last-child) {
    margin-bottom: 110px;
  }
  .c-getting-started-content__items .item .item-image {
    margin-bottom: 0;
  }
  .c-getting-started-content__items .item .item-text {
    padding-left: 50px;
  }
  .c-getting-started-content__items .item:nth-child(even) .item-image {
    order: 2;
  }
  .c-getting-started-content__items .item:nth-child(even) .item-text {
    order: 1;
    padding-left: 0;
  }
  .c-getting-started-content__items .item .item-text {
    margin-top: 50px;
  }
  .c-getting-started-content__items .item .item-text h2 {
    margin-bottom: 32px;
  }
}

/* Schedule Demo */
.page-template-template-get-started .schedule-demo__content .btn, .page-template-template-get-started-page .schedule-demo__content .btn, .single-get-started .schedule-demo__content .btn {
  background-color: var(--color-neon-blue);
}
.page-template-template-get-started .schedule-demo__graphic path, .page-template-template-get-started-page .schedule-demo__graphic path, .single-get-started .schedule-demo__graphic path {
  fill: var(--color-neon-blue);
}

.page-template-template-get-started .hero__animation-container, .page-template-template-get-started-page .hero__animation-container {
  width: 100%;
  padding-right: 0;
}
@media only screen and (min-width: 1025px) {
  .page-template-template-get-started .hero__animation-container, .page-template-template-get-started-page .hero__animation-container {
    width: initial;
  }
}

#hubspot-form-container .hs-input:not([type=file]) {
  background: #FFFFFF;
  border: 0.5px solid #000000;
}
#hubspot-form-container .hs-form .hs-button {
  background-color: var(--color-neon-blue) !important;
  cursor: pointer;
}
#hubspot-form-container .hs-error-msgs {
  margin: 0;
  padding: 0 0 0 1em;
}
#hubspot-form-container label {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}
#hubspot-form-container .hs_error_rollup {
  margin-bottom: 1em;
}
#hubspot-form-container .hs-form .field {
  margin-bottom: 10px;
}
#hubspot-form-container ul.no-list.hs-error-msgs.inputs-list li {
  margin-bottom: 20px;
}
#hubspot-form-container ul.no-list.hs-error-msgs.inputs-list label {
  color: #FC473F;
}
