@font-face {
    /*font-family: SantanderMicroText;*/
    font-family: Inter-Regular;
    src: url(font/Inter-Regular.ttf);
}
@font-face {
    /*font-family: SantanderMicroText;*/
    font-family: Inter-Bold;
    src: url(font/Inter-Bold.ttf);
    font-weight: 700;
}
@font-face {
    /*font-family: SantanderHeadline;*/
    font-family: Inter-RegularHL;
    src: url(font/Inter-Regular.ttf);
}
@font-face {
    /*font-family: SantanderHeadline;*/
    font-family: Inter-BoldHL;
    src: url(font/Inter-Bold.ttf);
    font-weight: 700;
}

body{
	font-family: Inter-Regular;
}

a, a:hover{
    text-decoration:none;
}

.sbp-button{
    background-color:#135EE2;
    border-radius: 10px;
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	padding: 12px 20px;
	border: none;
	font-family: Inter-Regular;
	font-weight: 700;
    transition: 0.6s;
    border: none;
    background: #135EE2;
    color: #ffffff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    max-width: 400px;
    margin: 24px auto;
    display: block;
}

.sbp-button:hover, .sbp-button:focus{
    border:none !important;
    color:#135EE2;
    background-color:#ffffff;
    box-shadow: none !important;

    border: none;
    background: #0A285C;
    color: #ffffff;
}

.sbp-button-w{
    border-radius: 10px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	padding: 12px 20px;
	border: none;
	font-family: Inter-Regular;
	font-weight: 700;
    transition: 0.6s;
    border: none;
    background: #ffffff;
	color: #135EE2;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    max-width: 400px;
    margin: 24px auto;
    display: block;
}

.sbp-button-w:hover, .sbp-button-w:focus{
    border:none !important;
    box-shadow: none !important;

    border: none;
    background: #0A285C;
    color: #ffffff;
}

.footer{
    color:#ffffff;
    font-size:12px;
    text-align:left;
    padding:48px;
    background: #0A285C;
}
