.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/nXx1Oqpf/fondo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/wIl4OlVk/FONDO1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW.adaptive-delivery-prevent-bg, #DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW.lazyload, #DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW.lazyloading { background-image: none; }#DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW > .row .container { background-color: transparent; background-image: none; }#DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW > .row .container > .video-iframe-container { display: none; }#DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW > .row > .video-iframe-container { display: none; }#DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW > .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); }#DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW > .row .container { border-width: 0; border-radius: 0; }#DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;position:relative;display:block; }#zxvM8OkloAKlKRhEUDDGkxgm3Ki5TxVy { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.1225625rem;width:25.2475625rem;top:11.25rem;left:3.4375rem;overflow:hidden;display:block; }
#KlsaaLLL5SCU9SO5dc0aNFXezsM68OJ6 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:36.0625rem;top:0rem;left:11.96875rem;overflow:hidden;display:block; }
#QW1vNIFNnDMOLrt07wUPMR5Mbd9NPW7c { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.1235625rem;width:0.62402375rem;top:9.2509765625rem;left:0rem;overflow:hidden;display:block; }
#HGBCGyGPkmttf15fAW3hO2A98wAhFB86 { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.124025rem;width:3.75rem;top:24.3125rem;left:21.625rem;overflow:hidden;display:block; }
#x2PdrUS6fZOUkD8hsMXNL7umUme1pNwl { position:absolute;display:block;z-index:100002;background-color:#e6e6e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:26.5625rem;width:23.9375rem;top:5.53125rem;left:31.59375rem;display:block; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-form-header {  }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:bold;color:#000000;width:19.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:center;text-align-last:center;overflow:hidden;line-height:1.6; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.125rem;box-sizing:border-box;height:2.375rem;color:#6d6d6d;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-input-text {padding-top: 0; padding-bottom: 0;}#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.125rem;box-sizing:border-box;height:4.375rem;color:#6d6d6d;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.125rem;box-sizing:border-box;height:2.5rem;color:#6d6d6d;font-family:archivo;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-input-select {padding-top: 0; padding-bottom: 0;}#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-input-button { border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:19.125rem;height:3.3125rem;font-family:rubik;overflow:hidden;text-align:center;text-align-last:center; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww [class*="-text"]:-moz-placeholder { color:#6d6d6d;font-family:archivo;font-size:0.875rem; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww [class*="-text"]::-moz-placeholder { color:#6d6d6d;font-family:archivo;font-size:0.875rem; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww [class*="-text"]:-ms-input-placeholder { color:#6d6d6d;font-family:archivo;font-size:0.875rem; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww [class*="-text"]::-webkit-input-placeholder { color:#6d6d6d;font-family:archivo;font-size:0.875rem; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:2;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:17.875rem;overflow:hidden;font-style:normal; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .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; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;text-align:center;text-align-last:center; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-container:first-of-type{padding-top:0;}#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-container:last-of-type{padding-bottom:0;}#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100011;position:absolute;top:7.46875rem;left:32.75rem; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.125rem;display:block;vertical-align:top; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww {display:block;}#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100011;position:absolute;top:7.46875rem;left:32.75rem; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #KU9MKvA5CPbQbZogDI6rpmRvNbiNlIT2 { position:relative; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #N68uiNMCXK24rHXTZMcrOCwOIUTcXoeE { position:relative; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #rRILKSW3fIkECqFwtges7k8gT5Fo7sDk { position:relative; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #uZsDI7snQTbw8otzQrkwhrDUDGe3bnWh { position:relative; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #n9fgTKKw5V8KJGBa3bsPxF9SDTpBxJUr { position:relative; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #TgwHnOEN0RarMdsowgmhDu9az0XhIpA1 { position:relative; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #IPmf5sMl88sC2NbP66WTfKiVeZVR4AMQ { position:relative; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #nct3blfZOnf2pM06bWVpKy85fgWOVSbE { position:relative; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #Bp09Ly0W9JOX3Crt5XXquk7cD2VBAbB3 { position:relative; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #GTZDHKP0oKL6usP6FBATcOIOr455NvlZ { position:relative; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #kkk2AdfqosQAedIEF1i7sSDpWsAWKFn8 { position:relative; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #DhGgtaArKoOgNnFfq82Ko7AOaH6BXRvL { position:relative; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #BOEsIe6UbuAzdsJTVUiFxbbIA7kqwEWZ { position:relative; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #UA0Qsir6i3OsZ7rqduHMS8f5G8NTM4z7 { position:relative; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #HlAopZQ8ZASAs6WbGNnHwgnKZ9g7NsEV { position:relative; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #DRgZ7fqwAv1MQ6IlXPpm861iZuIqhdNT { position:relative; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #IEXhed9uNBTTI6CdRUIRryfkH9iiCKGP { position:relative;z-index:2; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #MSl1QqDpygg40DNe01w7rIAcsG8SPrzk { position:relative; }
#rCC5ITIDPXAnzrDNtOMZ67upGtnagSNS { position:relative;display:block; }
#nNDf5TC6Q2IvZgIX4RNdwOiMODTMo0me { position:relative;display:block; }
#rdJB1TgLEBsRHwTgLNeyXQEvW614CiGQ { position:relative;display:block; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #h8Khisl4WGRy19qBUrbwk5OZmebTaibJ { position:relative; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #xH5lW9epUhQyIFlw4cx4wPr995TbWpGO { position:relative; }
#SeEecevtdhvdFdklQyA6ZQvaVSVl2rXk { color:#ffffff;display:block;width:18rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:7.1259765625rem;left:34.0625rem;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:left;text-align-last:left;display:block; }
#LwbsTxM4JZTZ4u9l6lkcdR5Loo4OWqJ0 { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:7.375rem;top:0.9375rem;left:19.8125rem;overflow:hidden;display:block; }
#Q3AGxrHOWhJV3dAQL2zbTsufJZXfwCwH { position:absolute;display:block;z-index:100024;background-color:#101e22;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:7.5rem;top:0.6875rem;left:19.37255859375rem;display:block; }
#ZtofOa2IHlfU19t71k85Gd61oiTncCse { position:absolute;display:block;z-index:100025;background-color:#101e22;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:7.5rem;top:0.75rem;left:36.5625rem;display:block; }
#CrrGodJuVXWPDZG7TlkIv8QVtyHKWzpq { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:8.9375rem;top:1.28125rem;left:36.125rem;overflow:hidden;display:block; }
#yJBd1F7R07pWONg31kGfExBtXDpVl2xu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1e23;background-image:none;position:relative;display:block; }#yJBd1F7R07pWONg31kGfExBtXDpVl2xu > .row .container { background-color: transparent; background-image: none; }#yJBd1F7R07pWONg31kGfExBtXDpVl2xu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yJBd1F7R07pWONg31kGfExBtXDpVl2xu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yJBd1F7R07pWONg31kGfExBtXDpVl2xu > .row .container > .video-iframe-container { display: none; }#yJBd1F7R07pWONg31kGfExBtXDpVl2xu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yJBd1F7R07pWONg31kGfExBtXDpVl2xu > .row > .video-iframe-container { display: none; }#yJBd1F7R07pWONg31kGfExBtXDpVl2xu > .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); }#yJBd1F7R07pWONg31kGfExBtXDpVl2xu > .row .container { border-width: 0; border-radius: 0; }#yJBd1F7R07pWONg31kGfExBtXDpVl2xu > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:block; }#gQLSXTf94Tyq89hNNlU2zFRmSuT7KD8n { background-color:#0b1e23;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.3125rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:0.40625rem;left:1.75rem;display:block; }
#AgdU16d9UGKOEruNiXagDvA6e7LPPP9c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ot26TRpafxQuokfbeNltehol1VRcQ3A9 { background-color:#0b1e23;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:1.9375rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:0.59375rem;left:14.3125rem;display:block; }
#PeLGvekmn3oL5zbN7kkNLpQAXvZ4HAyl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VeIO1bFgOndEUyd7MxHCeagMAUNe43uT { background-color:#0b1e23;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.3125rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:0.40625rem;left:31.75rem;display:block; }
#WaP5Crl4u0lLQJrBN0U9ThqbfkyN3tsB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Zcsah6xId18S8Iq5fEagkAEiK3JVOB4V { background-color:#0b1e23;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.3125rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:0.40625rem;left:46.75rem;display:block; }
#PGJbKqo4XVCLxG3ryL9JZrhHfczJBvS1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1e23;background-image:none;position:relative;display:block; }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row .container { background-color: transparent; background-image: none; }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row .container > .video-iframe-container { display: none; }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row > .video-iframe-container { display: none; }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .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); }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row .container { border-width: 0; border-radius: 0; }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:60rem;position:relative;display:block; }#f82TflNNcLE1HwmN3IOTCKILI8XF6s2x { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:rubik;font-size:2.3125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:3.6875rem;height:9.0175625rem;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; }
#wsLMgZHln9i5o6eIz2Rsuy207P3fNgkp { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.375rem;width:8.25rem;top:12.25rem;left:3.6875rem;display:block; }
#IEWSKSkmKa1aFomnwLAJ1XZT7mLyp7GQ { color:#e8f7ff;display:block;width:22.625rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:13.5625rem;left:3.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#HNR1G9TMhvdhRBgKSsJuAcLUGUiTA0CD { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.1861875rem;width:25.561rem;top:5.6228294372559rem;left:31.437717437744rem;display:block; }
#VtRugoQc12kFf72VD3Dkxb85zUzBlZVp { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.3121875rem;width:31.5619375rem;top:1.6238203048706rem;left:28.438091278076rem;overflow:hidden;display:block; }
#oCOGFJpDDox4hSVhxhT2N0TTcpJh4rPR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1e23;background-image:none;position:relative;display:block; }#oCOGFJpDDox4hSVhxhT2N0TTcpJh4rPR > .row .container { background-color: transparent; background-image: none; }#oCOGFJpDDox4hSVhxhT2N0TTcpJh4rPR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oCOGFJpDDox4hSVhxhT2N0TTcpJh4rPR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oCOGFJpDDox4hSVhxhT2N0TTcpJh4rPR > .row .container > .video-iframe-container { display: none; }#oCOGFJpDDox4hSVhxhT2N0TTcpJh4rPR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oCOGFJpDDox4hSVhxhT2N0TTcpJh4rPR > .row > .video-iframe-container { display: none; }#oCOGFJpDDox4hSVhxhT2N0TTcpJh4rPR > .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); }#oCOGFJpDDox4hSVhxhT2N0TTcpJh4rPR > .row .container { border-width: 0; border-radius: 0; }#oCOGFJpDDox4hSVhxhT2N0TTcpJh4rPR > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:60rem;position:relative;display:block; }#FgA2V0THhuLz3RuaZgpHmxQ0U5eVix47 { color:#ffffff;display:block;width:19.4360625rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:7.8125rem;left:0.28173828125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ysyCcQrzeJ4ki9VoHy1NW5sTni9LQ0DE { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:10.31201171875rem;left:2.21875rem;height:6.82325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JvAIm7ZVce8vAIqbNUgu4xNFUPyp4EcC { color:#ffffff;display:block;width:19.436875rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:7.8125rem;left:20.3125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zkm8G8LI7PoeycA9Kld6n44zviOiHT8T { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:10.435546875rem;left:43.625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FHv3GzR3VOOV8IqEGrTGJqb9muEShsd4 { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:7.8125rem;left:41.46875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eeveBKUxnLvsFyk4Gm8xzSvaGIBl3R1Z { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.25rem;top:2.7463111877441rem;left:8.125rem;overflow:hidden;display:block; }
#cHKMMp60nMnNU1CQnPoi4vPk97T04Mhg { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:7.0625rem;top:10.3125rem;left:30.8125rem;overflow:hidden;display:block; }
#l0x1h8MyUPfZM43zyQfT2JhHu3MnZwZw { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:7.6875rem;top:9.875rem;left:22.125rem;overflow:hidden;display:block; }
#sf0RW0NbDTeZbqQUeqmyPTbIRM6RVKii { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:11.5625rem;top:12.2958984375rem;left:24.21875rem;overflow:hidden;display:block; }
#IvrQKd1FxWEbTbdWtpxwVoqinaX9eogd { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.93720625rem;width:5.4994125rem;top:2.9946928024292rem;left:27.249412536621rem;overflow:hidden;display:block; }
#nKG9mP7ml7lXwgXAqoRxSvyLgzrmpFAJ { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.1875rem;top:3.69921875rem;left:48.0087890625rem;overflow:hidden;display:block; }
#HBx47tBieZBO9BdgTsZvtmaPV7F4pbk6 { color:#ffffff;display:block;width:15rem;position:absolute;font-family:rubik;font-size:0.5rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:15.2958984375rem;left:22.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8a6df1;background-image:url("https://images.assets-landingi.com/Yfp0z6K9/END.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW.adaptive-delivery-prevent-bg, #EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW.lazyload, #EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW.lazyloading { background-image: none; }#EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW > .row .container { background-color: transparent; background-image: none; }#EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW > .row .container > .video-iframe-container { display: none; }#EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW > .row > .video-iframe-container { display: none; }#EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW > .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); }#EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW > .row .container { border-width: 0; border-radius: 0; }#EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;position:relative;display:block; }#RbTsUC17ZFCy0OTlwCpT8gi6GgKJoIow { position:relative;display:none; }#RbTsUC17ZFCy0OTlwCpT8gi6GgKJoIow { border-width: 0; border-radius: 0; }#RbTsUC17ZFCy0OTlwCpT8gi6GgKJoIow > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.1875rem;width:60rem;position:relative;display:none; }#azfitmqyyDKb0DTNeq0I00sfFG2Q2ZvB { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.5rem;top:0.34375rem;left:13.875rem;overflow:hidden;display:block; }
#z2WKKzq9ZFGmiZdG0sX75JFaqmgAyzQe { color:#0b1e23;display:block;width:20.125rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:normal;z-index:100012;line-height:1.2;letter-spacing:0;top:0.9375rem;left:16.3125rem;height:2.5rem;display:block; }
#krafSwvyzfzk5pVRkD4TboCJ3KQ3fcvL { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:4.6875rem;top:1.5625rem;left:36.3125rem;overflow:hidden;display:block; }
#pTWB6CGCTHzKkQGx7r9MwVlUrskBdr4S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DUx0HGuK/otra_02.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#pTWB6CGCTHzKkQGx7r9MwVlUrskBdr4S.adaptive-delivery-prevent-bg, #pTWB6CGCTHzKkQGx7r9MwVlUrskBdr4S.lazyload, #pTWB6CGCTHzKkQGx7r9MwVlUrskBdr4S.lazyloading { background-image: none; }#pTWB6CGCTHzKkQGx7r9MwVlUrskBdr4S > .row .container { background-color: transparent; background-image: none; }#pTWB6CGCTHzKkQGx7r9MwVlUrskBdr4S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#pTWB6CGCTHzKkQGx7r9MwVlUrskBdr4S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pTWB6CGCTHzKkQGx7r9MwVlUrskBdr4S > .row .container > .video-iframe-container { display: none; }#pTWB6CGCTHzKkQGx7r9MwVlUrskBdr4S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#pTWB6CGCTHzKkQGx7r9MwVlUrskBdr4S > .row > .video-iframe-container { display: none; }#pTWB6CGCTHzKkQGx7r9MwVlUrskBdr4S > .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); }#pTWB6CGCTHzKkQGx7r9MwVlUrskBdr4S > .row .container { border-width: 0; border-radius: 0; }#pTWB6CGCTHzKkQGx7r9MwVlUrskBdr4S > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:60rem;position:relative;display:block; }#eoazchUJ8El3LZ3akr0sFdvPfmbTHRGI { color:#0b1e23;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:11.625rem;left:4rem;height:6.80566875rem;font-style:normal;display:block; }
#Rn7c9Lp5VHZI2QFKbMOWfOpDPwi377WL { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.375rem;width:8.25rem;top:20rem;left:4rem;display:block; }
#wPzITP5npBRyyPnsIkw9rmhG7PuOxORk { color:#653f83;display:block;width:9.6245625rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:4.3125rem;left:23.25rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#acqTuo1RB5SVeNasAv8DAdgLkBKvGF5D { position:absolute;display:block;z-index:99998;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:5.625rem;width:17.9375rem;top:2.25rem;left:19.125rem;display:block; }
#ElKF6fs2r0TZLTXOqF6w9hOPffzJVG8T { position:absolute;display:block;z-index:100009;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:5.625rem;width:18.125rem;top:2.25rem;left:38.125rem;display:block; }
#Oivm1ts9O2KCubyCJxT3v6J7SfLDtMd0 { position:absolute;display:block;z-index:100009;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:5.625rem;width:17.9373125rem;top:9.125rem;left:19.125rem;display:block; }
#iNnWAgnPyOlVIHSD0bZVsn9DwzMHvTJt { position:absolute;display:block;z-index:100010;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:5.625rem;width:17.9373125rem;top:9.125rem;left:38.1875rem;display:block; }
#aht4VG4ccPaAlsvdRBdtzUDt6KS5gO5O { position:absolute;display:block;z-index:100010;background-color:rgba(227,227,227,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:5.625rem;width:17.9373125rem;top:16rem;left:19.125rem;display:block; }
#JkapCyvUrAISWr0kk0xU1n4rdIAVpntR { position:absolute;display:block;z-index:100011;background-color:rgba(227,227,227,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:5.625rem;width:17.9373125rem;top:16rem;left:38.1875rem;display:block; }
#mmLTvoMHZrPDzVduTARGwZ1FoCTmTxJB { color:#1db2af;display:block;width:13.874rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:21.8125rem;left:4rem;height:4.0625rem;font-style:normal;display:block; }
#HVpb6sxBZ7wGpEswFE1EJmKl7HC1REp6 { color:#653f83;display:block;width:9.6245rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:24.927734375rem;left:23.2490234375rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DEKCrOQ6yMHgUz2tSNNVxo6XpvyoJMUR { color:#653f83;display:block;width:9.624rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:24.1552734375rem;left:42.375rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VClcu3TTD6AsiTRgBvJWkUpVRK2VaEFT { color:#653f83;display:block;width:12.061625rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:4.3125rem;left:41.0625rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JdWAVnJdcZ17wqZ8tTBNLbk993ZmHKsn { color:#653f83;display:block;width:15.499125rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:18.0625rem;left:20.375rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ofqFtu3GCgegg2UhHNdW9Osiy1mTmGSh { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4375rem;width:3.9375rem;top:5.125rem;left:4rem;overflow:hidden;display:block; }
#H8Nhnrm4T9mV2Ne31pehTdrac54ircw8 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:5.625rem;width:17.9373125rem;top:22.875rem;left:19.1875rem;display:block; }
#UpOurXNzntwgV4nrCT6K2J5T6v8iyTQf { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:5.625rem;width:17.9373125rem;top:22.875rem;left:38.1875rem;display:block; }
#XJ7COxNkSvq0cGUFDdcT0mfDElEXU60D { color:#653f83;display:block;width:11.187rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:17.47607421875rem;left:41.59375rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xgSvVHBBcImWB2DawDwRJPBZRmQsD5qB { color:#653f83;display:block;width:15.499rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:100013;line-height:1.2;letter-spacing:0;top:11.224609375rem;left:39.4375rem;height:1.42480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NAQVFVEgbEu3mG3iSBxLoBhqJ7vm2oXV { color:#653f83;display:block;width:15.499125rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:100014;line-height:1.2;letter-spacing:0;top:11.25rem;left:20.4375rem;height:1.42480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oQsSO6w49PtzpOFb7I0I46mETiQX6Dc6 { position:absolute;display:block;z-index:100008;background-color:rgba(227,227,227,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:5.625rem;width:17.9375rem;top:1.875rem;left:21.75rem;display:none; }
#CravPcHCRUDkKgu91SNaJ95zXT5IISk8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/DUx0HGuK/otra_02.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#CravPcHCRUDkKgu91SNaJ95zXT5IISk8.adaptive-delivery-prevent-bg, #CravPcHCRUDkKgu91SNaJ95zXT5IISk8.lazyload, #CravPcHCRUDkKgu91SNaJ95zXT5IISk8.lazyloading { background-image: none; }#CravPcHCRUDkKgu91SNaJ95zXT5IISk8 > .row .container { border-width: 0; border-radius: 0; }#CravPcHCRUDkKgu91SNaJ95zXT5IISk8 > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:none; }#fsBDyESh0Pz8lwd8kdoiQQlxkRsHsL3M { color:#0b1e23;display:block;width:17.8125rem;position:absolute;font-family:rubik;font-size:2.6875rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:10.625rem;left:3.9375rem;height:5.83333125rem;font-style:normal;display:block; }
#P3GVSrXJ8tXIi91va3gn3I57PIHOd24W { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.375rem;width:8.25rem;top:16.5625rem;left:3.9375rem;display:block; }
#MgVoWBiKSdrs5NZpvLGkW8V1n83szVuL { color:#653f83;display:block;width:9.625rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:2.75rem;left:25.625rem;height:1.527775rem;font-style:normal;display:block; }
#EQBTdPEWFkW0lqbVbmNRzzN0ssAQnrRW { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:4.5625rem;left:22.34375rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#Vv6PKVXTm133STnz5oUb0J1aVhSTHUD2 { position:absolute;display:block;z-index:100008;background-color:rgba(227,227,227,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:8.6875rem;width:17.9375rem;top:1.875rem;left:21.84375rem;display:block; }
#abZNMihe2axinTaVNKkd58w3ylXkP4LX { position:absolute;display:block;z-index:100009;background-color:rgba(227,227,227,0.37);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:8.6875rem;width:17.9375rem;top:1.8125rem;left:40.78125rem;display:block; }
#afPQmTZT1LrdcRWG2O9CAUKLUkIGTXvT { position:absolute;display:block;z-index:100009;background-color:rgba(227,227,227,0.32);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:8.6875rem;width:17.9375rem;top:11.3125rem;left:22.09375rem;display:block; }
#R8mqIVZuQTFw2O1yG4hKqLiiAEWBnOZm { position:absolute;display:block;z-index:100010;background-color:rgba(227,227,227,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:8.6875rem;width:17.9375rem;top:11.3125rem;left:40.78125rem;display:block; }
#Jxx8w7lyMyh5eSyEAettObsQRfhZH9GQ { position:absolute;display:block;z-index:100010;background-color:rgba(227,227,227,0.24);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:8.6875rem;width:17.9375rem;top:20.625rem;left:22.09375rem;display:block; }
#gDhDbHPE5op7HysMq7SBnSktaZONtH3d { position:absolute;display:block;z-index:100011;background-color:rgba(227,227,227,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:8.6875rem;width:17.9375rem;top:20.625rem;left:40.78125rem;display:block; }
#bDnVFbSXugB8SAhdlTZ5DbTviJK4uLIL { color:#000000;display:block;width:15.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:17.875rem;left:3.9375rem;height:1.25rem;display:block; }
#npAB5FGScVgXi839zTidtX6AXLq0ZCO4 { color:#653f83;display:block;width:9.625rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:2.75rem;left:46.15625rem;height:1.527775rem;font-style:normal;display:block; }
#LdUomtwSmHg99Rmwgtn1xdKmONUC74fn { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:4.5rem;left:41.28125rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#qggAGRkSMEWeH0WqPXGMATUQ8eQ32VBG { color:#653f83;display:block;width:9.625rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:12.4375rem;left:26.6875rem;height:1.527775rem;font-style:normal;display:block; }
#OixoiwaR6lFc5eH8QJfhrM7RM8GTQWJz { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:14.375rem;left:22.78125rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#pqAex0bBSVQ5Ox2Z4f8MQ1cZ5nkM1Rv8 { color:#653f83;display:block;width:12.0625rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:12.5rem;left:43.90625rem;height:1.527775rem;font-style:normal;display:block; }
#q11UnOUvJXokHaXE0WKzaP9yTw8WaCM2 { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:14.0625rem;left:41.28125rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#TwMqM1mdBMzT5s0MRhbr8dgmfLNS3T4l { color:#653f83;display:block;width:15.5rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:21.8125rem;left:24.46875rem;height:1.527775rem;font-style:normal;display:block; }
#rUM0NaeTgDrbTqPfa5ZE4p2LTkoe8pdI { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:23.71875rem;left:22.90625rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#pSWSq13PtgF12um90qChPEQ7nXM3X9Td { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.9375rem;width:12.6875rem;top:25.3125rem;left:1.1875rem;overflow:hidden;display:block; }
#P7rdItpFPRZCv1X7T2xEZ3JpwqQrhcSU { position:absolute;display:block;z-index:100012;background-color:rgba(227,227,227,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:8.6875rem;width:17.9375rem;top:30.1875rem;left:21.8125rem;display:block; }
#lF2QtQpIWBedIh6HVTRCyQVTg6EEhla5 { position:absolute;display:block;z-index:100013;background-color:rgba(227,227,227,0.34);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:8.6875rem;width:17.9375rem;top:30.1875rem;left:40.5rem;display:block; }
#m0nEPWMHS6znDmimIESg48hxeT6ZTxXQ { color:#653f83;display:block;width:15.5rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:21.8125rem;left:44.5rem;height:1.527775rem;font-style:normal;display:block; }
#xygM9D6Gr149cmRVhudd4p5sied0MTBe { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:23.71875rem;left:41.28125rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#tb75u2mQSMPMHZ6AHh8qmDk924XWRPw8 { color:#653f83;display:block;width:15.5rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:31.0625rem;left:22.6875rem;height:2.777775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ggbIzyagBnWyZy55GNrQWZilExnhoHgM { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:34.25rem;left:22.34375rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#LRUTWTrPPnF5JUuZpFau7r3CKWtEfE07 { color:#653f83;display:block;width:15.5rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:700;z-index:100014;line-height:1.2;letter-spacing:0;top:31.75rem;left:41.9375rem;height:1.3888875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DLLnD1E37GQKWlTixQ6SOVtUakkgrR2D { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:33.5625rem;left:41.28125rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#ieDIO7VDupy3dB17AToI3cTyqMUyTD8B { position:relative;display:block; }#ieDIO7VDupy3dB17AToI3cTyqMUyTD8B { background-color: transparent; background-image: none; }#ieDIO7VDupy3dB17AToI3cTyqMUyTD8B::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ieDIO7VDupy3dB17AToI3cTyqMUyTD8B > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ieDIO7VDupy3dB17AToI3cTyqMUyTD8B > .row .container > .video-iframe-container { display: none; }#ieDIO7VDupy3dB17AToI3cTyqMUyTD8B > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ieDIO7VDupy3dB17AToI3cTyqMUyTD8B > .row > .video-iframe-container { display: none; }#ieDIO7VDupy3dB17AToI3cTyqMUyTD8B > .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); }#ieDIO7VDupy3dB17AToI3cTyqMUyTD8B { border-width: 0; border-radius: 0; }#ieDIO7VDupy3dB17AToI3cTyqMUyTD8B > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.0625rem;width:60rem;position:relative;display:block; }#TzXMMn5bspyl7pe9pNVfnELl9Gl3kdqd { position:absolute;display:block;z-index:100003;background-color:rgba(138,109,241,0.66);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:4.8125rem;width:19.375rem;top:8.5625rem;left:10rem;display:block; }
#drCM8xV5E617dFo5FCOIfC255JJABchm { position:absolute;display:block;z-index:100005;background-color:rgba(227,227,227,0.8);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:4.8125rem;width:19.6875rem;top:8.5625rem;left:30.3125rem;display:block; }
#CqtTHwgaDEyFmT4k1OAeGG8X3m55E7nc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:10.3125rem;left:13.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#BDiFzRTXVE7h4aHiQOXZqJVwhQu9ZaEC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:10.375rem;left:33.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#OybsVvoeHmBvsFAnAQuPhd7wy5vdhBbC { position:absolute;display:block;z-index:100001;background-color:rgba(227,227,227,0.8);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:4.25rem;width:40.0625rem;top:14.125rem;left:10rem;display:block; }
#Ia02NFztacdqVOR9zuSnPl1FKTspOUAl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:15.625rem;left:13.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#wQfIyVVcqT1bnZ6LgJVxs4CzPhHXxyax { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:21.625rem;left:13.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#QWrO0FVdTnX6UFvho7FUiGSWfR4ZDBnS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:26.8125rem;left:13.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#EFp0FDZ74kfUNFEpeA2rMrdTQOiG2SJx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:30.8125rem;left:13.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#qK5pibEOpCQ1SBB2bMSatzXpFeLwirTI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:34.5625rem;left:13.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#HZoifKvdtt2zJ6DvRJokyNCFA299wEz6 { position:absolute;display:block;z-index:100003;background-color:rgba(227,227,227,0.8);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:5.9375rem;width:40.0625rem;top:19.3125rem;left:10rem;display:block; }
#tWUiAHBXltboevgf4zHkABs9D540fE0P { position:absolute;display:block;z-index:100005;background-color:rgba(227,227,227,0.8);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:3.125rem;width:40.0625rem;top:25.875rem;left:10rem;display:block; }
#hDBN0zd3K5QfIr6E3JH4Bex1op7Szpel { position:absolute;display:block;z-index:100007;background-color:rgba(227,227,227,0.8);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:3.125rem;width:40rem;top:29.875rem;left:10rem;display:block; }
#GCeX8Pi3WfaAkNd1GiTroGOXwkNfyQFP { position:absolute;display:block;z-index:99999;background-color:rgba(227,227,227,0.8);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:3.125rem;width:40rem;top:33.625rem;left:10rem;display:block; }
#WOAX72IS4vMQm6pdH8X34dKbNOrmXZ7O { color:#000000;display:block;width:9.3105625rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:26.875rem;left:35.3125rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#v7WHJzGMBqa2pll6WGJKMALMaCea2Qmd { color:#000000;display:block;width:11.125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:34.625rem;left:34.4375rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#wvOMqP2FWAMaonMBSOLk5PQvR8nPIrZ0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:40.0625rem;left:13.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#t8VGegKXwfbFPQ0cKeocdp69lDcvnAVi { position:absolute;display:block;z-index:100002;background-color:rgba(227,227,227,0.8);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:6.8125rem;width:40.0625rem;top:37.3125rem;left:10rem;display:block; }
#VaJGcqw0sXMSU1sht6QvEZS5slz3dQ42 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:39.5rem;left:32.1875rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#nib1xoOOKDUkFdH4WayBKCmMihHXNhuy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:35.906034469604rem;left:3.75rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#y05OHPDyNDlQTvuatf5EfswyNEszl5UJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:29.623481750488rem;left:3.75rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#bFCDbilBIXhvkuuFa1z9J5OWVK6EVBbD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:24.62239074707rem;left:3.75rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#lrEWeA7Ox7mPMCLsP16gpLTr5LdpAEBC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:19.623481273651rem;left:3.75rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#FVvG4OkW5IMtCya8e26NhGvcvpHWKepl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:14.62239074707rem;left:3.75rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#rdEcnXTk9ZFtcL15DaU1lB3SqBX542AC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:9.6191412210463rem;left:3.75rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#aD92IRreHlHFHptyeKOUBZtrhROn7AfN { color:#000000;display:block;width:20rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:9rem;left:20rem;height:2.5rem;text-align:center;text-align-last:center;display:none; }
#T7k4xQKJFCEFHEMEOUrLGBtlFA23cVq6 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:rubik;font-size:2.6875rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:2.125rem;left:13.9375rem;height:3.49365rem;text-align:left;text-align-last:left;display:block; }
#SuiX1dNQWgTxu9brLAJP8VZOcbkqL7gC { 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; }
#aRNaMJ93bwRsUOARl9iIRez51umZv4Hu { color:#000000;display:block;width:12.75rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:15.0625rem;left:33.625rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#liwx59EXaiGg9E8sT1slTG1bB6yPStFn { position:absolute;display:block;z-index:100032;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.9375rem;width:0.125rem;top:19.125rem;left:29.9375rem;display:block; }
#oku29iKlaQMzJxUTy0FNAoclpwd3BX5T { position:absolute;display:block;z-index:100033;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:0.125rem;top:25.875rem;left:29.9375rem;display:block; }
#femHQWnQmlMABFwz4UuEnVyfU4yGTaKy { position:absolute;display:block;z-index:100034;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:0.124783125rem;top:29.875rem;left:29.875rem;display:block; }
#TuxTscbOqDb8ACGrCVdbLMHyBdxpJhlm { position:absolute;display:block;z-index:100035;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:0.124783125rem;top:33.625rem;left:29.875rem;display:block; }
#RCtZcOQNuOlDuBluJwtRy0Fg9PoIc4GS { position:absolute;display:block;z-index:100033;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.8120625rem;width:0.124783125rem;top:37.3125rem;left:29.875rem;display:block; }
#PKrkHv1PWPCpW3zx8hKkeVLQRJwSuz0f { position:absolute;display:block;z-index:100033;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:0.125rem;top:14.125rem;left:29.9375rem;display:block; }
#mG1LDwcPVSKD3h428inakaSMpTExgHJn { color:#000000;display:block;width:20rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:9rem;left:20rem;height:2.5rem;text-align:center;text-align-last:center;display:none; }
#gol6kB0bVg8VBk1kAgNp5Hxy1yfUnr4C { position:absolute;display:block;z-index:100001;background-color:rgba(227,227,227,0.8);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:4.25rem;width:60rem;top:10.873481750488rem;left:-0.0017356872558594rem;display:none; }
#zgzRgWvSTT256pmScyIoMgRQRvkonHOb { position:absolute;display:block;z-index:100005;background-color:rgba(227,227,227,0.8);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:3.125rem;width:60rem;top:20.873481273651rem;left:-0.0625rem;display:none; }
#yZixabxsBk0xdg0bcOrNHDmhEMG9Wfcq { position:absolute;display:block;z-index:100033;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:0.125rem;top:20.875rem;left:19.9375rem;display:none; }
#PApMKwxfEIVghIRWtIeFqHZrszHwlA1E { position:absolute;display:block;z-index:100007;background-color:rgba(227,227,227,0.8);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:3.125rem;width:59.875rem;top:24.874133586884rem;left:0rem;display:none; }
#JeZUmEvLXozoDmDmP6sfnOfQ296U6EpA { position:absolute;display:block;z-index:99999;background-color:rgba(227,227,227,0.8);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:3.125rem;width:60rem;top:28.623048186302rem;left:0rem;display:none; }
#MWrl3CF1mdJAl3THmvGUMdbDZNto73WO { position:absolute;display:block;z-index:100002;background-color:rgba(227,227,227,0.8);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:6.8125rem;width:59.9375rem;top:32.311200618744rem;left:0rem;display:none; }
#SLRRAXfqKXR1yMSg5hef72NlrPTCkeZa { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.375rem;width:8.25rem;top:6.0625rem;left:13.9375rem;display:block; }
#lw4SWK8MEZRA1FUVp9GPb7u7ZT4FvVXa { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:21.0625rem;left:32.6875rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#xUIbIVkeysXgsMi52zTXAiJIgmtBhdX9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:30.875rem;left:33.75rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#O1iJZX7bkni8VTXPX5rtWfnTgVA35vd7 { position:absolute;display:block;z-index:100033;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:0.125rem;top:20.875rem;left:19.9375rem;display:none; }
#rVbATNIgV8VTAzwHM4uLC6eicgpbgAOe { position:absolute;display:block;z-index:100033;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:0.125rem;top:20.875rem;left:19.9375rem;display:none; }
#VM2BEpOSEkhNfWfrgS1BGy9gTsSgm44L { color:#000000;display:block;width:36.062rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:15.4609375rem;left:22.56298828125rem;height:1.13720625rem;text-align:center;text-align-last:center;display:none; }
#pl28ueZbzZHPmSLTiOvupXOtZtQ7T2DH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:15.43359375rem;left:3.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#G7WOGOdhVDpw1n7JlgvbZTe1Bi2NeZX1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:21.4375rem;left:3.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#RFQHR5gtX6PIGNCLo420RxCpNwm0EkTT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:26.6240234375rem;left:3.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#uXKJkEbfEWK5b7Leqim7Q786kZpfpCIK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:30.6240234375rem;left:3.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#nlicM1fbAnaQXXqDmbHycRceZrT5QHQ3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:34.373046875rem;left:3.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#J3GJ0txADWEgtHoRmOWbkKCm7SMX3MqS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:39.875rem;left:3.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#AAGfeq7oEuL3sJGiMBqG6gazEDWLTU9k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AAGfeq7oEuL3sJGiMBqG6gazEDWLTU9k > .row .container { background-color: transparent; background-image: none; }#AAGfeq7oEuL3sJGiMBqG6gazEDWLTU9k::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AAGfeq7oEuL3sJGiMBqG6gazEDWLTU9k > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AAGfeq7oEuL3sJGiMBqG6gazEDWLTU9k > .row .container > .video-iframe-container { display: none; }#AAGfeq7oEuL3sJGiMBqG6gazEDWLTU9k > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AAGfeq7oEuL3sJGiMBqG6gazEDWLTU9k > .row > .video-iframe-container { display: none; }#AAGfeq7oEuL3sJGiMBqG6gazEDWLTU9k > .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); }#AAGfeq7oEuL3sJGiMBqG6gazEDWLTU9k > .row .container { border-width: 0; border-radius: 0; }#AAGfeq7oEuL3sJGiMBqG6gazEDWLTU9k > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:60rem;position:relative;display:block; }#sosxZ16FF462zeDzOezk4Zwdpde5J9AB { color:#383333;display:block;width:42.3125rem;position:absolute;font-family:rubik;font-size:0.75rem;font-weight:normal;z-index:100021;line-height:1.2;letter-spacing:0;top:0.693359375rem;left:8.84375rem;height:1.79980625rem;text-align:center;text-align-last:center;display:block; }
#FMZlNGeFKnCyg4DQCcP1iLNwGHbPRHVG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DUx0HGuK/otra_02.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#FMZlNGeFKnCyg4DQCcP1iLNwGHbPRHVG.adaptive-delivery-prevent-bg, #FMZlNGeFKnCyg4DQCcP1iLNwGHbPRHVG.lazyload, #FMZlNGeFKnCyg4DQCcP1iLNwGHbPRHVG.lazyloading { background-image: none; }#FMZlNGeFKnCyg4DQCcP1iLNwGHbPRHVG > .row .container { border-width: 0; border-radius: 0; }#FMZlNGeFKnCyg4DQCcP1iLNwGHbPRHVG > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;position:relative;display:none; }#H3qGZTKVlhGrlAvtKDfhNt90wOLwekaD { color:#000000;display:block;width:18.186875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:10.373264729977rem;left:5.9049472808838rem;height:1.71875rem;text-align:center;text-align-last:center;display:block; }
#XgeTdKFFDveGWcCuIMFDa7tzSQlqobzE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:7.5622100830075rem;left:8.0625rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#mAP9fiJupdWSat2TTafQcGDftoOnelGW { position:absolute;display:block;z-index:100012;background-color:#8a6df1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.24956625rem;width:10.625rem;top:12.109375417232rem;left:8.9973945617675rem;display:block; }
#zlDuGSxKzH8G4HKyxVn6JPMTXVWxrBaP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:7.5619111061094rem;left:38.4375rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#swVeaBBLHQ4EMTOc2kZn3ovkwq4N5OGa { position:absolute;display:block;z-index:100014;background-color:#8a6df1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.24956625rem;width:10.625rem;top:12.358941495419rem;left:39.6875rem;display:block; }
#mSWUBlNiMKC826M4lidaKfZaAolxkVF8 { color:#000000;display:block;width:16.749125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:10.373264729977rem;left:36.625434875488rem;height:1.71875rem;text-align:center;text-align-last:center;display:block; }
#rQJSzrbQacssmxshHMJmT85NFSdSq5PT { box-sizing:content-box;color:#8a6df1;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:13.4375rem;left:4rem;display:block; }
#leGuW2FfIJ8uDivHZ6HTWaEMfwtsIK7C { box-sizing:content-box;color:#8a6df1;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:13.8125rem;left:34rem;display:block; }
#agyWl1Kmi5JBTdVflx0t3tdcXAcmHJgP { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:13.8125rem;left:6.5rem;height:1.40625rem;display:block; }
#vTp3QSaT7CTnmPV77kTqnoVDJ9Gu6B2P { color:#000000;display:block;width:17.686625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:14.0625rem;left:36.875rem;height:1.40625rem;display:block; }
#TcsALcp5iMFVT4AQCUPSg8iSPZZirkI5 { box-sizing:content-box;color:#8a6df1;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:15.9375rem;left:4rem;display:block; }
#ElgztXQoa1MxzTkyPZrqSONQ3ST43e9z { color:#000000;display:block;width:17.686625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:16.3125rem;left:6.5rem;height:1.40625rem;display:block; }
#Um2lsc7NxRZtupoIRZKdJUbPIz5xhPs9 { box-sizing:content-box;color:#8a6df1;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:16.125rem;left:34rem;display:block; }
#wivqBNGrugIImGTpMiDst01hxUTNzdfQ { color:#000000;display:block;width:17.686625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:16.4375rem;left:36.8125rem;height:1.40625rem;display:block; }
#mF6RhAwE80chFUyV7xgNP6klCrE1O6GN { box-sizing:content-box;color:#8a6df1;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:18.75rem;left:4rem;display:block; }
#Jm8e0FTMHWlHGR85Dg5LOpmTmbMxRwAd { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:19rem;left:6.5rem;height:2.8125rem;display:block; }
#xWBEnWpUpKurWFyRwCLryUwK7G7P3W7E { box-sizing:content-box;color:#8a6df1;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:18.9375rem;left:33.9375rem;display:block; }
#bTlotgrhFkfAnvxEZn4ziqGwdExBM3EA { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:19.1875rem;left:36.75rem;height:2.8125rem;display:block; }
#dGPP9N7NtdewHK4T45OtPM1dlE0bXJKN { background-color:#4de4cf;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:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:23.228083074093rem;left:5.5598945617676rem;display:block; }
#TTfHflt3hCWnyAQFCg5QwCmvd7ageqy9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ysJtwkd5T5kBJxyuZzAOrpt4u0CXhIh0 { background-color:#4de4cf;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:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:23.228083074093rem;left:36.25rem;display:block; }
#g8HRZlyn74N15Snxf2lsiwk4txh4PemJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XVP30Nz0VgbnLGARWbyddVuFKTMnMVe9 { color:#000000;display:block;width:50.8125rem;position:absolute;font-family:rubik;font-size:2.6875rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:1.875rem;left:3.9366321563721rem;height:3.4375rem;text-align:left;text-align-last:left;display:block; }
#pl7RVt2PEV25ZeDsJ8EJPlf07fNgO9gW { position:absolute;display:block;z-index:100006;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.375rem;width:8.25rem;top:5.4375rem;left:3.9375rem;display:block; }
#dzn2nAqCztIudgMw6RVwIsz6BPDTccG7 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.8125rem;width:25.8125rem;top:4.904296875rem;left:1.9365234375rem;overflow:hidden;display:block; }
#qtK7LbxgEmG4euAsz8XFHCDvTWyn7VX7 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.8121875rem;width:25.8121875rem;top:4.90234375rem;left:32.216579437256rem;overflow:hidden;display:block; }
#TOGU7kk5CrPB3wBUs0Nb7zTU2PVxNcwC { position:absolute;display:block;z-index:100038;background-color:rgba(227,227,227,0.7);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:24.75rem;width:26.9375rem;top:6rem;left:1.5rem;display:none; }
#qDR4i9iZ36lN7Ry7vCxWJeaeP2TxGvw9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:17.4375rem;left:8.75rem;height:1.94444375rem;text-align:center;text-align-last:center;display:none; }
#o3osEfPP3IzhHfOA7BUvBHeNh2zHyiBb { position:absolute;display:block;z-index:100039;background-color:#8a6df1;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:5.43728125rem;width:12.5rem;top:15.625rem;left:8.75rem;display:none; }
#LpEGHDhcz1tXHc8qR1PT7AMB5TW6O23C { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:rubik;font-size:2.6875rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:17.935546875rem;left:2.5625rem;height:3.49365rem;text-align:left;text-align-last:left;display:block; }
#GiOM8NGxvgDXp6MgnuUpz4DV96SlJ6Co { position:relative;display:block; }#GiOM8NGxvgDXp6MgnuUpz4DV96SlJ6Co { background-color: transparent; background-image: none; }#GiOM8NGxvgDXp6MgnuUpz4DV96SlJ6Co::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GiOM8NGxvgDXp6MgnuUpz4DV96SlJ6Co > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GiOM8NGxvgDXp6MgnuUpz4DV96SlJ6Co > .row .container > .video-iframe-container { display: none; }#GiOM8NGxvgDXp6MgnuUpz4DV96SlJ6Co > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GiOM8NGxvgDXp6MgnuUpz4DV96SlJ6Co > .row > .video-iframe-container { display: none; }#GiOM8NGxvgDXp6MgnuUpz4DV96SlJ6Co > .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); }#GiOM8NGxvgDXp6MgnuUpz4DV96SlJ6Co { border-width: 0; border-radius: 0; }#GiOM8NGxvgDXp6MgnuUpz4DV96SlJ6Co > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.875rem;width:60rem;position:relative;display:block; }#IJvqGT4yxBJU6EVdq4hUXxvcsBozqApQ { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:rubik;font-size:2.6875rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:4.5029296875rem;left:15.25rem;height:3.49365rem;text-align:left;text-align-last:left;display:block; }
#IBdDwIK7dqDRGsdrcEiJ1QTTxv88lv0b { position:absolute;display:block;z-index:100000;height:11.25rem;width:20rem;display:none; }
#U2f8KtOHHr7D0UXHg8v61ympOekcMFQo { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:2.375rem;top:4.5625rem;left:12.1875rem;overflow:hidden;display:block; }
#N8Gv6Gvg5TrHqNpEpmDx7JL5wVsDWLH4 { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:12rem;left:3.3125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#gco5e6ZEeBRVxTkh75vKRzZDedQpR4c8 { position:absolute;display:block;z-index:100020;background-color:#8a6df1;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:3.125rem;width:3.125rem;top:11.3125rem;left:3.8125rem;display:block; }
#yAzLDR46fTe4BMxnGmEOkWMh3hnyXXUI { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:15.3125rem;left:3.75rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#vd7GhzuDSTKAwQZHqkFCXH4dITqx7Ny4 { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:12rem;left:14.25rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#yudxITfmnpnyeT9l4TSpQpKBlWbm114H { position:absolute;display:block;z-index:100023;background-color:#8a6df1;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:3.125rem;width:3.125rem;top:11.3125rem;left:14.75rem;display:block; }
#Ar1BH7OUSV4iXkKyiqBQNEJ1l3mH9TwD { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:15.3125rem;left:14.6875rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#nz1KCxrKQkS2SGAUgPHAcBzhF8tTMK7u { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:12rem;left:25.1875rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#oLIzXxq9PE1kz8tZgUvKgH41daKyqpi4 { position:absolute;display:block;z-index:100026;background-color:#8a6df1;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:3.125rem;width:3.125rem;top:11.3125rem;left:25.6875rem;display:block; }
#hPuXsbIkPoazOnhovihGrzH60vOsU5t8 { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:15.3125rem;left:25.625rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#QFXcdtarN79NhNTsskU7ZxCZbSElpeOw { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:15.3125rem;left:36.375rem;height:8.53125rem;text-align:left;text-align-last:left;display:block; }
#kibbTrqCrdTURzQ72aApdsrFRdwXU65I { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:12rem;left:35.9375rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#QEsso395vloiNTI1BkzBNNdXmTbL2TKQ { position:absolute;display:block;z-index:100029;background-color:#8a6df1;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:3.125rem;width:3.125rem;top:11.3125rem;left:36.4375rem;display:block; }
#tONcvklvQei4yACxrV9AkTNhLqbi7Ngo { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:15.3125rem;left:47.6875rem;height:8.53125rem;text-align:left;text-align-last:left;display:block; }
#QRkadyTBSLbhZC6TmiMuzb5ACozilNte { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:12rem;left:47.25rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#UDrPIGMQsuo3ok750g270QSqL5Q7VwL9 { position:absolute;display:block;z-index:100032;background-color:#8a6df1;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:3.125rem;width:3.125rem;top:11.3125rem;left:47.75rem;display:block; }
#H7MP9h3MwWOO5CGsO2DDTFH77XEtad1p { position:relative;display:block; }#H7MP9h3MwWOO5CGsO2DDTFH77XEtad1p { background-color: transparent; background-image: none; }#H7MP9h3MwWOO5CGsO2DDTFH77XEtad1p::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H7MP9h3MwWOO5CGsO2DDTFH77XEtad1p > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H7MP9h3MwWOO5CGsO2DDTFH77XEtad1p > .row .container > .video-iframe-container { display: none; }#H7MP9h3MwWOO5CGsO2DDTFH77XEtad1p > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H7MP9h3MwWOO5CGsO2DDTFH77XEtad1p > .row > .video-iframe-container { display: none; }#H7MP9h3MwWOO5CGsO2DDTFH77XEtad1p > .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); }#H7MP9h3MwWOO5CGsO2DDTFH77XEtad1p { border-width: 0; border-radius: 0; }#H7MP9h3MwWOO5CGsO2DDTFH77XEtad1p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.375rem;width:60rem;position:relative;display:block; }#TkhFEnLn76TKoNK6uNcPBIzkPv06VU34 { background-color:#4de4cf;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:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.25rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:20.75rem;left:2.9375rem;display:none; }
#T1iVhel9sF7IFsOhi1kQUieveZ35EDiE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J8p1EbQLof8hySpcMvtghRbIRqOXtO0R { background-color:#4de4cf;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:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1245625rem;height:2.5rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:20.4375rem;left:23.5rem;display:none; }
#iB15WsvSbv0Np0nKGWNB2ePR2cqINFWN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ny6X8dWt8PUsia6TEO2tmkTPf4UeSnHv { background-color:#4de4cf;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:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.124rem;height:2.5rem;text-decoration:none;z-index:100066;text-align:center;text-align-last:center;top:20.4375rem;left:44.1552734375rem;display:none; }
#wflWi698hiUzlp8ThVBJamwgM1zoIZ4U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Jp8KZ7hiVyaypgUrMFQB3NGTJ5lcE5yP { color:#000000;display:block;width:14.5rem;position:absolute;font-family:rubik;font-size:2.6875rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:7rem;left:12.5rem;height:10.4809625rem;text-align:left;text-align-last:left;display:block; }
#uhioF6vCaPaGQDl2exKMbKvxd5zRNg9A { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.374511875rem;width:8.249rem;top:18.1875rem;left:12.5rem;display:block; }
#pb4lsGeQUOLFCsDdMnQTzdinvDRi6BqH { position:absolute;display:block;z-index:100076;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:15.3125rem;top:3.5625rem;left:31.875rem;display:block; }
#OaLHXmVNyhmMI8e4kiGK1D0auiw4zo0d { color:#8a6df1;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:normal;z-index:100077;line-height:1.3;letter-spacing:0;top:3.8125rem;left:33.125rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#MKHLBl4NiCQpNO1SJ6UwKnSAzTsxH2lM { position:absolute;display:block;z-index:100014;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #8a6df1;border-left:0.125rem solid #8a6df1;border-right:0.125rem solid #8a6df1;border-bottom:0.125rem solid #8a6df1;height:14.75rem;width:15.0625rem;top:6.125rem;left:31.875rem;display:block; }
#QHwetB7F84W6xelrvvuwsLcT3M2FZoIG { color:#000000;display:block;width:10.375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:9.25rem;left:33.75rem;height:1.29980625rem;display:block; }
#zTPQiRVw7X7ADiPbalyTeNKnfbkdKwC3 { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:13.4375rem;left:33.75rem;height:1.29980625rem;display:block; }
#qKJkhFOGReBgo0vp89eSpF81Ug0TM7kx { box-sizing:content-box;color:#8a6df1;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100043;top:7.0625rem;left:33.3125rem;display:block; }
#teOevRHDmtsfzNG5PLGyXcqKTcyzZxL0 { box-sizing:content-box;color:#8a6df1;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100045;top:11.125rem;left:33.3125rem;display:block; }
#V0Tmt7EbIR24fgkN6HdtyCvaQ3UUF9D1 { box-sizing:content-box;color:#8a6df1;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100048;top:15.125rem;left:33.125rem;display:block; }
#gtbo7qqo9xFJhfeXTIcBMdVMRgHNT3Gf { color:#000000;display:block;width:13.625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:17.3125rem;left:33.75rem;height:2.5996125rem;display:block; }
#JnbZTGPVLuh0dU2uzcPdDdq8ZEOkCXLl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DUx0HGuK/otra_02.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#JnbZTGPVLuh0dU2uzcPdDdq8ZEOkCXLl.adaptive-delivery-prevent-bg, #JnbZTGPVLuh0dU2uzcPdDdq8ZEOkCXLl.lazyload, #JnbZTGPVLuh0dU2uzcPdDdq8ZEOkCXLl.lazyloading { background-image: none; }#JnbZTGPVLuh0dU2uzcPdDdq8ZEOkCXLl > .row .container { border-width: 0; border-radius: 0; }#JnbZTGPVLuh0dU2uzcPdDdq8ZEOkCXLl > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;position:relative;display:none; }#xz1C4Dx82wHAx3IUMrITZGZaGCT0HTAS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:12.5rem;left:4.25rem;height:1.45833125rem;display:block; }
#fPybHyst3eDwaywJ2kMZChWWz4Ag2aMu { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:7.5622100830075rem;left:8.0625rem;height:1.94444375rem;text-align:center;text-align-last:center;display:block; }
#oTiPpXG5NB46euZNhCbrQwWxIdRRyD75 { position:absolute;display:block;z-index:100012;background-color:#8a6df1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.25rem;width:15.625rem;top:10.25rem;left:6.5rem;display:block; }
#Vh1T9Sshv9d1WQJ10eoeOL85FQIxogqL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:7.5619111061094rem;left:38.4375rem;height:1.94444375rem;text-align:center;text-align-last:center;display:block; }
#TWRgu16Q6TCKJ3MWZrGapK2FmrhbLuW8 { position:absolute;display:block;z-index:100014;background-color:#8a6df1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.25rem;width:15.625rem;top:10.124411106109rem;left:36.874706268311rem;display:block; }
#Q2rX44lW9gXy0tQ4gILGVAfKWZN3TqtT { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:12.75rem;left:34.5rem;height:1.45833125rem;display:block; }
#demVvBkdolEJynsnNGUy8v9tGxuByKwZ { box-sizing:content-box;color:#8a6df1;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:14.75rem;left:4rem;display:block; }
#m7XRWfQHoaTu9iVpBnbUMTVFfJgDDlJL { box-sizing:content-box;color:#8a6df1;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:14.9375rem;left:34.1875rem;display:block; }
#wv0X7T99G8D9T1U6Wzi8s2WAfVqx04c2 { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:15.125rem;left:6.5rem;height:1.45833125rem;display:block; }
#gZtHZbA1gaTEZMfPyqWzyD8R03wEhI03 { color:#000000;display:block;width:17.686625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:15.1875rem;left:37.0625rem;height:1.45833125rem;display:block; }
#x3vBtLbRIyiel9gIyETXc1bcvQfNDV34 { box-sizing:content-box;color:#8a6df1;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:17.25rem;left:4rem;display:block; }
#cGu7slaRKoHnXLLhJ6sVSESfRkdHxVdU { color:#000000;display:block;width:17.686625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:17.625rem;left:6.5rem;height:1.45833125rem;display:block; }
#MUmBe4bdkk0kvpMVioPn6NKRO8nZvXUo { box-sizing:content-box;color:#8a6df1;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:17.25rem;left:34.1875rem;display:block; }
#SBM3DRkp0s1a5pmT3PbT8NmOhJt9qDnx { color:#000000;display:block;width:17.686625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:17.5625rem;left:37rem;height:1.45833125rem;display:block; }
#lOFIlhU43yOhwlrFV5JJgqa4IxJAXoyf { box-sizing:content-box;color:#8a6df1;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:20.0625rem;left:4rem;display:block; }
#ouEbfD47BEJf9sRU5CTqq6GxUmTT7l10 { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:20.3125rem;left:6.5rem;height:2.9166625rem;display:block; }
#pcCl61DqZqTaT1QqCoVeR3AiH2zc3QyH { box-sizing:content-box;color:#8a6df1;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:20.0625rem;left:34.125rem;display:block; }
#U6ZpodnbgOVDX37PD91V2bKn4v6z4qdA { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:20.3125rem;left:36.9375rem;height:2.9166625rem;display:block; }
#DieWTEt3M9Nv1SUOuraL9aABoNCC6MVE { background-color:#4de4cf;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:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:24.625rem;left:5.5625rem;display:block; }
#emcVJ5ysT41c9KrczwhZ8xtRVg8TuTFr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iDzzF59HdkzsLsWs6nD12zPVKZPSxoeg { background-color:#4de4cf;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:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:24.625rem;left:35.9375rem;display:block; }
#mTJAI8OhWyc767m7oQkZtUChV5RHXtqq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KEyXHOkvWKE3Ho0VSvLOle0TrXezUGq3 { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:rubik;font-size:2.6875rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:1.875rem;left:3.9375rem;height:3.472225rem;text-align:left;text-align-last:left;display:block; }
#PCPh5ssl1p8lTRovhFuZFyE05a11ipcx { position:absolute;display:block;z-index:100006;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.375rem;width:8.25rem;top:5.4375rem;left:3.9375rem;display:block; }
#hnSIhZAsbRfpO3JC9zkqfJcP1oXWoQXJ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.8125rem;width:25.8125rem;top:4.904296875rem;left:1.9365234375rem;overflow:hidden;display:block; }
#MpJpNwcdRbgydQSBTmwlyEOLKcQhuOhS { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.8121875rem;width:25.8121875rem;top:4.9033203125rem;left:32.341796875rem;overflow:hidden;display:block; }
#AT5Ds4SXDticJnsIr8plSVNGCKMpegda { position:absolute;display:block;z-index:100000;background-color:rgba(227,227,227,0.7);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:23.9995625rem;width:26.936875rem;top:6.7838544249538rem;left:1.5299472808838rem;display:block; }
#EHQ7KCoiuMeoJTwG6kRB3pXTaZSeqn06 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:16.998699605465rem;left:8.0598945617675rem;height:1.94444375rem;text-align:center;text-align-last:center;display:block; }
#EMhOHdzX830v08utoEi8S7kkJEWGoWGB { position:absolute;display:block;z-index:100042;background-color:#8a6df1;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:5.4362rem;width:12.5rem;top:15.124783933162rem;left:8.0598945617675rem;display:block; }
#reD8mBBAliepzkwsBAJbmNTTsvXF0OXb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8a6df1;background-image:url("https://images.assets-landingi.com/aDVKExa0/END2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#reD8mBBAliepzkwsBAJbmNTTsvXF0OXb.adaptive-delivery-prevent-bg, #reD8mBBAliepzkwsBAJbmNTTsvXF0OXb.lazyload, #reD8mBBAliepzkwsBAJbmNTTsvXF0OXb.lazyloading { background-image: none; }#reD8mBBAliepzkwsBAJbmNTTsvXF0OXb > .row .container { background-color: transparent; background-image: none; }#reD8mBBAliepzkwsBAJbmNTTsvXF0OXb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#reD8mBBAliepzkwsBAJbmNTTsvXF0OXb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#reD8mBBAliepzkwsBAJbmNTTsvXF0OXb > .row .container > .video-iframe-container { display: none; }#reD8mBBAliepzkwsBAJbmNTTsvXF0OXb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#reD8mBBAliepzkwsBAJbmNTTsvXF0OXb > .row > .video-iframe-container { display: none; }#reD8mBBAliepzkwsBAJbmNTTsvXF0OXb > .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); }#reD8mBBAliepzkwsBAJbmNTTsvXF0OXb > .row .container { border-width: 0; border-radius: 0; }#reD8mBBAliepzkwsBAJbmNTTsvXF0OXb > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:block; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9c83ff;background-image:none;position:relative;display:block; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { background-color: transparent; background-image: none; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container > .video-iframe-container { display: none; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row > .video-iframe-container { display: none; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .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); }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { border-width: 0; border-radius: 0; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#LtmKvMRKaaNI6vKp8DaFy7q3hH4f1XFI { color:#e8f7ff;display:block;width:43.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:9.5rem;left:8.75rem;height:3.73585rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#t1Jgghc9hRMTTc4SLLaBVGhJN7mtp5Kw { background-color:#4de4cf;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:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: 0.1875rem 0.0625rem 0.25rem rgba(0,0,0,0.55) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5608125rem;height:3.061525rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:5.75rem;left:10.75rem;display:none; }
#fPlxlwzuVRygomVpvNFayyRCP1AZah2b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MHwHhKBdMxwb7Okfv6ZDQIrCTzeMAEnh { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:700;z-index:100008;line-height:1.2;letter-spacing:0;top:2rem;left:6.375rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ELEVB2x1onhTEJNIMoNi9klOxvzl9zmn { background-color:transparent;background-image:none;border-top:0.1875rem solid #4de4cf;border-left:0.1875rem solid #4de4cf;border-right:0.1875rem solid #4de4cf;border-bottom:0.1875rem solid #4de4cf;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: 0.1875rem 0.0625rem 0.25rem rgba(0,0,0,0.55) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:archivo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.437rem;height:2.9379875rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:3.5625rem;left:35.1875rem;display:block; }
#zWieX8HZWQz8XexUUFCirPw7xo9FmQEX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yDAUJ1t3t8MhVR3JTULlnknFqTSflu9R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8a6df1;background-image:url("https://images.assets-landingi.com/9miAG8MN/END3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#yDAUJ1t3t8MhVR3JTULlnknFqTSflu9R.adaptive-delivery-prevent-bg, #yDAUJ1t3t8MhVR3JTULlnknFqTSflu9R.lazyload, #yDAUJ1t3t8MhVR3JTULlnknFqTSflu9R.lazyloading { background-image: none; }#yDAUJ1t3t8MhVR3JTULlnknFqTSflu9R > .row .container { background-color: transparent; background-image: none; }#yDAUJ1t3t8MhVR3JTULlnknFqTSflu9R::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yDAUJ1t3t8MhVR3JTULlnknFqTSflu9R > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yDAUJ1t3t8MhVR3JTULlnknFqTSflu9R > .row .container > .video-iframe-container { display: none; }#yDAUJ1t3t8MhVR3JTULlnknFqTSflu9R > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yDAUJ1t3t8MhVR3JTULlnknFqTSflu9R > .row > .video-iframe-container { display: none; }#yDAUJ1t3t8MhVR3JTULlnknFqTSflu9R > .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); }#yDAUJ1t3t8MhVR3JTULlnknFqTSflu9R > .row .container { border-width: 0; border-radius: 0; }#yDAUJ1t3t8MhVR3JTULlnknFqTSflu9R > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#mm31TBSvgIwanygpxqgFRRAdNa0J2nSC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1e23;background-image:none;position:relative;display:none; }#mm31TBSvgIwanygpxqgFRRAdNa0J2nSC > .row .container { border-width: 0; border-radius: 0; }#mm31TBSvgIwanygpxqgFRRAdNa0J2nSC > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:60rem;position:relative;display:none; }#FX0Vcv08kS9p8OrVLEl5e4sfzm9lsRZI { color:#ffffff;display:block;width:32.061625rem;position:absolute;font-family:rubik;font-size:2.3125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.484375rem;left:3.9375rem;height:3rem;font-style:normal;display:block; }
#ySPcbF9fWt1WrLSqADKOdSuqk5aZ9FnL { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.37434875rem;width:8.2498125rem;top:6.359375rem;left:3.9375rem;display:block; }
#ypedX2ALtk5zrGtAvO8pbPvHt9EIml1c { color:#ffffff;display:block;width:25.25rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:8.091796875rem;left:3.9365234375rem;height:11.20753125rem;text-align:left;text-align-last:left;display:block; }
#NUsZmWCEWIf6TAMh1Ef7FvpL2PGhuX8g { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:8.091796875rem;left:32.1875rem;height:7.4716875rem;text-align:left;text-align-last:left;display:block; }
#kgkUNcTVPsCXLinyWECMmUsAZi5lF6kI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1e23;background-image:none;position:relative;display:none; }#kgkUNcTVPsCXLinyWECMmUsAZi5lF6kI > .row .container { border-width: 0; border-radius: 0; }#kgkUNcTVPsCXLinyWECMmUsAZi5lF6kI > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:60rem;position:relative;display:none; }#I2LAgNg5nRpErIe2NlvTR6b7PguBDzDT { color:#8a6df1;display:block;width:16.5625rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:4.6875rem;left:2.28125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SeLfzHznDSKoXnRKIi3mUrfLUNgbhCTQ { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:7.3125rem;left:3.9375rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#Pw3LFexhzMnRBb14GZI2Iwebl9woVT6X { color:#8a6df1;display:block;width:14.0625rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:1.6875rem;left:3.53125rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yhMg1USnsa9SqQqFPESwHrrdo8VEaBik { color:#8a6df1;display:block;width:27.0625rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:5rem;left:16.6875rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AWZiahUtZAszoPZ8GsPN7tOTumkHfR7w { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:7.375rem;left:22.875rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#VBicV3TVmuPsH6LPLtN648MZ6PO8QOXF { color:#8a6df1;display:block;width:14.0625rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:700;z-index:100004;line-height:1.1;letter-spacing:0;top:2.0625rem;left:23rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UEOTxHHEDqKNFfHDgFORc5rPozKqn4DS { color:#8a6df1;display:block;width:14.0625rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:700;z-index:100005;line-height:1.1;letter-spacing:0;top:1.875rem;left:42.84375rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yUosTNR9VgqCUu2rNMogdiaR94k209or { color:#8a6df1;display:block;width:18.625rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.1;letter-spacing:0;top:5.125rem;left:41.25rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fWKTUOdnRrBimPgWeIle4a2Jgsqt88xB { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:7.25rem;left:42.84375rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#Jz9VrTiVQmtW1cryROc1RDGnz3wl2rT0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8a6df1;background-image:url("https://images.assets-landingi.com/zoBkvJHv/END4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#Jz9VrTiVQmtW1cryROc1RDGnz3wl2rT0.adaptive-delivery-prevent-bg, #Jz9VrTiVQmtW1cryROc1RDGnz3wl2rT0.lazyload, #Jz9VrTiVQmtW1cryROc1RDGnz3wl2rT0.lazyloading { background-image: none; }#Jz9VrTiVQmtW1cryROc1RDGnz3wl2rT0 > .row .container { border-width: 0; border-radius: 0; }#Jz9VrTiVQmtW1cryROc1RDGnz3wl2rT0 > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:60rem;position:relative;display:none; }#bsxMAq7SdGpfJC53FyH7NAnESfa9L3iA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DUx0HGuK/otra_02.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#bsxMAq7SdGpfJC53FyH7NAnESfa9L3iA.adaptive-delivery-prevent-bg, #bsxMAq7SdGpfJC53FyH7NAnESfa9L3iA.lazyload, #bsxMAq7SdGpfJC53FyH7NAnESfa9L3iA.lazyloading { background-image: none; }#bsxMAq7SdGpfJC53FyH7NAnESfa9L3iA > .row .container { border-width: 0; border-radius: 0; }#bsxMAq7SdGpfJC53FyH7NAnESfa9L3iA > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:60rem;position:relative;display:none; }#otVB3T9yDqyHwUFuSsz4co08C1lwKDZq { color:#0b1e23;display:block;width:18.6871875rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:300;z-index:100001;line-height:1.2;letter-spacing:0;top:5.5rem;left:5.625rem;height:15.8095625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WA3fsGK77s3rhzsHuro2ssGKinwIEmiz { position:absolute;display:block;z-index:100014;background-color:#8a6df1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.370578125rem;width:8.247375rem;top:21.75rem;left:5.625rem;display:block; }
#wwvThdDxKeCCJIhWhCKkaHPLE5yweSxa { color:#8a6df1;display:block;width:22.12325rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:1.7538323402405rem;left:34.125rem;height:1.86889375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-form-header {  }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:26rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem dashed #4de4cf;border-left:0.0625rem dashed #4de4cf;border-right:0.0625rem dashed #4de4cf;border-bottom:0.0625rem dashed #4de4cf;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:26rem;box-sizing:border-box;height:2.375rem;color:#0b1e23;font-size:0.875rem;overflow:hidden;font-family:rubik;vertical-align:top;line-height:1.2; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-input-text {padding-top: 0; padding-bottom: 0;}#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem dashed #4de4cf;border-left:0.0625rem dashed #4de4cf;border-right:0.0625rem dashed #4de4cf;border-bottom:0.0625rem dashed #4de4cf;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:26rem;box-sizing:border-box;height:4.375rem;color:#0b1e23;font-size:0.875rem;overflow:hidden;font-family:rubik;vertical-align:top;line-height:1.2; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem dashed #4de4cf;border-left:0.0625rem dashed #4de4cf;border-right:0.0625rem dashed #4de4cf;border-bottom:0.0625rem dashed #4de4cf;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:26rem;box-sizing:border-box;height:2.375rem;color:#0b1e23;font-family:rubik;font-size:0.875rem;overflow:hidden;vertical-align:top;line-height:1.2; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-input-select {padding-top: 0; padding-bottom: 0;}#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-input-checkbox { width:0.99975625rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#4de4cf;background-image:none;background-position:center !important;background-repeat:no-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:2.75rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#0b1e23;width:26rem;height:3.6875rem;font-family:rubik;overflow:hidden;text-align:center;text-align-last:center; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG [class*="-text"]:-moz-placeholder { color:#0b1e23;font-family:rubik;font-size:0.875rem; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG [class*="-text"]::-moz-placeholder { color:#0b1e23;font-family:rubik;font-size:0.875rem; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG [class*="-text"]:-ms-input-placeholder { color:#0b1e23;font-family:rubik;font-size:0.875rem; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG [class*="-text"]::-webkit-input-placeholder { color:#0b1e23;font-family:rubik;font-size:0.875rem; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.8125rem;font-weight:300;color:#0b1e23;vertical-align:top;width:27.5625rem;overflow:hidden;font-style:normal; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .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; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-container:first-of-type{padding-top:0;}#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-container:last-of-type{padding-bottom:0;}#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100000;position:absolute;top:5.43701171875rem;left:28.75rem; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26rem;display:block;vertical-align:top; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG {display:block;}#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100000;position:absolute;top:5.43701171875rem;left:28.75rem; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #XQK18qSh58KSbiTiaESI97uuKBA0VhTc { position:relative; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #WDvL1IdPOpr0w7bRkViGWBuBK4rIHwbD { position:relative; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #wKe4tIwo6P9O2sZ4iMXLiILtO1QNsV0T { position:relative; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #h0y2gxz5U3Owoq473P38w5F8PFxXE4NK { position:relative; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #FCQW8AM5CGoOvkTIwqXwys2TVEOM0Bgf { position:relative; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #hitz34kdiE8DtwrH3n3yhuX6GOy2ugVU { position:relative; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #X2hWGeplQ041u2yJXTC3oOLTIsiVcXho { position:relative; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #AHTJsIGGA6dU2Jio4UiGcS5Qr43w9iMq { position:relative; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #qeRhJqcv6Eni0idCBIThk8EqKKDEOkEo { position:relative; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #CUWqhSdwkosTlTqF2qep9fTOVlp6cyTa { position:relative; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #LV6AvWlXbfDsaer0Z1QwMmfwRkUo434D { position:relative; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #sTc5i7074WdUCCJlU7pDXHMmPtdoAgnK { position:relative; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #TSGRhLw5Zad7kne4sTOZvTy7xaxcrEqK { position:relative; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #Xc5XAyk7TcqThGJ0EpqVsT1R6C6lXBQP { position:relative; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #s1CPy8fcugsl0h29SnC0ZVheXOTL5JxV { position:relative; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #r0BFQzVRRCt269ZeNVAQgMkNiVMBk4Ld { position:relative; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #SqmKPLR7wAilgku7K6aVR56hUy0u4SJr { position:relative; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #VSwtb20uk1CL4U4PF0h51RpFRKT0ToHE { position:relative; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #XGXEx24qNelDi80lCv85TPQUb8vJXDSa { position:relative; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #PfrMlz4x2x0abylzDdZzoGLvW6IxnRhS { position:relative; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #Ke5yaCmyfl9oKL8ztaXSfahO3LyBLf0O { position:relative; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #c3f50eDTItlD9HBmV2ugxVXUgre7PTsO { position:relative; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #Iknbd4Urxoc0wkHtvuHqvZwTi7LyzQsr { position:relative; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #bIDyJ337oU301nJarbxn3XpzyEfc8NGf { position:relative; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #ag5C1PL7VeiTRgAJhptMlSzDNoJPxqdg { position:relative; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #QqQTc1DLqB1syVyRk6AB2S2Tr0zI2un0 { position:relative;z-index:2; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #vFtDkybeOdBkAJlSmWdx5AKm54TtBmTp { position:relative; }
#aMSCLTmX3XVWRZwT5eXCPr90uLhHPPU2 { position:relative;display:block; }
#Jxu5QmIFrL8Xkb4XIsSQoqAxsGFO1nFX { position:relative;display:block; }
#WcQXv2TcUOvASMaORASPFuT6qVO06aKB { position:relative;display:block; }
#fT5sqvIgPfSLQAc2doWOnu0Z2HsZlRpa { position:relative;display:block; }
#W7D0WrA0r32EQBKPZdbDC2WGCmkEnZ8M { position:relative;display:block; }
#gLmqdF27S4R0Xetm65l6DLNA8A2yInvP { position:relative;display:block; }
#xPN2yF3xQI1fciqTWI2ylMTvqBVvTiJn { position:relative;display:block; }
#vDrDqUKqnZZ6xaUdiX1bQhMwhyqpRbXc { position:relative;display:block; }
#mb4MdQn3UhBdP9zMNnewuvokod6Q6zfO { position:relative;display:block; }
#BNAJIVBw4OnzbNVThO8dhH58IlXB0hTV { position:relative;display:block; }
#Aas1OE5OGdClbfnDkV9w0qXMPNDTouLr { position:relative;display:block; }
#MkVLOiwXsoxzDOz4skGe7LNa7GXL2tto { position:relative;display:block; }
#uQv3g73UtA99kMHW7X5RAmxUE1oyG3kn { position:relative;display:block; }
#TCXRaAJOTbIUeyE41pMC6EyCDolUHHG9 { position:relative;display:block; }
#P0s9O71gopgc4k1aUHr0hqoS1aW8MBvV { position:relative;display:block; }
#A1SoNX5Bato7PN5D51cFNaxGDLH1FwZT { position:relative;display:block; }
#zVBDZgt8WwWAGiASt6TcR0QbVaTXG8d8 { position:relative;display:block; }
#XPTWs6BLApnLzgTsTHm1g5FoP7STMhE4 { position:relative;display:block; }
#wqFlJrznr3Qhab2WVWFkfWsispfJs1pk { position:relative;display:block; }
#GeZzGo1ToMdyo3sal4lJMp83V7WFQ6oH { position:relative;display:block; }
#NsaLOzi6L1r2zNJ01TFQPOOrmoexJpAg { position:relative;display:block; }
#CuMwr8x4HnvefTkPXXzUAiimOSrBi535 { position:relative;display:block; }
#I5lQmD66b82Qv4ewyiapoLeI1uWewJGn { position:relative;display:block; }
#WVnkhEHgUK6tE1RW4gCZnD9NZATGN2os { position:relative;display:block; }
#g01MMgwfGX2LxVc3l3FSUbX5kpbtBPkM { position:relative;display:block; }
#kQ3hi1JUW6dKDcO5htV7VxK3DHxe5vvy { position:relative;display:block; }
#JIFehDzNTZfgSF4lvTpBM0fXdlA7Lgce { position:relative;display:block; }
#MLgdVl7vcqhOKwTA4FwmG8wgeyooTdNM { position:relative;display:block; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #FXoLO2i6erleJv4biWCdGbqazKPyMc2B { position:relative; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #TkaVSh58hC5rgAAqHkN5S1y0KWz2Zzve { position:relative; }
#cXdEbR6w0N7OFi8RTkvwoJUMySrRRciJ { color:#ffffff;display:block;width:16.6855625rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:35.125rem;left:31.5rem;height:1.20019375rem;text-align:left;text-align-last:left;display:block; }
#NGBaXUs1xyrQJWzuTzJlubmLtd69bWXn { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100009;line-height:1.7;letter-spacing:0;top:24.25rem;left:5.625rem;height:5.092775rem;text-align:left;text-align-last:left;display:block; }
#PdRI8S0N6PgTCRTD2psWPm6gU9fiQbQg { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.749125rem;width:4.9369125rem;top:3.6191034317017rem;left:0rem;overflow:hidden;display:block; }
#KwBKsUJ4fwA4tKe7LPVVXODs0ezMV2LT { color:#8a6df1;display:block;width:18.125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:3.5590280294418rem;left:37.814453125rem;height:2.2753875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#T4EmGW4TO2qy5E71X7tsKQZW0eL9cmex { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8a6df1;background-image:none;position:relative;display:none; }#T4EmGW4TO2qy5E71X7tsKQZW0eL9cmex > .row .container { border-width: 0; border-radius: 0; }#T4EmGW4TO2qy5E71X7tsKQZW0eL9cmex > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:none; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW { display:block; }#DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxvM8OkloAKlKRhEUDDGkxgm3Ki5TxVy { top:11.25rem;left:0rem;width:25.1875rem;height:15.086586793032rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlsaaLLL5SCU9SO5dc0aNFXezsM68OJ6 { top:0rem;left:5.84375rem;width:36.0625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW1vNIFNnDMOLrt07wUPMR5Mbd9NPW7c { top:9.25rem;left:0rem;width:0.5625rem;height:13.632500215336rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGBCGyGPkmttf15fAW3hO2A98wAhFB86 { top:24.3125rem;left:15.5rem;width:3.75rem;height:2.124025rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2PdrUS6fZOUkD8hsMXNL7umUme1pNwl { top:5.5rem;left:23.8125rem;width:23.9375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-regular-label { width:37.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-input-text { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-input-text {padding-top: 0; padding-bottom: 0;}#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-textarea { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-input-select { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-input-select {padding-top: 0; padding-bottom: 0;}#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-input-button { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-checkbox-label { width:36.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww  { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .radio-container { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww {display:block;}#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #KU9MKvA5CPbQbZogDI6rpmRvNbiNlIT2 {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #N68uiNMCXK24rHXTZMcrOCwOIUTcXoeE {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #rRILKSW3fIkECqFwtges7k8gT5Fo7sDk {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #uZsDI7snQTbw8otzQrkwhrDUDGe3bnWh {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #n9fgTKKw5V8KJGBa3bsPxF9SDTpBxJUr {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #TgwHnOEN0RarMdsowgmhDu9az0XhIpA1 {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #IPmf5sMl88sC2NbP66WTfKiVeZVR4AMQ {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #nct3blfZOnf2pM06bWVpKy85fgWOVSbE {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #Bp09Ly0W9JOX3Crt5XXquk7cD2VBAbB3 {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #GTZDHKP0oKL6usP6FBATcOIOr455NvlZ {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #kkk2AdfqosQAedIEF1i7sSDpWsAWKFn8 {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #DhGgtaArKoOgNnFfq82Ko7AOaH6BXRvL {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #BOEsIe6UbuAzdsJTVUiFxbbIA7kqwEWZ {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #UA0Qsir6i3OsZ7rqduHMS8f5G8NTM4z7 {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #HlAopZQ8ZASAs6WbGNnHwgnKZ9g7NsEV {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #DRgZ7fqwAv1MQ6IlXPpm861iZuIqhdNT {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #IEXhed9uNBTTI6CdRUIRryfkH9iiCKGP {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #MSl1QqDpygg40DNe01w7rIAcsG8SPrzk {  }
 }@media only screen and (max-width: 763px) { #rCC5ITIDPXAnzrDNtOMZ67upGtnagSNS { display:block; }
 }@media only screen and (max-width: 763px) { #nNDf5TC6Q2IvZgIX4RNdwOiMODTMo0me { display:block; }
 }@media only screen and (max-width: 763px) { #rdJB1TgLEBsRHwTgLNeyXQEvW614CiGQ { display:block; }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #h8Khisl4WGRy19qBUrbwk5OZmebTaibJ {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #xH5lW9epUhQyIFlw4cx4wPr995TbWpGO {  }
 }@media only screen and (max-width: 763px) { #SeEecevtdhvdFdklQyA6ZQvaVSVl2rXk { top:7.125rem;left:27.9375rem;width:18rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwbsTxM4JZTZ4u9l6lkcdR5Loo4OWqJ0 { top:0.9375rem;left:13.6875rem;width:7.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3AGxrHOWhJV3dAQL2zbTsufJZXfwCwH { top:0.6875rem;left:13.24755859375rem;width:7.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtofOa2IHlfU19t71k85Gd61oiTncCse { top:0.75rem;left:30.4375rem;width:7.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrrGodJuVXWPDZG7TlkIv8QVtyHKWzpq { top:1.25rem;left:30rem;width:8.9375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJBd1F7R07pWONg31kGfExBtXDpVl2xu { display:block; }#yJBd1F7R07pWONg31kGfExBtXDpVl2xu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQLSXTf94Tyq89hNNlU2zFRmSuT7KD8n { width:11.5rem;height:2.3125rem;top:0.375rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgdU16d9UGKOEruNiXagDvA6e7LPPP9c { display:block; }
 }@media only screen and (max-width: 763px) { #Ot26TRpafxQuokfbeNltehol1VRcQ3A9 { width:16.375rem;height:1.9375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeLGvekmn3oL5zbN7kkNLpQAXvZ4HAyl { display:block; }
 }@media only screen and (max-width: 763px) { #VeIO1bFgOndEUyd7MxHCeagMAUNe43uT { width:11.5rem;height:2.3125rem;top:0.375rem;left:24.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaP5Crl4u0lLQJrBN0U9ThqbfkyN3tsB { display:block; }
 }@media only screen and (max-width: 763px) { #Zcsah6xId18S8Iq5fEagkAEiK3JVOB4V { width:11.5rem;height:2.3125rem;top:0.375rem;left:36.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGJbKqo4XVCLxG3ryL9JZrhHfczJBvS1 { display:block; }
 }@media only screen and (max-width: 763px) { #Ef9dznhvR80TlXGq8GTmsAt0n188TMXc { display:block; }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f82TflNNcLE1HwmN3IOTCKILI8XF6s2x { top:2.4375rem;left:0.625rem;width:21.625rem;height:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsLMgZHln9i5o6eIz2Rsuy207P3fNgkp { top:12.25rem;left:0.625rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEWSKSkmKa1aFomnwLAJ1XZT7mLyp7GQ { top:13.5625rem;left:0.625rem;width:22.625rem;height:8.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNR1G9TMhvdhRBgKSsJuAcLUGUiTA0CD { top:5.5625rem;left:22.25rem;width:25.5rem;height:14.15233289973rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtRugoQc12kFf72VD3Dkxb85zUzBlZVp { top:1.5625rem;left:0rem;width:31.5rem;height:21.270364224313rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCOGFJpDDox4hSVhxhT2N0TTcpJh4rPR { display:block; }#oCOGFJpDDox4hSVhxhT2N0TTcpJh4rPR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FgA2V0THhuLz3RuaZgpHmxQ0U5eVix47 { top:7.8125rem;left:0rem;width:19.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysyCcQrzeJ4ki9VoHy1NW5sTni9LQ0DE { top:10.25rem;left:0.15625rem;width:15.5625rem;height:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvAIm7ZVce8vAIqbNUgu4xNFUPyp4EcC { top:7.75rem;left:12.375rem;width:19.375rem;height:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkm8G8LI7PoeycA9Kld6n44zviOiHT8T { top:10.375rem;left:33.3125rem;width:12.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHv3GzR3VOOV8IqEGrTGJqb9muEShsd4 { top:7.8125rem;left:30.5625rem;width:17.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeveBKUxnLvsFyk4Gm8xzSvaGIBl3R1Z { top:2.6875rem;left:6.0625rem;width:3.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHKMMp60nMnNU1CQnPoi4vPk97T04Mhg { top:10.3125rem;left:24.625rem;width:7.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0x1h8MyUPfZM43zyQfT2JhHu3MnZwZw { top:9.875rem;left:15.9375rem;width:7.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf0RW0NbDTeZbqQUeqmyPTbIRM6RVKii { top:12.25rem;left:18.03125rem;width:11.5625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvrQKd1FxWEbTbdWtpxwVoqinaX9eogd { top:2.9375rem;left:21.061912536621rem;width:5.4375rem;height:2.9041391211107rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKG9mP7ml7lXwgXAqoRxSvyLgzrmpFAJ { top:3.6875rem;left:37.6962890625rem;width:3.1875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBx47tBieZBO9BdgTsZvtmaPV7F4pbk6 { top:15.25rem;left:16.3125rem;width:15rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW { display:block; }#EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RbTsUC17ZFCy0OTlwCpT8gi6GgKJoIow { display:block; }#RbTsUC17ZFCy0OTlwCpT8gi6GgKJoIow > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azfitmqyyDKb0DTNeq0I00sfFG2Q2ZvB { top:0.3125rem;left:7.75rem;width:3.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2WKKzq9ZFGmiZdG0sX75JFaqmgAyzQe { top:0.9375rem;left:10.1875rem;width:20.125rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krafSwvyzfzk5pVRkD4TboCJ3KQ3fcvL { top:1.5625rem;left:30.1875rem;width:4.6875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTWB6CGCTHzKkQGx7r9MwVlUrskBdr4S { display:block; }#pTWB6CGCTHzKkQGx7r9MwVlUrskBdr4S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eoazchUJ8El3LZ3akr0sFdvPfmbTHRGI { top:11.625rem;left:0rem;width:12.5rem;height:6.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn7c9Lp5VHZI2QFKbMOWfOpDPwi377WL { top:20rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPzITP5npBRyyPnsIkw9rmhG7PuOxORk { top:4.3125rem;left:17.125rem;width:9.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acqTuo1RB5SVeNasAv8DAdgLkBKvGF5D { top:2.25rem;left:13rem;width:17.875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElKF6fs2r0TZLTXOqF6w9hOPffzJVG8T { top:2.25rem;left:29.6875rem;width:18.0625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oivm1ts9O2KCubyCJxT3v6J7SfLDtMd0 { top:9.125rem;left:13rem;width:17.875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNnWAgnPyOlVIHSD0bZVsn9DwzMHvTJt { top:9.125rem;left:29.875rem;width:17.875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aht4VG4ccPaAlsvdRBdtzUDt6KS5gO5O { top:16rem;left:13rem;width:17.875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkapCyvUrAISWr0kk0xU1n4rdIAVpntR { top:16rem;left:29.875rem;width:17.875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmLTvoMHZrPDzVduTARGwZ1FoCTmTxJB { top:21.8125rem;left:0rem;width:13.8125rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVpb6sxBZ7wGpEswFE1EJmKl7HC1REp6 { top:24.875rem;left:17.1240234375rem;width:9.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEKCrOQ6yMHgUz2tSNNVxo6XpvyoJMUR { top:24.125rem;left:36.25rem;width:9.5625rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VClcu3TTD6AsiTRgBvJWkUpVRK2VaEFT { top:4.3125rem;left:34.9375rem;width:12rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdWAVnJdcZ17wqZ8tTBNLbk993ZmHKsn { top:18.0625rem;left:14.25rem;width:15.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofqFtu3GCgegg2UhHNdW9Osiy1mTmGSh { top:5.125rem;left:0rem;width:3.9375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8Nhnrm4T9mV2Ne31pehTdrac54ircw8 { top:22.875rem;left:13.0625rem;width:17.875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpOurXNzntwgV4nrCT6K2J5T6v8iyTQf { top:22.875rem;left:29.875rem;width:17.875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ7COxNkSvq0cGUFDdcT0mfDElEXU60D { top:17.4375rem;left:35.46875rem;width:11.125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgSvVHBBcImWB2DawDwRJPBZRmQsD5qB { top:11.1875rem;left:32.3125rem;width:15.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAQVFVEgbEu3mG3iSBxLoBhqJ7vm2oXV { top:11.25rem;left:14.3125rem;width:15.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQsSO6w49PtzpOFb7I0I46mETiQX6Dc6 { top:1.875rem;left:15.625rem;width:17.9375rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CravPcHCRUDkKgu91SNaJ95zXT5IISk8 { display:block; }#CravPcHCRUDkKgu91SNaJ95zXT5IISk8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsBDyESh0Pz8lwd8kdoiQQlxkRsHsL3M { top:10.625rem;left:0rem;width:17.8125rem;height:5.8125rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3GVSrXJ8tXIi91va3gn3I57PIHOd24W { top:16.5625rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgVoWBiKSdrs5NZpvLGkW8V1n83szVuL { top:2.75rem;left:19.5rem;width:9.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQBTdPEWFkW0lqbVbmNRzzN0ssAQnrRW { top:4.5625rem;left:16.21875rem;width:16.9375rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv6PKVXTm133STnz5oUb0J1aVhSTHUD2 { top:1.875rem;left:15.71875rem;width:17.9375rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abZNMihe2axinTaVNKkd58w3ylXkP4LX { top:1.8125rem;left:29.8125rem;width:17.9375rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afPQmTZT1LrdcRWG2O9CAUKLUkIGTXvT { top:11.3125rem;left:15.96875rem;width:17.9375rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8mqIVZuQTFw2O1yG4hKqLiiAEWBnOZm { top:11.3125rem;left:29.8125rem;width:17.9375rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxx8w7lyMyh5eSyEAettObsQRfhZH9GQ { top:20.625rem;left:15.96875rem;width:17.9375rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDhDbHPE5op7HysMq7SBnSktaZONtH3d { top:20.625rem;left:29.8125rem;width:17.9375rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDnVFbSXugB8SAhdlTZ5DbTviJK4uLIL { top:17.875rem;left:0rem;width:15.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #npAB5FGScVgXi839zTidtX6AXLq0ZCO4 { top:2.75rem;left:38.125rem;width:9.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdUomtwSmHg99Rmwgtn1xdKmONUC74fn { top:4.5rem;left:30.8125rem;width:16.9375rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qggAGRkSMEWeH0WqPXGMATUQ8eQ32VBG { top:12.4375rem;left:20.5625rem;width:9.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OixoiwaR6lFc5eH8QJfhrM7RM8GTQWJz { top:14.375rem;left:16.65625rem;width:16.9375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqAex0bBSVQ5Ox2Z4f8MQ1cZ5nkM1Rv8 { top:12.5rem;left:35.6875rem;width:12.0625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q11UnOUvJXokHaXE0WKzaP9yTw8WaCM2 { top:14.0625rem;left:30.8125rem;width:16.9375rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwMqM1mdBMzT5s0MRhbr8dgmfLNS3T4l { top:21.8125rem;left:18.34375rem;width:15.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUM0NaeTgDrbTqPfa5ZE4p2LTkoe8pdI { top:23.6875rem;left:16.78125rem;width:16.9375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSWSq13PtgF12um90qChPEQ7nXM3X9Td { top:25.3125rem;left:0rem;width:12.6875rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7rdItpFPRZCv1X7T2xEZ3JpwqQrhcSU { top:30.1875rem;left:15.6875rem;width:17.9375rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF2QtQpIWBedIh6HVTRCyQVTg6EEhla5 { top:30.1875rem;left:29.8125rem;width:17.9375rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0nEPWMHS6znDmimIESg48hxeT6ZTxXQ { top:21.8125rem;left:32.25rem;width:15.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xygM9D6Gr149cmRVhudd4p5sied0MTBe { top:23.6875rem;left:30.8125rem;width:16.9375rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb75u2mQSMPMHZ6AHh8qmDk924XWRPw8 { top:31.0625rem;left:16.5625rem;width:15.5rem;height:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggbIzyagBnWyZy55GNrQWZilExnhoHgM { top:34.25rem;left:16.21875rem;width:16.9375rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRUTWTrPPnF5JUuZpFau7r3CKWtEfE07 { top:31.75rem;left:32.25rem;width:15.5rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLLnD1E37GQKWlTixQ6SOVtUakkgrR2D { top:33.5625rem;left:30.8125rem;width:16.9375rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieDIO7VDupy3dB17AToI3cTyqMUyTD8B { display:block; }#ieDIO7VDupy3dB17AToI3cTyqMUyTD8B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzXMMn5bspyl7pe9pNVfnELl9Gl3kdqd { top:8.5625rem;left:0rem;width:19.375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drCM8xV5E617dFo5FCOIfC255JJABchm { top:8.5625rem;left:12.0625rem;width:19.6875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqtTHwgaDEyFmT4k1OAeGG8X3m55E7nc { top:10.3125rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDiFzRTXVE7h4aHiQOXZqJVwhQu9ZaEC { top:10.375rem;left:19.25rem;width:12.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OybsVvoeHmBvsFAnAQuPhd7wy5vdhBbC { top:14.125rem;left:0rem;width:40.0625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia02NFztacdqVOR9zuSnPl1FKTspOUAl { top:15.625rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQfIyVVcqT1bnZ6LgJVxs4CzPhHXxyax { top:21.625rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWrO0FVdTnX6UFvho7FUiGSWfR4ZDBnS { top:26.8125rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFp0FDZ74kfUNFEpeA2rMrdTQOiG2SJx { top:30.8125rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK5pibEOpCQ1SBB2bMSatzXpFeLwirTI { top:34.5625rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZoifKvdtt2zJ6DvRJokyNCFA299wEz6 { top:19.3125rem;left:0rem;width:40.0625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWUiAHBXltboevgf4zHkABs9D540fE0P { top:25.875rem;left:0rem;width:40.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDBN0zd3K5QfIr6E3JH4Bex1op7Szpel { top:29.875rem;left:0rem;width:40rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCeX8Pi3WfaAkNd1GiTroGOXwkNfyQFP { top:33.625rem;left:0rem;width:40rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOAX72IS4vMQm6pdH8X34dKbNOrmXZ7O { top:26.875rem;left:22.5rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7WHJzGMBqa2pll6WGJKMALMaCea2Qmd { top:34.625rem;left:20.625rem;width:11.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvOMqP2FWAMaonMBSOLk5PQvR8nPIrZ0 { top:40.0625rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8VGegKXwfbFPQ0cKeocdp69lDcvnAVi { top:37.3125rem;left:0rem;width:40.0625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaJGcqw0sXMSU1sht6QvEZS5slz3dQ42 { top:39.5rem;left:16.125rem;width:15.625rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nib1xoOOKDUkFdH4WayBKCmMihHXNhuy { top:35.875rem;left:1.6875rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #y05OHPDyNDlQTvuatf5EfswyNEszl5UJ { top:29.5625rem;left:1.6875rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFCDbilBIXhvkuuFa1z9J5OWVK6EVBbD { top:24.5625rem;left:1.6875rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lrEWeA7Ox7mPMCLsP16gpLTr5LdpAEBC { top:19.5625rem;left:1.6875rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FVvG4OkW5IMtCya8e26NhGvcvpHWKepl { top:14.5625rem;left:1.6875rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rdEcnXTk9ZFtcL15DaU1lB3SqBX542AC { top:9.5625rem;left:1.6875rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aD92IRreHlHFHptyeKOUBZtrhROn7AfN { top:8.9375rem;left:0rem;width:40.6875rem;height:2.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7k4xQKJFCEFHEMEOUrLGBtlFA23cVq6 { top:2.125rem;left:0rem;width:18.1875rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuiX1dNQWgTxu9brLAJP8VZOcbkqL7gC { display:none; }
 }@media only screen and (max-width: 763px) { #aRNaMJ93bwRsUOARl9iIRez51umZv4Hu { top:15.0625rem;left:19rem;width:12.75rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #liwx59EXaiGg9E8sT1slTG1bB6yPStFn { top:19.125rem;left:23.75rem;width:0.125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oku29iKlaQMzJxUTy0FNAoclpwd3BX5T { top:25.875rem;left:23.75rem;width:0.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #femHQWnQmlMABFwz4UuEnVyfU4yGTaKy { top:29.875rem;left:23.6875rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuxTscbOqDb8ACGrCVdbLMHyBdxpJhlm { top:33.625rem;left:23.6875rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCtZcOQNuOlDuBluJwtRy0Fg9PoIc4GS { top:37.3125rem;left:23.6875rem;width:0.0625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKrkHv1PWPCpW3zx8hKkeVLQRJwSuz0f { top:14.125rem;left:23.75rem;width:0.125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG1LDwcPVSKD3h428inakaSMpTExgHJn { top:8.9375rem;left:0rem;width:40.6875rem;height:2.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gol6kB0bVg8VBk1kAgNp5Hxy1yfUnr4C { top:10.8125rem;left:0rem;width:47.75rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zgzRgWvSTT256pmScyIoMgRQRvkonHOb { top:20.8125rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yZixabxsBk0xdg0bcOrNHDmhEMG9Wfcq { top:20.875rem;left:15.8125rem;width:0.0625rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PApMKwxfEIVghIRWtIeFqHZrszHwlA1E { top:24.875rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JeZUmEvLXozoDmDmP6sfnOfQ296U6EpA { top:28.5625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWrl3CF1mdJAl3THmvGUMdbDZNto73WO { top:32.25rem;left:0rem;width:47.75rem;height:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SLRRAXfqKXR1yMSg5hef72NlrPTCkeZa { top:6.0625rem;left:7.625rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw4SWK8MEZRA1FUVp9GPb7u7ZT4FvVXa { top:21.0625rem;left:17.3125rem;width:14.4375rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUIbIVkeysXgsMi52zTXAiJIgmtBhdX9 { top:30.875rem;left:19.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1iJZX7bkni8VTXPX5rtWfnTgVA35vd7 { top:20.875rem;left:15.8125rem;width:0.0625rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rVbATNIgV8VTAzwHM4uLC6eicgpbgAOe { top:20.875rem;left:15.8125rem;width:0.0625rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VM2BEpOSEkhNfWfrgS1BGy9gTsSgm44L { top:15.4375rem;left:0rem;width:36rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pl28ueZbzZHPmSLTiOvupXOtZtQ7T2DH { top:15.375rem;left:1.6875rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #G7WOGOdhVDpw1n7JlgvbZTe1Bi2NeZX1 { top:21.4375rem;left:1.6875rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFQHR5gtX6PIGNCLo420RxCpNwm0EkTT { top:26.5625rem;left:1.6875rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uXKJkEbfEWK5b7Leqim7Q786kZpfpCIK { top:30.5625rem;left:1.6875rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nlicM1fbAnaQXXqDmbHycRceZrT5QHQ3 { top:34.3125rem;left:1.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #J3GJ0txADWEgtHoRmOWbkKCm7SMX3MqS { top:39.875rem;left:1.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AAGfeq7oEuL3sJGiMBqG6gazEDWLTU9k { display:block; }#AAGfeq7oEuL3sJGiMBqG6gazEDWLTU9k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sosxZ16FF462zeDzOezk4Zwdpde5J9AB { top:0.6875rem;left:2.71875rem;width:42.3125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMZlNGeFKnCyg4DQCcP1iLNwGHbPRHVG { display:block; }#FMZlNGeFKnCyg4DQCcP1iLNwGHbPRHVG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3qGZTKVlhGrlAvtKDfhNt90wOLwekaD { top:10.3125rem;left:2.8424472808838rem;width:18.125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgeTdKFFDveGWcCuIMFDa7tzSQlqobzE { top:7.5rem;left:4.9995651245117rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAP9fiJupdWSat2TTafQcGDftoOnelGW { top:12.0625rem;left:5.9348945617676rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlDuGSxKzH8G4HKyxVn6JPMTXVWxrBaP { top:7.5rem;left:29.25rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #swVeaBBLHQ4EMTOc2kZn3ovkwq4N5OGa { top:12.3125rem;left:30.5rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSWUBlNiMKC826M4lidaKfZaAolxkVF8 { top:10.3125rem;left:27.437934875488rem;width:16.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQJSzrbQacssmxshHMJmT85NFSdSq5PT { top:13.4375rem;left:0.9375rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #leGuW2FfIJ8uDivHZ6HTWaEMfwtsIK7C { top:13.8125rem;left:24.8125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #agyWl1Kmi5JBTdVflx0t3tdcXAcmHJgP { top:13.8125rem;left:3.4375rem;width:17.625rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTp3QSaT7CTnmPV77kTqnoVDJ9Gu6B2P { top:14.0625rem;left:27.6875rem;width:17.625rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcsALcp5iMFVT4AQCUPSg8iSPZZirkI5 { top:15.9375rem;left:0.9375rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElgztXQoa1MxzTkyPZrqSONQ3ST43e9z { top:16.3125rem;left:3.4375rem;width:17.625rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um2lsc7NxRZtupoIRZKdJUbPIz5xhPs9 { top:16.125rem;left:24.8125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wivqBNGrugIImGTpMiDst01hxUTNzdfQ { top:16.4375rem;left:27.625rem;width:17.625rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF6RhAwE80chFUyV7xgNP6klCrE1O6GN { top:18.75rem;left:0.9375rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm8e0FTMHWlHGR85Dg5LOpmTmbMxRwAd { top:19rem;left:3.4375rem;width:19.5rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWBEnWpUpKurWFyRwCLryUwK7G7P3W7E { top:18.9375rem;left:24.75rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTlotgrhFkfAnvxEZn4ziqGwdExBM3EA { top:19.1875rem;left:27.5625rem;width:19.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGPP9N7NtdewHK4T45OtPM1dlE0bXJKN { width:17.5rem;height:3.4375rem;top:23.1875rem;left:2.4973945617676rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTfHflt3hCWnyAQFCg5QwCmvd7ageqy9 { display:block; }
 }@media only screen and (max-width: 763px) { #ysJtwkd5T5kBJxyuZzAOrpt4u0CXhIh0 { width:17.5rem;height:3.4375rem;top:23.1875rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8HRZlyn74N15Snxf2lsiwk4txh4PemJ { display:block; }
 }@media only screen and (max-width: 763px) { #XVP30Nz0VgbnLGARWbyddVuFKTMnMVe9 { top:1.875rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl7RVt2PEV25ZeDsJ8EJPlf07fNgO9gW { top:5.4375rem;left:0.875rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzn2nAqCztIudgMw6RVwIsz6BPDTccG7 { top:4.875rem;left:0rem;width:25.8125rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtK7LbxgEmG4euAsz8XFHCDvTWyn7VX7 { top:4.875rem;left:22rem;width:25.75rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOGU7kk5CrPB3wBUs0Nb7zTU2PVxNcwC { top:6rem;left:0rem;width:26.875rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDR4i9iZ36lN7Ry7vCxWJeaeP2TxGvw9 { top:17.4375rem;left:5.6875rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3osEfPP3IzhHfOA7BUvBHeNh2zHyiBb { top:15.625rem;left:5.6875rem;width:12.5rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpEGHDhcz1tXHc8qR1PT7AMB5TW6O23C { top:17.875rem;left:0rem;width:18.1875rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiOM8NGxvgDXp6MgnuUpz4DV96SlJ6Co { display:block; }#GiOM8NGxvgDXp6MgnuUpz4DV96SlJ6Co > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJvqGT4yxBJU6EVdq4hUXxvcsBozqApQ { top:4.5rem;left:9.125rem;width:36.1875rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBdDwIK7dqDRGsdrcEiJ1QTTxv88lv0b { display:none; }
 }@media only screen and (max-width: 763px) { #U2f8KtOHHr7D0UXHg8v61ympOekcMFQo { top:4.5625rem;left:6.0625rem;width:2.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8Gv6Gvg5TrHqNpEpmDx7JL5wVsDWLH4 { top:12rem;left:0rem;width:4.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gco5e6ZEeBRVxTkh75vKRzZDedQpR4c8 { top:11.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAzLDR46fTe4BMxnGmEOkWMh3hnyXXUI { top:15.3125rem;left:0rem;width:9.0625rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd7GhzuDSTKAwQZHqkFCXH4dITqx7Ny4 { top:12rem;left:8.125rem;width:4.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yudxITfmnpnyeT9l4TSpQpKBlWbm114H { top:11.3125rem;left:8.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar1BH7OUSV4iXkKyiqBQNEJ1l3mH9TwD { top:15.3125rem;left:8.5625rem;width:9.0625rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz1KCxrKQkS2SGAUgPHAcBzhF8tTMK7u { top:12rem;left:19.0625rem;width:4.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLIzXxq9PE1kz8tZgUvKgH41daKyqpi4 { top:11.3125rem;left:19.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPuXsbIkPoazOnhovihGrzH60vOsU5t8 { top:15.3125rem;left:19.5rem;width:9.0625rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFXcdtarN79NhNTsskU7ZxCZbSElpeOw { top:15.3125rem;left:30.25rem;width:9.0625rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kibbTrqCrdTURzQ72aApdsrFRdwXU65I { top:12rem;left:29.8125rem;width:4.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEsso395vloiNTI1BkzBNNdXmTbL2TKQ { top:11.3125rem;left:30.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tONcvklvQei4yACxrV9AkTNhLqbi7Ngo { top:15.3125rem;left:38.6875rem;width:9.0625rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRkadyTBSLbhZC6TmiMuzb5ACozilNte { top:12rem;left:41.125rem;width:4.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDrPIGMQsuo3ok750g270QSqL5Q7VwL9 { top:11.3125rem;left:41.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7MP9h3MwWOO5CGsO2DDTFH77XEtad1p { display:block; }#H7MP9h3MwWOO5CGsO2DDTFH77XEtad1p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkhFEnLn76TKoNK6uNcPBIzkPv06VU34 { width:12.0625rem;height:2.25rem;top:20.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1iVhel9sF7IFsOhi1kQUieveZ35EDiE { display:block; }
 }@media only screen and (max-width: 763px) { #J8p1EbQLof8hySpcMvtghRbIRqOXtO0R { width:12.125rem;height:2.5rem;top:20.4375rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB15WsvSbv0Np0nKGWNB2ePR2cqINFWN { display:block; }
 }@media only screen and (max-width: 763px) { #Ny6X8dWt8PUsia6TEO2tmkTPf4UeSnHv { width:12.0625rem;height:2.5rem;top:20.4375rem;left:33.8427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wflWi698hiUzlp8ThVBJamwgM1zoIZ4U { display:block; }
 }@media only screen and (max-width: 763px) { #Jp8KZ7hiVyaypgUrMFQB3NGTJ5lcE5yP { top:7rem;left:1.375rem;width:14.5rem;height:10.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhioF6vCaPaGQDl2exKMbKvxd5zRNg9A { top:18.1875rem;left:7.6875rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb4lsGeQUOLFCsDdMnQTzdinvDRi6BqH { top:3.5625rem;left:16.4375rem;width:15.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaLHXmVNyhmMI8e4kiGK1D0auiw4zo0d { top:3.8125rem;left:19.25rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKHLBl4NiCQpNO1SJ6UwKnSAzTsxH2lM { top:6.125rem;left:16.4375rem;width:15.0625rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHwetB7F84W6xelrvvuwsLcT3M2FZoIG { top:9.25rem;left:21.375rem;width:10.375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTPQiRVw7X7ADiPbalyTeNKnfbkdKwC3 { top:13.4375rem;left:17.9375rem;width:13.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKJkhFOGReBgo0vp89eSpF81Ug0TM7kx { top:7.0625rem;left:27.125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #teOevRHDmtsfzNG5PLGyXcqKTcyzZxL0 { top:11.125rem;left:27.125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0Tmt7EbIR24fgkN6HdtyCvaQ3UUF9D1 { top:15.125rem;left:26.9375rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtbo7qqo9xFJhfeXTIcBMdVMRgHNT3Gf { top:17.3125rem;left:18.125rem;width:13.625rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnbZTGPVLuh0dU2uzcPdDdq8ZEOkCXLl { display:block; }#JnbZTGPVLuh0dU2uzcPdDdq8ZEOkCXLl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xz1C4Dx82wHAx3IUMrITZGZaGCT0HTAS { top:12.5rem;left:1.1875rem;width:12.5rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPybHyst3eDwaywJ2kMZChWWz4Ag2aMu { top:7.5rem;left:5rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTiPpXG5NB46euZNhCbrQwWxIdRRyD75 { top:10.25rem;left:3.4375rem;width:15.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh1T9Sshv9d1WQJ10eoeOL85FQIxogqL { top:7.5rem;left:29.25rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWRgu16Q6TCKJ3MWZrGapK2FmrhbLuW8 { top:10.0625rem;left:27.687206268311rem;width:15.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2rX44lW9gXy0tQ4gILGVAfKWZN3TqtT { top:12.75rem;left:25.3125rem;width:16.75rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #demVvBkdolEJynsnNGUy8v9tGxuByKwZ { top:14.75rem;left:0.9375rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7XRWfQHoaTu9iVpBnbUMTVFfJgDDlJL { top:14.9375rem;left:25rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv0X7T99G8D9T1U6Wzi8s2WAfVqx04c2 { top:15.125rem;left:3.4375rem;width:17.6875rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZtHZbA1gaTEZMfPyqWzyD8R03wEhI03 { top:15.1875rem;left:27.875rem;width:17.625rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3vBtLbRIyiel9gIyETXc1bcvQfNDV34 { top:17.25rem;left:0.9375rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGu7slaRKoHnXLLhJ6sVSESfRkdHxVdU { top:17.625rem;left:3.4375rem;width:17.625rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUmBe4bdkk0kvpMVioPn6NKRO8nZvXUo { top:17.25rem;left:25rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBM3DRkp0s1a5pmT3PbT8NmOhJt9qDnx { top:17.5625rem;left:27.8125rem;width:17.625rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOFIlhU43yOhwlrFV5JJgqa4IxJAXoyf { top:20.0625rem;left:0.9375rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouEbfD47BEJf9sRU5CTqq6GxUmTT7l10 { top:20.3125rem;left:3.4375rem;width:19.5625rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcCl61DqZqTaT1QqCoVeR3AiH2zc3QyH { top:20.0625rem;left:24.9375rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6ZpodnbgOVDX37PD91V2bKn4v6z4qdA { top:20.3125rem;left:27.75rem;width:19.5625rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DieWTEt3M9Nv1SUOuraL9aABoNCC6MVE { width:17.5rem;height:3.4375rem;top:24.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #emcVJ5ysT41c9KrczwhZ8xtRVg8TuTFr { display:block; }
 }@media only screen and (max-width: 763px) { #iDzzF59HdkzsLsWs6nD12zPVKZPSxoeg { width:17.5rem;height:3.4375rem;top:24.625rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTJAI8OhWyc767m7oQkZtUChV5RHXtqq { display:block; }
 }@media only screen and (max-width: 763px) { #KEyXHOkvWKE3Ho0VSvLOle0TrXezUGq3 { top:1.875rem;left:0.3125rem;width:23.5rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCPh5ssl1p8lTRovhFuZFyE05a11ipcx { top:5.4375rem;left:0.875rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnSIhZAsbRfpO3JC9zkqfJcP1oXWoQXJ { top:4.875rem;left:0rem;width:25.8125rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpJpNwcdRbgydQSBTmwlyEOLKcQhuOhS { top:4.875rem;left:22rem;width:25.75rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT5Ds4SXDticJnsIr8plSVNGCKMpegda { top:6.75rem;left:0rem;width:26.875rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHQ7KCoiuMeoJTwG6kRB3pXTaZSeqn06 { top:16.9375rem;left:4.9973945617676rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMhOHdzX830v08utoEi8S7kkJEWGoWGB { top:15.0625rem;left:4.9973945617676rem;width:12.5rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #reD8mBBAliepzkwsBAJbmNTTsvXF0OXb { display:block; }#reD8mBBAliepzkwsBAJbmNTTsvXF0OXb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { display:block; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LtmKvMRKaaNI6vKp8DaFy7q3hH4f1XFI { top:9.4375rem;left:2.625rem;width:43.3125rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1Jgghc9hRMTTc4SLLaBVGhJN7mtp5Kw { width:18.5rem;height:3rem;top:5.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPlxlwzuVRygomVpvNFayyRCP1AZah2b { display:block; }
 }@media only screen and (max-width: 763px) { #MHwHhKBdMxwb7Okfv6ZDQIrCTzeMAEnh { top:2rem;left:0.25rem;width:34.5625rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELEVB2x1onhTEJNIMoNi9klOxvzl9zmn { width:18.375rem;height:2.9375rem;top:3.5625rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWieX8HZWQz8XexUUFCirPw7xo9FmQEX { display:block; }
 }@media only screen and (max-width: 763px) { #yDAUJ1t3t8MhVR3JTULlnknFqTSflu9R { display:block; }#yDAUJ1t3t8MhVR3JTULlnknFqTSflu9R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mm31TBSvgIwanygpxqgFRRAdNa0J2nSC { display:block; }#mm31TBSvgIwanygpxqgFRRAdNa0J2nSC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FX0Vcv08kS9p8OrVLEl5e4sfzm9lsRZI { top:2.4375rem;left:0rem;width:32rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySPcbF9fWt1WrLSqADKOdSuqk5aZ9FnL { top:6.3125rem;left:0.875rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypedX2ALtk5zrGtAvO8pbPvHt9EIml1c { top:8.0625rem;left:0rem;width:25.25rem;height:11.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUsZmWCEWIf6TAMh1Ef7FvpL2PGhuX8g { top:8.0625rem;left:21.125rem;width:26.625rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgkUNcTVPsCXLinyWECMmUsAZi5lF6kI { display:block; }#kgkUNcTVPsCXLinyWECMmUsAZi5lF6kI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2LAgNg5nRpErIe2NlvTR6b7PguBDzDT { top:4.6875rem;left:0rem;width:16.5625rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeLfzHznDSKoXnRKIi3mUrfLUNgbhCTQ { top:7.3125rem;left:1.875rem;width:13.6875rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw3LFexhzMnRBb14GZI2Iwebl9woVT6X { top:1.6875rem;left:1.46875rem;width:14.0625rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhMg1USnsa9SqQqFPESwHrrdo8VEaBik { top:5rem;left:0rem;width:27.0625rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWZiahUtZAszoPZ8GsPN7tOTumkHfR7w { top:7.375rem;left:16.625rem;width:15.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBicV3TVmuPsH6LPLtN648MZ6PO8QOXF { top:2.0625rem;left:16.8125rem;width:14.0625rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEOTxHHEDqKNFfHDgFORc5rPozKqn4DS { top:1.875rem;left:32.53125rem;width:14.0625rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUosTNR9VgqCUu2rNMogdiaR94k209or { top:5.125rem;left:29rem;width:18.625rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWKTUOdnRrBimPgWeIle4a2Jgsqt88xB { top:7.25rem;left:32.5rem;width:15.125rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz9VrTiVQmtW1cryROc1RDGnz3wl2rT0 { display:block; }#Jz9VrTiVQmtW1cryROc1RDGnz3wl2rT0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsxMAq7SdGpfJC53FyH7NAnESfa9L3iA { display:block; }#bsxMAq7SdGpfJC53FyH7NAnESfa9L3iA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otVB3T9yDqyHwUFuSsz4co08C1lwKDZq { top:5.5rem;left:2.5625rem;width:18.625rem;height:15.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA3fsGK77s3rhzsHuro2ssGKinwIEmiz { top:21.75rem;left:2.5625rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwvThdDxKeCCJIhWhCKkaHPLE5yweSxa { top:1.75rem;left:24.9375rem;width:22.0625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-regular-label { width:37.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-input-text { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-input-text {padding-top: 0; padding-bottom: 0;}#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-textarea { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-input-select { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-input-select {padding-top: 0; padding-bottom: 0;}#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-input-button { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-checkbox-label { width:36.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG  { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .radio-container { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG {display:block;}#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #XQK18qSh58KSbiTiaESI97uuKBA0VhTc {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #WDvL1IdPOpr0w7bRkViGWBuBK4rIHwbD {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #wKe4tIwo6P9O2sZ4iMXLiILtO1QNsV0T {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #h0y2gxz5U3Owoq473P38w5F8PFxXE4NK {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #FCQW8AM5CGoOvkTIwqXwys2TVEOM0Bgf {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #hitz34kdiE8DtwrH3n3yhuX6GOy2ugVU {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #X2hWGeplQ041u2yJXTC3oOLTIsiVcXho {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #AHTJsIGGA6dU2Jio4UiGcS5Qr43w9iMq {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #qeRhJqcv6Eni0idCBIThk8EqKKDEOkEo {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #CUWqhSdwkosTlTqF2qep9fTOVlp6cyTa {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #LV6AvWlXbfDsaer0Z1QwMmfwRkUo434D {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #sTc5i7074WdUCCJlU7pDXHMmPtdoAgnK {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #TSGRhLw5Zad7kne4sTOZvTy7xaxcrEqK {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #Xc5XAyk7TcqThGJ0EpqVsT1R6C6lXBQP {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #s1CPy8fcugsl0h29SnC0ZVheXOTL5JxV {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #r0BFQzVRRCt269ZeNVAQgMkNiVMBk4Ld {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #SqmKPLR7wAilgku7K6aVR56hUy0u4SJr {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #VSwtb20uk1CL4U4PF0h51RpFRKT0ToHE {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #XGXEx24qNelDi80lCv85TPQUb8vJXDSa {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #PfrMlz4x2x0abylzDdZzoGLvW6IxnRhS {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #Ke5yaCmyfl9oKL8ztaXSfahO3LyBLf0O {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #c3f50eDTItlD9HBmV2ugxVXUgre7PTsO {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #Iknbd4Urxoc0wkHtvuHqvZwTi7LyzQsr {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #bIDyJ337oU301nJarbxn3XpzyEfc8NGf {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #ag5C1PL7VeiTRgAJhptMlSzDNoJPxqdg {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #QqQTc1DLqB1syVyRk6AB2S2Tr0zI2un0 {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #vFtDkybeOdBkAJlSmWdx5AKm54TtBmTp {  }
 }@media only screen and (max-width: 763px) { #aMSCLTmX3XVWRZwT5eXCPr90uLhHPPU2 { display:block; }
 }@media only screen and (max-width: 763px) { #Jxu5QmIFrL8Xkb4XIsSQoqAxsGFO1nFX { display:block; }
 }@media only screen and (max-width: 763px) { #WcQXv2TcUOvASMaORASPFuT6qVO06aKB { display:block; }
 }@media only screen and (max-width: 763px) { #fT5sqvIgPfSLQAc2doWOnu0Z2HsZlRpa { display:block; }
 }@media only screen and (max-width: 763px) { #W7D0WrA0r32EQBKPZdbDC2WGCmkEnZ8M { display:block; }
 }@media only screen and (max-width: 763px) { #gLmqdF27S4R0Xetm65l6DLNA8A2yInvP { display:block; }
 }@media only screen and (max-width: 763px) { #xPN2yF3xQI1fciqTWI2ylMTvqBVvTiJn { display:block; }
 }@media only screen and (max-width: 763px) { #vDrDqUKqnZZ6xaUdiX1bQhMwhyqpRbXc { display:block; }
 }@media only screen and (max-width: 763px) { #mb4MdQn3UhBdP9zMNnewuvokod6Q6zfO { display:block; }
 }@media only screen and (max-width: 763px) { #BNAJIVBw4OnzbNVThO8dhH58IlXB0hTV { display:block; }
 }@media only screen and (max-width: 763px) { #Aas1OE5OGdClbfnDkV9w0qXMPNDTouLr { display:block; }
 }@media only screen and (max-width: 763px) { #MkVLOiwXsoxzDOz4skGe7LNa7GXL2tto { display:block; }
 }@media only screen and (max-width: 763px) { #uQv3g73UtA99kMHW7X5RAmxUE1oyG3kn { display:block; }
 }@media only screen and (max-width: 763px) { #TCXRaAJOTbIUeyE41pMC6EyCDolUHHG9 { display:block; }
 }@media only screen and (max-width: 763px) { #P0s9O71gopgc4k1aUHr0hqoS1aW8MBvV { display:block; }
 }@media only screen and (max-width: 763px) { #A1SoNX5Bato7PN5D51cFNaxGDLH1FwZT { display:block; }
 }@media only screen and (max-width: 763px) { #zVBDZgt8WwWAGiASt6TcR0QbVaTXG8d8 { display:block; }
 }@media only screen and (max-width: 763px) { #XPTWs6BLApnLzgTsTHm1g5FoP7STMhE4 { display:block; }
 }@media only screen and (max-width: 763px) { #wqFlJrznr3Qhab2WVWFkfWsispfJs1pk { display:block; }
 }@media only screen and (max-width: 763px) { #GeZzGo1ToMdyo3sal4lJMp83V7WFQ6oH { display:block; }
 }@media only screen and (max-width: 763px) { #NsaLOzi6L1r2zNJ01TFQPOOrmoexJpAg { display:block; }
 }@media only screen and (max-width: 763px) { #CuMwr8x4HnvefTkPXXzUAiimOSrBi535 { display:block; }
 }@media only screen and (max-width: 763px) { #I5lQmD66b82Qv4ewyiapoLeI1uWewJGn { display:block; }
 }@media only screen and (max-width: 763px) { #WVnkhEHgUK6tE1RW4gCZnD9NZATGN2os { display:block; }
 }@media only screen and (max-width: 763px) { #g01MMgwfGX2LxVc3l3FSUbX5kpbtBPkM { display:block; }
 }@media only screen and (max-width: 763px) { #kQ3hi1JUW6dKDcO5htV7VxK3DHxe5vvy { display:block; }
 }@media only screen and (max-width: 763px) { #JIFehDzNTZfgSF4lvTpBM0fXdlA7Lgce { display:block; }
 }@media only screen and (max-width: 763px) { #MLgdVl7vcqhOKwTA4FwmG8wgeyooTdNM { display:block; }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #FXoLO2i6erleJv4biWCdGbqazKPyMc2B {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #TkaVSh58hC5rgAAqHkN5S1y0KWz2Zzve {  }
 }@media only screen and (max-width: 763px) { #cXdEbR6w0N7OFi8RTkvwoJUMySrRRciJ { top:35.125rem;left:23.875rem;width:16.625rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGBaXUs1xyrQJWzuTzJlubmLtd69bWXn { top:24.25rem;left:2.5625rem;width:14.875rem;height:4.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdRI8S0N6PgTCRTD2psWPm6gU9fiQbQg { top:3.5625rem;left:0rem;width:4.875rem;height:6.6644860274513rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwBKsUJ4fwA4tKe7LPVVXODs0ezMV2LT { top:3.5rem;left:28.626953125rem;width:18.125rem;height:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4EmGW4TO2qy5E71X7tsKQZW0eL9cmex { display:block; }#T4EmGW4TO2qy5E71X7tsKQZW0eL9cmex > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#0b1e23;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/wIl4OlVk/FONDO1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW.adaptive-delivery-prevent-bg, #DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW.lazyload, #DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW.lazyloading { background-image: none; }#DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW > .row .container { background-color: transparent; background-image: none; }#DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW > .row .container > .video-iframe-container { display: none; }#DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW > .row > .video-iframe-container { display: none; }#DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW > .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); }#DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW > .row .container { border-width: 0; border-radius: 0; }#DEabVsvV0LgtL4hVXNtlnbpKrTXsaAMW > .row .container { width:20rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxvM8OkloAKlKRhEUDDGkxgm3Ki5TxVy { width:13.4355625rem;height:8.1855625rem;top:5.375rem;left:3.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KlsaaLLL5SCU9SO5dc0aNFXezsM68OJ6 { width:20rem;height:2.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW1vNIFNnDMOLrt07wUPMR5Mbd9NPW7c { width:0.25rem;height:12.5rem;top:3.25rem;left:1.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HGBCGyGPkmttf15fAW3hO2A98wAhFB86 { width:2.9375rem;height:1.625rem;top:12rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2PdrUS6fZOUkD8hsMXNL7umUme1pNwl { width:20rem;height:26.5625rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .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; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-input-text {padding-top: 0; padding-bottom: 0;}#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-input-select {padding-top: 0; padding-bottom: 0;}#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#ffffff; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww  { width:17.5rem;height:auto;top:19.375rem;left:0rem; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww {display:block;}#ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww { width:17.5rem;height:auto;top:19.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #KU9MKvA5CPbQbZogDI6rpmRvNbiNlIT2 {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #N68uiNMCXK24rHXTZMcrOCwOIUTcXoeE {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #rRILKSW3fIkECqFwtges7k8gT5Fo7sDk {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #uZsDI7snQTbw8otzQrkwhrDUDGe3bnWh {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #n9fgTKKw5V8KJGBa3bsPxF9SDTpBxJUr {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #TgwHnOEN0RarMdsowgmhDu9az0XhIpA1 {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #IPmf5sMl88sC2NbP66WTfKiVeZVR4AMQ {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #nct3blfZOnf2pM06bWVpKy85fgWOVSbE {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #Bp09Ly0W9JOX3Crt5XXquk7cD2VBAbB3 {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #GTZDHKP0oKL6usP6FBATcOIOr455NvlZ {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #kkk2AdfqosQAedIEF1i7sSDpWsAWKFn8 {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #DhGgtaArKoOgNnFfq82Ko7AOaH6BXRvL {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #BOEsIe6UbuAzdsJTVUiFxbbIA7kqwEWZ {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #UA0Qsir6i3OsZ7rqduHMS8f5G8NTM4z7 {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #HlAopZQ8ZASAs6WbGNnHwgnKZ9g7NsEV {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #DRgZ7fqwAv1MQ6IlXPpm861iZuIqhdNT {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #IEXhed9uNBTTI6CdRUIRryfkH9iiCKGP {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #MSl1QqDpygg40DNe01w7rIAcsG8SPrzk {  }
 }@media only screen and (max-width: 763px) { #rCC5ITIDPXAnzrDNtOMZ67upGtnagSNS { display:block; }
 }@media only screen and (max-width: 763px) { #nNDf5TC6Q2IvZgIX4RNdwOiMODTMo0me { display:block; }
 }@media only screen and (max-width: 763px) { #rdJB1TgLEBsRHwTgLNeyXQEvW614CiGQ { display:block; }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #h8Khisl4WGRy19qBUrbwk5OZmebTaibJ {  }
 }@media only screen and (max-width: 763px) { #ANpd0a9hW8P3aCI91gThD3kzKV4ZXJww #xH5lW9epUhQyIFlw4cx4wPr995TbWpGO {  }
 }@media only screen and (max-width: 763px) { #SeEecevtdhvdFdklQyA6ZQvaVSVl2rXk { width:16.625rem;height:1.3808625rem;top:18.9306640625rem;left:0.779296875rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LwbsTxM4JZTZ4u9l6lkcdR5Loo4OWqJ0 { width:3.875rem;height:1rem;top:0.59375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3AGxrHOWhJV3dAQL2zbTsufJZXfwCwH { width:4.375rem;height:1.875rem;top:0rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtofOa2IHlfU19t71k85Gd61oiTncCse { width:3.5625rem;height:1.4375rem;top:0.375rem;left:13.779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrrGodJuVXWPDZG7TlkIv8QVtyHKWzpq { width:4.5625rem;height:0.625rem;top:0.71875rem;left:13.341796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJBd1F7R07pWONg31kGfExBtXDpVl2xu { background-color:#0b1e23;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yJBd1F7R07pWONg31kGfExBtXDpVl2xu > .row .container { background-color: transparent; background-image: none; }#yJBd1F7R07pWONg31kGfExBtXDpVl2xu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yJBd1F7R07pWONg31kGfExBtXDpVl2xu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yJBd1F7R07pWONg31kGfExBtXDpVl2xu > .row .container > .video-iframe-container { display: none; }#yJBd1F7R07pWONg31kGfExBtXDpVl2xu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yJBd1F7R07pWONg31kGfExBtXDpVl2xu > .row > .video-iframe-container { display: none; }#yJBd1F7R07pWONg31kGfExBtXDpVl2xu > .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); }#yJBd1F7R07pWONg31kGfExBtXDpVl2xu > .row .container { border-width: 0; border-radius: 0; }#yJBd1F7R07pWONg31kGfExBtXDpVl2xu > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQLSXTf94Tyq89hNNlU2zFRmSuT7KD8n { width:11.5rem;height:2.3125rem;top:1.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgdU16d9UGKOEruNiXagDvA6e7LPPP9c { display:block; }
 }@media only screen and (max-width: 763px) { #Ot26TRpafxQuokfbeNltehol1VRcQ3A9 { width:16.375rem;height:1.9375rem;top:4.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeLGvekmn3oL5zbN7kkNLpQAXvZ4HAyl { display:block; }
 }@media only screen and (max-width: 763px) { #VeIO1bFgOndEUyd7MxHCeagMAUNe43uT { width:11.5rem;height:2.3125rem;top:8rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaP5Crl4u0lLQJrBN0U9ThqbfkyN3tsB { display:block; }
 }@media only screen and (max-width: 763px) { #Zcsah6xId18S8Iq5fEagkAEiK3JVOB4V { width:11.5rem;height:2.3125rem;top:11.5625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGJbKqo4XVCLxG3ryL9JZrhHfczJBvS1 { display:block; }
 }@media only screen and (max-width: 763px) { #Ef9dznhvR80TlXGq8GTmsAt0n188TMXc { background-color:#0b1e23;background-image:none;display:block; }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row .container { background-color: transparent; background-image: none; }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row .container > .video-iframe-container { display: none; }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row > .video-iframe-container { display: none; }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .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); }#Ef9dznhvR80TlXGq8GTmsAt0n188TMXc > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f82TflNNcLE1HwmN3IOTCKILI8XF6s2x { width:20.0625rem;height:2.923825rem;top:1.24951171875rem;left:-0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wsLMgZHln9i5o6eIz2Rsuy207P3fNgkp { width:8.2480625rem;height:0.373046875rem;top:5.189453125rem;left:5.87548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEWSKSkmKa1aFomnwLAJ1XZT7mLyp7GQ { width:15.125rem;height:11.25rem;top:6.92236328125rem;left:2.4375rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HNR1G9TMhvdhRBgKSsJuAcLUGUiTA0CD { height:8.4994375rem;width:15.375rem;top:21.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtRugoQc12kFf72VD3Dkxb85zUzBlZVp { width:20rem;height:13.50023365789rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCOGFJpDDox4hSVhxhT2N0TTcpJh4rPR { background-color:#0b1e23;background-image:none;display:block; }#oCOGFJpDDox4hSVhxhT2N0TTcpJh4rPR > .row .container { background-color: transparent; background-image: none; }#oCOGFJpDDox4hSVhxhT2N0TTcpJh4rPR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oCOGFJpDDox4hSVhxhT2N0TTcpJh4rPR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oCOGFJpDDox4hSVhxhT2N0TTcpJh4rPR > .row .container > .video-iframe-container { display: none; }#oCOGFJpDDox4hSVhxhT2N0TTcpJh4rPR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oCOGFJpDDox4hSVhxhT2N0TTcpJh4rPR > .row > .video-iframe-container { display: none; }#oCOGFJpDDox4hSVhxhT2N0TTcpJh4rPR > .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); }#oCOGFJpDDox4hSVhxhT2N0TTcpJh4rPR > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FgA2V0THhuLz3RuaZgpHmxQ0U5eVix47 { width:19.4375rem;height:1.3808625rem;top:6.0615234375rem;left:0.28125rem;font-size:1.0625rem;font-weight:700;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ysyCcQrzeJ4ki9VoHy1NW5sTni9LQ0DE { width:15rem;height:5.249025rem;top:8.4375rem;left:2.4366155862808rem;font-size:0.75rem;color:#ffffff;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #JvAIm7ZVce8vAIqbNUgu4xNFUPyp4EcC { width:19.4371875rem;height:1.29980625rem;top:19.125rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zkm8G8LI7PoeycA9Kld6n44zviOiHT8T { width:14.9375rem;height:1.798825rem;top:31.999704360962rem;left:2.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FHv3GzR3VOOV8IqEGrTGJqb9muEShsd4 { width:17.5625rem;height:1.29980625rem;top:30.436910629273rem;left:1.6875rem;font-size:1rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eeveBKUxnLvsFyk4Gm8xzSvaGIBl3R1Z { width:3.4375rem;height:3.625rem;top:1.8740234375rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHKMMp60nMnNU1CQnPoi4vPk97T04Mhg { width:6.3125rem;height:1.25rem;top:21.25rem;left:11.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #l0x1h8MyUPfZM43zyQfT2JhHu3MnZwZw { width:5.8125rem;height:1.75rem;top:21rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf0RW0NbDTeZbqQUeqmyPTbIRM6RVKii { width:7.8125rem;height:1.5rem;top:23.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvrQKd1FxWEbTbdWtpxwVoqinaX9eogd { width:5.4375rem;height:2.9036rem;top:15.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKG9mP7ml7lXwgXAqoRxSvyLgzrmpFAJ { width:3.18661875rem;height:3.0619125rem;top:26.349056959152rem;left:8.4056606292725rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBx47tBieZBO9BdgTsZvtmaPV7F4pbk6 { width:15rem;height:1.298825rem;top:35.04931796875rem;left:2.5rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW { background-color:#8a6df1;background-image:url("https://images.assets-landingi.com/Yfp0z6K9/END.png");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;display:block; }#EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW.adaptive-delivery-prevent-bg, #EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW.lazyload, #EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW.lazyloading { background-image: none; }#EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW > .row .container { background-color: transparent; background-image: none; }#EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW > .row .container > .video-iframe-container { display: none; }#EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW > .row > .video-iframe-container { display: none; }#EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW > .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); }#EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW > .row .container { border-width: 0; border-radius: 0; }#EGO1noWOV9xKo8sBAsy5xF4OTbrkbJtW > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RbTsUC17ZFCy0OTlwCpT8gi6GgKJoIow { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#RbTsUC17ZFCy0OTlwCpT8gi6GgKJoIow > .row .container { border-width: 0; border-radius: 0; }#RbTsUC17ZFCy0OTlwCpT8gi6GgKJoIow > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #azfitmqyyDKb0DTNeq0I00sfFG2Q2ZvB { width:3.5rem;height:3.75rem;top:0.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2WKKzq9ZFGmiZdG0sX75JFaqmgAyzQe { width:15.8125rem;height:2.25rem;top:1.375rem;left:2.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #krafSwvyzfzk5pVRkD4TboCJ3KQ3fcvL { width:4.6875rem;height:1.25rem;top:4.4375rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTWB6CGCTHzKkQGx7r9MwVlUrskBdr4S { display:block; }#pTWB6CGCTHzKkQGx7r9MwVlUrskBdr4S > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eoazchUJ8El3LZ3akr0sFdvPfmbTHRGI { width:14rem;height:2.75rem;top:1.6875rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rn7c9Lp5VHZI2QFKbMOWfOpDPwi377WL { width:8.25rem;height:0.375rem;top:5.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPzITP5npBRyyPnsIkw9rmhG7PuOxORk { width:9.625rem;height:1.29980625rem;top:9.6875rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #acqTuo1RB5SVeNasAv8DAdgLkBKvGF5D { width:17.9375rem;height:3.125rem;top:8.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElKF6fs2r0TZLTXOqF6w9hOPffzJVG8T { width:17.9375rem;height:3.125rem;top:12.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oivm1ts9O2KCubyCJxT3v6J7SfLDtMd0 { width:17.9375rem;height:3.125rem;top:16.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNnWAgnPyOlVIHSD0bZVsn9DwzMHvTJt { width:17.9375rem;height:3.125rem;top:21.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aht4VG4ccPaAlsvdRBdtzUDt6KS5gO5O { width:17.9375rem;height:3.125rem;top:25.5rem;left:1rem;background-color:rgba(227,227,227,0.24);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) { #JkapCyvUrAISWr0kk0xU1n4rdIAVpntR { width:17.9375rem;height:3.125rem;top:25.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmLTvoMHZrPDzVduTARGwZ1FoCTmTxJB { width:16.9375rem;height:1.29980625rem;top:6.1875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVpb6sxBZ7wGpEswFE1EJmKl7HC1REp6 { width:9.625rem;height:1.29980625rem;top:34.8125rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEKCrOQ6yMHgUz2tSNNVxo6XpvyoJMUR { width:8.5625rem;height:2.5996125rem;top:38.375rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VClcu3TTD6AsiTRgBvJWkUpVRK2VaEFT { width:12.0625rem;height:1.29980625rem;top:13.625rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdWAVnJdcZ17wqZ8tTBNLbk993ZmHKsn { width:15.5rem;height:1.29980625rem;top:21.9375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofqFtu3GCgegg2UhHNdW9Osiy1mTmGSh { width:5.1875rem;height:7.125rem;top:75.5625rem;left:7.3125rem;z-index:100001;display:none; }
 }@media only screen and (max-width: 763px) { #H8Nhnrm4T9mV2Ne31pehTdrac54ircw8 { width:17.9375rem;height:3.125rem;top:29.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpOurXNzntwgV4nrCT6K2J5T6v8iyTQf { width:17.9375rem;height:3.125rem;top:33.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ7COxNkSvq0cGUFDdcT0mfDElEXU60D { width:15.5rem;height:1.29980625rem;top:17.8125rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgSvVHBBcImWB2DawDwRJPBZRmQsD5qB { width:15.5rem;height:1.19970625rem;top:26.4375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAQVFVEgbEu3mG3iSBxLoBhqJ7vm2oXV { width:15.5rem;height:1.19970625rem;top:30.625rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQsSO6w49PtzpOFb7I0I46mETiQX6Dc6 { width:17.9373125rem;height:3.125rem;top:38.125rem;left:1rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #CravPcHCRUDkKgu91SNaJ95zXT5IISk8 { display:none; }#CravPcHCRUDkKgu91SNaJ95zXT5IISk8 > .row .container { width:20rem;height:84.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fsBDyESh0Pz8lwd8kdoiQQlxkRsHsL3M { width:17.8125rem;height:1.375rem;top:1.125rem;left:1.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P3GVSrXJ8tXIi91va3gn3I57PIHOd24W { width:8.25rem;height:0.375rem;top:3rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgVoWBiKSdrs5NZpvLGkW8V1n83szVuL { width:9.625rem;height:1.5rem;top:7rem;left:4.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQBTdPEWFkW0lqbVbmNRzzN0ssAQnrRW { width:16.9375rem;height:5rem;top:8.8125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv6PKVXTm133STnz5oUb0J1aVhSTHUD2 { width:17.9375rem;height:8.6875rem;top:6.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abZNMihe2axinTaVNKkd58w3ylXkP4LX { width:17.9375rem;height:8.6875rem;top:15.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #afPQmTZT1LrdcRWG2O9CAUKLUkIGTXvT { width:17.9375rem;height:8.6875rem;top:25.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8mqIVZuQTFw2O1yG4hKqLiiAEWBnOZm { width:17.9375rem;height:8.6875rem;top:34.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxx8w7lyMyh5eSyEAettObsQRfhZH9GQ { width:17.9375rem;height:8.6875rem;top:44.5625rem;left:1.0625rem;background-color:rgba(227,227,227,0.24);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) { #gDhDbHPE5op7HysMq7SBnSktaZONtH3d { width:17.9375rem;height:8.6875rem;top:54.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDnVFbSXugB8SAhdlTZ5DbTviJK4uLIL { width:16.9375rem;height:1.25rem;top:4.0625rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #npAB5FGScVgXi839zTidtX6AXLq0ZCO4 { width:9.625rem;height:1.5rem;top:16.5rem;left:6.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdUomtwSmHg99Rmwgtn1xdKmONUC74fn { width:16.9375rem;height:3.75rem;top:18.25rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qggAGRkSMEWeH0WqPXGMATUQ8eQ32VBG { width:9.625rem;height:1.5rem;top:26.375rem;left:5.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OixoiwaR6lFc5eH8QJfhrM7RM8GTQWJz { width:16.9375rem;height:2.5rem;top:28.3125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqAex0bBSVQ5Ox2Z4f8MQ1cZ5nkM1Rv8 { width:12.0625rem;height:1.5rem;top:36.125rem;left:4rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q11UnOUvJXokHaXE0WKzaP9yTw8WaCM2 { width:16.9375rem;height:5rem;top:37.6875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwMqM1mdBMzT5s0MRhbr8dgmfLNS3T4l { width:15.5rem;height:1.5rem;top:45.75rem;left:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUM0NaeTgDrbTqPfa5ZE4p2LTkoe8pdI { width:16.9375rem;height:2.5rem;top:47.6875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSWSq13PtgF12um90qChPEQ7nXM3X9Td { width:12.6875rem;height:11.9375rem;top:75.5625rem;left:7.3125rem;z-index:100001;display:none; }
 }@media only screen and (max-width: 763px) { #P7rdItpFPRZCv1X7T2xEZ3JpwqQrhcSU { width:17.9375rem;height:8.6875rem;top:64rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF2QtQpIWBedIh6HVTRCyQVTg6EEhla5 { width:17.9375rem;height:8.6875rem;top:73.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0nEPWMHS6znDmimIESg48hxeT6ZTxXQ { width:15.5rem;height:1.5rem;top:55.03125rem;left:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xygM9D6Gr149cmRVhudd4p5sied0MTBe { width:16.9375rem;height:3.75rem;top:57.4375rem;left:1.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb75u2mQSMPMHZ6AHh8qmDk924XWRPw8 { width:15.5rem;height:2.75rem;top:64.875rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggbIzyagBnWyZy55GNrQWZilExnhoHgM { width:16.9375rem;height:3.75rem;top:68.125rem;left:1.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRUTWTrPPnF5JUuZpFau7r3CKWtEfE07 { width:15.5rem;height:1.375rem;top:74.875rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLLnD1E37GQKWlTixQ6SOVtUakkgrR2D { width:16.9375rem;height:5rem;top:76.9375rem;left:1.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieDIO7VDupy3dB17AToI3cTyqMUyTD8B { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/kRpPNndA/carrera.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ieDIO7VDupy3dB17AToI3cTyqMUyTD8B.adaptive-delivery-prevent-bg, #ieDIO7VDupy3dB17AToI3cTyqMUyTD8B.lazyload, #ieDIO7VDupy3dB17AToI3cTyqMUyTD8B.lazyloading { background-image: none; }#ieDIO7VDupy3dB17AToI3cTyqMUyTD8B > .row .container { background-color: transparent; background-image: none; }#ieDIO7VDupy3dB17AToI3cTyqMUyTD8B::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ieDIO7VDupy3dB17AToI3cTyqMUyTD8B > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ieDIO7VDupy3dB17AToI3cTyqMUyTD8B > .row .container > .video-iframe-container { display: none; }#ieDIO7VDupy3dB17AToI3cTyqMUyTD8B > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ieDIO7VDupy3dB17AToI3cTyqMUyTD8B > .row > .video-iframe-container { display: none; }#ieDIO7VDupy3dB17AToI3cTyqMUyTD8B > .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); }#ieDIO7VDupy3dB17AToI3cTyqMUyTD8B > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzXMMn5bspyl7pe9pNVfnELl9Gl3kdqd { width:19.25rem;height:2.25rem;top:5.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drCM8xV5E617dFo5FCOIfC255JJABchm { width:19.375rem;height:2.5rem;top:7.875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqtTHwgaDEyFmT4k1OAeGG8X3m55E7nc { width:7.5625rem;height:1.21875rem;top:5.625rem;left:6.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDiFzRTXVE7h4aHiQOXZqJVwhQu9ZaEC { width:12.4989375rem;height:1.21875rem;top:8.5rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OybsVvoeHmBvsFAnAQuPhd7wy5vdhBbC { width:19.375rem;height:6.25rem;top:11.0625rem;left:0.25rem;z-index:99992;display:block; }
 }@media only screen and (max-width: 763px) { #Ia02NFztacdqVOR9zuSnPl1FKTspOUAl { width:6.25rem;height:0;top:14.3857421875rem;left:1.193359375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQfIyVVcqT1bnZ6LgJVxs4CzPhHXxyax { width:6.25rem;height:0;top:20.63671875rem;left:1.193359375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QWrO0FVdTnX6UFvho7FUiGSWfR4ZDBnS { width:6.25rem;height:0.9746125rem;top:24.25rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFp0FDZ74kfUNFEpeA2rMrdTQOiG2SJx { width:6.25rem;height:1.94921875rem;top:26.9375rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK5pibEOpCQ1SBB2bMSatzXpFeLwirTI { width:6.25rem;height:1.94921875rem;top:30.0625rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZoifKvdtt2zJ6DvRJokyNCFA299wEz6 { width:19.375rem;height:5rem;top:17.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWUiAHBXltboevgf4zHkABs9D540fE0P { width:19.375rem;height:2.5rem;top:23.5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDBN0zd3K5QfIr6E3JH4Bex1op7Szpel { width:19.375rem;height:2.5rem;top:26.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCeX8Pi3WfaAkNd1GiTroGOXwkNfyQFP { width:19.375rem;height:2.5rem;top:29.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOAX72IS4vMQm6pdH8X34dKbNOrmXZ7O { width:8.75rem;height:0.9746125rem;top:24.3125rem;left:9.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7WHJzGMBqa2pll6WGJKMALMaCea2Qmd { width:10.9375rem;height:0.9746125rem;top:30.5rem;left:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvOMqP2FWAMaonMBSOLk5PQvR8nPIrZ0 { width:6.25rem;height:1.94921875rem;top:35.375rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8VGegKXwfbFPQ0cKeocdp69lDcvnAVi { width:19.375rem;height:6.875rem;top:32.875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaJGcqw0sXMSU1sht6QvEZS5slz3dQ42 { width:9.0625rem;height:2.923825rem;top:34.875rem;left:9.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nib1xoOOKDUkFdH4WayBKCmMihHXNhuy { width:6.25rem;height:0;top:71.9375rem;left:0.875rem;font-size:0.75rem;z-index:100033;display:none; }
 }@media only screen and (max-width: 763px) { #y05OHPDyNDlQTvuatf5EfswyNEszl5UJ { width:6.25rem;height:0;top:67.0625rem;left:0.875rem;font-size:0.75rem;z-index:100032;display:none; }
 }@media only screen and (max-width: 763px) { #bFCDbilBIXhvkuuFa1z9J5OWVK6EVBbD { width:6.25rem;height:0;top:63.4375rem;left:1rem;font-size:0.75rem;z-index:100030;display:none; }
 }@media only screen and (max-width: 763px) { #lrEWeA7Ox7mPMCLsP16gpLTr5LdpAEBC { width:6.25rem;height:0;top:60.8125rem;left:1rem;font-size:0.75rem;z-index:100028;display:none; }
 }@media only screen and (max-width: 763px) { #FVvG4OkW5IMtCya8e26NhGvcvpHWKepl { width:6.25rem;height:0;top:56.25rem;left:0.875rem;font-size:0.75rem;z-index:100026;display:none; }
 }@media only screen and (max-width: 763px) { #rdEcnXTk9ZFtcL15DaU1lB3SqBX542AC { width:6.25rem;height:0;top:50.1875rem;left:1rem;font-size:0.75rem;z-index:100006;display:none; }
 }@media only screen and (max-width: 763px) { #aD92IRreHlHFHptyeKOUBZtrhROn7AfN { width:9.0625rem;height:0;top:12.4375rem;left:9.25rem;font-size:0.75rem;text-align:justify;text-align-last:initial;z-index:100008;display:none; }
 }@media only screen and (max-width: 763px) { #T7k4xQKJFCEFHEMEOUrLGBtlFA23cVq6 { width:9.936rem;height:1.625rem;top:1.75rem;left:5.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SuiX1dNQWgTxu9brLAJP8VZOcbkqL7gC { top:42.5625rem;left:0rem;width:20rem;height:0.3125rem;z-index:100034;background-color:#383333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #aRNaMJ93bwRsUOARl9iIRez51umZv4Hu { width:6.9375rem;height:0;top:13.41162109375rem;left:10.90380859375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #liwx59EXaiGg9E8sT1slTG1bB6yPStFn { width:0.0618489375rem;height:5rem;top:17.9375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oku29iKlaQMzJxUTy0FNAoclpwd3BX5T { width:0.0625rem;height:2.5rem;top:23.5rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #femHQWnQmlMABFwz4UuEnVyfU4yGTaKy { width:0.0625rem;height:2.5rem;top:26.625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuxTscbOqDb8ACGrCVdbLMHyBdxpJhlm { width:0.0625rem;height:2.5rem;top:29.75rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCtZcOQNuOlDuBluJwtRy0Fg9PoIc4GS { width:0.0625rem;height:6.875rem;top:32.875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKrkHv1PWPCpW3zx8hKkeVLQRJwSuz0f { width:0.0618489375rem;height:6.25rem;top:11.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG1LDwcPVSKD3h428inakaSMpTExgHJn { width:9.0625rem;height:0;top:48.25rem;left:9.375rem;font-size:0.75rem;text-align:justify;text-align-last:initial;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #gol6kB0bVg8VBk1kAgNp5Hxy1yfUnr4C { width:19.375rem;height:6.25rem;top:11.7490234375rem;left:0.3125rem;z-index:99989;display:none; }
 }@media only screen and (max-width: 763px) { #zgzRgWvSTT256pmScyIoMgRQRvkonHOb { width:19.375rem;height:2.5rem;top:24.25rem;left:0.3125rem;z-index:99988;display:none; }
 }@media only screen and (max-width: 763px) { #yZixabxsBk0xdg0bcOrNHDmhEMG9Wfcq { width:0.124511875rem;height:2.5rem;top:24.2080078125rem;left:8.56884765625rem;z-index:100035;display:none; }
 }@media only screen and (max-width: 763px) { #PApMKwxfEIVghIRWtIeFqHZrszHwlA1E { width:19.375rem;height:2.5rem;top:27.349609375rem;left:0.3125rem;z-index:99987;display:none; }
 }@media only screen and (max-width: 763px) { #JeZUmEvLXozoDmDmP6sfnOfQ296U6EpA { width:19.375rem;height:2.5rem;top:30.5rem;left:0.3125rem;z-index:100001;display:none; }
 }@media only screen and (max-width: 763px) { #MWrl3CF1mdJAl3THmvGUMdbDZNto73WO { width:19.375rem;height:6.875rem;top:33.625rem;left:0.3125rem;z-index:100004;display:none; }
 }@media only screen and (max-width: 763px) { #SLRRAXfqKXR1yMSg5hef72NlrPTCkeZa { width:8.2498125rem;height:0.37326375rem;top:3.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw4SWK8MEZRA1FUVp9GPb7u7ZT4FvVXa { width:9.0625rem;height:2.92383125rem;top:18.9375rem;left:9.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUIbIVkeysXgsMi52zTXAiJIgmtBhdX9 { width:9.3125rem;height:0.9746125rem;top:27.375rem;left:9.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O1iJZX7bkni8VTXPX5rtWfnTgVA35vd7 { width:0.124511875rem;height:2.5rem;top:27.349609375rem;left:8.59912109375rem;z-index:100036;display:none; }
 }@media only screen and (max-width: 763px) { #rVbATNIgV8VTAzwHM4uLC6eicgpbgAOe { width:0.124511875rem;height:2.5rem;top:30.5458984375rem;left:8.59912109375rem;z-index:100037;display:none; }
 }@media only screen and (max-width: 763px) { #VM2BEpOSEkhNfWfrgS1BGy9gTsSgm44L { width:6.9375rem;height:2.923825rem;top:12.75rem;left:10.875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #pl28ueZbzZHPmSLTiOvupXOtZtQ7T2DH { width:6.25rem;height:0.9746125rem;top:13.6875rem;left:1.25rem;font-size:0.75rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #G7WOGOdhVDpw1n7JlgvbZTe1Bi2NeZX1 { width:6.25rem;height:0.9746125rem;top:19.9375rem;left:1.25rem;font-size:0.75rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #RFQHR5gtX6PIGNCLo420RxCpNwm0EkTT { width:6.25rem;height:0;top:60.8251953125rem;left:1.193359375rem;font-size:0.75rem;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #uXKJkEbfEWK5b7Leqim7Q786kZpfpCIK { width:6.25rem;height:0;top:63.462890625rem;left:1.193359375rem;font-size:0.75rem;z-index:100011;display:none; }
 }@media only screen and (max-width: 763px) { #nlicM1fbAnaQXXqDmbHycRceZrT5QHQ3 { width:6.25rem;height:0;top:66.587890625rem;left:1.193359375rem;font-size:0.75rem;z-index:100013;display:none; }
 }@media only screen and (max-width: 763px) { #J3GJ0txADWEgtHoRmOWbkKCm7SMX3MqS { width:6.25rem;height:0;top:71.900390625rem;left:1.193359375rem;font-size:0.75rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #AAGfeq7oEuL3sJGiMBqG6gazEDWLTU9k { display:block; }#AAGfeq7oEuL3sJGiMBqG6gazEDWLTU9k > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sosxZ16FF462zeDzOezk4Zwdpde5J9AB { width:18.6875rem;height:3rem;top:1.21875rem;left:0.65625rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FMZlNGeFKnCyg4DQCcP1iLNwGHbPRHVG { display:none; }#FMZlNGeFKnCyg4DQCcP1iLNwGHbPRHVG > .row .container { width:20rem;height:51.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H3qGZTKVlhGrlAvtKDfhNt90wOLwekaD { width:10.8105625rem;height:1.40625rem;top:9.1818583011625rem;left:4.5941844582558rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgeTdKFFDveGWcCuIMFDa7tzSQlqobzE { width:12.5rem;height:1.40625rem;top:6.875rem;left:3.7500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAP9fiJupdWSat2TTafQcGDftoOnelGW { width:9.375rem;height:0.186631875rem;top:10.570746660232rem;left:5.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlDuGSxKzH8G4HKyxVn6JPMTXVWxrBaP { width:12.5rem;height:1.40625rem;top:27.9375rem;left:3.7500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swVeaBBLHQ4EMTOc2kZn3ovkwq4N5OGa { width:9.375rem;height:0.186631875rem;top:32.17361164093rem;left:5.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSWUBlNiMKC826M4lidaKfZaAolxkVF8 { width:12.5rem;height:1.40625rem;top:30.62283039093rem;left:3.7500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQJSzrbQacssmxshHMJmT85NFSdSq5PT { width:1.5625rem;height:1.5625rem;top:11.4375rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leGuW2FfIJ8uDivHZ6HTWaEMfwtsIK7C { width:1.5625rem;height:1.5625rem;top:32.811637878418rem;left:2.1245661377907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agyWl1Kmi5JBTdVflx0t3tdcXAcmHJgP { width:13.936625rem;height:1.015625rem;top:11.75rem;left:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTp3QSaT7CTnmPV77kTqnoVDJ9Gu6B2P { width:12.8125rem;height:1.015625rem;top:33.124137878418rem;left:5.0618491768837rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcsALcp5iMFVT4AQCUPSg8iSPZZirkI5 { width:1.5625rem;height:1.5625rem;top:13rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElgztXQoa1MxzTkyPZrqSONQ3ST43e9z { width:12.1875rem;height:1.015625rem;top:13.375rem;left:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um2lsc7NxRZtupoIRZKdJUbPIz5xhPs9 { width:1.5625rem;height:1.5625rem;top:34.75rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wivqBNGrugIImGTpMiDst01hxUTNzdfQ { width:12.7485rem;height:1.015625rem;top:35rem;left:5.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF6RhAwE80chFUyV7xgNP6klCrE1O6GN { width:1.5625rem;height:1.5625rem;top:14.6875rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm8e0FTMHWlHGR85Dg5LOpmTmbMxRwAd { width:12.9373125rem;height:3.046875rem;top:15.125rem;left:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWBEnWpUpKurWFyRwCLryUwK7G7P3W7E { width:1.5625rem;height:1.5625rem;top:36.875007629394rem;left:2.1245661377907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTlotgrhFkfAnvxEZn4ziqGwdExBM3EA { width:11.25rem;height:3.046875rem;top:36.875007629394rem;left:5.0618491768837rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGPP9N7NtdewHK4T45OtPM1dlE0bXJKN { width:17.4994375rem;height:2.8125rem;top:19.435760498047rem;left:1.2489150166511rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTfHflt3hCWnyAQFCg5QwCmvd7ageqy9 { display:block; }
 }@media only screen and (max-width: 763px) { #ysJtwkd5T5kBJxyuZzAOrpt4u0CXhIh0 { width:17.4989375rem;height:2.8125rem;top:40.749785423279rem;left:1.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8HRZlyn74N15Snxf2lsiwk4txh4PemJ { display:block; }
 }@media only screen and (max-width: 763px) { #XVP30Nz0VgbnLGARWbyddVuFKTMnMVe9 { width:12.1245625rem;height:3.125rem;top:1.6851129531861rem;left:3.9366322159767rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pl7RVt2PEV25ZeDsJ8EJPlf07fNgO9gW { width:8.2498125rem;height:0.37326375rem;top:5.3114149570465rem;left:6.5060768723487rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzn2nAqCztIudgMw6RVwIsz6BPDTccG7 { width:20.0625rem;height:19.9996875rem;top:4.810435295105rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #qtK7LbxgEmG4euAsz8XFHCDvTWyn7VX7 { width:19.9989375rem;height:19.9989375rem;top:25.80837726593rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOGU7kk5CrPB3wBUs0Nb7zTU2PVxNcwC { width:20rem;height:18.936625rem;top:5.9418406486511rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDR4i9iZ36lN7Ry7vCxWJeaeP2TxGvw9 { width:12.5rem;height:1.45833125rem;top:14.312066499144rem;left:3.7500000596046rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o3osEfPP3IzhHfOA7BUvBHeNh2zHyiBb { width:9.561625rem;height:4.12435rem;top:13.166233483702rem;left:5.2180991768837rem;display:none; }
 }@media only screen and (max-width: 763px) { #LpEGHDhcz1tXHc8qR1PT7AMB5TW6O23C { width:18.1875rem;height:0;top:47.05666796875rem;left:0.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GiOM8NGxvgDXp6MgnuUpz4DV96SlJ6Co { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#GiOM8NGxvgDXp6MgnuUpz4DV96SlJ6Co > .row .container { background-color: transparent; background-image: none; }#GiOM8NGxvgDXp6MgnuUpz4DV96SlJ6Co::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GiOM8NGxvgDXp6MgnuUpz4DV96SlJ6Co > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GiOM8NGxvgDXp6MgnuUpz4DV96SlJ6Co > .row .container > .video-iframe-container { display: none; }#GiOM8NGxvgDXp6MgnuUpz4DV96SlJ6Co > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GiOM8NGxvgDXp6MgnuUpz4DV96SlJ6Co > .row > .video-iframe-container { display: none; }#GiOM8NGxvgDXp6MgnuUpz4DV96SlJ6Co > .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); }#GiOM8NGxvgDXp6MgnuUpz4DV96SlJ6Co > .row .container { border-width: 0; border-radius: 0; }#GiOM8NGxvgDXp6MgnuUpz4DV96SlJ6Co > .row .container { width:20rem;height:66.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJvqGT4yxBJU6EVdq4hUXxvcsBozqApQ { width:8.0625rem;height:3.25rem;top:1.75rem;left:7.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IBdDwIK7dqDRGsdrcEiJ1QTTxv88lv0b { top:2.9375rem;left:1.875rem;width:16.25rem;height:26.875rem;z-index:100020;display:none; }
 }@media only screen and (max-width: 763px) { #U2f8KtOHHr7D0UXHg8v61ympOekcMFQo { width:1.8125rem;height:2.625rem;top:2.0625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8Gv6Gvg5TrHqNpEpmDx7JL5wVsDWLH4 { width:4.125rem;height:1.7871125rem;top:8.75rem;left:7.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gco5e6ZEeBRVxTkh75vKRzZDedQpR4c8 { width:3.125rem;height:3.125rem;top:8.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAzLDR46fTe4BMxnGmEOkWMh3hnyXXUI { width:13.4375rem;height:4.875rem;top:12.099609375rem;left:3.28125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vd7GhzuDSTKAwQZHqkFCXH4dITqx7Ny4 { width:4.125rem;height:1.7871125rem;top:19.5625rem;left:7.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yudxITfmnpnyeT9l4TSpQpKBlWbm114H { width:3.125rem;height:3.125rem;top:18.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar1BH7OUSV4iXkKyiqBQNEJ1l3mH9TwD { width:11.6875rem;height:6.09375rem;top:23rem;left:4.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nz1KCxrKQkS2SGAUgPHAcBzhF8tTMK7u { width:4.125rem;height:1.7871125rem;top:31.75rem;left:7.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oLIzXxq9PE1kz8tZgUvKgH41daKyqpi4 { width:3.125rem;height:3.125rem;top:31.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPuXsbIkPoazOnhovihGrzH60vOsU5t8 { width:12.5rem;height:4.875rem;top:35.2705078125rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QFXcdtarN79NhNTsskU7ZxCZbSElpeOw { width:13.875rem;height:6.09375rem;top:45.341796875rem;left:3.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kibbTrqCrdTURzQ72aApdsrFRdwXU65I { width:4.125rem;height:1.7871125rem;top:41.8125rem;left:7.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QEsso395vloiNTI1BkzBNNdXmTbL2TKQ { width:3.125rem;height:3.125rem;top:41.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tONcvklvQei4yACxrV9AkTNhLqbi7Ngo { width:14.375rem;height:6.09375rem;top:57.810546875rem;left:2.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QRkadyTBSLbhZC6TmiMuzb5ACozilNte { width:4.125rem;height:1.7871125rem;top:54.25rem;left:7.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UDrPIGMQsuo3ok750g270QSqL5Q7VwL9 { width:3.125rem;height:3.125rem;top:53.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7MP9h3MwWOO5CGsO2DDTFH77XEtad1p { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#H7MP9h3MwWOO5CGsO2DDTFH77XEtad1p > .row .container { background-color: transparent; background-image: none; }#H7MP9h3MwWOO5CGsO2DDTFH77XEtad1p::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H7MP9h3MwWOO5CGsO2DDTFH77XEtad1p > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H7MP9h3MwWOO5CGsO2DDTFH77XEtad1p > .row .container > .video-iframe-container { display: none; }#H7MP9h3MwWOO5CGsO2DDTFH77XEtad1p > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H7MP9h3MwWOO5CGsO2DDTFH77XEtad1p > .row > .video-iframe-container { display: none; }#H7MP9h3MwWOO5CGsO2DDTFH77XEtad1p > .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); }#H7MP9h3MwWOO5CGsO2DDTFH77XEtad1p > .row .container { border-width: 0; border-radius: 0; }#H7MP9h3MwWOO5CGsO2DDTFH77XEtad1p > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkhFEnLn76TKoNK6uNcPBIzkPv06VU34 { width:12.0625rem;height:2.25rem;top:18.669705629349rem;left:3.9680991768837rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1iVhel9sF7IFsOhi1kQUieveZ35EDiE { display:block; }
 }@media only screen and (max-width: 763px) { #J8p1EbQLof8hySpcMvtghRbIRqOXtO0R { width:12.0625rem;height:2.25rem;top:38.142822265625rem;left:3.96728515625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iB15WsvSbv0Np0nKGWNB2ePR2cqINFWN { display:block; }
 }@media only screen and (max-width: 763px) { #Ny6X8dWt8PUsia6TEO2tmkTPf4UeSnHv { width:12.0625rem;height:2.25rem;top:56.1240234375rem;left:3.96728515625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wflWi698hiUzlp8ThVBJamwgM1zoIZ4U { display:block; }
 }@media only screen and (max-width: 763px) { #Jp8KZ7hiVyaypgUrMFQB3NGTJ5lcE5yP { width:13rem;height:3.25rem;top:1.685546875rem;left:3.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uhioF6vCaPaGQDl2exKMbKvxd5zRNg9A { width:8.1875rem;height:0.3125rem;top:5.875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb4lsGeQUOLFCsDdMnQTzdinvDRi6BqH { width:15.3125rem;height:1.9375rem;top:7.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaLHXmVNyhmMI8e4kiGK1D0auiw4zo0d { width:12.5rem;height:1.4619125rem;top:7.75rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKHLBl4NiCQpNO1SJ6UwKnSAzTsxH2lM { width:15.0625rem;height:14.75rem;top:10.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHwetB7F84W6xelrvvuwsLcT3M2FZoIG { width:10.375rem;height:1.21875rem;top:13.5rem;left:4.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTPQiRVw7X7ADiPbalyTeNKnfbkdKwC3 { width:13.8125rem;height:1.21875rem;top:17.8125rem;left:3.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qKJkhFOGReBgo0vp89eSpF81Ug0TM7kx { width:2.1875rem;height:2.1875rem;top:11rem;left:9rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #teOevRHDmtsfzNG5PLGyXcqKTcyzZxL0 { width:2.1875rem;height:2.1875rem;top:15.4375rem;left:9rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0Tmt7EbIR24fgkN6HdtyCvaQ3UUF9D1 { width:2.1875rem;height:2.1875rem;top:19.6875rem;left:9.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtbo7qqo9xFJhfeXTIcBMdVMRgHNT3Gf { width:11.8125rem;height:2.4375rem;top:21.875rem;left:4.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JnbZTGPVLuh0dU2uzcPdDdq8ZEOkCXLl { display:none; }#JnbZTGPVLuh0dU2uzcPdDdq8ZEOkCXLl > .row .container { width:20rem;height:48.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xz1C4Dx82wHAx3IUMrITZGZaGCT0HTAS { width:10.811625rem;height:1.04166875rem;top:10.9375rem;left:2.1875000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPybHyst3eDwaywJ2kMZChWWz4Ag2aMu { width:12.5rem;height:1.45833125rem;top:6.875rem;left:3.7500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTiPpXG5NB46euZNhCbrQwWxIdRRyD75 { width:15.625rem;height:0.1875rem;top:8.75rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh1T9Sshv9d1WQJ10eoeOL85FQIxogqL { width:12.5rem;height:1.45833125rem;top:28.125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWRgu16Q6TCKJ3MWZrGapK2FmrhbLuW8 { width:15.625rem;height:0.1875rem;top:30rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2rX44lW9gXy0tQ4gILGVAfKWZN3TqtT { width:12.5rem;height:1.04166875rem;top:32.1875rem;left:2.1006944775581rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #demVvBkdolEJynsnNGUy8v9tGxuByKwZ { width:1.5625rem;height:1.5625rem;top:12.8125rem;left:2.1875000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7XRWfQHoaTu9iVpBnbUMTVFfJgDDlJL { width:1.5625rem;height:1.5625rem;top:34.125rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv0X7T99G8D9T1U6Wzi8s2WAfVqx04c2 { width:13.936625rem;height:1.04166875rem;top:13.125rem;left:5.4687500596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZtHZbA1gaTEZMfPyqWzyD8R03wEhI03 { width:12.8125rem;height:1.04166875rem;top:34.375rem;left:5.4687500596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3vBtLbRIyiel9gIyETXc1bcvQfNDV34 { width:1.5625rem;height:1.5625rem;top:14.3125rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGu7slaRKoHnXLLhJ6sVSESfRkdHxVdU { width:12.1875rem;height:1.04166875rem;top:14.6875rem;left:5.46875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUmBe4bdkk0kvpMVioPn6NKRO8nZvXUo { width:1.5625rem;height:1.5625rem;top:35.6875rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBM3DRkp0s1a5pmT3PbT8NmOhJt9qDnx { width:12.7495625rem;height:1.04166875rem;top:35.9375rem;left:5.46875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOFIlhU43yOhwlrFV5JJgqa4IxJAXoyf { width:1.5625rem;height:1.5625rem;top:15.8125rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouEbfD47BEJf9sRU5CTqq6GxUmTT7l10 { width:11.875rem;height:3.125rem;top:16rem;left:5.46875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcCl61DqZqTaT1QqCoVeR3AiH2zc3QyH { width:1.5625rem;height:1.5625rem;top:37.25rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6ZpodnbgOVDX37PD91V2bKn4v6z4qdA { width:11.4375rem;height:3.125rem;top:37.5rem;left:5.46875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DieWTEt3M9Nv1SUOuraL9aABoNCC6MVE { width:17.4994375rem;height:2.8125rem;top:20.06161403656rem;left:1.2497053146363rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emcVJ5ysT41c9KrczwhZ8xtRVg8TuTFr { display:block; }
 }@media only screen and (max-width: 763px) { #iDzzF59HdkzsLsWs6nD12zPVKZPSxoeg { width:17.4994375rem;height:2.8125rem;top:41.560436248779rem;left:1.2497053146363rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTJAI8OhWyc767m7oQkZtUChV5RHXtqq { display:block; }
 }@media only screen and (max-width: 763px) { #KEyXHOkvWKE3Ho0VSvLOle0TrXezUGq3 { width:20rem;height:1.597225rem;top:1.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PCPh5ssl1p8lTRovhFuZFyE05a11ipcx { width:8.2498125rem;height:0.37434875rem;top:3.7489156723023rem;left:5.8745661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnSIhZAsbRfpO3JC9zkqfJcP1oXWoQXJ { width:20.0625rem;height:19.9996875rem;top:4.810435295105rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #MpJpNwcdRbgydQSBTmwlyEOLKcQhuOhS { width:19.9996875rem;height:19.9996875rem;top:25.934246063233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT5Ds4SXDticJnsIr8plSVNGCKMpegda { width:20rem;height:20.1875rem;top:5.7150554656983rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHQ7KCoiuMeoJTwG6kRB3pXTaZSeqn06 { width:12.5rem;height:1.45833125rem;top:14.6875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMhOHdzX830v08utoEi8S7kkJEWGoWGB { width:10.499125rem;height:4.43685rem;top:13.125000238419rem;left:4.7493491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #reD8mBBAliepzkwsBAJbmNTTsvXF0OXb { display:block; }#reD8mBBAliepzkwsBAJbmNTTsvXF0OXb > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BS2bizy4fpODpcXefrqTbifLCMQ2KXXI { display:block; }#BS2bizy4fpODpcXefrqTbifLCMQ2KXXI > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LtmKvMRKaaNI6vKp8DaFy7q3hH4f1XFI { width:20rem;height:8.75rem;top:12.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #t1Jgghc9hRMTTc4SLLaBVGhJN7mtp5Kw { width:18.5625rem;height:3rem;top:5.1963475341797rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPlxlwzuVRygomVpvNFayyRCP1AZah2b { display:block; }
 }@media only screen and (max-width: 763px) { #MHwHhKBdMxwb7Okfv6ZDQIrCTzeMAEnh { width:16.9375rem;height:3rem;top:1.76806640625rem;left:1.53125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ELEVB2x1onhTEJNIMoNi9klOxvzl9zmn { width:18.376rem;height:2.8754875rem;top:5.5693359375rem;left:0.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWieX8HZWQz8XexUUFCirPw7xo9FmQEX { display:block; }
 }@media only screen and (max-width: 763px) { #yDAUJ1t3t8MhVR3JTULlnknFqTSflu9R { display:block; }#yDAUJ1t3t8MhVR3JTULlnknFqTSflu9R > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mm31TBSvgIwanygpxqgFRRAdNa0J2nSC { display:none; }#mm31TBSvgIwanygpxqgFRRAdNa0J2nSC > .row .container { width:20rem;height:27.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FX0Vcv08kS9p8OrVLEl5e4sfzm9lsRZI { width:17.5rem;height:2.0943375rem;top:2.5000009536743rem;left:1.2500000596046rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ySPcbF9fWt1WrLSqADKOdSuqk5aZ9FnL { width:8.249rem;height:0.37402375rem;top:5.3115234375rem;left:5.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypedX2ALtk5zrGtAvO8pbPvHt9EIml1c { width:18.3745625rem;height:8.6603875rem;top:6.6851134300231rem;left:0.81163197755812rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUsZmWCEWIf6TAMh1Ef7FvpL2PGhuX8g { width:18.75rem;height:9.056625rem;top:17.9345703125rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgkUNcTVPsCXLinyWECMmUsAZi5lF6kI { display:none; }#kgkUNcTVPsCXLinyWECMmUsAZi5lF6kI > .row .container { width:20rem;height:41.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I2LAgNg5nRpErIe2NlvTR6b7PguBDzDT { width:14.0625rem;height:4.375rem;top:1.25rem;left:2.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeLfzHznDSKoXnRKIi3mUrfLUNgbhCTQ { width:13.6875rem;height:3.75rem;top:6.875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw3LFexhzMnRBb14GZI2Iwebl9woVT6X { width:14.0625rem;height:2.15094375rem;top:11.875rem;left:2.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhMg1USnsa9SqQqFPESwHrrdo8VEaBik { width:20rem;height:2.06176875rem;top:16.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWZiahUtZAszoPZ8GsPN7tOTumkHfR7w { width:15.125rem;height:1.298825rem;top:24.5625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBicV3TVmuPsH6LPLtN648MZ6PO8QOXF { width:14.0625rem;height:2.1984875rem;top:19.875rem;left:2.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEOTxHHEDqKNFfHDgFORc5rPozKqn4DS { width:14.0625rem;height:2.1984875rem;top:30.375rem;left:2.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUosTNR9VgqCUu2rNMogdiaR94k209or { width:18.625rem;height:0;top:27.0625rem;left:0.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWKTUOdnRrBimPgWeIle4a2Jgsqt88xB { width:15.125rem;height:5.2578125rem;top:35.0625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz9VrTiVQmtW1cryROc1RDGnz3wl2rT0 { display:none; }#Jz9VrTiVQmtW1cryROc1RDGnz3wl2rT0 > .row .container { width:20rem;height:2.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bsxMAq7SdGpfJC53FyH7NAnESfa9L3iA { display:none; }#bsxMAq7SdGpfJC53FyH7NAnESfa9L3iA > .row .container { width:20rem;height:48.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #otVB3T9yDqyHwUFuSsz4co08C1lwKDZq { width:14.9371875rem;height:4.9475125rem;top:1.0445077419281rem;left:2.5303657054901rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WA3fsGK77s3rhzsHuro2ssGKinwIEmiz { width:8.2498125rem;height:0.37109375rem;top:6.6720924377444rem;left:5.8745661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwvThdDxKeCCJIhWhCKkaHPLE5yweSxa { width:20rem;height:1.625rem;top:15.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .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; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.0625rem dashed #4de4cf;border-left:0.0625rem dashed #4de4cf;border-right:0.0625rem dashed #4de4cf;border-bottom:0.0625rem dashed #4de4cf;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;height:1.875rem; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-input-text {padding-top: 0; padding-bottom: 0;}#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.0625rem dashed #4de4cf;border-left:0.0625rem dashed #4de4cf;border-right:0.0625rem dashed #4de4cf;border-bottom:0.0625rem dashed #4de4cf;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.875rem; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-input-select {padding-top: 0; padding-bottom: 0;}#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;line-height:1.2;height:2.8125rem; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-checkbox-label { width:16.366425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-container:first-of-type{padding-top:0;}#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .widget-container:last-of-type{padding-bottom:0;}#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG  { width:17.553925rem;height:auto;top:18.971354961395rem;left:0rem;z-index:100004;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG {display:block;}#KirG99xTpHtHMZc42Oeog8dt0NmVhPCG { width:17.553925rem;height:auto;top:18.971354961395rem;left:0rem;z-index:100004;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #XQK18qSh58KSbiTiaESI97uuKBA0VhTc {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #WDvL1IdPOpr0w7bRkViGWBuBK4rIHwbD {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #wKe4tIwo6P9O2sZ4iMXLiILtO1QNsV0T {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #h0y2gxz5U3Owoq473P38w5F8PFxXE4NK {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #FCQW8AM5CGoOvkTIwqXwys2TVEOM0Bgf {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #hitz34kdiE8DtwrH3n3yhuX6GOy2ugVU {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #X2hWGeplQ041u2yJXTC3oOLTIsiVcXho {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #AHTJsIGGA6dU2Jio4UiGcS5Qr43w9iMq {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #qeRhJqcv6Eni0idCBIThk8EqKKDEOkEo {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #CUWqhSdwkosTlTqF2qep9fTOVlp6cyTa {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #LV6AvWlXbfDsaer0Z1QwMmfwRkUo434D {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #sTc5i7074WdUCCJlU7pDXHMmPtdoAgnK {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #TSGRhLw5Zad7kne4sTOZvTy7xaxcrEqK {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #Xc5XAyk7TcqThGJ0EpqVsT1R6C6lXBQP {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #s1CPy8fcugsl0h29SnC0ZVheXOTL5JxV {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #r0BFQzVRRCt269ZeNVAQgMkNiVMBk4Ld {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #SqmKPLR7wAilgku7K6aVR56hUy0u4SJr {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #VSwtb20uk1CL4U4PF0h51RpFRKT0ToHE {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #XGXEx24qNelDi80lCv85TPQUb8vJXDSa {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #PfrMlz4x2x0abylzDdZzoGLvW6IxnRhS {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #Ke5yaCmyfl9oKL8ztaXSfahO3LyBLf0O {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #c3f50eDTItlD9HBmV2ugxVXUgre7PTsO {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #Iknbd4Urxoc0wkHtvuHqvZwTi7LyzQsr {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #bIDyJ337oU301nJarbxn3XpzyEfc8NGf {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #ag5C1PL7VeiTRgAJhptMlSzDNoJPxqdg {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #QqQTc1DLqB1syVyRk6AB2S2Tr0zI2un0 {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #vFtDkybeOdBkAJlSmWdx5AKm54TtBmTp {  }
 }@media only screen and (max-width: 763px) { #aMSCLTmX3XVWRZwT5eXCPr90uLhHPPU2 { display:block; }
 }@media only screen and (max-width: 763px) { #Jxu5QmIFrL8Xkb4XIsSQoqAxsGFO1nFX { display:block; }
 }@media only screen and (max-width: 763px) { #WcQXv2TcUOvASMaORASPFuT6qVO06aKB { display:block; }
 }@media only screen and (max-width: 763px) { #fT5sqvIgPfSLQAc2doWOnu0Z2HsZlRpa { display:block; }
 }@media only screen and (max-width: 763px) { #W7D0WrA0r32EQBKPZdbDC2WGCmkEnZ8M { display:block; }
 }@media only screen and (max-width: 763px) { #gLmqdF27S4R0Xetm65l6DLNA8A2yInvP { display:block; }
 }@media only screen and (max-width: 763px) { #xPN2yF3xQI1fciqTWI2ylMTvqBVvTiJn { display:block; }
 }@media only screen and (max-width: 763px) { #vDrDqUKqnZZ6xaUdiX1bQhMwhyqpRbXc { display:block; }
 }@media only screen and (max-width: 763px) { #mb4MdQn3UhBdP9zMNnewuvokod6Q6zfO { display:block; }
 }@media only screen and (max-width: 763px) { #BNAJIVBw4OnzbNVThO8dhH58IlXB0hTV { display:block; }
 }@media only screen and (max-width: 763px) { #Aas1OE5OGdClbfnDkV9w0qXMPNDTouLr { display:block; }
 }@media only screen and (max-width: 763px) { #MkVLOiwXsoxzDOz4skGe7LNa7GXL2tto { display:block; }
 }@media only screen and (max-width: 763px) { #uQv3g73UtA99kMHW7X5RAmxUE1oyG3kn { display:block; }
 }@media only screen and (max-width: 763px) { #TCXRaAJOTbIUeyE41pMC6EyCDolUHHG9 { display:block; }
 }@media only screen and (max-width: 763px) { #P0s9O71gopgc4k1aUHr0hqoS1aW8MBvV { display:block; }
 }@media only screen and (max-width: 763px) { #A1SoNX5Bato7PN5D51cFNaxGDLH1FwZT { display:block; }
 }@media only screen and (max-width: 763px) { #zVBDZgt8WwWAGiASt6TcR0QbVaTXG8d8 { display:block; }
 }@media only screen and (max-width: 763px) { #XPTWs6BLApnLzgTsTHm1g5FoP7STMhE4 { display:block; }
 }@media only screen and (max-width: 763px) { #wqFlJrznr3Qhab2WVWFkfWsispfJs1pk { display:block; }
 }@media only screen and (max-width: 763px) { #GeZzGo1ToMdyo3sal4lJMp83V7WFQ6oH { display:block; }
 }@media only screen and (max-width: 763px) { #NsaLOzi6L1r2zNJ01TFQPOOrmoexJpAg { display:block; }
 }@media only screen and (max-width: 763px) { #CuMwr8x4HnvefTkPXXzUAiimOSrBi535 { display:block; }
 }@media only screen and (max-width: 763px) { #I5lQmD66b82Qv4ewyiapoLeI1uWewJGn { display:block; }
 }@media only screen and (max-width: 763px) { #WVnkhEHgUK6tE1RW4gCZnD9NZATGN2os { display:block; }
 }@media only screen and (max-width: 763px) { #g01MMgwfGX2LxVc3l3FSUbX5kpbtBPkM { display:block; }
 }@media only screen and (max-width: 763px) { #kQ3hi1JUW6dKDcO5htV7VxK3DHxe5vvy { display:block; }
 }@media only screen and (max-width: 763px) { #JIFehDzNTZfgSF4lvTpBM0fXdlA7Lgce { display:block; }
 }@media only screen and (max-width: 763px) { #MLgdVl7vcqhOKwTA4FwmG8wgeyooTdNM { display:block; }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #FXoLO2i6erleJv4biWCdGbqazKPyMc2B {  }
 }@media only screen and (max-width: 763px) { #KirG99xTpHtHMZc42Oeog8dt0NmVhPCG #TkaVSh58hC5rgAAqHkN5S1y0KWz2Zzve {  }
 }@media only screen and (max-width: 763px) { #cXdEbR6w0N7OFi8RTkvwoJUMySrRRciJ { width:16.62325rem;height:1.125rem;top:42.748482704162rem;left:2.5292969346046rem;font-size:0.75rem;line-height:1.5;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NGBaXUs1xyrQJWzuTzJlubmLtd69bWXn { width:14.9375rem;height:5.092775rem;top:8.4330749511719rem;left:2.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PdRI8S0N6PgTCRTD2psWPm6gU9fiQbQg { width:4.875rem;height:6.6644860274513rem;top:3.5625rem;left:7.5625rem;z-index:100001;display:none; }
 }@media only screen and (max-width: 763px) { #KwBKsUJ4fwA4tKe7LPVVXODs0ezMV2LT { width:18.125rem;height:2.2753875rem;top:16.75rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4EmGW4TO2qy5E71X7tsKQZW0eL9cmex { display:none; }#T4EmGW4TO2qy5E71X7tsKQZW0eL9cmex > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }