.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { background-color: transparent; background-image: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container > .video-iframe-container { display: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container { display: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .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); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { border-width: 0; border-radius: 0; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#R3s20UH1mw2mUyFUGwZ5wyf0GyV91qFZ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:10rem;top:0.6875rem;left:0.1875rem;overflow:hidden;display:block; }
#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a14f5cfb-7391-456e-916b-b0fce048d959/tecnico2025.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb.adaptive-delivery-prevent-bg, #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb.lazyload, #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb.lazyloading { background-image: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { background-color: transparent; background-image: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .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); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { border-width: 0; border-radius: 0; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:60rem;height:32.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ZHiTNWoC83UG3VZEB3FAmHrerbetGLRI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:23.8125rem;top:3.8125rem;left:2.8125rem;overflow:hidden;display:block; }
#qP3BuSQDbTSSVPwE5x4mWOm2vhuKDXB5 { color:#250e62;display:block;width:20.75rem;position:absolute;font-family:"titillium web";font-size:1.9375rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:5.5rem;left:4.375rem;height:6.39375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fS6rU5eb42BSS2WUOipENWeSZz4EnNfn { box-sizing:content-box;height:16.8125rem;width:23.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.79);background-image:none;top:4.125rem;left:3.3125rem;display:block; }
#R1JoPdvXzvATKSoyqLl93Xyx91BL2TrB { color:#00a19b;display:block;width:24.375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.25rem;left:4.375rem;height:1.86875rem;display:block; }
#xQRJwaCflFKH5K7X4gcewEebVT7sZyFK { color:#250e62;display:block;width:8.125rem;position:absolute;font-family:"titillium web";font-size:1.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.503124237061rem;left:11.625rem;height:2.19375rem;display:block; }
#HqSntRlefbHSux2Kf6f55mOto9yyC6An { color:#250e62;display:block;width:8.25rem;position:absolute;font-family:"titillium web";font-size:4rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13rem;left:4.375rem;height:5.2rem;font-style:normal;display:block; }
#GoM3sXlMDhs45othb1rtb7FDPlfLf5Bo { color:#250e62;display:block;width:5.875rem;position:absolute;font-family:"titillium web";font-size:4rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.112499237061rem;left:4.4375rem;height:5.2rem;font-style:normal;display:block; }
#z0n1zUVRvEDPOQT9NeEpx8i7QHo91dTC { color:#250e62;display:block;width:15.4375rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.200000762939rem;left:9.25rem;height:1.95rem;display:block; }
#SZOB6sHDHeIchUffnaDnJU5bx8NPpA3H { color:#250e62;display:block;width:8.125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.5rem;left:9.1875rem;height:1.3rem;display:block; }
#T4ltgCs2Dpmn3P7oNSxzdhDdxVSf1ldT { color:#250e62;display:block;width:1.9375rem;position:absolute;font-family:"titillium web";font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.36874961853rem;left:16.75rem;height:1.54375rem;display:block; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-form-header {  }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-regular-label { height:auto;display:block;font-family:"titillium web";font-size:0.75rem;font-weight:bold;color:#2a2b2c;width:17.4375rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.4375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"titillium web";vertical-align:top; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-input-text {padding-top: 0; padding-bottom: 0;}#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"titillium web";vertical-align:top; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.4375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-input-select {padding-top: 0; padding-bottom: 0;}#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fac500, #dc8c00);background-image: -moz-linear-gradient(180deg, #fac500, #dc8c00);background-image: -ms-linear-gradient(180deg, #fac500, #dc8c00);background-image: -o-linear-gradient(180deg, #fac500, #dc8c00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac500', endColorstr='#dc8c00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac500', endColorstr='#dc8c00' );";background-image: linear-gradient(180deg, #fac500, #dc8c00);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#250e62;width:17.4375rem;height:3.4375rem;font-family:"titillium web";overflow:hidden; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR [class*="-text"]:-moz-placeholder { color:#6d6c6c;font-family:"titillium web";font-size:0.875rem; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR [class*="-text"]::-moz-placeholder { color:#6d6c6c;font-family:"titillium web";font-size:0.875rem; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR [class*="-text"]:-ms-input-placeholder { color:#6d6c6c;font-family:"titillium web";font-size:0.875rem; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR [class*="-text"]::-webkit-input-placeholder { color:#6d6c6c;font-family:"titillium web";font-size:0.875rem; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .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:"titillium web";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.1875rem;overflow:hidden;font-style:normal;float:none; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .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; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-container:first-of-type{padding-top:0;}#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-container:last-of-type{padding-bottom:0;}#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR  { background-color:transparent;background-image: -webkit-linear-gradient(185deg, #2e1089, #090610);background-image: -moz-linear-gradient(185deg, #2e1089, #090610);background-image: -ms-linear-gradient(185deg, #2e1089, #090610);background-image: -o-linear-gradient(185deg, #2e1089, #090610);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e1089', endColorstr='#090610' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e1089', endColorstr='#090610' );";background-image: linear-gradient(185deg, #2e1089, #090610);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:40.0625rem;top:0.12187480926514rem;z-index:15007;position:absolute; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.4375rem;display:block;vertical-align:top; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR {display:block;}#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR { background-color:transparent;background-image: -webkit-linear-gradient(185deg, #2e1089, #090610);background-image: -moz-linear-gradient(185deg, #2e1089, #090610);background-image: -ms-linear-gradient(185deg, #2e1089, #090610);background-image: -o-linear-gradient(185deg, #2e1089, #090610);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e1089', endColorstr='#090610' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e1089', endColorstr='#090610' );";background-image: linear-gradient(185deg, #2e1089, #090610);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:40.0625rem;top:0.12187480926514rem;z-index:15007;position:absolute; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #xWxnrGTrxGD42rrnFt40Vsi86QzNHfct { position:relative; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #nED1yGr0dyquIktIFD7UolJzKQffwpUX { position:relative;display:none; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #meNuXXxSymWXavh7BzRJh5CDXnHqUCOK { position:relative; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #ECsxBDHI3X8kqFciVzXswQ8CyRlS5Gyx { position:relative; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #dZT567VWC9d03b6m3gUoq3IWXKsWTJis { position:relative;display:none; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #LLxUWEKsBffRB8bbShe34x8pAC1NUXuD { position:relative; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #zluQ6ecH5Go3S9SLHQWuv4XUuphX03T1 { position:relative; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #BLpf9B1PV8JTPLFW6QBD0dQ2D8xxN3Dz { position:relative;display:none; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #yrbx4DnRIzfu7gBIz576QuX4eJWcJXfN { position:relative; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #UQ5ir9lRbSSvNZqsekxUhBRGLKf9Ne76 { position:relative; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #Wb9p7k2iPyQaladI2rScdCn0s6sdu1rv { position:relative;display:none; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #Jv42EouL6kETyHvQtGIMkpKZTT6EgnMf { position:relative; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #AdP3WDoRkHOMd0Qs7KeZSphhpeyqFIGl { position:relative; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #C0D4mlXc778LWtLNK2mHd4cZs85KgVVT { position:relative;display:none; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #AO8LoukEXL9ydk8hs7uu3qbcB1nh8LES { position:relative; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #nr5HeGZ7Gm4yPcDSine5993ISIy5Mbcf { position:relative; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #pBdCEvrIyIaLH6PH5yrTM1y8uzFdEOcT { position:relative;z-index:2; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #xV6wT1p7lkxfnBwJbyWT9fSZNsyx28ZO { position:relative; }
#eK8hneTKqa3DGB9RPNOK5LbzrI7i3S9u { position:relative;display:block; }
#fwkioDa2A9RHnuCJbsmD8iNqAWGFRy6e { position:relative;display:block; }
#DumrqqnRKvPEXbRNKcSE3EOd7k5NEViI { position:relative;display:block; }
#MpxbKnR3PTMsqeAV59BbcF5D9ooiH788 { position:relative;display:block; }
#Oifd2QRRIdJlwKXboVLsXRpif4nkW6NM { position:relative;display:block; }
#C8OeTfyCeuIvy5lcWX0OAPZDccS7axpH { position:relative;display:block; }
#Fx0ewImMCvQzHNgux8zQaOMFSuPCRaZ4 { position:relative;display:block; }
#AC77K5anETsVbFaWu4txetroL2BFzhvK { position:relative;display:block; }
#iQVIGTpD4nSsE45MwQzM8TCFW2GB6fJO { position:relative;display:block; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #CPOnKcnaBdNkcH5sZrHeQDotTRzJ2Ion { position:relative; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #GOGfQmMKcwxQzl6K5h5KuhToud9QCNIB { position:relative; }
#Xldic34yu3cXPUStQinh5obxEFmgTB0l { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:10.625rem;top:16.112499237061rem;left:22.125rem;overflow:hidden;display:block; }
#RQP779kgo0ZhqKosaU3ZXLpU7O6tpoxn { box-sizing:content-box;height:5.5rem;width:19.9375rem;position:absolute;display:block;z-index:15009;background-color:#090610;background-image:none;top:25.4375rem;left:40.0625rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#w6R7aeTmF8F3NZrpAzSLJ1VUmRwCRxOv { 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:5.0625rem;width:14.5625rem;top:25.34375rem;left:42.75rem;overflow:hidden;display:block; }
#K5423d93bb10d6525f14e69a60e985fe { position:relative;display:block; }#K5423d93bb10d6525f14e69a60e985fe { background-color: transparent; background-image: none; }#K5423d93bb10d6525f14e69a60e985fe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5423d93bb10d6525f14e69a60e985fe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5423d93bb10d6525f14e69a60e985fe > .row .container > .video-iframe-container { display: none; }#K5423d93bb10d6525f14e69a60e985fe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5423d93bb10d6525f14e69a60e985fe > .row > .video-iframe-container { display: none; }#K5423d93bb10d6525f14e69a60e985fe > .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); }#K5423d93bb10d6525f14e69a60e985fe { border-width: 0; border-radius: 0; }#K5423d93bb10d6525f14e69a60e985fe > .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; }#K5423d93bb10d6525f14e69a60e985fe > .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:11.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#x39f5ad18a168b5c77aefa308e7b8a32 { color:#250e62;display:block;width:16.8125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1937503814698rem;left:2.5rem;height:1.3rem;display:block; }
#Oacdc8193ae8e8a09ceea34157c0ab5e { color:#250e62;display:block;width:16.8125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9125003814697rem;left:2.5rem;height:1.3rem;display:block; }
#Aed2302741288b620b195ac446170c75 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:4.65625rem;left:0rem; }
#E128919457592abf81ba25d839d57a12 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.9375rem;left:0rem; }
#uc29b5f5146342183bf817ad0242ee2d { color:#250e62;display:block;width:19.4375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.7562484741213rem;left:2.3125rem;height:1.3rem;display:block; }
#Pcedf6fc84465099b6362050c91f83f3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:7.5rem;left:0rem; }
#ff3eda8d026655ada45959e95e751c46 { position:absolute;display:block;z-index:15004;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:11rem;width:11.3125rem;top:0rem;left:24.3125rem;overflow:hidden;display:block; }
#Afeedae90dede23d8e911a629af5997e { color:#000000;display:block;width:17.875rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.1749992370606rem;left:41.0625rem;height:8.775rem;font-style:italic;display:block; }
#EaZ5AV1rk2vzmT7OOcw9yb4puTbevKHs { position:relative;display:block; }#EaZ5AV1rk2vzmT7OOcw9yb4puTbevKHs { background-color: transparent; background-image: none; }#EaZ5AV1rk2vzmT7OOcw9yb4puTbevKHs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaZ5AV1rk2vzmT7OOcw9yb4puTbevKHs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaZ5AV1rk2vzmT7OOcw9yb4puTbevKHs > .row .container > .video-iframe-container { display: none; }#EaZ5AV1rk2vzmT7OOcw9yb4puTbevKHs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaZ5AV1rk2vzmT7OOcw9yb4puTbevKHs > .row > .video-iframe-container { display: none; }#EaZ5AV1rk2vzmT7OOcw9yb4puTbevKHs > .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); }#EaZ5AV1rk2vzmT7OOcw9yb4puTbevKHs { border-width: 0; border-radius: 0; }#EaZ5AV1rk2vzmT7OOcw9yb4puTbevKHs > .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; }#EaZ5AV1rk2vzmT7OOcw9yb4puTbevKHs > .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:4.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fmdSDirI8cIS2v6yH2mRrGDculu4w8F3 { color:#000000;display:block;width:38.5625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8125rem;left:10.6875rem;height:2.84375rem;font-style:normal;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;display:block; }
#Cd0be29bb78f5ead3690d2435a0493fa { position:relative;display:block; }#Cd0be29bb78f5ead3690d2435a0493fa { background-color: transparent; background-image: none; }#Cd0be29bb78f5ead3690d2435a0493fa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cd0be29bb78f5ead3690d2435a0493fa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cd0be29bb78f5ead3690d2435a0493fa > .row .container > .video-iframe-container { display: none; }#Cd0be29bb78f5ead3690d2435a0493fa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cd0be29bb78f5ead3690d2435a0493fa > .row > .video-iframe-container { display: none; }#Cd0be29bb78f5ead3690d2435a0493fa > .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); }#Cd0be29bb78f5ead3690d2435a0493fa { border-width: 0; border-radius: 0; }#Cd0be29bb78f5ead3690d2435a0493fa > .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; }#Cd0be29bb78f5ead3690d2435a0493fa > .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:44.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ea9947b8d3e47458c4bc53178c1b89a9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:26.69375038147rem;left:0.65625rem; }
#cbacc78bb9a7d57aa1532990bee96dd9 { color:#250e62;display:block;width:11.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:26.299999237061rem;left:2.71875rem;height:2.6rem;display:block; }
#ieb84bdd094e573d517138c02b44a8c8 { position:absolute;display:block;z-index:14997;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:22.5rem;width:13.6875rem;top:0.625rem;left:15.65625rem;overflow:hidden;display:block; }
#Oeae461fa29e71a49730cf93b1dc8ce2 { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:24.25rem;left:17.15625rem;height:1.7875rem;font-style:normal;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;display:block; }
#Q15eb2565cf1deb4308b4dd02180cf87 { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:24.25rem;left:2.15625rem;height:1.7875rem;font-style:normal;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;display:block; }
#fc6e90f40b868e26012d5dc489c22098 { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:24.25rem;left:32.15625rem;height:1.7875rem;font-style:normal;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;display:block; }
#W2837b269642518bba1545c261af674a { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:24.25rem;left:47.15625rem;height:1.7875rem;font-style:normal;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;display:block; }
#O5f18bdd6f7b23a387d283d05c4d6607 { position:absolute;display:block;z-index:14999;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:22.3125rem;width:13.75rem;top:0.75rem;left:0.59375rem;overflow:hidden;display:block; }
#Fa35b6822110f84e381a1772b2d3116f { position:absolute;display:block;z-index:14994;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:22.4375rem;width:13.75rem;top:0.59375rem;left:30.6875rem;overflow:hidden;display:block; }
#t83d2635942f6fffd17e1810acc56eb5 { position:absolute;display:block;z-index:14992;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:22.375rem;width:13.875rem;top:0.625rem;left:45.59375rem;overflow:hidden;display:block; }
#xe9debff5d5e26ab238a95610ec94dfe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:13.75rem;top:14.28125rem;left:0.625rem;overflow:hidden;display:block; }
#D12c6e44783bad09a79d094baa6575b9 { position:absolute;display:block;z-index:14998;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:8.125rem;width:13.75rem;top:1.3125rem;left:15.625rem;overflow:hidden;display:block; }
#h47e9f27700f0aedfc389b58a57e9252 { position:absolute;display:block;z-index:14995;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:8.125rem;width:13.75rem;top:14.53125rem;left:30.625rem;overflow:hidden;display:block; }
#f1941d3ebe4239f72e4a86fdc86df95b { position:absolute;display:block;z-index:14993;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:8.125rem;width:13.75rem;top:1rem;left:45.625rem;overflow:hidden;display:block; }
#r10e1acf0017e1c7d98af5cefff2aadc { color:#000000;display:block;width:8.125rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:15.65625rem;left:3.59375rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cd14f435dc9e19789a101a3897141ede { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"titillium web";font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:2.90625rem;left:17.53125rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bd8d7deec61189751a6a3f1bb27d5ef7 { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"titillium web";font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:16.03125rem;left:33.28125rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x4f61d3073fa040849f6b309155e4a50 { color:#000000;display:block;width:7.875rem;position:absolute;font-family:"titillium web";font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:2.6875rem;left:48.59375rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e1ca6e73d1749bed28c7b2e266aec723 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:29.8125rem;left:0.65625rem; }
#ve4da0fb9863cedd3a5f420bcf03410f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:33.1875rem;left:0.65625rem; }
#e43ae89d844766b0bcd1a0d353495dee { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:26.94375038147rem;left:15.71875rem; }
#r6f260a9bf9ca40607ae643f32fac59c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:29.875rem;left:15.65625rem; }
#b7a9c50eb9f7fd6e4f42c4c90ebe91ac { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:32.5625rem;left:15.65625rem; }
#a0dd8730794282df7bf154cf571bb5bf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:26.69375038147rem;left:30.34375rem; }
#C11cacd35f62f69d389ad47f5d40b2cf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:29.875rem;left:30.28125rem; }
#I2509a313b420944b135350220f44af2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:32.5625rem;left:30.28125rem; }
#e09720cae70137aff1f6200a6efae496 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:26.299999237061rem;left:45.78125rem; }
#f13d17ba50ff6e5daad9f5da44498904 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:32.5625rem;left:45.78125rem; }
#bae240382d2b3b9183bfa810fb9f5d32 { color:#250e62;display:block;width:11.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:29.606250762939rem;left:2.71875rem;height:2.6rem;display:block; }
#s22c731b3f8c381d5d1c01312e8ee218 { color:#250e62;display:block;width:11.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:32.918750762939rem;left:2.71875rem;height:2.6rem;display:block; }
#Mdaa1dbc7942b43becb2c4aef217e1fc { color:#250e62;display:block;width:11.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.299999237061rem;left:17.78125rem;height:2.6rem;display:block; }
#x3c2c24f43e410800b9aa692b792a968 { color:#250e62;display:block;width:11.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:29.481250762939rem;left:17.71875rem;height:2.6rem;display:block; }
#fb74e35db931be51780121716e9d1f29 { color:#250e62;display:block;width:12.1875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:32.918750762939rem;left:17.625rem;height:2.6rem;display:block; }
#U20a45ac23cd53cc22ada899f970730c { color:#250e62;display:block;width:12.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.237499237061rem;left:32.4375rem;height:2.6rem;display:block; }
#V0e8925b8d08193dbea4c1f98dad74a5 { color:#250e62;display:block;width:11.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:29.481250762939rem;left:32.3125rem;height:2.6rem;display:block; }
#be1af1ceaf7970b2a3e18d08d21fc701 { color:#250e62;display:block;width:12.5625rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:32.606250762939rem;left:32.375rem;height:2.6rem;display:block; }
#i9859c519595b8842c8d5a870f597f4e { color:#250e62;display:block;width:11.8125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:26.174999237061rem;left:47.875rem;height:5.2rem;display:block; }
#obe088b10293e47524db2fe9c5c6c591 { color:#250e62;display:block;width:11.6875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:32.3125rem;left:47.90625rem;height:5.2rem;display:block; }
#B8218a32bc1eab0d0d8a28e5abf3fc8b { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fac500, #dc8c00);background-image: -moz-linear-gradient(180deg, #fac500, #dc8c00);background-image: -ms-linear-gradient(180deg, #fac500, #dc8c00);background-image: -o-linear-gradient(180deg, #fac500, #dc8c00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac500', endColorstr='#dc8c00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac500', endColorstr='#dc8c00' );";background-image: linear-gradient(180deg, #fac500, #dc8c00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:#250e62;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9375rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:38.9375rem;left:18.59375rem;display:block; }
#Oa3406f08599d4ba6f8229684ed720b5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H7ff8e02ea019d166327169d8bfa7e52 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fac500, #dc8c00);background-image: -moz-linear-gradient(180deg, #fac500, #dc8c00);background-image: -ms-linear-gradient(180deg, #fac500, #dc8c00);background-image: -o-linear-gradient(180deg, #fac500, #dc8c00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac500', endColorstr='#dc8c00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac500', endColorstr='#dc8c00' );";background-image: linear-gradient(180deg, #fac500, #dc8c00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:#250e62;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9375rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:38.9375rem;left:18.59375rem;display:none; }
#d0a7f23f343beef5cc0c75bd759887d9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b591d0deb907118be3a15f400f816e77 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7fa;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; }#b591d0deb907118be3a15f400f816e77 > .row .container { background-color: transparent; background-image: none; }#b591d0deb907118be3a15f400f816e77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b591d0deb907118be3a15f400f816e77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b591d0deb907118be3a15f400f816e77 > .row .container > .video-iframe-container { display: none; }#b591d0deb907118be3a15f400f816e77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b591d0deb907118be3a15f400f816e77 > .row > .video-iframe-container { display: none; }#b591d0deb907118be3a15f400f816e77 > .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); }#b591d0deb907118be3a15f400f816e77 > .row .container { border-width: 0; border-radius: 0; }#b591d0deb907118be3a15f400f816e77 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b591d0deb907118be3a15f400f816e77 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#s9caf48339ad4d230c91403deffaf373 { color:#250e62;display:block;width:35.1875rem;position:absolute;font-family:"titillium web";font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:12.40625rem;height:3.7375rem;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;display:block; }
#Sf6c2d43dd12c3e7833688de6158a65e { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4rem;top:7rem;left:5.25rem;overflow:hidden;display:block; }
#f1b59b17e46cbca136b0df9b02594ed6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.5rem;top:6.625rem;left:47.0625rem;overflow:hidden;display:block; }
#o835aabdc813a8ce5bc7bb36ed7d1d24 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.3125rem;top:6.8125rem;left:19.477081298828rem;overflow:hidden;display:block; }
#x373a021c5c9ab98d97befaceed209e8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.0625rem;top:6.5625rem;left:34.75rem;overflow:hidden;display:block; }
#eec61935f6fba5b819f2df82e7c29599 { color:#250e62;display:block;width:11.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.375rem;left:1.625rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#d731cbd7465d60c4a7a736fe66a3943a { color:#250e62;display:block;width:11.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.375rem;left:16.508331298828rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#A557f11a0107fe8866af4218648e97b6 { color:#250e62;display:block;width:11.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:13.375rem;left:31.65625rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#f0051b1180efb0fc817849f7fceb68c2 { color:#250e62;display:block;width:11.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:13.375rem;left:44.1875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#AvupufolsRqNUgScT60xZ6dfzU71kxuS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9797c45f-8e85-4213-97d1-917e42d30a3a/FondoGotas_.jpg");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; }#AvupufolsRqNUgScT60xZ6dfzU71kxuS.adaptive-delivery-prevent-bg, #AvupufolsRqNUgScT60xZ6dfzU71kxuS.lazyload, #AvupufolsRqNUgScT60xZ6dfzU71kxuS.lazyloading { background-image: none; }#AvupufolsRqNUgScT60xZ6dfzU71kxuS > .row .container { background-color: transparent; background-image: none; }#AvupufolsRqNUgScT60xZ6dfzU71kxuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvupufolsRqNUgScT60xZ6dfzU71kxuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvupufolsRqNUgScT60xZ6dfzU71kxuS > .row .container > .video-iframe-container { display: none; }#AvupufolsRqNUgScT60xZ6dfzU71kxuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvupufolsRqNUgScT60xZ6dfzU71kxuS > .row > .video-iframe-container { display: none; }#AvupufolsRqNUgScT60xZ6dfzU71kxuS > .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); }#AvupufolsRqNUgScT60xZ6dfzU71kxuS > .row .container { border-width: 0; border-radius: 0; }#AvupufolsRqNUgScT60xZ6dfzU71kxuS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AvupufolsRqNUgScT60xZ6dfzU71kxuS > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:60rem;position:relative;display:block; }#Muo57RTBHyDS9uIR0AJZDPBaWgxg8l6h { color:#ffffff;display:block;width:41.4375rem;position:absolute;font-family:"titillium web";font-size:2.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:10.28125rem;height:2.7625rem;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;display:block; }
#IcK0gUQ1XNoghW0BXQd8wQ8T245FA4TH { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:signika;font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8812503814697rem;left:15.625rem;height:2.19375rem;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;display:block; }
#DSNVuFKGvqLWazzqm3TcVKy8LnE22M0B { box-sizing:content-box;height:27.75rem;width:16.3125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:12.375rem;left:2.34375rem;display:block; }
#l9Ft9te47l01u2keFmalTfOXwNqZWD1l { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fac500, #dc8c00);background-image: -moz-linear-gradient(180deg, #fac500, #dc8c00);background-image: -ms-linear-gradient(180deg, #fac500, #dc8c00);background-image: -o-linear-gradient(180deg, #fac500, #dc8c00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac500', endColorstr='#dc8c00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac500', endColorstr='#dc8c00' );";background-image: linear-gradient(180deg, #fac500, #dc8c00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:#250e62;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9375rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:42.8125rem;left:18.53125rem;display:block; }
#UcfhDK8zuEGzczgmNgUmUfWFnCLeBCSf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#giol0ZLoLc7oDa7E8xXqOXwNw6niPcLP { color:#250e62;display:block;width:13.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:24.1875rem;left:3.875rem;height:10.4rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#JFCbNxELsPnr375vuJ32PugHwqnHBLrl { color:#250e62;display:block;width:13.375rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:36.012500762939rem;left:3.8125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#St9Ev7pS2263GGSdBQ2QoPz0JqiOU61I { position:absolute;display:block;z-index:15020;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.5rem;width:7.5rem;top:8.5625rem;left:6.75rem;overflow:hidden;display:block; }
#WAqfnbQW9Lqk9onBvNEQJ2OxcoVD0eur { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:17.0625rem;left:4.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#fNTUp6CGqRtQdtzIO8RW070m2i70G16K { color:#2e2b2b;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:18.362499237061rem;left:4.25rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#r3byLnlEPTrJw0Nm4HObknxgUwxSkRu0 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:8.5rem;top:20.1875rem;left:6.25rem;overflow:hidden;display:block; }
#PMG3U00MWJE61J3XKJX00UW34JN0G5BL { box-sizing:content-box;height:27.75rem;width:16.3125rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:12.375rem;left:21.84375rem;display:block; }
#ROX1EFvUvbV1Ln2UxIlkaazZvq8vIZ8h { box-sizing:content-box;height:27.75rem;width:16.3125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:12.375rem;left:40.375rem;display:block; }
#mylu8IQeoxQ1wmzVQTAHpCCQV8Oxz1X2 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:8.5rem;top:20.1875rem;left:25.75rem;overflow:hidden;display:block; }
#eT5wGM5GxioEatrNAEN0qlRN2Vmgl5e7 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:8.5rem;top:20.1875rem;left:44.375rem;overflow:hidden;display:block; }
#mkpZ5V0SXTuC4yteVO2d2ioBwNh1PwlD { color:#250e62;display:block;width:13.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:24.1875rem;left:23.375rem;height:9.1rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#xcBIVhDQ1FKsVx59fif6NT7xQTSyCXhQ { color:#250e62;display:block;width:13.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:24.1875rem;left:41.90625rem;height:11.4rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#u6DJMyhgPPLPaH5b7vUq3FnhV4GBSRH8 { color:#250e62;display:block;width:13.375rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:36.012500762939rem;left:23.3125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#z7cmlQT6MOQreGgihPmWMq6mWoe17l43 { color:#2e2b2b;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:18.362499237061rem;left:23.75rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#UoJ8i32lNXi2EJU6nnT3zPrWBSXF7CSs { color:#2e2b2b;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:18.362499237061rem;left:42.28125rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#lS5pF34aX8NFRtkvgyX9TSOAJyNVaZ9m { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:17.0625rem;left:23.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#HnkqLyTV6a0SzRRbrDQ7JNJ1D4iasmew { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:17.0625rem;left:42.28125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#QoSQ4IoKbJuCtuB8bco3WwOif9Au5FOk { position:absolute;display:block;z-index:15021;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.5rem;width:7.5rem;top:8.5625rem;left:26.25rem;overflow:hidden;display:block; }
#uSUZ9sdoFgeWTrN7spZM19CbTSMBWvT0 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:8.5625rem;left:44.78125rem;overflow:hidden;display:block; }
#lxCPbrF6yNNHntF6mGX2hXweFo1ruxIL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7fa;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; }#lxCPbrF6yNNHntF6mGX2hXweFo1ruxIL > .row .container { background-color: transparent; background-image: none; }#lxCPbrF6yNNHntF6mGX2hXweFo1ruxIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxCPbrF6yNNHntF6mGX2hXweFo1ruxIL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxCPbrF6yNNHntF6mGX2hXweFo1ruxIL > .row .container > .video-iframe-container { display: none; }#lxCPbrF6yNNHntF6mGX2hXweFo1ruxIL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxCPbrF6yNNHntF6mGX2hXweFo1ruxIL > .row > .video-iframe-container { display: none; }#lxCPbrF6yNNHntF6mGX2hXweFo1ruxIL > .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); }#lxCPbrF6yNNHntF6mGX2hXweFo1ruxIL > .row .container { border-width: 0; border-radius: 0; }#lxCPbrF6yNNHntF6mGX2hXweFo1ruxIL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lxCPbrF6yNNHntF6mGX2hXweFo1ruxIL > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:block; }#DHVm4pnn3zpa5JKL1oLNKU3ml6TdoWvA { color:#250e62;display:block;width:35.1875rem;position:absolute;font-family:"titillium web";font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:13.0625rem;height:3.7375rem;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;display:block; }
#ezPLnRawbuleerX9IBpFtIZ8gu97USwd { color:#686666;display:block;width:16.125rem;position:absolute;font-family:"titillium web";font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.25rem;left:1.9375rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#THSSliy7BwSTsOIb0sR0ctILDtC6tJJi { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.3125rem;width:18.5rem;top:8.25rem;left:0.75rem;display:block; }
#qUOHORfBJmmFOTklhD29crSihqTruPOF { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.3125rem;width:18.5rem;top:8.25rem;left:20.75rem;display:block; }
#aQBZzk8qMM5CJy5LP86Hb4PoeNwVJbiq { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.3125rem;width:18.5rem;top:8.25rem;left:40.625rem;display:block; }
#to26DSN5bHcBAvkaC7Td2lbPRPlURECe { color:#686666;display:block;width:16.125rem;position:absolute;font-family:"titillium web";font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.25rem;left:21.9375rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#kdMnQQFsGwl5xVWs9wOAKNSV89bN4t40 { color:#686666;display:block;width:16.125rem;position:absolute;font-family:"titillium web";font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.6875rem;left:41.8125rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#KuZT27upOT9S63lKdmNlPfb0QFpRSXCi { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fac500, #dc8c00);background-image: -moz-linear-gradient(180deg, #fac500, #dc8c00);background-image: -ms-linear-gradient(180deg, #fac500, #dc8c00);background-image: -o-linear-gradient(180deg, #fac500, #dc8c00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac500', endColorstr='#dc8c00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac500', endColorstr='#dc8c00' );";background-image: linear-gradient(180deg, #fac500, #dc8c00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:#250e62;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9375rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:24.25rem;left:17.53125rem;display:block; }
#FzW7cFIaxa9k8ggQVaMQnnRiBbt2Mvtf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uZxuJlMzgrAL1S6SdPzZl7p3VzEFuVma { position:relative;display:block; }#uZxuJlMzgrAL1S6SdPzZl7p3VzEFuVma { background-color: transparent; background-image: none; }#uZxuJlMzgrAL1S6SdPzZl7p3VzEFuVma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZxuJlMzgrAL1S6SdPzZl7p3VzEFuVma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZxuJlMzgrAL1S6SdPzZl7p3VzEFuVma > .row .container > .video-iframe-container { display: none; }#uZxuJlMzgrAL1S6SdPzZl7p3VzEFuVma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZxuJlMzgrAL1S6SdPzZl7p3VzEFuVma > .row > .video-iframe-container { display: none; }#uZxuJlMzgrAL1S6SdPzZl7p3VzEFuVma > .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); }#uZxuJlMzgrAL1S6SdPzZl7p3VzEFuVma { border-width: 0; border-radius: 0; }#uZxuJlMzgrAL1S6SdPzZl7p3VzEFuVma > .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; }#uZxuJlMzgrAL1S6SdPzZl7p3VzEFuVma > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sHqHJFeSM2LdWyZACHFLnKPbX38ku6Wv { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:"titillium web";font-size:1.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:5.78125rem;height:5.0375rem;font-style:italic;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;display:block; }
#dePyc89oXScCkTXvup6Tqw4RXixNiGC3 { position:absolute;display:block;z-index:15004;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:6.625rem;width:24.9375rem;top:7.9375rem;left:17.53125rem;overflow:hidden;display:block; }
#ADNH67D9w9WwtypZ0sbZle8wUBuIVUTg { color:#000000;display:block;width:48.125rem;position:absolute;font-family:"titillium web";font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.75rem;left:8.25rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#ViwTdrCCyhO8hiwSEy3RPJTPs1luGTbt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a0413687-82bf-4bc5-9de1-ec33adbf85a9/fondofooter_.jpg");background-position:top left !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; }#ViwTdrCCyhO8hiwSEy3RPJTPs1luGTbt.adaptive-delivery-prevent-bg, #ViwTdrCCyhO8hiwSEy3RPJTPs1luGTbt.lazyload, #ViwTdrCCyhO8hiwSEy3RPJTPs1luGTbt.lazyloading { background-image: none; }#ViwTdrCCyhO8hiwSEy3RPJTPs1luGTbt > .row .container { background-color: transparent; background-image: none; }#ViwTdrCCyhO8hiwSEy3RPJTPs1luGTbt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ViwTdrCCyhO8hiwSEy3RPJTPs1luGTbt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ViwTdrCCyhO8hiwSEy3RPJTPs1luGTbt > .row .container > .video-iframe-container { display: none; }#ViwTdrCCyhO8hiwSEy3RPJTPs1luGTbt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ViwTdrCCyhO8hiwSEy3RPJTPs1luGTbt > .row > .video-iframe-container { display: none; }#ViwTdrCCyhO8hiwSEy3RPJTPs1luGTbt > .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); }#ViwTdrCCyhO8hiwSEy3RPJTPs1luGTbt > .row .container { border-width: 0; border-radius: 0; }#ViwTdrCCyhO8hiwSEy3RPJTPs1luGTbt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ViwTdrCCyhO8hiwSEy3RPJTPs1luGTbt > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#HWpoQJcdaCDoQPMAw7yRc8BzH5Jk8HXp { color:#ffffff;display:block;width:17rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4437484741211rem;left:21.5rem;height:1.3rem;display:block; }
#vuFIIS4zHmip5XzGNNmIvgNTQvn9X3m6 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.9375rem;top:0.71875rem;left:0.61770820617676rem;overflow:hidden;display:block; }
#sMnKSZa6eBJRCqKDF3mrety2EbeAT26h { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:8.0625rem;top:0rem;left:8.0625rem;overflow:hidden;display:block; }
#atAITTikU3yO7TtoDqm7BUuzgbvkLw9Z { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:18.0625rem;top:0.81874847412112rem;left:41.0625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk { display:block; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3s20UH1mw2mUyFUGwZ5wyf0GyV91qFZ { width:10rem;height:2.75rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHiTNWoC83UG3VZEB3FAmHrerbetGLRI { top:3.8125rem;left:0rem;width:23.8125rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP3BuSQDbTSSVPwE5x4mWOm2vhuKDXB5 { top:5.5rem;left:0rem;width:20.75rem;height:6.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS6rU5eb42BSS2WUOipENWeSZz4EnNfn { top:4.125rem;left:0rem;width:23.125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1JoPdvXzvATKSoyqLl93Xyx91BL2TrB { top:12.25rem;left:0rem;width:24.375rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQRJwaCflFKH5K7X4gcewEebVT7sZyFK { top:14.5rem;left:5.5rem;width:8.125rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqSntRlefbHSux2Kf6f55mOto9yyC6An { top:13rem;left:0rem;width:8.25rem;height:5.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoM3sXlMDhs45othb1rtb7FDPlfLf5Bo { top:16.0625rem;left:0rem;width:5.875rem;height:5.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0n1zUVRvEDPOQT9NeEpx8i7QHo91dTC { top:18.1875rem;left:3.125rem;width:15.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZOB6sHDHeIchUffnaDnJU5bx8NPpA3H { top:17.5rem;left:3.0625rem;width:8.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4ltgCs2Dpmn3P7oNSxzdhDdxVSf1ldT { top:15.3125rem;left:10.625rem;width:1.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-regular-label { display:block;width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-input-text {padding-top: 0; padding-bottom: 0;}#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-input-select {padding-top: 0; padding-bottom: 0;}#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR  { width:17.4375rem;height:auto;top:0.0625rem;left:27.8125rem; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR {display:block;}#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR { width:17.4375rem;height:auto;top:0.0625rem;left:27.8125rem; }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #xWxnrGTrxGD42rrnFt40Vsi86QzNHfct {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #nED1yGr0dyquIktIFD7UolJzKQffwpUX {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #meNuXXxSymWXavh7BzRJh5CDXnHqUCOK {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #ECsxBDHI3X8kqFciVzXswQ8CyRlS5Gyx {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #dZT567VWC9d03b6m3gUoq3IWXKsWTJis {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #LLxUWEKsBffRB8bbShe34x8pAC1NUXuD {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #zluQ6ecH5Go3S9SLHQWuv4XUuphX03T1 {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #BLpf9B1PV8JTPLFW6QBD0dQ2D8xxN3Dz { display:block; }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #yrbx4DnRIzfu7gBIz576QuX4eJWcJXfN {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #UQ5ir9lRbSSvNZqsekxUhBRGLKf9Ne76 {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #Wb9p7k2iPyQaladI2rScdCn0s6sdu1rv {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #Jv42EouL6kETyHvQtGIMkpKZTT6EgnMf {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #AdP3WDoRkHOMd0Qs7KeZSphhpeyqFIGl {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #C0D4mlXc778LWtLNK2mHd4cZs85KgVVT {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #AO8LoukEXL9ydk8hs7uu3qbcB1nh8LES {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #nr5HeGZ7Gm4yPcDSine5993ISIy5Mbcf {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #pBdCEvrIyIaLH6PH5yrTM1y8uzFdEOcT {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #xV6wT1p7lkxfnBwJbyWT9fSZNsyx28ZO {  }
 }@media only screen and (max-width: 763px) { #eK8hneTKqa3DGB9RPNOK5LbzrI7i3S9u { display:block; }
 }@media only screen and (max-width: 763px) { #fwkioDa2A9RHnuCJbsmD8iNqAWGFRy6e { display:block; }
 }@media only screen and (max-width: 763px) { #DumrqqnRKvPEXbRNKcSE3EOd7k5NEViI { display:block; }
 }@media only screen and (max-width: 763px) { #MpxbKnR3PTMsqeAV59BbcF5D9ooiH788 { display:block; }
 }@media only screen and (max-width: 763px) { #Oifd2QRRIdJlwKXboVLsXRpif4nkW6NM { display:block; }
 }@media only screen and (max-width: 763px) { #C8OeTfyCeuIvy5lcWX0OAPZDccS7axpH { display:block; }
 }@media only screen and (max-width: 763px) { #Fx0ewImMCvQzHNgux8zQaOMFSuPCRaZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #AC77K5anETsVbFaWu4txetroL2BFzhvK { display:block; }
 }@media only screen and (max-width: 763px) { #iQVIGTpD4nSsE45MwQzM8TCFW2GB6fJO { display:block; }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #CPOnKcnaBdNkcH5sZrHeQDotTRzJ2Ion {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #GOGfQmMKcwxQzl6K5h5KuhToud9QCNIB {  }
 }@media only screen and (max-width: 763px) { #Xldic34yu3cXPUStQinh5obxEFmgTB0l { top:16.0625rem;left:16rem;width:10.625rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQP779kgo0ZhqKosaU3ZXLpU7O6tpoxn { top:25.4375rem;left:27.8125rem;width:19.9375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6R7aeTmF8F3NZrpAzSLJ1VUmRwCRxOv { top:25.3125rem;left:33.1875rem;width:14.5625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5423d93bb10d6525f14e69a60e985fe { display:block; }#K5423d93bb10d6525f14e69a60e985fe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x39f5ad18a168b5c77aefa308e7b8a32 { top:2.1875rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oacdc8193ae8e8a09ceea34157c0ab5e { top:4.875rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aed2302741288b620b195ac446170c75 { top:4.625rem;left:0rem;width:1.4375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E128919457592abf81ba25d839d57a12 { top:1.9375rem;left:0rem;width:1.4375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc29b5f5146342183bf817ad0242ee2d { top:7.75rem;left:0rem;width:19.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pcedf6fc84465099b6362050c91f83f3 { top:7.5rem;left:0rem;width:1.4375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff3eda8d026655ada45959e95e751c46 { top:0rem;left:18.125rem;width:11.3125rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afeedae90dede23d8e911a629af5997e { top:1.125rem;left:29.75rem;width:17.875rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaZ5AV1rk2vzmT7OOcw9yb4puTbevKHs { display:block; }#EaZ5AV1rk2vzmT7OOcw9yb4puTbevKHs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmdSDirI8cIS2v6yH2mRrGDculu4w8F3 { top:0.8125rem;left:4.5625rem;width:38.5625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd0be29bb78f5ead3690d2435a0493fa { display:block; }#Cd0be29bb78f5ead3690d2435a0493fa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ea9947b8d3e47458c4bc53178c1b89a9 { top:26.6875rem;left:0rem;width:1.4375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbacc78bb9a7d57aa1532990bee96dd9 { top:26.25rem;left:0.6875rem;width:11.25rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieb84bdd094e573d517138c02b44a8c8 { top:0.625rem;left:10.1875rem;width:13.6875rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oeae461fa29e71a49730cf93b1dc8ce2 { top:24.25rem;left:12.5625rem;width:10.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q15eb2565cf1deb4308b4dd02180cf87 { top:24.25rem;left:0.625rem;width:10.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc6e90f40b868e26012d5dc489c22098 { top:24.25rem;left:24.5rem;width:10.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2837b269642518bba1545c261af674a { top:24.25rem;left:36.4375rem;width:10.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5f18bdd6f7b23a387d283d05c4d6607 { top:0.75rem;left:0rem;width:13.75rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa35b6822110f84e381a1772b2d3116f { top:0.5625rem;left:22.1875rem;width:13.75rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t83d2635942f6fffd17e1810acc56eb5 { top:0.625rem;left:33.875rem;width:13.875rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe9debff5d5e26ab238a95610ec94dfe { top:14.25rem;left:0rem;width:13.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D12c6e44783bad09a79d094baa6575b9 { top:1.3125rem;left:10.125rem;width:13.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h47e9f27700f0aedfc389b58a57e9252 { top:14.5rem;left:22.0625rem;width:13.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1941d3ebe4239f72e4a86fdc86df95b { top:1rem;left:34rem;width:13.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r10e1acf0017e1c7d98af5cefff2aadc { top:15.625rem;left:2.0625rem;width:8.125rem;height:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd14f435dc9e19789a101a3897141ede { top:2.875rem;left:12.9375rem;width:10.6875rem;height:4.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd8d7deec61189751a6a3f1bb27d5ef7 { top:16rem;left:25.625rem;width:9.1875rem;height:4.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4f61d3073fa040849f6b309155e4a50 { top:2.6875rem;left:37.875rem;width:7.875rem;height:4.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1ca6e73d1749bed28c7b2e266aec723 { top:29.8125rem;left:0rem;width:1.4375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve4da0fb9863cedd3a5f420bcf03410f { top:33.1875rem;left:0rem;width:1.4375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e43ae89d844766b0bcd1a0d353495dee { top:26.9375rem;left:11.9375rem;width:1.4375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6f260a9bf9ca40607ae643f32fac59c { top:29.875rem;left:11.9375rem;width:1.4375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7a9c50eb9f7fd6e4f42c4c90ebe91ac { top:32.5625rem;left:11.9375rem;width:1.4375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0dd8730794282df7bf154cf571bb5bf { top:26.6875rem;left:23.875rem;width:1.4375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C11cacd35f62f69d389ad47f5d40b2cf { top:29.875rem;left:23.875rem;width:1.4375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2509a313b420944b135350220f44af2 { top:32.5625rem;left:23.875rem;width:1.4375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e09720cae70137aff1f6200a6efae496 { top:26.25rem;left:35.8125rem;width:1.4375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f13d17ba50ff6e5daad9f5da44498904 { top:32.5625rem;left:35.8125rem;width:1.4375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bae240382d2b3b9183bfa810fb9f5d32 { top:29.5625rem;left:0.6875rem;width:11.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s22c731b3f8c381d5d1c01312e8ee218 { top:32.875rem;left:0.6875rem;width:11.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdaa1dbc7942b43becb2c4aef217e1fc { top:26.25rem;left:12.625rem;width:11.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3c2c24f43e410800b9aa692b792a968 { top:29.4375rem;left:12.625rem;width:11.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb74e35db931be51780121716e9d1f29 { top:32.875rem;left:12.625rem;width:12.1875rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U20a45ac23cd53cc22ada899f970730c { top:26.1875rem;left:23.75rem;width:12.875rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0e8925b8d08193dbea4c1f98dad74a5 { top:29.4375rem;left:24.5625rem;width:11.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #be1af1ceaf7970b2a3e18d08d21fc701 { top:32.5625rem;left:24.5625rem;width:12.5625rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9859c519595b8842c8d5a870f597f4e { top:26.125rem;left:35.9375rem;width:11.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #obe088b10293e47524db2fe9c5c6c591 { top:32.3125rem;left:36.0625rem;width:11.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8218a32bc1eab0d0d8a28e5abf3fc8b { width:24.9375rem;height:3.4375rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa3406f08599d4ba6f8229684ed720b5 { display:block; }
 }@media only screen and (max-width: 763px) { #H7ff8e02ea019d166327169d8bfa7e52 { width:24.9375rem;height:3.4375rem;top:38.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d0a7f23f343beef5cc0c75bd759887d9 { display:block; }
 }@media only screen and (max-width: 763px) { #b591d0deb907118be3a15f400f816e77 { display:block; }#b591d0deb907118be3a15f400f816e77 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9caf48339ad4d230c91403deffaf373 { top:1.4375rem;left:6.28125rem;width:35.1875rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf6c2d43dd12c3e7833688de6158a65e { top:7rem;left:0rem;width:4rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1b59b17e46cbca136b0df9b02594ed6 { top:6.625rem;left:40.9375rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o835aabdc813a8ce5bc7bb36ed7d1d24 { top:6.8125rem;left:13.352081298828rem;width:5.3125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x373a021c5c9ab98d97befaceed209e8 { top:6.5625rem;left:28.625rem;width:5.0625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eec61935f6fba5b819f2df82e7c29599 { top:13.375rem;left:0rem;width:11.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d731cbd7465d60c4a7a736fe66a3943a { top:13.375rem;left:10.383331298828rem;width:11.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A557f11a0107fe8866af4218648e97b6 { top:13.375rem;left:25.53125rem;width:11.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0051b1180efb0fc817849f7fceb68c2 { top:13.375rem;left:36.5rem;width:11.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvupufolsRqNUgScT60xZ6dfzU71kxuS { display:block; }#AvupufolsRqNUgScT60xZ6dfzU71kxuS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Muo57RTBHyDS9uIR0AJZDPBaWgxg8l6h { top:1.5rem;left:4.15625rem;width:41.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcK0gUQ1XNoghW0BXQd8wQ8T245FA4TH { top:4.875rem;left:9.5rem;width:28.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSNVuFKGvqLWazzqm3TcVKy8LnE22M0B { top:12.375rem;left:0rem;width:16.3125rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9Ft9te47l01u2keFmalTfOXwNqZWD1l { width:24.9375rem;height:3.4375rem;top:42.8125rem;left:12.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcfhDK8zuEGzczgmNgUmUfWFnCLeBCSf { display:block; }
 }@media only screen and (max-width: 763px) { #giol0ZLoLc7oDa7E8xXqOXwNw6niPcLP { top:24.1875rem;left:0rem;width:13.25rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFCbNxELsPnr375vuJ32PugHwqnHBLrl { top:36rem;left:0rem;width:13.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #St9Ev7pS2263GGSdBQ2QoPz0JqiOU61I { top:8.5625rem;left:0.625rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAqfnbQW9Lqk9onBvNEQJ2OxcoVD0eur { top:17.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNTUp6CGqRtQdtzIO8RW070m2i70G16K { top:18.3125rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3byLnlEPTrJw0Nm4HObknxgUwxSkRu0 { top:20.1875rem;left:0.125rem;width:8.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMG3U00MWJE61J3XKJX00UW34JN0G5BL { top:12.375rem;left:15.71875rem;width:16.3125rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROX1EFvUvbV1Ln2UxIlkaazZvq8vIZ8h { top:12.375rem;left:31.4375rem;width:16.3125rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mylu8IQeoxQ1wmzVQTAHpCCQV8Oxz1X2 { top:20.1875rem;left:19.625rem;width:8.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT5wGM5GxioEatrNAEN0qlRN2Vmgl5e7 { top:20.1875rem;left:38.25rem;width:8.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkpZ5V0SXTuC4yteVO2d2ioBwNh1PwlD { top:24.1875rem;left:17.25rem;width:13.25rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcBIVhDQ1FKsVx59fif6NT7xQTSyCXhQ { top:24.1875rem;left:34.5rem;width:13.25rem;height:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6DJMyhgPPLPaH5b7vUq3FnhV4GBSRH8 { top:36rem;left:17.1875rem;width:13.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7cmlQT6MOQreGgihPmWMq6mWoe17l43 { top:18.3125rem;left:17.625rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoJ8i32lNXi2EJU6nnT3zPrWBSXF7CSs { top:18.3125rem;left:35.25rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS5pF34aX8NFRtkvgyX9TSOAJyNVaZ9m { top:17.0625rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnkqLyTV6a0SzRRbrDQ7JNJ1D4iasmew { top:17.0625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoSQ4IoKbJuCtuB8bco3WwOif9Au5FOk { top:8.5625rem;left:20.125rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSUZ9sdoFgeWTrN7spZM19CbTSMBWvT0 { top:8.5625rem;left:38.65625rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxCPbrF6yNNHntF6mGX2hXweFo1ruxIL { display:block; }#lxCPbrF6yNNHntF6mGX2hXweFo1ruxIL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHVm4pnn3zpa5JKL1oLNKU3ml6TdoWvA { top:1.5625rem;left:6.9375rem;width:35.1875rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezPLnRawbuleerX9IBpFtIZ8gu97USwd { top:19.25rem;left:0rem;width:16.125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THSSliy7BwSTsOIb0sR0ctILDtC6tJJi { top:8.25rem;left:0rem;width:18.5rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUOHORfBJmmFOTklhD29crSihqTruPOF { top:8.25rem;left:14.625rem;width:18.5rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQBZzk8qMM5CJy5LP86Hb4PoeNwVJbiq { top:8.25rem;left:29.25rem;width:18.5rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #to26DSN5bHcBAvkaC7Td2lbPRPlURECe { top:19.25rem;left:15.8125rem;width:16.125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdMnQQFsGwl5xVWs9wOAKNSV89bN4t40 { top:18.6875rem;left:31.625rem;width:16.125rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuZT27upOT9S63lKdmNlPfb0QFpRSXCi { width:24.9375rem;height:3.4375rem;top:24.25rem;left:11.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzW7cFIaxa9k8ggQVaMQnnRiBbt2Mvtf { display:block; }
 }@media only screen and (max-width: 763px) { #uZxuJlMzgrAL1S6SdPzZl7p3VzEFuVma { display:block; }#uZxuJlMzgrAL1S6SdPzZl7p3VzEFuVma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHqHJFeSM2LdWyZACHFLnKPbX38ku6Wv { top:1.4375rem;left:0rem;width:47.75rem;height:5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dePyc89oXScCkTXvup6Tqw4RXixNiGC3 { width:24.9375rem;height:6.625rem;top:7.9375rem;left:11.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADNH67D9w9WwtypZ0sbZle8wUBuIVUTg { top:15.75rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViwTdrCCyhO8hiwSEy3RPJTPs1luGTbt { display:block; }#ViwTdrCCyhO8hiwSEy3RPJTPs1luGTbt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWpoQJcdaCDoQPMAw7yRc8BzH5Jk8HXp { top:3.4375rem;left:15.375rem;width:17rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuFIIS4zHmip5XzGNNmIvgNTQvn9X3m6 { top:0.6875rem;left:0rem;width:6.9375rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMnKSZa6eBJRCqKDF3mrety2EbeAT26h { top:0rem;left:1.9375rem;width:8.0625rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atAITTikU3yO7TtoDqm7BUuzgbvkLw9Z { top:0.8125rem;left:29.6875rem;width:18.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { background-color: transparent; background-image: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container > .video-iframe-container { display: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row > .video-iframe-container { display: none; }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .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); }#IX2vpKbTqsUd0rBmmAOw0Sdr3QSwwtIk > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3s20UH1mw2mUyFUGwZ5wyf0GyV91qFZ { width:9.3125rem;height:2.5rem;top:1.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a14f5cfb-7391-456e-916b-b0fce048d959/tecnico2025.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb.adaptive-delivery-prevent-bg, #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb.lazyload, #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb.lazyloading { background-image: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { background-color: transparent; background-image: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .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); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHiTNWoC83UG3VZEB3FAmHrerbetGLRI { width:20rem;height:14.645669291339rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP3BuSQDbTSSVPwE5x4mWOm2vhuKDXB5 { width:17.8125rem;height:5.15625rem;top:2.3125rem;left:1rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS6rU5eb42BSS2WUOipENWeSZz4EnNfn { width:19.5625rem;height:14.0625rem;top:1.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1JoPdvXzvATKSoyqLl93Xyx91BL2TrB { width:17.8125rem;height:1.54375rem;top:7.9375rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQRJwaCflFKH5K7X4gcewEebVT7sZyFK { width:8.125rem;height:2.19375rem;top:10.325000762939rem;left:5.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqSntRlefbHSux2Kf6f55mOto9yyC6An { width:5.75rem;height:3.7375rem;top:9.0437507629394rem;left:1rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoM3sXlMDhs45othb1rtb7FDPlfLf5Bo { width:4.4375rem;height:3.7375rem;top:11.643749237061rem;left:1.25rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0n1zUVRvEDPOQT9NeEpx8i7QHo91dTC { width:12.8125rem;height:1.7875rem;top:13.21875rem;left:5.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZOB6sHDHeIchUffnaDnJU5bx8NPpA3H { width:5.1875rem;height:1.3rem;top:12.518749237061rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4ltgCs2Dpmn3P7oNSxzdhDdxVSf1ldT { width:1.9375rem;height:1.54375rem;top:10.86874961853rem;left:11.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-regular-label { display:block;width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-input-text {padding-top: 0; padding-bottom: 0;}#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-input-select {padding-top: 0; padding-bottom: 0;}#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.3125rem; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .widget-checkbox-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR  { width:17.4375rem;height:auto;top:20.700000762939rem;left:0rem; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR {display:block;}#oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR { width:17.4375rem;height:auto;top:20.700000762939rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #xWxnrGTrxGD42rrnFt40Vsi86QzNHfct {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #nED1yGr0dyquIktIFD7UolJzKQffwpUX {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #meNuXXxSymWXavh7BzRJh5CDXnHqUCOK {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #ECsxBDHI3X8kqFciVzXswQ8CyRlS5Gyx {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #dZT567VWC9d03b6m3gUoq3IWXKsWTJis {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #LLxUWEKsBffRB8bbShe34x8pAC1NUXuD {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #zluQ6ecH5Go3S9SLHQWuv4XUuphX03T1 {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #BLpf9B1PV8JTPLFW6QBD0dQ2D8xxN3Dz { display:block; }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #yrbx4DnRIzfu7gBIz576QuX4eJWcJXfN {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #UQ5ir9lRbSSvNZqsekxUhBRGLKf9Ne76 {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #Wb9p7k2iPyQaladI2rScdCn0s6sdu1rv {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #Jv42EouL6kETyHvQtGIMkpKZTT6EgnMf {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #AdP3WDoRkHOMd0Qs7KeZSphhpeyqFIGl {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #C0D4mlXc778LWtLNK2mHd4cZs85KgVVT {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #AO8LoukEXL9ydk8hs7uu3qbcB1nh8LES {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #nr5HeGZ7Gm4yPcDSine5993ISIy5Mbcf {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #pBdCEvrIyIaLH6PH5yrTM1y8uzFdEOcT {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #xV6wT1p7lkxfnBwJbyWT9fSZNsyx28ZO {  }
 }@media only screen and (max-width: 763px) { #eK8hneTKqa3DGB9RPNOK5LbzrI7i3S9u { display:block; }
 }@media only screen and (max-width: 763px) { #fwkioDa2A9RHnuCJbsmD8iNqAWGFRy6e { display:block; }
 }@media only screen and (max-width: 763px) { #DumrqqnRKvPEXbRNKcSE3EOd7k5NEViI { display:block; }
 }@media only screen and (max-width: 763px) { #MpxbKnR3PTMsqeAV59BbcF5D9ooiH788 { display:block; }
 }@media only screen and (max-width: 763px) { #Oifd2QRRIdJlwKXboVLsXRpif4nkW6NM { display:block; }
 }@media only screen and (max-width: 763px) { #C8OeTfyCeuIvy5lcWX0OAPZDccS7axpH { display:block; }
 }@media only screen and (max-width: 763px) { #Fx0ewImMCvQzHNgux8zQaOMFSuPCRaZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #AC77K5anETsVbFaWu4txetroL2BFzhvK { display:block; }
 }@media only screen and (max-width: 763px) { #iQVIGTpD4nSsE45MwQzM8TCFW2GB6fJO { display:block; }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #CPOnKcnaBdNkcH5sZrHeQDotTRzJ2Ion {  }
 }@media only screen and (max-width: 763px) { #oQCoMEAy7QqeQy1cuGh8SqxPvk6DA3nR #GOGfQmMKcwxQzl6K5h5KuhToud9QCNIB {  }
 }@media only screen and (max-width: 763px) { #Xldic34yu3cXPUStQinh5obxEFmgTB0l { width:5.4375rem;height:5.3125rem;top:14.38125038147rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQP779kgo0ZhqKosaU3ZXLpU7O6tpoxn { width:19.9375rem;height:5.5rem;top:47.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6R7aeTmF8F3NZrpAzSLJ1VUmRwCRxOv { width:14.5625rem;height:5.0625rem;top:47.0625rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5423d93bb10d6525f14e69a60e985fe { display:block; }#K5423d93bb10d6525f14e69a60e985fe > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x39f5ad18a168b5c77aefa308e7b8a32 { width:16.8125rem;height:1.3rem;top:1.125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oacdc8193ae8e8a09ceea34157c0ab5e { width:16.8125rem;height:1.3rem;top:3.2437496185302rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aed2302741288b620b195ac446170c75 { display:flex;width:1.4375rem;height:1.8125rem;top:3.1124992370606rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #E128919457592abf81ba25d839d57a12 { display:flex;width:1.4375rem;height:1.8125rem;top:0.86874961853025rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #uc29b5f5146342183bf817ad0242ee2d { width:17.1875rem;height:2.6rem;top:5.5562515258789rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pcedf6fc84465099b6362050c91f83f3 { display:flex;width:1.4375rem;height:1.8125rem;top:5.2999992370606rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #ff3eda8d026655ada45959e95e751c46 { width:11.3125rem;height:11rem;top:9.7125015258787rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afeedae90dede23d8e911a629af5997e { width:17.875rem;height:8.775rem;top:21.83749961853rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaZ5AV1rk2vzmT7OOcw9yb4puTbevKHs { display:block; }#EaZ5AV1rk2vzmT7OOcw9yb4puTbevKHs > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmdSDirI8cIS2v6yH2mRrGDculu4w8F3 { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd0be29bb78f5ead3690d2435a0493fa { display:block; }#Cd0be29bb78f5ead3690d2435a0493fa > .row .container { width:20rem;height:163.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ea9947b8d3e47458c4bc53178c1b89a9 { display:flex;width:1.4375rem;height:1.8125rem;top:26.93124961853rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #cbacc78bb9a7d57aa1532990bee96dd9 { width:11.25rem;height:2.6rem;top:26.93124961853rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieb84bdd094e573d517138c02b44a8c8 { width:13.6875rem;height:22.5rem;top:43.14999961853rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oeae461fa29e71a49730cf93b1dc8ce2 { width:10.6875rem;height:1.7875rem;top:66.649999618531rem;left:4.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q15eb2565cf1deb4308b4dd02180cf87 { width:10.6875rem;height:1.7875rem;top:24.75rem;left:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc6e90f40b868e26012d5dc489c22098 { width:10.6875rem;height:1.7875rem;top:109.39374923706rem;left:4.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2837b269642518bba1545c261af674a { width:10.6875rem;height:1.7875rem;top:148.91874980926rem;left:4.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5f18bdd6f7b23a387d283d05c4d6607 { width:13.75rem;height:22.3125rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa35b6822110f84e381a1772b2d3116f { width:13.75rem;height:22.4375rem;top:85.674999237062rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t83d2635942f6fffd17e1810acc56eb5 { width:13.875rem;height:22.375rem;top:125.10624980926rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe9debff5d5e26ab238a95610ec94dfe { width:13.75rem;height:8.125rem;top:14.78125rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D12c6e44783bad09a79d094baa6575b9 { width:13.75rem;height:8.125rem;top:44.36874961853rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h47e9f27700f0aedfc389b58a57e9252 { width:13.75rem;height:8.125rem;top:99.112500190738rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1941d3ebe4239f72e4a86fdc86df95b { width:13.75rem;height:8.125rem;top:126.48125076294rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r10e1acf0017e1c7d98af5cefff2aadc { width:8.125rem;height:5rem;top:16.15625rem;left:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd14f435dc9e19789a101a3897141ede { width:10.6875rem;height:4.75rem;top:46.43124961853rem;left:4.65625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd8d7deec61189751a6a3f1bb27d5ef7 { width:9.1875rem;height:4.75rem;top:100.80000019074rem;left:5.40625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4f61d3073fa040849f6b309155e4a50 { width:7.875rem;height:4.75rem;top:128.16875076294rem;left:6.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1ca6e73d1749bed28c7b2e266aec723 { display:flex;width:1.4375rem;height:1.8125rem;top:30.387500762939rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #ve4da0fb9863cedd3a5f420bcf03410f { display:flex;width:1.4375rem;height:1.8125rem;top:33.549999237061rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #e43ae89d844766b0bcd1a0d353495dee { display:flex;width:1.4375rem;height:1.8125rem;top:70.125rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #r6f260a9bf9ca40607ae643f32fac59c { display:flex;width:1.4375rem;height:1.8125rem;top:73.725000381469rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #b7a9c50eb9f7fd6e4f42c4c90ebe91ac { display:flex;width:1.4375rem;height:1.8125rem;top:77.262500762938rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #a0dd8730794282df7bf154cf571bb5bf { display:flex;width:1.4375rem;height:1.8125rem;top:112.45000076294rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #C11cacd35f62f69d389ad47f5d40b2cf { display:flex;width:1.4375rem;height:1.8125rem;top:116.46875rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #I2509a313b420944b135350220f44af2 { display:flex;width:1.4375rem;height:1.8125rem;top:120.38125038147rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #e09720cae70137aff1f6200a6efae496 { display:flex;width:1.4375rem;height:1.8125rem;top:151.76875019074rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #f13d17ba50ff6e5daad9f5da44498904 { display:flex;width:1.4375rem;height:1.8125rem;top:157.53125rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #bae240382d2b3b9183bfa810fb9f5d32 { width:11.25rem;height:2.6rem;top:30.387500762939rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s22c731b3f8c381d5d1c01312e8ee218 { width:11.25rem;height:2.6rem;top:33.549999237061rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdaa1dbc7942b43becb2c4aef217e1fc { width:11.25rem;height:2.6rem;top:69.731250762938rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3c2c24f43e410800b9aa692b792a968 { width:11.25rem;height:2.6rem;top:73rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb74e35db931be51780121716e9d1f29 { width:12.1875rem;height:2.6rem;top:76.868749618531rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U20a45ac23cd53cc22ada899f970730c { width:12.875rem;height:2.6rem;top:112.05624961853rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0e8925b8d08193dbea4c1f98dad74a5 { width:11.25rem;height:2.6rem;top:116.07499980926rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #be1af1ceaf7970b2a3e18d08d21fc701 { width:12.5625rem;height:2.6rem;top:119.98750019074rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9859c519595b8842c8d5a870f597f4e { width:11.8125rem;height:5.2rem;top:150.70625019074rem;left:4.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #obe088b10293e47524db2fe9c5c6c591 { width:11.6875rem;height:5.2rem;top:156.78125rem;left:4.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8218a32bc1eab0d0d8a28e5abf3fc8b { width:19rem;height:3.4375rem;top:80.675000190738rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa3406f08599d4ba6f8229684ed720b5 { display:block; }
 }@media only screen and (max-width: 763px) { #H7ff8e02ea019d166327169d8bfa7e52 { width:19rem;height:3.4375rem;top:37.9375rem;left:0.5rem;z-index:15017;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0a7f23f343beef5cc0c75bd759887d9 { display:block; }
 }@media only screen and (max-width: 763px) { #b591d0deb907118be3a15f400f816e77 { display:block; }#b591d0deb907118be3a15f400f816e77 > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9caf48339ad4d230c91403deffaf373 { width:20rem;height:5.60625rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf6c2d43dd12c3e7833688de6158a65e { width:4rem;height:4.75rem;top:8.10625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1b59b17e46cbca136b0df9b02594ed6 { width:5.5rem;height:5.5rem;top:38.71875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o835aabdc813a8ce5bc7bb36ed7d1d24 { width:5.3125rem;height:5.125rem;top:16.856250762939rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x373a021c5c9ab98d97befaceed209e8 { width:5.0625rem;height:5.625rem;top:27.356250762939rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eec61935f6fba5b819f2df82e7c29599 { width:11.25rem;height:2.6rem;top:12.856249809265rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d731cbd7465d60c4a7a736fe66a3943a { width:11.25rem;height:2.6rem;top:23.453125rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A557f11a0107fe8866af4218648e97b6 { width:11.25rem;height:2.6rem;top:34.681251525879rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0051b1180efb0fc817849f7fceb68c2 { width:11.25rem;height:2.6rem;top:45.65625rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvupufolsRqNUgScT60xZ6dfzU71kxuS { display:block; }#AvupufolsRqNUgScT60xZ6dfzU71kxuS > .row .container { width:20rem;height:131.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Muo57RTBHyDS9uIR0AJZDPBaWgxg8l6h { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcK0gUQ1XNoghW0BXQd8wQ8T245FA4TH { width:20rem;height:4.3875rem;top:7.7rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSNVuFKGvqLWazzqm3TcVKy8LnE22M0B { width:16.3125rem;height:27.75rem;top:15.21249961853rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9Ft9te47l01u2keFmalTfOXwNqZWD1l { width:19rem;height:3.4375rem;top:126.5875rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcfhDK8zuEGzczgmNgUmUfWFnCLeBCSf { display:block; }
 }@media only screen and (max-width: 763px) { #giol0ZLoLc7oDa7E8xXqOXwNw6niPcLP { width:13.25rem;height:10.4rem;top:27.199998855591rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFCbNxELsPnr375vuJ32PugHwqnHBLrl { width:13.375rem;height:2.925rem;top:39.10000038147rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #St9Ev7pS2263GGSdBQ2QoPz0JqiOU61I { width:7.5rem;height:7.5rem;top:11.887499809265rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAqfnbQW9Lqk9onBvNEQJ2OxcoVD0eur { width:12.5rem;height:1.3rem;top:19.387498855591rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNTUp6CGqRtQdtzIO8RW070m2i70G16K { width:12.5rem;height:1.05625rem;top:21.199998855591rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3byLnlEPTrJw0Nm4HObknxgUwxSkRu0 { width:8.5rem;height:2.75rem;top:23.08749961853rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMG3U00MWJE61J3XKJX00UW34JN0G5BL { width:16.3125rem;height:27.75rem;top:51.0875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROX1EFvUvbV1Ln2UxIlkaazZvq8vIZ8h { width:16.3125rem;height:27.75rem;top:88.8375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mylu8IQeoxQ1wmzVQTAHpCCQV8Oxz1X2 { width:8.5rem;height:2.75rem;top:58.9rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT5wGM5GxioEatrNAEN0qlRN2Vmgl5e7 { width:8.5rem;height:2.75rem;top:96.65rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkpZ5V0SXTuC4yteVO2d2ioBwNh1PwlD { width:13.25rem;height:9.1rem;top:62.9rem;left:3.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcBIVhDQ1FKsVx59fif6NT7xQTSyCXhQ { width:13.25rem;height:11.4rem;top:100.65rem;left:3.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6DJMyhgPPLPaH5b7vUq3FnhV4GBSRH8 { width:13.375rem;height:2.925rem;top:74.724996948244rem;left:3.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7cmlQT6MOQreGgihPmWMq6mWoe17l43 { width:12.5rem;height:1.05625rem;top:57.075003051757rem;left:3.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoJ8i32lNXi2EJU6nnT3zPrWBSXF7CSs { width:12.5rem;height:1.05625rem;top:94.825003051756rem;left:3.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS5pF34aX8NFRtkvgyX9TSOAJyNVaZ9m { width:12.5rem;height:1.3rem;top:55.775rem;left:3.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnkqLyTV6a0SzRRbrDQ7JNJ1D4iasmew { width:12.5rem;height:1.3rem;top:93.525rem;left:3.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoSQ4IoKbJuCtuB8bco3WwOif9Au5FOk { width:7.5rem;height:7.5rem;top:47.275001525879rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSUZ9sdoFgeWTrN7spZM19CbTSMBWvT0 { width:7.5rem;height:7.5rem;top:85.150001525881rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxCPbrF6yNNHntF6mGX2hXweFo1ruxIL { display:block; }#lxCPbrF6yNNHntF6mGX2hXweFo1ruxIL > .row .container { width:20rem;height:59rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHVm4pnn3zpa5JKL1oLNKU3ml6TdoWvA { width:20rem;height:5.60625rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezPLnRawbuleerX9IBpFtIZ8gu97USwd { width:16.125rem;height:1.95rem;top:42.79375rem;left:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THSSliy7BwSTsOIb0sR0ctILDtC6tJJi { height:10.3125rem;width:18.5rem;top:8.10625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUOHORfBJmmFOTklhD29crSihqTruPOF { height:10.3125rem;width:18.5rem;top:19.66875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQBZzk8qMM5CJy5LP86Hb4PoeNwVJbiq { height:10.3125rem;width:18.5rem;top:31.23125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #to26DSN5bHcBAvkaC7Td2lbPRPlURECe { width:16.125rem;height:1.95rem;top:45.99375rem;left:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdMnQQFsGwl5xVWs9wOAKNSV89bN4t40 { width:16.125rem;height:3.9rem;top:49.19375rem;left:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuZT27upOT9S63lKdmNlPfb0QFpRSXCi { width:19rem;height:3.4375rem;top:54.34375rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzW7cFIaxa9k8ggQVaMQnnRiBbt2Mvtf { display:block; }
 }@media only screen and (max-width: 763px) { #uZxuJlMzgrAL1S6SdPzZl7p3VzEFuVma { display:block; }#uZxuJlMzgrAL1S6SdPzZl7p3VzEFuVma > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHqHJFeSM2LdWyZACHFLnKPbX38ku6Wv { width:20rem;height:10.075rem;top:1.5625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dePyc89oXScCkTXvup6Tqw4RXixNiGC3 { width:20rem;height:5.31354375rem;top:12.762500762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADNH67D9w9WwtypZ0sbZle8wUBuIVUTg { width:20rem;height:5.28125rem;top:20.201042175293rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViwTdrCCyhO8hiwSEy3RPJTPs1luGTbt { display:block; }#ViwTdrCCyhO8hiwSEy3RPJTPs1luGTbt > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWpoQJcdaCDoQPMAw7yRc8BzH5Jk8HXp { width:17rem;height:1.3rem;top:23.6875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuFIIS4zHmip5XzGNNmIvgNTQvn9X3m6 { width:6.9375rem;height:6.75rem;top:0rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMnKSZa6eBJRCqKDF3mrety2EbeAT26h { width:8.0625rem;height:8.3125rem;top:6.75rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #atAITTikU3yO7TtoDqm7BUuzgbvkLw9Z { width:18.0625rem;height:6.25rem;top:15.487499237061rem;left:0.96875rem;display:block; }
 }