/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/
/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/
/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

@media only screen and (max-width: 734px) {
  .section-tracking-prevention .tile-featured-content {
    padding: 240px var(--tile-padding);
  }
}

@media only screen and (max-width: 1068px) {
  .section-tracking-prevention .text-content {
    width: 260px;
  }
}

@media only screen and (max-width: 734px) {
  .section-tracking-prevention .text-content {
    width: 270px;
  }
}

.typography-label {
  font-size: 22px;
}

@media only screen and (max-width: 413px) {
  .section-content {
    max-width: 300px;
  }
}

@media only screen and (max-width: 374px) {
  .section-content {
    max-width: 280px;
  }

  .typography-headline-elevated {
    font-size: 36px;
  }
}

@media only screen and (max-width: 734px) {
  .section-content {
    width: 100%;
  }

  .hero-header {
    padding: 0 20px;
  }
}

.typography-segmentnav-item {
  font-size: 12px;
  line-height: 0.98577;
  font-weight: 600;
  letter-spacing: -0.016em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
}

.segmentnav > button {
  min-width: 101px;
}

@media only screen and (max-width: 734px) {
  .typography-hero-copy {
    font-size: 20px;
    padding: 0 5px;
  }
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/

/* full-width password tile */
.section-password .text-content {
  width: 851px;
}

@media only screen and (max-width: 1068px) {
  .section-password .text-content {
    width: 741px;
  }
}

@media only screen and (max-width: 734px) {
  .section-password .text-content {
    width: 286px;
  }
}

.section-password .tile-modal .modal-content .modal-headline,
.section-password .tile-modal .modal-content .modal-copy {
  max-width: 1250px;
}

/* full-width password tile ends */
