*/ /**Mixin to define gaps per viewport and column number@see Compare.vue: computed.columnRange() */ /**Mixin to define padding per viewport and column number@see Compare.vue: computed.columnRange() */ @media only screen and (max-width: 734px) { .channel-html .section .section-compare-table { overflow: initial; } } .channel-compare .compare-wrapper { position: relative; overflow: hidden; } @media only screen and (max-width: 734px) { .channel-compare .compare-wrapper { overflow: initial; } } .channel-compare .compare-section, .channel-compare .selector-table { position: relative; } .channel-compare select { box-sizing: border-box; } .channel-compare sup * { vertical-align: inherit; font-weight: 400; } .channel-compare ul { margin: 0; list-style: none; } .channel-compare .compare-section { padding-top: 39px; border: 0; } @media only screen and (max-width: 1068px) { .channel-compare .compare-section { padding-top: 53px; padding-bottom: 25px; } } @media only screen and (max-width: 734px) { .channel-compare .compare-section { padding-top: 20px; padding-bottom: 14px; } } .channel-compare .compare-section.no-padding-top { padding: 0; } .channel-compare .compare.compare-column-range-large-5 .compare-header-row, .channel-compare .compare.compare-column-range-large-5 .compare-row { padding: 0 16px; } .channel-compare .compare.compare-column-range-large-4 .compare-header-row, .channel-compare .compare.compare-column-range-large-4 .compare-row { padding: 0 42px; } .channel-compare .compare.compare-column-range-large-3 .compare-header-row, .channel-compare .compare.compare-column-range-large-3 .compare-row { padding: 0 144px; } .channel-compare .compare.compare-column-range-large-2 .compare-header-row, .channel-compare .compare.compare-column-range-large-2 .compare-row { padding: 0 0px; } @media only screen and (max-width: 1068px) { .channel-compare .compare.compare-column-range-medium-5 .compare-header-row, .channel-compare .compare.compare-column-range-medium-5 .compare-row { padding: 0 0px; } } @media only screen and (max-width: 1068px) { .channel-compare .compare.compare-column-range-medium-4 .compare-header-row, .channel-compare .compare.compare-column-range-medium-4 .compare-row { padding: 0 0px; } } @media only screen and (max-width: 1068px) { .channel-compare .compare.compare-column-range-medium-3 .compare-header-row, .channel-compare .compare.compare-column-range-medium-3 .compare-row { padding: 0 58px; } } @media only screen and (max-width: 1068px) { .channel-compare .compare.compare-column-range-medium-2 .compare-header-row, .channel-compare .compare.compare-column-range-medium-2 .compare-row { padding: 0 0px; } } @media only screen and (max-width: 734px) { .channel-compare .compare.compare-column-range-small-5 .compare-header-row, .channel-compare .compare.compare-column-range-small-5 .compare-row { padding: 0 0px; } } @media only screen and (max-width: 734px) { .channel-compare .compare.compare-column-range-small-4 .compare-header-row, .channel-compare .compare.compare-column-range-small-4 .compare-row { padding: 0 0px; } } @media only screen and (max-width: 734px) { .channel-compare .compare.compare-column-range-small-3 .compare-header-row, .channel-compare .compare.compare-column-range-small-3 .compare-row { padding: 0 0px; } } @media only screen and (max-width: 734px) { .channel-compare .compare.compare-column-range-small-2 .compare-header-row, .channel-compare .compare.compare-column-range-small-2 .compare-row { padding: 0 0; } } .channel-compare .compare.compare-column-range-large-5 .compare-header-row, .channel-compare .compare.compare-column-range-large-5 .compare-row { --column-gap: 32px; } .channel-compare .compare.compare-column-range-large-4 .compare-header-row, .channel-compare .compare.compare-column-range-large-4 .compare-row { --column-gap: 80px; } .channel-compare .compare.compare-column-range-large-3 .compare-header-row, .channel-compare .compare.compare-column-range-large-3 .compare-row { --column-gap: 100px; } .channel-compare .compare.compare-column-range-large-2 .compare-header-row, .channel-compare .compare.compare-column-range-large-2 .compare-row { --column-gap: 16px; } @media only screen and (max-width: 1068px) { .channel-compare .compare.compare-column-range-medium-5 .compare-header-row, .channel-compare .compare.compare-column-range-medium-5 .compare-row { --column-gap: 28px; } } @media only screen and (max-width: 1068px) { .channel-compare .compare.compare-column-range-medium-4 .compare-header-row, .channel-compare .compare.compare-column-range-medium-4 .compare-row { --column-gap: 28px; } } @media only screen and (max-width: 1068px) { .channel-compare .compare.compare-column-range-medium-3 .compare-header-row, .channel-compare .compare.compare-column-range-medium-3 .compare-row { --column-gap: 42px; } } @media only screen and (max-width: 1068px) { .channel-compare .compare.compare-column-range-medium-2 .compare-header-row, .channel-compare .compare.compare-column-range-medium-2 .compare-row { --column-gap: 28px; } } @media only screen and (max-width: 734px) { .channel-compare .compare.compare-column-range-small-5 .compare-header-row, .channel-compare .compare.compare-column-range-small-5 .compare-row { --column-gap: 18px; } } @media only screen and (max-width: 734px) { .channel-compare .compare.compare-column-range-small-4 .compare-header-row, .channel-compare .compare.compare-column-range-small-4 .compare-row { --column-gap: 18px; } } @media only screen and (max-width: 734px) { .channel-compare .compare.compare-column-range-small-3 .compare-header-row, .channel-compare .compare.compare-column-range-small-3 .compare-row { --column-gap: 18px; } } @media only screen and (max-width: 734px) { .channel-compare .compare.compare-column-range-small-2 .compare-header-row, .channel-compare .compare.compare-column-range-small-2 .compare-row { --column-gap: 18px; } } .channel-compare .compare-header-row, .channel-compare .compare-row { --column-gap: 16px; display: grid; column-gap: var(--column-gap); grid-template-columns: repeat(var(--grid-column), calc((100% - var(--column-gap) * (var(--grid-column) - 1)) / var(--grid-column))); } @media only screen and (max-width: 1068px) { .channel-compare .compare-header-row, .channel-compare .compare-row { --column-gap: 28px; } } @media only screen and (max-width: 734px) { .channel-compare .compare-header-row, .channel-compare .compare-row { --column-gap: 18px; } } .channel-compare .compare-row { margin-bottom: 40px; } .channel-compare .compare-row.compare-template-border-top .compare-column { border-top: 1px solid #d6d6d6; padding-top: 30px; } @media only screen and (max-width: 1068px) { .channel-compare .compare-row.compare-template-border-top .compare-column { padding-top: 30px; } } @media only screen and (max-width: 734px) { .channel-compare .compare-row.compare-template-border-top .compare-column { padding-top: 20px; } } .channel-compare .compare-row.compare-template-border-bottom .compare-column { border-bottom: 1px solid #d6d6d6; margin-bottom: 30px; } @media only screen and (max-width: 1068px) { .channel-compare .compare-row.compare-template-border-bottom .compare-column { margin-bottom: 30px; } } @media only screen and (max-width: 734px) { .channel-compare .compare-row.compare-template-border-bottom .compare-column { margin-bottom: 20px; } } .channel-compare .compare-row.compare-template-space-bottom .compare-column { margin-bottom: 30px; } @media only screen and (max-width: 1068px) { .channel-compare .compare-row.compare-template-space-bottom .compare-column { margin-bottom: 30px; } } @media only screen and (max-width: 734px) { .channel-compare .compare-row.compare-template-space-bottom .compare-column { margin-bottom: 20px; } } .channel-compare .compare-row:last-child { margin-bottom: 0; } .channel-compare .compare-header-row { margin: 0; } .channel-compare .compare-rowheader { order: -1; } .channel-compare .compare-rowheader, .channel-compare .compare-rowheader-style { grid-column: 1/var(--grid-column) span; } .channel-compare .compare-columnheader, .channel-compare .compare-column { display: none; box-sizing: border-box; } .channel-compare .compare.with-fullwidthrowheader .compare-rowheader { width: 100%; } .channel-compare .compare.with-fullwidthrowheader .compare-rowheader-style { font-size: 24px; line-height: 1.1666666667; font-weight: 600; letter-spacing: 0em; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons"; padding-bottom: 27px; border-bottom: 1px solid #d6d6d6; margin-bottom: 33px; padding-bottom: 27px; } @media only screen and (max-width: 1068px) { .channel-compare .compare.with-fullwidthrowheader .compare-rowheader-style { font-size: 21px; line-height: 1.1904761905; font-weight: 600; letter-spacing: 0em; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons"; } } @media only screen and (max-width: 734px) { .channel-compare .compare.with-fullwidthrowheader .compare-rowheader-style { font-size: 17px; } } @media only screen and (max-width: 1068px) { .channel-compare .compare.with-fullwidthrowheader .compare-rowheader-style { margin-bottom: 28px; } } @media only screen and (max-width: 734px) { .channel-compare .compare.with-fullwidthrowheader .compare-rowheader-style { margin-bottom: 17px; padding-bottom: 13px; } } .channel-compare .compare.with-fullwidthrowheader .compare-columnheader, .channel-compare .compare.with-fullwidthrowheader .compare-column { text-align: center; justify-content: center; width: 164px; } @media only screen and (max-width: 734px) { .channel-compare .compare.with-fullwidthrowheader .compare-columnheader, .channel-compare .compare.with-fullwidthrowheader .compare-column { width: 131px; } } .channel-compare .compare.with-fullwidthrowheader .compare-columnheader-span, .channel-compare .compare.with-fullwidthrowheader .compare-column-span { width: 100%; } .channel-compare .compare.with-fullwidthrowheader .mdash-container { margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; } .channel-compare .compare.with-fullwidthrowheader .mdash-container .mdash { font-size: 17px; } @media only screen and (max-width: 1068px) { .channel-compare .compare.with-fullwidthrowheader .mdash-container .mdash { font-size: 14px; } } @media only screen and (max-width: 734px) { .channel-compare .compare.with-fullwidthrowheader .mdash-container .mdash { font-size: 12px; } } .channel-compare .compare .copy.helvetica-neue { font-weight: 500; line-height: 1.235; } .channel-compare--hidden { opacity: 0; } .compare-wrapper { width: 100%; } .channel-compare [compare-header-hide] { display: none; } .channel-compare [compare-header-show] { display: grid; } .channel-compare .selector-table { padding-top: 10px; margin-bottom: 40px; } @media only screen and (max-width: 1068px) { .channel-compare .selector-table { margin-bottom: 40px; } } @media only screen and (max-width: 734px) { .channel-compare .selector-table { margin-bottom: 25px; } } .channel-compare .selector-table .compare-row { margin: 0; } .channel-compare .selector-table .compare-rowheader { height: 0; } .channel-compare .selector-element { position: relative; width: 100%; border: none; border-bottom: 1px solid #d6d6d6; border-radius: 0px; transition: border-color 200ms ease; } @media only screen and (max-width: 1068px) { .channel-compare .selector-element { border: none; border-bottom: 1px solid #d6d6d6; border-radius: 0px; } } @media only screen and (max-width: 734px) { .channel-compare .selector-element { border: none; border-bottom: 1px solid #d6d6d6; border-radius: 0px; } .channel-compare .selector-element:hover { border: none; border-radius: 0px; border-bottom: 1px solid #d6d6d6; } } .channel-compare .selector-element::before { content: ""; width: 40px; position: absolute; background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 100%); top: 0; right: 0px; height: 100%; z-index: 0; pointer-events: none; border-top-right-radius: 5px; border-bottom-right-radius: 5px; } @media only screen and (max-width: 1068px) { .channel-compare .selector-element::before { width: 40px; } } @media only screen and (max-width: 734px) { .channel-compare .selector-element::before { height: 100%; width: 40px; right: 5px; } } @media only screen and (max-width: 734px) { .channel-compare .selector-element { margin-right: 0; } } .channel-compare .selector-dropdown { font-size: 14px; line-height: 1.4285914286; font-weight: 600; letter-spacing: 0em; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons"; width: 100%; margin: 0; color: rgb(0, 0, 0); background: transparent; border: 0; border-radius: 0; overflow: hidden; -webkit-appearance: none; appearance: none; cursor: pointer; outline: none; padding: 12px 0; padding-right: 15px; } .channel-compare .selector-dropdown:focus { border-radius: 0px; box-shadow: 0 0 0 4px var(--focus-color); width: 166px; } @media only screen and (max-width: 734px) { .channel-compare .selector-dropdown:focus { box-sizing: content-box; } } @media only screen and (max-width: 734px) { .channel-compare .selector-dropdown { width: 100%; padding-bottom: 11px; padding-left: 0px; padding-top: 11px; } .channel-compare .selector-dropdown:focus { width: 122px; border-radius: 0px; border: none; } } .channel-compare .selector-icon { display: block; position: absolute; top: 1px; right: 0; font-size: 19px; line-height: 1; color: rgb(0, 102, 204); padding-right: 0px; padding-top: 10px; pointer-events: none; right: 0; } .channel-compare .selector-icon:after { pointer-events: none; } .channel-compare .static-dropdown { font-size: 14px; line-height: 1.4285914286; font-weight: 600; letter-spacing: 0em; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons"; border-bottom: 1px solid #d6d6d6; text-align: center; width: 100%; margin: 0; padding-bottom: 7px; } .channel-compare .badge { min-width: 0; margin: 0 auto; } .channel-compare .badge .badge-content { margin: 0; padding: 0; } .channel-compare .compare.with-fullwidthrowheader .mdash-container { margin-top: 0px; } .channel-compare .compare.with-fullwidthrowheader .mdash-container .mdash { font-weight: 600; } .channel-compare .badge-content { margin: 0; padding: 0; } .channel-compare .badge-content .badge-caption { position: static; margin-bottom: 0; font-size: 17px; line-height: 1.4705882353; font-weight: 600; letter-spacing: 0em; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons"; font-size: 12px; } @media only screen and (max-width: 1068px) { .channel-compare .badge-content .badge-caption { font-size: 14px; line-height: 1.4285914286; font-weight: 600; letter-spacing: 0em; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons"; } } @media only screen and (max-width: 734px) { .channel-compare .badge-content .badge-caption { font-size: 12px; line-height: 1.3333733333; font-weight: 600; letter-spacing: 0em; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons"; } } @media only screen and (max-width: 1068px) { .channel-compare .badge-content .badge-caption { font-size: 12px; } } .channel-compare .badge-content .badge-caption p { color: rgb(29, 29, 31); font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; } .channel-compare .badge-content .badge-caption.copy { font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; font-weight: 500; line-height: 1.4; } .channel-compare .badge-content .badge-caption.copy.mdash { font-weight: 600; } .channel-compare .badge-content .badge-value { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif; font-size: 64px; line-height: 1.0625; font-weight: 600; letter-spacing: 0em; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons"; font-size: 21px; line-height: 0.74em; white-space: unset; overflow-wrap: break-word; } @media only screen and (max-width: 1068px) { .channel-compare .badge-content .badge-value { font-size: 48px; line-height: 1.0834933333; font-weight: 600; letter-spacing: 0em; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons"; } } @media only screen and (max-width: 734px) { .channel-compare .badge-content .badge-value { font-size: 32px; line-height: 1.125; font-weight: 600; letter-spacing: 0em; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons"; } } @media only screen and (max-width: 1068px) { .channel-compare .badge-content .badge-value { font-size: 21px; } } @media only screen and (max-width: 734px) { .channel-compare .badge-content .badge-value { font-size: 21px; } } .channel-compare .badge-content .image-icon-wrapper { position: relative; text-align: center; margin-bottom: -4px; } .channel-compare .badge-content .image-icon-wrapper figure { display: block; margin: auto; } .channel-compare .badge-content .badge-row { padding: 0 10px; } @media only screen and (max-width: 1068px) { .channel-compare .badge-content .badge-row { padding: 0 10px; } } @media only screen and (max-width: 734px) { .channel-compare .badge-content .badge-row { padding: 0 0; } } .channel-compare .badge-content .badge-row:not(:last-child) { margin-bottom: 15px; } .channel-compare .badge-content .badge-row:first-child .copy { margin-bottom: -4px; } .channel-compare .badge-content .badge-row:first-child .badge-value:not(.copy) { margin-bottom: -3px; } .channel-compare .compare-template-border-bottom .button-container { margin-bottom: 30px; } @media only screen and (max-width: 1068px) { .channel-compare .compare-template-border-bottom .button-container { margin-bottom: 30px; } } @media only screen and (max-width: 734px) { .channel-compare .compare-template-border-bottom .button-container { margin-bottom: 20px; } } .channel-compare .button { background: transparent; border: 1px solid rgb(29, 29, 31); color: rgb(29, 29, 31); font-family: "SF Pro Text", "Helvetica Neue", "Helvetica", "Arial", sans-serif; padding-left: 19px; padding-right: 19px; padding-top: 7px; padding-bottom: 7px; font-size: 17px; } @media only screen and (max-width: 734px) { .channel-compare .button { padding-left: 12px; padding-right: 12px; padding-top: 4px; padding-bottom: 4px; font-size: 12px; } } .channel-compare .button:focus { outline: none; box-shadow: 0 0 0 4px var(--focus-color); } .channel-compare .button:hover { background: transparent; border: 1px solid rgb(110, 110, 115); color: rgb(110, 110, 115); } .channel-compare .button-container { margin-bottom: 55px; } @media only screen and (max-width: 1068px) { .channel-compare .button-container { margin-bottom: 55px; } } @media only screen and (max-width: 734px) { .channel-compare .button-container { margin-bottom: 32px; } } .channel-compare .button-container .copy.helvetica-neue { font-weight: 400; } .channel-compare .multi-row .compare-template-preview-item-color-nav { margin-bottom: 40px; } @media only screen and (max-width: 1068px) { .channel-compare .multi-row .compare-template-preview-item-color-nav { margin-bottom: 40px; } } @media only screen and (max-width: 734px) { .channel-compare .multi-row .compare-template-preview-item-color-nav { margin-bottom: 20px; } } .channel-compare .multi-row .compare-template-preview-item-color-nav:last-child { margin-bottom: 40px; } @media only screen and (max-width: 1068px) { .channel-compare .multi-row .compare-template-preview-item-color-nav:last-child { margin-bottom: 40px; } } @media only screen and (max-width: 734px) { .channel-compare .multi-row .compare-template-preview-item-color-nav:last-child { margin-bottom: 40px; } } .channel-compare .multi-row .row-colors { padding-bottom: 0; margin-bottom: 0; margin-top: 0; } .channel-compare .row-colors { width: 100%; text-align: center; padding-bottom: 27px; margin-top: 27px; } @media only screen and (max-width: 1068px) { .channel-compare .row-colors { padding-bottom: 27px; margin-top: 27px; } } @media only screen and (max-width: 734px) { .channel-compare .row-colors { padding-bottom: 17px; margin-top: 17px; } } .channel-compare .row-colors.row-colors-none { display: flex; justify-content: center; align-items: center; } .channel-compare .row-colors.row-colors-none .colornav-items { display: block; } .channel-compare .colornav-item-row { display: flex; justify-content: center; } .channel-compare .colornav-item-row:not(:first-child) { margin-top: 10px; } .channel-compare .colornav-item-row .colornav-item { margin-left: 0; margin-right: 6px; } .channel-compare .colornav-item-row .colornav-item:last-child { margin-right: 0; } .channel-compare .colornav-swatch { width: 12px; height: 12px; } .channel-compare .swatch-image { position: relative; left: calc(100% + 5px); } @media only screen and (max-width: 734px) { .channel-compare .swatch-image { left: calc(100% + 3px); } } .channel-compare .embed-image { align-self: flex-end; } .mdash-container:first-child { height: 100%; } .channel-html .copy { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif; word-break: break-word; } .channel-html .copy.helvetica-neue { font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; letter-spacing: normal; } .channel-html a.footer-link { color: #555555; } .channel-html .link-wrapper { display: inline-flex; } .channel-html .link-wrapper:focus { outline: 4px solid var(--focus-color); } body { margin: 0; overflow-x: hidden; } @media only screen and (min-width: 1069px) { .channel-html .row.large-display-bleed { position: relative; } .channel-html .row.large-display-bleed .column { z-index: 1; } .channel-html .row.large-display-bleed::after, .channel-html .row.large-display-bleed::before { display: block; content: ""; position: absolute; top: 0; height: 100%; width: 44px; left: -44px; } .channel-html .row.large-display-bleed::after { left: initial; right: -44px; } } @media only screen and (min-width: 735px) and (max-width: 1068px) { .channel-html .row.medium-display-bleed { position: relative; } .channel-html .row.medium-display-bleed .column { z-index: 1; } .channel-html .row.medium-display-bleed::after, .channel-html .row.medium-display-bleed::before { display: block; content: ""; position: absolute; top: 0; height: 100%; width: 22px; left: -22px; } .channel-html .row.medium-display-bleed::after { left: initial; right: -22px; } } @media only screen and (max-width: 734px) { .channel-html .row.small-display-bleed { position: relative; } .channel-html .row.small-display-bleed .column { z-index: 1; } .channel-html .row.small-display-bleed::after, .channel-html .row.small-display-bleed::before { display: block; content: ""; position: absolute; top: 0; height: 100%; width: 20px; left: -20px; } .channel-html .row.small-display-bleed::after { left: initial; right: -20px; } } .channel-html .section { display: flex; position: relative; overflow-x: hidden; } .channel-html .section .section-content { margin-left: auto; margin-right: auto; width: 980px; } @media only screen and (max-width: 1068px) { .channel-html .section .section-content { width: 692px; } } @media only screen and (max-width: 734px) { .channel-html .section .section-content { width: 280px; } } .image-ipad_pro_11_gen04_wifi_silver { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_11_gen04_wifi_silver_large.png?1665713540060); } .image-4g_icon { width: 48px; height: 34px; background-size: 48px 34px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/4g_icon_large.png?1665713540060); } .image-smart_keyboard_icon { width: 57px; height: 46px; background-size: 57px 46px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/smart_keyboard_icon_large.png?1665713540060); } .image-a8x_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/a8x_icon_large.png?1665713540060); } .image-ipad_gen05_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen05_wifi_space_grey_large.png?1665713540061); } .image-ipad_gen06_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen06_wifi_space_grey_large.png?1665713540061); } .image-a9x_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/a9x_icon_large.png?1665713540061); } .image-a8_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/a8_icon_large.png?1665713540061); } .image-a9_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/a9_icon_large.png?1665713540061); } .image-ipad_pro_12_9_gen01_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_12_9_gen01_wifi_space_grey_large.png?1665713540062); } .image-ipad_gen10_wifi_magenta { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen10_wifi_magenta_large.png?1665713540062); } .image-ipad_mini_gen03_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_mini_gen03_wifi_space_grey_large.png?1665713540062); } .image-ipad_mini_gen05_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_mini_gen05_wifi_space_grey_large.png?1665713540062); } .image-a7_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/a7_icon_large.png?1665713540062); } .image-ipad_air_gen04_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_air_gen04_wifi_space_grey_large.png?1665713540062); } .image-ipad_pro_11_gen01_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_11_gen01_wifi_space_grey_large.png?1665713540063); } .image-ipad_air_gen02_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_air_gen02_wifi_space_grey_large.png?1665713540063); } .image-a10x_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/a10x_icon_large.png?1665713540063); } .image-ipad_pro_12_9_gen05_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_12_9_gen05_wifi_space_grey_large.png?1665713540063); } .image-magic_keyboard_icon { width: 57px; height: 46px; background-size: 57px 46px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/magic_keyboard_icon_large.png?1665713540063); } .image-ipad_gen08_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen08_wifi_space_grey_large.png?1665713540063); } .image-ipad_pro_12_9_gen06_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_12_9_gen06_wifi_space_grey_large.png?1665713540063); } .image-ipad_air_gen01_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_air_gen01_wifi_space_grey_large.png?1665713540064); } .image-a13_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/a13_icon_large.png?1665713540064); } .image-m2_chip_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/m2_chip_icon_large.png?1665713540065); } .image-a12_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/a12_icon_large.png?1665713540065); } .image-ipad_pro_11_gen03_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_11_gen03_wifi_space_grey_large.png?1665713540065); } .image-ipad_pro_9_7_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_9_7_wifi_space_grey_large.png?1665713540065); } .image-touch_id_vertical_icon { width: 41px; height: 47px; background-size: 41px 47px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/touch_id_vertical_icon_large.png?1665713540065); } .image-a15_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/a15_icon_large.png?1665713540066); } .image-usb_c_thunderbolt_icon { width: 43px; height: 25px; background-size: 43px 25px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/usb_c_thunderbolt_icon_large.png?1665713540066); } .image-m1_chip_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/m1_chip_icon_large.png?1665713540066); } .image-5g_icon { width: 48px; height: 34px; background-size: 48px 34px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/5g_icon_large.png?1665713540066); } .image-ipad_air_gen03_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_air_gen03_wifi_space_grey_large.png?1665713540066); } .image-ipad_mini_gen06_wifi_starlight { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_mini_gen06_wifi_starlight_large.png?1665713540067); } .image-ipad_pro_9_7_camera_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_9_7_camera_icon_large.png?1665713540067); } .image-ipad_gen9_camera_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen9_camera_icon_large.png?1665713540067); } .image-magic_keyboard_folio_icon { width: 57px; height: 46px; background-size: 57px 46px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/magic_keyboard_folio_icon_large.png?1665713540067); } .image-ipad_gen07_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen07_wifi_space_grey_large.png?1665713540068); } .image-ipad_air_gen05_wifi_purple { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_air_gen05_wifi_purple_large.png?1665713540068); } .image-ipad_mini_gen4_camera_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_mini_gen4_camera_icon_large.png?1665713540069); } .image-ipad_mini_gen02_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_mini_gen02_wifi_space_grey_large.png?1665713540069); } .image-ipad_pro_10_5_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_10_5_wifi_space_grey_large.png?1665713540070); } .image-ipad_pro_12_9_gen04_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_12_9_gen04_wifi_space_grey_large.png?1665713540070); } .image-ipad_pro_12_9_gen02_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_12_9_gen02_wifi_space_grey_large.png?1665713540070); } .image-usb_c_icon { width: 43px; height: 25px; background-size: 43px 25px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/usb_c_icon_large.png?1665713540070); } .image-ipad_12_9_gen1_camera_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_12_9_gen1_camera_icon_large.png?1665713540071); } .image-ipad_mini_gen04_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_mini_gen04_wifi_space_grey_large.png?1665713540071); } .image-pencil_icon { width: 34px; height: 34px; background-size: 34px 34px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/pencil_icon_large.png?1665713540071); } .image-a12x_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/a12x_icon_large.png?1665713540071); } .image-ipad_mini_gen6_camera_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_mini_gen6_camera_icon_large.png?1665713540071); } .image-a12z_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/a12z_icon_large.png?1665713540072); } .image-a10_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/a10_icon_large.png?1665713540072); } .image-face_id_icon { width: 41px; height: 47px; background-size: 41px 47px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/face_id_icon_large.png?1665713540072); } .image-a14_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/a14_icon_large.png?1665713540072); } .image-bluetooth_keyboard_icon { width: 57px; height: 46px; background-size: 57px 46px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/bluetooth_keyboard_icon_large.png?1665713540072); } .image-ipad_pro_11_gen02_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_11_gen02_wifi_space_grey_large.png?1665713540073); } .image-ipad_pro_gen6_camera_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_gen6_camera_icon_large.png?1665713540073); } .image-ipad_gen10_camera_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen10_camera_icon_large.png?1665713540073); } .image-touch_id_round_icon { width: 41px; height: 47px; background-size: 41px 47px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/touch_id_round_icon_large.png?1665713540073); } .image-ipad_pro_12_9_gen03_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_12_9_gen03_wifi_space_grey_large.png?1665713540073); } .image-lightning_icon { width: 43px; height: 25px; background-size: 43px 25px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/lightning_icon_large.png?1665713540074); } .image-ipad_gen09_wifi_sliver { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen09_wifi_sliver_large.png?1665713540074); } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_11_gen02_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_11_gen02_wifi_space_grey_large_2x.png?1665713540060); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_12_9_gen05_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_12_9_gen05_wifi_space_grey_large_2x.png?1665713540060); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_11_gen01_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_11_gen01_wifi_space_grey_large_2x.png?1665713540060); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_gen08_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen08_wifi_space_grey_large_2x.png?1665713540061); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_gen06_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen06_wifi_space_grey_large_2x.png?1665713540061); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-a9_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/a9_icon_large_2x.png?1665713540061); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_air_gen05_wifi_purple { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_air_gen05_wifi_purple_large_2x.png?1665713540061); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_11_gen04_wifi_silver { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_11_gen04_wifi_silver_large_2x.png?1665713540062); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-a10x_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/a10x_icon_large_2x.png?1665713540062); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_12_9_gen02_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_12_9_gen02_wifi_space_grey_large_2x.png?1665713540062); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_11_gen03_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_11_gen03_wifi_space_grey_large_2x.png?1665713540062); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_gen05_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen05_wifi_space_grey_large_2x.png?1665713540062); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_gen09_wifi_sliver { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen09_wifi_sliver_large_2x.png?1665713540062); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_air_gen04_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_air_gen04_wifi_space_grey_large_2x.png?1665713540063); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-magic_keyboard_icon { width: 57px; height: 46px; background-size: 57px 46px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/magic_keyboard_icon_large_2x.png?1665713540063); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_gen9_camera_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen9_camera_icon_large_2x.png?1665713540063); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_air_gen02_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_air_gen02_wifi_space_grey_large_2x.png?1665713540063); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_mini_gen04_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_mini_gen04_wifi_space_grey_large_2x.png?1665713540063); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_12_9_gen04_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_12_9_gen04_wifi_space_grey_large_2x.png?1665713540064); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_air_gen03_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_air_gen03_wifi_space_grey_large_2x.png?1665713540064); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-pencil_icon { width: 34px; height: 34px; background-size: 34px 34px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/pencil_icon_large_2x.png?1665713540064); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_10_5_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_10_5_wifi_space_grey_large_2x.png?1665713540064); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-a8x_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/a8x_icon_large_2x.png?1665713540064); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_mini_gen6_camera_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_mini_gen6_camera_icon_large_2x.png?1665713540065); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-a7_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/a7_icon_large_2x.png?1665713540065); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-5g_icon { width: 48px; height: 34px; background-size: 48px 34px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/5g_icon_large_2x.png?1665713540065); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_mini_gen06_wifi_starlight { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_mini_gen06_wifi_starlight_large_2x.png?1665713540066); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_12_9_gen03_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_12_9_gen03_wifi_space_grey_large_2x.png?1665713540066); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_gen6_camera_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_gen6_camera_icon_large_2x.png?1665713540067); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-touch_id_vertical_icon { width: 41px; height: 47px; background-size: 41px 47px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/touch_id_vertical_icon_large_2x.png?1665713540067); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-a13_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/a13_icon_large_2x.png?1665713540067); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-bluetooth_keyboard_icon { width: 57px; height: 46px; background-size: 57px 46px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/bluetooth_keyboard_icon_large_2x.png?1665713540067); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-a8_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/a8_icon_large_2x.png?1665713540067); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_9_7_camera_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_9_7_camera_icon_large_2x.png?1665713540068); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-4g_icon { width: 48px; height: 34px; background-size: 48px 34px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/4g_icon_large_2x.png?1665713540068); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-usb_c_thunderbolt_icon { width: 43px; height: 25px; background-size: 43px 25px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/usb_c_thunderbolt_icon_large_2x.png?1665713540068); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-a12_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/a12_icon_large_2x.png?1665713540068); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-magic_keyboard_folio_icon { width: 57px; height: 46px; background-size: 57px 46px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/magic_keyboard_folio_icon_large_2x.png?1665713540068); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-a14_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/a14_icon_large_2x.png?1665713540068); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-usb_c_icon { width: 43px; height: 25px; background-size: 43px 25px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/usb_c_icon_large_2x.png?1665713540068); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-lightning_icon { width: 43px; height: 25px; background-size: 43px 25px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/lightning_icon_large_2x.png?1665713540068); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_mini_gen4_camera_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_mini_gen4_camera_icon_large_2x.png?1665713540068); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-a12x_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/a12x_icon_large_2x.png?1665713540070); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_mini_gen03_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_mini_gen03_wifi_space_grey_large_2x.png?1665713540070); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_mini_gen02_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_mini_gen02_wifi_space_grey_large_2x.png?1665713540070); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-m2_chip_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/m2_chip_icon_large_2x.png?1665713540070); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-a15_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/a15_icon_large_2x.png?1665713540071); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-touch_id_round_icon { width: 41px; height: 47px; background-size: 41px 47px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/touch_id_round_icon_large_2x.png?1665713540071); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_12_9_gen01_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_12_9_gen01_wifi_space_grey_large_2x.png?1665713540071); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-a10_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/a10_icon_large_2x.png?1665713540072); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-face_id_icon { width: 41px; height: 47px; background-size: 41px 47px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/face_id_icon_large_2x.png?1665713540072); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_12_9_gen06_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_12_9_gen06_wifi_space_grey_large_2x.png?1665713540072); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-a9x_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/a9x_icon_large_2x.png?1665713540072); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_mini_gen05_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_mini_gen05_wifi_space_grey_large_2x.png?1665713540072); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-a12z_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/a12z_icon_large_2x.png?1665713540072); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_air_gen01_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_air_gen01_wifi_space_grey_large_2x.png?1665713540072); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_9_7_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_9_7_wifi_space_grey_large_2x.png?1665713540072); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_12_9_gen1_camera_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_12_9_gen1_camera_icon_large_2x.png?1665713540073); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-smart_keyboard_icon { width: 57px; height: 46px; background-size: 57px 46px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/smart_keyboard_icon_large_2x.png?1665713540073); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_gen10_wifi_magenta { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen10_wifi_magenta_large_2x.png?1665713540073); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-m1_chip_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/m1_chip_icon_large_2x.png?1665713540073); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_gen10_camera_icon { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen10_camera_icon_large_2x.png?1665713540073); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_gen07_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen07_wifi_space_grey_large_2x.png?1665713540074); } } @media only screen and (max-width:734px) { .image-ipad_pro_12_9_gen02_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_12_9_gen02_wifi_space_grey_small.png?1665713540060); } } @media only screen and (max-width:734px) { .image-ipad_pro_11_gen02_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_11_gen02_wifi_space_grey_small.png?1665713540060); } } @media only screen and (max-width:734px) { .image-ipad_pro_12_9_gen03_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_12_9_gen03_wifi_space_grey_small.png?1665713540062); } } @media only screen and (max-width:734px) { .image-ipad_air_gen03_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_air_gen03_wifi_space_grey_small.png?1665713540062); } } @media only screen and (max-width:734px) { .image-ipad_pro_12_9_gen01_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_12_9_gen01_wifi_space_grey_small.png?1665713540062); } } @media only screen and (max-width:734px) { .image-ipad_gen05_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen05_wifi_space_grey_small.png?1665713540062); } } @media only screen and (max-width:734px) { .image-ipad_mini_gen03_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_mini_gen03_wifi_space_grey_small.png?1665713540063); } } @media only screen and (max-width:734px) { .image-ipad_air_gen02_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_air_gen02_wifi_space_grey_small.png?1665713540063); } } @media only screen and (max-width:734px) { .image-ipad_mini_gen04_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_mini_gen04_wifi_space_grey_small.png?1665713540063); } } @media only screen and (max-width:734px) { .image-ipad_gen08_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen08_wifi_space_grey_small.png?1665713540064); } } @media only screen and (max-width:734px) { .image-ipad_air_gen04_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_air_gen04_wifi_space_grey_small.png?1665713540065); } } @media only screen and (max-width:734px) { .image-ipad_pro_11_gen03_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_11_gen03_wifi_space_grey_small.png?1665713540065); } } @media only screen and (max-width:734px) { .image-ipad_pro_11_gen01_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_11_gen01_wifi_space_grey_small.png?1665713540066); } } @media only screen and (max-width:734px) { .image-ipad_pro_12_9_gen04_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_12_9_gen04_wifi_space_grey_small.png?1665713540067); } } @media only screen and (max-width:734px) { .image-ipad_gen10_wifi_magenta { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen10_wifi_magenta_small.png?1665713540068); } } @media only screen and (max-width:734px) { .image-ipad_air_gen05_wifi_purple { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_air_gen05_wifi_purple_small.png?1665713540069); } } @media only screen and (max-width:734px) { .image-ipad_gen06_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen06_wifi_space_grey_small.png?1665713540069); } } @media only screen and (max-width:734px) { .image-ipad_pro_10_5_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_10_5_wifi_space_grey_small.png?1665713540069); } } @media only screen and (max-width:734px) { .image-ipad_pro_12_9_gen05_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_12_9_gen05_wifi_space_grey_small.png?1665713540070); } } @media only screen and (max-width:734px) { .image-ipad_mini_gen06_wifi_starlight { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_mini_gen06_wifi_starlight_small.png?1665713540070); } } @media only screen and (max-width:734px) { .image-ipad_mini_gen02_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_mini_gen02_wifi_space_grey_small.png?1665713540070); } } @media only screen and (max-width:734px) { .image-ipad_pro_11_gen04_wifi_silver { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_11_gen04_wifi_silver_small.png?1665713540070); } } @media only screen and (max-width:734px) { .image-ipad_pro_9_7_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_9_7_wifi_space_grey_small.png?1665713540071); } } @media only screen and (max-width:734px) { .image-ipad_gen09_wifi_sliver { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen09_wifi_sliver_small.png?1665713540071); } } @media only screen and (max-width:734px) { .image-ipad_mini_gen05_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_mini_gen05_wifi_space_grey_small.png?1665713540071); } } @media only screen and (max-width:734px) { .image-ipad_pro_12_9_gen06_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_12_9_gen06_wifi_space_grey_small.png?1665713540072); } } @media only screen and (max-width:734px) { .image-ipad_gen07_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen07_wifi_space_grey_small.png?1665713540072); } } @media only screen and (max-width:734px) { .image-ipad_air_gen01_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_air_gen01_wifi_space_grey_small.png?1665713540072); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_air_gen01_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_air_gen01_wifi_space_grey_small_2x.png?1665713540060); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_pro_12_9_gen03_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_12_9_gen03_wifi_space_grey_small_2x.png?1665713540060); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_gen07_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen07_wifi_space_grey_small_2x.png?1665713540060); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_pro_11_gen02_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_11_gen02_wifi_space_grey_small_2x.png?1665713540061); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_mini_gen04_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_mini_gen04_wifi_space_grey_small_2x.png?1665713540061); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_pro_10_5_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_10_5_wifi_space_grey_small_2x.png?1665713540061); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_pro_11_gen04_wifi_silver { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_11_gen04_wifi_silver_small_2x.png?1665713540062); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_mini_gen02_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_mini_gen02_wifi_space_grey_small_2x.png?1665713540062); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_air_gen02_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_air_gen02_wifi_space_grey_small_2x.png?1665713540062); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_pro_12_9_gen06_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_12_9_gen06_wifi_space_grey_small_2x.png?1665713540063); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_pro_12_9_gen05_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_12_9_gen05_wifi_space_grey_small_2x.png?1665713540063); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_mini_gen03_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_mini_gen03_wifi_space_grey_small_2x.png?1665713540063); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_air_gen05_wifi_purple { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_air_gen05_wifi_purple_small_2x.png?1665713540064); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_gen10_wifi_magenta { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen10_wifi_magenta_small_2x.png?1665713540064); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_gen06_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen06_wifi_space_grey_small_2x.png?1665713540064); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_gen05_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen05_wifi_space_grey_small_2x.png?1665713540064); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_pro_11_gen01_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_11_gen01_wifi_space_grey_small_2x.png?1665713540065); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_mini_gen05_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_mini_gen05_wifi_space_grey_small_2x.png?1665713540065); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_gen09_wifi_sliver { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen09_wifi_sliver_small_2x.png?1665713540066); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_pro_9_7_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_9_7_wifi_space_grey_small_2x.png?1665713540069); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_air_gen03_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_air_gen03_wifi_space_grey_small_2x.png?1665713540071); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_gen08_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_gen08_wifi_space_grey_small_2x.png?1665713540072); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_pro_11_gen03_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_11_gen03_wifi_space_grey_small_2x.png?1665713540072); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_pro_12_9_gen02_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_12_9_gen02_wifi_space_grey_small_2x.png?1665713540072); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_air_gen04_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_air_gen04_wifi_space_grey_small_2x.png?1665713540072); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_mini_gen06_wifi_starlight { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_mini_gen06_wifi_starlight_small_2x.png?1665713540073); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_pro_12_9_gen04_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_12_9_gen04_wifi_space_grey_small_2x.png?1665713540073); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_pro_12_9_gen01_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(/content/dam/digx/npi/us/en/apple/compare/ipad/2022/ipad_pro_12_9_gen01_wifi_space_grey_small_2x.png?1665713540073); } } .channel-html { background-color: #ffffff; } .channel-html .channel-custom-font-custom-48-headline { font-size: 48px; line-height: 52px; letter-spacing: -0.003rem; font-weight: 600; } @media only screen and (max-width: 1068px) { .channel-html .channel-custom-font-custom-48-headline { font-size: 40px; line-height: 44px; letter-spacing: 0rem; } } @media only screen and (max-width: 734px) { .channel-html .channel-custom-font-custom-48-headline { font-size: 32px; line-height: 36px; letter-spacing: 0.004rem; } } .channel-html .channel-custom-font-custom-40-headline-reduced { font-size: 40px; line-height: 44px; letter-spacing: 0rem; font-weight: 600; } @media only screen and (max-width: 1068px) { .channel-html .channel-custom-font-custom-40-headline-reduced { font-size: 32px; line-height: 36px; letter-spacing: 0.004rem; } } @media only screen and (max-width: 734px) { .channel-html .channel-custom-font-custom-40-headline-reduced { font-size: 28px; line-height: 32px; letter-spacing: 0.007rem; } } .channel-html .channel-custom-font-custom-17-body-reduced { font-size: 17px; line-height: 25px; letter-spacing: -0.022rem; font-weight: 400; } .channel-html .channel-custom-font-custom-17-body-reduced-flex { font-size: 17px; line-height: 25px; letter-spacing: -0.022rem; font-weight: 400; } @media only screen and (max-width: 1068px) { .channel-html .channel-custom-font-custom-17-body-reduced-flex { font-size: 14px; line-height: 20px; letter-spacing: -0.016rem; } } .channel-html .channel-custom-font-custom-14-body-reduced { font-size: 14px; line-height: 20px; letter-spacing: -0.016rem; font-weight: 400; } .channel-html .channel-custom-font-custom-12-sosumi { font-size: 12px; line-height: 16px; font-weight: 400; } .channel-html .e0a74b3 { align-items: center; padding-bottom: 65px; } @media only screen and (max-width: 734px) { .channel-html .e0a74b3 { padding-bottom: 30px; } } .channel-html .q06a5ea { align-items: center; margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; padding-top: 56px; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; } @media only screen and (max-width: 1068px) { .channel-html .q06a5ea { align-items: center; } } @media only screen and (max-width: 734px) { .channel-html .q06a5ea { align-items: center; } } @media only screen and (max-width: 1068px) { .channel-html .q06a5ea { margin-top: 0px; } } @media only screen and (max-width: 734px) { .channel-html .q06a5ea { margin-top: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .q06a5ea { margin-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .q06a5ea { margin-left: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .q06a5ea { margin-bottom: 0px; } } @media only screen and (max-width: 734px) { .channel-html .q06a5ea { margin-bottom: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .q06a5ea { margin-right: 0px; } } @media only screen and (max-width: 734px) { .channel-html .q06a5ea { margin-right: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .q06a5ea { padding-top: 56px; } } @media only screen and (max-width: 734px) { .channel-html .q06a5ea { padding-top: 36px; } } @media only screen and (max-width: 1068px) { .channel-html .q06a5ea { padding-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .q06a5ea { padding-left: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .q06a5ea { padding-bottom: 0px; } } @media only screen and (max-width: 734px) { .channel-html .q06a5ea { padding-bottom: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .q06a5ea { padding-right: 0px; } } @media only screen and (max-width: 734px) { .channel-html .q06a5ea { padding-right: 0px; } } .channel-html .v518b18 { margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; padding-top: 0px; padding-left: 0px; padding-bottom: 42px; padding-right: 0px; text-align: center; } @media only screen and (max-width: 1068px) { .channel-html .v518b18 { margin-top: 0px; } } @media only screen and (max-width: 734px) { .channel-html .v518b18 { margin-top: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .v518b18 { margin-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .v518b18 { margin-left: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .v518b18 { margin-bottom: 0px; } } @media only screen and (max-width: 734px) { .channel-html .v518b18 { margin-bottom: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .v518b18 { margin-right: 0px; } } @media only screen and (max-width: 734px) { .channel-html .v518b18 { margin-right: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .v518b18 { padding-top: 0px; } } @media only screen and (max-width: 734px) { .channel-html .v518b18 { padding-top: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .v518b18 { padding-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .v518b18 { padding-left: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .v518b18 { padding-bottom: 42px; } } @media only screen and (max-width: 734px) { .channel-html .v518b18 { padding-bottom: 16px; } } @media only screen and (max-width: 1068px) { .channel-html .v518b18 { padding-right: 0px; } } @media only screen and (max-width: 734px) { .channel-html .v518b18 { padding-right: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .v518b18 { text-align: center; } } @media only screen and (max-width: 734px) { .channel-html .v518b18 { text-align: center; } } .channel-html .d60c485 { color: #1d1d1f; margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; padding-top: 0px; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; } @media only screen and (max-width: 1068px) { .channel-html .d60c485 { margin-top: 0px; } } @media only screen and (max-width: 734px) { .channel-html .d60c485 { margin-top: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .d60c485 { margin-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .d60c485 { margin-left: -8px; } } @media only screen and (max-width: 1068px) { .channel-html .d60c485 { margin-bottom: 0px; } } @media only screen and (max-width: 734px) { .channel-html .d60c485 { margin-bottom: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .d60c485 { margin-right: 0px; } } @media only screen and (max-width: 734px) { .channel-html .d60c485 { margin-right: -8px; } } @media only screen and (max-width: 1068px) { .channel-html .d60c485 { padding-top: 0px; } } @media only screen and (max-width: 734px) { .channel-html .d60c485 { padding-top: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .d60c485 { padding-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .d60c485 { padding-left: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .d60c485 { padding-bottom: 0px; } } @media only screen and (max-width: 734px) { .channel-html .d60c485 { padding-bottom: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .d60c485 { padding-right: 0px; } } @media only screen and (max-width: 734px) { .channel-html .d60c485 { padding-right: 0px; } } .fc19025 { width: 100%; --columns: 5; --grid-column: 5; --static-enabled: false; --column-data: 0, 2, 3, 4, 5, 2, 3, 4, 3, 4; --allowed-columns: 5, 3, 2; } .fc19025 .compare-column-0 { display: flex; order: 1; } .fc19025 .compare-column-1 { display: flex; order: 2; } .fc19025 .compare-column-2 { display: flex; order: 3; } .fc19025 .compare-column-3 { display: flex; order: 4; } .fc19025 .compare-column-4 { display: flex; order: 5; } .fc19025 .compare-static-0 { display: flex; order: 1; } .fc19025 .compare-static-2 { display: flex; order: 2; } .fc19025 .compare-static-3 { display: flex; order: 3; } .fc19025 .compare-static-4 { display: flex; order: 4; } .fc19025 .compare-static-5 { display: flex; order: 5; } @media only screen and (max-width: 1068px) { .fc19025 { --columns: 3; --grid-column: 3; } } @media only screen and (max-width: 1068px) { .fc19025 .compare-column-0 { display: flex; order: 1; } } @media only screen and (max-width: 1068px) { .fc19025 .compare-column-1 { display: flex; order: 2; } } @media only screen and (max-width: 1068px) { .fc19025 .compare-column-2 { display: flex; order: 3; } } @media only screen and (max-width: 1068px) { .fc19025 .compare-column-3 { display: none; order: 4; } } @media only screen and (max-width: 1068px) { .fc19025 .compare-column-4 { display: none; order: 5; } } @media only screen and (max-width: 1068px) { .fc19025 { --static-enabled: false; } .fc19025 .compare-static-0 { display: none; } .fc19025 .compare-static-5 { display: none; } .fc19025 .compare-static-2 { display: flex; order: 1; } .fc19025 .compare-static-3 { display: flex; order: 2; } .fc19025 .compare-static-4 { display: flex; order: 3; } } @media only screen and (max-width: 734px) { .fc19025 { --columns: 2; --grid-column: 2; } } @media only screen and (max-width: 734px) { .fc19025 .compare-column-0 { display: flex; order: 1; } } @media only screen and (max-width: 734px) { .fc19025 .compare-column-1 { display: flex; order: 2; } } @media only screen and (max-width: 734px) { .fc19025 .compare-column-2 { display: none; order: 3; } } @media only screen and (max-width: 734px) { .fc19025 .compare-column-3 { display: none; order: 4; } } @media only screen and (max-width: 734px) { .fc19025 .compare-column-4 { display: none; order: 5; } } @media only screen and (max-width: 734px) { .fc19025 { --static-enabled: false; } .fc19025 .compare-static-0 { display: none; } .fc19025 .compare-static-2 { display: none; } .fc19025 .compare-static-5 { display: none; } .fc19025 .compare-static-2 { display: none; } .fc19025 .compare-static-3 { display: flex; order: 1; } .fc19025 .compare-static-4 { display: flex; order: 2; } } .channel-html .t83B9E4 { background-color: #f5f5f7; overflow: hidden; } .channel-html .j54F2D3 { background-color: #f5f5f7; margin-top: 16px; margin-bottom: 7px; } @media only screen and (max-width: 734px) { .channel-html .j54F2D3 { margin-left: -50vw; } } @media only screen and (max-width: 734px) { .channel-html .j54F2D3 { margin-right: -50vw; } } @media only screen and (max-width: 734px) { .channel-html .j54F2D3 { padding-left: 50vw; } } @media only screen and (max-width: 734px) { .channel-html .j54F2D3 { padding-right: 50vw; } } .channel-html .j54F2D3.large-display-bleed::before, .channel-html .j54F2D3.large-display-bleed::after { background-color: #f5f5f7; } .channel-html .j54F2D3.medium-display-bleed::before, .channel-html .j54F2D3.medium-display-bleed::after { background-color: #f5f5f7; } .channel-html .j54F2D3.small-display-bleed::before, .channel-html .j54F2D3.small-display-bleed::after { background-color: #f5f5f7; } @media only screen and (max-width: 1068px) { .channel-html .r4E643B { margin-left: 0; } } @media only screen and (max-width: 734px) { .channel-html .r4E643B { margin-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .r4E643B { margin-right: 0px; } } .channel-html .z592EE6 { margin-bottom: 9px; } .channel-html .hA042B6 { color: #6E6E73; margin-left: 0px; } .channel-html .iA5FEC5 { margin-left: 0px; padding-left: 0px; } .channel-html .w08D849 { margin-bottom: 9px; } .channel-html .d0C3422 { color: #6E6E73; margin-left: -0.5px; padding-right: 2px; } @media only screen and (max-width: 734px) { .channel-html .d0C3422 { padding-right: 0px; } } .channel-html .eC71575 { margin-bottom: 9px; } @media only screen and (max-width: 734px) { .channel-html .eC71575 { margin-top: 10px; } } .channel-html .sA8CF13 { color: #6E6E73; margin-left: -0.5px; } .channel-html .u23E21E { margin-bottom: 9px; } .channel-html .i3C3C15 { color: #6E6E73; margin-left: -0.5px; } @media only screen and (max-width: 734px) { .channel-html .i3C3C15 { padding-right: 9px; } } .channel-html .t2473ED { margin-bottom: 9px; } .channel-html .a0950E2 { color: #6E6E73; margin-left: -0.5px; } @media only screen and (max-width: 734px) { .channel-html .a0950E2 { padding-right: 9px; } }
Choose iPad models to compare.
iPad Pro 12.9-in. (6th generation)
iPad Air (5th generation)
iPad (10th generation)
iPad (9th generation)
iPad mini (6th generation)
Choose models to compare.
Images
Finish
Buy
Order now
Order now
Buy now
Order now
Buy now
Buy now
Buy now
Buy now
Quick look
12.9”"inches"
Liquid Retina XDR display◊Refer to legal disclaimers. ProMotion technology and TrueTone
11”"inches"
Liquid Retina display◊Refer to legal disclaimers. ProMotion technology and TrueTone
10.9”"inches"
Liquid Retina display◊Refer to legal disclaimers. TrueTone
10.9”"inches"
Liquid Retina display◊Refer to legal disclaimers. TrueTone
10.2”"inches"
Retina display
TrueTone
8.3”"inches"
Liquid Retina display◊Refer to legal disclaimers. TrueTone
12.9”"inches"
Liquid Retina XDR display◊Refer to legal disclaimers. ProMotion technology and TrueTone
12.9”"inches"
Liquid Retina display◊Refer to legal disclaimers. ProMotion technology and TrueTone
12.9”"inches"
Liquid Retina display◊Refer to legal disclaimers. ProMotion technology and TrueTone
12.9”"inches"
Retina display
ProMotion technology and TrueTone
12.9”"inches"
Retina display
11”"inches"
Liquid Retina display◊Refer to legal disclaimers. ProMotion technology and TrueTone
11”"inches"
Liquid Retina display◊Refer to legal disclaimers. ProMotion technology and TrueTone
11”"inches"
Liquid Retina display◊Refer to legal disclaimers. ProMotion technology and TrueTone
10.5”"inches"
Retina display
ProMotion technology and TrueTone
9.7”"inches"
Retina display
TrueTone
10.9”"inches"
Liquid Retina display◊Refer to legal disclaimers. TrueTone
10.5”"inches"
Retina display
TrueTone
9.7”"inches"
Retina display
9.7”"inches"
Retina display
10.2”"inches"
Retina display
10.2”"inches"
Retina display
9.7”"inches"
Retina display
9.7”"inches"
Retina display
7.9”"inches"
Retina display
TrueTone
7.9”"inches"
Retina display
7.9”"inches"
Retina display
7.9”"inches"
Retina display
Chip
M2 chip
M2 chip
A14 Bionic chip
A13 Bionic chip
A15 Bionic chip
M1 chip
A12Z Bionic chip
A12X Bionic chip
A10X Fusion chip
A9X chip
M1 chip
A12Z Bionic chip
A12X Bionic chip
A10X Fusion chip
A9X chip
A14 Bionic chip
A12 Bionic chip
A8X chip
A7 chip
A12 Bionic chip
A10 Fusion chip
A10 Fusion chip
A9 chip
A12 Bionic chip
A8 chip
A7 chip
A7 chip
Camera
12MP Wide and 10MP Ultra Wide cameras
12MP Wide and 10MP Ultra Wide cameras
12MP Wide camera
12MP Wide camera
8MP Wide camera
12MP Wide camera
12MP Wide and 10MP Ultra Wide cameras
12MP Wide and 10MP Ultra Wide cameras
12MP Wide camera
12MP Wide camera
8MP Wide camera
12MP Wide and 10MP Ultra Wide cameras
12MP Wide and 10MP Ultra Wide cameras
12MP Wide camera
12MP Wide camera
12MP Wide camera
12MP Wide camera
8MP Wide camera
8MP Wide camera
5MP Wide camera
8MP Wide camera
8MP Wide camera
8MP Wide camera
8MP Wide camera
8MP Wide camera
8MP Wide camera
5MP Wide camera
5MP Wide camera
Front Camera
12MP
TrueDepth camera system with Ultra Wide
12MP
TrueDepth camera system with Ultra Wide
12MP
Ultra Wide
front camera
12MP
Landscape Ultra Wide front camera
12MP
Ultra Wide
front camera
12MP
Ultra Wide
front camera
12MP
TrueDepth camera system with Ultra Wide
7MP
TrueDepth camera
7MP
TrueDepth camera
7MP
FaceTime HD camera
1.2MP
FaceTime HD camera
12MP
TrueDepth camera system with Ultra Wide
7MP
TrueDepth camera
7MP
TrueDepth camera
7MP
FaceTime HD camera
5MP
FaceTime HD camera
7MP
FaceTime HD camera
7MP
FaceTime HD camera
1.2MP
FaceTime HD camera
1.2MP
FaceTime HD camera
1.2MP
FaceTime HD camera
1.2MP
FaceTime HD camera
1.2MP
FaceTime HD camera
1.2MP
FaceTime HD camera
7MP
FaceTime HD camera
1.2MP
FaceTime HD camera
1.2MP
FaceTime HD camera
1.2MP
FaceTime HD camera
Connector
USB-C connector
with support for Thunderbolt / USB 4
USB-C connector
with support for Thunderbolt / USB 4
USB-C connector
USB-C connector
Lightning connector
USB-C connector
USB-C connector
with support for Thunderbolt / USB 4
USB-C connector
USB-C connector
Lightning connector
Lightning connector
USB-C connector
with support for Thunderbolt / USB 4
USB-C connector
USB-C connector
Lightning connector
Lightning connector
USB-C connector
Lightning connector
Lightning connector
Lightning connector
Lightning connector
Lightning connector
Lightning connector
Lightning connector
Lightning connector
Lightning connector
Lightning connector
Lightning connector
Cellular
Superfast downloads and streaming, support for mmWave◊Refer to legal disclaimers.
Superfast downloads and streaming, support for mmWave◊Refer to legal disclaimers.
Superfast downloads, high-quality streaming◊Refer to legal disclaimers.
Superfast downloads, high-quality streaming◊Refer to legal disclaimers.
4G LTE cellular◊Refer to legal disclaimers.
Superfast downloads, high-quality streaming◊Refer to legal disclaimers.
Superfast downloads and streaming, support for mmWave◊Refer to legal disclaimers.
4G LTE cellular◊Refer to legal disclaimers.
4G LTE cellular◊Refer to legal disclaimers.
4G LTE cellular◊Refer to legal disclaimers.
4G LTE cellular◊Refer to legal disclaimers.
Superfast downloads and streaming, support for mmWave◊Refer to legal disclaimers.
4G LTE cellular◊Refer to legal disclaimers.
4G LTE cellular◊Refer to legal disclaimers.
4G LTE cellular◊Refer to legal disclaimers.
4G LTE cellular◊Refer to legal disclaimers.
4G LTE cellular◊Refer to legal disclaimers.
4G LTE cellular◊Refer to legal disclaimers.
4G LTE cellular◊Refer to legal disclaimers.
4G LTE cellular◊Refer to legal disclaimers.
4G LTE cellular◊Refer to legal disclaimers.
4G LTE cellular◊Refer to legal disclaimers.
4G LTE cellular◊Refer to legal disclaimers.
4G LTE cellular◊Refer to legal disclaimers.
4G LTE cellular◊Refer to legal disclaimers.
4G LTE cellular◊Refer to legal disclaimers.
4G LTE cellular◊Refer to legal disclaimers.
4G LTE cellular◊Refer to legal disclaimers.
Privacy
Face ID
Face ID
Touch ID
Touch ID
Touch ID
Touch ID
Face ID
Face ID
Face ID
Touch ID
Touch ID
Face ID
Face ID
Face ID
Touch ID
Touch ID
Touch ID
Touch ID
Touch ID
— Not Applicable
Touch ID
Touch ID
Touch ID
Touch ID
Touch ID
Touch ID
Touch ID
— Not Applicable
Capacity
Storage up to◊Refer to legal disclaimers.
2TB
Storage up to◊Refer to legal disclaimers.
2TB
Storage up to◊Refer to legal disclaimers.
256GB
Storage up to◊Refer to legal disclaimers.
256GB
Storage up to◊Refer to legal disclaimers.
256GB
Storage up to◊Refer to legal disclaimers.
256GB
Storage up to◊Refer to legal disclaimers.
2TB
Storage up to◊Refer to legal disclaimers.
1TB
Storage up to◊Refer to legal disclaimers.
1TB
Storage up to◊Refer to legal disclaimers.
512GB
Storage up to◊Refer to legal disclaimers.
256GB
Storage up to◊Refer to legal disclaimers.
2TB
Storage up to◊Refer to legal disclaimers.
1TB
Storage up to◊Refer to legal disclaimers.
1TB
Storage up to◊Refer to legal disclaimers.
512GB
Storage up to◊Refer to legal disclaimers.
256GB
Storage up to◊Refer to legal disclaimers.
256GB
Storage up to◊Refer to legal disclaimers.
256GB
Storage up to◊Refer to legal disclaimers.
128GB
Storage up to◊Refer to legal disclaimers.
128GB
Storage up to◊Refer to legal disclaimers.
128GB
Storage up to◊Refer to legal disclaimers.
128GB
Storage up to◊Refer to legal disclaimers.
128GB
Storage up to◊Refer to legal disclaimers.
128GB
Storage up to◊Refer to legal disclaimers.
256GB
Storage up to◊Refer to legal disclaimers.
128GB
Storage up to◊Refer to legal disclaimers.
128GB
Storage up to◊Refer to legal disclaimers.
128GB
Pencil compatibility
Works with ApplePencil (2ndgeneration)◊Refer to legal disclaimers.
Works with ApplePencil (2ndgeneration)◊Refer to legal disclaimers.
Works with ApplePencil (2ndgeneration)◊Refer to legal disclaimers.
Works with ApplePencil (1stgeneration)◊Refer to legal disclaimers.
Works with ApplePencil (1stgeneration)◊Refer to legal disclaimers.
Works with ApplePencil (2ndgeneration)◊Refer to legal disclaimers.
Works with ApplePencil (2ndgeneration)◊Refer to legal disclaimers.
Works with ApplePencil (2ndgeneration)◊Refer to legal disclaimers.
Works with ApplePencil (2ndgeneration)◊Refer to legal disclaimers.
Works with ApplePencil (1stgeneration)◊Refer to legal disclaimers.
Works with ApplePencil (1stgeneration)◊Refer to legal disclaimers.
Works with ApplePencil (2ndgeneration)◊Refer to legal disclaimers.
Works with ApplePencil (2ndgeneration)◊Refer to legal disclaimers.
Works with ApplePencil (2ndgeneration)◊Refer to legal disclaimers.
Works with ApplePencil (1stgeneration)◊Refer to legal disclaimers.
Works with ApplePencil (1stgeneration)◊Refer to legal disclaimers.
Works with ApplePencil (2ndgeneration)◊Refer to legal disclaimers.
Works with ApplePencil (1stgeneration)◊Refer to legal disclaimers.
— Not Applicable
— Not Applicable
Works with ApplePencil (1stgeneration)◊Refer to legal disclaimers.
Works with ApplePencil (1stgeneration)◊Refer to legal disclaimers.
Works with ApplePencil (1stgeneration)◊Refer to legal disclaimers.
— Not Applicable
Works with ApplePencil (1stgeneration)◊Refer to legal disclaimers.
— Not Applicable
— Not Applicable
— Not Applicable
Keyboard compatibility
Works with MagicKeyboard and SmartKeyboardFolio◊Refer to legal disclaimers.
Works with MagicKeyboard and SmartKeyboardFolio◊Refer to legal disclaimers.
Works with MagicKeyboard and SmartKeyboardFolio◊Refer to legal disclaimers.
Works with Magic Keyboard Folio◊Refer to legal disclaimers.
Works with SmartKeyboard◊Refer to legal disclaimers.
Works with Bluetooth keyboards◊Refer to legal disclaimers.
Works with MagicKeyboard and SmartKeyboardFolio◊Refer to legal disclaimers.
Works with MagicKeyboard and SmartKeyboardFolio◊Refer to legal disclaimers.
Works with MagicKeyboard and SmartKeyboardFolio◊Refer to legal disclaimers.
Works with SmartKeyboard◊Refer to legal disclaimers.
Works with SmartKeyboard◊Refer to legal disclaimers.
Works with MagicKeyboard and SmartKeyboardFolio◊Refer to legal disclaimers.
Works with MagicKeyboard and SmartKeyboardFolio◊Refer to legal disclaimers.
Works with MagicKeyboard and SmartKeyboardFolio◊Refer to legal disclaimers.
Works with SmartKeyboard◊Refer to legal disclaimers.
Works with SmartKeyboard◊Refer to legal disclaimers.
Works with MagicKeyboard and SmartKeyboardFolio◊Refer to legal disclaimers.
Works with SmartKeyboard◊Refer to legal disclaimers.
Works with Bluetooth keyboards◊Refer to legal disclaimers.
Works with Bluetooth keyboards◊Refer to legal disclaimers.
Works with SmartKeyboard◊Refer to legal disclaimers.
Works with SmartKeyboard◊Refer to legal disclaimers.
Works with Bluetooth keyboards◊Refer to legal disclaimers.
Works with Bluetooth keyboards◊Refer to legal disclaimers.
Works with Bluetooth keyboards◊Refer to legal disclaimers.
Works with Bluetooth keyboards◊Refer to legal disclaimers.
Works with Bluetooth keyboards◊Refer to legal disclaimers.
Works with Bluetooth keyboards◊Refer to legal disclaimers.
';window.npi.querySelectorAll(this.selectorElsQuery).forEach((t,i)=>{const r=t.querySelector("[selected=true]").innerText.trim();"flex"===t.parentElement.parentElement.style.display&&(e+=`
`)}),this.headerEl.innerHTML=e},updateSelectors(){window.npi.querySelectorAll(this.selectorElsQuery).forEach((e,t)=>{e.replaceWith(this.selectorEls[t])}),this.cOrder.forEach((e,t)=>{const i=this.selectorEls[t];let r=0;for(let t=0;t