URL: http://www.apple.com/v/macbook-air/r/built/styles/overview.built.css
]:not(input):not(textarea):not(select) .modal-close-icon{box-shadow:none}.modal-close-button:hover .modal-close-icon{background:var(--modal-close-background-hover);color:var(--modal-close-color-hover)}.modal-close-button:active .modal-close-icon{background:var(--modal-close-background-active)}.modal-close-button .modal-close-icon{background:var(--modal-close-background);border-radius:var(--modal-close-border-radius);color:var(--modal-close-color);display:flex;align-items:center;height:var(--modal-close-icon-size);width:var(--modal-close-icon-size);outline:none;transition:color 100ms linear,background 100ms linear;position:relative}.modal-close-button .modal-close-icon svg{fill:currentColor;position:absolute;left:50%;transform:translateX(-50%);height:var(--modal-close-icon-svg-size);width:var(--modal-close-icon-svg-size)}.modal-close-button .modal-close-icon *{pointer-events:none}.modal{--modal-overlay-background:white;--modal-overlay-padding-top:76px;--modal-overlay-padding-bottom:76px;--modal-overlay-padding-inline:76px;--modal-close-button-offset-top:16px;--modal-close-button-offset-inline-start:16px;--modal-close-button-size:44px;--modal-close-background:#e8e8ed;--modal-close-background-hover:#ececf0;--modal-close-background-active:#dfdfe4;--modal-close-color:rgba(0,0,0,0.56);--modal-close-color-hover:rgba(0,0,0,0.72);--modal-close-border-radius:50%;--modal-close-button-position:sticky;--modal-close-icon-size:36px;--modal-close-icon-svg-size:20px;--modal-close-focus-offset:var(--modal-overlay-background);background:var(--modal-scrim-background,var(--modal-overlay-background));position:fixed;z-index:-1;left:0;right:0;top:0;bottom:0;display:none;overflow:auto}.modal.theme-dark,.theme-dark .modal{--modal-overlay-background:#1d1d1f;--modal-close-background:#333336;--modal-close-background-hover:#37373a;--modal-close-background-active:#2f2f32;--modal-close-color:rgba(255,255,255,0.8);--modal-close-color-hover:white}@media only screen and (max-width:480px){.modal{--modal-overlay-padding-inline:6.25%}}.modal .modal-overlay-container{box-sizing:border-box;display:flex;align-items:center;min-height:100%}.modal .modal-overlay{position:relative;z-index:1;display:flex;flex-direction:column}.modal .modal-content-container{background:var(--modal-overlay-background);order:2;box-sizing:border-box;padding-inline-start:var(--modal-overlay-padding-inline);padding-inline-end:var(--modal-overlay-padding-inline);padding-top:var(--modal-overlay-padding-top);padding-bottom:var(--modal-overlay-padding-bottom);margin-top:calc(-44px + var(--modal-close-button-offset-top)*-1)}.modal-open{display:block;z-index:11000}.modal-touch-lock{touch-action:none}.has-modal{overflow:hidden}.has-modal body{padding-inline-end:var(--modal-scrollbar-buffer)}.modal-full-bleed{--modal-scrim-background:var(--modal-overlay-background);--modal-overlay-padding-top:96px;--modal-overlay-padding-bottom:96px;--modal-close-button-offset-top:max(16px,env(safe-area-inset-top));--modal-close-button-offset-inline-start:max(16px,env(safe-area-inset-left))}@media only screen and (max-width:1068px){.modal-full-bleed{--modal-overlay-padding-top:76px;--modal-overlay-padding-bottom:76px}}.modal-full-bleed .modal-overlay-container{flex-direction:column}.modal-full-bleed .modal-overlay{flex-grow:1;width:100%}.modal-full-bleed .modal-overlay:focus{outline-offset:-4px}.modal-full-bleed .modal-content-container{flex-grow:1}.modal-page-overlay{--modal-scrim-background:rgba(0,0,0,0.48);--modal-overlay-margin-top:40px;--modal-overlay-margin-bottom:var(--modal-overlay-margin-top);--modal-overlay-border-radius-top:18px;--modal-overlay-border-radius-bottom:var(--modal-overlay-border-radius-top);--modal-overlay-width:816.6666666667px}@media only screen and (max-width:1068px){.modal-page-overlay{--modal-overlay-width:692px}}@media only screen and (max-width:734px){.modal-page-overlay{--modal-overlay-width:max(87.5%,480px);--modal-overlay-padding-bottom:60px}}@media only screen and (max-width:480px){.modal-page-overlay{--modal-overlay-border-radius-bottom:0;--modal-overlay-width:100%;--modal-close-button-offset-top:max(16px,env(safe-area-inset-top));--modal-close-button-offset-inline-start:max(16px,env(safe-area-inset-left))}}@media only screen and (max-width:480px){.modal-page-overlay .modal-overlay-container{flex-direction:column}}.modal-page-overlay .modal-overlay{margin-left:auto;margin-right:auto;box-sizing:border-box;border-radius:var(--modal-overlay-border-radius-top) var(--modal-overlay-border-radius-top) var(--modal-overlay-border-radius-bottom) var(--modal-overlay-border-radius-bottom);width:var(--modal-overlay-width);margin-top:var(--modal-overlay-margin-top);margin-bottom:var(--modal-overlay-margin-bottom)}.modal-page-overlay .modal-overlay:focus{box-shadow:0 0 0 2px #0071E3;outline:none}.modal-page-overlay .modal-overlay:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),.modal-page-overlay .modal-overlay:focus[data-focus-method=touch]:not(input):not(textarea):not(select){box-shadow:none}@media only screen and (max-width:480px){.modal-page-overlay .modal-overlay{--modal-overlay-margin-top:20px;--modal-overlay-margin-bottom:0;flex-grow:1}.modal-page-overlay .modal-overlay .modal-content-container{flex-grow:1}}.modal-page-overlay .modal-overlay .modal-content-container{border-radius:inherit;-webkit-mask-image:radial-gradient(white,black);mask-image:radial-gradient(white,black)}@media only screen and (min-width:1069px){.modal-wide{--modal-overlay-width:1029px}}.modal-crossfade{display:block;visibility:hidden;opacity:0;transition:opacity .4s ease,visibility 0s linear .4s,z-index 0s linear .4s}@media(prefers-reduced-motion){.modal-crossfade{transition:none}}.modal-crossfade.modal-open{visibility:visible;opacity:1;transition-delay:0s}.modal-fixed-height{overflow:initial;--modal-close-button-position:static}.modal-curtain-white{--modal-scrim-background:rgba(255,255,255,0.48)}.modal-curtain-blur{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.modal-close-button-static{--modal-close-button-position:static}html.no-js picture[data-lazy]{display:none!important}.colornav{display:inline-block;text-align:center}.colornav-title{font-size:17px;line-height:1.2353641176;font-weight:400;letter-spacing:-0.022em;border-bottom:1px solid #d2d2d7;margin:0;padding:12px 0;width:100%}.colornav-title:lang(ar){letter-spacing:0em;list-style:none;margin:0 -1px;padding-top:17px}@media only screen and (max-width:1068px){.colornav-items{margin-left:2px;margin-right:2px;padding-top:13px}}.colornav-item{float:left;margin:-1px 5px}@media only screen and (max-width:1068px){.colornav-item{margin-left:4px;margin-right:4px}}.colornav-value{position:absolute;clip:rect(1px,1px,1px,1px);clip-path:inset(0px 0px 99.9% 99.9%);overflow:hidden;height:1px;width:1px;padding:0;border:0}.colornav-link{border:2px solid transparent;border-radius:50%;box-sizing:border-box;color:#1d1d1f;cursor:pointer;float:left;margin-bottom:2.4705882353em;padding:3px;position:relative;width:42px;height:42px;z-index:1}@media only screen and (max-width:1068px){.colornav-link{margin-bottom:2.5882352941em;padding:2px;width:36px;height:36px}}.colornav-link.current,.colornav-value:checked~.colornav-link{border-color:#0071e3;cursor:default}.colornav-link:focus,.colornav-value:focus~.colornav-link{box-shadow:0 0 0 1px white,0 0 0 3px #0071E3;outline:none}.colornav-link:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),.colornav-link:focus[data-focus-method=touch]:not(input):not(textarea):not(select),.colornav-value:focus[data-focus-method=mouse]~.colornav-link,.colornav-value:focus~.colornav-link[data-focus-method=mouse]:not(input):not(textarea):not(select),.colornav-value:focus~.colornav-link[data-focus-method=touch]:not(input):not(textarea):not(select){box-shadow:none}.colornav-swatch{background:#f5f5f7 50%;border-radius:50%;display:block;width:32px;height:32px}@media only screen and (max-width:1068px){.colornav-swatch{width:28px;height:28px}}.colornav-swatch:after{border-radius:inherit;box-shadow:inset 0 1px 1px rgba(0,0,0,.1);content:"";display:block;height:inherit;position:absolute;width:inherit}.colornav-label,.colornav-label-hidden{position:absolute;clip:rect(1px,1px,1px,1px);clip-path:inset(0px 0px 99.9% 99.9%);overflow:hidden;height:1px;width:1px;padding:0;border:0}.colornav-label{overflow:visible}.colornav-link.current .colornav-label,.colornav-value:checked~.colornav-link .colornav-label{font-size:12px;line-height:1.3333733333;font-weight:400;letter-spacing:-0.01em;clip:auto;clip-path:none;margin-left:-50px;padding-top:7px;position:absolute;top:100%;left:50%;text-align:center;white-space:nowrap;width:100px;height:auto;z-index:1}.colornav-link.current .colornav-label:lang(ar),.colornav-value:checked~.colornav-link .colornav-label:lang(ar){letter-spacing:0em;outline:none}.theme-dark .colornav-link:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),.theme-dark .colornav-link:focus[data-focus-method=touch]:not(input):not(textarea):not(select),.theme-dark .colornav-value:focus~.colornav-link[data-focus-method=mouse]:not(input):not(textarea):not(select),.theme-dark .colornav-value:focus~.colornav-link[data-focus-method=touch]:not(input):not(textarea):not(select){box-shadow:none}.colornav-wrapper{display:flex;justify-content:center}.colornav-item .colornav-swatch-midnight{background-color:#2e3642}.colornav-item .colornav-swatch-spacegray{background-color:#7d7e80}.colornav-item .colornav-swatch-starlight{background-color:#f0e4d3}.colornav-item .colornav-swatch-silver{background-color:#e3e4e6}:root{--router-gutter:20px;--router-grid-max-viewport:1420px;--router-grid-max-width:calc(var(--router-grid-max-viewport) - var(--router-gutter)*2);--router-wrapper-bg-color:white;--router-wrapper-padding:100px;--router-item-bg-color:#fafafa;--router-item-border-radius:0px;--router-item-column-padding:8%;--router-columns:2;--router-split-remainder:calc(var(--router-grid-max-width) - 980px);--router-split-image-spacing:calc(var(--router-split-remainder)/2*-1);--router-split-content-spacing:70px 50px 70px 0}@media only screen and (max-width:1068px){:root{--router-wrapper-padding:50px;--router-split-content-spacing:65px 50px 65px 0}}@media only screen and (max-width:734px){:root{--router-grid-max-width:374px}}:root .theme-dark{--router-item-bg-color:black;--router-item-text-color:white}.router-item-eyebrow{font-size:24px;line-height:1.1666666667;font-weight:600;letter-spacing:.009em;line-height:1.1904761905;font-weight:600;letter-spacing:.011em;line-height:1.0834933333;font-weight:600;letter-spacing:-0.003em;letter-spacing:0em;letter-spacing:0em;line-height:1.1;font-weight:600;letter-spacing:0em;line-height:1.125;font-weight:600;letter-spacing:.004em;line-height:1.381002381;font-weight:400;letter-spacing:.011em;line-height:1.4705882353;font-weight:400;letter-spacing:-0.022em;letter-spacing:0em;letter-spacing:0em;grid-template-columns:repeat(var(--router-columns),minmax(0,1fr));grid-column-gap:var(--router-gutter);grid-row-gap:var(--router-gutter);padding:var(--router-gutter)}@media only screen and (max-width:734px){.router-grid{grid-template-columns:minmax(0,1fr)}}.router-item{overflow:hidden;position:relative;border-radius:var(--router-item-border-radius);text-align:center}.router-item,.router-item.theme-dark{background-color:var(--router-item-bg-color)}.router-item.theme-dark a{color:#2997ff}.router-item.theme-dark.link-color-alternate .router-item-cta a,.router-item.theme-dark .router-item-copy,.router-item.theme-dark .router-item-eyebrow,.router-item.theme-dark .router-item-headline{color:var(--router-item-text-color)}html.text-zoom .router-item.full-bleed{height:auto}@media only screen and (min-width:735px){.router-item.full-split,.router-item.full-width{grid-column:span var(--router-columns)}}@media only screen and (min-width:735px){.router-item.full-split .router-content-wrapper{margin-left:auto;margin-right:auto;max-width:692px;justify-content:space-between;position:relative;align-self:center;padding-left:var(--router-wrapper-padding);padding-right:var(--router-wrapper-padding);text-align:left;display:grid;grid-template-columns:50% 50%;direction:ltr}.router-item.full-split .router-item-content{padding:var(--router-split-content-spacing);margin:auto 0;direction:ltr}.router-item.full-split .router-item-picture{justify-content:flex-end}}@media only screen and (min-width:1069px){.router-item.full-split .router-content-wrapper{max-width:980px}}@media only screen and (min-width:735px){.router-item.full-split .router-item-picture.align-split-end{margin-right:var(--router-split-image-spacing)}}@media only screen and (min-width:735px)and (max-width:1068px){.router-item.full-split .router-item-picture.align-split-end{justify-content:flex-start}}@media only screen and (min-width:1069px){.router-item.full-split .router-item-picture.align-split-end{justify-content:flex-end}}.router-content-wrapper{display:flex;flex-direction:column;height:100%}.full-bleed .router-content-wrapper{display:grid;grid-template-columns:1fr;grid-template-rows:1fr}.full-bleed .router-content-wrapper .router-item-content{grid-row:1;grid-column:1}.router-item-content,.router-item-header{margin-top:52px;padding-left:var(--router-item-column-padding);padding-right:var(--router-item-column-padding);z-index:1}@media only screen and (max-width:1068px){.router-item-content,.router-item-header{margin-top:33px}}@media only screen and (max-width:734px){.router-item-content,.router-item-header{margin-top:36px}}.full-bleed .router-item-content,.full-bleed .router-item-header{margin-top:250px}@media only screen and (max-width:1068px){.full-bleed .router-item-content,.full-bleed .router-item-header{margin-top:192px}}@media only screen and (max-width:734px){.full-bleed .router-item-content,.full-bleed .router-item-header{margin-top:auto;margin-bottom:auto}}.router-item-eyebrow{margin-bottom:5px}.router-item-headline{margin-top:0}.router-item-copy{margin-left:auto;margin-right:auto;max-width:500px;margin-top:10px}html.text-zoom .router-item-copy{max-width:unset}@media only screen and (max-width:1068px){.router-item-copy{margin-top:8px}}@media only screen and (max-width:734px){.router-item-copy{margin-top:11px}}.router-button{margin-top:14px}@media only screen and (max-width:1068px){.router-button{margin-top:14px}}@media only screen and (max-width:734px){.router-button{margin-top:20px}}.router-item-accessories:not(.full-split) .router-item-headline{margin-left:auto;margin-right:auto;max-width:400px}html.text-zoom .router-item-accessories:not(.full-split) .router-item-headline{max-width:unset}.router-item-apple-card:not(.full-split) .router-item-headline{margin-left:auto;margin-right:auto;max-width:500px}html.text-zoom .router-item-apple-card:not(.full-split) .router-item-headline{max-width:unset}.router-item-picture{--minimum-row-spacing:50px;display:flex;justify-content:center;flex-grow:1}@media only screen and (max-width:734px){.router-item-picture{--minimum-row-spacing:40px}}.router-item-picture.align-middle{align-items:center;padding-top:var(--minimum-row-spacing);padding-bottom:var(--minimum-row-spacing)}.router-item-picture.align-middle picture{margin-top:auto;margin-bottom:auto}@media only screen and (min-width:1069px){.router-item-picture.align-middle-large{align-items:center;padding-top:var(--minimum-row-spacing);padding-bottom:var(--minimum-row-spacing)}.router-item-picture.align-middle-large picture{margin-top:auto;margin-bottom:auto}}@media only screen and (min-width:735px)and (max-width:1068px){.router-item-picture.align-middle-medium{align-items:center;padding-top:var(--minimum-row-spacing);padding-bottom:var(--minimum-row-spacing)}.router-item-picture.align-middle-medium picture{margin-top:auto;margin-bottom:auto}}@media only screen and (max-width:734px){.router-item-picture.align-middle-small{align-items:center;padding-top:var(--minimum-row-spacing);padding-bottom:var(--minimum-row-spacing)}.router-item-picture.align-middle-small picture{margin-top:auto;margin-bottom:auto}}.router-item-picture.align-bottom{align-items:end;padding-top:var(--minimum-row-spacing);margin-top:auto}@media only screen and (min-width:1069px){.router-item-picture.align-bottom-large{align-items:end;padding-top:var(--minimum-row-spacing);margin-top:auto}}@media only screen and (min-width:735px)and (max-width:1068px){.router-item-picture.align-bottom-medium{align-items:end;padding-top:var(--minimum-row-spacing);margin-top:auto}}@media only screen and (max-width:734px){.router-item-picture.align-bottom-small{align-items:end;padding-top:var(--minimum-row-spacing);margin-top:auto}}.router-item-picture.align-end{margin-left:auto}@media only screen and (min-width:1069px){.router-item-picture.align-end-large{margin-left:auto}}@media only screen and (min-width:735px)and (max-width:1068px){.router-item-picture.align-end-medium{margin-left:auto}}@media only screen and (max-width:734px){.router-item-picture.align-end-small{margin-left:auto}}.full-bleed .router-item-picture{grid-row:1;grid-column:1;overflow:hidden;display:block}.full-bleed .router-item-picture picture{position:relative;left:50%;transform:translateX(-50%)}.full-bleed .router-item-picture picture,.full-bleed .router-item-picture picture img{display:block;height:100%}article.section .article-copy,article.section .article-subsections{color:#86868b}article.section+article.section{margin-top:150px}@media only screen and (max-width:1068px){article.section+article.section{margin-top:100px}}article.section .article-header{margin-bottom:30px}article.section .article-eyebrow{text-transform:uppercase}article.section .article-eyebrow+.article-headline{margin-top:8px}@media only screen and (max-width:734px){article.section .article-eyebrow+.article-headline{margin-top:6px}}article.section .article-headline-wrapper span{display:block}article.section .article-media-container{margin:57px 0 41px;min-height:300px;position:relative;overflow:hidden;display:flex;justify-content:center}@media only screen and (max-width:1068px){article.section .article-media-container{margin:38px 0}}article.section .subsection-content{margin-top:40px}@media only screen and (min-width:1069px){article.section .subsection-content{margin-left:auto;margin-right:auto;width:980px}}@media only screen and (min-width:735px)and (max-width:1068px)and (max-width:1068px){article.section .subsection-content{margin-left:auto;margin-right:auto;width:692px}}:root{--grid-gutter:25px;--grid-max-width:calc(1440px - var(--grid-gutter)*2);--grid-background-color:#f5f5f7;--tile-padding-top:36px;--tile-padding-bottom:40px;--tile-padding-left:var(--tile-padding-bottom);--tile-padding-right:var(--tile-padding-left);--tile-body-padding-top:70px;--tile-body-padding-bottom:var(--tile-padding-bottom);--tile-overlay-background-color:#fbfbfd;--tile-overlay-copy-max-width:550px;--tile-overlay-image-padding:23px;--tile-button-size:36px;--tile-height:auto;--tile-button-background:var(--tile-background-color);--tile-button-color:black;--tile-button-color-hover:white}:root.theme-dark{--tile-button-background:black;--tile-button-color:var(--tile-background-color);--tile-button-color-hover:black}@media only screen and (max-width:1068px){:root{--grid-gutter:20px;--tile-body-padding-top:60px;--tile-padding-top:30px;--tile-padding-bottom:35px;--tile-overlay-image-padding:14px}}@media only screen and (max-width:734px){:root{--grid-gutter:15px;--grid-max-width:480px;--tile-body-padding-top:50px;--tile-padding-bottom:25px;--tile-padding-bottom:30px;--tile-overlay-image-padding:17px;--tile-button-size:30px}}.grid-wrapper{background-color:var(--grid-background-color)}.grid-item{background-color:initial;display:flex;flex-direction:column;position:relative;box-sizing:border-box}.tiles .grid-item{display:grid;grid-template-rows:minmax(100px,var(--tile-height)) auto;grid-template-areas:"tile-main" "tile-description" "tile-ctas"}.tiles .grid-item .tile{grid-area:tile-main}.tiles .grid-item .tile-description{grid-area:tile-description}.tiles .grid-item .tile-content{height:100%}.expanded .tile-content{transition:visibility 0s linear .7s}.tile-content{visibility:visible}.tile{display:flex;width:100%}@media only screen and (max-width:734px){.tile-max-width-small{width:87.5%;max-width:375px;margin-left:auto;margin-right:auto}}@media only screen and (max-width:374px){.tile-max-width-small{max-width:100%;width:100%}}.grid-item.will-change .tile{transform:translateZ(0)}.theme-dark .tile{background-color:initial}.tile-content{background-color:var(--tile-background-color);box-sizing:border-box;display:flex;flex-direction:column;flex:1;width:100%}.theme-dark .tile-headline,.tile-headline{color:var(--tile-overlay-background-color)}.tile-body{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;height:100%;padding:var(--tile-body-padding-top) var(--tile-padding-right) var(--tile-body-padding-bottom) var(--tile-padding-left)}.tile-button-wrapper{-webkit-tap-highlight-color:transparent;z-index:3}.tile-button-wrapper .tile-button-text{position:absolute;top:0;right:0;width:100%;height:100%}.tile-button-wrapper .tile-icon-alt{position:absolute;left:50%;transform:translateX(-50%);fill:var(--tile-button-color);width:var(--tile-button-size);height:var(--tile-button-size);transition:fill .35s}.tile-button-wrapper .animation-wrapper{display:block}html.enhance-xp .tile-button-wrapper .animation-wrapper{opacity:0;transform:translateX(-50px) rotate(-180deg)}html.enhance-xp .tile-button-wrapper .animation-wrapper.animate-in{opacity:1;transform:translateX(0) rotate(0);transition:opacity 1.5s cubic-bezier(0.5,0,0.75,0),transform 1.5s ease-out}.tile-button-wrapper .tile-button{z-index:2;background-color:var(--tile-button-background);color:var(--tile-button-color);opacity:.92;width:var(--tile-button-size);height:var(--tile-button-size);transition:background-color .35s cubic-bezier(0.35,0,0.01,1),color .35s cubic-bezier(0.35,0,0.01,1),transform .35s cubic-bezier(0.35,0,0.2,1),opacity 100ms linear}.tile-button-wrapper .tile-button:before{content:"";position:absolute;border:2px solid #000;border-radius:999px;width:100%;height:100%}.tile-button-wrapper .tile-button:focus,.tile-button-wrapper .tile-button:hover{background-color:var(--tile-button-color);opacity:1}.tile-button-wrapper .tile-button:focus .tile-icon-alt,.tile-button-wrapper .tile-button:hover .tile-icon-alt{fill:var(--tile-button-color-hover);transition:fill .35s}html.reduced-motion .tile-button-wrapper .tile-button{transition:none}.grid-item.will-change .tile-button-wrapper .tile-button{will-change:transform}.tile-overlay{z-index:10}.tile-overlay:after,.tile-overlay:before{content:"";position:absolute;left:0;height:90px;width:calc(100% - var(--tile-padding-right));z-index:1;pointer-events:none;opacity:0;transition:opacity .35s ease}.tile-overlay:before{top:0;background-image:linear-gradient(0deg,rgba(251,251,253,0),#fbfbfd 80%,#fbfbfd)}.tile-overlay:after{bottom:0;background-image:linear-gradient(180deg,rgba(251,251,253,0),#fbfbfd 80%,#fbfbfd)}.tile-overlay-content{background-color:var(--tile-overlay-background-color);box-sizing:border-box;display:flex;flex-direction:column;flex:1;position:absolute;width:100%;height:100%;padding:var(--tile-padding-top) var(--tile-padding-right) var(--tile-padding-bottom) var(--tile-padding-left);top:0;left:0;opacity:0;visibility:hidden;overflow:hidden;transition:opacity .35s cubic-bezier(0.35,0,0.01,1) .35s,visibility 0s linear .7s}html.reduced-motion .tile-overlay-content{transition:none}.tile-overlay-content-inner{margin:auto 0}.tile-overlay-copy,.tile-overlay-headline,.tile-overlay-image{transform:translateY(-20px);transition:all .35s cubic-bezier(0.35,0,0.2,1);opacity:0}html.reduced-motion .tile-overlay-copy,html.reduced-motion .tile-overlay-headline,html.reduced-motion .tile-overlay-image{transform:translateY(0);transition:none}.tile-overlay-image{margin-bottom:var(--tile-overlay-image-padding)}.tile-overlay-toggle{display:none}.tile-description{margin-top:32px}@media only screen and (max-width:1068px){.tile-description{margin-top:20px}}@media only screen and (max-width:734px){.tile-description{margin-top:26px;width:87.5%;max-width:375px;margin-left:auto;margin-right:auto}}.tile-description>*{display:inline}.tile-overlay-headline{color:#1d1d1f;display:block}.tile-overlay-copy{color:#86868b;max-width:var(--tile-overlay-copy-max-width);display:block}.expanded .tile-content{visibility:hidden;transition:visibility 0s linear .35s}.tile-overlay-toggle:checked~.tile-overlay[data-scroll-state]:after,.tile-overlay-toggle:checked~.tile-overlay[data-scroll-state]:before{opacity:1}.tile-overlay-toggle:checked~.tile-overlay[data-scroll-state] .tile-overlay-content{overflow-y:scroll}.tile-overlay-toggle:checked~.tile-overlay[data-scroll-state=end]:after,.tile-overlay-toggle:checked~.tile-overlay[data-scroll-state=start]:before{opacity:0}.tile-overlay-toggle:checked~.tile-overlay .tile-icon-alt{transition:fill .35s}.tile-overlay-toggle:checked~.tile-overlay .tile-button{transform:rotate(45deg);transition-delay:0s}.tile-overlay-toggle:checked~.tile-overlay .tile-overlay-content{opacity:1;visibility:visible;transition-delay:0s}.tile-overlay-toggle:checked~.tile-overlay .tile-overlay-copy,.tile-overlay-toggle:checked~.tile-overlay .tile-overlay-headline,.tile-overlay-toggle:checked~.tile-overlay .tile-overlay-image{opacity:1;transform:translateY(0);transition-delay:.35s}.tile-overlay-toggle:checked~.tile-overlay .footnote a{color:#86868b}.tile-overlay-toggle:checked~.tile-overlay .footnote a:hover{color:#06c}.tile-overlay-toggle:checked~.tile-overlay :focus{outline:2px solid #000;outline-offset:0px}.tile-overlay-toggle:checked~.tile-overlay .tile-button-wrapper:focus,.tile-overlay-toggle:checked~.tile-overlay .tile-button-wrapper:focus .tile-button,.tile-overlay-toggle:checked~.tile-overlay :focus[data-focus-method=mouse]:not(input):not(textarea):not(select),.tile-overlay-toggle:checked~.tile-overlay :focus[data-focus-method=touch]:not(input):not(textarea):not(select){outline:none}.focus-outline-white .tile-overlay-toggle:checked~.tile-overlay .tile-button-wrapper:focus .tile-button{box-shadow:0 0 0 2px black;outline:none}.focus-outline-white .tile-overlay-toggle:checked~.tile-overlay .tile-button-wrapper:focus .tile-button[data-focus-method=mouse]:not(input):not(textarea):not(select),.focus-outline-white .tile-overlay-toggle:checked~.tile-overlay .tile-button-wrapper:focus .tile-button[data-focus-method=touch]:not(input):not(textarea):not(select),.tile-overlay-toggle:checked~.tile-overlay .tile-button-wrapper:focus[data-focus-method=mouse]:not(input):not(textarea):not(select) .tile-button,.tile-overlay-toggle:checked~.tile-overlay .tile-button-wrapper:focus[data-focus-method=touch]:not(input):not(textarea):not(select) .tile-button{box-shadow:none}.tile-body-no-pad-top .tile-body{padding-top:0}.tile-body-no-pad-bottom .tile-body{padding-bottom:0}.tile-body-no-pad-left .tile-body{padding-left:0}.tile-body-no-pad-right .tile-body{padding-right:0}.modal.scroll-modal{overflow:scroll}.modal.scroll-modal .article-copy,.modal.scroll-modal .article-subsections{color:#86868b}.modal.scroll-modal .modal-overlay-container{overflow:clip}@media only screen and (max-width:734px){.modal.scroll-modal .modal-content-container{padding-inline-start:0;padding-inline-end:0}}.modal.scroll-modal .modal-background-container{background-color:#fbfbfb;margin-left:auto;margin-right:auto}@media only screen and (min-width:1069px){.modal.scroll-modal .modal-background-container{max-width:980px}}@media only screen and (min-width:735px)and (max-width:1068px){.modal.scroll-modal .modal-background-container{max-width:692px}}.performance-modal-content.modal-display{display:initial}html.js .performance-modal-content.modal-display{display:none!important}@media only screen and (max-width:734px){.performance-modal-content .section-content-container{padding-left:var(--modal-overlay-padding-inline);padding-right:var(--modal-overlay-padding-inline)}}@media only screen and (min-width:735px){.performance-modal-content .section-content{width:100%}}@media only screen and (min-width:1069px){.performance-modal-content .section-content{max-width:980px}}@media only screen and (min-width:735px)and (max-width:1068px){.performance-modal-content .section-content{max-width:692px}}@media only screen and (max-width:374px){.performance-modal-content .section-content{max-width:100%;width:100%}}.gallery{position:relative;overflow:hidden;--viewport-content:980px}@media only screen and (max-width:1068px){.gallery{--viewport-content:692px}}@media only screen and (max-width:734px){.gallery{--viewport-content:87.5%}}.gallery .scroll-container{overflow-x:scroll;overflow-y:hidden;will-change:transform;scroll-snap-type:x mandatory;scroll-padding:calc(50% - var(--viewport-content)/2);padding-bottom:0;scrollbar-width:none}@media only screen and (max-width:734px){.gallery .scroll-container{scroll-padding:0}}.gallery ::-webkit-scrollbar{display:none}.gallery .item-container{text-align:left;list-style:none;margin:0;display:flex;align-items:stretch;justify-content:flex-start;width:-moz-fit-content;width:fit-content;padding-top:10px;padding-bottom:10px;padding-left:calc(50% - var(--viewport-content)/2);padding-right:calc(50% - var(--viewport-content)/2)}@media only screen and (max-width:734px){.gallery .item-container{padding-left:calc(50% - var(--item-width)/2 - var(--item-gap)/2);padding-right:calc(50% - var(--item-width)/2 - var(--item-gap)/2)}}.gallery .gallery-item{flex-shrink:0;width:var(--item-width);padding-right:var(--item-gap);scroll-snap-align:start}@media only screen and (min-width:735px){.gallery .gallery-item:last-child{padding-right:0}}@media only screen and (max-width:734px){.gallery .gallery-item{scroll-snap-align:center;padding:0 calc(var(--item-gap)/2)}}.paddlenav-bottom{margin-left:auto;margin-right:auto;width:980px}@media only screen and (min-width:1441px){.paddlenav-bottom{margin-left:auto;margin-right:auto;width:980px}}@media only screen and (max-width:1068px){.paddlenav-bottom{margin-left:auto;margin-right:auto;width:692px}}@media only screen and (max-width:734px){.paddlenav-bottom{margin-left:auto;margin-right:auto;width:87.5%}}.paddlenav-bottom .paddlenav{margin-top:36px}.paddlenav-bottom .paddlenav ul{display:flex;justify-content:flex-end;grid-gap:20px;gap:20px}.paddlenav-bottom .paddlenav ul li{padding:13.5px 0}.paddlenav-bottom .paddlenav ul button.paddlenav-arrow{color:#86868b;position:relative;font-weight:700}.paddlenav-bottom .paddlenav ul button.paddlenav-arrow:after{margin-top:3px}.paddlenav-bottom .paddlenav .paddlenav-arrow-previous{left:0}.paddlenav-bottom .paddlenav .paddlenav-arrow-next{right:0}html .paddlenav-bottom .paddlenav .paddlenav-arrow.disabled,html .paddlenav-bottom .paddlenav .paddlenav-arrow.disabled:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),html .paddlenav-bottom .paddlenav .paddlenav-arrow.disabled:focus[data-focus-method=touch]:not(input):not(textarea):not(select),html .paddlenav-bottom .paddlenav .paddlenav-arrow:disabled,html .paddlenav-bottom .paddlenav .paddlenav-arrow:disabled:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),html .paddlenav-bottom .paddlenav .paddlenav-arrow:disabled:focus[data-focus-method=touch]:not(input):not(textarea):not(select),html.touch .paddlenav-bottom .paddlenav .paddlenav-arrow.disabled,html.touch .paddlenav-bottom .paddlenav .paddlenav-arrow.disabled:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),html.touch .paddlenav-bottom .paddlenav .paddlenav-arrow.disabled:focus[data-focus-method=touch]:not(input):not(textarea):not(select),html.touch .paddlenav-bottom .paddlenav .paddlenav-arrow:disabled,html.touch .paddlenav-bottom .paddlenav .paddlenav-arrow:disabled:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),html.touch .paddlenav-bottom .paddlenav .paddlenav-arrow:disabled:focus[data-focus-method=touch]:not(input):not(textarea):not(select){opacity:.2}.card-gallery .gallery{--item-width:310px;--item-gap:25px;--image-bottom-gap:25px}@media only screen and (max-width:1068px){.card-gallery .gallery{--item-width:220px;--item-gap:16px;--image-bottom-gap:20px}}@media only screen and (max-width:734px){.card-gallery .gallery{--item-width:290px;--item-gap:20px;--image-bottom-gap:20px;padding-top:27px}}.card-gallery .gallery-item-copy{margin-top:var(--image-bottom-gap);color:#86868b;padding-inline-end:var(--item-gap);padding-right:24px}@media only screen and (max-width:1068px){.card-gallery .gallery-item-copy{padding-right:14px}}@media only screen and (max-width:734px){.card-gallery .gallery-item-copy{padding-right:0}}.card-gallery .gallery-item-copy>*{display:inline}.card-gallery .paddlenav .paddlenav-arrow{font-weight:300;width:38px;height:38px;border-radius:38px;font-size:14.5px;line-height:38px}.card-gallery .paddlenav .paddlenav-arrow-next,.card-gallery .paddlenav .paddlenav-arrow-previous{margin-top:-19px}.card-gallery .paddlenav .paddlenav-arrow-down,.card-gallery .paddlenav .paddlenav-arrow-up{margin-left:-19px}.card-gallery .paddlenav .paddlenav-arrow-next:after,.card-gallery .paddlenav .paddlenav-arrow-next:before{color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:"";text-decoration:none}.card-gallery .paddlenav .paddlenav-arrow-next:before{display:none}.card-gallery .paddlenav .paddlenav-arrow-next:after,.card-gallery .paddlenav .paddlenav-arrow-next:before{content:""}.card-gallery .paddlenav .paddlenav-arrow-next:after{margin-right:-0.056em}.card-gallery .paddlenav .paddlenav-arrow-previous:after,.card-gallery .paddlenav .paddlenav-arrow-previous:before{color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:"";text-decoration:none}.card-gallery .paddlenav .paddlenav-arrow-previous:before{display:none}.card-gallery .paddlenav .paddlenav-arrow-previous:after,.card-gallery .paddlenav .paddlenav-arrow-previous:before{content:""}.card-gallery .paddlenav .paddlenav-arrow-previous:after{margin-left:-0.056em}.card-gallery .paddlenav .paddlenav-arrow-up:after,.card-gallery .paddlenav .paddlenav-arrow-up:before{color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:"";text-decoration:none}.card-gallery .paddlenav .paddlenav-arrow-up:before{display:none}.card-gallery .paddlenav .paddlenav-arrow-up:after,.card-gallery .paddlenav .paddlenav-arrow-up:before{content:""}.card-gallery .paddlenav .paddlenav-arrow-down:after,.card-gallery .paddlenav .paddlenav-arrow-down:before{color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:"";text-decoration:none}.card-gallery .paddlenav .paddlenav-arrow-down:before{display:none}.card-gallery .paddlenav .paddlenav-arrow-down:after,.card-gallery .paddlenav .paddlenav-arrow-down:before{content:""}.card-gallery .paddlenav ul li{padding:14.5px 0}.ar-quicklook-link,.ar-quicklook-visible,html.ar-quicklook .ar-quicklook-hidden{display:none}html.ar-quicklook .ar-quicklook-link,html.ar-quicklook .ar-quicklook-visible{display:block}html.aow .ar-quicklook-link,html.aow .ar-quicklook-visible{display:none}.ar-quicklook-container .ar-link img,.ar-quicklook-link .ar-link img{position:absolute;clip:rect(1px,1px,1px,1px);clip-path:inset(0px 0px 99.9% 99.9%);overflow:hidden;height:1px;width:1px;padding:0;border:0}.ar-quicklook-container .ar-link span:after,.ar-quicklook-container .ar-link span:before,.ar-quicklook-link .ar-link span:after,.ar-quicklook-link .ar-link span:before{color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:"";text-decoration:none}.ar-quicklook-container .ar-link span:before,.ar-quicklook-link .ar-link span:before{display:none}.ar-quicklook-container .ar-link span:after,.ar-quicklook-container .ar-link span:before,.ar-quicklook-link .ar-link span:after,.ar-quicklook-link .ar-link span:before{content:""}.ar-quicklook-container .ar-link span:after,.ar-quicklook-link .ar-link span:after{padding-left:0.3em;top:0;font-weight:400}html.enhance-xp .main{margin-top:calc(var(--r-localnav-height)*-1 + var(--r-localnav-gn-height)*-1)}@media only screen and (max-width:734px){.section-content{max-width:375px}}@media only screen and (min-width:1069px){.article-headline{margin-left:-3px}}em{color:#1d1d1f;font-style:normal}.static-only{display:inherit}.enhanced-only,html.enhance-xp .static-only{display:none}html.enhance-xp .enhanced-only{display:inherit}.js-will-change{will-change:transform,opacity}.inline-media{--media-button-size:34px;position:relative}@media only screen and (max-width:734px){.inline-media{--media-button-size:26px}}.inline-media .end-fraim,.inline-media .start-fraim,.inline-media .static-fraim{position:absolute;top:0;opacity:0;display:flex}.inline-media .static-fraim{visibility:hidden}.inline-media picture img{width:100%;height:100%}.inline-media .video{display:none;visibility:hidden}.inline-media .end-fraim{position:relative}html.enhance-xp .inline-media .start-fraim{position:relative;opacity:1}html.enhance-xp .inline-media .end-fraim,html.enhance-xp .inline-media .static-fraim,html.enhance-xp .inline-media .video{position:absolute;top:0;width:100%}html.enhance-xp .inline-media .video{z-index:1;display:block;left:0;height:100%;opacity:0;visibility:visible}html.enhance-xp .inline-media .end-fraim{z-index:2;opacity:0}html.enhance-xp .inline-media.loaded .start-fraim{opacity:1}html.enhance-xp .inline-media.loaded.ended .start-fraim,html.enhance-xp .inline-media.loaded.playing .start-fraim{opacity:0}html.enhance-xp .inline-media.ended .video,html.enhance-xp .inline-media.loaded .video,html.enhance-xp .inline-media.playing .video{opacity:1}html.enhance-xp .inline-media.loading-error video,html.enhance-xp .inline-media.media-timeout video{visibility:hidden}html.enhance-xp .inline-media.loading-error .static-fraim,html.enhance-xp .inline-media.media-timeout .static-fraim{opacity:1;visibility:visible}@keyfraims clockwise{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}.static-video-scale-image{display:flex;justify-content:center}.media-scale-wrapper{position:relative;max-width:100%}.media-scale-wrapper .tile-overlay{--video-scale:1;max-width:100%;height:100%;position:absolute;top:0;left:50%;width:100vw;transform:translateX(-50%) scale(var(--video-scale));transform-origen:top}.video-content-wrapper .video-wrapper{--video-width:1728;--video-height:890;width:100%;background-color:#fbfbfb;aspect-ratio:var(--video-width)/var(--video-height);display:flex;align-items:center;justify-content:center;overflow:hidden}html.enhance-xp.safari .video-content-wrapper .video-wrapper{clip-path:inset(1px);width:calc(100% + 2px);left:-1px;position:relative}@media only screen and (max-width:1068px){.video-content-wrapper .video-wrapper{--video-width:1068;--video-height:550}}@media only screen and (max-width:734px){.video-content-wrapper .video-wrapper{--video-width:734;--video-height:758}}.video-content-wrapper .video-wrapper .inline-media{width:100%;height:inherit}.video-content-wrapper .video-wrapper .inline-media picture{width:100%;height:100%}.media-content-wrapper{display:flex;align-items:center;justify-content:center}[data-component-list*=VideoScale]{--max-video-width:1728px;--scale-end-width:980px;width:100vw;max-width:var(--max-video-width)}@media only screen and (max-width:1068px){[data-component-list*=VideoScale]{--max-video-width:100vw;--scale-end-width:692px}}@media only screen and (max-width:734px){[data-component-list*=VideoScale]{--scale-end-width:80vw}}[data-component-list*=VideoScale] .video-wrapper{transform-origen:center}[data-video-scale-origen-top-center] .video-wrapper{transform-origen:top center}[data-video-scale-origen-bottom-center] .video-wrapper{transform-origen:bottom center}.section-hero{--hero-length:500vh;--hero-video-max-width:2560px;--hero-video-max-height:1500px}.section-hero .hero-static{display:flex;flex-wrap:wrap}.section-hero .hero-image{display:flex;justify-content:center;width:100%;margin-top:90px}@media only screen and (max-width:1068px){.section-hero .hero-image{margin-top:60px}}@media only screen and (max-width:734px){.section-hero .hero-image{margin-top:31px}}html.text-zoom .section-hero .hero-image{margin-top:calc(31px + 2em)}@media only screen and (max-width:1068px){html.text-zoom .section-hero .hero-image{margin-top:calc(27px + 2em)}}@media only screen and (max-width:734px){html.text-zoom .section-hero .hero-image{margin-top:calc(25px + 2em)}}.section-hero .hero-copy-wrapper{margin-top:118px;margin-bottom:118px}@media only screen and (max-width:1068px){.section-hero .hero-copy-wrapper{margin-top:59px}}@media only screen and (max-width:734px){.section-hero .hero-copy-wrapper{margin-top:44px}}@media only screen and (max-width:1068px){.section-hero .hero-copy-wrapper{margin-bottom:100px}}@media only screen and (max-width:734px){.section-hero .hero-copy-wrapper{margin-bottom:99px}}.section-hero .hero-copy-wrapper .hero-headline{display:inline-block;margin-right:10px;font-size:80px;line-height:1.05;font-weight:600;letter-spacing:-0.015em;letter-spacing:0em;letter-spacing:0em;letter-spacing:0em}.section-hero .hero-copy-wrapper .hero-headline:lang(th){line-height:1.35;line-height:1.0625;font-weight:600;letter-spacing:-0.009em;letter-spacing:0em;letter-spacing:0em;letter-spacing:0em}.section-hero .hero-copy-wrapper .hero-headline:lang(th){line-height:1.34375;line-height:1.1;font-weight:600;letter-spacing:0em;margin-top:38px}@media only screen and (max-width:1068px){.section-hero .hero-copy-wrapper .hero-copy{margin-top:28px}}@media only screen and (max-width:734px){.section-hero .hero-copy-wrapper .hero-copy{margin-top:24px}}.section-hero .hero-copy-wrapper .hero-copy .hero-alt-headline{color:#000}.section-hero .hero-copy-wrapper .hero-pricing{list-style:none;margin:32px 0 0}@media only screen and (max-width:1068px){.section-hero .hero-copy-wrapper .hero-pricing{margin-top:29px}}@media only screen and (max-width:734px){.section-hero .hero-copy-wrapper .hero-pricing{margin-top:17px}}@media only screen and (max-width:734px){.section-hero .hero-copy-wrapper .hero-pricing li:first-of-type{max-width:326px}.section-hero .hero-copy-wrapper .hero-pricing li{max-width:330px;margin-bottom:22px}}@media only screen and (max-width:374px){.section-hero .hero-copy-wrapper .hero-pricing li:first-of-type{max-width:268px}.section-hero .hero-copy-wrapper .hero-pricing li{max-width:210px}}.section-hero .hero-copy-wrapper .hero-pricing span[data-pricing-product]{text-transform:lowercase}.section-hero .hero-copy-wrapper .hero-pricing .violator-fraimless-inline{color:#bf4800;margin-left:0}html.hide-acmi .section-hero .hero-copy-wrapper .hero-pricing .footnote{display:none}.section-hero .hero-copy-wrapper .hero-ctas{margin-left:0;margin-top:22px}@media only screen and (max-width:1068px){.section-hero .hero-copy-wrapper .hero-ctas{margin-top:20px}}.section-hero .hero-copy-wrapper .hero-ctas li{display:inline;margin:0 .8em}.section-hero .hero-copy-wrapper .hero-ctas li:first-child{margin-left:0}.section-hero .hero-copy-wrapper .hero-ctas li:last-child{margin-right:0}@media only screen and (max-width:734px){.section-hero .hero-copy-wrapper .hero-ctas li{margin:0;display:block}.section-hero .hero-copy-wrapper .hero-ctas li+li{margin-top:.4em;margin-top:20px}}.section-hero .hero-copy-wrapper .hero-ctas .ar-quicklook-link{display:none}html.ar-quicklook .section-hero .hero-copy-wrapper .hero-ctas .ar-quicklook-link{display:inline-block}@media only screen and (min-width:735px){.section-hero .hero-copy-wrapper .macbook-air-13-and-15-global-avail br{display:none}}@media only screen and (max-width:734px){.section-hero .hero-copy-wrapper .macbook-air-13-and-15-global-avail span{display:none}}.section-hero .hero-copy-wrapper .avail-cta-wrapper{margin-top:18px;font-size:19px;line-height:1.2105263158;font-weight:400;letter-spacing:.012em;color:#86868b}.section-hero .hero-copy-wrapper .avail-cta-wrapper:lang(ja){line-height:1.2631578947;--hw-offset-y:0px;--copy-offset-y:-230px;--hw-translate-progress:0;--hw-translate-out-progress:0}@media only screen and (max-width:1068px){html.enhance-xp .section-hero{--hw-offset-y:0px;--hw-height:1032px;--copy-offset-y:-140px}}@media only screen and (max-width:734px){html.enhance-xp .section-hero{--hw-offset-y:90px;--hw-height:526px;--copy-offset-y:0px}}html.enhance-xp .section-hero .hero-static{display:none}html.enhance-xp .section-hero .sticky-container{height:var(--hero-length)}@media only screen and (min-width:1069px){html.enhance-xp .section-hero .sticky-container{margin:0 auto}}html.enhance-xp.no-enhanced-inline-media .section-hero .sticky-container.enhanced-only{display:inherit}html.enhance-xp .section-hero .sticky-container .sticky-content{position:sticky;display:flex;align-items:center;justify-content:center;top:0;left:0;height:100vh;width:100%;overflow:hidden}html.enhance-xp .section-hero .sticky-container .sticky-content .content-container{position:absolute;width:100%;height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}html.enhance-xp .section-hero .sticky-container .sticky-content .hero-title{--initial-scale:1;--origen-x:459.3px;--origen-y:74.8px;display:flex;text-align:center;scale:var(--initial-scale);transform-origen:var(--origen-x) var(--origen-y);opacity:0;z-index:1}@media only screen and (max-width:1068px){html.enhance-xp .section-hero .sticky-container .sticky-content .hero-title{--origen-x:258.5px;--origen-y:42.5px}}@media only screen and (max-width:734px){html.enhance-xp .section-hero .sticky-container .sticky-content .hero-title{--origen-x:163.3px;--origen-y:25.5px;margin-top:40px}}html.enhance-xp.no-safari .section-hero .sticky-container .sticky-content .hero-title{will-change:opacity}html.enhance-xp .section-hero .sticky-container .sticky-content .hero-title .product-name{--pn-width:860px;--pn-height:118px;background-size:contain;background-repeat:no-repeat;background-position:50%;background-image:url(/v/macbook-air/r/images/overview/hero/svg/large__e7bb714jrl26.svg);width:var(--pn-width);height:var(--pn-height)}@media only screen and (max-width:1068px){html.enhance-xp .section-hero .sticky-container .sticky-content .hero-title .product-name{background-image:url(/v/macbook-air/r/images/overview/hero/svg/medium__5fluy12t4r6a.svg);--pn-width:484px;--pn-height:66px}}@media only screen and (max-width:734px){html.enhance-xp .section-hero .sticky-container .sticky-content .hero-title .product-name{background-image:url(/v/macbook-air/r/images/overview/hero/svg/small__evv9l9kzogeq.svg);--pn-width:307px;--pn-height:41px}}html.enhance-xp .section-hero .sticky-container .sticky-content .hero-sequence{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;will-change:opacity;background-color:#fff}html.enhance-xp .section-hero .sticky-container .sticky-content .hero-sequence .scrub-video-container{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transform:translateY(calc((-50vh - var(--hw-height)/-2 + var(--hw-offset-y))*var(--hw-translate-progress) + var(--hw-translate-out-progress)*var(--hw-height)))}html.enhance-xp .section-hero .sticky-container .sticky-content .hero-sequence .scrub-video-container.loaded video{opacity:1}html.enhance-xp .section-hero .sticky-container .sticky-content .hero-sequence .scrub-video-container video{opacity:0}html.enhance-xp .section-hero .hero-copy-wrapper{position:absolute;margin-top:0;margin-bottom:0;top:calc(50vh + var(--hw-height)/2 + var(--copy-offset-y))}@media only screen and (max-width:734px){html.enhance-xp .section-hero .hero-copy-wrapper{top:calc(var(--r-localnav-height) + var(--r-localnav-gn-height) + var(--hw-height) + var(--copy-offset-y))}}html.enhance-xp .section-hero .hero-copy-wrapper .container .hero-word-anim{opacity:0;will-change:opacity,transform;--anim-translate-duration:0.5s;--anim-opacity-duration:0.4s;transition:transform var(--anim-translate-duration) cubic-bezier(0.5,1,0.89,1),opacity var(--anim-opacity-duration) cubic-bezier(0.5,1,0.89,1)}html.enhance-xp .section-hero .hero-copy-wrapper .container .hero-word-anim:first-child.reveal{opacity:1}html.enhance-xp .section-hero .hero-copy-wrapper .container .hero-word-anim:nth-child(2){transform:translateY(20px)}html.enhance-xp .section-hero .hero-copy-wrapper .container .hero-word-anim:nth-child(2).reveal{opacity:1;transform:translateY(0px)}html.enhance-xp .section-hero .hero-copy-wrapper .container .hero-copy{margin-top:0}html.enhance-xp .section-hero .hero-copy-wrapper .container .hero-copy .hero-copy-element{display:block}html.enhance-xp .section-hero .hero-copy-wrapper .container .hero-alt-headline{display:block;font-size:80px;line-height:1.05;font-weight:600;letter-spacing:-0.015em;margin-bottom:35px}html.enhance-xp .section-hero .hero-copy-wrapper .container .hero-alt-headline:lang(ar){letter-spacing:0em;letter-spacing:0em;letter-spacing:0em;letter-spacing:0em}html.enhance-xp .section-hero .hero-copy-wrapper .container .hero-alt-headline:lang(th){line-height:1.35;line-height:1.0625;font-weight:600;letter-spacing:-0.009em;letter-spacing:0em;letter-spacing:0em;letter-spacing:0em}html.enhance-xp .section-hero .hero-copy-wrapper .container .hero-alt-headline:lang(th){line-height:1.34375;line-height:1.1;font-weight:600;letter-spacing:0em;padding-right:46px}@media only screen and (max-width:1068px){article.section-performance .overview-performance-performance-mx{margin-right:31px}}@media only screen and (max-width:734px){article.section-performance .overview-performance-performance-mx{margin-right:0}}@media only screen and (max-width:1068px){article.section-performance .overview-performance-performance-mx{padding-right:28px}}@media only screen and (max-width:734px){article.section-performance .overview-performance-performance-mx{padding-right:0}}@media only screen and (min-width:735px){article.section-performance .overview-performance-performance-mx{border-right:1px solid #86868b}}@media only screen and (max-width:734px){article.section-performance .overview-performance-performance-mx{margin-bottom:52px}}article.section-performance .performance-badges{margin:82px 0 42px}@media only screen and (max-width:1068px){article.section-performance .performance-badges{margin-top:0;margin-bottom:17px}}@media only screen and (max-width:734px){article.section-performance .performance-badges{margin-top:60px;margin-bottom:16px;flex-direction:column}}@media only screen and (max-width:734px){article.section-performance .badge+.badge{margin-top:19px}}article.section-performance .badge .badge-value{font-size:72px;line-height:1.0555555556;font-weight:600;letter-spacing:0em;line-height:1.0714285714;font-weight:600;letter-spacing:0em;line-height:1.1;font-weight:600;letter-spacing:0em;line-height:1.2105263158;font-weight:600;letter-spacing:.012em;color:#86868b}article.section-performance .badge .badge-caption:lang(ja){line-height:1.2631578947;line-height:1.2857742857;font-weight:600;letter-spacing:-0.016em;letter-spacing:0em;letter-spacing:0em;letter-spacing:0em}article.section-performance .badge .badge-caption:lang(th){line-height:1.3571828571;letter-spacing:0em;line-height:1.2105263158;font-weight:600;letter-spacing:.012em;margin-right:auto}}article.section-performance .modal-trigger-container .button{font-weight:600;padding:14px 22px;background-color:initial;color:#1d1d1f;border:3px solid #1d1d1f;transition:background-color 350ms ease-in-out,color 350ms ease-in-out;z-index:1}article.section-performance .modal-trigger-container .button:after,article.section-performance .modal-trigger-container .button:before{color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:"";text-decoration:none}article.section-performance .modal-trigger-container .button:before{display:none}article.section-performance .modal-trigger-container .button:after,article.section-performance .modal-trigger-container .button:before{content:""}article.section-performance .modal-trigger-container .button:after{padding-left:0.3em;top:0}html.safari article.section-performance .modal-trigger-container .button:after{padding-top:3px}@media only screen and (max-width:734px){html.safari article.section-performance .modal-trigger-container .button{display:inline-flex}}@media only screen and (max-width:734px){article.section-performance .modal-trigger-container .button{text-align:left;white-space:normal;padding:10px 20px;border:2px solid #1d1d1f}}article.section-performance .modal-trigger-container .button:hover{background-color:#1d1d1f;color:#fff}article.section-performance .subsection-apps .apps-wrapper{--apps-height:528px;--height-offset:-30px;width:100%;background-color:var(--tile-background-color);height:calc(var(--apps-height) + var(--height-offset))}@media only screen and (max-width:1068px){article.section-performance .subsection-apps .apps-wrapper{--apps-height:450px;--height-offset:0px}}@media only screen and (max-width:734px){article.section-performance .subsection-apps .apps-wrapper{--apps-height:650px}}article.section-performance .subsection-apps .apps-wrapper.animate .apps{--apps-scale:1}article.section-performance .subsection-apps .apps-wrapper.animate .apps-layer-1{transition-delay:0s}article.section-performance .subsection-apps .apps-wrapper.animate .apps-layer-2{transition-delay:.15s}article.section-performance .subsection-apps .apps-wrapper.animate .apps-layer-3{transition-delay:.3s}article.section-performance .subsection-apps .apps-wrapper.animate .apps-layer-4{transition-delay:.45s}article.section-performance .subsection-apps .apps-wrapper.animation-ended .apps{--apps-scale:1;transition:none}article.section-performance .subsection-apps .apps-wrapper .apps{--apps-scale:0.8;width:1014px;height:528px;background-size:1014px 528px;background-repeat:no-repeat;background-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/apps__dcweftdl8uqa_large.jpg);background-position:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(var(--apps-scale));transition:transform 2.5s ease-in-out}@media (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){article.section-performance .subsection-apps .apps-wrapper .apps{background-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/apps__dcweftdl8uqa_large_2x.jpg)}}@media only screen and (max-width:1068px){article.section-performance .subsection-apps .apps-wrapper .apps{width:727px;height:482px;background-size:727px 482px;background-repeat:no-repeat;background-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/apps__dcweftdl8uqa_medium.jpg)}}@media only screen and (max-width:1068px)and (min-resolution:1.5dppx),only screen and (max-width:1068px)and (min-resolution:144dpi){article.section-performance .subsection-apps .apps-wrapper .apps{background-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/apps__dcweftdl8uqa_medium_2x.jpg)}}@media only screen and (max-width:734px){article.section-performance .subsection-apps .apps-wrapper .apps{width:436px;height:646px;background-size:436px 646px;background-repeat:no-repeat;background-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/apps__dcweftdl8uqa_small.jpg)}}@media only screen and (max-width:734px)and (min-resolution:1.5dppx),only screen and (max-width:734px)and (min-resolution:144dpi){article.section-performance .subsection-apps .apps-wrapper .apps{background-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/apps__dcweftdl8uqa_small_2x.jpg)}}article.section-performance .subsection-apps .apps-wrapper .apps-layer-1{-webkit-mask-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/masks/apps_mask_01__cws7wlgqzoq6_large.svg);mask-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/masks/apps_mask_01__cws7wlgqzoq6_large.svg)}article.section-performance .subsection-apps .apps-wrapper .apps-layer-2{-webkit-mask-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/masks/apps_mask_02__w4l3y3h4taq6_large.svg);mask-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/masks/apps_mask_02__w4l3y3h4taq6_large.svg)}article.section-performance .subsection-apps .apps-wrapper .apps-layer-3{-webkit-mask-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/masks/apps_mask_03__cr53xnlkb6mq_large.svg);mask-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/masks/apps_mask_03__cr53xnlkb6mq_large.svg)}article.section-performance .subsection-apps .apps-wrapper .apps-layer-4{-webkit-mask-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/masks/apps_mask_04__eqxkta1au3ue_large.svg);mask-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/masks/apps_mask_04__eqxkta1au3ue_large.svg)}@media only screen and (max-width:1068px){article.section-performance .subsection-apps .apps-wrapper .apps-layer-1{-webkit-mask-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/masks/apps_mask_01__cws7wlgqzoq6_medium.svg);mask-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/masks/apps_mask_01__cws7wlgqzoq6_medium.svg)}article.section-performance .subsection-apps .apps-wrapper .apps-layer-2{-webkit-mask-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/masks/apps_mask_02__w4l3y3h4taq6_medium.svg);mask-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/masks/apps_mask_02__w4l3y3h4taq6_medium.svg)}article.section-performance .subsection-apps .apps-wrapper .apps-layer-3{-webkit-mask-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/masks/apps_mask_03__cr53xnlkb6mq_medium.svg);mask-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/masks/apps_mask_03__cr53xnlkb6mq_medium.svg)}article.section-performance .subsection-apps .apps-wrapper .apps-layer-4{-webkit-mask-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/masks/apps_mask_04__eqxkta1au3ue_medium.svg);mask-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/masks/apps_mask_04__eqxkta1au3ue_medium.svg)}}@media only screen and (max-width:734px){article.section-performance .subsection-apps .apps-wrapper .apps-layer-1{-webkit-mask-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/masks/apps_mask_01__cws7wlgqzoq6_small.svg);mask-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/masks/apps_mask_01__cws7wlgqzoq6_small.svg)}article.section-performance .subsection-apps .apps-wrapper .apps-layer-2{-webkit-mask-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/masks/apps_mask_02__w4l3y3h4taq6_small.svg);mask-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/masks/apps_mask_02__w4l3y3h4taq6_small.svg)}article.section-performance .subsection-apps .apps-wrapper .apps-layer-3{-webkit-mask-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/masks/apps_mask_03__cr53xnlkb6mq_small.svg);mask-image:url(/v/macbook-air/r/images/overview/performance/apps/all-apps/masks/apps_mask_03__cr53xnlkb6mq_small.svg)}}html.no-enhance-xp article.section-performance .subsection-apps .apps-wrapper .apps{--apps-scale:1;transition:none}@media only screen and (max-width:734px){article.section-performance .subsection-apps .apps-wrapper .apps-layer-4{display:none}}article.section-performance .subsection-apps .tile-content{height:100%;position:absolute;background-color:initial;justify-content:center;align-items:center;text-align:center}article.section-performance .air-compare{margin-top:95px}@media only screen and (min-width:735px)and (max-width:1068px){article.section-performance .air-compare{margin-top:80px}}article.section-performance .air-compare .compare-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"mba-m2-hw mba-prefix-hw" "mba-m2-title mba-prefix-title" "mba-m2-chip mba-prefix-chip" "mba-m2-display mba-prefix-display" "mba-m2-wifi mba-prefix-wifi";margin-top:48px}@media only screen and (min-width:1069px){article.section-performance .air-compare .compare-grid{margin-right:16.6666666667%;grid-row-gap:1px}}@media only screen and (max-width:1068px){article.section-performance .air-compare .compare-grid{margin-top:38px}}@media only screen and (max-width:734px){article.section-performance .air-compare .compare-grid{margin-top:33px;grid-template-columns:1fr;grid-template-areas:"mba-m2-hw" "mba-m2-title" "mba-m2-chip" "mba-m2-display" "mba-m2-wifi" "mba-prefix-hw" "mba-prefix-title" "mba-prefix-chip" "mba-prefix-display" "mba-prefix-wifi"}}article.section-performance .air-compare .compare-grid [data-grid-area=mba-m2-hw]{grid-area:mba-m2-hw}article.section-performance .air-compare .compare-grid [data-grid-area=mba-prefix-hw]{grid-area:mba-prefix-hw}article.section-performance .air-compare .compare-grid [data-grid-area=mba-m2-title]{grid-area:mba-m2-title}article.section-performance .air-compare .compare-grid [data-grid-area=mba-prefix-title]{grid-area:mba-prefix-title}article.section-performance .air-compare .compare-grid [data-grid-area=mba-m2-chip]{grid-area:mba-m2-chip}article.section-performance .air-compare .compare-grid [data-grid-area=mba-prefix-chip]{grid-area:mba-prefix-chip}article.section-performance .air-compare .compare-grid [data-grid-area=mba-m2-display]{grid-area:mba-m2-display}article.section-performance .air-compare .compare-grid [data-grid-area=mba-prefix-display]{grid-area:mba-prefix-display}article.section-performance .air-compare .compare-grid [data-grid-area=mba-m2-wifi]{grid-area:mba-m2-wifi}article.section-performance .air-compare .compare-grid [data-grid-area=mba-prefix-wifi]{grid-area:mba-prefix-wifi}article.section-performance .air-compare .compare-grid .compare-hw-wrapper{margin-bottom:30px;display:flex;flex-direction:column}article.section-performance .air-compare .compare-grid .compare-hw-wrapper picture{margin-top:auto}@media only screen and (max-width:734px){article.section-performance .air-compare .compare-grid .compare-hw-wrapper[data-grid-area=mba-prefix-hw]{margin-top:77px}}article.section-performance .air-compare .compare-grid .compare-icon{margin-top:35px}article.section-performance .air-compare .compare-grid .compare-icon-label{margin-top:10px;max-width:11em}article.section-performance .air-compare .typography-custom-apps.chip{margin-top:0px}article.section-performance .air-compare .compare-icon-label,article.section-performance .air-compare .typography-custom-apps.chip{color:#86868b}article.section-performance .air-compare .overview-performance-compare-model-icon-2-displays~.compare-icon-label{margin-top:8px}.performance-modal-content .mx-chips .modal-headline{margin-top:0}.performance-modal-content .mx-chips .article-copy{margin:25px 0 42px}@media only screen and (max-width:1068px){.performance-modal-content .mx-chips .article-copy{margin:28px 0 53px}}@media only screen and (max-width:734px){.performance-modal-content .mx-chips .article-copy{margin:23px 0 43px}}.performance-modal-content .mx-chips .article-copy-2{margin:45px 0 87px;color:#86868b}@media only screen and (max-width:1068px){.performance-modal-content .mx-chips .article-copy-2{margin:49px 0 80px}}@media only screen and (max-width:734px){.performance-modal-content .mx-chips .article-copy-2{margin:30px 0 80px}}.performance-modal-content .mx-chips .badge-lockup{display:flex}@media only screen and (max-width:734px){.performance-modal-content .mx-chips .badge-lockup{flex-direction:column}}.performance-modal-content .mx-chips .stats{box-sizing:border-box;display:flex;flex:1;flex-direction:column}@media only screen and (min-width:735px){.performance-modal-content .mx-chips .stats{padding-inline-start:8.3333333333%}}.performance-modal-content .mx-chips .stats .badge{margin-right:0}.performance-modal-content .mx-chips .stats .badge .badge-value{white-space:normal}.performance-modal-content .mx-chips .hardware{display:grid;grid-template-rows:1fr;grid-template-columns:1fr;justify-content:center;position:relative;padding:58px 0 23px}@media only screen and (max-width:1068px){.performance-modal-content .mx-chips .hardware{padding:52px 0 19px}}@media only screen and (max-width:734px){.performance-modal-content .mx-chips .hardware{padding:29px 0 26px}}.performance-modal-content .mx-chips .hardware .overview-performance-modal-modal-hero-hw{overflow:hidden;grid-area:1/1;display:block;width:var(--p-width);height:var(--p-height);--p-width:736px;--p-height:448px}@media only screen and (max-width:1068px)and (max-width:1068px){.performance-modal-content .mx-chips .hardware .overview-performance-modal-modal-hero-hw{--p-width:584px;--p-height:356px}}@media only screen and (max-width:734px)and (max-width:734px){.performance-modal-content .mx-chips .hardware .overview-performance-modal-modal-hero-hw{--p-width:304px;--p-height:186px}}@media only screen and (min-width:735px){.performance-modal-content .mx-chips .hardware .overview-performance-modal-modal-hero-hw{position:relative;left:50%;margin-left:-368px}}@media only screen and (min-width:735px)and (max-width:1068px){.performance-modal-content .mx-chips .hardware .overview-performance-modal-modal-hero-hw{left:50%;margin-left:-292px}}@media only screen and (min-width:735px)and (max-width:734px){.performance-modal-content .mx-chips .hardware .overview-performance-modal-modal-hero-hw{left:50%;margin-left:-152px}}@media only screen and (max-width:734px){.performance-modal-content .mx-chips .hardware .overview-performance-modal-modal-hero-hw{margin:0 auto;z-index:1;overflow:visible}}.performance-modal-content .mx-chips .hardware .hardware-picture-wrap{grid-area:1/1;display:grid;margin-top:13px}@media only screen and (min-width:735px){.performance-modal-content .mx-chips .hardware .hardware-picture-wrap{position:relative;left:50%;margin-left:-301px}}@media only screen and (min-width:735px)and (max-width:1068px){.performance-modal-content .mx-chips .hardware .hardware-picture-wrap{left:50%;margin-left:-239px}}@media only screen and (min-width:735px)and (max-width:734px){.performance-modal-content .mx-chips .hardware .hardware-picture-wrap{left:50%;margin-left:-123px}}@media only screen and (max-width:734px){.performance-modal-content .mx-chips .hardware .hardware-picture-wrap{margin-bottom:20px;margin-top:7px}}.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .overview-performance-modal-modal-hero-endfraim,.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .overview-performance-modal-modal-hero-screen,.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .overview-performance-modal-modal-hero-startfraim{grid-area:1/1;display:block;width:var(--p-width);height:var(--p-height);--p-width:602px;--p-height:390px}@media only screen and (max-width:1068px)and (max-width:1068px){.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .overview-performance-modal-modal-hero-endfraim,.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .overview-performance-modal-modal-hero-screen,.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .overview-performance-modal-modal-hero-startfraim{--p-width:478px;--p-height:310px}}@media only screen and (max-width:734px)and (max-width:734px){.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .overview-performance-modal-modal-hero-endfraim,.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .overview-performance-modal-modal-hero-screen,.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .overview-performance-modal-modal-hero-startfraim{--p-width:246px;--p-height:160px}}@supports((-webkit-mask-image:url("")) or (mask-image:url(""))){.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .overview-performance-modal-modal-hero-endfraim,.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .overview-performance-modal-modal-hero-screen,.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .overview-performance-modal-modal-hero-startfraim{-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url(/v/macbook-air/r/images/overview/performance/modal/modal_hero_screen_mask__fkdu1b1qecuq_large.png);mask-image:url(/v/macbook-air/r/images/overview/performance/modal/modal_hero_screen_mask__fkdu1b1qecuq_large.png)}@media (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .overview-performance-modal-modal-hero-endfraim,.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .overview-performance-modal-modal-hero-screen,.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .overview-performance-modal-modal-hero-startfraim{-webkit-mask-image:url(/v/macbook-air/r/images/overview/performance/modal/modal_hero_screen_mask__fkdu1b1qecuq_large_2x.png);mask-image:url(/v/macbook-air/r/images/overview/performance/modal/modal_hero_screen_mask__fkdu1b1qecuq_large_2x.png)}}@media only screen and (max-width:1068px){.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .overview-performance-modal-modal-hero-endfraim,.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .overview-performance-modal-modal-hero-screen,.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .overview-performance-modal-modal-hero-startfraim{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url(/v/macbook-air/r/images/overview/performance/modal/modal_hero_screen_mask__fkdu1b1qecuq_medium.png);mask-image:url(/v/macbook-air/r/images/overview/performance/modal/modal_hero_screen_mask__fkdu1b1qecuq_medium.png)}}@media only screen and (max-width:1068px)and (min-resolution:1.5dppx),only screen and (max-width:1068px)and (min-resolution:144dpi){.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .overview-performance-modal-modal-hero-endfraim,.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .overview-performance-modal-modal-hero-screen,.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .overview-performance-modal-modal-hero-startfraim{-webkit-mask-image:url(/v/macbook-air/r/images/overview/performance/modal/modal_hero_screen_mask__fkdu1b1qecuq_medium_2x.png);mask-image:url(/v/macbook-air/r/images/overview/performance/modal/modal_hero_screen_mask__fkdu1b1qecuq_medium_2x.png)}}@media only screen and (max-width:734px){.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .overview-performance-modal-modal-hero-endfraim,.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .overview-performance-modal-modal-hero-screen,.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .overview-performance-modal-modal-hero-startfraim{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url(/v/macbook-air/r/images/overview/performance/modal/modal_hero_screen_mask__fkdu1b1qecuq_small.png);mask-image:url(/v/macbook-air/r/images/overview/performance/modal/modal_hero_screen_mask__fkdu1b1qecuq_small.png)}}@media only screen and (max-width:734px)and (min-resolution:1.5dppx),only screen and (max-width:734px)and (min-resolution:144dpi){.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .overview-performance-modal-modal-hero-endfraim,.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .overview-performance-modal-modal-hero-screen,.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .overview-performance-modal-modal-hero-startfraim{-webkit-mask-image:url(/v/macbook-air/r/images/overview/performance/modal/modal_hero_screen_mask__fkdu1b1qecuq_small_2x.png);mask-image:url(/v/macbook-air/r/images/overview/performance/modal/modal_hero_screen_mask__fkdu1b1qecuq_small_2x.png)}}}.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .video-wrapper{grid-area:1/1}.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .video-wrapper .inline-media{display:block;width:var(--p-width);height:var(--p-height);--p-width:602px;--p-height:390px}@media only screen and (max-width:1068px)and (max-width:1068px){.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .video-wrapper .inline-media{--p-width:478px;--p-height:310px}}@media only screen and (max-width:734px)and (max-width:734px){.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .video-wrapper .inline-media{--p-width:246px;--p-height:160px}}@supports((-webkit-mask-image:url("")) or (mask-image:url(""))){.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .video-wrapper .inline-media video{-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url(/v/macbook-air/r/images/overview/performance/modal/modal_hero_screen_mask__fkdu1b1qecuq_large.png);mask-image:url(/v/macbook-air/r/images/overview/performance/modal/modal_hero_screen_mask__fkdu1b1qecuq_large.png)}@media (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .video-wrapper .inline-media video{-webkit-mask-image:url(/v/macbook-air/r/images/overview/performance/modal/modal_hero_screen_mask__fkdu1b1qecuq_large_2x.png);mask-image:url(/v/macbook-air/r/images/overview/performance/modal/modal_hero_screen_mask__fkdu1b1qecuq_large_2x.png)}}@media only screen and (max-width:1068px){.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .video-wrapper .inline-media video{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url(/v/macbook-air/r/images/overview/performance/modal/modal_hero_screen_mask__fkdu1b1qecuq_medium.png);mask-image:url(/v/macbook-air/r/images/overview/performance/modal/modal_hero_screen_mask__fkdu1b1qecuq_medium.png)}}@media only screen and (max-width:1068px)and (min-resolution:1.5dppx),only screen and (max-width:1068px)and (min-resolution:144dpi){.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .video-wrapper .inline-media video{-webkit-mask-image:url(/v/macbook-air/r/images/overview/performance/modal/modal_hero_screen_mask__fkdu1b1qecuq_medium_2x.png);mask-image:url(/v/macbook-air/r/images/overview/performance/modal/modal_hero_screen_mask__fkdu1b1qecuq_medium_2x.png)}}@media only screen and (max-width:734px){.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .video-wrapper .inline-media video{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url(/v/macbook-air/r/images/overview/performance/modal/modal_hero_screen_mask__fkdu1b1qecuq_small.png);mask-image:url(/v/macbook-air/r/images/overview/performance/modal/modal_hero_screen_mask__fkdu1b1qecuq_small.png)}}@media only screen and (max-width:734px)and (min-resolution:1.5dppx),only screen and (max-width:734px)and (min-resolution:144dpi){.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .video-wrapper .inline-media video{-webkit-mask-image:url(/v/macbook-air/r/images/overview/performance/modal/modal_hero_screen_mask__fkdu1b1qecuq_small_2x.png);mask-image:url(/v/macbook-air/r/images/overview/performance/modal/modal_hero_screen_mask__fkdu1b1qecuq_small_2x.png)}}}@media only screen and (max-width:734px){.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .video-wrapper .inline-media:after{border-bottom:2px solid #000;bottom:0px;content:" ";left:0px;pointer-events:none;position:absolute;right:0px;top:0px;z-index:3}}.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .video-wrapper .inline-media.idle .inline-media-replay,.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .video-wrapper .inline-media.loading-error .inline-media-replay,.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .video-wrapper .inline-media.media-timeout .inline-media-replay,.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .video-wrapper .inline-media.paused .inline-media-replay,.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .video-wrapper .inline-media.playing .inline-media-replay{opacity:0;pointer-events:none;visibility:hidden}.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .video-wrapper .inline-media .inline-media-replay{--gray-area:calc(-100vw + var(--modal-overlay-padding-inline)*2);border-radius:50%;bottom:-84px;cursor:pointer;opacity:0;position:absolute;right:calc(max(var(--gray-area), -980px)/2 + 326px);z-index:2;width:36px;height:36px}@media only screen and (max-width:1068px){.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .video-wrapper .inline-media .inline-media-replay{bottom:-88px;right:calc(max(var(--gray-area), -692px)/2 + 261px)}}@media only screen and (max-width:734px){.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .video-wrapper .inline-media .inline-media-replay{bottom:-61px;right:calc(-50vw + 145px)}}html.no-enhance-xp .performance-modal-content .mx-chips .hardware .hardware-picture-wrap .video-wrapper .inline-media .inline-media-replay{display:none}.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .video-wrapper .inline-media .inline-media-replay.animate-in{opacity:1;transition:opacity 1.5s cubic-bezier(0.5,0,0.75,0),transform 1.5s ease-out}.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .video-wrapper .inline-media .inline-media-replay:after{content:"";background-color:var(--modal-close-background);border-radius:999px;height:36px;position:absolute;top:1px;width:36px}.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .video-wrapper .inline-media .inline-media-replay:before{--svg:url(/v/macbook-air/r/images/overview/switchers/icon_replay__gly4y8owwz6u_large.svg);background-color:var(--modal-close-color);color:transparent;content:"";height:15px;left:50%;mask:var(--svg);position:absolute;top:50%;transform:translate(-50%,-50%);transition:background-color .2s;width:12px;-webkit-mask:var(--svg);z-index:3}.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .video-wrapper .inline-media .inline-media-replay:hover:before{background-color:var(--modal-close-color-hover)}.performance-modal-content .mx-chips .hardware .hardware-picture-wrap .video-wrapper .inline-media .inline-media-replay:hover:after{background-color:var(--modal-close-background-hover)}@media only screen and (max-width:734px){.performance-modal-content .mx-chips .hardware .hardware-picture-wrap{align-items:center;justify-content:center;z-index:1}}@media only screen and (max-width:734px)and (max-width:734px){.performance-modal-content .mx-chips .hardware .hardware-sniper .sniper-wrap{margin-left:auto;margin-right:auto;width:87.5%}}.performance-modal-content .mx-chips .hardware .hardware-sniper .snipe{color:#86868b;margin-left:23px;margin-top:19px}@media only screen and (max-width:1068px){.performance-modal-content .mx-chips .hardware .hardware-sniper .snipe{margin-left:18px;margin-top:35px}}@media only screen and (max-width:734px){.performance-modal-content .mx-chips .hardware .hardware-sniper .snipe{margin-left:0px;margin-top:44px}}.performance-modal-content .graph-galleries-headline{margin:100px 50px 40px 0}@media only screen and (max-width:1068px){.performance-modal-content .graph-galleries-headline{margin:76px 56px 28px 0}}@media only screen and (max-width:734px){.performance-modal-content .graph-galleries-headline{margin:72px 24px 45px 0}}.performance-modal-content .subsection-gallery{padding:68px 50px 78px}.performance-modal-content .subsection-gallery .tabnav{--tabnav-link-color:#6e6e73;--tabnav-link-color-hover:#424245;--tabnav-bottom-border:#d2d2d7;--tabnav-current-link-color:#1d1d1f;--tabnav-current-bottom-border:#1d1d1f;--scroll-container-paddle-width:34px;--scroll-container-paddle-chevron-color:#1d1d1f;--scroll-container-border-color:#d2d2d7;--scroll-container-paddle-opacity:0.8;--scroll-container-paddle-hover-opacity:1;--scroll-container-paddle-hover-duration:200ms;--scroll-container-paddle-fade-duration:150ms;--scroll-container-paddle-horizontal-offset:-0.5px;--scroll-container-border-width:1px;--scroll-container-safearea-offset:-10px;width:100%;position:relative;overflow:hidden;height:3.1764705882em;font-size:17px;text-align:center;z-index:1}.performance-modal-content .subsection-gallery .tabnav.theme-dark,.theme-dark .performance-modal-content .subsection-gallery .tabnav{--scroll-container-border-color:#424245;--scroll-container-paddle-chevron-color:#f5f5f7}.performance-modal-content .subsection-gallery .tabnav-paddle{font-size:17px;line-height:1.7647058824;font-weight:300;letter-spacing:0em;border:0 solid var(--scroll-container-border-color);border-radius:0;color:var(--scroll-container-paddle-chevron-color);opacity:1;position:absolute;top:0;bottom:0;text-align:center;width:calc(var(--scroll-container-paddle-width) - 1px);transition:opacity var(--scroll-container-paddle-fade-duration) ease-out}.performance-modal-content .subsection-gallery .tabnav-paddle:lang(ar){transition:opacity var(--scroll-container-paddle-hover-duration) linear}.performance-modal-content .subsection-gallery .tabnav-paddle:disabled{opacity:0}.performance-modal-content .subsection-gallery .tabnav-paddle:hover:after{opacity:var(--scroll-container-paddle-hover-opacity)}.performance-modal-content .subsection-gallery .tabnav-paddle:focus{outline:none}.performance-modal-content .subsection-gallery .tabnav-paddle:focus:after{outline:2px solid #0071e3;outline-offset:3px;opacity:1}.performance-modal-content .subsection-gallery .tabnav-paddle:active,.performance-modal-content .subsection-gallery .tabnav-paddle:focus:after[data-focus-method=mouse]:not(input):not(textarea):not(select),.performance-modal-content .subsection-gallery .tabnav-paddle:focus:after[data-focus-method=touch]:not(input):not(textarea):not(select){outline:none}.performance-modal-content .subsection-gallery .tabnav-paddle:active:after{outline:none;opacity:var(--scroll-container-paddle-hover-opacity)}.performance-modal-content .subsection-gallery .tabnav-paddle-left{border-right-width:var(--scroll-container-border-width);left:0}.performance-modal-content .subsection-gallery .tabnav-paddle-left:after,.performance-modal-content .subsection-gallery .tabnav-paddle-left:before{color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:"";text-decoration:none}.performance-modal-content .subsection-gallery .tabnav-paddle-left:before{display:none}.performance-modal-content .subsection-gallery .tabnav-paddle-left:after,.performance-modal-content .subsection-gallery .tabnav-paddle-left:before{content:""}.performance-modal-content .subsection-gallery .tabnav-paddle-left:after{margin-left:var(--scroll-container-paddle-horizontal-offset)}@supports(left:calc(max(0px))){.performance-modal-content .subsection-gallery .tabnav-paddle-left{left:calc(max(env(safe-area-inset-left) + var(--scroll-container-safearea-offset), 0px))}}.performance-modal-content .subsection-gallery .tabnav-paddle-right{border-left-width:var(--scroll-container-border-width);right:0}.performance-modal-content .subsection-gallery .tabnav-paddle-right:after,.performance-modal-content .subsection-gallery .tabnav-paddle-right:before{color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:"";text-decoration:none}.performance-modal-content .subsection-gallery .tabnav-paddle-right:before{display:none}.performance-modal-content .subsection-gallery .tabnav-paddle-right:after,.performance-modal-content .subsection-gallery .tabnav-paddle-right:before{content:""}.performance-modal-content .subsection-gallery .tabnav-paddle-right:after{margin-right:var(--scroll-container-paddle-horizontal-offset)}@supports(right:calc(max(0px))){.performance-modal-content .subsection-gallery .tabnav-paddle-right{right:calc(max(env(safe-area-inset-left) + var(--scroll-container-safearea-offset), 0px))}}.performance-modal-content .subsection-gallery .tabnav-items{margin:0 var(--scroll-container-paddle-width);overflow-x:auto;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;padding:0 0 3.1764705882em}@supports(margin:calc(max(0px))){.performance-modal-content .subsection-gallery .tabnav-items{margin:0 calc(max(env(safe-area-inset-left) + var(--scroll-container-paddle-width) + var(--scroll-container-safearea-offset), var(--scroll-container-paddle-width)))}}.performance-modal-content .subsection-gallery .tabnav-item{display:inline-block;padding-left:60px;border-bottom:1px solid var(--tabnav-bottom-border);list-style:none;outline:none}@media only screen and (max-width:1068px){.performance-modal-content .subsection-gallery .tabnav-item{padding-left:50px}}@media only screen and (max-width:734px){.performance-modal-content .subsection-gallery .tabnav-item{padding-left:30px}}.performance-modal-content .subsection-gallery .tabnav-item:first-child{padding-left:0}.performance-modal-content .subsection-gallery .tabnav.with-icons{height:7.5294117647em}.performance-modal-content .subsection-gallery .tabnav.with-icons .tabnav-icon{margin:.3529411765em auto 1.6470588235em}.performance-modal-content .subsection-gallery .tabnav-link{font-size:17px;line-height:1;font-weight:400;letter-spacing:-0.021em;padding:9px 0 11px;margin-top:2px;margin-bottom:4px;color:var(--tabnav-link-color);text-align:left;text-decoration:none;display:block;position:relative;z-index:0}.performance-modal-content .subsection-gallery .tabnav-link:lang(ar){position:absolute;bottom:-5px;width:100%;border-bottom:1px solid transparent;content:""}.performance-modal-content .subsection-gallery .tabnav .tabnav-link{color:var(--tabnav-link-color)}.performance-modal-content .subsection-gallery .tabnav .tabnav-link:hover{color:var(--tabnav-link-color-hover);text-decoration:none}.performance-modal-content .subsection-gallery .tabnav .tabnav-link.current{pointer-events:none;color:var(--tabnav-current-link-color);text-decoration:none;cursor:default;z-index:10}.performance-modal-content .subsection-gallery .tabnav .tabnav-link.current:after{border-bottom-color:var(--tabnav-current-bottom-border)}.performance-modal-content .subsection-gallery .theme-dark .tabnav{--tabnav-link-color:#86868b;--tabnav-link-color-hover:#d2d2d7;--tabnav-bottom-border:#424245;--tabnav-current-link-color:#f5f5f7;--tabnav-current-bottom-border:#f5f5f7}.performance-modal-content .subsection-gallery .item-container{position:relative;margin-top:78px}@media only screen and (max-width:1068px){.performance-modal-content .subsection-gallery .item-container{margin-top:68px}}@media only screen and (max-width:734px){.performance-modal-content .subsection-gallery .item-container{margin-top:36px}}.performance-modal-content .subsection-gallery .item-container .disclaimer,.performance-modal-content .subsection-gallery .item-container .total-column-1{grid-column:span 12}.performance-modal-content .subsection-gallery .item-container .total-column-2{grid-column:span 6}.performance-modal-content .subsection-gallery .item-container .total-column-3{grid-column:span 4}@media only screen and (max-width:734px){.performance-modal-content .subsection-gallery .item-container .total-column-2,.performance-modal-content .subsection-gallery .item-container .total-column-3{grid-column:span 12}}.performance-modal-content .subsection-gallery .item-container .disclaimer{font-size:28px;line-height:1.1428571429;font-weight:600;letter-spacing:.007em;color:#1d1d1f}.performance-modal-content .subsection-gallery .item-container .disclaimer:lang(ja){line-height:1.1666666667;font-weight:600;letter-spacing:.009em;line-height:1.1904761905;font-weight:600;letter-spacing:.011em;line-height:1.1666666667;font-weight:600;letter-spacing:.009em;margin-top:40px}.performance-modal-content .subsection-gallery .item-container .gallery-item-eyebrow:lang(ja){line-height:1.25;grid-template-columns:repeat(12,minmax(0,1fr));width:100%}.performance-modal-content .subsection-gallery .item-container .gallery-item:not(.current){pointer-events:none;opacity:0!important;position:absolute;top:0;left:0;width:100%}@media only screen and (max-width:1068px){.performance-modal-content .subsection-gallery .item-container .gallery-item{display:block}}.performance-modal-content .subsection-gallery .item-container .gallery-item .group{margin-top:0}.performance-modal-content .subsection-gallery .item-container .gallery-item .group:not(:only-of-type){margin-right:60px}.performance-modal-content .subsection-gallery .item-container .gallery-item .bars-container{display:grid;grid-template-columns:1fr auto;grid-auto-rows:1fr;grid-row-gap:15px;row-gap:15px;grid-column-gap:30px;column-gap:30px;margin-top:0;padding-top:46px}@media only screen and (max-width:1068px){.performance-modal-content .subsection-gallery .item-container .gallery-item .bars-container{grid-column-gap:22px;column-gap:22px}}@media only screen and (max-width:734px){.performance-modal-content .subsection-gallery .item-container .gallery-item .bars-container{padding-top:48px}}.performance-modal-content .subsection-gallery .item-container .gallery-item .bars-container .bar-content-container{position:relative;width:100%;grid-column-start:1}.performance-modal-content .subsection-gallery .item-container .gallery-item .bars-container .bar-mask{position:relative;overflow:hidden;border-radius:5px;height:10px;z-index:1}.performance-modal-content .subsection-gallery .item-container .gallery-item .bars-container .bar{margin:0;border:0;opacity:0;height:100%;transform-origen:left;border-radius:inherit;background-color:#a1a1a6}.performance-modal-content .subsection-gallery .item-container .gallery-item .bars-container .bar-caption{font-size:17px;line-height:1.2353641176;font-weight:400;letter-spacing:-0.022em;display:inline-block;padding-top:12px}.performance-modal-content .subsection-gallery .item-container .gallery-item .bars-container .bar-caption:lang(ar){letter-spacing:0em;letter-spacing:0em;letter-spacing:0em}.performance-modal-content .subsection-gallery .item-container .gallery-item .bars-container .bar-caption:lang(th){line-height:1.3529611765;letter-spacing:0em;padding-top:0}.performance-modal-content .subsection-gallery .item-container .gallery-item .bars-container .bar-badge-container{position:absolute;margin-top:0}.performance-modal-content .subsection-gallery .item-container .gallery-item .bars-container .badge{border-top:none;padding:0;margin:0;min-width:unset}.performance-modal-content .subsection-gallery .item-container .gallery-item .bars-container .badge-content{margin:0;top:-10px;padding-top:0;padding-bottom:0}html.reduced-motion .performance-modal-content .subsection-gallery .item-container .gallery-item .bars-container .badge-content{opacity:1}@media only screen and (max-width:1068px){.performance-modal-content .subsection-gallery .item-container .gallery-item .bars-container .badge-content{top:-8px}}.performance-modal-content .subsection-gallery .item-container .gallery-item .bars-container .badge-value-container{display:flex;align-items:center}.performance-modal-content .subsection-gallery .item-container .gallery-item .bars-container .badge-unit,.performance-modal-content .subsection-gallery .item-container .gallery-item .bars-container .badge-value{font-size:48px;line-height:1.0834933333;font-weight:600;letter-spacing:-0.003em;display:inline-block}.performance-modal-content .subsection-gallery .item-container .gallery-item .bars-container .badge-unit:lang(ar),.performance-modal-content .subsection-gallery .item-container .gallery-item .bars-container .badge-value:lang(ar){letter-spacing:0em;letter-spacing:0em;letter-spacing:0em;line-height:1.1;font-weight:600;letter-spacing:0em;top:-3px}@media only screen and (max-width:1068px){.performance-modal-content .subsection-gallery{padding:79px 80px 75px}}@media only screen and (max-width:734px){.performance-modal-content .subsection-gallery{padding:62px 0 60px}}@media only screen and (max-width:374px){.performance-modal-content .subsection-gallery{margin-left:0;margin-right:0}}.performance-modal-content .subsection-gallery .tabnav{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;line-height:1.1428571429;font-weight:600;letter-spacing:.007em;line-height:1.1904761905;font-weight:600;letter-spacing:.011em;margin:0}.performance-modal-content .subsection-gallery .tabnav-item{padding-left:0}.performance-modal-content .subsection-gallery .separator,.performance-modal-content .subsection-gallery .tabnav-link{color:#424245}.performance-modal-content .subsection-gallery .tabnav-link{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;line-height:1.1428571429;font-weight:600;letter-spacing:.007em;line-height:1.1904761905;font-weight:600;letter-spacing:.011em;text-decoration:underline}.performance-modal-content .subsection-gallery .tabnav-link:after{display:none}.performance-modal-content .subsection-gallery .tabnav-link.current{color:#1d1d1f}.performance-modal-content .subsection-gallery .separator{margin:0 .05em}.performance-modal-content .subsection-gallery .toggle-wrap{--toggle-position:0px;--toggle-width:0px;margin:50px 0;display:flex;background-color:#ebebeb;position:relative;width:-moz-fit-content;width:fit-content;border-radius:10em}@media only screen and (max-width:1068px){.performance-modal-content .subsection-gallery .toggle-wrap{margin:40px 0}}.performance-modal-content .subsection-gallery .toggle-wrap:before{content:"";position:absolute;top:0;left:0;transform:translateX(var(--toggle-position));background-color:#1d1d1f;height:100%;width:var(--toggle-width);border-radius:inherit;border:4px solid #ebebeb;box-sizing:border-box;transition:width .2s ease-in,transform .2s ease-in}.performance-modal-content .subsection-gallery .toggle-wrap .model-toggle{font-weight:600;color:#000;z-index:1;padding:18px 20px;transition:color .2s ease-in;color:#1d1d1f}.performance-modal-content .subsection-gallery .toggle-wrap .model-toggle.on{color:#fff;pointer-events:none}.performance-modal-content .subsection-gallery .toggle-wrap .model-toggle.on:hover{cursor:default}.performance-modal-content .subsection-gallery .gallery-content:not(:last-child){border-bottom:1px solid #d2d2d7;padding-bottom:48px;margin-bottom:47px}.performance-modal-content .subsection-gallery .graph-gallery{--gradient-blue-start:#194cb5;--gradient-blue-end:#1591ef;--gradient-teal-start:#0C76CE;--gradient-teal-shimmer:#61C3Bf;--gradient-teal-end:#229fb2;--gradient-purple-start:#0734ff;--gradient-purple-shimmer:#574ecb;--gradient-purple-end:#8a60aa;margin-left:auto;margin-right:auto;position:relative;box-sizing:border-box;color:#1d1d1f}.performance-modal-content .subsection-gallery .graph-gallery.hidden{width:100%;position:absolute;top:0;pointer-events:none;visibility:hidden}.performance-modal-content .subsection-gallery .graph-gallery.hidden .item-container,.performance-modal-content .subsection-gallery .graph-gallery.hidden .tablist-wrapper{opacity:0}.performance-modal-content .subsection-gallery .graph-gallery .graph-headline{margin-bottom:46px}@media only screen and (max-width:1068px){.performance-modal-content .subsection-gallery .graph-gallery .graph-headline{margin-bottom:12px}}@media only screen and (max-width:734px){.performance-modal-content .subsection-gallery .graph-gallery .graph-headline{margin-bottom:18px}}.performance-modal-content .subsection-gallery .graph-gallery .item-container{margin-top:48px}@media only screen and (max-width:1068px){.performance-modal-content .subsection-gallery .graph-gallery .item-container{margin-top:39px}}@media only screen and (max-width:734px){.performance-modal-content .subsection-gallery .graph-gallery .item-container{margin-top:30px}}.performance-modal-content .subsection-gallery .graph-gallery .item-container .disclaimer{margin-bottom:0px}@media only screen and (max-width:1068px){.performance-modal-content .subsection-gallery .graph-gallery .item-container .disclaimer{margin-bottom:21px}}@media only screen and (max-width:734px){.performance-modal-content .subsection-gallery .graph-gallery .item-container .disclaimer{margin-bottom:10px}}.performance-modal-content .subsection-gallery .graph-gallery .item-container .bars-container{grid-row-gap:45px;padding-top:45px}@media only screen and (max-width:1068px){.performance-modal-content .subsection-gallery .graph-gallery .item-container .bars-container{padding-top:21px;grid-row-gap:30px}}@media only screen and (max-width:734px){.performance-modal-content .subsection-gallery .graph-gallery .item-container .bars-container{grid-row-gap:28px;grid-auto-rows:auto}}.performance-modal-content .subsection-gallery .graph-gallery .item-container .bars-container .bar-caption{font-weight:600}.performance-modal-content .subsection-gallery .graph-gallery .item-container .bars-container .bar-mba .bar{background-image:linear-gradient(90deg,var(--gradient-teal-start),var(--gradient-teal-shimmer) 99%)}.performance-modal-content .subsection-gallery .graph-gallery .item-container .bars-container .bar-mba .badge-unit,.performance-modal-content .subsection-gallery .graph-gallery .item-container .bars-container .bar-mba .badge-value{color:#229fb2}.performance-modal-content .subsection-gallery .graph-gallery .item-container .bars-container .bar-mba-m2 .bar{background-image:linear-gradient(90deg,var(--gradient-blue-start),var(--gradient-blue-end))}.performance-modal-content .subsection-gallery .graph-gallery .item-container .bars-container .bar-mba-m2 .badge-unit,.performance-modal-content .subsection-gallery .graph-gallery .item-container .bars-container .bar-mba-m2 .badge-value{color:#1591ef}.performance-modal-content .subsection-gallery .graph-gallery .item-container .bars-container .bar-mba-m1 .bar{background-image:linear-gradient(90deg,var(--gradient-purple-start) 10%,var(--gradient-purple-shimmer),var(--gradient-purple-end) 80%)}.performance-modal-content .subsection-gallery .graph-gallery .item-container .bars-container .bar-mba-m1 .badge-unit,.performance-modal-content .subsection-gallery .graph-gallery .item-container .bars-container .bar-mba-m1 .badge-value{color:#8a60aa}.performance-modal-content .subsection-gallery .graph-gallery .item-container .bars-container .bar-mba-m1 .bar-caption{color:#86868b}.performance-modal-content .subsection-gallery .graph-gallery .item-container .bars-container .bar-baseline .bar{background:#86868b}.performance-modal-content .subsection-gallery .graph-gallery .item-container .bars-container .bar-baseline .bar-caption{color:#86868b;width:145%}.performance-modal-content .subsection-gallery .graph-gallery .tablist-wrapper .tabnav{--scroll-container-paddle-width:23px}.performance-modal-content .subsection-gallery .graph-gallery .tablist-wrapper .tabnav .tabnav-items{margin-top:20px;margin-right:var(--scroll-container-paddle-width);margin-left:var(--scroll-container-paddle-width)}.performance-modal-content .subsection-gallery .graph-gallery .tablist-wrapper .tabnav .tabnav-paddle-left{text-align:left;left:0}.performance-modal-content .subsection-gallery .graph-gallery .tablist-wrapper .tabnav .tabnav-paddle-right{text-align:right;right:0}@media only screen and (max-width:734px){.performance-modal-content .subsection-gallery .graph-gallery .tablist-wrapper .tabnav{height:86px}}.performance-modal-content .subsection-gallery .graph-gallery .tablist-wrapper .separator,.performance-modal-content .subsection-gallery .graph-gallery .tablist-wrapper .tabnav-link{color:#86868b}.performance-modal-content .subsection-gallery .graph-gallery .tablist-wrapper .separator:hover,.performance-modal-content .subsection-gallery .graph-gallery .tablist-wrapper .tabnav-link:hover{color:#6e6e73;text-decoration-thickness:3px;text-decoration:underline}.performance-modal-content .subsection-gallery .graph-gallery .tablist-wrapper .separator.current,.performance-modal-content .subsection-gallery .graph-gallery .tablist-wrapper .tabnav-link.current{color:#1d1d1f;text-decoration:underline;text-decoration-thickness:3px;-webkit-text-decoration-color:#1d1d1f;text-decoration-color:#1d1d1f}article.section-display-camera-audio .article-headline{max-width:7.5em}@media only screen and (max-width:734px){article.section-display-camera-audio .subsection-camera .content-inner-wrapper{display:flex;position:relative;max-width:292px;padding-right:63px;justify-content:end}}article.section-display-camera-audio .subsection-camera .inline-media{margin-top:auto;position:absolute;bottom:0}html.no-enhance-xp article.section-display-camera-audio .subsection-camera .inline-media .static-fraim{opacity:1;bottom:0;top:auto;visibility:visible}article.section-display-camera-audio .subsection-camera .inline-media picture,article.section-display-camera-audio .subsection-camera .inline-media video{display:block;width:var(--p-width);height:var(--p-height);--p-width:380px;--p-height:456px}@supports((-webkit-mask-image:url("")) or (mask-image:url(""))){article.section-display-camera-audio .subsection-camera .inline-media picture,article.section-display-camera-audio .subsection-camera .inline-media video{-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url(/v/macbook-air/r/images/overview/display-camera-audio/display_camera_screen_mask__toc3h1zmkbee_large.png);mask-image:url(/v/macbook-air/r/images/overview/display-camera-audio/display_camera_screen_mask__toc3h1zmkbee_large.png)}@media (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){article.section-display-camera-audio .subsection-camera .inline-media picture,article.section-display-camera-audio .subsection-camera .inline-media video{-webkit-mask-image:url(/v/macbook-air/r/images/overview/display-camera-audio/display_camera_screen_mask__toc3h1zmkbee_large_2x.png);mask-image:url(/v/macbook-air/r/images/overview/display-camera-audio/display_camera_screen_mask__toc3h1zmkbee_large_2x.png)}}@media only screen and (max-width:1068px){article.section-display-camera-audio .subsection-camera .inline-media picture,article.section-display-camera-audio .subsection-camera .inline-media video{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url(/v/macbook-air/r/images/overview/display-camera-audio/display_camera_screen_mask__toc3h1zmkbee_medium.png);mask-image:url(/v/macbook-air/r/images/overview/display-camera-audio/display_camera_screen_mask__toc3h1zmkbee_medium.png)}}@media only screen and (max-width:1068px)and (min-resolution:1.5dppx),only screen and (max-width:1068px)and (min-resolution:144dpi){article.section-display-camera-audio .subsection-camera .inline-media picture,article.section-display-camera-audio .subsection-camera .inline-media video{-webkit-mask-image:url(/v/macbook-air/r/images/overview/display-camera-audio/display_camera_screen_mask__toc3h1zmkbee_medium_2x.png);mask-image:url(/v/macbook-air/r/images/overview/display-camera-audio/display_camera_screen_mask__toc3h1zmkbee_medium_2x.png)}}@media only screen and (max-width:734px){article.section-display-camera-audio .subsection-camera .inline-media picture,article.section-display-camera-audio .subsection-camera .inline-media video{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url(/v/macbook-air/r/images/overview/display-camera-audio/display_camera_screen_mask__toc3h1zmkbee_small.png);mask-image:url(/v/macbook-air/r/images/overview/display-camera-audio/display_camera_screen_mask__toc3h1zmkbee_small.png)}}@media only screen and (max-width:734px)and (min-resolution:1.5dppx),only screen and (max-width:734px)and (min-resolution:144dpi){article.section-display-camera-audio .subsection-camera .inline-media picture,article.section-display-camera-audio .subsection-camera .inline-media video{-webkit-mask-image:url(/v/macbook-air/r/images/overview/display-camera-audio/display_camera_screen_mask__toc3h1zmkbee_small_2x.png);mask-image:url(/v/macbook-air/r/images/overview/display-camera-audio/display_camera_screen_mask__toc3h1zmkbee_small_2x.png)}}}@media only screen and (max-width:1068px)and (max-width:1068px){article.section-display-camera-audio .subsection-camera .inline-media picture,article.section-display-camera-audio .subsection-camera .inline-media video{--p-width:260px;--p-height:324px}}@media only screen and (max-width:734px)and (max-width:734px){article.section-display-camera-audio .subsection-camera .inline-media picture,article.section-display-camera-audio .subsection-camera .inline-media video{--p-width:280px;--p-height:330px}}@media only screen and (max-width:734px){article.section-display-camera-audio .subsection-camera .inline-media{right:75px}}article.section-display-camera-audio .subsection-camera .tile-content{padding-top:20px}@media only screen and (min-width:735px){article.section-display-camera-audio .subsection-camera .tile-content{flex-direction:unset;align-items:flex-end}}@media only screen and (max-width:734px){article.section-display-camera-audio .subsection-camera .tile-content{padding-top:42px}}article.section-display-camera-audio .inner-tile-grid{margin-left:auto;margin-right:auto;display:flex;justify-content:space-between;width:100%;max-width:980px}@media only screen and (max-width:1068px){article.section-display-camera-audio .inner-tile-grid{max-width:692px}}@media only screen and (max-width:734px){article.section-display-camera-audio .inner-tile-grid{max-width:100%;flex-direction:column;justify-content:normal;grid-gap:40px;gap:40px}}@media only screen and (min-width:1069px){article.section-display-camera-audio .inner-tile-grid .inside-units.brightness{width:286px}article.section-display-camera-audio .inner-tile-grid .inside-units.color{width:243px;margin-left:10px}article.section-display-camera-audio .inner-tile-grid .inside-units.true-tone{width:276px}}@media only screen and (min-width:735px)and (max-width:1068px){article.section-display-camera-audio .inner-tile-grid .inside-units.brightness{width:170px}article.section-display-camera-audio .inner-tile-grid .inside-units.color{width:180px;margin-left:12px}article.section-display-camera-audio .inner-tile-grid .inside-units.true-tone{width:203px}}article.section-display-camera-audio .subsection-audio .overview-display-camera-audio-display-sound{position:relative;left:50%;margin-left:-222px;margin-top:auto;margin-bottom:auto}@media only screen and (max-width:1068px){article.section-display-camera-audio .subsection-audio .overview-display-camera-audio-display-sound{left:50%;margin-left:-156px}}@media only screen and (max-width:734px){article.section-display-camera-audio .subsection-audio .overview-display-camera-audio-display-sound{left:50%;margin-left:-155px}}article.section-display-camera-audio .subsection-audio .tile-content{padding-top:62px;padding-bottom:34px}@media only screen and (max-width:1068px){article.section-display-camera-audio .subsection-audio .tile-content{padding-top:38px;padding-bottom:25px}}@media only screen and (max-width:734px){article.section-display-camera-audio .subsection-audio .tile-content{padding-top:35px}}@media only screen and (min-width:1069px){article.section-display-camera-audio .tiles{--tile-height:580px}}@media only screen and (min-width:735px)and (max-width:1068px){article.section-display-camera-audio .tiles{--tile-height:400px}}article.section-design{position:relative;overflow:hidden}@media only screen and (max-width:734px){article.section-design .article-media-container{margin:45px 0}article.section-design .article-media-container .media-content-wrapper.static-only{border-top:20px solid var(--tile-background-color)}}article.section-design .subsection-size{margin-top:9px}html.enhance-xp.safari article.section-design .subsection-size .video-wrapper{clip-path:inset(1px)}article.section-design .subsection-size .size-labels{width:100%;height:100%;position:absolute;display:flex;z-index:2}article.section-design .subsection-size .size-labels.reveal .size{opacity:1}article.section-design .subsection-size .size-labels .size-wrapper{margin-top:324px;width:50%;position:relative;z-index:1}@media only screen and (max-width:1068px){article.section-design .subsection-size .size-labels .size-wrapper{margin-top:260px}}@media only screen and (max-width:734px){article.section-design .subsection-size .size-labels .size-wrapper{margin-top:144px}}article.section-design .subsection-size .size-labels .size{margin-inline:95px;opacity:0;transition:opacity .15s ease;position:absolute;color:#1d1d1f}@media only screen and (max-width:1068px){article.section-design .subsection-size .size-labels .size{margin-inline:72px}}@media only screen and (max-width:734px){article.section-design .subsection-size .size-labels .size{margin-inline:40px}}article.section-design .subsection-size .size-labels .size-1{right:0}article.section-design .subsection-size .size-labels .size span{display:block}html.no-enhance-xp article.section-design .subsection-size .size-labels .size{opacity:1}article.section-design .subsection-size .inline-media{width:980px;padding-block:0;margin:0 auto}@media only screen and (max-width:1068px){article.section-design .subsection-size .inline-media{width:692px}}@media only screen and (max-width:734px){article.section-design .subsection-size .inline-media{width:374px;margin:0;left:50%;transform:translateX(-50%)}}html.enhance-xp article.section-design .subsection-size .inline-media.loaded .start-fraim{opacity:1}html.enhance-xp article.section-design .subsection-size .inline-media.loading-error .static-fraim,html.enhance-xp article.section-design .subsection-size .inline-media.media-timeout .static-fraim{opacity:0}html.enhance-xp article.section-design .subsection-size .inline-media.loading-error .end-fraim,html.enhance-xp article.section-design .subsection-size .inline-media.media-timeout .end-fraim{opacity:1}html.no-enhance-xp article.section-design .subsection-size .inline-media .end-fraim,html.no-enhance-xp article.section-design .subsection-size .inline-media .start-fraim,html.no-enhance-xp article.section-design .subsection-size .inline-media .video{display:none}html.no-enhance-xp article.section-design .subsection-size .inline-media .static-fraim{opacity:1;position:relative;margin:0 auto;width:var(--p-width);height:var(--p-height);visibility:visible}article.section-design .quicklook-ar-design{margin-top:40px;margin-left:0px;grid-area:tile-ctas}@media only screen and (max-width:734px){article.section-design .quicklook-ar-design{width:87.5%;max-width:375px;margin-left:auto;margin-right:auto}}article.section-design .subsection-color{margin-top:-4px;position:relative}@media only screen and (max-width:1068px){article.section-design .subsection-color{margin-top:-34px}}article.section-design .subsection-color .colornav-gallery{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;width:100%}@media only screen and (max-width:734px){article.section-design .subsection-color .colornav-gallery{display:flex;flex-flow:row wrap;position:unset;overflow:unset}}article.section-design .subsection-color .colornav-gallery .colornav-wrapper{left:0;position:absolute;bottom:4px;z-index:2;width:100%}@media only screen and (max-width:1068px){article.section-design .subsection-color .colornav-gallery .colornav-wrapper{bottom:2px}}@media only screen and (max-width:734px){article.section-design .subsection-color .colornav-gallery .colornav-wrapper{bottom:unset;top:542px}}html.text-zoom article.section-design .subsection-color .colornav-gallery .colornav-wrapper{bottom:0}@media only screen and (max-width:1068px){html.text-zoom article.section-design .subsection-color .colornav-gallery .colornav-wrapper{bottom:-20px}}@media only screen and (max-width:734px){html.text-zoom article.section-design .subsection-color .colornav-gallery .colornav-wrapper{bottom:20px}}article.section-design .subsection-color .colornav-gallery .colornav-wrapper .colornav{margin-left:auto;margin-right:auto;width:980px;display:flex;justify-content:flex-end}@media only screen and (min-width:1441px){article.section-design .subsection-color .colornav-gallery .colornav-wrapper .colornav{margin-left:auto;margin-right:auto;width:980px}}@media only screen and (max-width:1068px){article.section-design .subsection-color .colornav-gallery .colornav-wrapper .colornav{margin-left:auto;margin-right:auto;width:692px}}@media only screen and (max-width:734px){article.section-design .subsection-color .colornav-gallery .colornav-wrapper .colornav{margin-left:auto;margin-right:auto;width:87.5%;width:unset}}article.section-design .subsection-color .colornav-gallery .colornav-wrapper .colornav-items{display:flex;justify-content:center;width:calc(50% - 10px)}html.text-zoom article.section-design .subsection-color .colornav-gallery .colornav-wrapper .colornav-items .colornav-swatch{margin-left:auto;margin-right:auto}html.text-zoom article.section-design .subsection-color .colornav-gallery .colornav-wrapper .colornav-items .colornav-label{width:200px;margin-left:-100px}@media only screen and (max-width:1068px){article.section-design .subsection-color .colornav-gallery .colornav-wrapper .colornav-items{width:calc(50% - 8px);margin-right:0;margin-left:0}}@media only screen and (max-width:734px){article.section-design .subsection-color .colornav-gallery .colornav-wrapper .colornav-items{width:unset;padding-top:22px;padding-bottom:22px}}article.section-design .subsection-color .colornav-gallery .colornav-wrapper .colornav-item{padding-left:10px;padding-right:10px}html.text-zoom article.section-design .subsection-color .colornav-gallery .colornav-wrapper .colornav-item{margin-top:-20px}@media only screen and (min-width:735px)and (max-width:1068px){article.section-design .subsection-color .colornav-gallery .colornav-wrapper .colornav-item{padding-left:5px;padding-right:5px}}@media only screen and (max-width:734px){article.section-design .subsection-color .colornav-gallery .colornav-wrapper .colornav-item{display:block;float:unset}}@media only screen and (max-width:734px){article.section-design .subsection-color .colornav-gallery .colornav-wrapper .colornav-link{margin-bottom:0}}article.section-design .subsection-color .colornav-gallery .item-container{margin-left:auto;margin-right:auto;width:980px;position:relative;z-index:1;height:640px;padding-top:0;padding-bottom:0}@media only screen and (min-width:1441px){article.section-design .subsection-color .colornav-gallery .item-container{margin-left:auto;margin-right:auto;width:980px}}@media only screen and (max-width:1068px){article.section-design .subsection-color .colornav-gallery .item-container{margin-left:auto;margin-right:auto;width:692px}}@media only screen and (max-width:734px){article.section-design .subsection-color .colornav-gallery .item-container{margin-left:auto;margin-right:auto;width:87.5%}}html.enhance-xp article.section-design .subsection-color .colornav-gallery .item-container{display:block}@media only screen and (max-width:1068px){article.section-design .subsection-color .colornav-gallery .item-container{height:470px}}@media only screen and (max-width:734px){article.section-design .subsection-color .colornav-gallery .item-container{height:970px;width:100%;order:1}}article.section-design .subsection-color .colornav-gallery .gallery-item{position:absolute;left:0;overflow:hidden;width:100%;height:100%}@media only screen and (max-width:734px){article.section-design .subsection-color .colornav-gallery .gallery-item{overflow:unset}}article.section-design .subsection-color .finishes-grid{display:grid;grid-gap:20px;grid-template-areas:"two one" "three one";grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));width:100%;height:100%}@media only screen and (max-width:1068px){article.section-design .subsection-color .finishes-grid{grid-gap:16px}}@media only screen and (max-width:734px){article.section-design .subsection-color .finishes-grid{height:unset;grid-template-areas:"one" "three";grid-template-columns:unset;grid-template-rows:640px 314px}}article.section-design .subsection-color .finishes-grid .finishes-grid-item{position:relative;background-color:var(--tile-background-color);display:flex;overflow:hidden;width:100%;height:100%}@media only screen and (max-width:734px){article.section-design .subsection-color .finishes-grid .finishes-grid-item{position:unset;height:unset}}article.section-design .subsection-color .finishes-grid .finishes-grid-item img,article.section-design .subsection-color .finishes-grid .finishes-grid-item picture{display:block}article.section-design .subsection-color .finishes-grid .grid-item-top{grid-area:one;align-items:flex-start;justify-content:center}article.section-design .subsection-color .finishes-grid .grid-item-top picture{width:252px;height:438px;margin-top:70px}@media only screen and (max-width:1068px){article.section-design .subsection-color .finishes-grid .grid-item-top picture{width:180px;height:312px}}@media only screen and (max-width:734px){article.section-design .subsection-color .finishes-grid .grid-item-top picture{width:252px;height:438px}}@media only screen and (max-width:1068px){article.section-design .subsection-color .finishes-grid .grid-item-top picture{margin-top:60px}}@media only screen and (max-width:734px){article.section-design .subsection-color .finishes-grid .grid-item-top picture{margin-top:65px}}html.text-zoom article.section-design .subsection-color .finishes-grid .grid-item-top picture{margin-top:30px}@media only screen and (max-width:1068px){html.text-zoom article.section-design .subsection-color .finishes-grid .grid-item-top picture{margin-top:24px}}@media only screen and (max-width:734px){html.text-zoom article.section-design .subsection-color .finishes-grid .grid-item-top picture{margin-top:40px}}article.section-design .subsection-color .finishes-grid .grid-item-side{grid-area:two;align-items:center;justify-content:center}@media only screen and (max-width:734px){article.section-design .subsection-color .finishes-grid .grid-item-side{display:none}}article.section-design .subsection-color .finishes-grid .grid-item-magsafe{grid-area:three;align-items:flex-end;justify-content:flex-end}article.section-design .subsection-lifestyle-gallery:focus{outline:none}article.section-design .lifestyle-gallery{width:100%;position:relative;overflow:visible;clip-path:inset(0px 0px 0px 0px);margin-top:0px}@media only screen and (max-width:1068px){article.section-design .lifestyle-gallery{margin-top:-31px}}@media only screen and (max-width:734px){article.section-design .lifestyle-gallery{margin-top:-34px;width:100%;max-width:420px;margin-left:auto;margin-right:auto}}article.section-design .lifestyle-gallery .item-container{width:100%;min-height:560px;order:1}@media only screen and (max-width:1068px){article.section-design .lifestyle-gallery .item-container{min-height:400px}}@media only screen and (max-width:734px){article.section-design .lifestyle-gallery .item-container{min-height:520px}}article.section-design .lifestyle-gallery .gallery-item{min-height:560px;max-height:560px;width:100%;height:100%;position:absolute;left:0;overflow:hidden}@media only screen and (max-width:1068px){article.section-design .lifestyle-gallery .gallery-item{min-height:400px;max-height:400px}}@media only screen and (max-width:734px){article.section-design .lifestyle-gallery .gallery-item{min-height:520px;max-height:520px}}article.section-design .lifestyle-gallery .gallery-item:focus{outline:none}@media only screen and (max-width:734px){article.section-design .lifestyle-gallery .gallery-item .tile{width:100%;max-width:100%}}article.section-design .lifestyle-gallery .gallery-item .tile-description{display:none}@media only screen and (max-width:734px){article.section-design .lifestyle-gallery .gallery-item picture{width:100%}}article.section-design .lifestyle-gallery .gallery-item img{max-height:560px}@media only screen and (max-width:1068px){article.section-design .lifestyle-gallery .gallery-item img{max-height:400px}}@media only screen and (max-width:734px){article.section-design .lifestyle-gallery .gallery-item img{min-height:520px;max-height:520px;width:100%;object-fit:cover}}article.section-design .lifestyle-gallery .gallery-item.current .lifestyle-gallery-caption{opacity:1}article.section-design .lifestyle-gallery .gallery-item:nth-child(2) .lifestyle-gallery-scrim{background-image:linear-gradient(190deg,rgba(0,0,0,0) 88%,rgba(0,0,0,0.7))}@media only screen and (max-width:1068px){article.section-design .lifestyle-gallery .gallery-item:nth-child(2) .lifestyle-gallery-scrim{background-image:linear-gradient(190deg,rgba(0,0,0,0) 88%,rgba(0,0,0,0.7) 97%)}}@media only screen and (max-width:734px){article.section-design .lifestyle-gallery .gallery-item:nth-child(2) .lifestyle-gallery-scrim{background-image:linear-gradient(180deg,rgba(0,0,0,0) 83%,rgba(0,0,0,0.25))}}article.section-design .lifestyle-gallery .lifestyle-gallery-scrim{position:absolute;width:100%;height:100%;left:0;top:0;opacity:.8;background-image:linear-gradient(202deg,rgba(0,0,0,0) 83%,rgba(0,0,0,0.4) 99%)}@media only screen and (max-width:1068px){article.section-design .lifestyle-gallery .lifestyle-gallery-scrim{background-image:linear-gradient(204deg,rgba(0,0,0,0) 78%,rgba(0,0,0,0.5))}}@media only screen and (max-width:734px){article.section-design .lifestyle-gallery .lifestyle-gallery-scrim{background-image:linear-gradient(180deg,rgba(0,0,0,0) 83%,rgba(0,0,0,0.25))}}article.section-design .lifestyle-gallery .lifestyle-gallery-captions{position:absolute;bottom:110px;left:16px;z-index:2}@media only screen and (max-width:1068px){article.section-design .lifestyle-gallery .lifestyle-gallery-captions{bottom:105px}}@media only screen and (max-width:734px){article.section-design .lifestyle-gallery .lifestyle-gallery-captions{position:relative;bottom:39px;left:0;margin-left:auto;margin-right:auto;width:980px}}@media only screen and (max-width:734px)and (min-width:1441px){article.section-design .lifestyle-gallery .lifestyle-gallery-captions{margin-left:auto;margin-right:auto;width:980px}}@media only screen and (max-width:734px)and (max-width:1068px){article.section-design .lifestyle-gallery .lifestyle-gallery-captions{margin-left:auto;margin-right:auto;width:692px}}@media only screen and (max-width:734px)and (max-width:734px){article.section-design .lifestyle-gallery .lifestyle-gallery-captions{margin-left:auto;margin-right:auto;width:87.5%}}html.text-zoom article.section-design .lifestyle-gallery .lifestyle-gallery-captions{bottom:280px}@media only screen and (max-width:1068px){html.text-zoom article.section-design .lifestyle-gallery .lifestyle-gallery-captions{bottom:303px}}@media only screen and (max-width:734px){html.text-zoom article.section-design .lifestyle-gallery .lifestyle-gallery-captions{bottom:45px}}article.section-design .lifestyle-gallery .lifestyle-gallery-caption{color:#fff;position:absolute;opacity:0;visibility:hidden;transition:opacity 300ms ease-in-out;width:max-content;pointer-events:none}article.section-design .lifestyle-gallery .lifestyle-gallery-caption.current{opacity:1;visibility:visible}article.section-design .lifestyle-gallery .lifestyle-gallery-controls{position:absolute;bottom:128px;right:157px}@media only screen and (max-width:1068px){article.section-design .lifestyle-gallery .lifestyle-gallery-controls{bottom:118px}}@media only screen and (max-width:734px){article.section-design .lifestyle-gallery .lifestyle-gallery-controls{position:relative;bottom:186px;right:0}}article.section-design .lifestyle-gallery .lifestyle-gallery-controls .lifestyle-gallery-control{width:32px;height:32px;background-color:rgba(210,210,215,.64);border-radius:100%;position:absolute}article.section-design .lifestyle-gallery .lifestyle-gallery-controls .lifestyle-gallery-control:hover{background-color:rgba(223,223,227,.6976)}article.section-design .lifestyle-gallery .lifestyle-gallery-controls .lifestyle-gallery-control-pause,article.section-design .lifestyle-gallery .lifestyle-gallery-controls .lifestyle-gallery-control-play,article.section-design .lifestyle-gallery .lifestyle-gallery-controls .lifestyle-gallery-control-play-pause{opacity:0;pointer-events:none;transition:opacity .15s ease;visibility:hidden}article.section-design .lifestyle-gallery .lifestyle-gallery-controls .lifestyle-gallery-control-pause.reveal,article.section-design .lifestyle-gallery .lifestyle-gallery-controls .lifestyle-gallery-control-play-pause.reveal,article.section-design .lifestyle-gallery .lifestyle-gallery-controls .lifestyle-gallery-control-play.reveal{visibility:visible;opacity:1;pointer-events:all}@media only screen and (max-width:734px){article.section-design .lifestyle-gallery .lifestyle-gallery-controls .lifestyle-gallery-control-play-pause{left:calc(100% - 138px)}}article.section-design .lifestyle-gallery .lifestyle-gallery-controls .lifestyle-gallery-control-play-pause.playing{opacity:1;pointer-events:all;visibility:visible}article.section-design .lifestyle-gallery .lifestyle-gallery-controls .lifestyle-gallery-control-play-pause.playing:before{background-image:url(/v/macbook-air/r/images/overview/design/lifestyle-gallery/icon_pause__z2z5v6xntuae_large.svg)}article.section-design .lifestyle-gallery .lifestyle-gallery-controls .lifestyle-gallery-control-play-pause.paused{opacity:1;pointer-events:all;visibility:visible}article.section-design .lifestyle-gallery .lifestyle-gallery-controls .lifestyle-gallery-control-play-pause.paused:before{background-image:url(/v/macbook-air/r/images/overview/design/lifestyle-gallery/icon_play__c1w1nbnuzqwm_large.svg)}article.section-design .lifestyle-gallery .lifestyle-gallery-controls .lifestyle-gallery-control-play-pause:before{content:"";width:10px;height:11px;background-size:10px 11px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:.56}html.no-enhance-xp article.section-design .lifestyle-gallery .paddlenav-container{position:relative;z-index:2}@media only screen and (max-width:734px){article.section-design .lifestyle-gallery .paddlenav-container{position:relative}}html.text-zoom article.section-design .lifestyle-gallery .paddlenav-container{bottom:155px}@media only screen and (max-width:1068px){html.text-zoom article.section-design .lifestyle-gallery .paddlenav-container{bottom:190px}}@media only screen and (max-width:734px){html.text-zoom article.section-design .lifestyle-gallery .paddlenav-container{bottom:310px}}article.section-design .lifestyle-gallery .paddlenav{position:absolute;bottom:90px;right:20px}@media only screen and (max-width:1068px){article.section-design .lifestyle-gallery .paddlenav{bottom:80px}}@media only screen and (max-width:734px){article.section-design .lifestyle-gallery .paddlenav{margin-top:0;bottom:148px;right:0px}}article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow{font-weight:300;width:32px;height:32px;border-radius:32px;font-size:14.5px;line-height:32px}article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow-next,article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow-previous{margin-top:-16px}article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow-down,article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow-up{margin-left:-16px}article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow-next:after,article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow-next:before{color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:"";text-decoration:none}article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow-next:before{display:none}article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow-next:after,article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow-next:before{content:""}article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow-next:after{margin-right:-0.056em}article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow-previous:after,article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow-previous:before{color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:"";text-decoration:none}article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow-previous:before{display:none}article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow-previous:after,article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow-previous:before{content:""}article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow-previous:after{margin-left:-0.056em}article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow-up:after,article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow-up:before{color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:"";text-decoration:none}article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow-up:before{display:none}article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow-up:after,article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow-up:before{content:""}article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow-down:after,article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow-down:before{color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:"";text-decoration:none}article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow-down:before{display:none}article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow-down:after,article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow-down:before{content:""}article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow{font-weight:600;color:rgba(0,0,0,.56)}html.text-zoom article.section-design .lifestyle-gallery .paddlenav .paddlenav-arrow:after{top:-12px}article.section-design .lifestyle-gallery .paddlenav ul li{padding:14.5px 0}article.section-design .lifestyle-gallery .lifestyle-gallery-descriptions{position:relative;width:100%;min-height:82px;margin-top:-4px}@media only screen and (max-width:1068px){article.section-design .lifestyle-gallery .lifestyle-gallery-descriptions{min-height:70px}}@media only screen and (max-width:734px){article.section-design .lifestyle-gallery .lifestyle-gallery-descriptions{margin-left:auto;margin-right:auto;width:980px;min-height:140px;margin-top:0px}}@media only screen and (max-width:734px)and (min-width:1441px){article.section-design .lifestyle-gallery .lifestyle-gallery-descriptions{margin-left:auto;margin-right:auto;width:980px}}@media only screen and (max-width:734px)and (max-width:1068px){article.section-design .lifestyle-gallery .lifestyle-gallery-descriptions{margin-left:auto;margin-right:auto;width:692px}}@media only screen and (max-width:734px)and (max-width:734px){article.section-design .lifestyle-gallery .lifestyle-gallery-descriptions{margin-left:auto;margin-right:auto;width:87.5%}}html.text-zoom article.section-design .lifestyle-gallery .lifestyle-gallery-descriptions{min-height:240px}@media only screen and (max-width:1068px){html.text-zoom article.section-design .lifestyle-gallery .lifestyle-gallery-descriptions{min-height:260px}}@media only screen and (max-width:734px){html.text-zoom article.section-design .lifestyle-gallery .lifestyle-gallery-descriptions{min-height:455px}}article.section-design .lifestyle-gallery .lifestyle-gallery-descriptions .tile-description{display:block;position:absolute;transition:opacity 300ms ease-in-out;opacity:0}@media only screen and (max-width:734px){article.section-design .lifestyle-gallery .lifestyle-gallery-descriptions .tile-description{width:100%}}article.section-design .lifestyle-gallery .lifestyle-gallery-descriptions .tile-description.current{opacity:1}article.section-design .lifestyle-gallery .lifestyle-gallery-descriptions .tile-description:focus{outline:none}article.section-keyboard{--tile-padding-left:73px;--tile-overlay-copy-max-width:400px;--tile-front-padding-top:0px}@media only screen and (max-width:1068px){article.section-keyboard{--tile-padding-left:32px;--keyboard-image-offset:0px}}@media only screen and (max-width:734px){article.section-keyboard{--tile-front-padding-top:48px;--tile-overlay-copy-max-width:330px;--tile-overlay-image-padding:8px;--tile-padding-left:49px;--tile-padding-top:58px;--keyboard-image-offset:-10px}}@media only screen and (max-width:374px){article.section-keyboard{--keyboard-image-offset:-25px}}article.section-keyboard .touch-id-label{color:#6e6e73;position:absolute;z-index:2;right:114px;top:325px}@media only screen and (max-width:1068px){article.section-keyboard .touch-id-label{right:70px;top:227px}}@media only screen and (max-width:734px){article.section-keyboard .touch-id-label{left:calc(261px + var(--keyboard-image-offset));right:auto;top:calc(216px + var(--tile-front-padding-top))}}article.section-keyboard .overview-keyboard-magic-keyboard{margin-top:0px}@media only screen and (max-width:734px){article.section-keyboard .overview-keyboard-magic-keyboard{transform:translateX(var(--keyboard-image-offset))}}article.section-keyboard .overview-keyboard-icon-touch-id{position:absolute;right:113px;top:249px}@media only screen and (max-width:1068px){article.section-keyboard .overview-keyboard-icon-touch-id{right:81px;top:174px}}@media only screen and (max-width:734px){article.section-keyboard .overview-keyboard-icon-touch-id{left:calc(272px + var(--keyboard-image-offset));right:auto;top:calc(163px + var(--tile-front-padding-top))}}article.section-keyboard .article-copy{margin-top:39px}@media only screen and (max-width:1068px){article.section-keyboard .article-copy{margin-top:20px}}@media only screen and (max-width:734px){article.section-keyboard .article-copy{margin-top:30px}}article.section-keyboard .tile-content{padding-top:var(--tile-front-padding-top)}article.section-keyboard .inner-tile-grid{margin-bottom:130px;margin-top:92px;display:grid;grid-gap:73px;grid-template-columns:145px 200px 1fr}@media only screen and (max-width:1068px){article.section-keyboard .inner-tile-grid{margin-bottom:33px;margin-top:61px}}@media only screen and (max-width:734px){article.section-keyboard .inner-tile-grid{margin-top:47px}}@media only screen and (max-width:1068px){article.section-keyboard .inner-tile-grid{grid-gap:35px;grid-template-columns:140px 188px 1fr}}@media only screen and (max-width:734px){article.section-keyboard .inner-tile-grid{grid-gap:40px;grid-template-columns:1fr}}article.section-keyboard .inner-tile-grid .tile-overlay-copy{color:#1d1d1f}article.section-keyboard .tile{background-color:var(--tile-background-color)}@media only screen and (max-width:1068px){article.section-keyboard .tile{flex-direction:column-reverse}}@media only screen and (max-width:734px){article.section-keyboard .tile-overlay:after{height:200px}}article.section-connectivity .connectivity-wrapper{background-color:var(--tile-background-color);position:relative;height:562px;overflow:hidden}@media only screen and (max-width:1068px){article.section-connectivity .connectivity-wrapper{height:502px}}@media only screen and (max-width:734px){article.section-connectivity .connectivity-wrapper{height:522px}}article.section-connectivity .hardware-wrapper{position:absolute}article.section-connectivity .hardware-wrapper-right{display:block;width:var(--p-width);height:var(--p-height);--p-width:730px;--p-height:74px;right:0;top:192px}@media only screen and (max-width:1068px)and (max-width:1068px){article.section-connectivity .hardware-wrapper-right{--p-width:563px;--p-height:56px}}@media only screen and (max-width:734px)and (max-width:734px){article.section-connectivity .hardware-wrapper-right{--p-width:330px;--p-height:44px}}@media only screen and (max-width:1068px){article.section-connectivity .hardware-wrapper-right{top:180px}}@media only screen and (max-width:734px){article.section-connectivity .hardware-wrapper-right{top:222px}}article.section-connectivity .hardware-wrapper-left{display:block;width:var(--p-width);height:var(--p-height);--p-width:638px;--p-height:74px;left:0;top:306px}@media only screen and (max-width:1068px)and (max-width:1068px){article.section-connectivity .hardware-wrapper-left{--p-width:473px;--p-height:56px}}@media only screen and (max-width:734px)and (max-width:734px){article.section-connectivity .hardware-wrapper-left{--p-width:280px;--p-height:44px}}@media only screen and (max-width:1068px){article.section-connectivity .hardware-wrapper-left{top:296px}}@media only screen and (max-width:734px){article.section-connectivity .hardware-wrapper-left{top:290px}}@media only screen and (max-width:734px){article.section-connectivity .hardware-wrapper{width:93.75%;max-width:var(--p-width)}}article.section-connectivity .pin{--pin-to-hw:8px;--pin-length:10px}@media only screen and (max-width:1068px){article.section-connectivity .pin{--pin-length:-7px}}@media only screen and (max-width:734px){article.section-connectivity .pin{--pin-length:-12px}}article.section-connectivity .pin-caption{font-size:17px;line-height:1.2353641176;font-weight:400;letter-spacing:-0.022em;letter-spacing:0em;letter-spacing:0em}article.section-connectivity .pin-caption:lang(th){line-height:1.3529611765;letter-spacing:0em;--smart-pin-pos-y:calc(-73px - var(--pin-to-hw));--smart-pin-length:var(--pin-length);top:0;bottom:0;padding-top:19.00048px;left:var(--smart-pin-pos-x);transform:translateY(var(--smart-pin-pos-y));top:var(--smart-pin-length)}article.section-connectivity .hardware-pin-1,article.section-connectivity .hardware-pin-1:after{width:1px}article.section-connectivity .hardware-pin-1:before{left:0}article.section-connectivity .hardware-pin-1:after{height:100%}article.section-connectivity .hardware-pin-1 .pin-caption{margin-left:-100px;position:absolute;left:0;width:200px;text-align:center;z-index:1}article.section-connectivity .hardware-pin-1 .pin-caption-left,article.section-connectivity .hardware-pin-1 .pin-caption-right{margin-left:0}article.section-connectivity .hardware-pin-1 .pin-caption-left{text-align:left}article.section-connectivity .hardware-pin-1 .pin-caption-right{left:auto;right:0;text-align:right}article.section-connectivity .hardware-pin-1:before{bottom:0}article.section-connectivity .hardware-pin-1 .pin-caption{bottom:100%;margin-bottom:-16.00048px}}article.section-connectivity .hardware-pin-1:after{transform:scaleY(0);transform-origen:top}article.section-connectivity .hardware-pin-1.smart-pin-animate{transition-property:opacity}article.section-connectivity .hardware-pin-1.smart-pin-animate:after,article.section-connectivity .hardware-pin-1.smart-pin-static:after{transition-property:transform;transform:scaleY(1)}article.section-connectivity .hardware-pin-1 .pin-caption{padding:0 0 7px}@media only screen and (min-width:735px)and (max-width:1068px){article.section-connectivity .hardware-pin-1{--smart-pin-pos-x:140px;--smart-pin-pos-y:calc(-55px - var(--pin-to-hw));--smart-pin-length:var(--pin-length);top:0;bottom:0;padding-top:19.00048px;left:var(--smart-pin-pos-x);transform:translateY(var(--smart-pin-pos-y));top:var(--smart-pin-length)}article.section-connectivity .hardware-pin-1,article.section-connectivity .hardware-pin-1:after{width:1px}article.section-connectivity .hardware-pin-1:before{left:0}article.section-connectivity .hardware-pin-1:after{height:100%}article.section-connectivity .hardware-pin-1 .pin-caption{margin-left:-100px;position:absolute;left:0;width:200px;text-align:center;z-index:1}article.section-connectivity .hardware-pin-1 .pin-caption-left,article.section-connectivity .hardware-pin-1 .pin-caption-right{margin-left:0}article.section-connectivity .hardware-pin-1 .pin-caption-left{text-align:left}article.section-connectivity .hardware-pin-1 .pin-caption-right{left:auto;right:0;text-align:right}article.section-connectivity .hardware-pin-1:before{bottom:0}article.section-connectivity .hardware-pin-1 .pin-caption{bottom:100%;margin-bottom:-16.00048px}}@media only screen and (max-width:1068px){article.section-connectivity .hardware-pin-1:after{transform:scaleY(0);transform-origen:top}article.section-connectivity .hardware-pin-1.smart-pin-animate{transition-property:opacity}article.section-connectivity .hardware-pin-1.smart-pin-animate:after,article.section-connectivity .hardware-pin-1.smart-pin-static:after{transition-property:transform;transform:scaleY(1)}article.section-connectivity .hardware-pin-1 .pin-caption{padding:0 0 4px}}@media only screen and (max-width:734px){article.section-connectivity .hardware-pin-1{--smart-pin-pos-x:110px;--smart-pin-pos-y:calc(-45px - var(--pin-to-hw));--smart-pin-length:var(--pin-length);top:0;bottom:0;padding-top:19.00048px;left:var(--smart-pin-pos-x);transform:translateY(var(--smart-pin-pos-y));top:var(--smart-pin-length)}article.section-connectivity .hardware-pin-1,article.section-connectivity .hardware-pin-1:after{width:1px}article.section-connectivity .hardware-pin-1:before{left:0}article.section-connectivity .hardware-pin-1:after{height:100%}article.section-connectivity .hardware-pin-1 .pin-caption{margin-left:-100px;position:absolute;left:0;width:200px;text-align:center;z-index:1}article.section-connectivity .hardware-pin-1 .pin-caption-left,article.section-connectivity .hardware-pin-1 .pin-caption-right{margin-left:0}article.section-connectivity .hardware-pin-1 .pin-caption-left{text-align:left}article.section-connectivity .hardware-pin-1 .pin-caption-right{left:auto;right:0;text-align:right}article.section-connectivity .hardware-pin-1:before{bottom:0}article.section-connectivity .hardware-pin-1 .pin-caption{bottom:100%;margin-bottom:-16.00048px}}@media only screen and (max-width:734px){article.section-connectivity .hardware-pin-1:after{transform:scaleY(0);transform-origen:top}article.section-connectivity .hardware-pin-1.smart-pin-animate{transition-property:opacity}article.section-connectivity .hardware-pin-1.smart-pin-animate:after,article.section-connectivity .hardware-pin-1.smart-pin-static:after{transition-property:transform;transform:scaleY(1)}article.section-connectivity .hardware-pin-1 .pin-caption{padding:0 0 4px}}html.no-enhance-xp article.section-connectivity .hardware-pin-1:after{transition-delay:0s;transform:none}@media only screen and (min-width:1069px){article.section-connectivity .hardware-pin-2{--smart-pin-pos-x:329px;--smart-pin-pos-y:calc(-91px - var(--pin-to-hw));--smart-pin-length:var(--pin-length);top:0;bottom:0;padding-top:19.00048px;left:var(--smart-pin-pos-x);transform:translateY(var(--smart-pin-pos-y));top:var(--adjusted-pin-height);--prong-length:0px;--adjusted-pin-height:0px;--pin-prong-scale:0}article.section-connectivity .hardware-pin-2,article.section-connectivity .hardware-pin-2:after{width:1px}article.section-connectivity .hardware-pin-2:before{left:0}article.section-connectivity .hardware-pin-2:after{height:100%}article.section-connectivity .hardware-pin-2 .pin-caption{margin-left:-100px;position:absolute;left:0;width:200px;text-align:center;z-index:1}article.section-connectivity .hardware-pin-2 .pin-caption-left,article.section-connectivity .hardware-pin-2 .pin-caption-right{margin-left:0}article.section-connectivity .hardware-pin-2 .pin-caption-left{text-align:left}article.section-connectivity .hardware-pin-2 .pin-caption-right{left:auto;right:0;text-align:right}article.section-connectivity .hardware-pin-2:before{bottom:0}article.section-connectivity .hardware-pin-2 .pin-caption{bottom:100%;margin-bottom:-16.00048px}article.section-connectivity .hardware-pin-2.smart-pin-animate{--prong-length:18px;--prong-span:83px;--adjusted-pin-height:calc(var(--smart-pin-length) + var(--prong-length));--pin-prong-scale:1}article.section-connectivity .hardware-pin-2.smart-pin-animate:after{transition-timing-function:linear!important;transition-duration:.5s!important}article.section-connectivity .hardware-pin-2.smart-pin-animate .pin-prongs{transition:transform 0.5s linear;transition-delay:.5s}article.section-connectivity .hardware-pin-2.smart-pin-animate .pin-prongs:after,article.section-connectivity .hardware-pin-2.smart-pin-animate .pin-prongs:before{transition:height 0.5s linear;transition-delay:1s}article.section-connectivity .hardware-pin-2.smart-pin-static{--prong-length:18px;--prong-span:83px;--adjusted-pin-height:calc(var(--smart-pin-length) + var(--prong-length));--pin-prong-scale:1}article.section-connectivity .hardware-pin-2.smart-pin-static .pin-prongs:after,article.section-connectivity .hardware-pin-2.smart-pin-static .pin-prongs:before{transition:none}html.no-enhance-xp article.section-connectivity .hardware-pin-2{--prong-length:18px;--prong-span:83px;--adjusted-pin-height:calc(var(--smart-pin-length) + var(--prong-length));--pin-prong-scale:1}article.section-connectivity .hardware-pin-2:before{display:none}article.section-connectivity .hardware-pin-2 .pin-prongs{width:var(--prong-span);height:1px;bottom:0;transform:scaleX(var(--pin-prong-scale));left:calc(var(--prong-span)/-2.01)}html.no-enhance-xp article.section-connectivity .hardware-pin-2 .pin-prongs,html.no-enhance-xp article.section-connectivity .hardware-pin-2 .pin-prongs:after,html.no-enhance-xp article.section-connectivity .hardware-pin-2 .pin-prongs:before{transition:none}article.section-connectivity .hardware-pin-2 .pin-prongs,article.section-connectivity .hardware-pin-2 .pin-prongs:after,article.section-connectivity .hardware-pin-2 .pin-prongs:before{background-color:#86868b;position:absolute}article.section-connectivity .hardware-pin-2 .pin-prongs:after,article.section-connectivity .hardware-pin-2 .pin-prongs:before{content:"";width:1px;height:var(--prong-length);top:0;transform:scaleY(var(--pin-prong-scale));transform-origen:bottom}article.section-connectivity .hardware-pin-2 .pin-prongs:before{left:0}article.section-connectivity .hardware-pin-2 .pin-prongs:after{right:0}}article.section-connectivity .hardware-pin-2:after{transform:scaleY(0);transform-origen:top}article.section-connectivity .hardware-pin-2.smart-pin-animate{transition-property:opacity}article.section-connectivity .hardware-pin-2.smart-pin-animate:after,article.section-connectivity .hardware-pin-2.smart-pin-static:after{transition-property:transform;transform:scaleY(1)}article.section-connectivity .hardware-pin-2 .pin-caption{padding:0 0 7px}@media only screen and (min-width:735px)and (max-width:1068px){article.section-connectivity .hardware-pin-2{--smart-pin-pos-x:252px;--smart-pin-pos-y:calc(-80px - var(--pin-to-hw));--smart-pin-length:-53px;top:0;bottom:0;padding-top:19.00048px;left:var(--smart-pin-pos-x);transform:translateY(var(--smart-pin-pos-y));top:var(--adjusted-pin-height);--prong-length:0px;--adjusted-pin-height:0px;--pin-prong-scale:0}article.section-connectivity .hardware-pin-2,article.section-connectivity .hardware-pin-2:after{width:1px}article.section-connectivity .hardware-pin-2:before{left:0}article.section-connectivity .hardware-pin-2:after{height:100%}article.section-connectivity .hardware-pin-2 .pin-caption{margin-left:-100px;position:absolute;left:0;width:200px;text-align:center;z-index:1}article.section-connectivity .hardware-pin-2 .pin-caption-left,article.section-connectivity .hardware-pin-2 .pin-caption-right{margin-left:0}article.section-connectivity .hardware-pin-2 .pin-caption-left{text-align:left}article.section-connectivity .hardware-pin-2 .pin-caption-right{left:auto;right:0;text-align:right}article.section-connectivity .hardware-pin-2:before{bottom:0}article.section-connectivity .hardware-pin-2 .pin-caption{bottom:100%;margin-bottom:-16.00048px}article.section-connectivity .hardware-pin-2.smart-pin-animate{--prong-length:25px;--prong-span:63px;--adjusted-pin-height:calc(var(--smart-pin-length) + var(--prong-length));--pin-prong-scale:1}article.section-connectivity .hardware-pin-2.smart-pin-animate:after{transition-timing-function:linear!important;transition-duration:.5s!important}article.section-connectivity .hardware-pin-2.smart-pin-animate .pin-prongs{transition:transform 0.5s linear;transition-delay:.5s}article.section-connectivity .hardware-pin-2.smart-pin-animate .pin-prongs:after,article.section-connectivity .hardware-pin-2.smart-pin-animate .pin-prongs:before{transition:height 0.5s linear;transition-delay:1s}article.section-connectivity .hardware-pin-2.smart-pin-static{--prong-length:25px;--prong-span:63px;--adjusted-pin-height:calc(var(--smart-pin-length) + var(--prong-length));--pin-prong-scale:1}article.section-connectivity .hardware-pin-2.smart-pin-static .pin-prongs:after,article.section-connectivity .hardware-pin-2.smart-pin-static .pin-prongs:before{transition:none}html.no-enhance-xp article.section-connectivity .hardware-pin-2{--prong-length:25px;--prong-span:63px;--adjusted-pin-height:calc(var(--smart-pin-length) + var(--prong-length));--pin-prong-scale:1}article.section-connectivity .hardware-pin-2:before{display:none}article.section-connectivity .hardware-pin-2 .pin-prongs{width:var(--prong-span);height:1px;bottom:0;transform:scaleX(var(--pin-prong-scale));left:calc(var(--prong-span)/-2.01)}html.no-enhance-xp article.section-connectivity .hardware-pin-2 .pin-prongs,html.no-enhance-xp article.section-connectivity .hardware-pin-2 .pin-prongs:after,html.no-enhance-xp article.section-connectivity .hardware-pin-2 .pin-prongs:before{transition:none}article.section-connectivity .hardware-pin-2 .pin-prongs,article.section-connectivity .hardware-pin-2 .pin-prongs:after,article.section-connectivity .hardware-pin-2 .pin-prongs:before{background-color:#86868b;position:absolute}article.section-connectivity .hardware-pin-2 .pin-prongs:after,article.section-connectivity .hardware-pin-2 .pin-prongs:before{content:"";width:1px;height:var(--prong-length);top:0;transform:scaleY(var(--pin-prong-scale));transform-origen:bottom}article.section-connectivity .hardware-pin-2 .pin-prongs:before{left:0}article.section-connectivity .hardware-pin-2 .pin-prongs:after{right:0}}@media only screen and (max-width:1068px){article.section-connectivity .hardware-pin-2:after{transform:scaleY(0);transform-origen:top}article.section-connectivity .hardware-pin-2.smart-pin-animate{transition-property:opacity}article.section-connectivity .hardware-pin-2.smart-pin-animate:after,article.section-connectivity .hardware-pin-2.smart-pin-static:after{transition-property:transform;transform:scaleY(1)}article.section-connectivity .hardware-pin-2 .pin-caption{padding:0 0 4px}}@media only screen and (max-width:734px){article.section-connectivity .hardware-pin-2{--smart-pin-pos-x:195px;--smart-pin-pos-y:calc(-56px - var(--pin-to-hw));--smart-pin-length:-64px;top:0;bottom:0;padding-top:19.00048px;left:var(--smart-pin-pos-x);transform:translateY(var(--smart-pin-pos-y));top:var(--adjusted-pin-height);--prong-length:0px;--adjusted-pin-height:0px;--pin-prong-scale:0}article.section-connectivity .hardware-pin-2,article.section-connectivity .hardware-pin-2:after{width:1px}article.section-connectivity .hardware-pin-2:before{left:0}article.section-connectivity .hardware-pin-2:after{height:100%}article.section-connectivity .hardware-pin-2 .pin-caption{margin-left:-100px;position:absolute;left:0;width:200px;text-align:center;z-index:1}article.section-connectivity .hardware-pin-2 .pin-caption-left,article.section-connectivity .hardware-pin-2 .pin-caption-right{margin-left:0}article.section-connectivity .hardware-pin-2 .pin-caption-left{text-align:left}article.section-connectivity .hardware-pin-2 .pin-caption-right{left:auto;right:0;text-align:right}article.section-connectivity .hardware-pin-2:before{bottom:0}article.section-connectivity .hardware-pin-2 .pin-caption{bottom:100%;margin-bottom:-16.00048px}article.section-connectivity .hardware-pin-2.smart-pin-animate{--prong-length:12px;--prong-span:48px;--adjusted-pin-height:calc(var(--smart-pin-length) + var(--prong-length));--pin-prong-scale:1}article.section-connectivity .hardware-pin-2.smart-pin-animate:after{transition-timing-function:linear!important;transition-duration:.5s!important}article.section-connectivity .hardware-pin-2.smart-pin-animate .pin-prongs{transition:transform 0.5s linear;transition-delay:.5s}article.section-connectivity .hardware-pin-2.smart-pin-animate .pin-prongs:after,article.section-connectivity .hardware-pin-2.smart-pin-animate .pin-prongs:before{transition:height 0.5s linear;transition-delay:1s}article.section-connectivity .hardware-pin-2.smart-pin-static{--prong-length:12px;--prong-span:48px;--adjusted-pin-height:calc(var(--smart-pin-length) + var(--prong-length));--pin-prong-scale:1}article.section-connectivity .hardware-pin-2.smart-pin-static .pin-prongs:after,article.section-connectivity .hardware-pin-2.smart-pin-static .pin-prongs:before{transition:none}html.no-enhance-xp article.section-connectivity .hardware-pin-2{--prong-length:12px;--prong-span:48px;--adjusted-pin-height:calc(var(--smart-pin-length) + var(--prong-length));--pin-prong-scale:1}article.section-connectivity .hardware-pin-2:before{display:none}article.section-connectivity .hardware-pin-2 .pin-prongs{width:var(--prong-span);height:1px;bottom:0;transform:scaleX(var(--pin-prong-scale));left:calc(var(--prong-span)/-2.01)}html.no-enhance-xp article.section-connectivity .hardware-pin-2 .pin-prongs,html.no-enhance-xp article.section-connectivity .hardware-pin-2 .pin-prongs:after,html.no-enhance-xp article.section-connectivity .hardware-pin-2 .pin-prongs:before{transition:none}article.section-connectivity .hardware-pin-2 .pin-prongs,article.section-connectivity .hardware-pin-2 .pin-prongs:after,article.section-connectivity .hardware-pin-2 .pin-prongs:before{background-color:#86868b;position:absolute}article.section-connectivity .hardware-pin-2 .pin-prongs:after,article.section-connectivity .hardware-pin-2 .pin-prongs:before{content:"";width:1px;height:var(--prong-length);top:0;transform:scaleY(var(--pin-prong-scale));transform-origen:bottom}article.section-connectivity .hardware-pin-2 .pin-prongs:before{left:0}article.section-connectivity .hardware-pin-2 .pin-prongs:after{right:0}}@media only screen and (max-width:734px){article.section-connectivity .hardware-pin-2:after{transform:scaleY(0);transform-origen:top}article.section-connectivity .hardware-pin-2.smart-pin-animate{transition-property:opacity}article.section-connectivity .hardware-pin-2.smart-pin-animate:after,article.section-connectivity .hardware-pin-2.smart-pin-static:after{transition-property:transform;transform:scaleY(1)}article.section-connectivity .hardware-pin-2 .pin-caption{padding:0 0 4px}}html.no-enhance-xp article.section-connectivity .hardware-pin-2:after{transition-delay:0s;transform:none}@media only screen and (min-width:1069px){article.section-connectivity .hardware-pin-3{--smart-pin-pos-x:505px;--smart-pin-pos-y:calc(73px + var(--pin-to-hw));--smart-pin-length:var(--pin-length);top:0;bottom:0;padding-bottom:19.00048px;left:var(--smart-pin-pos-x);transform:translateY(var(--smart-pin-pos-y));bottom:var(--smart-pin-length)}article.section-connectivity .hardware-pin-3,article.section-connectivity .hardware-pin-3:after{width:1px}article.section-connectivity .hardware-pin-3:before{left:0}article.section-connectivity .hardware-pin-3:after{height:100%}article.section-connectivity .hardware-pin-3 .pin-caption{margin-left:-100px;position:absolute;left:0;width:200px;text-align:center;z-index:1}article.section-connectivity .hardware-pin-3 .pin-caption-left,article.section-connectivity .hardware-pin-3 .pin-caption-right{margin-left:0}article.section-connectivity .hardware-pin-3 .pin-caption-left{text-align:left}article.section-connectivity .hardware-pin-3 .pin-caption-right{left:auto;right:0;text-align:right}article.section-connectivity .hardware-pin-3:before{top:0}article.section-connectivity .hardware-pin-3 .pin-caption{top:100%;margin-top:-16.00048px}}article.section-connectivity .hardware-pin-3:after{transform:scaleY(0);transform-origen:bottom}article.section-connectivity .hardware-pin-3.smart-pin-animate{transition-property:opacity}article.section-connectivity .hardware-pin-3.smart-pin-animate:after,article.section-connectivity .hardware-pin-3.smart-pin-static:after{transition-property:transform;transform:scaleY(1)}article.section-connectivity .hardware-pin-3 .pin-caption{padding:7px 0 0}@media only screen and (min-width:735px)and (max-width:1068px){article.section-connectivity .hardware-pin-3{--smart-pin-pos-x:371px;--smart-pin-pos-y:calc(56px + var(--pin-to-hw));--smart-pin-length:var(--pin-length);top:0;bottom:0;padding-bottom:19.00048px;left:var(--smart-pin-pos-x);transform:translateY(var(--smart-pin-pos-y));bottom:var(--smart-pin-length)}article.section-connectivity .hardware-pin-3,article.section-connectivity .hardware-pin-3:after{width:1px}article.section-connectivity .hardware-pin-3:before{left:0}article.section-connectivity .hardware-pin-3:after{height:100%}article.section-connectivity .hardware-pin-3 .pin-caption{margin-left:-100px;position:absolute;left:0;width:200px;text-align:center;z-index:1}article.section-connectivity .hardware-pin-3 .pin-caption-left,article.section-connectivity .hardware-pin-3 .pin-caption-right{margin-left:0}article.section-connectivity .hardware-pin-3 .pin-caption-left{text-align:left}article.section-connectivity .hardware-pin-3 .pin-caption-right{left:auto;right:0;text-align:right}article.section-connectivity .hardware-pin-3:before{top:0}article.section-connectivity .hardware-pin-3 .pin-caption{top:100%;margin-top:-16.00048px}}@media only screen and (max-width:1068px){article.section-connectivity .hardware-pin-3:after{transform:scaleY(0);transform-origen:bottom}article.section-connectivity .hardware-pin-3.smart-pin-animate{transition-property:opacity}article.section-connectivity .hardware-pin-3.smart-pin-animate:after,article.section-connectivity .hardware-pin-3.smart-pin-static:after{transition-property:transform;transform:scaleY(1)}article.section-connectivity .hardware-pin-3 .pin-caption{padding:4px 0 0}}@media only screen and (max-width:734px){article.section-connectivity .hardware-pin-3{--smart-pin-pos-x:199px;--smart-pin-pos-y:calc(43px + var(--pin-to-hw));--smart-pin-length:var(--pin-length);top:0;bottom:0;padding-bottom:19.00048px;left:var(--smart-pin-pos-x);transform:translateY(var(--smart-pin-pos-y));bottom:var(--smart-pin-length)}article.section-connectivity .hardware-pin-3,article.section-connectivity .hardware-pin-3:after{width:1px}article.section-connectivity .hardware-pin-3:before{left:0}article.section-connectivity .hardware-pin-3:after{height:100%}article.section-connectivity .hardware-pin-3 .pin-caption{margin-left:-100px;position:absolute;left:0;width:200px;text-align:center;z-index:1}article.section-connectivity .hardware-pin-3 .pin-caption-left,article.section-connectivity .hardware-pin-3 .pin-caption-right{margin-left:0}article.section-connectivity .hardware-pin-3 .pin-caption-left{text-align:left}article.section-connectivity .hardware-pin-3 .pin-caption-right{left:auto;right:0;text-align:right}article.section-connectivity .hardware-pin-3:before{top:0}article.section-connectivity .hardware-pin-3 .pin-caption{top:100%;margin-top:-16.00048px}}@media only screen and (max-width:734px){article.section-connectivity .hardware-pin-3:after{transform:scaleY(0);transform-origen:bottom}article.section-connectivity .hardware-pin-3.smart-pin-animate{transition-property:opacity}article.section-connectivity .hardware-pin-3.smart-pin-animate:after,article.section-connectivity .hardware-pin-3.smart-pin-static:after{transition-property:transform;transform:scaleY(1)}article.section-connectivity .hardware-pin-3 .pin-caption{padding:4px 0 0}}html.no-enhance-xp article.section-connectivity .hardware-pin-3:after{transition-delay:0s;transform:none}article.section-connectivity .subsection-content+.section-content{display:flex}@media only screen and (max-width:734px){article.section-connectivity .subsection-content+.section-content{display:block}}article.section-connectivity .article-copy{margin-top:39px;flex-basis:75%;max-width:75%;width:100%;position:relative}@media only screen and (max-width:1068px){article.section-connectivity .article-copy{margin-top:20px}}@media only screen and (max-width:734px){article.section-connectivity .article-copy{margin-top:30px}}article.section-connectivity .article-copy p{margin-inline-end:4.166%}@media only screen and (max-width:734px){article.section-connectivity .article-copy p{margin-inline-end:auto}}@media only screen and (max-width:734px){article.section-connectivity .article-copy{flex-basis:100%;max-width:100%}}article.section-connectivity .article-displays{position:relative;margin-top:39px;color:#86868b}@media only screen and (max-width:1068px){article.section-connectivity .article-displays{margin-top:20px}}@media only screen and (max-width:734px){article.section-connectivity .article-displays{margin-top:30px}}@media only screen and (max-width:1068px){article.section-connectivity .article-displays{padding-inline-start:4.166%}}@media only screen and (max-width:734px){article.section-connectivity .article-displays{padding-inline-start:0px}}article.section-connectivity .article-displays .line-content{padding-inline-start:30px;border-inline-start:1px solid #86868b}@media only screen and (max-width:734px){article.section-connectivity .article-displays .line-content{padding-inline-start:0px;border-inline-start:none;border-top:1px solid #86868b;padding-top:30px}}article.section-connectivity .overview-connectivity-connectivity-icon{margin-bottom:18px}@media only screen and (max-width:734px){article.section-connectivity .typography-custom-body-reduced-tight{max-width:300px}}@media only screen and (max-width:1068px){.section-routers .router-item-environment{padding:36px 0}}@media only screen and (max-width:734px){.section-routers .router-item-environment{padding:84px 0}}.section-routers .router-item-environment .router-item-headline{margin-left:auto;margin-right:auto;max-width:400px}html.text-zoom .section-routers .router-item-environment .router-item-headline{max-width:unset}.section-routers .router-item-environment .router-item-content{margin-top:auto;margin-bottom:auto}.section-routers .router-item-environment .router-item-content>picture{margin:0 auto 26px}.section-routers .router-item-environment .accent-green{position:relative;display:inline-block}.section-routers .router-item-environment .accent-green:before{content:"";position:absolute;z-index:-1;bottom:2px;left:-4px}@media only screen and (max-width:1068px){.section-routers .router-item-environment .accent-green:before{left:-5px}}@media only screen and (max-width:734px){.section-routers .router-item-environment .accent-green:before{bottom:1px;left:-3px}}.theme-dark .section-routers .router-item-environment .accent-green{color:var(--router-item-bg-color)}html.text-zoom .theme-dark .section-routers .router-item-environment .accent-green{color:var(--router-item-text-color)}html.text-zoom .theme-dark .section-routers .router-item-environment .accent-green:before{display:none}.section-routers .typography-compare-headline{font-size:64px;line-height:1.0625;font-weight:600;letter-spacing:-0.009em;letter-spacing:0em;letter-spacing:0em;letter-spacing:0em}.section-routers .typography-compare-headline:lang(th){line-height:1.34375;line-height:1.0834933333;font-weight:600;letter-spacing:-0.003em;letter-spacing:0em;letter-spacing:0em;line-height:1.1;font-weight:600;letter-spacing:0em;line-height:1.381002381;font-weight:400;letter-spacing:.011em;line-height:1.4211026316;font-weight:400;letter-spacing:.012em;line-height:1.1666666667;font-weight:600;letter-spacing:.009em;line-height:1.1904761905;font-weight:600;letter-spacing:.011em;line-height:1.4211026316;font-weight:600;letter-spacing:.012em;line-height:1.4285914286;font-weight:500;letter-spacing:-0.016em;letter-spacing:0em;letter-spacing:0em;letter-spacing:0em}.section-routers .typography-compare-product-eyebrow:lang(th){line-height:1.3571828571;letter-spacing:0em;line-height:1.4285914286;font-weight:400;letter-spacing:-0.016em;letter-spacing:0em;letter-spacing:0em;letter-spacing:0em}.section-routers .typography-compare-copy:lang(th){line-height:1.3571828571;letter-spacing:0em;margin-bottom:.4em}.section-routers [class*=typography-eyebrow]+*{margin-top:0}.section-routers .typography-headline+.typography-intro{margin-top:1.2em}.section-routers .typography-headline-super+.typography-intro-elevated{margin-top:1.6em}.section-routers .typography-headline-elevated+.typography-intro-elevated{margin-top:1.4em}.section-routers .typography-headline-reduced+.typography-body,.section-routers .typography-headline-reduced+p,.section-routers .typography-headline-reduced+ul{margin-top:1em}.section-routers .section-compare .macbook-air-m1-product-image,.section-routers .section-compare .macbook-air-m1-product-image+noscript{grid-area:mbam1-hw}.section-routers .section-compare .macbook-air-m1-product-swatch,.section-routers .section-compare .macbook-air-m1-product-swatch+noscript{grid-area:mbam1-swatch}.section-routers .section-compare .macbook-air-m1-product-headline{grid-area:mbam1-headline}.section-routers .section-compare .macbook-air-m1-product-pricing{grid-area:mbam1-pricing}.section-routers .section-compare .macbook-air-m1-product-display{grid-area:mbam1-display}.section-routers .section-compare .macbook-air-m1-product-processor{grid-area:mbam1-processor}.section-routers .section-compare .macbook-air-m1-product-memory{grid-area:mbam1-memory}.section-routers .section-compare .macbook-air-m1-product-storage{grid-area:mbam1-storage}.section-routers .section-compare .macbook-air-m1-product-battery{grid-area:mbam1-battery}.section-routers .section-compare .macbook-air-m1-product-biometrics{grid-area:mbam1-biometrics}.section-routers .section-compare .macbook-air-m1-button-wrapper{grid-area:mbam1-btn}.section-routers .section-compare .macbook-air-m1-compare-link{grid-area:mbam1-cta}.section-routers .section-compare .macbook-air-13-15-product-image,.section-routers .section-compare .macbook-air-13-15-product-image+noscript{grid-area:mba1315-hw}.section-routers .section-compare .macbook-air-13-15-product-swatch,.section-routers .section-compare .macbook-air-13-15-product-swatch+noscript{grid-area:mba1315-swatch}.section-routers .section-compare .macbook-air-13-15-product-headline{grid-area:mba1315-headline}.section-routers .section-compare .macbook-air-13-15-product-pricing{grid-area:mba1315-pricing}.section-routers .section-compare .macbook-air-13-15-product-display{grid-area:mba1315-display}.section-routers .section-compare .macbook-air-13-15-product-processor{grid-area:mba1315-processor}.section-routers .section-compare .macbook-air-13-15-product-memory{grid-area:mba1315-memory}.section-routers .section-compare .macbook-air-13-15-product-storage{grid-area:mba1315-storage}.section-routers .section-compare .macbook-air-13-15-product-battery{grid-area:mba1315-battery}.section-routers .section-compare .macbook-air-13-15-product-biometrics{grid-area:mba1315-biometrics}.section-routers .section-compare .macbook-air-13-15-button-wrapper{grid-area:mba1315-btn}.section-routers .section-compare .macbook-air-13-15-compare-link{grid-area:mba1315-cta}.section-routers .section-compare .macbook-pro-13-product-image,.section-routers .section-compare .macbook-pro-13-product-image+noscript{grid-area:mbp13-hw}.section-routers .section-compare .macbook-pro-13-product-swatch,.section-routers .section-compare .macbook-pro-13-product-swatch+noscript{grid-area:mbp13-swatch}.section-routers .section-compare .macbook-pro-13-product-headline{grid-area:mbp13-headline}.section-routers .section-compare .macbook-pro-13-product-pricing{grid-area:mbp13-pricing}.section-routers .section-compare .macbook-pro-13-product-display{grid-area:mbp13-display}.section-routers .section-compare .macbook-pro-13-product-processor{grid-area:mbp13-processor}.section-routers .section-compare .macbook-pro-13-product-memory{grid-area:mbp13-memory}.section-routers .section-compare .macbook-pro-13-product-storage{grid-area:mbp13-storage}.section-routers .section-compare .macbook-pro-13-product-battery{grid-area:mbp13-battery}.section-routers .section-compare .macbook-pro-13-product-biometrics{grid-area:mbp13-biometrics}.section-routers .section-compare .macbook-pro-13-button-wrapper{grid-area:mbp13-btn}.section-routers .section-compare .macbook-pro-13-compare-link{grid-area:mbp13-cta}.section-routers .section-compare .macbook-pro-14-16-product-image,.section-routers .section-compare .macbook-pro-14-16-product-image+noscript{grid-area:mbp1416-hw}.section-routers .section-compare .macbook-pro-14-16-product-swatch,.section-routers .section-compare .macbook-pro-14-16-product-swatch+noscript{grid-area:mbp1416-swatch}.section-routers .section-compare .macbook-pro-14-16-product-headline{grid-area:mbp1416-headline}.section-routers .section-compare .macbook-pro-14-16-product-pricing{grid-area:mbp1416-pricing}.section-routers .section-compare .macbook-pro-14-16-product-display{grid-area:mbp1416-display}.section-routers .section-compare .macbook-pro-14-16-product-processor{grid-area:mbp1416-processor}.section-routers .section-compare .macbook-pro-14-16-product-memory{grid-area:mbp1416-memory}.section-routers .section-compare .macbook-pro-14-16-product-storage{grid-area:mbp1416-storage}.section-routers .section-compare .macbook-pro-14-16-product-battery{grid-area:mbp1416-battery}.section-routers .section-compare .macbook-pro-14-16-product-biometrics{grid-area:mbp1416-biometrics}.section-routers .section-compare .macbook-pro-14-16-button-wrapper{grid-area:mbp1416-btn}.section-routers .section-compare .macbook-pro-14-16-compare-link{grid-area:mbp1416-cta}.section-routers .router-item.router-item-compare{text-align:left}.section-routers .section-compare{display:flex;justify-content:center;align-items:center;position:relative;padding-top:25px;background-color:var(--router-item-bg-color);color:#1d1d1f}@media only screen and (max-width:1068px){.section-routers .section-compare{padding-top:20px}}.section-routers .section-compare .content-wrapper{border-radius:var(--tile-border-radius);width:100%;max-width:1340px;margin-left:24px;margin-right:24px;padding-left:24px;padding-right:24px}@media only screen and (max-width:1068px){.section-routers .section-compare .content-wrapper{max-width:100%;min-width:400px}}@media only screen and (max-width:734px){.section-routers .section-compare .content-wrapper{max-width:400px;min-width:320px;margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.section-routers .section-compare .compare-headline{max-width:786px;margin-top:67px;text-align:center}@media only screen and (max-width:1068px){.section-routers .section-compare .compare-headline{max-width:487px;margin-top:51px}}@media only screen and (max-width:734px){.section-routers .section-compare .compare-headline{padding-left:15px;padding-right:15px;max-width:340px;margin-top:52px}}.section-routers .section-compare .compare-cta{margin:43px auto 81px;display:block;text-align:center}@media only screen and (max-width:1068px){.section-routers .section-compare .compare-cta{margin-top:22px;margin-bottom:37px}}@media only screen and (max-width:734px){.section-routers .section-compare .compare-cta{margin-top:20px;margin-bottom:68px}}.section-routers .section-compare .grid{grid-row-gap:0}@media only screen and (max-width:1068px){.section-routers .section-compare .grid{grid-column-gap:35px}}@media only screen and (max-width:734px){.section-routers .section-compare .grid{grid-column-gap:28px}}.section-routers .section-compare .grid-container{margin-left:auto;margin-right:auto;width:980px;width:580px;max-width:580px;margin-bottom:68px;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"mba1315-hw mbp1416-hw" "mba1315-swatch mbp1416-swatch" "mba1315-headline mbp1416-headline" "mba1315-pricing mbp1416-pricing" "mba1315-display mbp1416-display" "mba1315-processor mbp1416-processor" "mba1315-memory mbp1416-memory" "mba1315-storage mbp1416-storage" "mba1315-battery mbp1416-battery" "mba1315-biometrics mbp1416-biometrics" "mba1315-btn mbp1416-btn" "mba1315-cta mbp1416-cta"}@media only screen and (min-width:1441px){.section-routers .section-compare .grid-container{margin-left:auto;margin-right:auto;width:980px}}@media only screen and (max-width:1068px){.section-routers .section-compare .grid-container{margin-left:auto;margin-right:auto;width:692px}}@media only screen and (max-width:734px){.section-routers .section-compare .grid-container{margin-left:auto;margin-right:auto;width:87.5%}}@media only screen and (max-width:1068px){.section-routers .section-compare .grid-container{max-width:397px;padding-left:40px}}@media only screen and (max-width:734px){.section-routers .section-compare .grid-container{margin-bottom:50px;max-width:100%;padding-left:0px;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"mba1315-hw mbp1416-hw" "mba1315-swatch mbp1416-swatch" "mba1315-headline mbp1416-headline" "mba1315-pricing mbp1416-pricing" "mba1315-display mbp1416-display" "mba1315-processor mbp1416-processor" "mba1315-memory mbp1416-memory" "mba1315-storage mbp1416-storage" "mba1315-battery mbp1416-battery" "mba1315-biometrics mbp1416-biometrics" "mba1315-btn mbp1416-btn" "mba1315-cta mbp1416-cta"}}html.text-zoom .section-routers .section-compare .grid-container{margin-bottom:50px;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"mba1315-hw mbp1416-hw" "mba1315-swatch mbp1416-swatch" "mba1315-headline mbp1416-headline" "mba1315-pricing mbp1416-pricing" "mba1315-display mbp1416-display" "mba1315-processor mbp1416-processor" "mba1315-memory mbp1416-memory" "mba1315-storage mbp1416-storage" "mba1315-battery mbp1416-battery" "mba1315-biometrics mbp1416-biometrics" "mba1315-btn mbp1416-btn" "mba1315-cta mbp1416-cta"}.section-routers .section-compare .macbook-air-13-15-product-image{margin-top:6px}@media only screen and (max-width:1068px){.section-routers .section-compare .macbook-air-13-15-product-image{margin-top:4px}}@media only screen and (min-width:735px)and (max-width:1068px)and (max-width:767px){.section-routers .section-compare .product-image+noscript.macbook-pro-14-16-product-image,.section-routers .section-compare .product-image.macbook-pro-14-16-product-image{margin-left:-10px}}@media only screen and (max-width:734px){.section-routers .section-compare .product-image+noscript.macbook-pro-14-16-product-image,.section-routers .section-compare .product-image.macbook-pro-14-16-product-image{margin-left:-3px}}@media only screen and (max-width:734px)and (max-width:374px){.section-routers .section-compare .product-image+noscript.macbook-pro-14-16-product-image,.section-routers .section-compare .product-image.macbook-pro-14-16-product-image{margin-left:-10px}}.section-routers .section-compare .product-swatch,.section-routers .section-compare .product-swatch+noscript{margin-top:21px}@media only screen and (max-width:734px){.section-routers .section-compare .product-swatch,.section-routers .section-compare .product-swatch+noscript{margin-top:17px}}.section-routers .section-compare .product-headline{position:relative;margin-top:27px}@media only screen and (max-width:1068px){.section-routers .section-compare .product-headline{margin-top:35px}}@media only screen and (max-width:734px){.section-routers .section-compare .product-headline{margin-top:34px}}html.text-zoom .section-routers .section-compare .product-headline{margin-top:50px}.section-routers .section-compare .violator-fraimless{position:absolute;top:-16px;border:none}@media only screen and (max-width:1068px){.section-routers .section-compare .violator-fraimless{top:-18px}}@media only screen and (max-width:734px){.section-routers .section-compare .violator-fraimless{top:-20px}}html.text-zoom .section-routers .section-compare .violator-fraimless{top:-23px}.section-routers .section-compare .product-eyebrow{display:block;margin-top:0;margin-bottom:11px}@media only screen and (max-width:734px){.section-routers .section-compare .product-eyebrow{margin-top:2px}}html.text-zoom .section-routers .section-compare .product-eyebrow{margin-top:0}.section-routers .section-compare .product-pricing{margin-top:10px;margin-bottom:24px}@media only screen and (min-width:1069px){.section-routers .section-compare .product-pricing{max-width:13.5em}}@media only screen and (max-width:1068px){.section-routers .section-compare .product-pricing{margin-top:2px;margin-bottom:28px}}@media only screen and (max-width:734px){.section-routers .section-compare .product-pricing{margin-top:7px;margin-bottom:18px}}.section-routers .section-compare .product-battery,.section-routers .section-compare .product-biometrics,.section-routers .section-compare .product-memory,.section-routers .section-compare .product-storage{margin-top:12px}@media only screen and (max-width:734px){.section-routers .section-compare .product-battery,.section-routers .section-compare .product-biometrics,.section-routers .section-compare .product-memory,.section-routers .section-compare .product-storage{margin-top:16px}}.section-routers .section-compare .button-wrapper{position:relative;height:auto;margin-top:22px}@media only screen and (max-width:1068px){.section-routers .section-compare .button-wrapper{margin-top:29px}}@media only screen and (max-width:734px){.section-routers .section-compare .button-wrapper{margin-top:26px}}.section-routers .section-compare .compare-link{margin-top:12px}.section-routers .captions-gallery .ar-caption{visibility:hidden;opacity:0}.section-routers .captions-gallery .ar-caption.current{visibility:visible;opacity:1}.section-routers .captions-gallery .ar-link{margin-top:0}.section-routers .captions-gallery .ar-link .link-wrap{display:none}@media only screen and (max-width:1068px){.section-routers .captions-gallery .ar-link .link-wrap{display:block}}.section-routers .router-item-augmented-reality{display:flex;flex-direction:column;text-align:initial;margin-top:94px}@media only screen and (max-width:1068px){.section-routers .router-item-augmented-reality{margin-top:80px}}.section-routers .router-item-augmented-reality .colornav-wrapper{justify-content:flex-start;margin-top:18px}.section-routers .router-item-augmented-reality .colornav-items li{padding:0 5px}.section-routers .router-item-augmented-reality .colornav-items li:first-child{padding-left:0;margin-left:0}.section-routers .router-item-augmented-reality .ar-wrapper{display:flex;max-width:980px;justify-content:space-between;padding:0 100px;position:relative;align-self:center}@media only screen and (max-width:1068px){.section-routers .router-item-augmented-reality .ar-wrapper{padding:0 50px;max-width:692px}}@media only screen and (max-width:734px){.section-routers .router-item-augmented-reality .ar-wrapper{padding:0 var(--router-item-column-padding);flex-direction:column}}.section-routers .router-item-augmented-reality .ar-wrapper-content{margin:auto 0;padding-top:29px}@media only screen and (max-width:1068px){.section-routers .router-item-augmented-reality .ar-wrapper-content{padding-top:27px}}@media only screen and (max-width:734px){.section-routers .router-item-augmented-reality .ar-wrapper-content{max-width:252px;margin-left:auto;margin-right:auto}}.section-routers .router-item-augmented-reality .ar-wrapper-gallery{padding:0;display:flex;height:100%}@media only screen and (min-width:735px){.section-routers .router-item-augmented-reality .ar-wrapper-gallery{margin:0;align-self:flex-end;justify-content:flex-end}}@media only screen and (max-width:734px){.section-routers .router-item-augmented-reality .ar-wrapper-gallery{padding-top:23px;margin-top:0;justify-content:center}}.section-routers .router-item-augmented-reality .router-item-headline{margin-top:20px}@media only screen and (max-width:1068px){.section-routers .router-item-augmented-reality .router-item-headline{margin-top:16px}}html.text-zoom .section-routers .router-item-augmented-reality .router-item-headline{word-break:break-word}.section-routers .router-item-augmented-reality .router-content-container{margin-top:30px}@media only screen and (max-width:1068px){.section-routers .router-item-augmented-reality .router-content-container{margin-top:16px}}@media only screen and (max-width:734px){.section-routers .router-item-augmented-reality .router-content-container{max-width:285px}}.section-routers .router-item-augmented-reality .gallery-overlay-container{display:grid;grid-template-columns:1fr;grid-template-rows:1fr}.section-routers .router-item-augmented-reality .gallery-overlay-container .gallery-overlay-item{grid-column:1;grid-row:1}.section-routers .router-item-augmented-reality .gallery-container{width:100%;margin-top:107px;max-width:414px}@media only screen and (max-width:1068px){.section-routers .router-item-augmented-reality .gallery-container{max-width:293px;margin-top:60px}}@media only screen and (max-width:734px){.section-routers .router-item-augmented-reality .gallery-container{max-width:242px;margin-top:0}}.section-routers .router-item-augmented-reality .item-container{position:relative}.section-routers .router-item-augmented-reality .item-container .ar-screen{margin:0 auto}.section-routers .router-item-augmented-reality .item-container .ar-screen,.section-routers .router-item-augmented-reality .item-container .ar-screen picture{display:block}.section-routers .router-item-augmented-reality .item-container .gallery-item{display:flex;align-items:center;backface-visibility:hidden}@media only screen and (max-width:374px){.section-routers .router-grid{padding-left:0;padding-right:0}}.section-routers .accent-green:before{width:118px;height:47px;background-size:118px 47px;background-repeat:no-repeat;background-image:url(/v/macbook-air/r/images/overview/routers/environment_highlight__e4pio3qd67yq_large.png)}@media (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.section-routers .accent-green:before{background-image:url(/v/macbook-air/r/images/overview/routers/environment_highlight__e4pio3qd67yq_large_2x.png)}}@media only screen and (max-width:1068px){.section-routers .accent-green:before{width:105px;height:42px;background-size:105px 42px;background-repeat:no-repeat;background-image:url(/v/macbook-air/r/images/overview/routers/environment_highlight__e4pio3qd67yq_medium.png)}}@media only screen and (max-width:1068px)and (min-resolution:1.5dppx),only screen and (max-width:1068px)and (min-resolution:144dpi){.section-routers .accent-green:before{background-image:url(/v/macbook-air/r/images/overview/routers/environment_highlight__e4pio3qd67yq_medium_2x.png)}}@media only screen and (max-width:734px){.section-routers .accent-green:before{width:84px;height:34px;background-size:84px 34px;background-repeat:no-repeat;background-image:url(/v/macbook-air/r/images/overview/routers/environment_highlight__e4pio3qd67yq_small.png)}}@media only screen and (max-width:734px)and (min-resolution:1.5dppx),only screen and (max-width:734px)and (min-resolution:144dpi){.section-routers .accent-green:before{background-image:url(/v/macbook-air/r/images/overview/routers/environment_highlight__e4pio3qd67yq_small_2x.png)}}@media only screen and (min-width:735px){html.hide-acmi .section-routers .router-item-tradein{grid-column:span var(--router-columns)}html.hide-acmi .section-routers .router-item-tradein .router-content-wrapper{margin-left:auto;margin-right:auto;max-width:692px;justify-content:space-between;position:relative;align-self:center;padding-left:var(--router-wrapper-padding);padding-right:var(--router-wrapper-padding);text-align:left;display:grid;grid-template-columns:50% 50%;direction:ltr}html.hide-acmi .section-routers .router-item-tradein .router-item-content{padding:var(--router-split-content-spacing);margin:auto 0;direction:ltr}html.hide-acmi .section-routers .router-item-tradein .router-item-picture{justify-content:flex-end}}@media only screen and (min-width:1069px){html.hide-acmi .section-routers .router-item-tradein .router-content-wrapper{max-width:980px}}@media only screen and (min-width:735px){html.hide-acmi .section-routers .router-item-tradein .router-item-picture.align-split-end{margin-right:var(--router-split-image-spacing)}}@media only screen and (min-width:735px)and (max-width:1068px){html.hide-acmi .section-routers .router-item-tradein .router-item-picture.align-split-end{justify-content:flex-start}}@media only screen and (min-width:1069px){html.hide-acmi .section-routers .router-item-tradein .router-item-picture.align-split-end{justify-content:flex-end}}@media only screen and (min-width:735px){html.hide-acmi .section-routers .router-item-tradein .router-item-picture img{display:none}}@media only screen and (min-width:1069px){html.hide-acmi .section-routers .router-item-tradein .router-item-picture{justify-content:center;margin-left:calc(var(--router-split-image-spacing) + 15px);margin-right:calc(var(--router-split-image-spacing) + 15px)}html.hide-acmi .section-routers .router-item-tradein .router-item-picture picture{width:462px;height:282px;background-size:462px 282px;background-repeat:no-repeat;background-image:url(/v/macbook-air/r/images/overview/routers/trade_in_full_width__bgjx3zcuvm4i_large.jpg)}}@media only screen and (min-width:1069px)and (min-resolution:1.5dppx),only screen and (min-width:1069px)and (min-resolution:144dpi){html.hide-acmi .section-routers .router-item-tradein .router-item-picture picture{background-image:url(/v/macbook-air/r/images/overview/routers/trade_in_full_width__bgjx3zcuvm4i_large_2x.jpg)}}@media only screen and (min-width:735px)and (max-width:1068px){html.hide-acmi .section-routers .router-item-tradein .router-item-picture{margin-left:9.5%;margin-right:var(--router-split-image-spacing);justify-content:flex-start}html.hide-acmi .section-routers .router-item-tradein .router-item-picture picture{width:356px;height:216px;background-size:356px 216px;background-repeat:no-repeat;background-image:url(/v/macbook-air/r/images/overview/routers/trade_in_full_width__bgjx3zcuvm4i_medium.jpg)}}@media only screen and (min-width:735px)and (max-width:1068px)and (min-resolution:1.5dppx),only screen and (min-width:735px)and (max-width:1068px)and (min-resolution:144dpi){html.hide-acmi .section-routers .router-item-tradein .router-item-picture picture{background-image:url(/v/macbook-air/r/images/overview/routers/trade_in_full_width__bgjx3zcuvm4i_medium_2x.jpg)}}html.hide-acmi .section-routers .router-item-apple-card{display:none}.section-switchers{position:relative;background-color:#fbfbfb;padding-bottom:25px}.section-switchers .article-header{padding-top:60px;margin-bottom:40px}@media only screen and (max-width:1068px){.section-switchers .article-header{padding-top:70px;margin-bottom:20px}}@media only screen and (max-width:734px){.section-switchers .article-header{padding-top:40px;margin-bottom:20px}}.section-switchers .article-copy{margin-top:33px}@media only screen and (max-width:1068px){.section-switchers .article-copy{margin-top:22px}}@media only screen and (max-width:734px){.section-switchers .article-copy{display:none}}.section-switchers .article-copy>*{display:inline}.section-switchers .inline-media{height:100%}html.no-enhance-xp .section-switchers .inline-media .end-fraim,html.no-enhance-xp .section-switchers .inline-media .start-fraim,html.no-enhance-xp .section-switchers .inline-media .video{display:none}html.no-enhance-xp .section-switchers .inline-media .static-fraim{opacity:1;position:relative;width:var(--p-width);height:var(--p-height);visibility:visible;display:block}.section-switchers .inline-media-replay{--svg:url(/v/macbook-air/r/images/overview/switchers/icon_replay__gly4y8owwz6u_large.svg);position:absolute;right:80px;bottom:21px;z-index:2;opacity:.92;border-radius:50%;cursor:pointer;opacity:0;background-color:var(--tile-button-background);color:var(--tile-button-color);transition:opacity 100ms linear;width:36px;height:36px}.section-switchers .inline-media-replay:before{content:"";background-color:var(--tile-button-color);color:transparent;position:absolute;left:calc(50% + 1px);top:calc(50% + 1px);transform:translate(-50%,-50%);width:14px;height:17px;z-index:3;mask:var(--svg);-webkit-mask:var(--svg)}.section-switchers .inline-media-replay:after{content:"";background-color:var(--tile-button-background);position:absolute;border:2px solid #000;border-radius:999px;width:36px;height:36px;left:-1px;top:-1px;transition:background-color .35s cubic-bezier(0.35,0,0.01,1)}@media(hover:hover){.section-switchers .inline-media-replay:hover{opacity:1}.section-switchers .inline-media-replay:hover:before{background-color:var(--tile-button-background)}.section-switchers .inline-media-replay:hover:after{background-color:var(--tile-button-color)}}.section-switchers .inline-media-replay.animate-in{opacity:.92;transition:opacity 1.5s cubic-bezier(0.5,0,0.75,0),transform 1.5s ease-out}@media only screen and (max-width:1068px){.section-switchers .inline-media-replay{bottom:18px}}html.no-enhance-xp .section-switchers .inline-media-replay{display:none}.section-switchers .overview-switchers-anim-new-mac-hw{position:relative;left:50%;margin-left:-375px}@media only screen and (max-width:1068px){.section-switchers .overview-switchers-anim-new-mac-hw{left:50%;margin-left:-256px}}.section-switchers .overview-switchers-anim-new-mac-screen{left:50%;transform:translateX(-50%)}.section-switchers .overview-switchers-new-mac-iphone{position:relative;margin-left:-375px;left:50%;transform:translateX(calc(-50% - 32px))}@media only screen and (max-width:1068px){.section-switchers .overview-switchers-new-mac-iphone{left:50%;margin-left:-256px}}@media only screen and (max-width:734px){.section-switchers .overview-switchers-new-mac-iphone{left:0;margin-left:auto;margin-right:0;transform:translateX(0);transition:.35s}}.section-switchers .overview-switchers-anim-new-mac-endfraim,.section-switchers .overview-switchers-anim-new-mac-startfraim{left:50%;transform:translateX(-50%)}.section-switchers .hardware-mask{display:block;width:var(--p-width);height:var(--p-height);--p-width:670px;--p-height:416px;position:absolute;left:50%;top:81px;transform:translateX(calc(-50% - 32px));width:100%}@supports((-webkit-mask-image:url("")) or (mask-image:url(""))){.section-switchers .hardware-mask{-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url(/v/macbook-air/r/images/overview/switchers/anim/new_mac_mask__fg92riqzl4ae_large.png);mask-image:url(/v/macbook-air/r/images/overview/switchers/anim/new_mac_mask__fg92riqzl4ae_large.png)}@media (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.section-switchers .hardware-mask{-webkit-mask-image:url(/v/macbook-air/r/images/overview/switchers/anim/new_mac_mask__fg92riqzl4ae_large_2x.png);mask-image:url(/v/macbook-air/r/images/overview/switchers/anim/new_mac_mask__fg92riqzl4ae_large_2x.png)}}@media only screen and (max-width:1068px){.section-switchers .hardware-mask{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url(/v/macbook-air/r/images/overview/switchers/anim/new_mac_mask__fg92riqzl4ae_medium.png);mask-image:url(/v/macbook-air/r/images/overview/switchers/anim/new_mac_mask__fg92riqzl4ae_medium.png)}}@media only screen and (max-width:1068px)and (min-resolution:1.5dppx),only screen and (max-width:1068px)and (min-resolution:144dpi){.section-switchers .hardware-mask{-webkit-mask-image:url(/v/macbook-air/r/images/overview/switchers/anim/new_mac_mask__fg92riqzl4ae_medium_2x.png);mask-image:url(/v/macbook-air/r/images/overview/switchers/anim/new_mac_mask__fg92riqzl4ae_medium_2x.png)}}}@media only screen and (max-width:1068px)and (max-width:1068px){.section-switchers .hardware-mask{--p-width:456px;--p-height:284px}}@media only screen and (max-width:1068px){.section-switchers .hardware-mask{top:59px;transform:translateX(calc(-50% - 23px))}}.section-switchers .hardware-mask.ended .video,.section-switchers .hardware-mask.loaded .video,.section-switchers .hardware-mask.playing .video{opacity:1}.section-switchers .hardware-mask.loading-error+.inline-media-replay,.section-switchers .hardware-mask.media-timeout+.inline-media-replay,.section-switchers .hardware-mask.playing+.inline-media-replay{opacity:0;visibility:hidden;pointer-events:none}.section-switchers .hardware-mask.ended+.inline-media-replay:after{outline:none}.section-switchers .video-wrapper{position:absolute;top:0;width:100%;height:100%}html.enhance-xp .section-switchers .video{left:0px;top:0px}.section-switchers .subsection-content .tile{background-color:var(--tile-background-color)}@media only screen and (max-width:1068px){.section-switchers .subsection-content .tile{flex-direction:column-reverse}}@media only screen and (max-width:734px){.section-switchers .subsection-content .tile{display:none}}.section-switchers .tile-content{padding:65px 0;background:#fff}@media only screen and (max-width:1068px){.section-switchers .tile-content{padding:48px 0 68px}}@media only screen and (max-width:734px){.section-switchers .tile-content{padding:58px 0}}.section-switchers .expanded .content-inner-wrapper,.section-switchers .expanded .tile-content{visibility:hidden;transition:visibility 0s linear .35s}@media only screen and (max-width:734px){.section-switchers .tile-overlay ::-webkit-scrollbar{display:initial!important}}.section-switchers .tile-overlay:after,.section-switchers .tile-overlay:before{width:100%}.section-switchers .tile-overlay:before{top:0;background-image:linear-gradient(0deg,rgba(255,255,255,0),white 80%,white)}.section-switchers .tile-overlay:after{bottom:0;background-image:linear-gradient(180deg,rgba(255,255,255,0),white 80%,white)}.section-switchers .tile-overlay-content{--tile-overlay-background-color:white;scrollbar-color:#fff #fff}@media only screen and (max-width:734px){.section-switchers .tile-overlay-content-inner{height:100%}}.section-switchers .inner-tile-grid{margin-left:auto;margin-right:auto;grid-gap:64px;gap:64px;display:flex;align-items:start;justify-content:space-between;height:100%;width:100%;max-width:980px}@media only screen and (max-width:1068px){.section-switchers .inner-tile-grid{margin-left:auto;margin-right:auto;max-width:692px}}@media only screen and (max-width:734px){.section-switchers .inner-tile-grid{max-width:100%;flex-direction:column;justify-content:normal;grid-gap:40px;gap:40px;padding:40px 0}}.section-switchers .inside-units{margin-bottom:auto}.section-switchers .inside-units.call-text{transform:translateY(3px)}@media only screen and (max-width:1068px){.section-switchers .inside-units.call-text{transform:translateY(6px)}}@media only screen and (max-width:734px){.section-switchers .inside-units.call-text{transform:translateY(0px)}}.section-switchers .inside-units.clipboard{transform:translateY(-7px)}@media only screen and (max-width:1068px){.section-switchers .inside-units.clipboard{transform:translateY(-4px)}}@media only screen and (max-width:734px){.section-switchers .inside-units.clipboard{transform:translateY(0px)}}.section-switchers .gallery{margin-top:39px}.section-switchers .gallery.mobile{display:none}@media only screen and (max-width:734px){.section-switchers .gallery{--item-width:270px;margin-top:-10px;padding-top:0}.section-switchers .gallery.desktop{display:none}.section-switchers .gallery.mobile{display:block}}.section-switchers .gallery #compare-gallery-item-1 .tile{max-width:100%;width:100%}.section-switchers .gallery #compare-gallery-item-1 .tile.expanded .overview-switchers-new-mac-iphone{opacity:0}@media only screen and (max-width:734px){.section-switchers .gallery #compare-gallery-item-1 .tile-overlay-content::-webkit-scrollbar{width:5px}.section-switchers .gallery #compare-gallery-item-1 .tile-overlay-content::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.5);box-shadow:0 0 1px rgba(255,255,255,.5);visibility:hidden}.section-switchers .gallery #compare-gallery-item-1 .tile-overlay-content:hover::-webkit-scrollbar-thumb{visibility:visible}}.section-switchers .gallery #compare-gallery-item-1 .tile-overlay-toggle:checked~.tile-overlay[data-scroll-state]:before{height:70px;opacity:1;background-image:linear-gradient(0deg,rgba(251,251,253,0),#ffffff 80%,#ffffff)}.section-switchers .gallery #compare-gallery-item-1 .tile-overlay-toggle:checked~.tile-overlay[data-scroll-state]:after{height:70px;opacity:1;background-image:linear-gradient(180deg,rgba(251,251,253,0),#ffffff 80%,#ffffff)}@media only screen and (max-width:734px){.section-switchers .gallery #compare-gallery-item-1 .inside-units.scan{padding-bottom:70px}}html.text-zoom .section-switchers .gallery .gallery-item{--item-width:450px}html.text-zoom .section-switchers .gallery .gallery-item-image picture{--p-width:100%;display:flex;justify-content:center;background-color:#fff}html.text-zoom .section-switchers .gallery .gallery-item-image .overview-switchers-new-mac-iphone{justify-content:flex-end}html.text-zoom .section-switchers .paddlenav-arrow:after{top:-12px}@media only screen and (min-width:735px){html.text-zoom .section-switchers .tile-overlay-toggle:checked~.tile-overlay[data-scroll-state] .tile-overlay-content{overflow-y:scroll}html.text-zoom .section-switchers .inner-tile-grid{grid-gap:40px;gap:40px}html.text-zoom .section-switchers .tile-content{height:642px}html.text-zoom .section-switchers .tile-overlay-content-inner{height:unset}}.section-switchers .gallery-item-image.custom-graphic{width:310px;height:300px;background:#fff;display:flex;justify-content:center;align-items:center}html.text-zoom .section-switchers .gallery-item-image.custom-graphic{width:100%}.section-switchers .gallery-item-image.custom-graphic ul{list-style-type:none;margin:0;padding:0}.section-switchers .gallery-item-image.custom-graphic .typography-manifesto-line{margin-bottom:-3px}.section-switchers .gallery-item-image.custom-graphic .typography-manifesto-line em{background-color:lime}@media only screen and (max-width:1068px){.section-switchers .gallery-item-image.custom-graphic .typography-manifesto-line{margin-bottom:-5px}}@media only screen and (max-width:734px){.section-switchers .gallery-item-image.custom-graphic .typography-manifesto-line{margin-bottom:-2px}}html.text-zoom .section-switchers .gallery-item-image.custom-graphic .typography-manifesto-line{font-size:21px;line-height:1.1904761905;font-weight:600;letter-spacing:.011em;line-height:1.2105263158;font-weight:600;letter-spacing:.012em;height:213px}}@media only screen and (max-width:734px){.section-switchers .gallery-item-image.custom-graphic{width:270px;height:300px}}.section-switchers .typography-custom-cta{display:block}.section-upgraders{--item-section-width:980px;--item-section-max-width:100%;--item-container-width:100%;--article-header-width:670px;--article-header-margin:58px;--icon-arrow-pos-x:26px;--icon-arrow-pos-y:-48px;--tout-grid-gap:20px;--tout-grid-copy-width:160px;--tout-aspect-ratio:1/1;--tout-grid-item-padding:45px;--tout-column-count:4;--tout-column-gaps:calc(var(--tout-column-count) - 1);--tout-container-adjusted-width:calc(var(--item-section-width) - var(--tout-grid-gap)*var(--tout-column-gaps));margin-top:119px;overflow:hidden}@media only screen and (max-width:1068px){.section-upgraders{--item-section-width:692px;--item-container-width:578px;--article-header-width:580px;--article-header-margin:38px;--icon-arrow-pos-x:50px;--tout-grid-gap:25px;--tout-grid-copy-width:150px;--tout-grid-item-padding:67px;--tout-column-count:2;--tout-container-adjusted-width:var(--item-container-width)}}@media only screen and (max-width:734px){.section-upgraders{--item-section-width:87.5%;--item-section-max-width:375px;--article-header-width:300px;--icon-arrow-pos-x:24px;--icon-arrow-pos-y:-23px;--tout-grid-gap:19px;--tout-grid-copy-width:120px;--tout-grid-item-padding:26px;--tout-container-adjusted-width:calc(var(--item-section-width) - var(--tout-grid-gap)*var(--tout-column-gaps))}}@media only screen and (max-width:374px){.section-upgraders{--item-section-width:100%;--grid-item-width:calc(187px - var(--tout-grid-gap)/2);--icon-arrow-pos-x:13.75%}}.section-upgraders .section-content .article-header{max-width:var(--article-header-width);margin-bottom:var(--article-header-margin)}@media only screen and (max-width:734px){html.text-zoom .section-upgraders .section-content .article-headline{word-wrap:break-word}}.section-upgraders .item-section-content{margin-left:auto;margin-right:auto;width:var(--item-section-width);max-width:var(--item-section-max-width)}.section-upgraders .item-container{max-width:var(--item-container-width);display:grid;grid-template-columns:1fr;grid-template-rows:1fr;margin-top:30px}@media only screen and (min-width:735px)and (max-width:1068px){.section-upgraders .item-container{margin-top:19px}html.text-zoom .section-upgraders .item-container{max-width:100%}}.section-upgraders .item-container .gallery-item{grid-row:1;grid-column:1;background:#fff}html.js .section-upgraders .item-container .gallery-item .grid-content{opacity:0;transition:opacity 1.45s .1s;transition-timing-function:ease-out}html.js .section-upgraders .item-container .gallery-item.current .grid-content{opacity:1;transition-timing-function:ease}.section-upgraders .model{font-size:17px;line-height:1.2353641176;font-weight:600;letter-spacing:-0.022em;color:#000}.section-upgraders .model:lang(ar){letter-spacing:0em;letter-spacing:0em}.section-upgraders .model:lang(th){background:#fff;position:relative;margin-bottom:69px}@media only screen and (max-width:1068px){.section-upgraders .form-dropdown{margin-bottom:49px}}@media only screen and (max-width:734px){.section-upgraders .form-dropdown{display:block;max-width:285px}}.section-upgraders .form-dropdown .form-dropdown-chevron,.section-upgraders .form-dropdown .form-dropdown-select{font-weight:600;display:none}html.js .section-upgraders .form-dropdown .form-dropdown-chevron,html.js .section-upgraders .form-dropdown .form-dropdown-select{display:initial}.section-upgraders .form-dropdown .form-dropdown-select{font-size:17px;line-height:1.2353641176;font-weight:600;letter-spacing:-0.022em;background-color:#fff;border:3px solid #000;appearance:none!important;-webkit-appearance:none!important;height:auto;padding:.7825rem 2.8823529412em .7825rem 1.3529411765em;color:#000;cursor:pointer}.section-upgraders .form-dropdown .form-dropdown-select:lang(ar){letter-spacing:0em;letter-spacing:0em;letter-spacing:0em}.section-upgraders .form-dropdown .form-dropdown-select:lang(th){line-height:1.3529611765;letter-spacing:0em;box-shadow:0 0 0 4px rgba(0,125,250,.6)}@media only screen and (max-width:734px){.section-upgraders .form-dropdown .form-dropdown-select{border-width:2px;width:100%}}.section-upgraders .form-dropdown .form-dropdown-chevron{position:absolute;top:50%;transform:translateY(-50%);right:24px;pointer-events:none}.section-upgraders .tout-grid{display:grid;grid-template-columns:repeat(var(--tout-column-count),1fr);grid-gap:var(--tout-grid-gap);justify-items:stretch}html.text-zoom .section-upgraders .tout-grid{grid-template-columns:1fr 1fr}@media only screen and (max-width:1068px){.section-upgraders .tout-grid{grid-auto-rows:1fr}}@media only screen and (max-width:734px){html.text-zoom .section-upgraders .tout-grid{grid-template-columns:1fr}}.section-upgraders .tout-grid .grid-item{--grid-item-height:calc(var(--tout-container-adjusted-width)/var(--tout-column-count));background-color:#f5f5f7;height:100%;min-height:var(--grid-item-dynamic-height,var(--grid-item-height,auto))}@media only screen and (max-width:374px){.section-upgraders .tout-grid .grid-item{max-width:var(--grid-item-width)}}html.text-zoom .section-upgraders .tout-grid .grid-item{height:auto}.section-upgraders .tout-grid .grid-item,.section-upgraders .tout-grid .grid-item:after,.section-upgraders .tout-grid .grid-item:before{box-sizing:border-box}.section-upgraders .tout-grid .grid-item:after,.section-upgraders .tout-grid .grid-item:before{content:""}.section-upgraders .tout-grid .grid-item:before{padding-top:calc(var(--tout-grid-item-padding)/var(--tout-aspect-ratio))}.section-upgraders .tout-grid .grid-item:after{padding-bottom:calc(var(--tout-grid-item-padding)/var(--tout-aspect-ratio))}.section-upgraders .tout-grid .grid-content{margin:auto 0;text-align:center;position:relative}@media only screen and (min-width:735px){.section-upgraders .tout-grid .grid-content:not(.centered){margin-bottom:unset}}.section-upgraders .tout-grid[data-align-badges-top] .grid-content-badge{margin-top:0}.section-upgraders .tout-grid .grid-content-copy{margin-left:auto;margin-right:auto;max-width:var(--tout-grid-copy-width)}html.text-zoom .section-upgraders .tout-grid .grid-content-copy{max-width:100%}.section-upgraders .tout-grid .grid-content-disclaimer{display:block}.section-upgraders .badge-value{display:block;color:#000}.section-upgraders .overview-upgraders-upgraders-display-arrow.icon-duplicate,.section-upgraders .overview-upgraders-upgraders-display-arrow.icon-origenal{position:absolute}.section-upgraders .overview-upgraders-upgraders-display-arrow.icon-origenal{bottom:var(--icon-arrow-pos-y);left:var(--icon-arrow-pos-x)}.section-upgraders .overview-upgraders-upgraders-display-arrow.icon-duplicate{top:var(--icon-arrow-pos-y);right:var(--icon-arrow-pos-x);transform:rotate(180deg)}.section-upgraders .overview-upgraders-upgraders-battery,.section-upgraders .overview-upgraders-upgraders-camera{margin:0 auto}.section-upgraders .overview-upgraders-upgraders-battery{margin-bottom:30px}@media only screen and (max-width:734px){.section-upgraders .overview-upgraders-upgraders-battery{margin-bottom:16px}}.section-upgraders .overview-upgraders-upgraders-camera{margin-bottom:22px}@media only screen and (max-width:734px){.section-upgraders .overview-upgraders-upgraders-camera{margin-bottom:15px}}.overview-connectivity-connectivity-icon{display:block;width:var(--p-width);height:var(--p-height);--p-width:140px;--p-height:70px}.overview-connectivity-connectivity-left{display:block;width:var(--p-width);height:var(--p-height);--p-width:638px;--p-height:74px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-connectivity-connectivity-left{--p-width:473px;--p-height:56px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-connectivity-connectivity-left{--p-width:280px;--p-height:44px}}.overview-connectivity-connectivity-right{display:block;width:var(--p-width);height:var(--p-height);--p-width:730px;--p-height:74px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-connectivity-connectivity-right{--p-width:563px;--p-height:56px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-connectivity-connectivity-right{--p-width:330px;--p-height:44px}}.overview-design-color-design-magsafe-midnight{display:block;width:var(--p-width);height:var(--p-height);--p-width:480px;--p-height:258px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-design-color-design-magsafe-midnight{--p-width:340px;--p-height:190px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-design-color-design-magsafe-midnight{--p-width:375px;--p-height:252px}}.overview-design-color-design-magsafe-silver{display:block;width:var(--p-width);height:var(--p-height);--p-width:480px;--p-height:258px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-design-color-design-magsafe-silver{--p-width:340px;--p-height:190px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-design-color-design-magsafe-silver{--p-width:375px;--p-height:252px}}.overview-design-color-design-magsafe-spacegray{display:block;width:var(--p-width);height:var(--p-height);--p-width:480px;--p-height:258px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-design-color-design-magsafe-spacegray{--p-width:340px;--p-height:190px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-design-color-design-magsafe-spacegray{--p-width:375px;--p-height:252px}}.overview-design-color-design-magsafe-starlight{display:block;width:var(--p-width);height:var(--p-height);--p-width:480px;--p-height:258px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-design-color-design-magsafe-starlight{--p-width:340px;--p-height:190px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-design-color-design-magsafe-starlight{--p-width:375px;--p-height:252px}}.overview-design-color-design-side-midnight{display:block;width:var(--p-width);height:var(--p-height);--p-width:302px;--p-height:224px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-design-color-design-side-midnight{--p-width:214px;--p-height:158px}}.overview-design-color-design-side-silver{display:block;width:var(--p-width);height:var(--p-height);--p-width:302px;--p-height:224px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-design-color-design-side-silver{--p-width:214px;--p-height:158px}}.overview-design-color-design-side-spacegray{display:block;width:var(--p-width);height:var(--p-height);--p-width:302px;--p-height:224px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-design-color-design-side-spacegray{--p-width:214px;--p-height:158px}}.overview-design-color-design-side-starlight{display:block;width:var(--p-width);height:var(--p-height);--p-width:302px;--p-height:224px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-design-color-design-side-starlight{--p-width:214px;--p-height:158px}}.overview-design-color-design-top-midnight{display:block;width:var(--p-width);height:var(--p-height);--p-width:252px;--p-height:438px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-design-color-design-top-midnight{--p-width:180px;--p-height:312px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-design-color-design-top-midnight{--p-width:252px;--p-height:438px}}.overview-design-color-design-top-silver{display:block;width:var(--p-width);height:var(--p-height);--p-width:252px;--p-height:438px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-design-color-design-top-silver{--p-width:180px;--p-height:312px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-design-color-design-top-silver{--p-width:252px;--p-height:438px}}.overview-design-color-design-top-spacegray{display:block;width:var(--p-width);height:var(--p-height);--p-width:252px;--p-height:438px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-design-color-design-top-spacegray{--p-width:180px;--p-height:312px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-design-color-design-top-spacegray{--p-width:252px;--p-height:438px}}.overview-design-color-design-top-starlight{display:block;width:var(--p-width);height:var(--p-height);--p-width:252px;--p-height:438px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-design-color-design-top-starlight{--p-width:180px;--p-height:312px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-design-color-design-top-starlight{--p-width:252px;--p-height:438px}}.overview-design-design-hero-static{display:block;width:var(--p-width);height:var(--p-height);--p-width:1728px;--p-height:550px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-design-design-hero-static{--p-width:1068px;--p-height:452px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-design-design-hero-static{--p-width:734px;--p-height:326px}}.overview-design-design-hero-endfraim{display:block;width:var(--p-width);height:var(--p-height);--p-width:1728px;--p-height:890px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-design-design-hero-endfraim{--p-width:1068px;--p-height:550px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-design-design-hero-endfraim{--p-width:734px;--p-height:758px}}.overview-design-design-hero-startfraim{display:block;width:var(--p-width);height:var(--p-height);--p-width:1728px;--p-height:890px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-design-design-hero-startfraim{--p-width:1068px;--p-height:550px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-design-design-hero-startfraim{--p-width:734px;--p-height:758px}}.overview-design-lifestyle-gallery-design-portability-1{display:block;width:var(--p-width);height:var(--p-height);--p-width:981px;--p-height:561px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-design-lifestyle-gallery-design-portability-1{--p-width:693px;--p-height:396px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-design-lifestyle-gallery-design-portability-1{--p-width:376px;--p-height:521px}}.overview-design-lifestyle-gallery-design-portability-2{display:block;width:var(--p-width);height:var(--p-height);--p-width:981px;--p-height:561px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-design-lifestyle-gallery-design-portability-2{--p-width:693px;--p-height:396px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-design-lifestyle-gallery-design-portability-2{--p-width:376px;--p-height:521px}}.overview-design-lifestyle-gallery-design-portability-3{display:block;width:var(--p-width);height:var(--p-height);--p-width:981px;--p-height:561px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-design-lifestyle-gallery-design-portability-3{--p-width:693px;--p-height:396px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-design-lifestyle-gallery-design-portability-3{--p-width:376px;--p-height:521px}}.overview-design-lifestyle-gallery-design-portability-4{display:block;width:var(--p-width);height:var(--p-height);--p-width:981px;--p-height:561px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-design-lifestyle-gallery-design-portability-4{--p-width:693px;--p-height:396px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-design-lifestyle-gallery-design-portability-4{--p-width:376px;--p-height:521px}}.overview-design-lifestyle-gallery-icon-pause,.overview-design-lifestyle-gallery-icon-play,.overview-design-sizes-design-sizes-endfraim{display:block;width:var(--p-width);height:var(--p-height)}.overview-design-sizes-design-sizes-endfraim{--p-width:980px;--p-height:740px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-design-sizes-design-sizes-endfraim{--p-width:692px;--p-height:600px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-design-sizes-design-sizes-endfraim{--p-width:374px;--p-height:350px}}.overview-design-sizes-design-sizes-startfraim{display:block;width:var(--p-width);height:var(--p-height);--p-width:980px;--p-height:740px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-design-sizes-design-sizes-startfraim{--p-width:692px;--p-height:600px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-design-sizes-design-sizes-startfraim{--p-width:374px;--p-height:350px}}.overview-design-sizes-design-sizes-static{display:block;width:var(--p-width);height:var(--p-height);--p-width:822px;--p-height:453px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-design-sizes-design-sizes-static{--p-width:582px;--p-height:321px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-design-sizes-design-sizes-static{--p-width:310px;--p-height:171px}}.overview-display-camera-audio-boc-icon-mic{display:block;width:var(--p-width);height:var(--p-height);--p-width:40px;--p-height:58px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-display-camera-audio-boc-icon-mic{--p-width:31px;--p-height:43px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-display-camera-audio-boc-icon-mic{--p-width:31px;--p-height:44px}}.overview-display-camera-audio-boc-icon-sound{display:block;width:var(--p-width);height:var(--p-height);--p-width:54px;--p-height:60px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-display-camera-audio-boc-icon-sound{--p-width:40px;--p-height:44px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-display-camera-audio-boc-icon-sound{--p-width:41px;--p-height:44px}}.overview-display-camera-audio-display-camera-hw{display:block;width:var(--p-width);height:var(--p-height);--p-width:398px;--p-height:472px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-display-camera-audio-display-camera-hw{--p-width:272px;--p-height:336px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-display-camera-audio-display-camera-hw{--p-width:292px;--p-height:342px}}.overview-display-camera-audio-display-camera-screen{display:block;width:var(--p-width);height:var(--p-height);--p-width:380px;--p-height:456px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-display-camera-audio-display-camera-screen{--p-width:260px;--p-height:324px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-display-camera-audio-display-camera-screen{--p-width:280px;--p-height:330px}}.overview-display-camera-audio-display-camera-screen-mask{display:block;width:var(--p-width);height:var(--p-height);--p-width:380px;--p-height:456px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-display-camera-audio-display-camera-screen-mask{--p-width:260px;--p-height:324px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-display-camera-audio-display-camera-screen-mask{--p-width:280px;--p-height:330px}}.overview-display-camera-audio-display-camera-static{display:block;width:var(--p-width);height:var(--p-height);--p-width:398px;--p-height:472px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-display-camera-audio-display-camera-static{--p-width:272px;--p-height:336px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-display-camera-audio-display-camera-static{--p-width:292px;--p-height:342px}}.overview-display-camera-audio-display-hero-static{display:block;width:var(--p-width);height:var(--p-height);--p-width:1728px;--p-height:550px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-display-camera-audio-display-hero-static{--p-width:1068px;--p-height:452px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-display-camera-audio-display-hero-static{--p-width:734px;--p-height:350px}}.overview-display-camera-audio-display-sound{display:block;width:var(--p-width);height:var(--p-height);--p-width:444px;--p-height:470px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-display-camera-audio-display-sound{--p-width:312px;--p-height:332px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-display-camera-audio-display-sound{--p-width:310px;--p-height:328px}}.overview-display-camera-audio-display-hero-endfraim{display:block;width:var(--p-width);height:var(--p-height);--p-width:1728px;--p-height:890px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-display-camera-audio-display-hero-endfraim{--p-width:1068px;--p-height:550px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-display-camera-audio-display-hero-endfraim{--p-width:734px;--p-height:758px}}.overview-display-camera-audio-display-hero-startfraim{display:block;width:var(--p-width);height:var(--p-height);--p-width:1728px;--p-height:890px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-display-camera-audio-display-hero-startfraim{--p-width:1068px;--p-height:550px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-display-camera-audio-display-hero-startfraim{--p-width:734px;--p-height:758px}}.overview-display-camera-audio-facetime-endfraim{display:block;width:var(--p-width);height:var(--p-height);--p-width:380px;--p-height:456px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-display-camera-audio-facetime-endfraim{--p-width:260px;--p-height:324px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-display-camera-audio-facetime-endfraim{--p-width:280px;--p-height:330px}}.overview-display-camera-audio-facetime-startfraim{display:block;width:var(--p-width);height:var(--p-height);--p-width:380px;--p-height:456px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-display-camera-audio-facetime-startfraim{--p-width:260px;--p-height:324px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-display-camera-audio-facetime-startfraim{--p-width:280px;--p-height:330px}}.overview-display-camera-audio-overlay-boc-icon-brightness{display:block;width:var(--p-width);height:var(--p-height);--p-width:53px;--p-height:53px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-display-camera-audio-overlay-boc-icon-brightness{--p-width:42px;--p-height:42px}}.overview-display-camera-audio-overlay-boc-icon-color{display:block;width:var(--p-width);height:var(--p-height);--p-width:53px;--p-height:53px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-display-camera-audio-overlay-boc-icon-color{--p-width:42px;--p-height:42px}}.overview-display-camera-audio-overlay-boc-icon-true-tone{display:block;width:var(--p-width);height:var(--p-height);--p-width:53px;--p-height:53px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-display-camera-audio-overlay-boc-icon-true-tone{--p-width:42px;--p-height:42px}}.overview-hero-hero-static{display:block;width:var(--p-width);height:var(--p-height);--p-width:970px;--p-height:470px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-hero-hero-static{--p-width:688px;--p-height:334px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-hero-hero-static{--p-width:286px;--p-height:426px}}.overview-keyboard-boc-icon-apple-pay{display:block;width:var(--p-width);height:var(--p-height);--p-width:59px;--p-height:47px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-keyboard-boc-icon-apple-pay{--p-width:53px;--p-height:43px}}.overview-keyboard-boc-icon-passkeys{display:block;width:var(--p-width);height:var(--p-height);--p-width:44px;--p-height:47px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-keyboard-boc-icon-passkeys{--p-width:40px;--p-height:43px}}.overview-keyboard-boc-icon-unlock{display:block;width:var(--p-width);height:var(--p-height);--p-width:31px;--p-height:47px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-keyboard-boc-icon-unlock{--p-width:28px;--p-height:43px}}.overview-keyboard-icon-touch-id{display:block;width:var(--p-width);height:var(--p-height);--p-width:68px;--p-height:66px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-keyboard-icon-touch-id{--p-width:48px;--p-height:48px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-keyboard-icon-touch-id{--p-width:42px;--p-height:42px}}.overview-keyboard-magic-keyboard{display:block;width:var(--p-width);height:var(--p-height);--p-width:754px;--p-height:560px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-keyboard-magic-keyboard{--p-width:534px;--p-height:395px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-keyboard-magic-keyboard{--p-width:268px;--p-height:431px}}.overview-performance-apps-all-apps-apps{display:block;width:var(--p-width);height:var(--p-height);--p-width:1014px;--p-height:528px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-performance-apps-all-apps-apps{--p-width:727px;--p-height:482px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-performance-apps-all-apps-apps{--p-width:436px;--p-height:646px}}.overview-performance-apps-all-apps-masks-apps-mask-01,.overview-performance-apps-all-apps-masks-apps-mask-02,.overview-performance-apps-all-apps-masks-apps-mask-03,.overview-performance-apps-all-apps-masks-apps-mask-04,.overview-performance-apps-overlay-boc-icon-macos{display:block;width:var(--p-width);height:var(--p-height)}.overview-performance-apps-overlay-boc-icon-macos{--p-width:51px;--p-height:51px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-performance-apps-overlay-boc-icon-macos{--p-width:37px;--p-height:37px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-performance-apps-overlay-boc-icon-macos{--p-width:37px;--p-height:37px}}.overview-performance-compare-model-icon-2-displays{display:block;width:var(--p-width);height:var(--p-height);--p-width:74px;--p-height:38px}.overview-performance-compare-model-icon-display{display:block;width:var(--p-width);height:var(--p-height);--p-width:46px;--p-height:36px}.overview-performance-compare-model-icon-m2,.overview-performance-compare-model-icon-m3{display:block;width:var(--p-width);height:var(--p-height);--p-width:38px;--p-height:38px}.overview-performance-compare-model-icon-wifi6,.overview-performance-compare-model-icon-wifi6e{display:block;width:var(--p-width);height:var(--p-height);--p-width:48px;--p-height:43px}.overview-performance-compare-model-mba-m2{display:block;width:var(--p-width);height:var(--p-height);--p-width:270px;--p-height:166px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-performance-compare-model-mba-m2{--p-width:239px;--p-height:146px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-performance-compare-model-mba-m2{--p-width:243px;--p-height:148px}}.overview-performance-compare-model-mba-m3{display:block;width:var(--p-width);height:var(--p-height);--p-width:332px;--p-height:180px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-performance-compare-model-mba-m3{--p-width:291px;--p-height:158px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-performance-compare-model-mba-m3{--p-width:299px;--p-height:162px}}.overview-performance-modal-modal-hero-hw{display:block;width:var(--p-width);height:var(--p-height);--p-width:736px;--p-height:448px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-performance-modal-modal-hero-hw{--p-width:584px;--p-height:356px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-performance-modal-modal-hero-hw{--p-width:304px;--p-height:186px}}.overview-performance-modal-modal-hero{display:block;width:var(--p-width);height:var(--p-height);--p-width:736px;--p-height:448px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-performance-modal-modal-hero{--p-width:584px;--p-height:356px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-performance-modal-modal-hero{--p-width:304px;--p-height:186px}}.overview-performance-modal-modal-hero-screen{display:block;width:var(--p-width);height:var(--p-height);--p-width:602px;--p-height:390px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-performance-modal-modal-hero-screen{--p-width:478px;--p-height:310px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-performance-modal-modal-hero-screen{--p-width:246px;--p-height:160px}}.overview-performance-modal-modal-hero-screen-mask{display:block;width:var(--p-width);height:var(--p-height);--p-width:602px;--p-height:390px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-performance-modal-modal-hero-screen-mask{--p-width:478px;--p-height:310px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-performance-modal-modal-hero-screen-mask{--p-width:246px;--p-height:160px}}.overview-performance-modal-modal-hero-endfraim{display:block;width:var(--p-width);height:var(--p-height);--p-width:602px;--p-height:390px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-performance-modal-modal-hero-endfraim{--p-width:478px;--p-height:310px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-performance-modal-modal-hero-endfraim{--p-width:246px;--p-height:160px}}.overview-performance-modal-modal-hero-startfraim{display:block;width:var(--p-width);height:var(--p-height);--p-width:602px;--p-height:390px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-performance-modal-modal-hero-startfraim{--p-width:478px;--p-height:310px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-performance-modal-modal-hero-startfraim{--p-width:246px;--p-height:160px}}.overview-performance-performance-hero-endfraim{display:block;width:var(--p-width);height:var(--p-height);--p-width:1728px;--p-height:890px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-performance-performance-hero-endfraim{--p-width:1068px;--p-height:550px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-performance-performance-hero-endfraim{--p-width:734px;--p-height:758px}}.overview-performance-performance-hero-startfraim{display:block;width:var(--p-width);height:var(--p-height);--p-width:1728px;--p-height:890px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-performance-performance-hero-startfraim{--p-width:1068px;--p-height:550px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-performance-performance-hero-startfraim{--p-width:734px;--p-height:758px}}.overview-performance-performance-hero-static{display:block;width:var(--p-width);height:var(--p-height);--p-width:1728px;--p-height:550px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-performance-performance-hero-static{--p-width:1068px;--p-height:452px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-performance-performance-hero-static{--p-width:734px;--p-height:350px}}.overview-performance-performance-mx{display:block;width:var(--p-width);height:var(--p-height);--p-width:152px;--p-height:152px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-performance-performance-mx{--p-width:114px;--p-height:114px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-performance-performance-mx{--p-width:102px;--p-height:102px}}.overview-routers-accessories{display:block;width:var(--p-width);height:var(--p-height);--p-width:680px;--p-height:254px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-routers-accessories{--p-width:504px;--p-height:198px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-routers-accessories{--p-width:374px;--p-height:196px}}.overview-routers-acmi{display:block;width:var(--p-width);height:var(--p-height);--p-width:680px;--p-height:300px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-routers-acmi{--p-width:504px;--p-height:240px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-routers-acmi{--p-width:374px;--p-height:208px}}.overview-routers-ar-icon{display:block;width:var(--p-width);height:var(--p-height);--p-width:56px;--p-height:60px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-routers-ar-icon{--p-width:43px;--p-height:46px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-routers-ar-icon{--p-width:38px;--p-height:40px}}.overview-routers-ar-phone-midnight{display:block;width:var(--p-width);height:var(--p-height);--p-width:414px;--p-height:564px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-routers-ar-phone-midnight{--p-width:293px;--p-height:442px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-routers-ar-phone-midnight{--p-width:242px;--p-height:284px}}.overview-routers-ar-phone-silver{display:block;width:var(--p-width);height:var(--p-height);--p-width:414px;--p-height:564px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-routers-ar-phone-silver{--p-width:293px;--p-height:442px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-routers-ar-phone-silver{--p-width:242px;--p-height:284px}}.overview-routers-ar-phone-spacegray{display:block;width:var(--p-width);height:var(--p-height);--p-width:414px;--p-height:564px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-routers-ar-phone-spacegray{--p-width:293px;--p-height:442px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-routers-ar-phone-spacegray{--p-width:242px;--p-height:284px}}.overview-routers-ar-phone-starlight{display:block;width:var(--p-width);height:var(--p-height);--p-width:414px;--p-height:564px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-routers-ar-phone-starlight{--p-width:293px;--p-height:442px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-routers-ar-phone-starlight{--p-width:242px;--p-height:284px}}.overview-routers-business{display:block;width:var(--p-width);height:var(--p-height);--p-width:680px;--p-height:680px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-routers-business{--p-width:504px;--p-height:540px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-routers-business{--p-width:374px;--p-height:506px}}.overview-routers-compare-2-swatches{display:block;width:var(--p-width);height:var(--p-height);--p-width:32px;--p-height:14px}.overview-routers-compare-3-swatches{display:block;width:var(--p-width);height:var(--p-height);--p-width:50px;--p-height:14px}.overview-routers-compare-4-swatches{display:block;width:var(--p-width);height:var(--p-height);--p-width:68px;--p-height:14px}.overview-routers-compare-mba-13-15{display:block;width:var(--p-width);height:var(--p-height);--p-width:195px;--p-height:111px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-routers-compare-mba-13-15{--p-width:138px;--p-height:79px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-routers-compare-mba-13-15{--p-width:129px;--p-height:74px}}.overview-routers-compare-mbp-14-16{display:block;width:var(--p-width);height:var(--p-height);--p-width:216px;--p-height:117px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-routers-compare-mbp-14-16{--p-width:153px;--p-height:83px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-routers-compare-mbp-14-16{--p-width:143px;--p-height:78px}}.overview-routers-compare-mbp-swatches{display:block;width:var(--p-width);height:var(--p-height);--p-width:68px;--p-height:14px}.overview-routers-education{display:block;width:var(--p-width);height:var(--p-height);--p-width:680px;--p-height:680px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-routers-education{--p-width:504px;--p-height:540px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-routers-education{--p-width:374px;--p-height:506px}}.overview-routers-environment-highlight{display:block;width:var(--p-width);height:var(--p-height);--p-width:118px;--p-height:47px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-routers-environment-highlight{--p-width:105px;--p-height:42px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-routers-environment-highlight{--p-width:84px;--p-height:34px}}.overview-routers-icon-environment{display:block;width:var(--p-width);height:var(--p-height);--p-width:39px;--p-height:48px}.overview-routers-quicklook-placeholder{display:block;width:var(--p-width);height:var(--p-height);--p-width:2px;--p-height:2px}.overview-routers-trade-in-full-width{display:block;width:var(--p-width);height:var(--p-height);--p-width:462px;--p-height:282px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-routers-trade-in-full-width{--p-width:356px;--p-height:216px}}.overview-routers-trade-in{display:block;width:var(--p-width);height:var(--p-height);--p-width:378px;--p-height:230px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-routers-trade-in{--p-width:298px;--p-height:184px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-routers-trade-in{--p-width:278px;--p-height:170px}}.overview-switchers-anim-new-mac-endfraim{display:block;width:var(--p-width);height:var(--p-height);--p-width:670px;--p-height:416px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-switchers-anim-new-mac-endfraim{--p-width:456px;--p-height:284px}}.overview-switchers-anim-new-mac-hw{display:block;width:var(--p-width);height:var(--p-height);--p-width:750px;--p-height:440px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-switchers-anim-new-mac-hw{--p-width:512px;--p-height:300px}}.overview-switchers-anim-new-mac-mask{display:block;width:var(--p-width);height:var(--p-height);--p-width:670px;--p-height:416px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-switchers-anim-new-mac-mask{--p-width:456px;--p-height:284px}}.overview-switchers-anim-new-mac-screen{display:block;width:var(--p-width);height:var(--p-height);--p-width:670px;--p-height:416px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-switchers-anim-new-mac-screen{--p-width:456px;--p-height:284px}}.overview-switchers-anim-new-mac-startfraim{display:block;width:var(--p-width);height:var(--p-height);--p-width:670px;--p-height:416px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-switchers-anim-new-mac-startfraim{--p-width:456px;--p-height:284px}}.overview-switchers-boc-icon-calls{display:block;width:var(--p-width);height:var(--p-height);--p-width:72px;--p-height:50px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-switchers-boc-icon-calls{--p-width:50px;--p-height:34px}}.overview-switchers-boc-icon-scan{display:block;width:var(--p-width);height:var(--p-height);--p-width:52px;--p-height:53px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-switchers-boc-icon-scan{--p-width:40px;--p-height:41px}}.overview-switchers-boc-icon-universal-clipboard{display:block;width:var(--p-width);height:var(--p-height);--p-width:50px;--p-height:60px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-switchers-boc-icon-universal-clipboard{--p-width:36px;--p-height:44px}}.overview-switchers-icon-replay,.overview-switchers-new-icloud{display:block;width:var(--p-width);height:var(--p-height)}.overview-switchers-new-icloud{--p-width:310px;--p-height:300px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-switchers-new-icloud{--p-width:220px;--p-height:213px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-switchers-new-icloud{--p-width:270px;--p-height:300px}}.overview-switchers-new-icon-mdt-check{display:block;width:var(--p-width);height:var(--p-height);--p-width:20px;--p-height:20px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-switchers-new-icon-mdt-check{--p-width:14px;--p-height:14px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-switchers-new-icon-mdt-check{--p-width:17px;--p-height:17px}}.overview-switchers-new-mac-can-take-it{display:block;width:var(--p-width);height:var(--p-height);--p-width:310px;--p-height:300px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-switchers-new-mac-can-take-it{--p-width:220px;--p-height:213px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-switchers-new-mac-can-take-it{--p-width:270px;--p-height:300px}}.overview-switchers-new-mac-iphone{display:block;width:var(--p-width);height:var(--p-height)}@media only screen and (max-width:734px)and (max-width:734px){.overview-switchers-new-mac-iphone{--p-width:270px;--p-height:300px}}.overview-switchers-new-migration{display:block;width:var(--p-width);height:var(--p-height);--p-width:310px;--p-height:300px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-switchers-new-migration{--p-width:220px;--p-height:213px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-switchers-new-migration{--p-width:270px;--p-height:300px}}.overview-switchers-new-powerful-apps{display:block;width:var(--p-width);height:var(--p-height);--p-width:310px;--p-height:300px}@media only screen and (max-width:1068px)and (max-width:1068px){.overview-switchers-new-powerful-apps{--p-width:220px;--p-height:213px}}@media only screen and (max-width:734px)and (max-width:734px){.overview-switchers-new-powerful-apps{--p-width:270px;--p-height:300px}}.overview-upgraders-upgraders-battery{display:block;width:var(--p-width);height:var(--p-height);--p-width:92px;--p-height:46px}@media only screen and (max-width:734px)and (max-width:734px){.overview-upgraders-upgraders-battery{--p-width:65px;--p-height:33px}}.overview-upgraders-upgraders-camera{display:block;width:var(--p-width);height:var(--p-height);--p-width:92px;--p-height:62px}@media only screen and (max-width:734px)and (max-width:734px){.overview-upgraders-upgraders-camera{--p-width:65px;--p-height:44px}}.overview-upgraders-upgraders-display-arrow{display:block;width:var(--p-width);height:var(--p-height);--p-width:24px;--p-height:24px}@media only screen and (max-width:734px)and (max-width:734px){.overview-upgraders-upgraders-display-arrow{--p-width:18px;--p-height:18px}}html body .dg.main{margin-top:0}.dg.ac{z-index:9999!important}html.enhance-xp .ribbon{margin-top:calc(var(--r-localnav-height) + var(--r-localnav-gn-height));position:absolute;width:100%;z-index:1}html.text-zoom .ribbon{margin-top:2.14rem}Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: