.at-lpfs {
    margin: 0 auto var(--articleMarginBottomSmall) auto;
}

@media screen and (min-width: 830px) and (max-width: 1023px) {
    .at-lpfs .at-lpfs__article {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0
    }

    .at-lpfs .at-lpfs__thumbnail {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .at-lpfs .at-lpfs__thumbnail + .at-lpfs__body {
        padding-left: 1rem
    }

    .at-lpfs .smallerIcon img {
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .at-lpfs {
        margin-bottom: 4rem
    }
}

@media screen and (min-width: 1023px) {
    .at-lpfs .at-lpfs__article {
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0
    }
}

.at-lpfs__sectionTitle, .at-lpfs__sectionIntro {
    text-align: center
}

.at-lpfs__sectionTitle {
    color: var(--primaryColor500);
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
    font-weight: 700
}

.at-lpfs__sectionIntro {
    margin: 0 auto 3rem
}

.smallerIcon img {
    width: 40%
}

.at-lpfs__articleTitleElement {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--baseDark500);
    margin-top: 0;
}

.at-lpfs__articleTitleElement.at-lpfs__heading--big {
    font-size: 1.5rem
}

.at-lpfs__articleTitleElement.at-lpfs__heading--noMargin {
    margin-top: 0
}

@media screen and (max-width: 1023px) {
    .at-lpfs__articleTitleElement {
        height: auto !important
    }
}

.at-lpfs__sectionsContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: var(--borderRadius);
}

@media screen and (min-width: 768px) {
    .at-lpfs--2 .at-lpfs__sectionsContainer .at-lpfs__article {
        margin-right: 3%;
        -ms-flex-preferred-size: calc((100% - 3% * (2 - 1)) / 2);
        flex-basis: calc((100% - 3% * (2 - 1)) / 2)
    }

    .at-lpfs--2 .at-lpfs__sectionsContainer .at-lpfs__article:last-child {
        margin-right: 0
    }

    .at-lpfs--3 .at-lpfs__sectionsContainer .at-lpfs__article {
        margin-right: 3%;
        -ms-flex-preferred-size: calc((100% - 3% * (3 - 1)) / 3);
        flex-basis: calc((100% - 3% * (3 - 1)) / 3)
    }

    .at-lpfs--3 .at-lpfs__sectionsContainer .at-lpfs__article:last-child {
        margin-right: 0
    }

    .at-lpfs--4 .at-lpfs__sectionsContainer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .at-lpfs--4 .at-lpfs__sectionsContainer .at-lpfs__article {
        margin-right: 3%;
        -ms-flex-preferred-size: calc((100% - 3% * (2 - 1)) / 2);
        flex-basis: calc((100% - 3% * (2 - 1)) / 2)
    }

    .at-lpfs--4 .at-lpfs__sectionsContainer .at-lpfs__article:last-child {
        margin-right: 0
    }

    .at-lpfs--4 .at-lpfs__sectionsContainer .at-lpfs__article:nth-child(2) {
        margin-right: 0
    }

    .at-lpfs--4 .at-lpfs__sectionsContainer .at-lpfs__article:nth-child(1), .at-lpfs--4 .at-lpfs__sectionsContainer .at-lpfs__article:nth-child(2) {
        margin-bottom: 1rem
    }
}

@media screen and (min-width: 1024px) {
    .at-lpfs--4 .at-lpfs__sectionsContainer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .at-lpfs--4 .at-lpfs__sectionsContainer .at-lpfs__article {
        margin-right: 3%;
        -ms-flex-preferred-size: calc((100% - 3% * (4 - 1)) / 4);
        flex-basis: calc((100% - 3% * (4 - 1)) / 4)
    }

    .at-lpfs--4 .at-lpfs__sectionsContainer .at-lpfs__article:last-child {
        margin-right: 0
    }

    .at-lpfs--4 .at-lpfs__sectionsContainer .at-lpfs__article:nth-child(2) {
        margin-right: 3%
    }

    .at-lpfs--4 .at-lpfs__sectionsContainer .at-lpfs__article:nth-child(1), .at-lpfs--4 .at-lpfs__sectionsContainer .at-lpfs__article:nth-child(2) {
        margin-bottom: 0
    }
}

.at-lpfs__sectionsContainer.at-lpfs__sectionsContainer--hasBackgroundColor {
    padding: 1.5rem;
    background-color: var(--lightBlue);
    margin-top: 2rem
}

@media screen and (min-width: 768px) {
    .at-lpfs__sectionsContainer.at-lpfs__sectionsContainer--hasBackgroundColor {
        padding: 2rem
    }
}

@media screen and (min-width: 768px) {
    .at-lpfs__sectionsContainer.at-lpfs__sectionsContainer--forceWrap {
        display: block;
    }
}

.at-lpfs__article {
    width: 100%;
    min-height: 162px;
    background-color: #fff;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: .75rem 0;
    padding-bottom: 0 !important;
    border-radius: var(--borderRadius);
    border: 1px solid var(--baseLight200);
}

.at-lpfs__article:last-child {
    margin-right: 0
}

.at-lpfs__article.at-lpfs__article--hasShadow {
    border: 1px solid var(--baseLight500);
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.055), 0 0 30px 0 rgba(0, 0, 0, 0.03);
}

@media screen and (min-width: 768px) {
    .at-lpfs__article.at-lpfs__article--hasShadow {
        box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.055), 0 0 30px 0 rgba(0, 0, 0, 0.03);
        border: 0
    }
}

@media screen and (min-width: 1024px) {
    .at-lpfs__article {
        border-radius: var(--borderRadius);
    }
}

.at-lpfs__header {
    position: relative;
}

.at-lpfs__header .at-lpfs__linkImage {
    text-decoration: none
}

.at-lpfs__header .at-lpfs__linkImage:hover .at-lpfs__figure {
    transform: scale(1.05)
}

.at-lpfs__header .at-lpfs__linkImage:hover .at-lpfs__figure:before {
    opacity: 1
}

.at-lpfs__header .at-lpfs__linkImage:hover .at-lpfs__thumbnail:before {
    opacity: 1
}

.at-lpfs__thumbnail {
    overflow: hidden;
    -ms-flex-item-align: start;
    align-self: flex-start;
    height: auto;
    padding: 0;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    border-radius: var(--borderRadius);
}

@media screen and (min-width: 1024px) {
    .at-lpfs__thumbnail {
        border-radius: var(--borderRadius);
    }
}

@media screen and (min-width: 768px) {
    .at-lpfs__thumbnail {
        width: 100%;
        padding: 0;
        position: relative;
        top: inherit;
        left: inherit;
        border-bottom-left-radius: var(--borderRadius);
        border-bottom-right-radius: var(--borderRadius);
    }
}

.at-lpfs__figure {
    width: 100%;
    margin: 0;
    background-color: var(--lightBlue);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 57.25%;
    border-radius: var(--borderRadius);
    transition: all var(--transitionTime) ease-in-out
}

@media screen and (min-width: 768px) {
    .at-lpfs__figure {
        display: -ms-flexbox;
        display: flex;
        max-height: inherit;
        border-bottom-left-radius: var(--borderRadius);
        border-bottom-right-radius: var(--borderRadius);
    }
}

@media screen and (min-width: 1024px) {
    .at-lpfs__figure {
        border-top-left-radius: var(--borderRadius);
        border-top-right-radius: var(--borderRadius);
    }
}

.at-lpfs__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-height: 90px;
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    .at-lpfs__sectionsContainer--hasImage .at-lpfs__body {
    }

    .at-lpfs__sectionsContainer--hidePicturesMobile .at-lpfs__figure {
        display: none;
    }
}

.at-lpfs__body.at-lpfs__body--centered main {
    text-align: center;
    align-items: center;
}

.at-lpfs__body.at-lpfs__body--centered main ul {
    text-align: center;
    list-style-position: inside;
}

.at-lpfs__body.at-lpfs__body--centered main ul > li {
    display: block;
}

.at-lpfs__footer.at-lpfs__footer--centered {
    align-items: center;
}


@media screen and (min-width: 768px) {
    .at-lpfs__body {
        -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
        padding-left: 0
    }
}

.at-lpfs__body main {
    padding: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    -ms-flex-align: center;
    width: 100%;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .at-lpfs__body main {
    }
}

.at-lpfs__text ul {
    padding: 0 0 0 1rem;
}

.at-lpfs__titleLink {
    color: var(--baseDark500);
    text-decoration: none
}

.at-lpfs__titleLink:hover {
    text-decoration: none;
}

.at-lpfs__titleLink:hover .at-lpfs__title {
    color: var(--primaryColor600);
}

.at-lpfs__title {
    transition: all var(--transitionTime) ease-in-out;
    font-size: 1.25rem;
    margin-bottom: .5rem
}

.at-lpfs__footer {
    margin-top: auto;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 1.5rem 1.5rem 1.5rem;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    justify-content: center;
    align-items: flex-start;
}

.at-lpfs__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: flex-end
}

.at-lpfs__actions .at-lpfs__cta {
    line-height: 1;
    transition: all var(--transitionTime) ease-in-out;
    border: 1px solid var(--green600);
    height: 42px;
    border-radius: var(--borderRadius);
    font-weight: 600;
    font-family: var(--baseFont);
    font-size: 1rem;
    white-space: nowrap;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1.25rem;
    text-decoration: none;
    color: #fff;
    background-color: var(--green600);
    min-width: 135px


}

.at-lpfs__actions .at-lpfs__cta span {
    line-height: 1.5;
}

.at-lpfs__actions .at-lpfs__cta:hover {
    color: #fff;
    background-color: var(--green700);
    border-color: var(--green700);
}

.at-lpfs__actions .at-lpfs__cta:after {
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 0.8rem;
    content: '\e84e';
    font-family: var(--iconFont);
    font-weight: 400;
    position: relative;
    top: 2px;
    transition: all var(--transitionTime) ease-in-out;
    color: #fff;
}

.at-lpfs__actions .at-lpfs__cta:hover:after {
    margin-left: .75rem
}


.at-lpfs__actions .at-lpfs__cta.at-lpfs__cta--secondary {
    transition: all var(--transitionTime) ease-in-out;
    border: 1px solid var(--primaryColor500);
    background-color: var(--primaryColor500);
    color: #fff;
    height: 42px;
    border-radius: var(--borderRadius);
    font-weight: 600;
    font-family: var(--baseFont);
    font-size: 1rem;
    white-space: nowrap;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1.25rem;
    line-height: 1;
    text-decoration: none
}

.at-lpfs__actions .at-lpfs__cta.at-lpfs__cta--secondary:hover {
    color: #fff;
    border-color: var(--primaryColor600);
    background-color: var(--primaryColor600);
}

.at-lpfs__actions .at-lpfs__cta.at-lpfs__cta--secondary span {
    line-height: 1
}

.at-lpfs__actions .at-lpfs__cta.at-lpfs__cta--secondary:after {
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 0.8rem;
    content: '\e84e';
    font-family: var(--iconFont);
    font-weight: 400;
    position: relative;
    top: 2px;
    transition: all var(--transitionTime) ease-in-out;
    color: #fff;
}

.at-lpfs__actions .at-lpfs__cta.at-lpfs__cta--secondary:hover:after {
    margin-left: .75rem
}

@media screen and (max-width: 767px) {
    .at-lpfs__actions .at-lpfs__cta.at-lpfs__cta--secondary:after {
        margin-left: 0;
    }

    .at-lpfs__actions .at-lpfs__cta.at-lpfs__cta--secondary:hover:after {
        margin-left: 0;
    }
}

.at-lpfs__buttonWrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2.5rem
}

.at-lpfs__button {
    transition: all var(--transitionTime) ease-in-out;
    border: 1px solid var(--primaryColor500);
    height: 56px;
    border-radius: var(--borderRadius);
    font-weight: 600;
    font-family: var(--baseFont);
    font-size: 1.15rem;
    white-space: nowrap;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0rem 1.5rem;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    background-color: var(--primaryColor500);
    min-width: 200px;
}

.at-lpfs__button span {
    line-height: 1.5;
}

.at-lpfs__button:hover {
    text-decoration: none;
    color: #fff;
    border-color: var(--primaryColor600);
    background-color: var(--primaryColor600);
}

.at-lpfs__button:after {
    transition: all var(--transitionTime) ease-in-out;
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 0.8rem;
    content: '\e84e';
    font-family: var(--iconFont);
    font-weight: 400;
    position: relative;
    top: 2px;
}

.at-lpfs__button:hover:after {
    margin-left: .75rem
}
