@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap");

html,
body {
	font-size: 10px;
	width: unset;
	height: unset;
	font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
	font-variant: unset;
	font-feature-settings: unset;
}

@media screen and (min-width: 576px) {
	html,
	body {
		font-size: 10px;
	}
}

@media screen and (min-width: 768px) {
	html,
	body {
		font-size: 11px;
	}
}

@media screen and (min-width: 992px) {
	html,
	body {
		font-size: 12px;
	}
}

@media screen and (min-width: 1200px) {
	html,
	body {
		font-size: 13px;
	}
}

@media screen and (min-width: 1400px) {
	html,
	body {
		font-size: 14px;
	}
}

h1,
h2,
h3,
.terms-and-conditions .P1,
h4,
h5,
h6,
p,
li,
ul,
ol,
span {
	margin: 0;
	padding: 0;
}

a {
	transition: all 0.25s;
	cursor: pointer;
}

a:link, a:hover, a:active, a:focus, a:visited {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: #4C99FF;
}

img {
	max-width: 100%;
	height: auto;
}

hr {
	width: 2.5rem;
	height: 3px;
	border: 0;
	background-color: #2C8ED8;
	margin: 1rem 0;
}

@media screen and (min-width: 768px) {
	hr {
		width: 1.875rem;
		margin: 0.75rem 0;
	}
}

hr.alt {
	background-color: #E2EAF4;
	width: 100%;
	height: 1px;
}

ul,
ol {
	list-style: none;
	padding-left: 0;
}

input,
button,
select,
textarea {
	border: none;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: none !important;
}

::selection {
	background-color: #4C99FF;
	color: #ffffff;
}

svg {
	vertical-align: unset;
}

.loading-container {
	height: 80vh;
	display: grid;
	align-content: center;
	justify-content: center;
	gap: 3rem;
}

.loading-container img {
	width: 300px;
}

.progress-container {
	position: relative;
}

.loading-progress {
	margin: auto;
	display: block;
	width: 8rem;
	height: 8rem;
}

.loading-progress circle {
	fill: none;
	stroke: #e0e0e0;
	stroke-width: 0.6rem;
	transform-origin: 50% 50%;
	transform: rotate(-90deg);
}

.loading-progress circle:last-child {
	stroke: #1b6ec2;
	stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
	transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.loading-progress-text:after {
	content: var(--blazor-load-percentage-text, "Loading");
}

:root {
	--modal-border-radious: 1rem;
}

.icon-metamask-container {
	display: inline-block;
	position: relative;
	width: 2rem;
	height: 0.7rem;
	margin-right: 5px;
}

.icon-metamask {
	height: 1.8rem;
	position: absolute;
	top: -0.5rem;
	left: 0px;
}

.ant-modal-header {
	border-radius: var(--modal-border-radious) var(--modal-border-radious) 0 0;
	border-bottom: none;
}

.ant-modal-content {
	border-radius: var(--modal-border-radious);
}

.ant-form-item-explain-error {
	color: #EB3232;
}

.ant-layout-content {
	padding-top: 4rem;
	background: linear-gradient(#F5F6FA, #ffffff);
}

@media screen and (min-width: 768px) {
	.ant-tabs-nav.tab-center > div {
		justify-content: center;
	}
}

.ant-modal-default .ant-modal {
	width: 90% !important;
}

@media screen and (min-width: 576px) {
	.ant-modal-default .ant-modal {
		width: 550px !important;
	}
}

@media screen and (min-width: 768px) {
	.ant-modal-default .ant-modal {
		width: 600px !important;
	}
}

@media screen and (min-width: 992px) {
	.ant-modal-default .ant-modal {
		width: 800px !important;
	}
}

.ant-pagination-item {
	font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
}

.ant-pagination-options .ant-select-selection-item {
	color: #666666;
}

.h1, h1 {
	font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
	color: #ffffff;
	font-size: 3.4375rem;
	font-weight: 300;
}

.h1--md {
	font-size: 3rem;
}

@media screen and (min-width: 768px) {
	.h1--md {
		font-size: 3.4375rem;
	}
}

.h1--lg {
	font-size: 7rem;
	font-weight: 700;
	line-height: 1.1125;
}

.h2, h2 {
	font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
	color: #021E73;
	font-size: 2.75rem;
	font-weight: 400;
}

.h2--sm {
	font-size: 1.875rem;
}

.h2--md {
	font-size: 2.125rem;
}

.h2--md-alt {
	font-size: 2.25rem;
}

@media screen and (min-width: 768px) {
	.h2--md-alt {
		font-size: 1.5rem;
	}
}

.h3, h3, .terms-and-conditions .P1 {
	font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
	color: #222222;
	font-size: 1.75rem;
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.h3, h3, .terms-and-conditions .P1 {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 768px) {
	.h3--md {
		font-size: 1.3125rem;
	}
}

.h3--lg {
	font-size: 2.167rem;
}

@media screen and (min-width: 768px) {
	.h3--lg {
		font-size: 1.625rem;
	}
}

.h3--lg-2 {
	font-size: 2.167rem;
}

@media screen and (min-width: 768px) {
	.h3--lg-2 {
		font-size: 1.75rem;
	}
}

@media screen and (min-width: 768px) {
	.h3--xl {
		font-size: 1.75rem;
	}
}

.h4, h4 {
	font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
	color: #ffffff;
	font-size: 1.3125rem;
	font-weight: 500;
}

@media screen and (min-width: 768px) {
	.h4--sm {
		font-size: 1rem;
	}
}

@media screen and (min-width: 768px) {
	.h4--md {
		font-size: 1.125rem;
	}
}

.h4--md-2 {
	font-size: 1.333rem;
}

@media screen and (min-width: 768px) {
	.h4--md-2 {
		font-size: 1.125rem;
	}
}

@media screen and (min-width: 768px) {
	.h4--md-3 {
		font-size: 1.25rem;
	}
}

.h4--lg {
	font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
	.h4--lg {
		font-size: 1.3125rem;
	}
}

.p, .dashboard__sidebar-menu li small, .dashboard__investments-table-project-siglas, .dashboard__investments-table table th,
.dashboard__investments-table table td, .dashboard__investments__transactions table th,
.dashboard__investments__transactions table td, .dashboard__exchange-table table th,
.dashboard__exchange-table table td, .sign__form-group label,
.sign__form-group input,
.sign__form-group span.ant-select-selection-item, .inversion__inversor-tag, .btn, p,
li {
	font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
	color: #666666;
	font-size: 1.333rem;
	line-height: 1.875;
	font-weight: 400;
}

@media screen and (min-width: 768px) {
	.p, .dashboard__sidebar-menu li small, .dashboard__investments-table-project-siglas, .dashboard__investments-table table th,
	.dashboard__investments-table table td, .dashboard__investments__transactions table th,
	.dashboard__investments__transactions table td, .dashboard__exchange-table table th,
	.dashboard__exchange-table table td, .sign__form-group label,
	.sign__form-group input,
	.sign__form-group span.ant-select-selection-item, .inversion__inversor-tag, .btn, p,
	li {
		font-size: 1rem;
		line-height: 2.125;
	}
}

.p--sm, .dashboard__investments-table-project-siglas {
	font-size: 0.75rem;
	line-height: 1.667;
}

@media screen and (min-width: 768px) {
	.p--sm, .dashboard__investments-table-project-siglas {
		font-size: 0.5625rem;
	}
}

.p--sm-2 {
	font-size: 0.833rem;
}

@media screen and (min-width: 768px) {
	.p--sm-2 {
		font-size: 0.625rem;
	}
}

.p--sm-3, .dashboard__sidebar-menu li small {
	font-size: 1rem;
}

@media screen and (min-width: 768px) {
	.p--sm-3, .dashboard__sidebar-menu li small {
		font-size: 0.75rem;
	}
}

.p--md, .dashboard__investments-table-project p, .dashboard__investments-table table th,
.dashboard__investments-table table td, .dashboard__investments__transactions table th,
.dashboard__investments__transactions table td, .dashboard__exchange-table table th,
.dashboard__exchange-table table td {
	font-size: 1.083rem;
	line-height: 1.615;
}

@media screen and (min-width: 768px) {
	.p--md, .dashboard__investments-table-project p, .dashboard__investments-table table th,
	.dashboard__investments-table table td, .dashboard__investments__transactions table th,
	.dashboard__investments__transactions table td, .dashboard__exchange-table table th,
	.dashboard__exchange-table table td {
		font-size: 0.8125rem;
	}
}

.p--md-2, .footer__menu li, .dashboard__investments-table table th, .dashboard__investments__transactions table th, .dashboard__exchange-table table th, .inversion__inversor-tag, .btn {
	font-size: 1.167rem;
	line-height: 1.25;
}

@media screen and (min-width: 768px) {
	.p--md-2, .footer__menu li, .dashboard__investments-table table th, .dashboard__investments__transactions table th, .dashboard__exchange-table table th, .inversion__inversor-tag, .btn {
		font-size: 0.875rem;
	}
}

.p--md-3, .footer__nav-group p, .article-container .article-post .description p {
	font-size: 1rem;
}

@media screen and (min-width: 768px) {
	.p--md-3, .footer__nav-group p, .article-container .article-post .description p {
		font-size: 1rem;
	}
}

.p--lg {
	font-size: 1.3125rem;
	line-height: 1.8;
}

.p--xl {
	font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
	.p--xl {
		font-size: 1.125rem;
	}
}

.btn {
	padding: 1.167rem 3.083rem;
	border-radius: 10rem;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	height: unset;
	transition: all 0.25s;
	font-weight: 500;
	background-color: #006EFF;
	color: #ffffff;
	position: relative;
}

.btn:link, .btn:hover, .btn:active, .btn:focus, .btn:visited {
	color: #ffffff;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.btn {
		padding: 0.875rem 2.3125rem;
	}
}

.btn__share {
	position: absolute;
	top: -0.5rem;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.25s;
	opacity: 0;
	backface-visibility: hidden;
	pointer-events: none;
}

.btn__share a {
	font-size: 1.167rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 2.5rem;
	width: 2.5rem;
	background-color: #006EFF;
	border-radius: 50%;
}

.btn__share a:link, .btn__share a:hover, .btn__share a:active, .btn__share a:focus, .btn__share a:visited {
	color: #ffffff;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.btn__share a {
		font-size: 0.875rem;
		height: 1.875rem;
		width: 1.875rem;
	}
}

.btn__share a:hover {
	background-color: #4C99FF;
}

.btn__share a + a {
	margin-left: 0.667rem;
}

@media screen and (min-width: 768px) {
	.btn__share a + a {
		margin-left: 0.5rem;
	}
}

.btn:hover {
	background-color: #4C99FF;
}

.btn--lgt {
	background-color: #4C99FF;
}

.btn--lgt:hover {
	background-color: #006EFF;
}

.btn--wrap {
	white-space: initial;
	line-height: 1.5;
}

.btn--radius-sm {
	border-radius: 0.4167rem;
}

@media screen and (min-width: 768px) {
	.btn--radius-sm {
		border-radius: 0.3125rem;
	}
}

.btn--sm {
	padding: 0.333rem 1.375rem;
}

@media screen and (min-width: 768px) {
	.btn--sm {
		padding: 0.333rem 1.375rem;
	}
}

.btn--lg {
	padding: 1.333rem 4.375rem;
}

@media screen and (min-width: 768px) {
	.btn--lg {
		padding: 1rem 4.375rem;
	}
}

.btn--white {
	background-color: #ffffff;
	color: #0A2AD8;
}

.btn--white:link, .btn--white:hover, .btn--white:active, .btn--white:focus, .btn--white:visited {
	color: #0A2AD8;
	text-decoration: none;
}

.btn--white img {
	transition: all 0.25s;
}

.btn--white:hover, .btn--white:focus {
	background-color: #4C99FF;
	color: #ffffff;
}

.btn--white:hover img, .btn--white:focus img {
	filter: brightness(0) invert(1);
}

.btn--alt {
	border: 1px solid rgba(44, 142, 216, 0.39);
	background-color: rgba(239, 239, 239, 0.39);
	color: #2C8ED8;
}

.btn--alt:link, .btn--alt:hover, .btn--alt:active, .btn--alt:focus, .btn--alt:visited {
	color: #2C8ED8;
	text-decoration: none;
}

.btn--alt:hover {
	color: #ffffff;
}

.btn--critial {
	border: 1px solid #EB3232;
	background-color: rgba(235, 50, 50, 0.75);
	color: #ffffff;
}

.btn--critial:link, .btn--critial:hover, .btn--critial:active, .btn--critial:focus, .btn--critial:visited {
	color: #2C8ED8;
	text-decoration: none;
}

.btn--critial:hover {
	color: #ffffff;
	background-color: #EB3232;
}

.btn--outline {
	border: 2px solid #021E73;
	color: #021E73;
	background-color: transparent;
}

.btn--outline:hover, .btn--outline:focus {
	color: #ffffff;
	background-color: #021E73;
}

.btn--outline-lgt {
	border-color: #006EFF;
	color: #006EFF;
	background-color: transparent;
}

.btn--outline-lgt:link, .btn--outline-lgt:hover, .btn--outline-lgt:active, .btn--outline-lgt:focus, .btn--outline-lgt:visited {
	color: #006EFF;
	text-decoration: none;
}

.btn--outline-lgt:hover, .btn--outline-lgt:focus {
	color: #ffffff;
	background-color: #006EFF;
}

.btn--success {
	background-color: #00B458;
}

.btn--share:focus .btn__share, .btn--share:active .btn__share {
	opacity: 1;
	pointer-events: all;
	top: -3.333rem;
}

@media screen and (min-width: 768px) {
	.btn--share:focus .btn__share, .btn--share:active .btn__share {
		top: -2.5rem;
	}
}

#blazor-error-ui {
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

#blazor-error-ui .dismiss {
	cursor: pointer;
	position: absolute;
	right: 0.75rem;
	top: 0.5rem;
}

.blazor-error-boundary {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
	padding: 1rem 1rem 1rem 3.7rem;
	color: white;
}

.blazor-error-boundary::after {
	content: "An error has occurred.";
}

.article-container {
	display: flex;
	gap: 3rem;
	margin-bottom: 3.333rem;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.article-container {
		flex-direction: row;
	}
}

.article-container .article-post {
	text-align: left;
}

.article-container .article-post .image {
	height: 20rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 1rem;
}

@media screen and (min-width: 768px) {
	.article-container .article-post .image {
		height: 15rem;
	}
}

@media screen and (min-width: 992px) {
	.article-container .article-post .image {
		height: 20rem;
	}
}

.article-container .article-post .title {
	margin-block: 1rem;
	font-weight: bold;
	color: #222222;
	font-size: 1.75rem;
}

.article-container .article-post .description p {
	color: #222222;
	text-align: justify;
}

.feature-box {
	padding: 1rem 5rem 3rem 3rem;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
	border-radius: 1.25rem;
	text-align: left;
}

.feature-box img {
	height: 3rem;
}

@media screen and (min-width: 768px) {
	.feature-box img {
		height: 2.5rem;
	}
}

.feature-box h3, .feature-box .terms-and-conditions .P1, .terms-and-conditions .feature-box .P1 {
	margin-block: 1.5rem;
	color: #222222;
}

.feature-box p {
	color: #505458;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: normal;
	white-space: pre-wrap;
}

@media screen and (min-width: 768px) {
	.feature-box p {
		font-size: 1.25rem;
	}
}

.faq {
	padding: 8.333rem 0 7.5rem 0;
	background-image: linear-gradient(to top, #FAFAFA, #ffffff);
	text-align: left;
}

@media screen and (min-width: 768px) {
	.faq {
		padding: 6.25rem 0 5.625rem 0;
	}
}

.faq__item {
	padding-left: 1.833rem;
	position: relative;
}

@media screen and (min-width: 768px) {
	.faq__item {
		padding-left: 1.375rem;
	}
}

.faq__item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0.75rem;
	height: 1.25rem;
	transform: translateY(75%);
	background-image: url("../images/i-angle.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all 0.25s;
	backface-visibility: hidden;
}

@media screen and (min-width: 768px) {
	.faq__item:before {
		width: 0.5625rem;
		height: 0.9375rem;
	}
}

.faq__item-trigger {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #dedede;
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	.faq__item-trigger {
		padding-bottom: 0.75rem;
		margin-bottom: 0.75rem;
	}
}

.faq__item-trigger p {
	font-weight: 500;
	transition: all 0.25s;
}

.faq__item-content {
	padding: 0.333rem 0 1rem 0;
	display: none;
}

@media screen and (min-width: 768px) {
	.faq__item-content {
		padding: 0.25rem 0 0.75rem 0;
	}
}

.faq__item.is-open:before {
	transform: translateY(75%) rotate(-90deg);
}

.faq__item.is-open .faq__item-trigger p {
	font-weight: 700;
}

.faq__cta {
	background-image: linear-gradient(to bottom left, #4C99FF 0%, #0A2AD8 100%);
	box-shadow: 0 16px 25px 0 rgba(0, 0, 0, 0.09);
	border-radius: 1.25rem;
	padding: 3.333rem 2.083rem 4.167rem 2.083rem;
	text-align: center;
	margin-top: 3.333rem;
}

@media screen and (min-width: 768px) {
	.faq__cta {
		margin-top: 0;
		border-radius: 0.9375rem;
		padding: 2.5rem 1.5625rem 3.125rem 1.5625rem;
	}
}

.faq--alt .faq__item {
	padding-left: 0;
}

.faq--alt .faq__item-trigger {
	padding-bottom: 0;
	margin-bottom: 0;
	padding-right: 5rem;
	height: 100%;
	position: relative;
}

@media screen and (min-width: 768px) {
	.faq--alt .faq__item-trigger {
		padding-right: 3.75rem;
	}
}

.faq--alt .faq__item-trigger > p:first-child {
	position: relative;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: all 0.25s;
	backface-visibility: hidden;
	line-height: 1;
	margin-bottom: 3px;
}

.faq--alt .faq__item-content {
	padding: 0;
	margin: 0;
}

.faq--alt .faq__item-content p {
	opacity: 0;
}

.faq--alt .faq__item:before {
	background-image: url("../images/i-caret.png");
	height: 1.333rem;
	width: 0.75rem;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	left: auto;
}

@media screen and (min-width: 768px) {
	.faq--alt .faq__item:before {
		height: 1rem;
		width: 0.5625rem;
	}
}

.faq--alt .faq__item.is-open:before {
	top: 0;
	transform: translateY(25%) rotate(90deg);
}

.faq--alt .faq__item.is-open .faq__item-trigger p {
	font-weight: 500;
	transform: none;
	top: 0;
}

.faq--alt .faq__item.is-open .faq__item-content p {
	opacity: 1;
}

.home-hero-container {
	padding-top: 8rem;
	display: flex;
	justify-content: space-between;
	gap: 3rem;
}

.home-hero-container .hero-text h1 {
	margin-top: 5rem;
	color: #222222;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.home-hero-container .hero-text h1 {
		font-size: 2.25rem;
	}
}

.home-hero-container .hero-text h1 span {
	font-weight: 600;
	font-style: italic;
}

.home-hero-container .hero-text .description {
	margin-top: 1rem;
	font-size: 1.2rem;
}

@media screen and (min-width: 576px) {
	.home-hero-container .hero-text .description {
		font-size: 1.1rem;
	}
}

@media screen and (min-width: 768px) {
	.home-hero-container .hero-text .description {
		font-size: 1.25rem;
	}
}

.home-hero-container .hero-image {
	border-radius: 1rem;
	width: 13rem;
}

@media screen and (max-width: 576px) {
	.home-hero-container .hero-image {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	.home-hero-container .hero-image {
		border-radius: 1rem;
		width: 25rem;
	}
}

@media screen and (min-width: 1200px) {
	.home-hero-container .hero-image {
		border-radius: 1rem;
		width: 35rem;
	}
}

#how-it-works {
	scroll-behavior: smooth;
}

.home-box-container {
	padding-top: 1rem;
	display: grid;
	gap: 5rem;
	grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
	.home-box-container {
		grid-template-columns: repeat(3, 1fr);
	}
}

.section-title-box {
	display: inline-block;
	background-color: #24dd8f;
	color: #ffffff;
	border-radius: 10rem;
	margin-top: 6rem;
	padding: 1rem 5rem;
	font-size: 1.75rem;
	font-weight: 600;
	min-width: 20rem;
}

@media screen and (max-width: 768px) {
	.section-title-box {
		font-size: 1.5rem;
	}
}

.section-title-text {
	margin-block: 2rem;
	color: #222222;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.section-title-text {
		font-size: 2rem;
	}
}

.section-title-description {
	color: #666666;
	font-size: 1.25rem;
	margin-bottom: 2rem;
	white-space: pre-wrap;
}

.home-cta {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 45rem;
	text-align: center;
	background-image: url("/images/bg-cta.svg");
	background-position-x: calc(50% + 200px);
	background-position-y: calc(50% + 150px);
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
	.home-cta {
		background-position-x: calc(50% + 100px);
		background-position-y: calc(50% + 100px);
		background-size: 1300px;
	}
}

.home-cta .main {
	margin-block: 13rem 12rem;
}

.home-cta .main .title {
	font-size: 4rem;
	font-weight: 700;
	color: #222222;
}

@media screen and (max-width: 768px) {
	.home-cta .main .title {
		font-size: 3.25rem;
	}
}

@media screen and (max-width: 576px) {
	.home-cta .main .title {
		font-size: 2.5rem;
	}
}

.home-cta .main .title .latam {
	color: red;
	font-size: 4.25rem;
	font-weight: 700;
	background: linear-gradient(6deg, #1F5B42 52.78%, #1CABC0 70%, #1274F9 97%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
	.home-cta .main .title .latam {
		font-size: 3.5rem;
	}
}

@media screen and (max-width: 576px) {
	.home-cta .main .title .latam {
		font-size: 3rem;
	}
}

.home-cta .main .subtitle {
	font-size: 1.7rem;
	font-weight: 400;
	color: #666666;
	margin-bottom: 1.5rem;
}

.home-cta .bottom {
	text-align: left;
	margin-bottom: 4rem;
}

.home-cta .bottom p {
	color: #222222;
	opacity: 0.9;
	font-weight: 450;
}

.steps-wrapper {
	background-image: url("../images/steps-shapes.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 13.75rem auto;
}

@media screen and (min-width: 768px) {
	.steps-wrapper {
		background-position: right calc(100% - 9rem);
	}
}

.steps__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.steps__item:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 14.375rem;
	transform: translate(-50%, -50%);
	height: 11px;
	width: 11px;
	background-color: #009FFF;
	border-radius: 50%;
	box-shadow: 0 0 0 7px rgba(34, 218, 254, 0.16);
}

.steps__item-media {
	height: 10.625rem;
	width: 10.625rem;
	min-height: 10.625rem;
	min-width: 10.625rem;
	border-radius: 0.9375rem;
	background-image: linear-gradient(to top right, #0A2AD8, #4C99FF);
	margin-right: 7.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-shadow: 0 16px 25px 0 rgba(0, 0, 0, 0.09);
}

.steps__item-icon {
	height: 4.375rem;
}

.steps__item + .steps__item {
	margin-top: 3.125rem;
}

.steps__item + .steps__item:before {
	content: "";
	position: absolute;
	bottom: 50%;
	left: 14.375rem;
	width: 1px;
	height: calc(100% + 3.125rem);
	background-color: #009FFF;
}

@media screen and (min-width: 992px) {
	.steps__item + .steps__item:before {
		bottom: 5.3125rem;
	}
}

.inversion-list {
	margin-top: 2rem;
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 768px) {
	.inversion-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 992px) {
	.inversion-list {
		grid-template-columns: repeat(3, 1fr);
	}
}

.inversion__box {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	position: relative;
}

.inversion__box:hover {
	transform: scale(1.05);
	transition: all 0.1s ease-out;
}

.inversion__box-media {
	width: 14rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 3;
	border-radius: 0.875rem;
	box-shadow: 0 14px 23px 0 rgba(0, 0, 0, 0.09);
}

@media screen and (min-width: 768px) {
	.inversion__box-media {
		width: 10rem;
	}
}

.inversion__box-logo {
	position: absolute;
	z-index: 1;
	top: 2.75rem;
	right: 0;
	transform: translateX(50%);
	height: 6.25rem;
	width: 6.25rem;
	border-radius: 0.875rem;
	box-shadow: 0 14px 23px 0 rgba(0, 0, 0, 0.09);
	overflow: hidden;
	background-color: #ffffff;
}

.inversion__box-logo-img {
	width: 100%;
}

@media screen and (min-width: 992px) {
	.inversion__box-logo {
		height: 4.25rem;
		width: 4.25rem;
	}
}

.inversion__box-main {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 1.5rem 0;
	background-color: #ffffff;
	border-top-right-radius: 0.875rem;
	border-bottom-right-radius: 0.875rem;
	flex: 1;
	box-shadow: 0 14px 23px 0 rgba(0, 0, 0, 0.09);
	position: relative;
	z-index: 2;
}

.inversion__box-info {
	padding: 2rem 2rem 0 5rem;
	min-height: 9rem;
}

@media screen and (min-width: 768px) {
	.inversion__box-info {
		padding-left: 4.5rem;
	}
}

@media screen and (min-width: 992px) {
	.inversion__box-info {
		min-height: 6rem;
		padding: 1.5rem 1rem 0 3.5rem;
	}
}

.inversion__box-info > h3, .terms-and-conditions .inversion__box-info > .P1 {
	font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
	.inversion__box-info > h3, .terms-and-conditions .inversion__box-info > .P1 {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 992px) {
	.inversion__box-info > h3, .terms-and-conditions .inversion__box-info > .P1 {
		font-size: 1.1rem;
	}
}

.inversion__box-progress {
	padding: 2.1875rem;
	padding-top: 1rem;
}

@media screen and (min-width: 768px) {
	.inversion__box-progress {
		padding: 0 1.5rem 1.5rem 1.5rem;
	}
}

@media screen and (min-width: 992px) {
	.inversion__box-progress {
		padding: 0 1rem 1rem 1rem;
	}
}

.inversion__box-progress-info {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.inversion__box-progress-info p {
	font-size: 0.93rem;
	font-weight: 500;
}

.inversion__box-progress-info p > div:first-child {
	line-height: 1rem;
}

.inversion__box-progress-info .invested {
	color: #5fb100;
}

.inversion__box-progress-info .invested[data-target-reach=true] {
	color: #006EFF;
}

.inversion__box-progress-info .target {
	color: #9b9b9b;
	text-align: right;
}

.inversion__box-progress-bar {
	position: relative;
	border-radius: 5rem;
	overflow: hidden;
	width: 100%;
	height: 5px;
	background-color: #E6E6E6;
}

.inversion__box-progress-completion, .inversion__box-progress-completion-overflow, .inversion__box-progress-completion-target-reach, .inversion__box-progress-completion-target-reach-max {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 2rem;
	background-color: #5fb100;
}

.inversion__box-progress-completion-overflow {
	background-color: #006EFF;
}

.inversion__box-progress-completion-target-reach, .inversion__box-progress-completion-target-reach-max {
	width: 100%;
}

.inversion__box-progress-completion-target-reach {
	background-color: #5fb100;
}

.inversion__box-progress-completion-target-reach-max {
	background-color: #006EFF;
}

.inversion__inversor {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.inversion__inversor-media {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	border-radius: 1.25rem;
	width: 12.5rem;
	height: 15.5rem;
	box-shadow: 0 9px 15px 0 rgba(0, 0, 0, 0.09);
	margin-right: -8.333rem;
}

@media screen and (min-width: 768px) {
	.inversion__inversor-media {
		width: 9rem;
		height: 15.5rem;
	}
}

@media screen and (min-width: 992px) {
	.inversion__inversor-media {
		width: 9rem;
		height: 11.35rem;
	}
}

.inversion__inversor-main {
	width: 90%;
	margin: 0 0 0 auto;
}

.inversion__inversor-box {
	background-color: #ffffff;
	border-radius: 1.25rem;
	height: 100%;
	width: 100%;
	padding: 2.083rem 2.083rem 4.167rem 11rem;
	margin-top: 3.333rem;
	box-shadow: 0 17px 28px 0 rgba(0, 0, 0, 0.09);
	text-align: left;
}

@media screen and (min-width: 768px) {
	.inversion__inversor-box {
		padding: 1.5625rem 1.5625rem 3.125rem 8rem;
		margin-top: 2.5rem;
	}
}

.inversion__inversor-tag {
	padding: 1rem 1.667rem;
	background-color: #BBDCFF;
	border-radius: 5px;
	font-weight: 600;
	color: #021E73;
	margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
	.inversion__inversor-tag {
		padding: 0.75rem 1.25rem;
	}
}

.inversion__inversor-icon {
	width: 1.667rem;
	transform: translateY(-8px);
}

@media screen and (min-width: 768px) {
	.inversion__inversor-icon {
		width: 1.25rem;
	}
}

.inversion__inversor-icons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
	.inversion__inversor-icons {
		margin-top: 1.875rem;
	}
}

.inversion__inversor-icons img {
	height: 3.75rem;
}

@media screen and (min-width: 768px) {
	.inversion__inversor-icons img {
		height: 2.8125rem;
	}
}

.exchange__modal {
	position: relative;
}

.exchange__modal-title {
	transition: all 0.25s;
	backface-visibility: hidden;
	color: #2E5175;
	margin-bottom: 1rem;
	text-align: center;
}

.exchange__modal .amount-container {
	display: flex;
	gap: 1rem;
	align-items: center;
	padding: 1rem 0;
}

.exchange__modal .wallet-container {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
	.exchange__modal .wallet-container {
		flex-direction: row;
		align-items: center;
	}
}

.exchange__modal .wallet-container .arrow {
	height: 3rem;
	transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
	.exchange__modal .wallet-container .arrow {
		width: 3rem;
		transform: none;
	}
}

.exchange__modal .wallet-container .wallet {
	flex-grow: 1;
	padding: 1.3rem 3rem;
	border-radius: 1.333rem;
	background-color: #ffffff;
	box-shadow: 0 5px 34px 0 rgba(182, 193, 207, 0.25);
	border: 2px solid #E9F0F9;
	display: flex;
	justify-content: start;
	align-items: center;
}

@media screen and (min-width: 992px) {
	.exchange__modal .wallet-container .wallet {
		padding: 1rem 2.25rem;
		border-radius: 0.75rem;
	}
}

.exchange__modal .wallet-container .wallet-icon {
	width: 3rem;
	height: 100%;
}

.exchange__modal .wallet-container .wallet h4 {
	color: #222222;
	font-weight: 400;
}

.exchange__modal .wallet-container .wallet h3, .exchange__modal .wallet-container .wallet .terms-and-conditions .P1, .terms-and-conditions .exchange__modal .wallet-container .wallet .P1 {
	display: flex;
	justify-content: space-between;
	color: #2E5175;
	font-weight: 400;
}

.exchange__modal .wallet-container .wallet h3 span[data-color=remove]:nth-child(2), .exchange__modal .wallet-container .wallet .terms-and-conditions .P1 span[data-color=remove]:nth-child(2), .terms-and-conditions .exchange__modal .wallet-container .wallet .P1 span[data-color=remove]:nth-child(2) {
	color: #EB3232;
}

.exchange__modal .wallet-container .wallet h3 span[data-color=add]:nth-child(2), .exchange__modal .wallet-container .wallet .terms-and-conditions .P1 span[data-color=add]:nth-child(2), .terms-and-conditions .exchange__modal .wallet-container .wallet .P1 span[data-color=add]:nth-child(2) {
	color: #5fb100;
}

.exchange__modal .wallet-container .wallet-main {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 0.3rem;
	flex: 1;
	padding-left: 1rem;
}

@media screen and (min-width: 992px) {
	.exchange__modal .wallet-container .wallet-main {
		padding-left: 0.5rem;
	}
}

.exchange__modal .button-exchange {
	width: 100%;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 2rem;
	padding: 2rem 0;
}

@media screen and (min-width: 992px) {
	.exchange__modal .button-exchange {
		font-size: 1.5rem;
		padding: 1.5rem 0;
	}
}

.project__intro {
	padding: 7.0625rem 0 4.5rem 0;
}

@media screen and (min-width: 768px) {
	.project__intro-main {
		display: flex;
		align-items: stretch;
		justify-content: flex-start;
	}
}

.project__intro-video {
	aspect-ratio: 16/9;
	box-shadow: 0 17px 27px 0 rgba(0, 0, 0, 0.09);
	border-radius: 1.333rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.project__intro-video {
		width: 64%;
	}
}

.project__intro-video iframe {
	width: 100%;
	height: 100%;
}

.project__intro-info {
	margin-top: 3.333rem;
}

@media screen and (min-width: 768px) {
	.project__intro-info {
		margin-top: 0;
		margin-left: 1.875rem;
		width: 40%;
	}
}

.project__intro-info-box {
	background-color: #ffffff;
	border-radius: 0.667rem;
	padding: 3.333rem;
	position: relative;
	box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.09);
}

@media screen and (min-width: 768px) {
	.project__intro-info-box {
		border-radius: 0.5rem;
		padding: 2.5rem;
	}
}

.project__intro-logo {
	position: absolute;
	top: -4.667rem;
	left: 3.333rem;
	width: 12rem;
	height: 12rem;
	border-radius: 0.4167rem;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.09);
}

@media screen and (min-width: 768px) {
	.project__intro-logo {
		width: 9rem;
		height: 9rem;
		border-radius: 0.3125rem;
		left: 2.5rem;
		top: -3.5rem;
	}
}

.project__intro-overview {
	padding-left: 14.667rem;
}

@media screen and (min-width: 768px) {
	.project__intro-overview {
		padding-left: 11rem;
	}
}

.project__intro-social {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.project__intro-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2rem;
	width: 2rem;
	border-radius: 50%;
	border: 2px solid #222222;
	color: #222222;
}

.project__intro-social a:link, .project__intro-social a:hover, .project__intro-social a:active, .project__intro-social a:focus, .project__intro-social a:visited {
	color: #222222;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.project__intro-social a {
		height: 1.5rem;
		width: 1.5rem;
	}
}

.project__intro-social a i {
	font-size: 1rem;
}

@media screen and (min-width: 768px) {
	.project__intro-social a i {
		font-size: 0.75rem;
	}
}

.project__intro-social a:hover {
	background-color: #006EFF;
	color: #ffffff;
	border-color: #006EFF;
}

.project__intro-social a + a {
	margin-left: 1rem;
}

@media screen and (min-width: 768px) {
	.project__intro-social a + a {
		margin-left: 0.75rem;
	}
}

.project__intro-progress-info {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.project__intro-progress-info p {
	font-size: 1.25rem;
}

.project__intro-progress-info strong {
	color: #222222;
}

.project__intro-progress-info small {
	font-size: 0.8rem;
}

.project__intro-progress-info .percent {
	font-weight: 600;
	color: #5fb100;
}

.project__intro-progress-info .percent[data-target-reach=true] {
	color: #006EFF;
}

.project__intro-progress-bar {
	position: relative;
	height: 5px;
	width: 100%;
	background-color: #E6E6E6;
	border-radius: 1rem;
	overflow: hidden;
}

.project__intro-progress-completion, .project__intro-progress-completion-overflow, .project__intro-progress-completion-target-reach, .project__intro-progress-completion-target-reach-max {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 1rem;
	background-color: #5fb100;
}

.project__intro-progress-completion-overflow {
	background-color: #006EFF;
}

.project__intro-progress-completion-target-reach, .project__intro-progress-completion-target-reach-max {
	width: 100%;
}

.project__intro-progress-completion-target-reach {
	background-color: #5fb100;
}

.project__intro-progress-completion-target-reach-max {
	background-color: #006EFF;
}

.project__intro-cta {
	margin-top: 3.833rem;
}

@media screen and (min-width: 768px) {
	.project__intro-cta {
		margin-top: 2.875rem;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
}

.project__intro-cta-main-wrapper {
	margin-top: 2.5rem;
	transition: all 0.25s;
}

@media screen and (min-width: 768px) {
	.project__intro-cta-main-wrapper {
		margin-top: 0;
		margin-left: 1.875rem;
		flex: 1;
	}
}

.project__intro-cta-main-wrapper .container {
	padding-left: 0;
	padding-right: 0;
}

.project__intro-cta-main-wrapper.scroll-to-fixed-fixed {
	width: 100% !important;
	left: 0 !important;
	background-color: #ffffff;
	box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.09);
}

.project__intro-cta-main-wrapper.scroll-to-fixed-fixed .project__intro-cta-main {
	box-shadow: none;
	background-color: transparent;
	margin-left: -1.875rem;
	margin-right: -1.875rem;
}

@media screen and (min-width: 768px) {
	.project__intro-cta-main-wrapper.scroll-to-fixed-fixed .project__intro-cta-main-group:first-child {
		width: 35%;
	}
}

@media screen and (min-width: 992px) {
	.project__intro-cta-main-wrapper.scroll-to-fixed-fixed .project__intro-cta-main-group:first-child {
		width: 30%;
	}
}

@media screen and (min-width: 1200px) {
	.project__intro-cta-main-wrapper.scroll-to-fixed-fixed .project__intro-cta-main-group:first-child {
		width: 27%;
	}
}

@media screen and (min-width: 1400px) {
	.project__intro-cta-main-wrapper.scroll-to-fixed-fixed .project__intro-cta-main-group:first-child {
		width: 29%;
	}
}

.project__intro-cta-main {
	background-color: #ffffff;
	border-radius: 0.8333rem;
	box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.09);
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	transition: all 0.25s;
}

@media screen and (min-width: 768px) {
	.project__intro-cta-main {
		border-radius: 0.625rem;
	}
}

.project__intro-cta-main-group {
	padding: 1.667rem 2.5rem;
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.project__intro-cta-main-group {
		padding: 1.25rem 1.875rem;
		width: 19.333%;
	}
}

@media screen and (min-width: 992px) {
	.project__intro-cta-main-group {
		width: 20.5%;
	}
}

.project__intro-cta-main-group.text-center {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

@media screen and (min-width: 768px) {
	.project__intro-cta-main-group.text-center {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
}

.project__intro-cta-main-group.text-center:before {
	content: "";
	height: 60%;
	width: 1px;
	border-right: 1px solid #E6E6E6;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.project__intro-cta-main-group:first-child {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.project__intro-cta-main-group:first-child {
		width: 42%;
	}
}

@media screen and (min-width: 992px) {
	.project__intro-cta-main-group:first-child {
		width: 35%;
	}
}

@media screen and (min-width: 1200px) {
	.project__intro-cta-main-group:first-child {
		margin-right: 2.5rem;
	}
}

.project__intro-cta-main-group:last-child {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.project__intro-cta-main-group:last-child {
		width: 23.333%;
		flex: 1;
	}
}

.project__intro-cta-main-group-not-started {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

@media screen and (min-width: 768px) {
	.project__intro-cta-main-group-not-started {
		gap: 0.2rem;
	}
}

.project__intro-cta-logo {
	width: 5.833rem;
	border-radius: 50%;
	box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.09);
}

@media screen and (min-width: 768px) {
	.project__intro-cta-logo {
		width: 4.375rem;
	}
}

.project__main-content-item-inner {
	padding: 3rem 0 10.625rem 0;
}

.project__main-content-item-inner img {
	border-radius: 1.5rem;
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	.project__main-content-item-inner img {
		border-radius: 1.125rem;
	}
}

.project__main .ant-tabs {
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.project__main .ant-tabs {
		flex-direction: unset;
	}
}

.project__main .ant-tabs-content-holder {
	border: 0;
}

.project__main .ant-tabs-nav {
	margin-top: 3rem;
	height: fit-content;
	border-radius: 0.4167rem;
	box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.09);
	margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
	.project__main .ant-tabs-nav {
		border-radius: 0.3125rem;
		margin-bottom: 0;
		margin-right: 1.875rem;
	}
}

.project__main .ant-tabs-nav .ant-tabs-ink-bar {
	display: none;
}

.project__main .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
	margin: 0;
}

.project__main .ant-tabs-nav .ant-tabs-tab {
	font-size: 1.333rem;
	cursor: pointer;
	padding: 1.333rem 0.8333rem 1.333rem 1rem;
	position: relative;
	color: #9CA9BA;
	font-weight: 400;
	line-height: 1.25;
}

@media screen and (min-width: 768px) {
	.project__main .ant-tabs-nav .ant-tabs-tab {
		padding: 1rem 0.625rem 1rem 0.75rem;
		font-size: 1rem;
	}
}

.project__main .ant-tabs-nav .ant-tabs-tab:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: #2C8ED8;
	transition: all 0.25s;
	opacity: 0;
}

.project__main .ant-tabs-nav .ant-tabs-tab:hover, .project__main .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
	color: #2C8ED8;
}

.project__main .ant-tabs-nav .ant-tabs-tab:hover:before, .project__main .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active:before {
	opacity: 1;
}

.project__verify p {
	width: 100%;
	margin: auto;
}

@media screen and (min-width: 768px) {
	.project__verify p {
		width: 80%;
	}
}

@media screen and (min-width: 992px) {
	.project__verify p {
		width: 70%;
	}
}

.investment__modal {
	position: relative;
}

.investment__modal-title {
	transition: all 0.25s;
	backface-visibility: hidden;
	color: #2E5175;
	margin-bottom: 1rem;
	text-align: center;
}

.investment__modal-package-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 1rem;
}

.investment__modal-package {
	border-radius: 1rem;
	border: 3px solid rgba(102, 102, 102, 0.04);
	box-shadow: 0 12px 18px 0 rgba(34, 34, 34, 0.125);
	padding: 1rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	transition: all 0.25s;
	backface-visibility: hidden;
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	.investment__modal-package {
		padding: 1rem;
	}
}

.investment__modal-package:hover {
	border-color: #004FDD;
}

.investment__modal-package .nft-amount {
	color: #143B64;
	font-weight: 600;
}

.investment__modal-package .nft-price {
	color: #143B64;
	font-weight: 600;
	margin: 1rem 0;
}

.investment__modal-package button {
	padding: 0.5rem;
}

.investment__modal-resume {
	margin: 1rem 0rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
	gap: 1rem;
}

.investment__modal-resume-overview {
	padding: 1.3rem 3rem;
	background-color: #004FDD;
	border-radius: 1.333rem;
	border: 2px solid #E9F0F9;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.investment__modal-resume-overview {
		padding: 1rem 2.25rem;
		border-radius: 0.75rem;
	}
}

.investment__modal-resume-overview h4, .investment__modal-resume-overview h3, .investment__modal-resume-overview .terms-and-conditions .P1, .terms-and-conditions .investment__modal-resume-overview .P1 {
	width: fit-content;
	height: 100%;
	color: #ffffff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}

@media screen and (min-width: 992px) {
	.investment__modal-resume-overview h4, .investment__modal-resume-overview h3, .investment__modal-resume-overview .terms-and-conditions .P1, .terms-and-conditions .investment__modal-resume-overview .P1 {
		flex-direction: column;
		align-items: start;
	}
}

@media screen and (min-width: 992px) {
	.investment__modal-resume-overview h3, .investment__modal-resume-overview .terms-and-conditions .P1, .terms-and-conditions .investment__modal-resume-overview .P1 {
		align-items: end;
	}
}

.investment__modal-resume-overview input {
	padding: 0;
	border-color: rgba(255, 255, 255, 0.5);
	width: 4rem;
	text-align: center;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 500;
	background-color: rgba(34, 34, 34, 0.2);
	margin-right: 0.5rem;
}

.investment__modal-resume .wallet {
	padding: 1.3rem 3rem;
	border-radius: 1.333rem;
	background-color: #ffffff;
	box-shadow: 0 5px 34px 0 rgba(182, 193, 207, 0.25);
	border: 2px solid #E9F0F9;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
}

@media screen and (min-width: 992px) {
	.investment__modal-resume .wallet {
		padding: 1rem 1.6rem;
		border-radius: 0.75rem;
	}
}

.investment__modal-resume .wallet:hover {
	border-color: #BBDCFF;
}

.investment__modal-resume .wallet-icon {
	width: 3.5rem;
	height: 100%;
}

.investment__modal-resume .wallet h4 {
	color: #222222;
	font-weight: 400;
}

.investment__modal-resume .wallet h3, .investment__modal-resume .wallet .terms-and-conditions .P1, .terms-and-conditions .investment__modal-resume .wallet .P1 {
	color: #2E5175;
	font-weight: 400;
}

.investment__modal-resume .wallet-main {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 0.3rem;
	flex: 1;
	padding-left: 1rem;
}

@media screen and (min-width: 992px) {
	.investment__modal-resume .wallet-main {
		padding-left: 0.5rem;
	}
}

.investment__modal-resume .wallet .convert-balance {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 0.3rem;
}

.investment__modal-resume .wallet .convert-balance h4 {
	color: #EB3232;
}

.investment__modal .button-invest {
	width: 100%;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 2rem;
	padding: 2rem 0;
}

@media screen and (min-width: 992px) {
	.investment__modal .button-invest {
		font-size: 1.5rem;
		padding: 1.5rem 0;
	}
}

.sign__terms-conditions {
	background: #F6F6F6;
	overflow-y: auto;
	height: 300px;
	margin: 2rem;
	position: relative;
	padding: 1rem 2rem;
	border-radius: 1rem;
	text-align: justify;
}

.sign__accept_check {
	margin-top: -2rem;
	margin-bottom: 2rem;
}

.sign__declaration-content {
	background: #F6F6F6;
	overflow-y: auto;
	height: 230px;
	padding: 1rem 2rem;
	margin: 1rem auto;
	margin-bottom: 2rem;
	border-radius: 1rem;
	text-align: justify;
}

@media screen and (min-width: 992px) {
	.sign__declaration-content {
		width: 80%;
	}
}

.sign__form {
	text-align: center;
	margin: auto;
	width: 100%;
}

@media screen and (min-width: 576px) {
	.sign__form {
		width: 80%;
	}
}

@media screen and (min-width: 768px) {
	.sign__form {
		width: 70%;
	}
}

@media screen and (min-width: 992px) {
	.sign__form {
		width: 65%;
	}
}

.sign__form .container-button-and-later {
	display: grid;
	grid-template-columns: 3fr 1fr;
	gap: 3rem;
}

.sign__form .buttons-container .ant-form-item-control-input-content {
	justify-content: center;
	margin-top: 2rem;
}

.sign__form .no-validation-message .ant-form-item-explain {
	display: none;
}

.sign__form .no-validation-message:focus-within .ant-form-item-explain {
	display: unset;
}

.sign__form .no-validation-message:has(> .ant-radio-group) .ant-form-item-explain {
	display: unset;
}

.sign__form .ant-form-item-explain-error {
	text-align: right;
}

.sign__form .id-item label {
	white-space: unset;
	width: 10rem;
	text-align: left;
}

@media screen and (min-width: 768px) {
	.sign__form .id-item label {
		width: unset;
	}
}

.sign__form .id-item .ant-select {
	margin-left: 1rem;
	width: auto !important;
}

.sign__form .id-front-back {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

@media screen and (min-width: 992px) {
	.sign__form .id-front-back {
		grid-template-columns: 1fr 1fr;
	}
}

.sign__form .iti--allow-dropdown .iti__flag-container, .sign__form .iti--separate-dial-code .iti__flag-container {
	left: auto;
	right: min(15rem, max(40%, 14rem));
}

.sign__form-group {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 0.833rem;
	border-bottom: 1px solid rgba(224, 232, 243, 0.5);
}

@media screen and (min-width: 768px) {
	.sign__form-group {
		padding-bottom: 0.625rem;
	}
}

.sign__form-group label,
.sign__form-group input,
.sign__form-group span.ant-select-selection-item {
	color: #222222;
	line-height: 1;
	white-space: nowrap;
	text-align: right;
	font-weight: 500;
}

.sign__form-group label {
	color: #9FB0C8;
	text-transform: uppercase;
	margin: 0;
}

.sign__form-group > div.iti {
	display: inline-block;
	width: auto;
	flex: 1;
}

.sign__form-group > input,
.sign__form-group > div.iti input,
.sign__form-group > textarea {
	display: inline-block;
	flex: 1;
	padding-right: 2.5rem;
	background-image: url("../images/i-success.svg");
	background-repeat: no-repeat;
	background-position: right 60%;
	background-size: auto 65%;
}

@media screen and (min-width: 768px) {
	.sign__form-group > input,
	.sign__form-group > div.iti input,
	.sign__form-group > textarea {
		padding-right: 1.875rem;
	}
}

.sign__form-group > input::placeholder,
.sign__form-group > div.iti input::placeholder,
.sign__form-group > textarea::placeholder {
	color: #222222;
}

.sign__form-group > input:placeholder-shown,
.sign__form-group > div.iti input:placeholder-shown,
.sign__form-group > textarea:placeholder-shown {
	background-image: unset;
}

.sign__form-group > input[type=password],
.sign__form-group > div.iti input[type=password],
.sign__form-group > textarea[type=password] {
	letter-spacing: 2px;
}

.sign__form-group > input.ant-input-status-error,
.sign__form-group > div.iti input.ant-input-status-error,
.sign__form-group > textarea.ant-input-status-error {
	background-image: url("../images/i-error.svg");
}

.sign__form-group .ant-select .ant-select-selector {
	border: 0;
}

.sign__form-group .ant-radio-group .ant-radio-button-wrapper {
	color: #222222;
	line-height: 30px;
	font-size: 1rem;
}

.sign__form-group .ant-radio-group .ant-radio-button-wrapper-disabled {
	color: #666666;
}

.sign__form-group .ant-radio-group .ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
	background: #6EACFF;
}

.sign__form-group .ant-radio-group .ant-radio-button-wrapper-checked {
	color: #ffffff;
}

.sign__form-group .ant-radio-group.ant-input-status-error {
	background-image: url("../images/i-error.svg");
}

.sign__form-group .ant-picker {
	background-image: url("../images/i-success.svg");
	background-repeat: no-repeat;
	background-position: right 60%;
	background-size: auto 60%;
	padding-right: 2.5rem;
}

.sign__form-group .ant-picker input {
	color: #222222;
	font-weight: 500;
	text-align: right;
}

@media screen and (min-width: 768px) {
	.sign__form-group .ant-picker {
		padding-right: 1.875rem;
	}
}

.sign__form-group .ant-picker::placeholder {
	color: #222222;
}

.sign__form-group .ant-picker:has(:placeholder-shown) {
	background-image: none;
}

.sign__form-group .ant-picker.ant-picker-status-error {
	background-image: url("../images/i-error.svg");
}

.sign__form-group .ant-select-disabled span.ant-select-selection-item,
.sign__form-group .ant-picker-disabled,
.sign__form-group .ant-picker-input input[disabled],
.sign__form-group .ant-input[disabled],
.sign__form-group .ant-radio-button-wrapper-disabled label {
	color: #666666;
	background-image: unset;
}

.ant-steps-dot .ant-steps-item-content {
	width: unset;
}

.registration-step-progress {
	margin: auto;
	width: 100%;
}

@media screen and (min-width: 576px) {
	.registration-step-progress {
		width: 80%;
	}
}

@media screen and (min-width: 768px) {
	.registration-step-progress {
		width: 70%;
	}
}

@media screen and (min-width: 992px) {
	.registration-step-progress {
		width: 60%;
	}
}

.ant-steps-dot .ant-steps-item-icon,
.ant-steps-dot .ant-steps-item-tail {
	margin: 0 18px 0 12px;
}

.ant-steps-dot .ant-steps-item-tail::after {
	margin-left: 15px;
}

.input-image {
	--height: 150px;
	border: 1px dashed #222222;
	position: relative;
	width: 100%;
	height: var(--height);
	vertical-align: middle;
	border-radius: 0.5rem;
	background-color: #F6F6F6;
	overflow: hidden;
	text-align: center;
}

.input-image:hover {
	background: #E0E8F3;
	border: 1px dashed #006EFF;
}

.input-image .input-image-progress .ant-progress-inner {
	vertical-align: top;
	height: 3px;
}

.input-image .input-image-progress .ant-progress-inner .ant-progress-bg {
	background-color: #006EFF;
}

.input-image .input-image-placeholder {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	white-space: pre-line;
}

.input-image input[type=file] {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.input-image .input-image-preview {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.input-image .input-image-clear {
	position: absolute;
	right: 1%;
	bottom: 1%;
	font-size: 2rem;
	z-index: 9999;
	transition: font-size 0.1s;
}

.input-image .input-image-clear:hover {
	font-size: 2.2rem;
	color: #EB3232;
}

.input-characters {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-left: 3rem;
}

.input-characters input {
	border: solid 2px #006EFF !important;
	width: 3.2rem;
	font-size: 1.6rem;
	border-radius: 0.5rem;
	text-align: center;
	padding: 0.7rem 0;
}

.login-grid-2-cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	align-items: center;
}

.login-grid-2-cols .address-displayer {
	font-weight: 400;
}

.page-list {
	margin: 1rem 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

@media screen and (min-width: 768px) {
	.page-list {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (min-width: 992px) {
	.page-list {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.admin__language-input {
	display: flex;
}

.admin__language-input > :nth-child(1) {
	flex-grow: 1;
	flex-basis: 100%;
}

.admin__language-text {
	width: 160px !important;
	display: flex !important;
	flex-direction: row;
	justify-content: space-between;
	background-color: #F6F6F6;
	align-items: center;
	padding: 0 0.3rem;
	border: 1px lightgrey solid;
	border-left: 0;
	border-radius: 0 3px 3px 0;
}

.admin__article-header {
	display: flex;
	justify-content: space-between;
}

.admin__two-images-input {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

@media screen and (min-width: 768px) {
	.admin__two-images-input {
		grid-template-columns: 1fr 1fr;
	}
}

.admin__tabs {
	background-color: #F6F6F6;
	padding: 1rem;
	border-radius: 0.3rem;
}

.admin__tabs > h3, .terms-and-conditions .admin__tabs > .P1 {
	text-align: center;
	margin-bottom: 0.5rem;
}

.admin__tabs .ant-tabs-nav {
	margin: 0;
}

.admin__tabs .ant-tabs-content {
	background-color: white;
	border-radius: 0.3rem;
	padding: 1rem;
}

.index-admin-container {
	display: flex;
	gap: 2rem;
	justify-content: space-evenly;
}

.index-admin-container .ant-card {
	width: 200px;
	text-align: center;
	border-radius: 1rem;
	border-color: #222222;
	background-color: #EAEDF6;
}

.index-admin-container .ant-card:hover {
	border-color: #006EFF;
}

.publish-icon-visible {
	font-size: 2rem;
	color: #006EFF;
}

.publish-icon-invisible {
	font-size: 2rem;
	color: #4F4F4F;
}

.terms-and-conditions a {
	color: #2C8FD9;
}

.terms-and-conditions .P1 {
	color: #2C8FD9;
	text-align: center;
	margin-bottom: 1rem;
}

.terms-and-conditions .P4, .terms-and-conditions .P6, .terms-and-conditions .P7, .terms-and-conditions .P8 {
	height: 1rem;
}

.terms-and-conditions .T3 {
	font-weight: 700;
	text-decoration: underline;
}

.terms-and-conditions .T5 {
	font-weight: 700;
}

.dashboard__exchange-box {
	background-color: #ffffff;
	border-radius: 1.333rem;
	box-shadow: 0 21px 34px 0 rgba(182, 193, 207, 0.21);
	overflow: hidden;
	height: 100%;
}

@media screen and (min-width: 768px) {
	.dashboard__exchange-box {
		border-radius: 1rem;
	}
}

.dashboard__exchange-bank-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2rem;
}

.dashboard__exchange-bank-header > img {
	width: 4rem;
}

@media screen and (min-width: 992px) {
	.dashboard__exchange-bank-header > img {
		width: 3.5rem;
	}
}

.dashboard__exchange-bank-header > div {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	align-items: start;
}

@media screen and (min-width: 576px) {
	.dashboard__exchange-bank-header > div {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}

.dashboard__exchange-bank-header > div h4 {
	margin-left: 2.5rem;
	color: #222222;
}

.dashboard__exchange-bank-header > div h3, .dashboard__exchange-bank-header > div .terms-and-conditions .P1, .terms-and-conditions .dashboard__exchange-bank-header > div .P1 {
	width: 100%;
	justify-content: end;
	margin-right: 1.875rem;
	font-size: 2.5rem;
	font-weight: 500;
	color: #666666;
	display: flex;
	gap: 0.5rem;
}

.dashboard__exchange-bank-header > div h3 img, .dashboard__exchange-bank-header > div .terms-and-conditions .P1 img, .terms-and-conditions .dashboard__exchange-bank-header > div .P1 img {
	width: 2.5rem;
}

@media screen and (min-width: 576px) {
	.dashboard__exchange-bank-header > div h3, .dashboard__exchange-bank-header > div .terms-and-conditions .P1, .terms-and-conditions .dashboard__exchange-bank-header > div .P1 {
		width: unset;
		gap: 1.5rem;
		margin-right: 2.5rem;
		font-size: 3rem;
	}

	.dashboard__exchange-bank-header > div h3 img, .dashboard__exchange-bank-header > div .terms-and-conditions .P1 img, .terms-and-conditions .dashboard__exchange-bank-header > div .P1 img {
		width: 3rem;
	}
}

.dashboard__exchange-bank-cta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}

.dashboard__exchange-bank-cta .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	font-size: 1.25rem;
}

.dashboard__exchange-bank-cta .btn span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1.5rem;
	width: 1.5rem;
	border-radius: 50%;
	border: 1px solid #ffffff;
	margin: 0 0.5rem 0 0;
}

.dashboard__exchange-bank-cta .btn span i {
	font-size: 0.8333rem;
}

@media screen and (min-width: 768px) {
	.dashboard__exchange-bank-cta .btn span i {
		font-size: 0.625rem;
	}
}

.dashboard__exchange-bank-cta .btn--outline-lgt span {
	border-color: #006EFF;
}

.dashboard__exchange-bank-cta .btn--outline-lgt span i {
	color: #006EFF;
}

.dashboard__exchange-bank-cta .btn--outline-lgt:hover span {
	border-color: #ffffff;
}

.dashboard__exchange-bank-cta .btn--outline-lgt:hover span i {
	color: #ffffff;
}

.dashboard__exchange-bank-cta .btn--outline-lgt:hover {
	background-color: #4C99FF;
	border-color: #4C99FF;
}

.dashboard__exchange-table {
	overflow-x: auto;
}

.dashboard__exchange-table .ant-table-thead > tr > th {
	border-bottom: 1px solid #E0E8F3;
}

.dashboard__exchange-table .ant-table-tbody > tr > td,
.dashboard__exchange-table .ant-table tfoot > tr > th,
.dashboard__exchange-table .ant-table tfoot > tr > td {
	border: none;
}

.dashboard__exchange-table .ant-table-tbody > tr.ant-table-row:hover > td {
	background: unset;
}

.dashboard__exchange-table table th,
.dashboard__exchange-table table td {
	padding: 1.5rem;
	background-color: #ffffff;
	white-space: nowrap;
	line-height: 1;
	text-align: center;
	font-weight: 500;
}

.dashboard__exchange-table table th:first-child,
.dashboard__exchange-table table td:first-child {
	text-align: left;
	padding-left: 2rem;
}

.dashboard__exchange-table table th:last-child,
.dashboard__exchange-table table td:last-child {
	text-align: right;
	padding-right: 2rem;
}

.dashboard__exchange-table table th {
	font-weight: 600;
}

.dashboard__exchange-table table .ant-table-tbody > tr.ant-table-row:hover > td {
	background: unset;
}

.dashboard__exchange-table table .ant-table-tbody > tr.ant-table-row:nth-child(odd) > td {
	background-color: #FAFAFA;
}

.dashboard__investments__transactions {
	padding: 2.5rem;
	overflow: auto;
	height: 40rem;
}

@media screen and (min-width: 768px) {
	.dashboard__investments__transactions {
		padding: 1.875rem;
		height: 30rem;
	}
}

@media screen and (min-width: 1400px) {
	.dashboard__investments__transactions {
		height: 35rem;
	}
}

.dashboard__investments__transactions table {
	width: 100%;
}

.dashboard__investments__transactions table th,
.dashboard__investments__transactions table td {
	padding: 1.5rem;
	font-weight: 400;
	white-space: nowrap;
	background-color: #ffffff;
}

@media screen and (min-width: 768px) {
	.dashboard__investments__transactions table th,
	.dashboard__investments__transactions table td {
		padding: 1.125rem;
	}
}

.dashboard__investments__transactions table th {
	font-weight: 500;
	vertical-align: middle;
	border-bottom: 1px solid #E0E8F3;
}

.dashboard__investments__transactions table th div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.dashboard__investments__transactions table th i {
	color: #0A2AD8;
	font-size: 1.25rem;
	cursor: pointer;
	transition: all 0.25s;
	backface-visibility: hidden;
	margin-left: 0.667rem;
}

@media screen and (min-width: 768px) {
	.dashboard__investments__transactions table th i {
		font-size: 0.9375rem;
		margin-left: 0.5rem;
	}
}

.dashboard__investments__transactions table th i:hover {
	color: #4C99FF;
}

.dashboard__investments__transactions table th:first-child div {
	justify-content: flex-start;
}

.dashboard__investments__transactions table td:first-child, .dashboard__investments__transactions table td:last-child {
	font-weight: 500;
}

.dashboard__investments__transactions table td:last-child {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.dashboard__investments__transactions table td i {
	color: #A8B8CD;
	margin-left: 1rem;
}

@media screen and (min-width: 768px) {
	.dashboard__investments__transactions table td i {
		margin-left: 0.75rem;
	}
}

.dashboard__investments__transactions table tbody tr:nth-child(odd) td {
	background-color: #FAFAFA;
}

.dashboard__investments-table {
	overflow-x: auto;
}

.dashboard__investments-table .ant-table-thead > tr > th,
.dashboard__investments-table .ant-table-tbody > tr > td,
.dashboard__investments-table .ant-table tfoot > tr > th,
.dashboard__investments-table .ant-table tfoot > tr > td {
	border-bottom: 1px solid #E0E8F3;
}

.dashboard__investments-table .ant-table-tbody > tr.ant-table-row:hover > td,
.dashboard__investments-table .ant-table-tbody > tr > td.ant-table-cell-row-hover {
	background: unset;
}

.dashboard__investments-table table th,
.dashboard__investments-table table td {
	padding: 1rem;
	background-color: #ffffff;
	white-space: nowrap;
	line-height: 1;
	text-align: center;
}

.dashboard__investments-table table th:first-child,
.dashboard__investments-table table td:first-child {
	text-align: left;
	padding-left: 2rem;
}

.dashboard__investments-table table th:last-child,
.dashboard__investments-table table td:last-child {
	text-align: right;
	padding-right: 2rem;
}

.dashboard__investments-table table th {
	font-weight: 600;
}

.dashboard__investments-table table td {
	height: 5rem;
	font-weight: 500;
}

.dashboard__investments-table .project-column {
	height: 100%;
	max-width: 10rem;
	min-width: 7rem;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.dashboard__investments-table .project-column span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (min-width: 576px) {
	.dashboard__investments-table .project-column {
		max-width: 100%;
	}
}

.dashboard__investments-table .project-column .project-logo {
	border-radius: 0.4rem;
	height: 3rem;
}

.dashboard__investments-table-project {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.dashboard__investments-table-project p {
	font-weight: 400;
	color: #222222;
	line-height: 1;
}

.dashboard__investments-table-project-siglas {
	height: 2.75rem;
	width: 2.75rem;
	min-height: 2.75rem;
	min-width: 2.75rem;
	border-radius: 0.4167rem;
	border: 1px solid #E0E8F3;
	background-color: #FAFAFA;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	color: #222222;
	margin-right: 1.667rem;
}

@media screen and (min-width: 768px) {
	.dashboard__investments-table-project-siglas {
		height: 2.0625rem;
		width: 2.0625rem;
		min-height: 2.0625rem;
		min-width: 2.0625rem;
		border-radius: 0.3125rem;
		margin-right: 1.25rem;
	}
}

.dashboard__investments-table-cta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.dashboard__investments-table-btn {
	padding: 1rem 2rem;
	border-radius: 3px;
	color: #006EFF;
	border: 1px solid #006EFF;
	cursor: pointer;
	transition: all 0.25s;
	backface-visibility: hidden;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.dashboard__investments-table-btn {
		padding: 0.75rem 1.5rem;
	}
}

.dashboard__investments-table-btn:hover {
	background-color: #006EFF;
	color: #ffffff;
}

.dashboard__investments-table-btn[disabled] {
	border-color: #B6C1CF;
	color: #B6C1CF;
	pointer-events: none;
}

.dashboard__investments-table-pdf {
	width: 2.667rem;
	display: block;
}

@media screen and (min-width: 768px) {
	.dashboard__investments-table-pdf {
		width: 2rem;
	}
}

.dashboard__investments-table-pdf img {
	width: 100%;
}

.dashboard__investments-table-pdf.is-disabled {
	pointer-events: none;
}

.dashboard__investments-table-pdf.is-disabled img {
	filter: brightness(0) opacity(0.15);
}

.dashboard__investments__investments-distribution {
	height: 26.875rem;
	position: relative;
}

@media screen and (min-width: 992px) {
	.dashboard__investments__investments-distribution {
		height: 35rem;
	}
}

.dashboard__investments__investments-distribution-total {
	position: absolute;
	z-index: 1;
	top: 37%;
	left: 50%;
	transform: translate(-50%, -37%);
	border-radius: 50%;
	background-color: #ffffff;
	height: 7rem;
	width: 7rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-weight: 400;
	color: #A5A5A5;
	font-size: 1rem;
}

@media screen and (min-width: 768px) {
	.dashboard__investments__investments-distribution-total {
		height: 8.125rem;
		width: 8.125rem;
	}
}

@media screen and (min-width: 992px) {
	.dashboard__investments__investments-distribution-total {
		top: 45%;
		transform: translate(-50%, -45%);
	}
}

.dashboard__investments__investments-distribution-total span {
	font-size: 2rem;
	font-weight: 300;
}

@media screen and (min-width: 768px) {
	.dashboard__investments__investments-distribution-total span {
		font-size: 2.5rem;
	}
}

.dashboard__investments__investments-distribution-total.alt {
	top: 32%;
	transform: translate(-50%, -32%);
}

@media screen and (min-width: 768px) {
	.dashboard__investments__investments-distribution-total.alt {
		transform: translate(-50%, -32%) scale(0.8);
	}
}

.dashboard__investments__investments-distribution canvas {
	height: 100%;
	width: 100%;
}

.dashboard__investments__investments-recent {
	position: relative;
	margin-bottom: 7rem;
}

@media screen and (min-width: 768px) {
	.dashboard__investments__investments-recent {
		margin-bottom: 0;
	}
}

.dashboard__investments__investments-recent .slick-dots {
	display: flex !important;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.dashboard__investments__investments-recent .slick-dots li {
	height: 0.5rem;
	width: 0.5rem;
	border-radius: 50%;
	cursor: pointer;
	background-color: rgba(76, 153, 255, 0.28);
	transition: all 0.25s;
	backface-visibility: hidden;
}

.dashboard__investments__investments-recent .slick-dots li:hover, .dashboard__investments__investments-recent .slick-dots li.slick-active {
	box-shadow: 0 0 0 0.4167rem rgba(76, 153, 255, 0.28);
	background-color: #006EFF;
}

@media screen and (min-width: 768px) {
	.dashboard__investments__investments-recent .slick-dots li:hover, .dashboard__investments__investments-recent .slick-dots li.slick-active {
		box-shadow: 0 0 0 0.3125rem rgba(76, 153, 255, 0.28);
	}
}

.dashboard__investments__investments-recent .slick-dots li + li {
	margin-left: 1.25rem;
}

@media screen and (min-width: 768px) {
	.dashboard__investments__investments-recent .slick-dots li + li {
		margin-left: 1.125rem;
	}
}

.dashboard__investments__investments-recent-slider {
	margin: -1.5rem 0 -3.333rem 0;
}

@media screen and (min-width: 768px) {
	.dashboard__investments__investments-recent-slider {
		margin: -1.125rem 0 -2.5rem 0;
	}
}

.dashboard__investments__investments-recent-slider .slick-list {
	margin: 0 -8px;
}

.dashboard__investments__investments-recent-slider .slick-slide {
	padding: 1.5rem 8px 3.333rem 8px;
}

@media screen and (min-width: 768px) {
	.dashboard__investments__investments-recent-slider .slick-slide {
		padding: 1.125rem 8px 2.5rem 8px;
	}
}

.dashboard__investments__investments-recent-slider .slick-slide:focus {
	outline: none;
}

.dashboard__investments .erc721-list {
	margin-top: 2rem;
	padding-left: 3rem;
	display: grid;
	gap: 4rem 6rem;
	min-height: 30rem;
	grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 768px) {
	.dashboard__investments .erc721-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 992px) {
	.dashboard__investments .erc721-list {
		grid-template-columns: repeat(3, 1fr);
	}
}

.dashboard__investments .erc721-container {
	margin: 0 auto;
	position: relative;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0 14px 14px 0 rgba(0, 0, 0, 0.3);
	border-radius: 1rem;
	min-height: 10rem;
	max-width: 25rem;
}

.dashboard__investments .erc721-container:hover {
	transform: scale(1.05);
	transition: all 0.1s ease-out;
}

.dashboard__investments .erc721-container .project-logo {
	position: absolute;
	top: 10%;
	left: 0;
	transform: translateX(-50%);
	border-radius: 0.875rem;
	box-shadow: 0 14px 14px 0 rgba(0, 0, 0, 0.3);
	overflow: hidden;
	height: 5rem;
	width: 5rem;
}

@media screen and (min-width: 768px) {
	.dashboard__investments .erc721-container .project-logo {
		height: 6.25rem;
		width: 6.25rem;
	}
}

@media screen and (min-width: 768px) {
	.dashboard__investments .erc721-container .project-logo {
		height: 5rem;
		width: 5rem;
	}
}

@media screen and (min-width: 992px) {
	.dashboard__investments .erc721-container .project-logo {
		height: 4.25rem;
		width: 4.25rem;
	}
}

.dashboard__investments .erc721-container .erc721-image {
	border-radius: 1rem;
	overflow: hidden;
}

.dashboard__investments .liked-project-list {
	margin-top: 2rem;
	padding-left: 3rem;
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 768px) {
	.dashboard__investments .liked-project-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 992px) {
	.dashboard__investments .liked-project-list {
		grid-template-columns: repeat(3, 1fr);
	}
}

.container {
	padding: 0 30px;
}

@media screen and (min-width: 768px) {
	.container {
		padding: 0;
	}
}

@media screen and (min-width: 768px) {
	.row.alt {
		margin: 0 -30px;
	}
}

@media screen and (min-width: 768px) {
	.row.alt [class^=col-] {
		padding: 0 30px;
	}
}

.box-white {
	background-color: #ffffff;
	border-radius: 1.333rem;
	box-shadow: 0 21px 34px 0 rgba(182, 193, 207, 0.21);
	overflow: hidden;
	padding: 2rem;
}

@media screen and (min-width: 768px) {
	.box-white {
		border-radius: 1rem;
	}
}

.header {
	position: fixed;
	z-index: 4;
	top: 0;
	left: 0;
	width: 100vw;
	padding: 1.333rem 0;
	background-color: #ffffff;
	box-shadow: 0 21px 34px 0 rgba(0, 0, 0, 0.06);
}

@media screen and (min-width: 768px) {
	.header {
		padding: 1rem 0;
	}
}

.header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	.header__inner {
		flex-wrap: nowrap;
	}
}

.header__logo {
	display: block;
	width: 30%;
	transition: all 0.25s;
	max-width: 12rem;
}

@media screen and (min-width: 768px) {
	.header__logo {
		width: 9rem;
		min-width: 9rem;
		max-width: 9rem;
	}
}

.header__btn {
	padding: 0;
	margin: 0;
	background: transparent;
	cursor: pointer;
	position: relative;
	height: 18px;
	width: 25px;
}

@media screen and (min-width: 768px) {
	.header__btn {
		display: none;
	}
}

.header__btn-line {
	display: block;
	height: 3px;
	width: 2rem;
	border-radius: 1rem;
	background-color: #006EFF;
	transition: all 0.25s;
	backface-visibility: hidden;
	position: absolute;
	left: 0;
}

.header__btn-line:first-child {
	top: 0;
}

.header__btn-line:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.header__btn-line:last-child {
	bottom: 0;
}

.header__btn:hover .header__btn-line {
	background-color: #4C99FF;
}

.header__nav {
	width: 100%;
	padding: 2rem 0 0 0;
	margin-top: 2rem;
	border-top: 1px solid #ffffff;
	display: none;
}

@media screen and (min-width: 768px) {
	.header__nav {
		display: block !important;
		border-top: 0;
		padding: 0;
		margin: 0;
		width: auto;
		margin-left: 2.5rem;
		flex: 1;
	}
}

@media screen and (min-width: 992px) {
	.header__nav {
		margin-left: 4.375rem;
	}
}

.header__nav.is-open {
	display: block;
}

@media screen and (min-width: 768px) {
	.header__nav ul {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
}

.header__nav ul li {
	font-size: 1.5rem;
	color: #006EFF;
	line-height: 1;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.header__nav ul li {
		font-size: 1.125rem;
		white-space: nowrap;
	}
}

.header__nav ul li a:not(.btn) {
	padding: 0.833rem;
	display: inline-block;
	position: relative;
}

@media screen and (min-width: 768px) {
	.header__nav ul li a:not(.btn) {
		padding: 0.625rem;
	}
}

.header__nav ul li a:not(.btn):after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	width: 100%;
	background-color: transparent;
	transition: background-color 0.25s;
}

.header__nav ul li + li {
	margin-top: 1rem;
}

@media screen and (min-width: 768px) {
	.header__nav ul li + li {
		margin-top: 0;
		margin-left: 1.5rem;
	}
}

@media screen and (min-width: 992px) {
	.header__nav ul li + li {
		margin-left: 1.875rem;
	}
}

.header__nav ul li.expander {
	display: none;
}

@media screen and (min-width: 768px) {
	.header__nav ul li.expander {
		display: block;
		flex: 1;
	}
}

.header__nav ul li a.is-active:not(.btn) {
	font-weight: 600;
}

.header__nav ul li a.is-active:not(.btn):after {
	background-color: #006EFF;
}

.header__nav ul li a.is-active:not(.btn):hover:after {
	background-color: #4C99FF;
}

@media screen and (max-width: 768px) {
	.header.is-open {
		background-color: #ffffff !important;
		box-shadow: 0 21px 34px 0 rgba(0, 0, 0, 0.06);
	}

	.header.is-open .header__nav {
		border-top-color: #006EFF;
	}

	.header.is-open .header__nav ul li {
		color: #006EFF !important;
	}

	.header.is-open .header__btn-line:first-child {
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
	}

	.header.is-open .header__btn-line:nth-child(2) {
		opacity: 0;
	}

	.header.is-open .header__btn-line:last-child {
		bottom: 50%;
		transform: translateY(50%) rotate(-45deg);
	}
}

html[data-scroll="0"] .header[data-home=True] {
	transition: background-color 0.3s;
	background-color: transparent;
	box-shadow: unset;
}

html[data-scroll="0"] .header[data-home=True] .header__nav ul li {
	color: #222222;
}

.footer__main {
	background-color: #2d3136;
	padding: 2.5rem 0 1.667rem 0;
}

@media screen and (min-width: 768px) {
	.footer__main {
		padding: 1.875rem 0 1.25rem 0;
	}
}

.footer__main-text {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.footer__main-text {
		text-align: left;
	}
}

.footer__sub {
	padding: 1rem 0;
	background-color: #282B2F;
}

@media screen and (min-width: 768px) {
	.footer__sub {
		padding: 0.75rem 0;
	}
}

.footer__sub p {
	color: #A9AAAA;
}

.footer__logo {
	text-align: center;
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
	.footer__logo {
		text-align: left;
		display: inline-flex;
		align-items: center;
		justify-content: flex-start;
	}
}

.footer__logo-img {
	width: 14rem;
	display: block;
	margin-inline: auto;
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
	.footer__logo-img {
		margin: 0;
	}
}

.footer__social {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.footer__social {
		justify-content: flex-start;
	}
}

.footer__social a {
	color: #ffffff;
	font-size: 1.667rem;
}

@media screen and (min-width: 768px) {
	.footer__social a {
		font-size: 1.25rem;
	}
}

.footer__social a:hover {
	color: #006EFF;
}

.footer__social a + a {
	margin-left: 1rem;
}

@media screen and (min-width: 768px) {
	.footer__social a + a {
		margin-left: 0.75rem;
	}
}

.footer__nav {
	text-align: center;
	margin: 2.5rem auto 0 auto;
	padding: 2.5rem 0;
	position: relative;
}

@media screen and (min-width: 768px) {
	.footer__nav {
		margin: 0;
		padding: 0;
		border: 0;
		display: flex;
		align-items: flex-start;
		justify-content: flex-end;
	}
}

.footer__nav-group p {
	margin-block: 0rem 1rem;
	color: #ffffff;
	font-weight: 500;
}

@media screen and (min-width: 768px) {
	.footer__nav-group {
		text-align: left;
	}
}

.footer__nav-group + .footer__nav-group {
	margin-top: 2rem;
}

@media screen and (min-width: 768px) {
	.footer__nav-group + .footer__nav-group {
		margin-top: 0;
		margin-left: 4rem;
	}
}

@media screen and (min-width: 1200px) {
	.footer__nav-group + .footer__nav-group {
		margin-left: 6rem;
	}
}

@media screen and (min-width: 1400px) {
	.footer__nav-group + .footer__nav-group {
		margin-left: 7rem;
	}
}

.footer__nav:before, .footer__nav:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	width: 80%;
	background-color: #4C99FF;
}

@media screen and (min-width: 768px) {
	.footer__nav:before, .footer__nav:after {
		display: none;
	}
}

.footer__nav:before {
	top: 0;
}

.footer__nav:after {
	bottom: 0;
}

.footer__menu li {
	color: #b9b9b9;
}

.footer__menu li + li {
	margin-top: 10px;
}

.layout-grow {
	display: flex;
	flex-direction: column;
	justify-content: start;
	flex-grow: 1;
	padding-top: 4rem;
	background: linear-gradient(#f5f6fa, #fff);
}

.layout-grow[data-sider=true] {
	margin-left: var(--sider-width);
}

#app {
	height: 100vh;
	display: flex;
	flex-direction: column;
}

.blocker {
	background-color: rgba(255, 255, 255, 0.5333333333);
}

:root {
	--sider-width: 8.33rem;
}

@media screen and (min-width: 768px) {
	:root {
		--sider-width: min(6.25rem, 40%);
	}
}

.dashboard__main {
	padding: 2.5rem 1.5rem;
}

.dashboard__sidebar {
	background-color: #ffffff;
	width: var(--sider-width);
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	margin-top: 4rem;
	padding: 5rem 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	overflow: auto;
	flex: 1;
}

.dashboard__sidebar-menu li {
	cursor: pointer;
	text-align: center;
}

.dashboard__sidebar-menu li span {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.667rem;
	background-color: #ffffff;
	height: 3.5rem;
	width: 3.5rem;
	margin: 0 auto;
	box-shadow: 0 1.083rem 1.75rem 0 #EEEEEE;
}

@media screen and (min-width: 768px) {
	.dashboard__sidebar-menu li span {
		height: 2.625rem;
		width: 2.625rem;
		border-radius: 0.5rem;
		box-shadow: 0 0.8125rem 1.3125rem 0 #EEEEEE;
	}
}

.dashboard__sidebar-menu li span img {
	height: 40%;
	transition: all 0.25s;
	backface-visibility: hidden;
	filter: brightness(0) opacity(0.25);
}

.dashboard__sidebar-menu li small {
	line-height: 1;
	color: #8E9DB1;
	transition: all 0.25s;
	backface-visibility: hidden;
}

.dashboard__sidebar-menu li + li {
	margin-top: 1.667rem;
}

@media screen and (min-width: 768px) {
	.dashboard__sidebar-menu li + li {
		margin-top: 1.25rem;
	}
}

.dashboard__sidebar-menu li:hover span img,
.dashboard__sidebar-menu li .is-active span img {
	filter: none;
}

.dashboard__sidebar-menu li:hover small,
.dashboard__sidebar-menu li .is-active small {
	color: #0A2AD8;
}

.u-color-primary {
	color: #006EFF;
}

.u-color-primary-drk {
	color: #021E73;
}

.u-color-primary-alt-2 {
	color: #004FDD;
}

.u-color-primary-alt-3 {
	color: #143B64;
}

.u-color-primary-alt-6 {
	color: #75859C;
}

.u-color-primary-alt-7 {
	color: #021E73;
}

.u-color-primary-alt-9 {
	color: #2E5175;
}

.u-color-primary-alt-10 {
	color: #2E5175;
}

.u-color-primary-alt-12 {
	color: #9FB0C8;
}

.u-color-primary-alt-14 {
	color: #8E9DB1;
}

.u-color-primary-alt-15 {
	color: #A4B1C2;
}

.u-color-primary-alt-18 {
	color: #B0B9C6;
}

.u-color-primary-alt-19 {
	color: #A2AFBF;
}

.u-color-primary-alt-22 {
	color: #7B8594;
}

.u-color-primary-alt-23 {
	color: #30435F;
}

.u-color-primary-alt-24 {
	color: #9CA9BA;
}

.u-color-primary-alt-25 {
	color: #1273fb;
}

.u-color-primary-lgt {
	color: #4C99FF;
}

.u-color-primary-lgt-3 {
	color: #2C8FD9;
}

.u-color-primary-lgt-4 {
	color: #A7B4C5;
}

.u-color-primary-lgt-7 {
	color: #2C8ED8;
}

.u-color-white {
	color: #ffffff;
}

.u-color-black {
	color: #222222;
}

.u-color-black-alt {
	color: #222222;
}

.u-color-black-full {
	color: #000000;
}

.u-color-gray-lgt {
	color: #818992;
}

.u-color-gray-lgt-3 {
	color: #9b9b9b;
}

.u-color-gray-lgt-5 {
	color: #A9AAAA;
}

.u-color-gray-lgt-7 {
	color: #AFAFAF;
}

.u-color-gray-lgt-11 {
	color: #939393;
}

.u-color-gray-lgt-12 {
	color: #8E8E8E;
}

.u-color-gray-lgt-16 {
	color: #F5F6FA;
}

.u-color-gray-lgt-18 {
	color: #B6C1CF;
}

.u-color-gray-drk-3 {
	color: #505458;
}

.u-color-gray-drk-5 {
	color: #4D4D4E;
}

.u-color-gray-drk-6 {
	color: #636363;
}

.u-color-success {
	color: #5fb100;
}

.u-color-success-alt-2 {
	color: #00B458 !important;
}

.u-color-error-2 {
	color: #F93549 !important;
}

.u-color-heart {
	color: #FA3649;
}

.u-color-linkedin {
	color: #0e76a8;
}

.u-weight-lgt {
	font-weight: 300;
}

.u-weight-reg {
	font-weight: 400;
}

.u-weight-med {
	font-weight: 500;
}

.u-weight-smb {
	font-weight: 600;
}

.u-weight-bld {
	font-weight: 700;
}

.u-lh-1 {
	line-height: 1;
}

.u-lh-md {
	line-height: 1.25;
}

.u-lh-md-2 {
	line-height: 1.5 !important;
}

.u-lh-md-3 {
	line-height: 1.875 !important;
}

.u-lh-lg {
	line-height: 2 !important;
}

.u-shadow-1 {
	box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.09), 0 12px 20px 0 rgba(0, 0, 0, 0.09);
}

.u-shadow-2 {
	box-shadow: 0 21px 34px 0 rgba(0, 0, 0, 0.09);
}

.u-shadow-3 {
	box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.05);
}

.u-shadow-4 {
	box-shadow: 0 9px 15px 0 rgba(0, 0, 0, 0.09);
}

.u-radius-xl {
	border-radius: 1.667rem;
}

@media screen and (min-width: 768px) {
	.u-radius-xl {
		border-radius: 1.25rem;
	}
}

.u-bg-linear {
	background: linear-gradient(#ffffff, rgba(28, 162, 255, 0.05));
}

.u-bg-bubble {
	overflow: hidden;
	position: relative;
	z-index: 0;
	background-image: url("/images/bg-bubble-1.svg");
	background-repeat: repeat-y;
	background-position-x: calc(50% + 350px);
	background-position-y: -300px;
	background-size: 1200px;
}

@media screen and (min-width: 992px) {
	.u-bg-bubble {
		background-position-x: calc(50% + 400px);
		background-size: 1700px;
	}
}

@media screen and (min-width: 1200px) {
	.u-bg-bubble {
		background-position-x: calc(50% + 500px);
		background-size: 2000px;
	}
}

.u-bg-bubble:before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: url("/images/bg-bubble-2.svg");
	background-repeat: no-repeat;
	background-position-x: calc(50% - 500px);
	background-position-y: 250px;
	background-size: 1000px;
}

@media screen and (min-width: 992px) {
	.u-bg-bubble:before {
		background-position-x: calc(50% - 850px);
		background-size: 1500px;
	}
}

@media screen and (min-width: 1200px) {
	.u-bg-bubble:before {
		background-position-x: calc(50% - 950px);
		background-size: 1700px;
	}
}

.u-bg-waves {
	padding: 7.1875rem 0 5rem 0;
	background-image: url("/images/bg-waves.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.u-bg-gray-lgt-9 {
	background-color: #FAFAFA;
}

.u-bg-gray-lgt-16 {
	background-color: #F5F6FA;
}

.u-bg-white {
	background-color: #ffffff;
}

.u-position-relative {
	position: relative;
}

@media screen and (min-width: 768px) {
	.w-md-auto {
		width: auto !important;
	}

	.w-md-75 {
		width: 75% !important;
	}
}

@media screen and (min-width: 992px) {
	.w-lg-50 {
		width: 50% !important;
	}

	.w-lg-25 {
		width: 25% !important;
	}

	.w-lg-auto {
		width: auto !important;
	}
}

@media screen and (min-width: 1200px) {
	.w-xl-25 {
		width: 25% !important;
	}

	.w-xl-50 {
		width: 50% !important;
	}

	.w-xl-auto {
		width: auto !important;
	}
}

@media screen and (min-width: 1400px) {
	.w-hg-auto {
		width: 35% !important;
	}
}

.u-underline {
	text-decoration: underline !important;
}

/*# sourceMappingURL=main.css.map */
