.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,255,255;--color-primary-1:224,224,224;--color-primary-2:204,204,204;--color-primary-3:122,122,122;--color-primary-4:0,0,0;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:242,242,242;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Funnel Display";--paragraphs-font-family:"Funnel Display"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/d29624af-b488-4a61-900b-890b90b918e5/1Tavoladisegno1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:60.375rem;width:75rem;overflow:visible;position:relative;display:block; }#vM5DtE3bR8DiEXkoS7oQyw4iK3Cndd98 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:9.375rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#zmiUTMEDywBy36iLI0BLqZqpBRF4xwP9 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:2.96875rem;left:69.4375rem; }
#zmiUTMEDywBy36iLI0BLqZqpBRF4xwP9 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#dVquikyMhFolBrygr5uawXZ8cTIPGgTG { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.96875rem;left:72.8125rem; }
#dVquikyMhFolBrygr5uawXZ8cTIPGgTG > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#sL2rATWORprE0QhS25SMnkfEU6dUWef6 { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:46.437377929688rem;left:10.687255859375rem;display:block; }
#WOP51ZlCPpcFMON6FH8TcSlTOd1IP8Rh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OaIJs84tMswgRwTwxF9GprygSTX6tnXw { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#evT8k1BQGlPhPSVMuCpsO01IkLtB4uMN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r49qWLSm8OobmEt49z5qoSbN6WvlQsIl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r49qWLSm8OobmEt49z5qoSbN6WvlQsIl > .row .container { background-color: transparent; background-image: none; }#r49qWLSm8OobmEt49z5qoSbN6WvlQsIl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r49qWLSm8OobmEt49z5qoSbN6WvlQsIl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r49qWLSm8OobmEt49z5qoSbN6WvlQsIl > .row .container > .video-iframe-container { display: none; }#r49qWLSm8OobmEt49z5qoSbN6WvlQsIl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r49qWLSm8OobmEt49z5qoSbN6WvlQsIl > .row > .video-iframe-container { display: none; }#r49qWLSm8OobmEt49z5qoSbN6WvlQsIl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r49qWLSm8OobmEt49z5qoSbN6WvlQsIl > .row .container { border-width: 0; border-radius: 0; }#r49qWLSm8OobmEt49z5qoSbN6WvlQsIl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r49qWLSm8OobmEt49z5qoSbN6WvlQsIl > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#mTBz6ix1FdD7kEGyBKrAEaBqrqA67G4c { color:rgba(var(--color-tertiary-4),1);display:block;width:52.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:4.5625rem;left:11.3125rem;height:8.9996125rem;display:block; }
#Dr5Aivw1OcFe1ult4hTrTz7Ql28753yv { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.4375rem;left:11.3125rem;display:block; }
#b4QLNSGTBvqxpcqeBhg3XInEHwNIrDX7 { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.0625rem;left:11.3125rem;display:block; }
#TQ6tiqumsBJc72AMcxCTc3rrS6G6LuJt { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.0625rem;left:30.125rem;display:block; }
#vOraspkTi54drI6AoUXA06dJzC6zotXD { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.0625rem;left:50.0625rem;display:block; }
#XnkLuFMoEn8bHKVGnJRshpppTl4IrCyK { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.1875rem;left:11.3125rem;height:1.950075rem;display:block; }
#SCdTOaWoTrVDN2xKZxt6ALoqyCOkVI5l { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:25.625rem;left:12rem;height:2.698975rem;display:block; }
#R54dEd6uldnZ3Eb3kZXRQoi6qTvuS1Df { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:29.0625rem;left:12rem;height:2.698975rem;display:block; }
#JOmFfkbmKVR1t1iBDyrBdP5nlo3UX0SQ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:29.125rem;left:30.8125rem;height:4.0484625rem;display:block; }
#G5SVvKaA4Z73ywc0rRFnaNoRtHJwSOTh { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:25.625rem;left:30.749755859375rem;height:2.698975rem;display:block; }
#M87VrXQRHseZDaHVMW96euNWzCaTxe3U { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:25.187377929688rem;left:50.749755859375rem;height:1.3494875rem;display:block; }
#cKuOz7pkXTIu9owxDydBsaxt7ZhSwHPJ { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.75rem;left:11.9375rem;display:block; }
#mPc4ttZOemMWXQX1fxfi9ppEk4ZzPOut { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.75rem;left:31.3125rem;display:block; }
#CPK7WBdt2payutdAdTICxJW5U4VfTw7C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CPK7WBdt2payutdAdTICxJW5U4VfTw7C > .row .container { border-width: 0; border-radius: 0; }#CPK7WBdt2payutdAdTICxJW5U4VfTw7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CPK7WBdt2payutdAdTICxJW5U4VfTw7C > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:none; }#lJyPsVfDOwfVASe6lkTWUqO4XTmyk9tB { color:rgba(var(--color-tertiary-4),1);display:block;width:52.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:4.5625rem;left:11.3125rem;height:8.9996125rem;display:block; }
#T852U3gxw8rpAUx8mBbMgyNdWxb9RxKO { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.4375rem;left:11.3125rem;display:block; }
#MriLqmP5kEOJ4gzwTwQJcZM9mOrlsqqh { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.0625rem;left:11.3125rem;display:block; }
#J8BA4cS81w4xBytM3XBlHX4fyAAismvr { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.0625rem;left:30.125rem;display:block; }
#G52dEkWe5KXrHKRaOszC8R8ZLliqKM70 { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.0625rem;left:50.0625rem;display:block; }
#c2wLuzJlS0VoIwRHuQ4KcOqteSwb0yic { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.1875rem;left:11.3125rem;height:1.70593125rem;display:block; }
#SyG9IgUdRcN7hNdxZthnrf2zekWror2f { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:25.625rem;left:12rem;height:1.3494875rem;display:block; }
#xCahntbyafPRFvXmcoCVwIM7NwwrH1Pk { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:27.8125rem;left:12rem;height:2.698975rem;display:block; }
#f4VZoTTXP2vzpv6iN8pG1yUNwBkGsGhl { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:27.375rem;left:30.8125rem;height:4.0484625rem;display:block; }
#UOyKzUwuOGEMw9TsBMd8VZBgW3hLiie3 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:25.1875rem;left:30.8125rem;height:1.3494875rem;display:block; }
#G19tTUUcbq7n5J9g3s9cm0V9CBfqWETN { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:25.1875rem;left:50.0625rem;height:1.3494875rem;display:block; }
#loB8RW45GQoMiLPeHvgsG5MLTWgFEyMn { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.75rem;left:11.9375rem;display:block; }
#pqzDIDGkfSgCCqUOg3R39XQXhpg1zFQH { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.75rem;left:31.3125rem;display:block; }
#DTwPOnZPQ4PRnXmTSyhgpnTbQAbxnPqv { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.4375rem;left:11.3125rem;display:none; }
#zxTfa2B3TN6DzBbathd77tskoZnsLm3c { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.75rem;left:31.3125rem;display:none; }
#NyWEmidaRF0ttb6yGab10cB5CATQBetW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NyWEmidaRF0ttb6yGab10cB5CATQBetW > .row .container { background-color: transparent; background-image: none; }#NyWEmidaRF0ttb6yGab10cB5CATQBetW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyWEmidaRF0ttb6yGab10cB5CATQBetW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyWEmidaRF0ttb6yGab10cB5CATQBetW > .row .container > .video-iframe-container { display: none; }#NyWEmidaRF0ttb6yGab10cB5CATQBetW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyWEmidaRF0ttb6yGab10cB5CATQBetW > .row > .video-iframe-container { display: none; }#NyWEmidaRF0ttb6yGab10cB5CATQBetW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyWEmidaRF0ttb6yGab10cB5CATQBetW > .row .container { border-width: 0; border-radius: 0; }#NyWEmidaRF0ttb6yGab10cB5CATQBetW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NyWEmidaRF0ttb6yGab10cB5CATQBetW > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:75rem;position:relative;display:block; }#RvpJGEOs9ma70rISVELCrVtFG2Ar7DJS { color:rgba(var(--color-tertiary-1),1);display:block;width:56.749875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:5.7476806640625rem;left:8.812255859375rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-form-header {  }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:28.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-input-text { background-color:rgba(var(--color-tertiary-4),0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.125rem;box-sizing:border-box;height:3.75rem;color:rgba(var(--color-tertiary-1),1);font-size:1.125rem;overflow:hidden;font-family:"funnel sans";vertical-align:top;text-align:left;text-align-last:left; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-input-text {padding-top: 0; padding-bottom: 0;}#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-textarea { background-color:rgba(var(--color-tertiary-4),0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.125rem;box-sizing:border-box;height:9.375rem;color:rgba(var(--color-tertiary-1),1);font-size:1.125rem;overflow:hidden;font-family:"funnel sans";vertical-align:top;text-align:left;text-align-last:left; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.125rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-input-select {padding-top: 0; padding-bottom: 0;}#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#3c3c3b;width:28.125rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:1;text-align:center;text-align-last:center; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:1rem;font-weight:300;color:rgba(var(--color-tertiary-1),1);vertical-align:top;width:26.875rem;overflow:hidden;font-style:normal;float:none; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-container:first-of-type{padding-top:0;}#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-container:last-of-type{padding-bottom:0;}#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;left:22.62451171875rem;top:23.624877929688rem;z-index:15009;position:absolute; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.125rem;display:block;vertical-align:top; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.875rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr {display:block;}#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;left:22.62451171875rem;top:23.624877929688rem;z-index:15009;position:absolute; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #AFtEqZpJCAORWS7bvb8T7O4luahekWdL { position:relative; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #WERT0pcLipqbRFL2CTsnrpvPPI7Gwdtw { position:relative;display:none; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #hNn5BzT4MDC3NtX0n45tiRf6ON8X7WxJ { position:relative; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #KPB3GcHeX3XD67SAvxXW1sn5JdZ9lk4a { position:relative; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #sJo5LzvrAawXTdUPBQ46w9u3EatstVpZ { position:relative;display:none; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #VPiMpTfXPalFfz29L0vfFciL3qRohFLl { position:relative; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #i31DrED2tP6IQWbMDC9DFsIX41kpKONo { position:relative; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #lTL0toTymlO0rMip8aLq7Nsrl3rTJUzu { position:relative;display:none; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #D0TeJ145vRM2Kvp2hXwgpMBXvVJQ1Haq { position:relative; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #Idfph4JS1ZJdQT3ZhGdAoDwUz8bren9A { position:relative; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #U5uUHMxd3dO9xX8MiBrVRXfq23RwJxEv { position:relative;display:none; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #KeLoN5rqo5wv4Fh5MV5gEuxBaVwlXSLO { position:relative; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #OJe88yyTsET6utlxJcLCi2cLl6TguPbP { position:relative; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #IaHdJrQdPNetdrESHZxThqhz1zTxTJEc { position:relative;z-index:2; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #RNra8HMJq3JdA7ICnbyKMXDSptgCc3HV { position:relative; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #vV2iZd4WL1cd0iKp2U1yXCfnr1VqWXh2 { position:relative; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #rh7g8dpIFXRBnT4grmlW7lID4ExtxJqZ { position:relative; }
#rhTzs8yOx5TtKxb2dyxnEykhUZaseAHG { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:20.5625rem;left:20.125rem;overflow:hidden;display:block; }
#aBVX3TCiFIvdofzwJqIgTid1eJAQL3X6 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:51.1875rem;left:52.625rem;overflow:hidden;display:block; }
#SKahqIpEDvUCPu5KLlaPmzi9FwTdO55c { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:59.6875rem;top:0rem;left:7.3431396484375rem;overflow:hidden;display:block; }
#m188JS5NvXK0NqWIpzbiC9y7vmtM3v5i { color:rgba(var(--color-tertiary-1),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:12.936401367188rem;left:22.499389648438rem;height:2.43774375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fe2sUPvSet0NEbmSzGvgkexywA5bxZJN { color:rgba(var(--color-primary-0),1);display:block;width:36.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.93505859375rem;left:18.78076171875rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#agradIClSHKME0Isamf2W5Jh8wXb0UJU { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:12.125rem;left:0rem;display:none; }
#hPaKltdCgA9Zpf46AiVTy6R3tD0TT5Ux { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:16rem;left:0rem;display:none; }
#dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/8fdec188-422e-4bf2-a572-6bb071124726/Quid_Sfumatura_Footer_01.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ.adaptive-delivery-prevent-bg, #dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ.lazyload, #dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ.lazyloading { background-image: none; }#dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ > .row .container { background-color: transparent; background-image: none; }#dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ > .row .container > .video-iframe-container { display: none; }#dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ > .row > .video-iframe-container { display: none; }#dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ > .row .container { border-width: 0; border-radius: 0; }#dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#Dn3gxTJNkifdfVCGRqMd0h8fsueMKZAk { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:9.375rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#LPPDPGgIUuCPZqvSED7JRglFsP4mkssx { color:rgba(var(--color-tertiary-1),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.25rem;left:56.875rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HVnleBWUBLxVAvgzaeN3LvXfAaiGQ7GT { color:rgba(var(--color-tertiary-1),1);display:block;width:35.875rem;position:absolute;font-family:"funnel sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:39.125rem;height:3.8983125rem;text-align:right;text-align-last:right;display:block; }
#cislOT7EtpSAGRsyRHwlLES0r3XObJUN { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:7.1875rem;left:70.6875rem; }
#cislOT7EtpSAGRsyRHwlLES0r3XObJUN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#h9sGdmBIKNyDCmbvGxWfkPUpXke7sWy6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.1875rem;left:73.125rem; }
#h9sGdmBIKNyDCmbvGxWfkPUpXke7sWy6 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#QQpR4LqqGAx5XoXsQwIP4JKGyCi1D7Js { color:rgba(var(--color-tertiary-1),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:1.2994375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HUR68X3sTXhR7gZPASLyq1nZ0hPvBcZc { color:rgba(var(--color-tertiary-1),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vM5DtE3bR8DiEXkoS7oQyw4iK3Cndd98 { top:1.25rem;left:0rem;width:9.375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmiUTMEDywBy36iLI0BLqZqpBRF4xwP9 { top:2.9375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#zmiUTMEDywBy36iLI0BLqZqpBRF4xwP9 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #dVquikyMhFolBrygr5uawXZ8cTIPGgTG { top:2.9375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#dVquikyMhFolBrygr5uawXZ8cTIPGgTG > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #sL2rATWORprE0QhS25SMnkfEU6dUWef6 { width:17.5rem;height:3.5625rem;top:46.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOP51ZlCPpcFMON6FH8TcSlTOd1IP8Rh { display:block; }
 }@media only screen and (max-width: 763px) { #OaIJs84tMswgRwTwxF9GprygSTX6tnXw { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #evT8k1BQGlPhPSVMuCpsO01IkLtB4uMN { display:block; }
 }@media only screen and (max-width: 763px) { #r49qWLSm8OobmEt49z5qoSbN6WvlQsIl { display:block; }#r49qWLSm8OobmEt49z5qoSbN6WvlQsIl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTBz6ix1FdD7kEGyBKrAEaBqrqA67G4c { top:4.5rem;left:0rem;width:47.75rem;height:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr5Aivw1OcFe1ult4hTrTz7Ql28753yv { top:2.4375rem;left:0rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4QLNSGTBvqxpcqeBhg3XInEHwNIrDX7 { top:22.0625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ6tiqumsBJc72AMcxCTc3rrS6G6LuJt { top:22.0625rem;left:16.5rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOraspkTi54drI6AoUXA06dJzC6zotXD { top:22.0625rem;left:36.4375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnkLuFMoEn8bHKVGnJRshpppTl4IrCyK { top:18.125rem;left:0rem;width:20rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCdTOaWoTrVDN2xKZxt6ALoqyCOkVI5l { top:25.625rem;left:0rem;width:11.5625rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R54dEd6uldnZ3Eb3kZXRQoi6qTvuS1Df { top:29.0625rem;left:0rem;width:15rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOmFfkbmKVR1t1iBDyrBdP5nlo3UX0SQ { top:29.125rem;left:17.1875rem;width:15rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5SVvKaA4Z73ywc0rRFnaNoRtHJwSOTh { top:25.625rem;left:17.12451171875rem;width:11.5625rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M87VrXQRHseZDaHVMW96euNWzCaTxe3U { top:25.125rem;left:36.1875rem;width:11.5625rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKuOz7pkXTIu9owxDydBsaxt7ZhSwHPJ { top:22.75rem;left:0rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPc4ttZOemMWXQX1fxfi9ppEk4ZzPOut { top:22.75rem;left:17.6875rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPK7WBdt2payutdAdTICxJW5U4VfTw7C { display:none; }#CPK7WBdt2payutdAdTICxJW5U4VfTw7C > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lJyPsVfDOwfVASe6lkTWUqO4XTmyk9tB { top:3.625rem;left:0rem;width:18.9375rem;height:18.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T852U3gxw8rpAUx8mBbMgyNdWxb9RxKO { top:2.4375rem;left:0rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MriLqmP5kEOJ4gzwTwQJcZM9mOrlsqqh { top:22.0625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8BA4cS81w4xBytM3XBlHX4fyAAismvr { top:22.0625rem;left:16.5rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G52dEkWe5KXrHKRaOszC8R8ZLliqKM70 { top:22.0625rem;left:36.4375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2wLuzJlS0VoIwRHuQ4KcOqteSwb0yic { top:18.1875rem;left:0rem;width:20rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyG9IgUdRcN7hNdxZthnrf2zekWror2f { top:33.625rem;left:0rem;width:11.5625rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCahntbyafPRFvXmcoCVwIM7NwwrH1Pk { top:36.5625rem;left:0rem;width:15rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4VZoTTXP2vzpv6iN8pG1yUNwBkGsGhl { top:45.375rem;left:0rem;width:15rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOyKzUwuOGEMw9TsBMd8VZBgW3hLiie3 { top:42.25rem;left:0rem;width:11.5625rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G19tTUUcbq7n5J9g3s9cm0V9CBfqWETN { top:25.1875rem;left:36.1875rem;width:11.5625rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #loB8RW45GQoMiLPeHvgsG5MLTWgFEyMn { top:22.75rem;left:0rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqzDIDGkfSgCCqUOg3R39XQXhpg1zFQH { top:22.75rem;left:17.6875rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTwPOnZPQ4PRnXmTSyhgpnTbQAbxnPqv { top:2.4375rem;left:0rem;width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxTfa2B3TN6DzBbathd77tskoZnsLm3c { top:22.75rem;left:17.6875rem;width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NyWEmidaRF0ttb6yGab10cB5CATQBetW { display:block; }#NyWEmidaRF0ttb6yGab10cB5CATQBetW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvpJGEOs9ma70rISVELCrVtFG2Ar7DJS { top:5.6875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-regular-label { display:block;width:28.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-input-text { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-input-text {padding-top: 0; padding-bottom: 0;}#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-textarea { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-input-select { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-input-select {padding-top: 0; padding-bottom: 0;}#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-input-button { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-checkbox-label { width:26.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr  { width:28.125rem;height:auto;top:23.5625rem;left:0rem; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .radio-container { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr {display:block;}#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr { width:28.125rem;height:auto;top:23.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #AFtEqZpJCAORWS7bvb8T7O4luahekWdL {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #WERT0pcLipqbRFL2CTsnrpvPPI7Gwdtw {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #hNn5BzT4MDC3NtX0n45tiRf6ON8X7WxJ {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #KPB3GcHeX3XD67SAvxXW1sn5JdZ9lk4a {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #sJo5LzvrAawXTdUPBQ46w9u3EatstVpZ { display:none; }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #VPiMpTfXPalFfz29L0vfFciL3qRohFLl {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #i31DrED2tP6IQWbMDC9DFsIX41kpKONo {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #lTL0toTymlO0rMip8aLq7Nsrl3rTJUzu {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #D0TeJ145vRM2Kvp2hXwgpMBXvVJQ1Haq {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #Idfph4JS1ZJdQT3ZhGdAoDwUz8bren9A {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #U5uUHMxd3dO9xX8MiBrVRXfq23RwJxEv {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #KeLoN5rqo5wv4Fh5MV5gEuxBaVwlXSLO {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #OJe88yyTsET6utlxJcLCi2cLl6TguPbP {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #IaHdJrQdPNetdrESHZxThqhz1zTxTJEc {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #RNra8HMJq3JdA7ICnbyKMXDSptgCc3HV {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #vV2iZd4WL1cd0iKp2U1yXCfnr1VqWXh2 {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #rh7g8dpIFXRBnT4grmlW7lID4ExtxJqZ {  }
 }@media only screen and (max-width: 763px) { #rhTzs8yOx5TtKxb2dyxnEykhUZaseAHG { top:20.5625rem;left:13.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBVX3TCiFIvdofzwJqIgTid1eJAQL3X6 { top:51.1875rem;left:32.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKahqIpEDvUCPu5KLlaPmzi9FwTdO55c { top:0rem;left:0rem;width:47.75rem;height:14.8rem;display:block; }
 }@media only screen and (max-width: 763px) { #m188JS5NvXK0NqWIpzbiC9y7vmtM3v5i { top:12.875rem;left:0rem;width:29.375rem;height:2.4375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe2sUPvSet0NEbmSzGvgkexywA5bxZJN { top:15.875rem;left:0rem;width:36.875rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #agradIClSHKME0Isamf2W5Jh8wXb0UJU { top:12.125rem;left:0rem;width:20rem;height:;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPaKltdCgA9Zpf46AiVTy6R3tD0TT5Ux { top:16rem;left:0rem;width:20rem;height:;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ { display:block; }#dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dn3gxTJNkifdfVCGRqMd0h8fsueMKZAk { top:1.25rem;left:0rem;width:9.375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPPDPGgIUuCPZqvSED7JRglFsP4mkssx { top:1.25rem;left:29.625rem;width:18.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVnleBWUBLxVAvgzaeN3LvXfAaiGQ7GT { top:2.8125rem;left:11.875rem;width:35.875rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cislOT7EtpSAGRsyRHwlLES0r3XObJUN { top:7.1875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#cislOT7EtpSAGRsyRHwlLES0r3XObJUN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #h9sGdmBIKNyDCmbvGxWfkPUpXke7sWy6 { top:7.1875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#h9sGdmBIKNyDCmbvGxWfkPUpXke7sWy6 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #QQpR4LqqGAx5XoXsQwIP4JKGyCi1D7Js { top:7.5rem;left:0rem;width:31.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUR68X3sTXhR7gZPASLyq1nZ0hPvBcZc { top:6.25rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3535c68b-d923-4459-a42c-a52a0eddbd67/5Tavoladisegno1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vM5DtE3bR8DiEXkoS7oQyw4iK3Cndd98 { width:8.125rem;height:4.8120125rem;top:0rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmiUTMEDywBy36iLI0BLqZqpBRF4xwP9 { display:flex;width:2.1875rem;height:2.1875rem;top:26.25rem;left:0rem;display:none; }
#zmiUTMEDywBy36iLI0BLqZqpBRF4xwP9 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #dVquikyMhFolBrygr5uawXZ8cTIPGgTG { display:flex;width:2.1875rem;height:2.1875rem;top:26.25rem;left:17.8125rem;display:none; }
#dVquikyMhFolBrygr5uawXZ8cTIPGgTG > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #sL2rATWORprE0QhS25SMnkfEU6dUWef6 { width:17.5rem;height:3.5625rem;top:6.0620125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WOP51ZlCPpcFMON6FH8TcSlTOd1IP8Rh { display:block; }
 }@media only screen and (max-width: 763px) { #OaIJs84tMswgRwTwxF9GprygSTX6tnXw { top:24.186401367188rem;left:2.498779296875rem;width:10rem;height:2.1875rem;z-index:15005;font-size:0.875rem;color:rgba(var(--color-primary-4),1);background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #evT8k1BQGlPhPSVMuCpsO01IkLtB4uMN { display:block; }
 }@media only screen and (max-width: 763px) { #r49qWLSm8OobmEt49z5qoSbN6WvlQsIl { background-color:#ffffff;background-image:none;display:none; }#r49qWLSm8OobmEt49z5qoSbN6WvlQsIl > .row .container { width:20rem;height:83rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mTBz6ix1FdD7kEGyBKrAEaBqrqA67G4c { width:20rem;height:23.39903125rem;top:4.8748779296875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dr5Aivw1OcFe1ult4hTrTz7Ql28753yv { width:18.75rem;height:0.3125rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4QLNSGTBvqxpcqeBhg3XInEHwNIrDX7 { width:1.749875rem;height:1.749875rem;top:36.836547851562rem;left:2.4761962890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ6tiqumsBJc72AMcxCTc3rrS6G6LuJt { width:1.749875rem;height:1.749875rem;top:47.899169921875rem;left:2.4761962890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOraspkTi54drI6AoUXA06dJzC6zotXD { width:1.749875rem;height:1.749875rem;top:58.71116875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnkLuFMoEn8bHKVGnJRshpppTl4IrCyK { width:20rem;height:1.70593125rem;top:32.211303710938rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SCdTOaWoTrVDN2xKZxt6ALoqyCOkVI5l { width:11.5625rem;height:1.3494875rem;top:61.7104375rem;left:4.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R54dEd6uldnZ3Eb3kZXRQoi6qTvuS1Df { width:15.061625rem;height:2.698975rem;top:69.5089rem;left:2.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JOmFfkbmKVR1t1iBDyrBdP5nlo3UX0SQ { width:15.061625rem;height:4.0484625rem;top:77.832875rem;left:2.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G5SVvKaA4Z73ywc0rRFnaNoRtHJwSOTh { width:11.5625rem;height:1.3494875rem;top:64.309925rem;left:4.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M87VrXQRHseZDaHVMW96euNWzCaTxe3U { width:11.5625rem;height:1.3494875rem;top:66.9094125rem;left:4.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cKuOz7pkXTIu9owxDydBsaxt7ZhSwHPJ { width:12.5rem;height:0.3125rem;top:37.554931640625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPc4ttZOemMWXQX1fxfi9ppEk4ZzPOut { width:12.5rem;height:0.3125rem;top:48.617553710938rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPK7WBdt2payutdAdTICxJW5U4VfTw7C { background-color:#ffffff;background-image:none;display:block; }#CPK7WBdt2payutdAdTICxJW5U4VfTw7C > .row .container { background-color: transparent; background-image: none; }#CPK7WBdt2payutdAdTICxJW5U4VfTw7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPK7WBdt2payutdAdTICxJW5U4VfTw7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPK7WBdt2payutdAdTICxJW5U4VfTw7C > .row .container > .video-iframe-container { display: none; }#CPK7WBdt2payutdAdTICxJW5U4VfTw7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPK7WBdt2payutdAdTICxJW5U4VfTw7C > .row > .video-iframe-container { display: none; }#CPK7WBdt2payutdAdTICxJW5U4VfTw7C > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPK7WBdt2payutdAdTICxJW5U4VfTw7C > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJyPsVfDOwfVASe6lkTWUqO4XTmyk9tB { width:18.999625rem;height:18.89649375rem;top:3.6871337890625rem;left:0.4986572265625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T852U3gxw8rpAUx8mBbMgyNdWxb9RxKO { width:18.75rem;height:0.3125rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MriLqmP5kEOJ4gzwTwQJcZM9mOrlsqqh { width:1.74926875rem;height:1.74926875rem;top:32rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8BA4cS81w4xBytM3XBlHX4fyAAismvr { width:1.74926875rem;height:1.74926875rem;top:40.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G52dEkWe5KXrHKRaOszC8R8ZLliqKM70 { width:1.74926875rem;height:1.74926875rem;top:50.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2wLuzJlS0VoIwRHuQ4KcOqteSwb0yic { width:20rem;height:1.70593125rem;top:28.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SyG9IgUdRcN7hNdxZthnrf2zekWror2f { width:11.5625rem;height:2.698975rem;top:33.6875rem;left:3.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xCahntbyafPRFvXmcoCVwIM7NwwrH1Pk { width:15.0610625rem;height:2.698975rem;top:36.5625rem;left:3.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f4VZoTTXP2vzpv6iN8pG1yUNwBkGsGhl { width:15.0610625rem;height:4.0484625rem;top:45.4375rem;left:3.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UOyKzUwuOGEMw9TsBMd8VZBgW3hLiie3 { width:11.5625rem;height:2.698975rem;top:42.3125rem;left:3.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G19tTUUcbq7n5J9g3s9cm0V9CBfqWETN { width:11.5625rem;height:1.3494875rem;top:52.625rem;left:3.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #loB8RW45GQoMiLPeHvgsG5MLTWgFEyMn { width:12.5rem;height:0.3125rem;top:32.6875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqzDIDGkfSgCCqUOg3R39XQXhpg1zFQH { width:12.5rem;height:0.3125rem;top:41.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTwPOnZPQ4PRnXmTSyhgpnTbQAbxnPqv { width:18.75rem;height:0.3125rem;top:25.1875rem;left:0.625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #zxTfa2B3TN6DzBbathd77tskoZnsLm3c { width:12.5rem;height:0.3125rem;top:51.625rem;left:2.4375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #NyWEmidaRF0ttb6yGab10cB5CATQBetW { display:block; }#NyWEmidaRF0ttb6yGab10cB5CATQBetW > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvpJGEOs9ma70rISVELCrVtFG2Ar7DJS { width:20rem;height:0;top:11.372680664062rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-regular-label { display:block;width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0.125rem solid #f2f2f2; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-input-text {padding-top: 0; padding-bottom: 0;}#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0.125rem solid #f2f2f2; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-input-select {padding-top: 0; padding-bottom: 0;}#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-input-button { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .widget-checkbox-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr  { width:16.6875rem;height:auto;top:20.625rem;left:0.125rem; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr {display:block;}#TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr { width:16.6875rem;height:auto;top:20.625rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #AFtEqZpJCAORWS7bvb8T7O4luahekWdL {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #WERT0pcLipqbRFL2CTsnrpvPPI7Gwdtw {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #hNn5BzT4MDC3NtX0n45tiRf6ON8X7WxJ {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #KPB3GcHeX3XD67SAvxXW1sn5JdZ9lk4a {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #sJo5LzvrAawXTdUPBQ46w9u3EatstVpZ { display:none; }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #VPiMpTfXPalFfz29L0vfFciL3qRohFLl {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #i31DrED2tP6IQWbMDC9DFsIX41kpKONo {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #lTL0toTymlO0rMip8aLq7Nsrl3rTJUzu {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #D0TeJ145vRM2Kvp2hXwgpMBXvVJQ1Haq {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #Idfph4JS1ZJdQT3ZhGdAoDwUz8bren9A {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #U5uUHMxd3dO9xX8MiBrVRXfq23RwJxEv {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #KeLoN5rqo5wv4Fh5MV5gEuxBaVwlXSLO {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #OJe88yyTsET6utlxJcLCi2cLl6TguPbP {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #IaHdJrQdPNetdrESHZxThqhz1zTxTJEc {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #RNra8HMJq3JdA7ICnbyKMXDSptgCc3HV {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #vV2iZd4WL1cd0iKp2U1yXCfnr1VqWXh2 {  }
 }@media only screen and (max-width: 763px) { #TOx4hLuAPz48z7NCzlC1dAt7Qxc9zxDr #rh7g8dpIFXRBnT4grmlW7lID4ExtxJqZ {  }
 }@media only screen and (max-width: 763px) { #rhTzs8yOx5TtKxb2dyxnEykhUZaseAHG { width:1.875rem;height:1.875rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBVX3TCiFIvdofzwJqIgTid1eJAQL3X6 { width:1.875rem;height:1.875rem;top:49.5rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKahqIpEDvUCPu5KLlaPmzi9FwTdO55c { width:20rem;height:6.19873125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m188JS5NvXK0NqWIpzbiC9y7vmtM3v5i { width:20rem;height:0;top:18.561401367188rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Fe2sUPvSet0NEbmSzGvgkexywA5bxZJN { width:20rem;height:1.46179375rem;top:18.058471679688rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #agradIClSHKME0Isamf2W5Jh8wXb0UJU { top:5.5615234375rem;left:0rem;width:20rem;height:9.375rem;z-index:15013;color:rgba(var(--color-primary-0),1);font-size:3.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hPaKltdCgA9Zpf46AiVTy6R3tD0TT5Ux { top:16.035766601562rem;left:0rem;width:20rem;height:1.437375rem;z-index:15014;color:rgba(var(--color-primary-0),1);font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/8fdec188-422e-4bf2-a572-6bb071124726/Quid_Sfumatura_Footer_01.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ.adaptive-delivery-prevent-bg, #dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ.lazyload, #dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ.lazyloading { background-image: none; }#dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ > .row .container { background-color: transparent; background-image: none; }#dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ > .row .container > .video-iframe-container { display: none; }#dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ > .row > .video-iframe-container { display: none; }#dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHC4M5Ll0TeM8rPKZq1JggU5UZuOVlCQ > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dn3gxTJNkifdfVCGRqMd0h8fsueMKZAk { width:5.99975625rem;height:3.75rem;top:1.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPPDPGgIUuCPZqvSED7JRglFsP4mkssx { width:18.125rem;height:1.2994375rem;top:10.09826875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVnleBWUBLxVAvgzaeN3LvXfAaiGQ7GT { width:20rem;height:3.6547875rem;top:12.64709375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cislOT7EtpSAGRsyRHwlLES0r3XObJUN { display:flex;width:1.875rem;height:1.875rem;top:18.3125rem;left:7.5rem; }
#cislOT7EtpSAGRsyRHwlLES0r3XObJUN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #h9sGdmBIKNyDCmbvGxWfkPUpXke7sWy6 { display:flex;width:1.875rem;height:1.875rem;top:18.3125rem;left:10.625rem; }
#h9sGdmBIKNyDCmbvGxWfkPUpXke7sWy6 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #QQpR4LqqGAx5XoXsQwIP4JKGyCi1D7Js { width:20rem;height:0;top:14.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HUR68X3sTXhR7gZPASLyq1nZ0hPvBcZc { width:20rem;height:1.2994375rem;top:6.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }