.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;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:#d40000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#G4b0oXE5TqA1GCg4149trUq3O0hf9qHc { position:absolute;display:block;z-index:15008;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:2.5rem;width:12.5rem;top:1.318359375rem;left:1.3125rem;overflow:hidden;display:block; }
#Nr3392QfgyyQNkEF6lnTzzmB9qfDRabX { position:absolute;display:block;z-index:15003;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:1.5rem;width:10.125rem;top:2.4375rem;left:45.5625rem;overflow:hidden;display:block; }
#km2JI6XWufaxbvvNup5ptOi7FPz3GynT { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1rem;left:46.5rem;height:1.3808625rem;font-style:normal;display:block; }
#hoSWTRBum3yJIXv1PT8wnWekkJcxm1zf { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.6875rem;left:54.9375rem;height:1.3808625rem;font-style:normal;display:block; }
#XE1KxPvgwW0BfN0u5u0m29XcJ8dvAmWq { box-sizing:content-box;height:4.0625rem;width:12.6875rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:0.625rem;left:1.21875rem;display:block; }
#SBO5pnd4RUX21Pshm4Qmi5VcD9WXZR6c { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.0625rem;left:19rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ixVaDKiqmTFnSnWAeJJTDBLM1bJT1lDM { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.0625rem;left:24.125rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RynT2FGfp9WJI15VQOGPDzao2GkcCv54 { color:#ffffff;display:block;width:5.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.0625rem;left:35.5625rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xaCk2GmbrkCu7Adeu7OkC6Xb3IBgmILs { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0625rem;left:46.5rem;height:1.3808625rem;font-style:normal;display:none; }
#cF0izAqFPXku9LcViNof5yCER7TLKIsZ { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0625rem;left:46.5rem;height:1.3808625rem;font-style:normal;display:none; }
#bE8exUkQEz1lwT734EBhZpfEq6Va2KeA { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0625rem;left:46.5rem;height:1.3808625rem;font-style:normal;display:none; }
#dq5NReUtS3mLzuQnJu0fWHbLaT6T5TeI { position:relative;display:none; }#dq5NReUtS3mLzuQnJu0fWHbLaT6T5TeI { border-width: 0; border-radius: 0; }#dq5NReUtS3mLzuQnJu0fWHbLaT6T5TeI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dq5NReUtS3mLzuQnJu0fWHbLaT6T5TeI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UNB2WtGrsDT2d5GOITTnRWSVevt37AWR { color:#000000;display:block;width:36.8125rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:5.75rem;left:0rem;height:5.125rem;font-style:normal;display:none; }
#DC9KA76VCcCwMxkrTbWdT3eDPcUWBD4u { box-sizing:content-box;height:4rem;width:4rem;position:absolute;display:block;z-index:15005;background-color:#f4f4f4;background-image:none;top:1.0625rem;left:1.375rem;display:block; }
#NLXlSLPubm1M6Cfhrau4yQuZRguDfxcX { position:relative;display:block; }#NLXlSLPubm1M6Cfhrau4yQuZRguDfxcX { background-color: transparent; background-image: none; }#NLXlSLPubm1M6Cfhrau4yQuZRguDfxcX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLXlSLPubm1M6Cfhrau4yQuZRguDfxcX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLXlSLPubm1M6Cfhrau4yQuZRguDfxcX > .row .container > .video-iframe-container { display: none; }#NLXlSLPubm1M6Cfhrau4yQuZRguDfxcX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLXlSLPubm1M6Cfhrau4yQuZRguDfxcX > .row > .video-iframe-container { display: none; }#NLXlSLPubm1M6Cfhrau4yQuZRguDfxcX > .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); }#NLXlSLPubm1M6Cfhrau4yQuZRguDfxcX { border-width: 0; border-radius: 0; }#NLXlSLPubm1M6Cfhrau4yQuZRguDfxcX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NLXlSLPubm1M6Cfhrau4yQuZRguDfxcX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LSJcPet2UOEvDDu5PlQ9NyyOosQSBBG4 { color:#d40000;display:block;width:51.25rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:1.837890625rem;left:4.375rem;height:5.63671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ODacILJ1pcqLnM1CCeeQ22aFRtSz2wtb { 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:33.75rem;width:60rem;display:none; }
#Er5TTNp6ZPXebXugfcZQV1QMqVCJv76W { box-sizing:content-box;height:5.8125rem;width:6.25rem;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:15015;background-color:#ffffff;background-image:none;top:1.5rem;left:32.84375rem;display:none; }
#EKDX1uNxnPVNoPQr0fmynTazOblxEEmk { position:absolute;display:block;z-index:15016;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:4.6875rem;width:4.25rem;top:1.84375rem;left:33.75rem;overflow:hidden;display:none; }
#h1aForhfHtbz3WZz1bt01NCGC7L6Hskc { 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:33.75rem;width:60rem;display:none; }
#qomvg1FVuSWSFm9bi7Ut6PirCvigdx87 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ae4b6e53-5242-4c57-8e70-f84732011adf/imgi_53_VV261536x864.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#qomvg1FVuSWSFm9bi7Ut6PirCvigdx87.adaptive-delivery-prevent-bg, #qomvg1FVuSWSFm9bi7Ut6PirCvigdx87.lazyload, #qomvg1FVuSWSFm9bi7Ut6PirCvigdx87.lazyloading { background-image: none; }#qomvg1FVuSWSFm9bi7Ut6PirCvigdx87 > .row .container { background-color: transparent; background-image: none; }#qomvg1FVuSWSFm9bi7Ut6PirCvigdx87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qomvg1FVuSWSFm9bi7Ut6PirCvigdx87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qomvg1FVuSWSFm9bi7Ut6PirCvigdx87 > .row .container > .video-iframe-container { display: none; }#qomvg1FVuSWSFm9bi7Ut6PirCvigdx87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qomvg1FVuSWSFm9bi7Ut6PirCvigdx87 > .row > .video-iframe-container { display: none; }#qomvg1FVuSWSFm9bi7Ut6PirCvigdx87 > .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); }#qomvg1FVuSWSFm9bi7Ut6PirCvigdx87 > .row .container { border-width: 0; border-radius: 0; }#qomvg1FVuSWSFm9bi7Ut6PirCvigdx87 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qomvg1FVuSWSFm9bi7Ut6PirCvigdx87 > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:60rem;position:relative;display:block; }#WMpbhT6rApK9QmHiHPMQrv6bTlVx0DQM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#WMpbhT6rApK9QmHiHPMQrv6bTlVx0DQM > .row .container { background-color: transparent; background-image: none; }#WMpbhT6rApK9QmHiHPMQrv6bTlVx0DQM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMpbhT6rApK9QmHiHPMQrv6bTlVx0DQM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMpbhT6rApK9QmHiHPMQrv6bTlVx0DQM > .row .container > .video-iframe-container { display: none; }#WMpbhT6rApK9QmHiHPMQrv6bTlVx0DQM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMpbhT6rApK9QmHiHPMQrv6bTlVx0DQM > .row > .video-iframe-container { display: none; }#WMpbhT6rApK9QmHiHPMQrv6bTlVx0DQM > .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); }#WMpbhT6rApK9QmHiHPMQrv6bTlVx0DQM > .row .container { border-width: 0; border-radius: 0; }#WMpbhT6rApK9QmHiHPMQrv6bTlVx0DQM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WMpbhT6rApK9QmHiHPMQrv6bTlVx0DQM > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:60rem;position:relative;display:block; }#T5iJT0W2psumnPPwpr3ylP87JsCMmiaq { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.625rem;left:0rem;height:7.1875rem;font-style:normal;display:none; }
#SiEPPKrEEEdJlyUS4UEFgaaW8FdSzbIp { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15000;line-height:1.2;letter-spacing:0;top:18.625rem;left:0rem;height:13.4375rem;font-style:normal;display:none; }#SiEPPKrEEEdJlyUS4UEFgaaW8FdSzbIp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SiEPPKrEEEdJlyUS4UEFgaaW8FdSzbIp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-form-header {  }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.4375rem;box-sizing:border-box;height:2.4375rem;color:#101112;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-input-text {padding-top: 0; padding-bottom: 0;}#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.4375rem;box-sizing:border-box;height:4.375rem;color:#101112;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-input-select {padding-top: 0; padding-bottom: 0;}#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-input-button { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:#1aaf5d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left: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:1rem;font-weight:bold;color:#ffffff;width:17.4375rem;height:3.4375rem;font-family:"open sans";overflow:hidden;box-shadow: 0.25rem 0.25rem 0.4375rem rgba(0,0,0,0.43) ; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:16rem;overflow:hidden;font-style:normal; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .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; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-container:first-of-type{padding-top:0;}#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-container:last-of-type{padding-bottom:0;}#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T  { background-color:#d40000;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:10.375rem;left:37.125rem; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.4375rem; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T {display:block;}#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T { background-color:#d40000;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:10.375rem;left:37.125rem; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #sF86mEk7VBeqZCPSeJg56q1BwoVVDTfk { position:relative; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #Nv9cytTJ5KkRnASf7xscouSXdPesM7IN { position:relative;display:block; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #C9mwnbOGtWL0LQnmvRM9NxMAB3onhrPn { position:relative; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #kI0mnF2ign8287iMJbxLZinZ9HcCFrBX { position:relative; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #MFTzeTHNu8vI2EkwkECsXUoPdk6Z1rL5 { position:relative;display:block; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #LmuCho4SQS9VXXr5EtbfEa1B7yldg6Vy { position:relative; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #PVdD0lz42kLltMbXcCWTDBgKAZ7eqLCp { position:relative; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #QMVqA5a5os9Rs59rDhRxsuHbTOIkZf2u { position:relative;display:block; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #LPo2BlPAuKsWCbGC6TO5VsNCL2z9WgG6 { position:relative; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #rkfVkNA0StgMRJkiNXtQAOZT7XMCo36f { position:relative; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #XhTp9m7cvyfONEzgm7rVXU7bUwuL0atm { position:relative;display:block; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #mzHUdql1z1H9Hmqae6O3Ei5ENKVKFWqi { position:relative; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #eqW2dz1HlpnAOUH0svc0WsAEIdlMFTUa { position:relative; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #cMusXevvm9HXsVpo9Dq3TRHR4NuTF4Ab { position:relative;display:block; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #ZdcMIukuQL2SuFQA4qzOiOivFPSkaGOk { position:relative; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #bV33pImA7bHTduogkKeToBamx87M8xn0 { position:relative; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #wG5cNGMCFuxddIEp7BgzAaqRht84PNFS { position:relative;z-index:2; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #xnQi1HBxB5WfzTAqI91XAAg6LCL6Hb0F { position:relative; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #B2cyFxTLZXXNehhK0R0WmZNkr1mOTn46 { position:relative; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #nwgm4EgPQCwiqhAvUoixnEpfGhK3T4Ns { position:relative;z-index:2; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #KUs4RhNSXxJB5s1SEca1ZhK5SSxhSx4N { position:relative; }
#i7MnrmGvBI4o2AXEu8Ghhm3x8OUVhAKT { position:relative;display:block; }
#wUMrbb9zKnlHLmbnpXo8F3A5oU77Pnnn { position:relative;display:block; }
#hH0vDSwQcx08dvyywkTg0ssVr4Q232WE { position:relative;display:block; }
#qT42durnwiO1M0QNlKKtATsXd6ylSmLX { position:relative;display:block; }
#BFOsdDr2cDB6X55kMHSdaaArbftt35ke { position:relative;display:block; }
#nwA5KzWx011kGIbagSoPw4ebMBWXd1EF { position:relative;display:block; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #Eg6W1JvOyGTWW67Csizn1ZXsrNqu6CBf { position:relative; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #E1COsgxO6H6tpST0B1JJXbZrV5Fe5zTZ { position:relative; }
#sMD3N1r5hDPTchDzA4OzB2uGZEmZElvr { color:#ffffff;display:block;width:19rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:4.375rem;left:37.75rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A0f3F6J5yKhxQXaUlEKwZzT4VobSrKmV { position:absolute;display:block;z-index:15004;background-color:#d40000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.55) ;height:35.75rem;width:20.75rem;top:3.4375rem;left:36.75rem;display:block; }
#IWZ4RfJTGfPsOnDlmwtqxpbP5XDvFo5F { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:8.5rem;left:38.375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LXaTFoQaGdiJavAXdutPuX0ZmxKBKw6g { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.25rem;left:44.3125rem;height:1.0556625rem;display:block; }
#WZrKgXh0VmdnzMgQHxBEaKNyhNfT6IZE { color:#000000;display:block;width:29.3056875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:36.4375rem;left:1.8125rem;height:1.94921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#WZrKgXh0VmdnzMgQHxBEaKNyhNfT6IZE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WZrKgXh0VmdnzMgQHxBEaKNyhNfT6IZE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
#J9JvbI52wTrz7ebDJTsBeMJe5yeGNowO { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.75rem;width:24rem;top:35.5625rem;left:1.5rem;display:block; }
#DGW6zn45yUAVqfZrUG0AnHHhn8zDOy6g { color:#000000;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:39.3125rem;left:1.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }#DGW6zn45yUAVqfZrUG0AnHHhn8zDOy6g li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DGW6zn45yUAVqfZrUG0AnHHhn8zDOy6g li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
#tx31DE6KdLtQnZ2icK6LyUH5pn6wSkGP { 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:10.1855625rem;width:10.1855625rem;top:32.3125rem;left:14.75rem;overflow:hidden;display:block; }
#G5CIweTssRvyHHJ87P64zIntoRw4SHaC { color:#1e1e1e;display:block;width:29.375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:4.9375rem;left:1.5rem;height:6.82425rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uyhIRRtGLSobRWEcGHcEamZMJFGrkTmW { box-sizing:content-box;height:5.8125rem;width:6.25rem;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:15015;background-color:#ffffff;background-image:none;top:1.5rem;left:32.84375rem;display:block; }
#tqbBBQqaBh9bFBbqz5KoKxsMCW8WJEGe { position:absolute;display:block;z-index:15016;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:4.6875rem;width:4.25rem;top:1.84375rem;left:33.75rem;overflow:hidden;display:block; }
#yAeUtFin1xatO48mBcT73NRvIt4ZDInF { position:absolute;display:block;z-index:15004;background-color:#d40000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.55) ;height:35.75rem;width:20.75rem;top:3.4375rem;left:36.75rem;display:none; }
#mX9NQammLqr2acd1QUHTfxWmfVTIcF3R { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.625rem;left:0rem;height:7.1875rem;font-style:normal;display:none; }
#EFXKErf5I8I7CxI3Bsyziuyv9B0hqACF { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.625rem;left:0rem;height:7.1875rem;font-style:normal;display:none; }
#GVWk2x3ucD8k6GL5Rnc8yTFRPKEld8yA { 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:10.1855625rem;width:10.1855625rem;top:23.125rem;left:15.1875rem;overflow:hidden;display:none; }
#iWw9xezG4D2BlhnK2MX2kwy0JcfGu73M { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Ura48eNo6yx2M87yxNAM6KMEmqLeDCZH { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:8.5rem;left:38.375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#L2RBEtKV4GeomtOvQp5wbwPdIgqMUyJG { position:absolute;display:block;z-index:15017;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:2.5625rem;width:2.5625rem;top:43.1875rem;left:21.625rem;overflow:hidden;display:block; }
#fvz1nnxefoi4M4q2SUWsp2A0dBHgug9v { position:absolute;display:block;z-index:15008;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:10.1871875rem;width:10.1871875rem;top:27.496743440628rem;left:46.559246063233rem;overflow:hidden;display:none; }
#a05T1RwOZv61cZxk4UMpx11GJrTwrGsz { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:13.89453125rem;left:0rem;height:19.084rem;font-style:normal;display:block; }#a05T1RwOZv61cZxk4UMpx11GJrTwrGsz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#a05T1RwOZv61cZxk4UMpx11GJrTwrGsz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
#LN5SsaPpVEXHN4Esv6IRwb22SbsND6EV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1b30f3e9-0209-4bc2-8506-dc482b075d2c/VetrataArquatichenonsisalva.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#LN5SsaPpVEXHN4Esv6IRwb22SbsND6EV.adaptive-delivery-prevent-bg, #LN5SsaPpVEXHN4Esv6IRwb22SbsND6EV.lazyload, #LN5SsaPpVEXHN4Esv6IRwb22SbsND6EV.lazyloading { background-image: none; }#LN5SsaPpVEXHN4Esv6IRwb22SbsND6EV > .row .container { background-color: transparent; background-image: none; }#LN5SsaPpVEXHN4Esv6IRwb22SbsND6EV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LN5SsaPpVEXHN4Esv6IRwb22SbsND6EV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LN5SsaPpVEXHN4Esv6IRwb22SbsND6EV > .row .container > .video-iframe-container { display: none; }#LN5SsaPpVEXHN4Esv6IRwb22SbsND6EV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LN5SsaPpVEXHN4Esv6IRwb22SbsND6EV > .row > .video-iframe-container { display: none; }#LN5SsaPpVEXHN4Esv6IRwb22SbsND6EV > .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); }#LN5SsaPpVEXHN4Esv6IRwb22SbsND6EV > .row .container { border-width: 0; border-radius: 0; }#LN5SsaPpVEXHN4Esv6IRwb22SbsND6EV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LN5SsaPpVEXHN4Esv6IRwb22SbsND6EV > .row .container { font-size:0.875rem;font-family:arial;height:48.625rem;width:60rem;position:relative;display:block; }#V7vKvmVvcMoUQoluJiGC6Zvx98Kq4hkm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#V7vKvmVvcMoUQoluJiGC6Zvx98Kq4hkm > .row .container { background-color: transparent; background-image: none; }#V7vKvmVvcMoUQoluJiGC6Zvx98Kq4hkm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7vKvmVvcMoUQoluJiGC6Zvx98Kq4hkm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7vKvmVvcMoUQoluJiGC6Zvx98Kq4hkm > .row .container > .video-iframe-container { display: none; }#V7vKvmVvcMoUQoluJiGC6Zvx98Kq4hkm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7vKvmVvcMoUQoluJiGC6Zvx98Kq4hkm > .row > .video-iframe-container { display: none; }#V7vKvmVvcMoUQoluJiGC6Zvx98Kq4hkm > .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); }#V7vKvmVvcMoUQoluJiGC6Zvx98Kq4hkm > .row .container { border-width: 0; border-radius: 0; }#V7vKvmVvcMoUQoluJiGC6Zvx98Kq4hkm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V7vKvmVvcMoUQoluJiGC6Zvx98Kq4hkm > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:block; }#xpTTEH1kqh5mzolepUIzAymZek88hquI { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5367188453674rem;left:0rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F58ErzsC6lkbhpBFK3zmkp6UHdN03yxt { position:relative;display:block; }#F58ErzsC6lkbhpBFK3zmkp6UHdN03yxt { background-color: transparent; background-image: none; }#F58ErzsC6lkbhpBFK3zmkp6UHdN03yxt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F58ErzsC6lkbhpBFK3zmkp6UHdN03yxt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F58ErzsC6lkbhpBFK3zmkp6UHdN03yxt > .row .container > .video-iframe-container { display: none; }#F58ErzsC6lkbhpBFK3zmkp6UHdN03yxt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F58ErzsC6lkbhpBFK3zmkp6UHdN03yxt > .row > .video-iframe-container { display: none; }#F58ErzsC6lkbhpBFK3zmkp6UHdN03yxt > .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); }#F58ErzsC6lkbhpBFK3zmkp6UHdN03yxt { border-width: 0; border-radius: 0; }#F58ErzsC6lkbhpBFK3zmkp6UHdN03yxt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#F58ErzsC6lkbhpBFK3zmkp6UHdN03yxt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RUnAaP6iCewvQVJsXrEEcHJAhcL0cRGT { color:#e43431;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:14.833335876465rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T5EImyDZHIaEiCM6cAIOGSkvws2ze2wt { color:#d20910;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:14.833335876465rem;left:20rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KP7I3irP9FAP3WAuFOWghxmLuOZnLSrG { color:#000000;display:block;width:17.24975rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.039794921875rem;left:41.3125rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LtlUfDfgCRVa92lITDUkDsIkIzLO41Kq { color:#d20910;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:14.8330078125rem;left:40rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hwJNZfmNiSfsMMZ9O5wvA7TbWSMGdL9a { position:absolute;display:block;z-index:15014;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:13.6875rem;width:13.6875rem;top:0rem;left:23.125rem;overflow:hidden;display:block; }
#zHvKI1KPwcQiE3oJ38TV6pHPK48tvq25 { position:absolute;display:block;z-index:15015;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:13.4375rem;width:13.3125rem;top:0rem;left:43.3125rem;overflow:hidden;display:block; }
#T9wKGkk0zcqD2H5oQXDWK8RZy1KTTAAS { color:#000000;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:16.75rem;left:1.375rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tmD83yy618dtSST9w78wbac2URzHnnxs { color:#000000;display:block;width:17.2480625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:17.0390625rem;left:21.375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qkg3fXzdRnBK0P11FMbf2Hyhxs5nVBAk { position:absolute;display:block;z-index:15016;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:13.6875rem;width:13.5625rem;top:0rem;left:3.1875rem;overflow:hidden;display:block; }
#rFAWCQkIEpz1hsHLhy9IgtqBkRIw3eJx { position:relative;display:block; }#rFAWCQkIEpz1hsHLhy9IgtqBkRIw3eJx { background-color: transparent; background-image: none; }#rFAWCQkIEpz1hsHLhy9IgtqBkRIw3eJx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFAWCQkIEpz1hsHLhy9IgtqBkRIw3eJx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFAWCQkIEpz1hsHLhy9IgtqBkRIw3eJx > .row .container > .video-iframe-container { display: none; }#rFAWCQkIEpz1hsHLhy9IgtqBkRIw3eJx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFAWCQkIEpz1hsHLhy9IgtqBkRIw3eJx > .row > .video-iframe-container { display: none; }#rFAWCQkIEpz1hsHLhy9IgtqBkRIw3eJx > .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); }#rFAWCQkIEpz1hsHLhy9IgtqBkRIw3eJx { border-width: 0; border-radius: 0; }#rFAWCQkIEpz1hsHLhy9IgtqBkRIw3eJx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rFAWCQkIEpz1hsHLhy9IgtqBkRIw3eJx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pJwX6v6MVqy9UncLnnTSw91f121T2aQa { color:#000000;display:block;width:19.4983125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:16.68701171875rem;left:5.1875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g6JIVGPD6fz6tuTRog5vk8ynvLSChE39 { color:#e6342a;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:12.375rem;left:5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#chTGDTqOdzJU2N5y0vE1HJPRXuXz8M9u { position:absolute;display:block;z-index:15014;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:11.75rem;width:11.8125rem;top:0rem;left:9.0625rem;overflow:hidden;display:block; }
#wAa4FommTRDxHZwLRW1zf5loShDmSRHJ { color:#e6342a;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:35rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VDIww3eZ1uqXe3TKlLUlrsbnyOqnaccu { position:absolute;display:block;z-index:15015;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:11.5625rem;width:11.5rem;top:0rem;left:39.25rem;overflow:hidden;display:block; }
#QbGiNo18DfCT1Stu8ASDkuS3hp4rs8AW { color:#000000;display:block;width:17.2485rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:16.68701171875rem;left:36.3125rem;height:6.499025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w0E7nRsGNFiIgFn6fB4oEyST7NrwboBS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d40000;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; }#w0E7nRsGNFiIgFn6fB4oEyST7NrwboBS > .row .container { background-color: transparent; background-image: none; }#w0E7nRsGNFiIgFn6fB4oEyST7NrwboBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0E7nRsGNFiIgFn6fB4oEyST7NrwboBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0E7nRsGNFiIgFn6fB4oEyST7NrwboBS > .row .container > .video-iframe-container { display: none; }#w0E7nRsGNFiIgFn6fB4oEyST7NrwboBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0E7nRsGNFiIgFn6fB4oEyST7NrwboBS > .row > .video-iframe-container { display: none; }#w0E7nRsGNFiIgFn6fB4oEyST7NrwboBS > .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); }#w0E7nRsGNFiIgFn6fB4oEyST7NrwboBS > .row .container { border-width: 0; border-radius: 0; }#w0E7nRsGNFiIgFn6fB4oEyST7NrwboBS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w0E7nRsGNFiIgFn6fB4oEyST7NrwboBS > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:block; }#EZhrvdkL0V0dy3DoNOeiq7utCTtE4kTQ { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uShedlo4HHcMedgsvTIt496RwSSxS57u { background-color:#1aaf5d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17rem;left:21.8125rem;display:block; }
#afhEM4cCQ6nvblQc59TvZ2UcaVhPgwIs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bdB52zBg5IEqqCGFocM8mI1pvgZvWOzS { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:"open sans";font-size:6rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.4375rem 0.0625rem 0.1875rem #1e1e1e;top:5.625rem;left:5.625rem;height:7.7998125rem;display:block; }
#yBZvVpOT03Xt85tmOlrDLooNDtlK2Qbv { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:"open sans";font-size:6rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.4375rem 0.0625rem 0.1875rem #1e1e1e;top:5.6875rem;left:25.9375rem;height:7.7998125rem;display:block; }
#qVQs8hKZi65OgH22x5HEmFyPbwu7K6u9 { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:"open sans";font-size:6rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.4375rem 0.0625rem 0.1875rem #1e1e1e;top:5.25rem;left:47.0625rem;height:7.7998125rem;display:block; }
#lmwM5pcrkHOTTuNw6Tsxc96qIwHq5z0b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.6875rem;left:21.0625rem; }
#ThxHWOiRFyqorsekSxGUbNOk3Q8nDMNa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:7.6875rem;left:41.375rem; }
#GUX1k6dEkyV5tWzB9lLHSJ39K7yUMoo8 { color:#000000;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.75rem;left:5.0625rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PRuwSaL0vqLhXdkrAFbQy0clZMCu9TtC { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.75rem;left:25.4375rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JaGQGRb7R8t1mWN6MMuqHcCa3THa4hmO { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.75rem;left:43rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RmHgxZHNi7bK9ZfWNIHvb76ADa3xu4oD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:8.4375rem;left:41.875rem;display:none; }
#yGaB6Z35v65vPRqUPwWKN43mFuytAeZc { position:relative;display:none; }#yGaB6Z35v65vPRqUPwWKN43mFuytAeZc { border-width: 0; border-radius: 0; }#yGaB6Z35v65vPRqUPwWKN43mFuytAeZc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yGaB6Z35v65vPRqUPwWKN43mFuytAeZc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lilmNAyM3dDCcN3DMMD9aDim3NIkGDix { position:relative;display:block; }#lilmNAyM3dDCcN3DMMD9aDim3NIkGDix { background-color: transparent; background-image: none; }#lilmNAyM3dDCcN3DMMD9aDim3NIkGDix::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lilmNAyM3dDCcN3DMMD9aDim3NIkGDix > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lilmNAyM3dDCcN3DMMD9aDim3NIkGDix > .row .container > .video-iframe-container { display: none; }#lilmNAyM3dDCcN3DMMD9aDim3NIkGDix > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lilmNAyM3dDCcN3DMMD9aDim3NIkGDix > .row > .video-iframe-container { display: none; }#lilmNAyM3dDCcN3DMMD9aDim3NIkGDix > .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); }#lilmNAyM3dDCcN3DMMD9aDim3NIkGDix { border-width: 0; border-radius: 0; }#lilmNAyM3dDCcN3DMMD9aDim3NIkGDix > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lilmNAyM3dDCcN3DMMD9aDim3NIkGDix > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IcgA635Zu14B3MoDQpRNZdSuGc3N4VZR { color:#000000;display:block;width:55.999rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.80078125rem;left:1.9375rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lSJyRhx5cRnSdNPvPV30CTZCw4o59XfU { position:relative;display:block; }#lSJyRhx5cRnSdNPvPV30CTZCw4o59XfU { background-color: transparent; background-image: none; }#lSJyRhx5cRnSdNPvPV30CTZCw4o59XfU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSJyRhx5cRnSdNPvPV30CTZCw4o59XfU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSJyRhx5cRnSdNPvPV30CTZCw4o59XfU > .row .container > .video-iframe-container { display: none; }#lSJyRhx5cRnSdNPvPV30CTZCw4o59XfU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSJyRhx5cRnSdNPvPV30CTZCw4o59XfU > .row > .video-iframe-container { display: none; }#lSJyRhx5cRnSdNPvPV30CTZCw4o59XfU > .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); }#lSJyRhx5cRnSdNPvPV30CTZCw4o59XfU { border-width: 0; border-radius: 0; }#lSJyRhx5cRnSdNPvPV30CTZCw4o59XfU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lSJyRhx5cRnSdNPvPV30CTZCw4o59XfU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rIDRskabNCGzitsplvwmG6GaPlBNctXH { 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:16.4375rem;width:24.6875rem;top:1.1328125rem;left:32.5625rem;overflow:hidden;display:block; }
#PWuVbgp3rb4GEE3P4PrO3kzSQT6q4V6o { color:#000000;display:block;width:25.374rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:2.7890625rem;left:2.25rem;height:13.375rem;display:block; }#PWuVbgp3rb4GEE3P4PrO3kzSQT6q4V6o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PWuVbgp3rb4GEE3P4PrO3kzSQT6q4V6o li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
#qF5DTGJKa7zGdE6iH8UANam1OoAGa1RZ { color:#000000;display:block;width:25.374rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:23.5087890625rem;left:32.25rem;height:12.09375rem;display:block; }#qF5DTGJKa7zGdE6iH8UANam1OoAGa1RZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qF5DTGJKa7zGdE6iH8UANam1OoAGa1RZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
#TJfU9QzVpTLEWw0buAsuELZHpmywq747 { 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:15.375rem;width:24.6875rem;top:22.447102248669rem;left:2.5625rem;overflow:hidden;display:block; }
#vrCQvSAMM5qo1E1c9QsVD4CccLXIWRgC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d40000;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; }#vrCQvSAMM5qo1E1c9QsVD4CccLXIWRgC > .row .container { background-color: transparent; background-image: none; }#vrCQvSAMM5qo1E1c9QsVD4CccLXIWRgC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrCQvSAMM5qo1E1c9QsVD4CccLXIWRgC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrCQvSAMM5qo1E1c9QsVD4CccLXIWRgC > .row .container > .video-iframe-container { display: none; }#vrCQvSAMM5qo1E1c9QsVD4CccLXIWRgC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrCQvSAMM5qo1E1c9QsVD4CccLXIWRgC > .row > .video-iframe-container { display: none; }#vrCQvSAMM5qo1E1c9QsVD4CccLXIWRgC > .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); }#vrCQvSAMM5qo1E1c9QsVD4CccLXIWRgC > .row .container { border-width: 0; border-radius: 0; }#vrCQvSAMM5qo1E1c9QsVD4CccLXIWRgC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vrCQvSAMM5qo1E1c9QsVD4CccLXIWRgC > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:block; }#J0l2mpMRSU1dhUOZqafZLviDtZVeBh4i { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.16015625rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iXFerT3LWQzfrsi5B6fNppNqpZTXX7qA { 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.25rem solid #be0000;border-left:0.25rem solid #be0000;border-right:0.25rem solid #be0000;border-bottom:0.25rem solid #be0000;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#d40000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:3.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:6.9609375rem;left:19.0625rem;display:block; }
#GA5D9FIE9cUNbM7R7NRiQSyesyRXo67B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VXkclOL0H2GL57nUQ3EzJUFVsJRRPday { position:relative;display:block; }#VXkclOL0H2GL57nUQ3EzJUFVsJRRPday { background-color: transparent; background-image: none; }#VXkclOL0H2GL57nUQ3EzJUFVsJRRPday::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXkclOL0H2GL57nUQ3EzJUFVsJRRPday > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXkclOL0H2GL57nUQ3EzJUFVsJRRPday > .row .container > .video-iframe-container { display: none; }#VXkclOL0H2GL57nUQ3EzJUFVsJRRPday > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXkclOL0H2GL57nUQ3EzJUFVsJRRPday > .row > .video-iframe-container { display: none; }#VXkclOL0H2GL57nUQ3EzJUFVsJRRPday > .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); }#VXkclOL0H2GL57nUQ3EzJUFVsJRRPday { border-width: 0; border-radius: 0; }#VXkclOL0H2GL57nUQ3EzJUFVsJRRPday > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VXkclOL0H2GL57nUQ3EzJUFVsJRRPday > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WHzP1JMbrd6lAfaC2kBqTL64K5BrPBDk { color:#000000;display:block;width:57.9375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.90625rem;left:2.0625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I82KDokmfHFXcXJ65tq9I7lsZvXW8zWm { color:#000000;display:block;width:57.9375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.90625rem;left:2.0625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fEz7COBtpmNur0ZCDpuf6uJrHgdXpmao { position:relative;display:block; }#fEz7COBtpmNur0ZCDpuf6uJrHgdXpmao { background-color: transparent; background-image: none; }#fEz7COBtpmNur0ZCDpuf6uJrHgdXpmao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEz7COBtpmNur0ZCDpuf6uJrHgdXpmao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEz7COBtpmNur0ZCDpuf6uJrHgdXpmao > .row .container > .video-iframe-container { display: none; }#fEz7COBtpmNur0ZCDpuf6uJrHgdXpmao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEz7COBtpmNur0ZCDpuf6uJrHgdXpmao > .row > .video-iframe-container { display: none; }#fEz7COBtpmNur0ZCDpuf6uJrHgdXpmao > .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); }#fEz7COBtpmNur0ZCDpuf6uJrHgdXpmao { border-width: 0; border-radius: 0; }#fEz7COBtpmNur0ZCDpuf6uJrHgdXpmao > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fEz7COBtpmNur0ZCDpuf6uJrHgdXpmao > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#C5ucM05ypKktufuIgTF2NrJBHE4aV1sy { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:2.125rem;left:18.4375rem;height:1.4433625rem;font-style:normal;display:block; }
#Dtfp7m510DiMZWWP3IbVsn1q3bw0OpVd { box-sizing:content-box;height:2.75rem;width:25.0625rem;position:absolute;display:block;z-index:15004;background-color:#d40000;background-image:none;top:1.4716796875rem;left:17.46875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ThLRXhEZt2aP8kThgdVTsToq3STB0w8q { box-sizing:content-box;height:8.5rem;width:28.0625rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:30.6875rem;left:30.65625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.375rem 0.0625rem 0.1875rem #d40000 ;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#Z88oV9KGRqDlXGPQKEspcX7zEr78PLLG { color:#1e1e1e;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:31.3447265625rem;left:31.78125rem;height:7.3095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aBO4KvZT1HKAfhJICuhM6cRn0CRSB0yw { position:absolute;display:block;z-index:15002;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:45.3125rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#szbAaMZvTA2e8NtJguxVPk8DBm5cskVE { position:relative;display:block; }#szbAaMZvTA2e8NtJguxVPk8DBm5cskVE { background-color: transparent; background-image: none; }#szbAaMZvTA2e8NtJguxVPk8DBm5cskVE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szbAaMZvTA2e8NtJguxVPk8DBm5cskVE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szbAaMZvTA2e8NtJguxVPk8DBm5cskVE > .row .container > .video-iframe-container { display: none; }#szbAaMZvTA2e8NtJguxVPk8DBm5cskVE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szbAaMZvTA2e8NtJguxVPk8DBm5cskVE > .row > .video-iframe-container { display: none; }#szbAaMZvTA2e8NtJguxVPk8DBm5cskVE > .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); }#szbAaMZvTA2e8NtJguxVPk8DBm5cskVE { border-width: 0; border-radius: 0; }#szbAaMZvTA2e8NtJguxVPk8DBm5cskVE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#szbAaMZvTA2e8NtJguxVPk8DBm5cskVE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uwk1uxcXb1u48moNLlGRMVJTPkuMIJC6 { position:absolute;display:block;z-index:15002;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:40rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#KIk9Iyu5xzVM1qon1oHZtRQfDX8qTNVL { box-sizing:content-box;height:2.75rem;width:25.0625rem;position:absolute;display:block;z-index:15004;background-color:#d40000;background-image:none;top:1.4716796875rem;left:17.46875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#n4TbLTZDbJXaEtMrfXc0Ll73Spx7iOSE { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:2.125rem;left:18.4375rem;height:1.4433625rem;font-style:normal;display:none; }
#oTJBrHrBW2OzxzOnwyCJ8SJAQVDWhOQF { position:relative;display:block; }#oTJBrHrBW2OzxzOnwyCJ8SJAQVDWhOQF { background-color: transparent; background-image: none; }#oTJBrHrBW2OzxzOnwyCJ8SJAQVDWhOQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTJBrHrBW2OzxzOnwyCJ8SJAQVDWhOQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTJBrHrBW2OzxzOnwyCJ8SJAQVDWhOQF > .row .container > .video-iframe-container { display: none; }#oTJBrHrBW2OzxzOnwyCJ8SJAQVDWhOQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTJBrHrBW2OzxzOnwyCJ8SJAQVDWhOQF > .row > .video-iframe-container { display: none; }#oTJBrHrBW2OzxzOnwyCJ8SJAQVDWhOQF > .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); }#oTJBrHrBW2OzxzOnwyCJ8SJAQVDWhOQF { border-width: 0; border-radius: 0; }#oTJBrHrBW2OzxzOnwyCJ8SJAQVDWhOQF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oTJBrHrBW2OzxzOnwyCJ8SJAQVDWhOQF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TtKoxKD27Uru0sofVPQqLbCkncdD8wF6 { box-sizing:content-box;height:2.75rem;width:27.75rem;position:absolute;display:block;z-index:15005;background-color:#d40000;background-image:none;top:0.9375rem;left:16.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#CaekPtWvGyeEruqyJTFOK96cb9kIMt0g { color:#ffffff;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:1.58984375rem;left:16.59375rem;height:1.4433625rem;font-style:normal;display:block; }
#f9CUUuaHrFhT5m4C2o5GHEx1ZIDAggqk { color:#1e1e1e;display:block;width:26.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:28.3740234375rem;left:31.15625rem;height:7.3095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OZBfGOo7DrzPuTieJN6HVaMW7cyfHnTh { box-sizing:content-box;height:8.8125rem;width:28.0625rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:27.498046875rem;left:30.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.375rem 0.0625rem 0.1875rem #d40000 ;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#BkDn6qv7UiyFt03tx677wv4z6KJ5ndiN { position:absolute;display:block;z-index:15002;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:39.625rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#EGC3ScSFKF92yA3zwROxc0tPvSGvs03d { position:relative;display:none; }#EGC3ScSFKF92yA3zwROxc0tPvSGvs03d { border-width: 0; border-radius: 0; }#EGC3ScSFKF92yA3zwROxc0tPvSGvs03d > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EGC3ScSFKF92yA3zwROxc0tPvSGvs03d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:57.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tXgvwcFnBthkOshn4xcf91SBz8zGrTIC { color:#000000;display:block;width:33.9371875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.6642246246338rem;left:13.623046875rem;height:2.83333125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iVEt38uOfNoXsHSuenQFLwEFfSptR9l0 { position:absolute;display:block;z-index:15007;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:10.1871875rem;width:10.1871875rem;top:6.0921223163605rem;left:17.279460906983rem;overflow:hidden;display:block; }
#Cd9osnTU0iOf9Tg3rew4hVOitIAT7dhT { color:#000000;display:block;width:23.3748125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:36.686196327209rem;left:33.312175750733rem;height:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#Cd9osnTU0iOf9Tg3rew4hVOitIAT7dhT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Cd9osnTU0iOf9Tg3rew4hVOitIAT7dhT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
#N2xV5NqFsIOvlP2XH9JlhXV6cstbD8KC { color:#000000;display:block;width:13.3748125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:31.560057640076rem;left:33.43017578125rem;height:2.0625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#N2xV5NqFsIOvlP2XH9JlhXV6cstbD8KC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#N2xV5NqFsIOvlP2XH9JlhXV6cstbD8KC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
#PVou8IbXOlPgzZPx9B9Z151dg9hgbrxO { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.9371875rem;width:25.3125rem;top:29.215494155884rem;left:32.34375rem;display:block; }
#CWOBcH4E0doA09bOngethCEGX5LHLO65 { position:relative;display:none; }#CWOBcH4E0doA09bOngethCEGX5LHLO65 { border-width: 0; border-radius: 0; }#CWOBcH4E0doA09bOngethCEGX5LHLO65 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CWOBcH4E0doA09bOngethCEGX5LHLO65 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LW9hPB5nBkNedbQkc3BGnXc5asyZy9Rd { position:relative;display:none; }#LW9hPB5nBkNedbQkc3BGnXc5asyZy9Rd { border-width: 0; border-radius: 0; }#LW9hPB5nBkNedbQkc3BGnXc5asyZy9Rd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LW9hPB5nBkNedbQkc3BGnXc5asyZy9Rd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#o1EHyTdWBMs6RMHkpGPud5xfQ2In1KfT { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.375rem;width:25.3125rem;top:8.3870239257812rem;left:2.3738613128662rem;display:block; }
#WxL0gp5fa4aHxR0wRhCG44gwuZuLLdvX { color:#000000;display:block;width:21.7496875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:14.467772722244rem;left:4.1243495941162rem;height:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#WxL0gp5fa4aHxR0wRhCG44gwuZuLLdvX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WxL0gp5fa4aHxR0wRhCG44gwuZuLLdvX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
#VKqKFDFq1BLodkwt7KFSDOrgwPnJIAih { color:#000000;display:block;width:29.3074375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.284830331802rem;left:4.1243495941162rem;height:1.94444375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#VKqKFDFq1BLodkwt7KFSDOrgwPnJIAih li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VKqKFDFq1BLodkwt7KFSDOrgwPnJIAih li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
#WAdGC3BO031kJvZrDrCDxu7TyTFI7DQ0 { position:absolute;display:block;z-index:15008;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:10.1871875rem;width:10.1871875rem;top:27.496743440628rem;left:46.559246063233rem;overflow:hidden;display:block; }
#tRbuDQ4fAXPHqNHlJxScQb9vOJThkiaf { position:relative;display:none; }#tRbuDQ4fAXPHqNHlJxScQb9vOJThkiaf { border-width: 0; border-radius: 0; }#tRbuDQ4fAXPHqNHlJxScQb9vOJThkiaf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tRbuDQ4fAXPHqNHlJxScQb9vOJThkiaf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QKaTbmDiG4NpIWyGsDBv6QI6zDN7isra { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d40000;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; }#QKaTbmDiG4NpIWyGsDBv6QI6zDN7isra > .row .container { background-color: transparent; background-image: none; }#QKaTbmDiG4NpIWyGsDBv6QI6zDN7isra::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKaTbmDiG4NpIWyGsDBv6QI6zDN7isra > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKaTbmDiG4NpIWyGsDBv6QI6zDN7isra > .row .container > .video-iframe-container { display: none; }#QKaTbmDiG4NpIWyGsDBv6QI6zDN7isra > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKaTbmDiG4NpIWyGsDBv6QI6zDN7isra > .row > .video-iframe-container { display: none; }#QKaTbmDiG4NpIWyGsDBv6QI6zDN7isra > .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); }#QKaTbmDiG4NpIWyGsDBv6QI6zDN7isra > .row .container { border-width: 0; border-radius: 0; }#QKaTbmDiG4NpIWyGsDBv6QI6zDN7isra > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QKaTbmDiG4NpIWyGsDBv6QI6zDN7isra > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:block; }#N2kSkylW4etH1Te5Wbiy9kqqLJgEk2qd { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.2445316314698rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TfRoSsXvxZz9gZQDLMiHRv8cxMZR8MVn { 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.25rem solid #be0000;border-left:0.25rem solid #be0000;border-right:0.25rem solid #be0000;border-bottom:0.25rem solid #be0000;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#d40000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.2508125rem;height:3.18828125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.2492198944092rem;left:21.374219894409rem;display:block; }
#lUUk1Un41BKSwxdc3MydfWkanEFsavFi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r381fn2aagd3oyuyHaX8LLcHNtbz3cOs { position:relative;display:block; }#r381fn2aagd3oyuyHaX8LLcHNtbz3cOs { background-color: transparent; background-image: none; }#r381fn2aagd3oyuyHaX8LLcHNtbz3cOs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r381fn2aagd3oyuyHaX8LLcHNtbz3cOs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r381fn2aagd3oyuyHaX8LLcHNtbz3cOs > .row .container > .video-iframe-container { display: none; }#r381fn2aagd3oyuyHaX8LLcHNtbz3cOs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r381fn2aagd3oyuyHaX8LLcHNtbz3cOs > .row > .video-iframe-container { display: none; }#r381fn2aagd3oyuyHaX8LLcHNtbz3cOs > .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); }#r381fn2aagd3oyuyHaX8LLcHNtbz3cOs { border-width: 0; border-radius: 0; }#r381fn2aagd3oyuyHaX8LLcHNtbz3cOs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#r381fn2aagd3oyuyHaX8LLcHNtbz3cOs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:57.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ONs9b4aNMBO5qdrlbvUmLyvuNplRWHH0 { color:#000000;display:block;width:33.9371875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.6642246246338rem;left:13.623046875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KGdOHDslSwNyk3GssfWdA9DAOOcQ7SBX { color:#000000;display:block;width:21.7496875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:14.467772722244rem;left:4.1243495941162rem;height:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#KGdOHDslSwNyk3GssfWdA9DAOOcQ7SBX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KGdOHDslSwNyk3GssfWdA9DAOOcQ7SBX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
#VEdTOtS50qF3RoQf76VOvQNz5zDHz1tA { position:absolute;display:block;z-index:15005;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:16.1875rem;width:24.25rem;top:9.48046875rem;left:32.4970703125rem;overflow:hidden;display:block; }
#iSSX62Tu1F4XFcmKRCBbcuFW3nVFq0AD { position:absolute;display:block;z-index:15006;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:18.75rem;width:25rem;top:29.309081077576rem;left:2.5rem;overflow:hidden;display:block; }
#okTr8TP3CDzEnxLEV6NBvVMvrIcnEETb { position:absolute;display:block;z-index:15007;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:10.1871875rem;width:10.1871875rem;top:6.0921223163605rem;left:17.279460906983rem;overflow:hidden;display:block; }
#TyG351v5OdfsX7MsixaBXTIhseSlomqG { color:#000000;display:block;width:29.3074375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.284830331802rem;left:4.1243495941162rem;height:1.94921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#TyG351v5OdfsX7MsixaBXTIhseSlomqG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TyG351v5OdfsX7MsixaBXTIhseSlomqG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
#Xefbm4gHVUk5TvA1Dk5Oet2SWvG6KEaT { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.375rem;width:25.3125rem;top:8.3870239257812rem;left:2.3738613128662rem;display:block; }
#GNAqP9Vb0mBVagfRVB6F9z65rtUQh40T { color:#000000;display:block;width:23.3748125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:36.686196327209rem;left:33.312175750733rem;height:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#GNAqP9Vb0mBVagfRVB6F9z65rtUQh40T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GNAqP9Vb0mBVagfRVB6F9z65rtUQh40T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
#M8dWKhLazJLFeCTSpgqb61g2RTzkOStm { color:#000000;display:block;width:13.3748125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:31.560057640076rem;left:33.43017578125rem;height:2.0625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#M8dWKhLazJLFeCTSpgqb61g2RTzkOStm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#M8dWKhLazJLFeCTSpgqb61g2RTzkOStm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
#UfbXkD2uczCpvMxlvKu6mt5I6uRr1EZ5 { position:absolute;display:block;z-index:15008;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:10.1871875rem;width:10.1871875rem;top:27.496743440628rem;left:46.559246063233rem;overflow:hidden;display:block; }
#VshtrXm8fn2GSpm2xamSFUFa2UbbhmCF { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.9371875rem;width:25.3125rem;top:29.215494155884rem;left:32.34375rem;display:block; }
#V1hJ26Q3Vhn8afyHtcDFznT2HEToFm2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d40000;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; }#V1hJ26Q3Vhn8afyHtcDFznT2HEToFm2E > .row .container { background-color: transparent; background-image: none; }#V1hJ26Q3Vhn8afyHtcDFznT2HEToFm2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1hJ26Q3Vhn8afyHtcDFznT2HEToFm2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1hJ26Q3Vhn8afyHtcDFznT2HEToFm2E > .row .container > .video-iframe-container { display: none; }#V1hJ26Q3Vhn8afyHtcDFznT2HEToFm2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1hJ26Q3Vhn8afyHtcDFznT2HEToFm2E > .row > .video-iframe-container { display: none; }#V1hJ26Q3Vhn8afyHtcDFznT2HEToFm2E > .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); }#V1hJ26Q3Vhn8afyHtcDFznT2HEToFm2E > .row .container { border-width: 0; border-radius: 0; }#V1hJ26Q3Vhn8afyHtcDFznT2HEToFm2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V1hJ26Q3Vhn8afyHtcDFznT2HEToFm2E > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#NnbEMz8LxO63oVOKTc4MBBMeXTpUl4tn { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4b0oXE5TqA1GCg4149trUq3O0hf9qHc { width:12.5rem;height:2.5rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr3392QfgyyQNkEF6lnTzzmB9qfDRabX { width:10.125rem;height:1.5rem;top:2.4375rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #km2JI6XWufaxbvvNup5ptOi7FPz3GynT { width:9.5rem;height:1.375rem;top:1rem;left:38.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoSWTRBum3yJIXv1PT8wnWekkJcxm1zf { width:1.875rem;height:1.375rem;top:2.6875rem;left:45.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE1KxPvgwW0BfN0u5u0m29XcJ8dvAmWq { width:12.6875rem;height:4.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBO5pnd4RUX21Pshm4Qmi5VcD9WXZR6c { width:4.4375rem;height:1.625rem;top:2.0625rem;left:12.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ixVaDKiqmTFnSnWAeJJTDBLM1bJT1lDM { width:10.875rem;height:1.6875rem;top:2.0625rem;left:18rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RynT2FGfp9WJI15VQOGPDzao2GkcCv54 { width:5.5rem;height:1.625rem;top:2.0625rem;left:29.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xaCk2GmbrkCu7Adeu7OkC6Xb3IBgmILs { width:3.1875rem;height:;top:5.375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cF0izAqFPXku9LcViNof5yCER7TLKIsZ { width:8.5rem;height:;top:5.375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bE8exUkQEz1lwT734EBhZpfEq6Va2KeA { width:4.6875rem;height:1.375rem;top:5.375rem;left:8.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dq5NReUtS3mLzuQnJu0fWHbLaT6T5TeI { display:none; }#dq5NReUtS3mLzuQnJu0fWHbLaT6T5TeI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UNB2WtGrsDT2d5GOITTnRWSVevt37AWR { width:20rem;height:5.625rem;top:1.875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DC9KA76VCcCwMxkrTbWdT3eDPcUWBD4u { width:4rem;height:4rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLXlSLPubm1M6Cfhrau4yQuZRguDfxcX { display:none; }#NLXlSLPubm1M6Cfhrau4yQuZRguDfxcX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LSJcPet2UOEvDDu5PlQ9NyyOosQSBBG4 { width:47.75rem;height:5.625rem;top:1.8125rem;left:0rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ODacILJ1pcqLnM1CCeeQ22aFRtSz2wtb { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Er5TTNp6ZPXebXugfcZQV1QMqVCJv76W { width:6.25rem;height:5.8125rem;top:1.5rem;left:26.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EKDX1uNxnPVNoPQr0fmynTazOblxEEmk { width:4.25rem;height:4.6875rem;top:1.8125rem;left:27.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h1aForhfHtbz3WZz1bt01NCGC7L6Hskc { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qomvg1FVuSWSFm9bi7Ut6PirCvigdx87 { display:block; }#qomvg1FVuSWSFm9bi7Ut6PirCvigdx87 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMpbhT6rApK9QmHiHPMQrv6bTlVx0DQM { display:block; }#WMpbhT6rApK9QmHiHPMQrv6bTlVx0DQM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5iJT0W2psumnPPwpr3ylP87JsCMmiaq { width:19.1875rem;height:7.25rem;top:11.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SiEPPKrEEEdJlyUS4UEFgaaW8FdSzbIp { width:20rem;height:;top:18.625rem;left:0rem;font-size:1rem;display:none; }#SiEPPKrEEEdJlyUS4UEFgaaW8FdSzbIp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-input-text {padding-top: 0; padding-bottom: 0;}#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-input-select {padding-top: 0; padding-bottom: 0;}#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T  { width:17.5rem;height:auto;top:10.8125rem;left:27.75rem; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T {display:block;}#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T { width:17.5rem;height:auto;top:10.8125rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #sF86mEk7VBeqZCPSeJg56q1BwoVVDTfk {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #Nv9cytTJ5KkRnASf7xscouSXdPesM7IN { display:block; }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #C9mwnbOGtWL0LQnmvRM9NxMAB3onhrPn {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #kI0mnF2ign8287iMJbxLZinZ9HcCFrBX {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #MFTzeTHNu8vI2EkwkECsXUoPdk6Z1rL5 { display:block; }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #LmuCho4SQS9VXXr5EtbfEa1B7yldg6Vy {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #PVdD0lz42kLltMbXcCWTDBgKAZ7eqLCp {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #QMVqA5a5os9Rs59rDhRxsuHbTOIkZf2u { display:block; }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #LPo2BlPAuKsWCbGC6TO5VsNCL2z9WgG6 {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #rkfVkNA0StgMRJkiNXtQAOZT7XMCo36f {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #XhTp9m7cvyfONEzgm7rVXU7bUwuL0atm { display:block; }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #mzHUdql1z1H9Hmqae6O3Ei5ENKVKFWqi {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #eqW2dz1HlpnAOUH0svc0WsAEIdlMFTUa {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #cMusXevvm9HXsVpo9Dq3TRHR4NuTF4Ab { display:block; }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #ZdcMIukuQL2SuFQA4qzOiOivFPSkaGOk {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #bV33pImA7bHTduogkKeToBamx87M8xn0 {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #wG5cNGMCFuxddIEp7BgzAaqRht84PNFS {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #xnQi1HBxB5WfzTAqI91XAAg6LCL6Hb0F {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #B2cyFxTLZXXNehhK0R0WmZNkr1mOTn46 {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #nwgm4EgPQCwiqhAvUoixnEpfGhK3T4Ns {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #KUs4RhNSXxJB5s1SEca1ZhK5SSxhSx4N {  }
 }@media only screen and (max-width: 763px) { #i7MnrmGvBI4o2AXEu8Ghhm3x8OUVhAKT { display:block; }
 }@media only screen and (max-width: 763px) { #wUMrbb9zKnlHLmbnpXo8F3A5oU77Pnnn { display:block; }
 }@media only screen and (max-width: 763px) { #hH0vDSwQcx08dvyywkTg0ssVr4Q232WE { display:block; }
 }@media only screen and (max-width: 763px) { #qT42durnwiO1M0QNlKKtATsXd6ylSmLX { display:block; }
 }@media only screen and (max-width: 763px) { #BFOsdDr2cDB6X55kMHSdaaArbftt35ke { display:block; }
 }@media only screen and (max-width: 763px) { #nwA5KzWx011kGIbagSoPw4ebMBWXd1EF { display:block; }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #Eg6W1JvOyGTWW67Csizn1ZXsrNqu6CBf {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #E1COsgxO6H6tpST0B1JJXbZrV5Fe5zTZ {  }
 }@media only screen and (max-width: 763px) { #sMD3N1r5hDPTchDzA4OzB2uGZEmZElvr { width:19rem;height:3.75rem;top:4.375rem;left:28.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0f3F6J5yKhxQXaUlEKwZzT4VobSrKmV { width:20.75rem;height:35.75rem;top:3.4375rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWZ4RfJTGfPsOnDlmwtqxpbP5XDvFo5F { width:17.625rem;height:1.875rem;top:8.5rem;left:30.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXaTFoQaGdiJavAXdutPuX0ZmxKBKw6g { width:15.6875rem;height:1rem;top:31.25rem;left:32.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZrKgXh0VmdnzMgQHxBEaKNyhNfT6IZE { width:29.25rem;height:1.9375rem;top:36.4375rem;left:0rem;font-size:1.5rem;display:block; }#WZrKgXh0VmdnzMgQHxBEaKNyhNfT6IZE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #J9JvbI52wTrz7ebDJTsBeMJe5yeGNowO { width:24rem;height:10.75rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGW6zn45yUAVqfZrUG0AnHHhn8zDOy6g { width:23.625rem;height:0;top:39.3125rem;left:0rem;font-size:1.0625rem;display:block; }#DGW6zn45yUAVqfZrUG0AnHHhn8zDOy6g li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #tx31DE6KdLtQnZ2icK6LyUH5pn6wSkGP { width:10.125rem;height:10.125rem;top:32.3125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5CIweTssRvyHHJ87P64zIntoRw4SHaC { width:29.375rem;height:6.8125rem;top:4.9375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uyhIRRtGLSobRWEcGHcEamZMJFGrkTmW { width:6.25rem;height:5.8125rem;top:1.5rem;left:26.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqbBBQqaBh9bFBbqz5KoKxsMCW8WJEGe { width:4.25rem;height:4.6875rem;top:1.8125rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAeUtFin1xatO48mBcT73NRvIt4ZDInF { width:20.75rem;height:35.75rem;top:3.4375rem;left:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #mX9NQammLqr2acd1QUHTfxWmfVTIcF3R { width:18.5625rem;height:6.4375rem;top:87.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EFXKErf5I8I7CxI3Bsyziuyv9B0hqACF { width:18.5625rem;height:1.25rem;top:81.75rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GVWk2x3ucD8k6GL5Rnc8yTFRPKEld8yA { width:10.125rem;height:10.125rem;top:23.125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iWw9xezG4D2BlhnK2MX2kwy0JcfGu73M { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ura48eNo6yx2M87yxNAM6KMEmqLeDCZH { width:17.625rem;height:3.4375rem;top:37.4375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L2RBEtKV4GeomtOvQp5wbwPdIgqMUyJG { width:2.5625rem;height:2.5625rem;top:43.1875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvz1nnxefoi4M4q2SUWsp2A0dBHgug9v { width:10.125rem;height:10.125rem;top:27.4375rem;left:37.371746063233rem;display:none; }
 }@media only screen and (max-width: 763px) { #a05T1RwOZv61cZxk4UMpx11GJrTwrGsz { width:31.5625rem;height:19.0625rem;top:13.875rem;left:0rem;font-size:1.125rem;display:block; }#a05T1RwOZv61cZxk4UMpx11GJrTwrGsz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #LN5SsaPpVEXHN4Esv6IRwb22SbsND6EV { display:block; }#LN5SsaPpVEXHN4Esv6IRwb22SbsND6EV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7vKvmVvcMoUQoluJiGC6Zvx98Kq4hkm { display:block; }#V7vKvmVvcMoUQoluJiGC6Zvx98Kq4hkm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpTTEH1kqh5mzolepUIzAymZek88hquI { width:47.75rem;height:3.6875rem;top:2.5rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F58ErzsC6lkbhpBFK3zmkp6UHdN03yxt { display:none; }#F58ErzsC6lkbhpBFK3zmkp6UHdN03yxt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RUnAaP6iCewvQVJsXrEEcHJAhcL0cRGT { width:20.0625rem;height:1.5625rem;top:14.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5EImyDZHIaEiCM6cAIOGSkvws2ze2wt { width:20.0625rem;height:1.5625rem;top:14.8125rem;left:11.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP7I3irP9FAP3WAuFOWghxmLuOZnLSrG { width:17.1875rem;height:3.75rem;top:17rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtlUfDfgCRVa92lITDUkDsIkIzLO41Kq { width:20rem;height:1.625rem;top:14.8125rem;left:27.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwJNZfmNiSfsMMZ9O5wvA7TbWSMGdL9a { width:13.6875rem;height:13.6875rem;top:0rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHvKI1KPwcQiE3oJ38TV6pHPK48tvq25 { width:13.3125rem;height:13.4375rem;top:0rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9wKGkk0zcqD2H5oQXDWK8RZy1KTTAAS { width:17.25rem;height:5.0625rem;top:16.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmD83yy618dtSST9w78wbac2URzHnnxs { width:17.1875rem;height:2.5625rem;top:17rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkg3fXzdRnBK0P11FMbf2Hyhxs5nVBAk { width:13.5625rem;height:13.6875rem;top:0rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFAWCQkIEpz1hsHLhy9IgtqBkRIw3eJx { display:none; }#rFAWCQkIEpz1hsHLhy9IgtqBkRIw3eJx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pJwX6v6MVqy9UncLnnTSw91f121T2aQa { width:19.4375rem;height:3.75rem;top:16.625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6JIVGPD6fz6tuTRog5vk8ynvLSChE39 { width:20rem;height:3.1875rem;top:12.375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #chTGDTqOdzJU2N5y0vE1HJPRXuXz8M9u { width:11.8125rem;height:11.75rem;top:0rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAa4FommTRDxHZwLRW1zf5loShDmSRHJ { width:20rem;height:3.1875rem;top:12.1875rem;left:25.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDIww3eZ1uqXe3TKlLUlrsbnyOqnaccu { width:11.5rem;height:11.5625rem;top:0rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbGiNo18DfCT1Stu8ASDkuS3hp4rs8AW { width:17.1875rem;height:6.25rem;top:16.625rem;left:27.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0E7nRsGNFiIgFn6fB4oEyST7NrwboBS { display:none; }#w0E7nRsGNFiIgFn6fB4oEyST7NrwboBS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EZhrvdkL0V0dy3DoNOeiq7utCTtE4kTQ { width:47.75rem;height:3.125rem;top:1.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uShedlo4HHcMedgsvTIt496RwSSxS57u { width:21.1875rem;height:3.4375rem;top:17rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afhEM4cCQ6nvblQc59TvZ2UcaVhPgwIs { display:block; }
 }@media only screen and (max-width: 763px) { #bdB52zBg5IEqqCGFocM8mI1pvgZvWOzS { width:11.9375rem;height:7.75rem;top:5.625rem;left:0rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBZvVpOT03Xt85tmOlrDLooNDtlK2Qbv { width:11.9375rem;height:7.75rem;top:5.6875rem;left:19.8125rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVQs8hKZi65OgH22x5HEmFyPbwu7K6u9 { width:3.625rem;height:7.75rem;top:5.25rem;left:40.9375rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmwM5pcrkHOTTuNw6Tsxc96qIwHq5z0b { width:2.3125rem;height:2.3125rem;top:7.6875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThxHWOiRFyqorsekSxGUbNOk3Q8nDMNa { width:2.3125rem;height:2.3125rem;top:7.6875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUX1k6dEkyV5tWzB9lLHSJ39K7yUMoo8 { width:13rem;height:1.8125rem;top:12.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRuwSaL0vqLhXdkrAFbQy0clZMCu9TtC { width:12.9375rem;height:1.8125rem;top:12.75rem;left:19.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaGQGRb7R8t1mWN6MMuqHcCa3THa4hmO { width:11.5625rem;height:1.8125rem;top:12.75rem;left:36.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmHgxZHNi7bK9ZfWNIHvb76ADa3xu4oD { width:2.3125rem;height:2.3125rem;top:8.4375rem;left:35.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGaB6Z35v65vPRqUPwWKN43mFuytAeZc { display:none; }#yGaB6Z35v65vPRqUPwWKN43mFuytAeZc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lilmNAyM3dDCcN3DMMD9aDim3NIkGDix { display:block; }#lilmNAyM3dDCcN3DMMD9aDim3NIkGDix > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcgA635Zu14B3MoDQpRNZdSuGc3N4VZR { width:47.75rem;height:3.0625rem;top:2.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSJyRhx5cRnSdNPvPV30CTZCw4o59XfU { display:block; }#lSJyRhx5cRnSdNPvPV30CTZCw4o59XfU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIDRskabNCGzitsplvwmG6GaPlBNctXH { width:24.6875rem;height:16.4375rem;top:1.125rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWuVbgp3rb4GEE3P4PrO3kzSQT6q4V6o { width:25.3125rem;height:13.125rem;top:2.75rem;left:0rem;font-size:1rem;display:block; }#PWuVbgp3rb4GEE3P4PrO3kzSQT6q4V6o li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #qF5DTGJKa7zGdE6iH8UANam1OoAGa1RZ { width:25.3125rem;height:12.0625rem;top:23.5rem;left:22.4375rem;font-size:1rem;display:block; }#qF5DTGJKa7zGdE6iH8UANam1OoAGa1RZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #TJfU9QzVpTLEWw0buAsuELZHpmywq747 { width:24.6875rem;height:15.375rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrCQvSAMM5qo1E1c9QsVD4CccLXIWRgC { display:block; }#vrCQvSAMM5qo1E1c9QsVD4CccLXIWRgC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0l2mpMRSU1dhUOZqafZLviDtZVeBh4i { width:47.75rem;height:4.875rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXFerT3LWQzfrsi5B6fNppNqpZTXX7qA { width:20.0625rem;height:3.3125rem;top:6.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA5D9FIE9cUNbM7R7NRiQSyesyRXo67B { display:block; }
 }@media only screen and (max-width: 763px) { #VXkclOL0H2GL57nUQ3EzJUFVsJRRPday { display:block; }#VXkclOL0H2GL57nUQ3EzJUFVsJRRPday > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHzP1JMbrd6lAfaC2kBqTL64K5BrPBDk { width:47.75rem;height:3.25rem;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I82KDokmfHFXcXJ65tq9I7lsZvXW8zWm { width:20rem;height:4.0625rem;top:2.875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fEz7COBtpmNur0ZCDpuf6uJrHgdXpmao { display:block; }#fEz7COBtpmNur0ZCDpuf6uJrHgdXpmao > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5ucM05ypKktufuIgTF2NrJBHE4aV1sy { width:23.125rem;height:1.4375rem;top:2.125rem;left:12.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dtfp7m510DiMZWWP3IbVsn1q3bw0OpVd { width:25.0625rem;height:2.75rem;top:1.4375rem;left:11.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThLRXhEZt2aP8kThgdVTsToq3STB0w8q { width:28.0625rem;height:8.5rem;top:30.6875rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z88oV9KGRqDlXGPQKEspcX7zEr78PLLG { width:25.9375rem;height:7.25rem;top:31.3125rem;left:21.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBO4KvZT1HKAfhJICuhM6cRn0CRSB0yw { width:47.75rem;height:36.061197916667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #szbAaMZvTA2e8NtJguxVPk8DBm5cskVE { display:block; }#szbAaMZvTA2e8NtJguxVPk8DBm5cskVE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwk1uxcXb1u48moNLlGRMVJTPkuMIJC6 { width:47.75rem;height:31.8125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KIk9Iyu5xzVM1qon1oHZtRQfDX8qTNVL { width:25.0625rem;height:2.75rem;top:1.4375rem;left:11.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4TbLTZDbJXaEtMrfXc0Ll73Spx7iOSE { width:16.9375rem;height:2.0625rem;top:2.75rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTJBrHrBW2OzxzOnwyCJ8SJAQVDWhOQF { display:block; }#oTJBrHrBW2OzxzOnwyCJ8SJAQVDWhOQF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtKoxKD27Uru0sofVPQqLbCkncdD8wF6 { width:27.75rem;height:2.75rem;top:0.9375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaekPtWvGyeEruqyJTFOK96cb9kIMt0g { width:26.8125rem;height:1.4375rem;top:1.5625rem;left:10.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9CUUuaHrFhT5m4C2o5GHEx1ZIDAggqk { width:26.375rem;height:7.25rem;top:28.3125rem;left:21.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZBfGOo7DrzPuTieJN6HVaMW7cyfHnTh { width:28.0625rem;height:8.8125rem;top:27.4375rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkDn6qv7UiyFt03tx677wv4z6KJ5ndiN { width:47.75rem;height:31.534895833333rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGC3ScSFKF92yA3zwROxc0tPvSGvs03d { display:none; }#EGC3ScSFKF92yA3zwROxc0tPvSGvs03d > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tXgvwcFnBthkOshn4xcf91SBz8zGrTIC { width:33.875rem;height:2.8125rem;top:1.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVEt38uOfNoXsHSuenQFLwEFfSptR9l0 { width:10.125rem;height:10.125rem;top:6.0625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd9osnTU0iOf9Tg3rew4hVOitIAT7dhT { width:23.3125rem;height:0;top:36.625rem;left:24.124675750733rem;font-size:1rem;display:block; }#Cd9osnTU0iOf9Tg3rew4hVOitIAT7dhT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #N2xV5NqFsIOvlP2XH9JlhXV6cstbD8KC { width:10.375rem;height:;top:8.125rem;left:0rem;font-size:1.25rem;display:block; }#N2xV5NqFsIOvlP2XH9JlhXV6cstbD8KC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #PVou8IbXOlPgzZPx9B9Z151dg9hgbrxO { width:25.3125rem;height:18.875rem;top:29.1875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWOBcH4E0doA09bOngethCEGX5LHLO65 { display:none; }#CWOBcH4E0doA09bOngethCEGX5LHLO65 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LW9hPB5nBkNedbQkc3BGnXc5asyZy9Rd { display:none; }#LW9hPB5nBkNedbQkc3BGnXc5asyZy9Rd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o1EHyTdWBMs6RMHkpGPud5xfQ2In1KfT { width:25.3125rem;height:18.375rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxL0gp5fa4aHxR0wRhCG44gwuZuLLdvX { width:21.6875rem;height:0;top:14.4375rem;left:1.0618495941162rem;font-size:1rem;display:block; }#WxL0gp5fa4aHxR0wRhCG44gwuZuLLdvX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #VKqKFDFq1BLodkwt7KFSDOrgwPnJIAih { width:20rem;height:;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }#VKqKFDFq1BLodkwt7KFSDOrgwPnJIAih li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #WAdGC3BO031kJvZrDrCDxu7TyTFI7DQ0 { width:10.125rem;height:10.125rem;top:27.4375rem;left:37.371746063233rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRbuDQ4fAXPHqNHlJxScQb9vOJThkiaf { display:none; }#tRbuDQ4fAXPHqNHlJxScQb9vOJThkiaf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QKaTbmDiG4NpIWyGsDBv6QI6zDN7isra { display:block; }#QKaTbmDiG4NpIWyGsDBv6QI6zDN7isra > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2kSkylW4etH1Te5Wbiy9kqqLJgEk2qd { width:47.75rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfRoSsXvxZz9gZQDLMiHRv8cxMZR8MVn { width:17.25rem;height:3.1875rem;top:4.1875rem;left:15.249219894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUUk1Un41BKSwxdc3MydfWkanEFsavFi { display:block; }
 }@media only screen and (max-width: 763px) { #r381fn2aagd3oyuyHaX8LLcHNtbz3cOs { display:none; }#r381fn2aagd3oyuyHaX8LLcHNtbz3cOs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ONs9b4aNMBO5qdrlbvUmLyvuNplRWHH0 { width:33.875rem;height:2.8125rem;top:1.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGdOHDslSwNyk3GssfWdA9DAOOcQ7SBX { width:21.6875rem;height:0;top:14.4375rem;left:1.0618495941162rem;font-size:1.3125rem;display:block; }#KGdOHDslSwNyk3GssfWdA9DAOOcQ7SBX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #VEdTOtS50qF3RoQf76VOvQNz5zDHz1tA { width:24.25rem;height:16.1875rem;top:9.4375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSSX62Tu1F4XFcmKRCBbcuFW3nVFq0AD { width:25rem;height:18.75rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #okTr8TP3CDzEnxLEV6NBvVMvrIcnEETb { width:10.125rem;height:10.125rem;top:6.0625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyG351v5OdfsX7MsixaBXTIhseSlomqG { width:29.25rem;height:;top:10.25rem;left:0rem;font-size:1.5rem;display:block; }#TyG351v5OdfsX7MsixaBXTIhseSlomqG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #Xefbm4gHVUk5TvA1Dk5Oet2SWvG6KEaT { width:25.3125rem;height:18.375rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNAqP9Vb0mBVagfRVB6F9z65rtUQh40T { width:23.3125rem;height:0;top:36.625rem;left:24.124675750733rem;font-size:1.3125rem;display:block; }#GNAqP9Vb0mBVagfRVB6F9z65rtUQh40T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #M8dWKhLazJLFeCTSpgqb61g2RTzkOStm { width:13.3125rem;height:;top:31.5rem;left:24.24267578125rem;font-size:1.5rem;display:block; }#M8dWKhLazJLFeCTSpgqb61g2RTzkOStm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #UfbXkD2uczCpvMxlvKu6mt5I6uRr1EZ5 { width:10.125rem;height:10.125rem;top:27.4375rem;left:37.371746063233rem;display:block; }
 }@media only screen and (max-width: 763px) { #VshtrXm8fn2GSpm2xamSFUFa2UbbhmCF { width:25.3125rem;height:18.875rem;top:29.1875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1hJ26Q3Vhn8afyHtcDFznT2HEToFm2E { display:block; }#V1hJ26Q3Vhn8afyHtcDFznT2HEToFm2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnbEMz8LxO63oVOKTc4MBBMeXTpUl4tn { width:47.75rem;height:1.25rem;top:1.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4b0oXE5TqA1GCg4149trUq3O0hf9qHc { width:10.125rem;height:2.125rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr3392QfgyyQNkEF6lnTzzmB9qfDRabX { width:6.3125rem;height:1rem;top:8.8740234375rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #km2JI6XWufaxbvvNup5ptOi7FPz3GynT { width:8.3125rem;height:1.3808625rem;top:7.4296875rem;left:5.84375rem;font-size:1.0625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hoSWTRBum3yJIXv1PT8wnWekkJcxm1zf { width:1.5625rem;height:1.13671875rem;top:10.0615234375rem;left:9.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE1KxPvgwW0BfN0u5u0m29XcJ8dvAmWq { width:12.6875rem;height:4.0625rem;top:0.28125rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBO5pnd4RUX21Pshm4Qmi5VcD9WXZR6c { width:4.4375rem;height:auto;top:2.0625rem;left:7.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ixVaDKiqmTFnSnWAeJJTDBLM1bJT1lDM { width:10.875rem;height:auto;top:2.0625rem;left:4.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RynT2FGfp9WJI15VQOGPDzao2GkcCv54 { width:5.5rem;height:auto;top:2.0625rem;left:7.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xaCk2GmbrkCu7Adeu7OkC6Xb3IBgmILs { width:3.1875rem;height:1.3808625rem;top:5.375rem;left:0.75rem;font-size:1.0625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #cF0izAqFPXku9LcViNof5yCER7TLKIsZ { width:9.1875rem;height:1.3808625rem;top:5.375rem;left:5.0625rem;font-size:1.0625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #bE8exUkQEz1lwT734EBhZpfEq6Va2KeA { width:4.6875rem;height:1.3808625rem;top:5.40234375rem;left:14.6875rem;font-size:1.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #dq5NReUtS3mLzuQnJu0fWHbLaT6T5TeI { display:block; }#dq5NReUtS3mLzuQnJu0fWHbLaT6T5TeI > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNB2WtGrsDT2d5GOITTnRWSVevt37AWR { width:20rem;height:5.625rem;top:1.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15003;color:#1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #DC9KA76VCcCwMxkrTbWdT3eDPcUWBD4u { width:12.5rem;height:4.1875rem;top:0rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NLXlSLPubm1M6Cfhrau4yQuZRguDfxcX { display:block; }#NLXlSLPubm1M6Cfhrau4yQuZRguDfxcX > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSJcPet2UOEvDDu5PlQ9NyyOosQSBBG4 { width:20rem;height:auto;top:1.8125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15003;color:#e6342a;display:none; }
 }@media only screen and (max-width: 763px) { #ODacILJ1pcqLnM1CCeeQ22aFRtSz2wtb { top:0rem;left:0rem;width:20rem;height:11.25rem;z-index:15004;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Er5TTNp6ZPXebXugfcZQV1QMqVCJv76W { width:4.25rem;height:3.9375rem;top:6.875rem;left:15.75rem;background-color:#ffffff;background-image:none;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #EKDX1uNxnPVNoPQr0fmynTazOblxEEmk { width:2.9375rem;height:3.25rem;top:7.21875rem;left:16.40625rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #h1aForhfHtbz3WZz1bt01NCGC7L6Hskc { top:0rem;left:0rem;width:20rem;height:11.125rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qomvg1FVuSWSFm9bi7Ut6PirCvigdx87 { display:none; }#qomvg1FVuSWSFm9bi7Ut6PirCvigdx87 > .row .container { width:20rem;height:38.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WMpbhT6rApK9QmHiHPMQrv6bTlVx0DQM { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WMpbhT6rApK9QmHiHPMQrv6bTlVx0DQM > .row .container { background-color: transparent; background-image: none; }#WMpbhT6rApK9QmHiHPMQrv6bTlVx0DQM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMpbhT6rApK9QmHiHPMQrv6bTlVx0DQM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMpbhT6rApK9QmHiHPMQrv6bTlVx0DQM > .row .container > .video-iframe-container { display: none; }#WMpbhT6rApK9QmHiHPMQrv6bTlVx0DQM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMpbhT6rApK9QmHiHPMQrv6bTlVx0DQM > .row > .video-iframe-container { display: none; }#WMpbhT6rApK9QmHiHPMQrv6bTlVx0DQM > .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); }#WMpbhT6rApK9QmHiHPMQrv6bTlVx0DQM > .row .container { border-width: 0; border-radius: 0; }#WMpbhT6rApK9QmHiHPMQrv6bTlVx0DQM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WMpbhT6rApK9QmHiHPMQrv6bTlVx0DQM > .row .container { width:20rem;height:79.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5iJT0W2psumnPPwpr3ylP87JsCMmiaq { width:18.5625rem;height:6.499rem;top:1.625rem;left:0.71875rem;font-size:1rem;text-align:justify;text-align-last:initial;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #SiEPPKrEEEdJlyUS4UEFgaaW8FdSzbIp { width:20rem;height:15.556625rem;top:9.8125rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;z-index:15001;line-height:1.4;display:block; }#SiEPPKrEEEdJlyUS4UEFgaaW8FdSzbIp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-regular-label { width:16.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-input-text { width:16.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-input-text {padding-top: 0; padding-bottom: 0;}#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-textarea { width:16.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-input-select { width:16.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-input-select {padding-top: 0; padding-bottom: 0;}#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-input-button { width:16.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#1aaf5d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;color:#ffffff;font-size:1rem;overflow:hidden; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .widget-checkbox-label { width:15.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#edf0f7; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T  { width:16.8125rem;height:auto;top:35.25rem;left:0.375rem;box-shadow: none;background-color:#d40000;background-image:none;z-index:15007;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T .radio-container { width:16.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T {display:block;}#KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T { width:16.8125rem;height:auto;top:35.25rem;left:0.375rem;box-shadow: none;background-color:#d40000;background-image:none;z-index:15007;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem; }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #sF86mEk7VBeqZCPSeJg56q1BwoVVDTfk {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #Nv9cytTJ5KkRnASf7xscouSXdPesM7IN { display:block; }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #C9mwnbOGtWL0LQnmvRM9NxMAB3onhrPn {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #kI0mnF2ign8287iMJbxLZinZ9HcCFrBX {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #MFTzeTHNu8vI2EkwkECsXUoPdk6Z1rL5 { display:block; }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #LmuCho4SQS9VXXr5EtbfEa1B7yldg6Vy {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #PVdD0lz42kLltMbXcCWTDBgKAZ7eqLCp {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #QMVqA5a5os9Rs59rDhRxsuHbTOIkZf2u { display:block; }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #LPo2BlPAuKsWCbGC6TO5VsNCL2z9WgG6 {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #rkfVkNA0StgMRJkiNXtQAOZT7XMCo36f {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #XhTp9m7cvyfONEzgm7rVXU7bUwuL0atm { display:block; }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #mzHUdql1z1H9Hmqae6O3Ei5ENKVKFWqi {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #eqW2dz1HlpnAOUH0svc0WsAEIdlMFTUa {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #cMusXevvm9HXsVpo9Dq3TRHR4NuTF4Ab { display:block; }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #ZdcMIukuQL2SuFQA4qzOiOivFPSkaGOk {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #bV33pImA7bHTduogkKeToBamx87M8xn0 {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #wG5cNGMCFuxddIEp7BgzAaqRht84PNFS {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #xnQi1HBxB5WfzTAqI91XAAg6LCL6Hb0F {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #B2cyFxTLZXXNehhK0R0WmZNkr1mOTn46 {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #nwgm4EgPQCwiqhAvUoixnEpfGhK3T4Ns {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #KUs4RhNSXxJB5s1SEca1ZhK5SSxhSx4N {  }
 }@media only screen and (max-width: 763px) { #i7MnrmGvBI4o2AXEu8Ghhm3x8OUVhAKT { display:block; }
 }@media only screen and (max-width: 763px) { #wUMrbb9zKnlHLmbnpXo8F3A5oU77Pnnn { display:block; }
 }@media only screen and (max-width: 763px) { #hH0vDSwQcx08dvyywkTg0ssVr4Q232WE { display:block; }
 }@media only screen and (max-width: 763px) { #qT42durnwiO1M0QNlKKtATsXd6ylSmLX { display:block; }
 }@media only screen and (max-width: 763px) { #BFOsdDr2cDB6X55kMHSdaaArbftt35ke { display:block; }
 }@media only screen and (max-width: 763px) { #nwA5KzWx011kGIbagSoPw4ebMBWXd1EF { display:block; }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #Eg6W1JvOyGTWW67Csizn1ZXsrNqu6CBf {  }
 }@media only screen and (max-width: 763px) { #KH2NWsp2x4kAzB7h03Dx7cOgZwDWQc0T #E1COsgxO6H6tpST0B1JJXbZrV5Fe5zTZ {  }
 }@media only screen and (max-width: 763px) { #sMD3N1r5hDPTchDzA4OzB2uGZEmZElvr { width:19rem;height:0;top:33.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.1;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #A0f3F6J5yKhxQXaUlEKwZzT4VobSrKmV { width:20rem;height:35.75rem;top:3.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IWZ4RfJTGfPsOnDlmwtqxpbP5XDvFo5F { width:17.625rem;height:1.71875rem;top:33.25rem;left:1.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.1;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #LXaTFoQaGdiJavAXdutPuX0ZmxKBKw6g { width:15.6875rem;height:1.0556625rem;top:23.4375rem;left:2.125rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WZrKgXh0VmdnzMgQHxBEaKNyhNfT6IZE { width:20rem;height:auto;top:36.4375rem;left:0rem;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;display:none; }#WZrKgXh0VmdnzMgQHxBEaKNyhNfT6IZE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #J9JvbI52wTrz7ebDJTsBeMJe5yeGNowO { width:20rem;height:10.75rem;top:66.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGW6zn45yUAVqfZrUG0AnHHhn8zDOy6g { width:20rem;height:0;top:44.8056875rem;left:0rem;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;display:none; }#DGW6zn45yUAVqfZrUG0AnHHhn8zDOy6g li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #tx31DE6KdLtQnZ2icK6LyUH5pn6wSkGP { width:10.125rem;height:10.125rem;top:32.3125rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G5CIweTssRvyHHJ87P64zIntoRw4SHaC { width:20rem;height:auto;top:4.9375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uyhIRRtGLSobRWEcGHcEamZMJFGrkTmW { width:6.25rem;height:5.8125rem;top:62.625rem;left:13.6875rem;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #tqbBBQqaBh9bFBbqz5KoKxsMCW8WJEGe { width:4.25rem;height:4.6875rem;top:63.5rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yAeUtFin1xatO48mBcT73NRvIt4ZDInF { width:20rem;height:35.75rem;top:39.75rem;left:1.28125rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #mX9NQammLqr2acd1QUHTfxWmfVTIcF3R { width:18.5625rem;height:6.499rem;top:69.4375rem;left:0.75rem;font-size:1rem;text-align:justify;text-align-last:initial;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #EFXKErf5I8I7CxI3Bsyziuyv9B0hqACF { width:9.25rem;height:1.4619125rem;top:67.4375rem;left:0.75rem;font-size:1.125rem;text-align:justify;text-align-last:initial;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #GVWk2x3ucD8k6GL5Rnc8yTFRPKEld8yA { width:5.5rem;height:5.5rem;top:81.375rem;left:6.40625rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #iWw9xezG4D2BlhnK2MX2kwy0JcfGu73M { top:27.1875rem;left:0.375rem;width:19.3125rem;height:12.5rem;z-index:15000;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;background-color:#d40000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ura48eNo6yx2M87yxNAM6KMEmqLeDCZH { width:17.625rem;height:3.4375rem;top:28.9375rem;left:1.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.1;z-index:15024;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #L2RBEtKV4GeomtOvQp5wbwPdIgqMUyJG { width:2.125rem;height:2.125rem;top:74.8125rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvz1nnxefoi4M4q2SUWsp2A0dBHgug9v { width:8.6875rem;height:8.6875rem;top:63.8125rem;left:10.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #a05T1RwOZv61cZxk4UMpx11GJrTwrGsz { width:20rem;height:auto;top:13.875rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;display:none; }#a05T1RwOZv61cZxk4UMpx11GJrTwrGsz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #LN5SsaPpVEXHN4Esv6IRwb22SbsND6EV { display:none; }#LN5SsaPpVEXHN4Esv6IRwb22SbsND6EV > .row .container { width:20rem;height:102.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V7vKvmVvcMoUQoluJiGC6Zvx98Kq4hkm { display:block; }#V7vKvmVvcMoUQoluJiGC6Zvx98Kq4hkm > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpTTEH1kqh5mzolepUIzAymZek88hquI { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F58ErzsC6lkbhpBFK3zmkp6UHdN03yxt { display:block; }#F58ErzsC6lkbhpBFK3zmkp6UHdN03yxt > .row .container { width:20rem;height:64rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RUnAaP6iCewvQVJsXrEEcHJAhcL0cRGT { width:20rem;height:1.625rem;top:12.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5EImyDZHIaEiCM6cAIOGSkvws2ze2wt { width:20rem;height:1.625rem;top:35.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP7I3irP9FAP3WAuFOWghxmLuOZnLSrG { width:17.25rem;height:3.8994125rem;top:58.5rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtlUfDfgCRVa92lITDUkDsIkIzLO41Kq { width:20rem;height:1.625rem;top:55.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwJNZfmNiSfsMMZ9O5wvA7TbWSMGdL9a { width:9.375rem;height:9.375rem;top:24.6875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHvKI1KPwcQiE3oJ38TV6pHPK48tvq25 { width:9.375rem;height:9.375rem;top:44.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9wKGkk0zcqD2H5oQXDWK8RZy1KTTAAS { width:17.1875rem;height:5.19921875rem;top:15.3115234375rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmD83yy618dtSST9w78wbac2URzHnnxs { width:17.1875rem;height:2.5996125rem;top:37.625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkg3fXzdRnBK0P11FMbf2Hyhxs5nVBAk { width:9.375rem;height:9.375rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFAWCQkIEpz1hsHLhy9IgtqBkRIw3eJx { display:block; }#rFAWCQkIEpz1hsHLhy9IgtqBkRIw3eJx > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJwX6v6MVqy9UncLnnTSw91f121T2aQa { width:17.25rem;height:3.8994125rem;top:14.8125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6JIVGPD6fz6tuTRog5vk8ynvLSChE39 { width:20rem;height:3.25rem;top:11.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #chTGDTqOdzJU2N5y0vE1HJPRXuXz8M9u { width:9.375rem;height:9.375rem;top:1.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAa4FommTRDxHZwLRW1zf5loShDmSRHJ { width:20rem;height:3.25rem;top:33.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDIww3eZ1uqXe3TKlLUlrsbnyOqnaccu { width:9.375rem;height:9.375rem;top:22.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbGiNo18DfCT1Stu8ASDkuS3hp4rs8AW { width:17.25rem;height:6.499025rem;top:37rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0E7nRsGNFiIgFn6fB4oEyST7NrwboBS { background-color:#d40000;background-image:none;display:block; }#w0E7nRsGNFiIgFn6fB4oEyST7NrwboBS > .row .container { background-color: transparent; background-image: none; }#w0E7nRsGNFiIgFn6fB4oEyST7NrwboBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0E7nRsGNFiIgFn6fB4oEyST7NrwboBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0E7nRsGNFiIgFn6fB4oEyST7NrwboBS > .row .container > .video-iframe-container { display: none; }#w0E7nRsGNFiIgFn6fB4oEyST7NrwboBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0E7nRsGNFiIgFn6fB4oEyST7NrwboBS > .row > .video-iframe-container { display: none; }#w0E7nRsGNFiIgFn6fB4oEyST7NrwboBS > .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); }#w0E7nRsGNFiIgFn6fB4oEyST7NrwboBS > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZhrvdkL0V0dy3DoNOeiq7utCTtE4kTQ { width:20rem;height:3.8496125rem;top:2.5rem;left:0rem;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uShedlo4HHcMedgsvTIt496RwSSxS57u { width:14.75rem;height:3.4375rem;top:34.3330078125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afhEM4cCQ6nvblQc59TvZ2UcaVhPgwIs { display:block; }
 }@media only screen and (max-width: 763px) { #bdB52zBg5IEqqCGFocM8mI1pvgZvWOzS { width:4.375rem;height:2.5996125rem;top:8.8369140625rem;left:7.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBZvVpOT03Xt85tmOlrDLooNDtlK2Qbv { width:4.25rem;height:2.5996125rem;top:17.875rem;left:7.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVQs8hKZi65OgH22x5HEmFyPbwu7K6u9 { width:1.6875rem;height:2.5996125rem;top:27rem;left:9.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmwM5pcrkHOTTuNw6Tsxc96qIwHq5z0b { display:flex;width:2.3125rem;height:2.3125rem;top:17.08300625rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThxHWOiRFyqorsekSxGUbNOk3Q8nDMNa { display:flex;width:1.6875rem;height:1.6875rem;top:24.125rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #GUX1k6dEkyV5tWzB9lLHSJ39K7yUMoo8 { width:13rem;height:1.8681625rem;top:11.4365234375rem;left:3.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRuwSaL0vqLhXdkrAFbQy0clZMCu9TtC { width:12.9375rem;height:1.8681625rem;top:20.474609375rem;left:3.53125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaGQGRb7R8t1mWN6MMuqHcCa3THa4hmO { width:11.5625rem;height:1.8681625rem;top:29.599609375rem;left:4.21875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmHgxZHNi7bK9ZfWNIHvb76ADa3xu4oD { display:flex;width:1.6875rem;height:1.6875rem;top:14.625rem;left:9.1875rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #yGaB6Z35v65vPRqUPwWKN43mFuytAeZc { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1b30f3e9-0209-4bc2-8506-dc482b075d2c/VetrataArquatichenonsisalva.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yGaB6Z35v65vPRqUPwWKN43mFuytAeZc.adaptive-delivery-prevent-bg, #yGaB6Z35v65vPRqUPwWKN43mFuytAeZc.lazyload, #yGaB6Z35v65vPRqUPwWKN43mFuytAeZc.lazyloading { background-image: none; }#yGaB6Z35v65vPRqUPwWKN43mFuytAeZc > .row .container { background-color: transparent; background-image: none; }#yGaB6Z35v65vPRqUPwWKN43mFuytAeZc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGaB6Z35v65vPRqUPwWKN43mFuytAeZc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGaB6Z35v65vPRqUPwWKN43mFuytAeZc > .row .container > .video-iframe-container { display: none; }#yGaB6Z35v65vPRqUPwWKN43mFuytAeZc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGaB6Z35v65vPRqUPwWKN43mFuytAeZc > .row > .video-iframe-container { display: none; }#yGaB6Z35v65vPRqUPwWKN43mFuytAeZc > .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); }#yGaB6Z35v65vPRqUPwWKN43mFuytAeZc > .row .container { border-width: 0; border-radius: 0; }#yGaB6Z35v65vPRqUPwWKN43mFuytAeZc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yGaB6Z35v65vPRqUPwWKN43mFuytAeZc > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lilmNAyM3dDCcN3DMMD9aDim3NIkGDix { display:block; }#lilmNAyM3dDCcN3DMMD9aDim3NIkGDix > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcgA635Zu14B3MoDQpRNZdSuGc3N4VZR { width:20rem;height:4.0625rem;top:0.71875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSJyRhx5cRnSdNPvPV30CTZCw4o59XfU { display:block; }#lSJyRhx5cRnSdNPvPV30CTZCw4o59XfU > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIDRskabNCGzitsplvwmG6GaPlBNctXH { width:18.75rem;height:12.5rem;top:22.2578125rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #PWuVbgp3rb4GEE3P4PrO3kzSQT6q4V6o { width:20rem;height:14.125rem;top:1.9375200271606rem;left:0rem;font-size:1rem;display:block; }#PWuVbgp3rb4GEE3P4PrO3kzSQT6q4V6o li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #qF5DTGJKa7zGdE6iH8UANam1OoAGa1RZ { width:20rem;height:12.9375rem;top:16.8125rem;left:0rem;font-size:1rem;display:block; }#qF5DTGJKa7zGdE6iH8UANam1OoAGa1RZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #TJfU9QzVpTLEWw0buAsuELZHpmywq747 { width:20rem;height:12.455696202532rem;top:22.4375rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #vrCQvSAMM5qo1E1c9QsVD4CccLXIWRgC { background-color:#d40000;background-image:none;display:block; }#vrCQvSAMM5qo1E1c9QsVD4CccLXIWRgC > .row .container { background-color: transparent; background-image: none; }#vrCQvSAMM5qo1E1c9QsVD4CccLXIWRgC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrCQvSAMM5qo1E1c9QsVD4CccLXIWRgC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrCQvSAMM5qo1E1c9QsVD4CccLXIWRgC > .row .container > .video-iframe-container { display: none; }#vrCQvSAMM5qo1E1c9QsVD4CccLXIWRgC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrCQvSAMM5qo1E1c9QsVD4CccLXIWRgC > .row > .video-iframe-container { display: none; }#vrCQvSAMM5qo1E1c9QsVD4CccLXIWRgC > .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); }#vrCQvSAMM5qo1E1c9QsVD4CccLXIWRgC > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0l2mpMRSU1dhUOZqafZLviDtZVeBh4i { width:20rem;height:2.5996125rem;top:1.125rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iXFerT3LWQzfrsi5B6fNppNqpZTXX7qA { width:18.25rem;height:3.4375rem;top:4.6554698944092rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA5D9FIE9cUNbM7R7NRiQSyesyRXo67B { display:block; }
 }@media only screen and (max-width: 763px) { #VXkclOL0H2GL57nUQ3EzJUFVsJRRPday { display:block; }#VXkclOL0H2GL57nUQ3EzJUFVsJRRPday > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHzP1JMbrd6lAfaC2kBqTL64K5BrPBDk { width:20rem;height:0;top:1.96875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I82KDokmfHFXcXJ65tq9I7lsZvXW8zWm { width:20rem;height:4.548825rem;top:1.96875rem;left:0rem;font-size:1.75rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #fEz7COBtpmNur0ZCDpuf6uJrHgdXpmao { display:block; }#fEz7COBtpmNur0ZCDpuf6uJrHgdXpmao > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5ucM05ypKktufuIgTF2NrJBHE4aV1sy { width:16.9375rem;height:1.03125rem;top:1.1435546875rem;left:1.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dtfp7m510DiMZWWP3IbVsn1q3bw0OpVd { width:17.875rem;height:1.8125rem;top:0.6591796875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThLRXhEZt2aP8kThgdVTsToq3STB0w8q { width:19.875rem;height:8.5rem;top:16.3125rem;left:0rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Z88oV9KGRqDlXGPQKEspcX7zEr78PLLG { width:20rem;height:6.12305rem;top:17rem;left:0rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aBO4KvZT1HKAfhJICuhM6cRn0CRSB0yw { width:20rem;height:15.1035rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #szbAaMZvTA2e8NtJguxVPk8DBm5cskVE { display:block; }#szbAaMZvTA2e8NtJguxVPk8DBm5cskVE > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwk1uxcXb1u48moNLlGRMVJTPkuMIJC6 { width:20rem;height:13.25rem;top:0rem;left:0rem;overflow:hidden;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #KIk9Iyu5xzVM1qon1oHZtRQfDX8qTNVL { width:19.5rem;height:1.8125rem;top:0.8125rem;left:0.1875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #n4TbLTZDbJXaEtMrfXc0Ll73Spx7iOSE { width:19.375rem;height:1.03125rem;top:1.203125rem;left:0.3125rem;font-size:0.9375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #oTJBrHrBW2OzxzOnwyCJ8SJAQVDWhOQF { display:block; }#oTJBrHrBW2OzxzOnwyCJ8SJAQVDWhOQF > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtKoxKD27Uru0sofVPQqLbCkncdD8wF6 { width:20rem;height:2.75rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CaekPtWvGyeEruqyJTFOK96cb9kIMt0g { width:20rem;height:1.03125rem;top:2.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9CUUuaHrFhT5m4C2o5GHEx1ZIDAggqk { width:20rem;height:7.347625rem;top:2.625rem;left:0rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OZBfGOo7DrzPuTieJN6HVaMW7cyfHnTh { width:19.875rem;height:8.8125rem;top:1.8125rem;left:0rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BkDn6qv7UiyFt03tx677wv4z6KJ5ndiN { width:20rem;height:13.208333333333rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EGC3ScSFKF92yA3zwROxc0tPvSGvs03d { display:block; }#EGC3ScSFKF92yA3zwROxc0tPvSGvs03d > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tXgvwcFnBthkOshn4xcf91SBz8zGrTIC { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iVEt38uOfNoXsHSuenQFLwEFfSptR9l0 { width:10.125rem;height:10.125rem;top:2.5rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd9osnTU0iOf9Tg3rew4hVOitIAT7dhT { width:18.8125rem;height:0;top:11.375rem;left:0.5625rem;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }#Cd9osnTU0iOf9Tg3rew4hVOitIAT7dhT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #N2xV5NqFsIOvlP2XH9JlhXV6cstbD8KC { width:10.375rem;height:3.3125rem;top:6.5625rem;left:0.75rem;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }#N2xV5NqFsIOvlP2XH9JlhXV6cstbD8KC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #PVou8IbXOlPgzZPx9B9Z151dg9hgbrxO { width:20rem;height:12.875rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWOBcH4E0doA09bOngethCEGX5LHLO65 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yZ1wKvrj/Calla_ridim_3_.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CWOBcH4E0doA09bOngethCEGX5LHLO65.adaptive-delivery-prevent-bg, #CWOBcH4E0doA09bOngethCEGX5LHLO65.lazyload, #CWOBcH4E0doA09bOngethCEGX5LHLO65.lazyloading { background-image: none; }#CWOBcH4E0doA09bOngethCEGX5LHLO65 > .row .container { background-color: transparent; background-image: none; }#CWOBcH4E0doA09bOngethCEGX5LHLO65::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWOBcH4E0doA09bOngethCEGX5LHLO65 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWOBcH4E0doA09bOngethCEGX5LHLO65 > .row .container > .video-iframe-container { display: none; }#CWOBcH4E0doA09bOngethCEGX5LHLO65 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWOBcH4E0doA09bOngethCEGX5LHLO65 > .row > .video-iframe-container { display: none; }#CWOBcH4E0doA09bOngethCEGX5LHLO65 > .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); }#CWOBcH4E0doA09bOngethCEGX5LHLO65 > .row .container { border-width: 0; border-radius: 0; }#CWOBcH4E0doA09bOngethCEGX5LHLO65 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CWOBcH4E0doA09bOngethCEGX5LHLO65 > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LW9hPB5nBkNedbQkc3BGnXc5asyZy9Rd { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LW9hPB5nBkNedbQkc3BGnXc5asyZy9Rd > .row .container { background-color: transparent; background-image: none; }#LW9hPB5nBkNedbQkc3BGnXc5asyZy9Rd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LW9hPB5nBkNedbQkc3BGnXc5asyZy9Rd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LW9hPB5nBkNedbQkc3BGnXc5asyZy9Rd > .row .container > .video-iframe-container { display: none; }#LW9hPB5nBkNedbQkc3BGnXc5asyZy9Rd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LW9hPB5nBkNedbQkc3BGnXc5asyZy9Rd > .row > .video-iframe-container { display: none; }#LW9hPB5nBkNedbQkc3BGnXc5asyZy9Rd > .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); }#LW9hPB5nBkNedbQkc3BGnXc5asyZy9Rd > .row .container { border-width: 0; border-radius: 0; }#LW9hPB5nBkNedbQkc3BGnXc5asyZy9Rd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LW9hPB5nBkNedbQkc3BGnXc5asyZy9Rd > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1EHyTdWBMs6RMHkpGPud5xfQ2In1KfT { width:20rem;height:14.1875rem;top:3.029296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxL0gp5fa4aHxR0wRhCG44gwuZuLLdvX { width:18.125rem;height:0;top:8.6250004768369rem;left:0.9375rem;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }#WxL0gp5fa4aHxR0wRhCG44gwuZuLLdvX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #VKqKFDFq1BLodkwt7KFSDOrgwPnJIAih { width:9.0625rem;height:3.25rem;top:3.9921875rem;left:0.8740234375rem;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }#VKqKFDFq1BLodkwt7KFSDOrgwPnJIAih li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #WAdGC3BO031kJvZrDrCDxu7TyTFI7DQ0 { width:10.125rem;height:10.125rem;top:0rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRbuDQ4fAXPHqNHlJxScQb9vOJThkiaf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/02b11367-f200-4ccc-855b-59eef87e3e12/StarglassAmbientato0001copia.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tRbuDQ4fAXPHqNHlJxScQb9vOJThkiaf.adaptive-delivery-prevent-bg, #tRbuDQ4fAXPHqNHlJxScQb9vOJThkiaf.lazyload, #tRbuDQ4fAXPHqNHlJxScQb9vOJThkiaf.lazyloading { background-image: none; }#tRbuDQ4fAXPHqNHlJxScQb9vOJThkiaf > .row .container { background-color: transparent; background-image: none; }#tRbuDQ4fAXPHqNHlJxScQb9vOJThkiaf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRbuDQ4fAXPHqNHlJxScQb9vOJThkiaf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRbuDQ4fAXPHqNHlJxScQb9vOJThkiaf > .row .container > .video-iframe-container { display: none; }#tRbuDQ4fAXPHqNHlJxScQb9vOJThkiaf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRbuDQ4fAXPHqNHlJxScQb9vOJThkiaf > .row > .video-iframe-container { display: none; }#tRbuDQ4fAXPHqNHlJxScQb9vOJThkiaf > .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); }#tRbuDQ4fAXPHqNHlJxScQb9vOJThkiaf > .row .container { border-width: 0; border-radius: 0; }#tRbuDQ4fAXPHqNHlJxScQb9vOJThkiaf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tRbuDQ4fAXPHqNHlJxScQb9vOJThkiaf > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKaTbmDiG4NpIWyGsDBv6QI6zDN7isra { background-color:#000000;background-image:url("https://images.assets-landingi.com/H3tZqGPg/backgroung_natalizio.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#QKaTbmDiG4NpIWyGsDBv6QI6zDN7isra.adaptive-delivery-prevent-bg, #QKaTbmDiG4NpIWyGsDBv6QI6zDN7isra.lazyload, #QKaTbmDiG4NpIWyGsDBv6QI6zDN7isra.lazyloading { background-image: none; }#QKaTbmDiG4NpIWyGsDBv6QI6zDN7isra > .row .container { width:20rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N2kSkylW4etH1Te5Wbiy9kqqLJgEk2qd { width:20rem;height:0;top:2.0625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfRoSsXvxZz9gZQDLMiHRv8cxMZR8MVn { width:17.5rem;height:3.4375rem;top:13.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUUk1Un41BKSwxdc3MydfWkanEFsavFi { display:block; }
 }@media only screen and (max-width: 763px) { #r381fn2aagd3oyuyHaX8LLcHNtbz3cOs { display:none; }#r381fn2aagd3oyuyHaX8LLcHNtbz3cOs > .row .container { width:20rem;height:88.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ONs9b4aNMBO5qdrlbvUmLyvuNplRWHH0 { width:20rem;height:5.10416875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KGdOHDslSwNyk3GssfWdA9DAOOcQ7SBX { width:20rem;height:auto;top:14.4375rem;left:0rem;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;display:none; }#KGdOHDslSwNyk3GssfWdA9DAOOcQ7SBX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #VEdTOtS50qF3RoQf76VOvQNz5zDHz1tA { width:20rem;height:13.350515463918rem;top:9.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iSSX62Tu1F4XFcmKRCBbcuFW3nVFq0AD { width:20rem;height:15rem;top:29.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #okTr8TP3CDzEnxLEV6NBvVMvrIcnEETb { width:10.125rem;height:10.125rem;top:6.0625rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyG351v5OdfsX7MsixaBXTIhseSlomqG { width:20rem;height:auto;top:10.25rem;left:0rem;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;display:none; }#TyG351v5OdfsX7MsixaBXTIhseSlomqG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #Xefbm4gHVUk5TvA1Dk5Oet2SWvG6KEaT { width:20rem;height:16.3125rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNAqP9Vb0mBVagfRVB6F9z65rtUQh40T { width:20rem;height:0;top:45.345703125rem;left:0rem;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;display:none; }#GNAqP9Vb0mBVagfRVB6F9z65rtUQh40T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #M8dWKhLazJLFeCTSpgqb61g2RTzkOStm { width:10.375rem;height:0;top:40.845376968384rem;left:1.7805976867676rem;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;display:none; }#M8dWKhLazJLFeCTSpgqb61g2RTzkOStm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #UfbXkD2uczCpvMxlvKu6mt5I6uRr1EZ5 { width:10.125rem;height:10.125rem;top:27.4375rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VshtrXm8fn2GSpm2xamSFUFa2UbbhmCF { width:20rem;height:18.875rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1hJ26Q3Vhn8afyHtcDFznT2HEToFm2E { background-color:#d40000;background-image:none;display:block; }#V1hJ26Q3Vhn8afyHtcDFznT2HEToFm2E > .row .container { background-color: transparent; background-image: none; }#V1hJ26Q3Vhn8afyHtcDFznT2HEToFm2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1hJ26Q3Vhn8afyHtcDFznT2HEToFm2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1hJ26Q3Vhn8afyHtcDFznT2HEToFm2E > .row .container > .video-iframe-container { display: none; }#V1hJ26Q3Vhn8afyHtcDFznT2HEToFm2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1hJ26Q3Vhn8afyHtcDFznT2HEToFm2E > .row > .video-iframe-container { display: none; }#V1hJ26Q3Vhn8afyHtcDFznT2HEToFm2E > .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); }#V1hJ26Q3Vhn8afyHtcDFznT2HEToFm2E > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnbEMz8LxO63oVOKTc4MBBMeXTpUl4tn { width:20rem;height:1.94921875rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }