/* SECTIONS */
section{
	padding: 50px 0;
}

#main.sections .container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

#main.sections .container.wide {
	max-width: 1440px;
}

.btn.green {
	background: #16FCB7;
	border-color:#16FCB7;
	color: #0F0F37;
}
.btn.green:hover {
	color: #fff;
	background: #2916FC;
}
.btn.with-arrow {
	padding: 17px 103px 17px 45px;
	position: relative;
	color: #0F0F37;
	background:#16FCB7;
	border: unset;
	border-radius: 10px !important;
}
.btn.with-arrow::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='13' viewBox='0 0 18 13' fill='none'%3E%3Cpath d='M17 6.5H1M17 6.5L11.2857 12M17 6.5L11.2857 1' stroke='%2316FCB7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	position: absolute;
	top: -1px;
	right: -1px;
	background: #0F0F37;
	width: 58px;
	height: calc(100% + 2px);
	border-radius: 0 8px 8px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn.with-arrow:hover {
	background: #2916FC;
	color: #fff
}
.btn.with-arrow:hover::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='13' viewBox='0 0 18 13' fill='none'%3E%3Cpath d='M17 6.5H1M17 6.5L11.2857 12M17 6.5L11.2857 1' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.btn {
	padding: 11.5px 30.5px;
	border-radius: 8px;
	transition: all .25 ease-in-out;
	font: normal 500 14px / normal "Fira Sans";
}

.blue-button{
	padding: 18px 24px;
	background-color: #2916FC;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	line-height: 1;
	border: 1px solid #2916FC;
	font-size: 14px;
	max-width: 200px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.blue-button:hover{
	background-color: transparent;
	color: #2916FC;
}

.white-empty-button{
	padding: 18px 24px;
	background-color: transparent;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	line-height: 1;
	border: 1px solid #fff;
	font-size: 16px;
}

.white-empty-button:hover{
	color: #fff;
}

.transparent-button{
	padding: 18px 24px;
	background-color: transparent;
	border-radius: 8px;
	color: #0F0F37;
	display: inline-block;
	font-weight: 500;
	border: 1px solid #A6BAE2;
	line-height: 1;
	font-size: 14px;
	white-space: nowrap;
}

.transparent-button:hover{
	border: 1px solid #2916FC;
	color: #2916FC;
}

.mobile_only{
	display: none;
}

@media all and (min-width: 992px) {
  section{
		padding: 80px 0;
	}
	.blue-button{
		max-width: unset;
	}
}
