.btn{
	font-family: 'Akko W01 Regular' !important;
	font-size: 20px;
	font-weight: normal !important;
	text-transform: none !important;
	border-radius: 0;
	border:0;
	white-space: normal !important;
}
.btn-primary {
	border-radius: 0rem;
	padding: 1rem 2rem;
	background: -moz-linear-gradient(left, #1d71b8 0%, #36a9e1 100%);
	background: -webkit-linear-gradient(left, #1d71b8 0%, #36a9e1 100%);
	background: linear-gradient(to right, #1d71b8 0%, #36a9e1 100%);
	font-family: 'Akko W01 Regular' !important;
	font-weight: normal;
	font-size:22px!important;
	line-height: 26px !important;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-transform: uppercase;
}
.btn-primary:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -moz-linear-gradient(right, #1d71b8 0%, #36a9e1 100%);
	background: -webkit-linear-gradient(right, #1d71b8 0%, #36a9e1 100%);
	background: linear-gradient(to left, #1d71b8 0%, #36a9e1 100%);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	color: #fff !important;
	text-decoration: none;
}
.btn-primary:hover:before, .btn-primary:focus:before, .btn-primary:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.btn-primary-small {
	border-radius: 0;
	padding: 0.5rem 1.4rem;
	background: -moz-linear-gradient(left, #1d71b8 0%, #36a9e1 100%);
	background: -webkit-linear-gradient(left, #1d71b8 0%, #36a9e1 100%);
	background: linear-gradient(to right, #1d71b8 0%, #36a9e1 100%);
	font-family: 'Akko W01 Regular' !important;
	font-weight: normal;
	font-size: 18px !important;
	line-height: 22px !important;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-transform: uppercase;
	color: var(--white);
	flex-shrink: 0;
}

.btn-primary-small:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -moz-linear-gradient(right, #1d71b8 0%, #36a9e1 100%);
	background: -webkit-linear-gradient(right, #1d71b8 0%, #36a9e1 100%);
	background: linear-gradient(to left, #1d71b8 0%, #36a9e1 100%);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn-primary-small:hover, .btn-primary-small:focus, .btn-primary-small:active {
	color: #fff !important;
	text-decoration: none;
}

.btn-primary-small:hover:before, .btn-primary-small:focus:before, .btn-primary-small:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/* Media queries for btn-primary-small */
@media (max-width: 1199.98px) {
	.btn-primary-small {
		padding: 0.45rem 1rem;
		font-size: 16px !important;
		line-height: 20px !important;
	}
}

@media (max-width: 991.98px) {
	.btn-primary-small {
		padding: 0.4rem 0.9rem;
		font-size: 15px !important;
		line-height: 18px !important;
	}
}

@media (max-width: 767.98px) {
	.btn-primary-small {
		padding: 0.35rem 0.8rem;
		font-size: 14px !important;
		line-height: 16px !important;
	}
}

.btn-primary.small {
	padding: 0.8rem 1rem !important;
}
.btn-link{
	font-family: 'Akko W01 Regular' !important;
	font-size:18px;
	color:#10325f !important;
	text-transform:uppercase;
	padding-left:50px;
	line-height: 22px;
	text-decoration:none;
	font-weight: bold;
}
.btn-link:hover{
	border: 0px dashed #10325f;
	color:#10325f !important;
}
.btn-link:before{
	width:40px;
	top:50%;
	margin-top:-1px;
	-webkit-transform-origin:right;
	transform-origin:right;
	-webkit-transition:all .15s cubic-bezier(.455,.03,.515,.955) .15s;
	transition:all .15s cubic-bezier(.455,.03,.515,.955) .15s;
	-webkit-transition-delay:175ms;
	transition-delay:175ms;
}

.btn-link:after,.btn-link:before{
	content:"";
	height:2px;
	display:block;
	background-color:#10325f !important;
	position:absolute;
	left:0;
}

.btn-link:after{
	width:0;
	bottom:-1px;
	-webkit-transform-origin:left;
	transform-origin:left;
	-webkit-transition:all .15s cubic-bezier(.455,.03,.515,.955);
	transition:all .15s cubic-bezier(.455,.03,.515,.955);
}
.btn-small{
	border: 1px solid #10325f;
}

.btn-link-alternative {
	display: flex;
	align-content: center;
	align-items: center;
	gap: 18px;
	color: #1B99D9;
	padding: 0;
	font-weight: 400;
	font-size: 18px;
}

.btn-link-alternative i {
	font-size: inherit;
}

@media (max-width: 767.98px) {
	.btn-link-alternative {
		font-size: 16px;
	}
}

.btn-secondary {
	border-radius: 0rem;
	padding: 1rem 2rem;
	background: #10325F;
	font-family: 'Akko W01 Regular' !important;
	font-weight: normal;
	font-size: 22px !important;
	line-height: 26px !important;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	transition: all 0.3s ease;
	text-transform: uppercase;
	color: #fff;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
	background: #0a2040;
	color: #fff !important;
	text-decoration: none;
}

.btn-secondary-small {
	border-radius: 0;
	padding: 0.5rem 1.4rem;
	background: #10325F;
	font-family: 'Akko W01 Regular' !important;
	font-weight: normal;
	font-size: 18px !important;
	line-height: 22px !important;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	transition: all 0.3s ease;
	text-transform: uppercase;
	color: #fff;
}

.btn-secondary-small:hover, .btn-secondary-small:focus, .btn-secondary-small:active {
	background: #0a2040;
	color: #fff !important;
	text-decoration: none;
}

.btn-accent {
	border-radius: 0rem;
	padding: 1rem 2rem;
	background: #1B99D9;
	font-family: 'Akko W01 Regular' !important;
	font-weight: normal;
	font-size: 22px !important;
	line-height: 26px !important;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	transition: all 0.3s ease;
	text-transform: uppercase;
	color: #fff;
}

.btn-accent:hover, .btn-accent:focus, .btn-accent:active {
	background: #1580b6;
	color: #fff !important;
	text-decoration: none;
}

.btn-accent-small {
	border-radius: 0;
	padding: 0.5rem 1.4rem;
	background: #1B99D9;
	font-family: 'Akko W01 Regular' !important;
	font-weight: normal;
	font-size: 18px !important;
	line-height: 22px !important;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	transition: all 0.3s ease;
	text-transform: uppercase;
	color: #fff;
}

.btn-accent-small:hover, .btn-accent-small:focus, .btn-accent-small:active {
	background: #1580b6;
	color: #fff !important;
	text-decoration: none;
}


@media (min-width:480px){
	.btn-link,.btn-link:hover{
		-webkit-transition:all .15s cubic-bezier(.455,.03,.515,.955) .15s;
		transition:all .15s cubic-bezier(.455,.03,.515,.955) .15s;
	}
	.btn-link:hover{
		text-decoration:none;
		padding-left:0;
	}
	.btn-link:hover:before{
		-webkit-transform:scaleX(0);transform:scaleX(0);
		-webkit-transition:all .15s cubic-bezier(.455,.03,.515,.955);
		transition:all .15s cubic-bezier(.455,.03,.515,.955)
	}
	.btn-link:hover:after{
		width:100%;
		-webkit-transition:all .15s cubic-bezier(.455,.03,.515,.955) 225ms;
		transition:all .15s cubic-bezier(.455,.03,.515,.955) 225ms;
	}

}
