.page-wrapper h3{
    font-weight:600
}
.page-wrapper .message{
    font-size:14px
}
.page-wrapper a.btn{
    font-size:12px
}
.page-wrapper .pmd-section.org .btn, .page-wrapper .pmd-section.org .btn-primary{
    padding:.5rem
}
.page-wrapper .pmd-section .title .no-margin{
    margin:0
}
.page-wrapper .pmd-section.picture-collage{
    display:flex;
    flex-direction:row;
    justify-content:center
}
.page-wrapper .pmd-section.picture-collage .collage{
    display:flex;
    flex-direction:column;
    width:33.33%;
    padding:0 12px
}
.page-wrapper .pmd-section.picture-collage .collage .image{
    position:relative;
    width:100%;
    padding-top:150%;
    margin-bottom:12px
}
.page-wrapper .pmd-section.picture-collage .collage .image img{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover
}
.page-wrapper .pmd-section.picture-collage .collage .image:last-child{
    padding-top:66.8%;
    margin-bottom:0;
    margin-top:12px
}
.page-wrapper .pmd-section.picture-collage .collage:nth-child(2) .image, .page-wrapper .pmd-section.picture-collage .collage:nth-child(5) .image{
    padding-top:66.8%
}
.page-wrapper .pmd-section.picture-collage .collage:nth-child(2) .image:last-child, .page-wrapper .pmd-section.picture-collage .collage:nth-child(5) .image:last-child{
    padding-top:150%
}
.page-wrapper .pmd-section.picture-collage .collage:nth-child(3){
    width:25%
}
.page-wrapper .pmd-section.picture-collage .collage:nth-child(3) .image{
    padding-top:150%
}
.page-wrapper .pmd-section.picture-collage .collage.hide-mobile{
    display:none
}
.page-wrapper .pmd-section.no-bottom-padding{
    padding-bottom:0
}
.page-wrapper .pmd-section .message{
    padding:0 5%
}
.page-wrapper .pmd-section .message p{
    color:#141212;
    line-height:1.5
}
.page-wrapper .pmd-section .message .bold{
    font-weight:700
}
.page-wrapper .pmd-section .message.black{
    color:#000
}
.page-wrapper .pmd-section .message .sig{
    width:50%
}
.page-wrapper .pmd-section .shipping-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
    border-bottom:1px solid #000
}
@media only screen and (min-width:1024px){
    .page-wrapper .pmd-section{
        position:relative
    }
    .page-wrapper .pmd-section.top{
        justify-content:center
    }
    .page-wrapper .pmd-section.top .top-title{
        max-width:626px;
        padding-bottom:8px
    }
    .page-wrapper .pmd-section.top .top-title .title{
        align-items:center
    }
    .page-wrapper .pmd-section.top .top-title .title img{
        width:80%
    }
    .page-wrapper .pmd-section.top .top-content{
        max-width:626px
    }
    .page-wrapper .pmd-section.top .top-content .message .sig{
        width:30%
    }
    .page-wrapper .pmd-section.picture-collage{
        max-width:1200px
    }
    .page-wrapper .pmd-section.picture-collage .collage{
        width:17.325%
    }
    .page-wrapper .pmd-section.picture-collage .collage.hide-mobile{
        display:flex
    }
    .page-wrapper .pmd-section.picture-collage .collage:nth-child(3){
        width:13.125%
    }
    .page-wrapper .pmd-section.how-it-works{
        display:flex;
        flex-direction:row;
        width:80%;
        margin:64px 10% 32px;
        border-bottom:1px solid #e5e5e5
    }
    .page-wrapper .pmd-section.how-it-works .info{
        text-align:start;
        padding-right:5%;
        width:50%
    }
    .page-wrapper .pmd-section.how-it-works .info .message{
        padding:0
    }
    .page-wrapper .pmd-section.how-it-works .graphic{
        margin-right:5%
    }
    .page-wrapper .pmd-section.org{
        flex-direction:row;
        padding:32px 10%;
        justify-content:flex-start;
        max-width:1200px
    }
    .page-wrapper .pmd-section.org.end{
        justify-content:flex-end
    }
    .page-wrapper .pmd-section.org img{
        width:auto;
        height:250px
    }
    .page-wrapper .pmd-section.org .info{
        text-align:start;
        margin-left:16px;
        width:50%
    }
    .page-wrapper .pmd-section.org .info .message{
        padding:0
    }
    .page-wrapper .pmd-section.org .info .action{
        justify-content:flex-start
    }
    .page-wrapper .pmd-section .confidence-title{
        margin-top:2rem
    }
    .page-wrapper .pmd-section .confidence-title:before{
        content:"";
        display:block;
        position:absolute;
        width:80%;
        top:16px;
        left:0;
        right:0;
        margin:auto;
        border-bottom:1px solid #e5e5e5
    }
    .page-wrapper .pmd-section.tag{
        padding:32px 15% 128px
    }
    .page-wrapper .pmd-section.tag .title{
        margin-top:32px
    }
}
