.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#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); }#h66tOmr6t2mNJV0E9fw5ihk1deLrAM08 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/28c9cd43-9589-40e0-8242-729b2411600d/backregistro.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#h66tOmr6t2mNJV0E9fw5ihk1deLrAM08.adaptive-delivery-prevent-bg, #h66tOmr6t2mNJV0E9fw5ihk1deLrAM08.lazyload, #h66tOmr6t2mNJV0E9fw5ihk1deLrAM08.lazyloading { background-image: none; }#h66tOmr6t2mNJV0E9fw5ihk1deLrAM08 > .row .container { background-color: transparent; background-image: none; }#h66tOmr6t2mNJV0E9fw5ihk1deLrAM08::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h66tOmr6t2mNJV0E9fw5ihk1deLrAM08 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h66tOmr6t2mNJV0E9fw5ihk1deLrAM08 > .row .container > .video-iframe-container { display: none; }#h66tOmr6t2mNJV0E9fw5ihk1deLrAM08 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h66tOmr6t2mNJV0E9fw5ihk1deLrAM08 > .row > .video-iframe-container { display: none; }#h66tOmr6t2mNJV0E9fw5ihk1deLrAM08 > .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); }#h66tOmr6t2mNJV0E9fw5ihk1deLrAM08 > .row .container { border-width: 0; border-radius: 0; }#h66tOmr6t2mNJV0E9fw5ihk1deLrAM08 > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;position:relative;display:block; }#KdKHWiBVExvvWIOzh9oDHgcaESD6cIR2 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.375rem;width:35.625rem;top:8.625rem;left:8.9375rem;overflow:hidden;display:block; }
#Qf4UWJTfAo6vXCmJu4awi9ZhrTNVdDq3 { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(308deg, #e73b90, #ef4d26);background-image: -moz-linear-gradient(308deg, #e73b90, #ef4d26);background-image: -ms-linear-gradient(308deg, #e73b90, #ef4d26);background-image: -o-linear-gradient(308deg, #e73b90, #ef4d26);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73b90', endColorstr='#ef4d26' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73b90', endColorstr='#ef4d26' );";background-image: linear-gradient(308deg, #e73b90, #ef4d26);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:3rem;width:15.625rem;top:13.25rem;left:49rem;display:block; }
#HMbxTO3lOpUWBCuQsi9b6TQWKpa1gBUx { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:"proxima nova meli semibold";font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:13.9375rem;left:52.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ADEgfTFOyCesXuTqk9oJEJ0SwPwixlmb { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:"proxima nova meli semibold";font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:16.875rem;left:52.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#DvzQLFfNQftbwKhd8ZhzxD4dkCQQhQV7 { position:absolute;display:block;z-index:100003;background-color:#2a0b79;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:3rem;width:15.625rem;top:16.1875rem;left:49rem;display:block; }
#EqiRwwfkX6UlDVXkeNIzBq4Ch7ZtDyu7 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:2.1875rem;top:13.625rem;left:50.125rem;overflow:hidden;display:block; }
#UiluqVfwuTZ0L3NWsSxKG4EvSFPcnVh9 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:2.0625rem;top:16.625rem;left:50.1875rem;overflow:hidden;display:block; }
#t1yrSyNh7Q7uh5MNcUo5MyfFRoQyFUxG { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:16.25rem;top:0rem;left:9.6875rem;overflow:hidden;display:block; }
#MklsvqTaguiqpAB9rP4n73504kKrllBh { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:"proxima nova meli semibold";font-size:1.125rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:7.4130859375rem;left:11.125rem;height:1.5249rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yR6FCVXTa7TFR5ibBNQdZnK06oQ8I0Tx { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova meli semibold";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.1875rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:25.4375rem;left:48.78125rem;display:block; }
#d6bnz5bybyALt30sJef00AKaCok0kPmR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NTyBV8QT0ysVAGIGIKNmFynb248K7nOr { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:12.5rem;top:7.4375rem;left:50.8125rem;overflow:hidden;display:block; }
#wcBuioAxEuMJHcIFnhcJ7pDPRNwr8fuf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/24d7589c-cfff-4ca0-9655-acae274efbc6/Background2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#wcBuioAxEuMJHcIFnhcJ7pDPRNwr8fuf.adaptive-delivery-prevent-bg, #wcBuioAxEuMJHcIFnhcJ7pDPRNwr8fuf.lazyload, #wcBuioAxEuMJHcIFnhcJ7pDPRNwr8fuf.lazyloading { background-image: none; }#wcBuioAxEuMJHcIFnhcJ7pDPRNwr8fuf > .row .container { background-color: transparent; background-image: none; }#wcBuioAxEuMJHcIFnhcJ7pDPRNwr8fuf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wcBuioAxEuMJHcIFnhcJ7pDPRNwr8fuf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wcBuioAxEuMJHcIFnhcJ7pDPRNwr8fuf > .row .container > .video-iframe-container { display: none; }#wcBuioAxEuMJHcIFnhcJ7pDPRNwr8fuf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wcBuioAxEuMJHcIFnhcJ7pDPRNwr8fuf > .row > .video-iframe-container { display: none; }#wcBuioAxEuMJHcIFnhcJ7pDPRNwr8fuf > .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); }#wcBuioAxEuMJHcIFnhcJ7pDPRNwr8fuf > .row .container { border-width: 0; border-radius: 0; }#wcBuioAxEuMJHcIFnhcJ7pDPRNwr8fuf > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;position:relative;display:block; }#iksdkxFTzgwvK6hlNgAzLbTHOol9PRiZ { color:#2a0b79;display:block;width:36.875rem;position:absolute;font-family:"proxima nova thin medium bold";font-size:2.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.6875rem;left:19.0625rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pnREiDVUo2dzOau4gcdxNAf3FIpchvPi { position:absolute;display:block;z-index:100007;height:34.625rem;width:59.4375rem;top:5.75rem;left:7.78125rem;display:block; }
#zb1rqyLQMIHHnpA3Q989JquumyqEWFLv { position:relative;display:block; }#zb1rqyLQMIHHnpA3Q989JquumyqEWFLv { background-color: transparent; background-image: none; }#zb1rqyLQMIHHnpA3Q989JquumyqEWFLv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zb1rqyLQMIHHnpA3Q989JquumyqEWFLv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zb1rqyLQMIHHnpA3Q989JquumyqEWFLv > .row .container > .video-iframe-container { display: none; }#zb1rqyLQMIHHnpA3Q989JquumyqEWFLv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zb1rqyLQMIHHnpA3Q989JquumyqEWFLv > .row > .video-iframe-container { display: none; }#zb1rqyLQMIHHnpA3Q989JquumyqEWFLv > .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); }#zb1rqyLQMIHHnpA3Q989JquumyqEWFLv { border-width: 0; border-radius: 0; }#zb1rqyLQMIHHnpA3Q989JquumyqEWFLv > .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:5.375rem;width:75rem;position:relative;display:block; }#H4SFtNaztA6bUKUtk4dMup57SttPfo8X { color:#333333;display:block;width:35.6875rem;position:absolute;font-family:"proxima nova ok";font-size:1.75rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:1.5185546875rem;left:19.65625rem;height:2.3374rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yoWbglzQT03IQLOJMTu1s0Tg0h3bNh9h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e3e3;background-image:none;position:relative;display:block; }#yoWbglzQT03IQLOJMTu1s0Tg0h3bNh9h > .row .container { background-color: transparent; background-image: none; }#yoWbglzQT03IQLOJMTu1s0Tg0h3bNh9h::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yoWbglzQT03IQLOJMTu1s0Tg0h3bNh9h > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yoWbglzQT03IQLOJMTu1s0Tg0h3bNh9h > .row .container > .video-iframe-container { display: none; }#yoWbglzQT03IQLOJMTu1s0Tg0h3bNh9h > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yoWbglzQT03IQLOJMTu1s0Tg0h3bNh9h > .row > .video-iframe-container { display: none; }#yoWbglzQT03IQLOJMTu1s0Tg0h3bNh9h > .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); }#yoWbglzQT03IQLOJMTu1s0Tg0h3bNh9h > .row .container { border-width: 0; border-radius: 0; }#yoWbglzQT03IQLOJMTu1s0Tg0h3bNh9h > .row .container { font-size:0.875rem;font-family:arial;height:58.9375rem;width:75rem;position:relative;display:block; }#rLED0DpVtOtM9KqpWq2FOSEAK5sWVTJt { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.4375rem;width:36.625rem;top:4.318359375rem;left:19.1875rem;display:block; }
#TXaZlVC3M3W3llag2DhcAgnkCzsK9utC { color:#333333;display:block;width:35.6875rem;position:absolute;font-family:"proxima nova ok";font-size:1.375rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:6.25rem;left:28.625rem;height:3.574225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ssU2mUB78as6g9gzGVTbh580W9ABRNZ0 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:4.625rem;top:5.75rem;left:21.75rem;overflow:hidden;display:block; }
#M7SB8yf1xumUP02FKS89GK6MfzFJQiyt { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.4375rem;width:36.625rem;top:12.875rem;left:19.1875rem;display:block; }
#KIG0W3Z2TPxo4wFQIwQ8btKsJ8Rs6M0t { color:#333333;display:block;width:35.6875rem;position:absolute;font-family:"proxima nova ok";font-size:1.375rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:14.8125rem;left:28.625rem;height:3.574225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y4ONzBxnZQKaRbxZ7Iha8OIdgCKXcLgx { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:4.625rem;top:14.3125rem;left:21.75rem;overflow:hidden;display:block; }
#Ie6T5PBZwgAGPWh3TOcXxQkuSIS5EOnL { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.4375rem;width:36.625rem;top:21.5rem;left:19.1875rem;display:block; }
#PPTtFVM4N3uDbv5oLP0VqTTTbABDCSZx { color:#333333;display:block;width:21.75rem;position:absolute;font-family:"proxima nova ok";font-size:1.375rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:23.4375rem;left:28.625rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kt9tVSegObgVDLzrhaRfcP5IFWB7OzFy { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:4.625rem;top:22.9375rem;left:21.75rem;overflow:hidden;display:block; }
#ctTwqDFiIEVEvH8C76R62rA1JOl5dPL6 { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.4375rem;width:36.625rem;top:30.0625rem;left:19.1875rem;display:block; }
#H6Mm0LcINwUWFZPuigz5FW2RgiFVO2Tr { color:#333333;display:block;width:23.875rem;position:absolute;font-family:"proxima nova ok";font-size:1.375rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:32rem;left:28.625rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FrVXTaZzx6skA7QKnxtgUGVP6bx2w2I7 { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:4.5625rem;top:31.5rem;left:21.75rem;overflow:hidden;display:block; }
#e8yuD108xeAACzO366sRDqqOJHmNuLDH { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.4375rem;width:36.625rem;top:38.625rem;left:19.1875rem;display:block; }
#khnV0bvnifTeiS6XyHwWQ3mWuvpMnLos { color:#333333;display:block;width:23.875rem;position:absolute;font-family:"proxima nova ok";font-size:1.375rem;font-weight:400;z-index:100026;line-height:1.3;letter-spacing:0;top:40.5625rem;left:28.625rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hIKouFuEMF6tkhrRTszntDqMu4OEzCSR { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:4.5625rem;top:40.0625rem;left:21.75rem;overflow:hidden;display:block; }
#Qi037gg41bdLhT6FR23xWqH9lyyi5bH8 { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.4375rem;width:36.625rem;top:47.3125rem;left:19.1875rem;display:block; }
#H7tW4kbeBi83QGWaZ3AVGO1KFN4MTkUk { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:4.5625rem;top:48.75rem;left:21.75rem;overflow:hidden;display:block; }
#ynDtmRJqiLTsLv5M0IDWQNK2TTA8T5Li { color:#333333;display:block;width:23.875rem;position:absolute;font-family:"proxima nova ok";font-size:1.375rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:49.25rem;left:28.625rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TC4eowDUlJwJZCzhdWlzsBTdpiopTGwf { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43.75rem;width:0.0625rem;top:9.76171875rem;left:24.03125rem;overflow:hidden;display:block; }
#u6BETk4HP7ifPeoJMXwcDWqXoHFP4QbN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.625rem;width:0.0625rem;display:none; }
#TdQA3LXVS5moOeCvHzw2EhncHPTpeWpy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/55c72cd8-9800-4a38-8698-19f612757758/Live02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#TdQA3LXVS5moOeCvHzw2EhncHPTpeWpy.adaptive-delivery-prevent-bg, #TdQA3LXVS5moOeCvHzw2EhncHPTpeWpy.lazyload, #TdQA3LXVS5moOeCvHzw2EhncHPTpeWpy.lazyloading { background-image: none; }#TdQA3LXVS5moOeCvHzw2EhncHPTpeWpy > .row .container { background-color: transparent; background-image: none; }#TdQA3LXVS5moOeCvHzw2EhncHPTpeWpy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TdQA3LXVS5moOeCvHzw2EhncHPTpeWpy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TdQA3LXVS5moOeCvHzw2EhncHPTpeWpy > .row .container > .video-iframe-container { display: none; }#TdQA3LXVS5moOeCvHzw2EhncHPTpeWpy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TdQA3LXVS5moOeCvHzw2EhncHPTpeWpy > .row > .video-iframe-container { display: none; }#TdQA3LXVS5moOeCvHzw2EhncHPTpeWpy > .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); }#TdQA3LXVS5moOeCvHzw2EhncHPTpeWpy > .row .container { border-width: 0; border-radius: 0; }#TdQA3LXVS5moOeCvHzw2EhncHPTpeWpy > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#cfgHA48zUWgFCNUaxM7Kxl1C2qdDMwxg { color:#ffffff;display:block;width:35.6875rem;position:absolute;font-family:"proxima nova ok";font-size:2.4375rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:2.8310546875rem;left:19.65625rem;height:3.16845625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gQLpwZmD1TUDfSpVwS09nKTVvza5flQe { background-color:#ffffff;background-image:none;border-top:0.1875rem solid #b2b2b2;border-left:0.1875rem solid #b2b2b2;border-right:0.1875rem solid #b2b2b2;border-bottom:0.1875rem solid #b2b2b2;border-top-left-radius:0rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.5625rem;box-sizing:border-box;color:#303643;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova meli semibold";font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.4375rem;height:7.6875rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:9.1875rem;left:29.75rem;display:block; }
#pDwSyw3L9s8XMz6cx9ZsTElcFRSrXx1s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qT1nhLMIEnyoPJ5TD8pJLCGhnH1bE6tw { position:absolute;display:block;z-index:100016;border-top:0.1875rem solid #b2b2b2;border-left:0.1875rem solid #b2b2b2;border-right:0;border-bottom:0.1875rem solid #b2b2b2;border-top-left-radius:1.5625rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:0rem;height:7.3125rem;width:10.875rem;top:9.1875rem;left:20.8125rem;overflow:hidden;display:block; }
#MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k { background-color:#070638;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k > .row .container { background-color: transparent; background-image: none; }#MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k > .row .container > .video-iframe-container { display: none; }#MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k > .row > .video-iframe-container { display: none; }#MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k > .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); }#MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k > .row .container { border-width: 0; border-radius: 0; }#MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#NscSJO5Qhd6SJZEumNDowcWWk8vxFSr5 { color:#000000;display:block;width:12.25rem;position:absolute;font-family:"proxima nova ok";font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.2373046875rem;left:45.5rem;height:2.3369125rem;text-align:right;text-align-last:right;display:block; }
#l0NbFvzPiThz1XZgGVX1X7Xf1tbyVTpT { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:10.625rem;top:1.03125rem;left:17.6875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #h66tOmr6t2mNJV0E9fw5ihk1deLrAM08 { display:block; }#h66tOmr6t2mNJV0E9fw5ihk1deLrAM08 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdKHWiBVExvvWIOzh9oDHgcaESD6cIR2 { top:8.625rem;left:0rem;width:35.625rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf4UWJTfAo6vXCmJu4awi9ZhrTNVdDq3 { top:13.25rem;left:32.125rem;width:15.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMbxTO3lOpUWBCuQsi9b6TQWKpa1gBUx { top:13.9375rem;left:36.1875rem;width:11.5625rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADEgfTFOyCesXuTqk9oJEJ0SwPwixlmb { top:16.875rem;left:37rem;width:10.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvzQLFfNQftbwKhd8ZhzxD4dkCQQhQV7 { top:16.1875rem;left:32.125rem;width:15.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqiRwwfkX6UlDVXkeNIzBq4Ch7ZtDyu7 { top:13.625rem;left:36.5rem;width:2.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiluqVfwuTZ0L3NWsSxKG4EvSFPcnVh9 { top:16.625rem;left:36.5625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1yrSyNh7Q7uh5MNcUo5MyfFRoQyFUxG { top:0rem;left:0rem;width:16.25rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MklsvqTaguiqpAB9rP4n73504kKrllBh { top:7.375rem;left:0rem;width:14.5rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR6FCVXTa7TFR5ibBNQdZnK06oQ8I0Tx { width:16.0625rem;height:3.1875rem;top:25.4375rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6bnz5bybyALt30sJef00AKaCok0kPmR { display:block; }
 }@media only screen and (max-width: 763px) { #NTyBV8QT0ysVAGIGIKNmFynb248K7nOr { top:7.4375rem;left:35.25rem;width:12.5rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcBuioAxEuMJHcIFnhcJ7pDPRNwr8fuf { display:block; }#wcBuioAxEuMJHcIFnhcJ7pDPRNwr8fuf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iksdkxFTzgwvK6hlNgAzLbTHOol9PRiZ { top:1.6875rem;left:5.4375rem;width:36.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnREiDVUo2dzOau4gcdxNAf3FIpchvPi { top:5.75rem;left:0rem;width:47.75rem;height:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb1rqyLQMIHHnpA3Q989JquumyqEWFLv { display:block; }#zb1rqyLQMIHHnpA3Q989JquumyqEWFLv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4SFtNaztA6bUKUtk4dMup57SttPfo8X { top:1.5rem;left:6.03125rem;width:35.6875rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoWbglzQT03IQLOJMTu1s0Tg0h3bNh9h { display:block; }#yoWbglzQT03IQLOJMTu1s0Tg0h3bNh9h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rLED0DpVtOtM9KqpWq2FOSEAK5sWVTJt { top:4.3125rem;left:5.5625rem;width:36.625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXaZlVC3M3W3llag2DhcAgnkCzsK9utC { top:6.25rem;left:12.0625rem;width:35.6875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssU2mUB78as6g9gzGVTbh580W9ABRNZ0 { top:5.75rem;left:8.125rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7SB8yf1xumUP02FKS89GK6MfzFJQiyt { top:12.875rem;left:5.5625rem;width:36.625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIG0W3Z2TPxo4wFQIwQ8btKsJ8Rs6M0t { top:14.8125rem;left:12.0625rem;width:35.6875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4ONzBxnZQKaRbxZ7Iha8OIdgCKXcLgx { top:14.3125rem;left:8.125rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie6T5PBZwgAGPWh3TOcXxQkuSIS5EOnL { top:21.5rem;left:5.5625rem;width:36.625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPTtFVM4N3uDbv5oLP0VqTTTbABDCSZx { top:23.4375rem;left:15rem;width:21.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt9tVSegObgVDLzrhaRfcP5IFWB7OzFy { top:22.9375rem;left:8.125rem;width:4.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctTwqDFiIEVEvH8C76R62rA1JOl5dPL6 { top:30.0625rem;left:5.5625rem;width:36.625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6Mm0LcINwUWFZPuigz5FW2RgiFVO2Tr { top:32rem;left:15rem;width:23.875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrVXTaZzx6skA7QKnxtgUGVP6bx2w2I7 { top:31.5rem;left:8.125rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8yuD108xeAACzO366sRDqqOJHmNuLDH { top:38.625rem;left:5.5625rem;width:36.625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khnV0bvnifTeiS6XyHwWQ3mWuvpMnLos { top:40.5625rem;left:15rem;width:23.875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIKouFuEMF6tkhrRTszntDqMu4OEzCSR { top:40.0625rem;left:8.125rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi037gg41bdLhT6FR23xWqH9lyyi5bH8 { top:47.3125rem;left:5.5625rem;width:36.625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7tW4kbeBi83QGWaZ3AVGO1KFN4MTkUk { top:48.75rem;left:8.125rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynDtmRJqiLTsLv5M0IDWQNK2TTA8T5Li { top:49.25rem;left:15rem;width:23.875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC4eowDUlJwJZCzhdWlzsBTdpiopTGwf { top:9.75rem;left:10.40625rem;width:0.0625rem;height:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6BETk4HP7ifPeoJMXwcDWqXoHFP4QbN { width:0.0625rem;height:30.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdQA3LXVS5moOeCvHzw2EhncHPTpeWpy { display:block; }#TdQA3LXVS5moOeCvHzw2EhncHPTpeWpy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfgHA48zUWgFCNUaxM7Kxl1C2qdDMwxg { top:2.8125rem;left:6.03125rem;width:35.6875rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQLpwZmD1TUDfSpVwS09nKTVvza5flQe { width:24.4375rem;height:7.6875rem;top:9.1875rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDwSyw3L9s8XMz6cx9ZsTElcFRSrXx1s { display:block; }
 }@media only screen and (max-width: 763px) { #qT1nhLMIEnyoPJ5TD8pJLCGhnH1bE6tw { top:9.1875rem;left:7.1875rem;width:10.875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k { display:block; }#MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NscSJO5Qhd6SJZEumNDowcWWk8vxFSr5 { top:1.1875rem;left:31.875rem;width:12.25rem;height:2.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0NbFvzPiThz1XZgGVX1X7Xf1tbyVTpT { top:1rem;left:4.0625rem;width:10.625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #h66tOmr6t2mNJV0E9fw5ihk1deLrAM08 { background-color:#320f76;background-image:url("https://images.assets-landingi.com/uc/28c9cd43-9589-40e0-8242-729b2411600d/backregistro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#h66tOmr6t2mNJV0E9fw5ihk1deLrAM08.adaptive-delivery-prevent-bg, #h66tOmr6t2mNJV0E9fw5ihk1deLrAM08.lazyload, #h66tOmr6t2mNJV0E9fw5ihk1deLrAM08.lazyloading { background-image: none; }#h66tOmr6t2mNJV0E9fw5ihk1deLrAM08 > .row .container { background-color: transparent; background-image: none; }#h66tOmr6t2mNJV0E9fw5ihk1deLrAM08::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h66tOmr6t2mNJV0E9fw5ihk1deLrAM08 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h66tOmr6t2mNJV0E9fw5ihk1deLrAM08 > .row .container > .video-iframe-container { display: none; }#h66tOmr6t2mNJV0E9fw5ihk1deLrAM08 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h66tOmr6t2mNJV0E9fw5ihk1deLrAM08 > .row > .video-iframe-container { display: none; }#h66tOmr6t2mNJV0E9fw5ihk1deLrAM08 > .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); }#h66tOmr6t2mNJV0E9fw5ihk1deLrAM08 > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdKHWiBVExvvWIOzh9oDHgcaESD6cIR2 { width:15.625rem;height:9.375rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf4UWJTfAo6vXCmJu4awi9ZhrTNVdDq3 { width:10.3125rem;height:1.5625rem;top:13.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMbxTO3lOpUWBCuQsi9b6TQWKpa1gBUx { width:10.125rem;height:1.21875rem;top:13.9375rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADEgfTFOyCesXuTqk9oJEJ0SwPwixlmb { width:5.75rem;height:1.21875rem;top:15.5rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvzQLFfNQftbwKhd8ZhzxD4dkCQQhQV7 { width:10.3125rem;height:1.5625rem;top:15.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqiRwwfkX6UlDVXkeNIzBq4Ch7ZtDyu7 { width:1.25rem;height:1.125rem;top:14rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiluqVfwuTZ0L3NWsSxKG4EvSFPcnVh9 { width:1.25rem;height:1.25rem;top:15.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1yrSyNh7Q7uh5MNcUo5MyfFRoQyFUxG { width:9.375rem;height:5.375rem;top:0rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MklsvqTaguiqpAB9rP4n73504kKrllBh { width:10.625rem;height:0;top:3.6630859375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yR6FCVXTa7TFR5ibBNQdZnK06oQ8I0Tx { width:9.8125rem;height:1.875rem;top:17.75rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6bnz5bybyALt30sJef00AKaCok0kPmR { display:block; }
 }@media only screen and (max-width: 763px) { #NTyBV8QT0ysVAGIGIKNmFynb248K7nOr { width:8.125rem;height:2.1125rem;top:0.9375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcBuioAxEuMJHcIFnhcJ7pDPRNwr8fuf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/418ecd29-6a84-4d11-8245-eb446448c6d8/LiveB.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wcBuioAxEuMJHcIFnhcJ7pDPRNwr8fuf.adaptive-delivery-prevent-bg, #wcBuioAxEuMJHcIFnhcJ7pDPRNwr8fuf.lazyload, #wcBuioAxEuMJHcIFnhcJ7pDPRNwr8fuf.lazyloading { background-image: none; }#wcBuioAxEuMJHcIFnhcJ7pDPRNwr8fuf > .row .container { background-color: transparent; background-image: none; }#wcBuioAxEuMJHcIFnhcJ7pDPRNwr8fuf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wcBuioAxEuMJHcIFnhcJ7pDPRNwr8fuf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wcBuioAxEuMJHcIFnhcJ7pDPRNwr8fuf > .row .container > .video-iframe-container { display: none; }#wcBuioAxEuMJHcIFnhcJ7pDPRNwr8fuf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wcBuioAxEuMJHcIFnhcJ7pDPRNwr8fuf > .row > .video-iframe-container { display: none; }#wcBuioAxEuMJHcIFnhcJ7pDPRNwr8fuf > .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); }#wcBuioAxEuMJHcIFnhcJ7pDPRNwr8fuf > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iksdkxFTzgwvK6hlNgAzLbTHOol9PRiZ { width:20rem;height:1.5249rem;top:1.11181640625rem;left:0rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pnREiDVUo2dzOau4gcdxNAf3FIpchvPi { width:20rem;height:11.25rem;top:3.38622890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb1rqyLQMIHHnpA3Q989JquumyqEWFLv { display:block; }#zb1rqyLQMIHHnpA3Q989JquumyqEWFLv > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4SFtNaztA6bUKUtk4dMup57SttPfo8X { width:18.8125rem;height:1.3808625rem;top:0.83447265625rem;left:0.59375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yoWbglzQT03IQLOJMTu1s0Tg0h3bNh9h { display:block; }#yoWbglzQT03IQLOJMTu1s0Tg0h3bNh9h > .row .container { width:20rem;height:33.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rLED0DpVtOtM9KqpWq2FOSEAK5sWVTJt { width:20rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXaZlVC3M3W3llag2DhcAgnkCzsK9utC { width:14.8125rem;height:2.5996125rem;top:2.13720703125rem;left:5.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ssU2mUB78as6g9gzGVTbh580W9ABRNZ0 { width:3.125rem;height:3.125rem;top:1.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7SB8yf1xumUP02FKS89GK6MfzFJQiyt { width:20rem;height:4.375rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIG0W3Z2TPxo4wFQIwQ8btKsJ8Rs6M0t { width:14.8125rem;height:2.5996125rem;top:7.38720703125rem;left:5.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y4ONzBxnZQKaRbxZ7Iha8OIdgCKXcLgx { width:3.125rem;height:3.125rem;top:7.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie6T5PBZwgAGPWh3TOcXxQkuSIS5EOnL { width:20rem;height:4.375rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPTtFVM4N3uDbv5oLP0VqTTTbABDCSZx { width:14.8125rem;height:2.5996125rem;top:12.69970703125rem;left:5.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kt9tVSegObgVDLzrhaRfcP5IFWB7OzFy { width:3.125rem;height:3.0625rem;top:12.46875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctTwqDFiIEVEvH8C76R62rA1JOl5dPL6 { width:20rem;height:4.375rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6Mm0LcINwUWFZPuigz5FW2RgiFVO2Tr { width:14.125rem;height:3.9619125rem;top:17.5498046875rem;left:5.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FrVXTaZzx6skA7QKnxtgUGVP6bx2w2I7 { width:3.125rem;height:3.125rem;top:17.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8yuD108xeAACzO366sRDqqOJHmNuLDH { width:20rem;height:4.375rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #khnV0bvnifTeiS6XyHwWQ3mWuvpMnLos { width:14.8125rem;height:2.5996125rem;top:23.51220703125rem;left:5.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hIKouFuEMF6tkhrRTszntDqMu4OEzCSR { width:3.125rem;height:3.125rem;top:23.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi037gg41bdLhT6FR23xWqH9lyyi5bH8 { width:20rem;height:4.375rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7tW4kbeBi83QGWaZ3AVGO1KFN4MTkUk { width:3.125rem;height:3.125rem;top:28.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynDtmRJqiLTsLv5M0IDWQNK2TTA8T5Li { width:14.8125rem;height:3.9619125rem;top:28.35107421875rem;left:5.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TC4eowDUlJwJZCzhdWlzsBTdpiopTGwf { width:0;height:30.8125rem;top:1.4375rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u6BETk4HP7ifPeoJMXwcDWqXoHFP4QbN { top:1.4375rem;left:2.59375rem;width:0.0625rem;height:30.625rem;z-index:99998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TdQA3LXVS5moOeCvHzw2EhncHPTpeWpy { display:block; }#TdQA3LXVS5moOeCvHzw2EhncHPTpeWpy > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfgHA48zUWgFCNUaxM7Kxl1C2qdDMwxg { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gQLpwZmD1TUDfSpVwS09nKTVvza5flQe { width:14.25rem;height:4.375rem;top:4.32421875rem;left:5.75rem;font-size:1.3125rem;border-top-left-radius:0rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.5625rem;border-top:0.125rem solid #b2b2b2;border-left:0.125rem solid #b2b2b2;border-right:0.125rem solid #b2b2b2;border-bottom:0.125rem solid #b2b2b2;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #pDwSyw3L9s8XMz6cx9ZsTElcFRSrXx1s { display:block; }
 }@media only screen and (max-width: 763px) { #qT1nhLMIEnyoPJ5TD8pJLCGhnH1bE6tw { width:6.0625rem;height:4.125rem;top:4.32421875rem;left:0rem;border-top:0.125rem solid #b2b2b2;border-left:0.125rem solid #b2b2b2;border-right:0;border-bottom:0.125rem solid #b2b2b2;display:block; }
 }@media only screen and (max-width: 763px) { #MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k { display:block; }#MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NscSJO5Qhd6SJZEumNDowcWWk8vxFSr5 { width:20rem;height:1.625rem;top:0.47812652587891rem;left:0rem;font-size:0.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #l0NbFvzPiThz1XZgGVX1X7Xf1tbyVTpT { width:6.25rem;height:1.5625rem;top:0.50927734375rem;left:0rem;display:block; }
 }