@charset "utf-8";
.enLang, .enLang * {
		letter-spacing: 0.02em;
}
.enLang {
		font-family: 'Roboto', sans-serif;
}
.faq_Q .enLang {
		padding-top: 7px;
}
@media(max-width: 767px) {
		.enLang, .enLang * {
				line-height: 1.6;
		}
}
.faq_section {
		padding: 0 60px;
}
.faq_wrap {
		max-width: 1000px;
		margin: 0 auto;
		min-height: 80vh;
}
.faq_lead {
		margin: 0 0 25px;
}
.faq_lead p {
		margin-bottom: 1em;
		line-height: 1.8;
}
.faq_foot_lead {
		line-height: 1.7;
		padding: 40px 0 60px;
		text-align: center;
}
.faq_foot_lead + .faq_foot_lead {
		padding-top: 0 !important;
}
.faq_body a {
		color: #3D3A39;
		text-decoration: underline;
}
.faq_body a:hover {
		text-decoration: none;
}
.faq_body a {
		word-break: break-all;
}
.question_sub {
		font-weight: 500;
		margin: 60px 0 30px;
		font-size: 20px;
}
.faq_block {
		margin: 0 0 15px;
}
.faq_Q {
		cursor: pointer;
		padding-left: 40px;
		font-weight: 500;
}
.faq_Q, .faq_A {
		padding: 30px 60px 30px 70px;
		position: relative;
		background: #f5f5f5;
}
.faq_A {
		padding-right: 30px;
		position: relative;
}
.faq_A p, .faq_A h5.extra {
		position: relative;
}
.faq_Q::before, .faq_A_body::before {
		font-family: 'Poppins', sans-serif;
		font-size: 30px;
		font-weight: 600;
		line-height: 1;
		color: #3D3A39;
		position: absolute;
}
.faq_Q::before {
		content: 'Q';
		top: 28px;
		left: 30px;
}
.faq_A_body {
		position: relative;
}
.faq_A_body::before {
		content: 'A';
		color: #cc0000;
		top: -3px;
		left: -39px;
}
.faq_A_body .enLang {
		padding-top: 2em;
}
.faq_A {
		display: none;
}
.faq_Q p, .faq_A p {
		line-height: 1.8;
}
.faq_A p.extra {
		margin: 0 0 1em;
}
.faq_A h5 {
		font-size: 14px;
		margin: 1em 0 0.5em;
		font-weight: 500;
}
.faq_A ul.notes {
		margin-left: 1em;
}
.faq_A ul.notes li {
		list-style: none;
		position: relative;
		margin: 0 0 5px;
		line-height: 1.8;
}
.faq_A .enLang ul.notes li {
		line-height: 1.6;
}
.faq_A ul.notes li:last-child {
		margin-bottom: 0;
}
.faq_A ul.notes li span {
		position: absolute;
		left: -1em;
		top: 0;
}
.faq_Q .trigger {
		width: 60px;
		height: 60px;
		position: absolute;
		right: 0;
		top: 12px;
}
.faq_Q {
		transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.is_desktop .faq_Q:not(.open):hover {
		transform: scale(0.98);
}
.faq_Q .trigger:before, .faq_Q .trigger:after {
		content: '';
		display: block;
		width: 20px;
		height: 2px;
		background: #3D3A39;
		position: absolute;
		transition: transform 0.2s;
}
.faq_Q .trigger:before {
		top: 29px;
		left: 20px;
}
.faq_Q .trigger:after {
		top: 29px;
		left: 20px;
		transform: rotate(90deg);
}
.faq_Q.open .trigger:before {
		transform: rotate(180deg);
}
.faq_Q.open .trigger:after {
		transform: rotate(270deg);
		opacity: 0;
}
.next_btn_base {
		display: flex;
		justify-content: center;
}
.next_btn_base_flex .next_btn a, .next_btn_base .next_btn a {
		width: 195px;
		height: 35px;
		text-decoration: none;
		display: flex;
		justify-content: center;
		align-items: center;
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
		font-weight: 600;
		will-change: background;
		transition: background 0.2s;
		position: relative;
}
.next_btn a {
		background: #3D3A39;
		color: #fff;
		border: 1px solid #3D3A39;
}
.next_btn a:hover {
		background: #fff;
		color: #3D3A39;
}
.next_btn a::after {
		content: '';
		display: block;
		width: 27px;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 50%;
		right: 10px;
		will-change: transform;
		transform-origin: left center;
		transition: transform 0.4s;
}
@media (hover: hover) {
		.next_btn a:hover::after {
				background: #3D3A39;
				transform: scaleX(2.2);
		}
}
@media(max-width: 767px) {
		.faq_section {
				padding: 0 20px;
		}
		.question_sub {
				font-weight: 500;
				margin: 40px 0 20px;
				font-size: 18px;
		}
		.faq_Q, .faq_A {
				padding: 15px 45px 15px 35px;
		}
		.faq_A {
				padding-right: 15px;
		}
		.faq_Q::before, .faq_A p:first-child::before, .faq_A h5.extra::before, .faq_A_body::before {
				font-size: 20px;
		}
		.faq_Q::before {
				top: 18px;
				left: 12px;
		}
		.faq_A_body::before {
				top: 2px;
				left: -22px;
		}
		.faq_A p:first-child::before, .faq_A h5.extra::before {
				top: 2px;
				left: -23px;
		}
		.faq_Q .trigger {
				width: 30px;
				height: 30px;
				right: 10px;
				top: calc(50% - 15px);
		}
		.faq_Q .trigger:before, .faq_Q .trigger:after {
				width: 15px;
				height: 1px;
				top: 14px;
				left: 8px;
		}
		.faq_foot_lead {
				text-align: left;
				padding: 30px 0 40px;
		}
}
.mb5 {
		margin-bottom: 3px !important;
		font-weight: 500;
}
.mb10 {
		margin-bottom: 10px !important;
}
.mb15 {
		margin-bottom: 15px !important;
}
.mb20 {
		margin-bottom: 20px !important;
}
.mb25 {
		margin-bottom: 25px !important;
}
.pdb15 {
		padding-bottom: 15px !important;
}
.faqAccount_flex {
		margin: 0 0 12px;
}
.faqAccount_flex.extra {
		margin-bottom: 30px;
}
.faqAccount_flex dt, .faqAccount_flex dd {
		line-height: 1.8;
}
.faqAccount_flex dt {
		font-weight: 500;
}
.faqAccount_flex dd {
		word-break: break-all;
}
@media(min-width: 768px) {
		.faqAccount_flex {
				display: flex;
		}
		.faqAccount_flex dt {
				white-space: nowrap;
		}
		.faqAccount_flex dd {
				flex: 1;
		}
}