<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lpc-staff-3 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lpc-wrap {
    position: relative;
}

.lpc-staff-3 {
    width: 100%;
    position: relative;
}

.lpc-staff-3 .lp-block-bg {
    background: none;
}

.lpc-staff-3 .lp-block-bg .lp-block-overlay {
    background: none;
}

.lpc-staff-3__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lpc-staff-3__title, .lpc-staff-3__text {
    text-align: center;
}

.lpc-staff-3__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lpc-staff-3__item-img-wrap {
    line-height: 0;
    font-size: 0;
}

.lpc-staff-3__item-img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.lpc-staff-3__item-position {
    opacity: .5;
}

.lpc-staff-3__item-line {
    width: 100px;
    height: 2px;
    margin: 16px auto 16px 0;
}

.lpc-staff-3__buttons-wrap {
    text-align: center;
}

.lpc-staff-3__button {
    display: block;
    margin: 0 16px 16px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
}

.lpc-staff-3__buttons {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px -16px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lpc-staff-3._left .lpc-staff-3__title, .lpc-staff-3._left .lpc-staff-3__text, .lpc-staff-3._left .lpc-staff-3__buttons-wrap {
    text-align: left;
}

.lpc-staff-3._right .lpc-staff-3__title, .lpc-staff-3._right .lpc-staff-3__text, .lpc-staff-3._right .lpc-staff-3__buttons-wrap {
    text-align: right;
}

.lpc-staff-3._reverse .lpc-staff-3__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.lpc-staff-3[data-media-source="mobile"]._reverse .lpc-staff-3__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.lpc-staff-3[data-media-source="mobile"]._reverse .lpc-staff-3__item-img-wrap {
    margin-top: 16px;
}

.lpc-staff-3[data-media-source="mobile"]._reverse .lpc-staff-3__item-content {
    margin-top: 0;
}

.lpc-staff-3[data-media-source="mobile"] {
    padding: 32px 0;
}

.lpc-staff-3[data-media-source="mobile"] .lpc-staff-3__text {
    margin-top: 8px;
}

.lpc-staff-3[data-media-source="mobile"] .lpc-staff-3__item {
    margin-top: 48px;
}

.lpc-staff-3[data-media-source="mobile"] .lpc-staff-3__item-img {
    height: calc(100vw - 24px);
}

.lpc-staff-3[data-media-source="mobile"] .lpc-staff-3__item-content {
    text-align: center;
    margin-top: 16px;
}

.lpc-staff-3[data-media-source="mobile"] .lpc-staff-3__item-line {
    margin-left: auto;
}

.lpc-staff-3[data-media-source="mobile"] .lpc-staff-3__item-text {
    margin-top: 8px;
}

.lpc-staff-3[data-media-source="mobile"] .lpc-staff-3__buttons-wrap {
    margin-top: 24px;
}

.lpc-staff-3[data-media-source="tablet"] {
    padding: 56px 0;
}

.lpc-staff-3[data-media-source="tablet"] .lpc-staff-3__text {
    margin-top: 16px;
}

.lpc-staff-3[data-media-source="tablet"] .lpc-staff-3__item {
    margin-top: 48px;
}

.lpc-staff-3[data-media-source="mobile"]  .lpc-staff-3__item-img-wrap {
	max-width: 434px;
	margin-left: auto;
	margin-right: auto;
}

.lpc-staff-3[data-media-source="tablet"]  .lpc-staff-3__item-img-wrap, .lpc-staff-3[data-media-source="desktop"]  .lpc-staff-3__item-img-wrap {height: 518px;}

.lpc-staff-3[data-media-source="tablet"] .lpc-staff-3__item-img {
    height: calc((100vw / 6) * 3 - 24px);
}

.lpc-staff-3[data-media-source="tablet"] .lpc-staff-3__item-text {
    margin-top: 8px;
}

.lpc-staff-3[data-media-source="tablet"] .lpc-staff-3__buttons-wrap {
    margin-top: 48px;
}

.lpc-staff-3[data-media-source="tablet"] .lpc-staff-3__button {
    width: auto;
}

.lpc-staff-3[data-media-source="tablet"] .lpc-staff-3__buttons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.lpc-staff-3[data-media-source="desktop"] {
    padding: 80px 0;
}

.lpc-staff-3[data-media-source="desktop"] .lpc-staff-3__text {
    margin-top: 16px;
}

.lpc-staff-3[data-media-source="desktop"] .lpc-staff-3__item {
    margin-top: 64px;
}

.lpc-staff-3[data-media-source="desktop"] .lpc-staff-3__item-img {
    height: calc(((100vw - 17px) / 12) * 5 - 24px);
}

.lpc-staff-3[data-media-source="desktop"] .lpc-staff-3__item-img img, .lpc-staff-3[data-media-source="tablet"] .lpc-staff-3__item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lpc-staff-3[data-media-source="desktop"] .lpc-staff-3__item-text {
    margin-top: 16px;
}

.lpc-staff-3[data-media-source="desktop"] .lpc-staff-3__buttons-wrap {
    margin-top: 64px;
}

.lpc-staff-3[data-media-source="desktop"] .lpc-staff-3__button {
    width: auto;
}

.lpc-staff-3[data-media-source="desktop"] .lpc-staff-3__buttons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}</pre></body></html>