/* SF Pro AR text */
html:lang(ar),
body:lang(ar),
button:lang(ar),
.button-super:lang(ar),
.button-elevated:lang(ar),
.button-reduced:lang(ar),
.violator:lang(ar),
.violator-reduced:lang(ar),
.violator-frameless.violator-frameless-reduced:lang(ar),
.chapternav-paddle:lang(ar),
.chapternav-label:lang(ar),
.chapternav-new:lang(ar),
.typography-body:lang(ar),
.typography-body-reduced:lang(ar),
.typography-caption:lang(ar),
.typography-hero-product-body-tight:lang(ar),
.typography-body-tight:lang(ar) {
  font-family: SF Pro AR Text, SF Pro Text, SF Pro Icons, Helvetica Neue,
    Helvetica, Arial, sans-serif;
}

.typography-headline-super:lang(ar),
.typography-headline:lang(ar),
.typography-eyebrow:lang(ar),
.typography-eyebrow-reduced:lang(ar),
.typography-hero-headline:lang(ar),
.typography-hero-product-headline:lang(ar),
.typography-hero-product-intro:lang(ar),
.typography-compare-product-headline:lang(ar),
.typography-compare-feature-headline:lang(ar),
.typography-router-tile-eyebrow:lang(ar),
.typography-router-tile-full-headline:lang(ar),
.typography-router-tile-full-copy:lang(ar) {
  font-family: SF Pro AR Display, SF Pro Display, SF Pro Icons, Helvetica Neue,
    Helvetica, Arial, sans-serif;
}

.overview-routers-mac-for-you-alt {
  display: block;
  width: var(--p-width);
  height: var(--p-height);
  --p-width: 675px;
  --p-height: 290px;
  margin: 0 auto;
}

@media only screen and (max-width: 734px) {
  .overview-routers-mac-for-you-alt {
    --p-width: 390px;
    --p-height: 150px;
    position: relative;
    right: 10px;
  }
}

@media only screen and (min-width: 1069px) {
  .overview-routers-mac-for-you-alt {
    /*    max-width: 750px;*/
    width: 100%;
  }
}

.router-item-full .grid-item-copy,
.router-item-full .grid-item-cta,
.router-item-full .grid-item-headline {
  text-align: right;
}
.overview-routers-environment-studio-display {
  transform: scaleX(-1);
}
.router-item-environment .text-content {
  margin-left: 0;
  margin-right: 150px;
}
@media only screen and (max-width: 1068px) {
  .router-item-environment .text-content {
    margin-right: 80px;
  }
}
@media only screen and (max-width: 734px) {
  .router-item-environment .text-content {
    margin-right: auto;
    margin-left: auto;
  }
}
.router-item-environment .grid-item-headline {
  margin-right: 0;
}
.section-hero .intro-wrapper .intro-cta .cta-buy {
  margin-right: 0;
  margin-left: 17px;
}
@media only screen and (max-width: 734px) {
  .section-hero .intro-wrapper .intro-cta .cta-buy {
    margin-left: 0;
  }
}
