.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container { display: none; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .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); }#sDs8cseeX9UZrQ2fl2MvZlMZQhImrC58 { position:relative;display:block; }#sDs8cseeX9UZrQ2fl2MvZlMZQhImrC58 { background-color: transparent; background-image: none; }#sDs8cseeX9UZrQ2fl2MvZlMZQhImrC58::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDs8cseeX9UZrQ2fl2MvZlMZQhImrC58 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDs8cseeX9UZrQ2fl2MvZlMZQhImrC58 > .row .container > .video-iframe-container { display: none; }#sDs8cseeX9UZrQ2fl2MvZlMZQhImrC58 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDs8cseeX9UZrQ2fl2MvZlMZQhImrC58 > .row > .video-iframe-container { display: none; }#sDs8cseeX9UZrQ2fl2MvZlMZQhImrC58 > .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); }#sDs8cseeX9UZrQ2fl2MvZlMZQhImrC58 { border-width: 0; border-radius: 0; }#sDs8cseeX9UZrQ2fl2MvZlMZQhImrC58 > .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; }#sDs8cseeX9UZrQ2fl2MvZlMZQhImrC58 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sU9CM7hyyQWVm5Td0HvGpiPQZkRWJVn2 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0.625rem 0.9375rem #ffffff ;box-sizing:border-box;color:#f69a30;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:4rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.375rem;left:55.978515625rem;display:block; }
#Xkq7SBkp3JomC1E9vIlgDdA3BBkC2tZt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GXL4eEiRiRq9myKWg7iryqUcg3DyCZ1G { position:absolute;display:block;z-index:15009;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:7.9375rem;width:30.8125rem;top:1.9166667461395rem;left:1.625rem;overflow:hidden;display:block; }
#RxT16WZv8FDPcRAakF7888giaMrLVcyT { background-color:#f69a30;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #eae022;border-left:0.0625rem solid #eae022;border-right:0.0625rem solid #eae022;border-bottom:0.0625rem solid #eae022;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: 0rem 0.625rem 0.9375rem #ffecf1 ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.33203125rem;height:4.0810546875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:35.625rem;left:55.4375rem;display:none; }
#hmZZ34Qh9lqgN8OqsH1sNaC3HRdIFcTS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/133d3032-5ae7-4502-a6f8-6759b3b37949/Testodelparagrafo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.adaptive-delivery-prevent-bg, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyload, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyloading { background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { background-color: transparent; background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.49); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.49); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { border-width: 0; border-radius: 0; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:75rem;height:65.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { display:block;width:69.9375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:6.0625rem;left:3.9375rem;height:4.875rem;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;color:#343434;text-align:center;text-align-last:center;display:block; }
#dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI { display:block;width:34.125rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:21.9375rem;left:3.25rem;height:13.75rem;color:#0c0608;font-style:normal;display:block; }#dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d31faae1c2e775fe92adae6fac32b7c538bb849.svg); }
#klTmvZEDa5HPXFk37KMg8W86VJdM0sF1 { background-color:#f69a30;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #eae022;border-left:0.0625rem solid #eae022;border-right:0.0625rem solid #eae022;border-bottom:0.0625rem solid #eae022;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: 0rem 0.625rem 0.9375rem #ffecf1 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.33203125rem;height:4.0810546875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:35.625rem;left:55.4375rem;display:block; }
#K9VTpeqTySHZ0TsKNU7yd19IXosRmTBa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-form-header {  }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:300;color:#3c3c3b;width:24.75rem;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;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.75rem;box-sizing:border-box;height:3.75rem;color:#333333;font-size:1.4375rem;overflow:hidden;font-family:raleway;box-shadow: none;font-weight:700;font-style:normal;vertical-align:top; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-input-text {padding-top: 0; padding-bottom: 0;}#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.75rem;box-sizing:border-box;height:4.375rem;color:#333333;font-size:1.4375rem;overflow:hidden;font-family:raleway;box-shadow: none;font-weight:700;font-style:normal;vertical-align:top; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem #000000 ;vertical-align:top; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-input-select {padding-top: 0; padding-bottom: 0;}#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#06a732;background-image:none;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:13.125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#f2f9ff;width:11.625rem;height:3.625rem;font-family:raleway;overflow:hidden;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.23) ; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem;text-align:center;text-align-last:center; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem;text-align:center;text-align-last:center; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem;text-align:center;text-align-last:center; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem;text-align:center;text-align-last:center; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .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:raleway;font-size:0.5rem;font-weight:300;color:#3c3c3b;vertical-align:top;width:23.6875rem;overflow:hidden;font-style:normal;line-height:2;float:none; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .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; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-container:first-of-type{padding-top:0;}#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-container:last-of-type{padding-bottom:0;}#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;position:absolute;top:18.875rem;left:41.8125rem; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.75rem;display:block;vertical-align:top; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-info-text { display:block;height:auto;font-family:raleway;font-size:1.25rem;line-height:1.6;font-weight:400;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa {display:block;}#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;position:absolute;top:18.875rem;left:41.8125rem; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #MF6ULbd5KRiJafshA1M7CR0h0hNUdRhU { position:relative;display:block;z-index:15000; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #T7IUOScNDdXbxrIlIM6bPetyJiOKmG7g { position:relative;display:block;z-index:15000; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #IZtuBXRs91BNpMeRRma6ULIzGoKVlWwP { position:relative; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #QTDS0uzUFixy4y9wJ38TEZSEnV14iaF8 { position:relative;display:none; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #uOagCFWtbrq04g24PRAEuf3s0tNDQZTB { position:relative; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #p0I8t4twJ1eHLJeeG4W3SbnxeEeOGWg1 { position:relative; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #M63qoiFKqkOVBU9yIiHu8XfHo2khZAeV { position:relative;display:none; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #DBFzuRnRzV793Pe8gF6BFZsAVv2yWMTr { position:relative; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #o2mWL9dD8q05zPNngsN8VA8WORFeEW97 { position:relative; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #rMiTHA7COecF4stMkWAXN3hfDIwRpTBr { position:relative;z-index:2; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #uvOR0s05dvOb15dWFGys0cimbML0nSsR { position:relative; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #xsdtKWpoZkuNcGDBvyeTtl8ym1lhaRvT { position:relative; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #AiuHNHNONlpgTwnUFB1CTFBeFK3ITUvr { position:relative; }
#LoIHKkKJlGgzguev9xXvPxXmh4x43UMQ { background-color:#e3166b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ff21eb;border-left:0.0625rem solid #ff21eb;border-right:0.0625rem solid #ff21eb;border-bottom:0.0625rem solid #ff21eb;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: 0rem 0.625rem 0.9375rem rgba(35,35,35,0.55) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.395833375rem;height:4.145833375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:40.446617126465rem;left:32.75rem;display:none; }
#y4KtlRHxLK63yFraFEqTLhnDBT0nBSin { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EnoeqtPb00rX1KMQ9KKh8k5wWsv0GK1S { display:block;width:69.9375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:37.5rem;left:3.6458339691162rem;height:0;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;color:#343434;text-align:center;text-align-last:center;display:none; }
#PG3m7rQHAzksE3SHFmiqQH0zVOTl2JfM { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0.625rem 0.9375rem #ffffff ;box-sizing:border-box;color:#f69a30;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:3.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:5.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:7.5517578125rem;left:23.4990234375rem;display:none; }
#NSMePPQRhnTQ5CDrSaqZlIM8f1u5nyBg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rolM5DfcQZfTwr8JRcxTlyT8V0IHeaPJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#Tmf4IrusG7O6gNBys1tsuLJaZNttncoP { background-color:#f69a30;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0.21);border-left:0.0625rem solid rgba(0,0,0,0.21);border-right:0.0625rem solid rgba(0,0,0,0.21);border-bottom:0.0625rem solid rgba(0,0,0,0.21);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 1.4375rem rgba(5,5,5,0.61) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.6875rem;height:4.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:64.4375rem;left:22.65625rem;display:none; }
#Fp4FoRgUTvvIsxzB93L4qRLbrMJtwi8C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x79K8R3fwv79W1DL6W3pMuTPoCbBxkbz { color:#000000;display:block;width:22rem;position:absolute;font-family:raleway;font-size:0.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:69.8125rem;left:25.5rem;height:1.75rem;text-align:center;text-align-last:center;display:none; }
#OW6x4Zyr9JrJNatndOf4S7C2CyzsKuVu { color:#000000;display:block;width:68rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:73.875rem;left:3.1875rem;height:2.5rem;text-align:center;text-align-last:center;display:none; }
#mTqVgvHInGpDag3pHBXkv71NKJbotnIS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:15rem;left:8.625rem;display:none; }
#TWnUIKRFEHGcPWwObiHx0tI4Iw6KphUS { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:5.75rem;left:1.3125rem;display:none; }
#oXw2OZG5D9fERzi8KhgfVT8wf2OoINrD { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container { background-color: transparent; background-image: none; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container > .video-iframe-container { display: none; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row > .video-iframe-container { display: none; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .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); }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container { border-width: 0; border-radius: 0; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container { font-size:0.875rem;font-family:arial;height:86.4375rem;width:75rem;position:relative;display:block; }#pLP1XUnrEsPOVZv6l0x2VpKksVZ36q83 { color:#ffffff;display:block;width:72.5625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.9375rem;left:1.625rem;height:4rem;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:center;text-align-last:center;display:block; }
#f6JAQQXxzHhTDkdGOnbQ3tLSLLs6uLd0 { 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:30.625rem;width:43.75rem;top:12.0625rem;left:15.625rem;overflow:hidden;display:block; }
#T2dP3PxX0RVKNhGHtQCn9pIKSkDIGJbg { color:#000000;display:block;width:60.75rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.6875rem;left:7.125rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#D5oKFL2DNm7qOF8TPNWT5UeC3kvTHRFr { box-sizing:content-box;height:5.875rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:#7cbc41;background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#FyXGg7rKCL31aPhrspBIfhSkxbQMnoUr { 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:25.75rem;width:75rem;top:48.125rem;left:0rem;overflow:hidden;display:block; }
#S12N4zDpemPzOFEUfQ68yHOVpdNC9SEI { background-color:#f69a30;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0.21);border-left:0.0625rem solid rgba(0,0,0,0.21);border-right:0.0625rem solid rgba(0,0,0,0.21);border-bottom:0.0625rem solid rgba(0,0,0,0.21);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(5,5,5,0.61) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.6875rem;height:4.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:64.4375rem;left:22.65625rem;display:block; }
#qq3KxaU3H7Go8GGkfQJ3GHBcPOKTGOz8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#US5lhHyzOE6dcN6xeJfBKHJXFtL8woq4 { color:#000000;display:block;width:22rem;position:absolute;font-family:raleway;font-size:0.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:69.8125rem;left:25.5rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#TxJp9bekLNgEXJyJG5WLq7bRqcs7OWTP { color:#000000;display:block;width:68rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:73.875rem;left:3.1875rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#NTUVRelRWoTKeRmbGTwEgPdyR5fcOr0M { color:#000000;display:block;width:60.75rem;position:absolute;font-family:raleway;font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:11.25rem;left:7.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#vVyyk5b6Fogkz5M3e4uJrlFxPtSi8rC6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:15rem;left:8.625rem;display:none; }
#kPfycTbF0U9QpR1bCXQN6WD4JKQBE6z1 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#sast4F9XATBtVFqysUi7ga3GJyoEN29i { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:5.75rem;left:1.3125rem;display:none; }
#poe9RTR2hEMVWBhGJ8txdzwF0xfVGCi4 { background-color:#f69a30;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0.21);border-left:0.0625rem solid rgba(0,0,0,0.21);border-right:0.0625rem solid rgba(0,0,0,0.21);border-bottom:0.0625rem solid rgba(0,0,0,0.21);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 1.4375rem rgba(5,5,5,0.61) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.6875rem;height:4.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:64.4375rem;left:22.65625rem;display:none; }
#z9bNVTceB4irPBBveHUSfUTDUw2QutCN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sL3CG4i7Hd3h1ymKTicFwmdxfI5WRFNA { color:#000000;display:block;width:22rem;position:absolute;font-family:raleway;font-size:0.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:69.8125rem;left:25.5rem;height:1.75rem;text-align:center;text-align-last:center;display:none; }
#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/133d3032-5ae7-4502-a6f8-6759b3b37949/Testodelparagrafo.preview.rotate_180.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2.adaptive-delivery-prevent-bg, #L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2.lazyload, #L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2.lazyloading { background-image: none; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row .container { background-color: transparent; background-image: none; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,250,0.49); }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row .container > .video-iframe-container { display: none; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,250,0.49); }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row > .video-iframe-container { display: none; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .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); }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row .container { border-width: 0; border-radius: 0; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;position:relative;display:block; }#prRuanZxD6J8JRfKXFCXm2iKN19IOQGU { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6392cbe1-3062-4174-9cb8-89e9b5bd1116/LuceGasFibra2.crop_301x271_830,805.preview.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;height:25.3125rem;width:24.8747691875rem;position:absolute;display:block;z-index:15000;top:3.8821258544922rem;left:10rem;box-shadow: none;display:block; }#prRuanZxD6J8JRfKXFCXm2iKN19IOQGU.adaptive-delivery-prevent-bg, #prRuanZxD6J8JRfKXFCXm2iKN19IOQGU.lazyload, #prRuanZxD6J8JRfKXFCXm2iKN19IOQGU.lazyloading { background-image: none; }
#JQWarB7ONGlW6xkEagJbJ1TJa0oWRW5p { display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ecf3f6;top:1.4841461181641rem;left:37.5rem;height:4.375rem;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;color:#06a732;display:block; }
#CACvr74tX6cpBXPgPXpQNoD2IclqHXxm { display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:23.6875rem;left:37.375rem;height:6.75rem;display:block; }
#FoSe1X3HUI8s86WNZUFpPA5lFNOhOWKh { display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:18.74609375rem;left:37.375rem;height:4.375rem;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;color:#06a732;display:block; }
#ecrqv4Bgz6dgTtrdaDxSPe75wqKbG8LH { display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:5.6904907226562rem;left:37.3125rem;height:6rem;display:block; }
#kzW3l5Nscdv8biXFblq1QrLR6zr1o1UO { background-color:#06a732;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.87369725rem;height:3.623698rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.416664123535rem;left:37.5rem;display:block; }
#kJlJTHrDf7RgJpPvUI2WAR6FwSlV0IFd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sbD6U1VmHBbh9mFrVnAneIyuORXQwk5N { display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:31.875rem;left:37.375rem;height:2.4375rem;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;color:#06a732;display:block; }
#o0InfrzdkfRkTAe2GqDD1mq6ylybWsOb { display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:12.29434967041rem;left:37.3125rem;height:2.0625rem;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;color:#06a732;display:block; }
#UIwJEAkhUNouSO0f9fD2PtFAfsLpwMv9 { display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:14.266929626465rem;left:37.375rem;height:4.5rem;display:block; }
#Op9JTOqVIUu24u0soqteEpNUdoHclRvy { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:36.6875rem;left:0.375rem;display:none; }
#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm { position:relative;display:block; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm { background-color: transparent; background-image: none; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row .container > .video-iframe-container { display: none; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row > .video-iframe-container { display: none; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .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); }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm { border-width: 0; border-radius: 0; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .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; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TaOifQD9XNMSvi1oAdm6C0o16J9LxxF0 { display:block;width:75rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1339569091797rem;left:0rem;height:3.875rem;text-align:center;text-align-last:center;color:#343434;font-style:normal;display:block; }
#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(6,167,50,0.81);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; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { background-color: transparent; background-image: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container > .video-iframe-container { display: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container { display: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .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); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { border-width: 0; border-radius: 0; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#Pcnz9ohxbWzaeI4CPpNNbglC4UR9T7Fg { display:block;width:26.5rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6015548706055rem;left:34.5rem;height:3.875rem;text-align:left;text-align-last:left;color:#ffffff;font-style:normal;display:block; }
#Q1l2STCkwmFkadCFClr2chQhtTzUqTiQ { display:block;width:30.0625rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.3749923706056rem;left:34.5rem;height:4.875rem;color:#ffffff;font-style:normal;display:block; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-form-header {  }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:300;color:#3c3c3b;width:25rem;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;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:3.75rem;color:#333333;font-size:1.3125rem;overflow:hidden;font-family:raleway;box-shadow: none;font-weight:700;font-style:normal;vertical-align:top; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-text {padding-top: 0; padding-bottom: 0;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:4.375rem;color:#333333;font-size:1.3125rem;overflow:hidden;font-family:raleway;box-shadow: none;font-weight:700;font-style:normal;vertical-align:top; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem #000000 ;vertical-align:top; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-select {padding-top: 0; padding-bottom: 0;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#f69a30;background-image:none;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:3.75rem;margin-bottom:0.25rem;margin-left:3.75rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#f2f9ff;width:17.5rem;height:3.625rem;font-family:raleway;overflow:hidden;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.23) ; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem;text-align:center;text-align-last:center; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem;text-align:center;text-align-last:center; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem;text-align:center;text-align-last:center; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem;text-align:center;text-align-last:center; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .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:raleway;font-size:0.6875rem;font-weight:300;color:#3c3c3b;vertical-align:top;width:23.9375rem;overflow:hidden;font-style:italic;line-height:1.2;float:none; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .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; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-container:first-of-type{padding-top:0;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-container:last-of-type{padding-bottom:0;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;position:absolute;top:2.21875rem;left:3.8125rem; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem;display:block;vertical-align:top; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.3;font-weight:300;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu {display:block;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;position:absolute;top:2.21875rem;left:3.8125rem; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #anxdC2Pwz5EIuKIUg2E3wT7286toO62O { position:relative; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #AzwkG3fRNNquFPxZ7UFCOIeFTTnTWST3 { position:relative;display:none; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #QMQZrFrfRo2dMCSrufkl1eSpZFs4i4PV { position:relative; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #dounCw48gAPzH1JZ9AbCEtcynXiHU0Q0 { position:relative; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #yrnEpDK56zuKL4Fl0yonXpiOQmziBBW0 { position:relative;display:none; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #Hn5KW4hpxgbR5SC2KzDJICqXH0TtRIqv { position:relative; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #eeqcEXJzXumvWTgtGVBuxT53s0akJby3 { position:relative; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #oTniLC11MQJLf4Zf06l3raPW2OnAlscT { position:relative;z-index:2; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #RlercXA5IT6ZCt5rVfrIyTxcSnbkT4PX { position:relative; }
#swlQ3FTaMl81iOlZkDMitt932SRyGPAZ { position:relative;display:block;z-index:100000;display:block; }
#h9sKrdAIf0RGDmbiRQ83398L3MvgL6ip { position:relative;display:block;z-index:100000;display:block; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #wuld4kxbaGAsvxlRdxRt4QHC535BqcZE { position:relative; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #KZTJ8MGITXSCC8dMt1RsykWkc74qT0v6 { position:relative; }
#MJ43SEV3NtAkK0ecHzxbArO3IuRMGxvT { display:block;width:37.6875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:29.4111328125rem;left:34.5rem;height:2.4375rem;color:#ffffff;font-style:normal;display:block; }
#CrEfB0zwWLGQrFiSfoPDoktNF2hl1vpz { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:40.125rem;left:0rem;display:none; }
#t906lRuczhrnBpZdM3P30h0ELFCwzQpT { position:relative;display:block; }#t906lRuczhrnBpZdM3P30h0ELFCwzQpT { background-color: transparent; background-image: none; }#t906lRuczhrnBpZdM3P30h0ELFCwzQpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t906lRuczhrnBpZdM3P30h0ELFCwzQpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t906lRuczhrnBpZdM3P30h0ELFCwzQpT > .row .container > .video-iframe-container { display: none; }#t906lRuczhrnBpZdM3P30h0ELFCwzQpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t906lRuczhrnBpZdM3P30h0ELFCwzQpT > .row > .video-iframe-container { display: none; }#t906lRuczhrnBpZdM3P30h0ELFCwzQpT > .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); }#t906lRuczhrnBpZdM3P30h0ELFCwzQpT { border-width: 0; border-radius: 0; }#t906lRuczhrnBpZdM3P30h0ELFCwzQpT > .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; }#t906lRuczhrnBpZdM3P30h0ELFCwzQpT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W { position:relative;display:block; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W { background-color: transparent; background-image: none; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container > .video-iframe-container { display: none; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row > .video-iframe-container { display: none; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .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); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W { border-width: 0; border-radius: 0; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .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; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X8Suzs7RdLTqC8mkaLiibNV6aMuoUtAT { color:#000000;display:block;width:72.9375rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:6.15234375rem;left:0.9052734375rem;height:5.625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ZidMKrsGsCDP5aatNDgaVLzRG65TUWTc { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4990234375rem;width:14.0625rem;top:1.4306640625rem;left:30.46875rem;overflow:hidden;display:block; }
#iPCrTrZ5MBLwLW4ATgb3GXyE715R3fk8 { 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:3rem;width:8.1875rem;top:20.5rem;left:61.3427734375rem;overflow:hidden;display:block; }
#FOeTDcJAZHvMyUc7WqfXG1u8lkAnEvg9 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:8.1875rem;top:20.4375rem;left:47.34375rem;overflow:hidden;display:block; }
#d6hHfweUJNwB8pv61ZHMd7T41JFma8sL { color:#000000;display:block;width:72.75rem;position:absolute;font-family:raleway;font-size:0.8125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:12.59375rem;left:0.9052734375rem;height:4rem;font-style:italic;display:block; }
#soSRXwngZ4gCMQDnWxVEyIvxokHRiIFr { color:#6563ff;display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.40625rem;left:0.9052734375rem;height:1rem;text-align:left;text-align-last:left;display:block; }
#ZEbiVV6spvn4WrdAmqWqC1tErpJAPlNk { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:9.5625rem;top:21.1875rem;left:6.2490234375rem;overflow:hidden;display:block; }
#AiDrLONDQbQor0TevsbgJpntAS7IxZ6U { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:8.25rem;top:21.1875rem;left:20.25rem;overflow:hidden;display:block; }
#ZyZ3dAGIaKMVmhkZpJKyTkLTGbu4sL7T { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:20.5rem;left:35.125rem;overflow:hidden;display:block; }
#lE2N47c5MFrlUnkNoDdAuQk6H5tSfQHn { position:relative;display:none; }#lE2N47c5MFrlUnkNoDdAuQk6H5tSfQHn { border-width: 0; border-radius: 0; }#lE2N47c5MFrlUnkNoDdAuQk6H5tSfQHn > .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; }#lE2N47c5MFrlUnkNoDdAuQk6H5tSfQHn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#iUg5JdKTATSbLwGsxceAiNJFceo3wSdW { background-color:#e3166b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ff21eb;border-left:0.0625rem solid #ff21eb;border-right:0.0625rem solid #ff21eb;border-bottom:0.0625rem solid #ff21eb;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: 0rem 0.625rem 0.9375rem #ffecf1 ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.270833375rem;height:3.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:36.125rem;left:23.1875rem;display:none; }
#sDPW3y305DCs8fSqG4hNMChNDE7mvkMR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZZsVLiVN0hqScAsAVLOvwKx8GeNNZni8 { position:relative;display:none; }#ZZsVLiVN0hqScAsAVLOvwKx8GeNNZni8 { border-width: 0; border-radius: 0; }#ZZsVLiVN0hqScAsAVLOvwKx8GeNNZni8 > .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; }#ZZsVLiVN0hqScAsAVLOvwKx8GeNNZni8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TwShUCkFKXkGuIh30d0b9InPhZdZ9S59 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Hz0yhBKhdJKTgsQQmGWHCR0mdhs7Dg0H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sDs8cseeX9UZrQ2fl2MvZlMZQhImrC58 { display:block; }#sDs8cseeX9UZrQ2fl2MvZlMZQhImrC58 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sU9CM7hyyQWVm5Td0HvGpiPQZkRWJVn2 { width:17.75rem;height:4rem;top:3.375rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xkq7SBkp3JomC1E9vIlgDdA3BBkC2tZt { display:block; }
 }@media only screen and (max-width: 763px) { #GXL4eEiRiRq9myKWg7iryqUcg3DyCZ1G { top:1.875rem;left:0rem;width:30.8125rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxT16WZv8FDPcRAakF7888giaMrLVcyT { width:12.3125rem;height:4.0625rem;top:35.625rem;left:35.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmZZ34Qh9lqgN8OqsH1sNaC3HRdIFcTS { display:block; }
 }@media only screen and (max-width: 763px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { width:47.75rem;height:4.875rem;top:6.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI { width:34.125rem;height:13.75rem;top:21.9375rem;left:0rem;font-size:0.6875rem;display:block; }#dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d31faae1c2e775fe92adae6fac32b7c538bb849.svg); }
 }@media only screen and (max-width: 763px) { #klTmvZEDa5HPXFk37KMg8W86VJdM0sF1 { width:12.3125rem;height:4.0625rem;top:35.625rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9VTpeqTySHZ0TsKNU7yd19IXosRmTBa { display:block; }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-regular-label { width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-input-text { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-input-text {padding-top: 0; padding-bottom: 0;}#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-textarea { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-input-select { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-input-select {padding-top: 0; padding-bottom: 0;}#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-input-button { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.625rem; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-checkbox-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa  { width:21.875rem;height:auto;top:6.25rem;left:23.375rem; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .radio-container { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa {display:block;}#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa { width:21.875rem;height:auto;top:6.25rem;left:23.375rem; }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #MF6ULbd5KRiJafshA1M7CR0h0hNUdRhU {  }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #T7IUOScNDdXbxrIlIM6bPetyJiOKmG7g {  }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #IZtuBXRs91BNpMeRRma6ULIzGoKVlWwP {  }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #QTDS0uzUFixy4y9wJ38TEZSEnV14iaF8 { display:block; }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #uOagCFWtbrq04g24PRAEuf3s0tNDQZTB {  }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #p0I8t4twJ1eHLJeeG4W3SbnxeEeOGWg1 {  }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #M63qoiFKqkOVBU9yIiHu8XfHo2khZAeV { display:block; }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #DBFzuRnRzV793Pe8gF6BFZsAVv2yWMTr {  }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #o2mWL9dD8q05zPNngsN8VA8WORFeEW97 {  }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #rMiTHA7COecF4stMkWAXN3hfDIwRpTBr {  }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #uvOR0s05dvOb15dWFGys0cimbML0nSsR {  }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #xsdtKWpoZkuNcGDBvyeTtl8ym1lhaRvT {  }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #AiuHNHNONlpgTwnUFB1CTFBeFK3ITUvr {  }
 }@media only screen and (max-width: 763px) { #LoIHKkKJlGgzguev9xXvPxXmh4x43UMQ { width:12.375rem;height:4.125rem;top:40.4375rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4KtlRHxLK63yFraFEqTLhnDBT0nBSin { display:block; }
 }@media only screen and (max-width: 763px) { #EnoeqtPb00rX1KMQ9KKh8k5wWsv0GK1S { width:47.75rem;height:14.5rem;top:37.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG3m7rQHAzksE3SHFmiqQH0zVOTl2JfM { width:27.6875rem;height:5.8125rem;top:7.5rem;left:9.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSMePPQRhnTQ5CDrSaqZlIM8f1u5nyBg { display:block; }
 }@media only screen and (max-width: 763px) { #rolM5DfcQZfTwr8JRcxTlyT8V0IHeaPJ { display:none; }
 }@media only screen and (max-width: 763px) { #Tmf4IrusG7O6gNBys1tsuLJaZNttncoP { width:28.6875rem;height:4.75rem;top:64.4375rem;left:9.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fp4FoRgUTvvIsxzB93L4qRLbrMJtwi8C { display:block; }
 }@media only screen and (max-width: 763px) { #x79K8R3fwv79W1DL6W3pMuTPoCbBxkbz { top:69.8125rem;left:11.875rem;width:22rem;height:0.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OW6x4Zyr9JrJNatndOf4S7C2CyzsKuVu { top:73.875rem;left:0rem;width:47.75rem;height:2.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTqVgvHInGpDag3pHBXkv71NKJbotnIS { top:15rem;left:0rem;width:12.5rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWnUIKRFEHGcPWwObiHx0tI4Iw6KphUS { top:5.75rem;left:0rem;width:18.625rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oXw2OZG5D9fERzi8KhgfVT8wf2OoINrD { display:none; }
 }@media only screen and (max-width: 763px) { #aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q { display:block; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container { width:47.75rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLP1XUnrEsPOVZv6l0x2VpKksVZ36q83 { top:0.9375rem;left:0rem;width:47.75rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6JAQQXxzHhTDkdGOnbQ3tLSLLs6uLd0 { top:12.0625rem;left:2rem;width:43.75rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2dP3PxX0RVKNhGHtQCn9pIKSkDIGJbg { top:8.6875rem;left:0rem;width:47.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5oKFL2DNm7qOF8TPNWT5UeC3kvTHRFr { top:0rem;left:0rem;width:47.625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyXGg7rKCL31aPhrspBIfhSkxbQMnoUr { top:48.125rem;left:0rem;width:47.75rem;height:16.394166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #S12N4zDpemPzOFEUfQ68yHOVpdNC9SEI { width:28.6875rem;height:4.75rem;top:64.4375rem;left:9.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq3KxaU3H7Go8GGkfQJ3GHBcPOKTGOz8 { display:block; }
 }@media only screen and (max-width: 763px) { #US5lhHyzOE6dcN6xeJfBKHJXFtL8woq4 { top:69.8125rem;left:11.875rem;width:22rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxJp9bekLNgEXJyJG5WLq7bRqcs7OWTP { top:73.875rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTUVRelRWoTKeRmbGTwEgPdyR5fcOr0M { top:11.25rem;left:0rem;width:47.75rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVyyk5b6Fogkz5M3e4uJrlFxPtSi8rC6 { top:15rem;left:0rem;width:12.5rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPfycTbF0U9QpR1bCXQN6WD4JKQBE6z1 { display:none; }
 }@media only screen and (max-width: 763px) { #sast4F9XATBtVFqysUi7ga3GJyoEN29i { top:5.75rem;left:0rem;width:18.625rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #poe9RTR2hEMVWBhGJ8txdzwF0xfVGCi4 { width:28.6875rem;height:4.75rem;top:64.4375rem;left:9.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9bNVTceB4irPBBveHUSfUTDUw2QutCN { display:block; }
 }@media only screen and (max-width: 763px) { #sL3CG4i7Hd3h1ymKTicFwmdxfI5WRFNA { top:69.8125rem;left:11.875rem;width:22rem;height:0.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 { display:block; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row .container { width:47.75rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #prRuanZxD6J8JRfKXFCXm2iKN19IOQGU { width:22.5625rem;height:14.9375rem;top:0rem;left:0rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/0F1HRlcf/img.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#prRuanZxD6J8JRfKXFCXm2iKN19IOQGU.adaptive-delivery-prevent-bg, #prRuanZxD6J8JRfKXFCXm2iKN19IOQGU.lazyload, #prRuanZxD6J8JRfKXFCXm2iKN19IOQGU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JQWarB7ONGlW6xkEagJbJ1TJa0oWRW5p { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CACvr74tX6cpBXPgPXpQNoD2IclqHXxm { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoSe1X3HUI8s86WNZUFpPA5lFNOhOWKh { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecrqv4Bgz6dgTtrdaDxSPe75wqKbG8LH { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzW3l5Nscdv8biXFblq1QrLR6zr1o1UO { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJlJTHrDf7RgJpPvUI2WAR6FwSlV0IFd { display:block; }
 }@media only screen and (max-width: 763px) { #sbD6U1VmHBbh9mFrVnAneIyuORXQwk5N { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0InfrzdkfRkTAe2GqDD1mq6ylybWsOb { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIwJEAkhUNouSO0f9fD2PtFAfsLpwMv9 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op9JTOqVIUu24u0soqteEpNUdoHclRvy { top:36.6875rem;left:0rem;width:19.1875rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm { display:block; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaOifQD9XNMSvi1oAdm6C0o16J9LxxF0 { width:47.75rem;height:3.875rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pcnz9ohxbWzaeI4CPpNNbglC4UR9T7Fg { width:22.0625rem;height:11.625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1l2STCkwmFkadCFClr2chQhtTzUqTiQ { width:22.875rem;height:0;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-regular-label { width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-text { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-text {padding-top: 0; padding-bottom: 0;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-textarea { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-select { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-select {padding-top: 0; padding-bottom: 0;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-button { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.625rem; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-checkbox-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu  { width:21.875rem;height:auto;top:6.25rem;left:23.375rem; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .radio-container { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu {display:block;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu { width:21.875rem;height:auto;top:6.25rem;left:23.375rem; }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #anxdC2Pwz5EIuKIUg2E3wT7286toO62O {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #AzwkG3fRNNquFPxZ7UFCOIeFTTnTWST3 { display:block; }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #QMQZrFrfRo2dMCSrufkl1eSpZFs4i4PV {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #dounCw48gAPzH1JZ9AbCEtcynXiHU0Q0 {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #yrnEpDK56zuKL4Fl0yonXpiOQmziBBW0 { display:block; }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #Hn5KW4hpxgbR5SC2KzDJICqXH0TtRIqv {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #eeqcEXJzXumvWTgtGVBuxT53s0akJby3 {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #oTniLC11MQJLf4Zf06l3raPW2OnAlscT {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #RlercXA5IT6ZCt5rVfrIyTxcSnbkT4PX {  }
 }@media only screen and (max-width: 763px) { #swlQ3FTaMl81iOlZkDMitt932SRyGPAZ { display:block; }
 }@media only screen and (max-width: 763px) { #h9sKrdAIf0RGDmbiRQ83398L3MvgL6ip { display:block; }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #wuld4kxbaGAsvxlRdxRt4QHC535BqcZE {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #KZTJ8MGITXSCC8dMt1RsykWkc74qT0v6 {  }
 }@media only screen and (max-width: 763px) { #MJ43SEV3NtAkK0ecHzxbArO3IuRMGxvT { width:22.875rem;height:0;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrEfB0zwWLGQrFiSfoPDoktNF2hl1vpz { top:40.125rem;left:0rem;width:19.9375rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t906lRuczhrnBpZdM3P30h0ELFCwzQpT { display:block; }#t906lRuczhrnBpZdM3P30h0ELFCwzQpT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elsPAOytvFJUAl9TAapa1T0t9PVlfk0W { display:block; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8Suzs7RdLTqC8mkaLiibNV6aMuoUtAT { top:6.125rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZidMKrsGsCDP5aatNDgaVLzRG65TUWTc { top:1.375rem;left:16.84375rem;width:14.0625rem;height:3.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPCrTrZ5MBLwLW4ATgb3GXyE715R3fk8 { top:20.5rem;left:39.5625rem;width:8.1875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOeTDcJAZHvMyUc7WqfXG1u8lkAnEvg9 { top:20.4375rem;left:33.71875rem;width:8.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6hHfweUJNwB8pv61ZHMd7T41JFma8sL { top:12.5625rem;left:0rem;width:47.75rem;height:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soSRXwngZ4gCMQDnWxVEyIvxokHRiIFr { top:17.375rem;left:0rem;width:20.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEbiVV6spvn4WrdAmqWqC1tErpJAPlNk { top:21.1875rem;left:0rem;width:9.5625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiDrLONDQbQor0TevsbgJpntAS7IxZ6U { top:21.1875rem;left:6.625rem;width:8.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyZ3dAGIaKMVmhkZpJKyTkLTGbu4sL7T { top:20.5rem;left:21.5rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE2N47c5MFrlUnkNoDdAuQk6H5tSfQHn { display:none; }#lE2N47c5MFrlUnkNoDdAuQk6H5tSfQHn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iUg5JdKTATSbLwGsxceAiNJFceo3wSdW { width:12.25rem;height:3.625rem;top:36.125rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sDPW3y305DCs8fSqG4hNMChNDE7mvkMR { display:block; }
 }@media only screen and (max-width: 763px) { #ZZsVLiVN0hqScAsAVLOvwKx8GeNNZni8 { display:none; }#ZZsVLiVN0hqScAsAVLOvwKx8GeNNZni8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TwShUCkFKXkGuIh30d0b9InPhZdZ9S59 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Hz0yhBKhdJKTgsQQmGWHCR0mdhs7Dg0H { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sDs8cseeX9UZrQ2fl2MvZlMZQhImrC58 { position:relative;z-index:auto;display:block; }#sDs8cseeX9UZrQ2fl2MvZlMZQhImrC58 { background-color: transparent; background-image: none; }#sDs8cseeX9UZrQ2fl2MvZlMZQhImrC58::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDs8cseeX9UZrQ2fl2MvZlMZQhImrC58 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDs8cseeX9UZrQ2fl2MvZlMZQhImrC58 > .row .container > .video-iframe-container { display: none; }#sDs8cseeX9UZrQ2fl2MvZlMZQhImrC58 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDs8cseeX9UZrQ2fl2MvZlMZQhImrC58 > .row > .video-iframe-container { display: none; }#sDs8cseeX9UZrQ2fl2MvZlMZQhImrC58 > .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); }#sDs8cseeX9UZrQ2fl2MvZlMZQhImrC58 > .row .container { width:20rem;height:2.5rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sU9CM7hyyQWVm5Td0HvGpiPQZkRWJVn2 { width:17.75rem;height:4rem;top:3.375rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xkq7SBkp3JomC1E9vIlgDdA3BBkC2tZt { display:block; }
 }@media only screen and (max-width: 763px) { #GXL4eEiRiRq9myKWg7iryqUcg3DyCZ1G { width:9.5rem;height:2.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxT16WZv8FDPcRAakF7888giaMrLVcyT { width:10.5625rem;height:2.375rem;top:0rem;left:9.4375rem;z-index:15008;font-size:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #hmZZ34Qh9lqgN8OqsH1sNaC3HRdIFcTS { display:block; }
 }@media only screen and (max-width: 763px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/133d3032-5ae7-4502-a6f8-6759b3b37949/Testodelparagrafo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.adaptive-delivery-prevent-bg, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyload, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyloading { background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { background-color: transparent; background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.66); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.66); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:20rem;height:83rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { width:20rem;height:0;top:6.849609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;color:#06a732;display:none; }
 }@media only screen and (max-width: 763px) { #dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI { width:19.5rem;height:4.6875rem;top:46.15625rem;left:0rem;font-size:0.6875rem;line-height:1.4;color:#000000;text-align:left;text-align-last:left;display:block; }#dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2d31faae1c2e775fe92adae6fac32b7c538bb849.svg); }
 }@media only screen and (max-width: 763px) { #klTmvZEDa5HPXFk37KMg8W86VJdM0sF1 { width:12.3125rem;height:4.0625rem;top:27.625rem;left:3.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9VTpeqTySHZ0TsKNU7yd19IXosRmTBa { display:block; }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-input-text {padding-top: 0; padding-bottom: 0;}#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-input-select {padding-top: 0; padding-bottom: 0;}#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-input-button { width:8.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa [class*="-text"]:-moz-placeholder { font-size:1rem; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa [class*="-text"]::-moz-placeholder { font-size:1rem; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa  { width:17.5rem;height:auto;top:51.625rem;left:0rem; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa .widget-info-text { text-align:center;text-align-last:center; }
#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa {display:block;}#PITVgIDdn70k80E2d6aQQC6ZTriuQAQa { width:17.5rem;height:auto;top:51.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #MF6ULbd5KRiJafshA1M7CR0h0hNUdRhU {  }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #T7IUOScNDdXbxrIlIM6bPetyJiOKmG7g {  }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #IZtuBXRs91BNpMeRRma6ULIzGoKVlWwP {  }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #QTDS0uzUFixy4y9wJ38TEZSEnV14iaF8 { display:block; }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #uOagCFWtbrq04g24PRAEuf3s0tNDQZTB {  }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #p0I8t4twJ1eHLJeeG4W3SbnxeEeOGWg1 {  }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #M63qoiFKqkOVBU9yIiHu8XfHo2khZAeV { display:none; }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #DBFzuRnRzV793Pe8gF6BFZsAVv2yWMTr {  }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #o2mWL9dD8q05zPNngsN8VA8WORFeEW97 {  }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #rMiTHA7COecF4stMkWAXN3hfDIwRpTBr {  }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #uvOR0s05dvOb15dWFGys0cimbML0nSsR {  }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #xsdtKWpoZkuNcGDBvyeTtl8ym1lhaRvT {  }
 }@media only screen and (max-width: 763px) { #PITVgIDdn70k80E2d6aQQC6ZTriuQAQa #AiuHNHNONlpgTwnUFB1CTFBeFK3ITUvr {  }
 }@media only screen and (max-width: 763px) { #LoIHKkKJlGgzguev9xXvPxXmh4x43UMQ { width:18.037109375rem;height:3.974609375rem;top:12.3125rem;left:0.9814453125rem;background-color:#f69a30;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-size:1.3125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem #101010;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(35,35,35,0.55) ;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #y4KtlRHxLK63yFraFEqTLhnDBT0nBSin { display:block; }
 }@media only screen and (max-width: 763px) { #EnoeqtPb00rX1KMQ9KKh8k5wWsv0GK1S { width:18.312rem;height:0;top:37.62353515625rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1.3125rem;text-shadow:0.0625rem 0.0625rem 0.0625rem #f3f3f3;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.2;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #PG3m7rQHAzksE3SHFmiqQH0zVOTl2JfM { width:19rem;height:5.8125rem;top:7.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NSMePPQRhnTQ5CDrSaqZlIM8f1u5nyBg { display:block; }
 }@media only screen and (max-width: 763px) { #rolM5DfcQZfTwr8JRcxTlyT8V0IHeaPJ { height:11.0625rem;width:20rem;top:4.9375rem;left:0rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #Tmf4IrusG7O6gNBys1tsuLJaZNttncoP { width:19.6875rem;height:3.8125rem;top:14.5625rem;left:0.1875rem;z-index:15009;font-size:0.875rem;box-shadow: none;font-weight:700;font-style:normal;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#070706;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Fp4FoRgUTvvIsxzB93L4qRLbrMJtwi8C { display:block; }
 }@media only screen and (max-width: 763px) { #x79K8R3fwv79W1DL6W3pMuTPoCbBxkbz { width:17.9375rem;height:1.625rem;top:20.4375rem;left:1.03125rem;font-size:0.8125rem;z-index:15010;line-height:1;font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #OW6x4Zyr9JrJNatndOf4S7C2CyzsKuVu { width:19.6875rem;height:5.25rem;top:38.34375rem;left:0rem;font-size:0.75rem;z-index:15011;line-height:1.8;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mTqVgvHInGpDag3pHBXkv71NKJbotnIS { top:5.125rem;left:0.6875rem;width:18.625rem;height:4rem;z-index:15012;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-family:raleway;font-weight:700;font-style:normal;font-size:1.5625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TWnUIKRFEHGcPWwObiHx0tI4Iw6KphUS { top:9.5rem;left:0.6875rem;width:18.625rem;height:3.5625rem;z-index:15013;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-family:raleway;font-weight:300;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXw2OZG5D9fERzi8KhgfVT8wf2OoINrD { top:3.9375rem;left:0rem;width:19.9375rem;height:19.4375rem;z-index:15005;background-color:rgba(58,213,50,0.24);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q { display:block; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container { width:20rem;height:66.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLP1XUnrEsPOVZv6l0x2VpKksVZ36q83 { width:20rem;height:4.75rem;top:0.625rem;left:0rem;font-size:0.9375rem;color:#000000;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #f6JAQQXxzHhTDkdGOnbQ3tLSLLs6uLd0 { width:20rem;height:14rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2dP3PxX0RVKNhGHtQCn9pIKSkDIGJbg { width:20rem;height:1.125rem;top:9.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5oKFL2DNm7qOF8TPNWT5UeC3kvTHRFr { width:19.875rem;height:5.5rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FyXGg7rKCL31aPhrspBIfhSkxbQMnoUr { width:20rem;height:6.8666666666667rem;top:26.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S12N4zDpemPzOFEUfQ68yHOVpdNC9SEI { width:19rem;height:4.75rem;top:36.875rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qq3KxaU3H7Go8GGkfQJ3GHBcPOKTGOz8 { display:block; }
 }@media only screen and (max-width: 763px) { #US5lhHyzOE6dcN6xeJfBKHJXFtL8woq4 { width:20rem;height:0;top:13.5625rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxJp9bekLNgEXJyJG5WLq7bRqcs7OWTP { width:20rem;height:0;top:34.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTUVRelRWoTKeRmbGTwEgPdyR5fcOr0M { width:20rem;height:5rem;top:25.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVyyk5b6Fogkz5M3e4uJrlFxPtSi8rC6 { top:39.0625rem;left:0.6875rem;width:18.625rem;height:4rem;z-index:15022;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-family:raleway;font-weight:700;font-style:normal;font-size:1.5625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kPfycTbF0U9QpR1bCXQN6WD4JKQBE6z1 { top:38.25rem;left:0rem;width:19.9375rem;height:19.4375rem;z-index:15015;background-color:rgba(58,213,50,0.24);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sast4F9XATBtVFqysUi7ga3GJyoEN29i { top:43.625rem;left:0.6875rem;width:18.625rem;height:3.5625rem;z-index:15023;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-family:raleway;font-weight:300;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poe9RTR2hEMVWBhGJ8txdzwF0xfVGCi4 { width:19.6875rem;height:3.8125rem;top:48.0625rem;left:0.1875rem;z-index:15019;font-size:0.875rem;box-shadow: none;font-weight:700;font-style:normal;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#070706;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #z9bNVTceB4irPBBveHUSfUTDUw2QutCN { display:block; }
 }@media only screen and (max-width: 763px) { #sL3CG4i7Hd3h1ymKTicFwmdxfI5WRFNA { width:17.9375rem;height:1.625rem;top:53.25rem;left:1.0625rem;font-size:0.8125rem;z-index:15020;line-height:1;font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/133d3032-5ae7-4502-a6f8-6759b3b37949/Testodelparagrafo.preview.rotate_180.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2.adaptive-delivery-prevent-bg, #L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2.lazyload, #L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2.lazyloading { background-image: none; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row .container { background-color: transparent; background-image: none; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,250,0.85); }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row .container > .video-iframe-container { display: none; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,250,250,0.85); }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row > .video-iframe-container { display: none; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .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); }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #prRuanZxD6J8JRfKXFCXm2iKN19IOQGU { width:15.4375rem;height:9.1875rem;top:0.020843505859375rem;left:2.28125rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6392cbe1-3062-4174-9cb8-89e9b5bd1116/LuceGasFibra2.crop_301x271_830,805.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#prRuanZxD6J8JRfKXFCXm2iKN19IOQGU.adaptive-delivery-prevent-bg, #prRuanZxD6J8JRfKXFCXm2iKN19IOQGU.lazyload, #prRuanZxD6J8JRfKXFCXm2iKN19IOQGU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JQWarB7ONGlW6xkEagJbJ1TJa0oWRW5p { width:18.75rem;height:3.25rem;top:1.4765625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #CACvr74tX6cpBXPgPXpQNoD2IclqHXxm { width:20rem;height:6.5625rem;top:21.5400390625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoSe1X3HUI8s86WNZUFpPA5lFNOhOWKh { width:20rem;height:3.25rem;top:18.51953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(219,232,239,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #ecrqv4Bgz6dgTtrdaDxSPe75wqKbG8LH { width:20rem;height:6.5625rem;top:4.6015625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzW3l5Nscdv8biXFblq1QrLR6zr1o1UO { width:16rem;height:3.5625rem;top:31.493499755859rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJlJTHrDf7RgJpPvUI2WAR6FwSlV0IFd { display:block; }
 }@media only screen and (max-width: 763px) { #sbD6U1VmHBbh9mFrVnAneIyuORXQwk5N { width:20rem;height:1.75rem;top:28.56120300293rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(223,223,223,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #o0InfrzdkfRkTAe2GqDD1mq6ylybWsOb { width:20rem;height:3.25rem;top:11.45703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(245,249,251,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #UIwJEAkhUNouSO0f9fD2PtFAfsLpwMv9 { width:20rem;height:3.9375rem;top:14.58203125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op9JTOqVIUu24u0soqteEpNUdoHclRvy { top:36.6875rem;left:0.40625rem;width:19.1875rem;height:;z-index:15005;text-align:center;text-align-last:center;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-size:0.875rem;color:#000000;font-family:raleway;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm { display:block; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaOifQD9XNMSvi1oAdm6C0o16J9LxxF0 { width:20rem;height:2.0625rem;top:1.9841461181641rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { background-color:#06a732;background-image:none;display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { background-color: transparent; background-image: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container > .video-iframe-container { display: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container { display: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .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); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pcnz9ohxbWzaeI4CPpNNbglC4UR9T7Fg { width:18.75rem;height:2.25rem;top:1.0615844726562rem;left:0.62385106086731rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1l2STCkwmFkadCFClr2chQhtTzUqTiQ { width:18.75rem;height:3.375rem;top:4.3531799316406rem;left:0.62385106086731rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-regular-label { width:16.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-text { width:16.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center;font-size:1.5rem;overflow:hidden; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-text {padding-top: 0; padding-bottom: 0;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-textarea { width:16.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center;font-size:1.5rem;overflow:hidden; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-select { width:16.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-select {padding-top: 0; padding-bottom: 0;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-input-button { width:11.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.5rem; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .widget-checkbox-label { width:15.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu  { width:16.8125rem;height:auto;top:9.375rem;left:0.34352028369904rem; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu .radio-container { width:16.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu {display:block;}#H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu { width:16.8125rem;height:auto;top:9.375rem;left:0.34352028369904rem; }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #anxdC2Pwz5EIuKIUg2E3wT7286toO62O {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #AzwkG3fRNNquFPxZ7UFCOIeFTTnTWST3 { display:block; }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #QMQZrFrfRo2dMCSrufkl1eSpZFs4i4PV {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #dounCw48gAPzH1JZ9AbCEtcynXiHU0Q0 {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #yrnEpDK56zuKL4Fl0yonXpiOQmziBBW0 { display:none; }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #Hn5KW4hpxgbR5SC2KzDJICqXH0TtRIqv {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #eeqcEXJzXumvWTgtGVBuxT53s0akJby3 {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #oTniLC11MQJLf4Zf06l3raPW2OnAlscT {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #RlercXA5IT6ZCt5rVfrIyTxcSnbkT4PX {  }
 }@media only screen and (max-width: 763px) { #swlQ3FTaMl81iOlZkDMitt932SRyGPAZ { display:block; }
 }@media only screen and (max-width: 763px) { #h9sKrdAIf0RGDmbiRQ83398L3MvgL6ip { display:block; }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #wuld4kxbaGAsvxlRdxRt4QHC535BqcZE {  }
 }@media only screen and (max-width: 763px) { #H7HF3IJ9ViSZOTb7VaUNeA4aWG1k2Klu #KZTJ8MGITXSCC8dMt1RsykWkc74qT0v6 {  }
 }@media only screen and (max-width: 763px) { #MJ43SEV3NtAkK0ecHzxbArO3IuRMGxvT { width:20rem;height:3.25rem;top:42.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CrEfB0zwWLGQrFiSfoPDoktNF2hl1vpz { top:46.7900390625rem;left:0rem;width:19.9375rem;height:5rem;z-index:15004;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;font-size:0.875rem;color:#fff3f3;font-family:raleway;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t906lRuczhrnBpZdM3P30h0ELFCwzQpT { display:block; }#t906lRuczhrnBpZdM3P30h0ELFCwzQpT > .row .container { width:20rem;height:1.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elsPAOytvFJUAl9TAapa1T0t9PVlfk0W { position:relative;z-index:auto;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; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container { background-color: transparent; background-image: none; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container > .video-iframe-container { display: none; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row > .video-iframe-container { display: none; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .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); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container { border-width: 0; border-radius: 0; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8Suzs7RdLTqC8mkaLiibNV6aMuoUtAT { width:18.9365234375rem;height:12.1875rem;top:5.0126953125rem;left:0.53125rem;font-size:0.6875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZidMKrsGsCDP5aatNDgaVLzRG65TUWTc { width:14.0625rem;height:3.4990234375rem;top:0.6064453125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPCrTrZ5MBLwLW4ATgb3GXyE715R3fk8 { width:8.1875rem;height:3rem;top:17.8251953125rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOeTDcJAZHvMyUc7WqfXG1u8lkAnEvg9 { width:8.1875rem;height:3.125rem;top:17.7626953125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6hHfweUJNwB8pv61ZHMd7T41JFma8sL { width:20rem;height:14rem;top:22.1376953125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soSRXwngZ4gCMQDnWxVEyIvxokHRiIFr { width:19.6875rem;height:1rem;top:36.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEbiVV6spvn4WrdAmqWqC1tErpJAPlNk { width:7.375rem;height:2.4375rem;top:38.5126953125rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiDrLONDQbQor0TevsbgJpntAS7IxZ6U { width:6.6875rem;height:2.5625rem;top:38.4501953125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyZ3dAGIaKMVmhkZpJKyTkLTGbu4sL7T { width:4.75rem;height:4.75rem;top:42.5751953125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE2N47c5MFrlUnkNoDdAuQk6H5tSfQHn { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;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:none; }#lE2N47c5MFrlUnkNoDdAuQk6H5tSfQHn > .row .container { border-width: 0; border-radius: 0; }#lE2N47c5MFrlUnkNoDdAuQk6H5tSfQHn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lE2N47c5MFrlUnkNoDdAuQk6H5tSfQHn > .row .container { width:20rem;height:7.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iUg5JdKTATSbLwGsxceAiNJFceo3wSdW { width:18.5rem;height:4.3125rem;top:1.7916717529297rem;left:0.73828125rem;z-index:15008;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDPW3y305DCs8fSqG4hNMChNDE7mvkMR { display:block; }
 }@media only screen and (max-width: 763px) { #ZZsVLiVN0hqScAsAVLOvwKx8GeNNZni8 { position:relative;z-index:auto;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:none; }#ZZsVLiVN0hqScAsAVLOvwKx8GeNNZni8 > .row .container { border-width: 0; border-radius: 0; }#ZZsVLiVN0hqScAsAVLOvwKx8GeNNZni8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZsVLiVN0hqScAsAVLOvwKx8GeNNZni8 > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TwShUCkFKXkGuIh30d0b9InPhZdZ9S59 { top:1.3541717529297rem;left:1.25rem;width:17.5rem;height:3.4375rem;z-index:15000;font-family:raleway;background-color:#f69a30;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);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) { #Hz0yhBKhdJKTgsQQmGWHCR0mdhs7Dg0H { display:block; }
 }