.buttons {
	padding: 20px;
	width: 50%;
	float: left;
}

.text-align-left {
	text-align: left;
}

.green {
	display: block;
	width: 100%;
	background-color: rgba(1, 223, 13, 1) !important;
	border-color: rgba(1, 223, 13, 1) !important;
	border-radius: 35px;
	padding: 20px 25px;
	font-size: 20px;
	line-height: 1.5;
	color: #000;
	transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s
		ease;
	text-decoration: none;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}

.green:hover {
	background-color: #76c776;
	color: #FFF;
}

.img-box img {
	width: 100%;
	max-height: 200px;
	height: 200px;
	object-fit: cover;
	object-position: center;
	display: block;
}

.img-text-box {
	border-color: #cecece !important;
	border-width: 0 !important;
	border-style: solid !important;
	background-image: linear-gradient(0, #9fc5e7 0, #051e34 100%) !important;
	padding: 30px 50px !important;
}

a.white {
	display: block;
	background-color: rgba(255, 255, 255, 1);
	border-color: rgba(0, 0, 0, 1);
	border-radius: 35px;
	padding: 20px 25px;
	font-size: 20px;
	line-height: 1.5;
	color: #000;
	transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s
		ease;
	text-decoration: none;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}

.flex-stats-block {
	display: flex;
	gap: 30px;
	align-items: flex-start;
	padding: 50px;
}

.flex-stats-col {
	flex: 1;
	text-align: center;
}

.flex-stats-img {
	max-width: 60%;
	border-radius: 50%;
}

.flex-stats-img2 {
	max-width: 60%;
	border-radius: 25%;
}

.center-btn-row {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 30px;
}

.center-btn {
	width: 300px;
}

.flex-stats-number {
	font-size: 48px;
	font-weight: bold;
}

.flex-stats-line {
	width: 100px;
	height: 4px;
	background: #01df0d;
	margin: 10px auto;
}

.flex-stats-desc {
	font-size: 18px;
	color: #333;
}

a.white:hover {
	background-color: rgb(65, 67, 69);
	color: #FFF;
}

.container {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.part {
	flex: 1 1 33%;
	padding: 10px;
	box-sizing: border-box;
}

.part1 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.part1 img {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 8px;
}

.part2, .part3 {
	text-align: center;
}

.sc_empty_space {
	height: 10em;
}

.sc_empty_space_small {
	height: 3em;
}

.part2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.part_2_image {
	border-radius: 8px;
	width: 100%;
	height: 100%;
	background-image:
		url("/assets/meta/90440139/resources/images/asian_small_business_owner_feeling_happy_to_receive_fin_b952e019-87f8-4bdd-ae51-ad4b4a01fdb5.png");
	background-size: cover;
	background-position: center;
}
/* Default order
		for large screens */
.part1 {
	order: 1;
	flex: 1 1 25%;
}

.part2 {
	order: 2;
	flex: 1 1 25%;
}

.part3 {
	order: 3;
	flex: 1 1 50%;
}

/* Media query
		for
		small screens
		*/
@media ( max-width : 1200px) {
	.flex-stats-block, .two-col-flex-section {
		flex-direction: column;
		gap: 0;
		padding: 20px;
		align-items: center;
		text-align: center;
	}
	.flex-col-img, .flex-col-text {
		width: 100%;
		min-height: 200px;
		padding: 20px !important;
	}
	.flex-stats-img {
		max-width: 200px;
		margin: 0 auto;
	}
	.flex-stats-col {
		margin-bottom: 30px;
	}
	.container {
		flex-direction: column;
	}
	.part3 {
		order: 1;
	}
	.part2 {
		order: 2;
	}
	.part1 {
		order: 3;
		display: block;
		text-align: center;
	}
	.m-text-align-center {
		text-align: center;
	}
	.flex-columns {
		flex-direction: column !important;
	}
	.part1 img {
		width: auto;
		border-radius: 8px;
		margin-right: 20px;
	}
	.part2 {
		height: 200px;
		width: auto
	}
	.part_2_image {
		height: 200px;
	}
	.sc_empty_space {
		height: 2em;
	}
	.sc_empty_space_small {
		height: 0.5em;
	}
	.green, a.white {
		font-size: 16px;
		padding: 20px 3px;
	}
	.buttons {
		padding: 5px;
	}
	.central_container {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
	}
}

#dm .dmBody div.u_1186913081, #dm .dmBody
		div.u_1344508013 {
	width: 200px !important;
	margin: 50px auto 0 !important;
	padding: 0 !important;
	min-width: 0 !important;
	text-align: start !important;
}

div.u_1824226874 {
	background-image: linear-gradient(180deg, #9fc5e7 0, #051e34 100%)
		!important;
	background-origin: border-box !important;
}

.text-align-center {
	text-align: center;
}

.size-24 {
	font-size: 24px;
	font-weight: 400;
}

.size-16 {
	font-size: 16px;
	font-weight: 400;
}

.padding_0_20 {
	padding: 0 20px;
}

.line15 {
	line-height: 1.5;
}

.size-30 {
	font-size: 30px;
}

.size-35 {
	font-size: 35px;
}

*.svg {
	color: rgba(255, 153, 1, 1) !important;
	fill: rgba(255, 153, 1, 1) !important;
}

.text-headline {
	display: initial;
	font-weight: 600;
	color: rgb(28, 88, 142);
}

.icon {
	width: calc(100% - 23px) !important;
	height: 57px !important;
	display: block !important;
	float: none !important;
	top: 0 !important;
	left: 0 !important;
	position: relative !important;
	padding-top: 0 !important;
	padding-left: 0 !important;
	padding-bottom: 0 !important;
	max-width: 50.1875px !important;
	padding-right: 0 !important;
	min-width: 25px !important;
	text-align: center !important;
	margin-right: auto !important;
	margin-left: auto !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.central_container {
	max-width: 1200px;
	margin: 0 auto;
}

div.headline-content {
	background-image: linear-gradient(0, rgba(255, 255, 255, 1) 0,
		rgba(160, 197, 231, 0.3) 100%) !important;
	background-origin: border-box !important;
}

div.u_1725673377 {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 80px !important;
	padding-bottom: 80px !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important;
	background-image:
		url("/assets/meta/9b6b7692/resources/images/aboutus/equity_crowd_funding_digital_financing_ee19e616-0e94-4861-b2c5-d392a8cda51b-640w.png")
		!important;
	background-size: cover !important;
}

.widget-832a29 .accordion-wrapper {
	list-style-type: none;
	text-align: left;
	overflow: hidden;
	margin: 0;
}

.widget-832a29 .accordion-title {
	display: flex;
	align-items: center;
}

.widget-832a29 .title-text {
	display: flex;
	align-items: center;
	margin: 0px;
	display: flex;
	gap: 8px;
	-webkit-box-align: center;
	font-size: 18px;
	flex: 1 1 0%;
	text-align: start;
	color: rgb(28, 88, 142);
	font-weight: normal;
	font-family: "Open Sans";
}

.widget-832a29 .title-text>* {
	margin: 0;
}

.widget-832a29 .title-icon {
	width: 30px;
	fill: currentColor;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.widget-832a29 .accordion-title .title-text {
	font-size: 16px;
	font-weight: 600;
	flex-grow: 1;
}

.widget-832a29 .section {
	overflow: hidden;
	transition: max-height 0.3s ease-out;
	height: auto;
	max-height: 0;
	font-size: 16px;
}

.widget-832a29 .expanded .section, [data-first-expanded='true'] .accordion-item:first-of-type .section
	{
	max-height: 30000px;
}

.widget-832a29 .section-inner {
	padding: 18px 20px;
	margin: 0;
}

.widget-832a29 .section-inner ul {
	padding-left: 40px;
	list-style-type: disc;
	list-style-position: outside;
}

.widget-832a29 .arrow {
	transition: transform 0.3s ease-in-out;
	display: flex;
	flex-direction: column;
	position: relative;
	flex-shrink: 0;
	cursor: pointer;
}

.widget-832a29 .arrow .close {
	width: 100%;
	height: 100%;
}

/* plus and minus signs animation*/
.widget-832a29 .vertical {
	transition: all 0.5s ease-in-out;
	transform: rotate(-90deg);
	position: absolute;
	background-color: #000;
	background-color: currentColor;
	width: 10%;
	height: 100%;
	left: 50%;
	margin-left: -5%;
	top: 50%;
	margin-top: -50%;
}

.widget-832a29 .horizontal {
	transition: all 0.5s ease-in-out;
	transform: rotate(-90deg);
	background-color: #000;
	background-color: currentColor;
	position: absolute;
	width: 100%;
	height: 10%;
	left: 50%;
	margin-left: -50%;
	top: 50%;
	margin-top: -5%;
	opacity: 1;
}

.widget-832a29 .expanded .vertical, [data-first-expanded='true'] .accordion-item:first-of-type .vertical
	{
	transform: rotate(90deg);
}

.widget-832a29 .expanded .horizontal, [data-first-expanded='true'] .accordion-item:first-of-type .horizontal
	{
	transform: rotate(90deg);
	opacity: 0;
}

/* Layout 1 */
.widget-832a29 .plusMinus .accordion-title {
	padding: 10px 20px 20px 20px;
	justify-content: space-between;
	border-bottom: 1px solid #e3e3e3;
}

.widget-832a29 .plusMinus .accordion-title .title-text {
	margin: 0;
}

.widget-832a29 .plusMinus .arrow-wrapper {
	margin-left: 15px;
}

.widget-832a29 .plusMinus .arrow {
	position: relative;
	width: 15px;
	height: 15px;
}

.widget-832a29 .plusMinus  .section-inner {
	border-bottom: solid 1px #e1e1e1;
}

.widget-832a29 .plusMinus  .accordion-item:not(:last-child) {
	margin-bottom: 10px;
}

/* Layout 2 */
.widget-832a29 .borderedPlus {
	border: solid 1px #e1e1e1;
	border-bottom: none;
}

.widget-832a29 .borderedPlus .accordion-title {
	padding: 18px 20px;
	border-bottom: solid 1px #e1e1e1;
	background: #f2f2f2;
	justify-content: space-between;
}

.widget-832a29 .borderedPlus .accordion-title .title-text {
	margin: 0;
}

.widget-832a29 .borderedPlus  .section-inner {
	border-bottom: solid 1px #e1e1e1;
}

.widget-832a29 .borderedPlus .arrow-wrapper {
	margin-left: 15px;
}

.widget-832a29 .borderedPlus .arrow {
	position: relative;
	width: 15px;
	height: 15px;
}

/* Layout 3 */
.widget-832a29 .fullBorder {
	border: solid 1px #e1e1e1;
	border-bottom: none;
}

.widget-832a29 .fullBorder .accordion-title {
	padding: 18px 20px;
	border-bottom: solid 1px #e1e1e1;
	justify-content: space-between;
}

.widget-832a29 .fullBorder .accordion-title .title-text {
	margin: 0;
}

.widget-832a29 .fullBorder .section-inner {
	border-bottom: solid 1px #e1e1e1;
	background: #f2f2f2;
}

.widget-832a29 .fullBorder .arrow {
	width: 22px;
	height: 22px;
}

.widget-832a29 .fullBorder .expanded .arrow, .fullBorder[data-first-expanded='true'] .accordion-item:first-of-type .arrow
	{
	transform: rotate(180deg);
}

/* Layout 4 */
.widget-832a29 .roundedIcon .accordion-title {
	justify-content: space-between;
	padding: 18px 20px;
	background: #f2f2f2;
}

.widget-832a29 .roundedIcon .accordion-title .title-text {
	margin: 0;
}

.widget-832a29 .roundedIcon .arrow-wrapper {
	margin-right: 8px;
}

.widget-832a29 .roundedIcon .arrow {
	width: 22px;
	height: 22px;
}

.widget-832a29 .roundedIcon .expanded .arrow, .roundedIcon[data-first-expanded='true'] .accordion-item:first-of-type .arrow
	{
	transform: rotate(180deg);
}

.widget-832a29 .roundedIcon  .accordion-item:not(:last-child) {
	margin-bottom: 10px;
}

.widget-832a29 .roundedIcon .arrow-wrapper {
	border-radius: 50%;
	padding: 8px;
	background-color: #000
}

.widget-832a29 .roundedIcon .arrow-wrapper .arrow {
	width: 20px;
	height: 20px;
}

.widget-832a29 .roundedIcon .arrow-wrapper .close {
	fill: #e3e3e3;
}

/* Layout 5 */
.widget-832a29 .leftIcons .accordion-title {
	justify-content: space-between;
	padding: 18px 20px;
	background: #f2f2f2;
}

.widget-832a29 .leftIcons .accordion-title .title-text {
	margin: 0;
}

.widget-832a29 .leftIcons .arrow-wrapper {
	margin-right: 8px;
}

.widget-832a29 .leftIcons .arrow {
	width: 22px;
	height: 22px;
}

.widget-832a29 .leftIcons .expanded .arrow, .leftIcons[data-first-expanded='true'] .accordion-item:first-of-type .arrow
	{
	transform: rotate(180deg);
}

.widget-832a29 .leftIcons  .accordion-item:not(:last-child) {
	margin-bottom: 10px;
}

.widget-832a29 .leftIcons .title-icon {
	width: 22px;
	margin-right: 10px;
}

.widget-832a29 .leftIcons .title-icon svg {
	width: 100% !important;
	height: auto !important;
}

/* Layout 6 */
.widget-832a29 .cleanLayout .accordion-title {
	justify-content: flex-end;
}

.widget-832a29 .cleanLayout .accordion-title .title-text {
	order: 2;
	margin: 10px 0;
	padding-left: 16px;
}

.widget-832a29 .cleanLayout .arrow {
	order: 1;
	width: 22px;
	height: 22px;
}

.widget-832a29 .cleanLayout .expanded .arrow, .cleanLayout[data-first-expanded='true'] .accordion-item:first-of-type .arrow
	{
	transform: rotate(90deg);
}

.widget-832a29 .cleanLayout .section-inner {
	padding: 0 20px 0 0;
}

.faq_hr {
	display: block;
	margin: 10px 0;
	border-color: rgba(255, 153, 1, 1) !important;
	border-top-width: 4px !important;
	border-top-style: solid !important;
}

*.accordion-title *.vertical {
	fill: rgba(255, 153, 1, 1) !important;
	background-color: rgba(255, 153, 1, 1) !important;
}

*.accordion-title *.horizontal {
	fill: rgba(255, 153, 1, 1) !important;
	background-color: rgba(255, 153, 1, 1) !important;
}

.spacing-container {
	max-width: 800px;
	margin: 0 auto;
}

.headline_grey {
	background-color: rgba(245, 245, 245, 1) !important;
	padding-top: 15px;
	padding-bottom: 15px
}

input[type=submit], input[type=reset] {
	width: 98%;
	font-size: 1.125em;
	padding: 10px !important;
	background-color: transparent;
	margin: 5px auto;
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 30px !important;
	color: #f7f7f7;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 16px;
	border: none;
	outline: 0;
	border-radius: 10px;
}

.dmformsubmit {
	max-width: 400px !important;
	margin: 0 auto;
}