.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;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); }#hoNRwz4T0eLbslmyidSibHwsb9dxfXr2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fbcd4b47-b288-4be3-9757-8bb582268150/fondolinea.png");background-position:bottom 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;z-index:auto;display:block; }#hoNRwz4T0eLbslmyidSibHwsb9dxfXr2.adaptive-delivery-prevent-bg, #hoNRwz4T0eLbslmyidSibHwsb9dxfXr2.lazyload, #hoNRwz4T0eLbslmyidSibHwsb9dxfXr2.lazyloading { background-image: none; }#hoNRwz4T0eLbslmyidSibHwsb9dxfXr2 > .row .container { background-color: transparent; background-image: none; }#hoNRwz4T0eLbslmyidSibHwsb9dxfXr2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoNRwz4T0eLbslmyidSibHwsb9dxfXr2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoNRwz4T0eLbslmyidSibHwsb9dxfXr2 > .row .container > .video-iframe-container { display: none; }#hoNRwz4T0eLbslmyidSibHwsb9dxfXr2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoNRwz4T0eLbslmyidSibHwsb9dxfXr2 > .row > .video-iframe-container { display: none; }#hoNRwz4T0eLbslmyidSibHwsb9dxfXr2 > .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); }#hoNRwz4T0eLbslmyidSibHwsb9dxfXr2 > .row .container { border-width: 0; border-radius: 0; }#hoNRwz4T0eLbslmyidSibHwsb9dxfXr2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hoNRwz4T0eLbslmyidSibHwsb9dxfXr2 > .row .container { font-size:14px;font-family:arial;height:105px;width:960px;position:relative;display:block; }#Tte7DgTxp1kQSaCEvtQmQwZ7RcRiODvV { 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:59px;width:226px;top:18px;left:21px;overflow:hidden;display:block; }
#QvM6lrqGTVezhwktWR2fJog8xmcCfRMP { background-color:#ffc815;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:65px;border-top-right-radius:65px;border-bottom-left-radius:65px;border-bottom-right-radius:65px;box-shadow: 1px 1px 5px rgba(0,0,0,0.18) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:19px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:220px;height:47px;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:24px;left:667px;display:block; }
#sVQ2arXFVqdBK5f4zflcHTtwXN2dcors { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#awo7UPqVwrStBbRsmqayDgCTwoPtH50P { position:absolute;display:block;z-index:15038;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:38px;width:38px;top:91px;left:629.88888549805px;overflow:hidden;display:block; }
#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7a4aff;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; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { background-color: transparent; background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .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); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { border-width: 0; border-radius: 0; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { font-size:14px;font-family:arial;height:1165px;width:960px;position:relative;display:block; }#e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { color:#ffffff;display:block;width:500px;position:absolute;font-family:dosis;font-size:60px;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:73.472225666046px;left:230.00003051758px;height:62.5px;display:block; }
#EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { color:#000000;display:block;width:464px;position:absolute;font-family:dosis;font-size:20px;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:226px;left:364px;height:52px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vubqByFnU08xfBbTcSpZgHp1B3wFCIwQ { position:absolute;display:block;z-index:15036;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:24px;width:25px;top:280px;left:340px;overflow:hidden;display:block; }
#m9M5CzMFdUTuWp1Go7FsAlNEiaktp1ET { position:absolute;display:block;z-index:15023;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:27px;width:27px;top:171.5px;left:85px;overflow:hidden;display:block; }
#oyJ0WfEU9hkqdHQMKSiLZrbrh8V0a3CT { 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:38px;width:38px;top:166px;left:825.3889465332px;overflow:hidden;display:block; }
#dTwlHtyxkiVZVAHGSCJ4Ttv0PxCNakuF { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #ffffff;border-left:3px solid #ffffff;border-right:3px solid #ffffff;border-bottom:3px solid #ffffff;border-top-left-radius:54px;border-top-right-radius:54px;border-bottom-left-radius:54px;border-bottom-right-radius:54px;box-shadow: none;height:15px;width:15px;top:16.680557250977px;left:469.81942749023px;display:block; }
#SQZsc5TxXhQ0aBxZxmExM3EGwhQ5Tgex { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:54px;border-top-right-radius:54px;border-bottom-left-radius:54px;border-bottom-right-radius:54px;box-shadow: none;height:19px;width:19px;top:93.972229003906px;left:910.50003051758px;display:block; }
#gs7xFOAbUhTU3m9gZlGO3KT7G1n82mv8 { box-sizing:content-box;height:105px;width:785px;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:186px;left:74px;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;box-shadow: 1px 1px 7px rgba(0,0,0,0.23) ;display:block; }
#y27c8kxnmc7BZkkFN8r5GeThW0VvXsiZ { color:#000000;display:block;width:669px;position:absolute;font-family:dosis;font-size:20px;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:326px;left:120px;height:52px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M7whkCuEsh2xsxDDyKaAWyLnZaxCAn9G { box-sizing:content-box;height:105px;width:785px;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:387.49998474121px;left:74px;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;box-shadow: 1px 1px 7px rgba(0,0,0,0.23) ;display:block; }
#yacU3twlwcB8qbx65lae6Tmpv7KL4NDh { color:#000000;display:block;width:578px;position:absolute;font-family:dosis;font-size:20px;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:414px;left:177px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CO8lTlGDDro7x7SbCdy4sdyCnUC9E8cb { box-sizing:content-box;height:105px;width:785px;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;top:506px;left:74px;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;box-shadow: 1px 1px 7px rgba(0,0,0,0.23) ;display:block; }
#TD18SgxZ7uSlhBDHQWK3JMMdysk9TwHo { color:#000000;display:block;width:578px;position:absolute;font-family:dosis;font-size:20px;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:533px;left:178px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iZbTLUVPvBKqGXFfWVlZFtp4zuTtGhqz { position:absolute;display:block;z-index:15028;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:24px;width:25px;top:586px;left:839px;overflow:hidden;display:block; }
#iD8WWCxTTSQp51DBuUw3dZWzsLqQwSSU { position:absolute;display:block;z-index:15039;background-color:#ffc64c;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:54px;border-top-right-radius:54px;border-bottom-left-radius:54px;border-bottom-right-radius:54px;box-shadow: none;height:19px;width:19px;top:486px;left:69px;display:block; }
#EHrC6J4mzaHTHb8STnGG5SnUgXEHaLHM { position:absolute;display:block;z-index:15024;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:27px;width:27px;top:386px;left:796px;overflow:hidden;display:block; }
#UqigJelLzaatF0C6yARRbs1c9PKHokm9 { position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #ffe225;border-left:3px solid #ffe225;border-right:3px solid #ffe225;border-bottom:3px solid #ffe225;border-top-left-radius:54px;border-top-right-radius:54px;border-bottom-left-radius:54px;border-bottom-right-radius:54px;box-shadow: none;height:15px;width:15px;top:93.29167175293px;left:24.111114501953px;display:block; }
#ryeIqfiqLmTN2S0te7e6z8VIpxONbTqE { color:#000000;display:block;width:578px;position:absolute;font-family:dosis;font-size:20px;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:654px;left:178px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDBwzMZyZibZlR6sRKxqfwDR4u76STfR { box-sizing:content-box;height:69px;width:785px;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;top:719px;left:74px;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;box-shadow: 1px 1px 7px rgba(0,0,0,0.23) ;display:block; }
#SInMbE3IPVdPb7vI4fMlRbqxbtFmeS2l { color:#000000;display:block;width:578px;position:absolute;font-family:dosis;font-size:20px;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:743px;left:178px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdgNUTmKeXxbXAaUhFGEBPZmACwkM6ms { box-sizing:content-box;height:105px;width:785px;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;top:808px;left:74px;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;box-shadow: 1px 1px 7px rgba(0,0,0,0.23) ;display:block; }
#FRxEODl9Vdfwhxd7gDJzVM9V2unnWuUT { color:#000000;display:block;width:578px;position:absolute;font-family:dosis;font-size:20px;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:834px;left:178px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WsUT0uh5MJw6NhR7Ldf8XaVQqtZBQp6o { box-sizing:content-box;height:69px;width:785px;position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;top:632px;left:74px;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;box-shadow: 1px 1px 7px rgba(0,0,0,0.23) ;display:block; }
#GVnwlcvfQqheKUo8dkTmMXQaqwDqB1Hs { box-sizing:content-box;height:69px;width:785px;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;top:303.99998474121px;left:74px;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;box-shadow: 1px 1px 7px rgba(0,0,0,0.23) ;display:block; }
#vIEQVSbDpTuG0id7hxdvHvO4qfOA6MAJ { background-color:#ffc815;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:65px;border-top-right-radius:65px;border-bottom-left-radius:65px;border-bottom-right-radius:65px;box-shadow: 1px 1px 5px rgba(0,0,0,0.18) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:19px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:220px;height:47px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:975.77777099609px;left:370.00003051758px;display:block; }
#KvAWQIIMFDSahrnBybmMA7PSfQhxVXCQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#svWOyELWmFIqSGBrMvTztwMWn2cucSHP { position:absolute;display:block;z-index:15040;background-color:#ffc64c;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:54px;border-top-right-radius:54px;border-bottom-left-radius:54px;border-bottom-right-radius:54px;box-shadow: none;height:19px;width:19px;top:693px;left:743px;display:block; }
#A5nUMp4GhD0fM8hukeFp12lBLHImEczp { position:absolute;display:block;z-index:15041;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:38px;width:38px;top:894px;left:177px;overflow:hidden;display:block; }
#wuq6mVBFKtdyUVRAdNIqC7KH1ycflua3 { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:54px;border-top-right-radius:54px;border-bottom-left-radius:54px;border-bottom-right-radius:54px;box-shadow: none;height:19px;width:19px;top:1004.6666564941px;left:845.27774047852px;display:block; }
#EDtkqTb3IE1Xq2WVfIQHtsJFCHgSt7y0 { position:absolute;display:block;z-index:15042;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:38px;width:38px;top:1022.7777709961px;left:610.00003051758px;overflow:hidden;display:block; }
#hqeqS5QUWZFaTG1v4Pgz46U2cU4PNtDX { position:absolute;display:block;z-index:15040;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:24px;width:25px;top:1101px;left:429.00003051758px;overflow:hidden;display:block; }
#TzFG2ASW2hdvkx5izDDWQBqrUHlNecKt { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #ffffff;border-left:3px solid #ffffff;border-right:3px solid #ffffff;border-bottom:3px solid #ffffff;border-top-left-radius:54px;border-top-right-radius:54px;border-bottom-left-radius:54px;border-bottom-right-radius:54px;box-shadow: none;height:15px;width:15px;top:1003.3333740234px;left:88.319458007812px;display:block; }
#v9MSezKLxHtfdNpqG6n8DmZrTLH9yT7M { position:absolute;display:block;z-index:15038;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:38px;width:38px;top:734.48611450195px;left:901.00003051758px;overflow:hidden;display:block; }
#X0ROfymeAgFciBNKcHgl44KcZNoWEWS5 { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #ffe225;border-left:3px solid #ffe225;border-right:3px solid #ffe225;border-bottom:3px solid #ffe225;border-top-left-radius:54px;border-top-right-radius:54px;border-bottom-left-radius:54px;border-bottom-right-radius:54px;box-shadow: none;height:15px;width:15px;top:720.55554199219px;left:128.11111450195px;display:block; }
#b9G7HmzTrvh839uB66TT9fQt1FeKKGav { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #ffe225;border-left:3px solid #ffe225;border-right:3px solid #ffe225;border-bottom:3px solid #ffe225;border-top-left-radius:54px;border-top-right-radius:54px;border-bottom-left-radius:54px;border-bottom-right-radius:54px;box-shadow: none;height:15px;width:15px;top:699.54168701172px;left:24.097229003906px;display:block; }
#EJEPySyHcNvg73PpHGU2dndPG1DRbEmf { position:absolute;display:block;z-index:15043;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:45px;width:80px;top:248.88888549805px;left:97.888885498047px;overflow:hidden;display:block; }
#wgbKE8VTGTOWZXVpl49VAIuooCFwFxfE { position:absolute;display:block;z-index:15044;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:22px;width:80px;top:259.88888549805px;left:199.11111450195px;overflow:hidden;display:block; }
#Jt6TwXqdvb4lOEb93y5BXP8JKc72tfQV { position:absolute;display:block;z-index:15045;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:15px;width:81px;top:233px;left:96.888885498047px;overflow:hidden;display:block; }
#XtTbp6Q2ovqcBPZzgnsI2qm3JVxJQTDL { position:absolute;display:block;z-index:15046;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:26px;width:80px;top:227.77777099609px;left:199.00003051758px;overflow:hidden;display:block; }
#DDSzm0wCQnJiL2zg1viklTZis1AtXkM4 { position:absolute;display:block;z-index:15047;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:24px;width:73px;top:198.5px;left:148.88888549805px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hoNRwz4T0eLbslmyidSibHwsb9dxfXr2 { display:block; }#hoNRwz4T0eLbslmyidSibHwsb9dxfXr2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tte7DgTxp1kQSaCEvtQmQwZ7RcRiODvV { top:18px;left:0px;width:226px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #QvM6lrqGTVezhwktWR2fJog8xmcCfRMP { width:220px;height:47px;top:24px;left:544px;display:block; }
 }@media only screen and (max-width: 763px) { #sVQ2arXFVqdBK5f4zflcHTtwXN2dcors { display:block; }
 }@media only screen and (max-width: 763px) { #awo7UPqVwrStBbRsmqayDgCTwoPtH50P { top:91px;left:531.88888549805px;width:38px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { top:73px;left:132.00003051758px;width:500px;height:60px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { top:226px;left:266px;width:464px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #vubqByFnU08xfBbTcSpZgHp1B3wFCIwQ { top:280px;left:242px;width:25px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #m9M5CzMFdUTuWp1Go7FsAlNEiaktp1ET { top:171px;left:0px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #oyJ0WfEU9hkqdHQMKSiLZrbrh8V0a3CT { top:166px;left:726px;width:38px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #dTwlHtyxkiVZVAHGSCJ4Ttv0PxCNakuF { top:16px;left:371.81942749023px;width:15px;height:15px;display:block; }
 }@media only screen and (max-width: 763px) { #SQZsc5TxXhQ0aBxZxmExM3EGwhQ5Tgex { top:93px;left:745px;width:19px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #gs7xFOAbUhTU3m9gZlGO3KT7G1n82mv8 { top:186px;left:0px;width:764px;height:105px;display:block; }
 }@media only screen and (max-width: 763px) { #y27c8kxnmc7BZkkFN8r5GeThW0VvXsiZ { top:326px;left:22px;width:669px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #M7whkCuEsh2xsxDDyKaAWyLnZaxCAn9G { top:387px;left:0px;width:764px;height:105px;display:block; }
 }@media only screen and (max-width: 763px) { #yacU3twlwcB8qbx65lae6Tmpv7KL4NDh { top:414px;left:79px;width:578px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CO8lTlGDDro7x7SbCdy4sdyCnUC9E8cb { top:506px;left:0px;width:764px;height:105px;display:block; }
 }@media only screen and (max-width: 763px) { #TD18SgxZ7uSlhBDHQWK3JMMdysk9TwHo { top:533px;left:80px;width:578px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #iZbTLUVPvBKqGXFfWVlZFtp4zuTtGhqz { top:586px;left:739px;width:25px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #iD8WWCxTTSQp51DBuUw3dZWzsLqQwSSU { top:486px;left:0px;width:19px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #EHrC6J4mzaHTHb8STnGG5SnUgXEHaLHM { top:386px;left:698px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #UqigJelLzaatF0C6yARRbs1c9PKHokm9 { top:93px;left:0px;width:15px;height:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ryeIqfiqLmTN2S0te7e6z8VIpxONbTqE { top:654px;left:80px;width:578px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TDBwzMZyZibZlR6sRKxqfwDR4u76STfR { top:719px;left:0px;width:764px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #SInMbE3IPVdPb7vI4fMlRbqxbtFmeS2l { top:743px;left:80px;width:578px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TdgNUTmKeXxbXAaUhFGEBPZmACwkM6ms { top:808px;left:0px;width:764px;height:105px;display:block; }
 }@media only screen and (max-width: 763px) { #FRxEODl9Vdfwhxd7gDJzVM9V2unnWuUT { top:834px;left:80px;width:578px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #WsUT0uh5MJw6NhR7Ldf8XaVQqtZBQp6o { top:632px;left:0px;width:764px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #GVnwlcvfQqheKUo8dkTmMXQaqwDqB1Hs { top:303px;left:0px;width:764px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #vIEQVSbDpTuG0id7hxdvHvO4qfOA6MAJ { width:220px;height:47px;top:975px;left:272.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #KvAWQIIMFDSahrnBybmMA7PSfQhxVXCQ { display:block; }
 }@media only screen and (max-width: 763px) { #svWOyELWmFIqSGBrMvTztwMWn2cucSHP { top:693px;left:645px;width:19px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #A5nUMp4GhD0fM8hukeFp12lBLHImEczp { top:894px;left:79px;width:38px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #wuq6mVBFKtdyUVRAdNIqC7KH1ycflua3 { top:1004px;left:745px;width:19px;height:19px;display:block; }
 }@media only screen and (max-width: 763px) { #EDtkqTb3IE1Xq2WVfIQHtsJFCHgSt7y0 { top:1022px;left:512.00003051758px;width:38px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #hqeqS5QUWZFaTG1v4Pgz46U2cU4PNtDX { top:1101px;left:331.00003051758px;width:25px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #TzFG2ASW2hdvkx5izDDWQBqrUHlNecKt { top:1003px;left:0px;width:15px;height:15px;display:block; }
 }@media only screen and (max-width: 763px) { #v9MSezKLxHtfdNpqG6n8DmZrTLH9yT7M { top:734px;left:726px;width:38px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #X0ROfymeAgFciBNKcHgl44KcZNoWEWS5 { top:730px;left:40.111114501953px;width:15px;height:15px;display:block; }
 }@media only screen and (max-width: 763px) { #b9G7HmzTrvh839uB66TT9fQt1FeKKGav { top:699px;left:0px;width:15px;height:15px;display:block; }
 }@media only screen and (max-width: 763px) { #EJEPySyHcNvg73PpHGU2dndPG1DRbEmf { top:248px;left:0px;width:80px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #wgbKE8VTGTOWZXVpl49VAIuooCFwFxfE { top:259px;left:101.11111450195px;width:80px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Jt6TwXqdvb4lOEb93y5BXP8JKc72tfQV { top:233px;left:0px;width:81px;height:15px;display:block; }
 }@media only screen and (max-width: 763px) { #XtTbp6Q2ovqcBPZzgnsI2qm3JVxJQTDL { top:227px;left:101.00003051758px;width:80px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #DDSzm0wCQnJiL2zg1viklTZis1AtXkM4 { top:198px;left:50.888885498047px;width:73px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hoNRwz4T0eLbslmyidSibHwsb9dxfXr2 { position:relative;z-index:auto;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fbcd4b47-b288-4be3-9757-8bb582268150/fondolinea.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hoNRwz4T0eLbslmyidSibHwsb9dxfXr2.adaptive-delivery-prevent-bg, #hoNRwz4T0eLbslmyidSibHwsb9dxfXr2.lazyload, #hoNRwz4T0eLbslmyidSibHwsb9dxfXr2.lazyloading { background-image: none; }#hoNRwz4T0eLbslmyidSibHwsb9dxfXr2 > .row .container { background-color: transparent; background-image: none; }#hoNRwz4T0eLbslmyidSibHwsb9dxfXr2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoNRwz4T0eLbslmyidSibHwsb9dxfXr2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoNRwz4T0eLbslmyidSibHwsb9dxfXr2 > .row .container > .video-iframe-container { display: none; }#hoNRwz4T0eLbslmyidSibHwsb9dxfXr2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoNRwz4T0eLbslmyidSibHwsb9dxfXr2 > .row > .video-iframe-container { display: none; }#hoNRwz4T0eLbslmyidSibHwsb9dxfXr2 > .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); }#hoNRwz4T0eLbslmyidSibHwsb9dxfXr2 > .row .container { width:320px;height:58px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tte7DgTxp1kQSaCEvtQmQwZ7RcRiODvV { width:137px;height:35px;top:12.5px;left:14.888889312744px;display:block; }
 }@media only screen and (max-width: 763px) { #QvM6lrqGTVezhwktWR2fJog8xmcCfRMP { width:88px;height:25px;top:16.5px;left:194.4861164093px;display:block; }
 }@media only screen and (max-width: 763px) { #sVQ2arXFVqdBK5f4zflcHTtwXN2dcors { display:block; }
 }@media only screen and (max-width: 763px) { #awo7UPqVwrStBbRsmqayDgCTwoPtH50P { width:23px;height:23px;top:0px;left:296.98610115051px;display:block; }
 }@media only screen and (max-width: 763px) { #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/WXeCrn7k/background1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.adaptive-delivery-prevent-bg, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyload, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyloading { background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { background-color: transparent; background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .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); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { width:320px;height:975px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { width:262px;height:28px;top:33px;left:29.000001907349px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { width:187px;height:39px;top:115px;left:124px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vubqByFnU08xfBbTcSpZgHp1B3wFCIwQ { width:22px;height:21px;top:85px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #m9M5CzMFdUTuWp1Go7FsAlNEiaktp1ET { width:14px;height:15px;top:164px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #oyJ0WfEU9hkqdHQMKSiLZrbrh8V0a3CT { width:19px;height:19px;top:164px;left:291px;display:block; }
 }@media only screen and (max-width: 763px) { #dTwlHtyxkiVZVAHGSCJ4Ttv0PxCNakuF { width:10px;height:10px;top:115px;left:268px;display:block; }
 }@media only screen and (max-width: 763px) { #SQZsc5TxXhQ0aBxZxmExM3EGwhQ5Tgex { width:6px;height:5px;top:169px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #gs7xFOAbUhTU3m9gZlGO3KT7G1n82mv8 { width:320px;height:77px;top:98px;left:0px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #y27c8kxnmc7BZkkFN8r5GeThW0VvXsiZ { width:320px;height:39px;top:207px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M7whkCuEsh2xsxDDyKaAWyLnZaxCAn9G { width:320px;height:81px;top:277px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yacU3twlwcB8qbx65lae6Tmpv7KL4NDh { width:296px;height:39px;top:298px;left:12px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CO8lTlGDDro7x7SbCdy4sdyCnUC9E8cb { width:320px;height:64px;top:372px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TD18SgxZ7uSlhBDHQWK3JMMdysk9TwHo { width:308px;height:39px;top:385px;left:6px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iZbTLUVPvBKqGXFfWVlZFtp4zuTtGhqz { width:25px;height:24px;top:424px;left:295px;display:block; }
 }@media only screen and (max-width: 763px) { #iD8WWCxTTSQp51DBuUw3dZWzsLqQwSSU { width:19px;height:19px;top:438px;left:11px;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #EHrC6J4mzaHTHb8STnGG5SnUgXEHaLHM { width:27px;height:27px;top:814.33337051758px;left:293px;display:block; }
 }@media only screen and (max-width: 763px) { #UqigJelLzaatF0C6yARRbs1c9PKHokm9 { width:15px;height:15px;top:261px;left:72px;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #ryeIqfiqLmTN2S0te7e6z8VIpxONbTqE { width:320px;height:19.5px;top:470px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDBwzMZyZibZlR6sRKxqfwDR4u76STfR { width:320px;height:56px;top:534px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SInMbE3IPVdPb7vI4fMlRbqxbtFmeS2l { width:320px;height:19.5px;top:552px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdgNUTmKeXxbXAaUhFGEBPZmACwkM6ms { width:320px;height:77px;top:601px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FRxEODl9Vdfwhxd7gDJzVM9V2unnWuUT { width:289px;height:58.5px;top:611px;left:15px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WsUT0uh5MJw6NhR7Ldf8XaVQqtZBQp6o { width:320px;height:69px;top:448px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GVnwlcvfQqheKUo8dkTmMXQaqwDqB1Hs { width:320px;height:69px;top:192px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vIEQVSbDpTuG0id7hxdvHvO4qfOA6MAJ { width:220px;height:47px;top:741.22225189209px;left:50.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #KvAWQIIMFDSahrnBybmMA7PSfQhxVXCQ { display:block; }
 }@media only screen and (max-width: 763px) { #svWOyELWmFIqSGBrMvTztwMWn2cucSHP { width:19px;height:19px;top:870.66665649414px;left:34.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #A5nUMp4GhD0fM8hukeFp12lBLHImEczp { width:26px;height:26px;top:669px;left:78px;display:block; }
 }@media only screen and (max-width: 763px) { #wuq6mVBFKtdyUVRAdNIqC7KH1ycflua3 { width:19px;height:19px;top:788.22221374512px;left:249.88890266418px;display:block; }
 }@media only screen and (max-width: 763px) { #EDtkqTb3IE1Xq2WVfIQHtsJFCHgSt7y0 { width:27px;height:27px;top:824px;left:152px;display:block; }
 }@media only screen and (max-width: 763px) { #hqeqS5QUWZFaTG1v4Pgz46U2cU4PNtDX { width:10px;height:10px;top:932px;left:229.8888874054px;display:block; }
 }@media only screen and (max-width: 763px) { #TzFG2ASW2hdvkx5izDDWQBqrUHlNecKt { width:15px;height:15px;top:721.77780532837px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #v9MSezKLxHtfdNpqG6n8DmZrTLH9yT7M { width:25px;height:25px;top:515px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #X0ROfymeAgFciBNKcHgl44KcZNoWEWS5 { width:10px;height:10px;top:724.26388549805px;left:291.00001716614px;display:block; }
 }@media only screen and (max-width: 763px) { #b9G7HmzTrvh839uB66TT9fQt1FeKKGav { width:15px;height:15px;top:581px;left:265px;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #EJEPySyHcNvg73PpHGU2dndPG1DRbEmf { width:60px;height:33px;top:138px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #wgbKE8VTGTOWZXVpl49VAIuooCFwFxfE { width:58px;height:12px;top:129px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #Jt6TwXqdvb4lOEb93y5BXP8JKc72tfQV { width:60px;height:10px;top:129px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #XtTbp6Q2ovqcBPZzgnsI2qm3JVxJQTDL { width:46px;height:12px;top:149px;left:77px;display:block; }
 }@media only screen and (max-width: 763px) { #DDSzm0wCQnJiL2zg1viklTZis1AtXkM4 { width:48px;height:15px;top:107px;left:47px;display:block; }
 }