/*h1 { max-width: 55%; text-align: center; margin-left: -32px; }*/

h1 { 
    position: relative; 
    text-align: center; 
    left: -102px; 
    text-shadow: 2px 2px #000;
}

a.phone.pink::before {
    width: 6vw;
    height: 6vw;

    min-width: 19.2px;
	min-height: 19.2px;

	max-width: 45px;
	max-height: 45px;
	margin-right: 5px;
}

section.hero {
    position: relative;
    background: url(img/hero.jpg) no-repeat;
    background-size: contain;
    background-position: top center;
    color: var(--white);
    width: 100%;
    height: 48.57vw;
    max-height: 700px;
    min-height: 155px;
}

div.border {
    border-top: solid 10px var(--pink);
}

.hero .text {
    font-size: 13px;
    /*margin-top: 13px;*/
    margin-top: 6.4px;
    padding: 3.2px 10px;
}

.hero img.logo {
    min-width: 120px;
    margin-bottom: 5px;
    width: 30vw;
    max-width: 430px;
}

.hero .offers {
    position: relative;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 112px);
    grid-column-gap: 96px;
}

.hero .offers > div { 
    padding: 2px; 
    border-radius: 10px; 
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hero .offers small { font-size: .55em; }
.hero .offers .claims {
    background-color: var(--white);
    color: var(--pink);
    opacity: .7;
}

.hero .retail { 
    background-color: var(--pink); 
    font-size: .8em;
    line-height: .6em;
}

.hero .retail.mobile {
	position: absolute;
	letter-spacing: 2px;
	font-size: 1em;
	text-align: center;
	left: -30px;
	right: -30px;
	bottom: -33.6px;
	border-radius: 0;
	line-height: .5em;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-content: center;
}

section.content { font-size: 12px; }
section.content .desktop .badges { flex-wrap: nowrap; }
section.content .mobile { text-align: center; }

section.content .mobile.grid {
	grid-template-columns: 20% auto;
	gap: 12px;
    align-items: center;
    justify-content: center;
}

section.content .mobile.grid strong { color: var(--pink); }

section.content h2 { 
    font-size: 1.8em !important;
    line-height: 1.2em;
    text-align: center;
    color: var(--dkblue);
    margin: 20px 0;
}
section.content p { color: var(--gray-text); }
section.content p + h2 { margin-top: 20px; }

section.content .how-it-works {
    display: grid;
    grid-template-columns: 1fr;
    background-color: var(--dkblue);
    text-align: center;
    gap: 60px;
	padding: 30px 0;
    margin: 0 -10px;
}

section.content .how-it-works > div {
	display: grid;
	grid-template-columns: 300px;
	justify-content: center;
	align-content: baseline;
	justify-items: center;
}

section.content .how-it-works p { 
    color: var(--white); 
    /*font-size: .7em;*/
}

section.content .how-it-works .circle {
	height: 50px;
	width: 50px;
	background-color: var(--white);
	color: var(--teal);
	border-radius: 50%;
	margin: 20px auto 0;
	font-weight: 800;
	display: grid;
    align-content: center;
    font-size: 1.4em;
}

section.content .offer {
	color: var(--pink);
	border: solid 3px var(--pink);
	display: grid;
    grid-template-rows: repeat(2, 1fr);
    gap: 50px;
	font-size: 19px;
	align-items: normal;
	font-weight: 800;
    position: relative;
    text-align: center;
}

section.content .offer .retail {
    background-color: var(--pink);
    color: var(--white);
    font-size: 2em;
    position: relative;
}

section.content .offer .retail::after {
	content: '';
	position: absolute;
    right: 0;
    bottom: -29px;
	width: 0;
	height: 0;
    transform: translateX(-50%);
    left: 50%;
    border-left: 151px solid transparent;
	border-right: 151px solid transparent;
	border-top: 30px solid var(--pink);
}

/*section.content .offer .retail + div {
	margin-left: -30px;
	text-align: center;
}*/

section.content .offer .retail + div::before {
	content: '';
	clip-path: polygon(0% 0%, 100% 0, 100% 60%, 50% 100%, 0 60%);
	position: absolute;
    left: 0;
	background-color: #d1d1d1;
	top: 0;
	bottom: 60px;
    width: 100%;
	z-index: -1;
}

section.content .appliances {
	grid-template-columns: 1fr;
    gap: 20px;
	justify-content: center;
    justify-items: center;
	align-items: self-end;
}

section.content .download.grid {
    position: relative;
	background-color: var(--ltgray);
	padding: 20px 0;
	justify-items: center;
	grid-row-gap: 20px;
}

section.content .download.grid h2 {
    margin: 0;
}

section.content .download.grid h3 {
    color: var(--teal);
    text-align: center;
    font-size: 1.5em;
}

section.content .download.grid a.btn {
	color: var(--white);
	background-color: var(--teal);
	font-size: 1.6em;
	font-weight: 600;
	border-radius: 20px;
	border-color: unset;
	grid-row: 3;
	/*width: 210px;*/
    padding: 10px 30px;
}

section.content .download.grid img {
	width: 300px;
}

@media only screen and (min-width:320px) {
    h1 { left: -32vw; }

    .hero .text {
        font-size: 4vw;
        margin-top: 2vw;
        padding: 1vw 10px;
    }

    .hero .offers { 
        font-size: 5vw;
        grid-column-gap: 30vw;
        grid-template-columns: repeat(2, 35vw);
    }

    .hero .retail.mobile { bottom: -10.5vw; }
    section.content { font-size: 3vw; }

    section.content .offer .retail::after {
        border-left-width: 48vw;
        border-right-width: 48vw;
    }

    section.content .offer .retail + div::before {
        clip-path: polygon(0% 0%, 100% 0, 100% calc(55% + 1vw), 50% 100%, 0 calc(55% + 1vw));
    }
}

@media only screen and (min-width:365px) {
    .hero .offers { margin-top: 2vw; }
}

@media only screen and (min-width:640px) {
    .hero .offers { 
        margin-top: 5vw;
        justify-content: space-between;
        grid-template-columns: repeat(2, 30vw);
    }
    section.content .grid .desktop { display: none !important; }

    section.content .offer {
        font-size: 3vw;
        grid-template-rows: auto;
        grid-template-columns: 35% auto;
    }

    section.content .offer .retail::after {
        right: -34px;
        bottom: 0;
        left: unset;
        transform: unset;
        border-top: 3.7vw solid transparent;
        border-bottom: 3.7vw  solid transparent;
        border-left: 34px solid var(--pink);
        border-right: initial;
    }

    section.content .offer .retail + div {
        margin-left: -30px;        
    }

    section.content .offer .retail + div::before {
        clip-path: polygon(0% 0%, 1.6vw 0%, 100% 50%, 1.6vw 100%, 0% 100%);
        bottom: 0;
        left: calc(30% + 4vw);
        width: calc(40px + 1vw);
    }

    section.content { font-size: 1.6vw; }
    section.content .grid { grid-template-columns: repeat(2, 1fr); justify-content: center; }
    section.content .grid .desktop { display: block !important; }
    section.content .how-it-works { grid-template-columns: repeat(3, 1fr); }
    section.content .how-it-works > div { grid-template-columns: 25vw; }
    section.content .grid.appliances { grid-template-columns: repeat(3, 1fr); }


    section.content .download.grid {
        grid-template-columns: repeat(2, auto);
        align-items: center;
        font-size: .8em;
        padding: 3.5vw 25px;
        /*grid-row-gap: 10px;*/
        justify-content: left;
        margin: 6vw 0;
        grid-column-gap: 6vw;
    }

    section.content .download.grid a.btn {
        grid-row: initial;
    }
    
    section.content .download.grid img {
        position: absolute;
        right: 45px;
        transform: rotate(10deg);
        width: 20vw;
        /*min-width: 290px;*/
        max-width: 290px;
    }
}

@media only screen and (min-width:900px) {
    section.content .download.grid {
        grid-column-gap: 10vw;
    }
}

@media only screen and (min-width:1200px) {

}

@media only screen and (min-width:1440px) {
    h1 { left: -460px; }
    .hero .text {
        font-size: 58px;
        margin-top: 58px;
        padding: 14px 10px;
    }

    .hero .offers {
        font-size: 72px;
        margin-top: 85px;
        grid-column-gap: 432px;
        grid-template-columns: repeat(2, 432px);
    }

    section.content { font-size: 24px; }
    section.content .grid { grid-template-columns: repeat(2, 680px); }
    section.content .how-it-works > div { grid-template-columns: 300px; }

    section.content .offer { font-size: 43.2px; }
    section.content .offer .retail::after {
        border-top-width: 52px;
        border-bottom-width: 52px;
    }

    section.content .offer .retail + div::before {
        clip-path: polygon(0% 0%, 37px 0%, 100% 50%, 37px 100%, 0% 100%);
        left: 468px;
        width: 70px;
    }

    section.content .download.grid {
        padding: 50px 25px;
        margin: 86px auto;
        grid-column-gap: 144px;
    }
}