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;
  }
}
.h2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "EverettLight", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.01em;
  }
}

.h3 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "EverettLight", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .h3 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.01em;
  }
}

.h4 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "EverettLight", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.01em;
}

#stcRatings .stcRatings__card__detail p, .small {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "EverettLight", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  #stcRatings .stcRatings__card__detail p, .small {
    font-size: 13px;
    line-height: 24px;
  }
}

.specificationsLine {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #F3F3F3;
  min-height: 90px;
  padding: 8px 0;
  opacity: 0;
  transform: translateX(40px);
}
.specificationsLine .fade-button .icon-ring {
  transform: rotate(-270deg);
}
.specificationsLine[data-revealed] {
  opacity: 1;
  transform: none;
  transition: opacity 0.5s ease, transform 1.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.specificationsLine[data-revealed]:hover .specificationsLine__button.isLink .icon:nth-child(1) {
  transform: translate(-50%, -50%) translate(35px, -35px);
}
.specificationsLine[data-revealed]:hover .specificationsLine__button.isLink .icon:nth-child(2) {
  transform: translate(-50%, -50%);
}
.specificationsLine[data-revealed]:hover .specificationsLine__button.isDownload .icon {
  transform: translate(-50%, -50%) translateY(2px);
}
.specificationsLine[data-revealed]:hover .fade-button .icon-ring {
  transform: rotate(360deg);
  transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}
.specificationsLine[data-revealed] .fade-button .icon-ring {
  transform: rotate(0deg);
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}
.specificationsLine[data-revealed] .specificationsLine__button.isLink .icon {
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.specificationsLine[data-revealed] .specificationsLine__button.isDownload .icon {
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.specificationsLine::after {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 1px;
  left: 0;
  background: linear-gradient(90deg, rgba(137, 137, 144, 0) 0%, rgba(137, 137, 144, 0.3) 7%, rgba(137, 137, 144, 0.3) 93%, rgba(137, 137, 144, 0) 100%);
}
.specificationsLine:last-child::before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  left: 0;
  background: linear-gradient(90deg, rgba(137, 137, 144, 0) 0%, rgba(137, 137, 144, 0.3) 7%, rgba(137, 137, 144, 0.3) 93%, rgba(137, 137, 144, 0) 100%);
}
@media (min-width: 768px) {
  .specificationsLine:last-child::before {
    display: none;
  }
}
.specificationsLine__text {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .specificationsLine__text {
    padding-left: 13px;
  }
}
.specificationsLine__text .spec-id {
  white-space: nowrap;
}
.specificationsLine__dot {
  margin: 0 10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #F3F3F3;
  flex-shrink: 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .specificationsLine__dot {
    margin: 0 15px;
  }
}
.specificationsLine__button {
  color: #898990;
  display: block;
  padding-left: 42px;
  margin-left: 14px;
  position: relative;
  line-height: 1;
  font-size: 15px;
  cursor: pointer;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .specificationsLine__button {
    padding-right: 13px;
  }
}
.specificationsLine__button.isDownload .icon {
  color: #F3F3F3;
}
.specificationsLine__button.isDownload .fade-button {
  width: 34px;
  height: 34px;
}
.specificationsLine__button.isLink .icons {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.specificationsLine__button.isLink .icons .icon:nth-child(2) {
  transform: translate(-50%, -50%) translate(-35px, 35px);
}
.specificationsLine__button .fade-button {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 34px;
  height: 34px;
}
@media (min-width: 768px) {
  .specificationsLine__button .fade-button {
    width: 40px;
    height: 40px;
  }
}
.specificationsLine__button .fade-button .icon-group {
  border-radius: 0;
}
.specificationsLine__button .fade-button .icon-group .icon {
  width: 7px;
  height: 8px;
}
.specificationsLine__button .fade-button .icon-ring {
  opacity: 1;
  border: 1px solid #4f4f51;
  border-radius: 100%;
}
.specificationsLine__button .fade-button .icon-ring .icon-gradient {
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
}

#ulWallDesigns {
  padding-top: 70px;
}
@media (min-width: 768px) {
  #ulWallDesigns {
    padding-top: 60px;
  }
}
@media (min-width: 960px) {
  #ulWallDesigns {
    padding-top: 150px;
  }
}
#ulWallDesigns .components-grid {
  display: grid;
  grid-template-columns: 1;
}
@media (min-width: 768px) {
  #ulWallDesigns .components-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 6px;
    padding: 5px 6px;
    border: 1px solid rgba(137, 137, 144, 0.3);
    border-radius: 15px;
  }
}
#ulWallDesigns.black .specificationsCardLinks figure {
  background-color: #232325;
}
#ulWallDesigns.darkgray .specificationsCardLinks figure {
  background-color: #151517;
}
#ulWallDesigns .specificationsCardLinks:not(:last-child) {
  margin-bottom: 82px;
}
@media (min-width: 768px) {
  #ulWallDesigns .specificationsCardLinks:not(:last-child) {
    margin-bottom: 0;
  }
}
#ulWallDesigns .specificationsCardLinks figure {
  aspect-ratio: 427/360;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 49px;
}
@media (min-width: 768px) {
  #ulWallDesigns .specificationsCardLinks figure {
    margin-bottom: 87px;
  }
}
#ulWallDesigns .specificationsCardLinks figure img {
  width: 73%;
}
@media (min-width: 768px) {
  #ulWallDesigns .specificationsCardLinks__content {
    padding: 0px 8.5px 0 17px;
  }
}
#ulWallDesigns .specificationsCardLinks__title {
  color: #F3F3F3;
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  #ulWallDesigns .specificationsCardLinks__title {
    padding-left: 13px;
  }
}
#ulWallDesigns .specificationsCardLinks .specificationsLine::after, #ulWallDesigns .specificationsCardLinks .specificationsLine::before {
  width: calc(100% + 8px);
  left: -4px;
}

@media (min-width: 768px) {
  #ulHeadOfWallDesigns .content {
    border: 1px solid rgba(137, 137, 144, 0.3);
    border-radius: 15px;
    padding: 5px 6px;
  }
}
#ulHeadOfWallDesigns .lines {
  padding: 55px 0px 0px;
}
@media (min-width: 768px) {
  #ulHeadOfWallDesigns .lines {
    padding: 5px 14px 0 11px;
  }
}
#ulHeadOfWallDesigns .lines .specificationsLine::after, #ulHeadOfWallDesigns .lines .specificationsLine::before {
  width: calc(100% + 10px);
  left: -5px;
}
@media (min-width: 768px) {
  #ulHeadOfWallDesigns .lines .specificationsLine:first-child::after {
    display: none;
  }
}
#ulHeadOfWallDesigns .video-container {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  aspect-ratio: 315/260;
}
@media (min-width: 768px) {
  #ulHeadOfWallDesigns .video-container {
    aspect-ratio: 862/410;
  }
}
#ulHeadOfWallDesigns .video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#stcRatings .content {
  display: grid;
  grid-template-columns: 1;
  row-gap: 70px;
}
@media (min-width: 768px) {
  #stcRatings .content {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 100px;
  }
}
#stcRatings.black .stcRatings__card figure {
  background-color: #232325;
}
#stcRatings.darkgray .stcRatings__card figure {
  background-color: #151517;
}
#stcRatings .stcRatings__card {
  color: #F3F3F3;
}
#stcRatings .stcRatings__card figure {
  background-color: #232325;
  aspect-ratio: 434/280;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 49px;
}
@media (min-width: 768px) {
  #stcRatings .stcRatings__card figure {
    margin-bottom: 36px;
  }
}
#stcRatings .stcRatings__card figure img {
  width: 68%;
}
#stcRatings .stcRatings__card__title {
  margin-bottom: 26px;
  opacity: 0;
}
@media (max-width: 767px) {
  #stcRatings .stcRatings__card__title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.01em;
    margin-bottom: 40px;
  }
}
#stcRatings .stcRatings__card__details {
  position: relative;
  padding-top: 20px;
  margin-bottom: 22px;
  opacity: 0;
  color: #898990;
}
#stcRatings .stcRatings__card__details[data-revealed=true] {
  animation-delay: 0.1s;
}
@media (min-width: 768px) {
  #stcRatings .stcRatings__card__details {
    margin-bottom: 35px;
  }
}
#stcRatings .stcRatings__card__details::after {
  content: "";
  position: absolute;
  top: 0px;
  height: 1px;
  width: calc(100% + 12px);
  left: -6px;
  background: linear-gradient(90deg, rgba(137, 137, 144, 0) 0%, rgba(137, 137, 144, 0.3) 7%, rgba(137, 137, 144, 0.3) 93%, rgba(137, 137, 144, 0) 100%);
}
#stcRatings .stcRatings__card__detail {
  display: flex;
  align-items: flex-start;
  padding: 6px 0;
}
#stcRatings .stcRatings__card__detail__type {
  flex: 0 0 100px;
}
#stcRatings .stcRatings__card__button {
  color: #CBFB45;
  display: flex;
  align-items: center;
  padding-left: 42px;
  position: relative;
  line-height: 1;
  font-size: 15px;
  height: 34px;
  opacity: 0;
}
#stcRatings .stcRatings__card__button .fade-button .icon-ring {
  transform: rotate(-270deg);
  transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}
#stcRatings .stcRatings__card__button[data-revealed] {
  animation-delay: 0.2s;
}
#stcRatings .stcRatings__card__button[data-revealed] .fade-button .icon-ring {
  transform: rotate(0deg);
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}
#stcRatings .stcRatings__card__button[data-revealed]:hover .icon {
  transform: translate(-50%, -50%) translateY(2px);
}
#stcRatings .stcRatings__card__button[data-revealed]:hover .icon-ring {
  transform: rotate(360deg);
}
#stcRatings .stcRatings__card__button .fade-button {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 34px;
  height: 34px;
}
#stcRatings .stcRatings__card__button .fade-button .icon-group {
  border-radius: 0;
}
#stcRatings .stcRatings__card__button .fade-button .icon-group .icon {
  width: 7px;
  height: 8px;
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
#stcRatings .stcRatings__card__button .fade-button .icon-ring {
  opacity: 1;
  border: 1px solid #CBFB45;
  border-radius: 100%;
  transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}
#stcRatings .stcRatings__card__button .fade-button .icon-ring .icon-gradient {
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
}

.specifications-section.specifications-more {
  padding-top: 0;
}
.specifications-section.specifications-more .specifications-more__section {
  padding-top: 112px;
}
@media (min-width: 768px) {
  .specifications-section.specifications-more .specifications-more__section {
    padding-top: 115px;
  }
}
.specifications-section.specifications-more .specifications-more__section:first-child {
  padding-top: 120px;
}
@media (min-width: 768px) {
  .specifications-section.specifications-more .specifications-more__section:first-child {
    padding-top: 220px;
  }
}
@media (min-width: 768px) {
  .specifications-section.specifications-more .content {
    border: 1px solid rgba(137, 137, 144, 0.3);
    border-radius: 15px;
    padding: 5px 6px;
  }
}
.specifications-section.specifications-more .content.isGrid .lines {
  display: grid;
}
@media (min-width: 768px) {
  .specifications-section.specifications-more .content.isGrid .lines {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 0;
  }
}
.specifications-section.specifications-more .content.isGrid .lines .specificationsLine__button .fade-button {
  width: 34px;
  height: 34px;
}
@media (min-width: 768px) {
  .specifications-section.specifications-more .content.isGrid .lines .specificationsLine__button .fade-button {
    width: 38px;
    height: 38px;
  }
}
@media (min-width: 768px) {
  .specifications-section.specifications-more .content.isGrid .lines .specificationsLine:first-child::after, .specifications-section.specifications-more .content.isGrid .lines .specificationsLine:nth-child(2)::after {
    display: none;
  }
}
.specifications-section.specifications-more .specifications-sections .title {
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .specifications-section.specifications-more .specifications-sections .title {
    margin-bottom: 50px;
  }
}
.specifications-section.specifications-more .lines {
  padding: 0px;
}
@media (min-width: 768px) {
  .specifications-section.specifications-more .lines {
    padding: 5px 14px 0 17px;
  }
}
.specifications-section.specifications-more .lines .specificationsLine {
  height: 70px;
}
@media (min-width: 768px) {
  .specifications-section.specifications-more .lines .specificationsLine {
    height: 100px;
  }
}
.specifications-section.specifications-more .lines .specificationsLine::after, .specifications-section.specifications-more .lines .specificationsLine::before {
  width: calc(100% + 10px);
  left: -5px;
}
@media (min-width: 768px) {
  .specifications-section.specifications-more .lines .specificationsLine:first-child::after {
    display: none;
  }
}

.specifications-section {
  padding: 120px 0;
}
@media (min-width: 960px) {
  .specifications-section {
    padding: 220px 0;
  }
}
.specifications-section.black .specificationsCardLinks figure {
  background-color: #232325;
}
.specifications-section.black .fade-button .icon-gradient {
  background: linear-gradient(150deg, #151517 0%, #151517 20%, rgba(21, 21, 23, 0) 50%, rgba(21, 21, 23, 0) 100%);
}
.specifications-section.darkgray {
  background-color: #232325;
}
.specifications-section.darkgray .specificationsCardLinks figure {
  background-color: #151517;
}
.specifications-section.darkgray .fade-button .icon-gradient {
  background: linear-gradient(150deg, #232325 0%, #232325 20%, rgba(35, 35, 37, 0) 50%, rgba(35, 35, 37, 0) 100%);
}

.nav-scroll-area {
  position: relative;
}
@media screen and (min-width: 768px) and (max-height: 830px) {
  .nav-scroll-area {
    margin-top: -100px;
  }
}
@media screen and (min-width: 768px) and (min-height: 830px) {
  .nav-scroll-area {
    margin-top: calc((100px - (100vh - 830px)) * -1);
  }
}
@media screen and (min-width: 768px) and (min-height: 930px) {
  .nav-scroll-area {
    margin-top: 0px;
  }
}

.specifications-nav {
  transform: translate3d(0, 0, 0);
  position: relative;
  top: -140px;
  left: 30px;
  width: 100%;
  position: absolute;
}
@media (min-width: 768px) {
  .specifications-nav {
    z-index: 50;
    position: absolute;
    top: 60px;
    left: 60px;
    padding-bottom: 60px;
    width: auto;
    padding: 0;
  }
}
@media (min-width: 960px) {
  .specifications-nav {
    top: 150px;
  }
}
@media (min-width: 768px) {
  .specifications-nav[data-state=fixed] {
    position: fixed;
    top: 60px;
  }
}
@media (min-width: 960px) {
  .specifications-nav[data-state=fixed] {
    top: 150px;
  }
}
@media (min-width: 768px) {
  .specifications-nav[data-state=bottom] {
    position: absolute;
    top: auto;
    bottom: 0;
  }
}
.specifications-nav hr {
  margin: 0 -10px;
  width: calc(100vw - 40px);
}
@media (min-width: 768px) {
  .specifications-nav hr {
    display: none;
  }
}
.specifications-nav .specifications-nav-links {
  white-space: nowrap;
  overflow-x: scroll;
  padding: 45px 0;
  width: calc(100vw - 60px);
}
@media (min-width: 768px) {
  .specifications-nav .specifications-nav-links {
    white-space: auto;
    overflow-x: visible;
    padding: 0;
    width: auto;
  }
}
.specifications-nav li {
  display: inline-block;
  margin-right: 12px;
  animation: specifications-appear-bottom 1000ms cubic-bezier(0.33, 1, 0.68, 1);
  animation-fill-mode: both;
}
.specifications-nav li:nth-child(1) {
  animation-delay: 600ms;
}
.specifications-nav li:nth-child(2) {
  animation-delay: 700ms;
}
.specifications-nav li:nth-child(3) {
  animation-delay: 800ms;
}
.specifications-nav li:nth-child(4) {
  animation-delay: 900ms;
}
.specifications-nav li:nth-child(5) {
  animation-delay: 1100ms;
}
.specifications-nav li:nth-child(6) {
  animation-delay: 1300ms;
}
.specifications-nav li:nth-child(7) {
  animation-delay: 1500ms;
}
@media (min-width: 768px) {
  .specifications-nav li {
    margin-right: 0;
    display: block;
    margin-bottom: 12px;
  }
  .specifications-nav li:last-child {
    margin-bottom: 0;
  }
}
.specifications-nav a {
  position: relative;
  color: #F3F3F3;
  transition: color 500ms ease;
}
.specifications-nav a:first-child {
  margin-left: 13px;
}
@media (min-width: 768px) {
  .specifications-nav a:first-child {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .specifications-nav a {
    color: #898990;
  }
  .specifications-nav a:hover {
    color: #d8d8da;
  }
}
.specifications-nav a.current {
  color: #CBFB45;
}
.specifications-nav a.current:before {
  opacity: 1;
  background-color: #CBFB45;
  transform: translate(0, -50%);
}
.specifications-nav a:before {
  transition: transform, opacity;
  transition-duration: 500ms;
  transition-timing-function: ease;
  opacity: 0;
  content: "";
  background-color: #898990;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translate(-16px, -50%);
}

@media (min-width: 768px) {
  .container .inner {
    margin-left: calc(24.9% + 39px);
    grid-template-columns: repeat(2, 1fr);
    column-gap: 13px;
    row-gap: 120px;
  }
}
@media (min-width: 960px) {
  .container .inner {
    margin-left: calc(24.9% + 39px);
  }
}
@media (min-width: 1440px) {
  .container .inner {
    margin-left: calc(33.2% + 52px);
  }
}
.container .title {
  color: #F3F3F3;
  margin-bottom: 53px;
}
@media (min-width: 768px) {
  .container .title {
    margin-bottom: 46px;
  }
}

#intro {
  padding: 200px 0 0px;
}
@media screen and (min-width: 768px) and (max-height: 830px) {
  #intro {
    padding: 145px 0 35px;
  }
}
@media screen and (min-width: 768px) and (min-height: 830px) {
  #intro {
    padding: calc((100vh - 830px) + 145px) 0 35px;
  }
}
@media screen and (min-width: 768px) and (min-height: 930px) {
  #intro {
    padding: 245px 0 35px;
  }
}
#intro h1 {
  margin-bottom: 220px;
}
@media (min-width: 768px) {
  #intro h1 {
    width: 700px;
    margin-bottom: 42px;
  }
}
@media screen and (min-width: 768px) and (max-height: 830px) {
  #intro h1 {
    margin-bottom: 42px;
  }
}
@media screen and (min-width: 768px) and (min-height: 830px) {
  #intro h1 {
    margin-bottom: calc((100vh - 830px) + 42px);
  }
}
@media screen and (min-width: 768px) and (min-height: 930px) {
  #intro h1 {
    margin-bottom: 142px;
  }
}
#intro hr {
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0;
  transform: scaleX(0);
  transition-property: transform, opacity;
  transition-timing-function: ease-in-out;
  transition-duration: 600ms;
  transform-origin: left center;
}
#intro .eyebrow {
  color: #898990;
  text-align: right;
  margin-top: 22px;
  margin-bottom: 0;
  opacity: 0;
}
#intro[data-revealed=true] hr {
  transform: scaleX(1);
  transition-delay: 200ms;
  opacity: 0.3;
}

.specifications-section .title {
  opacity: 0;
}
.specifications-section .title[data-revealed=true] {
  animation: specifications-appear-bottom 1000ms cubic-bezier(0.33, 1, 0.68, 1) forwards;
  opacity: 1;
}
.specifications-section figure,
.specifications-section video {
  opacity: 0;
}
.specifications-section figure[data-revealed=true],
.specifications-section video[data-revealed=true] {
  animation: specifications-media-reveal 1000ms cubic-bezier(0.33, 1, 0.68, 1) forwards;
  opacity: 1;
}

[data-appear-bottom] {
  opacity: 0;
}
[data-appear-bottom][data-revealed=true] {
  animation: specifications-appear-bottom 1000ms cubic-bezier(0.33, 1, 0.68, 1) forwards;
  opacity: 1;
}

@keyframes specifications-appear-bottom {
  0% {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes specifications-media-reveal {
  0% {
    transform: translate3d(0, 20%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
