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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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: "";
  content: none;
}

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

.color-white {
  color: #F3F3F3;
}

.color-lightgray {
  color: #898990;
}

.color-cardsgray {
  color: #3A3A3E;
}

.color-darkgray {
  color: #232325;
}

.color-black {
  color: #151517;
}

.color-graygreen {
  color: #70833C;
}

.color-accentgreen {
  color: #CBFB45;
}

.color-accentlightgreen {
  color: #D7FF66;
}

.color-red {
  color: #FE0000;
}

@font-face {
  font-family: "Everett";
  src: url("/assets/fonts/Everett-Regular.otf") format("opentype");
}
@font-face {
  font-family: "EverettLight";
  src: url("/assets/fonts/Everett-Light.otf") format("opentype");
}
@font-face {
  font-family: "EverettMedium";
  src: url("/assets/fonts/Everett-Medium.otf") format("opentype");
}
p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "zero";
}
@media (min-width: 960px) {
  p {
    font-size: 18px;
    line-height: 30px;
  }
}

a {
  font-feature-settings: "zero";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #151517;
}

h1, h2, h3 {
  font-feature-settings: "zero";
}

.hf-header-l {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "EverettLight", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  letter-spacing: -0.03em;
  line-height: 1.11;
}
@media (min-width: 500px) {
  .hf-header-l {
    font-size: 42px;
  }
}
@media (min-width: 960px) {
  .hf-header-l {
    font-size: 54px;
  }
}

.hf-header-m {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 1.11;
  font-family: "EverettLight", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: -0.03em;
}
@media (min-width: 960px) {
  .hf-header-m {
    font-size: 44px;
    line-height: 48px;
  }
}

.hf-header-ms {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "EverettLight", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: -0.03em;
  font-size: 30px;
  line-height: 36px;
}

.hf-header-s {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-family: "EverettLight", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.11;
}
@media (min-width: 768px) {
  .hf-header-s {
    font-size: 30px;
    line-height: 36px;
  }
}

.eyebrow {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  line-height: 12px;
  font-family: "EverettMedium", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.eyebrow.big {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .eyebrow.big {
    margin-bottom: 54px;
    font-size: 13px;
    line-height: 15px;
  }
}

#hf-nav {
  position: sticky;
  top: 0;
  z-index: 9;
  height: 150px;
  margin-bottom: -150px;
  padding: 0 30px;
  pointer-events: none;
}
@media (max-width: 959px) {
  #hf-nav {
    display: none;
  }
}
@media (min-width: 768px) {
  #hf-nav {
    padding: 0 60px;
  }
}
#hf-nav .container {
  padding: 0;
}
#hf-nav.light .hf-nav-logo svg path {
  fill: #F3F3F3;
}
#hf-nav.dark .hf-nav-logo svg path {
  fill: #151517;
}
#hf-nav .hf-nav-logo-container {
  margin-left: 1px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
#hf-nav a.hf-nav-logo {
  display: block;
  position: relative;
  width: 148px;
  height: 14px;
  pointer-events: auto;
  opacity: 0;
  animation-timing-function: ease-in;
  animation-duration: 800ms;
  animation-name: navLogoFadeIn;
  animation-delay: 300ms;
  animation-fill-mode: forwards;
}
#hf-nav a.hf-nav-logo svg {
  overflow: visible;
  transform: translate3d(0, 0, 0);
  position: absolute;
  display: block;
  cursor: pointer;
}
#hf-nav a.hf-nav-logo svg path {
  fill: #F3F3F3;
  transition: fill 200ms ease;
}
#hf-nav a.hf-nav-logo svg path.leftSide {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.32, 0, 0.67, 0);
  animation-duration: 700ms;
  animation-name: navLogoSnapLeftSide;
  animation-delay: 200ms;
  animation-fill-mode: forwards;
}
#hf-nav a.hf-nav-logo svg path.rightSide {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.32, 0, 0.67, 0);
  animation-duration: 700ms;
  animation-name: navLogoSnapRightSide;
  animation-delay: 200ms;
  animation-fill-mode: forwards;
}
#hf-nav a.hf-nav-logo svg path.letter {
  opacity: 0;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-duration: 400ms;
  animation-name: navLogoLetterFadeInUp;
  animation-delay: 800ms;
}
@keyframes navLogoFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes navLogoBolt {
  0% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes navLogoSnapLeftSide {
  0% {
    transform: translateX(-8px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes navLogoSnapRightSide {
  0% {
    transform: translateX(8px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes navLogoLetterFadeInUp {
  0% {
    transform: translate3d(0, 4px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
#hf-nav .hf-nav-items {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  pointer-events: auto;
}
#hf-nav .hf-nav-items li {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
#hf-nav .hf-nav-items li.demo {
  padding-right: 70px;
}
#hf-nav .hf-nav-items li.demo svg {
  animation-name: arrowEnter;
  animation-duration: 400ms;
  animation-delay: 1300ms;
  animation-fill-mode: backwards;
}
#hf-nav .hf-nav-items li.demo svg:nth-child(1) {
  transform: translate(-400%, -50%);
}
#hf-nav .hf-nav-items li.demo svg:nth-child(2) {
  transform: translate(-50%, -50%);
}
#hf-nav .hf-nav-items li.demo a {
  color: #CBFB45;
}
#hf-nav .hf-nav-items li.demo a:hover > .circle-button {
  transform: scale(1.3) translateY(-50%);
}
#hf-nav .hf-nav-items li.demo a:hover svg {
  transition-property: transform;
  transition-duration: 400ms;
}
#hf-nav .hf-nav-items li.demo a:hover svg:nth-child(1) {
  transform: translate(-50%, -50%);
}
#hf-nav .hf-nav-items li.demo a:hover svg:nth-child(2) {
  transform: translate(400%, -50%);
}
#hf-nav .hf-nav-items li.demo a:active .circle-button {
  transform: scale(1) translateY(-50%);
}
#hf-nav .hf-nav-items li.demo span {
  position: absolute;
  left: 100%;
  margin-left: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 200ms ease-in-out;
  animation-fill-mode: backwards;
  overflow: hidden;
}
#hf-nav .hf-nav-items li.demo path {
  transition: fill 200ms ease-in-out;
}
#hf-nav .hf-nav-items li.demo line {
  transition: stroke 200ms ease-in-out;
}
#hf-nav .hf-nav-items li a {
  transition: color 200ms ease-in-out;
  color: #F3F3F3;
}

@keyframes arrowEnter {
  0% {
    transform: translate(-300%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes navFadeInUp {
  0% {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes navFadeOutDown {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 10px, 0);
    opacity: 0;
  }
}
@keyframes locationDotFadeInUp {
  0% {
    transform: translate3d(0, -6px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, -16px, 0);
    opacity: 1;
  }
}
@keyframes navbloop {
  0% {
    transform: scale(0) translateY(-50%);
  }
  100% {
    transform: scale(1) translateY(-50%);
  }
}
#hf-nav a.hf-nav-logo {
  transform: translate3d(0, 0, 0);
}
#hf-nav .hf-nav-items li .circle-button {
  transform-origin: top;
  animation-duration: 500ms;
  animation-timing-function: ease;
  animation-name: navbloop;
  animation-fill-mode: both;
  animation-delay: 1020ms;
  transition: background-color 200ms ease-in-out;
}
#hf-nav .hf-nav-items li a {
  position: relative;
  display: block;
  transform: translate3d(0, 0, 0);
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: navFadeInUp;
  animation-fill-mode: forwards;
  opacity: 0;
}
#hf-nav .hf-nav-items li a:hover + .location-dot {
  opacity: 1;
  transform: translateY(-16px);
}
#hf-nav .hf-nav-items li:nth-child(1) a, #hf-nav .hf-nav-items li:nth-child(1) .location-dot {
  animation-delay: 780ms;
}
#hf-nav .hf-nav-items li:nth-child(2) a, #hf-nav .hf-nav-items li:nth-child(2) .location-dot {
  animation-delay: 860ms;
}
#hf-nav .hf-nav-items li:nth-child(3) a, #hf-nav .hf-nav-items li:nth-child(3) .location-dot {
  animation-delay: 940ms;
}
#hf-nav .hf-nav-items li:nth-child(4) a, #hf-nav .hf-nav-items li:nth-child(4) .location-dot {
  animation-delay: 1020ms;
}
#hf-nav .hf-nav-items li:nth-child(5) a, #hf-nav .hf-nav-items li:nth-child(5) .location-dot {
  animation-delay: 1100ms;
}
#hf-nav .hf-nav-items li .location-dot {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  transition: background-color 200ms ease-in-out;
  background-color: #F3F3F3;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 48px;
  transition: transform 400ms, opacity 400ms;
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}

.scroll-indicator {
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  animation: 0ms ease-in-out forwards indicator-show;
  animation-delay: 0s;
  z-index: 1;
}
@media (min-width: 960px) {
  .scroll-indicator {
    bottom: 60px;
    right: 60px;
  }
}
.scroll-indicator svg line.cls-5 {
  animation: 800ms cubic-bezier(0.16, 1, 0.3, 1) forwards indicator-stretch;
  animation-delay: 0s;
  transform: translateY(-40px) scaleY(2);
}
.scroll-indicator svg path.cls-6 {
  animation: 800ms cubic-bezier(0.16, 1, 0.3, 1) forwards indicator-translate;
  animation-delay: 0s;
  transform: translateX(-0.72px) translateY(-40px);
}
.scroll-indicator svg g.cls-3 {
  animation: 800ms ease-out forwards indicator-rotate;
  animation-delay: 80ms;
  opacity: 0;
}
@media (min-width: 960px) {
  .scroll-indicator {
    animation-delay: 1340ms;
  }
  .scroll-indicator svg line.cls-5, .scroll-indicator svg path.cls-6 {
    animation-delay: 1340ms;
  }
  .scroll-indicator svg g.cls-3 {
    animation-delay: 1420ms;
  }
}
.scroll-indicator[data-hide=true] {
  animation: 800ms ease-in-out forwards indicator-hide;
}
.scroll-indicator[data-hide=true] svg line.cls-5 {
  transform: translateY(0) scaleY(1);
}
.scroll-indicator[data-hide=true] svg path.cls-6 {
  transform: translateX(-0.72px) translateY(0);
}
.scroll-indicator[data-hide=true] svg g.cls-3 {
  opacity: 1;
}
.scroll-indicator[data-hide=true] line.cls-5, .scroll-indicator[data-hide=true] path.cls-6, .scroll-indicator[data-hide=true] g.cls-3 {
  animation-name: indicator-hide;
}
.scroll-indicator[data-hide=false] {
  animation-delay: 0s;
}
.scroll-indicator[data-hide=false] svg line.cls-5, .scroll-indicator[data-hide=false] svg path.cls-6 {
  animation-delay: 0s;
}
.scroll-indicator[data-hide=false] svg g.cls-3 {
  animation-delay: 80ms;
}

@keyframes indicator-hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes indicator-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes indicator-stretch {
  0% {
    transform: translateY(-40px) scaleY(2);
  }
  100% {
    transform: translateY(0) scaleY(1);
  }
}
@keyframes indicator-translate {
  0% {
    transform: translateX(-0.72px) translateY(-40px);
  }
  100% {
    transform: translateX(-0.72px) translateY(0);
  }
}
@keyframes indicator-rotate {
  0% {
    opacity: 0;
    transform: rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}
#hf-nav-mobile {
  position: absolute;
  width: 100%;
  z-index: 9;
  height: 111px;
}
@media (min-width: 960px) {
  #hf-nav-mobile {
    display: none;
  }
}
#hf-nav-mobile .nav-mobile-container {
  position: fixed;
  width: 100%;
}
#hf-nav-mobile a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
#hf-nav-mobile a.hf-nav-logo {
  position: absolute;
  width: 148px;
  height: 14px;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
#hf-nav-mobile a.circle-button {
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
  transition: background-color 200ms ease-in-out;
}
#hf-nav-mobile a.circle-button:active {
  background-color: #898990;
}
#hf-nav-mobile a.circle-button svg {
  width: 100%;
  top: 50%;
}
#hf-nav-mobile a.circle-button svg path {
  transition: stroke 200ms ease-in-out;
}
#hf-nav-mobile a.circle-button svg line {
  transition: stroke 200ms ease-in-out;
}
#hf-nav-mobile a.circle-button svg stop {
  transition: stop-color 200ms ease-in-out;
}

.menu-content {
  background-color: #CBFB45;
  height: 100vh;
  padding: 180px 45px 0 45px;
  overflow: auto;
}
.menu-content > * {
  display: block;
  margin: 32px 0;
}
.menu-content a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.menu-content a:active {
  color: #70833C;
}

#request-demo {
  position: relative;
  box-sizing: border-box;
  background-color: #CBFB45;
  text-align: center;
  padding-top: 180px;
  padding-bottom: 180px;
  transform: translateZ(0);
}
@media (min-width: 960px) {
  #request-demo {
    padding-top: 216px;
    padding-bottom: 216px;
    text-align: left;
  }
}
#request-demo .reveal-item:nth-child(1) {
  animation-delay: 300ms !important;
}
#request-demo .reveal-item:nth-child(2) {
  animation-delay: 500ms !important;
}
#request-demo .eyebrow {
  color: #70833C;
  margin-bottom: 24px;
}
#request-demo .circle-button {
  background-color: #151517;
  width: 54px;
  height: 54px;
  transform: scale(0);
  transition: transform 300ms ease-in-out;
}
#request-demo .circle-button svg {
  transition: opacity 300ms ease-in;
  transform-origin: 50% 50%;
}
#request-demo .circle-button svg:first-child {
  transform: translate(-50%, -50%) scaleX(1);
}
#request-demo .circle-button svg:last-child {
  transform: translate(-50%, -50%) scaleX(1);
}
#request-demo .circle-button svg line {
  stroke: #F3F3F3;
}
#request-demo .circle-button svg path {
  fill: #F3F3F3;
}
#request-demo.dark {
  background-color: #3A3A3E;
}
#request-demo.dark h1 {
  color: #F3F3F3;
}
#request-demo.dark .eyebrow {
  color: #898990;
}
#request-demo.dark .circle-button {
  background-color: #F3F3F3;
}
#request-demo.dark .circle-button svg line {
  stroke: #151517;
}
#request-demo.dark .circle-button svg path {
  fill: #151517;
}
#request-demo [data-revealed=true] .circle-button {
  opacity: 1;
  transform: scale(1);
  transition-delay: 600ms;
}
#request-demo a#demo {
  display: block;
  position: relative;
  margin-top: 68px;
  margin-right: auto;
  margin-left: auto;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  transition: transform 300ms ease-in-out;
}
#request-demo a#demo svg path {
  transition: fill 200ms ease-in-out;
}
#request-demo a#demo svg line {
  transition: stroke 200ms ease-in-out;
}
@media (min-width: 768px) {
  #request-demo a#demo:hover {
    transform: scale(1.3);
  }
  #request-demo a#demo:hover svg {
    transition-property: transform, opacity;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
  }
  #request-demo a#demo:hover svg:first-child {
    opacity: 0;
    transform: translate(200%, -50%) scaleX(1);
  }
  #request-demo a#demo:hover svg:last-child {
    animation-name: radArrowEnterLeft;
    animation-timing-function: ease-in-out;
    animation-duration: 300ms;
    opacity: 1;
  }
}
@keyframes radArrowEnterLeft {
  from {
    opacity: 0;
    transform: translate(-40px, -50%) scaleX(1);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scaleX(1);
  }
}
@media (min-width: 960px) {
  #request-demo .row {
    display: flex;
  }
  #request-demo a#demo {
    display: inline-block;
    color: #CBFB45;
    width: 54px;
    height: 54px;
    position: relative;
    margin: 0;
    margin-left: 15px;
    top: 2px;
  }
  #request-demo .circle-button {
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0);
    transition: transform 500ms ease-in-out;
    overflow: hidden;
    transform-origin: 50% 50%;
  }
}

#request-demo-modal {
  z-index: 999;
  will-change: transform;
  transition-property: transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  opacity: 0;
  transform: translate3d(100%, 0, 0);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  visibility: hidden;
}
@media (min-width: 768px) {
  #request-demo-modal {
    transform: translate3d(50%, 0, 0);
  }
}
#request-demo-modal .backdrop {
  position: absolute;
  width: 50%;
  background-color: #151517;
  background-color: #232325;
  bottom: 0;
  right: 50%;
  top: 0;
  will-change: transform;
  transition-property: transform;
  transition-duration: 1000ms;
  transition-timing-function: ease-in-out;
  transform: translate3d(100%, 0, 0);
}
#request-demo-modal .backdrop .backdrop-img-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  will-change: transform;
  transition-property: transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transform: translate3d(100%, 0, 0);
}
#request-demo-modal .backdrop .backdrop-img {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  background-color: #000;
  will-change: transform;
  transition-property: transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transform: translate3d(-120%, 0, 0);
  width: 100vw;
  background-image: url("/assets/img/global/hyperheads.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
}
#request-demo-modal .backdrop-color {
  transform: translate3d(0, 0, 0);
  position: absolute;
  background-color: #CBFB45;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  #request-demo-modal .backdrop-color {
    width: 50%;
  }
}
#request-demo-modal .content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
#request-demo-modal .content-inner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 100px 30px 30px;
  overflow: auto;
}
@media (min-width: 768px) {
  #request-demo-modal .content-inner {
    left: 50%;
    padding: 186px 60px 60px;
  }
}
#request-demo-modal .demo-form {
  will-change: transform;
  transition-property: transform, opacity;
  transition-duration: 600ms;
  transition-timing-function: ease-in-out;
}
#request-demo-modal .demo-confirm {
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#request-demo-modal .demo-confirm h1 {
  margin-bottom: 72px;
}
@media (min-width: 768px) {
  #request-demo-modal .demo-confirm {
    padding-bottom: 130px;
  }
}
#request-demo-modal h1 {
  max-width: 290px;
}
@media (min-width: 768px) {
  #request-demo-modal h1 {
    max-width: 500px;
  }
}
#request-demo-modal .close-button {
  cursor: pointer;
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out;
  transition-duration: 300ms;
  height: 48px;
  width: 48px;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
@media (min-width: 768px) {
  #request-demo-modal .close-button {
    top: 50px;
    right: 60px;
    height: 54px;
    width: 54px;
  }
  #request-demo-modal .close-button:hover {
    transform: scale(1.3);
  }
  #request-demo-modal .close-button:active {
    transform: scale(1);
  }
}
#request-demo-modal .close-button .icon-group {
  border-radius: 0;
}
#request-demo-modal .close-button .icon-group .icon-ring {
  opacity: 1;
  border-radius: 100%;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}
#request-demo-modal .close-button .icon-group .icon-ring svg {
  transform: translate(0, 0);
  top: 0;
  left: 0;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
#request-demo-modal .close-button .icon-group .icon-ring svg path {
  stroke: #151517;
  opacity: 1;
}
#request-demo-modal .close-button .icon-group .icon {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  transition-duration: 500ms;
}
#request-demo-modal .close-button .icon-group .icon svg line {
  stroke: #151517;
}
#request-demo-modal a.cta {
  position: relative;
  padding-left: 50px;
}
#request-demo-modal .icon-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#request-demo-modal .icon-arrow svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#request-demo-modal .icon-arrow svg line {
  stroke: #151517;
}
#request-demo-modal .icon-arrow svg path {
  fill: #151517;
}
#request-demo-modal .copy-block {
  will-change: transform, opacity;
  transition-property: transform, opacity;
  transition-duration: 1200ms;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  transform: translate3d(0, 40px, 0);
}
#request-demo-modal form#request-demo-form {
  transform: translate3d(0, 0, 0);
}
#request-demo-modal form#request-demo-form .form-wrapper-inner {
  position: relative;
  width: 100%;
}
#request-demo-modal form#request-demo-form .form-items {
  padding: 56px 0 70px;
  display: grid;
  row-gap: 50px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  #request-demo-modal form#request-demo-form .form-items {
    padding: 80px 0;
  }
}
@media (min-width: 1100px) {
  #request-demo-modal form#request-demo-form .form-items {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 60px;
    padding-bottom: 110px;
  }
}
#request-demo-modal form#request-demo-form .form-items > * {
  min-width: 0;
}
#request-demo-modal form#request-demo-form .form-item {
  position: relative;
  will-change: opacity;
  transition-property: opacity;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 1;
}
#request-demo-modal form#request-demo-form .form-item .error {
  opacity: 0;
  transition: opacity 200ms ease-in-out;
  color: #FE0000;
  font-size: 11px;
  line-height: 30px;
}
#request-demo-modal form#request-demo-form .form-item .error-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}
#request-demo-modal form#request-demo-form label {
  will-change: transform, opacity;
  transition-property: transform, opacity;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  color: #70833C;
  font-size: 13px;
  line-height: 1.85;
  display: block;
}
@media (min-width: 768px) {
  #request-demo-modal form#request-demo-form label {
    font-size: 15px;
  }
}
#request-demo-modal form#request-demo-form label span.required {
  margin-left: 4px;
}
#request-demo-modal form#request-demo-form input {
  width: 100%;
  padding-right: 30px;
  background: none;
  border: none;
  padding: 6px 0px;
  display: block;
  font-size: 18px;
}
#request-demo-modal form#request-demo-form input:focus {
  border: none;
  outline: none;
}
#request-demo-modal form#request-demo-form .form-submit {
  position: relative;
  height: 54px;
}
#request-demo-modal form#request-demo-form .form-submit a.submit {
  font-size: 15px;
  width: 120px;
  height: 54px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 55px;
  cursor: pointer;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}
#request-demo-modal form#request-demo-form .form-submit a.submit span.text {
  position: absolute;
  top: 50%;
  will-change: transform, opacity;
  transition-property: transform, opacity;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transform: translate3d(0, 10px, 0);
  opacity: 0;
}
@media (min-width: 768px) {
  #request-demo-modal form#request-demo-form .form-submit a.submit:hover span.circle-button {
    transform: translateY(-50%) scale(1.3) !important;
  }
  #request-demo-modal form#request-demo-form .form-submit a.submit:hover span.circle-button svg:first-child {
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transform: translate(200%, -50%) scaleX(1);
  }
  #request-demo-modal form#request-demo-form .form-submit a.submit:hover span.circle-button svg:last-child {
    animation-name: radArrowEnterLeft;
    animation-timing-function: ease-in-out;
    animation-duration: 300ms;
    opacity: 1;
    transform: translate(-50%, -50%) scaleX(1);
  }
}
#request-demo-modal form#request-demo-form .form-submit span.circle-button {
  position: absolute;
  right: 0;
  top: 50%;
  width: 48px;
  height: 48px;
  transform-origin: center;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transform: translateY(-50%) scale(0);
}
@media (min-width: 768px) {
  #request-demo-modal form#request-demo-form .form-submit span.circle-button {
    width: 54px;
    height: 54px;
  }
}
#request-demo-modal form#request-demo-form hr.fade {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  transform-origin: 0 50%;
  transform: scaleX(0);
  transition: transform 800ms cubic-bezier(0.33, 1, 0.68, 1);
}
#request-demo-modal[data-state=open-form] {
  z-index: 999;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}
#request-demo-modal[data-state=open-form] .backdrop {
  transform: translate3d(0, 0, 0);
}
#request-demo-modal[data-state=open-form] .backdrop-img-mask {
  transform: translate3d(0, 0, 0);
}
#request-demo-modal[data-state=open-form] .backdrop-img {
  transform: translate3d(-50%, 0, 0);
}
#request-demo-modal[data-state=open-form] .demo-form .copy-block {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 1500ms;
}
#request-demo-modal[data-state=open-form] form#request-demo-form .form-item {
  opacity: 1;
}
#request-demo-modal[data-state=open-form] form#request-demo-form .form-item label {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#request-demo-modal[data-state=open-form] form#request-demo-form .form-item:nth-child(1) hr {
  transition-delay: 800ms;
}
#request-demo-modal[data-state=open-form] form#request-demo-form .form-item:nth-child(1) label {
  transition-delay: 1000ms;
}
#request-demo-modal[data-state=open-form] form#request-demo-form .form-item:nth-child(2) hr {
  transition-delay: 875ms;
}
#request-demo-modal[data-state=open-form] form#request-demo-form .form-item:nth-child(2) label {
  transition-delay: 1075ms;
}
#request-demo-modal[data-state=open-form] form#request-demo-form .form-item:nth-child(3) hr {
  transition-delay: 950ms;
}
#request-demo-modal[data-state=open-form] form#request-demo-form .form-item:nth-child(3) label {
  transition-delay: 1150ms;
}
#request-demo-modal[data-state=open-form] form#request-demo-form .form-item:nth-child(4) hr {
  transition-delay: 1025ms;
}
#request-demo-modal[data-state=open-form] form#request-demo-form .form-item:nth-child(4) label {
  transition-delay: 1225ms;
}
#request-demo-modal[data-state=open-form] form#request-demo-form .form-item:nth-child(5) hr {
  transition-delay: 1100ms;
}
#request-demo-modal[data-state=open-form] form#request-demo-form .form-item:nth-child(5) label {
  transition-delay: 1300ms;
}
#request-demo-modal[data-state=open-form] form#request-demo-form .form-item:nth-child(6) hr {
  transition-delay: 1175ms;
}
#request-demo-modal[data-state=open-form] form#request-demo-form .form-item:nth-child(6) label {
  transition-delay: 1375ms;
}
#request-demo-modal[data-state=open-form] form#request-demo-form hr.fade {
  transition-delay: 1000ms;
  transform: scaleX(1);
}
#request-demo-modal[data-state=open-form] form#request-demo-form .form-submit a.submit {
  opacity: 1;
  transition-delay: 2200ms;
}
#request-demo-modal[data-state=open-form] form#request-demo-form .form-submit a.submit span.text {
  opacity: 1;
  transform: translate3d(0, -50%, 0);
  transition-delay: 2200ms;
}
#request-demo-modal[data-state=open-form] form#request-demo-form .form-submit span.circle-button {
  transform: translateY(-50%) scale(1);
  animation-name: submit-button-appear;
  animation-duration: 600ms;
  animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  animation-delay: 1400ms;
}
#request-demo-modal[data-state=open-form] form#request-demo-form .form-submit span.circle-button svg {
  transform: translate(-50%, -50%);
}
#request-demo-modal[data-state=open-form] form#request-demo-form .form-submit span.circle-button svg:first-child {
  animation-name: submitArrowEnterLeftInitial;
  animation-duration: 600ms;
  animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  animation-delay: 2200ms;
}
#request-demo-modal[data-state=open-form] form#request-demo-form .form-submit span.circle-button svg:last-child {
  opacity: 0;
}
@keyframes submitArrowEnterLeftInitial {
  from {
    opacity: 0;
    transform: translate(-40px, -50%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes submit-button-appear {
  from {
    transform: translateY(-50%) scale(0);
  }
  to {
    transform: translateY(-50%) scale(1);
  }
}
#request-demo-modal[data-state=open-form] .close-button .icon-group .icon-ring svg {
  animation: ring-appear 1000ms cubic-bezier(0.65, 0, 0.35, 1);
  animation-delay: 1200ms;
  animation-fill-mode: forwards;
}
#request-demo-modal[data-state=open-form] .close-button .icon-group .icon {
  opacity: 1;
  transition-delay: 1200ms;
}
@keyframes ring-appear {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
#request-demo-modal[data-state=closed] {
  visibility: hidden;
}
#request-demo-modal[data-state=closed] form#request-demo-form .form-item {
  opacity: 0;
}
#request-demo-modal[data-state=closed] form#request-demo-form .form-item label {
  transform: translate3d(0, 20px, 0);
}
#request-demo-modal[data-state=open-confirm] {
  z-index: 999;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}
#request-demo-modal[data-state=open-confirm] .backdrop {
  transform: translate3d(0, 0, 0);
}
#request-demo-modal[data-state=open-confirm] .backdrop-img-mask {
  transform: translate3d(0, 0, 0);
}
#request-demo-modal[data-state=open-confirm] .backdrop-img {
  transform: translate3d(-50%, 0, 0);
}
#request-demo-modal[data-state=open-confirm] .demo-form {
  transform: translate3d(0, 40px, 0);
  opacity: 0;
}
#request-demo-modal[data-state=open-confirm] .demo-confirm {
  visibility: visible;
}
#request-demo-modal[data-state=open-confirm] .demo-confirm .copy-block {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-delay: 600ms;
}
#request-demo-modal[data-state=open-confirm] .close-button .icon-group .icon-ring svg {
  stroke-dashoffset: 0;
}
#request-demo-modal[data-state=open-confirm] .close-button .icon-group .icon {
  opacity: 1;
}
#request-demo-modal[data-state=closing-form] {
  opacity: 1;
  display: block;
  z-index: 999;
  visibility: visible;
}
#request-demo-modal[data-state=closing-form] .close-button {
  transform: scale(0);
}
#request-demo-modal[data-state=closing-form] .close-button .icon-group .icon-ring svg {
  stroke-dashoffset: 0;
}
#request-demo-modal[data-state=closing-form] .close-button .icon-group .icon {
  opacity: 1;
}
#request-demo-modal[data-state=closing-confirm] {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}
#request-demo-modal[data-state=closing-confirm] .demo-form {
  transform: translate3d(0, 40px, 0);
  opacity: 0;
}
#request-demo-modal[data-state=closing-confirm] .close-button {
  transform: scale(0);
}
#request-demo-modal[data-state=closing-confirm] .close-button .icon-group .icon-ring svg {
  stroke-dashoffset: 0;
}
#request-demo-modal[data-state=closing-confirm] .close-button .icon-group .icon {
  opacity: 1;
}

#hf-footer {
  position: relative;
  overflow: hidden;
  background-color: #F3F3F3;
  height: 100vh;
}
#hf-footer:after {
  content: "";
  background-color: #CBFB45;
  position: absolute;
  bottom: 0;
  height: 30px;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  #hf-footer {
    height: 598px;
  }
}
#hf-footer a:hover {
  text-decoration: underline;
}
#hf-footer p {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 20px;
}
#hf-footer .content {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 72px;
  padding-bottom: 42px;
  background-color: #F3F3F3;
  will-change: transform;
  height: 100vh;
}
@media (min-width: 768px) {
  #hf-footer .content {
    padding-top: 96px;
    padding-bottom: 126px;
    height: 598px;
    height: 100%;
  }
}
#hf-footer .hf-logo-credo {
  position: relative;
  padding-left: 48px;
  line-height: 1;
  margin-bottom: 72px;
}
#hf-footer .hf-logo-credo span {
  left: 0;
  position: absolute;
  width: 34px;
  height: 34px;
  top: 52%;
  transform: translateY(-50%);
}
#hf-footer .hf-logo-credo span svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#hf-footer .contact {
  margin-bottom: 44px;
}
@media (min-width: 768px) {
  #hf-footer .contact {
    margin-bottom: 0;
  }
}
#hf-footer .contact p {
  line-height: 1;
}
#hf-footer .contact p:last-child {
  margin-bottom: 0;
}
#hf-footer .contact .email {
  margin-top: 44px;
}
@media (min-width: 768px) {
  #hf-footer .contact .email {
    margin-top: 56px;
  }
}
#hf-footer .copyright {
  padding-top: 180px;
  color: #151517;
}
#hf-footer .copyright span {
  color: #898990;
}
@media (min-width: 768px) {
  #hf-footer .copyright {
    padding-top: 240px;
    margin-left: 50%;
    padding-left: 13px;
  }
}
@media (min-width: 768px) {
  #hf-footer .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
  }
}
#hf-footer[data-position=offscreen] .content {
  transform: translate3d(0, -50%, 0);
}
#hf-footer[data-position=onscreen] .content {
  transition: transform 50ms ease-out;
  bottom: 0;
}

body[data-modal-active=true] {
  overflow-y: hidden !important;
}

.hf-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  overflow: hidden;
}
.hf-modal .container {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  z-index: 10;
  overflow: hidden;
}
.hf-modal:before {
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition-duration: 700ms;
  transition-timing-function: ease-in-out;
  animation-duration: 700ms;
  animation-timing-function: ease-in-out;
  z-index: 1;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 960px) {
  .hf-modal:after {
    background-color: #F3F3F3;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    z-index: 2;
    will-change: transform;
    transform: translate3d(0, 0, 0);
  }
  .hf-modal.offset-20:after {
    animation-duration: 700ms;
    animation-timing-function: ease-in-out;
    background-color: #F3F3F3;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
  }
}
@media (max-width: 768px) {
  .hf-modal .container {
    padding: 0;
  }
}
.hf-modal[data-open=false] {
  pointer-events: none;
}
.hf-modal[data-open=false]:before {
  opacity: 0;
  animation-name: modal_fade-out;
}
.hf-modal[data-open=true]:before {
  animation-name: modal_fade-in;
  opacity: 1;
}
.hf-modal .close {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  position: absolute;
  right: 30px;
  top: 30px;
  background-color: #151517;
  background-image: url("/assets/svg/icon-close-dark-s.svg");
  background-position: center;
  background-repeat: no-repeat;
  animation-duration: 200ms;
  animation-delay: 500ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  transition: transform 200ms ease-in-out;
}
@media (min-width: 768px) {
  .hf-modal .close {
    top: 50px;
    right: 60px;
    background-color: #CBFB45;
    background-image: url("/assets/svg/icon-close-light.svg");
    background-position: center;
  }
  .hf-modal .close:hover {
    transform: scale(1.3);
  }
}
@media (min-width: 960px) {
  .hf-modal .close {
    background-color: #CBFB45;
    background-image: url("/assets/svg/icon-close.svg");
    background-position: center;
  }
}
.hf-modal .modal-content {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  background: #F3F3F3;
  height: 100%;
  overflow: auto;
}
@media (min-width: 768px) {
  .hf-modal .modal-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin-left: 282px;
    max-width: 1158px;
    width: 100%;
  }
}
@media (min-width: 960px) {
  .hf-modal .modal-content {
    height: 100vh;
    display: grid;
    grid-template-columns: 32% auto;
  }
}
.hf-modal .modal-content-header {
  will-change: width;
  background-color: #CBFB45;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 136px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hf-modal .modal-content-header {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 960px) {
  .hf-modal .modal-content-header {
    padding-top: 190px;
  }
}
.hf-modal .modal-content-header h1 {
  opacity: 1;
  transform: translateY(0);
  will-change: opacity, transform;
  transition: opacity 200ms ease-in-out;
  white-space: pre-wrap;
}
.hf-modal .modal-content-header h1 .reveal-item {
  animation-delay: 500ms;
}
.hf-modal .modal-content-header h1 .reveal-item[data-index="1"] {
  animation-delay: 600ms;
}
.hf-modal .modal-content-body {
  padding: 30px;
  padding-top: 61px;
  padding-bottom: 61px;
  overflow: auto;
  transition: opacity 200ms ease-in-out;
}
@media (min-width: 960px) {
  .hf-modal .modal-content-body {
    padding-top: 190px;
    padding-bottom: 180px;
  }
}
@media (min-width: 1080px) {
  .hf-modal .modal-content-body {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.hf-modal .modal-content-body p {
  transform: translateY(0);
  line-height: 2;
  margin-bottom: 2em;
  animation-delay: 500ms;
  will-change: opacity, transform;
}
@media (min-width: 768px) {
  .hf-modal .modal-content-body p {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .hf-modal .modal-content-body p {
    padding-left: 0;
  }
}
.hf-modal .modal-content-body p:last-child {
  margin-bottom: 0;
}
.hf-modal .modal-content {
  overflow: auto;
  animation-duration: 700ms;
  animation-timing-function: ease-in-out;
}
.hf-modal .modal-content .modal-content-header {
  animation-duration: 700ms;
  animation-timing-function: ease-in-out;
}
.hf-modal[data-modal-animation=slide-in] .modal-content {
  animation-name: modal_slide-in;
}
.hf-modal[data-modal-animation=slide-in] .modal-content .modal-content-header {
  animation-name: modal_slide-in-header;
}
@media (max-width: 767px) {
  .hf-modal[data-modal-animation=slide-in] .modal-content .modal-content-header {
    width: 100% !important;
  }
}
.hf-modal[data-modal-animation=slide-in] .modal-content .close {
  animation-name: modal_close-reveal;
}
.hf-modal[data-modal-animation=slide-in].offset-20:after {
  animation-name: modal_slide-in;
}
.hf-modal[data-modal-animation=slide-out] .modal-content {
  animation-name: modal_slide-out;
  animation-duration: 400ms;
  animation-delay: 200ms;
}
.hf-modal[data-modal-animation=slide-out] .modal-content .modal-content-header {
  animation-name: modal_slide-out-header;
  animation-duration: 400ms;
  animation-delay: 200ms;
}
.hf-modal[data-modal-animation=slide-out] .modal-content .close {
  transform: scale(0);
}
.hf-modal[data-modal-animation=slide-out].offset-20:after {
  animation-name: modal_slide-out;
  animation-duration: 400ms;
  animation-delay: 200ms;
}
.hf-modal[data-modal-animation=none] .modal-content .close {
  animation-name: none;
}
@keyframes modal_slide-in {
  0% {
    transform: translateX(110%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes modal_slide-out {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes modal_slide-in-header {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes modal_slide-out-header {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes modal_close-reveal {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes modal_fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes modal_fade-out {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal_fade-out {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0;
  }
}

body[data-modal-open=true] {
  overflow-y: hidden !important;
}

.hypermodal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow: hidden;
}
.hypermodal .hypermodal-backdrop {
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  transform: translate3d(0, 0, 0);
  transition-property: opacity;
  transition-duration: 1000ms;
  transition-timing-function: ease-in-out;
}
.hypermodal .hypermodal-content {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  z-index: 2;
  height: 100%;
  overflow: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 1158px;
  width: 100%;
  background-color: #F3F3F3;
}
@media (min-width: 768px) {
  .hypermodal .hypermodal-content {
    left: 282px;
    left: auto;
    margin-left: 282px;
  }
}
@media (min-width: 960px) {
  .hypermodal .hypermodal-content {
    background-color: transparent;
    height: 100vh;
    display: grid;
    grid-template-columns: 32% auto;
  }
}
.hypermodal .hypermodal-content-header {
  will-change: transform;
  background-color: #CBFB45;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 136px;
  padding-bottom: 100px;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 768px) {
  .hypermodal .hypermodal-content-header {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 960px) {
  .hypermodal .hypermodal-content-header {
    padding-top: 190px;
  }
}
.hypermodal .hypermodal-content-header h1 {
  opacity: 1;
  will-change: opacity, transform;
  transition: opacity 200ms ease-in-out;
  white-space: pre-wrap;
}
.hypermodal .hypermodal-content-body {
  padding: 30px;
  overflow: auto;
  transition: opacity 200ms ease-in-out;
  background-color: #F3F3F3;
  z-index: 2;
}
@media (min-width: 768px) {
  .hypermodal .hypermodal-content-body {
    padding: 60px;
  }
}
@media (min-width: 960px) {
  .hypermodal .hypermodal-content-body {
    padding-top: 190px;
  }
}
@media (min-width: 1080px) {
  .hypermodal .hypermodal-content-body {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.hypermodal .hypermodal-content-body p {
  transform: translateY(0);
  line-height: 2;
  margin-bottom: 2em;
  will-change: opacity, transform;
}
@media (min-width: 768px) {
  .hypermodal .hypermodal-content-body p {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .hypermodal .hypermodal-content-body p {
    padding-left: 0;
    max-width: 500px;
  }
}
.hypermodal .hypermodal-content-body p:last-child {
  margin-bottom: 0;
}
.hypermodal .close {
  z-index: 3;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  position: absolute;
  right: 30px;
  top: 30px;
  background-color: #151517;
  background-image: url("/assets/svg/icon-close-dark-s.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 200ms ease-in-out;
  transform: scale(0);
}
@media (min-width: 768px) {
  .hypermodal .close {
    top: 50px;
    right: 60px;
    background-color: #CBFB45;
    background-image: url("/assets/svg/icon-close-light.svg");
    background-position: center;
  }
  .hypermodal .close:hover {
    transform: scale(1.3) !important;
  }
}
@media (min-width: 960px) {
  .hypermodal .close {
    background-color: #CBFB45;
    background-image: url("/assets/svg/icon-close.svg");
    background-position: center;
  }
}
.hypermodal[data-open=false] {
  pointer-events: none;
}
.hypermodal[data-open=false] .hypermodal-backdrop {
  opacity: 0;
}
.hypermodal[data-open=true] .hypermodal-backdrop {
  opacity: 1;
}
.hypermodal[data-animation=slide-in] .hypermodal-content {
  transform: translateX(100%);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}
@media (min-width: 960px) {
  .hypermodal[data-animation=slide-in] .hypermodal-content {
    transform: translateX(68%);
  }
  .hypermodal[data-animation=slide-in] .hypermodal-content-header {
    transform: translateX(100%);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  }
}
.hypermodal[data-animation=slide-in][data-open=true] .hypermodal-content {
  transition-duration: 1000ms;
  transform: translateX(0);
}
.hypermodal[data-animation=slide-in][data-open=true] .close {
  animation-name: close-button-appear;
  animation-duration: 500ms;
  animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  animation-delay: 800ms;
  transform: scale(1);
  animation-fill-mode: backwards;
}
@keyframes close-button-appear {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media (min-width: 960px) {
  .hypermodal[data-animation=slide-in][data-open=true] .hypermodal-content-header {
    transition-duration: 1000ms;
    transform: translateX(0);
  }
}
.hypermodal[data-animation=slide-in][data-open=false] .hypermodal-content {
  transition-duration: 1000ms;
}
.hypermodal[data-animation=slide-in][data-open=false] .close {
  transition-delay: 0ms;
  transform: scale(0);
  animation-name: close-button-disappear;
  animation-duration: 500ms;
  animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}
@keyframes close-button-disappear {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@media (min-width: 768px) {
  .hypermodal[data-animation=slide-in][data-open=false] .close:hover {
    animation-name: close-button-disappear-hover;
    animation-duration: 500ms;
    animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  }
}
@keyframes close-button-disappear-hover {
  0% {
    opacity: 1;
    transform: scale(1.3);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@media (min-width: 960px) {
  .hypermodal[data-animation=slide-in][data-open=false] .hypermodal-content-header {
    transition-duration: 1000ms;
  }
}
.hypermodal[data-animation=slide-in] .hypermodal-backdrop {
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}

.hypermodal[data-style=benefits] .circle-button, .hypermodal[data-style=component] .circle-button {
  overflow: hidden;
}
.hypermodal[data-style=benefits] .circle-button:before, .hypermodal[data-style=benefits] .circle-button:after, .hypermodal[data-style=component] .circle-button:before, .hypermodal[data-style=component] .circle-button:after {
  content: "";
  position: absolute;
  transform-origin: center center;
  left: 50%;
  height: 18px;
  width: 2px;
  animation-duration: 700ms;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  will-change: transform, opacity;
}
.hypermodal[data-style=benefits] .circle-button:before, .hypermodal[data-style=component] .circle-button:before {
  top: calc(50% + 1px);
  left: calc(50% - 0px);
  transform: translate3d(-50%, -50%, 0) rotate(45deg) scaleX(0.5) translateY(50%) translateY(6px);
  transform: translate3d(-50%, -50%, 0) rotate(45deg) scaleX(0.5) translateY(50%);
  background-color: #CBFB45;
  background-image: linear-gradient(#CBFB45 0%, #CBFB45 2px, #5a6925 3px, #5a6925 12px, rgba(90, 105, 37, 0.5) 16px, #CBFB45 100%);
  background-size: 100% 100%;
}
.hypermodal[data-style=benefits] .circle-button:after, .hypermodal[data-style=component] .circle-button:after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg) scaleX(0.5) translateY(50%) translateY(9px);
  transform: translate(-50%, -50%) rotate(-45deg) scaleX(0.5) translateY(50%);
  background-color: #CBFB45;
  background-image: linear-gradient(#CBFB45 0%, #CBFB45 4px, #5a6925 5px, #5a6925 12px, rgba(90, 105, 37, 0.5) 17px, #CBFB45 100%);
  background-size: 100% 100%;
  animation-delay: 75ms;
}
@media (min-width: 768px) {
  .hypermodal[data-style=benefits] .circle-button:hover:before, .hypermodal[data-style=component] .circle-button:hover:before {
    animation-name: lineA;
  }
  .hypermodal[data-style=benefits] .circle-button:hover:after, .hypermodal[data-style=component] .circle-button:hover:after {
    animation-name: lineB;
  }
}
@keyframes lineA {
  0% {
    opacity: 1;
    background-position: 0% 0%;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) rotate(45deg) scaleX(0.75) translateY(25%) translateY(-8px);
    background-position: 0% 100%;
    opacity: 0;
  }
}
@keyframes lineB {
  0% {
    opacity: 1;
    background-position: 0% 0%;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) rotate(-45deg) scaleX(0.75) translateY(25%) translateY(-10px);
    background-position: 0% 100%;
    opacity: 0;
  }
}

* {
  scroll-behavior: smooth;
}

:root {
  --vh: 100vh;
}

html {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  -webkit-overflow-scrolling: touch;
}

#main {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}

body {
  color: #151517;
  background-color: #151517;
  font-family: "Everett", "Helvetica Neue", "Helvetica", sans-serif;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

* {
  box-sizing: border-box;
}

#main {
  position: relative;
}

a {
  text-decoration: none;
}

.container {
  position: relative;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

hr.fade {
  position: relative;
  border: none;
  height: 1px;
  background-color: #898990;
  z-index: 1;
  opacity: 30%;
  margin: 28px -10px;
}
hr.fade:before {
  content: "";
  position: absolute;
  width: 30px;
  left: 0;
  height: 1px;
  z-index: 2;
}
hr.fade:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 30px;
  right: 0;
  height: 1px;
  z-index: 2;
}
hr.fade.white:before {
  background: linear-gradient(90deg, #f3f3f3, rgba(243, 243, 243, 0));
}
hr.fade.white:after {
  background: linear-gradient(-90deg, #f3f3f3, rgba(243, 243, 243, 0));
}
hr.fade.black:before {
  background: linear-gradient(90deg, #151517, rgba(21, 21, 23, 0));
}
hr.fade.black:after {
  background: linear-gradient(-90deg, #151517, rgba(21, 21, 23, 0));
}
hr.fade.accentgreen:before {
  background: linear-gradient(90deg, #cbfb45, rgba(203, 251, 69, 0));
}
hr.fade.accentgreen:after {
  background: linear-gradient(-90deg, #cbfb45, rgba(203, 251, 69, 0));
}

.circle-button {
  position: relative;
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
}
.circle-button.s {
  width: 48px;
  height: 48px;
}
@media (min-width: 768px) {
  .circle-button.s {
    width: 54px;
    height: 54px;
  }
}
.circle-button.l {
  width: 54px;
  height: 54px;
}
@media (min-width: 960px) {
  .circle-button.l {
    width: 81px;
    height: 81px;
  }
}
.circle-button.light {
  border: 1px solid #151517;
}
.circle-button.dark {
  background-color: #151517;
}
.circle-button.dark line {
  stroke: #F3F3F3;
}
.circle-button.dark path {
  fill: #F3F3F3;
}
.circle-button.accent {
  background-color: #CBFB45;
}
.circle-button svg {
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  transform: translate(-50%, -50%);
}

.fade-button {
  width: 72px;
  height: 72px;
}
@media (min-width: 960px) {
  .fade-button {
    width: 81px;
    height: 81px;
  }
}
.fade-button .icon-group {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.fade-button .icon-group .icon-ring {
  position: absolute;
  opacity: 0.4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fade-button .icon-group .icon-ring svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}
.fade-button .icon-group .icon-gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fade-button .icon-group .icon {
  width: 9px;
  height: 9px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fade-button .icon-group .icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fade-button.white .icon-ring svg path {
  stroke: #151517;
}
.fade-button.white .icon-gradient {
  background: linear-gradient(150deg, #F3F3F3 0%, #F3F3F3 20%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.fade-button.accentgreen .icon-ring svg path {
  stroke: #151517;
}
.fade-button.accentgreen .icon-gradient {
  background: linear-gradient(150deg, #CBFB45 0%, #CBFB45 20%, rgba(203, 251, 69, 0) 50%, rgba(203, 251, 69, 0) 100%);
}
.fade-button.black .icon-ring svg path {
  stroke: #F3F3F3;
}
.fade-button.black .icon-gradient {
  background: linear-gradient(150deg, #151517 0%, #151517 20%, rgba(21, 21, 23, 0) 50%, rgba(21, 21, 23, 0) 100%);
}
.fade-button.darkgray .icon-ring svg path {
  stroke: #F3F3F3;
}
.fade-button.darkgray .icon-gradient {
  background: linear-gradient(150deg, #232325 0%, #232325 20%, rgba(21, 21, 23, 0) 50%, rgba(21, 21, 23, 0) 100%);
}

.scroll-reveal .reveal-item {
  position: relative;
  display: block;
  opacity: 0;
}
.scroll-reveal[data-reveal-style=fade-in-up] .reveal-item {
  will-change: opacity, transform;
  animation-duration: 500ms;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.scroll-reveal[data-reveal-style=fade-in-up][data-revealed=true] .reveal-item {
  animation-name: scroll-fade-in-up;
}

@keyframes scroll-fade-in-up {
  0% {
    transform: translate3d(0, 40px, 0) rotate(2deg);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
    opacity: 1;
  }
}
.snap-sequence-scroll-content {
  z-index: -1;
}

.animated-snap-sequence {
  position: relative;
}
.animated-snap-sequence .snap-sequence-renderer {
  position: absolute;
  width: 100vw;
  height: var(--vh);
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  z-index: -2;
}
.animated-snap-sequence .snap-sequence-renderer .snap-sequence-canvas {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.animated-snap-sequence[data-renderer-position=fixed] .snap-sequence-renderer {
  position: fixed;
  top: 0;
  bottom: 0;
}
.animated-snap-sequence[data-renderer-position=bottom] .snap-sequence-renderer {
  top: auto;
  bottom: 0;
}
.animated-snap-sequence .sequence-item {
  position: relative;
  height: var(--vh);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: ease-out;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.animated-snap-sequence .sequence-item .sequence-item-element {
  position: absolute;
  transform: translate3d(0, 0, 0);
}
.animated-snap-sequence .sequence-item .sequence-item-element .line {
  display: block;
  transform: translate3d(0, 0, 0);
}
.animated-snap-sequence .sequence-item .sequence-item-element[data-animation=fade-in-up] .line {
  will-change: opacity, transform;
  animation-duration: 500ms;
  animation-timing-function: ease-out;
  animation-fill-mode: backwards;
  opacity: 0;
}
.animated-snap-sequence .sequence-item[data-state=activated] {
  opacity: 1;
}
.animated-snap-sequence .sequence-item[data-state=activated] .sequence-item-element[data-animation=fade-in-up] .line {
  opacity: 1;
  animation-name: asdFadeInUp;
}
.animated-snap-sequence .sequence-item[data-state=activated] .sequence-item-element[data-animation=fade-in-up] .line.first:nth-child(1) {
  animation-delay: 700ms !important;
}
.animated-snap-sequence .sequence-item[data-state=activated] .sequence-item-element[data-animation=fade-in-up] .line.first:nth-child(2) {
  animation-delay: 800ms !important;
}
.animated-snap-sequence .sequence-item[data-state=activated] .sequence-item-element[data-animation=fade-in-up] .line.first:nth-child(3) {
  animation-delay: 900ms !important;
}
.animated-snap-sequence .sequence-item[data-state=activated] .sequence-item-element[data-animation=fade-in-up] .line.staggered:nth-child(2) {
  animation-name: asdFadeInUp-2;
}
.animated-snap-sequence .sequence-item[data-state=activated] .sequence-item-element[data-animation=fade-in-up] .line.staggered:nth-child(3) {
  animation-name: asdFadeInUp-3;
}
.animated-snap-sequence .sequence-item[data-state=outgoing] .sequence-item-element[data-animation=fade-in-up] .line {
  animation-name: asdFadeOut;
}
.animated-snap-sequence .sequence-item[data-state=outgoing] .sequence-item-element[data-animation=fade-in-up] .line.staggered:nth-child(1) {
  animation-delay: 200ms;
}
.animated-snap-sequence .sequence-item[data-state=outgoing] .sequence-item-element[data-animation=fade-in-up] .line.staggered:nth-child(2) {
  animation-delay: 100ms;
}
.animated-snap-sequence .sequence-item[data-state=outgoing] .sequence-item-element[data-animation=fade-in-up] .line.staggered:nth-child(3) {
  animation-delay: 0ms;
}
.animated-snap-sequence[data-scroll-direction=up] .sequence-item[data-state=activated] .sequence-item-element[data-animation=fade-in-up] .line.staggered {
  animation-name: unset;
}
@keyframes asdFadeInUp {
  0% {
    transform: translate3d(0, 40px, 0) rotate(2deg);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes asdFadeInUp-2 {
  0% {
    transform: translate3d(0, 50px, 0) rotate(2deg);
    opacity: 0;
  }
  20% {
    opacity: 0.1;
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes asdFadeInUp-3 {
  0% {
    transform: translate3d(0, 60px, 0) rotate(2deg);
    opacity: 0;
  }
  35% {
    opacity: 0.1;
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes asdFadeOut {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0;
  }
}

.card-sequence {
  position: relative;
}
.card-sequence .card-sequence-content {
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
}
.card-sequence[data-live=true] .card-sequence-content {
  position: fixed;
  top: 0;
}
.card-sequence[data-renderer-position=start] .copy-block {
  opacity: 1;
}
.card-sequence[data-renderer-position=end] .card-sequence-content {
  top: auto;
  bottom: 0;
}
.card-sequence[data-renderer-position=end] .copy-block {
  opacity: 0;
}
.card-sequence .slider-container {
  position: absolute;
  top: 0;
  transform: translateY(0%);
  height: 412px;
  width: 100vw;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (min-width: 960px) {
  .card-sequence .slider-container {
    height: 500px;
  }
}
.card-sequence .slider-container::-webkit-scrollbar {
  display: none;
}
.card-sequence .slider-horizontal {
  position: absolute;
  will-change: transform;
  left: 0;
  transition: transform 500ms ease-in-out;
}
.card-sequence .slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  user-select: none;
  visibility: hidden;
  background-color: #151517;
  overflow: hidden;
  transition: transform 200ms ease-in-out;
  transform-origin: top;
  width: 64px;
  height: 64px;
}
.card-sequence .slider-nav:active {
  opacity: 0.5;
}
.card-sequence .slider-nav:hover {
  transform: scale(1.3) translateY(-50%);
}
@media (min-width: 960px) {
  .card-sequence .slider-nav {
    visibility: visible;
  }
}
.card-sequence .left-nav {
  left: 32px;
}
.card-sequence .left-nav:hover svg {
  animation-name: arrowSwipeLeft;
  animation-duration: 400ms;
}
.card-sequence .right-nav {
  right: 32px;
}
.card-sequence .right-nav:hover svg {
  animation-name: arrowSwipeRight;
  animation-duration: 400ms;
}
.card-sequence .slider-content {
  position: relative;
  display: flex;
  flex-direction: row;
}
.card-sequence .slider-content > * {
  flex-grow: 1;
  margin-right: 13px;
}
.card-sequence .slider-content > *:last-child {
  margin-right: 0;
}
.card-sequence .card-slider.scroll-reveal .card {
  transition-property: opacity, transform;
  transition-duration: 600ms;
  transition-timing-function: ease-in-out;
  transition-delay: 600ms;
  opacity: 0;
  transform: translateY(40px);
}
.card-sequence .card-slider.scroll-reveal .card:first-child {
  transition-delay: 0ms;
}
.card-sequence .card-slider.scroll-reveal .card:nth-child(2) {
  transition-delay: 150ms;
}
.card-sequence .card-slider.scroll-reveal .card:nth-child(3) {
  transition-delay: 300ms;
}
.card-sequence .card-slider.scroll-reveal .card:nth-child(4) {
  transition-delay: 450ms;
}
.card-sequence .card-slider[data-revealed=true] .card {
  opacity: 1;
  transform: translateY(0);
}
.card-sequence .hovercard {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  transition: background-color 400ms ease-in-out;
  background-color: #3A3A3E;
}
.card-sequence .hovercard .hovercard-head {
  transition: color 200ms ease-in-out;
  user-select: none;
}
.card-sequence .hovercard .hovercard-head span {
  transition: color 200ms ease-in-out;
}
.card-sequence .hovercard .arrow-icon {
  position: absolute;
  width: 36px;
  height: 4px;
  overflow: visible;
  z-index: 2;
  bottom: 40px;
  left: 40px;
}
.card-sequence .hovercard .arrow-icon svg {
  opacity: 0;
  position: absolute;
  transition: opacity 300ms ease-in;
}
.card-sequence .hovercard .arrow-icon svg:first-child {
  transition-delay: 300ms;
  transform: scaleX(1) translateX(0);
  opacity: 1;
}
.card-sequence .hovercard .arrow-icon svg:last-child {
  transition: opacity 300ms ease-in;
  transform: scaleX(1.5) translateX(0);
}
.card-sequence .hovercard:hover {
  background-color: #CBFB45;
}
.card-sequence .hovercard:hover .hovercard-head {
  color: #151517;
}
.card-sequence .hovercard:hover .hovercard-head span {
  color: #151517;
}
.card-sequence .hovercard:hover .arrow-icon svg {
  transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
}
.card-sequence .hovercard:hover .arrow-icon svg line {
  stroke: #151517;
}
.card-sequence .hovercard:hover .arrow-icon svg path {
  fill: #151517;
}
.card-sequence .hovercard:hover .arrow-icon svg:first-child {
  opacity: 0;
  transform: scaleX(1) translateX(200%);
}
.card-sequence .hovercard:hover .arrow-icon svg:last-child {
  animation-name: arrowEnterLeft;
  animation-timing-function: ease-in-out;
  animation-duration: 400ms;
  opacity: 1;
}
.card-sequence .hovercard:hover .cursor-bubble {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  z-index: -1;
}
.card-sequence .card {
  position: relative;
  border-radius: 15px;
  padding: 30px;
  background-color: #3A3A3E;
  width: 280px;
  height: 372px;
  overflow: hidden;
}
.card-sequence .card .hovercard-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px;
}
@media (min-width: 960px) {
  .card-sequence .card .hovercard-content {
    padding: 36px;
  }
}
@media (min-width: 960px) {
  .card-sequence .card {
    padding: 36px;
    width: 320px;
    height: 460px;
  }
}
.card-sequence .card .cursor-bubble {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #D7FF66;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  transition: opacity 400ms ease, transform 400ms ease;
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0);
}
@media (min-width: 960px) {
  .card-sequence .card .cursor-bubble {
    display: block;
  }
}
.card-sequence .hovercard .hovercard-head {
  color: #7E7E87;
}
.card-sequence .hovercard .hovercard-head span {
  color: #F3F3F3;
  display: block;
}

@keyframes arrowEnterLeft {
  from {
    opacity: 0;
    transform: scaleX(1.5) translateX(-40px);
  }
  to {
    opacity: 1;
    transform: scaleX(1.5) translateX(0);
  }
}
@keyframes arrowSwipeRight {
  0% {
    transform: translate3d(0, 0, 0) translate(-50%, -50%);
  }
  49.99999% {
    transform: translate3d(200%, 0, 0) translate(-50%, -50%);
  }
  50% {
    transform: translate3d(-200%, 0, 0) translate(-50%, -50%);
  }
  100% {
    transform: translate3d(0, 0, 0) translate(-50%, -50%);
  }
}
@keyframes arrowSwipeLeft {
  0% {
    transform: translate3d(0, 0, 0) translate(-50%, -50%);
  }
  49.99999% {
    transform: translate3d(-200%, 0, 0) translate(-50%, -50%);
  }
  50% {
    transform: translate3d(200%, 0, 0) translate(-50%, -50%);
  }
  100% {
    transform: translate3d(0, 0, 0) translate(-50%, -50%);
  }
}
#intro {
  position: relative;
  height: auto !important;
}
#intro .animated-sequence-renderer {
  will-change: opacity;
  transition-property: opacity, transform;
  transition-duration: 800ms;
  transition-timing-function: ease-out;
  opacity: 1;
}
#intro[data-position=bottom] .animated-sequence-renderer {
  opacity: 0;
  pointer-events: none;
  top: auto;
  bottom: 0;
}
#intro .snap-sequence-scroll-content h2 {
  color: #F3F3F3;
}
#intro .snap-sequence-scroll-content .sequence-item[data-index="0"] .sequence-item-element .line {
  animation-delay: 800ms;
}
#intro .snap-sequence-scroll-content .sequence-item[data-index="1"] .sequence-item-element .line {
  animation-delay: 600ms;
}
#intro .snap-sequence-scroll-content .sequence-item[data-index="0"] .sequence-item-element, #intro .snap-sequence-scroll-content .sequence-item[data-index="1"] .sequence-item-element {
  top: 100px;
}
@media (min-width: 960px) {
  #intro .snap-sequence-scroll-content .sequence-item[data-index="0"] .sequence-item-element, #intro .snap-sequence-scroll-content .sequence-item[data-index="1"] .sequence-item-element {
    top: auto;
    bottom: 54px;
  }
}
#intro .snap-sequence-scroll-content .sequence-item[data-index="2"] .sequence-item-element, #intro .snap-sequence-scroll-content .sequence-item[data-index="3"] .sequence-item-element, #intro .snap-sequence-scroll-content .sequence-item[data-index="4"] .sequence-item-element {
  position: absolute;
  top: 50%;
  left: calc(16.6% + 40px);
  transform: translate(0%, -50%);
}
@media (max-width: 640px) {
  #intro .snap-sequence-scroll-content .sequence-item[data-index="2"] .sequence-item-element, #intro .snap-sequence-scroll-content .sequence-item[data-index="3"] .sequence-item-element, #intro .snap-sequence-scroll-content .sequence-item[data-index="4"] .sequence-item-element {
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#intro .snap-sequence-scroll-content .sequence-item[data-index="2"] .sequence-item-element h2, #intro .snap-sequence-scroll-content .sequence-item[data-index="3"] .sequence-item-element h2, #intro .snap-sequence-scroll-content .sequence-item[data-index="4"] .sequence-item-element h2 {
  color: #F3F3F3;
  font-weight: 300;
  text-align: center;
  font-size: 150px;
  letter-spacing: -0.09em;
  font-family: "EverettLight", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 960px) {
  #intro .snap-sequence-scroll-content .sequence-item[data-index="2"] .sequence-item-element h2, #intro .snap-sequence-scroll-content .sequence-item[data-index="3"] .sequence-item-element h2, #intro .snap-sequence-scroll-content .sequence-item[data-index="4"] .sequence-item-element h2 {
    font-size: 260px;
  }
}

#reimagined {
  background: #CBFB45;
  height: auto;
  position: relative;
  z-index: 1;
  opacity: 1;
  scroll-snap-align: center;
}
@media (min-width: 600px) {
  #reimagined {
    background: rgba(0, 0, 0, 0);
  }
}
#reimagined .offset-block-bg {
  height: 100%;
}
@media (min-width: 600px) {
  #reimagined .offset-block-bg {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #CBFB45 50%, #CBFB45 100%);
  }
}
#reimagined .content {
  background-color: #CBFB45;
  min-height: var(--vh);
  box-sizing: border-box;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 600px) {
  #reimagined .content {
    margin-left: calc(16.6% + 26px);
  }
}
@media (max-height: 599px) {
  #reimagined .content {
    margin-left: 0;
  }
}
@media (min-width: 600px) {
  #reimagined .copy-block {
    margin-left: 10.1%;
  }
}
@media (min-width: 600px) and (min-height: 600px) {
  #reimagined .copy-block {
    max-width: 450px;
  }
}
#reimagined h1 {
  margin-bottom: 60px;
}
@media (max-width: 599px) {
  #reimagined h1 {
    margin-bottom: 0;
  }
}
@media (max-height: 599px) {
  #reimagined h1 {
    margin-bottom: 16px;
  }
}
#reimagined p {
  margin-bottom: 25px;
  line-height: 2;
}
#reimagined p:last-child {
  margin-bottom: 0;
}
@media (max-height: 599px) {
  #reimagined p {
    margin-bottom: 16px;
  }
}
#reimagined hr {
  display: none;
}
@media (max-width: 599px) {
  #reimagined hr {
    display: block;
    margin: 25px 0;
  }
}

#install-on-site {
  position: relative;
}
#install-on-site .sequence-item .shroud {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
}
@media (min-width: 767px) {
  #install-on-site .sequence-item .shroud {
    display: none;
  }
}
#install-on-site .sequence-item h2 {
  color: #F3F3F3;
  text-align: left;
  padding-right: 30px;
}
#install-on-site .sequence-item p {
  font-size: 11px;
  line-height: 1.66;
  color: #898990;
}
@media (min-width: 768px) {
  #install-on-site .sequence-item p {
    font-size: 18px;
  }
}
#install-on-site .sequence-item[data-index="0"] .sequence-item-element, #install-on-site .sequence-item[data-index="1"] .sequence-item-element {
  top: 100px;
}
#install-on-site .sequence-item[data-index="0"] .sequence-item-element .line, #install-on-site .sequence-item[data-index="1"] .sequence-item-element .line {
  animation-duration: 1000ms;
}
@media (min-width: 960px) {
  #install-on-site .sequence-item[data-index="0"] .sequence-item-element, #install-on-site .sequence-item[data-index="1"] .sequence-item-element {
    top: auto;
    bottom: 54px;
  }
}
#install-on-site .sequence-item[data-index="2"] .sequence-item-element .eyebrow {
  opacity: 0;
  animation-delay: 1000ms;
  will-change: opacity, transform;
  animation-duration: 500ms;
  animation-timing-function: ease-out;
  animation-fill-mode: backwards;
}
@media (max-width: 499px) {
  #install-on-site .sequence-item[data-index="2"] .sequence-item-element .line {
    display: inline;
  }
}
#install-on-site .sequence-item[data-index="2"] .sequence-item-element:first-child {
  top: 100px;
}
@media (min-width: 768px) {
  #install-on-site .sequence-item[data-index="2"] .sequence-item-element:first-child {
    top: 140px;
  }
}
#install-on-site .sequence-item[data-index="2"] .sequence-item-element:first-child p.label {
  color: #F3F3F3;
  margin-bottom: 29px;
}
@media (min-width: 1200px) {
  #install-on-site .sequence-item[data-index="2"] .sequence-item-element:first-child p.label {
    display: none;
  }
}
#install-on-site .sequence-item[data-index="2"] .sequence-item-element:first-child .stagger-item:nth-child(1) {
  animation-delay: 1100ms;
}
#install-on-site .sequence-item[data-index="2"] .sequence-item-element:first-child .stagger-item:nth-child(2) {
  animation-delay: 1200ms;
}
#install-on-site .sequence-item[data-index="2"] .sequence-item-element:first-child .stagger-item:nth-child(3) {
  animation-delay: 1300ms;
}
#install-on-site .sequence-item[data-index="2"] .sequence-item-element:nth-child(2) {
  bottom: 60px;
  max-width: 440px;
  opacity: 0;
}
@media (min-width: 1000px) {
  #install-on-site .sequence-item[data-index="2"] .sequence-item-element:nth-child(2) {
    opacity: 1;
  }
}
#install-on-site .sequence-item[data-index="2"] .sequence-item-element:nth-child(2) .stagger-item:nth-of-type(1) {
  animation-delay: 1400ms;
}
#install-on-site .sequence-item[data-index="2"] .sequence-item-element:nth-child(2) .stagger-item:nth-of-type(2) {
  animation-delay: 1500ms;
}
#install-on-site .sequence-item[data-index="2"] .sequence-item-element:nth-child(2) .stagger-item:nth-of-type(3) {
  animation-delay: 1600ms;
}
#install-on-site .sequence-item[data-index="2"] .sequence-item-element:nth-child(3) {
  bottom: 100px;
  right: 71.5px;
  width: calc(100% - 130px);
  max-width: 380px;
  opacity: 0;
  transform: translateY(40px);
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out;
  transition-duration: 800ms;
}
@media (min-width: 768px) {
  #install-on-site .sequence-item[data-index="2"] .sequence-item-element:nth-child(3) {
    right: 101.5px;
  }
}
#install-on-site .sequence-item[data-index="2"] .sequence-item-element:nth-child(3) .eyebrow {
  display: none;
}
@media (min-width: 1200px) {
  #install-on-site .sequence-item[data-index="2"] .sequence-item-element:nth-child(3) .eyebrow {
    display: block;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
    transition-duration: 800ms;
  }
}
#install-on-site .sequence-item[data-index="2"][data-state=activated] .sequence-item-element .eyebrow {
  opacity: 1;
}
#install-on-site .sequence-item[data-index="2"][data-state=activated] .sequence-item-element:nth-child(1) .eyebrow {
  animation-name: asdFadeInUp;
}
#install-on-site .sequence-item[data-index="2"][data-state=activated] .sequence-item-element:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
}
#install-on-site .sequence-item[data-index="2"][data-state=activated] .sequence-item-element:nth-child(3) .snap-slider .eyebrow {
  opacity: 1;
  transition-delay: 1600ms;
}
#install-on-site .sequence-item[data-index="2"][data-state=activated] .sequence-item-element:nth-child(3) .snap-slider .left-end {
  opacity: 1;
  transition-delay: 1700ms;
}
#install-on-site .sequence-item[data-index="2"][data-state=activated] .sequence-item-element:nth-child(3) .snap-slider .knob-position {
  transform: translate(-50%, -50%) scale(1);
  transition-delay: 1500ms;
}
#install-on-site .sequence-item[data-index="2"][data-state=activated] .sequence-item-element:nth-child(3) .snap-slider .knob svg {
  transform: translate(-50%, -50%);
  transition-delay: 1900ms;
}
#install-on-site .sequence-item[data-index="2"][data-state=activated] .sequence-item-element:nth-child(3) .snap-slider .rail {
  transform: scaleX(1);
  transition-delay: 1600ms;
}
#install-on-site .sequence-item[data-index="2"][data-state=activated] .sequence-item-element:nth-child(3) .snap-slider .right-end {
  transform: translate(-50%, -50%) scale(1);
  transition-delay: 1700ms;
  opacity: 1;
}
#install-on-site .snap-slider {
  position: absolute;
  width: 100%;
  height: 1px;
}
#install-on-site .snap-slider p.label {
  font-size: 13px;
  white-space: nowrap;
  color: #F3F3F3;
  position: absolute;
  right: 100%;
  margin-right: 70px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
@media (min-width: 1200px) {
  #install-on-site .snap-slider p.label {
    opacity: 1;
  }
}
#install-on-site .snap-slider .left-end {
  position: absolute;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  border: 1px solid #CBFB45;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 400ms;
  transition-timing-function: linear;
}
#install-on-site .snap-slider .right-end {
  position: absolute;
  width: 2px;
  height: 2px;
  top: 50%;
  left: 100%;
  z-index: 1;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 800ms;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}
#install-on-site .snap-slider .right-end .outer-ring {
  position: absolute;
  border-radius: 100%;
  width: 79px;
  height: 79px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  border: 1px solid #898990;
  transition-property: transform, opacity;
  transition-duration: 500ms;
  transition-timing-function: ease;
  transform-origin: center;
}
#install-on-site .snap-slider .right-end .inner-ring {
  position: absolute;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  border: 1px solid #CBFB45;
  transition-property: transform, opacity;
  transition-duration: 500ms;
  transition-timing-function: ease;
  transform-origin: center;
}
#install-on-site .snap-slider .rail {
  position: absolute;
  height: 1px;
  left: 7px;
  right: 40px;
  background-image: linear-gradient(to right, #CBFB45 20%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 5px 1px;
  background-repeat: repeat-x;
  transform: scaleX(0);
  transition: transform 500ms cubic-bezier(0.65, 0, 0.35, 1);
  transform-origin: 0 50%;
}
#install-on-site .snap-slider .knob-position {
  position: absolute;
  width: 2px;
  height: 2px;
  left: 0;
  z-index: 4;
  transition: transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: translate(-50%, -50%) scale(0);
}
#install-on-site .snap-slider .knob {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 53px;
  height: 53px;
  background-color: #CBFB45;
  border-radius: 100%;
  cursor: pointer;
  z-index: 5;
  will-change: transform;
  transform: translate(-50%, -50%);
  transition: transform 600ms ease-in-out;
}
#install-on-site .snap-slider .knob svg {
  transform: translate(-250%, -50%);
  transition: transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
}
#install-on-site .snap-slider .knob:hover {
  transform: translate(-50%, -50%) scale(1.3);
}
#install-on-site .snap-slider[data-state=complete] .right-end .inner-ring {
  transform: translate(-50%, -50%) scale(1.35);
  opacity: 0.4;
}
#install-on-site .snap-slider[data-state=complete] .right-end .outer-ring {
  transform: translate(-50%, -50%) scale(1.6);
  opacity: 0;
}
@keyframes slider-dot-appear {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

#time-is-money {
  background-color: #F3F3F3;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  transform: translateZ(0);
}
@media (min-width: 600px) {
  #time-is-money {
    background-color: #151517;
    padding-bottom: 0;
    padding: 0;
  }
}
@media (min-width: 600px) {
  #time-is-money .content-area {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #F3F3F3 20%, #F3F3F3 100%);
  }
}
#time-is-money .content {
  background-color: #F3F3F3;
  height: 100%;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  #time-is-money .content {
    margin-left: calc(16.6% + 26px);
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: calc(8.3% + 13px);
    padding-right: calc(8.3% + 13px);
  }
}
@media (min-width: 960px) {
  #time-is-money .content {
    padding-top: 240px;
    padding-bottom: 240px;
  }
}
#time-is-money .copy-block {
  max-width: 420px;
}
#time-is-money h1 {
  margin-bottom: 60px;
}
#time-is-money p {
  line-height: 2;
}

#benefits {
  background-color: #232325;
  overflow: hidden;
  position: relative;
  padding-bottom: 100px;
  transform: translateZ(0);
}
@media (min-width: 960px) {
  #benefits {
    min-height: 100vh;
    padding-bottom: 300px;
  }
}
#benefits .copy-block {
  margin-top: 114px;
  margin-bottom: 68px;
}
@media (min-width: 960px) {
  #benefits .copy-block {
    margin-top: 300px;
    margin-bottom: 120px;
  }
}
@media (min-width: 768px) {
  #benefits .copy-block {
    margin-left: calc(16.6% + 26px);
  }
}
#benefits .copy-block h1 span {
  display: block;
}
#benefits .card-slider {
  position: relative;
  height: 412px;
}
@media (min-width: 960px) {
  #benefits .card-slider {
    height: 500px;
  }
}
#benefits .card-slider h2 {
  white-space: pre-wrap;
}
#benefits .slider-horizontal {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  #benefits .slider-horizontal {
    padding-left: calc(16.6% + 26px + 45px);
    padding-right: 60px;
  }
}
#benefits[data-renderer-position=start] .copy-block {
  opacity: 1;
}

#compliance {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #CBFB45;
  transform: translateZ(0);
}
@media (min-width: 960px) {
  #compliance {
    background-color: #232325;
    padding-top: 0;
    padding-bottom: 0;
  }
}
#compliance .content {
  box-sizing: border-box;
  background-color: #CBFB45;
}
@media (min-width: 960px) {
  #compliance .content {
    padding: 200px 110px;
    border-radius: 15px;
  }
}
#compliance .content .intro {
  max-width: 600px;
  margin-bottom: 72px;
}
@media (max-width: 959px) {
  #compliance .content .intro .eyebrow {
    margin-bottom: 20px;
  }
}
@media (min-width: 960px) {
  #compliance .content .intro {
    margin-bottom: 100px;
  }
}
@media (min-width: 1080px) {
  #compliance .content .items {
    margin-left: auto;
    max-width: 760px;
  }
}
#compliance .content .items .items-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(1, 1fr);
  grid-template-columns: repeat(1, 1fr);
  gap: 13px;
  row-gap: 30px;
}
@media (min-width: 768px) {
  #compliance .content .items .items-grid {
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
}
#compliance .content .items .items-grid[data-revealed=true] .fade-button .icon {
  opacity: 1;
  transition-delay: 300ms;
}
#compliance .content .items .items-grid[data-revealed=true] .fade-button .icon-ring svg {
  opacity: 0;
  animation: ring-appear 1800ms ease-in-out;
  animation-delay: 600ms;
  animation-fill-mode: forwards;
}
@keyframes ring-appear {
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
#compliance .content .items .item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 72px auto;
  grid-template-columns: 72px auto;
  align-items: center;
  gap: 30px;
}
@media (min-width: 768px) {
  #compliance .content .items .item {
    -ms-grid-columns: 81px auto;
    grid-template-columns: 81px auto;
  }
}
#compliance .content .items .item p {
  color: #70833C;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) {
  #compliance .content .items .item p {
    font-size: 18px;
    line-height: 30px;
  }
}
#compliance .content .items .item p.nowrap {
  white-space: nowrap;
}
#compliance .content .items .item h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  #compliance .content .items .item h3 {
    font-size: 18px;
    line-height: 30px;
  }
}
#compliance .content .items .item .fade-button .icon {
  opacity: 0;
  transition: opacity 1200ms ease-in-out;
}
#compliance .content .items .item .fade-button .icon-ring svg {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
#compliance a.cta {
  position: relative;
  padding-left: 50px;
}
#compliance .icon-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#compliance .icon-arrow svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#compliance .icon-arrow svg line {
  stroke: #151517;
}
#compliance .icon-arrow svg path {
  fill: #151517;
}

#testimonials {
  background-color: #232325;
  overflow: hidden;
  position: relative;
  padding-bottom: 100px;
  transform: translateZ(0);
}
@media (min-width: 960px) {
  #testimonials {
    min-height: 100vh;
    padding-bottom: 300px;
  }
}
#testimonials .copy-block {
  margin-top: 114px;
  margin-bottom: 68px;
}
@media (min-width: 960px) {
  #testimonials .copy-block {
    margin-top: 300px;
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  #testimonials .copy-block {
    margin-left: calc(16.6% + 26px);
  }
}
#testimonials .copy-block h1 span {
  display: block;
}
#testimonials .card-slider {
  position: relative;
  height: 460px;
}
#testimonials .slider-horizontal {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  #testimonials .slider-horizontal {
    padding-left: calc(16.6% + 26px + 45px);
    padding-right: 60px;
  }
}
#testimonials .card {
  display: flex;
  color: #F3F3F3;
}
#testimonials .card .thumbnail {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #777;
  background-size: contain;
  filter: grayscale(100%);
}
#testimonials .card:first-child .thumbnail {
  background-image: url(/assets/img/home/BobbyStiles.jpeg);
}
#testimonials .card:nth-child(2) .thumbnail {
  background-image: url(/assets/img/home/RickMarshall.jpeg);
}
#testimonials .card:nth-child(3) .thumbnail {
  background-image: url(/assets/img/home/PatrickKennedy.jpeg);
}
#testimonials .card:nth-child(4) .thumbnail {
  background-image: url(/assets/img/home/TomCastle.jpeg);
}
#testimonials .card .card-content {
  align-self: flex-end;
}
#testimonials .card .attribution {
  color: #898990;
  padding-top: 4px;
}
#testimonials .card .attribution:first-of-type {
  padding-top: 20px;
}
#testimonials[data-renderer-position=start] .copy-block {
  opacity: 1;
}

#calculator {
  background: #F3F3F3;
  transform: translateZ(0);
}
@media (min-width: 600px) {
  #calculator {
    background: linear-gradient(90deg, #232325 0%, #232325 50%, #F3F3F3 20%, #F3F3F3 100%);
  }
}
#calculator .container {
  height: 100%;
  padding: 0;
}
@media (min-width: 960px) {
  #calculator .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
#calculator .content {
  box-sizing: border-box;
  background-color: #F3F3F3;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 600px) {
  #calculator .content {
    margin-left: calc(16.6% + 26px);
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: calc(8.3% + 13px);
    padding-right: calc(8.3% + 13px);
  }
}
@media (min-width: 768px) {
  #calculator .row.top {
    margin-bottom: 0;
  }
  #calculator .row.top .copy-block {
    max-width: 600px;
    margin-bottom: 100px;
  }
}
#calculator .row.bottom {
  color: #232325;
}
@media (min-width: 960px) {
  #calculator .row.bottom {
    max-width: 380px;
  }
}
#calculator .row.bottom p {
  color: #232325;
  line-height: 30px;
  margin-bottom: 86px;
}
@media (max-width: 959px) {
  #calculator .row.bottom p {
    margin-bottom: 72px;
    font-size: 15px;
  }
}
#calculator .row.bottom a {
  text-decoration: none;
  font-size: inherit;
}
#calculator .row.bottom a:hover {
  text-decoration: underline;
}
#calculator .row.bottom .circle-button {
  top: 50%;
  position: absolute;
  left: 0;
}
#calculator hr {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  #calculator hr {
    display: none;
  }
}
#calculator a#calculator-launcher {
  position: relative;
}
#calculator a#calculator-launcher span {
  padding-left: 72px;
  font-size: 18px;
}
#calculator .fade-button {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#calculator .fade-button .icon {
  width: 19px;
  height: 5px;
}

.hypermodal[data-style=calculator] .hypermodal-content {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: 0;
  max-width: none;
  display: block;
}
.hypermodal[data-style=calculator] .calculator {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hypermodal[data-style=calculator] .calculator-results {
  background-color: #151517;
  padding: 30px;
  padding-top: 110px;
}
@media (min-width: 768px) {
  .hypermodal[data-style=calculator] .calculator-results {
    padding-top: 120px;
  }
}
@media (min-width: 960px) {
  .hypermodal[data-style=calculator] .calculator-results {
    padding: 60px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40%;
  }
}
@media (min-width: 1440px) {
  .hypermodal[data-style=calculator] .calculator-results {
    padding: 90px;
  }
}
.hypermodal[data-style=calculator] .calculator-results .results-table {
  border: 1px solid rgba(137, 137, 144, 0.3);
  border-radius: 15px;
  padding: 35px;
  margin-bottom: 20px;
}
.hypermodal[data-style=calculator] .calculator-results .results-table .row {
  font-family: "EverettLight", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 32px;
}
.hypermodal[data-style=calculator] .calculator-results .results-table .row:last-child {
  margin-bottom: 0;
}
.hypermodal[data-style=calculator] .calculator-results .results-table .row h2 {
  color: #F3F3F3;
  font-size: 20px;
  line-height: 1.5;
}
.hypermodal[data-style=calculator] .calculator-results .results-table .row.hyperframe {
  color: #CBFB45;
}
.hypermodal[data-style=calculator] .calculator-results .results-table .row.traditional {
  color: #898990;
}
.hypermodal[data-style=calculator] .calculator-results .results-table .row .value {
  font-size: 30px;
  line-height: 1.2;
  display: flex;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .hypermodal[data-style=calculator] .calculator-results .results-table .row .value {
    font-size: 48px;
  }
}
@media (min-width: 960px) {
  .hypermodal[data-style=calculator] .calculator-results .results-table .row .value {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .hypermodal[data-style=calculator] .calculator-results .results-table .row .value {
    font-size: 48px;
  }
}
.hypermodal[data-style=calculator] .calculator-results .results-table .row .label {
  font-size: 12px;
  line-height: 18px;
  display: block;
}
.hypermodal[data-style=calculator] .calculator-controls {
  background-color: #CBFB45;
}
@media (min-width: 960px) {
  .hypermodal[data-style=calculator] .calculator-controls {
    position: absolute;
    left: 40%;
    top: 0;
    bottom: 0;
    right: 0;
    overflow-y: scroll;
  }
}
.hypermodal[data-style=calculator] .calculator-controls .calculator-controls-content {
  padding: 30px;
  padding-top: 50px;
}
@media (min-width: 960px) {
  .hypermodal[data-style=calculator] .calculator-controls .calculator-controls-content {
    padding: 60px;
    padding-top: 130px;
  }
}
@media (min-width: 1440px) {
  .hypermodal[data-style=calculator] .calculator-controls .calculator-controls-content {
    padding: 130px;
  }
}
.hypermodal[data-style=calculator] .calculator-controls .row {
  padding-bottom: 38px;
}
@media (min-width: 960px) {
  .hypermodal[data-style=calculator] .calculator-controls .row {
    padding-bottom: 88px;
  }
}
.hypermodal[data-style=calculator] .calculator-controls .row h2 {
  font-family: "Everett", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 15px;
  color: #151517;
  line-height: 30px;
  margin-bottom: 8px;
}
@media (min-width: 960px) {
  .hypermodal[data-style=calculator] .calculator-controls .row h2 {
    font-family: "EverettLight", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 20px;
    margin-bottom: 26px;
  }
}
.hypermodal[data-style=calculator] .calculator-controls .row h2 span.separator {
  display: inline-block;
  position: relative;
  height: 15px;
  width: 20px;
}
.hypermodal[data-style=calculator] .calculator-controls .row h2 span.separator:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #151517;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 50%;
}
.hypermodal[data-style=calculator] .calculator-controls .row.cols-2 {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 38px;
}
@media (min-width: 768px) {
  .hypermodal[data-style=calculator] .calculator-controls .row.cols-2 {
    grid-template-columns: 50% 50%;
  }
}
.hypermodal[data-style=calculator] .calculator-controls .slider {
  position: relative;
  height: 59px;
}
.hypermodal[data-style=calculator] .calculator-controls .slider .min,
.hypermodal[data-style=calculator] .calculator-controls .slider .max {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #70833C;
  font-size: 13px;
}
@media (min-width: 960px) {
  .hypermodal[data-style=calculator] .calculator-controls .slider .min,
.hypermodal[data-style=calculator] .calculator-controls .slider .max {
    font-size: 14px;
  }
}
.hypermodal[data-style=calculator] .calculator-controls .slider .min {
  left: 0;
}
.hypermodal[data-style=calculator] .calculator-controls .slider .max {
  right: 0;
}
.hypermodal[data-style=calculator] .calculator-controls .slider .slider-control {
  left: 100px;
  right: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hypermodal[data-style=calculator] .calculator-controls .slider .slider-control .slider-line {
  height: 1px;
  transform: translateY(-50%);
  position: absolute;
  background-color: rgba(112, 131, 60, 0.3);
  left: -30px;
  right: -30px;
}
.hypermodal[data-style=calculator] .calculator-controls .slider .slider-control .slider-line:before {
  content: "";
  position: absolute;
  width: 30px;
  left: 0;
  height: 1px;
  z-index: 2;
}
.hypermodal[data-style=calculator] .calculator-controls .slider .slider-control .slider-line:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 30px;
  right: 0;
  height: 1px;
  z-index: 2;
}
.hypermodal[data-style=calculator] .calculator-controls .slider .slider-control .slider-line:before {
  background: linear-gradient(90deg, #CBFB45, rgba(203, 251, 69, 0));
}
.hypermodal[data-style=calculator] .calculator-controls .slider .slider-control .slider-line:after {
  background: linear-gradient(-90deg, #CBFB45, rgba(203, 251, 69, 0));
}
.hypermodal[data-style=calculator] .calculator-controls .slider .slider-control .slider-line .slider-line-progress {
  height: 1px;
  transform: translateY(-50%);
  position: absolute;
  background: #151517;
  left: 0;
  width: 0;
}
.hypermodal[data-style=calculator] .calculator-controls .slider .slider-control .handle-location {
  position: absolute;
  width: 1px;
  height: 1px;
}
.hypermodal[data-style=calculator] .calculator-controls .slider .slider-control .slider-handle {
  cursor: pointer;
  position: absolute;
  height: 59px;
  width: 59px;
  transform: translate(-50%, -50%);
  transition: transform 500ms ease;
  will-change: transform;
  background-color: #151517;
  border-radius: 100%;
}
.hypermodal[data-style=calculator] .calculator-controls .slider .slider-control .slider-handle:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.hypermodal[data-style=calculator] .calculator-controls .slider .slider-control .slider-handle .fade-button {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 48px;
  height: 48px;
}
.hypermodal[data-style=calculator] .calculator-controls .slider .slider-control .slider-handle .fade-button .icon-group {
  border-radius: 100%;
  overflow: hidden;
}
.hypermodal[data-style=calculator] .calculator-controls .slider .slider-control .slider-handle .fade-button .icon-group .dot {
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #F3F3F3;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 50%;
}
.hypermodal[data-style=calculator] .calculator-controls .slider .slider-control .slider-handle .fade-button .icon-ring {
  opacity: 1;
  border: 1px solid #898990;
  border-radius: 100%;
}
.hypermodal[data-style=calculator] .calculator-controls .slider .slider-control .slider-handle .fade-button .icon-gradient {
  background: linear-gradient(150deg, #151517 0%, #151517 20%, rgba(21, 21, 23, 0) 50%, rgba(21, 21, 23, 0) 100%);
}
.hypermodal[data-style=calculator] .calculator-controls .radio {
  display: flex;
}
.hypermodal[data-style=calculator] .calculator-controls .radio .radio-value {
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(112, 131, 60, 0.4);
  border-radius: 100%;
  transition: background-color 300ms ease;
}
@media (min-width: 768px) {
  .hypermodal[data-style=calculator] .calculator-controls .radio .radio-value {
    width: 59px;
    height: 59px;
  }
}
.hypermodal[data-style=calculator] .calculator-controls .radio .radio-value .label {
  font-size: 13px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #151517;
  transition: color 300ms ease;
}
@media (min-width: 960px) {
  .hypermodal[data-style=calculator] .calculator-controls .radio .radio-value .label {
    font-size: 14px;
  }
}
.hypermodal[data-style=calculator] .calculator-controls .radio .radio-value.current {
  background-color: #151517;
}
.hypermodal[data-style=calculator] .calculator-controls .radio .radio-value.current .label {
  color: #F3F3F3;
}
.hypermodal[data-style=calculator] .calculator-controls .advanced-content .advanced-content-wrapper {
  height: 0;
  overflow: hidden;
  transition: height 500ms ease-in-out;
}
.hypermodal[data-style=calculator] .calculator-controls .advanced-content .advanced-content-controls {
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
.hypermodal[data-style=calculator] .calculator-controls .advanced-content .advanced-content-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hypermodal[data-style=calculator] .calculator-controls .advanced-content a.advanced {
  padding: 22px 34px;
  border-radius: 50px;
  border: 1px solid rgba(112, 131, 60, 0.4);
  padding-right: 50px;
  position: relative;
  font-size: 14px;
  width: 160px;
  height: 60px;
}
.hypermodal[data-style=calculator] .calculator-controls .advanced-content a.advanced:active {
  background-color: #151517;
}
.hypermodal[data-style=calculator] .calculator-controls .advanced-content a.advanced:active .show-more,
.hypermodal[data-style=calculator] .calculator-controls .advanced-content a.advanced:active .show-less {
  color: #F3F3F3;
}
.hypermodal[data-style=calculator] .calculator-controls .advanced-content a.advanced:active .icon:before, .hypermodal[data-style=calculator] .calculator-controls .advanced-content a.advanced:active .icon:after {
  background: #F3F3F3;
}
.hypermodal[data-style=calculator] .calculator-controls .advanced-content a.advanced .show-more,
.hypermodal[data-style=calculator] .calculator-controls .advanced-content a.advanced .show-less {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 200ms linear;
}
.hypermodal[data-style=calculator] .calculator-controls .advanced-content a.advanced .show-more {
  left: 42%;
  opacity: 1;
}
.hypermodal[data-style=calculator] .calculator-controls .advanced-content a.advanced .show-more .expanded {
  opacity: 0;
}
.hypermodal[data-style=calculator] .calculator-controls .advanced-content a.advanced .show-less {
  left: 45%;
  opacity: 0;
}
.hypermodal[data-style=calculator] .calculator-controls .advanced-content a.advanced .show-less .expanded {
  opacity: 1;
}
.hypermodal[data-style=calculator] .calculator-controls .advanced-content a.advanced .icon {
  width: 9px;
  height: 9px;
  position: absolute;
  right: 25px;
  transform: translate(-50%, -50%);
  top: 50%;
}
.hypermodal[data-style=calculator] .calculator-controls .advanced-content a.advanced .icon:before, .hypermodal[data-style=calculator] .calculator-controls .advanced-content a.advanced .icon:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 1px;
  background: #151517;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  transition: transform 200ms ease-in-out;
  left: 50%;
  top: 50%;
}
.hypermodal[data-style=calculator] .calculator-controls .advanced-content a.advanced .icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.hypermodal[data-style=calculator] .calculator-controls .advanced-content.expanded .advanced-content-controls {
  opacity: 1;
}
.hypermodal[data-style=calculator] .calculator-controls .advanced-content.expanded a.advanced .show-more {
  opacity: 0;
}
.hypermodal[data-style=calculator] .calculator-controls .advanced-content.expanded a.advanced .show-less {
  opacity: 1;
}
.hypermodal[data-style=calculator] .calculator-controls .advanced-content.expanded a.advanced .icon:before {
  transform: translate(-50%, -50%) rotate(90deg) scale(0.01);
}
.hypermodal[data-style=calculator] .close {
  background-color: #CBFB45;
  background-image: url("/assets/svg/icon-close.svg");
  top: 30px;
  right: 30px;
}
@media (min-width: 960px) {
  .hypermodal[data-style=calculator] .close {
    top: 60px;
    right: 60px;
  }
}
.hypermodal[data-style=calculator] .close:before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #151517;
  z-index: 1;
}
@media (min-width: 768px) {
  .hypermodal[data-style=calculator] .close:before {
    width: 42px;
    height: 42px;
  }
}
@media (min-width: 960px) {
  .hypermodal[data-style=calculator] .close:before {
    width: 52px;
    height: 52px;
  }
}
.hypermodal[data-style=calculator] .close:after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(150deg, #CBFB45 0%, #CBFB45 30%, rgba(203, 251, 69, 0) 50%, rgba(203, 251, 69, 0) 100%);
  z-index: 2;
}
@media (min-width: 960px) {
  .hypermodal[data-style=calculator] .close:after {
    border-radius: 0;
    background: linear-gradient(150deg, #CBFB45 0%, #CBFB45 20%, rgba(203, 251, 69, 0) 50%, rgba(203, 251, 69, 0) 100%);
  }
}
@media (min-width: 960px) {
  .hypermodal[data-style=calculator] .calculator-results {
    will-change: transform;
    transform: translateX(80%);
    transition: transform 1000ms ease-in-out;
  }
  .hypermodal[data-style=calculator] .calculator-results-content,
.hypermodal[data-style=calculator] .calculator-controls-content {
    will-change: opacity;
    transition: opacity 500ms ease-in-out;
    transition-delay: 500ms;
    opacity: 0;
  }
  .hypermodal[data-style=calculator][data-open=true] .calculator-results {
    transform: translateX(0);
  }
  .hypermodal[data-style=calculator][data-open=true] .calculator-results-content,
.hypermodal[data-style=calculator][data-open=true] .calculator-controls-content {
    opacity: 1;
  }
}
