.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); }#MwKMb8StLi2OanhFfTzm9hK7lig9gT2R { 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; }#MwKMb8StLi2OanhFfTzm9hK7lig9gT2R.adaptive-delivery-prevent-bg, #MwKMb8StLi2OanhFfTzm9hK7lig9gT2R.lazyload, #MwKMb8StLi2OanhFfTzm9hK7lig9gT2R.lazyloading { background-image: none; }#MwKMb8StLi2OanhFfTzm9hK7lig9gT2R > .row .container { background-color: transparent; background-image: none; }#MwKMb8StLi2OanhFfTzm9hK7lig9gT2R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwKMb8StLi2OanhFfTzm9hK7lig9gT2R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwKMb8StLi2OanhFfTzm9hK7lig9gT2R > .row .container > .video-iframe-container { display: none; }#MwKMb8StLi2OanhFfTzm9hK7lig9gT2R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwKMb8StLi2OanhFfTzm9hK7lig9gT2R > .row > .video-iframe-container { display: none; }#MwKMb8StLi2OanhFfTzm9hK7lig9gT2R > .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); }#MwKMb8StLi2OanhFfTzm9hK7lig9gT2R > .row .container { border-width: 0; border-radius: 0; }#MwKMb8StLi2OanhFfTzm9hK7lig9gT2R > .row > .video-iframe-container {  }#MwKMb8StLi2OanhFfTzm9hK7lig9gT2R > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:block; }#J2VxFIC8cA4uxtXp5r9FLC1RuZBtqOJA { 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; }
#xtsd7U8VQVC4MpN7p6mPXNvBi66Mte8N { 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; }
#mWCmFIW8Tr1LdIWwtTurBzcyb3QXetoE { 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; }
#lDvzhZaJ1hnAIJSvOnEoy4VsEpNuvyB3 { 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; }
#TzeaguHZ5URt4tr0UIfvQCkqQW7I0fPe { 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; }
#PzqyrClWVdeR1RM72ci0k8VOA4QKGCL7 { 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; }
#BOqxItDVM1TicH9tfKbiJFNWyacGuIbM { 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; }
#mPGBlnma51S1hQtl25xZKiTnQQxfwRID { 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; }
#Ed4GCHi08HErornzFpJJAgalqhzGC75M { 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; }
#rW8TSeAUiGtNV4MkGHKRnunoZU3MoTfu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a0080;background-image:none;position:relative;display:block; }#rW8TSeAUiGtNV4MkGHKRnunoZU3MoTfu > .row .container { background-color: transparent; background-image: none; }#rW8TSeAUiGtNV4MkGHKRnunoZU3MoTfu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rW8TSeAUiGtNV4MkGHKRnunoZU3MoTfu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rW8TSeAUiGtNV4MkGHKRnunoZU3MoTfu > .row .container > .video-iframe-container { display: none; }#rW8TSeAUiGtNV4MkGHKRnunoZU3MoTfu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rW8TSeAUiGtNV4MkGHKRnunoZU3MoTfu > .row > .video-iframe-container { display: none; }#rW8TSeAUiGtNV4MkGHKRnunoZU3MoTfu > .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); }#rW8TSeAUiGtNV4MkGHKRnunoZU3MoTfu > .row .container { border-width: 0; border-radius: 0; }#rW8TSeAUiGtNV4MkGHKRnunoZU3MoTfu > .row > .video-iframe-container {  }#rW8TSeAUiGtNV4MkGHKRnunoZU3MoTfu > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;position:relative;display:block; }#Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c .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; }
#Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;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; }
#Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c .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; }
#Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c { 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.5625rem;z-index:100009; }
#Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #RTcHXWOX7068J7nCDWZJzrr2Ez63iA77 { display:flex;position:relative;top:0rem;left:0rem; }
#Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #vheLhrl2VEeHOmKfGClXNm03GTg3ThCd { width:auto; }
#Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #gQIRVNvigIRxcaTTDosRkIl2hL6SbsU4 {  }
#Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #W8pfZ9mgTrODLcLel41ZpIZubaAqfITc { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #sqxTQafygbfdaDLqn6T7DKNd9GNUF5Hk {  }
#Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #Z7CJHqJdQmFVUG73R40ZguJHqZvSoL82 {  }
#Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #Wf5EhC97bDNLL1Og6WzntZy5LIKme2xK { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #hWxydKrWb8e08GopHogNN2DELAh8t2hJ {  }
#Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #ku8cBXgXOTox5R8Thc04eoNVPa45EHt5 {  }
#Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #MTaE2WP6zNBMH4VyRpgMJ7UNQKoeqTMq { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #bA3Ka0AI5Mp91RMIukHLtVgl45nBuvID {  }
#Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #GwqMAodm82O0FOSx5az5h1HXBBqfShdn {  }
#y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI .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; }
#y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;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; }
#y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI .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; }
#y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI { 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:28rem;z-index:100010; }
#y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #DUGnQRqsFQFMEOMenwMWw0aJb0iaBeCA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #bQgOUtkNHq1brpMmDgCesc0Q8Rwh3s5e { width:auto; }
#y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #QuVCK0A3K1vcNnTmRXU1gt7VQyuTad1X {  }
#y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #G7wQoWteTdXuwslDmT1vFWPqk2IGvTIM { display:flex;position:relative;top:0rem;left:0rem; }
#y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #HIMRKyiUAW3nHDfbwgszrtPgRH2lW2Io {  }
#y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #TVlgtltWCESkKE9puDBXA8aN64Rf2TTi {  }
#y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #FlUGzd9UGHao0VO2PegEKB5Zh6oNfroT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #qkKBN3BIaNNoCcIdgf7gsIKFmEce62ft {  }
#y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #WJP8HtkUbdqTD2vmRd3z8dlrEUdsobrq {  }
#y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #bxwwemUM9KksvNhGnJJ3duaXZsUU5Xok { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #ehOZ9sRnEPU1Tg1twcW8HgCaDQI4HubN {  }
#y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #ukeaILK18vpObOAKVy7ILnJ1BG9hwDhq {  }
#e9eNqH6ha0sMR7QL9KmoZdG9CoxgPrgR { color:#ffffff;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.6875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tc0bZQdQA1vpDn7N9krJwAKbSTrzDFm7 { 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; }
#T26gI35CatVQLtowWC1T2dg7yo4KzBBc .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; }
#T26gI35CatVQLtowWC1T2dg7yo4KzBBc .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;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; }
#T26gI35CatVQLtowWC1T2dg7yo4KzBBc .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; }
#T26gI35CatVQLtowWC1T2dg7yo4KzBBc { 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.625rem;z-index:100011; }
#T26gI35CatVQLtowWC1T2dg7yo4KzBBc #EHoTI2W2GR3IQ9zR0gavNUTnt7zkFCfI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#T26gI35CatVQLtowWC1T2dg7yo4KzBBc #KxcKqzTMkyw4e9evo6Kr70N6MLMuz7Df { width:auto; }
#T26gI35CatVQLtowWC1T2dg7yo4KzBBc #kbM8nnHivTdHdp5SWmD2yLBqunlh3KXt {  }
#T26gI35CatVQLtowWC1T2dg7yo4KzBBc #OopaxocZiXDniqfQMbxOBD8T9dCH2nPa { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#T26gI35CatVQLtowWC1T2dg7yo4KzBBc #i74wLWVI71QXInHpQd7wNfkLMzWPEAf2 {  }
#T26gI35CatVQLtowWC1T2dg7yo4KzBBc #WcEeD1zWflclquGE8zFOPw6bOdoakWxC {  }
#T26gI35CatVQLtowWC1T2dg7yo4KzBBc #gg6inc9WQ2UpnydfBqZp1LhrdUwrfF7k { display:flex;position:relative;top:0rem;left:0rem; }
#T26gI35CatVQLtowWC1T2dg7yo4KzBBc #nTZfEiPyHFTRiSqsIUd1P9Ri5gsvRHT7 {  }
#T26gI35CatVQLtowWC1T2dg7yo4KzBBc #tipCHyTQw3PaMEpZNZip5nDBE6mq2OJy {  }
#T26gI35CatVQLtowWC1T2dg7yo4KzBBc #GQgopmvEkNocVa9MWNHDBD3k0GQKhOni { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#T26gI35CatVQLtowWC1T2dg7yo4KzBBc #MX0WoMwNan97FgZCdWlgxWmk3GzsfH0y {  }
#T26gI35CatVQLtowWC1T2dg7yo4KzBBc #MVsLJdUZcMrlQTQqd0qbnAaiTc3ZgMBP {  }
#PzGDXrfXhmhz8VBpqfaLTfVTsJwaa5K4 { color:#ffffff;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.25rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LWDp6JTB1CZq3zQ72PZVZ9OB8kKZGM9r { color:#ffffff;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.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#uGVTVxDlSL6f3g4CVUURm1KK8ezB0rzQ { color:#ffffff;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:30.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#EAz79LLPAwTRHobiTQJlCsnqa5h3o2CG { color:#ffffff;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.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX .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; }
#PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;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; }
#PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX .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; }
#PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX { 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:45rem;z-index:100012; }
#PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #owPOdTNdzcLrtoVpVSMJTShwZmkCm0z7 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #HqKG9pUSs1PZ5AqMFHQDrcvfbxPtb9OO { width:auto; }
#PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #hTol7qpuA4wkWlWWsvi1CT4zvbiofWdw {  }
#PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #N1SMkbUqg8bBPfHLPMoRKT8Ly73ISxsz { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #m1Fu3NMKeNMTrLJFQOK15oWEgw4wvdf7 {  }
#PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #IbTPcPDbTesnQTUJVtuuklORVQbsOo8I {  }
#PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #zdOO08zznzI4Z6b096VVXiXoD9ZQpLE0 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #gzmdPutCehRnSrS80nxONyxTTvLrOyw6 {  }
#PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #H8T79D2TEMlT2znrXHTZuZc45yTXTg2t {  }
#PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #dbkMZrXE4MK8Q7OHasFW1yGO9aZezD34 { display:flex;position:relative;top:0rem;left:0rem; }
#PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #NFVG1UJewMEKtoqEAv8ddnWPLUMp88CE {  }
#PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #O4GM1FxnVQcPgInSRkRR3pMpZEMKaF1L {  }
#JVafH5y4utlJMipysCXBe8cmaUx1GouH { color:#ffffff;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.75rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KZf41L0k8xyVgHzfq15rge1R4aabCFiH { 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; }
#OuFoB9UekOCaUQTdu75O9Mie1JyUfOyd { color:#ffffff;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:46.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#kIDEPTT7M4Tq5PGZ8EpTcpZzlTheTySc { 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; }
#ovApfUZyutNR3Xv2Si13enMSLDkSpmV1 { 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; }
#pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/62aa9d72-c431-4cfb-bb8b-9b7ec432aeb2/Backingresar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV.adaptive-delivery-prevent-bg, #pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV.lazyload, #pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV.lazyloading { background-image: none; }#pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV > .row .container { background-color: transparent; background-image: none; }#pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV > .row .container > .video-iframe-container { display: none; }#pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV > .row > .video-iframe-container { display: none; }#pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV > .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); }#pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV > .row .container { border-width: 0; border-radius: 0; }#pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV > .row > .video-iframe-container {  }#pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;position:relative;display:block; }#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-form-header {  }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-regular-label { height:auto;display:block;font-family:"proxima nova thin medium bold";font-size:1.125rem;font-weight:bold;color:#333333;width:37.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-input-text { 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:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:37.125rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"proxima nova ok";vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(85,85,85,0.5) ; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-input-text {padding-top: 0; padding-bottom: 0;}#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-textarea { 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:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:37.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"proxima nova ok";vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(85,85,85,0.5) ; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .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:37.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-input-select {padding-top: 0; padding-bottom: 0;}#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .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:#fa1992;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:22.3125rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:#ffffff;width:14.8125rem;height:2.8125rem;font-family:"proxima nova thin medium bold";overflow:hidden;font-style:normal; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq [class*="-text"]:-moz-placeholder { color:#808285;font-family:"proxima nova ok";font-size:0.875rem; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq [class*="-text"]::-moz-placeholder { color:#808285;font-family:"proxima nova ok";font-size:0.875rem; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq [class*="-text"]:-ms-input-placeholder { color:#808285;font-family:"proxima nova ok";font-size:0.875rem; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq [class*="-text"]::-webkit-input-placeholder { color:#808285;font-family:"proxima nova ok";font-size:0.875rem; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:35.9375rem;overflow:hidden;font-style:normal; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .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; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .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; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-container:first-of-type{padding-top:0;}#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-container:last-of-type{padding-bottom:0;}#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:37.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100001;position:absolute;top:5.6435546875rem;left:17.6875rem; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:37.125rem;display:block;vertical-align:top; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .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; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq {display:block;}#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:37.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100001;position:absolute;top:5.6435546875rem;left:17.6875rem; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq #seIdroXFVBUzkTtbGKNB1eiQx2NNzg4T { position:relative; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq #HiKQRxfo4ytTW106m0hOgPaZBZFxGrEq { position:relative; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq #TK7LzzG5ceE8XgF8aV19V8lIK64ORVuX { position:relative; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq #JKgLTW8GHOqF46ZXQWzD1qscfXVU3k41 { position:relative; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq #stPnDlEA2M7BOhuFVvy69paOQt0NOOFD { position:relative; }
#VVS7QnGFJVJ12bsQymIvW6gWzR5d6oPx { color:#0a0080;display:block;width:27rem;position:absolute;font-family:"proxima nova thin medium bold";font-size:1.9375rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:3rem;left:18.875rem;height:2.51855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z5CgOb2HNa0TUPL4gyGT0gbLS0CJVomP { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#Z5CgOb2HNa0TUPL4gyGT0gbLS0CJVomP > .row .container { background-color: transparent; background-image: none; }#Z5CgOb2HNa0TUPL4gyGT0gbLS0CJVomP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5CgOb2HNa0TUPL4gyGT0gbLS0CJVomP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5CgOb2HNa0TUPL4gyGT0gbLS0CJVomP > .row .container > .video-iframe-container { display: none; }#Z5CgOb2HNa0TUPL4gyGT0gbLS0CJVomP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5CgOb2HNa0TUPL4gyGT0gbLS0CJVomP > .row > .video-iframe-container { display: none; }#Z5CgOb2HNa0TUPL4gyGT0gbLS0CJVomP > .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); }#Z5CgOb2HNa0TUPL4gyGT0gbLS0CJVomP > .row .container { border-width: 0; border-radius: 0; }#Z5CgOb2HNa0TUPL4gyGT0gbLS0CJVomP > .row > .video-iframe-container {  }#Z5CgOb2HNa0TUPL4gyGT0gbLS0CJVomP > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#oZ6bOb0ovEsPtZxZQe6T8NEvv8iCrR88 { 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; }
#ANzpI6Sze8JoMW0qE2zRaiuGVyvO2sCS { 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) { #MwKMb8StLi2OanhFfTzm9hK7lig9gT2R { display:block; }#MwKMb8StLi2OanhFfTzm9hK7lig9gT2R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2VxFIC8cA4uxtXp5r9FLC1RuZBtqOJA { top:7.875rem;left:5.5625rem;width:37.5rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtsd7U8VQVC4MpN7p6mPXNvBi66Mte8N { top:29rem;left:1rem;width:23.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWCmFIW8Tr1LdIWwtTurBzcyb3QXetoE { 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) { #lDvzhZaJ1hnAIJSvOnEoy4VsEpNuvyB3 { 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) { #TzeaguHZ5URt4tr0UIfvQCkqQW7I0fPe { top:29rem;left:21.1875rem;width:24.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzqyrClWVdeR1RM72ci0k8VOA4QKGCL7 { top:29.375rem;left:2rem;width:1.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOqxItDVM1TicH9tfKbiJFNWyacGuIbM { 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) { #mPGBlnma51S1hQtl25xZKiTnQQxfwRID { top:3.25rem;left:36.5rem;width:11.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed4GCHi08HErornzFpJJAgalqhzGC75M { top:3.4375rem;left:0rem;width:20.625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW8TSeAUiGtNV4MkGHKRnunoZU3MoTfu { display:block; }#rW8TSeAUiGtNV4MkGHKRnunoZU3MoTfu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c .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; }
#Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c .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; }
#Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c { display:flex;width:4.5rem;height:5.0625rem;top:10.625rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #RTcHXWOX7068J7nCDWZJzrr2Ez63iA77 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #vheLhrl2VEeHOmKfGClXNm03GTg3ThCd {  }
 }@media only screen and (max-width: 763px) { #Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #gQIRVNvigIRxcaTTDosRkIl2hL6SbsU4 {  }
 }@media only screen and (max-width: 763px) { #Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #W8pfZ9mgTrODLcLel41ZpIZubaAqfITc { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #sqxTQafygbfdaDLqn6T7DKNd9GNUF5Hk {  }
 }@media only screen and (max-width: 763px) { #Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #Z7CJHqJdQmFVUG73R40ZguJHqZvSoL82 {  }
 }@media only screen and (max-width: 763px) { #Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #Wf5EhC97bDNLL1Og6WzntZy5LIKme2xK { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #hWxydKrWb8e08GopHogNN2DELAh8t2hJ {  }
 }@media only screen and (max-width: 763px) { #Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #ku8cBXgXOTox5R8Thc04eoNVPa45EHt5 {  }
 }@media only screen and (max-width: 763px) { #Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #MTaE2WP6zNBMH4VyRpgMJ7UNQKoeqTMq { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #bA3Ka0AI5Mp91RMIukHLtVgl45nBuvID {  }
 }@media only screen and (max-width: 763px) { #Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #GwqMAodm82O0FOSx5az5h1HXBBqfShdn {  }
 }@media only screen and (max-width: 763px) { #y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI .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; }
#y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI .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; }
#y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI { display:flex;width:4.5rem;height:5.0625rem;top:10.625rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #DUGnQRqsFQFMEOMenwMWw0aJb0iaBeCA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #bQgOUtkNHq1brpMmDgCesc0Q8Rwh3s5e {  }
 }@media only screen and (max-width: 763px) { #y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #QuVCK0A3K1vcNnTmRXU1gt7VQyuTad1X {  }
 }@media only screen and (max-width: 763px) { #y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #G7wQoWteTdXuwslDmT1vFWPqk2IGvTIM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #HIMRKyiUAW3nHDfbwgszrtPgRH2lW2Io {  }
 }@media only screen and (max-width: 763px) { #y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #TVlgtltWCESkKE9puDBXA8aN64Rf2TTi {  }
 }@media only screen and (max-width: 763px) { #y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #FlUGzd9UGHao0VO2PegEKB5Zh6oNfroT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #qkKBN3BIaNNoCcIdgf7gsIKFmEce62ft {  }
 }@media only screen and (max-width: 763px) { #y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #WJP8HtkUbdqTD2vmRd3z8dlrEUdsobrq {  }
 }@media only screen and (max-width: 763px) { #y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #bxwwemUM9KksvNhGnJJ3duaXZsUU5Xok { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #ehOZ9sRnEPU1Tg1twcW8HgCaDQI4HubN {  }
 }@media only screen and (max-width: 763px) { #y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #ukeaILK18vpObOAKVy7ILnJ1BG9hwDhq {  }
 }@media only screen and (max-width: 763px) { #e9eNqH6ha0sMR7QL9KmoZdG9CoxgPrgR { top:14.625rem;left:14.0625rem;width:2.25rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc0bZQdQA1vpDn7N9krJwAKbSTrzDFm7 { top:12.3125rem;left:2.625rem;width:42.5rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T26gI35CatVQLtowWC1T2dg7yo4KzBBc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T26gI35CatVQLtowWC1T2dg7yo4KzBBc .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; }
#T26gI35CatVQLtowWC1T2dg7yo4KzBBc .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; }
#T26gI35CatVQLtowWC1T2dg7yo4KzBBc { display:flex;width:4.5rem;height:5.0625rem;top:10.625rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #T26gI35CatVQLtowWC1T2dg7yo4KzBBc #EHoTI2W2GR3IQ9zR0gavNUTnt7zkFCfI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T26gI35CatVQLtowWC1T2dg7yo4KzBBc #KxcKqzTMkyw4e9evo6Kr70N6MLMuz7Df {  }
 }@media only screen and (max-width: 763px) { #T26gI35CatVQLtowWC1T2dg7yo4KzBBc #kbM8nnHivTdHdp5SWmD2yLBqunlh3KXt {  }
 }@media only screen and (max-width: 763px) { #T26gI35CatVQLtowWC1T2dg7yo4KzBBc #OopaxocZiXDniqfQMbxOBD8T9dCH2nPa { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T26gI35CatVQLtowWC1T2dg7yo4KzBBc #i74wLWVI71QXInHpQd7wNfkLMzWPEAf2 {  }
 }@media only screen and (max-width: 763px) { #T26gI35CatVQLtowWC1T2dg7yo4KzBBc #WcEeD1zWflclquGE8zFOPw6bOdoakWxC {  }
 }@media only screen and (max-width: 763px) { #T26gI35CatVQLtowWC1T2dg7yo4KzBBc #gg6inc9WQ2UpnydfBqZp1LhrdUwrfF7k { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T26gI35CatVQLtowWC1T2dg7yo4KzBBc #nTZfEiPyHFTRiSqsIUd1P9Ri5gsvRHT7 {  }
 }@media only screen and (max-width: 763px) { #T26gI35CatVQLtowWC1T2dg7yo4KzBBc #tipCHyTQw3PaMEpZNZip5nDBE6mq2OJy {  }
 }@media only screen and (max-width: 763px) { #T26gI35CatVQLtowWC1T2dg7yo4KzBBc #GQgopmvEkNocVa9MWNHDBD3k0GQKhOni { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T26gI35CatVQLtowWC1T2dg7yo4KzBBc #MX0WoMwNan97FgZCdWlgxWmk3GzsfH0y {  }
 }@media only screen and (max-width: 763px) { #T26gI35CatVQLtowWC1T2dg7yo4KzBBc #MVsLJdUZcMrlQTQqd0qbnAaiTc3ZgMBP {  }
 }@media only screen and (max-width: 763px) { #PzGDXrfXhmhz8VBpqfaLTfVTsJwaa5K4 { top:14.625rem;left:22.625rem;width:2.25rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWDp6JTB1CZq3zQ72PZVZ9OB8kKZGM9r { top:18.375rem;left:8.6875rem;width:4.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGVTVxDlSL6f3g4CVUURm1KK8ezB0rzQ { top:18.375rem;left:17.3125rem;width:4.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAz79LLPAwTRHobiTQJlCsnqa5h3o2CG { top:18.375rem;left:24.8125rem;width:6.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX .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; }
#PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX .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; }
#PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX { display:flex;width:4.5rem;height:5.0625rem;top:10.625rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #owPOdTNdzcLrtoVpVSMJTShwZmkCm0z7 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #HqKG9pUSs1PZ5AqMFHQDrcvfbxPtb9OO {  }
 }@media only screen and (max-width: 763px) { #PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #hTol7qpuA4wkWlWWsvi1CT4zvbiofWdw {  }
 }@media only screen and (max-width: 763px) { #PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #N1SMkbUqg8bBPfHLPMoRKT8Ly73ISxsz { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #m1Fu3NMKeNMTrLJFQOK15oWEgw4wvdf7 {  }
 }@media only screen and (max-width: 763px) { #PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #IbTPcPDbTesnQTUJVtuuklORVQbsOo8I {  }
 }@media only screen and (max-width: 763px) { #PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #zdOO08zznzI4Z6b096VVXiXoD9ZQpLE0 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #gzmdPutCehRnSrS80nxONyxTTvLrOyw6 {  }
 }@media only screen and (max-width: 763px) { #PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #H8T79D2TEMlT2znrXHTZuZc45yTXTg2t {  }
 }@media only screen and (max-width: 763px) { #PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #dbkMZrXE4MK8Q7OHasFW1yGO9aZezD34 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #NFVG1UJewMEKtoqEAv8ddnWPLUMp88CE {  }
 }@media only screen and (max-width: 763px) { #PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #O4GM1FxnVQcPgInSRkRR3pMpZEMKaF1L {  }
 }@media only screen and (max-width: 763px) { #JVafH5y4utlJMipysCXBe8cmaUx1GouH { top:14.625rem;left:31.125rem;width:2.25rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZf41L0k8xyVgHzfq15rge1R4aabCFiH { top:20.9375rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuFoB9UekOCaUQTdu75O9Mie1JyUfOyd { top:18.375rem;left:33.25rem;width:6.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIDEPTT7M4Tq5PGZ8EpTcpZzlTheTySc { top:4.625rem;left:5.375rem;width:37rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovApfUZyutNR3Xv2Si13enMSLDkSpmV1 { top:1.0625rem;left:0rem;width:18.375rem;height:4.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV { display:block; }#pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-regular-label { width:37.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-input-text { width:37.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-input-text {padding-top: 0; padding-bottom: 0;}#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-textarea { width:37.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-input-select { width:37.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-input-select {padding-top: 0; padding-bottom: 0;}#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-input-button { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:22.3125rem; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-checkbox-label { width:35.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq  { width:37.125rem;height:auto;top:5.625rem;left:4.0625rem; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .radio-container { width:37.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq {display:block;}#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq { width:37.125rem;height:auto;top:5.625rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq #seIdroXFVBUzkTtbGKNB1eiQx2NNzg4T {  }
 }@media only screen and (max-width: 763px) { #ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq #HiKQRxfo4ytTW106m0hOgPaZBZFxGrEq {  }
 }@media only screen and (max-width: 763px) { #ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq #TK7LzzG5ceE8XgF8aV19V8lIK64ORVuX {  }
 }@media only screen and (max-width: 763px) { #ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq #JKgLTW8GHOqF46ZXQWzD1qscfXVU3k41 {  }
 }@media only screen and (max-width: 763px) { #ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq #stPnDlEA2M7BOhuFVvy69paOQt0NOOFD {  }
 }@media only screen and (max-width: 763px) { #VVS7QnGFJVJ12bsQymIvW6gWzR5d6oPx { top:3rem;left:5.25rem;width:27rem;height:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5CgOb2HNa0TUPL4gyGT0gbLS0CJVomP { display:block; }#Z5CgOb2HNa0TUPL4gyGT0gbLS0CJVomP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZ6bOb0ovEsPtZxZQe6T8NEvv8iCrR88 { top:1.875rem;left:23.0625rem;width:24.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANzpI6Sze8JoMW0qE2zRaiuGVyvO2sCS { 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) { #MwKMb8StLi2OanhFfTzm9hK7lig9gT2R { 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; }#MwKMb8StLi2OanhFfTzm9hK7lig9gT2R.adaptive-delivery-prevent-bg, #MwKMb8StLi2OanhFfTzm9hK7lig9gT2R.lazyload, #MwKMb8StLi2OanhFfTzm9hK7lig9gT2R.lazyloading { background-image: none; }#MwKMb8StLi2OanhFfTzm9hK7lig9gT2R > .row .container { background-color: transparent; background-image: none; }#MwKMb8StLi2OanhFfTzm9hK7lig9gT2R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwKMb8StLi2OanhFfTzm9hK7lig9gT2R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwKMb8StLi2OanhFfTzm9hK7lig9gT2R > .row .container > .video-iframe-container { display: none; }#MwKMb8StLi2OanhFfTzm9hK7lig9gT2R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwKMb8StLi2OanhFfTzm9hK7lig9gT2R > .row > .video-iframe-container { display: none; }#MwKMb8StLi2OanhFfTzm9hK7lig9gT2R > .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); }#MwKMb8StLi2OanhFfTzm9hK7lig9gT2R > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2VxFIC8cA4uxtXp5r9FLC1RuZBtqOJA { width:18.75rem;height:9.0625rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtsd7U8VQVC4MpN7p6mPXNvBi66Mte8N { width:14.8125rem;height:1.75rem;top:13.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWCmFIW8Tr1LdIWwtTurBzcyb3QXetoE { 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) { #lDvzhZaJ1hnAIJSvOnEoy4VsEpNuvyB3 { 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) { #TzeaguHZ5URt4tr0UIfvQCkqQW7I0fPe { 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) { #PzqyrClWVdeR1RM72ci0k8VOA4QKGCL7 { width:1.3125rem;height:1.25rem;top:13.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOqxItDVM1TicH9tfKbiJFNWyacGuIbM { width:9.625rem;height:0;top:0.77490234375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mPGBlnma51S1hQtl25xZKiTnQQxfwRID { width:8.125rem;height:2.1125rem;top:0.9375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed4GCHi08HErornzFpJJAgalqhzGC75M { width:9.625rem;height:2.4375rem;top:0.77490234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rW8TSeAUiGtNV4MkGHKRnunoZU3MoTfu { display:block; }#rW8TSeAUiGtNV4MkGHKRnunoZU3MoTfu > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c .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; }
#Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c .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; }
#Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c .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; }
#Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c { 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) { #Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #RTcHXWOX7068J7nCDWZJzrr2Ez63iA77 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #vheLhrl2VEeHOmKfGClXNm03GTg3ThCd {  }
 }@media only screen and (max-width: 763px) { #Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #gQIRVNvigIRxcaTTDosRkIl2hL6SbsU4 {  }
 }@media only screen and (max-width: 763px) { #Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #W8pfZ9mgTrODLcLel41ZpIZubaAqfITc { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #sqxTQafygbfdaDLqn6T7DKNd9GNUF5Hk {  }
 }@media only screen and (max-width: 763px) { #Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #Z7CJHqJdQmFVUG73R40ZguJHqZvSoL82 {  }
 }@media only screen and (max-width: 763px) { #Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #Wf5EhC97bDNLL1Og6WzntZy5LIKme2xK { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #hWxydKrWb8e08GopHogNN2DELAh8t2hJ {  }
 }@media only screen and (max-width: 763px) { #Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #ku8cBXgXOTox5R8Thc04eoNVPa45EHt5 {  }
 }@media only screen and (max-width: 763px) { #Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #MTaE2WP6zNBMH4VyRpgMJ7UNQKoeqTMq { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #bA3Ka0AI5Mp91RMIukHLtVgl45nBuvID {  }
 }@media only screen and (max-width: 763px) { #Pr48i5kglhtsMdnwc1OuWpmlyCc0fL4c #GwqMAodm82O0FOSx5az5h1HXBBqfShdn {  }
 }@media only screen and (max-width: 763px) { #y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI .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; }
#y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI .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; }
#y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI { display:flex;width:4.5rem;height:5.0625rem;top:5.6875rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #DUGnQRqsFQFMEOMenwMWw0aJb0iaBeCA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #bQgOUtkNHq1brpMmDgCesc0Q8Rwh3s5e {  }
 }@media only screen and (max-width: 763px) { #y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #QuVCK0A3K1vcNnTmRXU1gt7VQyuTad1X {  }
 }@media only screen and (max-width: 763px) { #y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #G7wQoWteTdXuwslDmT1vFWPqk2IGvTIM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #HIMRKyiUAW3nHDfbwgszrtPgRH2lW2Io {  }
 }@media only screen and (max-width: 763px) { #y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #TVlgtltWCESkKE9puDBXA8aN64Rf2TTi {  }
 }@media only screen and (max-width: 763px) { #y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #FlUGzd9UGHao0VO2PegEKB5Zh6oNfroT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #qkKBN3BIaNNoCcIdgf7gsIKFmEce62ft {  }
 }@media only screen and (max-width: 763px) { #y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #WJP8HtkUbdqTD2vmRd3z8dlrEUdsobrq {  }
 }@media only screen and (max-width: 763px) { #y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #bxwwemUM9KksvNhGnJJ3duaXZsUU5Xok { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #ehOZ9sRnEPU1Tg1twcW8HgCaDQI4HubN {  }
 }@media only screen and (max-width: 763px) { #y2h44u6AqpMgppGKfVsH3pXXRtXL6bpI #ukeaILK18vpObOAKVy7ILnJ1BG9hwDhq {  }
 }@media only screen and (max-width: 763px) { #e9eNqH6ha0sMR7QL9KmoZdG9CoxgPrgR { 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) { #Tc0bZQdQA1vpDn7N9krJwAKbSTrzDFm7 { width:17.875rem;height:4.625rem;top:7.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T26gI35CatVQLtowWC1T2dg7yo4KzBBc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T26gI35CatVQLtowWC1T2dg7yo4KzBBc .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; }
#T26gI35CatVQLtowWC1T2dg7yo4KzBBc .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; }
#T26gI35CatVQLtowWC1T2dg7yo4KzBBc { display:flex;width:4.5rem;height:5.0625rem;top:5.6875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #T26gI35CatVQLtowWC1T2dg7yo4KzBBc #EHoTI2W2GR3IQ9zR0gavNUTnt7zkFCfI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T26gI35CatVQLtowWC1T2dg7yo4KzBBc #KxcKqzTMkyw4e9evo6Kr70N6MLMuz7Df {  }
 }@media only screen and (max-width: 763px) { #T26gI35CatVQLtowWC1T2dg7yo4KzBBc #kbM8nnHivTdHdp5SWmD2yLBqunlh3KXt {  }
 }@media only screen and (max-width: 763px) { #T26gI35CatVQLtowWC1T2dg7yo4KzBBc #OopaxocZiXDniqfQMbxOBD8T9dCH2nPa { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T26gI35CatVQLtowWC1T2dg7yo4KzBBc #i74wLWVI71QXInHpQd7wNfkLMzWPEAf2 {  }
 }@media only screen and (max-width: 763px) { #T26gI35CatVQLtowWC1T2dg7yo4KzBBc #WcEeD1zWflclquGE8zFOPw6bOdoakWxC {  }
 }@media only screen and (max-width: 763px) { #T26gI35CatVQLtowWC1T2dg7yo4KzBBc #gg6inc9WQ2UpnydfBqZp1LhrdUwrfF7k { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T26gI35CatVQLtowWC1T2dg7yo4KzBBc #nTZfEiPyHFTRiSqsIUd1P9Ri5gsvRHT7 {  }
 }@media only screen and (max-width: 763px) { #T26gI35CatVQLtowWC1T2dg7yo4KzBBc #tipCHyTQw3PaMEpZNZip5nDBE6mq2OJy {  }
 }@media only screen and (max-width: 763px) { #T26gI35CatVQLtowWC1T2dg7yo4KzBBc #GQgopmvEkNocVa9MWNHDBD3k0GQKhOni { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T26gI35CatVQLtowWC1T2dg7yo4KzBBc #MX0WoMwNan97FgZCdWlgxWmk3GzsfH0y {  }
 }@media only screen and (max-width: 763px) { #T26gI35CatVQLtowWC1T2dg7yo4KzBBc #MVsLJdUZcMrlQTQqd0qbnAaiTc3ZgMBP {  }
 }@media only screen and (max-width: 763px) { #PzGDXrfXhmhz8VBpqfaLTfVTsJwaa5K4 { 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) { #LWDp6JTB1CZq3zQ72PZVZ9OB8kKZGM9r { width:4.375rem;height:0.9746125rem;top:10rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGVTVxDlSL6f3g4CVUURm1KK8ezB0rzQ { width:4.375rem;height:0.9746125rem;top:10rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAz79LLPAwTRHobiTQJlCsnqa5h3o2CG { width:6.375rem;height:0.9746125rem;top:10rem;left:8.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX .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; }
#PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX .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; }
#PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX { display:flex;width:4.5rem;height:5.0625rem;top:5.6875rem;left:12.8125rem;z-index:99984; }
 }@media only screen and (max-width: 763px) { #PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #owPOdTNdzcLrtoVpVSMJTShwZmkCm0z7 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #HqKG9pUSs1PZ5AqMFHQDrcvfbxPtb9OO {  }
 }@media only screen and (max-width: 763px) { #PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #hTol7qpuA4wkWlWWsvi1CT4zvbiofWdw {  }
 }@media only screen and (max-width: 763px) { #PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #N1SMkbUqg8bBPfHLPMoRKT8Ly73ISxsz { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #m1Fu3NMKeNMTrLJFQOK15oWEgw4wvdf7 {  }
 }@media only screen and (max-width: 763px) { #PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #IbTPcPDbTesnQTUJVtuuklORVQbsOo8I {  }
 }@media only screen and (max-width: 763px) { #PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #zdOO08zznzI4Z6b096VVXiXoD9ZQpLE0 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #gzmdPutCehRnSrS80nxONyxTTvLrOyw6 {  }
 }@media only screen and (max-width: 763px) { #PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #H8T79D2TEMlT2znrXHTZuZc45yTXTg2t {  }
 }@media only screen and (max-width: 763px) { #PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #dbkMZrXE4MK8Q7OHasFW1yGO9aZezD34 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #NFVG1UJewMEKtoqEAv8ddnWPLUMp88CE {  }
 }@media only screen and (max-width: 763px) { #PkIAttTGrapvXDvPgFDtBcqO4GCtgXyX #O4GM1FxnVQcPgInSRkRR3pMpZEMKaF1L {  }
 }@media only screen and (max-width: 763px) { #JVafH5y4utlJMipysCXBe8cmaUx1GouH { 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) { #KZf41L0k8xyVgHzfq15rge1R4aabCFiH { width:1.5625rem;height:1.5625rem;top:10.912109375rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuFoB9UekOCaUQTdu75O9Mie1JyUfOyd { width:6.375rem;height:0.9746125rem;top:10rem;left:12.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIDEPTT7M4Tq5PGZ8EpTcpZzlTheTySc { 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) { #ovApfUZyutNR3Xv2Si13enMSLDkSpmV1 { 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) { #pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV { background-color:#eeeeee;background-image:url("https://images.assets-landingi.com/uc/62aa9d72-c431-4cfb-bb8b-9b7ec432aeb2/Backingresar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV.adaptive-delivery-prevent-bg, #pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV.lazyload, #pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV.lazyloading { background-image: none; }#pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV > .row .container { background-color: transparent; background-image: none; }#pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV > .row .container > .video-iframe-container { display: none; }#pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV > .row > .video-iframe-container { display: none; }#pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV > .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); }#pwn3WmT5QaTSx4Pv1m2EtqJ0MhRiAnCV > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-size:1rem;overflow:hidden;height:auto; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.125rem; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-input-text {padding-top: 0; padding-bottom: 0;}#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-input-select {padding-top: 0; padding-bottom: 0;}#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.25rem;font-size:1.0625rem;overflow:hidden;height:2.1875rem; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-container:first-of-type{padding-top:0;}#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .widget-container:last-of-type{padding-bottom:0;}#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq  { width:17.5rem;height:auto;top:2.15625rem;left:0rem; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq {display:block;}#ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq { width:17.5rem;height:auto;top:2.15625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq #seIdroXFVBUzkTtbGKNB1eiQx2NNzg4T {  }
 }@media only screen and (max-width: 763px) { #ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq #HiKQRxfo4ytTW106m0hOgPaZBZFxGrEq {  }
 }@media only screen and (max-width: 763px) { #ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq #TK7LzzG5ceE8XgF8aV19V8lIK64ORVuX {  }
 }@media only screen and (max-width: 763px) { #ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq #JKgLTW8GHOqF46ZXQWzD1qscfXVU3k41 {  }
 }@media only screen and (max-width: 763px) { #ndxLBtUF2HyR5hd3BwUl35nTxXbVSnwq #stPnDlEA2M7BOhuFVvy69paOQt0NOOFD {  }
 }@media only screen and (max-width: 763px) { #VVS7QnGFJVJ12bsQymIvW6gWzR5d6oPx { width:14.4375rem;height:1.70605625rem;top:1.01220703125rem;left:1.1875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z5CgOb2HNa0TUPL4gyGT0gbLS0CJVomP { display:block; }#Z5CgOb2HNa0TUPL4gyGT0gbLS0CJVomP > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZ6bOb0ovEsPtZxZQe6T8NEvv8iCrR88 { 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) { #ANzpI6Sze8JoMW0qE2zRaiuGVyvO2sCS { width:6.25rem;height:1.5625rem;top:0.50927734375rem;left:0rem;display:block; }
 }