@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

.uppercased {
    text-transform: uppercase;
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.zero ul,
ol,
ul {
    list-style: none
}

*,
.slick-slider,
:after,
:before {
    -webkit-tap-highlight-color: transparent
}



.btn,
.centered,
.noUi-tooltip,
.noUi-value {
    text-align: center
}

.btn,
a {
    text-decoration: none
}

body,
html,
img {
    max-width: 100%
}

.row,
body.error {
    -webkit-box-direction: normal
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-arrow,
.slick-dots button {
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    position: absolute;
    right: 1rem;
    top: 1rem
}

.slick-dots li {
    display: inline-block
}

.slick-dots button {
    background: #fff;
    opacity: .5;
    border: 0;
    border-radius: 50%;
    display: block;
    width: .6rem;
    height: .6rem;
    margin: 0 .2rem;
    padding: 0
}

.slick-dots .slick-active button {
    opacity: 1
}

.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    border: 0;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px
}

.slick-prev {
    background-image: url(/assets/images/prev.svg);
    left: 0
}

.slick-next {
    background-image: url(/assets/images/next.svg);
    right: 0
}


/*! nouislider - 8.3.0 - 2016-02-14 17:37:20 */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 2px
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-marker,
.noUi-pips,
.noUi-tooltip,
.noUi-value {
    position: absolute
}

.noUi-stacking .noUi-handle {
    z-index: 10
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s, top .3s;
    transition: left .3s, top .3s
}

.noUi-state-drag * {
    cursor: inherit!important
}

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

.noUi-background {
    background: #FAFAFA;
    box-shadow: inset 0 1px 1px #f0f0f0
}

.noUi-connect {
    background: #3FB8AF;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
    -webkit-transition: background 450ms;
    transition: background 450ms
}

.noUi-target {
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-target.noUi-connect {
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #BBB
}

.noUi-draggable {
    cursor: w-resize
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect,
[disabled].noUi-connect {
    background: #B8B8B8
}

[disabled] .noUi-handle,
[disabled].noUi-origin {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    color: #999
}

.noUi-value {
    width: 40px
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    background: #CCC
}

.noUi-marker-large,
.noUi-marker-sub {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 50px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    margin-left: -20px;
    padding-top: 20px
}

.noUi-value-horizontal.noUi-value-sub {
    padding-top: 15px
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    width: 15px;
    margin-left: 20px;
    margin-top: -5px
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    padding: 5px
}

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
    top: -32px
}

.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
    bottom: -32px
}

.noUi-vertical .noUi-handle-lower .noUi-tooltip {
    left: 120%
}

.noUi-vertical .noUi-handle-upper .noUi-tooltip {
    right: 120%
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

*,
:after,
:before {
    box-sizing: inherit
}

b,
strong {
    font-weight: 700
}

sup {
    font-size: .6em;
    vertical-align: top
}

.scrollx {
    overflow-x: auto
}

.hpadding {
    padding: 0 2rem
}

.vpadding {
    padding: 2rem 0
}

.fullpadding {
    padding: 2rem
}

.wide {
    width: 100%
}

.btn {
    display: inline-block;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: .3rem;
    background: #D31822;
    padding: 0 1.3rem;
    font-family: Montserrat;
    text-transform: uppercase;
    color: #fff;
    font-size: .8rem;
    border: 0;
    -webkit-transition: .1s;
    transition: .1s
}

.btn.secondary {
    background: #666
}

.btn.primary {
    background: #EE3A43
}

.btn.small,
body {
    background: #fff
}

.btn.small {
    font-size: .7rem;
    font-weight: 400;
    height: 1.8rem;
    line-height: 1.8rem;
    color: #456;
    border: 1px solid #456
}

.btn:active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

a {
    -webkit-transition: .1s;
    transition: .1s
}

a:active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.campaign input[id=menu-toggle]+label[for=menu-toggle],
nav a:not([data-mobile]) {
    display: none
}

.col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.row>div+div {
    margin-top: 1rem
}

.faq_title {
    font-weight: 300;
    /* font-size: 2.4rem; */
    font-size: 1.7rem;
    color: #555;
    margin-bottom: .75em;
    position: relative;
}

@media(min-width:48em) {
    .col {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .col-10,
    .col-20 {
        -webkit-box-flex: 0
    }
    .row>div {
        margin: auto
    }
    .row>div+div {
        margin-top: 0
    }
    .col-10 {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%
    }
    .col-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }
    .col-25,
    .col-33 {
        -webkit-box-flex: 0
    }
    .col-25 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
    .col-33 {
        -ms-flex: 0 0 33.3333334%;
        flex: 0 0 33.3333334%
    }
    .col-50,
    .col-66 {
        -webkit-box-flex: 0
    }
    .col-50 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .col-66 {
        -ms-flex: 0 0 66.6666666%;
        flex: 0 0 66.6666666%
    }
    .col-75 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }
    .row div+div {
        padding-left: 2rem
    }
}

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    height: 100%;
    background: #f7f7f7
}

body,
html {
    overflow-x: hidden
}

body,
nav {
    max-width: 80rem
}

body {
    font-family: 'Open Sans', sans-serif;
    min-height: 100%;
    position: relative;
    margin: 4.5rem auto auto
}

html.locked,
html.locked body {
    overflow: hidden
}

input[id=menu-toggle] {
    position: absolute;
    opacity: 0;
    top: 0
}

label[for=menu-toggle] {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 2rem;
    height: 2rem;
    background: url(/assets/images/menu.png) center no-repeat;
    background-size: 50%;
    margin: 0;
    z-index: 102;
    cursor: pointer
}

label[for=menu-toggle].open {
    background-image: url(/assets/images/close.png)
}

nav .secondary.desktop {
    display: none;
}

input[id=menu-toggle]~.nav {
    position: fixed;
    left: 100%;
    min-width: 100%;
    top: 0;
    bottom: 0;
    background: #333;
    box-shadow: 0 0 2rem rgba(0, 0, 0, .4);
    z-index: 101;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
}

input[id=menu-toggle]:checked~.nav {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    opacity: 1;
    overflow-y: auto
}

header {
    position: relative
}

nav {
    border-bottom: .5rem solid #eee;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    margin: auto
}

.campaign nav:after,
header .title a {
    right: 1rem;
    text-transform: uppercase
}

.prestiti nav {
    border-bottom: .5rem solid #B2BD00
}

.cessione nav {
    border-bottom: .5rem solid #40C3D5
}

.carte nav {
    border-bottom: .5rem solid #FF7900
}

.finanziamenti nav {
    border-bottom: .5rem solid #D60093
}

.leasing nav {
    border-bottom: .5rem solid #8270AA
}

.campaign nav {
    background-repeat: no-repeat;
    background-position: right 2rem center;
    background-size: 11%
}

.campaign nav:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: montserrat;
    font-weight: 700;
    background: #456;
    font-size: .6rem;
    max-width: 30%;
    text-align: right;
    padding: .5rem 1rem;
    border-radius: 1rem;
    color: #fff
}

.campaign.kijiji nav:after {
    content: 'Offerta riservata ai clienti Kijiji'
}

nav a {
    display: block;
    padding: 0 1rem;
    height: 4rem;
    line-height: 4rem;
    white-space: nowrap;
    color: #eee;
    font-family: Montserrat;
    font-size: .8rem;
    text-transform: uppercase;
    border-bottom: 1px solid #666
}

nav>a,
nav>a img,
nav>img {
    display: inline-block
}

nav a:not([href]) {
    cursor: default
}

nav a:hover {
    background: #555;
    color: #fff
}

nav>a {
    border: 0;
    font-size: 0
}

nav>a:hover {
    background: 0 0
}

nav>a img {
    max-width: 15rem;
    vertical-align: middle
}

header .visual {
    display: block;
    position: relative;
    overflow: hidden
}

header .visual img {
    max-width: 100%;
    display: block
}

header .visual [data-open-video] {
    position: absolute;
    right: 0;
    bottom: 0
}

header .visual .flap {
    padding: 1rem;
    background: #EEEEEE;
}

header .visual .flap div+div {
    margin-top: 1rem
}

header .visual .flap .product figure {
    background: #fff;
    border-radius: .4em;
    padding: .8rem 1.4rem;
    max-width: 9rem;
    margin: auto auto .5rem
}

header .visual .flap .product figure img {
    margin: auto
}

header .visual .flap .page-title {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #444;
    font-family: montserrat
}

header .visual .flap .description {
    font-size: .9rem;
    color: #444;
    line-height: 1.4em;
    margin-top: 0
}

header .visual .drawer {
    -webkit-transition: .3s;
    transition: .3s;
    height: 2.81rem
}

header .visual.opendrawer .drawer {
    height: 28rem;
    background: #555
}

header .visual .drawer .drawer-handle {
    display: block;
    padding: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .8rem;
    text-align: center;
    cursor: pointer;
    background: #B2BD00;
    color: #fff
}

header .visual .drawer .drawer-handle:before {
    content: attr(data-txt-open)
}

header .visual .drawer .drawer-handle br {
    display: none
}

header .visual .drawer .calculator {
    padding: 1rem;
    opacity: 0
}

header .visual.opendrawer .drawer .calculator {
    opacity: 1
}

header .visual .drawer .calculator .title {
    padding: 0 .5rem .5rem;
    color: #eee;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9rem;
    text-align: center;
    display: none;
    background: 0 0
}

header .visual .drawer .calculator .label {
    padding: 1rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9rem;
    text-align: center;
    margin-bottom: 1rem
}

header .visual .drawer .calculator .range-slider {
    position: relative
}

header .visual .drawer .calculator .range {
    margin-left: 3rem;
    margin-right: 3rem
}

header .visual .drawer .calculator .range-slider a {
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    position: absolute;
    border: .2rem solid #fff;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s
}

header .visual .drawer .calculator .range-slider a:active:not(.disabled) {
    -webkit-transform: scale(1.2) translateY(-50%);
    -ms-transform: scale(1.2) translateY(-50%);
    transform: scale(1.2) translateY(-50%)
}

header .visual .drawer .calculator .range-slider a.less {
    left: 0;
    background-image: url(/assets/images/less.svg)
}

header .visual .drawer .calculator .range-slider a.more {
    right: 0;
    background-image: url(/assets/images/more.svg)
}

header .visual .drawer .calculator .range-slider a.disabled {
    opacity: .3;
    cursor: not-allowed
}

header .visual .drawer .calculator .noUi-horizontal {
    height: 4px;
    margin-bottom: 2rem;
    border: 0;
    border-radius: 0
}

header .visual .drawer .calculator .noUi-horizontal .noUi-handle {
    height: 24px;
    top: -17px;
    background: 0 0;
    border: 0;
    box-shadow: none;
    -webkit-transition: .1s;
    transition: .1s
}

header .visual .drawer .calculator .noUi-horizontal .noUi-handle.noUi-active {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom
}

header .visual .drawer .calculator .noUi-horizontal .noUi-handle:after,
header .visual .drawer .calculator .noUi-horizontal .noUi-handle:before {
    display: none
}

header .visual .drawer .calculator .noUi-horizontal .noUi-handle-lower .noUi-tooltip {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1rem;
    padding: .5rem;
    font-weight: 700;
    color: #666;
    cursor: pointer;
    white-space: nowrap;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 10px #222;
    font-family: Montserrat;
    min-width: 2rem;
    letter-spacing: -1px
}

header .visual .drawer .calculator .noUi-horizontal .noUi-handle-lower .noUi-tooltip:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: calc(50% - 2px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2px 2px 0;
    border-color: #fff transparent transparent
}

header .visual .drawer .calculator .noUi-horizontal .noUi-handle.noUi-active .noUi-tooltip {
    bottom: 30px;
    bottom: 10px;
    box-shadow: 0 0 20px #222
}

#amounts .noUi-pips .noUi-value {
    margin-left: 0
}

#amounts .noUi-pips .noUi-value:last-of-type {
    margin-left: -40px
}

header .visual .drawer .calculator .noUi-pips-horizontal {
    padding: 0
}

header .visual .drawer .calculator .noUi-marker-horizontal.noUi-marker {
    display: none
}

header .visual .drawer .calculator .noUi-value-horizontal {
    padding-top: 6px;
    font-size: .7rem;
    color: #ddd;
    font-weight: 300;
    white-space: nowrap
}

header .visual .drawer .calculator .result {
    width: 50%;
    display: inline-block;
    margin-top: 1rem;
    color: #fff;
    vertical-align: middle
}

header .visual .drawer .calculator .result .payment {
    font-size: 2rem;
    font-weight: 700;
    font-family: Montserrat
}

header .visual .drawer .calculator .result .payment span {
    font-size: .7em
}

header .visual .drawer .calculator .result .payment+div {
    color: #ccc;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .8rem;
    margin-top: .1rem
}

header .visual .drawer .calculator .tantaeg {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
    text-align: right;
    margin-top: 1rem;
    color: #ccc;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .8rem
}

header .visual .drawer .calculator .tantaeg span {
    font-size: 2rem;
    color: #fff
}

header .visual .drawer .calculator .tantaeg span span {
    font-size: .7em
}

header .visual .drawer .calculator .taeg {
    margin-top: .2rem
}

header .visual .drawer .calculator .due {
    color: #ccc;
    font-family: montserrat;
    text-transform: uppercase;
    font-size: .6rem;
    text-align: right;
    margin-top: 1rem;
    line-height: normal
}

header .visual .drawer .calculator .due span {
    font-weight: 700;
    font-size: 1rem;
    color: #fff
}

header .visual .drawer .calculator .btn {
    display: block;
    width: 100%;
    margin-top: 1rem;
    background: #B2BD00
}

header .calculator-disclaimer,
header .disclaimer {
    background: #eee;
    font-size: 7pt;
    padding: .7rem;
    line-height: 1.2em;
    text-align: justify
}

header .disclaimer {
    color: #666
}

header .calculator-disclaimer {
    color: #555;
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top
}

header .visual.opendrawer+.calculator-disclaimer {
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

header .title {
    background: #4E595F;
    color: #fff;
    font-weight: 300;
    font-size: 1rem;
    padding: 1rem
}

header .title img {
    display: none
}

header .title a {
    font-family: montserrat;
    color: #fff;
    font-size: .7rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

header .title a img {
    display: inline-block;
    vertical-align: middle;
    position: static;
    width: 1.2rem;
    transform: none;
    margin-right: .3rem
}

aside {
    position: relative
}

aside.nav {
    padding: 0;
    background: #ddd;
    text-align: left
}

aside.nav .nav+.nav {
    border-top: 1px solid #bbb;
    padding: .4rem 1rem;
    background: #eee
}

aside.nav a,
section,
small.note {
    padding: 1rem
}

aside .btn {
    display: block;
    border-radius: 0
}

aside .btn+.btn {
    margin-top: 1px
}

.prestiti aside .btn {
    background: #D31822;
}

.cessione aside .btn {
    background: #D31822;
}

.carte aside .btn {
    background: #D31822;
}

.finanziamenti aside .btn {
    background: #D31822;
}

.leasing aside .btn {
    background: #D31822;
}

aside.nav a {
    text-transform: uppercase;
    font-size: .8rem;
    display: block;
    font-family: Montserrat;
    color: #666;
    width: auto
}

aside.nav a:hover {
    color: #4E595F
}

aside.nav a+a {
    border-top: 1px solid #ccc
}

aside.nav a.current {
    font-weight: 700;
    background: 0 0
}

aside.nav .nav+.nav a {
    font-size: .75rem;
    text-transform: none
}

aside input[type=checkbox] {
    position: absolute;
    opacity: 0
}

aside input[type=checkbox]+label {
    position: absolute;
    color: #fff;
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 1.5rem;
    right: .5rem;
    bottom: 100%;
    margin: 0;
    cursor: pointer;
    background: 0 0!important
}

.main-slider .drawer .calculator .range-slider,
.main-slider .flap,
.main-slider .slider-slide,
section h2 {
    position: relative
}

article p,
article ul {
    margin-bottom: 1.5rem
}

aside input[type=checkbox]+label:before {
    content: attr(data-open)
}

aside input[type=checkbox]:checked+label:before {
    content: attr(data-close)
}

aside input[type=checkbox]~.nav {
    display: none
}

aside input[type=checkbox]:checked~.nav {
    display: block
}

article {
    color: #555
}

article h1 {
    font-size: 3rem;
    margin-bottom: .5rem
}

article h2 {
    font-size: 2rem;
    margin-bottom: 1rem
}

article h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem
}

article h4 {
    font-size: 1.2rem;
    margin-bottom: .5rem
}

article p {
    font-size: 1rem;
    line-height: 1.5em
}

article ul {
    margin-left: 2rem;
    list-style-type: disc
}

article li {
    line-height: 1.3em
}

article li+li {
    margin-top: .5rem
}

article a {
    color: #4E595F;
    font-weight: 700;
    text-decoration: underline;
    -webkit-transition: .3s;
    transition: .3s
}

.project_cont a {
    flex: 1 1 0px;
    margin-right: 20px;
}

.project_cont a:last-child {
    margin-right: 0;
}

article a:hover {
    text-decoration: none;
    color: #fff
}

a.call-to-action:hover {
    background: #566;
}

article .intro,
article .intro_2 {
    text-align: center;
    color: #444;
    position: relative
}

article .intro {
    border-bottom: .2rem solid #eee
}

article .intro:after {
    content: '';
    display: table;
    clear: both
}

article .intro img {
    width: 2.5rem;
    display: block;
    margin: auto auto 1rem
}

article .intro h1 {
    font-size: 1.5rem;
    line-height: 1.2em;
    text-transform: uppercase;
    font-family: Montserrat
}

article .intro p,
small.note,
td,
td div,
th,
th div {
    line-height: 1.3em
}

article .intro h1+h2,
article .intro h1+p {
    margin-top: 1rem
}

article .intro p {
    font-size: 1.2rem;
    margin: auto;
    color: #424242;
    font-weight: 300
}

article .intro p b,
article .intro p strong {
    color: #555
}

article .intro small {
    display: block;
    font-size: 1rem;
    margin: 2rem auto auto;
    color: #666;
    line-height: 1.3em
}

article .intro .optional {
    margin-top: 1rem;
    float: right;
    font-weight: 400;
    font-size: .7rem;
    text-decoration: none;
    color: #999
}

article .intro .optional:hover {
    text-decoration: underline;
    background: 0 0
}

article .intro .cta {
    margin-top: 1rem
}

article .intro .cta .btn {
    display: block
}

article .intro .cta .btn+.btn {
    margin-top: .5rem
}

article .intro .cta span {
    font-family: Montserrat;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #EE3A43
}

small.note,
td a,
td div,
th div {
    font-size: .8rem
}

article .intro+.intro {
    background: #eee
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1rem
}

table.fixed {
    table-layout: fixed
}

th {
    text-align: left;
    border-bottom: 2px solid #444;
    padding: .8rem;
    font-weight: 700;
    vertical-align: middle
}

th.tiny {
    width: 3rem
}

th.small {
    width: 6rem
}

th.medium {
    width: 10rem
}

th.large {
    width: 15rem
}

td {
    border-bottom: 1px solid #ddd;
    padding: .5rem
}

table.fixed td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

table.fixed td .wrap {
    white-space: normal
}

td div,
th div {
    font-weight: 300;
    margin-top: .2rem
}

td a {
    color: #4E595F;
    text-decoration: none;
    padding: 0 .2rem;
    display: inline-block;
    border-radius: .3rem
}

td a:hover {
    background: #4E595F;
    color: #fff
}

small.note {
    background: #eee;
    display: block;
    margin-top: 1rem
}

section h2 {
    font-weight: 300;
    font-size: 1.7rem;
    color: #424242;
    margin-bottom: .75em
}

section h2 .seal {
    width: 3.5rem;
    margin: .5rem auto -.5rem;
    display: none
}

section h2 .seal img {
    max-width: 100%
}

.main-slider {
    background: #A9B0B6;
    overflow: hidden
}

.main-slider .slick-slide {
    min-height: 420px
}

.main-slider .flap {
    padding: 2rem;
    z-index: 1;
    -webkit-transition: .6s;
    transition: .6s;
    background: #A9B0B6;
    color: #222;
    text-align: center
}

.main-slider .flap .btn,
.main-slider .flap div+div {
    margin-top: 1.5rem
}

.main-slider .flap .product {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.2;
    letter-spacing: -1px;
    font-family: montserrat
}

.main-slider .flap .description {
    font-size: 1.1rem;
    line-height: 1.2
}

header .main-slider .disclaimer {
    background: 0 0;
    padding: 0 1rem 1rem;
    color: #333
}

.main-slider img {
    max-width: 100%;
    display: block
}

.main-slider .drawer {
    height: 26rem;
    background: #555
}

.main-slider .drawer .calculator {
    padding: 1rem;
    opacity: 1
}

.main-slider .drawer .calculator .title {
    padding: 0 .5rem .5rem;
    color: #eee;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9rem;
    text-align: center;
    display: none;
    background: 0 0
}

.main-slider .drawer .calculator .label {
    padding: 1rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9rem;
    text-align: center;
    margin-bottom: 1rem
}

.main-slider .drawer .calculator .range {
    margin-left: 3rem;
    margin-right: 3rem
}

.main-slider .drawer .calculator .range-slider a {
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    position: absolute;
    border: .2rem solid #fff;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s
}

.main-slider .drawer .calculator .range-slider a:active:not(.disabled) {
    -webkit-transform: scale(1.2) translateY(-50%);
    -ms-transform: scale(1.2) translateY(-50%);
    transform: scale(1.2) translateY(-50%)
}

.main-slider .drawer .calculator .range-slider a.less {
    left: 0;
    background-image: url(/assets/images/less.svg)
}

.main-slider .drawer .calculator .range-slider a.more {
    right: 0;
    background-image: url(/assets/images/more.svg)
}

.main-slider .drawer .calculator .range-slider a.disabled {
    opacity: .3;
    cursor: not-allowed
}

.main-slider .drawer .calculator .noUi-horizontal {
    height: 4px;
    margin-bottom: 2rem;
    border: 0;
    border-radius: 0
}

.main-slider .drawer .calculator .noUi-horizontal .noUi-handle {
    height: 24px;
    top: -17px;
    background: 0 0;
    border: 0;
    box-shadow: none;
    -webkit-transition: .1s;
    transition: .1s
}

.main-slider .drawer .calculator .noUi-horizontal .noUi-handle.noUi-active {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom
}

.main-slider .drawer .calculator .noUi-horizontal .noUi-handle:after,
.main-slider .drawer .calculator .noUi-horizontal .noUi-handle:before {
    display: none
}

.main-slider .drawer .calculator .noUi-horizontal .noUi-handle-lower .noUi-tooltip {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1rem;
    padding: .5rem;
    font-weight: 700;
    color: #666;
    cursor: pointer;
    white-space: nowrap;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 10px #222;
    font-family: Montserrat;
    min-width: 2rem;
    letter-spacing: -1px
}

.main-slider .drawer .calculator .noUi-horizontal .noUi-handle-lower .noUi-tooltip:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: calc(50% - 2px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2px 2px 0;
    border-color: #fff transparent transparent
}

.main-slider .drawer .calculator .noUi-horizontal .noUi-handle.noUi-active .noUi-tooltip {
    bottom: 30px;
    box-shadow: 0 0 20px #222
}

.main-slider .drawer .calculator .noUi-pips-horizontal {
    padding: 0
}

.main-slider .drawer .calculator .noUi-marker-horizontal.noUi-marker {
    display: none
}

.main-slider .drawer .calculator .noUi-value-horizontal {
    padding-top: 6px;
    font-size: .7rem;
    color: #ddd;
    font-weight: 300;
    white-space: nowrap
}

.main-slider .drawer .calculator .result {
    width: 50%;
    display: inline-block;
    margin-top: 1rem;
    color: #fff;
    vertical-align: middle
}

.main-slider .drawer .calculator .result .payment {
    font-size: 2rem;
    font-weight: 700;
    font-family: Montserrat
}

.main-slider .drawer .calculator .result .payment span {
    font-size: .7em
}

.main-slider .drawer .calculator .result .payment+div {
    color: #ccc;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .8rem;
    margin-top: .1rem
}

.main-slider .drawer .calculator .tantaeg {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
    text-align: right;
    margin-top: 1rem;
    color: #ccc;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .8rem
}

.main-slider .drawer .calculator .tantaeg span {
    font-size: 2rem;
    color: #fff
}

.main-slider .drawer .calculator .tantaeg span span {
    font-size: .7em
}

.main-slider .drawer .calculator .taeg {
    margin-top: .2rem
}

.main-slider .drawer .calculator .due {
    color: #ccc;
    font-family: montserrat;
    text-transform: uppercase;
    font-size: .6rem;
    text-align: right;
    margin-top: 1rem;
    line-height: normal
}

.main-slider .drawer .calculator .due span {
    font-weight: 700;
    font-size: 1rem;
    color: #fff
}

.main-slider .drawer .calculator .btn {
    display: block;
    width: 100%;
    margin-top: 1rem;
    background: #B2BD00
}

section.main-products {
    padding: 0
}

section.main-products a {
    padding: 0 1rem 1rem;
    text-decoration: none;
    text-align: center;
    position: relative;
    display: block
}

section.main-products a:hover {
    background: 0 0
}

section.main-products a+a {
    border-top: 1px solid #ddd
}

section.main-products a h1 {
    font-size: 1rem;
    text-transform: uppercase;
    color: #455;
    font-family: Montserrat
}

section.main-products a h2 {
    font-size: .9rem;
    color: #666;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 1px
}

section.main-products a:before {
    content: '';
    display: block;
    width: 4rem;
    height: 4rem;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto auto 1rem
}

section.main-products .prestiti:before {
    background-image: url(/assets/images/prestiti.svg)
}

section.main-products .cessione:before {
    background-image: url(/assets/images/cessione.svg)
}

section.main-products .carte:before {
    background-image: url(/assets/images/carte.svg)
}

section.main-products .finanziamenti:before {
    background-image: url(/assets/images/finanziamenti.svg)
}

section.main-products .leasing:before {
    background-image: url(/assets/images/leasing.svg);
    background-size: 85%
}

section.main-products .btn {
    font-weight: 400;
    padding: 0 .5rem;
    display: block;
    margin: 2rem auto 0;
    max-width: 24rem
}

section.main-products .prestiti .btn {
    background: #B2BD00
}

section.main-products .cessione .btn {
    background: #40C3D5
}

section.main-products .carte .btn {
    background: #FF7900
}

section.main-products .finanziamenti .btn {
    background: #D60093
}

section.main-products .leasing .btn {
    background: #8270AA
}

section.cta {
    padding: 0;
    background: #456
}

section.cta .actions {
    font-size: 0
}

section.cta .actions a {
    font-size: .9rem;
    display: block;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    padding: 1rem;
    text-transform: uppercase;
    /*background: #567;*/
    font-family: Montserrat;
    cursor: pointer
}

section.cta .actions a:hover {
    background: #678
}

section.cta .actions a.current {
    background: #456
}

section.cta .actions a+a {
    border-top: 1px solid #fff
}

section.cta .actions img {
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    margin-right: .5rem
}

section.cta #calculator {
    -webkit-transition: .1s;
    transition: .1s;
    height: 0;
    overflow: hidden
}

section.cta #calculator.open {
    height: 30rem
}

section.cta .calculator {
    padding: 1rem;
    max-width: 60rem;
    margin: auto
}

section.cta .calculator .title {
    padding: 1rem 1rem .5rem;
    color: #eee;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9rem;
    text-align: center;
    display: none;
    background: 0 0
}

section.cta .calculator .label {
    padding: 1rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9rem;
    text-align: center;
    margin-bottom: 1rem
}

section.cta .calculator .range-slider {
    position: relative
}

section.cta .calculator .range {
    margin-left: 3rem;
    margin-right: 3rem
}

section.cta .calculator .range-slider a {
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    position: absolute;
    border: .2rem solid #fff;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s
}

section.cta .calculator .range-slider a:active:not(.disabled) {
    -webkit-transform: scale(1.2) translateY(-50%);
    -ms-transform: scale(1.2) translateY(-50%);
    transform: scale(1.2) translateY(-50%)
}

section.cta .calculator .range-slider a.less {
    left: 0;
    background-image: url(/assets/images/less.svg)
}

section.cta .calculator .range-slider a.more {
    right: 0;
    background-image: url(/assets/images/more.svg)
}

section.cta .calculator .range-slider a.disabled {
    opacity: .3;
    cursor: not-allowed
}

section.cta .calculator .noUi-horizontal {
    height: 4px;
    margin-bottom: 2rem;
    border: 0;
    border-radius: 0
}

section.cta .calculator .noUi-horizontal .noUi-handle {
    height: 24px;
    top: -17px;
    background: 0 0;
    border: 0;
    box-shadow: none;
    -webkit-transition: .1s;
    transition: .1s
}

section.cta .calculator .noUi-horizontal .noUi-handle.noUi-active {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom
}

section.cta .calculator .noUi-horizontal .noUi-handle:after,
section.cta .calculator .noUi-horizontal .noUi-handle:before {
    display: none
}

section.cta .calculator .noUi-horizontal .noUi-handle-lower .noUi-tooltip {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1rem;
    padding: .5rem;
    font-weight: 700;
    color: #666;
    cursor: pointer;
    white-space: nowrap;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 10px #222;
    font-family: Montserrat;
    min-width: 2rem;
    letter-spacing: -1px
}

section.cta .calculator .noUi-horizontal .noUi-handle-lower .noUi-tooltip:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: calc(50% - 2px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2px 2px 0;
    border-color: #fff transparent transparent
}

section.cta .calculator .noUi-horizontal .noUi-handle.noUi-active .noUi-tooltip {
    bottom: 15px;
    box-shadow: 0 0 20px #222
}

section.cta .calculator .noUi-pips-horizontal {
    padding: 0
}

section.cta .calculator .noUi-marker-horizontal.noUi-marker {
    display: none
}

section.cta .calculator .noUi-value-horizontal {
    padding-top: 6px;
    font-size: .9rem;
    color: #ddd;
    font-weight: 700;
    white-space: nowrap
}

section.cta .calculator .result {
    width: 48%;
    display: inline-block;
    margin-top: 1rem;
    color: #fff;
    vertical-align: middle
}

section.cta .calculator .result .payment {
    font-size: 2rem;
    font-weight: 700;
    font-family: Montserrat
}

section.cta .calculator .result .payment span {
    font-size: .7em
}

section.cta .calculator .result .payment+div {
    color: #ccc;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .8rem;
    margin-top: .1rem
}

section.cta .calculator .tantaeg {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    text-align: right;
    margin-top: 1rem;
    color: #ccc;
    font-size: .8rem;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase
}

section.cta .calculator .taeg {
    margin-top: .2rem
}

section.cta .calculator .tantaeg span {
    font-size: 2rem;
    color: #fff
}

section.cta .calculator .tantaeg span span {
    font-size: .7em
}

section.cta .calculator .due {
    color: #ccc;
    font-family: montserrat;
    text-transform: uppercase;
    font-size: .6rem;
    text-align: right;
    margin-top: 1rem
}

section.cta .calculator .due span {
    font-weight: 700;
    font-size: 1rem;
    color: #fff
}

section.cta .calculator .btn {
    display: block;
    width: 100%;
    margin-top: 1rem;
    background: #B2BD00;
    cursor: pointer
}

section.cta #amounts .noUi-pips .noUi-value:last-of-type {
    margin-left: -56px
}

section.cta .disclaimer {
    font-size: 7pt;
    color: #ddd;
    padding: 1rem;
    line-height: 1.2em
}

section.partners {
    border-top: 2px solid #ccc;
    border-bottom: 6px solid #ccc;
    padding: 2rem 0
}

section.partners h1 {
    color: #999;
    text-transform: uppercase;
    font-size: 1.3rem;
    text-align: center;
    font-weight: 700;
    padding: 0 1rem
}

section.partners h2 {
    color: #456;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center
}

section.partners .products {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem
}

section.partners a {
    color: inherit;
    display: block;
    padding: 0;
    font-size: .9rem;
    text-decoration: none;
    font-weight: 400;
    white-space: nowrap
}

section.partners a:hover {
    background: 0 0
}

section.partners a+a {
    border-top: 1px solid #ccc
}

section.partners a figure {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    margin: auto .3rem auto auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: relative
}

section.partners a img {
    display: block;
    max-width: none;
    height: 100%;
    position: absolute;
    right: 0
}

section.partners a div {
    font-family: Montserrat;
    text-transform: uppercase;
    color: #4E595F;
    font-size: .8rem;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: calc(100% - 4rem)
}

section.partners small {
    padding: 1rem;
    font-size: .9rem;
    text-align: center;
    display: block
}

section.assistance {
    border-top: 1px solid #ddd;
    padding: 0
}

section.assistance h1 {
    color: #999;
    text-transform: uppercase;
    font-size: 1.3rem;
    text-align: center;
    font-weight: 700;
    padding: 2rem 0
}

section.assistance h2 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: inherit
}

section.assistance p {
    font-size: .9rem
}

section.assistance>div>div {
    padding: 1rem
}

section.assistance .appointment {
    background: url(/assets/images/appointment.jpg) left center no-repeat #ade;
    color: #456;
    background-size: cover
}

section.assistance .appointment h2 {
    font-size: 1.2rem
}

section.assistance .appointment .info,
section.assistance .appointment .input {
    display: block;
    margin: .4rem 0;
    border: 0
}

section.assistance .appointment .input input,
section.assistance .appointment .input select {
    border: 0
}

section.assistance .appointment label {
    margin: 0;
    color: #456;
    font-size: .72rem;
    font-weight: 700
}

section.assistance .contact,
section.assistance .contact h2 {
    color: #fff;
    text-align: center
}

section.assistance .appointment .btn {
    display: block;
    margin: .4rem auto;
    background: #789
}

section.assistance .contact {
    background: #789
}

section.assistance .contact .btn {
    background: #fff;
    color: #789
}

section.assistance .trasparenza {
    border-bottom: 1px solid #ddd;
    text-align: center
}

section.assistance .trasparenza h2 {
    font-size: 1.2rem;
    line-height: 1.1em
}

section.assistance .trasparenza .btn {
    background: #fff;
    color: #333;
    border: 1px solid #333
}

section.assistance .newsletter {
    text-align: center
}

section.assistance .newsletter:before {
    content: '';
    display: block;
    width: 3rem;
    height: 3rem;
    background: url(/assets/images/email-w.svg) center no-repeat #789;
    border-radius: 50%;
    margin: auto auto 1rem
}

section.assistance .newsletter h2 {
    text-align: center
}

section.assistance .newsletter .btn {
    background: #fff;
    color: #333;
    max-width: 50%;
    border: 1px solid #333
}

section.products,
section.products+section {
    border-top: 2px solid #eee
}

section.assistance .ban {
    padding: 0;
    background: #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

section.assistance .ban a {
    margin: auto
}

section.assistance .ban img {
    max-width: 100%;
    display: block
}

section.news-preview {
    background: #eee;
    padding-top: 2rem;
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 3rem
}

section.news-preview h3 {
    color: #999;
    text-transform: uppercase;
    font-size: 1.3rem;
    text-align: center;
    font-weight: 700;
    padding: 0 1rem;
    margin-bottom: 2rem
}

section.news-preview>a {
    position: absolute;
    bottom: 1rem;
    right: 2rem;
    font-size: .8rem;
    text-decoration: none;
    padding: .1rem;
    text-transform: uppercase
}

section.news-preview .items a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none
}

section.news-preview .items a+a {
    margin-top: 1rem
}

section.news-preview .items a:hover {
    background: #fff
}

section.news-preview .items figure {
    -ms-flex-preferred-size: 9rem;
    flex-basis: 9rem;
    height: 6rem;
    margin-right: 1rem;
    position: relative;
    overflow: hidden;
    display: none
}

section.news-preview .items img {
    max-height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%)
}

section.news-preview .items div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: .5rem
}

section.news-preview .items a h1 {
    font-size: 1rem
}

section.news-preview .items a:hover h1 {
    color: #455
}

section.news-preview .items a h2 {
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.3em
}

section.products {
    border-bottom: 6px solid #eee;
    padding: 0;
    text-align: center
}

section.products a {
    color: inherit;
    display: block;
    padding: 1rem;
    font-size: .9rem;
    text-decoration: none;
    font-weight: 400
}

section.products a:hover {
    background: 0 0
}

section.products a+a {
    border-top: 1px solid #eee
}

section.products h2 {
    font-family: montserrat;
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: .5rem
}

.finanziamenti section.products a div,
section.examples h2 {
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase
}

section.products a div {
    line-height: 1.3em
}

.finanziamenti section.products {
    text-align: left
}

.finanziamenti section.products a {
    white-space: nowrap;
    padding: 0
}

.finanziamenti section.products a figure {
    width: 4rem;
    height: 4rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .3rem;
    overflow: hidden;
    position: relative
}

.finanziamenti section.products a img {
    display: block;
    max-width: none;
    height: 100%;
    position: absolute;
    right: 0
}

.finanziamenti section.products a div {
    color: #4E595F;
    font-size: .8rem;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: calc(100% - 4rem)
}

.carte section.products {
    text-align: left;
    padding: 2rem 1rem
}

.carte section.products h2 {
    font-size: 1.3rem
}

.carte section.products>div {
    margin-bottom: 2rem
}

.carte section.products div>a,
.carte section.products div>div {
    white-space: nowrap;
    padding: 0
}

.carte section.products div>div+div {
    margin-top: .2rem
}

.carte section.products figure {
    width: 4rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .3rem;
    overflow: hidden;
    position: relative
}

.carte section.products img {
    display: block;
    max-width: 100%
}

.carte section.products div>a>div,
.carte section.products div>div>div {
    font-family: Montserrat;
    text-transform: uppercase;
    color: #4E595F;
    font-size: .8rem;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    white-space: normal
}

section.examples {
    padding-top: 0
}

section.examples h2 {
    text-align: center;
    font-size: 1rem;
    padding: 1.6rem 0;
    background: #eee;
    color: #444;
    margin-left: -1rem;
    margin-right: -1rem
}

section.examples h3,
section.examples h4 {
    color: #fff;
    padding: .3rem;
    font-size: 1rem
}

section.examples h3 {
    margin: 2rem 0;
    background: #666;
    text-transform: uppercase;
    font-family: montserrat;
    display: inline-block
}

.prestiti section.examples h3 {
    background: #B2BD00
}

section.examples h4 {
    margin: 1rem 0;
    font-weight: 700;
    background-color: #d00
}

.finanziamenti section.examples h3 {
    background: #D60093
}

section.examples table {
    min-width: 960px;
    margin-bottom: 2rem
}

section.examples td,
section.examples th {
    text-align: center;
    border: 0;
    color: #666;
    font-size: 1rem
}

section.examples td {
    padding: 1rem 0
}

section.examples td:first-child,
section.examples td:last-child {
    font-weight: 700
}

section.examples td+td,
section.examples th+th {
    border-left: 1px solid #ddd
}

section.examples p {
    color: #555;
    font-size: .9rem;
    margin-bottom: 0
}

section.examples ul {
    margin: 1rem 0
}

section.examples input[type=radio] {
    position: absolute;
    opacity: 0
}

section.examples input[type=radio]+label {
    text-align: left;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    background: #eee;
    line-height: normal;
    margin: 0 -1rem;
    padding: 1rem;
    display: block;
    width: auto
}

section.examples input[type=radio]+label:hover {
    background: #f7f7f7
}

section.examples input[type=radio]:checked+label {
    background: #fff
}

section.examples label img {
    display: block;
    float: left;
    width: 4rem;
    margin-right: 1rem
}

section.examples label p {
    font-size: 1.6rem;
    font-weight: 300
}

section.examples label small {
    display: inline-block;
    font-size: .8rem;
    font-weight: 400;
    margin-right: .5rem
}

section.examples input[type=radio]~.summary {
    text-align: left;
    margin-top: 1rem;
    position: absolute;
    opacity: 0;
    -webkit-transition: 0;
    transition: 0
}

section.examples .switcher {
    position: relative;
    text-align: center;
    margin-top: -.7rem;
    font-size: 0
}

section.examples #ex1:checked~#example1,
section.examples #ex2:checked~#example2,
section.examples #ex3:checked~#example3 {
    position: relative;
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s
}

section.hilite {
    background: #eee;
    color: #424242;
}

section.more {
    text-align: center
}

section.more .btn {
    font-size: 1rem;
    font-weight: 400;
    height: auto;
    line-height: normal;
    padding-top: .7rem;
    padding-bottom: .7rem
}

.prestiti section.more .btn {
    background: #B2BD00
}

.cessione section.more .btn {
    background: #40C3D5
}

.carte section.more .btn {
    background: #FF7900
}

.finanziamenti section.more .btn {
    background: #D60093
}

.leasing section.more .btn {
    background: #8270AA
}

.calculator-options {
    background: #456;
    padding: 1rem 1rem 0
}

.calculator-options .options {
    margin-bottom: 1rem
}

.calculator-options .options input[type=radio]+label {
    display: block;
    color: #ddd;
    border: 2px solid #678;
    padding: 1rem;
    border-radius: .4rem;
    font-weight: 400;
    text-transform: uppercase;
    font-size: .8rem;
    background: 0 0;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    margin: 0 0 1rem
}

.calculator-options .options input[type=radio]:checked+label {
    background: #678;
    color: #fff
}

.calculator-options .options label:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    background: inherit
}

.calculator-options .options label .combo {
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    border-bottom: 2px solid #678;
    text-align: center
}

.calculator-options .options input[type=radio]:checked+label .combo {
    border-color: #4E595F
}

.calculator-options .options label .combo b {
    font-size: 1.4rem
}

.calculator-options .options label .amount {
    font-weight: 700;
    text-align: center;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    line-height: 1em
}

.calculator-options .options label .amount div {
    font-size: 1.8rem;
    font-family: Montserrat;
    color: #B2BD00;
    line-height: normal
}

.calculator-options .options label .amount div span {
    font-size: .7em
}

.calculator-options .options label .rates {
    font-size: .8rem;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 700;
    width: 48%;
    text-align: right;
    display: inline-block;
    vertical-align: middle
}

.calculator-options .options label .rates>div:first-child {
    line-height: normal;
    margin-bottom: .5rem
}

.calculator-options .options label .rates span {
    font-size: 1.7rem;
    color: #fff
}

.calculator-options .options label .rates span span {
    font-size: .7em
}

.calculator-options .options label .due {
    color: #ccc;
    font-family: montserrat;
    text-transform: uppercase;
    font-size: .6rem;
    text-align: center;
    margin-top: 1rem;
    line-height: normal
}

.steps li,
section.form h2 {
    text-transform: uppercase;
    font-family: Montserrat
}

.calculator-options .options label .due span {
    font-weight: 700;
    font-size: 1rem;
    color: #fff
}

.calculator-options .disclaimer {
    display: block;
    color: #ccc;
    font-size: .7rem;
    line-height: 1.2em;
    text-align: justify
}

.calculator-options .save {
    background: #fff;
    margin-left: -4rem;
    margin-right: -4rem;
    text-align: center;
    padding: 1rem;
    margin-top: 1rem
}

.calculator-options .save a {
    font-weight: 400;
    display: inline-block;
    padding: .3rem .5rem;
    border-radius: 1rem
}

.calculator-options+section.intro {
    padding: 2rem 1rem 0
}

.steps {
    margin-top: 2rem;
    text-align: left
}

.steps ol {
    position: relative;
    display: inline-block;
    counter-reset: section
}

.steps li {
    font-weight: 700;
    font-size: .8rem;
    color: #666;
    position: relative;
    padding: .3rem 1rem
}

.steps li+li {
    margin-top: 0
}

.steps li:before {
    counter-increment: section;
    content: counter(section);
    width: 1.5rem;
    height: 2.5rem;
    text-align: center;
    left: 0;
    font-size: .8rem;
    background-image: url(/assets/images/step.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #d00;
    padding-top: .3rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .5rem
}

.steps li.current:before {
    background-image: url(/assets/images/step-current.svg);
    color: #fff
}

section.filters h2,
section.form h2 {
    text-align: center;
    color: #444;
    margin-left: -1rem;
    margin-right: -1rem
}

section.form h2 {
    font-size: 1rem;
    font-weight: 700;
    padding: 1.6rem 0;
    background: #eee;
    margin-bottom: 1em
}

.privacy {
    border: 1px solid #ddd;
    padding: 1rem;
    font-size: .9rem;
    height: 12rem;
    overflow-y: auto;
    background: #fafafa;
    line-height: 1.2em;
    margin-bottom: 1rem
}

.privacy h3 {
    font-size: .9rem;
    font-weight: 700
}

.privacy h4 {
    font-weight: 700;
    margin-bottom: 1rem
}

.privacy p {
    font-size: .8rem;
    margin-bottom: .5rem
}

section.filters h2,
section.filters h3 {
    font-size: 1rem;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase
}

section.filters {
    padding: 0;
    text-align: center
}

section.filters h2 {
    padding: 1.6rem 0;
    background: #eee;
    margin-bottom: 0
}

section.filters h3 {
    margin: 0;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

section.filters input[type=radio]+label {
    background: 0 0;
    padding: .5rem;
    font-size: 1.2rem;
    cursor: pointer;
    margin: 0;
    display: block;
    border-top: 1px solid #ddd;
    font-family: Montserrat
}

section.filters input[type=radio]:checked+label {
    background: #4E595F;
    color: #fff
}

section.filters select+select {
    margin-top: .5rem
}

section.filters .filter {
    border-top: 1px solid #ddd;
    padding: 1rem
}

section.filters h2+.filter {
    border-top: 0
}

section.filters input[type=radio]~.filter {
    display: none
}

section.filters .filter h4 {
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    display: none
}

section.filters #cap:checked~#filter-cap,
section.filters #provincia:checked~#filter-provincia,
section.filters #regione:checked~#filter-regione {
    display: block
}

section.results {
    padding: 0;
    overflow-x: auto
}

section.results h2 {
    padding: 1rem;
    font-size: 1.6rem;
    margin: 0
}

section.results table {
    table-layout: fixed;
    margin-bottom: 0
}

section.results caption {
    text-align: left;
    background: #eee;
    text-transform: uppercase;
    font-family: montserrat;
    padding: 1rem;
    font-size: .9rem;
    font-weight: 700
}

section.results th {
    text-transform: uppercase;
    font-weight: 300;
    font-size: .8rem
}

section.results th.small {
    width: 6rem
}

section.results th.main {
    width: 25rem
}

section.results tr.active-result {
    -webkit-animation: highlight 3s;
    animation: highlight 3s
}

@-webkit-keyframes highlight {
    0% {
        background: #fff0b6
    }
    100% {
        background: #fff
    }
}

@keyframes grow {
    0% {
        background: #fff0b6
    }
    100% {
        background: #fff
    }
}

section.results tr:last-of-type td {
    border: 0
}

section.results td {
    vertical-align: middle;
    padding: 1rem;
    position: relative
}

section.results td:nth-child(1),
section.results td:nth-child(2) {
    vertical-align: top
}

section.results td .btn {
    margin-top: 10px
}

section.results [data-no-desktop] {
    position: absolute;
    right: 1rem;
    bottom: .7rem
}

section.results [data-no-desktop] a {
    display: inline-block;
    width: 3rem;
    height: 1.5rem;
    border-radius: 1rem;
    background-color: #4E595F;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.3rem
}

section.results a.tel {
    background-image: url(/assets/images/phone.svg)
}

section.results a.web {
    background-image: url(/assets/images/web.svg)
}

section.insurance a {
    text-decoration: none;
    display: block;
    position: relative;
    text-align: center;
    color: #333;
    padding: 1rem 0
}

section.insurance a+a {
    border-top: 1px solid #ddd
}

section.insurance a:hover {
    color: #333;
    background: 0 0
}

section.insurance a img {
    display: block;
    margin: auto auto .5rem
}

section.insurance a h3 {
    font-size: 1rem;
    margin-bottom: 0
}

section.insurance a p {
    font-weight: 400;
    font-size: .8rem;
    margin-bottom: 0
}

section.agency-chooser {
    padding: 0;
    margin-bottom: 2rem
}

section.agency-chooser h2 {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    padding: 1rem 0
}

section.agency-chooser .chooser {
    border-top: 1px solid #ddd;
    position: relative
}

section.agency-chooser .map {
    padding-top: 50%;
    position: relative
}

section.agency-chooser .map #map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

section.agency-chooser .agencies {
    padding: 1rem 0
}

section.agency-chooser .agencies label {
    display: block
}

section.agency-chooser .agencies [type=radio]+label {
    margin-top: 1rem
}

section.agency-chooser .agencies .item {
    font-size: 1rem;
    margin: 0 1rem;
    min-height: 1.5rem;
    line-height: 1.5rem
}

section.help a,
section.press a {
    color: #555555;
    font-size: .9rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none
}

section.faq-chooser a:before,
section.help a:before,
section.press a:before {
    margin-right: .5rem;
    content: '';
    vertical-align: middle
}

section.agency-chooser .agencies .item+.item {
    margin-top: 1rem
}

section.help {
    padding: 0
}

section.help a {
    padding: 1rem;
    display: block;
    background: #eee;
    -webkit-transition: .2s;
    transition: .2s
}

section.help a:hover {
    background: #ddd
}


section.help a:before {
    background: url(/assets/images/help.svg) center no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    background-size: contain;
    display: inline-block;
    opacity: .6;
    -webkit-transition: .2s;
    transition: .2s
}

section.help a:hover:before {
    -webkit-transform: scale(1.2) rotate(-10deg);
    -ms-transform: scale(1.2) rotate(-10deg);
    transform: scale(1.2) rotate(-10deg)
}

section.press {
    padding: 0
}

section.press a {
    padding: 1rem;
    display: block;
    background: #eee;
    -webkit-transition: .2s;
    transition: .2s
}

section.press a:hover {
    background: #ddd
}

section.press a:before {
    background: url(/assets/images/press.svg) center no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    background-size: contain;
    display: inline-block;
    opacity: .4;
    -webkit-transition: .2s;
    transition: .2s
}

section.press a:hover:before {
    -webkit-transform: scale(1.2) rotate(-10deg);
    -ms-transform: scale(1.2) rotate(-10deg);
    transform: scale(1.2) rotate(-10deg)
}

section.faq-chooser a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    padding: .5rem 0;
    font-family: Montserrat
}

section.faq-chooser a:hover {
    background: 0 0;
    color: #4E595F
}

section.faq-chooser a:before {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 45%;
    border: 3px solid #fff;
    border-color: inherit;
    border-radius: 50%
}

section.faq-chooser a small {
    display: none
}

section.faq-chooser a.prestiti {
    border-color: #B2BD00
}

section.faq-chooser a.cessione {
    border-color: #40C3D5
}

section.faq-chooser a.finanziamenti {
    border-color: #D60093
}

section.faq-chooser a.carte {
    border-color: #FF7900
}

section.faq-chooser a.leasing {
    border-color: #8270AA
}

section.faq-chooser a.assistenza,
section.faq-chooser a.trasparenza {
    border-color: #4E595F
}

section.faq-chooser a.prestiti:before {
    background-image: url(/assets/images/prestiti.svg)
}

section.faq-chooser a.cessione:before {
    background-image: url(/assets/images/cessione.svg)
}

section.faq-chooser a.finanziamenti:before {
    background-image: url(/assets/images/finanziamenti.svg)
}

section.faq-chooser a.carte:before {
    background-image: url(/assets/images/carte.svg)
}

section.faq-chooser a.leasing:before {
    background-image: url(/assets/images/leasing.svg);
    background-size: 70%
}

section.faq-chooser a.assistenza:before {
    background-image: url(/assets/images/assistenza.svg)
}

section.faq-chooser a.trasparenza:before {
    background-image: url(/assets/images/pdf.svg);
    background-size: 35%
}

section.faq-chooser a.privati:before {
    background-image: url(/assets/images/privati.svg)
}

section.faq-chooser a.aziende:before {
    background-image: url(/assets/images/aziende.svg)
}

section.faq-chooser a.cliccafiditalia:before {
    background-image: url(/assets/images/cliccafiditalia.svg)
}

section.faq-chooser a.bloccocarta:before {
    background-image: url(/assets/images/bloccocarta.svg)
}

section.faq-chooser a.smsfiditalia:before {
    background-image: url(/assets/images/smsfiditalia.svg)
}

section.faq-chooser a.newsletter:before {
    background-image: url(/assets/images/email-b.svg)
}

section.contents h1 {
    font-size: 1.4rem;
    background: #4E595F;
    color: #fff;
    display: inline-block;
    padding: .5rem .5rem .5rem 4rem;
    font-family: montserrat;
    text-transform: uppercase;
    margin-top: 3rem;
    margin-left: -4rem;
    margin-bottom: 2rem
}

.carte section.contents h1 {
    background: white;
    color:black;
}

section.contents h2,
section.trasparenza h2 {
    font-weight: 700;
    background: #eee;
    color: #444;
    margin-left: -1rem;
    margin-right: -1rem;
    font-family: Montserrat;
    margin-bottom: 2rem;
    text-transform: uppercase
}

section.contents h2 {
    font-size: 1rem;
    padding: 1rem;
    line-height: 1.3em
}

section.contents *+h2 {
    margin-top: 3rem
}

section.contents li,
section.contents p {
    font-size: 1.1rem;
    line-height: 1.5em
}

section.trasparenza {
    padding-top: 0
}

section.trasparenza h2 {
    font-size: 1rem;
    padding: 1rem;
    line-height: 1.3em
}

section.trasparenza *+h2 {
    margin-top: 2rem
}

section.trasparenza li,
section.trasparenza p {
    font-size: 1.1rem;
    line-height: 1.5em
}

section.trasparenza a[href*=".pdf"] {
    display: block;
    position: relative;
    font-weight: 400;
    padding: .5rem .5rem .5rem 2rem;
    text-decoration: none;
    line-height: 1.2rem;
    font-size: .9rem
}

section.trasparenza a[href*=".pdf"]:before {
    content: '';
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background: url(/assets/images/pdf.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    left: .2rem;
    top: 50%;
    margin-top: -.75rem
}

.summary>.hilite:after,
.summary>.hilite:before {
    width: 4rem;
    top: 0;
    background: #555555;
    position: absolute
}

section.trasparenza a[href*=".pdf"]:hover:before {
    background-image: url(/assets/images/pdf-w.svg)
}

section.trasparenza a[href*=".pdf"]+a[href*=".pdf"] {
    border-top: 1px solid #ddd
}

section.website {
    text-align: center;
    padding: 3rem 0
}

section.website a {
    text-decoration: none;
    padding: 0 1rem;
    border-radius: 1rem;
    border: 1px solid #566;
    font-size: 1.3rem
}

.summary>div+div,
section.disclaimer {
    border-top: 1px solid #ddd
}

section.disclaimer {
    font-size: .8rem;
    line-height: 1.3em;
    color: #424242;
}

.summary>div {
    font-size: 1rem
}

.summary>div>div {
    padding: 1rem 0;
    line-height: 1.4em;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.summary>div>div[data-label]:before {
    content: attr(data-label);
    font-family: montserrat;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .7rem;
    display: block
}

.call-to-action:before,
.summary>.hilite:after,
.summary>.hilite:before {
    content: ''
}

.summary div.centered {
    text-align: left
}

#cookie-msg,
.ad div,
.call-to-action,
.campaign footer,
.loading:after,
.pager,
.zero li,
article .zero h3,
aside .slider-slide,
body.error footer,
footer {
    text-align: center
}

.summary>div>div:first-child {
    font-weight: 700;
    color: #555;
    padding-bottom: 0;
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: .9rem
}

.summary>div>div:not(:first-child) {
    padding-top: 0
}

.summary>div>div:first-child a {
    position: relative;
    font-weight: 400;
    padding: .1rem;
    text-decoration: none;
    line-height: 1.2rem;
    font-size: .9rem;
    text-transform: none;
    color: #4E595F;
    display: inline-block
}

.summary>.hilite>div:first-child,
.summary>div>div:first-child a:hover {
    color: #fff
}

.summary>.hilite {
    background: #555555;
    color: #fff;
    font-weight: 700;
    position: relative;
    border: 0
}

.summary>.hilite+div {
    border: 0
}

.summary>.hilite:before {
    display: block;
    right: 100%;
    bottom: 0
}

.summary>.hilite:after {
    display: block;
    left: 100%;
    bottom: 0
}

.summary>div>div>div {
    font-weight: 300;
    font-family: Open Sans;
    text-transform: none;
    font-size: .8rem;
    margin-top: .2rem;
    line-height: 1.3em
}

#cookie-msg button,
.ad b,
.infographics span,
.infographics>div:before,
.summary a,
.video-player:before,
footer a {
    text-transform: uppercase
}

.summary a {
    color: #d00;
    font-weight: 700;
    font-size: .9rem
}

.summary a:hover {
    text-decoration: underline
}

.ad,
.call-to-action,
.pager a,
section.news .item a {
    text-decoration: none
}

.summary ul {
    margin-bottom: 0;
    margin-left: 1rem
}

.summary select {
    border: 0;
    padding-left: 0;
    font-weight: 700;
    font-size: 1rem;
    height: auto;
    padding-right: 2.4rem;
    background-image: url(/assets/images/select-hl.svg);
    background-size: contain;
    cursor: pointer;
    width: auto
}

.zero {
    border: .5rem solid #FF7900;
    margin: 2rem auto;
    max-width: 40rem
}

article .zero h3 {
    color: #fff;
    background: #803D00;
    font-weight: 700;
    font-family: montserrat;
    padding: 1rem 0;
    margin: 0
}

.zero strong {
    color: #803D00;
}

article .zero p {
    padding: 2rem;
    margin: 0
}

.zero ul {
    margin: 0;
    padding: 0
}

.zero li {
    padding: .5rem 0;
    margin: .5rem 0;
    line-height: normal
}

.zero li+li {
    border-top: 1px solid #eee
}

.call-to-action {
    color: #444;
    display: block;
    padding: 1rem;
    border-radius: 1rem;
    background: #eee
}

.call-to-action:before {
    display: block;
    width: 3rem;
    height: 3rem;
    background: url(/assets/images/document-w.png) center no-repeat #444;
    border-radius: 50%;
    margin: auto auto .5rem
}

.call-to-action strong {
    font-size: 1.3rem
}

.call-to-action>div>div {
    margin-top: .5rem;
    font-size: .9rem
}

fieldset {
    margin: 0 auto 2rem
}

fieldset div+div {
    margin-top: 1rem
}

label {
    display: block;
    margin-bottom: .5rem;
    color: #999;
    font-size: .9rem
}

input[type=checkbox]+label,
input[type=radio]+label {
    display: inline-block;
    color: #333;
    font-size: 1rem;
    padding-left: 1.8rem;
    margin: 0 1rem;
    min-height: 1.5rem;
    line-height: 1.5rem
}

input[type=email],
input[type=tel],
input[type=text],
input[type=number],
select,
textarea {
    border: 2px solid #ccc;
    font-family: Open Sans;
    width: 100%;
    font-size: .9rem
}

input[type=radio]+label {
    background: url(/assets/images/radio.svg) left top no-repeat
}

input[type=radio]:checked+label {
    background-image: url(/assets/images/radio-checked.svg)
}

input[type=checkbox],
input[type=radio] {
    visibility: hidden;
    position: absolute
}

#CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSliderWrapper input[type=checkbox].CybotCookiebotDialogBodyLevelButton {
    visibility: initial;
    position: unset;
}

input[type=checkbox]+label {
    background: url(/assets/images/checkbox.svg) left top no-repeat
}

input[type=checkbox]:checked+label {
    background-image: url(/assets/images/checkbox-checked.svg)
}

input[type=email],
input[type=tel],
input[type=text],
input[type=number],
textarea {
    background: #fff
}

.radios {
    padding: 2rem 0
}

.radios input[type=radio]+label {
    display: block;
    margin-bottom: 1rem;
    margin-left: 0;
    font-weight: 700
}

input[type=email],
input[type=tel],
input[type=text],
input[type=number] {
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 .5rem
}

textarea {
    min-height: 8rem;
    padding: .5rem
}

textarea.small {
    min-height: 4rem
}

select {
    height: 2.5rem;
    padding: 0 .8rem 0 .3rem;
    background: url(/assets/images/select.svg) center right .5rem no-repeat #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#cookie-msg button,
.ad div,
.ad:before,
.infographics span,
footer a {
    font-family: Montserrat
}

select::-ms-expand {
    display: none
}

.flex-12,
.flex-121,
.noswipe .slider-wrapper {
    display: flex
}

section.assistance .appointment .input.error input[type=email],
section.assistance .appointment .input.error input[type=text],
section.assistance .appointment .input.error input[type=number],
section.assistance .appointment .input.error select {
    border: 2px solid #d00
}

.error input[type=email],
.error input[type=tel],
.error input[type=text],
.error input[type=number],
.error select,
.error textarea {
    border-color: #d00
}

.radios.error label {
    color: #d00
}

.errors {
    padding: .5rem;
    font-size: .75rem;
    line-height: 1.3em;
    border: 1px dotted #d00;
    margin-top: .5rem;
    background: #ffd;
    color: #444
}

.form .btn {
    width: 50%;
    max-width: 20rem
}

.flex-121 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-121>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex-121>:nth-child(2) {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.flex-121>:not(:last-child) {
    margin-right: 10px
}

.flex-12 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-12>:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px
}

.flex-12>:last-child {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

aside .slider-container {
    max-width: 50rem;
    width: 90%;
    margin: auto;
    overflow: hidden
}

aside .slider-slide {
    height: 4rem;
    line-height: 4rem
}

.noswipe .slider-slide {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

aside .current {
    background: #eee
}

aside .slider-slide img {
    max-width: 70%;
    max-height: 60%;
    display: inline-block;
    vertical-align: middle
}

.pager {
    margin-bottom: 2rem
}

.pager:last-of-type {
    margin-top: 2rem
}

.pager a {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    border: 1px solid #455;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 400;
    background: #455;
    color: #fff
}

footer small,
section.news .item+.item {
    border-top: 1px solid #ddd
}

.pager a.current {
    color: #455;
    background: #fff;
    font-weight: 700
}

section.news .item {
    padding: 1rem 0
}

section.news .item a {
    position: relative;
    display: inline-block;
    vertical-align: top
}

section.news .item a:hover {
    background: 0 0
}

section.news .item a:first-child {
    width: 5rem;
    margin-right: 1rem;
    overflow: hidden;
    height: 5rem
}

section.news .item a:last-child {
    width: calc(100% - 7rem)
}

section.news .item img {
    max-height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    max-width: none
}

.ad,
.infographics>div,
footer {
    position: relative
}

section.news .item .title {
    font-size: 1rem;
    margin-bottom: .3rem;
    color: #455;
    display: inline-block
}

section.news .item:hover .title {
    background: #455;
    color: #fff
}

section.news .item .date {
    font-size: .9rem;
    font-weight: 400;
    color: #666
}

section.news .item small {
    font-size: 1rem;
    color: #999;
    font-weight: 400;
    line-height: 1.5em;
    display: none
}

section.news-detail h1 {
    font-size: 1.8rem;
    line-height: 1.2em;
    margin-bottom: .5em;
    font-weight: 700
}

section.news-detail h2 {
    font-size: 1.3rem;
    line-height: 1.2em;
    margin-bottom: 1em;
    font-weight: 400
}

section.news-detail figure {
    margin-bottom: 2rem
}

section.news-detail img {
    max-width: 100%
}

section.news-detail .date {
    font-weight: 700;
    margin-bottom: 1rem
}

section.news-detail .text {
    margin-bottom: 2rem
}

section.news-detail p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    line-height: 1.5em
}

section.news-detail a[href*=".pdf"] {
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: .9rem
}

section.news-detail a[href*=".pdf"]:hover {
    color: #455;
    background: initial
}

section.news-detail a[href*=".pdf"]:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    height: 2rem;
    background: url(/assets/images/pdf-w.svg) center no-repeat #455;
    background-size: 40%;
    margin-right: .5rem;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s
}

section.news-detail a[href*=".pdf"]:hover:before {
    background-image: url(/assets/images/pdf.svg);
    background-color: #fff
}

.infographics>div {
    margin: 2rem 0;
    width: 100%;
    overflow: hidden
}

.infographics>div:before {
    content: attr(data-alt);
    background: #abc;
    color: #fff;
    font-family: Montserrat;
    font-weight: 700;
    font-size: .7rem;
    padding: .3rem;
    white-space: nowrap;
    border-radius: 1rem;
    margin: .5rem 0;
    display: inline-block
}

.infographics span {
    color: #456;
    font-size: 1.2rem;
    font-weight: 700;
    display: block
}

.infographics span b {
    font-size: 1.5rem;
    letter-spacing: -2px
}

.infographics img {
    width: 4rem;
    margin-right: .5rem;
    background: #789;
    border-radius: 50%;
    padding: .8rem;
    float: left
}

footer {
    font-size: 0
}

.campaign footer>div {
    display: none
}

footer a,
footer small {
    font-size: .7rem;
    display: block
}

footer a {
    color: #ccc;
    background: #444;
    padding: .8rem;
    width: 50%;
    float: left;
    border-bottom: 1px solid #666
}

footer a:last-child {
    width: 100%;
    clear: both
}

footer a:hover {
    background: #666
}

footer a:nth-child(2n) {
    border-left: 1px solid #666
}

footer small {
    clear: both;
    color: #666;
    padding: 1rem
}

footer small div+div {
    margin-top: .3rem
}

.loading:before {
    content: '';
    display: block;
    margin: auto;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: .4rem double #ddd;
    border-bottom-color: #d00;
    -webkit-animation: spin .75s infinite linear;
    animation: spin .75s infinite linear
}

.ad:before,
.loading:after {
    content: attr(data-txt);
    display: block;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase
}

.loading:after {
    font-family: montserrat;
    margin-top: .5rem;
    -webkit-animation: fade .75s infinite linear;
    animation: spin .75s fade linear
}

.ad {
    background: -webkit-linear-gradient(#abc, #012);
    background: linear-gradient(#abc, #012);
    color: #fff;
    border: .5rem solid #B2BD00;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-animation: grow .3s;
    animation: grow .3s;
    display: block;
    border-radius: .5rem;
    padding: .5rem;
    margin: 1rem auto;
    width: 90%;
    max-width: 24rem
}

.ad.cqs {
    border-color: #40C3D5
}

.ad:before {
    background: #fc0;
    padding: .2rem .4rem;
    color: #000;
    position: absolute;
    left: -.7rem;
    top: -.7rem;
    box-shadow: 1px 1px #000;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

.ad:hover {
    border-color: #fc0;
    background: -webkit-linear-gradient(#abc, #012);
    background: linear-gradient(#abc, #012)
}

.ad div {
    font-size: .7rem
}

.ad b {
    font-size: 1.4rem;
    letter-spacing: -1px
}

.video-player {
    display: flex;
    position: fixed;
    z-index: 1001;
    background: rgba(0, 0, 0, .8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px
}

.video-player:before {
    content: 'Caricamento del video';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translatex(-50%) translateY(-50%);
    z-index: 1;
    font-weight: 700;
    background: #666;
    color: #fff;
    padding: 8px;
    border-radius: 20px;
    font-size: 13px
}

.ie .video-player video,
.ie .video-player:before {
    -ms-transform: translateX(-50%) translateY(-50%)
}

.video-player video {
    margin: auto;
    max-width: 100%;
    position: relative;
    z-index: 2
}

.ie .video-player video {
    position: absolute;
    top: 50%;
    left: 50%
}

.video-player [data-close-video] {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 32px;
    height: 32px;
    background: url(/assets/images/close.svg) center no-repeat;
    background-size: contain;
    cursor: pointer
}

#cookie-msg {
    background: #C00;
    color: #fff;
    z-index: 9999;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: .8rem;
    position: fixed;
    padding: .7rem;
    line-height: 1.3rem;
    box-shadow: 0 0 20px #000
}

#cookie-msg a {
    color: inherit;
    font-weight: 700;
    text-decoration: underline
}

#cookie-msg button {
    background: #fff;
    border-radius: .3rem;
    border: 0;
    color: #c00;
    font-weight: 700;
    padding: .3rem;
    margin-left: 1rem;
    font-size: .7rem;
    cursor: pointer
}

body.error {
    max-width: 40rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: 0 0;
    margin-top: 0
}

body.error header,
body.error main {
    background: #fff
}

body.error header nav {
    border-bottom: 0;
    position: static
}

body.error header nav>a img {
    width: 70%
}

body.error header .title {
    padding: 1rem 2rem
}

body.error section {
    padding: 4rem 2rem
}

body.error article .intro h1 {
    font-size: 1.6rem
}

body.error article .intro p {
    width: auto;
    font-size: 1.3rem
}

body.error footer {
    padding: 0;
    background: #fff
}

body.error footer small {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

@-webkit-keyframes in {
    0% {
        left: 100%
    }
    100% {
        left: 0
    }
}

@keyframes in {
    0% {
        left: 100%
    }
    100% {
        left: 0
    }
}

@-webkit-keyframes grow {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes spingrow {
    0% {
        -webkit-transform: rotate(0) scale(0)
    }
    100% {
        -webkit-transform: rotate(710deg) scale(1)
    }
}

@keyframes spingrow {
    0% {
        -webkit-transform: rotate(0) scale(0);
        transform: rotate(0) scale(0)
    }
    100% {
        -webkit-transform: rotate(710deg) scale(1);
        transform: rotate(710deg) scale(1)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fade {
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fade {
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@media (min-width:24em) {
    .calculator-options .options label .amount div,
    .calculator-options .options label .rates span {
        font-size: 2rem
    }
}

@media (max-width:48em) {
    [data-no-mobile] {
        display: none
    }
}

@media (min-width:48em) {
    .main-slider .flap,
    header .visual .flap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }
    [data-no-desktop] {
        display: none
    }
    header .visual .flap {
        width: 22rem;
        height: 22rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 2rem;
        z-index: 1;
        position: relative;
        -webkit-transition: .6s;
        transition: .6s
    }
    header .visual.opendrawer .flap {
        -webkit-transform: translatex(-100%);
        -ms-transform: translatex(-100%);
        transform: translatex(-100%)
    }
    header .visual .flap:before {
        content: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2069%20356%27%20width%3D%2769%27%20height%3D%27356%27%20fill%3D%27%23D8D6D7%27%3E%3Cpath%20d%3D%27M13.3-.01c-.19%200%203.88.06%2013%200%204.67-.03%2052%20144.67%2041%20355.69-.01.14-67.32.49-67.25.25C49.3%20189.49%2013.43-.01%2013.3-.01z%27%2F%3E%3C%2Fsvg%3E);
        content: url(/assets/images/flap-left.png);
        position: absolute;
        display: block;
        left: 100%;
        top: 0;
        bottom: 0;
        margin-left: -1.6rem;
        padding: 0
    }
    header .visual>img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translatex(-50%) translatey(-50%);
        -ms-transform: translatex(-50%) translatey(-50%);
        transform: translatex(-50%) translatey(-50%);
        max-width: none;
        min-height: 100%;
        min-width: 100%
    }
    header .visual>img.project_header_img {
        left: auto;
        -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        transform: translatey(-50%);
        min-width: unset;
        width: 80%;
        right: 0;
    }
    header .visual .flap div+div {
        margin-top: 1rem
    }
    header .visual .flap .page-title {
        font-size: 1.6rem
    }
    header .visual .flap .product figure {
        margin: 0
    }
    header .visual .flap .description {
        margin-top: 1rem;
        font-size: 1.1rem
    }
    header .visual .flap .disclaimer {
        font-size: .7rem;
        background: 0 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0
    }
    header .visual .drawer {
        position: absolute;
        top: 0;
        bottom: 0;
        right: -26rem;
        padding-left: 5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        background: #555
    }
    header .visual.opendrawer .drawer {
        right: 0;
        height: auto
    }
    header .visual .drawer:before {
        position: absolute;
        right: 100%;
        top: 0;
        bottom: 0;
        content: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20154%20356%27%20width%3D%27154%27%20height%3D%27356%27%3E%3Cpath%20fill%3D%27rgba(255%2C255%2C255%2C.5)%27%20d%3D%27M0%20328.6c0%209.2.1%2018.3.3%2027.4h46c-2.2-29.3-3.3-59.6-3.3-90.5C43%20167.5%2054.5%2076.3%2074.2%200H50.7C19.2%2086.4%200%20201.8%200%20328.6z%27%2F%3E%3Cpath%20fill%3D%27%23666%27%20d%3D%27M42.9%20265.5c0%2030.9%201.1%2061.2%203.3%2090.5H126c-2.2-29.3-3.3-59.6-3.3-90.5%200-98%2011.5-189.2%2031.2-265.5H74.2C54.4%2076.3%2042.9%20167.5%2042.9%20265.5z%27%2F%3E%3C%2Fsvg%3E');
        margin-right: -5rem
    }
    header .visual .drawer .drawer-handle {
        position: absolute;
        display: block;
        bottom: 2rem;
        left: -3rem;
        color: #eee;
        text-transform: uppercase;
        font-size: .6rem;
        border-radius: 2rem;
        padding: .5rem .8rem;
        background: #666;
        text-align: left;
        width: 6rem
    }
    article .intro .cta .btn,
    aside .btn,
    aside .slider-container {
        display: inline-block
    }
    header .visual.opendrawer .drawer .drawer-handle:before {
        content: attr(data-txt-close);
        white-space: pre
    }
    header .visual .drawer .calculator {
        height: 22rem;
        width: 24rem;
        position: relative;
        padding-left: .2rem;
        opacity: 1
    }
    header .visual .drawer .calculator .noUi-horizontal .noUi-handle.noUi-active .noUi-tooltip {
        bottom: 10px
    }
    header .visual .drawer .calculator .result {
        margin-top: 1rem
    }
    header .visual .drawer .calculator .btn {
        width: 50%;
        position: absolute;
        right: 1rem;
        bottom: 5rem
    }
    header .visual .drawer .calculator .tantaeg {
        position: absolute;
        bottom: 2.5rem;
        right: 1rem;
        text-align: center;
        width: auto
    }
    article .intro .optional,
    header .visual .drawer .calculator .due {
        bottom: 1rem;
        right: 1rem;
        position: absolute
    }
    header .visual .drawer .calculator .taeg,
    header .visual .drawer .calculator .tan {
        display: inline-block;
        margin: 0
    }
    header .visual .drawer .calculator .taeg {
        margin-left: .4rem
    }
    header .calculator-disclaimer {
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right
    }
    article .intro .cta .btn {
        padding: 0 1rem;
        min-width: 20%
    }
    article .intro .cta .btn.small {
        width: auto
    }
    aside {
        text-align: center;
        padding: 1rem;
        border-bottom: 2px solid #ddd
    }
    aside .btn {
        border-radius: .3rem;
        border: 0
    }
    aside .btn+.btn {
        margin-left: 4rem
    }
    aside .slider-slide {
        height: 8rem;
        line-height: 8rem
    }
    .main-slider img {
        max-width: none
    }
    .main-slider .flap {
        width: 17rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 0;
        bottom: 0;
        padding-right: 0;
        padding-bottom: 2rem;
        text-align: left;
        z-index: 2
    }
    .main-slider .flap:before {
        content: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2077%20441%27%20width%3D%2777%27%20height%3D%27441%27%3E%3Cpath%20fill%3D%27rgba(255%2C255%2C255%2C.5)%27%20d%3D%27M0%20441h44.1C64.8%20360.2%2077%20261.7%2077%20154c0-54.6-3.1-105-8.9-154H0v441z%27%2F%3E%3Cpath%20fill%3D%27%23A9B0B6%27%20d%3D%27M0%20437.5C20.1%20357.4%2032%20260.1%2032%20154c0-54.6-3.1-105-8.9-154H0v437.5z%27%2F%3E%3C%2Fsvg%3E');
        width: auto;
        height: 100%;
        position: absolute;
        left: 100%;
        top: 0;
        bottom: 0
    }
    .main-slider .flap .product {
        font-size: 1.55rem
    }
    .main-slider .flap .description {
        font-size: 1.2rem
    }
    header .main-slider .disclaimer {
        position: absolute;
        left: 17rem;
        right: 0;
        bottom: 0;
        padding: .7rem .7rem .7rem 5rem;
        background: #eee;
        font-size: 7pt;
        z-index: 1
    }
    .main-slider .btn {
        width: 70%
    }
    .main-slider .drawer {
        position: absolute;
        top: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #555;
        z-index: 0;
        right: 0;
        height: 100%;
        padding-left: 22rem
    }
    .main-slider .drawer:before {
        position: absolute;
        right: calc(100% - 80px);
        top: 0;
        bottom: 0;
        content: '';
        background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20154%20356%27%20width%3D%27154%27%20height%3D%27356%27%3E%3Cpath%20fill%3D%27rgba(255%2C255%2C255%2C.5)%27%20d%3D%27M0%20328.6c0%209.2.1%2018.3.3%2027.4h46c-2.2-29.3-3.3-59.6-3.3-90.5C43%20167.5%2054.5%2076.3%2074.2%200H50.7C19.2%2086.4%200%20201.8%200%20328.6z%27%2F%3E%3Cpath%20fill%3D%27%23666%27%20d%3D%27M42.9%20265.5c0%2030.9%201.1%2061.2%203.3%2090.5H126c-2.2-29.3-3.3-59.6-3.3-90.5%200-98%2011.5-189.2%2031.2-265.5H74.2C54.4%2076.3%2042.9%20167.5%2042.9%20265.5z%27%2F%3E%3C%2Fsvg%3E') no-repeat;
        width: 190px;
        background-size: cover;
        z-index: 100;
        display: none
    }
    .main-slider .drawer .drawer-handle {
        position: absolute;
        display: block;
        bottom: 2rem;
        left: -3rem;
        color: #eee;
        text-transform: uppercase;
        font-size: .6rem;
        border-radius: 2rem;
        padding: .5rem .8rem;
        background: #666;
        text-align: left;
        width: 6rem
    }
    section.partners,
    section.partners .products,
    section.partners a+a,
    section.products a+a {
        border: 0
    }
    .main-slider .drawer .drawer-handle:before {
        content: attr(data-txt-close);
        white-space: pre
    }
    .steps li:after,
    .steps ol:before,
    section.faq-chooser a:after,
    section.insurance:before {
        content: ''
    }
    .main-slider .drawer .calculator {
        height: 22rem;
        width: 24rem;
        position: relative;
        padding-left: .2rem;
        padding-top: 0;
        opacity: 1
    }
    .main-slider .drawer .calculator .noUi-horizontal .noUi-handle.noUi-active .noUi-tooltip {
        bottom: 10px
    }
    .main-slider .drawer .calculator .result {
        margin-top: 1rem
    }
    .main-slider .drawer .calculator .btn {
        width: 50%;
        position: absolute;
        right: 1rem;
        bottom: 6rem
    }
    .main-slider .drawer .calculator .tantaeg {
        position: absolute;
        bottom: 3.5rem;
        right: 1rem;
        text-align: center;
        width: auto
    }
    .main-slider .drawer .calculator .taeg,
    .main-slider .drawer .calculator .tan {
        display: inline-block;
        margin: 0
    }
    .main-slider .drawer .calculator .taeg {
        margin-left: .4rem
    }
    .main-slider .drawer .calculator .due {
        position: absolute;
        bottom: 2rem;
        right: 1rem
    }
    section.cta #calculator.open {
        height: 22rem
    }
    section.cta .calculator {
        padding: 2rem 0
    }
    section,
    small.note {
        padding: 2rem
    }
    section.cta .calculator .controls {
        display: inline-block;
        vertical-align: middle;
        width: 60%
    }
    section.cta .calculator .results {
        display: inline-block;
        vertical-align: middle;
        width: 31%;
        margin-left: 8%
    }
    section.cta .calculator .result,
    section.cta .calculator .tantaeg {
        display: block;
        width: auto;
        text-align: center
    }
    section.cta .calculator .due {
        text-align: center
    }
    small.note {
        margin-top: 2rem;
        color: #424242;
    }
    section.partners {
        font-size: 0;
        padding: 3rem 1rem;
        text-align: center;
        max-width: 65rem;
        margin: auto
    }
    section.partners h1 {
        font-size: 1.3rem
    }
    section.partners h2 {
        font-size: 1rem
    }
    section.partners a {
        display: inline-block;
        font-size: .8rem;
        white-space: normal;
        vertical-align: top;
        padding: 1rem .7rem;
        width: 13rem;
        margin: 0
    }
    section.partners a figure {
        width: auto;
        height: 8rem;
        display: block;
        margin-right: 0;
        margin-bottom: .5rem
    }
    section.partners a img {
        max-width: 100%;
        left: auto;
        margin: auto;
        height: auto
    }
    section.partners a div {
        width: auto
    }
    section.assistance .appointment .form {
        margin-bottom: 3rem
    }
    section.assistance .appointment .btn,
    section.assistance .appointment .info,
    section.assistance .appointment .input {
        width: 47.5%;
        display: inline-block;
        margin: 1%
    }
    section.assistance .appointment .btn {
        max-width: none
    }
    section.news-preview .items figure {
        display: block
    }
    section.products {
        font-size: 0;
        padding: 1rem
    }
    section.products a {
        display: inline-block;
        vertical-align: top;
        width: 28%;
        max-width: 16rem;
        margin: 0 2.5%;
        font-size: .8rem;
        padding: 0
    }
    .cessione section.products a {
        max-width: none
    }
    .finanziamenti section.products {
        text-align: center;
        max-width: 65rem;
        border: 0;
        margin: auto
    }
    .finanziamenti section.products a {
        white-space: normal;
        vertical-align: top;
        padding: 1rem .7rem;
        width: 13rem;
        margin: 0
    }
    .finanziamenti section.products a figure {
        width: auto;
        height: 8rem;
        display: block;
        margin-right: 0;
        margin-bottom: .5rem
    }
    .finanziamenti section.products a img {
        max-width: 100%;
        left: auto;
        margin: auto;
        height: auto
    }
    .finanziamenti section.products a div {
        width: auto
    }
    .carte section.products {
        text-align: center
    }
    .carte section.products>div {
        max-width: 64rem;
        margin: auto auto 2rem
    }
    .carte section.products div>a,
    .carte section.products div>div {
        white-space: normal;
        vertical-align: top;
        padding: 1rem .7rem;
        width: 13rem;
        margin: 0;
        display: inline-block
    }
    .carte section.products div>div+div {
        margin-top: 0
    }
    .carte section.products div>div>div {
        width: auto
    }
    .carte section.products figure {
        width: auto;
        height: 8rem;
        display: block;
        margin-right: 0
    }
    .carte section.products img {
        max-width: 100%;
        left: auto;
        margin: auto;
        height: auto
    }
    .calculator-options+section.intro {
        padding: 2rem 4rem
    }
    .calculator-options .options {
        text-align: center
    }
    .calculator-options .options input[type=radio]+label {
        width: 12rem;
        margin: 0 1rem;
        display: inline-block
    }
    .calculator-options .options label .amount {
        display: block;
        margin-bottom: 1rem;
        width: auto
    }
    .calculator-options .options label .rates {
        display: block;
        text-align: center;
        width: auto
    }
    .calculator-options .options label .amount div,
    .calculator-options .options label .rates span {
        font-size: 2.5rem
    }
    .steps {
        padding-top: 4rem;
        text-align: center
    }
    .steps li {
        padding: 1rem;
        display: inline-block
    }
    .steps li:after,
    .steps ol:before,
    section h2 .seal {
        display: block;
        position: absolute
    }
    .steps li:before {
        width: 2rem;
        height: 3rem;
        font-size: 1rem;
        bottom: 100%;
        margin-left: -1rem;
        left: 50%;
        padding-top: .5rem;
        position: absolute;
        margin-bottom: .3rem
    }
    .steps ol:before {
        top: 0;
        left: 0;
        right: 0;
        border-top: 2px dashed #4E595F
    }
    .steps li:after {
        width: .5rem;
        height: .5rem;
        background: #4E595F;
        border-radius: 50%;
        top: 0;
        left: 50%;
        margin-left: -.25rem;
        margin-top: -.25rem
    }
    .steps li:first-child {
        -webkit-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
        transform: translatex(-50%)
    }
    .steps li:last-child {
        -webkit-transform: translatex(50%);
        -ms-transform: translatex(50%);
        transform: translatex(50%)
    }
    section.form h2 {
        margin-left: -4rem;
        margin-right: -4rem
    }
    section h2 .seal {
        right: 4rem;
        width: 4.5rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0
    }
    section.filters h3 {
        padding: 2rem;
        font-size: 1.5rem;
        font-weight: 400
    }
    section.filters input[type=radio]+label {
        padding: 2rem 1rem;
        font-size: 1.4rem;
        margin: 0 1.8rem;
        display: inline-block;
        border-top: 0
    }
    section.filters input[type=radio]+label:hover {
        border-bottom: .3rem solid #ddd
    }
    section.filters input[type=radio]:checked+label {
        background: 0 0;
        border-bottom: .3rem solid #333;
        color: #333
    }
    section.filters .filter {
        padding: 2rem
    }
    section.filters .filter h4 {
        display: block
    }
    section.filters select {
        display: inline-block;
        max-width: 25%
    }
    section.filters select+select {
        margin-top: 0
    }
    section.filters input[type=tel] {
        display: inline-block;
        vertical-align: middle;
        width: 8rem
    }
    section.map {
        position: relative;
        height: 24rem
    }
    section.map #map,
    section.map iframe {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%
    }
    section.results table {
        min-width: 64em
    }
    section.results caption {
        text-align: center
    }
    section.agency-chooser h2 {
        font-size: 1.5rem;
        padding: 2rem 0
    }
    section.agency-chooser .chooser>div {
        width: 50%
    }
    section.agency-chooser .agencies {
        overflow-y: auto;
        padding: 2rem 1rem;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0
    }
    section.insurance {
        padding-left: 16rem;
        position: relative
    }
    section.insurance:before {
        display: block;
        background: url(/assets/images/insurance.svg) center no-repeat #555;
        width: 5rem;
        height: 5rem;
        border-radius: 50%;
        position: absolute;
        left: 5rem;
        top: 3rem
    }
    section.insurance a {
        text-align: left;
        padding-right: 8rem
    }
    .infographics,
    .radios,
    .summary div.centered,
    section.faq-chooser {
        text-align: center
    }
    section.insurance a img {
        display: block;
        margin: 0;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 6rem
    }
    section.insurance a h3 {
        font-size: 1.5rem;
        margin-bottom: .5rem
    }
    section.insurance a p {
        font-size: 1rem
    }
    section.examples h2,
    section.examples input[type=radio]+label {
        margin-left: -2rem;
        margin-right: -2rem
    }
    section.faq-chooser a {
        display: inline-block;
        vertical-align: top;
        width: 25%;
        padding: 0 1rem 1rem;
        margin: 1rem 1rem 2rem;
        text-align: center;
        position: relative;
        font-size: 1.2rem
    }
    section.faq-chooser.features a {
        width: 33%
    }
    section.faq-chooser a:before {
        display: block;
        width: 8rem;
        height: 8rem;
        margin: auto auto 1rem
    }
    section.faq-chooser a:after {
        display: block;
        position: absolute;
        width: 9rem;
        height: 9rem;
        border-radius: 50%;
        border-width: 1px;
        border-style: solid;
        border-color: inherit;
        top: -.5rem;
        left: 50%;
        margin-left: -4.5rem;
        -webkit-transition: .3s;
        transition: .3s
    }
    section.help a:before,
    section.press a:before {
        width: 2.5rem;
        height: 2.5rem
    }
    section.faq-chooser a:hover:after {
        border-width: 10px
    }
    section.faq-chooser a+a {
        border-top: 0
    }
    section.faq-chooser a small {
        display: block;
        text-transform: none;
        font-weight: 400;
        font-size: .8rem;
        margin-top: .4rem
    }
    section.contents h2,
    section.trasparenza h2 {
        margin-left: -4rem;
        margin-right: -4rem;
        padding: 1.6rem 4rem
    }
    section.help a,
    section.press a {
        padding: 1.5rem;
        font-size: 1.2rem
    }
    section.news .item {
        padding: 2rem 0
    }
    section.news .item a:first-child {
        margin-right: 1.5rem;
        height: 10rem;
        width: 17rem;
        position: relative
    }
    section.news .item a:first-child:before {
        content: attr(data-type);
        padding: .3rem;
        background: #456;
        color: #fff;
        text-transform: uppercase;
        font-family: Montserrat;
        position: absolute;
        top: .7rem;
        left: 0;
        z-index: 1;
        font-size: .6rem
    }
    section.news .item a:last-child {
        width: calc(100% - 19rem)
    }
    section.news .item .title {
        font-size: 1.4rem
    }
    section.news .item .date {
        margin-bottom: 1rem;
        font-size: 1rem
    }
    section.news .item small {
        display: block
    }
    section.news-detail a[href*=".pdf"] {
        font-size: 1.3rem
    }
    section.news-detail a[href*=".pdf"]:before {
        width: 4rem;
        height: 4rem
    }
    .infographics>div {
        display: inline-block;
        width: 25%;
        vertical-align: top;
        margin: 4%;
        overflow: visible
    }
    .infographics>div:before {
        position: absolute;
        bottom: 100%;
        left: 50%;
        -webkit-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
        transform: translatex(-50%);
        font-size: .8rem;
        padding: .3rem 1rem
    }
    .infographics img {
        width: 5rem;
        margin: .5rem 0;
        float: none
    }
    .infographics>div span b {
        font-size: 2.3rem;
        display: block
    }
    .summary>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .summary>div>div:first-child {
        padding-right: 2rem;
        padding-bottom: 1rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        font-family: Open Sans;
        font-size: 1rem;
        text-transform: none
    }
    .summary>div>div:not(:first-child) {
        padding-top: 1rem
    }
    .summary>div>div[data-label]:before {
        display: none
    }
    .summary>div:first-child>div[data-label]:before {
        display: block;
        position: absolute;
        bottom: 88%;
        left: 0;
        right: 0
    }
    fieldset {
        width: 75%;
        max-width: 34rem
    }
    #CybotCookiebotDialog fieldset {
        max-width: unset;
        width: 100%;
    }
    .radios input[type=radio]+label {
        display: inline-block;
        margin-bottom: 0
    }
    .ad {
        width: 12rem;
        height: 12rem;
        border-radius: 50%;
        position: fixed;
        bottom: -5rem;
        right: -5rem;
        box-shadow: 0 0 2rem #000;
        padding: 0;
        margin: 0
    }
    .ad.cqs {
        right: -4rem
    }
    .ad:before {
        left: 100%;
        top: 0;
        font-size: 1rem;
        -webkit-animation: in .2s .5s forwards;
        animation: in .2s .5s forwards;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .ad:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    .ad div {
        position: absolute;
        top: 2.2rem;
        left: 1.4rem;
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    .ad b {
        display: block
    }
}

@media (min-width:64em) {
    .campaign input[id=menu-toggle]~.nav,
    label[for=menu-toggle] {
        display: none
    }
    nav a,
    nav a+a,
    nav div+a {
        border: 0
    }
    nav .primary .submenu>div,
    section.assistance .contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }
    body {
        margin-top: 104px
    }
    input[id=menu-toggle]~.nav {
        opacity: 1;
        box-shadow: none;
        -webkit-transition: none;
        transition: none;
        background: #fff;
        left: 0;
        right: 0;
        top: 0;
        bottom: auto;
        max-width: 80rem;
        margin: auto;
        min-width: 0;
        width: 100%;
        overflow: initial;
        position: relative
    }
    header,
    nav a:hover {
        background: 0 0
    }
    input[id=menu-toggle]:checked~.nav {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    nav a {
        display: inline-block;
        color: #333;
        height: auto;
        line-height: 1
    }
    nav a:not([data-mobile]) {
        display: initial
    }
    nav a:hover {
        color: #000
    }
    nav>a {
        padding: 1rem 0 .8rem 2rem;
        position: relative;
        z-index: 100;
        max-width: 24rem
    }
    nav .primary,
    nav .primary .submenu,
    nav .secondary {
        position: absolute;
        right: 0
    }

    nav .secondary.mobile {
        display: none;
    }

    nav .secondary.desktop {
        display: block;
    }

    nav .primary .submenu img,
    nav>a img {
        max-width: 100%
    }
    nav>a img {
        display: block
    }
    nav .primary a,
    nav .primary>div {
        display: inline-block
    }
    nav .primary {
        bottom: 0;
        left: 0;
        text-align: right;
        font-size: 0;
        border-top: 0;
        height: 2rem;
/*        background: #fff*/
    }
    nav .primary a {
        font-size: .8rem;
        padding: 0 .8rem;
        height: 2rem;
        line-height: 2rem
    }
    nav .primary a:hover,
    nav .primary>div:hover>a {
        background-color: #eee;
        -webkit-transition: .3s;
        transition: .3s
    }
    nav .primary .submenu {
        left: 0;
        top: 100%;
        background: #fff;
        font-size: 1rem;
        opacity: 0;
        -webkit-transition: .2s opacity;
        transition: .2s opacity;
        z-index: 9;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: .5rem solid #eee;
        border-top: .1rem solid #eee;
        min-height: 276px
    }
    nav .primary>div:hover .submenu {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .2s;
        transition: .2s
    }
    nav .primary .submenu a {
        display: block;
        text-transform: none;
        border: 0;
        font-weight: 700;
        padding: .5rem 2rem;
        height: auto;
        line-height: normal;
        font-family: Open Sans;
        font-size: .8rem
    }
    nav .primary .submenu a:hover {
        background-color: #f5f5f5
    }
    nav .primary .submenu>div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
    nav .primary .submenu>div>div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-top: 1px solid #eee;
        border-left: 1px solid #eee;
        padding: 1rem 0
    }
    nav .primary .submenu>div:first-child>div {
        border-left: 0
    }
    nav .primary .submenu>div:last-child>div {
        margin-top: 4rem;
        padding: 2rem 1rem
    }
    nav .primary .submenu>div:last-child>div a {
        padding: 0;
        white-space: normal
    }
    nav .primary .submenu>div>a {
        text-transform: uppercase;
        font-weight: 700;
        font-size: .8rem;
        padding: 1.5rem 2rem;
        height: 4rem;
        line-height: normal;
        font-family: Montserrat
    }
    nav .primary .submenu>.prestiti>a {
        color: #B2BD00
    }
    nav .primary .submenu>.cessione>a {
        color: #40C3D5
    }
    nav .primary .submenu>.carte>a {
        color: #FF7900
    }
    nav .primary .submenu>.leasing>a {
        color: #8270AA
    }
    nav .secondary {
        bottom: 3.1rem;
        font-size: 0;
        border-top: 0
    }
    nav .secondary a {
        font-size: .8rem;
        padding: .3rem .5rem;
        margin: 0 1rem;
        font-family: Open Sans;
        text-transform: none
    }
    nav .secondary a:hover {
        color: #d00
    }
    nav .secondary a+a:before {
        content: '';
        width: 1px;
        height: .8rem;
        border-left: 1px solid #ccc;
        position: relative;
        left: -1.5rem;
        font-size: 0;
        display: inline-block;
        vertical-align: middle
    }
    nav .secondary a:nth-last-of-type(-n+2) {
        font-weight: 700;
        text-transform: uppercase;
        font-size: .7rem;
        border: 1px solid #555;
        border-radius: .3rem;
        color: #333;
        margin-left: 0;
        -webkit-transition: .3s;
        transition: .3s;
        font-family: Montserrat
    }
    nav .secondary a:nth-last-of-type(-n+2):hover {
        background: #555;
        color: #fff
    }
    nav .secondary a:nth-last-of-type(-n+2):before {
        display: none
    }
    nav .secondary a:last-child {
        border-color: #d00;
        background: #d00;
        color: #fff
    }
    nav .secondary a:last-child:hover {
        border-color: #555
    }
    .main-slider .flap {
        width: 22rem
    }
    header .main-slider .disclaimer {
        left: 22rem
    }
    .main-slider .drawer {
        padding-left: 5rem
    }
    .main-slider .drawer:before,
    header .visual {
        display: block
    }
    header .visual .flap {
        padding-left: 2rem
    }
    header .title {
        padding: 2rem;
        font-size: 1.6rem;
        position: relative
    }
    header .title img {
        display: block;
        position: absolute;
        right: 1rem;
        top: 50%;
        -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        transform: translatey(-50%);
        width: 4.5rem
    }
    aside input[type=checkbox]+label {
        display: none
    }
    aside input[type=checkbox]~.nav {
        display: block
    }
    aside.nav a {
        display: inline-block;
        padding: 0 1rem
    }
    aside.nav a+a {
        border-top: 0;
        border-left: 1px solid #999
    }
    aside.nav .nav {
        padding: .7rem 1rem
    }
    section.main-products {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 2rem
    }
    section.main-products a {
        width: 20%;
        padding-top: 1rem;
        padding-bottom: 4rem
    }
    section.main-products a+a {
        border: 0
    }
    section.main-products a+a:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 1rem;
        top: 4rem;
        border-left: 1px solid #ddd;
        height: auto;
        width: 1px
    }
    section.main-products a h1 {
        font-size: .85rem
    }
    section.main-products .btn {
        font-size: .7rem;
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 1rem;
        right: 1rem
    }
    section.cta .actions a {
        display: inline-block;
        padding: 2rem 1rem;
        width: 33.333%;
        text-align: center;
        font-size: 1rem
    }
    section.cta .actions a+a {
        border-top: 0
    }
    section.assistance>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    section.assistance>div>div {
        width: 33.333%;
        padding: 3rem
    }
    section.assistance .appointment {
        width: 66.666%
    }
    section.assistance .appointment .btn,
    section.assistance .appointment .info,
    section.assistance .appointment .input {
        width: 36%
    }
    section.assistance .contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    section.assistance .trasparenza {
        border-bottom: 0;
        text-align: left
    }
    section.news-preview {
        margin-bottom: 0;
        padding-bottom: 0
    }
    section.news-preview>a {
        bottom: auto;
        top: 2rem
    }
    section.news-preview .items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    section.news-preview .items a {
        width: 25%;
        padding: 2rem 1rem;
        display: block
    }
    section.news-preview .items a+a {
        margin: 0
    }
    section.news-preview .items figure {
        margin-right: 0;
        margin-bottom: 1rem;
        height: auto;
        position: relative
    }
    section.news-preview .items figure:before {
        content: attr(data-type);
        padding: .3rem;
        background: #456;
        color: #fff;
        text-transform: uppercase;
        font-family: Montserrat;
        position: absolute;
        top: .7rem;
        left: 0;
        z-index: 1;
        font-size: .6rem
    }
    section.news-preview .items img {
        max-width: 100%;
        max-height: none;
        position: relative
    }
    section {
        padding: 4rem
    }
    section.disclaimer,
    section.form {
        padding: 2rem 4rem
    }
    section.contents {
        padding: 0 4rem 2rem
    }
    section h2 {
        /* font-size: 2.4rem; */
        font-size: 1.7rem;
    }
    article .intro h1 {
        font-size: 1.9rem
    }
    article .intro p {
        font-size: 1.5rem;
        width: 60%
    }
    article .intro small {
        width: 85%
    }
    section.examples h2 {
        font-size: 1.2rem;
        margin-left: -4rem;
        margin-right: -4rem
    }
    .calculator-options .options input[type=radio]+label {
        width: 15rem;
        padding: 2rem
    }
    .calculator-options .options label .combo {
        margin-bottom: 1rem
    }
    section h2 .seal {
        right: 1rem
    }
    section.products {
        padding: 2rem 1rem
    }
    section.products a {
        font-size: .9rem
    }
    section.products a figure {
        width: auto;
        margin-bottom: 1rem
    }
    section.news .item {
        padding: 2rem 4rem;
        margin-left: -4rem;
        margin-right: -4rem
    }
    section.news .item a:first-child {
        margin-right: 2rem
    }
    section.news .item a:last-child {
        width: calc(100% - 20rem)
    }
    section.news .item .title {
        font-size: 1.6rem;
        margin-bottom: .5rem
    }
    section.examples input[type=radio]+label {
        width: 33.3%;
        text-align: center;
        min-height: 16rem;
        display: inline-block;
        margin: 0
    }
    section.examples label img {
        display: block;
        float: none;
        width: 7rem;
        margin: auto auto 1rem
    }
    footer a,
    footer a:last-child {
        width: auto
    }
    section.examples label small {
        display: block;
        margin: 0
    }
    section.examples .switcher:before {
        content: '';
        background: #eee;
        height: 16rem;
        left: -4rem;
        right: -4rem;
        position: absolute
    }
    footer {
        padding: 5rem 2rem;
        text-align: left
    }
    footer a {
        padding: 0 .5rem;
        color: #424242;
        background: 0 0;
        display: inline-block;
        text-transform: none;
        font-family: Open Sans;
        font-size: .9rem;
        float: none;
        border: 0
    }
    footer a+a {
        border-left: 1px solid #999
    }
    footer a:hover {
        text-decoration: underline;
        color: #444;
        background: 0 0
    }
    footer small {
        position: absolute;
        top: 50%;
        right: 2rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 0
    }
    .campaign footer small {
        position: relative;
        right: auto
    }
    footer small div {
        margin: 0;
        display: inline-block
    }
    footer small div+div:before {
        content: " - "
    }
}

.ie .flex-121>*,
.ie .flex-12>* {
    display: inline-block
}

@media (min-width:72em) {
    body {
        margin-top: 129px
    }
    nav>a {
        padding: 1rem 0 1rem 2rem;
        max-width: none
    }
    nav .primary {
        height: 2.5rem
    }
    nav .primary a {
        font-size: .9rem;
        height: 2.5rem;
        line-height: 2.5rem
    }
    nav .secondary {
        bottom: 3.5rem
    }
    nav .primary .submenu>div:last-child>div {
        padding: 2rem
    }
    header .visual.opendrawer .flap {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media (min-width:80em) {
    .main-slider img {
        max-width: 100%
    }
    section.main-products a {
        padding-left: 2rem;
        padding-right: 2rem
    }
    section.main-products a h1 {
        font-size: 1rem
    }
    section.main-products .btn {
        left: 2rem;
        right: 2rem
    }
}

.ie .summary select,
.ie select {
    padding-right: 0;
    background: #fff
}

.ie .placeholder {
    color: #bbb
}

.ie .flex-121>* {
    width: 24%
}

.ie .flex-121>:nth-child(2) {
    width: 48%
}

.ie .flex-121>:not(:last-child) {
    margin-right: 1%
}

.ie .flex-12>:first-child {
    width: 32%;
    margin-right: 1%
}

.ie .flex-12>:last-child {
    width: 66%
}

.ie [hidden] {
    display: none!important
}

.ie select {
    font-family: sans-serif
}

.ie .ad,
.ie section.assistance>div {
    background: #789
}

.ie nav>a img {
    width: 100%
}

.ie section.assistance>div:last-child {
    background: #fff
}

.admin-bar,
.content-bar {
    background: #333;
    text-align: right
}

@media (min-width:48em) {
    .ie .row>div,
    .ie .summary>div>div {
        vertical-align: top;
        display: inline-block
    }
    .ie .col-33,
    .ie .summary>div>div:first-child {
        width: 33.333%
    }
    .ie .summary>div {
        font-size: 0
    }
    .ie .summary>div>div {
        font-size: 1rem;
        min-width: 20%;
        max-width: 66%
    }
    .ie .col-33 {
        display: inline-block
    }
}

@media (min-width:64em) {
    .ie nav .primary .submenu,
    .ie section.assistance>div,
    .ie section.main-products,
    .ie section.news-preview .items {
        font-size: 0
    }
    .ie nav>a {
        width: 32rem
    }
    .ie nav .primary .submenu>div {
        display: inline-block;
        vertical-align: top;
        width: 20%
    }
    .ie section.main-products a {
        display: inline-block
    }
    .ie section.assistance>div>div {
        display: inline-block;
        vertical-align: middle
    }
    .ie section.news-preview .items a {
        display: inline-block;
        vertical-align: top
    }
}

#addnews:target,
.cms-dialog {
    display: flex
}

@media (min-width:80rem) {
    .ie nav {
        left: auto;
        right: auto;
        width: 80rem
    }
}

body.admin {
    margin-top: 48px
}

body.admin nav {
    position: static
}

.admin-bar {
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 1rem;
    z-index: 10000;
    height: 48px;
    line-height: 48px
}

.admin-bar div {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-family: Montserrat;
    font-size: .7rem
}

.content-bar {
    padding: 1rem
}

.cms-dialog {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, .8);
    justify-content: center;
    align-items: center;
    text-align: initial
}

.cms-dialog .content {
    padding: 1rem;
    background: #fff;
    width: 100%;
    max-width: 70rem;
    max-height: 90%;
    overflow: auto
}

.cms-dialog fieldset {
    width: auto;
    max-width: none
}

.cms-dialog .commands {
    text-align: right
}

#addnews {
    display: none
}

[data-editor].editing {
    border: 2px dotted #fc0
}

[data-editor].editing:focus {
    background: #ffd;
    color: #333!important
}

img[data-editor].editing {
    max-width: 100%;
    max-height: 100%;
    padding: 0
}

span[data-editor].editing {
    display: block
}

.divHiddenSlider {
    display: none
}

nav .primary .submenu2 {
    position: absolute;
    background: #fff;
    -webkit-transition: .2s display;
    transition: .2s display;
    z-index: 9;
    text-align: left;
    border-top: 8px solid;
    padding: 10px 0;
    visibility: hidden;
    opacity: 0;
}

nav .primary .submenu2.prestiti {
    border-color: #B2BD00
}

nav .primary .submenu2.cessione {
    border-color: #40C3D5
}

nav .primary .submenu2.leasing {
    border-color: #8270AA
}

nav .primary .submenu2.carte {
    border-color: #FF7900
}

nav .submenu2 a {
    font-weight: 700;
    font-family: Open Sans;
    font-size: .8rem;
    text-transform: none;
    padding: 0 22px;
    width: 100%
}

.breadcrumb #firstlevel,
.breadcrumb #secondlevel {
    position: relative;
    float: left;
    height: 40px;
    padding: 14px 10px 14px 20px
}

.breadcrumb {
    position: relative;
    height: 40px;
    font-family: Open Sans;
    font-size: 14px
}

.breadcrumb #home {
    position: relative;
    float: left;
    height: 40px;
    width: 40px;
    background-color: #fff;
    cursor: pointer
}

.breadcrumb #firstlevel {
    background-color: #f8f8f8;
    color: black;
    cursor: pointer
}

.breadcrumb #secondlevel {
    color: #fff
}

.breadcrumb #secondlevel.prestiti {
    background-color: #3B3E01;
}

.breadcrumb #secondlevel.cessione-del-quinto {
    background-color: #175B63;
}

.breadcrumb #secondlevel.leasing {
    background-color: #6d5b97
}

.breadcrumb #secondlevel.carte {
    background-color: #803D00;
}

.breadcrumb .arrow {
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 8
}

.mobile_item {
    display: none
}

.desktop_item {
    display: inline
}

#id_multimedia_intro_description_content {
	margin-top: 1rem;
	font-size: 1.5rem;
	width: 60%;
	margin: auto;
	color: #999;
	font-weight: 300;
	line-height: 1.3em;
}

#textcont_1 {
    width: 75%;
}

@media screen and (max-device-width:768px) {
    .mobile_item {
        display: inline
    }
    .desktop_item {
        display: none
    }

	#id_multimedia_intro_description_content {
		font-size: 1.2rem;
		width: calc(100% - 32px);
	}

	.bannerBandDivItem {
		/*max-height: 256px;*/
	}

        #textcont_1 {
            width: 100%;
            text-align: left;
        }
}
* a:focus {
    outline: 2px solid black;
}
.a.swiper-slide:focus {
    outline: 10px solid red;
}
input::placeholder, textarea::placeholder {
    color: #424242;
}
