h1 {
    color: #000000;
    font-family: Arial;
    font-size: 2.188rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

h2 {
    color: #000000;
    font-family: Arial;
    font-size: 1.313rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.icon-headline {
    width: 4rem;
    height: 4rem;
    border-radius: 2rem;
    background-color: #F7C400;
    text-align: center;
}

.icon--cell-phone::before {
    font-size: 4rem;
}

.main {
    background-color: #ffffff;
}

.main__container {
    max-width: 1024px;
    background-color: #F3F3F3;
    padding: 0;
}

.container {
    padding: 1.25rem .625rem 0 .625rem;
    margin-bottom: 1.25rem;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
}

.container:last-child {
    padding: 1.25rem .625rem;
}

@media (min-width: 768px) {
    .container {
        padding: 1.25rem 3.125rem 0 3.125rem;
    }

    .container:last-child {
        padding: 1.25rem 3.125rem;
    }
}

.container__header {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 1.875rem;
}

.container__headline {
    justify-content: flex-start;
}

.container__headline h1 {
    margin-left: .625rem;
}


.container__steps {
    position: relative;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding-top: 1.875rem;
    margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
    .container__steps {
        flex-flow: row;
        align-items: start;
    }
}

.container__steps--step {
    flex-flow: column;
    max-width: 300px;
    width: 100%;
    margin-top: 1.25rem;
    z-index: 1;
}

.container__steps--step:first-child {
    margin-top: 0;
}

@media (min-width: 768px) {
    .container__steps--step {
        margin-top: 0;
        max-width: 216px;
    }
}

.step-number {
    width: 4rem;
    height: 4rem;
    background-color: #F7C400;
    border-radius: 2rem;
    margin: auto;
}

.step-number--app {
    background-color: #FFFFFF;
}

.step-number--icon {
    background-color: transparent;
    border-radius: 0;
}

.step-number--icon img {
    width: 4rem;
    height: 4rem;
}

.step-number p {
    color: #000000;
    font-size: 1.625rem;
    line-height: 4rem;
    font-weight: 700;
    margin: 0;
}

.step-text {
    text-align: center;
    margin-top: 1.5rem;
    /*min-height:unset;*/
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.step-text img {
    width: 100px;
    height: auto;
}

.step-text p {
    margin-top: 0;
    margin-bottom: 0;
}

.step-text p.qr {
    margin-top: .625rem;
}

.blackline {
    display: none;
    position: absolute;
    top: 3.75rem;
    left: 150px;
    width: calc(100% - 300px);
    background-color: #000000;
    height: .313rem;
    z-index: 0;
}

@media (min-width: 768px) {
    .blackline {
        display: block;
    }
}

.container__text {
    flex-flow: column;
    align-items: start;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.container__text--links {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
}

.container__text p {
    margin: 0 0 .625rem 0;
}

p.text {
    font-size: .875rem;
    line-height: 1.25rem;
}

p.text--center {
    width: 100%;
    text-align: center;
}

p.text:last-child {
    margin-bottom: 0;
}

.container__text ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.container__text ul li {
    margin: 0 0 .625rem 0;
    position: relative;
    padding-left: 32px;
}

.container__text ul li:last-child {
    margin: 0;
}

.container__text ul li:before {
    font-family: 'pl24-iconfont' !important;
    content: "\e928";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #7D0000;
    font-size: 2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -3px;
    left: -4px;
}

.container__text ul li.info, .container__text ul li.question {
    font-size: .875rem;
    line-height: 1.25rem;
    padding-left: 41px;
    padding-top: 3px;
}

.container__text ul li.info:before, .container__text ul li.question:before {
    content: "\e961";
    color: #000000;
    left: -1px;
}

.container__text ul li.question:before {
    content: "\e981";
}

.container__image {
    padding: 1.25rem 0 0 0;
    margin-bottom: 0;
}

.container__image img {
    width: 100%;
    height: auto;
}

.container__signature {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin-bottom: 0;
}

.container__signature .text--signature {
    margin-bottom: 1.25rem;
}

.container__footnote {
    padding-top: 0;
}

.container__footnote p {
    margin-top: 0;
}

.container__signature .text--lightgrey, .container__footnote .text--lightgrey {
    margin-bottom: 0;
    color: #ABACB0;
    font-size: .75rem;
    line-height: normal;
}

.container__signature .text--lightgrey a {
    color: #ABACB0;
    text-decoration: underline;
}

.container__logo--partslink24 {
    width:200px;
    height: 35px;
    align-self: end;
}

.container__logo--lexcom {
    width: 62px;
    height: 85px;
    padding: 1.25rem .625rem;
    background-color: #ffffff;
    border-radius: 0 0 .625rem .625rem;
    margin-right: 0;
}

@media (min-width: 768px) {
    .container__logo--lexcom {
        margin-right: -30px;
    }
}

.container__brand {
    padding-top: 0;
    flex-flow: wrap;
    justify-content: center;
}

.container__brand-headline {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: .625rem;
}

.container__brand-headline p.text {
    margin-top: 0;
}

.brand-item {
    width: 58px;
    height: 58px;
    margin: .625rem .75rem;
}

.brand-item img {
    width: 100%;
    height: auto;
}

.container__footer {
    margin-bottom: 0;
    flex-flow: column;
    justify-content: space-between;
    align-items: start;
    border-top: 1px dashed rgba(0, 0, 0, 0.30);
}

.container__footer .footertext {
    margin: 0;
    font-size: .75rem;
    font-weight: 400;
    line-height: normal;
    padding-right: 0;
    padding-bottom: 3rem;
}

.container__footer .footertext:last-child {
    padding-right: 0;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .container__footer {
        flex-flow: row;
    }

    .container__footer .footertext {
        padding-right: 1.25rem;
        padding-bottom: 0;
    }
}

.container__videobutton {
    margin-bottom: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}

@media (min-width: 970px) {
    .container__videobutton {
        flex-flow: row;
        align-items: flex-end;
    }
}

.container__videobutton p.text {
    margin-top: 0;
}

.container__videobutton button {
    padding: .625rem 1.25rem;
    border-radius: 1.438rem;
    margin-left: 0;
    display: flex;
    align-items: center;
    width: auto;
}

@media (min-width: 970px) {
    .container__videobutton button {
        margin-left: .625rem;
    }
}

.container__videobutton button img {
    width: 32px;
    height: 26px;
    margin-right: .625rem;
}