/*-----------------------------------------------------------------------------------
	Apple Website
	About: A shiny new Blocs website.
	Author: Matt Livingstone
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'SFPro-Regular';
	src: url('./fonts/SFPro-Regular/SF-Pro.ttf');
	src: url('./fonts/SFPro-Regular/SF-Pro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Flip Edge Divider */

.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}

/* = Icons
-------------------------------------------------------------- */
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}
.btn blocsicon,.text-nested-icon{
	width:20px;
}
.text-nested-icon svg{
	display:inline-block;
}




.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-indicators li::marker{
	font-size:0;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"SFPro-Regular";
}
.container{
	max-width:1140px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
	width:50px;
}
.nav-logo{
	width:15px;
	margin-top:25px;
}
.nav-link-text{
	color:var(--swatch-var-267)!important;
	font-size:11px;
	margin-top:18px;
	width:65px;
	text-align:left;
}
.flex-col-nav{
	display:flex;
	float:left;
	justify-content:space-around;
	width:100%;
	font-size:12px;
	font-family:"SFPro-Regular";
	align-items:center;
	color:var(--swatch-var-267)!important;
	text-align:left;
}
.section-title{
	font-family:"SFPro-Regular";
	color:var(--swatch-var-267)!important;
	font-size:60px;
	font-weight:bold;
	letter-spacing:-2px;
}
.section-subheading{
	font-family:"SFPro-Regular";
	font-size:30px;
	color:var(--swatch-var-267)!important;
}
.section-one-col{
	margin-bottom:450px;
}
.buy-button{
	border-radius:25px 25px 25px 25px;
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-467)!important;
	font-family:"SFPro-Regular";
	color:var(--swatch-var-467)!important;
	width:80px;
	font-size:18px;
	line-height:30px;
	height:50px;
	background-color:transparent;
}
.learn-more{
	height:50px;
	width:140px;
	font-size:18px;
	text-align:center;
	line-height:30px;
	background-color:var(--swatch-var-467);
	font-family:"SFPro-Regular";
}
.iphone-bloc-bkgd{
	background-image:url("img/hero_iphone16pro_avail__fnf0f9x70jiy_largetall_2x.jpg");
	background-image: -webkit-image-set(url("img/hero_iphone16pro_avail__fnf0f9x70jiy_largetall_2x.webp") 1x,
url("img/hero_iphone16pro_avail__fnf0f9x70jiy_largetall_2x.webp") 2x);background-image: image-set(url("img/hero_iphone16pro_avail__fnf0f9x70jiy_largetall_2x.jpg") 1x,
url("img/hero_iphone16pro_avail__fnf0f9x70jiy_largetall_2x.jpg") 2x,url("img/hero_iphone16pro_avail__fnf0f9x70jiy_largetall_2x.webp") 1x,
url("img/hero_iphone16pro_avail__fnf0f9x70jiy_largetall_2x.webp") 2x);
	background-color:transparent;
}
.navbar-brand img{
	width:10px;
	height:12px;
}
.shop-icon{
	width:15px;
}
.iphone-reg-bkgd{
	background-image:url("img/hero_iphone16_avail__euwzls69btea_largetall_2x.jpg");
	background-image: -webkit-image-set(url("img/hero_iphone16_avail__euwzls69btea_largetall_2x.webp") 1x,
url("img/hero_iphone16_avail__euwzls69btea_largetall_2x.webp") 2x);background-image: image-set(url("img/hero_iphone16_avail__euwzls69btea_largetall_2x.jpg") 1x,
url("img/hero_iphone16_avail__euwzls69btea_largetall_2x.jpg") 2x,url("img/hero_iphone16_avail__euwzls69btea_largetall_2x.webp") 1x,
url("img/hero_iphone16_avail__euwzls69btea_largetall_2x.webp") 2x);
	background-size:cover;
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-267);
	height:30px;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-267);
	height:30px;
}
.section-two-col{
	margin-bottom:400px;
}
.learn-more-white{
	height:50px;
	width:140px;
	font-size:18px;
	text-align:center;
	line-height:30px;
	color:var(--swatch-var-77)!important;
	background-color:var(--swatch-var-267);
	font-family:"SFPro-Regular";
}
.buy-button-white{
	border-radius:25px 25px 25px 25px;
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-267)!important;
	font-family:"SFPro-Regular";
	color:var(--swatch-var-267)!important;
	width:80px;
	font-size:18px;
	line-height:30px;
	height:50px;
	background-color:transparent;
}
.macbook-air{
	background-image:url("img/hero_macbook_air_m3__cp4t7pn8zqaa_largetall_2x.jpg");
	background-image: -webkit-image-set(url("img/hero_macbook_air_m3__cp4t7pn8zqaa_largetall_2x.webp") 1x,
url("img/hero_macbook_air_m3__cp4t7pn8zqaa_largetall_2x.webp") 2x);background-image: image-set(url("img/hero_macbook_air_m3__cp4t7pn8zqaa_largetall_2x.jpg") 1x,
url("img/hero_macbook_air_m3__cp4t7pn8zqaa_largetall_2x.jpg") 2x,url("img/hero_macbook_air_m3__cp4t7pn8zqaa_largetall_2x.webp") 1x,
url("img/hero_macbook_air_m3__cp4t7pn8zqaa_largetall_2x.webp") 2x);
	background-image: -webkit-image-set(url("img/hero_macbook_air_m3__cp4t7pn8zqaa_largetall_2x.webp") 1x,
url("img/hero_macbook_air_m3__cp4t7pn8zqaa_largetall_2x.webp") 2x);background-image: image-set(url("img/hero_macbook_air_m3__cp4t7pn8zqaa_largetall_2x.jpg") 1x,
url("img/hero_macbook_air_m3__cp4t7pn8zqaa_largetall_2x.jpg") 2x,url("img/hero_macbook_air_m3__cp4t7pn8zqaa_largetall_2x.webp") 1x,
url("img/hero_macbook_air_m3__cp4t7pn8zqaa_largetall_2x.webp") 2x);
	background-size:3500px auto;
	height:800px;
	background-position:center bottom;
}
.section-macbook-title{
	font-family:"SFPro-Regular";
	color:var(--swatch-var-2805)!important;
	font-size:60px;
	font-weight:bold;
	letter-spacing:-1px;
}
.section-subheading-macbook-air{
	font-family:"SFPro-Regular";
	font-size:28px;
	color:var(--swatch-var-2805)!important;
	letter-spacing:0px;
}
.bloc-divider-b-style{
	height:30px;
	fill:var(--swatch-var-267);
}
.iwatch-col{
	height:650px;
	background-image:url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_large_2x.jpg");
	background-image: -webkit-image-set(url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_large_2x.webp") 1x,
url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_large_2x.webp") 2x);background-image: image-set(url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_large_2x.jpg") 1x,
url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_large_2x.jpg") 2x,url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_large_2x.webp") 1x,
url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_large_2x.webp") 2x);
	background-size:cover;
	background-position:center bottom;
	border-color:var(--swatch-var-267)!important;
	border-width:10px 10px 10px 10px;
	border-style:solid;
}
.iwatch-series{
	color:var(--swatch-var-2805)!important;
	font-family:"SFPro-Regular";
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:2px;
	text-align:center;
	text-indent:15px;
}
.section-subheading-iwatch{
	font-family:"SFPro-Regular";
	font-size:20px;
	color:var(--swatch-var-2805)!important;
	font-weight:normal;
	letter-spacing:0px;
	margin-top:20px;
}
.section-watch-title{
	font-family:"SFPro-Regular";
	color:var(--swatch-var-2805)!important;
	font-size:34px;
	font-weight:bold;
	margin-top:55px;
}
.img-5-style{
	width:20px;
}
.svg-icon-fill{
	fill:var(--swatch-var-2805)!important;
	height:px!important;
	width:30px!important;
	display:inline-flex;
	float:none;
	align-items:center;
	justify-content:flex-start;
	flex-direction:row;
}
.ipad-air-col{
	height:650px;
	background-image:url("img/promo_ipadair_ai__3fv1eitzqv6y_small_2x.jpg");
	background-image: -webkit-image-set(url("img/promo_ipadair_ai__3fv1eitzqv6y_small_2x.webp") 1x,
url("img/promo_ipadair_ai__3fv1eitzqv6y_small_2x.webp") 2x);background-image: image-set(url("img/promo_ipadair_ai__3fv1eitzqv6y_small_2x.jpg") 1x,
url("img/promo_ipadair_ai__3fv1eitzqv6y_small_2x.jpg") 2x,url("img/promo_ipadair_ai__3fv1eitzqv6y_small_2x.webp") 1x,
url("img/promo_ipadair_ai__3fv1eitzqv6y_small_2x.webp") 2x);
	background-image: -webkit-image-set(url("img/promo_ipadair_ai__3fv1eitzqv6y_small_2x.webp") 1x,
url("img/promo_ipadair_ai__3fv1eitzqv6y_small_2x.webp") 2x);background-image: image-set(url("img/promo_ipadair_ai__3fv1eitzqv6y_small_2x.jpg") 1x,
url("img/promo_ipadair_ai__3fv1eitzqv6y_small_2x.jpg") 2x,url("img/promo_ipadair_ai__3fv1eitzqv6y_small_2x.webp") 1x,
url("img/promo_ipadair_ai__3fv1eitzqv6y_small_2x.webp") 2x);
	background-size:975px auto;
	border-color:var(--swatch-var-267)!important;
	border-width:10px 10px 10px 10px;
	border-style:solid;
	background-color:var(--swatch-var-1529);
}
.ipad-air-title-graphic{
	margin-top:55px;
	width:150px;
}
.learn-more-quad{
	height:35px;
	width:110px;
	font-size:14px;
	text-align:center;
	line-height:30px;
	font-family:"SFPro-Regular";
	padding-top:1px;
}
.buy-button-quad{
	border-radius:25px 25px 25px 25px;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-467)!important;
	font-family:"SFPro-Regular";
	color:var(--swatch-var-467)!important;
	width:70px;
	font-size:15px;
	line-height:30px;
	height:35px;
	background-color:transparent;
	padding-top:1px;
}
.macbook-pro-col{
	height:650px;
	background-image:url("img/promo_macbookpro_announce__gdf98j6tj2ie_small_2x.jpg");
	background-image: -webkit-image-set(url("img/promo_macbookpro_announce__gdf98j6tj2ie_small_2x.webp") 1x,
url("img/promo_macbookpro_announce__gdf98j6tj2ie_small_2x.webp") 2x);background-image: image-set(url("img/promo_macbookpro_announce__gdf98j6tj2ie_small_2x.jpg") 1x,
url("img/promo_macbookpro_announce__gdf98j6tj2ie_small_2x.jpg") 2x,url("img/promo_macbookpro_announce__gdf98j6tj2ie_small_2x.webp") 1x,
url("img/promo_macbookpro_announce__gdf98j6tj2ie_small_2x.webp") 2x);
	background-size:975px auto;
	border-color:var(--swatch-var-267)!important;
	border-width:10px 10px 10px 10px;
	border-style:solid;
	background-color:var(--swatch-var-1529);
	background-position:center center;
}
.section-macbook-pro-title{
	font-family:"SFPro-Regular";
	color:var(--swatch-var-267)!important;
	font-size:40px;
	font-weight:bold;
	letter-spacing:-1px;
}
.section-subheading-macbook-pro{
	font-family:"SFPro-Regular";
	font-size:28px;
	color:var(--swatch-var-267)!important;
}
.section-fitness-title{
	font-family:"SFPro-Regular";
	color:var(--swatch-var-2805)!important;
	font-size:40px;
	font-weight:normal;
	letter-spacing:-0px;
	margin-top:45px;
}
.section-fitness+-title{
	font-family:"Helvetica";
	color:var(--swatch-var-2805)!important;
	font-weight:normal;
}
.fitness-col{
	height:650px;
	background-image:url("img/promo_apple_fitness_plus__fvrnctwbcgqe_small_2x.jpg");
	background-image: -webkit-image-set(url("img/promo_apple_fitness_plus__fvrnctwbcgqe_small_2x.webp") 1x,
url("img/promo_apple_fitness_plus__fvrnctwbcgqe_small_2x.webp") 2x);background-image: image-set(url("img/promo_apple_fitness_plus__fvrnctwbcgqe_small_2x.jpg") 1x,
url("img/promo_apple_fitness_plus__fvrnctwbcgqe_small_2x.jpg") 2x,url("img/promo_apple_fitness_plus__fvrnctwbcgqe_small_2x.webp") 1x,
url("img/promo_apple_fitness_plus__fvrnctwbcgqe_small_2x.webp") 2x);
	background-size:cover;
	background-position:center bottom;
	border-color:var(--swatch-var-267)!important;
	border-width:10px 10px 10px 10px;
	border-style:solid;
}
.fitness-discount-copy{
	font-family:"SFPro-Regular";
	font-size:15px;
	color:var(--swatch-var-3308)!important;
	font-weight:lighter;
}
.section-vision-title{
	font-family:"SFPro-Regular";
	color:var(--swatch-var-2805)!important;
	font-size:40px;
	font-weight:bold;
	letter-spacing:-1px;
}
.vision-col{
	height:650px;
	background-image:url("img/promo_apple_vision_pro__f4v4zp0sum2y_small_2x.jpg");
	background-image: -webkit-image-set(url("img/promo_apple_vision_pro__f4v4zp0sum2y_small_2x.webp") 1x,
url("img/promo_apple_vision_pro__f4v4zp0sum2y_small_2x.webp") 2x);background-image: image-set(url("img/promo_apple_vision_pro__f4v4zp0sum2y_small_2x.jpg") 1x,
url("img/promo_apple_vision_pro__f4v4zp0sum2y_small_2x.jpg") 2x,url("img/promo_apple_vision_pro__f4v4zp0sum2y_small_2x.webp") 1x,
url("img/promo_apple_vision_pro__f4v4zp0sum2y_small_2x.webp") 2x);
	background-size:975px auto;
	border-color:var(--swatch-var-267)!important;
	border-width:10px 10px 10px 10px;
	border-style:solid;
	background-color:var(--swatch-var-1529);
	background-position:center center;
	align-items:flex-end;
	align-content:flex-end;
	padding-bottom:55px;
}
.section-subheading-vision{
	font-family:"SFPro-Regular";
	font-size:22px;
	color:var(--swatch-var-2805)!important;
}
.trade-in-col{
	height:650px;
	background-image:url("img/promo_iphone_tradein__bugw15ka691e_small_2x.jpg");
	background-image: -webkit-image-set(url("img/promo_iphone_tradein__bugw15ka691e_small_2x.webp") 1x,
url("img/promo_iphone_tradein__bugw15ka691e_small_2x.webp") 2x);background-image: image-set(url("img/promo_iphone_tradein__bugw15ka691e_small_2x.jpg") 1x,
url("img/promo_iphone_tradein__bugw15ka691e_small_2x.jpg") 2x,url("img/promo_iphone_tradein__bugw15ka691e_small_2x.webp") 1x,
url("img/promo_iphone_tradein__bugw15ka691e_small_2x.webp") 2x);
	background-size:cover;
	background-position:center bottom;
	border-color:var(--swatch-var-267)!important;
	border-width:15px 15px 15px 15px;
	border-style:solid;
}
.section-subheading-trade-in{
	font-family:"SFPro-Regular";
	font-size:22px;
	color:var(--swatch-var-2805)!important;
	font-weight:lighter;
}
.get-estimate-button{
	height:40px;
	width:175px;
	font-size:15px;
	text-align:center;
	line-height:30px;
	padding:4px 4px 4px 4px;
}
.learn-more-quad:hover{
	background-color:var(--swatch-var-467);
}
.learn-more:hover{
	background-color:var(--swatch-var-467);
}
.buy-button:hover{
	background-color:transparent;
}
.learn-more-white:hover{
	color:var(--swatch-var-77)!important;
	background-color:var(--swatch-var-267);
}
.buy-button-white:hover{
	background-color:transparent;
}
.hello-apple-intel{
	color:var(--swatch-var-267)!important;
	font-size:15px;
	font-weight:normal;
	width:220px;
	margin-top:330px;
}
.stream-now-button{
	width:125px;
	font-family:"SFPro-Regular";
	background-color:var(--swatch-var-267);
	color:var(--swatch-var-77)!important;
	font-size:15px;
	border-radius:25px 25px 25px 25px;
	margin-right:20px;
	font-weight:normal;
}
.caption-flex{
	display:flex;
	align-items:center;
	margin-left:-120px;
}
.caption-text{
	align-items:center;
	font-size:17px;
	text-shadow:0.56px 0.83px 4px #000000;
	font-family:"SFPro-Regular";
}
.carousel-size{
	background-size:auto auto;
}
.fine-print{
	font-size:11px;
	margin-bottom:0px;
	margin-top:20px;
	font-family:"SFPro-Regular";
}
.footer-nav-link-col{
	display:flex;
	justify-content:space-between;
}
.footer-nav-links{
	font-size:12px;
	line-height:24px;
	color:var(--swatch-var-753)!important;
	font-family:"SFPro-Regular";
	letter-spacing:0px;
}
.nav-col-height{
	height:45px;
}
.stream-now-button:hover{
	color:var(--swatch-var-77)!important;
	background-color:var(--swatch-var-267);
}
.hello-apple-intel-ipad{
	color:var(--swatch-var-267)!important;
	font-size:15px;
	font-weight:normal;
	width:220px;
	margin-top:395px;
}
.link-list-title{
	color:var(--swatch-var-2642)!important;
	font-family:"SFPro-Regular";
	font-size:12px;
	padding-bottom:2px;
	border-style:solid;
	border-color:var(--swatch-var-2642)!important;
	border-width:0px 0px 1px 0px;
	font-weight:normal;
	display:flex;
}
.link-list{
	font-family:"SFPro-Regular";
	font-size:12px;
	line-height:24px;
	color:var(--swatch-var-3036)!important;
}
.section-subheading-fitness{
	font-family:"SFPro-Regular";
	font-size:22px;
	color:var(--swatch-var-2805)!important;
	font-weight:normal;
	letter-spacing:0px;
}
.buy-button-fitness{
	border-radius:25px 25px 25px 25px;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-467)!important;
	font-family:"SFPro-Regular";
	color:var(--swatch-var-267)!important;
	font-size:14px;
	line-height:30px;
	height:35px;
	background-color:var(--swatch-var-467);
	padding-top:1px;
	width:100px;
}
.nav-search-shop{
	height:40px;
	justify-content:space-around;
	align-items:center;
	margin-top:3px;
	display:flex;
}
.search-icon{
	margin-bottom:25px;
}
.nav-col-order{
	height:50px;
}
.mega-menu{
	background-color:var(--swatch-var-2805);
	height:350px;
}
.mege-menu-header{
	font-family:"SFPro-Regular";
	font-size:12px;
	color:var(--swatch-var-3843)!important;
}
.mega-menu-sections{
	font-family:"SFPro-Regular";
	font-size:24px;
	font-weight:bold;
	line-height:34px;
	color:var(--swatch-var-267)!important;
}
.mega-menu-right-links{
	font-size:14px;
	line-height:24px;
	color:var(--swatch-var-267)!important;
}
.floating-menu{
	position:absolute;
	z-index:99999;
}
.modal-fill{
	filter:blur(15px);
}
.apple-watch{
	background-image:url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.jpg");
	background-image: -webkit-image-set(url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 1x,
url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 2x);background-image: image-set(url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.jpg") 1x,
url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.jpg") 2x,url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 1x,
url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 2x);
	background-image: -webkit-image-set(url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 1x,
url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 2x);background-image: image-set(url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.jpg") 1x,
url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.jpg") 2x,url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 1x,
url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 2x);
	background-image: -webkit-image-set(url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 1x,
url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 2x);background-image: image-set(url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.jpg") 1x,
url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.jpg") 2x,url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 1x,
url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 2x);
	background-size:3500px auto;
	height:800px;
	background-position:center bottom;
	background-color:var(--swatch-var-467);
}
.section-subheading-apple-watch{
	font-family:"SFPro-Regular";
	font-size:28px;
	color:var(--swatch-var-267)!important;
	letter-spacing:0px;
	margin-top:20px;
	margin-bottom:30px;
}
.buy-button-white-filled{
	border-radius:25px 25px 25px 25px;
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-267)!important;
	font-family:"SFPro-Regular";
	color:var(--swatch-var-2805)!important;
	width:80px;
	font-size:18px;
	line-height:30px;
	height:50px;
	background-color:var(--swatch-var-267);
	margin-top:5px;
}
.buy-button-white-filled:hover{
	background-color:transparent;
}
.apple-watch-logo{
	width:200px;
	margin-top:20px;
	background-size:length;
}
.watch-video{
	width:220px;
	margin-left:460px;
	margin-top:129px;
	height:260px;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-267)!important;
	border-radius:50px 50px 50px 50px;
	overflow:hidden;
}
.carousel-indicators [data-bs-target]{
	background-color:var(--swatch-var-267);
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-2805:rgba(0,0,0,1.00);
	
	--swatch-var-267:rgba(255,255,255,1.00);
	
	--swatch-var-467:rgba(0,112,227,1.00);
	
	--swatch-var-77:rgba(12,17,72,1.00);
	
	--swatch-var-5641:rgba(245,245,247,1.00);
	
	--swatch-var-6035:rgba(245,245,247,1.00);
	
	--swatch-var-5287:rgba(245,245,247,1.00);
	
	--swatch-var-1529:rgba(173,220,238,1.00);
	
	--swatch-var-3308:rgba(0,0,0,0.50);
	
	--swatch-var-753:rgba(0,0,0,0.50);
	
	--swatch-var-3315:rgba(0,0,0,0.90);
	
	--swatch-var-2642:rgba(32,32,32,0.7);
	
	--swatch-var-3036:rgba(32,32,32,0.7);
	
	--swatch-var-4965:rgba(245,245,247,1.00);
	
	--swatch-var-3843:rgba(180,192,206,1.00);
	
}


/* Background colour styles */

.bgc-3315{
	background-color:var(--swatch-var-3315);
}
.bgc-77{
	background-color:var(--swatch-var-77);
}
.bgc-5287{
	background-color:var(--swatch-var-5287);
}

/* Button colour styles */

.btn-c-467{
	background:var(--swatch-var-467);
	color:#FFFFFF!important;
}
.btn-c-467:hover{
	background:#FFFFFFCD3DB0!important;
	color:#FFFFFF!important;
}

/* Bloc image backgrounds */




/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.iphone-bloc-bkgd{
		background-size:1900px auto;
		background-color:var(--swatch-var-2805);
	}
	.section-title{
		text-align:center;
		font-size:42px;
	}
	.section-subheading{
		font-size:20px;
		text-align:center;
	}
	.menu-icon-bloc-0-stroke{
		stroke:var(--swatch-var-267)!important;
		fill:var(--swatch-var-267)!important;
	}
	.section-macbook-title{
		text-align:center;
		font-size:42px;
	}
	.section-subheading-macbook-air{
		font-size:20px;
		text-align:center;
	}
	.section-subheading-iwatch{
		font-size:20px;
		text-align:center;
		margin-top:10px;
		margin-bottom:20px;
	}
	.section-watch-title{
		text-align:center;
		font-size:30px;
		font-weight:bold;
		margin-top:50px;
	}
	.section-macbook-pro-title{
		text-align:center;
		font-size:32px;
	}
	.section-subheading-macbook-pro{
		font-size:20px;
		text-align:center;
	}
	.section-fitness-title{
		text-align:center;
		font-size:32px;
		margin-top:40px;
	}
	.fitness-discount-copy{
		font-size:14px;
		text-align:center;
	}
	.section-vision-title{
		text-align:center;
		font-size:30px;
		margin-top:20px;
		margin-bottom:5px;
	}
	.section-subheading-vision{
		font-size:18px;
		text-align:center;
	}
	.section-subheading-trade-in{
		font-size:18px;
		text-align:center;
	}
	.macbook-air{
		background-size:2400px auto;
		background-position:center top;
		background-color:var(--swatch-var-4965);
		border-width:10px 10px 10px 10px;
		border-color:var(--swatch-var-267)!important;
		border-style:solid;
		background-image:url("img/hero_macbook_air_m3__cp4t7pn8zqaa_largetall_2x.jpg");
	background-image: -webkit-image-set(url("img/hero_macbook_air_m3__cp4t7pn8zqaa_largetall_2x.webp") 1x,
url("img/hero_macbook_air_m3__cp4t7pn8zqaa_largetall_2x.webp") 2x);background-image: image-set(url("img/hero_macbook_air_m3__cp4t7pn8zqaa_largetall_2x.jpg") 1x,
url("img/hero_macbook_air_m3__cp4t7pn8zqaa_largetall_2x.jpg") 2x,url("img/hero_macbook_air_m3__cp4t7pn8zqaa_largetall_2x.webp") 1x,
url("img/hero_macbook_air_m3__cp4t7pn8zqaa_largetall_2x.webp") 2x);
	background-image: -webkit-image-set(url("img/hero_macbook_air_m3__cp4t7pn8zqaa_largetall_2x.webp") 1x,
url("img/hero_macbook_air_m3__cp4t7pn8zqaa_largetall_2x.webp") 2x);background-image: image-set(url("img/hero_macbook_air_m3__cp4t7pn8zqaa_largetall_2x.jpg") 1x,
url("img/hero_macbook_air_m3__cp4t7pn8zqaa_largetall_2x.jpg") 2x,url("img/hero_macbook_air_m3__cp4t7pn8zqaa_largetall_2x.webp") 1x,
url("img/hero_macbook_air_m3__cp4t7pn8zqaa_largetall_2x.webp") 2x);
		height:650px;
	}
	.learn-more{
		width:130px;
		height:40px;
		padding-top:3px;
	}
	.buy-button{
		height:40px;
		padding-top:3px;
	}
	.iwatch-col{
		height:510px;
		background-image:url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_small_2x.jpg");
	background-image: -webkit-image-set(url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_small_2x.webp") 1x,
url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_small_2x.webp") 2x);background-image: image-set(url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_small_2x.jpg") 1x,
url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_small_2x.jpg") 2x,url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_small_2x.webp") 1x,
url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_small_2x.webp") 2x);
	background-image: -webkit-image-set(url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_small_2x.webp") 1x,
url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_small_2x.webp") 2x);background-image: image-set(url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_small_2x.jpg") 1x,
url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_small_2x.jpg") 2x,url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_small_2x.webp") 1x,
url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_small_2x.webp") 2x);
		background-size:700px auto;
	}
	.iwatch-series{
		font-size:11px;
		font-weight:normal;
		text-indent:14px;
	}
	.learn-more-quad{
		width:110px;
		height:35px;
		padding-top:1px;
		font-size:14px;
	}
	.buy-button-quad{
		height:35px;
		width:60px;
		font-size:14px;
		padding:1px 4px 4px 4px;
	}
	.ipad-air-col{
		background-size:750px auto;
		height:510px;
		background-position:center top;
	}
	.hello-apple-intel-ipad{
		margin-top:275px;
		width:200px;
	}
	.ipad-air-title-graphic{
		width:125px;
	}
	.macbook-pro-col{
		height:510px;
		background-size:760px auto;
	}
	.hello-apple-intel{
		margin-top:275px;
	}
	.fitness-col{
		height:510px;
		background-size:750px auto;
	}
	.section-subheading-fitness{
		font-size:18px;
		text-align:center;
		margin-top:0px;
		margin-bottom:20px;
	}
	.section-fitness+-title{
	}
	.buy-button-fitness{
		height:35px;
		width:80px;
		font-size:13px;
		padding:1px 4px 4px 4px;
	}
	.vision-col{
		background-size:cover;
		height:510px;
	}
	.svg-icon-fill{
		width:30px;
		height:4px!important;
	}
	.trade-in-col{
		height:510px;
	}
	.caption-flex{
		margin-left:-80px;
	}
	.caption-text{
		text-align:left;
		color:var(--swatch-var-5287)!important;
	}
	.learn-more-white{
		width:130px;
		height:40px;
		padding-top:3px;
	}
	.buy-button-white{
		height:40px;
		padding-top:3px;
	}
	.stream-now-button{
		width:140px;
	}
	.nav-link-text{
		text-align:left;
	}
	.apple-watch{
		background-size:2600px auto;
		background-position:center top;
		background-color:var(--swatch-var-4965);
		border-width:10px 10px 10px 10px;
		border-color:var(--swatch-var-267)!important;
		border-style:solid;
		background-image:url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.jpg");
	background-image: -webkit-image-set(url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 1x,
url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 2x);background-image: image-set(url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.jpg") 1x,
url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.jpg") 2x,url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 1x,
url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 2x);
	background-image: -webkit-image-set(url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 1x,
url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 2x);background-image: image-set(url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.jpg") 1x,
url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.jpg") 2x,url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 1x,
url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 2x);
	background-image: -webkit-image-set(url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 1x,
url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 2x);background-image: image-set(url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.jpg") 1x,
url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.jpg") 2x,url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 1x,
url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 2x);
		height:650px;
	}
	.section-subheading-apple-watch{
		font-size:20px;
		text-align:center;
		margin-bottom:15px;
	}
	.buy-button-white-filled{
		height:40px;
		padding-top:3px;
		width:70px;
	}
	.watch-video{
		margin-left:291px;
		margin-top:83px;
		width:165px;
		height:198px;
		border-radius:50px 50px 50px 50px;
		border-color:var(--swatch-var-467)!important;
	}
	.apple-watch-logo{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	.iphone-bloc-bkgd{
		background-size:1600px auto;
		background-color:var(--swatch-var-2805);
	}
	.menu-icon-bloc-0-stroke{
		stroke:var(--swatch-var-267)!important;
		fill:var(--swatch-var-267)!important;
	}
	.caption-text{
		justify-content:flex-start;
		font-size:14px;
		text-shadow:1.26px 1.55px 8px #000000;
	}
	.caption-flex{
		margin-left:-50px;
	}
	.stream-now-button{
		margin-right:10px;
		width:120px;
	}
	.watch-video{
		margin-left:175px;
		margin-top:103px;
		width:165px;
	}
	.buy-button-white-filled:hover{
		background-color:var(--swatch-var-267);
	}
	.apple-watch{
		border-style:solid;
	}
	
}

@media (max-width: 575px){
	.navbar-logo{
		font-size:18px;
	}
	.iphone-bloc-bkgd{
		background-image:url("img/hero_iphone16pro_avail__fnf0f9x70jiy_small_2x.jpg");
	background-image: -webkit-image-set(url("img/hero_iphone16pro_avail__fnf0f9x70jiy_small_2x.webp") 1x,
url("img/hero_iphone16pro_avail__fnf0f9x70jiy_small_2x.webp") 2x);background-image: image-set(url("img/hero_iphone16pro_avail__fnf0f9x70jiy_small_2x.jpg") 1x,
url("img/hero_iphone16pro_avail__fnf0f9x70jiy_small_2x.jpg") 2x,url("img/hero_iphone16pro_avail__fnf0f9x70jiy_small_2x.webp") 1x,
url("img/hero_iphone16pro_avail__fnf0f9x70jiy_small_2x.webp") 2x);
		background-size:800px auto;
		background-color:var(--swatch-var-2805);
		background-position:center top;
	}
	.section-one-col{
		margin-top:275px;
		margin-bottom:0px;
	}
	.section-title{
		font-size:32px;
		text-align:center;
		letter-spacing:-1px;
	}
	.section-subheading{
		font-size:18px;
		text-align:center;
	}
	.learn-more{
		height:35px;
		width:110px;
		font-size:14px;
		text-align:center;
		padding-top:1px;
	}
	.buy-button{
		width:65px;
		height:35px;
		font-size:14px;
		padding-top:1px;
		border-width:1px 1px 1px 1px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-267)!important;
		fill:var(--swatch-var-267)!important;
	}
	.learn-more-white{
		height:35px;
		width:110px;
		font-size:14px;
		text-align:center;
		padding-top:1px;
	}
	.buy-button-white{
		width:65px;
		height:35px;
		font-size:12px;
		padding-top:1px;
		border-width:1px 1px 1px 1px;
	}
	.section-macbook-title{
		font-size:32px;
		text-align:center;
		margin-top:45px;
	}
	.section-subheading-macbook-air{
		font-size:18px;
		text-align:center;
	}
	.section-subheading-iwatch{
		font-size:18px;
		text-align:center;
	}
	.section-watch-title{
		font-size:32px;
		text-align:center;
	}
	.learn-more-quad{
		height:35px;
		width:110px;
		text-align:center;
		font-size:14px;
	}
	.buy-button-quad{
		width:65px;
		height:35px;
		font-size:14px;
	}
	.section-macbook-pro-title{
		font-size:32px;
		text-align:center;
		letter-spacing:0px;
	}
	.section-subheading-macbook-pro{
		font-size:18px;
		text-align:center;
	}
	.section-fitness-title{
		font-size:32px;
		text-align:center;
		margin-top:25px;
		margin-bottom:10px;
	}
	.fitness-discount-copy{
		font-size:14px;
		text-align:center;
		margin-bottom:10px;
	}
	.section-vision-title{
		font-size:32px;
		text-align:center;
	}
	.section-subheading-vision{
		font-size:16px;
		text-align:center;
		margin-bottom:15px;
	}
	.section-subheading-trade-in{
		font-size:18px;
		text-align:center;
	}
	.get-estimate-button{
		height:35px;
		width:135px;
		font-size:14px;
		text-align:center;
		padding-top:1px;
	}
	.iphone-reg-bkgd{
		background-image:url("img/hero_iphone16_avail__euwzls69btea_small_2x.jpg");
	background-image: -webkit-image-set(url("img/hero_iphone16_avail__euwzls69btea_small_2x.webp") 1x,
url("img/hero_iphone16_avail__euwzls69btea_small_2x.webp") 2x);background-image: image-set(url("img/hero_iphone16_avail__euwzls69btea_small_2x.jpg") 1x,
url("img/hero_iphone16_avail__euwzls69btea_small_2x.jpg") 2x,url("img/hero_iphone16_avail__euwzls69btea_small_2x.webp") 1x,
url("img/hero_iphone16_avail__euwzls69btea_small_2x.webp") 2x);
	}
	.macbook-air{
		background-image:url("img/hero_macbook_air_m3__cp4t7pn8zqaa_small_2x.jpg");
	background-image: -webkit-image-set(url("img/hero_macbook_air_m3__cp4t7pn8zqaa_small_2x.webp") 1x,
url("img/hero_macbook_air_m3__cp4t7pn8zqaa_small_2x.webp") 2x);background-image: image-set(url("img/hero_macbook_air_m3__cp4t7pn8zqaa_small_2x.jpg") 1x,
url("img/hero_macbook_air_m3__cp4t7pn8zqaa_small_2x.jpg") 2x,url("img/hero_macbook_air_m3__cp4t7pn8zqaa_small_2x.webp") 1x,
url("img/hero_macbook_air_m3__cp4t7pn8zqaa_small_2x.webp") 2x);
		background-size:800px auto;
		height:600px;
	}
	.iwatch-col{
		background-image:url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_small_2x.jpg");
	background-image: -webkit-image-set(url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_small_2x.webp") 1x,
url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_small_2x.webp") 2x);background-image: image-set(url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_small_2x.jpg") 1x,
url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_small_2x.jpg") 2x,url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_small_2x.webp") 1x,
url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_small_2x.webp") 2x);
	background-image: -webkit-image-set(url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_small_2x.webp") 1x,
url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_small_2x.webp") 2x);background-image: image-set(url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_small_2x.jpg") 1x,
url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_small_2x.jpg") 2x,url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_small_2x.webp") 1x,
url("img/promo_apple_watch_series_10_avail_lte__c70y29goir42_small_2x.webp") 2x);
	}
	.ipad-air-col{
		background-image:url("img/promo_ipadair_ai__3fv1eitzqv6y_small_2x.jpg");
	background-image: -webkit-image-set(url("img/promo_ipadair_ai__3fv1eitzqv6y_small_2x.webp") 1x,
url("img/promo_ipadair_ai__3fv1eitzqv6y_small_2x.webp") 2x);background-image: image-set(url("img/promo_ipadair_ai__3fv1eitzqv6y_small_2x.jpg") 1x,
url("img/promo_ipadair_ai__3fv1eitzqv6y_small_2x.jpg") 2x,url("img/promo_ipadair_ai__3fv1eitzqv6y_small_2x.webp") 1x,
url("img/promo_ipadair_ai__3fv1eitzqv6y_small_2x.webp") 2x);
	background-image: -webkit-image-set(url("img/promo_ipadair_ai__3fv1eitzqv6y_small_2x.webp") 1x,
url("img/promo_ipadair_ai__3fv1eitzqv6y_small_2x.webp") 2x);background-image: image-set(url("img/promo_ipadair_ai__3fv1eitzqv6y_small_2x.jpg") 1x,
url("img/promo_ipadair_ai__3fv1eitzqv6y_small_2x.jpg") 2x,url("img/promo_ipadair_ai__3fv1eitzqv6y_small_2x.webp") 1x,
url("img/promo_ipadair_ai__3fv1eitzqv6y_small_2x.webp") 2x);
		background-size:length;
		background-position:center top;
	}
	.hello-apple-intel-ipad{
		margin-top:280px;
	}
	.hello-apple-intel{
		margin-top:250px;
	}
	.link-list-title{
		margin-bottom:10px;
		margin-top:10px;
	}
	.link-list{
		margin-top:10px;
	}
	.section-subheading-fitness{
		font-size:18px;
		text-align:center;
		margin-bottom:10px;
	}
	.buy-button-fitness{
		width:80px;
		height:35px;
		font-size:12px;
	}
	.caption-text{
		font-size:15px;
		text-align:center;
		margin-left:-15px;
		margin-bottom:15px;
	}
	.caption-flex{
		flex-wrap:wrap-reverse;
		justify-content:center;
		margin-left:10px;
	}
	.carousel-images{
	}
	.stream-now-button{
		margin-bottom:20px;
	}
	.carousel-images-mobile{
		fill:transparent;
	}
	.apple-watch{
		background-image:url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.jpg");
	background-image: -webkit-image-set(url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 1x,
url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 2x);background-image: image-set(url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.jpg") 1x,
url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.jpg") 2x,url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 1x,
url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 2x);
	background-image: -webkit-image-set(url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 1x,
url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 2x);background-image: image-set(url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.jpg") 1x,
url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.jpg") 2x,url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 1x,
url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 2x);
	background-image: -webkit-image-set(url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 1x,
url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 2x);background-image: image-set(url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.jpg") 1x,
url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.jpg") 2x,url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 1x,
url("img/hero_apple_watch_unity__fcd4ixxe9ouq_largetall_2x.webp") 2x);
		background-size:cover;
		height:500px;
		background-position:center center;
	}
	.section-subheading-apple-watch{
		font-size:16px;
		text-align:center;
		line-height:24px;
		margin-bottom:10px;
		background-size:auto auto;
	}
	.buy-button-white-filled{
		width:70px;
		height:35px;
		font-size:14px;
		padding-top:1px;
	}
	.apple-watch-logo{
		width:150px;
	}
	.watch-video{
		height:160px;
		width:129px;
		margin-left:97px;
		border-radius:40px 40px 40px 40px;
		margin-top:64px;
		background-clip:content-box!important;
		-webkit-background-clip:content-box!important;
	}
	
}

