@charset "UTF-8";
.has-modal.modal-open {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.has-modal.modal-open body {
  height: 100%;
  overflow: hidden; }

.has-modal.modal-open:-webkit-full-screen-ancestor:not(iframe) .globalheader, .has-modal.modal-open:-webkit-full-screen-ancestor:not(iframe) .localnav-wrapper, .has-modal.modal-open:-webkit-full-screen-ancestor:not(iframe) .localnav {
  visibility: hidden; }

.has-modal.modal-open .modal {
  visibility: visible;
  z-index: 9999; }

.modal {
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  visibility: hidden; }
  .modal .modal-close {
    position: absolute;
    z-index: 9999;
    top: 25px;
    left: 25px;
    margin: 0;
    padding: 0;
    font-size: 30px;
    cursor: pointer;
    background: none;
    border: 0; }
    .modal .modal-close::after {
      padding: 0; }
    .modal .modal-close:focus, .modal .modal-close:active {
      outline: none; }

.ac-video-player {
  position: relative;
  cursor: none;
  /* WebVTT Captions styling */ }
  .ac-video-player:-webkit-full-screen {
    background: #000;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1; }
  .ac-video-player:-moz-full-screen {
    background: #000;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1; }
  .ac-video-player:-ms-fullscreen {
    background: #000;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1; }
  .ac-video-player:fullscreen {
    background: #000;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1; }
    .ac-video-player:-webkit-full-screen embed {
      position: relative;
      top: 50%;
      z-index: 1;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .ac-video-player:-moz-full-screen embed {
      position: relative;
      top: 50%;
      z-index: 1;
      transform: translateY(-50%); }
    .ac-video-player:-ms-fullscreen embed {
      position: relative;
      top: 50%;
      z-index: 1;
      transform: translateY(-50%); }
    .ac-video-player:fullscreen embed {
      position: relative;
      top: 50%;
      z-index: 1;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .ac-video-player .ac-video-media-controller {
    width: 100%;
    height: 100%; }
  .ac-video-player .ac-video-blockade {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%; }
  .ac-video-player video,
  .ac-video-player embed,
  .ac-video-player object {
    width: 100%;
    height: 100%; }
    .ac-video-player video, .ac-video-player video img,
    .ac-video-player embed,
    .ac-video-player embed img,
    .ac-video-player object,
    .ac-video-player object img {
      display: block;
      outline: none; }
  .ac-video-player .ac-video-controls {
    position: absolute;
    bottom: 4%;
    left: 50%;
    z-index: 10;
    opacity: 0;
    -webkit-transform: matrix(1, 0, 0, 1, -225, 0);
            transform: matrix(1, 0, 0, 1, -225, 0);
    -webkit-transition: opacity 400ms;
            transition: opacity 400ms; }
    .oldie .ac-video-player .ac-video-controls {
      margin-left: -225px;
      display: none; }
  .ac-video-player.user-hover {
    cursor: default; }
    .ac-video-player.user-hover .ac-video-controls {
      opacity: 1; }
      .oldie .ac-video-player.user-hover .ac-video-controls {
        display: block; }
  .ac-video-player video::cue {
    color: #FFF;
    background-color: #000;
    font-family: "Helvetica Neue";
    font-weight: bold; }
  .ac-video-player .ac-video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .ac-video-player .ac-video-poster img {
      display: block;
      width: 100%;
      height: auto; }
    .ac-video-player .ac-video-poster.ac-video-poster-hide {
      display: none; }

/* Download Quicktime */
.ac-video-quicktime-download {
  display: block;
  margin: 0 auto auto;
  position: absolute;
  top: 0 !important;
  right: 0;
  bottom: 0;
  left: 0 !important;
  z-index: 10011;
  font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  background: transparent url(http://images.apple.com/global/ac_media_player/elements/quicktime/download_quicktime_background_848x480.jpg) 50% 0 no-repeat;
  height: 480px;
  width: 848px; }
  .ac-video-quicktime-download .ac-video-quicktime-download-title,
  .ac-video-quicktime-download .ac-video-quicktime-download-text,
  .ac-video-quicktime-download .ac-video-quicktime-download-button {
    display: block;
    z-index: 10012;
    cursor: pointer;
    display: block;
    font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    position: absolute; }
  .ac-video-quicktime-download .ac-video-quicktime-download-title {
    color: #000;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: bold;
    left: 224px;
    top: 285px; }
  .ac-video-quicktime-download .ac-video-quicktime-download-text {
    color: #8c8c8c;
    padding-bottom: 5px;
    font-size: 16px;
    left: 224px;
    text-align: left;
    top: 318px;
    width: 315px; }
  .ac-video-quicktime-download .ac-video-quicktime-download-button {
    background: transparent url(http://images.apple.com/global/ac_media_player/elements/quicktime/download_quicktime_button.png) 50% 0 no-repeat;
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.apple.com/global/ac_media_player/elements/quicktime/download_quicktime_button.png', sizingMethod='crop');
    _width: 74px;
    _margin: 0 auto;
    color: #FFF;
    display: block;
    font-size: 10px !important;
    height: 32px;
    line-height: 21px !important;
    margin-top: 10px;
    _padding-top: 5px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    left: 551px;
    top: 346px;
    width: 74px; }

/**
 * Declares $map-images
 */
/**
 * This map hold all Images files
 *
 * @type Map
 */
/**
 * Apply CSS only to retina devices
 *
 * @group retina
 *
 */
/**
 * Uses margin left/right auto to center a block level element.
 */
/**
 * Adds a linear gradient using the provided $fromColor and $toColor
 * @param {string} $fromColor A color hex
 * @param {string} $toColor   A color hex
 * @type mixin
 * @return {string}           Linear gradient styles with background-color fallback
 */
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
body.cursor-pointer, body.cursor-pointer * {
  cursor: pointer; }

.control-bar-skin-default, .control-bar-skin-default * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none; }

/**
 * The className can changed by providing view options with a key of 'className' and a property of the class to add to the element
 */
.control-bar-skin-default {
  font-size: 16px;
  line-height: 1em; }
  .control-bar-skin-default.inactive .controls-inactive-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: transparent;
    width: 100%;
    height: 100%; }

/**
 * The className can changed by providing view options with a key of 'className' and a property of the class to add to the element
 */
.control-bar-skin-default {
  background: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/ac_video_background.png") no-repeat;
  height: 70px;
  width: 450px;
  position: relative; }
  .control-bar-skin-default .ac-slider-input-type-range {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    visibility: hidden; }
  .control-bar-skin-default .ac-slider-container {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .control-bar-skin-default .ac-slider-container:hover {
      cursor: pointer; }
    .control-bar-skin-default .ac-slider-container .ac-slider-runnable-track {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .control-bar-skin-default .ac-slider-container .ac-slider-inner-track {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .control-bar-skin-default .ac-slider-inner-track {
    overflow: hidden;
    z-index: 1; }
  .control-bar-skin-default .ac-slider-scrubbed {
    position: absolute;
    top: 50%;
    z-index: 1; }
  .control-bar-skin-default .ac-slider-thumb {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 3;
    box-sizing: border-box; }
  .control-bar-skin-default .ac-slider-thumb:hover {
    cursor: pointer; }
  .control-bar-skin-default .controls-inactive-container {
    display: none;
    z-index: -1; }
  .control-bar-skin-default .left, .control-bar-skin-default .right {
    z-index: 2; }
  .control-bar-skin-default .left {
    text-align: left; }
  .control-bar-skin-default .right {
    text-align: right; }
  .control-bar-skin-default .center {
    z-index: 1; }
  .control-bar-skin-default .left.row-1 {
    width: 100px;
    position: absolute;
    top: 14px;
    left: 20px; }
    .control-bar-skin-default .left.row-1 * {
      display: inline-block;
      *zoom: 1;
      *display: inline;
      vertical-align: middle; }
  .control-bar-skin-default .center.row-1 {
    width: 250px;
    border-left: solid 100px transparent;
    border-right: solid 100px transparent;
    text-align: center;
    position: absolute;
    top: 12px;
    left: 0; }
  .control-bar-skin-default .right.row-1 {
    width: 100px;
    position: absolute;
    top: 14px;
    right: 19px; }
  .control-bar-skin-default .left.row-2 {
    width: 45px;
    position: absolute;
    bottom: 15px;
    left: 20px; }
  .control-bar-skin-default .center.row-2 {
    width: 320px;
    border: solid 65px transparent;
    border-width: 0 65px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0; }
  .control-bar-skin-default .right.row-2 {
    width: 45px;
    position: absolute;
    bottom: 15px;
    right: 20px; }
  .control-bar-skin-default .controls-button {
    border: 0;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-indent: 110%;
    *text-indent: 0;
    *line-height: 0;
    *font-size: 0;
    color: transparent;
    overflow: hidden;
    white-space: nowrap;
    background-color: transparent; }
    .control-bar-skin-default .controls-button:hover {
      cursor: pointer; }
  .control-bar-skin-default .controls-min-volume-button {
    *padding-left: 100%;
    background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png");
    background-position: -128px -474px;
    width: 13px;
    height: 13px;
    background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png"); }
    @media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
      .control-bar-skin-default .controls-min-volume-button {
        width: 14px;
        height: 15px;
        background-size: 263px 244px;
        background-position: -130px -156px; } }
    .control-bar-skin-default .controls-min-volume-button:hover {
      background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png");
      background-position: -191px -474px;
      width: 13px;
      height: 13px;
      background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png"); }
      @media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
        .control-bar-skin-default .controls-min-volume-button:hover {
          width: 14px;
          height: 15px;
          background-size: 263px 244px;
          background-position: -169px -156px; } }
  .control-bar-skin-default .controls-volume-level-indicator {
    width: 50px;
    height: 20px; }
  .control-bar-skin-default .controls-max-volume-button,
  .control-bar-skin-default .controls-play-pause-button,
  .control-bar-skin-default .controls-text-tracks-toggle-button,
  .control-bar-skin-default .controls-full-screen-button {
    *padding-left: 100%; }
  .control-bar-skin-default .controls-max-volume-button {
    background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png");
    background-position: -499px -144px;
    width: 19px;
    height: 19px;
    background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png"); }
    @media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
      .control-bar-skin-default .controls-max-volume-button {
        width: 19px;
        height: 16px;
        background-size: 263px 244px;
        background-position: -42px -156px; } }
    .control-bar-skin-default .controls-max-volume-button:hover {
      background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png");
      background-position: -499px -213px;
      width: 19px;
      height: 19px;
      background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png"); }
      @media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
        .control-bar-skin-default .controls-max-volume-button:hover {
          width: 19px;
          height: 16px;
          background-size: 263px 244px;
          background-position: -86px -156px; } }
  .control-bar-skin-default .controls-play-pause-button {
    background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png");
    background-position: -420px -314px;
    width: 28px;
    height: 28px;
    background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png"); }
    @media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
      .control-bar-skin-default .controls-play-pause-button {
        width: 29.5px;
        height: 29.5px;
        background-size: 263px 244px;
        background-position: -103.5px 0px; } }
    .control-bar-skin-default .controls-play-pause-button:hover {
      background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png");
      background-position: 0px -396px;
      width: 28px;
      height: 28px;
      background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png"); }
      @media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
        .control-bar-skin-default .controls-play-pause-button:hover {
          width: 29.5px;
          height: 29.5px;
          background-size: 263px 244px;
          background-position: -49px 0px; } }
    .control-bar-skin-default .controls-play-pause-button.is-playing {
      background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png");
      background-position: -420px -158px;
      width: 28px;
      height: 28px;
      background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png"); }
      @media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
        .control-bar-skin-default .controls-play-pause-button.is-playing {
          width: 24px;
          height: 29.5px;
          background-size: 263px 244px;
          background-position: 0 -54.5px; } }
      .control-bar-skin-default .controls-play-pause-button.is-playing:hover {
        background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png");
        background-position: -420px -236px;
        width: 28px;
        height: 28px;
        background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png"); }
        @media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
          .control-bar-skin-default .controls-play-pause-button.is-playing:hover {
            width: 24px;
            height: 29.5px;
            background-size: 263px 244px;
            background-position: 0 0px; } }
  .control-bar-skin-default .controls-text-tracks-toggle-button.no-text-tracks,
  .control-bar-skin-default .controls-text-tracks-off-button.no-text-tracks,
  .control-bar-skin-default .controls-text-tracks-on-button.no-text-tracks {
    display: none; }
  .control-bar-skin-default .controls-text-tracks-toggle-button {
    background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png");
    background-position: -155px -396px;
    width: 27px;
    height: 22px;
    background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png"); }
    @media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
      .control-bar-skin-default .controls-text-tracks-toggle-button {
        width: 27px;
        height: 22px;
        background-size: 263px 244px;
        background-position: -49px -54.5px; } }
    .control-bar-skin-default .controls-text-tracks-toggle-button:hover {
      background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png");
      background-position: -499px -72px;
      width: 27px;
      height: 22px;
      background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png"); }
      @media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
        .control-bar-skin-default .controls-text-tracks-toggle-button:hover {
          width: 27px;
          height: 22px;
          background-size: 263px 244px;
          background-position: -52px -109px; } }
    .control-bar-skin-default .controls-text-tracks-toggle-button.text-tracks-visible {
      background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png");
      background-position: -386px -396px;
      width: 27px;
      height: 22px;
      background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png"); }
      @media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
        .control-bar-skin-default .controls-text-tracks-toggle-button.text-tracks-visible {
          width: 27px;
          height: 22px;
          background-size: 263px 244px;
          background-position: -101px -54.5px; } }
  .control-bar-skin-default .controls-volume-level-indicator {
    width: 50px;
    height: 25px; }
    .control-bar-skin-default .controls-volume-level-indicator .ac-slider-runnable-track {
      overflow: visible;
      border-radius: 3px;
      background-color: #3c3c3c;
      background-image: -webkit-linear-gradient(top, #444, #333);
      background-image: linear-gradient(to bottom, #444, #333);
      border-top: solid 1px #2a2a2a;
      border-bottom: solid 1px #666;
      height: 6px;
      margin-top: 7px; }
    .control-bar-skin-default .controls-volume-level-indicator .ac-slider-scrubbed {
      background-color: #1a1a1a;
      background-image: -webkit-linear-gradient(top, #222, #111);
      background-image: linear-gradient(to bottom, #222, #111);
      width: 50px;
      position: absolute;
      left: -50px;
      height: 100%;
      margin-top: -3px;
      top: 50%; }
    .control-bar-skin-default .controls-volume-level-indicator .ac-slider-inner-track {
      overflow: hidden;
      border-radius: 3px; }
    .control-bar-skin-default .controls-volume-level-indicator .ac-slider-thumb, .control-bar-skin-default .controls-volume-level-indicator .ac-slider-thumb-background {
      margin-top: -8px;
      height: 16px;
      width: 12px; }
    .control-bar-skin-default .controls-volume-level-indicator .ac-slider-thumb-background {
      position: absolute;
      bottom: 0px;
      right: -2px;
      z-index: 2;
      width: 16px;
      background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png");
      background-position: -499px -282px;
      width: 16px;
      height: 16px;
      background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png"); }
      @media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
        .control-bar-skin-default .controls-volume-level-indicator .ac-slider-thumb-background {
          width: 17px;
          height: 17px;
          background-size: 263px 244px;
          background-position: -158px -94px; } }
      .control-bar-skin-default .controls-volume-level-indicator .ac-slider-thumb-background:hover {
        background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png");
        background-position: -499px -348px;
        width: 16px;
        height: 16px;
        background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png"); }
        @media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
          .control-bar-skin-default .controls-volume-level-indicator .ac-slider-thumb-background:hover {
            width: 17px;
            height: 17px;
            background-size: 263px 244px;
            background-position: 0 -156px; } }
  .control-bar-skin-default .controls-full-screen-button {
    background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png");
    background-position: -499px 0px;
    width: 27px;
    height: 22px;
    background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png"); }
    .control-bar-skin-default .controls-full-screen-button.fullscreen-unsupported {
      display: none; }
    @media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
      .control-bar-skin-default .controls-full-screen-button {
        width: 27px;
        height: 22px;
        background-size: 263px 244px;
        background-position: -104px -109px; } }
    .control-bar-skin-default .controls-full-screen-button:hover {
      background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png");
      background-position: -309px -396px;
      width: 27px;
      height: 22px;
      background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png"); }
      @media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
        .control-bar-skin-default .controls-full-screen-button:hover {
          width: 27px;
          height: 22px;
          background-size: 263px 244px;
          background-position: -158px 0px; } }
    .control-bar-skin-default .controls-full-screen-button.is-fullscreen {
      background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png");
      background-position: -78px -396px;
      width: 27px;
      height: 22px;
      background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png"); }
      @media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
        .control-bar-skin-default .controls-full-screen-button.is-fullscreen {
          width: 27px;
          height: 22px;
          background-size: 263px 244px;
          background-position: -158px -47px; } }
      .control-bar-skin-default .controls-full-screen-button.is-fullscreen:hover {
        background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png");
        background-position: -232px -396px;
        width: 27px;
        height: 22px;
        background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png"); }
        @media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
          .control-bar-skin-default .controls-full-screen-button.is-fullscreen:hover {
            width: 27px;
            height: 22px;
            background-size: 263px 244px;
            background-position: 0 -109px; } }
  .control-bar-skin-default .controls-progress-indicator {
    position: relative;
    top: 4px; }
  .control-bar-skin-default .controls-elapsed-time-indicator,
  .control-bar-skin-default .controls-remaining-time-indicator {
    color: #d5d5d5;
    font: bold 9px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    *font-size: 8px;
    text-shadow: #000 1px 1px 2px;
    word-spacing: 0px; }
    .control-bar-skin-default .controls-elapsed-time-indicator .label,
    .control-bar-skin-default .controls-remaining-time-indicator .label {
      display: none; }
  .control-bar-skin-default .controls-progress-indicator {
    width: 100%;
    height: 20px;
    top: 4px;
    overflow: hidden;
    outline: none; }
    .control-bar-skin-default .controls-progress-indicator .ac-slider-runnable-track {
      background: #4a4a4a;
      border-radius: 3px;
      height: 10px;
      top: 50%;
      margin-top: -4.5px; }
    .control-bar-skin-default .controls-progress-indicator .ac-slider-inner-track {
      border-radius: 3px;
      overflow: hidden; }
    .control-bar-skin-default .controls-progress-indicator .ac-slider-scrubbed {
      background-color: #39b0f2;
      background-image: -webkit-linear-gradient(top, #5acbf3, #1894f1);
      background-image: linear-gradient(to bottom, #5acbf3, #1894f1);
      height: 11px;
      top: 50%;
      margin-top: -5px;
      left: -314.5px;
      width: 320px; }
    .control-bar-skin-default .controls-progress-indicator .ac-slider-thumb {
      width: 9px; }
    .control-bar-skin-default .controls-progress-indicator .ac-slider-thumb, .control-bar-skin-default .controls-progress-indicator .ac-slider-thumb-background {
      height: 14px;
      margin-top: -6.25px; }
    .control-bar-skin-default .controls-progress-indicator .ac-slider-thumb-background {
      background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png");
      background-position: 0px -474px;
      width: 14px;
      height: 14px;
      background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png");
      width: 14px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -7px;
      margin-left: -6px;
      z-index: 2; }
      @media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
        .control-bar-skin-default .controls-progress-indicator .ac-slider-thumb-background {
          width: 14.5px;
          height: 14.5px;
          background-size: 263px 244px;
          background-position: -210px -39.5px; } }
      .control-bar-skin-default .controls-progress-indicator .ac-slider-thumb-background:hover {
        background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png");
        background-position: -64px -474px;
        width: 14px;
        height: 14px;
        background-image: url("http://images.apple.com/v/apple-pay/e/built/assets/ac-video-controls/default_spritesheet.png"); }
        @media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
          .control-bar-skin-default .controls-progress-indicator .ac-slider-thumb-background:hover {
            width: 14.5px;
            height: 14.5px;
            background-size: 263px 244px;
            background-position: -210px 0px; } }

.modal {
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .ac-player-tablet .modal {
    display: none; }
  .has-modal.modal-open .modal {
    display: block; }
  .modal .modal-close {
    top: 20px;
    left: 20px;
    width: 44px;
    height: 44px;
    font-family: 'Apple Icons';
    text-align: center;
    color: #666666; }
    .modal .modal-close:after,
    .modal .modal-close .icon-htc {
      line-height: 44px;
      padding: 0; }
    .modal .modal-close:hover {
      color: #333333; }

.modal .modal-content {
  margin-left: -424px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 848px;
  height: 100%;
  z-index: 1; }
  @media only screen and (max-width: 848px) {
    .modal .modal-content {
      left: 0;
      margin-left: 0;
      width: 100%; } }

.modal .ac-video-player, .modal .ac-video-nosupport {
  margin-top: -28.30189%;
  padding-bottom: 56.60377%;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1; }
  html.oldie .modal .ac-video-player, html.oldie .modal .ac-video-nosupport {
    margin-top: -240px;
    padding-bottom: 0;
    height: 480px; }

.modal .ac-video-media-controller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ac-player-handheld .ac-video-player {
  position: fixed;
  z-index: -1;
  visibility: hidden;
  width: 1px;
  height: 1px;
  top: 50%;
  left: 50%; }
  .ac-player-handheld .ac-video-player.player-fullscreen {
    visibility: visible; }

body > object {
  display: none; }

.has-modal.modal-open {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.has-modal.modal-open body {
  height: 100%;
  overflow: hidden; }

.has-modal.modal-open:-webkit-full-screen-ancestor:not(iframe) .globalheader, .has-modal.modal-open:-webkit-full-screen-ancestor:not(iframe) .localnav-wrapper, .has-modal.modal-open:-webkit-full-screen-ancestor:not(iframe) .localnav {
  visibility: hidden; }

.has-modal.modal-open .modal {
  visibility: visible;
  z-index: 9999; }

.modal {
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  visibility: hidden; }
  .modal .modal-close {
    position: absolute;
    z-index: 9999;
    top: 25px;
    left: 25px;
    margin: 0;
    padding: 0;
    font-size: 30px;
    cursor: pointer;
    background: none;
    border: 0; }
    .modal .modal-close::after {
      padding: 0; }
    .modal .modal-close:focus, .modal .modal-close:active {
      outline: none; }

.dotnav {
  text-align: center; }
  html.touch .dotnav {
    pointer-events: none; }
  .dotnav ul {
    display: inline-block; }
    html.oldie .dotnav ul {
      display: inline;
      zoom: 1; }
  .dotnav li {
    list-style: none;
    margin: 0 10px;
    width: 8px;
    height: 8px;
    float: left;
    position: relative; }
  .dotnav .dotnav-item {
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    outline: none;
    position: absolute;
    border-radius: 50%;
    background-color: #999999;
    box-sizing: content-box;
    padding: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
    html.no-js .dotnav .dotnav-item:hover {
      background-color: #666666; }
    html.no-touch .dotnav .dotnav-item:hover {
      background-color: #666666; }
    .dotnav .dotnav-item:focus {
      outline-style: auto;
      outline-color: #0088cc; }
    .dotnav .dotnav-item.current {
      top: -1px;
      left: -1px;
      width: 8px;
      height: 8px;
      border-style: solid;
      border-width: 1px;
      border-color: #0088cc;
      background-color: transparent;
      cursor: default; }
      html.no-js .dotnav .dotnav-item.current:hover {
        background-color: transparent; }
      html.no-touch .dotnav .dotnav-item.current:hover {
        background-color: transparent; }

.paddlenav {
  list-style: none;
  margin: 0; }

.paddlenav-arrow {
  width: 67px;
  height: 128px;
  position: absolute;
  top: 50%;
  line-height: 1.78;
  margin-top: -64px;
  text-align: center;
  overflow: hidden;
  color: #999999;
  background-color: transparent;
  border-radius: 4px;
  display: block;
  font-size: 72px;
  font-style: normal;
  font-weight: 200;
  opacity: .70;
  -webkit-transition: 250ms opacity linear, 250ms color linear, 250ms background-color linear;
          transition: 250ms opacity linear, 250ms color linear, 250ms background-color linear; }
  .paddlenav-arrow.disabled {
    opacity: 0; }
    html.no-js .paddlenav-arrow.disabled:hover {
      opacity: 0;
      cursor: default; }
    html.no-touch .paddlenav-arrow.disabled:hover {
      opacity: 0;
      cursor: default; }
    html.oldie .paddlenav-arrow.disabled {
      display: none; }
  html.no-js .paddlenav-arrow:hover {
    color: #999999;
    background-color: transparent;
    text-decoration: none;
    opacity: 1; }
  html.no-touch .paddlenav-arrow:hover {
    color: #999999;
    background-color: transparent;
    text-decoration: none;
    opacity: 1; }
  .paddlenav-arrow:focus {
    color: #999999;
    background-color: transparent;
    text-decoration: none; }
  html.touch .paddlenav-arrow {
    color: #999999;
    background-color: transparent;
    text-decoration: none; }

.paddlenav-arrow-left {
  left: 0;
  behavior: url("/v/apple-pay/e/built/assets/ac-appleicons/behaviors/icons.htc"); }
  .paddlenav-arrow-left:before, .paddlenav-arrow-left:after {
    content: ""; }
  .paddlenav-arrow-left .icon-htc {
    x-content: ""; }
  .paddlenav-arrow-left:before, .paddlenav-arrow-left:after,
  .paddlenav-arrow-left .icon-htc {
    display: inline-block;
    color: inherit;
    font-family: "AppleIcons";
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: none;
    position: relative;
    z-index: 1; }
  .paddlenav-arrow-left:after,
  .paddlenav-arrow-left .icon-htc {
    top: 0;
    padding-left: 0;
    padding-right: 0; }
  .paddlenav-arrow-left:before {
    display: none; }

.paddlenav-arrow-right {
  right: 0;
  behavior: url("/v/apple-pay/e/built/assets/ac-appleicons/behaviors/icons.htc"); }
  .paddlenav-arrow-right:before, .paddlenav-arrow-right:after {
    content: ""; }
  .paddlenav-arrow-right .icon-htc {
    x-content: ""; }
  .paddlenav-arrow-right:before, .paddlenav-arrow-right:after,
  .paddlenav-arrow-right .icon-htc {
    display: inline-block;
    color: inherit;
    font-family: "AppleIcons";
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: none;
    position: relative;
    z-index: 1; }
  .paddlenav-arrow-right:after,
  .paddlenav-arrow-right .icon-htc {
    top: 0;
    padding-left: 0;
    padding-right: 0; }
  .paddlenav-arrow-right:before {
    display: none; }

html.no-touch .paddlenav-onhover .paddlenav-arrow {
  opacity: 0; }
  html.no-touch .paddlenav-onhover .paddlenav-arrow:focus {
    opacity: 1; }

html.oldie .paddlenav-onhover .paddlenav-arrow {
  visibility: hidden; }

.with-paddlenav {
  position: relative; }
  html.no-js.no-touch .with-paddlenav:hover .paddlenav-onhover .paddlenav-arrow {
    opacity: .70; }
  html.no-js.oldie .with-paddlenav:hover .paddlenav-onhover .paddlenav-arrow {
    visibility: visible; }
  html.no-js .with-paddlenav:hover .paddlenav-onhover .paddlenav-arrow:focus {
    opacity: 1; }
  html.no-js .with-paddlenav:hover .paddlenav-onhover .paddlenav-arrow:hover {
    opacity: 1; }
  html.no-js.no-touch .with-paddlenav:hover .paddlenav-onhover .paddlenav-arrow:hover {
    opacity: 1; }
  html.no-js .with-paddlenav:hover .paddlenav-onhover .paddlenav-arrow.disabled {
    opacity: 0; }
  html.no-touch .with-paddlenav:hover .paddlenav-onhover .paddlenav-arrow {
    opacity: .70; }
  html.no-touch.oldie .with-paddlenav:hover .paddlenav-onhover .paddlenav-arrow {
    visibility: visible; }
  html.no-touch .with-paddlenav:hover .paddlenav-onhover .paddlenav-arrow:focus {
    opacity: 1; }
  html.no-touch.no-js .with-paddlenav:hover .paddlenav-onhover .paddlenav-arrow:hover {
    opacity: 1; }
  html.no-touch .with-paddlenav:hover .paddlenav-onhover .paddlenav-arrow:hover {
    opacity: 1; }
  html.no-touch .with-paddlenav:hover .paddlenav-onhover .paddlenav-arrow.disabled {
    opacity: 0; }

.paddlenav-framed .paddlenav-arrow {
  color: #999999;
  background-color: #fafafa; }
  html.no-js .paddlenav-framed .paddlenav-arrow:hover {
    color: #999999;
    background-color: #fafafa;
    text-decoration: none; }
  html.no-touch .paddlenav-framed .paddlenav-arrow:hover {
    color: #999999;
    background-color: #fafafa;
    text-decoration: none; }
  .paddlenav-framed .paddlenav-arrow:focus {
    color: #999999;
    background-color: #fafafa;
    text-decoration: none; }
  html.touch .paddlenav-framed .paddlenav-arrow {
    color: #999999;
    background-color: #fafafa; }

.paddlenav-framed .paddlenav-arrow-left {
  left: 15px; }

.paddlenav-framed .paddlenav-arrow-right {
  right: 15px; }

.modal .icon-play {
  display: none; }

.icon-headline {
  margin: 0;
  padding-bottom: 20px; }
  .icon-headline .app-icon {
    margin-right: 6px; }
  .icon-headline span {
    margin-top: 2px; }

strong {
  font-weight: 600; }

.page-overview h1 {
  margin-bottom: 25px; }

.page-overview .copy {
  margin-top: 1em;
  margin-bottom: 40px; }

.page-overview .logo-image {
  text-indent: -9999px; }

.page-overview .alternate {
  background-color: #fafafa; }

.page-overview .divider {
  border-bottom: 1px solid #d6d6d6; }

.page-overview .main {
  margin-top: -50px; }

.page-overview .section-hero {
  padding-top: 145px; }
  @media only screen and (max-width: 1068px) {
    .page-overview .section-hero {
      padding-top: 95px;
      padding-bottom: 96px; } }
  @media only screen and (max-width: 735px) {
    .page-overview .section-hero {
      padding-top: 62px;
      padding-bottom: 0; } }
  .page-overview .section-hero .copy {
    padding-top: 20px;
    padding-bottom: 0; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-hero .copy {
        padding-top: 0; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-hero .copy {
        text-align: center;
        margin-left: auto;
        margin-right: auto; } }
    .page-overview .section-hero .copy h1 {
      width: 490px;
      margin-top: 54px; }
      @media only screen and (max-width: 1068px) {
        .page-overview .section-hero .copy h1 {
          width: 400px; } }
      @media only screen and (max-width: 735px) {
        .page-overview .section-hero .copy h1 {
          text-align: center;
          margin-left: auto;
          margin-right: auto;
          width: 280px;
          margin-top: 0; } }
    .page-overview .section-hero .copy p {
      width: 460px;
      font-size: 20px; }
      @media only screen and (max-width: 1068px) {
        .page-overview .section-hero .copy p {
          width: 376px; } }
      @media only screen and (max-width: 735px) {
        .page-overview .section-hero .copy p {
          width: 96%;
          margin-left: auto;
          margin-right: auto; } }
  .page-overview .section-hero .image-apple-pay-hero {
    background-repeat: no-repeat;
    background-size: 1022px 878px;
    height: 878px;
    width: 1022px;
    background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/hero_large.png");
    margin-top: 14px;
    margin-left: 30px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
      .page-overview .section-hero .image-apple-pay-hero {
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/hero_large_2x.png"); } }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-hero .image-apple-pay-hero {
        background-size: 601px 698px;
        height: 698px;
        width: 601px;
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/hero_medium.png"); } }
  @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .page-overview .section-hero .image-apple-pay-hero {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/hero_medium_2x.png"); } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-hero .image-apple-pay-hero {
        background-size: 442px 549px;
        height: 549px;
        width: 442px;
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/hero_small.png"); } }
  @media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .page-overview .section-hero .image-apple-pay-hero {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/hero_small_2x.png"); } }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-hero .image-apple-pay-hero {
        margin-top: 21px;
        margin-left: 170px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-hero .image-apple-pay-hero {
        margin-top: 34px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto; } }
  .page-overview .section-hero .image-apple-pay-logo {
    background-repeat: no-repeat;
    background-size: 106px 52px;
    height: 52px;
    width: 106px;
    background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_large.jpg");
    margin-bottom: 20px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
      .page-overview .section-hero .image-apple-pay-logo {
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_large_2x.jpg"); } }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-hero .image-apple-pay-logo {
        background-size: 78px 37px;
        height: 37px;
        width: 78px;
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_medium.jpg"); } }
  @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .page-overview .section-hero .image-apple-pay-logo {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_medium_2x.jpg"); } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-hero .image-apple-pay-logo {
        background-size: 82px 39px;
        height: 39px;
        width: 82px;
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_small.jpg"); } }
  @media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .page-overview .section-hero .image-apple-pay-logo {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_small_2x.jpg"); } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-hero .image-apple-pay-logo {
        background-repeat: no-repeat;
        background-size: 106px 52px;
        height: 52px;
        width: 106px;
        margin-left: auto;
        margin-right: auto;
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_large.jpg"); } }
  @media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .page-overview .section-hero .image-apple-pay-logo {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_large_2x.jpg"); } }
  @media only screen and (max-width: 735px) and (max-width: 1068px) {
    .page-overview .section-hero .image-apple-pay-logo {
      background-size: 78px 37px;
      height: 37px;
      width: 78px;
      margin-left: auto;
      margin-right: auto;
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_medium.jpg"); } }
  @media only screen and (max-width: 735px) and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (max-width: 1068px) and (min-resolution: 144dppx) {
    .page-overview .section-hero .image-apple-pay-logo {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_medium_2x.jpg"); } }
  @media only screen and (max-width: 735px) and (max-width: 735px) {
    .page-overview .section-hero .image-apple-pay-logo {
      background-size: 82px 39px;
      height: 39px;
      width: 111.11111%;
      margin-left: -5.55556%;
      margin-right: -5.55556%;
      background-position: center top;
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_small.jpg"); } }
  @media only screen and (max-width: 735px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (max-width: 735px) and (min-resolution: 144dppx) {
    .page-overview .section-hero .image-apple-pay-logo {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_small_2x.jpg"); } }

.page-overview .section-pay {
  padding-top: 92px; }
  @media only screen and (max-width: 735px) {
    .page-overview .section-pay {
      padding-top: 52px;
      padding-bottom: 45px;
      background-color: white;
      overflow: hidden; } }
  .page-overview .section-pay h2 {
    width: 500px; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-pay h2 {
        width: 450px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-pay h2 {
        width: auto; } }
  .page-overview .section-pay .phone {
    margin-top: 90px;
    margin-bottom: 175px; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-pay .phone {
        margin-top: 120px;
        margin-bottom: 70px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-pay .phone {
        margin-top: 50px;
        margin-bottom: 30px; } }
  .page-overview .section-pay .watch {
    padding-bottom: 100px; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-pay .watch {
        margin-top: 30px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-pay .watch {
        margin-top: -80px;
        padding-bottom: 10px; } }
  @media only screen and (max-width: 735px) and (orientation: landscape) {
    .page-overview .section-pay .watch {
      margin-top: -60px; } }
    .page-overview .section-pay .watch p {
      margin: 0 0 1em; }
    .page-overview .section-pay .watch .watch-copy {
      z-index: 2; }
  .page-overview .section-pay .image-apple-pay-easy-way-phone {
    background-repeat: no-repeat;
    background-size: 1288px 1132px;
    height: 1132px;
    width: 1288px;
    background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/easy_way_phone_large.png");
    margin-top: -73px;
    margin-bottom: -1100px;
    margin-left: 483px;
    position: relative;
    top: 52px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
      .page-overview .section-pay .image-apple-pay-easy-way-phone {
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/easy_way_phone_large_2x.png"); } }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-pay .image-apple-pay-easy-way-phone {
        background-size: 819px 887px;
        height: 887px;
        width: 819px;
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/easy_way_phone_medium.png"); } }
  @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .page-overview .section-pay .image-apple-pay-easy-way-phone {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/easy_way_phone_medium_2x.png"); } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-pay .image-apple-pay-easy-way-phone {
        background-size: 486px 600px;
        height: 600px;
        width: 486px;
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/easy_way_phone_small.png"); } }
  @media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .page-overview .section-pay .image-apple-pay-easy-way-phone {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/easy_way_phone_small_2x.png"); } }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-pay .image-apple-pay-easy-way-phone {
        margin-top: -120px;
        margin-bottom: -862px;
        margin-left: 409px;
        top: 0; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-pay .image-apple-pay-easy-way-phone {
        position: relative;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: -118px;
        left: 50%;
        z-index: -1; } }
  .page-overview .section-pay .image-apple-pay-easy-way-watch {
    background-repeat: no-repeat;
    background-size: 182px 320px;
    height: 320px;
    width: 182px;
    background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/easy_way_watch_large.png");
    margin-left: 27px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
      .page-overview .section-pay .image-apple-pay-easy-way-watch {
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/easy_way_watch_large_2x.png"); } }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-pay .image-apple-pay-easy-way-watch {
        background-size: 144px 251px;
        height: 251px;
        width: 144px;
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/easy_way_watch_medium.png"); } }
  @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .page-overview .section-pay .image-apple-pay-easy-way-watch {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/easy_way_watch_medium_2x.png"); } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-pay .image-apple-pay-easy-way-watch {
        background-size: 122px 213px;
        height: 213px;
        width: 122px;
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/easy_way_watch_small.png"); } }
  @media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .page-overview .section-pay .image-apple-pay-easy-way-watch {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/easy_way_watch_small_2x.png"); } }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-pay .image-apple-pay-easy-way-watch {
        margin-left: 127px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-pay .image-apple-pay-easy-way-watch {
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px; } }

.page-overview .section-apps {
  padding-top: 93px;
  padding-bottom: 136px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 735px) {
    .page-overview .section-apps {
      text-align: left;
      padding-bottom: 89px;
      padding-top: 50px; } }
  @media only screen and (max-width: 735px) {
    .page-overview .section-apps .apps-container {
      width: 290px;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400;
      letter-spacing: normal;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (max-width: 735px) and (max-width: 1068px) {
    .page-overview .section-apps .apps-container {
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400;
      letter-spacing: normal; } }
  @media only screen and (max-width: 735px) and (max-width: 735px) {
    .page-overview .section-apps .apps-container {
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400;
      letter-spacing: normal; } }
  .page-overview .section-apps .image-apps {
    background-repeat: no-repeat;
    background-size: 984px 630px;
    height: 630px;
    width: 984px;
    background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apps_large.png");
    margin-bottom: 25px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
      .page-overview .section-apps .image-apps {
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apps_large_2x.png"); } }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-apps .image-apps {
        background-size: 698px 447px;
        height: 447px;
        width: 698px;
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apps_medium.png"); } }
  @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .page-overview .section-apps .image-apps {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apps_medium_2x.png"); } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-apps .image-apps {
        background-size: 290px 186px;
        height: 186px;
        width: 290px;
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apps_small.png"); } }
  @media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .page-overview .section-apps .image-apps {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apps_small_2x.png"); } }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-apps .image-apps {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-apps .image-apps {
        margin-bottom: 25px; } }
  .page-overview .section-apps .airbnb {
    position: absolute;
    left: 108px; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-apps .airbnb {
        left: 73px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-apps .airbnb {
        left: 10px; } }
  .page-overview .section-apps .fancy {
    position: absolute;
    left: 474px; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-apps .fancy {
        left: 331px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-apps .fancy {
        left: 119px; } }
  .page-overview .section-apps .target {
    position: absolute;
    left: 836px; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-apps .target {
        left: 586px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-apps .target {
        left: 229px; } }
  .page-overview .section-apps .desktop-pay.border-top {
    margin-top: 110px;
    margin-bottom: -71px;
    padding-top: 79px;
    border-top: 1px solid #ccc; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-apps .desktop-pay.border-top {
        margin-top: 91px;
        margin-bottom: -89px;
        padding-top: 61px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-apps .desktop-pay.border-top {
        margin-top: 79px;
        margin-bottom: -80px;
        padding-top: 53px; } }
  .page-overview .section-apps .desktop-pay .violator-alt {
    color: #f46c0e;
    border-color: #f46c0e; }
  .page-overview .section-apps .desktop-pay .violator-compact {
    font-size: 13px;
    line-height: 1.46154;
    font-weight: 400;
    letter-spacing: 0em;
    padding: 0 10px; }
  .page-overview .section-apps .desktop-pay .section-headline {
    margin-top: 22px;
    margin-bottom: -7px; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-apps .desktop-pay .section-headline {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-apps .desktop-pay .section-headline {
        margin-top: 25px; } }
  .page-overview .section-apps .desktop-pay .copy {
    margin-left: auto;
    margin-right: auto; }

.page-overview .section-passbook {
  padding-top: 100px; }
  @media only screen and (max-width: 1068px) {
    .page-overview .section-passbook {
      padding-top: 101px; } }
  @media only screen and (max-width: 735px) {
    .page-overview .section-passbook {
      padding-top: 51px;
      padding-bottom: 106px; } }
  .page-overview .section-passbook .column-right {
    margin-left: 90px; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-passbook .column-right {
        margin-top: 20px;
        margin-left: 0; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-passbook .column-right {
        margin-left: 0; } }
  .page-overview .section-passbook .image-apple-pay-applepay-icon {
    background-repeat: no-repeat;
    background-size: 65px 65px;
    height: 65px;
    width: 65px;
    background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/applepay_icon_large.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
      .page-overview .section-passbook .image-apple-pay-applepay-icon {
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/applepay_icon_large_2x.png"); } }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-passbook .image-apple-pay-applepay-icon {
        background-size: 51px 51px;
        height: 51px;
        width: 51px;
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/applepay_icon_medium.png"); } }
  @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .page-overview .section-passbook .image-apple-pay-applepay-icon {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/applepay_icon_medium_2x.png"); } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-passbook .image-apple-pay-applepay-icon {
        background-size: 56px 56px;
        height: 56px;
        width: 56px;
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/applepay_icon_small.png"); } }
  @media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .page-overview .section-passbook .image-apple-pay-applepay-icon {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/applepay_icon_small_2x.png"); } }
  .page-overview .section-passbook .image-apple-pay-setup-passbook {
    background-repeat: no-repeat;
    background-size: 410px 578px;
    height: 578px;
    width: 410px;
    background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/setup_simple_passbook_large.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
      .page-overview .section-passbook .image-apple-pay-setup-passbook {
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/setup_simple_passbook_large_2x.jpg"); } }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-passbook .image-apple-pay-setup-passbook {
        background-size: 284px 400px;
        height: 400px;
        width: 284px;
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/setup_simple_passbook_medium.jpg"); } }
  @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .page-overview .section-passbook .image-apple-pay-setup-passbook {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/setup_simple_passbook_medium_2x.jpg"); } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-passbook .image-apple-pay-setup-passbook {
        background-size: 237px 480px;
        height: 480px;
        width: 237px;
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/setup_simple_passbook_small.jpg"); } }
  @media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .page-overview .section-passbook .image-apple-pay-setup-passbook {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/setup_simple_passbook_small_2x.jpg"); } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-passbook .image-apple-pay-setup-passbook {
        margin-left: -18px; } }
  .page-overview .section-passbook .image-apple-pay-setup-scan {
    background-repeat: no-repeat;
    background-size: 410px 578px;
    height: 578px;
    width: 410px;
    background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/setup_simple_scan_large.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
      .page-overview .section-passbook .image-apple-pay-setup-scan {
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/setup_simple_scan_large_2x.jpg"); } }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-passbook .image-apple-pay-setup-scan {
        background-size: 284px 400px;
        height: 400px;
        width: 284px;
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/setup_simple_scan_medium.jpg"); } }
  @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .page-overview .section-passbook .image-apple-pay-setup-scan {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/setup_simple_scan_medium_2x.jpg"); } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-passbook .image-apple-pay-setup-scan {
        background-size: 237px 480px;
        height: 480px;
        width: 237px;
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/setup_simple_scan_small.jpg"); } }
  @media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .page-overview .section-passbook .image-apple-pay-setup-scan {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/setup_simple_scan_small_2x.jpg"); } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-passbook .image-apple-pay-setup-scan {
        margin-left: -18px; } }

.page-overview .gallery {
  position: relative; }
  .page-overview .gallery .ac-gallery-slide {
    overflow: hidden;
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap; }
    .page-overview .gallery .ac-gallery-slide .ac-gallery-content {
      display: inline-block;
      width: 100%;
      height: 100%; }
      html.oldie .page-overview .gallery .ac-gallery-slide .ac-gallery-content {
        display: inline;
        zoom: 1; }
    .page-overview .gallery .ac-gallery-slide figure {
      margin: 0 auto; }

html.touch .page-overview .paddlenav-arrow.small {
  display: none; }

.page-overview .dotnav {
  position: absolute;
  top: 520px;
  width: 100%;
  z-index: 5; }
  .page-overview .dotnav ul {
    margin: 0 auto; }

.page-overview .section-security {
  padding-top: 93px; }
  @media only screen and (max-width: 1068px) {
    .page-overview .section-security {
      padding-bottom: 92px; } }
  @media only screen and (max-width: 735px) {
    .page-overview .section-security {
      padding-top: 50px;
      padding-bottom: 48px; } }
  .page-overview .section-security .copy {
    margin-bottom: 55px;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 735px) {
      .page-overview .section-security .copy {
        margin-bottom: 40px; } }
  .page-overview .section-security .image-apple-pay-payments {
    background-repeat: no-repeat;
    background-size: 720px 378px;
    height: 378px;
    width: 720px;
    background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/payments_large.png");
    margin-left: -17px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
      .page-overview .section-security .image-apple-pay-payments {
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/payments_large_2x.png"); } }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-security .image-apple-pay-payments {
        background-size: 513px 269px;
        height: 269px;
        width: 513px;
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/payments_medium.png"); } }
  @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .page-overview .section-security .image-apple-pay-payments {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/payments_medium_2x.png"); } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-security .image-apple-pay-payments {
        background-size: 314px 165px;
        height: 165px;
        width: 314px;
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/payments_small.png"); } }
  @media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .page-overview .section-security .image-apple-pay-payments {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/payments_small_2x.png"); } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-security .image-apple-pay-payments {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        margin-bottom: 40px; } }
  @media only screen and (max-width: 735px) {
    .page-overview .section-security .bottom-copy {
      margin-bottom: 0; } }

@media only screen and (max-width: 735px) {
  .page-overview .section-privacy h2 {
    width: 350px; } }

.page-overview .section-privacy .copy {
  position: relative;
  z-index: 2; }

.page-overview .section-privacy .row {
  padding-top: 100px;
  padding-bottom: 72px; }
  @media only screen and (max-width: 1068px) {
    .page-overview .section-privacy .row {
      padding-top: 75px;
      padding-bottom: 52px; } }
  @media only screen and (max-width: 735px) {
    .page-overview .section-privacy .row {
      padding-top: 34px;
      padding-bottom: 0; } }

.page-overview .section-privacy .image-apple-pay-in-stores {
  background-repeat: no-repeat;
  background-size: 490px 490px;
  height: 490px;
  width: 490px;
  background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/in_stores_large.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
    .page-overview .section-privacy .image-apple-pay-in-stores {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/in_stores_large_2x.jpg"); } }
  @media only screen and (max-width: 1068px) {
    .page-overview .section-privacy .image-apple-pay-in-stores {
      background-size: 302px 329px;
      height: 329px;
      width: 302px;
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/in_stores_medium.jpg"); } }
  @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .page-overview .section-privacy .image-apple-pay-in-stores {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/in_stores_medium_2x.jpg"); } }
  @media only screen and (max-width: 735px) {
    .page-overview .section-privacy .image-apple-pay-in-stores {
      background-size: 677px 350px;
      height: 350px;
      width: 677px;
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/in_stores_small.jpg"); } }
  @media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .page-overview .section-privacy .image-apple-pay-in-stores {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/in_stores_small_2x.jpg"); } }
  @media only screen and (max-width: 1068px) {
    .page-overview .section-privacy .image-apple-pay-in-stores {
      margin-top: 25px;
      margin-left: 4px; } }
  @media only screen and (max-width: 735px) {
    .page-overview .section-privacy .image-apple-pay-in-stores {
      width: auto;
      background-position: 50% 0;
      margin: 0 -10%;
      padding-bottom: 0; } }

.page-overview .section-accepted {
  padding-top: 95px;
  padding-bottom: 0; }
  @media only screen and (max-width: 735px) {
    .page-overview .section-accepted {
      padding-top: 52px; } }
  .page-overview .section-accepted .keyline-title {
    margin-top: 1.5em; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-accepted .keyline-title {
        width: 290px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-accepted .keyline-title {
        width: auto; } }
  .page-overview .section-accepted .accepted-content-left {
    padding-left: 0;
    padding-right: 50px; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-accepted .accepted-content-left {
        padding-right: 22px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-accepted .accepted-content-left {
        padding-right: 0; } }
    .page-overview .section-accepted .accepted-content-left .apple-pay-logos {
      width: 100%;
      margin-top: 26px; }
      @media only screen and (max-width: 735px) {
        .page-overview .section-accepted .accepted-content-left .apple-pay-logos {
          width: 158px;
          margin-left: auto;
          margin-right: auto; } }
    .page-overview .section-accepted .accepted-content-left .image-apple-pay-contactless-logo {
      background-repeat: no-repeat;
      background-size: 102px 60px;
      height: 60px;
      width: 102px;
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/contactless_logo_large.png");
      float: left;
      margin-right: 24px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
        .page-overview .section-accepted .accepted-content-left .image-apple-pay-contactless-logo {
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/contactless_logo_large_2x.png"); } }
      @media only screen and (max-width: 1068px) {
        .page-overview .section-accepted .accepted-content-left .image-apple-pay-contactless-logo {
          background-size: 72px 43px;
          height: 43px;
          width: 72px;
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/contactless_logo_medium.png"); } }
  @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .page-overview .section-accepted .accepted-content-left .image-apple-pay-contactless-logo {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/contactless_logo_medium_2x.png"); } }
      @media only screen and (max-width: 735px) {
        .page-overview .section-accepted .accepted-content-left .image-apple-pay-contactless-logo {
          background-size: 77px 46px;
          height: 46px;
          width: 77px;
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/contactless_logo_small.png"); } }
  @media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .page-overview .section-accepted .accepted-content-left .image-apple-pay-contactless-logo {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/contactless_logo_small_2x.png"); } }
      @media only screen and (max-width: 735px) {
        .page-overview .section-accepted .accepted-content-left .image-apple-pay-contactless-logo {
          margin-right: 16px; } }
    .page-overview .section-accepted .accepted-content-left .image-know-logo {
      background-repeat: no-repeat;
      background-size: 83px 53px;
      height: 53px;
      width: 83px;
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_logo_large.png");
      float: left; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
        .page-overview .section-accepted .accepted-content-left .image-know-logo {
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_logo_large_2x.png"); } }
      @media only screen and (max-width: 1068px) {
        .page-overview .section-accepted .accepted-content-left .image-know-logo {
          background-size: 59px 38px;
          height: 38px;
          width: 59px;
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_logo_medium.png"); } }
  @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .page-overview .section-accepted .accepted-content-left .image-know-logo {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_logo_medium_2x.png"); } }
      @media only screen and (max-width: 735px) {
        .page-overview .section-accepted .accepted-content-left .image-know-logo {
          background-size: 64px 41px;
          height: 41px;
          width: 64px;
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_logo_small.png"); } }
  @media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .page-overview .section-accepted .accepted-content-left .image-know-logo {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_logo_small_2x.png"); } }
  .page-overview .section-accepted .accepted-content-right {
    padding-left: 50px;
    padding-right: 0; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-accepted .accepted-content-right {
        padding-left: 12px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-accepted .accepted-content-right {
        padding-left: 0; } }
  .page-overview .section-accepted .divider.keyline-in-stores {
    width: 450px;
    position: relative; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-accepted .divider.keyline-in-stores {
        width: 324px;
        position: relative; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-accepted .divider.keyline-in-stores {
        width: auto;
        position: relative; } }
  .page-overview .section-accepted .divider.keyline-in-app-purchases {
    width: 464px;
    margin-left: -26px;
    position: relative; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-accepted .divider.keyline-in-app-purchases {
        width: 356px;
        margin-left: -9px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-accepted .divider.keyline-in-app-purchases {
        margin-left: 0;
        width: auto; } }
  .page-overview .section-accepted h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 700px; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-accepted h2 {
        width: 640px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-accepted h2 {
        text-align: left;
        width: auto; } }
  @media only screen and (max-width: 735px) {
    .page-overview .section-accepted .large-to-medium {
      display: none; } }
  .page-overview .section-accepted .intro-background {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0 99px; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-accepted .intro-background {
        width: 560px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-accepted .intro-background {
        width: auto;
        text-align: left; } }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-accepted .intro-background {
        padding: 0 0; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-accepted .intro-background {
        padding: 0 0; } }
  .page-overview .section-accepted .more-block {
    text-align: center; }
  .page-overview .section-accepted .image-apple-pay-stores {
    background-repeat: no-repeat;
    background-size: 447px 472px;
    height: 472px;
    width: 447px;
    background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_stores_large.png");
    margin-top: 65px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
      .page-overview .section-accepted .image-apple-pay-stores {
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_stores_large_2x.png"); } }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-accepted .image-apple-pay-stores {
        background-size: 324px 382px;
        height: 382px;
        width: 324px;
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_stores_medium.png"); } }
  @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .page-overview .section-accepted .image-apple-pay-stores {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_stores_medium_2x.png"); } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-accepted .image-apple-pay-stores {
        background-size: 307px 374px;
        height: 374px;
        width: 307px;
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_stores_small.png"); } }
  @media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .page-overview .section-accepted .image-apple-pay-stores {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_stores_small_2x.png"); } }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-accepted .image-apple-pay-stores {
        margin-top: 43px;
        position: relative;
        top: 5px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-accepted .image-apple-pay-stores {
        margin: 0 auto; } }
  .page-overview .section-accepted .image-in-app-purchases {
    background-repeat: no-repeat;
    background-size: 410px 466px;
    height: 466px;
    width: 410px;
    background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/in_app_purchases_large.png");
    margin-top: 71px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
      .page-overview .section-accepted .image-in-app-purchases {
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/in_app_purchases_large_2x.png"); } }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-accepted .image-in-app-purchases {
        background-size: 335px 354px;
        height: 354px;
        width: 335px;
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/in_app_purchases_medium.png"); } }
  @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .page-overview .section-accepted .image-in-app-purchases {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/in_app_purchases_medium_2x.png"); } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-accepted .image-in-app-purchases {
        background-size: 282px 319px;
        height: 319px;
        width: 282px;
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/in_app_purchases_small.png"); } }
  @media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .page-overview .section-accepted .image-in-app-purchases {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/in_app_purchases_small_2x.png"); } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-accepted .image-in-app-purchases {
        margin: 80px auto 0; } }
  .page-overview .section-accepted .accepted-row-line {
    border-bottom: solid 1px #d6d6d6;
    padding-bottom: 97px; }
    @media only screen and (max-width: 735px) {
      .page-overview .section-accepted .accepted-row-line {
        padding-bottom: 70px; } }
  .page-overview .section-accepted .rewards-wrapper {
    padding: 20px 0; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-accepted .rewards-wrapper {
        padding-left: 70px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-accepted .rewards-wrapper {
        padding: 30px 0 0; } }
    .page-overview .section-accepted .rewards-wrapper h5 {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      padding-top: 15px; }
    .page-overview .section-accepted .rewards-wrapper .image-walgreens {
      background-repeat: no-repeat;
      background-size: 185px 75px;
      height: 75px;
      width: 185px;
      margin-left: auto;
      margin-right: auto;
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/walgreens_large.png");
      margin-top: 20px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
        .page-overview .section-accepted .rewards-wrapper .image-walgreens {
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/walgreens_large_2x.png"); } }
      @media only screen and (max-width: 1068px) {
        .page-overview .section-accepted .rewards-wrapper .image-walgreens {
          background-size: 162px 65px;
          height: 65px;
          width: 162px;
          margin-left: auto;
          margin-right: auto;
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/walgreens_medium.png"); } }
  @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .page-overview .section-accepted .rewards-wrapper .image-walgreens {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/walgreens_medium_2x.png"); } }
      @media only screen and (max-width: 735px) {
        .page-overview .section-accepted .rewards-wrapper .image-walgreens {
          background-size: 185px 74px;
          height: 74px;
          width: 111.11111%;
          margin-left: -5.55556%;
          margin-right: -5.55556%;
          background-position: center top;
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/walgreens_small.png"); } }
  @media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .page-overview .section-accepted .rewards-wrapper .image-walgreens {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/walgreens_small_2x.png"); } }
      @media only screen and (max-width: 735px) {
        .page-overview .section-accepted .rewards-wrapper .image-walgreens {
          margin-top: 30px; } }
    .page-overview .section-accepted .rewards-wrapper .image-dunkin-donuts {
      background-repeat: no-repeat;
      background-size: 180px 68px;
      height: 68px;
      width: 180px;
      margin-left: auto;
      margin-right: auto;
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/dunkin_donuts_large.jpg");
      margin-top: 12px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
        .page-overview .section-accepted .rewards-wrapper .image-dunkin-donuts {
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/dunkin_donuts_large_2x.jpg"); } }
      @media only screen and (max-width: 1068px) {
        .page-overview .section-accepted .rewards-wrapper .image-dunkin-donuts {
          background-size: 157px 59px;
          height: 59px;
          width: 157px;
          margin-left: auto;
          margin-right: auto;
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/dunkin_donuts_medium.jpg"); } }
  @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .page-overview .section-accepted .rewards-wrapper .image-dunkin-donuts {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/dunkin_donuts_medium_2x.jpg"); } }
      @media only screen and (max-width: 735px) {
        .page-overview .section-accepted .rewards-wrapper .image-dunkin-donuts {
          background-size: 180px 68px;
          height: 68px;
          width: 111.11111%;
          margin-left: -5.55556%;
          margin-right: -5.55556%;
          background-position: center top;
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/dunkin_donuts_small.jpg"); } }
  @media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .page-overview .section-accepted .rewards-wrapper .image-dunkin-donuts {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/dunkin_donuts_small_2x.jpg"); } }
      @media only screen and (max-width: 735px) {
        .page-overview .section-accepted .rewards-wrapper .image-dunkin-donuts {
          margin-top: 30px; } }

.page-overview .section-banks {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 0 92px 0; }
  .page-overview .section-banks a.more {
    position: relative;
    top: -35px; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-banks a.more {
        top: -55px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-banks a.more {
        float: left; } }
  @media only screen and (max-width: 735px) {
    .page-overview .section-banks {
      padding-top: 52px;
      padding-bottom: 0; } }
  .page-overview .section-banks h1 {
    margin-left: auto;
    margin-right: auto;
    width: 720px; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-banks h1 {
        width: 648px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-banks h1 {
        width: auto; } }
  .page-overview .section-banks h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 620px; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-banks h2 {
        width: 500px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-banks h2 {
        width: auto;
        text-align: left; } }
  @media only screen and (max-width: 735px) {
    .page-overview .section-banks h3 {
      text-align: left; } }
  .page-overview .section-banks .text-width-set {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 630px;
    margin-bottom: 51px; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-banks .text-width-set {
        width: 580px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-banks .text-width-set {
        width: 100%;
        margin-bottom: 45px;
        text-align: left; } }
    .page-overview .section-banks .text-width-set.partners {
      width: 100%;
      margin-bottom: 0; }
  .page-overview .section-banks .divider {
    margin: 54px 0; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-banks .divider {
        margin-top: 40px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-banks .divider {
        margin: 30px 0 60px; } }
  .page-overview .section-banks .row {
    margin-left: auto;
    margin-right: auto;
    margin-top: 26px; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-banks .row {
        width: 670px;
        margin-top: 0; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-banks .row {
        width: 100%; } }
    .page-overview .section-banks .row.row-3 {
      width: 550px; }
      @media only screen and (max-width: 1068px) {
        .page-overview .section-banks .row.row-3 {
          width: 430px; } }
      @media only screen and (max-width: 735px) {
        .page-overview .section-banks .row.row-3 {
          width: auto; } }
    .page-overview .section-banks .row.cards {
      width: 600px; }
      @media only screen and (max-width: 735px) {
        .page-overview .section-banks .row.cards {
          width: auto; } }
    .page-overview .section-banks .row.coming-soon {
      margin-bottom: 0;
      margin-top: 42px;
      width: 700px; }
      @media only screen and (max-width: 1068px) {
        .page-overview .section-banks .row.coming-soon {
          width: 512px; } }
      @media only screen and (max-width: 735px) {
        .page-overview .section-banks .row.coming-soon {
          width: 100%; } }
  .page-overview .section-banks .cards .column, .page-overview .section-banks .partners .column, .page-overview .section-banks .coming-soon .column {
    height: 100px; }
    @media only screen and (max-width: 735px) {
      .page-overview .section-banks .cards .column, .page-overview .section-banks .partners .column, .page-overview .section-banks .coming-soon .column {
        height: 100px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-banks .cards .column.last, .page-overview .section-banks .partners .column.last, .page-overview .section-banks .coming-soon .column.last {
        width: 100%; } }
  .page-overview .section-banks .coming-soon-title {
    margin-top: 90px; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-banks .coming-soon-title {
        margin-top: 70px;
        margin-bottom: 46px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-banks .coming-soon-title {
        margin-top: 74px;
        margin-bottom: auto; } }
  .page-overview .section-banks .image-participating-banks {
    background-repeat: no-repeat;
    background-size: 755px 463px;
    height: 463px;
    width: 755px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/banks_large.png");
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
      .page-overview .section-banks .image-participating-banks {
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/banks_large_2x.png"); } }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-banks .image-participating-banks {
        background-size: 603px 371px;
        height: 371px;
        width: 603px;
        margin-left: auto;
        margin-right: auto;
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/banks_medium.png"); } }
  @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .page-overview .section-banks .image-participating-banks {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/banks_medium_2x.png"); } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-banks .image-participating-banks {
        background-size: 284px 175px;
        height: 175px;
        width: 111.11111%;
        margin-left: -5.55556%;
        margin-right: -5.55556%;
        background-position: center top;
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/banks_small.png"); } }
  @media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .page-overview .section-banks .image-participating-banks {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/banks_small_2x.png"); } }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-banks .image-participating-banks {
        margin-top: -20px;
        position: relative; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-banks .image-participating-banks {
        margin-top: -11px; } }
  .page-overview .section-banks .participating-banks-p {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    margin-top: 14px; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-banks .participating-banks-p {
        margin-top: 9px;
        padding-bottom: 15px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-banks .participating-banks-p {
        width: auto;
        margin-top: 20px; } }
  @media only screen and (max-width: 1068px) {
    .page-overview .section-banks .participating-stores-wrapper {
      margin-top: 15px; } }
  @media only screen and (max-width: 735px) {
    .page-overview .section-banks .participating-stores-wrapper {
      margin-top: -60px;
      margin-bottom: 20px; } }
  .page-overview .section-banks .participating-stores-wrapper .divider {
    margin: 0;
    border-bottom: none; }
    @media only screen and (max-width: 735px) {
      .page-overview .section-banks .participating-stores-wrapper .divider {
        padding-bottom: 60px;
        margin-bottom: 0;
        border-bottom: 1px solid #d6d6d6; } }
  .page-overview .section-banks .participating-stores-wrapper h3 {
    text-align: left;
    width: 315px;
    padding-right: 20px; }
    @media only screen and (max-width: 735px) {
      .page-overview .section-banks .participating-stores-wrapper h3 {
        padding-top: 31px;
        padding-right: 0;
        padding-bottom: 20px;
        width: auto; } }
  .page-overview .section-banks .participating-stores-wrapper p {
    padding-right: 60px;
    padding-bottom: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    min-height: 94px; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-banks .participating-stores-wrapper p {
        padding-right: 20px;
        margin-top: 15px;
        min-height: 160px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-banks .participating-stores-wrapper p {
        margin-top: 0;
        padding: 0;
        min-height: 2px; } }
  .page-overview .section-banks .participating-stores-wrapper .store-wrapper {
    float: left; }
    @media only screen and (max-width: 735px) {
      .page-overview .section-banks .participating-stores-wrapper .store-wrapper {
        float: initial;
        padding-top: 40px;
        width: auto; } }
  .page-overview .section-banks .participating-stores-wrapper .store-wrapper-2 {
    width: 400px; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-banks .participating-stores-wrapper .store-wrapper-2 {
        width: 354px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-banks .participating-stores-wrapper .store-wrapper-2 {
        margin-left: auto;
        margin-right: auto;
        width: 180px;
        margin-top: 40px;
        margin-bottom: 30px; } }
    .page-overview .section-banks .participating-stores-wrapper .store-wrapper-2 .image-walgreens {
      background-repeat: no-repeat;
      background-size: 185px 75px;
      height: 75px;
      width: 185px;
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/walgreens_large.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
        .page-overview .section-banks .participating-stores-wrapper .store-wrapper-2 .image-walgreens {
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/walgreens_large_2x.png"); } }
      @media only screen and (max-width: 1068px) {
        .page-overview .section-banks .participating-stores-wrapper .store-wrapper-2 .image-walgreens {
          background-size: 162px 65px;
          height: 65px;
          width: 162px;
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/walgreens_medium.png"); } }
  @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .page-overview .section-banks .participating-stores-wrapper .store-wrapper-2 .image-walgreens {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/walgreens_medium_2x.png"); } }
      @media only screen and (max-width: 735px) {
        .page-overview .section-banks .participating-stores-wrapper .store-wrapper-2 .image-walgreens {
          background-size: 185px 74px;
          height: 74px;
          width: 185px;
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/walgreens_small.png"); } }
  @media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .page-overview .section-banks .participating-stores-wrapper .store-wrapper-2 .image-walgreens {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/walgreens_small_2x.png"); } }
    .page-overview .section-banks .participating-stores-wrapper .store-wrapper-2 .image-dunkin-donuts {
      background-repeat: no-repeat;
      background-size: 180px 68px;
      height: 68px;
      width: 180px;
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/dunkin_donuts_large.jpg");
      padding-top: 10px;
      padding-right: 30px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
        .page-overview .section-banks .participating-stores-wrapper .store-wrapper-2 .image-dunkin-donuts {
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/dunkin_donuts_large_2x.jpg"); } }
      @media only screen and (max-width: 1068px) {
        .page-overview .section-banks .participating-stores-wrapper .store-wrapper-2 .image-dunkin-donuts {
          background-size: 157px 59px;
          height: 59px;
          width: 157px;
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/dunkin_donuts_medium.jpg"); } }
  @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .page-overview .section-banks .participating-stores-wrapper .store-wrapper-2 .image-dunkin-donuts {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/dunkin_donuts_medium_2x.jpg"); } }
      @media only screen and (max-width: 735px) {
        .page-overview .section-banks .participating-stores-wrapper .store-wrapper-2 .image-dunkin-donuts {
          background-size: 180px 68px;
          height: 68px;
          width: 180px;
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/dunkin_donuts_small.jpg"); } }
  @media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .page-overview .section-banks .participating-stores-wrapper .store-wrapper-2 .image-dunkin-donuts {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/dunkin_donuts_small_2x.jpg"); } }
      @media only screen and (max-width: 735px) {
        .page-overview .section-banks .participating-stores-wrapper .store-wrapper-2 .image-dunkin-donuts {
          padding-top: 0;
          padding-right: 0; } }
  .page-overview .section-banks .participating-stores-wrapper figure {
    display: inline-block; }
    .page-overview .section-banks .participating-stores-wrapper figure.image-jc-penny {
      background-repeat: no-repeat;
      background-size: 119px 75px;
      height: 75px;
      width: 119px;
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/jcpenny_large.jpg"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
        .page-overview .section-banks .participating-stores-wrapper figure.image-jc-penny {
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/jcpenny_large_2x.jpg"); } }
      @media only screen and (max-width: 1068px) {
        .page-overview .section-banks .participating-stores-wrapper figure.image-jc-penny {
          background-size: 93px 59px;
          height: 59px;
          width: 93px;
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/jcpenny_medium.jpg"); } }
  @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .page-overview .section-banks .participating-stores-wrapper figure.image-jc-penny {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/jcpenny_medium_2x.jpg"); } }
      @media only screen and (max-width: 735px) {
        .page-overview .section-banks .participating-stores-wrapper figure.image-jc-penny {
          background-size: 95px 60px;
          height: 60px;
          width: 95px;
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/jcpenny_small.jpg"); } }
  @media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .page-overview .section-banks .participating-stores-wrapper figure.image-jc-penny {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/jcpenny_small_2x.jpg"); } }
      @media only screen and (max-width: 1068px) {
        .page-overview .section-banks .participating-stores-wrapper figure.image-jc-penny {
          margin-left: 0;
          margin-top: 0; } }
      @media only screen and (max-width: 735px) {
        .page-overview .section-banks .participating-stores-wrapper figure.image-jc-penny {
          padding-bottom: 0; } }
    .page-overview .section-banks .participating-stores-wrapper figure.image-kohls {
      background-repeat: no-repeat;
      background-size: 121px 76px;
      height: 76px;
      width: 121px;
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/kohlscard_large.png");
      margin-left: 25px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
        .page-overview .section-banks .participating-stores-wrapper figure.image-kohls {
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/kohlscard_large_2x.png"); } }
      @media only screen and (max-width: 1068px) {
        .page-overview .section-banks .participating-stores-wrapper figure.image-kohls {
          background-size: 95px 60px;
          height: 60px;
          width: 95px;
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/kohlscard_medium.png"); } }
  @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .page-overview .section-banks .participating-stores-wrapper figure.image-kohls {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/kohlscard_medium_2x.png"); } }
      @media only screen and (max-width: 735px) {
        .page-overview .section-banks .participating-stores-wrapper figure.image-kohls {
          background-size: 97px 61px;
          height: 61px;
          width: 97px;
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/kohlscard_small.png"); } }
  @media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .page-overview .section-banks .participating-stores-wrapper figure.image-kohls {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/kohlscard_small_2x.png"); } }
      @media only screen and (max-width: 1068px) {
        .page-overview .section-banks .participating-stores-wrapper figure.image-kohls {
          margin-left: 30px;
          margin-top: 0; } }
      @media only screen and (max-width: 735px) {
        .page-overview .section-banks .participating-stores-wrapper figure.image-kohls {
          padding-bottom: 0; } }

.page-overview .section-get {
  padding-top: 100px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 735px) {
    .page-overview .section-get {
      margin-top: 0;
      padding-top: 51px; } }
  .page-overview .section-get .section-content {
    border: 1px solid #e3e3e3;
    padding: 50px 0; }
    @media only screen and (max-width: 735px) {
      .page-overview .section-get .section-content {
        border: 0;
        padding: 0; } }
    .page-overview .section-get .section-content h3 {
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (max-width: 735px) {
        .page-overview .section-get .section-content h3 {
          text-align: left; } }
    .page-overview .section-get .section-content > .row {
      position: relative; }
    .page-overview .section-get .section-content p {
      font-size: 16px;
      font-size: 16px; }
      @media only screen and (max-width: 735px) {
        .page-overview .section-get .section-content p {
          font-size: 18px; } }
    .page-overview .section-get .section-content .copy {
      margin-bottom: 0; }
  .page-overview .section-get .column-content {
    padding: 20px 45px 10px; }
    @media only screen and (max-width: 735px) {
      .page-overview .section-get .column-content {
        padding: 0;
        margin-bottom: 20px; } }
  .page-overview .section-get .logo-top {
    display: none; }
    @media only screen and (max-width: 735px) {
      .page-overview .section-get .logo-top {
        display: block; } }
    .page-overview .section-get .logo-top .image-know-logo-top {
      background-repeat: no-repeat;
      background-size: 83px 53px;
      height: 53px;
      width: 83px;
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_logo_large.png");
      margin-bottom: 10px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
        .page-overview .section-get .logo-top .image-know-logo-top {
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_logo_large_2x.png"); } }
      @media only screen and (max-width: 1068px) {
        .page-overview .section-get .logo-top .image-know-logo-top {
          background-size: 59px 38px;
          height: 38px;
          width: 59px;
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_logo_medium.png"); } }
  @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .page-overview .section-get .logo-top .image-know-logo-top {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_logo_medium_2x.png"); } }
      @media only screen and (max-width: 735px) {
        .page-overview .section-get .logo-top .image-know-logo-top {
          background-size: 64px 41px;
          height: 41px;
          width: 64px;
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_logo_small.png"); } }
  @media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .page-overview .section-get .logo-top .image-know-logo-top {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_logo_small_2x.png"); } }
  .page-overview .section-get .image-know-logo {
    background-repeat: no-repeat;
    background-size: 83px 53px;
    height: 53px;
    width: 83px;
    background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_logo_large.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
      .page-overview .section-get .image-know-logo {
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_logo_large_2x.png"); } }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-get .image-know-logo {
        background-size: 59px 38px;
        height: 38px;
        width: 59px;
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_logo_medium.png"); } }
  @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .page-overview .section-get .image-know-logo {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_logo_medium_2x.png"); } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-get .image-know-logo {
        background-size: 64px 41px;
        height: 41px;
        width: 64px;
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_logo_small.png"); } }
  @media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .page-overview .section-get .image-know-logo {
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/apple_pay_logo_small_2x.png"); } }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-get .image-know-logo {
        margin-top: 4px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-get .image-know-logo {
        margin-bottom: 10px;
        display: none; } }
  .page-overview .section-get .know-copy {
    padding-top: 5px;
    margin-left: 0; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-get .know-copy {
        padding-top: 0; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-get .know-copy {
        padding-top: 0; } }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-get .know-copy {
        margin-left: 17px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-get .know-copy {
        margin-left: 0; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-get .know-copy {
        width: 103%; } }
  .page-overview .section-get .know {
    margin-top: 20px; }
    @media only screen and (max-width: 735px) {
      .page-overview .section-get .know.issue-20635673-layout-fix .know-logo {
        max-width: 72px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-get .know.issue-20635673-layout-fix .image-know-logo {
        margin-bottom: 0;
        display: block; } }
    .page-overview .section-get .know.issue-20635673-layout-fix .know-copy {
      width: 75%; }

.page-overview .section-compatibility {
  padding-top: 50px; }
  .page-overview .section-compatibility h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-compatibility h3 {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-compatibility h3 {
        margin-bottom: 30px; } }
  .page-overview .section-compatibility .titles {
    width: 180px;
    margin: 10px auto 0 auto; }
  .page-overview .section-compatibility .copy {
    min-height: 250px;
    padding-top: 150px; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-compatibility .copy {
        min-height: 200px;
        padding-top: 100px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-compatibility .copy {
        min-height: 100%;
        padding-top: 20px; } }
  .page-overview .section-compatibility .compatibility-table {
    margin-left: auto;
    margin-right: auto;
    width: 820px; }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-compatibility .compatibility-table {
        width: 630px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-compatibility .compatibility-table {
        width: 100%; } }
    .page-overview .section-compatibility .compatibility-table th {
      padding-bottom: 27px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      font-size: 21px; }
      @media only screen and (max-width: 1068px) {
        .page-overview .section-compatibility .compatibility-table th {
          font-size: 18px; } }
      @media only screen and (max-width: 735px) {
        .page-overview .section-compatibility .compatibility-table th {
          font-size: 21px; } }
    .page-overview .section-compatibility .compatibility-table tr {
      height: 104px; }
      @media only screen and (max-width: 735px) {
        .page-overview .section-compatibility .compatibility-table tr {
          height: auto; } }
    .page-overview .section-compatibility .compatibility-table td {
      border: 1px solid #e3e3e3; }
    .page-overview .section-compatibility .compatibility-table .compatibility-products {
      position: relative;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 120px; }
      @media only screen and (max-width: 735px) {
        .page-overview .section-compatibility .compatibility-table .compatibility-products {
          padding-left: 0; } }
      .page-overview .section-compatibility .compatibility-table .compatibility-products figure {
        position: absolute;
        top: 50%;
        margin-top: -29.5px;
        left: 36px;
        width: 59px;
        height: 59px;
        background-position: center; }
        @media only screen and (max-width: 735px) {
          .page-overview .section-compatibility .compatibility-table .compatibility-products figure {
            float: left;
            position: relative;
            top: auto;
            left: auto;
            margin-top: 16px;
            margin-bottom: 16px;
            margin-left: 25px;
            background-position: left center; }
            .page-overview .section-compatibility .compatibility-table .compatibility-products figure.image-apple-pay-compatibility-watch {
              height: 43px;
              background-position: center top; } }
    @media only screen and (max-width: 1068px) {
      .page-overview .section-compatibility .compatibility-table .compatibility-copy {
        max-width: 247px; } }
    @media only screen and (max-width: 735px) {
      .page-overview .section-compatibility .compatibility-table .compatibility-copy {
        float: left;
        max-width: 110px;
        height: auto;
        padding-top: 0;
        margin-top: 10px;
        margin-bottom: 16px;
        margin-left: 25px; } }
    .page-overview .section-compatibility .compatibility-table .compatibility-copy .figcaption {
      font-size: 14px;
      line-height: 1.29286;
      font-weight: 400;
      color: #666666; }
    .page-overview .section-compatibility .compatibility-table .compatibility-copy .legal {
      color: #666666;
      font-size: 14px;
      line-height: 1.29286;
      font-weight: 400;
      color: #666666; }
      @media only screen and (max-width: 1068px) {
        .page-overview .section-compatibility .compatibility-table .compatibility-copy .legal {
          font-size: 14px;
          line-height: 1.29286;
          font-weight: 400;
          color: #666666; } }
      @media only screen and (max-width: 735px) {
        .page-overview .section-compatibility .compatibility-table .compatibility-copy .legal {
          font-size: 14px;
          line-height: 1.29286;
          font-weight: 400;
          color: #666666; } }
      html.oldie .page-overview .section-compatibility .compatibility-table .compatibility-copy .legal {
        width: 225px; }
    .page-overview .section-compatibility .compatibility-table .compatibility-app,
    .page-overview .section-compatibility .compatibility-table .compatibility-store {
      width: 185px; }
      @media only screen and (max-width: 1068px) {
        .page-overview .section-compatibility .compatibility-table .compatibility-app,
        .page-overview .section-compatibility .compatibility-table .compatibility-store {
          width: 120px; } }
      @media only screen and (max-width: 735px) {
        .page-overview .section-compatibility .compatibility-table .compatibility-app,
        .page-overview .section-compatibility .compatibility-table .compatibility-store {
          width: 81px; } }
    .page-overview .section-compatibility .compatibility-table .image-apple-pay-checkmark {
      background-repeat: no-repeat;
      background-size: 25px 25px;
      height: 25px;
      width: 25px;
      margin-left: auto;
      margin-right: auto;
      background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/checkmark_large.jpg"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
        .page-overview .section-compatibility .compatibility-table .image-apple-pay-checkmark {
          background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/checkmark_large_2x.jpg"); } }
  .page-overview .section-compatibility .image-apple-pay-compatibility-phones {
    background-repeat: no-repeat;
    background-size: 53px 48px;
    background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/compatibility_phones_large.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
      .page-overview .section-compatibility .image-apple-pay-compatibility-phones {
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/compatibility_phones_large_2x.jpg"); } }
  .page-overview .section-compatibility .image-apple-pay-compatibility-watch {
    background-repeat: no-repeat;
    background-size: 25px 43px;
    background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/compatibility_watch_large.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
      .page-overview .section-compatibility .image-apple-pay-compatibility-watch {
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/compatibility_watch_large_2x.jpg"); } }
  .page-overview .section-compatibility .image-apple-pay-compatibility-ipads {
    background-repeat: no-repeat;
    background-size: 59px 59px;
    background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/compatibility_ipads_large.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
      .page-overview .section-compatibility .image-apple-pay-compatibility-ipads {
        background-image: url("http://images.apple.com/v/apple-pay/e/images/overview/compatibility_ipads_large_2x.jpg"); } }
