<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#template_faq .section_2 .accordion .accordion_title:hover &gt; *,
#template_faq .section_2 .accordion.is_active .accordion_title &gt; *
{
	color: var(--global_color_element) !important;
}

#template_faq .section_3 .global_title .text br
{
	display: block;
}

#template_faq .section_3 .is_with_icon a
{
	transform-origin: 0 50%;
	display: inline-block;
	color: var(--root_color_white);
	background-image: linear-gradient(to right, var(--global_color_element), var(--global_color_element_hover));
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 2px;
	margin-left: 5px;
	line-height: var(--global_line_height);
}

#template_faq .section_3 .is_with_icon::before
{
	font-family: 'autotesto';
	content: '\e914';
	font-size: 34px;
	margin-right: var(--global_margin_15);
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#template_faq .section_3 .is_with_icon:hover a
{
	background-size: 100% 2px;
}

#template_faq .section_3 .is_with_icon:hover::before
{
	transform: scale(1.2, 1.2);
}

/**********************************************************************************/

@media screen and (max-width: 1680px)
{
}

@media screen and (max-width: 1600px)
{
}

@media screen and (max-width: 1440px)
{
}

@media screen and (max-width: 1366px)
{
}

@media screen and (max-width: 1300px)
{
}

@media screen and (max-width: 1200px)
{
}

@media screen and (max-width: 1024px)
{
	#template_faq .section_3 .is_with_icon
	{
		justify-content: center;
	}
}

@media screen and (max-width: 800px)
{
}

@media screen and (max-width: 640px)
{
}

@media screen and (max-width: 480px)
{
}

@media screen and (max-width: 360px)
{
}</pre></body></html>