/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/






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




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

@media only screen and (max-width: 1068px) {
	.section-tiles {
		overflow-x: visible;
	}
}
@media only screen and (max-width: 734px) {
    .detail-tiles .detail-tile {
        min-height: 592px;
    }
}

@media only screen and (max-width: 820px) {
    .section-tiles .grid-item-tile-productivity .detail-tile {
        min-height: 900px;
    }
}
@media only screen and (max-width: 734px) {
    .section-tiles .grid-item-tile-productivity .detail-tile {
        min-height: 692px;
    }
}
@media only screen and (max-width: 374px) {
    .section-tiles .grid-item-tile-productivity .detail-tile {
        min-height: 800px;
    }
}

.typography-only-with-apple-column-headline {
    font-size: 42px;
}
@media only screen and (max-width: 1068px) {
    .typography-only-with-apple-column-headline {
        font-size: 32px;
    }
}





.section-tiles .grid-item.large-span-6 {
		height: unset;
	}
@media only screen and (max-width: 1068px) {
	.section-tiles .grid-item.large-span-6 {
		height: 920px
	}
}
@media only screen and (max-width: 734px) {
	.section-tiles .grid-item.large-span-6 {
		height: 835px;
	}
}




.section-only-with-apple .row .column:nth-child(2) {
	padding-left: 25px;
}
@media only screen and (max-width: 1068px) {
	.section-only-with-apple .row .column:nth-child(2) {
		padding-left:0;
	}
}
@media only screen and (max-width: 734px) {
	.section-only-with-apple .row .column:nth-child(2) {
		padding-left:0;
	}
}
.section-only-with-apple .row .column:nth-child(3) {
		padding-right:0;
		padding-left: 20px;
	}
@media only screen and (max-width: 1068px) {
	.section-only-with-apple .row .column:nth-child(3) {
		padding-left:0;
	}
}
@media only screen and (max-width: 734px) {
	.section-only-with-apple .row .column:nth-child(3) {
		padding-left:0;
	}
}



@media only screen and (max-width:1068px) {
	.section-tiles {
		--tile-padding: 49px;
	}
}



@media only screen and (max-width:734px) {
	.section-quote-second .detail-quote {
		padding: 65px 32px;
	}
}

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