.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-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:#b91c90;background-image:url("https://images.assets-landingi.com/uc/6ca7d4b5-559e-4346-9549-4ad75fb45108/Back1.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 > .video-iframe-container {  }#h66tOmr6t2mNJV0E9fw5ihk1deLrAM08 > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;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:18.125rem;width:37.5rem;top:7.875rem;left:19.1875rem;overflow:hidden;display:block; }
#Qf4UWJTfAo6vXCmJu4awi9ZhrTNVdDq3 { position:absolute;display:block;z-index:100019;background-color:#ffffff;background-image:none;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;box-shadow: 0rem 0.125rem 0.625rem rgba(0,0,0,0.5) ;height:2.625rem;width:23.1875rem;top:29rem;left:14.625rem;display:block; }
#HMbxTO3lOpUWBCuQsi9b6TQWKpa1gBUx { color:#0a0080;display:block;width:17.1875rem;position:absolute;font-family:"proxima nova ok";font-size:1.125rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:29.625rem;left:18.3125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#ADEgfTFOyCesXuTqk9oJEJ0SwPwixlmb { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:"proxima nova ok";font-size:1.125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:29.5625rem;left:37.8125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#DvzQLFfNQftbwKhd8ZhzxD4dkCQQhQV7 { position:absolute;display:block;z-index:100003;background-color:#0a0080;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:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.625rem rgba(0,0,0,0.5) ;height:2.625rem;width:24.375rem;top:29rem;left:34.8125rem;display:block; }
#EqiRwwfkX6UlDVXkeNIzBq4Ch7ZtDyu7 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:1.875rem;top:29.375rem;left:15.625rem;overflow:hidden;display:block; }
#MklsvqTaguiqpAB9rP4n73504kKrllBh { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:"proxima nova ok";font-size:1.125rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:3.9375rem;left:15.0625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yR6FCVXTa7TFR5ibBNQdZnK06oQ8I0Tx { background-color:#fa1992;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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.4375rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:35.5625rem;left:29.46875rem;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:2.875rem;width:11.25rem;top:3.25rem;left:51.75rem;overflow:hidden;display:block; }
#RzVXqp1e7cFJTDJEXTL7gfnQMa4thAtD { position:absolute;display:block;z-index:100017;background-color:transparent;background-image: -webkit-linear-gradient(101deg, #c91684, #ff45c4);background-image: -moz-linear-gradient(101deg, #c91684, #ff45c4);background-image: -ms-linear-gradient(101deg, #c91684, #ff45c4);background-image: -o-linear-gradient(101deg, #c91684, #ff45c4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c91684', endColorstr='#ff45c4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c91684', endColorstr='#ff45c4' );";background-image: linear-gradient(101deg, #c91684, #ff45c4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;height:2.4375rem;width:20.625rem;top:3.4375rem;left:12rem;display:block; }
#VV4FNTmGKtfxDZb1tM4gtAlxEaiZ7fOF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#VV4FNTmGKtfxDZb1tM4gtAlxEaiZ7fOF > .row .container { background-color: transparent; background-image: none; }#VV4FNTmGKtfxDZb1tM4gtAlxEaiZ7fOF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VV4FNTmGKtfxDZb1tM4gtAlxEaiZ7fOF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VV4FNTmGKtfxDZb1tM4gtAlxEaiZ7fOF > .row .container > .video-iframe-container { display: none; }#VV4FNTmGKtfxDZb1tM4gtAlxEaiZ7fOF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VV4FNTmGKtfxDZb1tM4gtAlxEaiZ7fOF > .row > .video-iframe-container { display: none; }#VV4FNTmGKtfxDZb1tM4gtAlxEaiZ7fOF > .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); }#VV4FNTmGKtfxDZb1tM4gtAlxEaiZ7fOF > .row .container { border-width: 0; border-radius: 0; }#VV4FNTmGKtfxDZb1tM4gtAlxEaiZ7fOF > .row > .video-iframe-container {  }#VV4FNTmGKtfxDZb1tM4gtAlxEaiZ7fOF > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;position:relative;display:block; }#pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#0a0080;padding-top:1.044375rem;padding-right:0.929375rem;padding-bottom:1.044375rem;padding-left:0.929375rem;display:block;align-items:center;width:5.576875rem;min-width:5.576875rem;height:5.61375rem;position:relative;font-family:"proxima nova ok";font-size:4.178125rem;font-weight:700;line-height:89.82px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.653125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.43625rem;height:2.21875rem;position:relative;font-family:"open sans";font-size:1.566875rem;font-weight:400;line-height:35.5px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:8.4375rem;height:10.574375rem;padding-top:1.305625rem;padding-right:1.328125rem;padding-bottom:1.305625rem;padding-left:1.328125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:11.5625rem;left:19.6875rem;z-index:100009; }
#pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #xO7IrFCkh7t6o3BuU24v8N1XbZBmsThA { display:flex;position:relative;top:0rem;left:0rem; }
#pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #eT4yrtT2ETg9AHdHQJ3WZ0lHDxDq7HTi { width:auto; }
#pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #W9WcOlqid8wcm7tQAsLzKJ2TraaUEF3v {  }
#pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #muZVl9QuK2PZQdZr3TOLha6ZcPkT8ts8 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #h6wrJETiysxWDPnpTMfhdDwwSi7UTcz3 {  }
#pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #QWwfMNXxqbBdc1kDTDmTQI5UdtkcmzOW {  }
#pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #piPxtWOUTKo8RrIV8onM9PUUXT3AhBeT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #As8Cv31opoED4560omGNdow45qycZ0e4 {  }
#pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #K50MNmRJug46PbCTwTghcGt3B6WuXQ8e {  }
#pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #Rrgy57mk3U6c0MKSG5GX6RzS0UAdFxVn { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #dyKQu4paSa1UOs7dJ2xUmkTl4ERirUg5 {  }
#pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #yxAxTQPdJkoB3QkK08LgGlWquO6b7s1p {  }
#NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#0a0080;padding-top:1.044375rem;padding-right:0.929375rem;padding-bottom:1.044375rem;padding-left:0.929375rem;display:block;align-items:center;width:5.576875rem;min-width:5.576875rem;height:5.61375rem;position:relative;font-family:"proxima nova ok";font-size:4.178125rem;font-weight:700;line-height:89.82px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.653125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.43625rem;height:2.21875rem;position:relative;font-family:"open sans";font-size:1.566875rem;font-weight:400;line-height:35.5px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:8.4375rem;height:10.574375rem;padding-top:1.305625rem;padding-right:1.328125rem;padding-bottom:1.305625rem;padding-left:1.328125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:11.5625rem;left:28.125rem;z-index:100010; }
#NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #GGMEBrQC0y9n7CXmu2fUZb7CVuaDnDHq { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #gofsUet9rcD0ASkskzTET8tHtbslxlDQ { width:auto; }
#NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #L0vAC7Fit3IqUEUHkJva2yLT0SQDkhnq {  }
#NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #LU6ca2B0WKmfLzOQbCNz5nTI0hwoxk6D { display:flex;position:relative;top:0rem;left:0rem; }
#NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #ff35rbA1O8f8xo7m7zB5GTLTn1Nv6MFK {  }
#NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #BaQsUSkrDztb9EZT49ZXlf48vPTcNb5h {  }
#NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #nnWQdVW5VdrIS3STxTtmQXIeSmnaZdS7 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #T4S52EN2UDXMFtxuEAr5zXsuLMrsBLH9 {  }
#NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #ZUnvRGVDIcxRqL4yMRmmTZyiNmddxH4M {  }
#NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #IBAU77OFNoEdVlTkBDoXPafJ8f9RDuRy { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #UZTHvN9S5qnFvqCC1pqv7hQXNLJAiSHw {  }
#NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #BfM7wM5PlBpQfWQf9UaBhLsKkbohCAmR {  }
#yxSK3wh8TureNnoTorFzfXgfWcx6mcbl { color:#0a0080;display:block;width:2.25rem;position:absolute;font-family:"proxima nova ok";font-size:2.8125rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:14.625rem;left:27.8125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TB4f19TTOHiBI2wE71pJaTQxubRGN4i5 { position:absolute;display:block;z-index:99985;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.125rem;width:42.5rem;top:12.3125rem;left:16.25rem;overflow:hidden;display:block; }
#lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#0a0080;padding-top:1.044375rem;padding-right:0.929375rem;padding-bottom:1.044375rem;padding-left:0.929375rem;display:block;align-items:center;width:5.576875rem;min-width:5.576875rem;height:5.61375rem;position:relative;font-family:"proxima nova ok";font-size:4.178125rem;font-weight:700;line-height:89.82px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.653125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.43625rem;height:2.21875rem;position:relative;font-family:"open sans";font-size:1.566875rem;font-weight:400;line-height:35.5px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:8.4375rem;height:10.574375rem;padding-top:1.305625rem;padding-right:1.328125rem;padding-bottom:1.305625rem;padding-left:1.328125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:11.5625rem;left:36.75rem;z-index:100011; }
#lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #G7X14gqHmL410mRntHxsHLWk6OBsl9ch { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #JNnZlWHZw5T42o74C1SXRTtfw5gxSae1 { width:auto; }
#lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #abP0sc5oiGbR8oeOl82qwp1hGD3PbdTE {  }
#lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #muCTdPqzwvVay26pVavbSw3772okd6dz { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #Act8OreASDwcKWlDWBCmTM4MXsTQKxDQ {  }
#lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #nI2rCWP7SaILu8QtgpPrQIrUHknBMFXa {  }
#lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #kyESLgTA1MvwxItETvRRsFn6ao9pvokJ { display:flex;position:relative;top:0rem;left:0rem; }
#lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #PWrFq5cty2OOLDS5VtgDo3uiXx4aKSSP {  }
#lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #mFS1uO4U4lzgTba5KUSM06J0mm9CHrEH {  }
#lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #lsf5X01GnZOe8RsviI9wxbn5GT1SbnC2 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #c30N8nkRJ997c234GRv0MQ6TfdhuiKfx {  }
#lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #t6JpAIHWvtboknJHWOmsvA2bIl20zTwB {  }
#GFcglE9l0a86mTQiiFCwTlK8cRRCTwO9 { color:#0a0080;display:block;width:2.25rem;position:absolute;font-family:"proxima nova ok";font-size:2.8125rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:14.625rem;left:36.375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gLFaU0a9n3iyV17bZTq6zUqL61MmMz34 { color:#6d6e71;display:block;width:4.375rem;position:absolute;font-family:"proxima nova ok";font-size:1rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:18.375rem;left:22.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#l25rf0rXzEODxSRrkg1lSBuZDt9uTywI { color:#6d6e71;display:block;width:4.375rem;position:absolute;font-family:"proxima nova ok";font-size:1rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:18.375rem;left:31.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#U60X17EA0VcNtGE9BhVCK3b138gBuTXR { color:#6d6e71;display:block;width:6.375rem;position:absolute;font-family:"proxima nova ok";font-size:1rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:18.375rem;left:38.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#VUfCKTir4kQ5T63T6A6BMw9Qetox8haC .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VUfCKTir4kQ5T63T6A6BMw9Qetox8haC .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#0a0080;padding-top:1.044375rem;padding-right:0.929375rem;padding-bottom:1.044375rem;padding-left:0.929375rem;display:block;align-items:center;width:5.576875rem;min-width:5.576875rem;height:5.61375rem;position:relative;font-family:"proxima nova ok";font-size:4.178125rem;font-weight:700;line-height:89.82px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VUfCKTir4kQ5T63T6A6BMw9Qetox8haC .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.653125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.43625rem;height:2.21875rem;position:relative;font-family:"open sans";font-size:1.566875rem;font-weight:400;line-height:35.5px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VUfCKTir4kQ5T63T6A6BMw9Qetox8haC { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:8.4375rem;height:10.574375rem;padding-top:1.305625rem;padding-right:1.328125rem;padding-bottom:1.305625rem;padding-left:1.328125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:11.5625rem;left:45.125rem;z-index:100012; }
#VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #G30pQ3hZdOzedrycEJkXw67EFpE4uSGu { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #qMM0Wwwbqdy6IIm9DViHUDwMXNT8uDax { width:auto; }
#VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #T3yAv0Kd0ORooi1PvyklGMiGeQ3Z8Aii {  }
#VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #Th9F82et3LOAeJOSEzoGEPzqJJhLoBzI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #HerxELZdrR5LGZHWGPPnewtvPNHoNbzE {  }
#VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #k4ZSAqSTGv9eSSkonbEKqIA6XhkQC8dg {  }
#VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #cVesGixMucyDW1zM1nQqxuUr1WbVUkPf { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #sSmZtxubCcDWc8gS1nhvxWMT20pmHQXJ {  }
#VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #USgxuaqe3gT7zi7cJsNKksPblGlTcEkX {  }
#VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #FLoD440HBQOXWbbCgRhxTK4zz2sXz77P { display:flex;position:relative;top:0rem;left:0rem; }
#VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #tfiGnRGz7QVkKhrepZAI8yV6iNIQwnol {  }
#VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #CE4D2b8DDxxiWEDTGolsWdwvemW9tTSM {  }
#OSwLklJWZIND896ZQK66476uhiTWfCA0 { color:#0a0080;display:block;width:2.25rem;position:absolute;font-family:"proxima nova ok";font-size:2.8125rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:14.625rem;left:44.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MEveTWB1VkcAOgU0nifXLJ8zLDkbQlHA { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:20.9375rem;left:35.9375rem;overflow:hidden;display:block; }
#plSTTHe0CTtur3L24v3x5mq5rZN69pwy { color:#6d6e71;display:block;width:6.375rem;position:absolute;font-family:"proxima nova ok";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:18.375rem;left:47rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Ph9OIBKL0PFf11UwnQg9nbOPZCCCu86I { color:#0a0080;display:block;width:37rem;position:absolute;font-family:"proxima nova ok";font-size:1.75rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:4.625rem;left:19rem;height:4.5498rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PVdGmCqV4Ng09hWZpan9wDzk7wvilygy { color:#0a0080;display:block;width:37rem;position:absolute;font-family:"proxima nova ok";font-size:1.75rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:4.625rem;left:19rem;height:4.5498rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pKvoKpuQ6kaVNuQWUvfWS91zQeHeTPqM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,25,146,0.88);background-image:none;position:relative;display:block; }#pKvoKpuQ6kaVNuQWUvfWS91zQeHeTPqM > .row .container { background-color: transparent; background-image: none; }#pKvoKpuQ6kaVNuQWUvfWS91zQeHeTPqM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKvoKpuQ6kaVNuQWUvfWS91zQeHeTPqM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKvoKpuQ6kaVNuQWUvfWS91zQeHeTPqM > .row .container > .video-iframe-container { display: none; }#pKvoKpuQ6kaVNuQWUvfWS91zQeHeTPqM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKvoKpuQ6kaVNuQWUvfWS91zQeHeTPqM > .row > .video-iframe-container { display: none; }#pKvoKpuQ6kaVNuQWUvfWS91zQeHeTPqM > .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); }#pKvoKpuQ6kaVNuQWUvfWS91zQeHeTPqM > .row .container { border-width: 0; border-radius: 0; }#pKvoKpuQ6kaVNuQWUvfWS91zQeHeTPqM > .row > .video-iframe-container {  }#pKvoKpuQ6kaVNuQWUvfWS91zQeHeTPqM > .row .container { font-size:0.875rem;font-family:arial;height:61.5rem;width:75rem;position:relative;display:block; }#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-form-header {  }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-regular-label { height:auto;display:block;font-family:"proxima nova meli semibold";font-size:1.125rem;font-weight:400;color:#ffffff;width:40.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;line-height:1.7;overflow:hidden; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:40.9375rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"proxima nova ok"; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-input-text {padding-top: 0; padding-bottom: 0;}#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:40.9375rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"proxima nova ok"; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:40.9375rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-input-select {padding-top: 0; padding-bottom: 0;}#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#0a0080;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:28.6875rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:#f2f9ff;width:12.25rem;height:2.875rem;font-family:"proxima nova thin medium bold";overflow:hidden;font-style:normal;line-height:1; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl [class*="-text"]:-moz-placeholder { color:#808285;font-family:"proxima nova ok";font-size:1rem; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl [class*="-text"]::-moz-placeholder { color:#808285;font-family:"proxima nova ok";font-size:1rem; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl [class*="-text"]:-ms-input-placeholder { color:#808285;font-family:"proxima nova ok";font-size:1rem; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl [class*="-text"]::-webkit-input-placeholder { color:#808285;font-family:"proxima nova ok";font-size:1rem; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .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:"meli proxima nova";line-height:1;font-size:0.9375rem;font-weight:300;color:#ffffff;vertical-align:top;width:39.5rem;overflow:hidden;font-style:normal; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .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; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .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.3; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-container:first-of-type{padding-top:0;}#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-container:last-of-type{padding-bottom:0;}#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:40.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:99986;position:absolute;top:8.375rem;left:16.5rem; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:40.9375rem; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl {display:block;}#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:40.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:99986;position:absolute;top:8.375rem;left:16.5rem; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #r1JlI3icbSv9o8995DdTuMALMecA9lEZ { position:relative; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #XHk7iK5ErEzLAp7oMediJE7srreL05xv { position:relative; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #MQ0P4eTbGgGS7Ouk6z61I4Kvybznxc90 { position:relative; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #ZTn5mqTNFZCOe3XDtFSDUh85H2Mew9Cd { position:relative; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #MeT2ByggUT63VukacVMf0PZdcArxorZi { position:relative; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #JvPWfHBfltWZupntkRiPwv3yKCJwfXZR { position:relative; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #bTmFcVnpFSmmiOnVe1ENb6ESRbHu977k { position:relative; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #l8h7zu6K1wF54t3Z3DXTNHeN3rNewuKZ { position:relative; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #nOlP1zceu27tl0hlvZoAZAGuK1U5udv1 { position:relative; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #wPcqEWdF2FKg9Si2zmATJ8nV3v8NFXTg { position:relative; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #Qskr24pJnqSvxqRhJ9gdcdgWxbRQsooW { position:relative; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #NS3xfQAStdAfTa1mtBRCzqhcCy6vcOuc { position:relative; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #Qck4DWilBKnJzqAGhPghHxwxZtXsTldL { position:relative; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #T0sOEAd0bWL83RaeU9T7vcMJ81Eca609 { position:relative; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #TLIRCgobXIre2tcKeoFpoabbFPWa7O2e { position:relative; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #VRDCTiGOfIF03apph9EllxJCHvCsuaDJ { position:relative; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #VuTrTyneJgqP17IoDfKUtRUZ52T1RQVx { position:relative; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #O6vuf1SytO8iiuTDmhMbG1w2o2oQT3p4 { position:relative; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #Zo7ySBTTMnUVRIl3tShbcoCG0yBGzHqf { position:relative; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #irHWLmzEbvLXplzIf2iVEWTnL5BMHRDe { position:relative; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #xz9iU6LhLvtcFwF8TU8GeRhrvtOT3I6N { position:relative; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #VSE7h05OrxeSoFQ2KsDAFnGOblCuE3ZN { position:relative; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #TRCkwtbgfheMn3ieh4aAmOfIzprVxCTM { position:relative;z-index:2; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #Iuggf7GR7BzE1JpyTSBXhDf7fcECwFdi { position:relative; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #ysRSHbgaCX2fRdTliBsZGSAtmiILLwpE { position:relative;display:block;z-index:100000; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #B7UFgREUO3HsSyfMM1FxIQT77gQeIgXR { position:relative;display:block;z-index:100000; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #i9iPVNSobG1O6rI7oIuFPrO2TzccF06T { position:relative; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #mbiupWxWnozLtCv5a1Xh1q0rTK0IJdDA { position:relative; }
#ESpvWVXL6DIUETriL4iIqBcP8s3g2TDH { background-color:#0a0080;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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 thin medium bold";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.6875rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:4.8125rem;left:45.25rem;display:block; }
#TNVbGBDwTnTDwdp6rZa8bhv9B2LG9Rim { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xrs3Jo0m4dOnRIKEpqJdQS7dfqyqUUyT { color:#0a0080;display:block;width:18.75rem;position:absolute;font-family:"proxima nova thin medium bold";font-size:2.125rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:4.6875rem;left:17.6875rem;height:2.76220625rem;font-style:normal;display:block; }
#GaIQ2SuT15AwPwdE4A6s3RSIHZdZPKdz { box-sizing:content-box;color:#ffffff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:5.375rem;left:55.75rem;display:block; }
#d14FOXRs6BIhH0BVz5XU1hU4exiHNNdJ { background-color:transparent;background-image:none;border-top:0.0625rem solid #0a0080;border-left:0.0625rem solid #0a0080;border-right:0.0625rem solid #0a0080;border-bottom:0.0625rem solid #0a0080;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#0a0080;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova thin medium bold";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.875rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:52.875rem;left:17.75rem;display:block; }
#oR4ahVhLoJDcvL1d32Zo9OUo6PnCT02E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kqPwD4QQoC5BmockLTGPZfWxucWlu8ST { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f2f2;background-image:url("https://images.assets-landingi.com/uc/c982d196-3d8d-4316-83cc-c235b8922ec4/Fondoagenda.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#kqPwD4QQoC5BmockLTGPZfWxucWlu8ST.adaptive-delivery-prevent-bg, #kqPwD4QQoC5BmockLTGPZfWxucWlu8ST.lazyload, #kqPwD4QQoC5BmockLTGPZfWxucWlu8ST.lazyloading { background-image: none; }#kqPwD4QQoC5BmockLTGPZfWxucWlu8ST > .row .container { background-color: transparent; background-image: none; }#kqPwD4QQoC5BmockLTGPZfWxucWlu8ST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqPwD4QQoC5BmockLTGPZfWxucWlu8ST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqPwD4QQoC5BmockLTGPZfWxucWlu8ST > .row .container > .video-iframe-container { display: none; }#kqPwD4QQoC5BmockLTGPZfWxucWlu8ST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqPwD4QQoC5BmockLTGPZfWxucWlu8ST > .row > .video-iframe-container { display: none; }#kqPwD4QQoC5BmockLTGPZfWxucWlu8ST > .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); }#kqPwD4QQoC5BmockLTGPZfWxucWlu8ST > .row .container { border-width: 0; border-radius: 0; }#kqPwD4QQoC5BmockLTGPZfWxucWlu8ST > .row > .video-iframe-container {  }#kqPwD4QQoC5BmockLTGPZfWxucWlu8ST > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:75rem;position:relative;display:block; }#IUbXTrTGy2v7GwRNSnuyV2wU2TFZOmTH { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.4375rem;top:10.125rem;left:9.4375rem;overflow:hidden;display:block; }
#ouDTR3ik84T9GwTnsuTNfZdE59STAVUF { color:#0a0080;display:block;width:23.1875rem;position:absolute;font-family:"proxima nova ok";font-size:1.625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4rem;left:25.90625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OK23srRpiRVGIMuoR0xv5Mg5U9CrTarQ { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:4.1875rem;width:57.375rem;top:9.75rem;left:8.8125rem;display:block; }
#oqMo3NXteWC07EmfV8Ut1TOyggIXaNTA { color:#000000;display:block;width:39.25rem;position:absolute;font-family:"proxima nova ok";font-size:1.1875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:11.1875rem;left:14.125rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vIRItZ5MuozHmlXC2IbIkZTox1fRJMt7 { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:4.1875rem;width:57.375rem;top:15.1875rem;left:8.8125rem;display:block; }
#ypsW8MPCLTmSQEy2J3bBARMwug0QOXuT { color:#000000;display:block;width:43.9375rem;position:absolute;font-family:"proxima nova ok";font-size:1.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:16.625rem;left:14.125rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QqwCG4LIJEvS74SWB4A0sm9Jko29Ik9L { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.4375rem;top:15.5625rem;left:9.4375rem;overflow:hidden;display:block; }
#oH6cHTRV8bHyMLvDtkv5t3koElJGle9A { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:4.1875rem;width:57.375rem;top:20.5rem;left:8.8125rem;display:block; }
#AmH3Sxc838sT1JETdB6D4rcSAXaBhs1R { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.4375rem;top:20.875rem;left:9.4375rem;overflow:hidden;display:block; }
#nMpeFPlXvs2BU66dAnmqsoiW60fmUx5k { color:#000000;display:block;width:43.9375rem;position:absolute;font-family:"proxima nova ok";font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:21.9375rem;left:14.125rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I89wERWW0VAOKhkUJhs7tzlzD5vWwkHt { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:4.1875rem;width:57.375rem;top:25.875rem;left:8.8125rem;display:block; }
#LEKe1lQwDDfiTwTvTucE7VGbqQk7vXC4 { color:#000000;display:block;width:48rem;position:absolute;font-family:"proxima nova ok";font-size:1.1875rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:27.3125rem;left:14.125rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k8tzTKJWvBwgK5hU0itennknZzXhEIad { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.4375rem;top:26.25rem;left:9.4375rem;overflow:hidden;display:block; }
#TdaHEXiypunIxccy587GEudABnavkOO4 { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:4.1875rem;width:57.375rem;top:31.1875rem;left:8.8125rem;display:block; }
#MIbgi7mxMuQMF8iTiIkP8JHKoTOLHgzQ { color:#000000;display:block;width:43.9375rem;position:absolute;font-family:"proxima nova ok";font-size:1.1875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:32.625rem;left:14.125rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#unRUQ2Kttd0THdupognbkuW8PduUWigX { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.4375rem;top:31.5625rem;left:9.4375rem;overflow:hidden;display:block; }
#GEXfZHv8AwEobhp4167W31Agw0kFi7QB { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:4.1875rem;width:57.375rem;top:36.5rem;left:8.8125rem;display:block; }
#VJw6roZItEdPyWOxTSoES7dJ5D64LH73 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.4375rem;top:36.875rem;left:9.4375rem;overflow:hidden;display:block; }
#AsU0qZcdSrsSzdBvlfbKw2QCk21diRy3 { color:#000000;display:block;width:43.9375rem;position:absolute;font-family:"proxima nova ok";font-size:1.1875rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:37.9375rem;left:14.125rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hnQErdOEsCcBxaLQCn70ZOG4JnMeJzfz { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:4.1875rem;width:57.375rem;top:41.8125rem;left:8.8125rem;display:block; }
#XRWEl6wmHqkOSBRrm4n9Nfu9qAF5JPBS { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.4375rem;top:42.1875rem;left:9.4375rem;overflow:hidden;display:block; }
#zOfXc50k9pnfTygmttk2xWqUV1vKIEx0 { color:#000000;display:block;width:48.6875rem;position:absolute;font-family:"proxima nova ok";font-size:1.1875rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:43.25rem;left:14.125rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MVvXtv7xF8d0K1ev5p64AqivA0MAiM4k { background-color:#000000;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 > .video-iframe-container {  }#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:24.6875rem;position:absolute;font-family:"proxima nova ok";font-size:0.8125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:1.8779296875rem;left:38.3125rem;height:1.05615rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#l0NbFvzPiThz1XZgGVX1X7Xf1tbyVTpT { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:8.75rem;top:1.28125rem;left:13.75rem;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:7.875rem;left:5.5625rem;width:37.5rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf4UWJTfAo6vXCmJu4awi9ZhrTNVdDq3 { top:29rem;left:1rem;width:23.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMbxTO3lOpUWBCuQsi9b6TQWKpa1gBUx { top:29.625rem;left:4.6875rem;width:17.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADEgfTFOyCesXuTqk9oJEJ0SwPwixlmb { top:29.5625rem;left:24.1875rem;width:20.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvzQLFfNQftbwKhd8ZhzxD4dkCQQhQV7 { top:29rem;left:21.1875rem;width:24.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqiRwwfkX6UlDVXkeNIzBq4Ch7ZtDyu7 { top:29.375rem;left:2rem;width:1.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MklsvqTaguiqpAB9rP4n73504kKrllBh { top:3.9375rem;left:1.4375rem;width:14.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR6FCVXTa7TFR5ibBNQdZnK06oQ8I0Tx { width:16.0625rem;height:3.4375rem;top:35.5625rem;left:15.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6bnz5bybyALt30sJef00AKaCok0kPmR { display:block; }
 }@media only screen and (max-width: 763px) { #NTyBV8QT0ysVAGIGIKNmFynb248K7nOr { top:3.25rem;left:36.5rem;width:11.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzVXqp1e7cFJTDJEXTL7gfnQMa4thAtD { top:3.4375rem;left:0rem;width:20.625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV4FNTmGKtfxDZb1tM4gtAlxEaiZ7fOF { display:block; }#VV4FNTmGKtfxDZb1tM4gtAlxEaiZ7fOF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf { display:flex;width:4.5rem;height:5.0625rem;top:10.625rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #xO7IrFCkh7t6o3BuU24v8N1XbZBmsThA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #eT4yrtT2ETg9AHdHQJ3WZ0lHDxDq7HTi {  }
 }@media only screen and (max-width: 763px) { #pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #W9WcOlqid8wcm7tQAsLzKJ2TraaUEF3v {  }
 }@media only screen and (max-width: 763px) { #pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #muZVl9QuK2PZQdZr3TOLha6ZcPkT8ts8 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #h6wrJETiysxWDPnpTMfhdDwwSi7UTcz3 {  }
 }@media only screen and (max-width: 763px) { #pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #QWwfMNXxqbBdc1kDTDmTQI5UdtkcmzOW {  }
 }@media only screen and (max-width: 763px) { #pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #piPxtWOUTKo8RrIV8onM9PUUXT3AhBeT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #As8Cv31opoED4560omGNdow45qycZ0e4 {  }
 }@media only screen and (max-width: 763px) { #pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #K50MNmRJug46PbCTwTghcGt3B6WuXQ8e {  }
 }@media only screen and (max-width: 763px) { #pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #Rrgy57mk3U6c0MKSG5GX6RzS0UAdFxVn { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #dyKQu4paSa1UOs7dJ2xUmkTl4ERirUg5 {  }
 }@media only screen and (max-width: 763px) { #pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #yxAxTQPdJkoB3QkK08LgGlWquO6b7s1p {  }
 }@media only screen and (max-width: 763px) { #NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF { display:flex;width:4.5rem;height:5.0625rem;top:10.625rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #GGMEBrQC0y9n7CXmu2fUZb7CVuaDnDHq { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #gofsUet9rcD0ASkskzTET8tHtbslxlDQ {  }
 }@media only screen and (max-width: 763px) { #NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #L0vAC7Fit3IqUEUHkJva2yLT0SQDkhnq {  }
 }@media only screen and (max-width: 763px) { #NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #LU6ca2B0WKmfLzOQbCNz5nTI0hwoxk6D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #ff35rbA1O8f8xo7m7zB5GTLTn1Nv6MFK {  }
 }@media only screen and (max-width: 763px) { #NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #BaQsUSkrDztb9EZT49ZXlf48vPTcNb5h {  }
 }@media only screen and (max-width: 763px) { #NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #nnWQdVW5VdrIS3STxTtmQXIeSmnaZdS7 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #T4S52EN2UDXMFtxuEAr5zXsuLMrsBLH9 {  }
 }@media only screen and (max-width: 763px) { #NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #ZUnvRGVDIcxRqL4yMRmmTZyiNmddxH4M {  }
 }@media only screen and (max-width: 763px) { #NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #IBAU77OFNoEdVlTkBDoXPafJ8f9RDuRy { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #UZTHvN9S5qnFvqCC1pqv7hQXNLJAiSHw {  }
 }@media only screen and (max-width: 763px) { #NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #BfM7wM5PlBpQfWQf9UaBhLsKkbohCAmR {  }
 }@media only screen and (max-width: 763px) { #yxSK3wh8TureNnoTorFzfXgfWcx6mcbl { top:14.625rem;left:14.1875rem;width:2.25rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB4f19TTOHiBI2wE71pJaTQxubRGN4i5 { top:12.3125rem;left:2.625rem;width:42.5rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP { display:flex;width:4.5rem;height:5.0625rem;top:10.625rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #G7X14gqHmL410mRntHxsHLWk6OBsl9ch { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #JNnZlWHZw5T42o74C1SXRTtfw5gxSae1 {  }
 }@media only screen and (max-width: 763px) { #lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #abP0sc5oiGbR8oeOl82qwp1hGD3PbdTE {  }
 }@media only screen and (max-width: 763px) { #lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #muCTdPqzwvVay26pVavbSw3772okd6dz { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #Act8OreASDwcKWlDWBCmTM4MXsTQKxDQ {  }
 }@media only screen and (max-width: 763px) { #lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #nI2rCWP7SaILu8QtgpPrQIrUHknBMFXa {  }
 }@media only screen and (max-width: 763px) { #lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #kyESLgTA1MvwxItETvRRsFn6ao9pvokJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #PWrFq5cty2OOLDS5VtgDo3uiXx4aKSSP {  }
 }@media only screen and (max-width: 763px) { #lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #mFS1uO4U4lzgTba5KUSM06J0mm9CHrEH {  }
 }@media only screen and (max-width: 763px) { #lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #lsf5X01GnZOe8RsviI9wxbn5GT1SbnC2 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #c30N8nkRJ997c234GRv0MQ6TfdhuiKfx {  }
 }@media only screen and (max-width: 763px) { #lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #t6JpAIHWvtboknJHWOmsvA2bIl20zTwB {  }
 }@media only screen and (max-width: 763px) { #GFcglE9l0a86mTQiiFCwTlK8cRRCTwO9 { top:14.625rem;left:22.75rem;width:2.25rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLFaU0a9n3iyV17bZTq6zUqL61MmMz34 { top:18.375rem;left:8.8125rem;width:4.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l25rf0rXzEODxSRrkg1lSBuZDt9uTywI { top:18.375rem;left:17.4375rem;width:4.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U60X17EA0VcNtGE9BhVCK3b138gBuTXR { top:18.375rem;left:24.9375rem;width:6.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUfCKTir4kQ5T63T6A6BMw9Qetox8haC .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VUfCKTir4kQ5T63T6A6BMw9Qetox8haC .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#VUfCKTir4kQ5T63T6A6BMw9Qetox8haC .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#VUfCKTir4kQ5T63T6A6BMw9Qetox8haC { display:flex;width:4.5rem;height:5.0625rem;top:10.625rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #G30pQ3hZdOzedrycEJkXw67EFpE4uSGu { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #qMM0Wwwbqdy6IIm9DViHUDwMXNT8uDax {  }
 }@media only screen and (max-width: 763px) { #VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #T3yAv0Kd0ORooi1PvyklGMiGeQ3Z8Aii {  }
 }@media only screen and (max-width: 763px) { #VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #Th9F82et3LOAeJOSEzoGEPzqJJhLoBzI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #HerxELZdrR5LGZHWGPPnewtvPNHoNbzE {  }
 }@media only screen and (max-width: 763px) { #VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #k4ZSAqSTGv9eSSkonbEKqIA6XhkQC8dg {  }
 }@media only screen and (max-width: 763px) { #VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #cVesGixMucyDW1zM1nQqxuUr1WbVUkPf { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #sSmZtxubCcDWc8gS1nhvxWMT20pmHQXJ {  }
 }@media only screen and (max-width: 763px) { #VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #USgxuaqe3gT7zi7cJsNKksPblGlTcEkX {  }
 }@media only screen and (max-width: 763px) { #VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #FLoD440HBQOXWbbCgRhxTK4zz2sXz77P { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #tfiGnRGz7QVkKhrepZAI8yV6iNIQwnol {  }
 }@media only screen and (max-width: 763px) { #VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #CE4D2b8DDxxiWEDTGolsWdwvemW9tTSM {  }
 }@media only screen and (max-width: 763px) { #OSwLklJWZIND896ZQK66476uhiTWfCA0 { top:14.625rem;left:31.25rem;width:2.25rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEveTWB1VkcAOgU0nifXLJ8zLDkbQlHA { top:20.9375rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plSTTHe0CTtur3L24v3x5mq5rZN69pwy { top:18.375rem;left:33.375rem;width:6.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph9OIBKL0PFf11UwnQg9nbOPZCCCu86I { top:4.625rem;left:5.375rem;width:37rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVdGmCqV4Ng09hWZpan9wDzk7wvilygy { top:1.375rem;left:0rem;width:18.375rem;height:4.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pKvoKpuQ6kaVNuQWUvfWS91zQeHeTPqM { display:block; }#pKvoKpuQ6kaVNuQWUvfWS91zQeHeTPqM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-regular-label { width:40.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-input-text { width:40.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-input-text {padding-top: 0; padding-bottom: 0;}#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-textarea { width:40.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-input-select { width:40.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-input-select {padding-top: 0; padding-bottom: 0;}#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-input-button { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:21.75rem; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-checkbox-label { width:39.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl  { width:40.9375rem;height:auto;top:8.375rem;left:2.875rem; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .radio-container { width:40.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl {display:block;}#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl { width:40.9375rem;height:auto;top:8.375rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #r1JlI3icbSv9o8995DdTuMALMecA9lEZ {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #XHk7iK5ErEzLAp7oMediJE7srreL05xv {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #MQ0P4eTbGgGS7Ouk6z61I4Kvybznxc90 {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #ZTn5mqTNFZCOe3XDtFSDUh85H2Mew9Cd {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #MeT2ByggUT63VukacVMf0PZdcArxorZi {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #JvPWfHBfltWZupntkRiPwv3yKCJwfXZR {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #bTmFcVnpFSmmiOnVe1ENb6ESRbHu977k {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #l8h7zu6K1wF54t3Z3DXTNHeN3rNewuKZ {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #nOlP1zceu27tl0hlvZoAZAGuK1U5udv1 {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #wPcqEWdF2FKg9Si2zmATJ8nV3v8NFXTg {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #Qskr24pJnqSvxqRhJ9gdcdgWxbRQsooW {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #NS3xfQAStdAfTa1mtBRCzqhcCy6vcOuc {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #Qck4DWilBKnJzqAGhPghHxwxZtXsTldL {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #T0sOEAd0bWL83RaeU9T7vcMJ81Eca609 {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #TLIRCgobXIre2tcKeoFpoabbFPWa7O2e {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #VRDCTiGOfIF03apph9EllxJCHvCsuaDJ {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #VuTrTyneJgqP17IoDfKUtRUZ52T1RQVx {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #O6vuf1SytO8iiuTDmhMbG1w2o2oQT3p4 {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #Zo7ySBTTMnUVRIl3tShbcoCG0yBGzHqf {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #irHWLmzEbvLXplzIf2iVEWTnL5BMHRDe {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #xz9iU6LhLvtcFwF8TU8GeRhrvtOT3I6N {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #VSE7h05OrxeSoFQ2KsDAFnGOblCuE3ZN {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #TRCkwtbgfheMn3ieh4aAmOfIzprVxCTM {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #Iuggf7GR7BzE1JpyTSBXhDf7fcECwFdi {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #ysRSHbgaCX2fRdTliBsZGSAtmiILLwpE {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #B7UFgREUO3HsSyfMM1FxIQT77gQeIgXR {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #i9iPVNSobG1O6rI7oIuFPrO2TzccF06T {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #mbiupWxWnozLtCv5a1Xh1q0rTK0IJdDA {  }
 }@media only screen and (max-width: 763px) { #ESpvWVXL6DIUETriL4iIqBcP8s3g2TDH { width:12.625rem;height:2.6875rem;top:4.8125rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNVbGBDwTnTDwdp6rZa8bhv9B2LG9Rim { display:block; }
 }@media only screen and (max-width: 763px) { #xrs3Jo0m4dOnRIKEpqJdQS7dfqyqUUyT { top:4.6875rem;left:4.0625rem;width:18.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaIQ2SuT15AwPwdE4A6s3RSIHZdZPKdz { top:5.375rem;left:42.125rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d14FOXRs6BIhH0BVz5XU1hU4exiHNNdJ { width:12rem;height:2.875rem;top:52.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR4ahVhLoJDcvL1d32Zo9OUo6PnCT02E { display:block; }
 }@media only screen and (max-width: 763px) { #kqPwD4QQoC5BmockLTGPZfWxucWlu8ST { display:block; }#kqPwD4QQoC5BmockLTGPZfWxucWlu8ST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUbXTrTGy2v7GwRNSnuyV2wU2TFZOmTH { top:10.125rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouDTR3ik84T9GwTnsuTNfZdE59STAVUF { top:4rem;left:12.28125rem;width:23.1875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK23srRpiRVGIMuoR0xv5Mg5U9CrTarQ { top:9.75rem;left:0rem;width:47.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqMo3NXteWC07EmfV8Ut1TOyggIXaNTA { top:11.1875rem;left:0.5rem;width:39.25rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIRItZ5MuozHmlXC2IbIkZTox1fRJMt7 { top:15.1875rem;left:0rem;width:47.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypsW8MPCLTmSQEy2J3bBARMwug0QOXuT { top:16.625rem;left:0.5rem;width:43.9375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqwCG4LIJEvS74SWB4A0sm9Jko29Ik9L { top:15.5625rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH6cHTRV8bHyMLvDtkv5t3koElJGle9A { top:20.5rem;left:0rem;width:47.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmH3Sxc838sT1JETdB6D4rcSAXaBhs1R { top:20.875rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMpeFPlXvs2BU66dAnmqsoiW60fmUx5k { top:21.9375rem;left:0.5rem;width:43.9375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I89wERWW0VAOKhkUJhs7tzlzD5vWwkHt { top:25.875rem;left:0rem;width:47.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEKe1lQwDDfiTwTvTucE7VGbqQk7vXC4 { top:27.3125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8tzTKJWvBwgK5hU0itennknZzXhEIad { top:26.25rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdaHEXiypunIxccy587GEudABnavkOO4 { top:31.1875rem;left:0rem;width:47.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIbgi7mxMuQMF8iTiIkP8JHKoTOLHgzQ { top:32.625rem;left:0.5rem;width:43.9375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unRUQ2Kttd0THdupognbkuW8PduUWigX { top:31.5625rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEXfZHv8AwEobhp4167W31Agw0kFi7QB { top:36.5rem;left:0rem;width:47.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJw6roZItEdPyWOxTSoES7dJ5D64LH73 { top:36.875rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsU0qZcdSrsSzdBvlfbKw2QCk21diRy3 { top:37.9375rem;left:0.5rem;width:43.9375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnQErdOEsCcBxaLQCn70ZOG4JnMeJzfz { top:41.8125rem;left:0rem;width:47.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRWEl6wmHqkOSBRrm4n9Nfu9qAF5JPBS { top:42.1875rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOfXc50k9pnfTygmttk2xWqUV1vKIEx0 { top:43.25rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.9375rem;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.875rem;left:23.0625rem;width:24.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0NbFvzPiThz1XZgGVX1X7Xf1tbyVTpT { top:1.25rem;left:0.125rem;width:8.75rem;height:2.25rem;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/6ca7d4b5-559e-4346-9549-4ad75fb45108/Back1.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.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdKHWiBVExvvWIOzh9oDHgcaESD6cIR2 { width:18.75rem;height:9.0625rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf4UWJTfAo6vXCmJu4awi9ZhrTNVdDq3 { width:14.8125rem;height:1.75rem;top:13.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMbxTO3lOpUWBCuQsi9b6TQWKpa1gBUx { width:13.6875rem;height:1.21875rem;top:13.859375rem;left:2.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADEgfTFOyCesXuTqk9oJEJ0SwPwixlmb { width:13.125rem;height:1.13720625rem;top:15.625rem;left:1.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvzQLFfNQftbwKhd8ZhzxD4dkCQQhQV7 { width:14.8125rem;height:2.4375rem;top:14.625rem;left:0.75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqiRwwfkX6UlDVXkeNIzBq4Ch7ZtDyu7 { width:1.3125rem;height:1.25rem;top:13.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MklsvqTaguiqpAB9rP4n73504kKrllBh { width:9.625rem;height:0;top:0.77490234375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yR6FCVXTa7TFR5ibBNQdZnK06oQ8I0Tx { width:10.4375rem;height:1.875rem;top:18.375rem;left:0.75rem;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) { #RzVXqp1e7cFJTDJEXTL7gfnQMa4thAtD { width:9.625rem;height:2.4375rem;top:0.77490234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VV4FNTmGKtfxDZb1tM4gtAlxEaiZ7fOF { display:block; }#VV4FNTmGKtfxDZb1tM4gtAlxEaiZ7fOF > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf .widget-text.counter-number { padding-top:0.4875rem;padding-right:0.42875rem;padding-bottom:0.4875rem;padding-left:0.42875rem;width:2.57125rem;min-width:2.57125rem;height:2.62125rem;font-size:1.95rem;line-height:41.94px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.305rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.429375rem;height:1.03625rem;font-size:0.731875rem;line-height:16.58px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf { display:flex;width:4.4375rem;height:4.9375rem;top:5.875rem;left:1rem;padding-top:1.27375rem;padding-right:1.30125rem;padding-bottom:1.27375rem;padding-left:1.30125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #xO7IrFCkh7t6o3BuU24v8N1XbZBmsThA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #eT4yrtT2ETg9AHdHQJ3WZ0lHDxDq7HTi {  }
 }@media only screen and (max-width: 763px) { #pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #W9WcOlqid8wcm7tQAsLzKJ2TraaUEF3v {  }
 }@media only screen and (max-width: 763px) { #pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #muZVl9QuK2PZQdZr3TOLha6ZcPkT8ts8 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #h6wrJETiysxWDPnpTMfhdDwwSi7UTcz3 {  }
 }@media only screen and (max-width: 763px) { #pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #QWwfMNXxqbBdc1kDTDmTQI5UdtkcmzOW {  }
 }@media only screen and (max-width: 763px) { #pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #piPxtWOUTKo8RrIV8onM9PUUXT3AhBeT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #As8Cv31opoED4560omGNdow45qycZ0e4 {  }
 }@media only screen and (max-width: 763px) { #pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #K50MNmRJug46PbCTwTghcGt3B6WuXQ8e {  }
 }@media only screen and (max-width: 763px) { #pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #Rrgy57mk3U6c0MKSG5GX6RzS0UAdFxVn { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #dyKQu4paSa1UOs7dJ2xUmkTl4ERirUg5 {  }
 }@media only screen and (max-width: 763px) { #pMfQN6wb0qb7ZoxahIXstxJvywd1dLJf #yxAxTQPdJkoB3QkK08LgGlWquO6b7s1p {  }
 }@media only screen and (max-width: 763px) { #NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF { display:flex;width:4.5rem;height:5.0625rem;top:5.6875rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #GGMEBrQC0y9n7CXmu2fUZb7CVuaDnDHq { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #gofsUet9rcD0ASkskzTET8tHtbslxlDQ {  }
 }@media only screen and (max-width: 763px) { #NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #L0vAC7Fit3IqUEUHkJva2yLT0SQDkhnq {  }
 }@media only screen and (max-width: 763px) { #NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #LU6ca2B0WKmfLzOQbCNz5nTI0hwoxk6D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #ff35rbA1O8f8xo7m7zB5GTLTn1Nv6MFK {  }
 }@media only screen and (max-width: 763px) { #NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #BaQsUSkrDztb9EZT49ZXlf48vPTcNb5h {  }
 }@media only screen and (max-width: 763px) { #NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #nnWQdVW5VdrIS3STxTtmQXIeSmnaZdS7 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #T4S52EN2UDXMFtxuEAr5zXsuLMrsBLH9 {  }
 }@media only screen and (max-width: 763px) { #NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #ZUnvRGVDIcxRqL4yMRmmTZyiNmddxH4M {  }
 }@media only screen and (max-width: 763px) { #NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #IBAU77OFNoEdVlTkBDoXPafJ8f9RDuRy { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #UZTHvN9S5qnFvqCC1pqv7hQXNLJAiSHw {  }
 }@media only screen and (max-width: 763px) { #NC2fVmkPLi5TvlQZ7Pr8esr3INGeuaOF #BfM7wM5PlBpQfWQf9UaBhLsKkbohCAmR {  }
 }@media only screen and (max-width: 763px) { #yxSK3wh8TureNnoTorFzfXgfWcx6mcbl { width:2.25rem;height:2.03125rem;top:7.75rem;left:4.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB4f19TTOHiBI2wE71pJaTQxubRGN4i5 { width:17.875rem;height:4.625rem;top:7.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP { display:flex;width:4.5rem;height:5.0625rem;top:5.6875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #G7X14gqHmL410mRntHxsHLWk6OBsl9ch { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #JNnZlWHZw5T42o74C1SXRTtfw5gxSae1 {  }
 }@media only screen and (max-width: 763px) { #lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #abP0sc5oiGbR8oeOl82qwp1hGD3PbdTE {  }
 }@media only screen and (max-width: 763px) { #lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #muCTdPqzwvVay26pVavbSw3772okd6dz { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #Act8OreASDwcKWlDWBCmTM4MXsTQKxDQ {  }
 }@media only screen and (max-width: 763px) { #lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #nI2rCWP7SaILu8QtgpPrQIrUHknBMFXa {  }
 }@media only screen and (max-width: 763px) { #lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #kyESLgTA1MvwxItETvRRsFn6ao9pvokJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #PWrFq5cty2OOLDS5VtgDo3uiXx4aKSSP {  }
 }@media only screen and (max-width: 763px) { #lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #mFS1uO4U4lzgTba5KUSM06J0mm9CHrEH {  }
 }@media only screen and (max-width: 763px) { #lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #lsf5X01GnZOe8RsviI9wxbn5GT1SbnC2 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #c30N8nkRJ997c234GRv0MQ6TfdhuiKfx {  }
 }@media only screen and (max-width: 763px) { #lTO1eW0gIVmvq0lm8G9JpewODXBCE1yP #t6JpAIHWvtboknJHWOmsvA2bIl20zTwB {  }
 }@media only screen and (max-width: 763px) { #GFcglE9l0a86mTQiiFCwTlK8cRRCTwO9 { width:2.25rem;height:2.03125rem;top:7.75rem;left:8.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLFaU0a9n3iyV17bZTq6zUqL61MmMz34 { width:4.375rem;height:0.9746125rem;top:10rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l25rf0rXzEODxSRrkg1lSBuZDt9uTywI { width:4.375rem;height:0.9746125rem;top:10rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U60X17EA0VcNtGE9BhVCK3b138gBuTXR { width:6.375rem;height:0.9746125rem;top:10rem;left:8.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUfCKTir4kQ5T63T6A6BMw9Qetox8haC .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VUfCKTir4kQ5T63T6A6BMw9Qetox8haC .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#VUfCKTir4kQ5T63T6A6BMw9Qetox8haC .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#VUfCKTir4kQ5T63T6A6BMw9Qetox8haC { display:flex;width:4.5rem;height:5.0625rem;top:5.6875rem;left:12.8125rem;z-index:99984; }
 }@media only screen and (max-width: 763px) { #VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #G30pQ3hZdOzedrycEJkXw67EFpE4uSGu { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #qMM0Wwwbqdy6IIm9DViHUDwMXNT8uDax {  }
 }@media only screen and (max-width: 763px) { #VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #T3yAv0Kd0ORooi1PvyklGMiGeQ3Z8Aii {  }
 }@media only screen and (max-width: 763px) { #VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #Th9F82et3LOAeJOSEzoGEPzqJJhLoBzI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #HerxELZdrR5LGZHWGPPnewtvPNHoNbzE {  }
 }@media only screen and (max-width: 763px) { #VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #k4ZSAqSTGv9eSSkonbEKqIA6XhkQC8dg {  }
 }@media only screen and (max-width: 763px) { #VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #cVesGixMucyDW1zM1nQqxuUr1WbVUkPf { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #sSmZtxubCcDWc8gS1nhvxWMT20pmHQXJ {  }
 }@media only screen and (max-width: 763px) { #VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #USgxuaqe3gT7zi7cJsNKksPblGlTcEkX {  }
 }@media only screen and (max-width: 763px) { #VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #FLoD440HBQOXWbbCgRhxTK4zz2sXz77P { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #tfiGnRGz7QVkKhrepZAI8yV6iNIQwnol {  }
 }@media only screen and (max-width: 763px) { #VUfCKTir4kQ5T63T6A6BMw9Qetox8haC #CE4D2b8DDxxiWEDTGolsWdwvemW9tTSM {  }
 }@media only screen and (max-width: 763px) { #OSwLklJWZIND896ZQK66476uhiTWfCA0 { width:2.25rem;height:2.03125rem;top:7.75rem;left:12.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEveTWB1VkcAOgU0nifXLJ8zLDkbQlHA { width:1.5625rem;height:1.5625rem;top:10.912109375rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plSTTHe0CTtur3L24v3x5mq5rZN69pwy { width:6.375rem;height:0.9746125rem;top:10rem;left:12.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph9OIBKL0PFf11UwnQg9nbOPZCCCu86I { width:18.375rem;height:0;top:0.51416015625rem;left:0.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PVdGmCqV4Ng09hWZpan9wDzk7wvilygy { width:18.375rem;height:4.63036875rem;top:1.07666015625rem;left:0.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #pKvoKpuQ6kaVNuQWUvfWS91zQeHeTPqM { background-color:#fa1992;background-image:none;display:block; }#pKvoKpuQ6kaVNuQWUvfWS91zQeHeTPqM > .row .container { background-color: transparent; background-image: none; }#pKvoKpuQ6kaVNuQWUvfWS91zQeHeTPqM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKvoKpuQ6kaVNuQWUvfWS91zQeHeTPqM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKvoKpuQ6kaVNuQWUvfWS91zQeHeTPqM > .row .container > .video-iframe-container { display: none; }#pKvoKpuQ6kaVNuQWUvfWS91zQeHeTPqM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKvoKpuQ6kaVNuQWUvfWS91zQeHeTPqM > .row > .video-iframe-container { display: none; }#pKvoKpuQ6kaVNuQWUvfWS91zQeHeTPqM > .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); }#pKvoKpuQ6kaVNuQWUvfWS91zQeHeTPqM > .row .container { width:20rem;height:45.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto;line-height:1.9; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.875rem; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-input-text {padding-top: 0; padding-bottom: 0;}#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.875rem; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-input-select {padding-top: 0; padding-bottom: 0;}#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-input-button { width:8.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:9.3125rem;height:2.25rem;line-height:1;font-size:0.875rem;overflow:hidden;text-align:center;text-align-last:center; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl  { width:17.5rem;height:auto;top:3.1875rem;left:0rem; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl .widget-info-text { line-height:.4;overflow:hidden;height:auto; }
#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl {display:block;}#eOapk4tXNoisHuHaKImyQKHBtIrtfVSl { width:17.5rem;height:auto;top:3.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #r1JlI3icbSv9o8995DdTuMALMecA9lEZ {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #XHk7iK5ErEzLAp7oMediJE7srreL05xv {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #MQ0P4eTbGgGS7Ouk6z61I4Kvybznxc90 {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #ZTn5mqTNFZCOe3XDtFSDUh85H2Mew9Cd {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #MeT2ByggUT63VukacVMf0PZdcArxorZi {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #JvPWfHBfltWZupntkRiPwv3yKCJwfXZR {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #bTmFcVnpFSmmiOnVe1ENb6ESRbHu977k {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #l8h7zu6K1wF54t3Z3DXTNHeN3rNewuKZ {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #nOlP1zceu27tl0hlvZoAZAGuK1U5udv1 {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #wPcqEWdF2FKg9Si2zmATJ8nV3v8NFXTg {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #Qskr24pJnqSvxqRhJ9gdcdgWxbRQsooW {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #NS3xfQAStdAfTa1mtBRCzqhcCy6vcOuc {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #Qck4DWilBKnJzqAGhPghHxwxZtXsTldL {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #T0sOEAd0bWL83RaeU9T7vcMJ81Eca609 {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #TLIRCgobXIre2tcKeoFpoabbFPWa7O2e {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #VRDCTiGOfIF03apph9EllxJCHvCsuaDJ {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #VuTrTyneJgqP17IoDfKUtRUZ52T1RQVx {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #O6vuf1SytO8iiuTDmhMbG1w2o2oQT3p4 {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #Zo7ySBTTMnUVRIl3tShbcoCG0yBGzHqf {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #irHWLmzEbvLXplzIf2iVEWTnL5BMHRDe {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #xz9iU6LhLvtcFwF8TU8GeRhrvtOT3I6N {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #VSE7h05OrxeSoFQ2KsDAFnGOblCuE3ZN {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #TRCkwtbgfheMn3ieh4aAmOfIzprVxCTM {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #Iuggf7GR7BzE1JpyTSBXhDf7fcECwFdi {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #ysRSHbgaCX2fRdTliBsZGSAtmiILLwpE {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #B7UFgREUO3HsSyfMM1FxIQT77gQeIgXR {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #i9iPVNSobG1O6rI7oIuFPrO2TzccF06T {  }
 }@media only screen and (max-width: 763px) { #eOapk4tXNoisHuHaKImyQKHBtIrtfVSl #mbiupWxWnozLtCv5a1Xh1q0rTK0IJdDA {  }
 }@media only screen and (max-width: 763px) { #ESpvWVXL6DIUETriL4iIqBcP8s3g2TDH { width:8.5625rem;height:1.625rem;top:2.1875rem;left:11.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNVbGBDwTnTDwdp6rZa8bhv9B2LG9Rim { display:block; }
 }@media only screen and (max-width: 763px) { #xrs3Jo0m4dOnRIKEpqJdQS7dfqyqUUyT { width:11.4375rem;height:1.54345625rem;top:2.375rem;left:1.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaIQ2SuT15AwPwdE4A6s3RSIHZdZPKdz { width:0.875rem;height:0.875rem;top:2.5rem;left:18.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d14FOXRs6BIhH0BVz5XU1hU4exiHNNdJ { width:8.1875rem;height:2.3125rem;top:40.25rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR4ahVhLoJDcvL1d32Zo9OUo6PnCT02E { display:block; }
 }@media only screen and (max-width: 763px) { #kqPwD4QQoC5BmockLTGPZfWxucWlu8ST { background-color:#f1f2f2;background-image:url("https://images.assets-landingi.com/uc/c982d196-3d8d-4316-83cc-c235b8922ec4/Fondoagenda.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kqPwD4QQoC5BmockLTGPZfWxucWlu8ST.adaptive-delivery-prevent-bg, #kqPwD4QQoC5BmockLTGPZfWxucWlu8ST.lazyload, #kqPwD4QQoC5BmockLTGPZfWxucWlu8ST.lazyloading { background-image: none; }#kqPwD4QQoC5BmockLTGPZfWxucWlu8ST > .row .container { background-color: transparent; background-image: none; }#kqPwD4QQoC5BmockLTGPZfWxucWlu8ST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqPwD4QQoC5BmockLTGPZfWxucWlu8ST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqPwD4QQoC5BmockLTGPZfWxucWlu8ST > .row .container > .video-iframe-container { display: none; }#kqPwD4QQoC5BmockLTGPZfWxucWlu8ST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqPwD4QQoC5BmockLTGPZfWxucWlu8ST > .row > .video-iframe-container { display: none; }#kqPwD4QQoC5BmockLTGPZfWxucWlu8ST > .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); }#kqPwD4QQoC5BmockLTGPZfWxucWlu8ST > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUbXTrTGy2v7GwRNSnuyV2wU2TFZOmTH { width:2.8125rem;height:2.8125rem;top:4.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouDTR3ik84T9GwTnsuTNfZdE59STAVUF { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK23srRpiRVGIMuoR0xv5Mg5U9CrTarQ { width:20rem;height:4.1875rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqMo3NXteWC07EmfV8Ut1TOyggIXaNTA { width:13.1875rem;height:3.65625rem;top:4.3125rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIRItZ5MuozHmlXC2IbIkZTox1fRJMt7 { width:20rem;height:4.1875rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypsW8MPCLTmSQEy2J3bBARMwug0QOXuT { width:13.1875rem;height:3.65625rem;top:9.125rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqwCG4LIJEvS74SWB4A0sm9Jko29Ik9L { width:2.8125rem;height:2.8125rem;top:9.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH6cHTRV8bHyMLvDtkv5t3koElJGle9A { width:20rem;height:4.1875rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmH3Sxc838sT1JETdB6D4rcSAXaBhs1R { width:2.8125rem;height:2.8125rem;top:14.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMpeFPlXvs2BU66dAnmqsoiW60fmUx5k { width:13.1875rem;height:3.65625rem;top:14.125rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I89wERWW0VAOKhkUJhs7tzlzD5vWwkHt { width:20rem;height:4.1875rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEKe1lQwDDfiTwTvTucE7VGbqQk7vXC4 { width:13.1875rem;height:2.4375rem;top:19.4375rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8tzTKJWvBwgK5hU0itennknZzXhEIad { width:2.8125rem;height:2.8125rem;top:19.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdaHEXiypunIxccy587GEudABnavkOO4 { width:20rem;height:4.1875rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIbgi7mxMuQMF8iTiIkP8JHKoTOLHgzQ { width:13.1875rem;height:2.4375rem;top:24.25rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unRUQ2Kttd0THdupognbkuW8PduUWigX { width:2.8125rem;height:2.8125rem;top:24.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEXfZHv8AwEobhp4167W31Agw0kFi7QB { width:20rem;height:4.1875rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJw6roZItEdPyWOxTSoES7dJ5D64LH73 { width:2.8125rem;height:2.8125rem;top:28.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsU0qZcdSrsSzdBvlfbKw2QCk21diRy3 { width:15.0625rem;height:2.4375rem;top:29.0625rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnQErdOEsCcBxaLQCn70ZOG4JnMeJzfz { width:20rem;height:4.1875rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRWEl6wmHqkOSBRrm4n9Nfu9qAF5JPBS { width:2.8125rem;height:2.8125rem;top:33.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOfXc50k9pnfTygmttk2xWqUV1vKIEx0 { width:13.1875rem;height:3.65625rem;top:33.375rem;left:4.625rem;font-size:0.9375rem;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:8.75rem;height:1.625rem;top:0.47802734375rem;left:11.25rem;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; }
 }