.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:250,214,214;--color-primary-1:239,133,131;--color-primary-2:228,51,49;--color-primary-3:212,0,0;--color-primary-4:46,10,10;--color-secondary-0:248,218,219;--color-secondary-1:233,132,136;--color-secondary-2:210,9,16;--color-secondary-3:105,5,8;--color-secondary-4:32,1,2;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#XkZQuEvp1bm8yQBeoRueWlmyJ4rkKppp { position:relative;display:none; }#XkZQuEvp1bm8yQBeoRueWlmyJ4rkKppp { border-width: 0; border-radius: 0; }#XkZQuEvp1bm8yQBeoRueWlmyJ4rkKppp > .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; }#XkZQuEvp1bm8yQBeoRueWlmyJ4rkKppp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);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; }#roksLc1AZxJOXvFqQOEwuaULTz25quPz { position:relative;display:block; }#roksLc1AZxJOXvFqQOEwuaULTz25quPz { background-color: transparent; background-image: none; }#roksLc1AZxJOXvFqQOEwuaULTz25quPz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roksLc1AZxJOXvFqQOEwuaULTz25quPz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roksLc1AZxJOXvFqQOEwuaULTz25quPz > .row .container > .video-iframe-container { display: none; }#roksLc1AZxJOXvFqQOEwuaULTz25quPz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roksLc1AZxJOXvFqQOEwuaULTz25quPz > .row > .video-iframe-container { display: none; }#roksLc1AZxJOXvFqQOEwuaULTz25quPz > .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); }#roksLc1AZxJOXvFqQOEwuaULTz25quPz { border-width: 0; border-radius: 0; }#roksLc1AZxJOXvFqQOEwuaULTz25quPz > .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; }#roksLc1AZxJOXvFqQOEwuaULTz25quPz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.8125rem;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; }#Ho9TAJae83r23bGP33WmIlwvES4A97kd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:16.5625rem;top:1.6875rem;left:20.21875rem;overflow:hidden;display:block; }
#Nl4CtBsELTWtBTcxSraJUknebAmyHpug { position:relative;display:none; }#Nl4CtBsELTWtBTcxSraJUknebAmyHpug { border-width: 0; border-radius: 0; }#Nl4CtBsELTWtBTcxSraJUknebAmyHpug > .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; }#Nl4CtBsELTWtBTcxSraJUknebAmyHpug > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);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; }#myTkKGOA6Ab2KWP3qFTkJRzdWzVAMLoZ { color:rgba(var(--color-tertiary-4),1);display:block;width:36.122375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:38.764763832092rem;left:0rem;height:2.83333125rem;display:none; }
#cdzDrJHOhFOigQLtPoJ0uxZLJLJBkktB { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:18.868055343628rem;left:0rem;height:15.6875rem;font-style:normal;display:none; }#cdzDrJHOhFOigQLtPoJ0uxZLJLJBkktB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cdzDrJHOhFOigQLtPoJ0uxZLJLJBkktB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
#aaevIr3JhomritE9KGhDw5J1ZIuwMEqa { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:15.832465648651rem;left:0rem;height:5rem;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:none; }
#Xz9O7O8MLl8OHQaqz6kosCB4xcUxBmD6 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:9.5347228050231rem;left:0rem;height:4.1666625rem;font-style:normal;display:none; }
#hA5x5GddiuyllGtFXutICIouAAcTS8FT { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.2499990463256rem;left:0rem;height:5rem;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:none; }
#wmKmTOduEeN6gVEnOgh7nRRxfaT4BrD6 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.125rem;left:0rem;height:7rem;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:none; }
#c6gXhof7m8XZCech9ruILUxSFiK27QNb { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.125rem;left:0rem;height:7rem;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:none; }
#xSLko0hqiiDNiNPWzTvP7lTRnoKS04hm { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.2499990463256rem;left:0rem;height:5rem;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:none; }
#cV58gzcP4K2Wih9RrpV79cnnvmfMxiFJ { color:rgba(var(--color-tertiary-4),1);display:block;width:38.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:9.5347228050231rem;left:0rem;height:4.1666625rem;font-style:normal;display:none; }
#O6N5HXVicdTh6wpfFLp8G7DRppQIFzzx { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:15.832465648651rem;left:0rem;height:5rem;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:none; }
#zXi6nrusEplnhAgvTTqFbz09EJUaDzP0 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:18.868055343628rem;left:0rem;height:15.6875rem;font-style:normal;display:none; }#zXi6nrusEplnhAgvTTqFbz09EJUaDzP0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zXi6nrusEplnhAgvTTqFbz09EJUaDzP0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
#AaJxq6KaVlEDii4ZN27CP9QaXumCdUT1 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.122375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:38.764763832092rem;left:0rem;height:2.83333125rem;display:none; }
#gB2B6Xy7hDoTu6T8gwnvk3c83s5wTXFw { color:rgba(var(--color-tertiary-4),1);display:block;width:36.122375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:38.764763832092rem;left:0rem;height:2.83333125rem;display:none; }
#ErIBS4TrPvPAA15qIbHnkCcTPTTF1SVK { color:rgba(var(--color-tertiary-4),1);display:block;width:38.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.1579847335812rem;left:0rem;height:5.1163rem;font-style:normal;display:none; }
#Ka4tJwKccktzTIHrSntxAcIAMP1GyckM { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.125rem;left:0rem;height:9.350125rem;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:none; }
#vEFUPAyZUKeucF0WygTnfbEOZpDybDxI { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:15.87357878685rem;left:0rem;height:;font-style:normal;display:none; }#vEFUPAyZUKeucF0WygTnfbEOZpDybDxI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vEFUPAyZUKeucF0WygTnfbEOZpDybDxI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/mpQdhMAK/Icone_1_.png); }
#rkgxJPpm6z0eDwlNfSURv3UkOl34vIDy { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:14.823787689209rem;left:0rem;height:;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:none; }
#W46Iq1TuMv6IBtzVKEvziaiZx6wIAT50 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:14.823787689209rem;left:0rem;height:;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:none; }
#bCPqv8Q6FVzzCTJ2y9H094PMsIbxzxUG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/dc060e47-a316-408c-8321-ebd0fcdbe13c/ZEFIRO22.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; }#bCPqv8Q6FVzzCTJ2y9H094PMsIbxzxUG.adaptive-delivery-prevent-bg, #bCPqv8Q6FVzzCTJ2y9H094PMsIbxzxUG.lazyload, #bCPqv8Q6FVzzCTJ2y9H094PMsIbxzxUG.lazyloading { background-image: none; }#bCPqv8Q6FVzzCTJ2y9H094PMsIbxzxUG > .row .container { background-color: transparent; background-image: none; }#bCPqv8Q6FVzzCTJ2y9H094PMsIbxzxUG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCPqv8Q6FVzzCTJ2y9H094PMsIbxzxUG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCPqv8Q6FVzzCTJ2y9H094PMsIbxzxUG > .row .container > .video-iframe-container { display: none; }#bCPqv8Q6FVzzCTJ2y9H094PMsIbxzxUG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCPqv8Q6FVzzCTJ2y9H094PMsIbxzxUG > .row > .video-iframe-container { display: none; }#bCPqv8Q6FVzzCTJ2y9H094PMsIbxzxUG > .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); }#bCPqv8Q6FVzzCTJ2y9H094PMsIbxzxUG > .row .container { border-width: 0; border-radius: 0; }#bCPqv8Q6FVzzCTJ2y9H094PMsIbxzxUG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bCPqv8Q6FVzzCTJ2y9H094PMsIbxzxUG > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:60rem;position:relative;display:block; }#knryoC9XPJbpGAQoXSsBokkZuD1oCyTb { 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; }#knryoC9XPJbpGAQoXSsBokkZuD1oCyTb > .row .container { background-color: transparent; background-image: none; }#knryoC9XPJbpGAQoXSsBokkZuD1oCyTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knryoC9XPJbpGAQoXSsBokkZuD1oCyTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knryoC9XPJbpGAQoXSsBokkZuD1oCyTb > .row .container > .video-iframe-container { display: none; }#knryoC9XPJbpGAQoXSsBokkZuD1oCyTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knryoC9XPJbpGAQoXSsBokkZuD1oCyTb > .row > .video-iframe-container { display: none; }#knryoC9XPJbpGAQoXSsBokkZuD1oCyTb > .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); }#knryoC9XPJbpGAQoXSsBokkZuD1oCyTb > .row .container { border-width: 0; border-radius: 0; }#knryoC9XPJbpGAQoXSsBokkZuD1oCyTb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#knryoC9XPJbpGAQoXSsBokkZuD1oCyTb > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:60rem;position:relative;display:block; }#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-form-header {  }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:18.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #9a9b9b;border-left:0.0625rem solid #9a9b9b;border-right:0.0625rem solid #9a9b9b;border-bottom:0.0625rem solid #9a9b9b;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:18.375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.6; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-input-text {padding-top: 0; padding-bottom: 0;}#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #9a9b9b;border-left:0.0625rem solid #9a9b9b;border-right:0.0625rem solid #9a9b9b;border-bottom:0.0625rem solid #9a9b9b;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:18.375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.6; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #9a9b9b;border-left:0.0625rem solid #9a9b9b;border-right:0.0625rem solid #9a9b9b;border-bottom:0.0625rem solid #9a9b9b;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:18.375rem;box-sizing:border-box;height:2.75rem;color:#5a5a5a;font-family:roboto;font-size:1rem;overflow:hidden;vertical-align:top; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-input-select {padding-top: 0; padding-bottom: 0;}#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);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.0625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:#ff1c00;width:18.375rem;height:3.5rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;font-style:normal;line-height:1.4; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .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:roboto;line-height:1.7;font-size:0.625rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:17.1875rem;overflow:hidden;font-style:normal; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .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; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:roboto;font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.3; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-container:first-of-type{padding-top:0;}#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-container:last-of-type{padding-bottom:0;}#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH  { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;left:39.060546875rem;top:5.22265625rem;z-index:15003;position:absolute; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.375rem;display:block;vertical-align:top; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH {display:block;}#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;left:39.060546875rem;top:5.22265625rem;z-index:15003;position:absolute; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #NQRkt5ItiHK6aQF0w35cTd752O8FVZCR { position:relative; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #SGRdThP7iI6ER3SdmNmAHDWEU752F7gk { position:relative;display:block; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #rS54059E9pV3rlA3BWDPQ0KhM03NM41d { position:relative; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #BzuZ4H4LKQkfmGIVhGx5cHPC0Z7U4MEr { position:relative; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #W36I787mtd5hwWWBnmMbxuAGCb4uAUy3 { position:relative;display:block; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #g1xVqs3kf8UoKevL6eUdmzo6TDEasQuS { position:relative; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #Q9LX420PEm6NszNRMy9aE4L8qVfevO2s { position:relative; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #Rb95av97zRCbqff1RthJda8znRD19Exw { position:relative;display:block; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #WQS5lx3PeMsKevMQrKdA2TQ7HCdaqeVy { position:relative; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #Aw6FmufO1XtnIXiIzHzimI2FOXzGgXfH { position:relative; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #OqdIgZl5EpXcMcndU9MZdL21LFo3pECT { position:relative;display:block; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #rcl0w9ZyGwfKxhfaH9t6KeG3PH8rP94M { position:relative; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #EHuW5IpM7mTrv61yQTL1821OwlDcVLk1 { position:relative; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #a9vgTLZbxW8eg1a5XZTWkATPcCwNWU4s { position:relative;display:block; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #a3Q73AHfAiIpHXQpUi5GlOXI1XTwITgG { position:relative; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #wWCC1TAZf9qnnvvwXxEL1Rzrb6Bx4u0l { position:relative; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #VSWgCgJJST0cVAR6W03DeFOgUgKSCEAU { position:relative;z-index:2; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #plFU3KHi6we57ZdUPMQu0DD1PTLoZh0P { position:relative; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #Rz8RoHwThXmhtDtrDtQTIJIwUSBbDicZ { position:relative; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #iXJLsovdiFmwugzT4LHDtx15zQwvXmxT { position:relative;z-index:2; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #TrOmpzwScx6GgPutAOxTsr3nnM4gOV5F { position:relative; }
#U7RTytEQuq6RHwh4r5rX2wuX9eHKTmE8 { position:relative;display:block; }
#KhTTBd1dUT34B62gvI6nRnovL85iltgv { position:relative;display:block; }
#UgfZFbkhBNWlU1rbkhNdRiUSHoMtMxFm { position:relative;display:block; }
#ERQm0xR2avAt0Q2inG5Rytw1mrfPqHw1 { position:relative;display:block; }
#PlFmaiMVFUpDyq1TNmhpnZ0MzbGJKXCP { position:relative;display:block; }
#cgrOyqiP287pgnycL1ZwiCx68xK2780b { position:relative;display:block; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #CdORBpfCHIhdMRdoIXVaks1NnlQceU9F { position:relative; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #fUvr5gyVTckBqNcqUAVxDeC3f93UrILu { position:relative; }
#wmyT6l3wVgRRbvmb8gxIkU0UUinF7ZZ4 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.55) ;height:31.5625rem;width:21.4375rem;top:1.3750000596046rem;left:38.915482521057rem;display:block; }
#KL4kD9zK6yQFrCiQixlFSuJ1TKhINgHq { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.9365234375rem;left:40.5rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gmt6Eh5eb3DIfuZnikGXROGtxqxkaoDz { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.712890625rem;left:39.625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RmNkxex35kQaWbUP4HLMEn5IhrMx1D5f { color:rgba(var(--color-tertiary-0),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.6449651718139rem;left:38.936630249024rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MVxTBnFI3gTd1klUBlIAPTSsuHSigIyu { color:rgba(var(--color-tertiary-4),1);display:block;width:36.121125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:41.84375rem;left:0rem;height:3.89845rem;display:block; }
#ys7CnN2TwTbMZZmMHVuxMlVWwFP1cKnH { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:21.1875rem;left:0rem;height:20.65625rem;font-style:normal;display:block; }#ys7CnN2TwTbMZZmMHVuxMlVWwFP1cKnH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ys7CnN2TwTbMZZmMHVuxMlVWwFP1cKnH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/mpQdhMAK/Icone_1_.png); }
#B5rJ5ATCwOibT35xlq7RKvzacOkNPIQ3 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:9.18408203125rem;left:0rem;height:9.75rem;font-style:normal;display:block; }
#mJHJHhTpc1bcviCZu6krT3DKPBFDgPAl { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:3.8232421875rem;left:0rem;height:;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; }
#hrB307ACCiuxlgz0HuHC69HVe7KxBHBx { color:#e60d0d;display:block;width:43.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:1.375rem;left:0.1875rem;height:6.1875rem;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; }
#goEb5QwhOzufxctI46kP2WfblaHBsrrC { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:18.2021484375rem;left:0rem;height:1.54375rem;font-style:normal;display:block; }
#gGKH9zTpuCIVtlpcbTqdGgAxM02MdD9e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#gGKH9zTpuCIVtlpcbTqdGgAxM02MdD9e > .row .container { background-color: transparent; background-image: none; }#gGKH9zTpuCIVtlpcbTqdGgAxM02MdD9e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGKH9zTpuCIVtlpcbTqdGgAxM02MdD9e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGKH9zTpuCIVtlpcbTqdGgAxM02MdD9e > .row .container > .video-iframe-container { display: none; }#gGKH9zTpuCIVtlpcbTqdGgAxM02MdD9e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGKH9zTpuCIVtlpcbTqdGgAxM02MdD9e > .row > .video-iframe-container { display: none; }#gGKH9zTpuCIVtlpcbTqdGgAxM02MdD9e > .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); }#gGKH9zTpuCIVtlpcbTqdGgAxM02MdD9e > .row .container { border-width: 0; border-radius: 0; }#gGKH9zTpuCIVtlpcbTqdGgAxM02MdD9e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gGKH9zTpuCIVtlpcbTqdGgAxM02MdD9e > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#xUclylQHNy3CoKrssDl8uso5qLE9cfSa { color:rgba(var(--color-primary-3),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:5.19921875rem;font-style:normal;display:block; }
#kDP4zsButAR0vTUgXiv5ec9QS04C8u29 { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.8310546875rem;left:0rem;height:14.29785rem;display:block; }
#WBdJml8CJI8liuqW2wnO1TQ7tQKD67A7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.1875rem;width:29.125rem;top:1.75rem;left:30.4375rem;display:block; }
#rsLdxHuR0Hp8CAPy24SqSqgkVeRPM3nT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rsLdxHuR0Hp8CAPy24SqSqgkVeRPM3nT > .row .container { background-color: transparent; background-image: none; }#rsLdxHuR0Hp8CAPy24SqSqgkVeRPM3nT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsLdxHuR0Hp8CAPy24SqSqgkVeRPM3nT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsLdxHuR0Hp8CAPy24SqSqgkVeRPM3nT > .row .container > .video-iframe-container { display: none; }#rsLdxHuR0Hp8CAPy24SqSqgkVeRPM3nT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsLdxHuR0Hp8CAPy24SqSqgkVeRPM3nT > .row > .video-iframe-container { display: none; }#rsLdxHuR0Hp8CAPy24SqSqgkVeRPM3nT > .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); }#rsLdxHuR0Hp8CAPy24SqSqgkVeRPM3nT > .row .container { border-width: 0; border-radius: 0; }#rsLdxHuR0Hp8CAPy24SqSqgkVeRPM3nT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rsLdxHuR0Hp8CAPy24SqSqgkVeRPM3nT > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;position:relative;display:block; }#C2WAnahuWlgHvAZtKO7oSy1hicLfZ77s { 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:33rem;width:27.8125rem;top:2.3125rem;left:1.09375rem;overflow:hidden;display:block; }
#g3IJVXmJkKvoGrK6cnDM7kP3DnFTEinW { color:rgba(var(--color-tertiary-0),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:20.435546875rem;left:29.875rem;height:13.57324375rem;display:block; }#g3IJVXmJkKvoGrK6cnDM7kP3DnFTEinW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g3IJVXmJkKvoGrK6cnDM7kP3DnFTEinW li:before{  }
#VWW80L0dSX4gXOqBEaIygXA445PbHNgE { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3125rem;left:30rem;height:1.70625rem;font-style:normal;display:block; }
#fT4ELd8sMTsv9wuozMhBauV4G0WUKKLT { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.125rem;left:30rem;height:14.2978375rem;display:block; }
#l83dReVRmCrXSuxFb34LRcg7pleKbUGF { position:relative;display:block; }#l83dReVRmCrXSuxFb34LRcg7pleKbUGF { background-color: transparent; background-image: none; }#l83dReVRmCrXSuxFb34LRcg7pleKbUGF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l83dReVRmCrXSuxFb34LRcg7pleKbUGF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l83dReVRmCrXSuxFb34LRcg7pleKbUGF > .row .container > .video-iframe-container { display: none; }#l83dReVRmCrXSuxFb34LRcg7pleKbUGF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l83dReVRmCrXSuxFb34LRcg7pleKbUGF > .row > .video-iframe-container { display: none; }#l83dReVRmCrXSuxFb34LRcg7pleKbUGF > .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); }#l83dReVRmCrXSuxFb34LRcg7pleKbUGF { border-width: 0; border-radius: 0; }#l83dReVRmCrXSuxFb34LRcg7pleKbUGF > .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; }#l83dReVRmCrXSuxFb34LRcg7pleKbUGF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.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:block; }#ivsZCsUcITQlpqoskxMt2yXrekqXF3OT { color:#d10000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D0oKScWvCoB00oU1pGEIDnuCWkVZ24zg { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.4384765625rem;left:0rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ItQdAPANLIH2aKTNewUaRq2c0K2MRfIO { position:relative;display:block; }#ItQdAPANLIH2aKTNewUaRq2c0K2MRfIO { background-color: transparent; background-image: none; }#ItQdAPANLIH2aKTNewUaRq2c0K2MRfIO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItQdAPANLIH2aKTNewUaRq2c0K2MRfIO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItQdAPANLIH2aKTNewUaRq2c0K2MRfIO > .row .container > .video-iframe-container { display: none; }#ItQdAPANLIH2aKTNewUaRq2c0K2MRfIO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItQdAPANLIH2aKTNewUaRq2c0K2MRfIO > .row > .video-iframe-container { display: none; }#ItQdAPANLIH2aKTNewUaRq2c0K2MRfIO > .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); }#ItQdAPANLIH2aKTNewUaRq2c0K2MRfIO { border-width: 0; border-radius: 0; }#ItQdAPANLIH2aKTNewUaRq2c0K2MRfIO > .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; }#ItQdAPANLIH2aKTNewUaRq2c0K2MRfIO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.8125rem;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; }#ieb2iO5CyKG8dd1hxBnFpeabGmCgh4lp { color:rgba(var(--color-primary-3),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.0625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#wCwOixJnuSw4067xhLHJtASowqNQL0In { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.5615234375rem;left:1.09375rem;height:9.098625rem;text-align:center;text-align-last:center;display:block; }
#DoZwaGccx4XIpsInuXA7A1xfssfymgVL { 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:12.5rem;width:12.5rem;top:0rem;left:1.25rem;overflow:hidden;display:block; }
#k1DzyKrvLzOs7EynbImHanDenbgiAJdt { 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:12.5rem;width:12.5rem;top:0rem;left:16.25rem;overflow:hidden;display:block; }
#ooOF1TQBxb1B56SCplBg2RrBBM6vNZq9 { color:rgba(var(--color-primary-3),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.0625rem;left:15rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#XHxKHWW4uuh4TvQisOMkXAerUqTBTCM4 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.5625rem;left:15.9375rem;height:9.098625rem;text-align:center;text-align-last:center;display:block; }
#mdLk2pkB8FDnIb6h399dcNalUPZlPlGv { 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:12.5rem;width:12.5rem;top:0rem;left:31.25rem;overflow:hidden;display:block; }
#DeJd1QVQCLlUBTsel297xTvq7ZKzGooW { color:rgba(var(--color-primary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.0625rem;left:30rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#BhH9TlHDobTIunq8SM1pa108ezwwdOwH { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.5615234375rem;left:30rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#qdQ0WkE8xFt76OgbhZrVC9OdwfLLhZHd { 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:12.5rem;width:12.5rem;top:0rem;left:46.25rem;overflow:hidden;display:block; }
#biVz8pq4xKAJ0KHoqBOxd3F8OBhBs8zf { color:rgba(var(--color-primary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.0625rem;left:45rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#h3Rwfx5phB5M7Xex6PucaP9whmTKWaEv { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.5615234375rem;left:45.0625rem;height:9.098625rem;text-align:center;text-align-last:center;display:block; }
#QosJ7WK4oEghEsk59fOSbf0QpB14ggVh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.21);background-image:url("https://images.assets-landingi.com/uc/04e85c3b-a5e7-4e7f-92a4-0956a6440e05/WhatsAppImage20211126at1241461.jpeg");background-position:top 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:none; }#QosJ7WK4oEghEsk59fOSbf0QpB14ggVh.adaptive-delivery-prevent-bg, #QosJ7WK4oEghEsk59fOSbf0QpB14ggVh.lazyload, #QosJ7WK4oEghEsk59fOSbf0QpB14ggVh.lazyloading { background-image: none; }#QosJ7WK4oEghEsk59fOSbf0QpB14ggVh > .row .container { border-width: 0; border-radius: 0; }#QosJ7WK4oEghEsk59fOSbf0QpB14ggVh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QosJ7WK4oEghEsk59fOSbf0QpB14ggVh > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:60rem;position:relative;display:none; }#KpfcINU9TRdq9ysdTBEcDDR6zysTR4Js { z-index:15002;top:11.123046875rem;left:22.96875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UswWOS6BsAOCB7PJf4nXNykMAt2Mw1Sp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gK8OvXcVFx0lc3siWus8c65B93ZvCNFI { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.70703125rem;left:0rem;height:6.3359375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#br4Sh9oyqiwqmktMLg75EEJhtnmHpINy { position:relative;display:block; }#br4Sh9oyqiwqmktMLg75EEJhtnmHpINy { background-color: transparent; background-image: none; }#br4Sh9oyqiwqmktMLg75EEJhtnmHpINy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br4Sh9oyqiwqmktMLg75EEJhtnmHpINy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br4Sh9oyqiwqmktMLg75EEJhtnmHpINy > .row .container > .video-iframe-container { display: none; }#br4Sh9oyqiwqmktMLg75EEJhtnmHpINy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#br4Sh9oyqiwqmktMLg75EEJhtnmHpINy > .row > .video-iframe-container { display: none; }#br4Sh9oyqiwqmktMLg75EEJhtnmHpINy > .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); }#br4Sh9oyqiwqmktMLg75EEJhtnmHpINy { border-width: 0; border-radius: 0; }#br4Sh9oyqiwqmktMLg75EEJhtnmHpINy > .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; }#br4Sh9oyqiwqmktMLg75EEJhtnmHpINy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34rem;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; }#MhbJMsNWUGsPqNwxZTxUrDTxPAww7HqK { color:rgba(var(--color-primary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.3740234375rem;left:45rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#aLBAhZkomPdTrxLl3hND3GzwE0qSU4T0 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.86181640625rem;left:45rem;height:11.69825rem;text-align:center;text-align-last:center;display:block; }
#tyq5xDKXcngi3ulq7zq4QVJKurpaHpHk { 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:12.5rem;width:12.5rem;top:0rem;left:1.25rem;overflow:hidden;display:block; }
#EOXifmiy9c4yGX2pR5wTJUS2TlEgciea { color:rgba(var(--color-primary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.3125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#rF7VzqzMtqM2vwf31iUrrFyIIgvfp5Xv { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.86181640625rem;left:0rem;height:9.098625rem;text-align:center;text-align-last:center;display:block; }
#GZu0UTKwOpfnS41IscLsidwTEiJlpcW8 { 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:12.5rem;width:12.5rem;top:0.0625rem;left:16.25rem;overflow:hidden;display:block; }
#SdhtDxIt5BM7Z06KOSDlHPioJFHG3ptT { color:rgba(var(--color-primary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.3125rem;left:15rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#bMxaaMTv9BQ3Df7nOwTKXMhlAJShFtgJ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.86083984375rem;left:15rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#FBzNSTTLp4pHpbb2vFthKzEAX91Qw3al { 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:12.5rem;width:12.5rem;top:0.0625rem;left:31.25rem;overflow:hidden;display:block; }
#ya1S39LHTiS6G7eNWcw5LSiSNDAbHtuT { color:rgba(var(--color-primary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.75rem;left:30rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ixhucQ9gffakT9RZWq4WBco9CyUntm2I { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:19.86181640625rem;left:30rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#J1PAEevWTXJVsNeg3HHHy24FHq9X7zPQ { 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:12.5rem;width:12.5rem;top:0rem;left:46.25rem;overflow:hidden;display:block; }
#VwhOtfTG8dweZIUfLdoQzT4qPuHWdVRk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VwhOtfTG8dweZIUfLdoQzT4qPuHWdVRk > .row .container { background-color: transparent; background-image: none; }#VwhOtfTG8dweZIUfLdoQzT4qPuHWdVRk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwhOtfTG8dweZIUfLdoQzT4qPuHWdVRk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwhOtfTG8dweZIUfLdoQzT4qPuHWdVRk > .row .container > .video-iframe-container { display: none; }#VwhOtfTG8dweZIUfLdoQzT4qPuHWdVRk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwhOtfTG8dweZIUfLdoQzT4qPuHWdVRk > .row > .video-iframe-container { display: none; }#VwhOtfTG8dweZIUfLdoQzT4qPuHWdVRk > .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); }#VwhOtfTG8dweZIUfLdoQzT4qPuHWdVRk > .row .container { border-width: 0; border-radius: 0; }#VwhOtfTG8dweZIUfLdoQzT4qPuHWdVRk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VwhOtfTG8dweZIUfLdoQzT4qPuHWdVRk > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:60rem;position:relative;display:block; }#qBPDFzhoUrUv5QonggLwV7AWKolOn7XJ { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:5.0375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lmRokdKGseFgeEGfyPz3qQTG57D2fZoq { z-index:15002;top:8.49374961853rem;left:19.750001907349rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.497625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EJTcZbHdqBqe8mGv3LRhFSGHq4fn3gtf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dF4rPTzQ9lMS03McFgDaqEyVaO0ttW7p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00c827;background-image:url("https://images.assets-landingi.com/uc/cf1ff2f3-0f86-492b-8ce8-84076f443724/_MG_1259.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; }#dF4rPTzQ9lMS03McFgDaqEyVaO0ttW7p.adaptive-delivery-prevent-bg, #dF4rPTzQ9lMS03McFgDaqEyVaO0ttW7p.lazyload, #dF4rPTzQ9lMS03McFgDaqEyVaO0ttW7p.lazyloading { background-image: none; }#dF4rPTzQ9lMS03McFgDaqEyVaO0ttW7p > .row .container { background-color: transparent; background-image: none; }#dF4rPTzQ9lMS03McFgDaqEyVaO0ttW7p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dF4rPTzQ9lMS03McFgDaqEyVaO0ttW7p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dF4rPTzQ9lMS03McFgDaqEyVaO0ttW7p > .row .container > .video-iframe-container { display: none; }#dF4rPTzQ9lMS03McFgDaqEyVaO0ttW7p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dF4rPTzQ9lMS03McFgDaqEyVaO0ttW7p > .row > .video-iframe-container { display: none; }#dF4rPTzQ9lMS03McFgDaqEyVaO0ttW7p > .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); }#dF4rPTzQ9lMS03McFgDaqEyVaO0ttW7p > .row .container { border-width: 0; border-radius: 0; }#dF4rPTzQ9lMS03McFgDaqEyVaO0ttW7p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dF4rPTzQ9lMS03McFgDaqEyVaO0ttW7p > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:60rem;position:relative;display:block; }#vSlTRPlIqD2pQGPgMzABtiRNqi8Inu0N { position:relative;display:none; }#vSlTRPlIqD2pQGPgMzABtiRNqi8Inu0N { border-width: 0; border-radius: 0; }#vSlTRPlIqD2pQGPgMzABtiRNqi8Inu0N > .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; }#vSlTRPlIqD2pQGPgMzABtiRNqi8Inu0N > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);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; }#oyi6VVaQEcs2UvNFNhaILJfGct0w9yO4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oyi6VVaQEcs2UvNFNhaILJfGct0w9yO4 > .row .container { background-color: transparent; background-image: none; }#oyi6VVaQEcs2UvNFNhaILJfGct0w9yO4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyi6VVaQEcs2UvNFNhaILJfGct0w9yO4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyi6VVaQEcs2UvNFNhaILJfGct0w9yO4 > .row .container > .video-iframe-container { display: none; }#oyi6VVaQEcs2UvNFNhaILJfGct0w9yO4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyi6VVaQEcs2UvNFNhaILJfGct0w9yO4 > .row > .video-iframe-container { display: none; }#oyi6VVaQEcs2UvNFNhaILJfGct0w9yO4 > .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); }#oyi6VVaQEcs2UvNFNhaILJfGct0w9yO4 > .row .container { border-width: 0; border-radius: 0; }#oyi6VVaQEcs2UvNFNhaILJfGct0w9yO4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oyi6VVaQEcs2UvNFNhaILJfGct0w9yO4 > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:60rem;position:relative;display:block; }#nCQTz26BtCfe7KsbfizKvWld3l1XBofM { color:#1e1e1e;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.375rem;left:23.75rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#Eq6879Bt3Cys1T2u4mukL5T4WZglKQw0 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:31.175001144409rem;left:0rem;height:3.574225rem;display:block; }
#e3HqiW9HFTvgNtInAWeHvLuOGz9KvGVl { color:#1e1e1e;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:27.375rem;left:39.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#vRis4qwgFE3QkuTatmntpfzNDlWJzNiO { color:#d10000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22.3125rem;left:22.9375rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UqzBdKcdTFvfu7CeJOtLBIQCaePV2AKN { color:#d10000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.3125rem;left:38.4375rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JuM9HzuKv4IgbmINH39t2ZMUVzFKnRHR { 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:12.125rem;width:12.125rem;top:9.34375rem;left:40.25rem;overflow:hidden;display:block; }
#zI0DODoGQyCDnvhK5zV0Dq5a1EawoHqt { 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:13.6875rem;width:13.6875rem;top:8.5625rem;left:23.5625rem;overflow:hidden;display:block; }
#NZ3EWvk0ZWrFmZnMOr7IN5lJzWxggRbt { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:27.375rem;left:9.1875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#TGxMR9NN47NDL556htvrvT0xfIfMoJ9F { color:#d10000;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.3125rem;left:7.9375rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l86H7GhWNosE6p5EhaPmpGUPnZkmTm4h { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:5.75rem;font-weight:400;line-height:1;height:8.247625rem;width:8.247625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:11.3125rem;left:11.3125rem;display:block; }
#dF2sG31ZVtJ97PR0bUE69e6luNZud2AP { box-sizing:content-box;color:#d10000;font-size:10.6875rem;font-weight:400;line-height:1;height:15.3125rem;width:15.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:7.75rem;left:7.5625rem;display:block; }
#AiZxrAEtHeNxDiOe10mXbin7ZN1cDR4f { box-sizing:content-box;color:#d10000;font-size:3.125rem;font-weight:400;line-height:1;height:4.499025rem;width:4.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:13.375rem;left:35.3125rem;display:block; }
#fvMGUhTqsC0PHWZtSEcEigkvEuURDtEP { box-sizing:content-box;color:#d10000;font-size:3.125rem;font-weight:400;line-height:1;height:4.49805rem;width:4.49805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:13.1875rem;left:20.5625rem;display:block; }
#sZnTRHE1uu9LGcmXEL1akhKwTED48pUm { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bo2sM6DSQurhPAOTyUZ1tb08f4MfFSXV { color:#d10000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DOQ0Po3uA2MogfG1PRFxXhIabvMgubcb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DOQ0Po3uA2MogfG1PRFxXhIabvMgubcb > .row .container { border-width: 0; border-radius: 0; }#DOQ0Po3uA2MogfG1PRFxXhIabvMgubcb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DOQ0Po3uA2MogfG1PRFxXhIabvMgubcb > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:60rem;position:relative;display:none; }#Tss8SzH78svyaEREIQ85R4EwugaMuQWA { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0624745637178rem;left:0rem;height:9.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n4h8pvro6gXKgzVLDaMAFnpsnkrgzdb7 { z-index:15002;top:10.624185562134rem;left:19.749347686767rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4996875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#h00NiW6Uv4DSlL0fPHMiNp91Jn5JGzEO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ya5KWnQpbnMirMykD1VHOJaqMWVzKKGd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ya5KWnQpbnMirMykD1VHOJaqMWVzKKGd > .row .container { border-width: 0; border-radius: 0; }#ya5KWnQpbnMirMykD1VHOJaqMWVzKKGd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ya5KWnQpbnMirMykD1VHOJaqMWVzKKGd > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:60rem;position:relative;display:none; }#MoZ4HLLN4dPJ4OABaM7hXrfIAGRzvPyh { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:-0.09375rem;height:6.3359375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sI17DapxgnHxq3q0ABZ8RvTUM06NfwVE { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.499349117279rem;left:5.71875rem;height:3.02083125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eOyeCECQ6MZL1isS1uaa4mHR63QbBTHT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.498698711395rem;left:22.968750953674rem;height:3.02083125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ldEyBGDtrEw49vMq5ZzdFCkrFba5Vm0P { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:26.687501430511rem;left:7.0937509536744rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#ACwuL6VOLyDsgFo3bom0ZDP9GJ40Qwyg { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:25.5rem;left:23.65625rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#onDxVhwVBgZtfG9qGGRIkFAeiXqq1r4R { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:13.5625rem;left:19.59375rem;display:block; }
#ai2F20zhl3owatAhQ7pcg2wvuq99Zcw0 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:13.5625rem;left:37.03125rem;display:block; }
#GPlSt98kHWTCzPlbKvfGfCT5yt4rM7TQ { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.103515625rem;left:0rem;height:2.986325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#neOkn3SfKWCdcMTDLUVrNSKAhN67T9bQ { 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:10.9375rem;width:10.9375rem;top:10.343750476837rem;left:24.531250953674rem;overflow:hidden;display:block; }
#iAketbMCFdHmqx7xtgHzEIGtvTLpJW52 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:26.061212539673rem;left:7.0930995941163rem;height:2.5rem;text-align:center;text-align-last:center;display:none; }
#DRNnUKwNHmoWOq54abb6F9oH8Kq17g1H { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:27.186632156372rem;left:17.40625rem;height:2.55555625rem;text-align:center;text-align-last:center;display:none; }
#xkrrTC1QZkWPbTOFUE30NLZrmZpwnQps { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23rem;left:15.9375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lS4kO3gkiFxr4zuVVD5CXyTphrqTcg7k { position:absolute;display:block;z-index:15018;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.5rem;width:11.5rem;top:10.90625rem;left:17.875rem;overflow:hidden;display:none; }
#txeFgRKVJEF6e9ThK2z6QCv59g43mqr4 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:11.3125rem;font-weight:400;line-height:1;height:16.1865rem;width:16.124rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:2.2177734375rem;left:7.0615234375rem;display:none; }
#CslQsd5kLRkhhrQsg4TBy8XfOUp8Fhhe { box-sizing:content-box;color:#c02828;font-size:5.75rem;font-weight:400;line-height:1;height:8.249rem;width:8.249rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:5.9365234375rem;left:10.9990234375rem;display:none; }
#XcsfWbOaGxMJX9aLlAwZAALCp3Ic5yUr { color:rgba(var(--color-tertiary-4),1);display:block;width:36.122375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:38.764763832092rem;left:0rem;height:2.83333125rem;display:none; }
#VaAWvRFkfs4elnTkfbs2TUR6r3Q8pENR { position:relative;display:none; }#VaAWvRFkfs4elnTkfbs2TUR6r3Q8pENR { border-width: 0; border-radius: 0; }#VaAWvRFkfs4elnTkfbs2TUR6r3Q8pENR > .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; }#VaAWvRFkfs4elnTkfbs2TUR6r3Q8pENR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);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; }#NKOcScvy2nc8zEm5OBhxs01BykF1ckzV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NKOcScvy2nc8zEm5OBhxs01BykF1ckzV > .row .container { border-width: 0; border-radius: 0; }#NKOcScvy2nc8zEm5OBhxs01BykF1ckzV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NKOcScvy2nc8zEm5OBhxs01BykF1ckzV > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:60rem;position:relative;display:none; }#BNg3KA1FScbPIAavDHFT738inrJncWIM { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:9.50625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DUglCmiJ94SeeQKT4FeSJdOtThxlqZvn { z-index:15002;top:11rem;left:19.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4980625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QOdlunzWoTSG07JF4itlx2TJFBbMimBF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T5Lx1JOwVpKJvBbcqsdQm3r6TT5TR2ro { position:relative;display:none; }#T5Lx1JOwVpKJvBbcqsdQm3r6TT5TR2ro { border-width: 0; border-radius: 0; }#T5Lx1JOwVpKJvBbcqsdQm3r6TT5TR2ro > .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; }#T5Lx1JOwVpKJvBbcqsdQm3r6TT5TR2ro > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.375rem;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; }#RbmH1Anq5a6MxlEf6TQQTUbfmt7XJRti { position:absolute;display:block;z-index:15022;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.5rem;top:11.249131679535rem;left:0rem;overflow:hidden;display:block; }
#Ks9VHNX6sDP9Tfpg77XTUvTlLLbLAIl5 { color:#e6342a;display:block;width:36.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:1.96875rem;left:11.8125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kZlJUHkmFQNzq4eCBqlXJU6B73EcBy4H { color:rgba(var(--color-tertiary-4),1);display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:7.0026040077213rem;left:22.0625rem;height:29.9rem;display:block; }
#XkppfdThxCe2eOcCRcFAivkhpqV9Cpyg { position:relative;display:none; }#XkppfdThxCe2eOcCRcFAivkhpqV9Cpyg { border-width: 0; border-radius: 0; }#XkppfdThxCe2eOcCRcFAivkhpqV9Cpyg > .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; }#XkppfdThxCe2eOcCRcFAivkhpqV9Cpyg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);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; }#xpv2Z3WTTfKR5WTX3dex3vB1KMpLhWbL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xpv2Z3WTTfKR5WTX3dex3vB1KMpLhWbL > .row .container { border-width: 0; border-radius: 0; }#xpv2Z3WTTfKR5WTX3dex3vB1KMpLhWbL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpv2Z3WTTfKR5WTX3dex3vB1KMpLhWbL > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:none; }#Tpby6Utrd3eocuf1hGlTeeC0PuuO1V9i { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0624745637178rem;left:0rem;height:3.16666875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KrdtOy05TpafpLkh7nRTATQyUXkRXtXQ { z-index:15002;top:7.3103837966919rem;left:19.749347686767rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4996875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UGwlQBCkoFws0Pqm9UXBsidFdChgxzwO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hi2SzZM3mfbqMhFX987EDVhmBUc6nImm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hi2SzZM3mfbqMhFX987EDVhmBUc6nImm > .row .container { background-color: transparent; background-image: none; }#hi2SzZM3mfbqMhFX987EDVhmBUc6nImm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hi2SzZM3mfbqMhFX987EDVhmBUc6nImm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hi2SzZM3mfbqMhFX987EDVhmBUc6nImm > .row .container > .video-iframe-container { display: none; }#hi2SzZM3mfbqMhFX987EDVhmBUc6nImm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hi2SzZM3mfbqMhFX987EDVhmBUc6nImm > .row > .video-iframe-container { display: none; }#hi2SzZM3mfbqMhFX987EDVhmBUc6nImm > .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); }#hi2SzZM3mfbqMhFX987EDVhmBUc6nImm > .row .container { border-width: 0; border-radius: 0; }#hi2SzZM3mfbqMhFX987EDVhmBUc6nImm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hi2SzZM3mfbqMhFX987EDVhmBUc6nImm > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:60rem;position:relative;display:block; }#MbivK8LRSHutNZ82q8LSNzHxnfllKx2K { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dBCDZ66mcukPUIPFB5wy3dKsEEnb0EBQ { z-index:15002;top:6.75rem;left:19.750001907349rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.497625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WdW1Elm47wTVvyac1VPZsNbBZGM3r5Dh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kfoWTkNH947L1nsbMyCGcpghDPTtns0h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kfoWTkNH947L1nsbMyCGcpghDPTtns0h > .row .container { background-color: transparent; background-image: none; }#kfoWTkNH947L1nsbMyCGcpghDPTtns0h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfoWTkNH947L1nsbMyCGcpghDPTtns0h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfoWTkNH947L1nsbMyCGcpghDPTtns0h > .row .container > .video-iframe-container { display: none; }#kfoWTkNH947L1nsbMyCGcpghDPTtns0h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfoWTkNH947L1nsbMyCGcpghDPTtns0h > .row > .video-iframe-container { display: none; }#kfoWTkNH947L1nsbMyCGcpghDPTtns0h > .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); }#kfoWTkNH947L1nsbMyCGcpghDPTtns0h > .row .container { border-width: 0; border-radius: 0; }#kfoWTkNH947L1nsbMyCGcpghDPTtns0h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kfoWTkNH947L1nsbMyCGcpghDPTtns0h > .row .container { font-size:0.875rem;font-family:arial;height:58.8125rem;width:60rem;position:relative;display:block; }#tZca8o4bctwGsxxadH6M0vXt3wnT3HSk { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9371875rem;position:absolute;font-family:var(--headlines-font-family);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; }
#UvCv2yhxBMbcp5SU0LtO14KWgwUgRR1c { color:rgba(var(--color-tertiary-4),1);display:block;width:21.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:13.57177734375rem;left:4.1240234375rem;height:10.2363125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#IhX6X2To6bseHFl7fqMy0KgeUQ0sym5x { 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.3125rem;width:21.8125rem;top:8.3544918894769rem;left:32.686359405517rem;overflow:hidden;display:block; }
#HV8ly2oTkXTIW4WDreP0wH6CnKJflavU { 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:15rem;width:28.75rem;top:31.46630859375rem;left:1.15625rem;overflow:hidden;display:block; }
#XhxHETzr56ODHIXPZFN1CTvscKHS2zu6 { 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:5.9698896408081rem;left:15.810382843017rem;overflow:hidden;display:block; }
#gVxs5R75xGDD22oPEGkRo1u6P43cGe6C { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3090625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.036620140076rem;left:4.1243495941162rem;height:1.95rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#gVxs5R75xGDD22oPEGkRo1u6P43cGe6C li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gVxs5R75xGDD22oPEGkRo1u6P43cGe6C li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
#eSRFaiGAzFwf5eUHlwSq6OOizHo1tdmJ { 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(var(--color-tertiary-4),0.5) ;height:16.3125rem;width:27.9375rem;top:8.3870439529419rem;left:0.81136131286619rem;display:block; }
#eMPoeNyz3xDWpaKSraNeH8WArMWdLcA0 { 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(var(--color-tertiary-4),0.5) ;height:18.4375rem;width:26.0625rem;top:31.466469764709rem;left:31.936847686767rem;display:block; }
#WVR0h8UrK0uuTD4hk4WkO7O0exyoiERD { color:rgba(var(--color-tertiary-4),1);display:block;width:24.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:37.303059577942rem;left:32.7490234375rem;height:8.53025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#M3nDoO9Zmg8sZaZZkThAgI76Sr0s4PEg { color:rgba(var(--color-tertiary-4),1);display:block;width:10.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:32.745766639709rem;left:32.686359405517rem;height:;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#M3nDoO9Zmg8sZaZZkThAgI76Sr0s4PEg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#M3nDoO9Zmg8sZaZZkThAgI76Sr0s4PEg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
#d5g3fsUyn0TObkuyPHSXHZpXXDyBpTCq { 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:28.614907264709rem;left:47.059734344483rem;overflow:hidden;display:block; }
#cK4WeIVLqMr9UpqfpBW6CstnzR7Tp1Ca { position:relative;display:none; }#cK4WeIVLqMr9UpqfpBW6CstnzR7Tp1Ca { border-width: 0; border-radius: 0; }#cK4WeIVLqMr9UpqfpBW6CstnzR7Tp1Ca > .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; }#cK4WeIVLqMr9UpqfpBW6CstnzR7Tp1Ca > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);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; }#BT8L4gQDFiOQcGLeeBX8v0oc1dO6MSbX { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9371875rem;position:absolute;font-family:var(--headlines-font-family);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; }
#UDsbTX8yD85aDudsU8C8nFBORsyTL9Zv { color:rgba(var(--color-tertiary-4),1);display:block;width:21.7496875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:14.259440422058rem;left:4.1243495941162rem;height:8.3333125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#z76VBz8CbGfOVq69g52IscahGI1UmbpG { 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:5.9698896408081rem;left:15.810382843017rem;overflow:hidden;display:block; }
#AnGGT9DurQF94oK3OklSMMdcFxGeTcIR { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3090625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.036620140076rem;left:4.1243495941162rem;height:1.94444375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#AnGGT9DurQF94oK3OklSMMdcFxGeTcIR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AnGGT9DurQF94oK3OklSMMdcFxGeTcIR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
#OnC0dE7bGpDNRWNoL45cq9hVQ6LpkpIU { 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(var(--color-tertiary-4),0.5) ;height:16.3125rem;width:27.9375rem;top:8.3870439529419rem;left:0.81136131286619rem;display:block; }
#rH2df0PFrmcUlS7OQ0v8kZfAX13e2SDZ { position:relative;display:none; }#rH2df0PFrmcUlS7OQ0v8kZfAX13e2SDZ { border-width: 0; border-radius: 0; }#rH2df0PFrmcUlS7OQ0v8kZfAX13e2SDZ > .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; }#rH2df0PFrmcUlS7OQ0v8kZfAX13e2SDZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);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; }#m7bnno6r1srzTkRKrnVmFvmZaU6k4LSm { position:relative;display:none; }#m7bnno6r1srzTkRKrnVmFvmZaU6k4LSm { border-width: 0; border-radius: 0; }#m7bnno6r1srzTkRKrnVmFvmZaU6k4LSm > .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; }#m7bnno6r1srzTkRKrnVmFvmZaU6k4LSm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);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; }#LTzSA5wKnd9P2bFvP5hTQKfwtNuhTxyB { color:rgba(var(--color-tertiary-4),1);display:block;width:10.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:32.745766639709rem;left:32.686359405517rem;height:3.8888875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#LTzSA5wKnd9P2bFvP5hTQKfwtNuhTxyB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LTzSA5wKnd9P2bFvP5hTQKfwtNuhTxyB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
#W19LtGlTMV1G2N52vyMmrT5LS79UFk5B { color:rgba(var(--color-tertiary-4),1);display:block;width:24.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:37.303059577942rem;left:32.7490234375rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#rTKHPHpfBXuQmDCwx3yExetiw3xBapaM { 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(var(--color-tertiary-4),0.5) ;height:18.4375rem;width:26.0625rem;top:31.466469764709rem;left:31.936847686767rem;display:none; }
#NOawHayIPUUEWipSyDiedgd0F3sxbwHi { 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:12.5rem;width:12.5rem;display:none; }
#kTcXrlDd696mx83bM0U8OIymczROyRe0 { position:relative;display:none; }#kTcXrlDd696mx83bM0U8OIymczROyRe0 { border-width: 0; border-radius: 0; }#kTcXrlDd696mx83bM0U8OIymczROyRe0 > .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; }#kTcXrlDd696mx83bM0U8OIymczROyRe0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);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; }#S8MfudK3CZgJHlwzMEREmxh7XoOXiX9e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S8MfudK3CZgJHlwzMEREmxh7XoOXiX9e > .row .container { background-color: transparent; background-image: none; }#S8MfudK3CZgJHlwzMEREmxh7XoOXiX9e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8MfudK3CZgJHlwzMEREmxh7XoOXiX9e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8MfudK3CZgJHlwzMEREmxh7XoOXiX9e > .row .container > .video-iframe-container { display: none; }#S8MfudK3CZgJHlwzMEREmxh7XoOXiX9e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8MfudK3CZgJHlwzMEREmxh7XoOXiX9e > .row > .video-iframe-container { display: none; }#S8MfudK3CZgJHlwzMEREmxh7XoOXiX9e > .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); }#S8MfudK3CZgJHlwzMEREmxh7XoOXiX9e > .row .container { border-width: 0; border-radius: 0; }#S8MfudK3CZgJHlwzMEREmxh7XoOXiX9e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S8MfudK3CZgJHlwzMEREmxh7XoOXiX9e > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:60rem;position:relative;display:block; }#B9JHBDFfnfS8euxrQ4nH4PVUolx4vZvo { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.486328125rem;left:0rem;height:5.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RyNOvhGbyeOwEtID33XLGxQ4ATQeMNR4 { z-index:15002;top:7.59375rem;left:22.96875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BS4ZRcJytD3POXVd2bhPcO3fT3sgbFcr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iQ4Gu9kQ8QNsuTMp0VEtovKpv5EJqUUB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iQ4Gu9kQ8QNsuTMp0VEtovKpv5EJqUUB > .row .container { background-color: transparent; background-image: none; }#iQ4Gu9kQ8QNsuTMp0VEtovKpv5EJqUUB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ4Gu9kQ8QNsuTMp0VEtovKpv5EJqUUB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ4Gu9kQ8QNsuTMp0VEtovKpv5EJqUUB > .row .container > .video-iframe-container { display: none; }#iQ4Gu9kQ8QNsuTMp0VEtovKpv5EJqUUB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ4Gu9kQ8QNsuTMp0VEtovKpv5EJqUUB > .row > .video-iframe-container { display: none; }#iQ4Gu9kQ8QNsuTMp0VEtovKpv5EJqUUB > .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); }#iQ4Gu9kQ8QNsuTMp0VEtovKpv5EJqUUB > .row .container { border-width: 0; border-radius: 0; }#iQ4Gu9kQ8QNsuTMp0VEtovKpv5EJqUUB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iQ4Gu9kQ8QNsuTMp0VEtovKpv5EJqUUB > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#JAZoJPUr29VWFsNwonfhOtwq3egK4ek4 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.59375rem;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) { #XkZQuEvp1bm8yQBeoRueWlmyJ4rkKppp { display:none; }#XkZQuEvp1bm8yQBeoRueWlmyJ4rkKppp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #roksLc1AZxJOXvFqQOEwuaULTz25quPz { display:block; }#roksLc1AZxJOXvFqQOEwuaULTz25quPz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ho9TAJae83r23bGP33WmIlwvES4A97kd { width:16.5625rem;height:5.4375rem;top:1.6875rem;left:14.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl4CtBsELTWtBTcxSraJUknebAmyHpug { display:none; }#Nl4CtBsELTWtBTcxSraJUknebAmyHpug > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #myTkKGOA6Ab2KWP3qFTkJRzdWzVAMLoZ { width:36.0625rem;height:2.8125rem;top:38.75rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cdzDrJHOhFOigQLtPoJ0uxZLJLJBkktB { width:36.5625rem;height:15.6875rem;top:18.8125rem;left:0rem;font-size:1rem;display:none; }#cdzDrJHOhFOigQLtPoJ0uxZLJLJBkktB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #aaevIr3JhomritE9KGhDw5J1ZIuwMEqa { width:38.75rem;height:;top:15.8125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xz9O7O8MLl8OHQaqz6kosCB4xcUxBmD6 { width:38.8125rem;height:4.125rem;top:9.5rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hA5x5GddiuyllGtFXutICIouAAcTS8FT { width:38.75rem;height:5rem;top:7.1875rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wmKmTOduEeN6gVEnOgh7nRRxfaT4BrD6 { width:37.5rem;height:;top:2.125rem;left:0rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6gXhof7m8XZCech9ruILUxSFiK27QNb { width:37.5rem;height:;top:2.125rem;left:0rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xSLko0hqiiDNiNPWzTvP7lTRnoKS04hm { width:38.75rem;height:5rem;top:7.1875rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cV58gzcP4K2Wih9RrpV79cnnvmfMxiFJ { width:38.8125rem;height:4.125rem;top:9.5rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O6N5HXVicdTh6wpfFLp8G7DRppQIFzzx { width:38.75rem;height:;top:15.8125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXi6nrusEplnhAgvTTqFbz09EJUaDzP0 { width:36.5625rem;height:15.6875rem;top:18.8125rem;left:0rem;font-size:1rem;display:none; }#zXi6nrusEplnhAgvTTqFbz09EJUaDzP0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #AaJxq6KaVlEDii4ZN27CP9QaXumCdUT1 { width:36.0625rem;height:2.8125rem;top:38.75rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gB2B6Xy7hDoTu6T8gwnvk3c83s5wTXFw { width:20rem;height:4.0625rem;top:55.4375rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ErIBS4TrPvPAA15qIbHnkCcTPTTF1SVK { width:18.625rem;height:;top:9.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ka4tJwKccktzTIHrSntxAcIAMP1GyckM { width:20rem;height:;top:0.25rem;left:0rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vEFUPAyZUKeucF0WygTnfbEOZpDybDxI { width:20rem;height:;top:21.625rem;left:0rem;font-size:1rem;display:none; }#vEFUPAyZUKeucF0WygTnfbEOZpDybDxI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/mpQdhMAK/Icone_1_.png); }
 }@media only screen and (max-width: 763px) { #rkgxJPpm6z0eDwlNfSURv3UkOl34vIDy { width:20rem;height:;top:17.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #W46Iq1TuMv6IBtzVKEvziaiZx6wIAT50 { width:20rem;height:;top:7.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCPqv8Q6FVzzCTJ2y9H094PMsIbxzxUG { display:none; }#bCPqv8Q6FVzzCTJ2y9H094PMsIbxzxUG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #knryoC9XPJbpGAQoXSsBokkZuD1oCyTb { display:block; }#knryoC9XPJbpGAQoXSsBokkZuD1oCyTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-regular-label { width:18.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-input-text { width:18.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-input-text {padding-top: 0; padding-bottom: 0;}#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-textarea { width:18.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-input-select { width:18.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-input-select {padding-top: 0; padding-bottom: 0;}#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-input-button { width:18.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.0625rem; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-checkbox-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH  { width:18.4375rem;height:auto;top:7.25rem;left:26.8125rem; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .radio-container { width:18.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH {display:block;}#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH { width:18.4375rem;height:auto;top:7.25rem;left:26.8125rem; }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #NQRkt5ItiHK6aQF0w35cTd752O8FVZCR {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #SGRdThP7iI6ER3SdmNmAHDWEU752F7gk { display:block; }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #rS54059E9pV3rlA3BWDPQ0KhM03NM41d {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #BzuZ4H4LKQkfmGIVhGx5cHPC0Z7U4MEr {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #W36I787mtd5hwWWBnmMbxuAGCb4uAUy3 { display:block; }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #g1xVqs3kf8UoKevL6eUdmzo6TDEasQuS {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #Q9LX420PEm6NszNRMy9aE4L8qVfevO2s {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #Rb95av97zRCbqff1RthJda8znRD19Exw { display:block; }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #WQS5lx3PeMsKevMQrKdA2TQ7HCdaqeVy {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #Aw6FmufO1XtnIXiIzHzimI2FOXzGgXfH {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #OqdIgZl5EpXcMcndU9MZdL21LFo3pECT { display:block; }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #rcl0w9ZyGwfKxhfaH9t6KeG3PH8rP94M {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #EHuW5IpM7mTrv61yQTL1821OwlDcVLk1 {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #a9vgTLZbxW8eg1a5XZTWkATPcCwNWU4s { display:block; }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #a3Q73AHfAiIpHXQpUi5GlOXI1XTwITgG {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #wWCC1TAZf9qnnvvwXxEL1Rzrb6Bx4u0l {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #VSWgCgJJST0cVAR6W03DeFOgUgKSCEAU { z-index:2; }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #plFU3KHi6we57ZdUPMQu0DD1PTLoZh0P {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #Rz8RoHwThXmhtDtrDtQTIJIwUSBbDicZ {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #iXJLsovdiFmwugzT4LHDtx15zQwvXmxT {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #TrOmpzwScx6GgPutAOxTsr3nnM4gOV5F {  }
 }@media only screen and (max-width: 763px) { #U7RTytEQuq6RHwh4r5rX2wuX9eHKTmE8 { display:block; }
 }@media only screen and (max-width: 763px) { #KhTTBd1dUT34B62gvI6nRnovL85iltgv { display:block; }
 }@media only screen and (max-width: 763px) { #UgfZFbkhBNWlU1rbkhNdRiUSHoMtMxFm { display:block; }
 }@media only screen and (max-width: 763px) { #ERQm0xR2avAt0Q2inG5Rytw1mrfPqHw1 { display:block; }
 }@media only screen and (max-width: 763px) { #PlFmaiMVFUpDyq1TNmhpnZ0MzbGJKXCP { display:block; }
 }@media only screen and (max-width: 763px) { #cgrOyqiP287pgnycL1ZwiCx68xK2780b { display:block; }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #CdORBpfCHIhdMRdoIXVaks1NnlQceU9F {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #fUvr5gyVTckBqNcqUAVxDeC3f93UrILu {  }
 }@media only screen and (max-width: 763px) { #wmyT6l3wVgRRbvmb8gxIkU0UUinF7ZZ4 { width:21.4375rem;height:31.5625rem;top:1.375rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL4kD9zK6yQFrCiQixlFSuJ1TKhINgHq { width:18.3125rem;height:1.0625rem;top:5.875rem;left:29.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmt6Eh5eb3DIfuZnikGXROGtxqxkaoDz { width:19.8125rem;height:3.75rem;top:2.6875rem;left:27.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmNkxex35kQaWbUP4HLMEn5IhrMx1D5f { width:20rem;height:3.4375rem;top:1.5rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVxTBnFI3gTd1klUBlIAPTSsuHSigIyu { width:36.0625rem;height:3.875rem;top:41.8125rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ys7CnN2TwTbMZZmMHVuxMlVWwFP1cKnH { width:37.625rem;height:;top:21.1875rem;left:0rem;font-size:1.0625rem;display:none; }#ys7CnN2TwTbMZZmMHVuxMlVWwFP1cKnH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/mpQdhMAK/Icone_1_.png); }
 }@media only screen and (max-width: 763px) { #B5rJ5ATCwOibT35xlq7RKvzacOkNPIQ3 { width:38.5rem;height:9.75rem;top:9.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJHJHhTpc1bcviCZu6krT3DKPBFDgPAl { width:38.75rem;height:5.3125rem;top:3.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrB307ACCiuxlgz0HuHC69HVe7KxBHBx { width:43.3125rem;height:6.1875rem;top:1.375rem;left:0rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #goEb5QwhOzufxctI46kP2WfblaHBsrrC { width:35rem;height:1.5rem;top:18.1875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGKH9zTpuCIVtlpcbTqdGgAxM02MdD9e { display:block; }#gGKH9zTpuCIVtlpcbTqdGgAxM02MdD9e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUclylQHNy3CoKrssDl8uso5qLE9cfSa { width:29.9375rem;height:5.1875rem;top:1.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDP4zsButAR0vTUgXiv5ec9QS04C8u29 { width:30rem;height:14.25rem;top:8.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBdJml8CJI8liuqW2wnO1TQ7tQKD67A7 { width:29.125rem;height:16.1875rem;top:1.75rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsLdxHuR0Hp8CAPy24SqSqgkVeRPM3nT { display:block; }#rsLdxHuR0Hp8CAPy24SqSqgkVeRPM3nT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2WAnahuWlgHvAZtKO7oSy1hicLfZ77s { width:27.8125rem;height:33rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3IJVXmJkKvoGrK6cnDM7kP3DnFTEinW { width:30.125rem;height:13.5625rem;top:20.375rem;left:0rem;font-size:1rem;display:block; }#g3IJVXmJkKvoGrK6cnDM7kP3DnFTEinW li:before{  }
 }@media only screen and (max-width: 763px) { #VWW80L0dSX4gXOqBEaIygXA445PbHNgE { width:22.8125rem;height:1.6875rem;top:2.3125rem;left:23.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT4ELd8sMTsv9wuozMhBauV4G0WUKKLT { width:30rem;height:14.25rem;top:5.125rem;left:17.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l83dReVRmCrXSuxFb34LRcg7pleKbUGF { display:block; }#l83dReVRmCrXSuxFb34LRcg7pleKbUGF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivsZCsUcITQlpqoskxMt2yXrekqXF3OT { width:47.75rem;height:3.125rem;top:3rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0oKScWvCoB00oU1pGEIDnuCWkVZ24zg { width:47.75rem;height:1.25rem;top:6.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItQdAPANLIH2aKTNewUaRq2c0K2MRfIO { display:block; }#ItQdAPANLIH2aKTNewUaRq2c0K2MRfIO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ieb2iO5CyKG8dd1hxBnFpeabGmCgh4lp { width:15.125rem;height:3.25rem;top:14.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCwOixJnuSw4067xhLHJtASowqNQL0In { width:12.8125rem;height:9.0625rem;top:18.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoZwaGccx4XIpsInuXA7A1xfssfymgVL { width:12.5rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1DzyKrvLzOs7EynbImHanDenbgiAJdt { width:12.5rem;height:12.5rem;top:0rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooOF1TQBxb1B56SCplBg2RrBBM6vNZq9 { width:14.9375rem;height:3.25rem;top:14.0625rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHxKHWW4uuh4TvQisOMkXAerUqTBTCM4 { width:13.125rem;height:9.0625rem;top:18.5625rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdLk2pkB8FDnIb6h399dcNalUPZlPlGv { width:12.5rem;height:12.5rem;top:0rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeJd1QVQCLlUBTsel297xTvq7ZKzGooW { width:15rem;height:3.25rem;top:14.0625rem;left:20.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhH9TlHDobTIunq8SM1pa108ezwwdOwH { width:15.0625rem;height:7.8125rem;top:18.5rem;left:17.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdQ0WkE8xFt76OgbhZrVC9OdwfLLhZHd { width:12.5rem;height:12.5rem;top:0rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #biVz8pq4xKAJ0KHoqBOxd3F8OBhBs8zf { width:15rem;height:3.25rem;top:14.0625rem;left:27.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3Rwfx5phB5M7Xex6PucaP9whmTKWaEv { width:14.9375rem;height:9.125rem;top:18.5rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QosJ7WK4oEghEsk59fOSbf0QpB14ggVh { display:none; }#QosJ7WK4oEghEsk59fOSbf0QpB14ggVh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KpfcINU9TRdq9ysdTBEcDDR6zysTR4Js { top:11.0625rem;left:16.84375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UswWOS6BsAOCB7PJf4nXNykMAt2Mw1Sp { display:block; }
 }@media only screen and (max-width: 763px) { #gK8OvXcVFx0lc3siWus8c65B93ZvCNFI { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #br4Sh9oyqiwqmktMLg75EEJhtnmHpINy { display:block; }#br4Sh9oyqiwqmktMLg75EEJhtnmHpINy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhbJMsNWUGsPqNwxZTxUrDTxPAww7HqK { width:15rem;height:3.25rem;top:15.3125rem;left:32.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLBAhZkomPdTrxLl3hND3GzwE0qSU4T0 { width:14.9375rem;height:11.6875rem;top:19.8125rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyq5xDKXcngi3ulq7zq4QVJKurpaHpHk { width:12.5rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOXifmiy9c4yGX2pR5wTJUS2TlEgciea { width:15rem;height:3.25rem;top:15.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF7VzqzMtqM2vwf31iUrrFyIIgvfp5Xv { width:15.0625rem;height:9.125rem;top:19.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZu0UTKwOpfnS41IscLsidwTEiJlpcW8 { width:12.5rem;height:12.5rem;top:0.0625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdhtDxIt5BM7Z06KOSDlHPioJFHG3ptT { width:15rem;height:3.25rem;top:15.3125rem;left:8.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMxaaMTv9BQ3Df7nOwTKXMhlAJShFtgJ { width:14.9375rem;height:6.5rem;top:19.8125rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBzNSTTLp4pHpbb2vFthKzEAX91Qw3al { width:12.5rem;height:12.5rem;top:0.0625rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya1S39LHTiS6G7eNWcw5LSiSNDAbHtuT { width:15.0625rem;height:3.25rem;top:15.75rem;left:15.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixhucQ9gffakT9RZWq4WBco9CyUntm2I { width:14.375rem;height:5.1875rem;top:19.8125rem;left:21.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1PAEevWTXJVsNeg3HHHy24FHq9X7zPQ { width:12.5rem;height:12.5rem;top:0rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwhOtfTG8dweZIUfLdoQzT4qPuHWdVRk { display:none; }#VwhOtfTG8dweZIUfLdoQzT4qPuHWdVRk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qBPDFzhoUrUv5QonggLwV7AWKolOn7XJ { width:47.75rem;height:5rem;top:0.9375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmRokdKGseFgeEGfyPz3qQTG57D2fZoq { top:8.4375rem;left:13.625001907349rem;width:20.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJTcZbHdqBqe8mGv3LRhFSGHq4fn3gtf { display:block; }
 }@media only screen and (max-width: 763px) { #dF4rPTzQ9lMS03McFgDaqEyVaO0ttW7p { display:block; }#dF4rPTzQ9lMS03McFgDaqEyVaO0ttW7p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSlTRPlIqD2pQGPgMzABtiRNqi8Inu0N { display:none; }#vSlTRPlIqD2pQGPgMzABtiRNqi8Inu0N > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oyi6VVaQEcs2UvNFNhaILJfGct0w9yO4 { display:block; }#oyi6VVaQEcs2UvNFNhaILJfGct0w9yO4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCQTz26BtCfe7KsbfizKvWld3l1XBofM { width:12.5rem;height:2.5625rem;top:27.375rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq6879Bt3Cys1T2u4mukL5T4WZglKQw0 { width:40.25rem;height:3.5625rem;top:31.125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3HqiW9HFTvgNtInAWeHvLuOGz9KvGVl { width:12.5rem;height:2.5625rem;top:27.375rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRis4qwgFE3QkuTatmntpfzNDlWJzNiO { width:14.0625rem;height:3.0625rem;top:22.3125rem;left:9.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqzBdKcdTFvfu7CeJOtLBIQCaePV2AKN { width:14.0625rem;height:3.0625rem;top:22.3125rem;left:21.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuM9HzuKv4IgbmINH39t2ZMUVzFKnRHR { width:12.125rem;height:12.125rem;top:9.3125rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI0DODoGQyCDnvhK5zV0Dq5a1EawoHqt { width:13.6875rem;height:13.6875rem;top:8.5625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ3EWvk0ZWrFmZnMOr7IN5lJzWxggRbt { width:12.5rem;height:3.875rem;top:27.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGxMR9NN47NDL556htvrvT0xfIfMoJ9F { width:14.875rem;height:3.0625rem;top:22.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l86H7GhWNosE6p5EhaPmpGUPnZkmTm4h { width:8.1875rem;height:8.1875rem;top:11.3125rem;left:3.75rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF2sG31ZVtJ97PR0bUE69e6luNZud2AP { width:15.25rem;height:15.3125rem;top:7.75rem;left:0rem;font-size:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiZxrAEtHeNxDiOe10mXbin7ZN1cDR4f { width:4.4375rem;height:4.4375rem;top:13.375rem;left:27.65625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvMGUhTqsC0PHWZtSEcEigkvEuURDtEP { width:4.4375rem;height:4.4375rem;top:13.1875rem;left:15.96875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZnTRHE1uu9LGcmXEL1akhKwTED48pUm { width:47.75rem;height:2.875rem;top:3.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo2sM6DSQurhPAOTyUZ1tb08f4MfFSXV { width:47.75rem;height:3.125rem;top:1.3125rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOQ0Po3uA2MogfG1PRFxXhIabvMgubcb { display:none; }#DOQ0Po3uA2MogfG1PRFxXhIabvMgubcb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tss8SzH78svyaEREIQ85R4EwugaMuQWA { width:20rem;height:4.1875rem;top:1.25rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4h8pvro6gXKgzVLDaMAFnpsnkrgzdb7 { top:10.5625rem;left:13.624347686767rem;width:20.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h00NiW6Uv4DSlL0fPHMiNp91Jn5JGzEO { display:block; }
 }@media only screen and (max-width: 763px) { #ya5KWnQpbnMirMykD1VHOJaqMWVzKKGd { display:none; }#ya5KWnQpbnMirMykD1VHOJaqMWVzKKGd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MoZ4HLLN4dPJ4OABaM7hXrfIAGRzvPyh { width:19.6875rem;height:7.75rem;top:1rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI17DapxgnHxq3q0ABZ8RvTUM06NfwVE { width:12.5rem;height:3.0625rem;top:21.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOyeCECQ6MZL1isS1uaa4mHR63QbBTHT { width:14.0625rem;height:3.0625rem;top:39.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldEyBGDtrEw49vMq5ZzdFCkrFba5Vm0P { width:12.5rem;height:2.58333125rem;top:26.6875rem;left:0.96875095367431rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACwuL6VOLyDsgFo3bom0ZDP9GJ40Qwyg { width:12.5rem;height:3.875rem;top:43.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #onDxVhwVBgZtfG9qGGRIkFAeiXqq1r4R { width:4.5rem;height:4.5rem;top:13.5625rem;left:13.46875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai2F20zhl3owatAhQ7pcg2wvuq99Zcw0 { width:4.5rem;height:4.5rem;top:13.5625rem;left:30.90625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPlSt98kHWTCzPlbKvfGfCT5yt4rM7TQ { width:20rem;height:2.9375rem;top:5.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #neOkn3SfKWCdcMTDLUVrNSKAhN67T9bQ { width:10.9375rem;height:10.9375rem;top:10.3125rem;left:18.406250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAketbMCFdHmqx7xtgHzEIGtvTLpJW52 { width:15.5rem;height:2.5625rem;top:25.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DRNnUKwNHmoWOq54abb6F9oH8Kq17g1H { width:14.75rem;height:2.5625rem;top:62.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xkrrTC1QZkWPbTOFUE30NLZrmZpwnQps { width:15.25rem;height:1.5rem;top:59.5rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lS4kO3gkiFxr4zuVVD5CXyTphrqTcg7k { width:11.5rem;height:11.5rem;top:10.875rem;left:11.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #txeFgRKVJEF6e9ThK2z6QCv59g43mqr4 { width:16.0625rem;height:16.124761613123rem;top:2.1875rem;left:0rem;font-size:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CslQsd5kLRkhhrQsg4TBy8XfOUp8Fhhe { width:8.1875rem;height:8.1875rem;top:5.875rem;left:3.75rem;font-size:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XcsfWbOaGxMJX9aLlAwZAALCp3Ic5yUr { width:20rem;height:3.25rem;top:79.0625rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VaAWvRFkfs4elnTkfbs2TUR6r3Q8pENR { display:none; }#VaAWvRFkfs4elnTkfbs2TUR6r3Q8pENR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NKOcScvy2nc8zEm5OBhxs01BykF1ckzV { display:none; }#NKOcScvy2nc8zEm5OBhxs01BykF1ckzV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BNg3KA1FScbPIAavDHFT738inrJncWIM { width:47.75rem;height:9.5rem;top:2.625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUglCmiJ94SeeQKT4FeSJdOtThxlqZvn { top:11rem;left:13.625rem;width:20.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOdlunzWoTSG07JF4itlx2TJFBbMimBF { display:block; }
 }@media only screen and (max-width: 763px) { #T5Lx1JOwVpKJvBbcqsdQm3r6TT5TR2ro { display:none; }#T5Lx1JOwVpKJvBbcqsdQm3r6TT5TR2ro > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RbmH1Anq5a6MxlEf6TQQTUbfmt7XJRti { width:24.5rem;height:16.1875rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks9VHNX6sDP9Tfpg77XTUvTlLLbLAIl5 { width:36.375rem;height:2.5625rem;top:1.9375rem;left:5.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZlJUHkmFQNzq4eCBqlXJU6B73EcBy4H { width:37.9375rem;height:31.1875rem;top:7rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkppfdThxCe2eOcCRcFAivkhpqV9Cpyg { display:none; }#XkppfdThxCe2eOcCRcFAivkhpqV9Cpyg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xpv2Z3WTTfKR5WTX3dex3vB1KMpLhWbL { display:block; }#xpv2Z3WTTfKR5WTX3dex3vB1KMpLhWbL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tpby6Utrd3eocuf1hGlTeeC0PuuO1V9i { width:20rem;height:2.0625rem;top:1.25rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrdtOy05TpafpLkh7nRTATQyUXkRXtXQ { top:7.25rem;left:13.624347686767rem;width:20.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGwlQBCkoFws0Pqm9UXBsidFdChgxzwO { display:block; }
 }@media only screen and (max-width: 763px) { #hi2SzZM3mfbqMhFX987EDVhmBUc6nImm { display:none; }#hi2SzZM3mfbqMhFX987EDVhmBUc6nImm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MbivK8LRSHutNZ82q8LSNzHxnfllKx2K { width:47.75rem;height:3.125rem;top:1.6875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBCDZ66mcukPUIPFB5wy3dKsEEnb0EBQ { top:6.75rem;left:13.625001907349rem;width:20.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdW1Elm47wTVvyac1VPZsNbBZGM3r5Dh { display:block; }
 }@media only screen and (max-width: 763px) { #kfoWTkNH947L1nsbMyCGcpghDPTtns0h { display:none; }#kfoWTkNH947L1nsbMyCGcpghDPTtns0h > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tZca8o4bctwGsxxadH6M0vXt3wnT3HSk { width:33.875rem;height:2.8125rem;top:1.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvCv2yhxBMbcp5SU0LtO14KWgwUgRR1c { width:21.6875rem;height:0;top:13.5625rem;left:1.0615234375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhX6X2To6bseHFl7fqMy0KgeUQ0sym5x { width:21.8125rem;height:16.3125rem;top:8.3125rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV8ly2oTkXTIW4WDreP0wH6CnKJflavU { width:28.75rem;height:15rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhxHETzr56ODHIXPZFN1CTvscKHS2zu6 { width:10.125rem;height:10.125rem;top:5.9375rem;left:12.747882843017rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVxs5R75xGDD22oPEGkRo1u6P43cGe6C { width:29.25rem;height:1.875rem;top:10rem;left:0rem;font-size:1.5rem;display:block; }#gVxs5R75xGDD22oPEGkRo1u6P43cGe6C li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #eSRFaiGAzFwf5eUHlwSq6OOizHo1tdmJ { width:27.9375rem;height:16.3125rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMPoeNyz3xDWpaKSraNeH8WArMWdLcA0 { width:26.0625rem;height:18.4375rem;top:31.4375rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVR0h8UrK0uuTD4hk4WkO7O0exyoiERD { width:24.375rem;height:8.5rem;top:37.25rem;left:23.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3nDoO9Zmg8sZaZZkThAgI76Sr0s4PEg { width:10.375rem;height:;top:32.6875rem;left:23.875rem;font-size:1.5rem;display:block; }#M3nDoO9Zmg8sZaZZkThAgI76Sr0s4PEg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #d5g3fsUyn0TObkuyPHSXHZpXXDyBpTCq { width:10.125rem;height:10.125rem;top:28.5625rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK4WeIVLqMr9UpqfpBW6CstnzR7Tp1Ca { display:none; }#cK4WeIVLqMr9UpqfpBW6CstnzR7Tp1Ca > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BT8L4gQDFiOQcGLeeBX8v0oc1dO6MSbX { width:33.875rem;height:2.8125rem;top:1.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDsbTX8yD85aDudsU8C8nFBORsyTL9Zv { width:17.375rem;height:;top:13.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z76VBz8CbGfOVq69g52IscahGI1UmbpG { width:10.125rem;height:10.125rem;top:5.9375rem;left:12.747882843017rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnGGT9DurQF94oK3OklSMMdcFxGeTcIR { width:29.25rem;height:1.875rem;top:10rem;left:0rem;font-size:1.5rem;display:block; }#AnGGT9DurQF94oK3OklSMMdcFxGeTcIR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #OnC0dE7bGpDNRWNoL45cq9hVQ6LpkpIU { width:27.9375rem;height:16.3125rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH2df0PFrmcUlS7OQ0v8kZfAX13e2SDZ { display:none; }#rH2df0PFrmcUlS7OQ0v8kZfAX13e2SDZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m7bnno6r1srzTkRKrnVmFvmZaU6k4LSm { display:none; }#m7bnno6r1srzTkRKrnVmFvmZaU6k4LSm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LTzSA5wKnd9P2bFvP5hTQKfwtNuhTxyB { width:12.375rem;height:;top:2.5625rem;left:0rem;font-size:1.375rem;display:block; }#LTzSA5wKnd9P2bFvP5hTQKfwtNuhTxyB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #W19LtGlTMV1G2N52vyMmrT5LS79UFk5B { width:19.125rem;height:;top:6.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTKHPHpfBXuQmDCwx3yExetiw3xBapaM { width:26.0625rem;height:18.4375rem;top:31.4375rem;left:21.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NOawHayIPUUEWipSyDiedgd0F3sxbwHi { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTcXrlDd696mx83bM0U8OIymczROyRe0 { display:none; }#kTcXrlDd696mx83bM0U8OIymczROyRe0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S8MfudK3CZgJHlwzMEREmxh7XoOXiX9e { display:block; }#S8MfudK3CZgJHlwzMEREmxh7XoOXiX9e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9JHBDFfnfS8euxrQ4nH4PVUolx4vZvo { width:47.75rem;height:5.1875rem;top:1.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyNOvhGbyeOwEtID33XLGxQ4ATQeMNR4 { top:7.5625rem;left:16.84375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS4ZRcJytD3POXVd2bhPcO3fT3sgbFcr { display:block; }
 }@media only screen and (max-width: 763px) { #iQ4Gu9kQ8QNsuTMp0VEtovKpv5EJqUUB { display:block; }#iQ4Gu9kQ8QNsuTMp0VEtovKpv5EJqUUB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAZoJPUr29VWFsNwonfhOtwq3egK4ek4 { width:47.75rem;height:1.25rem;top:1.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #XkZQuEvp1bm8yQBeoRueWlmyJ4rkKppp { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dc060e47-a316-408c-8321-ebd0fcdbe13c/ZEFIRO22.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; }#XkZQuEvp1bm8yQBeoRueWlmyJ4rkKppp.adaptive-delivery-prevent-bg, #XkZQuEvp1bm8yQBeoRueWlmyJ4rkKppp.lazyload, #XkZQuEvp1bm8yQBeoRueWlmyJ4rkKppp.lazyloading { background-image: none; }#XkZQuEvp1bm8yQBeoRueWlmyJ4rkKppp > .row .container { background-color: transparent; background-image: none; }#XkZQuEvp1bm8yQBeoRueWlmyJ4rkKppp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkZQuEvp1bm8yQBeoRueWlmyJ4rkKppp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkZQuEvp1bm8yQBeoRueWlmyJ4rkKppp > .row .container > .video-iframe-container { display: none; }#XkZQuEvp1bm8yQBeoRueWlmyJ4rkKppp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkZQuEvp1bm8yQBeoRueWlmyJ4rkKppp > .row > .video-iframe-container { display: none; }#XkZQuEvp1bm8yQBeoRueWlmyJ4rkKppp > .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); }#XkZQuEvp1bm8yQBeoRueWlmyJ4rkKppp > .row .container { border-width: 0; border-radius: 0; }#XkZQuEvp1bm8yQBeoRueWlmyJ4rkKppp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XkZQuEvp1bm8yQBeoRueWlmyJ4rkKppp > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #roksLc1AZxJOXvFqQOEwuaULTz25quPz { 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; }#roksLc1AZxJOXvFqQOEwuaULTz25quPz > .row .container { background-color: transparent; background-image: none; }#roksLc1AZxJOXvFqQOEwuaULTz25quPz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roksLc1AZxJOXvFqQOEwuaULTz25quPz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roksLc1AZxJOXvFqQOEwuaULTz25quPz > .row .container > .video-iframe-container { display: none; }#roksLc1AZxJOXvFqQOEwuaULTz25quPz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roksLc1AZxJOXvFqQOEwuaULTz25quPz > .row > .video-iframe-container { display: none; }#roksLc1AZxJOXvFqQOEwuaULTz25quPz > .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); }#roksLc1AZxJOXvFqQOEwuaULTz25quPz > .row .container { border-width: 0; border-radius: 0; }#roksLc1AZxJOXvFqQOEwuaULTz25quPz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#roksLc1AZxJOXvFqQOEwuaULTz25quPz > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ho9TAJae83r23bGP33WmIlwvES4A97kd { width:14.3105625rem;height:4.624025rem;top:0.625rem;left:2.84375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Nl4CtBsELTWtBTcxSraJUknebAmyHpug { display:block; }#Nl4CtBsELTWtBTcxSraJUknebAmyHpug > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myTkKGOA6Ab2KWP3qFTkJRzdWzVAMLoZ { width:20rem;height:0;top:10.090280294418rem;left:1.0694444179535rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #cdzDrJHOhFOigQLtPoJ0uxZLJLJBkktB { width:20rem;height:0;top:-9.8064215183256rem;left:1.0694444179535rem;font-size:1rem;font-weight:400;font-style:normal;z-index:15000;display:none; }#cdzDrJHOhFOigQLtPoJ0uxZLJLJBkktB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #aaevIr3JhomritE9KGhDw5J1ZIuwMEqa { width:20rem;height:0;top:-12.84201169014rem;left:1.0694444179535rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #Xz9O7O8MLl8OHQaqz6kosCB4xcUxBmD6 { width:20rem;height:0;top:-19.139754533768rem;left:1.0694444179535rem;font-size:1.6875rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15009;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #hA5x5GddiuyllGtFXutICIouAAcTS8FT { width:20rem;height:0;top:-21.425345182419rem;left:1.0694444179535rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #wmKmTOduEeN6gVEnOgh7nRRxfaT4BrD6 { width:20rem;height:0;top:-26.549477100372rem;left:1.0694444179535rem;font-size:1.6875rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15009;color:#e6342a;display:none; }
 }@media only screen and (max-width: 763px) { #c6gXhof7m8XZCech9ruILUxSFiK27QNb { width:20rem;height:0;top:31.708332061767rem;left:1.0694444179535rem;font-size:1.6875rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15009;color:#e6342a;display:none; }
 }@media only screen and (max-width: 763px) { #xSLko0hqiiDNiNPWzTvP7lTRnoKS04hm { width:20rem;height:0;top:36.269964218139rem;left:1.0694444179535rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #cV58gzcP4K2Wih9RrpV79cnnvmfMxiFJ { width:20rem;height:0;top:36.305555343628rem;left:1.0694444179535rem;font-size:1.6875rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15009;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #O6N5HXVicdTh6wpfFLp8G7DRppQIFzzx { width:20rem;height:0;top:36.290796279907rem;left:1.0694444179535rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #zXi6nrusEplnhAgvTTqFbz09EJUaDzP0 { width:20rem;height:0;top:36.263887405396rem;left:1.0694444179535rem;font-size:1rem;font-weight:400;font-style:normal;z-index:15000;display:none; }#zXi6nrusEplnhAgvTTqFbz09EJUaDzP0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #AaJxq6KaVlEDii4ZN27CP9QaXumCdUT1 { width:20rem;height:0;top:36.285589218139rem;left:1.0694444179535rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #gB2B6Xy7hDoTu6T8gwnvk3c83s5wTXFw { width:20rem;height:4.87305rem;top:46rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ErIBS4TrPvPAA15qIbHnkCcTPTTF1SVK { width:18.625rem;height:;top:9.4375rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15004;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ka4tJwKccktzTIHrSntxAcIAMP1GyckM { width:20rem;height:4.94921875rem;top:2.0625rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15004;color:#d10000;display:block; }
 }@media only screen and (max-width: 763px) { #vEFUPAyZUKeucF0WygTnfbEOZpDybDxI { width:20rem;height:22rem;top:20.55859375rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;z-index:14995;display:block; }#vEFUPAyZUKeucF0WygTnfbEOZpDybDxI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/mpQdhMAK/Icone_1_.png); }
 }@media only screen and (max-width: 763px) { #rkgxJPpm6z0eDwlNfSURv3UkOl34vIDy { width:20rem;height:;top:17.78515625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #W46Iq1TuMv6IBtzVKEvziaiZx6wIAT50 { width:20rem;height:;top:7.8994140625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #bCPqv8Q6FVzzCTJ2y9H094PMsIbxzxUG { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/92dd4857-57a9-46ec-9c08-ad0974585709/line_NATALEGIORNOSENZA_POST.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#bCPqv8Q6FVzzCTJ2y9H094PMsIbxzxUG.adaptive-delivery-prevent-bg, #bCPqv8Q6FVzzCTJ2y9H094PMsIbxzxUG.lazyload, #bCPqv8Q6FVzzCTJ2y9H094PMsIbxzxUG.lazyloading { background-image: none; }#bCPqv8Q6FVzzCTJ2y9H094PMsIbxzxUG > .row .container { width:20rem;height:24.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #knryoC9XPJbpGAQoXSsBokkZuD1oCyTb { background-color:#d10000;background-image:none;display:block; }#knryoC9XPJbpGAQoXSsBokkZuD1oCyTb > .row .container { background-color: transparent; background-image: none; }#knryoC9XPJbpGAQoXSsBokkZuD1oCyTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knryoC9XPJbpGAQoXSsBokkZuD1oCyTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knryoC9XPJbpGAQoXSsBokkZuD1oCyTb > .row .container > .video-iframe-container { display: none; }#knryoC9XPJbpGAQoXSsBokkZuD1oCyTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knryoC9XPJbpGAQoXSsBokkZuD1oCyTb > .row > .video-iframe-container { display: none; }#knryoC9XPJbpGAQoXSsBokkZuD1oCyTb > .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); }#knryoC9XPJbpGAQoXSsBokkZuD1oCyTb > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-form-header {  }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;color:#ffffff;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #9a9b9b;border-left:0.0625rem solid #9a9b9b;border-right:0.0625rem solid #9a9b9b;border-bottom:0.0625rem solid #9a9b9b;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.5rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-input-text {padding-top: 0; padding-bottom: 0;}#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #9a9b9b;border-left:0.0625rem solid #9a9b9b;border-right:0.0625rem solid #9a9b9b;border-bottom:0.0625rem solid #9a9b9b;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.5rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #9a9b9b;border-left:0.0625rem solid #9a9b9b;border-right:0.0625rem solid #9a9b9b;border-bottom:0.0625rem solid #9a9b9b;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.5rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:roboto;font-size:1rem;overflow:hidden;vertical-align:top; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-input-select {padding-top: 0; padding-bottom: 0;}#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .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:#ffffff;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.0625rem;margin-bottom:0.25rem;margin-left:0.0625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:#ff0000;width:17.3125rem;height:3.625rem;font-family:"open sans";overflow:hidden;box-shadow: 0rem 0.9375rem 0.625rem rgba(9,142,105,0.25) ;font-style:normal; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .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:roboto;line-height:1.3;font-size:0.625rem;font-weight:400;color:#ffffff;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .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; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:roboto;font-size:1rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-container:first-of-type{padding-top:0;}#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-container:last-of-type{padding-bottom:0;}#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH  { background-color:#d40000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;left:0rem;top:4.9375rem;z-index:15003; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.875rem;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH {display:block;}#A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH { background-color:#d40000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;left:0rem;top:4.9375rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #NQRkt5ItiHK6aQF0w35cTd752O8FVZCR {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #SGRdThP7iI6ER3SdmNmAHDWEU752F7gk { display:block; }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #rS54059E9pV3rlA3BWDPQ0KhM03NM41d {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #BzuZ4H4LKQkfmGIVhGx5cHPC0Z7U4MEr {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #W36I787mtd5hwWWBnmMbxuAGCb4uAUy3 { display:block; }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #g1xVqs3kf8UoKevL6eUdmzo6TDEasQuS {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #Q9LX420PEm6NszNRMy9aE4L8qVfevO2s {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #Rb95av97zRCbqff1RthJda8znRD19Exw { display:block; }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #WQS5lx3PeMsKevMQrKdA2TQ7HCdaqeVy {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #Aw6FmufO1XtnIXiIzHzimI2FOXzGgXfH {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #OqdIgZl5EpXcMcndU9MZdL21LFo3pECT { display:block; }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #rcl0w9ZyGwfKxhfaH9t6KeG3PH8rP94M {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #EHuW5IpM7mTrv61yQTL1821OwlDcVLk1 {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #a9vgTLZbxW8eg1a5XZTWkATPcCwNWU4s { display:block; }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #a3Q73AHfAiIpHXQpUi5GlOXI1XTwITgG {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #wWCC1TAZf9qnnvvwXxEL1Rzrb6Bx4u0l {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #VSWgCgJJST0cVAR6W03DeFOgUgKSCEAU { z-index:2; }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #plFU3KHi6we57ZdUPMQu0DD1PTLoZh0P {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #Rz8RoHwThXmhtDtrDtQTIJIwUSBbDicZ {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #iXJLsovdiFmwugzT4LHDtx15zQwvXmxT {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #TrOmpzwScx6GgPutAOxTsr3nnM4gOV5F {  }
 }@media only screen and (max-width: 763px) { #U7RTytEQuq6RHwh4r5rX2wuX9eHKTmE8 { display:block; }
 }@media only screen and (max-width: 763px) { #KhTTBd1dUT34B62gvI6nRnovL85iltgv { display:block; }
 }@media only screen and (max-width: 763px) { #UgfZFbkhBNWlU1rbkhNdRiUSHoMtMxFm { display:block; }
 }@media only screen and (max-width: 763px) { #ERQm0xR2avAt0Q2inG5Rytw1mrfPqHw1 { display:block; }
 }@media only screen and (max-width: 763px) { #PlFmaiMVFUpDyq1TNmhpnZ0MzbGJKXCP { display:block; }
 }@media only screen and (max-width: 763px) { #cgrOyqiP287pgnycL1ZwiCx68xK2780b { display:block; }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #CdORBpfCHIhdMRdoIXVaks1NnlQceU9F {  }
 }@media only screen and (max-width: 763px) { #A5ObNbb4dTxlKHdMTpXoAoQE3mb1VCBH #fUvr5gyVTckBqNcqUAVxDeC3f93UrILu {  }
 }@media only screen and (max-width: 763px) { #wmyT6l3wVgRRbvmb8gxIkU0UUinF7ZZ4 { width:20rem;height:31.5625rem;top:1.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KL4kD9zK6yQFrCiQixlFSuJ1TKhINgHq { width:18.3125rem;height:0;top:5.875rem;left:0.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #gmt6Eh5eb3DIfuZnikGXROGtxqxkaoDz { width:19.8125rem;height:auto;top:2.6875rem;left:0.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #RmNkxex35kQaWbUP4HLMEn5IhrMx1D5f { width:20rem;height:3.4375rem;top:1.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.1;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #MVxTBnFI3gTd1klUBlIAPTSsuHSigIyu { width:20rem;height:auto;top:41.8125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ys7CnN2TwTbMZZmMHVuxMlVWwFP1cKnH { width:20rem;height:auto;top:21.1875rem;left:0rem;font-size:1.0625rem;font-weight:400;font-style:normal;z-index:14994;display:none; }#ys7CnN2TwTbMZZmMHVuxMlVWwFP1cKnH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/mpQdhMAK/Icone_1_.png); }
 }@media only screen and (max-width: 763px) { #B5rJ5ATCwOibT35xlq7RKvzacOkNPIQ3 { width:20rem;height:auto;top:9.125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15003;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #mJHJHhTpc1bcviCZu6krT3DKPBFDgPAl { width:20rem;height:0;top:42.7734375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #hrB307ACCiuxlgz0HuHC69HVe7KxBHBx { width:20rem;height:auto;top:1.375rem;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) { #goEb5QwhOzufxctI46kP2WfblaHBsrrC { width:20rem;height:auto;top:18.1875rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15003;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #gGKH9zTpuCIVtlpcbTqdGgAxM02MdD9e { display:block; }#gGKH9zTpuCIVtlpcbTqdGgAxM02MdD9e > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUclylQHNy3CoKrssDl8uso5qLE9cfSa { width:20rem;height:7.7988125rem;top:16.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDP4zsButAR0vTUgXiv5ec9QS04C8u29 { width:20rem;height:19.49705rem;top:25.2353515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBdJml8CJI8liuqW2wnO1TQ7tQKD67A7 { height:11rem;width:20rem;top:2.8681640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsLdxHuR0Hp8CAPy24SqSqgkVeRPM3nT { display:block; }#rsLdxHuR0Hp8CAPy24SqSqgkVeRPM3nT > .row .container { width:20rem;height:72.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2WAnahuWlgHvAZtKO7oSy1hicLfZ77s { width:20rem;height:23.730337078652rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3IJVXmJkKvoGrK6cnDM7kP3DnFTEinW { width:20rem;height:18.77243125rem;top:26.23rem;left:0rem;font-size:1rem;display:block; }#g3IJVXmJkKvoGrK6cnDM7kP3DnFTEinW li:before{  }
 }@media only screen and (max-width: 763px) { #VWW80L0dSX4gXOqBEaIygXA445PbHNgE { width:20rem;height:3.4121125rem;top:46.252rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT4ELd8sMTsv9wuozMhBauV4G0WUKKLT { width:20rem;height:20.79686875rem;top:50.9141125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l83dReVRmCrXSuxFb34LRcg7pleKbUGF { display:block; }#l83dReVRmCrXSuxFb34LRcg7pleKbUGF > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivsZCsUcITQlpqoskxMt2yXrekqXF3OT { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0oKScWvCoB00oU1pGEIDnuCWkVZ24zg { width:20rem;height:2.5996125rem;top:10.2983125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItQdAPANLIH2aKTNewUaRq2c0K2MRfIO { display:block; }#ItQdAPANLIH2aKTNewUaRq2c0K2MRfIO > .row .container { width:20rem;height:128.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ieb2iO5CyKG8dd1hxBnFpeabGmCgh4lp { width:15.125rem;height:3.25rem;top:77.25rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCwOixJnuSw4067xhLHJtASowqNQL0In { width:12.8125rem;height:9.098625rem;top:81.75rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoZwaGccx4XIpsInuXA7A1xfssfymgVL { width:12.5rem;height:12.5rem;top:63.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1DzyKrvLzOs7EynbImHanDenbgiAJdt { width:12.5rem;height:12.5rem;top:2.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooOF1TQBxb1B56SCplBg2RrBBM6vNZq9 { width:14.9375rem;height:3.25rem;top:16.375rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHxKHWW4uuh4TvQisOMkXAerUqTBTCM4 { width:13.125rem;height:9.098625rem;top:20.875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdLk2pkB8FDnIb6h399dcNalUPZlPlGv { width:12.5rem;height:12.5rem;top:32.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeJd1QVQCLlUBTsel297xTvq7ZKzGooW { width:15rem;height:3.25rem;top:47.6875rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhH9TlHDobTIunq8SM1pa108ezwwdOwH { width:15.0625rem;height:7.7988125rem;top:52.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdQ0WkE8xFt76OgbhZrVC9OdwfLLhZHd { width:12.5rem;height:12.5rem;top:95.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #biVz8pq4xKAJ0KHoqBOxd3F8OBhBs8zf { width:15rem;height:3.25rem;top:109.4375rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3Rwfx5phB5M7Xex6PucaP9whmTKWaEv { width:14.9375rem;height:9.098625rem;top:113.9375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QosJ7WK4oEghEsk59fOSbf0QpB14ggVh { background-color:#d40000;background-image:none;display:block; }#QosJ7WK4oEghEsk59fOSbf0QpB14ggVh > .row .container { background-color: transparent; background-image: none; }#QosJ7WK4oEghEsk59fOSbf0QpB14ggVh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QosJ7WK4oEghEsk59fOSbf0QpB14ggVh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QosJ7WK4oEghEsk59fOSbf0QpB14ggVh > .row .container > .video-iframe-container { display: none; }#QosJ7WK4oEghEsk59fOSbf0QpB14ggVh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QosJ7WK4oEghEsk59fOSbf0QpB14ggVh > .row > .video-iframe-container { display: none; }#QosJ7WK4oEghEsk59fOSbf0QpB14ggVh > .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); }#QosJ7WK4oEghEsk59fOSbf0QpB14ggVh > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpfcINU9TRdq9ysdTBEcDDR6zysTR4Js { top:7.75rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;background-color:#ffffff;background-image:none;color:#d40000;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UswWOS6BsAOCB7PJf4nXNykMAt2Mw1Sp { display:block; }
 }@media only screen and (max-width: 763px) { #gK8OvXcVFx0lc3siWus8c65B93ZvCNFI { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #br4Sh9oyqiwqmktMLg75EEJhtnmHpINy { display:block; }#br4Sh9oyqiwqmktMLg75EEJhtnmHpINy > .row .container { width:20rem;height:130rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhbJMsNWUGsPqNwxZTxUrDTxPAww7HqK { width:15rem;height:3.25rem;top:108.875rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLBAhZkomPdTrxLl3hND3GzwE0qSU4T0 { width:14.9375rem;height:11.69825rem;top:113.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyq5xDKXcngi3ulq7zq4QVJKurpaHpHk { width:12.5rem;height:12.5rem;top:6.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOXifmiy9c4yGX2pR5wTJUS2TlEgciea { width:15rem;height:3.25rem;top:20.5625rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF7VzqzMtqM2vwf31iUrrFyIIgvfp5Xv { width:15.0625rem;height:9.098625rem;top:24.4375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZu0UTKwOpfnS41IscLsidwTEiJlpcW8 { width:12.5rem;height:12.5rem;top:38.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdhtDxIt5BM7Z06KOSDlHPioJFHG3ptT { width:15rem;height:3.25rem;top:52.625rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMxaaMTv9BQ3Df7nOwTKXMhlAJShFtgJ { width:14.9375rem;height:6.499rem;top:57.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBzNSTTLp4pHpbb2vFthKzEAX91Qw3al { width:12.5rem;height:12.5rem;top:67.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya1S39LHTiS6G7eNWcw5LSiSNDAbHtuT { width:15.0625rem;height:3.25rem;top:82.125rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixhucQ9gffakT9RZWq4WBco9CyUntm2I { width:14.375rem;height:5.19921875rem;top:86.625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1PAEevWTXJVsNeg3HHHy24FHq9X7zPQ { width:12.5rem;height:12.5rem;top:95.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwhOtfTG8dweZIUfLdoQzT4qPuHWdVRk { background-color:#d40000;background-image:none;display:none; }#VwhOtfTG8dweZIUfLdoQzT4qPuHWdVRk > .row .container { width:20rem;height:18.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qBPDFzhoUrUv5QonggLwV7AWKolOn7XJ { width:20rem;height:8.33333125rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmRokdKGseFgeEGfyPz3qQTG57D2fZoq { top:10.8326875rem;left:1rem;width:17.9375rem;height:3.4375rem;background-color:#ffffff;background-image:none;color:#d40000;display:block; }
 }@media only screen and (max-width: 763px) { #EJTcZbHdqBqe8mGv3LRhFSGHq4fn3gtf { display:block; }
 }@media only screen and (max-width: 763px) { #dF4rPTzQ9lMS03McFgDaqEyVaO0ttW7p { display:none; }#dF4rPTzQ9lMS03McFgDaqEyVaO0ttW7p > .row .container { width:20rem;height:102.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vSlTRPlIqD2pQGPgMzABtiRNqi8Inu0N { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4b5ba0bd-9605-4ba1-81e1-32198acd9724/8596936ia.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; }#vSlTRPlIqD2pQGPgMzABtiRNqi8Inu0N.adaptive-delivery-prevent-bg, #vSlTRPlIqD2pQGPgMzABtiRNqi8Inu0N.lazyload, #vSlTRPlIqD2pQGPgMzABtiRNqi8Inu0N.lazyloading { background-image: none; }#vSlTRPlIqD2pQGPgMzABtiRNqi8Inu0N > .row .container { background-color: transparent; background-image: none; }#vSlTRPlIqD2pQGPgMzABtiRNqi8Inu0N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vSlTRPlIqD2pQGPgMzABtiRNqi8Inu0N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vSlTRPlIqD2pQGPgMzABtiRNqi8Inu0N > .row .container > .video-iframe-container { display: none; }#vSlTRPlIqD2pQGPgMzABtiRNqi8Inu0N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vSlTRPlIqD2pQGPgMzABtiRNqi8Inu0N > .row > .video-iframe-container { display: none; }#vSlTRPlIqD2pQGPgMzABtiRNqi8Inu0N > .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); }#vSlTRPlIqD2pQGPgMzABtiRNqi8Inu0N > .row .container { border-width: 0; border-radius: 0; }#vSlTRPlIqD2pQGPgMzABtiRNqi8Inu0N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vSlTRPlIqD2pQGPgMzABtiRNqi8Inu0N > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oyi6VVaQEcs2UvNFNhaILJfGct0w9yO4 { display:none; }#oyi6VVaQEcs2UvNFNhaILJfGct0w9yO4 > .row .container { width:20rem;height:173.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nCQTz26BtCfe7KsbfizKvWld3l1XBofM { width:12.5rem;height:2.5996125rem;top:92.891586303713rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq6879Bt3Cys1T2u4mukL5T4WZglKQw0 { width:20rem;height:auto;top:31.125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #e3HqiW9HFTvgNtInAWeHvLuOGz9KvGVl { width:12.5rem;height:2.5996125rem;top:68.80924375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRis4qwgFE3QkuTatmntpfzNDlWJzNiO { width:14.0625rem;height:3.0859375rem;top:56.3112rem;left:2.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqzBdKcdTFvfu7CeJOtLBIQCaePV2AKN { width:14.0625rem;height:1.54296875rem;top:90.141586303713rem;left:2.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuM9HzuKv4IgbmINH39t2ZMUVzFKnRHR { width:11.25rem;height:11.25rem;top:77.641586303713rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI0DODoGQyCDnvhK5zV0Dq5a1EawoHqt { width:10.9375rem;height:10.9375rem;top:27.6237rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ3EWvk0ZWrFmZnMOr7IN5lJzWxggRbt { width:12.5rem;height:3.8994125rem;top:64.9765625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGxMR9NN47NDL556htvrvT0xfIfMoJ9F { width:12.5rem;height:3.0859375rem;top:50.4362rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l86H7GhWNosE6p5EhaPmpGUPnZkmTm4h { width:8.1875rem;height:8.1875rem;top:114.0145625rem;left:5.875rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF2sG31ZVtJ97PR0bUE69e6luNZud2AP { width:16.0625rem;height:16.124384925019rem;top:96.640625rem;left:1.9375rem;font-size:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiZxrAEtHeNxDiOe10mXbin7ZN1cDR4f { width:4.4375rem;height:4.4375rem;top:13.375rem;left:7.75rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fvMGUhTqsC0PHWZtSEcEigkvEuURDtEP { width:4.4375rem;height:4.4375rem;top:13.1875rem;left:7.75rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZnTRHE1uu9LGcmXEL1akhKwTED48pUm { width:20rem;height:2.986325rem;top:7.08171081543rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo2sM6DSQurhPAOTyUZ1tb08f4MfFSXV { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOQ0Po3uA2MogfG1PRFxXhIabvMgubcb { background-color:#e43331;background-image:none;display:block; }#DOQ0Po3uA2MogfG1PRFxXhIabvMgubcb > .row .container { background-color: transparent; background-image: none; }#DOQ0Po3uA2MogfG1PRFxXhIabvMgubcb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOQ0Po3uA2MogfG1PRFxXhIabvMgubcb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOQ0Po3uA2MogfG1PRFxXhIabvMgubcb > .row .container > .video-iframe-container { display: none; }#DOQ0Po3uA2MogfG1PRFxXhIabvMgubcb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOQ0Po3uA2MogfG1PRFxXhIabvMgubcb > .row > .video-iframe-container { display: none; }#DOQ0Po3uA2MogfG1PRFxXhIabvMgubcb > .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); }#DOQ0Po3uA2MogfG1PRFxXhIabvMgubcb > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tss8SzH78svyaEREIQ85R4EwugaMuQWA { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;font-size:1.625rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #n4h8pvro6gXKgzVLDaMAFnpsnkrgzdb7 { top:6.0820198059082rem;left:1.03125rem;width:17.9375rem;height:3.4375rem;background-color:#ffffff;background-image:none;color:#d40000;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h00NiW6Uv4DSlL0fPHMiNp91Jn5JGzEO { display:block; }
 }@media only screen and (max-width: 763px) { #ya5KWnQpbnMirMykD1VHOJaqMWVzKKGd { background-color:#ffffff;background-image:none;display:block; }#ya5KWnQpbnMirMykD1VHOJaqMWVzKKGd > .row .container { background-color: transparent; background-image: none; }#ya5KWnQpbnMirMykD1VHOJaqMWVzKKGd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ya5KWnQpbnMirMykD1VHOJaqMWVzKKGd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ya5KWnQpbnMirMykD1VHOJaqMWVzKKGd > .row .container > .video-iframe-container { display: none; }#ya5KWnQpbnMirMykD1VHOJaqMWVzKKGd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ya5KWnQpbnMirMykD1VHOJaqMWVzKKGd > .row > .video-iframe-container { display: none; }#ya5KWnQpbnMirMykD1VHOJaqMWVzKKGd > .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); }#ya5KWnQpbnMirMykD1VHOJaqMWVzKKGd > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MoZ4HLLN4dPJ4OABaM7hXrfIAGRzvPyh { width:19.6875rem;height:7.79883125rem;top:1rem;left:0rem;font-size:2rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sI17DapxgnHxq3q0ABZ8RvTUM06NfwVE { width:12.5rem;height:3.0869125rem;top:21.3125rem;left:3.75rem;font-size:1.1875rem;color:#d10000;display:block; }
 }@media only screen and (max-width: 763px) { #eOyeCECQ6MZL1isS1uaa4mHR63QbBTHT { width:14.0625rem;height:3.0859375rem;top:39.625000953674rem;left:2.9687500596046rem;font-size:1.1875rem;color:#d10000;display:block; }
 }@media only screen and (max-width: 763px) { #ldEyBGDtrEw49vMq5ZzdFCkrFba5Vm0P { width:12.5rem;height:2.5rem;top:24.559733390808rem;left:3.7499997019767rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ACwuL6VOLyDsgFo3bom0ZDP9GJ40Qwyg { width:12.5rem;height:3.8994125rem;top:43.637153625488rem;left:3.7499998211861rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #onDxVhwVBgZtfG9qGGRIkFAeiXqq1r4R { width:4.5rem;height:4.5rem;top:26.875rem;left:7.75rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ai2F20zhl3owatAhQ7pcg2wvuq99Zcw0 { width:4.5rem;height:4.5rem;top:43.25rem;left:7.75rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GPlSt98kHWTCzPlbKvfGfCT5yt4rM7TQ { width:20rem;height:2.9248rem;top:5.75rem;left:0rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #neOkn3SfKWCdcMTDLUVrNSKAhN67T9bQ { width:12.4375rem;height:12.4375rem;top:27.72500038147rem;left:3.6249998807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iAketbMCFdHmqx7xtgHzEIGtvTLpJW52 { width:15.5rem;height:2.5996125rem;top:25.125rem;left:2.25rem;font-size:1rem;z-index:15014;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DRNnUKwNHmoWOq54abb6F9oH8Kq17g1H { width:14.75rem;height:2.5996125rem;top:59.625rem;left:2.625rem;font-size:1rem;z-index:15016;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xkrrTC1QZkWPbTOFUE30NLZrmZpwnQps { width:15.25rem;height:1.54375rem;top:58.0625rem;left:2.375rem;font-size:1.1875rem;z-index:15013;color:#d10000;display:block; }
 }@media only screen and (max-width: 763px) { #lS4kO3gkiFxr4zuVVD5CXyTphrqTcg7k { width:12.1875rem;height:12.1875rem;top:46.236720323563rem;left:3.9062498807907rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #txeFgRKVJEF6e9ThK2z6QCv59g43mqr4 { width:14rem;height:14.0625rem;top:8.7978515625rem;left:2.84375rem;font-size:9.8125rem;z-index:15002;color:#d10000;display:block; }
 }@media only screen and (max-width: 763px) { #CslQsd5kLRkhhrQsg4TBy8XfOUp8Fhhe { width:8.1875rem;height:8.1875rem;top:11.735157012939rem;left:5.9062498807907rem;font-size:5.6875rem;z-index:15022;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XcsfWbOaGxMJX9aLlAwZAALCp3Ic5yUr { width:20rem;height:3.25rem;top:63.0244140625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #VaAWvRFkfs4elnTkfbs2TUR6r3Q8pENR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ab1aabfc-392e-4daa-900b-82d58ad68ac4/WhatsAppImage20211129at1032371.jpeg");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:none; }#VaAWvRFkfs4elnTkfbs2TUR6r3Q8pENR.adaptive-delivery-prevent-bg, #VaAWvRFkfs4elnTkfbs2TUR6r3Q8pENR.lazyload, #VaAWvRFkfs4elnTkfbs2TUR6r3Q8pENR.lazyloading { background-image: none; }#VaAWvRFkfs4elnTkfbs2TUR6r3Q8pENR > .row .container { border-width: 0; border-radius: 0; }#VaAWvRFkfs4elnTkfbs2TUR6r3Q8pENR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VaAWvRFkfs4elnTkfbs2TUR6r3Q8pENR > .row .container { width:20rem;height:11.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NKOcScvy2nc8zEm5OBhxs01BykF1ckzV { background-color:#d40000;background-image:none;display:none; }#NKOcScvy2nc8zEm5OBhxs01BykF1ckzV > .row .container { width:20rem;height:18.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BNg3KA1FScbPIAavDHFT738inrJncWIM { width:20rem;height:8.33333125rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUglCmiJ94SeeQKT4FeSJdOtThxlqZvn { top:10.8326875rem;left:1rem;width:17.9375rem;height:3.4375rem;background-color:#ffffff;background-image:none;color:#d40000;display:block; }
 }@media only screen and (max-width: 763px) { #QOdlunzWoTSG07JF4itlx2TJFBbMimBF { display:block; }
 }@media only screen and (max-width: 763px) { #T5Lx1JOwVpKJvBbcqsdQm3r6TT5TR2ro { display:none; }#T5Lx1JOwVpKJvBbcqsdQm3r6TT5TR2ro > .row .container { width:20rem;height:72.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RbmH1Anq5a6MxlEf6TQQTUbfmt7XJRti { width:20rem;height:13.214285714286rem;top:7.6987875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks9VHNX6sDP9Tfpg77XTUvTlLLbLAIl5 { width:20rem;height:5.19965rem;top:1.25rem;left:0rem;font-size:2rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #kZlJUHkmFQNzq4eCBqlXJU6B73EcBy4H { width:20rem;height:49.3925875rem;top:22.16235rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkppfdThxCe2eOcCRcFAivkhpqV9Cpyg { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6b6a406a-ed86-4326-bb2f-b120758dfdb4/ARIA5.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; }#XkppfdThxCe2eOcCRcFAivkhpqV9Cpyg.adaptive-delivery-prevent-bg, #XkppfdThxCe2eOcCRcFAivkhpqV9Cpyg.lazyload, #XkppfdThxCe2eOcCRcFAivkhpqV9Cpyg.lazyloading { background-image: none; }#XkppfdThxCe2eOcCRcFAivkhpqV9Cpyg > .row .container { background-color: transparent; background-image: none; }#XkppfdThxCe2eOcCRcFAivkhpqV9Cpyg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkppfdThxCe2eOcCRcFAivkhpqV9Cpyg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkppfdThxCe2eOcCRcFAivkhpqV9Cpyg > .row .container > .video-iframe-container { display: none; }#XkppfdThxCe2eOcCRcFAivkhpqV9Cpyg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkppfdThxCe2eOcCRcFAivkhpqV9Cpyg > .row > .video-iframe-container { display: none; }#XkppfdThxCe2eOcCRcFAivkhpqV9Cpyg > .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); }#XkppfdThxCe2eOcCRcFAivkhpqV9Cpyg > .row .container { border-width: 0; border-radius: 0; }#XkppfdThxCe2eOcCRcFAivkhpqV9Cpyg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XkppfdThxCe2eOcCRcFAivkhpqV9Cpyg > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpv2Z3WTTfKR5WTX3dex3vB1KMpLhWbL { background-color:#d40000;background-image:none;display:block; }#xpv2Z3WTTfKR5WTX3dex3vB1KMpLhWbL > .row .container { background-color: transparent; background-image: none; }#xpv2Z3WTTfKR5WTX3dex3vB1KMpLhWbL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpv2Z3WTTfKR5WTX3dex3vB1KMpLhWbL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpv2Z3WTTfKR5WTX3dex3vB1KMpLhWbL > .row .container > .video-iframe-container { display: none; }#xpv2Z3WTTfKR5WTX3dex3vB1KMpLhWbL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpv2Z3WTTfKR5WTX3dex3vB1KMpLhWbL > .row > .video-iframe-container { display: none; }#xpv2Z3WTTfKR5WTX3dex3vB1KMpLhWbL > .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); }#xpv2Z3WTTfKR5WTX3dex3vB1KMpLhWbL > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tpby6Utrd3eocuf1hGlTeeC0PuuO1V9i { width:20rem;height:2.1125rem;top:1.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrdtOy05TpafpLkh7nRTATQyUXkRXtXQ { top:5.0625rem;left:0rem;width:20rem;height:3.4375rem;background-color:#ffffff;background-image:none;color:#d40000;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGwlQBCkoFws0Pqm9UXBsidFdChgxzwO { display:block; }
 }@media only screen and (max-width: 763px) { #hi2SzZM3mfbqMhFX987EDVhmBUc6nImm { background-color:#d40000;background-image:none;display:none; }#hi2SzZM3mfbqMhFX987EDVhmBUc6nImm > .row .container { width:20rem;height:18.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MbivK8LRSHutNZ82q8LSNzHxnfllKx2K { width:20rem;height:8.449225rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBCDZ66mcukPUIPFB5wy3dKsEEnb0EBQ { top:10.8326875rem;left:1rem;width:17.9375rem;height:3.4375rem;background-color:#ffffff;background-image:none;color:#d40000;display:block; }
 }@media only screen and (max-width: 763px) { #WdW1Elm47wTVvyac1VPZsNbBZGM3r5Dh { display:block; }
 }@media only screen and (max-width: 763px) { #kfoWTkNH947L1nsbMyCGcpghDPTtns0h { display:none; }#kfoWTkNH947L1nsbMyCGcpghDPTtns0h > .row .container { width:20rem;height:112.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tZca8o4bctwGsxxadH6M0vXt3wnT3HSk { width:20rem;height:5.1111125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UvCv2yhxBMbcp5SU0LtO14KWgwUgRR1c { width:20rem;height:11.942375rem;top:41.693575rem;left:0rem;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IhX6X2To6bseHFl7fqMy0KgeUQ0sym5x { width:17.625rem;height:13.1875rem;top:80.533825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV8ly2oTkXTIW4WDreP0wH6CnKJflavU { width:19.875rem;height:10.4375rem;top:64.318575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhxHETzr56ODHIXPZFN1CTvscKHS2zu6 { width:10.125rem;height:10.125rem;top:52.943575rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVxs5R75xGDD22oPEGkRo1u6P43cGe6C { width:20rem;height:1.94444375rem;top:38.5rem;left:0rem;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }#gVxs5R75xGDD22oPEGkRo1u6P43cGe6C li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #eSRFaiGAzFwf5eUHlwSq6OOizHo1tdmJ { width:20rem;height:16.3125rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMPoeNyz3xDWpaKSraNeH8WArMWdLcA0 { width:20rem;height:18.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVR0h8UrK0uuTD4hk4WkO7O0exyoiERD { width:20rem;height:0;top:100.22134375rem;left:0rem;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #M3nDoO9Zmg8sZaZZkThAgI76Sr0s4PEg { width:10.375rem;height:3.8888875rem;top:95.083325rem;left:4.8125rem;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }#M3nDoO9Zmg8sZaZZkThAgI76Sr0s4PEg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #d5g3fsUyn0TObkuyPHSXHZpXXDyBpTCq { width:10.125rem;height:10.125rem;top:101.47134375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK4WeIVLqMr9UpqfpBW6CstnzR7Tp1Ca { display:block; }#cK4WeIVLqMr9UpqfpBW6CstnzR7Tp1Ca { background-color: transparent; background-image: none; }#cK4WeIVLqMr9UpqfpBW6CstnzR7Tp1Ca::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cK4WeIVLqMr9UpqfpBW6CstnzR7Tp1Ca > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cK4WeIVLqMr9UpqfpBW6CstnzR7Tp1Ca > .row .container > .video-iframe-container { display: none; }#cK4WeIVLqMr9UpqfpBW6CstnzR7Tp1Ca > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cK4WeIVLqMr9UpqfpBW6CstnzR7Tp1Ca > .row > .video-iframe-container { display: none; }#cK4WeIVLqMr9UpqfpBW6CstnzR7Tp1Ca > .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); }#cK4WeIVLqMr9UpqfpBW6CstnzR7Tp1Ca { border-width: 0; border-radius: 0; }#cK4WeIVLqMr9UpqfpBW6CstnzR7Tp1Ca > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cK4WeIVLqMr9UpqfpBW6CstnzR7Tp1Ca > .row .container { width:20rem;height:25.9375rem;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BT8L4gQDFiOQcGLeeBX8v0oc1dO6MSbX { width:20rem;height:5.19921875rem;top:1.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UDsbTX8yD85aDudsU8C8nFBORsyTL9Zv { width:17.375rem;height:10.80075rem;top:12.8125rem;left:1.3125rem;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;text-align:justify;text-align-last:initial;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; }
 }@media only screen and (max-width: 763px) { #z76VBz8CbGfOVq69g52IscahGI1UmbpG { width:8.125rem;height:8.1875rem;top:6.3125rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnGGT9DurQF94oK3OklSMMdcFxGeTcIR { width:16.9375rem;height:1.95rem;top:9.4375rem;left:0.625rem;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }#AnGGT9DurQF94oK3OklSMMdcFxGeTcIR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #OnC0dE7bGpDNRWNoL45cq9hVQ6LpkpIU { width:20rem;height:16.625rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH2df0PFrmcUlS7OQ0v8kZfAX13e2SDZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e122d689-35f4-4ba7-b5b1-a89bfc14c89a/PHOTO20241205143550.jpg");background-position:center left !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; }#rH2df0PFrmcUlS7OQ0v8kZfAX13e2SDZ.adaptive-delivery-prevent-bg, #rH2df0PFrmcUlS7OQ0v8kZfAX13e2SDZ.lazyload, #rH2df0PFrmcUlS7OQ0v8kZfAX13e2SDZ.lazyloading { background-image: none; }#rH2df0PFrmcUlS7OQ0v8kZfAX13e2SDZ > .row .container { background-color: transparent; background-image: none; }#rH2df0PFrmcUlS7OQ0v8kZfAX13e2SDZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH2df0PFrmcUlS7OQ0v8kZfAX13e2SDZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH2df0PFrmcUlS7OQ0v8kZfAX13e2SDZ > .row .container > .video-iframe-container { display: none; }#rH2df0PFrmcUlS7OQ0v8kZfAX13e2SDZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH2df0PFrmcUlS7OQ0v8kZfAX13e2SDZ > .row > .video-iframe-container { display: none; }#rH2df0PFrmcUlS7OQ0v8kZfAX13e2SDZ > .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); }#rH2df0PFrmcUlS7OQ0v8kZfAX13e2SDZ > .row .container { border-width: 0; border-radius: 0; }#rH2df0PFrmcUlS7OQ0v8kZfAX13e2SDZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rH2df0PFrmcUlS7OQ0v8kZfAX13e2SDZ > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7bnno6r1srzTkRKrnVmFvmZaU6k4LSm { display:block; }#m7bnno6r1srzTkRKrnVmFvmZaU6k4LSm > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTzSA5wKnd9P2bFvP5hTQKfwtNuhTxyB { width:12.375rem;height:1.7871125rem;top:2.611111164093rem;left:0.0625rem;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }#LTzSA5wKnd9P2bFvP5hTQKfwtNuhTxyB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sHS9sNZs/loghetto_arquati.JPG); }
 }@media only screen and (max-width: 763px) { #W19LtGlTMV1G2N52vyMmrT5LS79UFk5B { width:19.125rem;height:9.2578125rem;top:6.0885415077209rem;left:0.4375rem;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;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; }
 }@media only screen and (max-width: 763px) { #rTKHPHpfBXuQmDCwx3yExetiw3xBapaM { width:20rem;height:19rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOawHayIPUUEWipSyDiedgd0F3sxbwHi { top:0rem;left:12.874999761581rem;width:7rem;height:7rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kTcXrlDd696mx83bM0U8OIymczROyRe0 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9c45eb2a-6e58-45cc-812c-798665cc8223/ZEFIRO2.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; }#kTcXrlDd696mx83bM0U8OIymczROyRe0.adaptive-delivery-prevent-bg, #kTcXrlDd696mx83bM0U8OIymczROyRe0.lazyload, #kTcXrlDd696mx83bM0U8OIymczROyRe0.lazyloading { background-image: none; }#kTcXrlDd696mx83bM0U8OIymczROyRe0 > .row .container { background-color: transparent; background-image: none; }#kTcXrlDd696mx83bM0U8OIymczROyRe0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTcXrlDd696mx83bM0U8OIymczROyRe0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTcXrlDd696mx83bM0U8OIymczROyRe0 > .row .container > .video-iframe-container { display: none; }#kTcXrlDd696mx83bM0U8OIymczROyRe0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTcXrlDd696mx83bM0U8OIymczROyRe0 > .row > .video-iframe-container { display: none; }#kTcXrlDd696mx83bM0U8OIymczROyRe0 > .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); }#kTcXrlDd696mx83bM0U8OIymczROyRe0 > .row .container { border-width: 0; border-radius: 0; }#kTcXrlDd696mx83bM0U8OIymczROyRe0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kTcXrlDd696mx83bM0U8OIymczROyRe0 > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8MfudK3CZgJHlwzMEREmxh7XoOXiX9e { background-color:#d40000;background-image:none;display:block; }#S8MfudK3CZgJHlwzMEREmxh7XoOXiX9e > .row .container { background-color: transparent; background-image: none; }#S8MfudK3CZgJHlwzMEREmxh7XoOXiX9e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8MfudK3CZgJHlwzMEREmxh7XoOXiX9e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8MfudK3CZgJHlwzMEREmxh7XoOXiX9e > .row .container > .video-iframe-container { display: none; }#S8MfudK3CZgJHlwzMEREmxh7XoOXiX9e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8MfudK3CZgJHlwzMEREmxh7XoOXiX9e > .row > .video-iframe-container { display: none; }#S8MfudK3CZgJHlwzMEREmxh7XoOXiX9e > .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); }#S8MfudK3CZgJHlwzMEREmxh7XoOXiX9e > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9JHBDFfnfS8euxrQ4nH4PVUolx4vZvo { width:18.5625rem;height:6.33691875rem;top:1.3125rem;left:0.71875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyNOvhGbyeOwEtID33XLGxQ4ATQeMNR4 { top:8.64453125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;background-color:#ffffff;background-image:none;color:#d40000;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS4ZRcJytD3POXVd2bhPcO3fT3sgbFcr { display:block; }
 }@media only screen and (max-width: 763px) { #iQ4Gu9kQ8QNsuTMp0VEtovKpv5EJqUUB { background-color:#d40000;background-image:none;display:block; }#iQ4Gu9kQ8QNsuTMp0VEtovKpv5EJqUUB > .row .container { background-color: transparent; background-image: none; }#iQ4Gu9kQ8QNsuTMp0VEtovKpv5EJqUUB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ4Gu9kQ8QNsuTMp0VEtovKpv5EJqUUB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ4Gu9kQ8QNsuTMp0VEtovKpv5EJqUUB > .row .container > .video-iframe-container { display: none; }#iQ4Gu9kQ8QNsuTMp0VEtovKpv5EJqUUB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ4Gu9kQ8QNsuTMp0VEtovKpv5EJqUUB > .row > .video-iframe-container { display: none; }#iQ4Gu9kQ8QNsuTMp0VEtovKpv5EJqUUB > .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); }#iQ4Gu9kQ8QNsuTMp0VEtovKpv5EJqUUB > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAZoJPUr29VWFsNwonfhOtwq3egK4ek4 { width:20rem;height:1.94921875rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }