.align--page {
	display: flex;
	display: -ms-flexbox;
	flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}
.align--page > main {
	flex: 1;
	-ms-flex: auto;
}
.align--page--flex-end {
	align-items: flex-end;
	-ms-flex-align: end;
}
.form--wrap__row {
	display: flex;
	display: -ms-flexbox;
	align-items: flex-end;
	-ms-flex-align: end;
	flex-flow: row;
	-ms-flex-flow: row;
	margin-left: -8px;
	position: relative;
}
.form--wrap__row > * {
	flex: 1;
	-ms-flex: 1;
	margin-left: 8px;
	margin-top: -12px;
}
.form--wrap__row .icon {
	flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	transform: translatey(-50%);
}
.form--wrap__row--30-70 > *:first-child {
	flex: 1 0 30%;
	-ms-flex: 1 0 30%;
}
@media all and (-ms-high-contrast: none) {
	body {
		background-color: #2d32ab;
	}
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
a {
	background-color: transparent;
}
b {
	font-weight: bolder;
}
button,
input,
select {
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
select {
	text-transform: none;
}
button,
[type='button'],
[type='submit'] {
	-webkit-appearance: button;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
template {
	display: none;
}
* {
	box-sizing: border-box;
}
html,
body {
	overflow-x: hidden;
}
main,
footer {
	display: block;
}
@font-face {
	font-family: Karbon;
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/Karbon_1.woff);
}
@font-face {
	font-family: Karbon;
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/Karbon_2.woff);
}
@font-face {
	font-family: Karbon;
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/Karbon_3.woff);
}
@font-face {
	font-family: NexiSans;
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/NexiSans_4.woff);
}
@font-face {
	font-family: NexiSans;
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/NexiSans_5.woff);
}
@font-face {
	font-family: NexiSans;
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/NexiSans_6.woff);
}
body,
.form--input__field {
	font-family: Karbon !important;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0.8px;
	font-weight: normal;
}
a {
	font-family: Karbon !important;
	font-size: 12px;
	line-height: 1.3;
	letter-spacing: 0.8px;
	font-weight: 600;
}
.button {
	font-family: Karbon !important;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 1px;
	font-weight: 600;
}
.form--checkbox a {
	font-family: Karbon !important;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.8px;
	font-weight: normal;
}
.font--display-1 {
	font-family: Karbon !important;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 2px;
}
i {
	font-family: Karbon !important;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0.8px;
	font-weight: normal;
	font-style: italic;
}
.font--centered {
	text-align: center;
}
.intesa--pf .font--color--primary {
	color: #2d32ab;
}
.font--headline--margin {
	margin: 28px 0 20px 0;
}
body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
}
input,
select {
	font-family: inherit;
}
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 1em;
	font-weight: normal;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 24px;
}
p {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.intesa--pf a {
	color: #000;
}
.intesa--pf .text-primary {
	color: #2d32ab;
}
.text-center {
	text-align: center;
}
.button {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	justify-content: center;
	-ms-flex-pack: center;
	padding: 12px 8px;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 7px;
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	min-height: 50px;
	cursor: pointer;
}
.button:disabled,
.button[readonly] {
	background-color: #eee;
	opacity: 0.5;
	cursor: not-allowed;
}
.button--50-percent {
	width: 48%;
	text-align: center;
}
.intesa--pf .button--primary {
	color: #fff;
	background-color: #2d32ab;
}
.intesa--pf .button--primary:hover:not(:disabled),
.intesa--pf .button--primary:focus:not(:disabled) {
	background-color: #323232;
}
.intesa--pf .button--secondary {
	color: #2d32ab;
	background-color: #f8f8f8;
	border-color: #2d32ab;
}
.intesa--pf .button--secondary:hover:not(:disabled),
.intesa--pf .button--secondary:focus:not(:disabled) {
	color: #fff;
	background-color: #2d32ab;
}
.button__holder {
	margin-top: 16px;
}
.button__holder--spread {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-ms-flex-pack: justify;
}
.form--input {
	position: relative;
	transform: translatex(0);
}
.form--input__wrap {
	padding-top: 24px;
	display: flex;
	display: -ms-flexbox;
	flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}
.form--input__wrap > * {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.form--input__wrap > *:first-child {
	order: 2;
	-ms-flex-order: 2;
}
.form--input__row + .form--input__row {
	margin-top: 14px;
}
.form--input__feedback {
	font-size: 12px;
	margin-top: 8px;
}
.form--input__feedback--error {
	font-weight: 600;
	display: block;
	margin: 2px 0 -17px 0;
}
.intesa--pf .form--input__feedback--error {
	color: #c83200;
}
.form--wrap__row--30-70 .form--input__feedback:first-child {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 21%;
	flex: 1 0 21%;
}
.form--input__icon {
	position: absolute;
	right: 6px;
	bottom: calc(-50% + 7px);
	z-index: -1;
}
.form--input__icon--select:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 9px solid #fff;
}
.form--input__select--lang {
	border-radius: 4px;
	right: 0;
	transition: all 0.2s ease-in-out;
	overflow: hidden;
	font-size: 16px;
	margin-left: 83%;
}
#langSelect {
	width: 100%;
	text-align: center;
    height: 32px;
}
.intesa--pf .form--input__select--lang {
	background-color: #2d32ab;
}
.form--input__select--lang:hover,
.form--input__select--lang:focus {
	background: #323232;
}
.form--input__select--lang select {
	color: #fff;
	background: transparent;
	border: 0;
	/* padding: 7px; */
	outline: none;
	cursor: pointer;
}
.form--input__select--lang option {
	color: #323232;
}
.form--input__select--lang:focus {
	background: white;
}
.form--input__field {
	display: block;
	width: 100%;
	line-height: 1.5;
	padding: 8px 10px;
	height: 50px;
	background-color: transparent;
	border: 1px solid rgba(50, 50, 50, 0.5);
	border-radius: 2px;
	transition: all 0.2s ease-in-out;
}
.form--input__field::placeholder {
	opacity: 1;
	color: #ccc;
}
.form--input__field:disabled,
.form--input__field[readonly] {
	background-color: #eee;
	opacity: 1;
	cursor: not-allowed;
	box-shadow: none;
}
.form--input__field:focus,
.form--input__field:not(:placeholder-shown) {
	outline: none;
	border-color: #323232;
}
.form--input__field:focus + .form--input__label,
.form--input__field:not(:placeholder-shown) + .form--input__label {
	opacity: 1;
	max-height: initial;
}
.intesa--pf .form--input__field:focus,
.intesa--pf .form--input__field:not(:placeholder-shown) {
	border-color: #2d32ab;
}
.form--input__field__card--validation {
	padding-right: 60px;
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 50%;
	background-size: 40px;
}
.intesa--pf .form--input__field {
	border-color: rgba(45, 50, 170, 0.5);
}
.intesa--pf .form--input__label {
	color: #2d32ab;
}
.form--input__label {
	font-size: 12px;
	font-weight: 600;
	transition: none;
	opacity: 0;
	margin-bottom: 5px;
	pointer-events: none;
	max-height: 20px;
	word-break: break-all;
}
.form--input__label.extra--long {
	right: -100%;
}
.form--input select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 100px;
	padding-right: 12px;
}
.form--input select:not([size]):not([multiple]) {
	height: 43px;
}
.form--input__select--lang select:not([size]):not([multiple]) {
	height: auto;
}
.form--fieldset {
	padding: 0;
	border: 0;
	margin: 0;
}
.form--checkbox {
	position: relative;
}
.form--checkbox a {
	text-decoration: underline;
}
.form--checkbox a:hover {
	text-decoration: none;
}
.payment--card {
	padding: 20px;
	background: #fff;
	border-radius: 8px;
	width: 385px;
	margin: 0 auto;
}
h2#label-card-payment-title {
	margin-bottom: 0;
}
@media (max-width: 399px) {
	.payment--card {
		width: auto;
		margin: 0 20px;
	}
	.form--wrap__row {
		flex-flow: row wrap;
	}
	.form--input__select--lang {
		margin-left: 81%;
	}
}
.label--cancel-white {
	color: #fff !important;
}
.page--bg {
	min-height: 100vh;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.page--bg {
		height: 100vh;
	}
}
.intesa--pf.page--bg {
	background: #2d32ab;
}
.brand-logo {
	min-width: 200px;
	display: block;
	max-width: 360px;
	padding: 20px 175px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: var(--sf-img-15);
}
@media (max-width: 420px) {
	.brand-logo {
		background: none;
		content: var(--sf-img-15);
		padding: initial;
		min-width: 200px;
		display: block;
		max-width: 320px;
	}
}
#footer-bank-logo {
	padding: 15px 30px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/style_image_10.png);
	background-position: center;
}
@media (max-width: 420px) {
	#footer-bank-logo {
		padding: 15px 30px;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
}
.image--size__wrap--250 {
	width: 250px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.image--size__wrap--150 {
	width: 150px;
}
.image--size__wrap--70 {
	width: 70px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.image--size__wrap--250 {
		height: 50px;
	}
}
.icon {
	display: inline-flex;
	display: -ms-inline-flexbox;
	align-items: center;
	-ms-flex-align: center;
	justify-content: center;
	-ms-flex-pack: center;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.icon.bordered {
	border: 1px solid;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 13px;
	font-weight: bold;
}
.intesa--pf .icon.bordered {
	color: #2d32ab;
	border-color: #2d32ab;
}
.intesa--pf .icon.bordered:hover,
.intesa--pf .icon.bordered:focus {
	color: #fff;
	background-color: #2d32ab;
	border-color: #2d32ab;
}
.full--width {
	width: 100%;
	margin-top: 15px;
}
.text--align__center {
	text-align: center;
}
.font--small--200 {
	font-size: 12px;
}
.font--bold {
	font-weight: 600;
}
.client--card .client--card__description--title {
	font-family: NexiSans;
	justify-content: center;
	font-weight: bold;
	font-size: 16px;
}
.client--card .client--card__description--value {
	font-size: 36px;
	font-weight: 600;
}
.img--responsive {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 8px;
}
.content--align {
	display: flex;
	display: -ms-flexbox;
}
.content--align__center {
	align-items: center;
	-ms-flex-align: center;
	flex-flow: column;
	-ms-flex-flow: column;
}
@media (max-width: 420px) {
	.images--align__center {
		flex-wrap: wrap;
	}
}
.images--align__center {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	justify-content: center;
	-ms-flex-pack: center;
}
.images--align__center > * + * {
	margin-left: 20px;
}
.accepted--payments--list {
	list-style: none;
	padding: 0;
	display: -ms-flexbox;
	flex-flow: row;
	-ms-flex-flow: row;
	flex-direction: row;
	-ms-flex-direction: row;
}
.accepted--payments--list li {
	margin: 0;
	width: calc(100% / 4);
	height: 100%;
}
.accepted--payments--list li + li {
	margin-left: 2px;
	width: calc(100% / 8);
}
.accepted--payments--list img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 17px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.accepted--payments--list li {
		width: 25%;
	}
}
.client--card__wrap {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-flow: row;
	-ms-flex-align: start;
	position: relative;
}
.client--card .client--card__description {
	flex: 1;
	-ms-flex: auto;
	margin-left: 20px;
}
.client--card .client--card__description--title {
	word-break: break-all;
}
.client--card .client--card__description--list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-flow: row wrap;
	word-break: break-all;
}
.client--card__alt .client--card__wrap {
	background: #fff;
	border-radius: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	align-items: center;
	-ms-flex-align: center;
	padding-bottom: 16px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 16px;
}
.client--card__alt .client--card__description {
	margin: 0;
}
.client--card__alt .client--card__description--title {
	margin: 20px 0 0;
}
.client--card__alt .client--card__description--value {
	margin: 9px 0 8px;
}
.client--card__alt .client--card__description--list {
	justify-content: center;
	-ms-flex-pack: center;
	flex-flow: column wrap;
	-ms-flex-flow: column wrap;
}
.footer--area {
	background: #fff;
	width: 100%;
	min-height: 50px;
	padding: 0 8px;
	margin-top: 20px;
}
.footer--area__section {
	padding: 16px;
}
.footer--area__section + .footer--area__section {
	border-top: 1px solid #e3e3e3;
}
.button--full {
	width: 100%;
	text-align: center;
}
#brands--list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	margin-left: 10px;
}

.col-xs-12 {
	padding-right: 15px;
	padding-left: 15px;
	display: flex;
	padding-top: 40px;
}


img.img--responsive.threeds-logo {
	width: 70%;
}


@media only screen and (max-width: 500px) {
	.form--input__select--lang {
		top: 100%;
	}
}


@media (max-width: 356px) {
	#input-card-fake {
		font-size: 12px;
	}
}
@-moz-document url-prefix() {
	.form--input__select--lang option {
		font: -moz-pull-down-menu;
	}
}
.form--input__select--lang select:not([size]):not([multiple]) {
	padding-left: 0;
}
