<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lpc-features-4 {
	width: 100%;
	position: relative;
}

.lpc-features-4 .lp-block-overlay {
	background: rgba(31, 80, 161, 0.05);
}

.lpc-features-4__row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.lpc-features-4__sub-blocks-row {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.lpc-features-4__items {
	margin-bottom: -24px;
}

.lpc-features-4__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 24px;
	align-items: flex-start;
}

.lpc-features-4__item-icon-inner {
	width: 24px;
	height: 24px;
	position: relative;
}

._negative .lpc-features-4__item-icon-inner ._line, ._positive .lpc-features-4__item-icon-inner ._line {
	width: 2px;
	height: 19px;
	border-radius: 2px;
	position: absolute;
	left: 11px;
	top: 2px;
	background: #444;
}

._negative .lpc-features-4__item-icon-inner ._line:first-child {
	transform: rotate(45deg)
}

._negative .lpc-features-4__item-icon-inner ._line:last-child {
	transform: rotate(-45deg)
}

._positive .lpc-features-4__item-icon-inner ._line:first-child {
	transform: rotate(45deg);
    background: #fff;
    height: 19px;
    left: 16px;
    top: 3px;
}

._positive .lpc-features-4__item-icon-inner ._line:last-child {
	transform: rotate(-45deg);
    background: #fff;
    height: 10px;
    top: 10px;
    left: 6px;
}

.lpc-features-4__item-icon {
	padding: 20px;
	flex: none;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lpc-features-4__disadvantages .lpc-features-4__item-icon {
	background: #d0d0d0;
}

.lpc-features-4__item-title {
	-ms-flex-item-align: center;
	align-self: center;
}

.lpc-features-4__buttons-wrap {
	text-align: center;
}

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

.lpc-features-4__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-features-4[data-media-source="mobile"] {
	padding: 32px 0;
}

.lpc-features-4[data-media-source="mobile"] .lpc-features-4__disadvantages {
	margin-bottom: 24px;
}

.lpc-features-4[data-media-source="mobile"] .lpc-features-4__items {
	margin-top: 24px;
}

.lpc-features-4[data-media-source="mobile"] .lpc-features-4__item-icon {
	margin-right: 16px;
}

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

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

.lpc-features-4[data-media-source="tablet"] .lpc-features-4__items {
	margin-top: 32px;
}

.lpc-features-4[data-media-source="tablet"] .lpc-features-4__item {
	margin-right: 16px;
}

.lpc-features-4[data-media-source="tablet"] .lpc-features-4__item-icon {
	margin-right: 24px;
}

.lpc-features-4[data-media-source="tablet"] .lpc-features-4__buttons-wrap {
	margin-top: 32px;
}

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

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

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

.lpc-features-4[data-media-source="desktop"] .lpc-features-4__items {
	margin-top: 48px;
}

.lpc-features-4[data-media-source="desktop"] .lpc-features-4__item {
	margin-right: 16px;
}

.lpc-features-4[data-media-source="desktop"] .lpc-features-4__item-icon {
	margin-right: 24px;
}

.lpc-features-4[data-media-source="desktop"] .lpc-features-4__buttons-wrap {
	margin-top: 48px;
}

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

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