<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lp-qa-4 {
	padding: 48px 0;
	overflow: hidden;
}

.lp-qa-4 .lp-block-overlay {
	background: transparent;
}
.lp-qa-4  {
	background: rgba(68, 68, 68, 0.05);
}

.lp-qa-4 *[class*="lp-header"] {
	padding: 0;
	margin: 0;
}

.lp-qa-4-title-wrapper {
	text-align: center;
	padding-bottom: 32px;
}

.lp-qa-4-title + .lp-qa-4-subtitle {
	padding-top: 8px;
}

.lp-qa-4-questions__item {
	background: #fff;
	margin-bottom: 8px;
}

.lp-qa-4 .lp-qa-4-questions__item-header {
	padding: 12px 16px;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: all 0.15s;
}

.lp-qa-4-questions__item-header-icon {
	font-size: 0;
	flex: none;
	margin-left: 12px;
	margin-right: -6px;
	transition: all 0.15s;
	position: relative;
    width: 24px;
    height: 24px;
}

.lp-qa-4-questions__item-header-icon-arrow {
    width: 9px;
    height: 1.5px;
    position: absolute;
    transform: rotate(45deg);
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    background: var(--text-color-base);
}

.lp-qa-4-questions__item-header-icon-arrow:nth-child(2) {
    left: calc(50% - 2px);
    transform: rotate(-45deg);
}

.active .lp-qa-4-questions__item-header-icon {
	transform: rotate(180deg);
}

.lp-qa-4-questions__item-header-text {
	flex: 1 0 1px;
}

.lp-qa-4 .lp-qa-4-questions__item-text {
	display: none;
	padding: 16px;
}

.lp-qa-4 .isCMS .lp-qa-4-questions__item-text {display: block;}

.lp-qa-4-buttons {
	padding-top: 24px;
	text-align: center;
}

.lp-qa-4-button {
	/* display: block; */
	margin: 0 0 16px;
}

.lp-qa-4-button .lp-button__text {
	min-width: 156px;
}

@media all and (min-width: 600px) {
	.lp-qa-4 {
		padding: 64px 0;
	}
	
	.lp-qa-4-title + .lp-qa-4-subtitle {
		padding-top: 16px;
	}
	
	.lp-qa-4 .lp-qa-4-questions__item-header {
		padding: 17px 16px;
	}
	
	.lp-qa-4 .lp-qa-4-questions__item-text {
		padding: 16px 16px 24px;
	}
	
	.lp-qa-4-buttons {
		padding-top: 40px;
	}
	
	.lp-qa-4-button {
		/* display: inline-block; */
		margin: 0 8px 16px;
	}
	
	.lp-qa-4-questions__item-header-icon {
		margin-left: 32px;
		margin-right: 0px;
	}
}

@media all and (min-width: 960px) {
	.lp-qa-4 .lp-wrapp {
		max-width: 848px;
	}
}

@media all and (min-width: 1200px) {
	.lp-qa-4-title-wrapper {
		text-align: center;
		padding-bottom: 48px;
	}
	
	.lp-qa-4 .lp-qa-4-questions__item-header {
		padding: 16px;
	}
}

@media all and (min-width: 1380px) {
	.lp-qa-4 {
		padding: 80px 0;
	}	
}</pre></body></html>