@media only screen and (min-width: 735px){
    .section-in-the-car .section-scenario-intro .typography-section-headline{
        line-height: .8423076923;
    }

    .section-in-the-car .grid .copy-container{
        margin-top: 50px;
    }
}

.inline_nowrap{
    display: inline;
    white-space: nowrap;
}



.overview-car-tile-2 {
    display: block;
    width: var(--p-width);
    height: var(--p-height);
    --p-width: 437px;
    --p-height:204px
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
    .overview-car-tile-2 {
        --p-width: 305px;
        --p-height:143px
    }
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
    .overview-car-tile-2 {
        --p-width: 250px;
        --p-height:117px
    }
}

@media only screen and (max-width: 735px){
    .left-for-small{
        padding-left: 0.6em;
    }
}

/*ArtCD start*/
.section-working-out .headline, .section-in-the-kitchen .headline{
    margin-left: -10px;
}

@media only screen and (max-width: 734px) {
    .section-working-out .headline, .section-in-the-kitchen .headline{
        margin-left: -5px;
    }
}

/*.section-siri-does-this .utterance-tags{
    grid-template-columns: repeat(8, minmax(100px, 113px));
    max-width: 900px;
}

@media only screen and (max-width: 1068px) {
    .section-siri-does-this .utterance-tags {
        grid-template-columns:repeat(8, minmax(70px, 92px))
    }
}
*/

/*ArtCD end*/


.section-hero-images .homepod-update {
    mix-blend-mode: normal;
    z-index: 10;
    position: relative;
    margin-bottom: var(--homepod-bottom);
    transform: scale(1.3) translateY(50%);
}


/*grid-tiles*/

@media only screen and (min-width: 1069px) {
    .section-scenario .scenario-tile.large-span-center {
        display: flex;
        min-height: 400px;
        align-items: center;
        justify-content: space-between;
        grid-column: span 12;
    }
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
    .section-scenario .scenario-tile.large-span-center {
        display: flex;
        min-height: 300px;
        align-items: center;
        justify-content: space-between;
        grid-column: span 12;  
    }
}


.section-scenario .grid-tiles-2 {
        height: 400px;
    }

@media only screen and (max-width: 1068px) {
    .section-scenario .grid-tiles-2 {
        height: 300px !important;
    }
}

@media only screen and (max-width: 734px) {
    .section-scenario .grid-tiles-2 {
        height: 428px !important;
    }
}

@media only screen and (min-width: 1069px) {
    .section-scenario .scenario-tile.align-bottom #overview-car-tile-1-1.tile-image {
        padding-right: 93px;
    }
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
    .section-scenario .scenario-tile.align-bottom #overview-car-tile-1-1.tile-image {
        padding-right: 33px;
    }
}

.section-on-the-go .headline {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-image: linear-gradient(45deg,#224D88 32%,#935893 60%,#E896B8 80%);
    padding: 20px 0 55px;
}


@media only screen and (max-width:1068px) {
    .typography-headline {
        font-size: 30px;
        line-height: 1.1;
        font-weight: 600;
        letter-spacing: 0em;
        font-family: SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    }
}

@media only screen and (max-width:1200px) {
    .section-scenario .align-hw-right .hey-siri.hey-siri {
        grid-column-end: 7;
    }
}
