.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.reset-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.show-for-small,
.hide-for-large,
.hide-for-medium {
  display: block !important; }

.show-for-large,
.show-for-medium,
.hide-for-small {
  display: none !important; }

.show-for-small-inline,
.hide-for-large-inline,
.hide-for-medium-inline {
  display: inline-block !important; }

.show-for-large-inline,
.show-for-medium-inline,
.hide-for-small-inline {
  display: none !important; }

@media screen and (min-width: 768px) {
  .show-for-medium,
  .hide-for-large,
  .hide-for-small {
    display: block !important; }
  .show-for-large,
  .show-for-small,
  .hide-for-medium {
    display: none !important; }
  .show-for-medium-inline,
  .hide-for-large-inline,
  .hide-for-small-inline {
    display: inline-block !important; }
  .show-for-large-inline,
  .show-for-small-inline,
  .hide-for-medium-inline {
    display: none !important; } }

@media screen and (min-width: 1024px) {
  .show-for-large,
  .hide-for-medium,
  .hide-for-small {
    display: block !important; }
  .show-for-medium,
  .show-for-small,
  .hide-for-large {
    display: none !important; }
  .show-for-large-inline,
  .hide-for-medium-inline,
  .hide-for-small-inline {
    display: inline-block !important; }
  .show-for-medium-inline,
  .show-for-small-inline,
  .hide-for-large-inline {
    display: none !important; } }

.group::before, .group::after,
.clearfix::before,
.clearfix::after {
  content: ' ';
  display: table; }

.group::after,
.clearfix::after {
  clear: both; }

.clear {
  clear: both; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.reset-border {
  border: none !important; }

.hidden {
  display: none !important; }

.uppercase,
.uppercase.vcr {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.hero {
  background-image: url("../../images/transparency.jpg");
  background-size: 6px 6px;
  background-repeat: repeat;
  image-rendering: pixelated;
  min-height: 75vh;
  position: relative; }

.sfcc-category-product .hero-container {
  display: flex;
  align-items: normal;
  background-image: url("../../images/transparency.jpg");
  background-size: 6px 6px;
  background-repeat: repeat;
  image-rendering: pixelated;
  position: relative;
  flex-flow: column; }
  .sfcc-category-product .hero-container .hero-image {
    order: 1;
    min-height: 100vw;
    background: linear-gradient(45deg, #f2f2f2 0%, #e4e4e4 100%); }
    .sfcc-category-product .hero-container .hero-image img {
      width: auto;
      max-width: 100%; }
  .sfcc-category-product .hero-container .hero {
    flex-grow: 1;
    min-height: 100vw; }

.sfcc-category-product .hero-title {
  order: -1;
  min-height: 75vh;
  display: flex;
  justify-content: center;
  flex-flow: column; }
  .sfcc-category-product .hero-title .title {
    font-family: "Helvetica Now Display W02 Rg";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.01rem;
    font-size: 5rem;
    line-height: 0.85;
    color: #fff;
    background: #000;
    padding: 0 1.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0.5em 0 0 #000, -0.5em 0 0 #000;
    -webkit-box-decoration-break: clone;
    display: inline;
    line-height: 1.5; }

.sfsc-category-page .hero-container {
  display: flex;
  align-items: normal;
  background-image: url("../../images/transparency.jpg");
  background-size: 6px 6px;
  background-repeat: repeat;
  image-rendering: pixelated;
  min-height: 84rem;
  position: relative; }
  .sfsc-category-page .hero-container .hero {
    min-height: auto; }

.sfsc-category-page .hero-title {
  order: -1;
  min-height: 75vh;
  display: flex;
  justify-content: center;
  flex-flow: column; }
  .sfsc-category-page .hero-title .title {
    font-family: "Helvetica Now Display W02 Rg";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.01rem;
    font-size: 5rem;
    line-height: 0.85;
    color: #fff;
    background: #000;
    padding: 0 1.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0.5em 0 0 #000, -0.5em 0 0 #000;
    -webkit-box-decoration-break: clone;
    display: inline;
    line-height: 1.5; }

.sfsc-category-page .breadcrumbs {
  display: none; }

.sfsc-category-page .products-title {
  font-family: "Helvetica Now Display W02 Rg";
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.01rem;
  font-size: 2.4rem;
  line-height: 1;
  text-transform: uppercase;
  padding: 0 1.6rem;
  margin-bottom: 2.9rem; }

.sfsc-category-page .view-container {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  margin-top: 0.4rem; }

.sfsc-category-page .category-tile-link .view-link {
  font-family: "Helvetica Now Display W02 Rg";
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.01rem;
  font-size: 1.2rem;
  line-height: 1.08333;
  text-transform: uppercase;
  color: #000;
  display: none; }

.sfsc-category-page .category-tile-link:hover .view-link {
  display: block;
  text-transform: uppercase;
  padding-left: 1.1rem; }

.sfsc-category-page .category-tile-link .arrow {
  margin-top: 0;
  margin-bottom: 0; }

.sfsc-category-page .support-banner {
  margin-bottom: 0; }

.product-category-layout {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  flex-direction: row; }
  .product-category-layout .category-product-image img {
    width: 100%; }
  .product-category-layout .grouping-container {
    font-family: "Helvetica Now Display W02 Rg";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.01rem;
    font-size: 1.2rem;
    line-height: 1.08333;
    display: inline;
    text-transform: uppercase;
    background: #000;
    padding: 0 1.5rem;
    color: #fff; }
  .product-category-layout .product-category {
    width: 50%;
    margin-right: 0;
    background: linear-gradient(45deg, #f2f2f2 0%, #e4e4e4 100%); }
    .product-category-layout .product-category .category-tile-link {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      height: 100%; }
    .product-category-layout .product-category .category-product-image {
      min-height: 50vw; }
    .product-category-layout .product-category .category-product-details {
      display: flex;
      flex-direction: column;
      flex: 1 1 auto;
      justify-content: end; }
  .product-category-layout .category-product-grouping {
    font-family: "Helvetica Now Display W02 Rg";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.01rem;
    font-size: 1.4rem;
    line-height: 1.14286;
    color: '#000';
    margin-top: 2.5rem; }
  .product-category-layout .category-product-title {
    font-family: "Helvetica Now Display W02 Rg";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.01rem;
    font-size: 1.2rem;
    line-height: 1.08333;
    text-transform: uppercase;
    color: #000;
    margin-top: 0.8rem;
    margin-left: 1.5rem; }
  .product-category-layout .arrow {
    background-image: url("../../images/icons/link-arrow-right.svg");
    background-repeat: no-repeat;
    display: block;
    left: 1.5rem;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 1.5rem;
    margin-bottom: 1.8rem;
    margin-top: 0.4rem; }

.faq-categories {
  margin: 3rem 0; }
  .faq-categories .faq-category-link {
    font-family: "Helvetica Now Display W02 Rg", sans-serif;
    font-family: "Helvetica Now Display W02 Rg";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.03rem;
    font-size: 2rem;
    line-height: 0.8;
    display: block;
    text-transform: uppercase;
    padding: 1rem 5rem 1rem 1.5rem;
    position: relative;
    line-height: 1.2; }
    .faq-categories .faq-category-link::after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 3rem;
      width: 1.6rem;
      height: 1.1rem;
      background: url("../images/icons/arrow-right-black.svg") no-repeat;
      background-size: 100%; }

.support-banner {
  background: #b8c2f8;
  padding: 4.3rem 0; }
  .support-banner__links {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin-top: 1.7rem; }
  .support-banner__link {
    font-family: "Helvetica Now Display W02 Rg";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.01rem;
    font-size: 12px;
    line-height: 13px;
    position: relative;
    width: max-content;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0.1rem 1.5rem 0.1rem 3.3rem;
    background-color: #fff;
    color: #000; }
    .support-banner__link::before {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 1.5rem;
      width: 1.2rem;
      height: 0.9rem;
      background: url("../images/icons/arrow-right-black.svg") no-repeat;
      background-size: 100%; }
  .support-banner .icon-container {
    padding: 5px 15px;
    background: #fff;
    display: inline-block; }
    .support-banner .icon-container .message-icon {
      background: url("../images/icons/icon-message.svg") no-repeat;
      background-size: 100%;
      width: 15px;
      height: 15px;
      display: block; }
  .support-banner .white-bg {
    background-color: #fff;
    padding-left: 15px; }
  .support-banner .heading {
    color: #000;
    text-transform: uppercase !important;
    margin: 0;
    line-height: 3.6rem !important;
    font-family: "Helvetica Now Display W02 Rg", sans-serif;
    font-family: "Helvetica Now Display W02 Rg";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.03rem;
    font-size: 2.4rem;
    line-height: 1; }
  .support-banner .inner-banner-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .support-banner .inner-banner-content .copy {
      font-family: "Helvetica Now Display W02 Rg", sans-serif;
      font-family: "Helvetica Now Display W02 Rg";
      font-style: normal;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0.03rem;
      font-size: 1.6rem;
      line-height: 1.125;
      width: auto;
      color: #000;
      padding: 16px 0 30px; }
      .support-banner .inner-banner-content .copy .paragraph {
        padding-left: 15px; }

.sfsc-product-page .content-category {
  font-family: "Helvetica Now Display W02 Rg";
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.01rem;
  font-size: 1.4rem;
  line-height: 1.14286;
  padding: 0 1.5rem;
  background: #fff;
  color: #000;
  display: inline-block;
  text-transform: uppercase;
  width: max-content; }

.sfsc-product-page .product-image {
  background: linear-gradient(45deg, #f2f2f2 0%, #e4e4e4 100%);
  display: flex;
  flex-grow: 1;
  align-items: baseline; }
  .sfsc-product-page .product-image img {
    max-width: 100%;
    height: auto; }

.sfsc-product-page .hero--is-product,
.sfsc-product-page .no-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: column;
  min-height: 84rem; }

.sfsc-product-page .no-image {
  flex-flow: row; }

.sfsc-product-page .hero-title {
  order: -1;
  min-height: 75vh;
  display: flex;
  justify-content: center;
  flex-flow: column; }

.sfsc-product-page .inner-title-container {
  width: 100%; }

.sfsc-product-page .title {
  color: #fff;
  background: #000;
  padding: 0 1.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase !important;
  box-shadow: 0.5em 0 0 #000, -0.5em 0 0 #000;
  -webkit-box-decoration-break: clone;
  display: inline;
  line-height: 1.5 !important;
  font-family: "Helvetica Now Display W02 Rg";
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.01rem;
  font-size: 5rem;
  line-height: 0.85; }

.sfsc-product-page .sfsc-intro {
  text-transform: uppercase !important;
  margin: 3rem 0;
  font-family: "Helvetica Now Display W02 Rg";
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.01rem;
  font-size: 3.2rem;
  line-height: 1; }
  .sfsc-product-page .sfsc-intro p,
  .sfsc-product-page .sfsc-intro h1,
  .sfsc-product-page .sfsc-intro h2,
  .sfsc-product-page .sfsc-intro h3,
  .sfsc-product-page .sfsc-intro div {
    text-transform: uppercase !important;
    margin: 3rem 0;
    font-family: "Helvetica Now Display W02 Rg";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.01rem;
    font-size: 3.2rem;
    line-height: 1; }

.sfsc-product-page .sfsc-main-media .content-widget__image-container {
  margin-bottom: 2rem; }
  .sfsc-product-page .sfsc-main-media .content-widget__image-container img {
    max-width: 100%;
    height: auto; }

.sfsc-product-page .sfsc-main-media .content-widget__video-container {
  margin-bottom: 2rem; }
  .sfsc-product-page .sfsc-main-media .content-widget__video-container iframe {
    width: 100%;
    height: 100%; }

.sfsc-product-page .sfsc-tip {
  padding: 1.6rem 0;
  border-left: 2px solid #0029ff;
  background: #fafafa;
  margin-bottom: 3.2rem;
  max-width: 72rem;
  font-family: "Helvetica Now Display W02 Rg";
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.01rem;
  font-size: 1.2rem;
  line-height: 1.08333; }
  .sfsc-product-page .sfsc-tip .inner-tip-container {
    padding: 0 1.8rem;
    text-transform: uppercase; }
  .sfsc-product-page .sfsc-tip span {
    padding: 0 1.8rem;
    background: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-family: "Helvetica Now Display W02 Rg";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.01rem;
    font-size: 1.2rem;
    line-height: 1.08333; }

.sfsc-product-page .content {
  padding-bottom: 4rem; }
  .sfsc-product-page .content a {
    font-size: inherit;
    color: #0029ff; }
    .sfsc-product-page .content a:hover {
      color: #0029ff;
      text-decoration: underline; }
  .sfsc-product-page .content > div:last-of-type .app-links {
    margin-bottom: 0; }

.app-text {
  text-transform: uppercase !important;
  color: #6e6e6e;
  font-family: "Helvetica Now Display W02 Rg";
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.01rem;
  font-size: 1.2rem;
  line-height: 1.08333; }

.app-links {
  margin: 1.2rem 0 3rem; }
  .app-links img {
    margin-right: 1.5rem; }

.app-page .hero-title {
  justify-content: start;
  margin: 5.5rem 0 6.5rem;
  min-height: unset; }

.app-page .app-title p {
  font-family: "Helvetica Now Display W02 Rg", sans-serif;
  font-family: "Helvetica Now Display W02 Rg";
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.03rem;
  font-size: 5rem;
  line-height: 0.85;
  background: #000;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  margin: 0 0 1px;
  padding-left: 1.5rem; }

.app-page .hero--is-product {
  align-items: flex-start; }

.app-page .product-image {
  background: none;
  flex-grow: unset;
  align-self: center; }

.app-page .app-intro {
  font-family: "Helvetica Now Display W02 Rg", sans-serif;
  font-family: "Helvetica Now Display W02 Rg";
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.03rem;
  font-size: 2.4rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 3rem 0;
  padding: 0 1.5rem; }

.app-page .sfsc-app-download {
  font-family: "Helvetica Now Display W02 Rg", sans-serif;
  font-family: "Helvetica Now Display W02 Rg";
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.03rem;
  font-size: 1.2rem;
  line-height: 1.08333;
  text-transform: uppercase;
  color: #6e6e6e;
  margin: 1.5rem 0 7.5rem;
  padding: 0 1.5rem; }
  .app-page .sfsc-app-download .download-title {
    margin-bottom: 1.5rem; }

.app-page .sfsc-media-images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 1.5rem;
  gap: 1.5rem; }
  .app-page .sfsc-media-images .media-product-image {
    width: calc(50% - 0.75rem); }
    .app-page .sfsc-media-images .media-product-image img {
      width: 100%; }

.app-page .links-container {
  margin-bottom: 4.5rem; }

.app-page .link-section .link-title {
  font-family: "Helvetica Now Display W02 Rg", sans-serif;
  font-family: "Helvetica Now Display W02 Rg";
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.03rem;
  font-size: 2.4rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 3rem;
  margin-top: 4.5rem;
  padding: 0 3rem 0 1.5rem; }

.app-page .link-section .links {
  display: flex;
  flex-direction: column;
  gap: 1.6rem; }
  .app-page .link-section .links a {
    font-family: "Helvetica Now Display W02 Rg", sans-serif;
    font-family: "Helvetica Now Display W02 Rg";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.03rem;
    font-size: 2rem;
    line-height: 0.8;
    display: block;
    text-transform: uppercase;
    padding: 0 6rem 0 1.5rem;
    position: relative;
    line-height: 1.2; }
    .app-page .link-section .links a::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 1.5rem;
      width: 1.6rem;
      height: 1.1rem;
      background: url("../images/icons/arrow-right-black.svg") no-repeat;
      background-size: 100%;
      transform: translateY(-50%); }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.reset-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.show-for-small,
.hide-for-large,
.hide-for-medium {
  display: block !important; }

.show-for-large,
.show-for-medium,
.hide-for-small {
  display: none !important; }

.show-for-small-inline,
.hide-for-large-inline,
.hide-for-medium-inline {
  display: inline-block !important; }

.show-for-large-inline,
.show-for-medium-inline,
.hide-for-small-inline {
  display: none !important; }

@media screen and (min-width: 768px) {
  .show-for-medium,
  .hide-for-large,
  .hide-for-small {
    display: block !important; }
  .show-for-large,
  .show-for-small,
  .hide-for-medium {
    display: none !important; }
  .show-for-medium-inline,
  .hide-for-large-inline,
  .hide-for-small-inline {
    display: inline-block !important; }
  .show-for-large-inline,
  .show-for-small-inline,
  .hide-for-medium-inline {
    display: none !important; } }

@media screen and (min-width: 1024px) {
  .show-for-large,
  .hide-for-medium,
  .hide-for-small {
    display: block !important; }
  .show-for-medium,
  .show-for-small,
  .hide-for-large {
    display: none !important; }
  .show-for-large-inline,
  .hide-for-medium-inline,
  .hide-for-small-inline {
    display: inline-block !important; }
  .show-for-medium-inline,
  .show-for-small-inline,
  .hide-for-large-inline {
    display: none !important; } }

.group::before, .group::after,
.clearfix::before,
.clearfix::after {
  content: ' ';
  display: table; }

.group::after,
.clearfix::after {
  clear: both; }

.clear {
  clear: both; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.reset-border {
  border: none !important; }

.hidden {
  display: none !important; }

.uppercase,
.uppercase.vcr {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

@media screen and (min-width: 1024px) {
  .sfsc-category-page .hero {
    display: flex;
    align-items: center;
    padding: 0; }
  .sfcc-category-product .hero-container {
    flex-flow: row;
    align-items: center;
    min-height: 62.5vw; }
    .sfcc-category-product .hero-container .hero {
      min-height: auto; }
      .sfcc-category-product .hero-container .hero-image {
        min-height: 62.5vw;
        display: flex;
        flex-direction: column;
        justify-content: center; }
  .sfcc-category-product .hero-title {
    box-shadow: none;
    line-height: 0.85;
    margin-top: 0; }
  .sfcc-category-product .hero-image {
    width: 50%; }
  .sfcc-category-product .sfsc-appstore,
  .sfcc-category-product .sfsc-pdf {
    padding: 0 1.5rem; }
  .hero {
    min-height: 71rem;
    position: relative; }
    .hero .hero-title {
      min-height: unset; }
      .hero .hero-title .title-space .title {
        font-family: "Helvetica Now Display W02 Rg";
        font-style: normal;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0.01rem;
        font-size: 7.2rem;
        line-height: 0.80556;
        line-height: 0.85;
        display: block;
        text-transform: uppercase; }
  .product-category-layout {
    flex-direction: row; }
    .product-category-layout .product-category {
      width: 25%;
      margin-bottom: 0; }
      .product-category-layout .product-category .category-product-image {
        min-height: 25vw; }
  .faq-categories {
    margin: 3rem 0; }
    .faq-categories .faq-category-link {
      font-family: "Helvetica Now Display W02 Rg", sans-serif;
      font-family: "Helvetica Now Display W02 Rg";
      font-style: normal;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0.03rem;
      font-size: 2.4rem;
      line-height: 1;
      padding: 0.8rem 5rem 0.8rem 1.5rem;
      text-transform: uppercase; }
  .support-banner .inner-banner-content .copy {
    width: 415px; }
  .sfsc-product-page .hero--is-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row; }
  .sfsc-product-page .product-image {
    width: 50%;
    display: flex;
    align-self: stretch;
    align-items: center; }
  .sfsc-product-page .content-category {
    font-family: "Helvetica Now Display W02 Rg";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.01rem;
    font-size: 1.8rem;
    line-height: 1.11111;
    text-transform: uppercase; }
  .sfsc-product-page .hero-title {
    width: 50%;
    order: -1;
    display: block;
    min-height: auto; }
    .sfsc-product-page .hero-title .title {
      width: 80%; }
  .sfsc-product-page .title {
    font-family: "Helvetica Now Display W02 Rg";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.01rem;
    font-size: 7.2rem;
    line-height: 0.80556; }
  .sfsc-product-page .inner-title-container {
    width: 85%; }
  .sfsc-product-page .wrapper {
    max-width: 72rem; }
  .sfsc-product-page .sfsc-intro {
    text-transform: uppercase !important;
    margin: 3rem 0;
    font-family: "Helvetica Now Display W02 Rg";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.01rem;
    font-size: 4rem;
    line-height: 0.85; }
    .sfsc-product-page .sfsc-intro p,
    .sfsc-product-page .sfsc-intro h1,
    .sfsc-product-page .sfsc-intro h2,
    .sfsc-product-page .sfsc-intro h3,
    .sfsc-product-page .sfsc-intro div {
      text-transform: uppercase !important;
      margin: 3rem 0;
      font-family: "Helvetica Now Display W02 Rg";
      font-style: normal;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0.01rem;
      font-size: 4rem;
      line-height: 0.85; }
  .sfsc-product-page .sfsc-main-media .content-widget__image-container {
    position: relative;
    width: 72rem;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 2rem; }
    .sfsc-product-page .sfsc-main-media .content-widget__image-container img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .sfsc-product-page .sfsc-main-media .content-widget__video-container {
    max-width: 72rem;
    margin-bottom: 2rem; }
    .sfsc-product-page .sfsc-main-media .content-widget__video-container iframe {
      width: 100%;
      height: 100%; }
  .app-page .hero--is-product {
    align-items: center; }
  .app-page .hero-title {
    justify-content: center;
    margin: 0;
    min-height: auto; }
  .app-page .app-title p {
    font-family: "Helvetica Now Display W02 Rg", sans-serif;
    font-family: "Helvetica Now Display W02 Rg";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.03rem;
    font-size: 7.2rem;
    line-height: 0.80556;
    background: #000;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    margin: 0 0 1px;
    padding-left: 1.5rem; }
  .app-page .app-intro {
    width: 72rem; }
  .app-page .sfsc-app-download .download-title {
    width: 70rem; }
  .app-page .link-section .link-title {
    font-family: "Helvetica Now Display W02 Rg", sans-serif;
    font-family: "Helvetica Now Display W02 Rg";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.03rem;
    font-size: 2.4rem;
    line-height: 1;
    text-transform: uppercase !important;
    margin-bottom: 3rem; }
  .app-page .link-section .links a {
    text-transform: uppercase !important;
    font-family: "Helvetica Now Display W02 Rg", sans-serif;
    font-family: "Helvetica Now Display W02 Rg";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.03rem;
    font-size: 1.8rem;
    line-height: 1.11111; }
    .app-page .link-section .links a::after {
      content: "";
      position: absolute;
      bottom: 2.8rem;
      right: 3rem;
      width: 1.6rem;
      height: 1.6rem;
      background: url("../images/icons/arrow-right-black.svg") no-repeat;
      background-size: 100%; }
  .app-page .sfsc-media-images .media-product-image {
    width: auto; } }
