.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/YbNdxve5/bcgr_foto_1200_blck.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .row > .video-iframe-container { display: none; }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .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); }#ZDrgzBV4qR3QZ6wQXgh12DWzFrdeo0XT { position:relative;display:block; }#ZDrgzBV4qR3QZ6wQXgh12DWzFrdeo0XT { background-color: transparent; background-image: none; }#ZDrgzBV4qR3QZ6wQXgh12DWzFrdeo0XT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDrgzBV4qR3QZ6wQXgh12DWzFrdeo0XT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDrgzBV4qR3QZ6wQXgh12DWzFrdeo0XT > .row .container > .video-iframe-container { display: none; }#ZDrgzBV4qR3QZ6wQXgh12DWzFrdeo0XT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDrgzBV4qR3QZ6wQXgh12DWzFrdeo0XT > .row > .video-iframe-container { display: none; }#ZDrgzBV4qR3QZ6wQXgh12DWzFrdeo0XT > .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); }#ZDrgzBV4qR3QZ6wQXgh12DWzFrdeo0XT { border-width: 0; border-radius: 0; }#ZDrgzBV4qR3QZ6wQXgh12DWzFrdeo0XT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:76.875rem;width:75rem;position:relative;display:block; }#hsh4p5T0gqqOF81eT9aVWASZcB2zZP8Q { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:32.1875rem;left:11.875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nsZaTTTETT3ed1UGbPExWr8tT0UlK0Hc { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:33.9375rem;left:11.875rem;height:1.4625rem;font-style:normal;display:block; }
#yTwxi5lChgN8ZsU3uASnCreTyQeR69ul { color:#00f0b5;display:block;width:20.125rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:36.25rem;left:11.875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AzUqtG1eiENeIMTuFdh7OR5nOFa9mKBy { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:30.375rem;left:11.875rem;height:1.4625rem;font-style:normal;display:block; }
#iFc9mobiomoXQsrI6cvHmwnXo2AT1xZL { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:ubuntu;font-size:1.9375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #000000;top:25.125rem;left:7.1875rem;height:5.0375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#s7o07Rg3nDTuPyq6mS3WH2sVHrbSrHGu { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:21.0625rem;top:14rem;left:10.6875rem;overflow:hidden;display:block; }
#rP133ZUXN81WGfl9OT7TFJ35k5vIQDlV { position:absolute;display:block;z-index:100010;background-color:#ff4c87;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:51.0625rem;width:31.9375rem;top:12.5rem;left:40.28125rem;display:block; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-form-header { font-size:0.875rem; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-regular-label { height:auto;display:none;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#000000;width:29.5rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-input-text { 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:29.5rem;box-sizing:border-box;height:3.4375rem;color:#8e0f7a;font-size:0.9375rem;overflow:hidden;font-family:ubuntu;vertical-align:top;font-weight:400;font-style:normal; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-textarea { 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:29.5rem;box-sizing:border-box;height:4.375rem;color:#8e0f7a;font-size:0.9375rem;overflow:hidden;font-family:ubuntu;vertical-align:top;font-weight:400;font-style:normal; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.5rem;box-sizing:border-box;height:3.4375rem;color:#8e0f7a;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-input-button { border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#12a7ea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.1875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:22.125rem;height:3.4375rem;font-family:ubuntu;overflow:hidden;text-align:center;text-align-last:center; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE [class*="-text"]:-moz-placeholder { color:#8e0f7a;font-family:ubuntu;font-size:0.9375rem;font-weight:400;font-style:normal; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE [class*="-text"]::-moz-placeholder { color:#8e0f7a;font-family:ubuntu;font-size:0.9375rem;font-weight:400;font-style:normal; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE [class*="-text"]:-ms-input-placeholder { color:#8e0f7a;font-family:ubuntu;font-size:0.9375rem;font-weight:400;font-style:normal; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE [class*="-text"]::-webkit-input-placeholder { color:#8e0f7a;font-family:ubuntu;font-size:0.9375rem;font-weight:400;font-style:normal; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .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:ubuntu;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:28.5rem;overflow:hidden;font-style:normal;float:none;line-height:1.4; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .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; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-container:first-of-type{padding-top:0;}#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-container:last-of-type{padding-bottom:0;}#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100012;position:absolute;top:17.450000762939rem;left:40.3125rem;font-size:0.875rem; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.5rem;display:block;vertical-align:top; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE {display:block;}#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100012;position:absolute;top:17.450000762939rem;left:40.3125rem;font-size:0.875rem; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #J0ykTBSeyAF6WhZM0xQHZ6Bm5ecF2LxS { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #hAHF9q6vTHEACBA4asAhW5thKWyoOSlb { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #vNqdTUaBVkhHS4aRwVegQ8s23E9I6OpC { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #wwQJogyZDd6dhlTIr5HFIVkpiO4xKk2f { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #CSmfAdH7clFMkTQJRbPKfwSsaIidUaLx { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #bDOUtGuG2aov88ByG9h0p423aa0z3Oe8 { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #FlFyHBWAZDx0PLWHBbxpbhvA2T4dcmOe { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #JUOmyVQWmQVUWEvxliI38XkqrdVnwXLZ { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #kPWldMDC6BPO5uaiAFx0uxuVnRPo03FM { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #G9eG2VCkDfLKwKvPs20V12H6IKf35Shg { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #fJEbRcd3ZpiWXgl7NIAEfg3xUarD3qBB { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #MXWKahzXgE5JDt1O5k7dFWOtiTsDRFvh { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #AoB7awmFdRMG8XHi02yTGU99NJB3LfMJ { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #kUkPMUt2xiycNh3wqH0MbWNtqNc7LdBo { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #u0Hf8yT3H6zsCpncRtNze7T4oUmvDdCJ { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #bMbemt8tAppnsGSThbZGrPi6hdGKnN1k { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #B4EuKBKkggDTpwcHeO4IEkJlHbVTNdZX { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #mUiNKKS20ToXfSsC3dM53AilTUTmhzEQ { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #s7absBabJwfRcfDagJXx8UslGnUKTE5K { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #wBTHr9FhatMtWDoaG6SdKsF7syeTTphe { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #QcMGparfbwZgTbqPA2TgrTO01eucdrIv { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #DKGa6hzoMXd1zbWezQVlgckwbpTxnILr { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #zAeV3EGQKSl19JF8dMwldi0FtlqThy5v { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #VQ2oAy54B7gXQK1EukH8rTyQfb5LT0pL { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #ToimJ4RamEEP2avzH1aZPOQnFMCscJOr { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #e6oP69fLx3GTE1G3g8eEDWZ3P0TeW44O { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #LQlBmNqkMFUv9qmom18wwIXavJzKHGGJ { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #l2JThUJHqy3MACJ0QPXJQAzgsWSx6sUQ { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #gmFoA4seb69C5hWp3m3CpyBFcmKszAwS { position:relative;z-index:2; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #sNmTIVqVyT2foozr0ECbLumpOLXSy7ey { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #vJBEfO6zlA9furT6IcZhfWgVD7ElVzTB { position:relative; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #thvPiuoxCb884BQqtHRQV1imQcRrgneN { position:relative; }
#lWcrEoP44i5DEltBhllo2m0al0T7cLlU { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100011;line-height:1.2;letter-spacing:0;top:15.22500038147rem;left:46.125rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gO8IfToJATstBr44O2v7WyRTAID1M3Ut { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:13.75rem;top:16.0625rem;left:32.375rem;display:block; }
#PHLpcKdlxulKJEe89CZ4aoR5idCQBra1 { position:absolute;display:block;z-index:100014;background-color:#8e0f7a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:0.625rem;width:0.625rem;top:15.6875rem;left:45.5rem;display:block; }
#xi3IcunmgAFumwHqvxyM3WZ6HyIfs223 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:4.5rem;top:10.4375rem;left:65.5625rem;overflow:hidden;display:block; }
#tMdKCtJxQGrHk1uz8ClcucJwVC8aMdcc { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.8125rem;width:52.125rem;display:none; }
#BL4lGOTVsVH8xyTmpAWBPrlmy8wwDEss { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#QlAuCrrqHe7rtSXf98lJSay7TyasHXeD { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#EnTtcq6aCSQ4BL1Pxd2ZMmk1FPLkGPwE { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:4.5rem;top:11.625rem;left:64.625rem;overflow:hidden;display:none; }
#VFiv8VZzJMxyG1EeZczVnI9fmN4PTpNG { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.0625rem;width:12.5625rem;display:none; }
#uEqEr1sB1TmPUzv7xlX7I8r41FMJ5Prf { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.4375rem;width:12.5625rem;display:none; }
#ngrqsvJ9IRggS0yTB3wBKe2C4CC4EQAd { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#UOJtichGqVihVwfIqk0RSKnno89T6k1T { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:2.4375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.25rem;top:23.875rem;left:1.3125rem;display:none; }
#uTgmEUVZlnkTTSEFFXgzebOK5981yIUD { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:9.9375rem;top:3rem;left:62.34375rem;overflow:hidden;display:block; }
#wUsvds2yrFNtvGOROSPKd5l0RznqlIPC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wUsvds2yrFNtvGOROSPKd5l0RznqlIPC > .row .container { background-color: transparent; background-image: none; }#wUsvds2yrFNtvGOROSPKd5l0RznqlIPC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUsvds2yrFNtvGOROSPKd5l0RznqlIPC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUsvds2yrFNtvGOROSPKd5l0RznqlIPC > .row .container > .video-iframe-container { display: none; }#wUsvds2yrFNtvGOROSPKd5l0RznqlIPC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUsvds2yrFNtvGOROSPKd5l0RznqlIPC > .row > .video-iframe-container { display: none; }#wUsvds2yrFNtvGOROSPKd5l0RznqlIPC > .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); }#wUsvds2yrFNtvGOROSPKd5l0RznqlIPC > .row .container { border-width: 0; border-radius: 0; }#wUsvds2yrFNtvGOROSPKd5l0RznqlIPC > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#wbXX9bfJu0UpEukewh4uHqfUP8HWwnPG { position:absolute;display:block;z-index:100001;background-color:#8e0f7a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:5.5rem;width:41.25rem;top:0rem;left:16.875rem;display:block; }
#LmXDoyU1gaRV94GnUmoqPR4erow70mdl { color:#ffffff;display:block;width:41.25rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:16.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tlbXGuEWcInghbHMmox6T1KLBBJwlmBD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tlbXGuEWcInghbHMmox6T1KLBBJwlmBD > .row .container { background-color: transparent; background-image: none; }#tlbXGuEWcInghbHMmox6T1KLBBJwlmBD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlbXGuEWcInghbHMmox6T1KLBBJwlmBD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlbXGuEWcInghbHMmox6T1KLBBJwlmBD > .row .container > .video-iframe-container { display: none; }#tlbXGuEWcInghbHMmox6T1KLBBJwlmBD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlbXGuEWcInghbHMmox6T1KLBBJwlmBD > .row > .video-iframe-container { display: none; }#tlbXGuEWcInghbHMmox6T1KLBBJwlmBD > .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); }#tlbXGuEWcInghbHMmox6T1KLBBJwlmBD > .row .container { border-width: 0; border-radius: 0; }#tlbXGuEWcInghbHMmox6T1KLBBJwlmBD > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#XuSwzGEs7ilLTTgRR1QnwICH5DAGC5FN { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8e0f7a;border-left:0.0625rem solid #8e0f7a;border-right:0.0625rem solid #8e0f7a;border-bottom:0.0625rem solid #8e0f7a;height:7.3125rem;width:59.875rem;top:0rem;left:7.5rem;display:block; }
#PpbeGsVEUfWi6D4UnPtO9087ynwPS35q { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:1.84375rem;left:9.8125rem;overflow:hidden;display:block; }
#v4BoWtqlEbl1r7tJrsRkF9arQDXJTJTi { position:absolute;display:block;z-index:100002;background-color:#010104;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:0.0625rem;top:1.21875rem;left:16.25rem;display:block; }
#EOuyJTFSTPiyWLiP1GfiGZpdpr0tQkBZ { color:#010104;display:block;width:31.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:1.59375rem;left:17.625rem;height:4.3875rem;font-style:normal;display:block; }
#kCtbZ09kSWU4fHOwVVa3eMXwwxlSoW2I { background-color:#8e0f7a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:2.03125rem;left:52.6875rem;display:block; }
#gWy1aIbdHQrHtQvKmpO2bD9DQXOGVxF5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bmyGitvHfXrFJXIy3TU2z6CDaZ9S9ycn { position:absolute;display:block;z-index:99999;background-color:#68cc94;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:7.3125rem;border-top-right-radius:7.3125rem;border-bottom-left-radius:7.3125rem;border-bottom-right-radius:7.3125rem;height:6.625rem;width:6.625rem;top:0.5rem;left:8.375rem;display:block; }
#FHSd0GymRzq7s4kMufGMEXUJTPLFVLMt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#FHSd0GymRzq7s4kMufGMEXUJTPLFVLMt > .row .container { background-color: transparent; background-image: none; }#FHSd0GymRzq7s4kMufGMEXUJTPLFVLMt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHSd0GymRzq7s4kMufGMEXUJTPLFVLMt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHSd0GymRzq7s4kMufGMEXUJTPLFVLMt > .row .container > .video-iframe-container { display: none; }#FHSd0GymRzq7s4kMufGMEXUJTPLFVLMt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHSd0GymRzq7s4kMufGMEXUJTPLFVLMt > .row > .video-iframe-container { display: none; }#FHSd0GymRzq7s4kMufGMEXUJTPLFVLMt > .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); }#FHSd0GymRzq7s4kMufGMEXUJTPLFVLMt > .row .container { border-width: 0; border-radius: 0; }#FHSd0GymRzq7s4kMufGMEXUJTPLFVLMt > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#hhGU3Qw5GU3RasG8zs1hmK28gwyoQS07 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8e0f7a;border-left:0.0625rem solid #8e0f7a;border-right:0.0625rem solid #8e0f7a;border-bottom:0.0625rem solid #8e0f7a;height:7.3125rem;width:59.875rem;top:0rem;left:7.5rem;display:block; }
#TeBvGFU10Df6gCn3MDTFQcga238Tcqmx { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:1.84375rem;left:9.8125rem;overflow:hidden;display:block; }
#DATW8DA7f8hzzBOVUZ7ZUxRTXcDVwyBz { position:absolute;display:block;z-index:100002;background-color:#010104;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:0.0625rem;top:1.21875rem;left:16.25rem;display:block; }
#xHLRkVCbeCs4uhTwBc0ZdVr1xZi1PpyQ { color:#010104;display:block;width:31.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:2.28125rem;left:17.625rem;height:2.925rem;font-style:normal;display:block; }
#i3cwvaI323KwwSzPoPD9T4hhRToDAmnD { background-color:#8e0f7a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:2.03125rem;left:52.6875rem;display:block; }
#spQ6qXlqHNKAbPCBC52QkDpEcZ2Tttim { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XnF9GnG2zNTE4PAQNtoAsdQK6ADGgLfB { position:absolute;display:block;z-index:100000;background-color:#68cc94;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:7.3125rem;border-top-right-radius:7.3125rem;border-bottom-left-radius:7.3125rem;border-bottom-right-radius:7.3125rem;height:6.625rem;width:6.625rem;top:0.4375rem;left:8.375rem;display:block; }
#vdcn3FLCkyp37qLkHzQDvEbgcBtwu1on { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vdcn3FLCkyp37qLkHzQDvEbgcBtwu1on > .row .container { background-color: transparent; background-image: none; }#vdcn3FLCkyp37qLkHzQDvEbgcBtwu1on::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdcn3FLCkyp37qLkHzQDvEbgcBtwu1on > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdcn3FLCkyp37qLkHzQDvEbgcBtwu1on > .row .container > .video-iframe-container { display: none; }#vdcn3FLCkyp37qLkHzQDvEbgcBtwu1on > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdcn3FLCkyp37qLkHzQDvEbgcBtwu1on > .row > .video-iframe-container { display: none; }#vdcn3FLCkyp37qLkHzQDvEbgcBtwu1on > .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); }#vdcn3FLCkyp37qLkHzQDvEbgcBtwu1on > .row .container { border-width: 0; border-radius: 0; }#vdcn3FLCkyp37qLkHzQDvEbgcBtwu1on > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:75rem;position:relative;display:block; }#EotOeSu8sIeislw96CRk56JlGJM1CzZh { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8e0f7a;border-left:0.0625rem solid #8e0f7a;border-right:0.0625rem solid #8e0f7a;border-bottom:0.0625rem solid #8e0f7a;height:7.3125rem;width:59.875rem;top:0rem;left:7.5rem;display:block; }
#Iqhx6KZQ3adrJlr4qClzREOcqVr2c7mg { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:3.75rem;top:2.03125rem;left:9.8125rem;overflow:hidden;display:block; }
#Tl7tm3OkcKKDyQHwhiSPTet9GSVgTfsL { position:absolute;display:block;z-index:100002;background-color:#010104;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:0.0625rem;top:1.21875rem;left:16.25rem;display:block; }
#pTS4ZhApdTFHHdcGgbz104a8RlAT0E1T { color:#010104;display:block;width:31.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:1.5250015258789rem;left:17.625rem;height:5.85rem;font-style:normal;display:block; }
#nhLRpV8oV64vCxQL8Q2LImeUMacOx1T4 { background-color:#8e0f7a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:2.03125rem;left:52.6875rem;display:block; }
#FBPxJTPnJC4cDA8T8yuTBu2VxCXoKnbG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#h2PTMcMMkRpOU1IGTzPIqbkWwbgRPydl { position:absolute;display:block;z-index:99999;background-color:#68cc94;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:7.3125rem;border-top-right-radius:7.3125rem;border-bottom-left-radius:7.3125rem;border-bottom-right-radius:7.3125rem;height:6.625rem;width:6.625rem;top:0.40625rem;left:8.375rem;display:block; }
#aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK > .row .container { background-color: transparent; background-image: none; }#aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK > .row .container > .video-iframe-container { display: none; }#aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK > .row > .video-iframe-container { display: none; }#aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK > .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); }#aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK > .row .container { border-width: 0; border-radius: 0; }#aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#KVvP8JkEZzlnGc5zlhD8HnwiHmTknrSV { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:5.5rem;width:41.25rem;top:0rem;left:16.875rem;display:block; }
#ibTRU2ueMXzTQVP0lGi88Eu5u5HDtfUU { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:13.5625rem;top:1.53125rem;left:30.71875rem;overflow:hidden;display:block; }
#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010104;background-image:url("https://images.assets-landingi.com/8dL0aWSc/bg_section2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M.adaptive-delivery-prevent-bg, #gwVBTFFznSJ63cfpPn707IsQbyJPwl4M.lazyload, #gwVBTFFznSJ63cfpPn707IsQbyJPwl4M.lazyloading { background-image: none; }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M > .row .container { background-color: transparent; background-image: none; }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M > .row .container > .video-iframe-container { display: none; }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M > .row > .video-iframe-container { display: none; }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M > .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); }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M > .row .container { border-width: 0; border-radius: 0; }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M > .row .container { font-size:0.875rem;font-family:arial;height:57.75rem;width:75rem;position:relative;display:block; }#FJhFiSRATH5gzlD6ineOfUnndTsbIfHH { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gfdqhVzyhfK8OFdoyiMMx23TRAGhSIda { color:#00f0b5;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:9.125rem;left:0rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CupxtaUP4scHMd7ugImWkE5mlK4ulFcu { position:absolute;display:block;z-index:100010;background-color:rgba(142,15,122,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #8e0f7a;border-left:0.125rem solid #8e0f7a;border-right:0.125rem solid #8e0f7a;border-bottom:0.125rem solid #8e0f7a;height:32.3125rem;width:29.375rem;top:12.59375rem;left:3.9375rem;display:block; }
#fMQVeETWIGcheZTyC6slnDQ0od7J0QTd { position:absolute;display:block;z-index:100011;background-color:#8e0f7a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:3.625rem;width:15.625rem;top:12.625rem;left:10.9375rem;display:block; }
#B4ChxvoKScvCXquu4EiK0sCKeLWgFaC3 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:13.46875rem;left:10.9375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TBAI7lzKSaZiElK4TMuHXM7rpBJZqpIR { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:0.125rem;top:18.8125rem;left:5rem;display:block; }
#mUM81uQaHTLbMfsBXp5v8Jd8IEkEB1t1 { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:18.6875rem;left:7.1875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ST2xlLw1nk9opeetGR4USrTs6QVUVOFb { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:0.125rem;top:18.8125rem;left:14.9375rem;display:block; }
#UE46O4L5bmxE59fRlDaNnlt5MoeV9Rbi { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100016;line-height:1.4;letter-spacing:0;top:20.25rem;left:5rem;height:;font-style:normal;display:block; }
#keOgweernhOU9Sff3la56pBaVUsunqMC { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100021;line-height:1.4;letter-spacing:0;top:25.25rem;left:5rem;height:2.8rem;font-style:normal;display:block; }
#sDz9xvO9gaOTaxA01i6ke6nfMuNwhErL { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:23.6875rem;left:7.1875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GmX688QI6ee7dAIKz1UiQaamWn9RGv2J { position:absolute;display:block;z-index:100019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:0.125rem;top:23.8125rem;left:14.9375rem;display:block; }
#brWGBXb6wtzkVSTi2wIMCfJ80RHgplQn { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:0.125rem;top:23.8125rem;left:5rem;display:block; }
#pTcqP6TPUpNc53zm56Rhit4cBXPhHl0e { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100026;line-height:1.4;letter-spacing:0;top:31.0625rem;left:5rem;height:1.4rem;font-style:normal;display:block; }
#wdNpkbbGllLwzSex902NFIxr5OhhnKzu { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:29.5rem;left:7.1875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AoGniEWL3Xn3CzknTovIcAPq90nEgTQg { position:absolute;display:block;z-index:100024;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:0.125rem;top:29.625rem;left:14.9375rem;display:block; }
#h81szLQ5VdnMSpQMXck5Otc7rc7bCGPt { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:0.125rem;top:29.625rem;left:5rem;display:block; }
#ca2dOXs1z5lZDEJlfTkTkDgN75NxTflM { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100031;line-height:1.4;letter-spacing:0;top:40.25rem;left:5rem;height:2.8rem;font-style:normal;display:block; }
#XryyTPlrbWgJnSknXPtDS0NKbKzoanEu { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:34.375rem;left:7.1875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WFmDZPTUIXfpi1Em5AnDAMIyPJ2fefgr { position:absolute;display:block;z-index:100029;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:0.125rem;top:34.5rem;left:14.9375rem;display:block; }
#imbutIT0kZyXydx8wLfTtFVfzdC1JovT { position:absolute;display:block;z-index:100028;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:0.125rem;top:34.5rem;left:5rem;display:block; }
#QApi0AIZtsTtkMrDiP3X55zaVRdMd89e { position:absolute;display:block;z-index:100033;background-color:rgba(0,240,181,0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00f0b5;border-left:0.125rem solid #00f0b5;border-right:0.125rem solid #00f0b5;border-bottom:0.125rem solid #00f0b5;height:32.3125rem;width:29.375rem;top:12.59375rem;left:41.4375rem;display:block; }
#DofXq7iPGyaIe3TLvE5QWDikrrEa1IlK { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100054;line-height:1.4;letter-spacing:0;top:35.375rem;left:42.875rem;height:1.4rem;font-style:normal;display:block; }
#LpbpxQoIHhrCCxDC1ePywlKqt8gCnJ9q { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100049;line-height:1.4;letter-spacing:0;top:29.0625rem;left:42.5625rem;height:2.8rem;font-style:normal;display:block; }
#ncTCM7u1UrZytMoU6ezTulXUwwmdzBCc { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100044;line-height:1.4;letter-spacing:0;top:24.5625rem;left:42.875rem;height:1.4rem;font-style:normal;display:block; }
#H62Tsv1WX2nMT9btyXinXcBp3t2Aa8T9 { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:27.5rem;left:44.75rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dyHMf35pTIaXdEpxG1lvDbfUAuENg6LX { position:absolute;display:block;z-index:100047;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:0.125rem;top:27.5rem;left:52.8125rem;display:block; }
#Zo5uCXm94RPufXfQZnlovJd0ih9Mxt6B { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:33.8125rem;left:45.0625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTW2PZZKB26liHQmT58mhHWSzFrBHHsU { position:absolute;display:block;z-index:100052;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:0.125rem;top:33.9375rem;left:52.8125rem;display:block; }
#w9IQfSV8NHR58vHmJbiTkxaoM04gvRdr { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:23rem;left:45.0625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qJcTTlgnEg1iLNTWldEZeWtT6bWb0N1u { position:absolute;display:block;z-index:100042;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:0.125rem;top:23.125rem;left:52.8125rem;display:block; }
#k4L1gHRRb5cHpO9PqqR3iv3ZMuRnTxih { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100039;line-height:1.4;letter-spacing:0;top:20.25rem;left:42.875rem;height:1.4rem;font-style:normal;display:block; }
#c84iiVcoxywrRs3EkabWcKTJahnOcJPZ { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:18.6875rem;left:45.0625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lVPdDwSNrpXdCp2Kw3bQIy6zXRQNRJTz { position:absolute;display:block;z-index:100037;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:0.125rem;top:18.8125rem;left:52.8125rem;display:block; }
#Gu3lzxEp6NuWAJoVmqH1Nx7t4v3nVbVF { position:absolute;display:block;z-index:100036;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:0.125rem;top:18.9375rem;left:42.8125rem;display:block; }
#Dmo4Csc8HqW6xK7Idoiqa1DuJzNE01Ve { position:absolute;display:block;z-index:100041;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:0.125rem;top:23.25rem;left:42.8125rem;display:block; }
#Fac8f16eZV5bh4TFFJUEn44isX4TPxiy { position:absolute;display:block;z-index:100046;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:0.125rem;top:27.75rem;left:42.5rem;display:block; }
#wTNVonKl4ZWRtkBaifIdAK4V08NhFFKa { position:absolute;display:block;z-index:100051;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:0.125rem;top:34.0625rem;left:42.8125rem;display:block; }
#ivaPlwDuoXUb2SRSarrU2bATQzKoyIuz { position:absolute;display:block;z-index:100034;background-color:#00f0b5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:3.625rem;width:15.625rem;top:12.625rem;left:48.8125rem;display:block; }
#XOWxQg2PQhX5qKPIqnQH3GXPrmxJA1Xa { color:#010104;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:13.5rem;left:48.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N9NASNKk9AWpUkQbHmvehTbiS0qhTQiU { background-color:#8e0f7a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:46.8125rem;left:41.4375rem;display:block; }
#xTiqbe2I5VckKLeS7qlIRTIF1QzGTfyv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OASgL1AZoLPiAfCh5bvhXHQ8UxiNBAZp { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100055;top:18.75rem;left:5.625rem; }
#yO5seXmVS1R615BwApVayLG3khM5JqsB { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100056;top:23.6875rem;left:5.75rem; }
#vDuq0yoLwXuuxqeCGRJkSS7TODXc5BUR { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100057;top:29.625rem;left:6rem; }
#ToxhZ6VkTZwZlJFTdJ1sEnCxp5XA7n7q { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100058;top:34.5rem;left:5.75rem; }
#prJW8di4F5hVnzwEa6W2FX2xJguSq0ZP { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100059;top:33.9375rem;left:43.4375rem; }
#Rng68PIHWnx9mRB3iVRW5HpBZ59OSoMk { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100060;top:27.625rem;left:43.125rem; }
#dFiSPSgHvDhcUJxx6apypHuVfHRCdL78 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100061;top:23.125rem;left:43.5rem; }
#RnvxUJdKACJUKDKWHhJXxRvQ9Sp0zkgs { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100062;top:18.8125rem;left:43.4375rem; }
#FLyQN7vOS605JXJS4qAwtchguBnHuPyk { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:38.5rem;left:7.1875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eVVCKmoz3sTZz87o5mS8IJgCspGlqLTn { position:absolute;display:block;z-index:100034;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:0.125rem;top:38.625rem;left:5rem;display:block; }
#cC6Wmdddt0iH3VRqJUZtfsowzr9O937D { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100064;top:38.625rem;left:5.75rem; }
#W44L0EVNlM1SJXxkIp5h8gn31SglT0oB { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100037;line-height:1.4;letter-spacing:0;top:35.875rem;left:5rem;height:1.4rem;font-style:normal;display:block; }
#RAKs5IIKmLAOPTwTX6aQKpd8Ciyyy1Rm { position:absolute;display:block;z-index:100035;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:0.125rem;top:38.625rem;left:14.9375rem;display:block; }
#Iep3OopgURQ1iswkwzJhNyKgnHHRz36P { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100059;line-height:1.4;letter-spacing:0;top:40.625rem;left:42.9375rem;height:1.4rem;font-style:normal;display:block; }
#JC0HnGyyN4EQk6Rm8eOqGT9qCTK68861 { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:39.0625rem;left:45.125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WTDReiQOGrR8NqVuPfNEQeKkKESrxtd1 { position:absolute;display:block;z-index:100057;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:0.125rem;top:39.1875rem;left:52.875rem;display:block; }
#wMK187Dh3aZSwB0muJIPn2FETBhArp35 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100064;top:39.1875rem;left:43.5rem; }
#qwUvqUxmutXxWNI01rrpOVaeN3DccC2K { position:absolute;display:block;z-index:100056;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:0.125rem;top:39.3125rem;left:42.875rem;display:block; }
#heIImD8Z2CAOQhJC2KWJlAg3UwXmzqaV { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100060;line-height:1.4;letter-spacing:0;top:52.1875rem;left:41.4375rem;height:1.4rem;font-style:normal;display:block; }
#zo3TSu7MSwWNAiy3bbVDJ4piKFHE1uSS { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#ahpcr9kKgkXoZ9MmnkNlnNyEvV2CAc1M { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:12.5625rem;top:47.375rem;left:57.875rem;overflow:hidden;display:block; }
#lbWlbcLNOIfwisTTHgIabRsyTMb7AMpf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/xxR9M2ri/backgr1_foto_blck.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#lbWlbcLNOIfwisTTHgIabRsyTMb7AMpf.adaptive-delivery-prevent-bg, #lbWlbcLNOIfwisTTHgIabRsyTMb7AMpf.lazyload, #lbWlbcLNOIfwisTTHgIabRsyTMb7AMpf.lazyloading { background-image: none; }#lbWlbcLNOIfwisTTHgIabRsyTMb7AMpf > .row .container { background-color: transparent; background-image: none; }#lbWlbcLNOIfwisTTHgIabRsyTMb7AMpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbWlbcLNOIfwisTTHgIabRsyTMb7AMpf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbWlbcLNOIfwisTTHgIabRsyTMb7AMpf > .row .container > .video-iframe-container { display: none; }#lbWlbcLNOIfwisTTHgIabRsyTMb7AMpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbWlbcLNOIfwisTTHgIabRsyTMb7AMpf > .row > .video-iframe-container { display: none; }#lbWlbcLNOIfwisTTHgIabRsyTMb7AMpf > .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); }#lbWlbcLNOIfwisTTHgIabRsyTMb7AMpf > .row .container { border-width: 0; border-radius: 0; }#lbWlbcLNOIfwisTTHgIabRsyTMb7AMpf > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#dEMLs0CxNRw8K83LAOoCRJHQO1NDBxz1 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:11.4375rem;top:2.96875rem;left:30.6875rem;overflow:hidden;display:block; }
#odrXa5VFqTkyO6rGFTBp7prFiLHx32wc { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:10.5625rem;top:5.0625rem;left:5.84375rem;overflow:hidden;display:block; }
#ECaXXtnUF5Vz2SfLx2TuiVSIiEuluEPZ { color:#f4f4f4;display:block;width:19.625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.1;letter-spacing:0;top:5.5687484741211rem;left:51.8125rem;height:1.925rem;text-align:right;text-align-last:right;display:block; }
#BUWVTmRTCqRQKL8337FguTOyRAB4RVVy { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:3.875rem;top:9.09375rem;left:67.5rem;overflow:hidden;display:block; }
#iBdyNvAN16DSZbe0tkVOIB2RVsy6QCPQ { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#Ick8PvwGff7LnIcP6D4EFnSEptwlS59v { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZDrgzBV4qR3QZ6wQXgh12DWzFrdeo0XT { display:block; }#ZDrgzBV4qR3QZ6wQXgh12DWzFrdeo0XT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsh4p5T0gqqOF81eT9aVWASZcB2zZP8Q { width:19.6875rem;height:1.4375rem;top:32.1875rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsZaTTTETT3ed1UGbPExWr8tT0UlK0Hc { width:23.25rem;height:1.4375rem;top:33.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTwxi5lChgN8ZsU3uASnCreTyQeR69ul { width:20.125rem;height:1.9375rem;top:36.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzUqtG1eiENeIMTuFdh7OR5nOFa9mKBy { width:23.25rem;height:1.4375rem;top:30.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFc9mobiomoXQsrI6cvHmwnXo2AT1xZL { width:29.5rem;height:5rem;top:25.125rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7o07Rg3nDTuPyq6mS3WH2sVHrbSrHGu { top:14rem;left:2.8125rem;width:21.0625rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP133ZUXN81WGfl9OT7TFJ35k5vIQDlV { width:31.9375rem;height:51.0625rem;top:12.5rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-regular-label { width:29.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-input-text { width:29.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-textarea { width:29.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-input-select { width:29.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-input-button { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-checkbox-label { width:28.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE  { width:29.5rem;height:auto;top:17.4375rem;left:15.75rem; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .radio-container { width:29.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE {display:block;}#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE { width:29.5rem;height:auto;top:17.4375rem;left:15.75rem; }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #J0ykTBSeyAF6WhZM0xQHZ6Bm5ecF2LxS {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #hAHF9q6vTHEACBA4asAhW5thKWyoOSlb {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #vNqdTUaBVkhHS4aRwVegQ8s23E9I6OpC {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #wwQJogyZDd6dhlTIr5HFIVkpiO4xKk2f {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #CSmfAdH7clFMkTQJRbPKfwSsaIidUaLx {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #bDOUtGuG2aov88ByG9h0p423aa0z3Oe8 {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #FlFyHBWAZDx0PLWHBbxpbhvA2T4dcmOe {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #JUOmyVQWmQVUWEvxliI38XkqrdVnwXLZ {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #kPWldMDC6BPO5uaiAFx0uxuVnRPo03FM {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #G9eG2VCkDfLKwKvPs20V12H6IKf35Shg {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #fJEbRcd3ZpiWXgl7NIAEfg3xUarD3qBB {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #MXWKahzXgE5JDt1O5k7dFWOtiTsDRFvh {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #AoB7awmFdRMG8XHi02yTGU99NJB3LfMJ {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #kUkPMUt2xiycNh3wqH0MbWNtqNc7LdBo {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #u0Hf8yT3H6zsCpncRtNze7T4oUmvDdCJ {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #bMbemt8tAppnsGSThbZGrPi6hdGKnN1k {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #B4EuKBKkggDTpwcHeO4IEkJlHbVTNdZX {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #mUiNKKS20ToXfSsC3dM53AilTUTmhzEQ {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #s7absBabJwfRcfDagJXx8UslGnUKTE5K {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #wBTHr9FhatMtWDoaG6SdKsF7syeTTphe {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #QcMGparfbwZgTbqPA2TgrTO01eucdrIv {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #DKGa6hzoMXd1zbWezQVlgckwbpTxnILr {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #zAeV3EGQKSl19JF8dMwldi0FtlqThy5v {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #VQ2oAy54B7gXQK1EukH8rTyQfb5LT0pL {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #ToimJ4RamEEP2avzH1aZPOQnFMCscJOr {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #e6oP69fLx3GTE1G3g8eEDWZ3P0TeW44O {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #LQlBmNqkMFUv9qmom18wwIXavJzKHGGJ {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #l2JThUJHqy3MACJ0QPXJQAzgsWSx6sUQ {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #gmFoA4seb69C5hWp3m3CpyBFcmKszAwS {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #sNmTIVqVyT2foozr0ECbLumpOLXSy7ey {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #vJBEfO6zlA9furT6IcZhfWgVD7ElVzTB {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #thvPiuoxCb884BQqtHRQV1imQcRrgneN {  }
 }@media only screen and (max-width: 763px) { #lWcrEoP44i5DEltBhllo2m0al0T7cLlU { width:19.25rem;height:1.75rem;top:15.1875rem;left:25.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO8IfToJATstBr44O2v7WyRTAID1M3Ut { width:13.75rem;height:0.125rem;top:16.0625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHLpcKdlxulKJEe89CZ4aoR5idCQBra1 { width:0.625rem;height:0.625rem;top:15.6875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi3IcunmgAFumwHqvxyM3WZ6HyIfs223 { top:10.4375rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMdKCtJxQGrHk1uz8ClcucJwVC8aMdcc { width:47.75rem;height:30rem;display:none; }
 }@media only screen and (max-width: 763px) { #BL4lGOTVsVH8xyTmpAWBPrlmy8wwDEss { display:none; }
 }@media only screen and (max-width: 763px) { #QlAuCrrqHe7rtSXf98lJSay7TyasHXeD { display:none; }
 }@media only screen and (max-width: 763px) { #EnTtcq6aCSQ4BL1Pxd2ZMmk1FPLkGPwE { top:11.625rem;left:43.25rem;width:4.5rem;height:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFiv8VZzJMxyG1EeZczVnI9fmN4PTpNG { width:12.5625rem;height:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uEqEr1sB1TmPUzv7xlX7I8r41FMJ5Prf { width:12.5625rem;height:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ngrqsvJ9IRggS0yTB3wBKe2C4CC4EQAd { display:none; }
 }@media only screen and (max-width: 763px) { #UOJtichGqVihVwfIqk0RSKnno89T6k1T { top:23.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTgmEUVZlnkTTSEFFXgzebOK5981yIUD { top:3rem;left:37.8125rem;width:9.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUsvds2yrFNtvGOROSPKd5l0RznqlIPC { display:block; }#wUsvds2yrFNtvGOROSPKd5l0RznqlIPC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbXX9bfJu0UpEukewh4uHqfUP8HWwnPG { width:41.25rem;height:5.5rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmXDoyU1gaRV94GnUmoqPR4erow70mdl { width:41.25rem;height:;top:1.1875rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlbXGuEWcInghbHMmox6T1KLBBJwlmBD { display:block; }#tlbXGuEWcInghbHMmox6T1KLBBJwlmBD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuSwzGEs7ilLTTgRR1QnwICH5DAGC5FN { width:47.625rem;height:7.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpbeGsVEUfWi6D4UnPtO9087ynwPS35q { width:3.75rem;height:3.75rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4BoWtqlEbl1r7tJrsRkF9arQDXJTJTi { width:0.0625rem;height:5rem;top:1.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOuyJTFSTPiyWLiP1GfiGZpdpr0tQkBZ { width:31.4375rem;height:4.375rem;top:1.5625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCtbZ09kSWU4fHOwVVa3eMXwwxlSoW2I { width:13.375rem;height:3.375rem;top:2rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWy1aIbdHQrHtQvKmpO2bD9DQXOGVxF5 { display:block; }
 }@media only screen and (max-width: 763px) { #bmyGitvHfXrFJXIy3TU2z6CDaZ9S9ycn { top:0.5rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHSd0GymRzq7s4kMufGMEXUJTPLFVLMt { display:block; }#FHSd0GymRzq7s4kMufGMEXUJTPLFVLMt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhGU3Qw5GU3RasG8zs1hmK28gwyoQS07 { width:47.625rem;height:7.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeBvGFU10Df6gCn3MDTFQcga238Tcqmx { width:3.75rem;height:3.75rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DATW8DA7f8hzzBOVUZ7ZUxRTXcDVwyBz { width:0.0625rem;height:5rem;top:1.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHLRkVCbeCs4uhTwBc0ZdVr1xZi1PpyQ { width:31.4375rem;height:2.875rem;top:2.25rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3cwvaI323KwwSzPoPD9T4hhRToDAmnD { width:13.375rem;height:3.375rem;top:2rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spQ6qXlqHNKAbPCBC52QkDpEcZ2Tttim { display:block; }
 }@media only screen and (max-width: 763px) { #XnF9GnG2zNTE4PAQNtoAsdQK6ADGgLfB { top:0.4375rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdcn3FLCkyp37qLkHzQDvEbgcBtwu1on { display:block; }#vdcn3FLCkyp37qLkHzQDvEbgcBtwu1on > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EotOeSu8sIeislw96CRk56JlGJM1CzZh { width:47.625rem;height:7.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iqhx6KZQ3adrJlr4qClzREOcqVr2c7mg { width:3.75rem;height:3.375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl7tm3OkcKKDyQHwhiSPTet9GSVgTfsL { width:0.0625rem;height:5rem;top:1.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTS4ZhApdTFHHdcGgbz104a8RlAT0E1T { width:31.4375rem;height:4.375rem;top:1.5rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhLRpV8oV64vCxQL8Q2LImeUMacOx1T4 { width:13.375rem;height:3.375rem;top:2rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBPxJTPnJC4cDA8T8yuTBu2VxCXoKnbG { display:block; }
 }@media only screen and (max-width: 763px) { #h2PTMcMMkRpOU1IGTzPIqbkWwbgRPydl { top:0.375rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK { display:block; }#aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVvP8JkEZzlnGc5zlhD8HnwiHmTknrSV { width:41.25rem;height:5.5rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibTRU2ueMXzTQVP0lGi88Eu5u5HDtfUU { top:1.5rem;left:17.09375rem;width:13.5625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwVBTFFznSJ63cfpPn707IsQbyJPwl4M { display:block; }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJhFiSRATH5gzlD6ineOfUnndTsbIfHH { width:37.5rem;height:;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfdqhVzyhfK8OFdoyiMMx23TRAGhSIda { width:37.5rem;height:1.9375rem;top:9.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CupxtaUP4scHMd7ugImWkE5mlK4ulFcu { width:29.375rem;height:32.3125rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMQVeETWIGcheZTyC6slnDQ0od7J0QTd { width:15.625rem;height:3.625rem;top:12.625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4ChxvoKScvCXquu4EiK0sCKeLWgFaC3 { width:15.625rem;height:;top:13.4375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBAI7lzKSaZiElK4TMuHXM7rpBJZqpIR { width:0.125rem;height:1.125rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUM81uQaHTLbMfsBXp5v8Jd8IEkEB1t1 { width:7.4375rem;height:1.4375rem;top:18.6875rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST2xlLw1nk9opeetGR4USrTs6QVUVOFb { width:0.125rem;height:1.125rem;top:18.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE46O4L5bmxE59fRlDaNnlt5MoeV9Rbi { width:27.5rem;height:;top:20.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #keOgweernhOU9Sff3la56pBaVUsunqMC { width:27.5rem;height:2.75rem;top:25.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDz9xvO9gaOTaxA01i6ke6nfMuNwhErL { width:7.4375rem;height:1.4375rem;top:23.6875rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmX688QI6ee7dAIKz1UiQaamWn9RGv2J { width:0.125rem;height:1.125rem;top:23.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brWGBXb6wtzkVSTi2wIMCfJ80RHgplQn { width:0.125rem;height:1.125rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTcqP6TPUpNc53zm56Rhit4cBXPhHl0e { width:27.5rem;height:1.375rem;top:31.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdNpkbbGllLwzSex902NFIxr5OhhnKzu { width:7.4375rem;height:1.4375rem;top:29.5rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoGniEWL3Xn3CzknTovIcAPq90nEgTQg { width:0.125rem;height:1.125rem;top:29.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h81szLQ5VdnMSpQMXck5Otc7rc7bCGPt { width:0.125rem;height:1.125rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca2dOXs1z5lZDEJlfTkTkDgN75NxTflM { width:27.5rem;height:2.75rem;top:40.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XryyTPlrbWgJnSknXPtDS0NKbKzoanEu { width:7.4375rem;height:1.4375rem;top:34.375rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFmDZPTUIXfpi1Em5AnDAMIyPJ2fefgr { width:0.125rem;height:1.125rem;top:34.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imbutIT0kZyXydx8wLfTtFVfzdC1JovT { width:0.125rem;height:1.125rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QApi0AIZtsTtkMrDiP3X55zaVRdMd89e { width:29.375rem;height:32.3125rem;top:12.5625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DofXq7iPGyaIe3TLvE5QWDikrrEa1IlK { width:27.5rem;height:1.375rem;top:35.375rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpbpxQoIHhrCCxDC1ePywlKqt8gCnJ9q { width:27.5rem;height:2.75rem;top:29.0625rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncTCM7u1UrZytMoU6ezTulXUwwmdzBCc { width:27.5rem;height:1.375rem;top:24.5625rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H62Tsv1WX2nMT9btyXinXcBp3t2Aa8T9 { width:7.4375rem;height:1.4375rem;top:27.5rem;left:24.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyHMf35pTIaXdEpxG1lvDbfUAuENg6LX { width:0.125rem;height:1.125rem;top:27.5rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo5uCXm94RPufXfQZnlovJd0ih9Mxt6B { width:7.4375rem;height:1.4375rem;top:33.8125rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTW2PZZKB26liHQmT58mhHWSzFrBHHsU { width:0.125rem;height:1.125rem;top:33.9375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9IQfSV8NHR58vHmJbiTkxaoM04gvRdr { width:7.4375rem;height:1.4375rem;top:23rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJcTTlgnEg1iLNTWldEZeWtT6bWb0N1u { width:0.125rem;height:1.125rem;top:23.125rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4L1gHRRb5cHpO9PqqR3iv3ZMuRnTxih { width:27.5rem;height:1.375rem;top:20.25rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c84iiVcoxywrRs3EkabWcKTJahnOcJPZ { width:7.4375rem;height:1.4375rem;top:18.6875rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVPdDwSNrpXdCp2Kw3bQIy6zXRQNRJTz { width:0.125rem;height:1.125rem;top:18.8125rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu3lzxEp6NuWAJoVmqH1Nx7t4v3nVbVF { width:0.125rem;height:1.125rem;top:18.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmo4Csc8HqW6xK7Idoiqa1DuJzNE01Ve { width:0.125rem;height:1.125rem;top:23.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fac8f16eZV5bh4TFFJUEn44isX4TPxiy { width:0.125rem;height:1.125rem;top:27.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTNVonKl4ZWRtkBaifIdAK4V08NhFFKa { width:0.125rem;height:1.125rem;top:34.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivaPlwDuoXUb2SRSarrU2bATQzKoyIuz { width:15.625rem;height:3.625rem;top:12.625rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOWxQg2PQhX5qKPIqnQH3GXPrmxJA1Xa { width:15.625rem;height:;top:13.5rem;left:28.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9NASNKk9AWpUkQbHmvehTbiS0qhTQiU { width:13.375rem;height:3.375rem;top:46.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTiqbe2I5VckKLeS7qlIRTIF1QzGTfyv { display:block; }
 }@media only screen and (max-width: 763px) { #OASgL1AZoLPiAfCh5bvhXHQ8UxiNBAZp { width:1.25rem;height:1.25rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO5seXmVS1R615BwApVayLG3khM5JqsB { width:1.25rem;height:1.25rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDuq0yoLwXuuxqeCGRJkSS7TODXc5BUR { width:1.25rem;height:1.25rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToxhZ6VkTZwZlJFTdJ1sEnCxp5XA7n7q { width:1.25rem;height:1.25rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #prJW8di4F5hVnzwEa6W2FX2xJguSq0ZP { width:1.25rem;height:1.25rem;top:33.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rng68PIHWnx9mRB3iVRW5HpBZ59OSoMk { width:1.25rem;height:1.25rem;top:27.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFiSPSgHvDhcUJxx6apypHuVfHRCdL78 { width:1.25rem;height:1.25rem;top:23.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnvxUJdKACJUKDKWHhJXxRvQ9Sp0zkgs { width:1.25rem;height:1.25rem;top:18.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLyQN7vOS605JXJS4qAwtchguBnHuPyk { width:7.4375rem;height:1.4375rem;top:38.5rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVVCKmoz3sTZz87o5mS8IJgCspGlqLTn { width:0.125rem;height:1.125rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC6Wmdddt0iH3VRqJUZtfsowzr9O937D { width:1.25rem;height:1.25rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W44L0EVNlM1SJXxkIp5h8gn31SglT0oB { width:27.5rem;height:1.375rem;top:35.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAKs5IIKmLAOPTwTX6aQKpd8Ciyyy1Rm { width:0.125rem;height:1.125rem;top:38.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iep3OopgURQ1iswkwzJhNyKgnHHRz36P { width:27.5rem;height:1.375rem;top:40.625rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC0HnGyyN4EQk6Rm8eOqGT9qCTK68861 { width:7.4375rem;height:1.4375rem;top:39.0625rem;left:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTDReiQOGrR8NqVuPfNEQeKkKESrxtd1 { width:0.125rem;height:1.125rem;top:39.1875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMK187Dh3aZSwB0muJIPn2FETBhArp35 { width:1.25rem;height:1.25rem;top:39.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwUvqUxmutXxWNI01rrpOVaeN3DccC2K { width:0.125rem;height:1.125rem;top:39.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #heIImD8Z2CAOQhJC2KWJlAg3UwXmzqaV { width:27.5rem;height:1.375rem;top:52.1875rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo3TSu7MSwWNAiy3bbVDJ4piKFHE1uSS { display:none; }
 }@media only screen and (max-width: 763px) { #ahpcr9kKgkXoZ9MmnkNlnNyEvV2CAc1M { top:47.375rem;left:35.1875rem;width:12.5625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbWlbcLNOIfwisTTHgIabRsyTMb7AMpf { display:block; }#lbWlbcLNOIfwisTTHgIabRsyTMb7AMpf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEMLs0CxNRw8K83LAOoCRJHQO1NDBxz1 { top:2.9375rem;left:17.0625rem;width:11.4375rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odrXa5VFqTkyO6rGFTBp7prFiLHx32wc { top:5.0625rem;left:0rem;width:10.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECaXXtnUF5Vz2SfLx2TuiVSIiEuluEPZ { top:5.5625rem;left:28.125rem;width:19.625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUWVTmRTCqRQKL8337FguTOyRAB4RVVy { top:9.0625rem;left:43.875rem;width:3.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBdyNvAN16DSZbe0tkVOIB2RVsy6QCPQ { display:none; }
 }@media only screen and (max-width: 763px) { #Ick8PvwGff7LnIcP6D4EFnSEptwlS59v { display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/mYBYVW7j/backgr1_color_jpg1080mobile.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(129,50,187,0.34); }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(129,50,187,0.34); }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .row > .video-iframe-container { display: none; }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .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); } }@media only screen and (max-width: 763px) { #ZDrgzBV4qR3QZ6wQXgh12DWzFrdeo0XT { display:block; }#ZDrgzBV4qR3QZ6wQXgh12DWzFrdeo0XT { background-color: transparent; background-image: none; }#ZDrgzBV4qR3QZ6wQXgh12DWzFrdeo0XT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDrgzBV4qR3QZ6wQXgh12DWzFrdeo0XT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDrgzBV4qR3QZ6wQXgh12DWzFrdeo0XT > .row .container > .video-iframe-container { display: none; }#ZDrgzBV4qR3QZ6wQXgh12DWzFrdeo0XT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDrgzBV4qR3QZ6wQXgh12DWzFrdeo0XT > .row > .video-iframe-container { display: none; }#ZDrgzBV4qR3QZ6wQXgh12DWzFrdeo0XT > .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); }#ZDrgzBV4qR3QZ6wQXgh12DWzFrdeo0XT > .row .container { width:20rem;height:83.625rem;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsh4p5T0gqqOF81eT9aVWASZcB2zZP8Q { width:20rem;height:1.1375rem;top:31.84375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nsZaTTTETT3ed1UGbPExWr8tT0UlK0Hc { width:20rem;height:1.3rem;top:34.23125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTwxi5lChgN8ZsU3uASnCreTyQeR69ul { width:20rem;height:1.625rem;top:36.78125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AzUqtG1eiENeIMTuFdh7OR5nOFa9mKBy { width:20rem;height:1.3rem;top:29.29375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iFc9mobiomoXQsrI6cvHmwnXo2AT1xZL { width:20rem;height:0;top:20rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7o07Rg3nDTuPyq6mS3WH2sVHrbSrHGu { width:20rem;height:8.9614375rem;top:6.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rP133ZUXN81WGfl9OT7TFJ35k5vIQDlV { width:20rem;height:51.0625rem;top:12.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-input-button { width:13.125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;line-height:1.4;overflow:hidden; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE  { width:17.5rem;height:auto;top:27.375rem;left:0rem; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE {display:block;}#Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE { width:17.5rem;height:auto;top:27.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #J0ykTBSeyAF6WhZM0xQHZ6Bm5ecF2LxS {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #hAHF9q6vTHEACBA4asAhW5thKWyoOSlb {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #vNqdTUaBVkhHS4aRwVegQ8s23E9I6OpC {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #wwQJogyZDd6dhlTIr5HFIVkpiO4xKk2f {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #CSmfAdH7clFMkTQJRbPKfwSsaIidUaLx {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #bDOUtGuG2aov88ByG9h0p423aa0z3Oe8 {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #FlFyHBWAZDx0PLWHBbxpbhvA2T4dcmOe {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #JUOmyVQWmQVUWEvxliI38XkqrdVnwXLZ {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #kPWldMDC6BPO5uaiAFx0uxuVnRPo03FM {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #G9eG2VCkDfLKwKvPs20V12H6IKf35Shg {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #fJEbRcd3ZpiWXgl7NIAEfg3xUarD3qBB {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #MXWKahzXgE5JDt1O5k7dFWOtiTsDRFvh {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #AoB7awmFdRMG8XHi02yTGU99NJB3LfMJ {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #kUkPMUt2xiycNh3wqH0MbWNtqNc7LdBo {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #u0Hf8yT3H6zsCpncRtNze7T4oUmvDdCJ {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #bMbemt8tAppnsGSThbZGrPi6hdGKnN1k {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #B4EuKBKkggDTpwcHeO4IEkJlHbVTNdZX {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #mUiNKKS20ToXfSsC3dM53AilTUTmhzEQ {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #s7absBabJwfRcfDagJXx8UslGnUKTE5K {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #wBTHr9FhatMtWDoaG6SdKsF7syeTTphe {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #QcMGparfbwZgTbqPA2TgrTO01eucdrIv {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #DKGa6hzoMXd1zbWezQVlgckwbpTxnILr {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #zAeV3EGQKSl19JF8dMwldi0FtlqThy5v {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #VQ2oAy54B7gXQK1EukH8rTyQfb5LT0pL {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #ToimJ4RamEEP2avzH1aZPOQnFMCscJOr {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #e6oP69fLx3GTE1G3g8eEDWZ3P0TeW44O {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #LQlBmNqkMFUv9qmom18wwIXavJzKHGGJ {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #l2JThUJHqy3MACJ0QPXJQAzgsWSx6sUQ {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #gmFoA4seb69C5hWp3m3CpyBFcmKszAwS {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #sNmTIVqVyT2foozr0ECbLumpOLXSy7ey {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #vJBEfO6zlA9furT6IcZhfWgVD7ElVzTB {  }
 }@media only screen and (max-width: 763px) { #Ox0MtmdSV4fQTehCpH4mS9o7v9vTVlrE #thvPiuoxCb884BQqtHRQV1imQcRrgneN {  }
 }@media only screen and (max-width: 763px) { #lWcrEoP44i5DEltBhllo2m0al0T7cLlU { width:19.25rem;height:auto;top:15.1875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gO8IfToJATstBr44O2v7WyRTAID1M3Ut { width:19.875rem;height:0.0625rem;top:16.75rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHLpcKdlxulKJEe89CZ4aoR5idCQBra1 { width:0.625rem;height:0.625rem;top:14.375rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xi3IcunmgAFumwHqvxyM3WZ6HyIfs223 { width:4.5rem;height:4.5rem;top:10.4375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tMdKCtJxQGrHk1uz8ClcucJwVC8aMdcc { top:7rem;left:0rem;width:20rem;height:12.5625rem;z-index:100022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BL4lGOTVsVH8xyTmpAWBPrlmy8wwDEss { top:0rem;left:3.75rem;width:12.5rem;height:12.5rem;z-index:100023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QlAuCrrqHe7rtSXf98lJSay7TyasHXeD { top:77.75rem;left:3.75rem;width:12.5rem;height:3.6875rem;z-index:100024;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EnTtcq6aCSQ4BL1Pxd2ZMmk1FPLkGPwE { width:4.5rem;height:4.5rem;top:0.6875rem;left:7.75rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #VFiv8VZzJMxyG1EeZczVnI9fmN4PTpNG { top:18.75rem;left:15.6875rem;width:3.4375rem;height:3.6875rem;z-index:100024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uEqEr1sB1TmPUzv7xlX7I8r41FMJ5Prf { top:18.75rem;left:17.375rem;width:1.8125rem;height:1.9375rem;z-index:100025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ngrqsvJ9IRggS0yTB3wBKe2C4CC4EQAd { top:21.5rem;left:0rem;width:20rem;height:53.375rem;z-index:100003;background-color:#ff4c87;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UOJtichGqVihVwfIqk0RSKnno89T6k1T { top:23.9375rem;left:1.625rem;width:16.75rem;height:2.4375rem;z-index:100026;color:#ffffff;font-size:2.4375rem;line-height:1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uTgmEUVZlnkTTSEFFXgzebOK5981yIUD { width:9.9375rem;height:2.75rem;top:80.125rem;left:5.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wUsvds2yrFNtvGOROSPKd5l0RznqlIPC { display:block; }#wUsvds2yrFNtvGOROSPKd5l0RznqlIPC > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbXX9bfJu0UpEukewh4uHqfUP8HWwnPG { width:20rem;height:5.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmXDoyU1gaRV94GnUmoqPR4erow70mdl { width:20rem;height:4.5rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tlbXGuEWcInghbHMmox6T1KLBBJwlmBD { display:block; }#tlbXGuEWcInghbHMmox6T1KLBBJwlmBD > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuSwzGEs7ilLTTgRR1QnwICH5DAGC5FN { width:19.875rem;height:19.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpbeGsVEUfWi6D4UnPtO9087ynwPS35q { width:3.75rem;height:3.75rem;top:3.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4BoWtqlEbl1r7tJrsRkF9arQDXJTJTi { width:0.0625rem;height:5rem;top:2.46875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EOuyJTFSTPiyWLiP1GfiGZpdpr0tQkBZ { width:18.75rem;height:6.5rem;top:9.40625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCtbZ09kSWU4fHOwVVa3eMXwwxlSoW2I { width:13.375rem;height:3.375rem;top:16.71875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWy1aIbdHQrHtQvKmpO2bD9DQXOGVxF5 { display:block; }
 }@media only screen and (max-width: 763px) { #bmyGitvHfXrFJXIy3TU2z6CDaZ9S9ycn { width:6.625rem;height:6.625rem;top:2.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHSd0GymRzq7s4kMufGMEXUJTPLFVLMt { display:block; }#FHSd0GymRzq7s4kMufGMEXUJTPLFVLMt > .row .container { width:20rem;height:30.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhGU3Qw5GU3RasG8zs1hmK28gwyoQS07 { width:19.875rem;height:19.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeBvGFU10Df6gCn3MDTFQcga238Tcqmx { width:3.75rem;height:3.75rem;top:3.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DATW8DA7f8hzzBOVUZ7ZUxRTXcDVwyBz { width:0.0625rem;height:5rem;top:2.46875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHLRkVCbeCs4uhTwBc0ZdVr1xZi1PpyQ { width:18.75rem;height:5.2rem;top:10.21875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3cwvaI323KwwSzPoPD9T4hhRToDAmnD { width:13.375rem;height:3.375rem;top:15.90625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spQ6qXlqHNKAbPCBC52QkDpEcZ2Tttim { display:block; }
 }@media only screen and (max-width: 763px) { #XnF9GnG2zNTE4PAQNtoAsdQK6ADGgLfB { width:6.625rem;height:6.625rem;top:2.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdcn3FLCkyp37qLkHzQDvEbgcBtwu1on { display:block; }#vdcn3FLCkyp37qLkHzQDvEbgcBtwu1on > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EotOeSu8sIeislw96CRk56JlGJM1CzZh { width:19.875rem;height:21.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iqhx6KZQ3adrJlr4qClzREOcqVr2c7mg { width:3.75rem;height:3.375rem;top:4.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl7tm3OkcKKDyQHwhiSPTet9GSVgTfsL { width:0.0625rem;height:5rem;top:2.46875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTS4ZhApdTFHHdcGgbz104a8RlAT0E1T { width:18.75rem;height:6.5rem;top:11.03125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhLRpV8oV64vCxQL8Q2LImeUMacOx1T4 { width:13.375rem;height:3.375rem;top:18.28125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBPxJTPnJC4cDA8T8yuTBu2VxCXoKnbG { display:block; }
 }@media only screen and (max-width: 763px) { #h2PTMcMMkRpOU1IGTzPIqbkWwbgRPydl { width:6.625rem;height:6.625rem;top:2.4375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK { display:block; }#aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVvP8JkEZzlnGc5zlhD8HnwiHmTknrSV { width:20rem;height:5.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibTRU2ueMXzTQVP0lGi88Eu5u5HDtfUU { width:13.5625rem;height:2.4375rem;top:1.53125rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwVBTFFznSJ63cfpPn707IsQbyJPwl4M { background-color:#010104;background-image:url("https://images.assets-landingi.com/8dL0aWSc/bg_section2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M.adaptive-delivery-prevent-bg, #gwVBTFFznSJ63cfpPn707IsQbyJPwl4M.lazyload, #gwVBTFFznSJ63cfpPn707IsQbyJPwl4M.lazyloading { background-image: none; }#gwVBTFFznSJ63cfpPn707IsQbyJPwl4M > .row .container { width:20rem;height:111.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FJhFiSRATH5gzlD6ineOfUnndTsbIfHH { width:20rem;height:2.4375rem;top:7.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfdqhVzyhfK8OFdoyiMMx23TRAGhSIda { width:20rem;height:1.625rem;top:10.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CupxtaUP4scHMd7ugImWkE5mlK4ulFcu { width:19.625rem;height:40.875rem;top:13.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMQVeETWIGcheZTyC6slnDQ0od7J0QTd { width:15.625rem;height:2.375rem;top:13.28125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4ChxvoKScvCXquu4EiK0sCKeLWgFaC3 { width:15.625rem;height:1.625rem;top:14.125rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBAI7lzKSaZiElK4TMuHXM7rpBJZqpIR { width:0.125rem;height:1.125rem;top:19.46875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUM81uQaHTLbMfsBXp5v8Jd8IEkEB1t1 { width:7.4375rem;height:1.3rem;top:19.34375rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST2xlLw1nk9opeetGR4USrTs6QVUVOFb { width:0.125rem;height:1.125rem;top:19.46875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE46O4L5bmxE59fRlDaNnlt5MoeV9Rbi { width:12rem;height:2.45rem;top:20.90625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #keOgweernhOU9Sff3la56pBaVUsunqMC { width:18.75rem;height:2.45rem;top:25.90625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDz9xvO9gaOTaxA01i6ke6nfMuNwhErL { width:7.4375rem;height:1.3rem;top:24.34375rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmX688QI6ee7dAIKz1UiQaamWn9RGv2J { width:0.125rem;height:1.125rem;top:24.46875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #brWGBXb6wtzkVSTi2wIMCfJ80RHgplQn { width:0.125rem;height:1.125rem;top:24.46875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTcqP6TPUpNc53zm56Rhit4cBXPhHl0e { width:12rem;height:2.45rem;top:31.71875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdNpkbbGllLwzSex902NFIxr5OhhnKzu { width:7.4375rem;height:1.3rem;top:30.15625rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoGniEWL3Xn3CzknTovIcAPq90nEgTQg { width:0.125rem;height:1.125rem;top:30.28125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h81szLQ5VdnMSpQMXck5Otc7rc7bCGPt { width:0.125rem;height:1.125rem;top:30.28125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca2dOXs1z5lZDEJlfTkTkDgN75NxTflM { width:18.75rem;height:2.45rem;top:40.90625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XryyTPlrbWgJnSknXPtDS0NKbKzoanEu { width:7.4375rem;height:1.3rem;top:35.03125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFmDZPTUIXfpi1Em5AnDAMIyPJ2fefgr { width:0.125rem;height:1.125rem;top:35.15625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #imbutIT0kZyXydx8wLfTtFVfzdC1JovT { width:0.125rem;height:1.125rem;top:35.15625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QApi0AIZtsTtkMrDiP3X55zaVRdMd89e { width:19.75rem;height:34.625rem;top:55.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DofXq7iPGyaIe3TLvE5QWDikrrEa1IlK { width:18.75rem;height:1.225rem;top:78.40625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpbpxQoIHhrCCxDC1ePywlKqt8gCnJ9q { width:18.75rem;height:3.675rem;top:72.09375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ncTCM7u1UrZytMoU6ezTulXUwwmdzBCc { width:18.75rem;height:1.225rem;top:67.59375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H62Tsv1WX2nMT9btyXinXcBp3t2Aa8T9 { width:7.4375rem;height:1.3rem;top:70.53125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyHMf35pTIaXdEpxG1lvDbfUAuENg6LX { width:0.125rem;height:1.125rem;top:70.53125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo5uCXm94RPufXfQZnlovJd0ih9Mxt6B { width:7.4375rem;height:1.3rem;top:76.84375rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTW2PZZKB26liHQmT58mhHWSzFrBHHsU { width:0.125rem;height:1.125rem;top:76.96875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9IQfSV8NHR58vHmJbiTkxaoM04gvRdr { width:7.4375rem;height:1.3rem;top:66.03125rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJcTTlgnEg1iLNTWldEZeWtT6bWb0N1u { width:0.125rem;height:1.125rem;top:66.15625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4L1gHRRb5cHpO9PqqR3iv3ZMuRnTxih { width:11.375rem;height:2.45rem;top:63.28125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c84iiVcoxywrRs3EkabWcKTJahnOcJPZ { width:7.4375rem;height:1.3rem;top:61.71875rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVPdDwSNrpXdCp2Kw3bQIy6zXRQNRJTz { width:0.125rem;height:1.125rem;top:61.84375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu3lzxEp6NuWAJoVmqH1Nx7t4v3nVbVF { width:0.125rem;height:1.125rem;top:61.96875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmo4Csc8HqW6xK7Idoiqa1DuJzNE01Ve { width:0.125rem;height:1.125rem;top:66.28125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fac8f16eZV5bh4TFFJUEn44isX4TPxiy { width:0.125rem;height:1.125rem;top:70.78125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTNVonKl4ZWRtkBaifIdAK4V08NhFFKa { width:0.125rem;height:1.125rem;top:77.09375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivaPlwDuoXUb2SRSarrU2bATQzKoyIuz { width:15.625rem;height:2.375rem;top:55.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOWxQg2PQhX5qKPIqnQH3GXPrmxJA1Xa { width:15.625rem;height:1.625rem;top:56rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9NASNKk9AWpUkQbHmvehTbiS0qhTQiU { width:13.375rem;height:3.375rem;top:91.75rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTiqbe2I5VckKLeS7qlIRTIF1QzGTfyv { display:block; }
 }@media only screen and (max-width: 763px) { #OASgL1AZoLPiAfCh5bvhXHQ8UxiNBAZp { width:1.25rem;height:1.25rem;top:19.40625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO5seXmVS1R615BwApVayLG3khM5JqsB { width:1.25rem;height:1.25rem;top:24.34375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDuq0yoLwXuuxqeCGRJkSS7TODXc5BUR { width:1.25rem;height:1.25rem;top:30.28125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToxhZ6VkTZwZlJFTdJ1sEnCxp5XA7n7q { width:1.25rem;height:1.25rem;top:35.15625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prJW8di4F5hVnzwEa6W2FX2xJguSq0ZP { width:1.25rem;height:1.25rem;top:76.96875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rng68PIHWnx9mRB3iVRW5HpBZ59OSoMk { width:1.25rem;height:1.25rem;top:70.65625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFiSPSgHvDhcUJxx6apypHuVfHRCdL78 { width:1.25rem;height:1.25rem;top:66.15625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnvxUJdKACJUKDKWHhJXxRvQ9Sp0zkgs { width:1.25rem;height:1.25rem;top:61.84375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLyQN7vOS605JXJS4qAwtchguBnHuPyk { width:7.4375rem;height:1.3rem;top:39.15625rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVVCKmoz3sTZz87o5mS8IJgCspGlqLTn { width:0.125rem;height:1.125rem;top:39.28125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC6Wmdddt0iH3VRqJUZtfsowzr9O937D { width:1.25rem;height:1.25rem;top:39.28125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W44L0EVNlM1SJXxkIp5h8gn31SglT0oB { width:15rem;height:2.45rem;top:36.53125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAKs5IIKmLAOPTwTX6aQKpd8Ciyyy1Rm { width:0.125rem;height:1.125rem;top:39.28125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iep3OopgURQ1iswkwzJhNyKgnHHRz36P { width:20rem;height:1.225rem;top:83.65625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC0HnGyyN4EQk6Rm8eOqGT9qCTK68861 { width:7.4375rem;height:1.3rem;top:82.09375rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTDReiQOGrR8NqVuPfNEQeKkKESrxtd1 { width:0.125rem;height:1.125rem;top:82.21875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMK187Dh3aZSwB0muJIPn2FETBhArp35 { width:1.25rem;height:1.25rem;top:82.21875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwUvqUxmutXxWNI01rrpOVaeN3DccC2K { width:0.125rem;height:1.125rem;top:82.34375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #heIImD8Z2CAOQhJC2KWJlAg3UwXmzqaV { width:20rem;height:1.225rem;top:99.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo3TSu7MSwWNAiy3bbVDJ4piKFHE1uSS { top:1.25rem;left:3.75rem;width:12.5rem;height:7.1875rem;z-index:100065;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ahpcr9kKgkXoZ9MmnkNlnNyEvV2CAc1M { width:12.5625rem;height:2.25rem;top:96.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbWlbcLNOIfwisTTHgIabRsyTMb7AMpf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/wANuHlfr/backgr1_color_jpg1920.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lbWlbcLNOIfwisTTHgIabRsyTMb7AMpf.adaptive-delivery-prevent-bg, #lbWlbcLNOIfwisTTHgIabRsyTMb7AMpf.lazyload, #lbWlbcLNOIfwisTTHgIabRsyTMb7AMpf.lazyloading { background-image: none; }#lbWlbcLNOIfwisTTHgIabRsyTMb7AMpf > .row .container { background-color: transparent; background-image: none; }#lbWlbcLNOIfwisTTHgIabRsyTMb7AMpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbWlbcLNOIfwisTTHgIabRsyTMb7AMpf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbWlbcLNOIfwisTTHgIabRsyTMb7AMpf > .row .container > .video-iframe-container { display: none; }#lbWlbcLNOIfwisTTHgIabRsyTMb7AMpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbWlbcLNOIfwisTTHgIabRsyTMb7AMpf > .row > .video-iframe-container { display: none; }#lbWlbcLNOIfwisTTHgIabRsyTMb7AMpf > .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); }#lbWlbcLNOIfwisTTHgIabRsyTMb7AMpf > .row .container { width:20rem;height:56.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEMLs0CxNRw8K83LAOoCRJHQO1NDBxz1 { width:11.4375rem;height:7.125rem;top:11.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #odrXa5VFqTkyO6rGFTBp7prFiLHx32wc { width:10.5625rem;height:2.9375rem;top:25.4375rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECaXXtnUF5Vz2SfLx2TuiVSIiEuluEPZ { width:19.625rem;height:1.925rem;top:38.9375rem;left:0.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BUWVTmRTCqRQKL8337FguTOyRAB4RVVy { width:7.75rem;height:5.8125rem;top:42.737499237061rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBdyNvAN16DSZbe0tkVOIB2RVsy6QCPQ { top:47.8125rem;left:3.75rem;width:12.5rem;height:8.9375rem;z-index:100004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ick8PvwGff7LnIcP6D4EFnSEptwlS59v { top:2.5625rem;left:3.75rem;width:12.5rem;height:8.9375rem;z-index:100005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }