.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:url("https://images.assets-landingi.com/Yzhf3Izd/Fundo_repeti_o_2.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/raVRc1Sv/Fundo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:54.625rem;width:75rem;position:relative;display:block; }#Vh00uRMKdJTzrNuB0TOabInPniyzMZyf { color:#00ffd2;display:block;width:74.9375rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5000019073486rem;left:0rem;height:2.7625rem;font-style:italic;text-align:center;text-align-last:center;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; }
#SPKGuDF3tnaUvVXN08hAUtZrBaTVqoUM { background-color:#00ffd2;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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,255,210,0.5) ;box-sizing:border-box;color:#221a1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.75rem;height:4.25rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:39.62343788147rem;left:16.27968788147rem;display:block; }
#h19ETDTwV2R4AuEBuypH2WV8IRLgECMV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WzBu6A6oIK4CQond6NV7vnWvMcKJzgpU { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.1865rem;width:12.4365rem;top:0rem;left:0.5615234375rem;overflow:hidden;display:block; }
#PV0ySDxtd7dC67IfgG6pALDwur4nZUpo { color:#02fcfe;display:block;width:7.9996875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.3125rem rgba(0,255,210,0.43);top:47.9375rem;left:28.8125rem;height:1.38125rem;font-style:normal;display:block; }
#lQWKDXR52iTTyWE3orCHS135he3QG1eg { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.062175rem;width:2.374675rem;top:47.1875rem;left:25.375rem;overflow:hidden;display:block; }
#gktrSczqypkGaIVuqrQ6MCPAl5yuQgnR { color:#02fcfe;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.3125rem rgba(0,255,210,0.43);top:47.9375rem;left:44.4375rem;height:1.38125rem;font-style:normal;display:block; }
#J3e75Ev89TKMmRCqDNdA9X4gWxFgLz7I { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8123375rem;width:1.9995125rem;top:47.6875rem;left:41rem;overflow:hidden;display:block; }
#mUNtGHwObdDBa99TzHffExLTaQy9pJML { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.249675rem;width:3.624675rem;top:50.310872077942rem;left:35.687663078308rem;overflow:hidden;display:block; }
#iCyMkIvgf53b3dgSsnztzli0ircRmFFI { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.875rem;width:37.3125rem;top:16.373046875rem;left:20.9990234375rem;display:block; }
#oGxuoVf1qtramfsVwofiqL47Iy92klEs { color:#e0b444;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:100020;line-height:1.2;letter-spacing:0;top:7.2599320411681rem;left:14.5rem;height:9.3rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#BklkSQQwqBLSJGAU6TXdhos2yrwXOAtf { position:relative;display:block; }#BklkSQQwqBLSJGAU6TXdhos2yrwXOAtf { background-color: transparent; background-image: none; }#BklkSQQwqBLSJGAU6TXdhos2yrwXOAtf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BklkSQQwqBLSJGAU6TXdhos2yrwXOAtf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BklkSQQwqBLSJGAU6TXdhos2yrwXOAtf > .row .container > .video-iframe-container { display: none; }#BklkSQQwqBLSJGAU6TXdhos2yrwXOAtf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BklkSQQwqBLSJGAU6TXdhos2yrwXOAtf > .row > .video-iframe-container { display: none; }#BklkSQQwqBLSJGAU6TXdhos2yrwXOAtf > .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); }#BklkSQQwqBLSJGAU6TXdhos2yrwXOAtf { border-width: 0; border-radius: 0; }#BklkSQQwqBLSJGAU6TXdhos2yrwXOAtf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#Uv40L3zBvsXi70TMLE0uWmcJG7TZt9kF { color:#c32e2e;display:block;width:25.5rem;position:absolute;font-family:"montserrat 900";font-size:3.75rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:2.875rem;left:24.375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t8uqKZspTA7fJhJx4JXnBJw6Tdicfg65 { position:absolute;display:block;z-index:100018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #c32e2e;border-left:0.25rem solid #c32e2e;border-right:0.25rem solid #c32e2e;border-bottom:0.25rem solid #c32e2e;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:5.37435rem;width:25.437rem;top:2.3592128753662rem;left:24.530436515808rem;display:block; }
#LeE4QPbdNtTXxMRA3t2oyAWWRZc8HTIe { color:#ffffff;display:block;width:39.8746875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:10.560709632933rem;left:17.561848640442rem;height:5.11875rem;text-align:center;text-align-last:center;display:block; }
#rvxu0iyLoLElw47dkGklV4lPTA8gd4LN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uYrk8Pyb/Elemento_Fundo_1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#rvxu0iyLoLElw47dkGklV4lPTA8gd4LN.adaptive-delivery-prevent-bg, #rvxu0iyLoLElw47dkGklV4lPTA8gd4LN.lazyload, #rvxu0iyLoLElw47dkGklV4lPTA8gd4LN.lazyloading { background-image: none; }#rvxu0iyLoLElw47dkGklV4lPTA8gd4LN > .row .container { background-color: transparent; background-image: none; }#rvxu0iyLoLElw47dkGklV4lPTA8gd4LN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvxu0iyLoLElw47dkGklV4lPTA8gd4LN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvxu0iyLoLElw47dkGklV4lPTA8gd4LN > .row .container > .video-iframe-container { display: none; }#rvxu0iyLoLElw47dkGklV4lPTA8gd4LN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvxu0iyLoLElw47dkGklV4lPTA8gd4LN > .row > .video-iframe-container { display: none; }#rvxu0iyLoLElw47dkGklV4lPTA8gd4LN > .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); }#rvxu0iyLoLElw47dkGklV4lPTA8gd4LN > .row .container { border-width: 0; border-radius: 0; }#rvxu0iyLoLElw47dkGklV4lPTA8gd4LN > .row .container { font-size:0.875rem;font-family:arial;height:162.75rem;width:75rem;position:relative;display:block; }#HLuFuuKqSVSqTfTPuVTuXer26eWhMubx { color:#ffffff;display:block;width:43.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:10.1875rem;left:18.375rem;height:1.625rem;font-style:normal;display:block; }
#iTbH1su2BNJ0lhzahqF60TNBynFmJ4m5 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2.875rem;top:14.125rem;left:13.625rem;overflow:hidden;display:block; }
#WJVf29qDKQHMpOJyreohVOeC9OiC0Qai { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2.875rem;top:18.25rem;left:13.625rem;overflow:hidden;display:block; }
#VrwcVFOJDNuvMK72tlzW02fDSxOFTt78 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2.875rem;top:10.1875rem;left:13.625rem;overflow:hidden;display:block; }
#VilpXn1bsSJFBhwldhKZAJTers5RDnCN { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9995125rem;width:2.87435rem;top:21.711429595948rem;left:13.624674797058rem;overflow:hidden;display:block; }
#k8Bpq6HwaoBtcJZQ0R3ucc28hnNnGkPp { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9995125rem;width:2.87435rem;top:25.686853408814rem;left:13.624674797058rem;overflow:hidden;display:block; }
#gR893ogXAg7hMMCAw04dM9z9lNa20w2K { color:#ffffff;display:block;width:43.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:13.5rem;left:18.375rem;height:3.25rem;font-style:normal;display:block; }
#IfA6rTKfwpRhM9cscvkWqU93t3teTCyH { color:#ffffff;display:block;width:43.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:18.4375rem;left:18.375rem;height:1.625rem;font-style:normal;display:block; }
#opTiKZwm9XORfIT2W5kvK1x2BfiVW6dd { color:#ffffff;display:block;width:43.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:21.9375rem;left:18.375rem;height:3.25rem;font-style:normal;display:block; }
#GSgA1pSIh39wNQ7EH3FpUvHmR5yUP1XV { color:#ffffff;display:block;width:43.0623125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:25.686853408814rem;left:18.374022483826rem;height:3.25rem;font-style:normal;display:block; }
#dEwNeTmVbFiwaBORMW2Td1tRoIq0GarT { color:#e0b444;display:block;width:35.6875rem;position:absolute;font-family:"montserrat 900";font-size:2.4375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:1.875rem;left:19.65625rem;height:6.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fZKUt57NBhlSr5HpUawbsJ5f59BIAN29 { color:#ffffff;display:block;width:47.561875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100013;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.98);top:151.06200790405rem;left:13.686522483826rem;height:10.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CHbwmwyzxzLFdWs6pOkLeHLgT0CgtkIr { color:#ffffff;display:block;width:48.0623125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 2.25rem rgba(7,190,160,0.97);top:145.81215667724rem;left:14.749348640442rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#VN5tnC4ail8mbq9vOwK4BWch4O0fmSRw { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1873375rem;width:6.3745rem;top:143.87449264526rem;left:13.624674797058rem;overflow:hidden;display:block; }
#Ld5WqLc4vXtCNTw0UfdmJ9ELCcrEBQoH { color:#ffffff;display:block;width:47.561875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.98);top:128.62467432022rem;left:13.686522483826rem;height:12.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HrFJr2AcGNmdck5hvaGAAO7IsyqlLffC { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.937rem;width:42.312rem;top:83.123372077944rem;left:16.499022483826rem;overflow:hidden;display:block; }
#NOwit6BVqiAOMDeLGvZSgTXrvEGlWkmZ { position:absolute;display:block;z-index:100017;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00f0ff;border-left:0.125rem solid #00f0ff;border-right:0.125rem solid #00f0ff;border-bottom:0.125rem solid #00f0ff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.75rem rgba(0,240,255,0.5) ;height:42.9996875rem;width:42.3746875rem;top:82.934569835663rem;left:16.155598640442rem;display:block; }
#fCtyfqd3rpufXZgl5UCQphLTPu5LLQS3 { color:#ffffff;display:block;width:37.0616875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100015;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.98);top:76.936716079712rem;left:18.936717987061rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pselXtezpuNV6EzFwHZtySprlQs7lLgm { color:#ffffff;display:block;width:37.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100016;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.98);top:74.1875rem;left:18.96875rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qh8lMHRpbDl7t1lcq1H4T8bCWwTgyMhS { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100016;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.98);top:59.2978515625rem;left:17.0625rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o8lnTiekNNn7tM3kTqFEadts3R9H5B64 { background-color:#00ffd2;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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,255,210,0.5) ;box-sizing:border-box;color:#221a1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40rem;height:4.625rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:42.8798828125rem;left:16.5rem;display:block; }
#VznRwKOwpopZMgb3XJb41WA3vQu8bk9I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OBnraSDVc2ZEhy3kXWhlhZscI9MsT9Ra { color:#e3ba56;display:block;width:41.875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:100017;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.98);top:51.693359375rem;left:16.5625rem;height:5.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#AolfT8gRBGLoMJWbvikqIUvDB7zz9NX8 { position:absolute;display:block;z-index:100018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #824998;border-left:0.1875rem solid #824998;border-right:0.1875rem solid #824998;border-bottom:0.1875rem solid #824998;border-top-left-radius:0.6875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.8125rem #824998 ;height:3.25rem;width:15rem;top:64.875rem;left:22.375rem;display:block; }
#utQtvWUdVD7LksHcu01O2i3mLGMqrMq9 { position:absolute;display:block;z-index:100019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #824998;border-left:0.1875rem solid #824998;border-right:0.1875rem solid #824998;border-bottom:0.1875rem solid #824998;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.8125rem #824998 ;height:3.25rem;width:15rem;top:68.25rem;left:22.375rem;display:block; }
#agS4CCNcEcJ9U2dUtxRvFKNT3MTMp1uB { position:absolute;display:block;z-index:100019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #824998;border-left:0.1875rem solid #824998;border-right:0.1875rem solid #824998;border-bottom:0.1875rem solid #824998;border-top-left-radius:0rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.8125rem #824998 ;height:3.25rem;width:15rem;top:64.875rem;left:37.5625rem;display:block; }
#f2RFzWAfcpcWMoTseyLkvz2wdUZ5FoOv { position:absolute;display:block;z-index:100020;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #824998;border-left:0.1875rem solid #824998;border-right:0.1875rem solid #824998;border-bottom:0.1875rem solid #824998;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.6875rem;box-shadow: 0rem 0rem 0.8125rem #824998 ;height:3.25rem;width:15rem;top:68.25rem;left:37.5625rem;display:block; }
#wFgSJR4xVWuVPvUwJklbq9siXW7blkZo { color:#ffffff;display:block;width:14rem;position:absolute;font-family:"montserrat 900";font-size:1.6875rem;font-weight:700;z-index:100018;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.98);top:65.6875rem;left:23rem;height:2.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W8OcgR3ykznHr3G7GgeDKcZleCfHH2Uu { color:#ffffff;display:block;width:14rem;position:absolute;font-family:"montserrat 900";font-size:1.6875rem;font-weight:700;z-index:100019;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.98);top:69.0625rem;left:23rem;height:2.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tkbwstx4TX9ttc0k9pWSf1MCDyAiwmor { color:#ffffff;display:block;width:14rem;position:absolute;font-family:"montserrat 900";font-size:1.6875rem;font-weight:700;z-index:100020;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.98);top:65.6875rem;left:38.25rem;height:2.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wmPXDkdwwic2clMQrw2ttdpa9bwB9d7M { color:#ffffff;display:block;width:14rem;position:absolute;font-family:"montserrat 900";font-size:1.6875rem;font-weight:700;z-index:100021;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.98);top:69.0625rem;left:38.25rem;height:2.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#omoQBuguhpf48zM6HbkL8OtlJW35UnSJ { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39.6875rem;width:37.75rem;top:47.5048828125rem;left:35.30473101658rem;overflow:hidden;display:block; }
#WMeNZvhKybsXgZWxFJ8mvuw02y5To6W4 { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:32.75rem;left:18.25rem;height:6.64375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#dC87Tv0dJIP6GdaLTdhmwst5xZJk0ycS { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.4375rem;width:7.6875rem;top:31.5rem;left:15.4375rem;overflow:hidden;display:block; }
#Xl1180NiEd27IB4k3vvG6M0Xk27vU0oc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/QyEsjs9H/Elemento_Fundo_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#Xl1180NiEd27IB4k3vvG6M0Xk27vU0oc.adaptive-delivery-prevent-bg, #Xl1180NiEd27IB4k3vvG6M0Xk27vU0oc.lazyload, #Xl1180NiEd27IB4k3vvG6M0Xk27vU0oc.lazyloading { background-image: none; }#Xl1180NiEd27IB4k3vvG6M0Xk27vU0oc > .row .container { background-color: transparent; background-image: none; }#Xl1180NiEd27IB4k3vvG6M0Xk27vU0oc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xl1180NiEd27IB4k3vvG6M0Xk27vU0oc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xl1180NiEd27IB4k3vvG6M0Xk27vU0oc > .row .container > .video-iframe-container { display: none; }#Xl1180NiEd27IB4k3vvG6M0Xk27vU0oc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xl1180NiEd27IB4k3vvG6M0Xk27vU0oc > .row > .video-iframe-container { display: none; }#Xl1180NiEd27IB4k3vvG6M0Xk27vU0oc > .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); }#Xl1180NiEd27IB4k3vvG6M0Xk27vU0oc > .row .container { border-width: 0; border-radius: 0; }#Xl1180NiEd27IB4k3vvG6M0Xk27vU0oc > .row .container { font-size:0.875rem;font-family:arial;height:76.3125rem;width:75rem;position:relative;display:block; }#DMTZfToFy2DHWzmek6C5Z4D0E2cKyIeD { color:#e0b444;display:block;width:41.25rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 2.5rem rgba(190,128,7,0.8);top:2.8090276718139rem;left:16.875rem;height:5.3625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#beO7ULg4NeNIseoHJpBGDfQLIngeRBe0 { position:absolute;display:block;z-index:100003;background-color:rgba(227,227,227,0.36);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:15.75rem;width:57.375rem;top:10.625rem;left:8.8125rem;display:block; }
#TTwBJiXSSizZmeIyXGRDAB1KKmBGNZ8P { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:16.9375rem;left:62.5rem;display:block; }
#U9OecNbyVwRh6PNTKzUiaDo6UxD0u3nm { background-color:#e3ba56;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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(227,186,86,0.5) ;box-sizing:border-box;color:#221a1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.25rem;height:4.625rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:29.450521469116rem;left:16.375rem;display:block; }
#sgNyP7GlZrm20eKGGpJgIOQ55Raz11Wk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mplsL2krksAcwDQQmNF3ToxWTK0p3b1G { color:#00ffd2;display:block;width:50.1245rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:100018;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.98);top:37.089029312134rem;left:13.718260765076rem;height:5.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#n0J8texrXCq3DqKbeBNnsiPAC8nwe7V3 { color:#ffffff;display:block;width:47.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100015;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.98);top:44.095703125rem;left:13.71875rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IwzCGoTbBufNV2WgWD5gU0i4zAxcQLxI { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 2.25rem rgba(7,190,160,0.97);top:50.3125rem;left:23.0625rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#yCmUPPndx4w3uI0zJ6Mcfi2LNKLVhloL { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.25rem;width:5.4375rem;top:48.938624366211rem;left:22.275819493846rem;overflow:hidden;display:block; }
#q8d7aHRpEZGk2UKPQ19lG16xUsBnSTW5 { color:#ffffff;display:block;width:47.561875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100016;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.98);top:56.998695373535rem;left:14.999186515808rem;height:18rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nDzpzXzPiAeCs82POeb681aA1D7D69AH { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.8125rem;width:20.25rem;top:38.7119140625rem;left:50.5419921875rem;overflow:hidden;display:block; }
#mIZHuytIiUZceVvUAGZXIByOFxeG4Rr9 { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:22.375rem;top:12.21875rem;left:13.46875rem;display:block; }
#yHQFft95U4LJAuCvFVEBrHBT8VOJROlg { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:22.375rem;top:12.21875rem;left:39.34375rem;display:block; }
#C7hTmczsa0a3pznTnRpeaGLDGbstINBx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/FUG29SuK/Elementos_Fundo.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#C7hTmczsa0a3pznTnRpeaGLDGbstINBx.adaptive-delivery-prevent-bg, #C7hTmczsa0a3pznTnRpeaGLDGbstINBx.lazyload, #C7hTmczsa0a3pznTnRpeaGLDGbstINBx.lazyloading { background-image: none; }#C7hTmczsa0a3pznTnRpeaGLDGbstINBx > .row .container { background-color: transparent; background-image: none; }#C7hTmczsa0a3pznTnRpeaGLDGbstINBx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7hTmczsa0a3pznTnRpeaGLDGbstINBx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7hTmczsa0a3pznTnRpeaGLDGbstINBx > .row .container > .video-iframe-container { display: none; }#C7hTmczsa0a3pznTnRpeaGLDGbstINBx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7hTmczsa0a3pznTnRpeaGLDGbstINBx > .row > .video-iframe-container { display: none; }#C7hTmczsa0a3pznTnRpeaGLDGbstINBx > .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); }#C7hTmczsa0a3pznTnRpeaGLDGbstINBx > .row .container { border-width: 0; border-radius: 0; }#C7hTmczsa0a3pznTnRpeaGLDGbstINBx > .row .container { font-size:0.875rem;font-family:arial;height:122rem;width:75rem;position:relative;display:block; }#hB5XJqdKZ2AyKllO6DHC5BJCxe8nyoNr { color:#e3ba56;display:block;width:41.25rem;position:absolute;font-family:montserrat;font-size:3.6875rem;font-weight:700;z-index:100010;line-height:1.1;letter-spacing:0;top:2.0625rem;left:16.875rem;height:4.05625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#FKi2Ezr3p8brGsTzqEOc16sHWJKiA6NU { color:#ffffff;display:block;width:51.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:6.75rem;left:11.84375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#mu9iMcfcR03e98A37ue90kKq65nJqzcT { position:absolute;display:block;z-index:100007;background-color:rgba(227,227,227,0.36);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:15.75rem;width:57.375rem;top:10.5rem;left:8.8125rem;display:block; }
#p155w4vts9qOXMDTCpBz9TnkaJN1z5az { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:16.8125rem;left:62.5rem;display:none; }
#Q0DBXdTyfWEwAk0BpUJPikTTh89O7DmX { background-color:#00ffd2;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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,255,210,0.5) ;box-sizing:border-box;color:#221a1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.0625rem;height:4.625rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:28.75rem;left:17.46875rem;display:block; }
#QyRXaplm73wk9KUWAxf6JAeoBNG1u7aC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ti9LOzAm2WH0iOTHXNEvQTi7rTL6nmtN { color:#ffffff;display:block;width:33.875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 2.25rem rgba(7,190,160,0.97);top:37.125rem;left:21.375rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#dgCZJUSnDFuDRgroWuM8T1M5OyU2tSB4 { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:6.375rem;top:35.6875rem;left:19.75rem;overflow:hidden;display:block; }
#SCEmQHDVlX8usXbt9uwoBc1VgxiWBIQ8 { color:#00ffd2;display:block;width:33.875rem;position:absolute;font-family:montserrat;font-size:3.3125rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 2.25rem rgba(7,190,160,0.97);top:41rem;left:21.375rem;height:4.30625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#CppTO2xWx2zdTIDHDF61GJLakTuCfrmD { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:5rem;top:48.375rem;left:21.625rem;overflow:hidden;display:block; }
#sDwPLwRXJLKsJNhKSSu2Ge7fB8TJG5Rx { position:absolute;display:block;z-index:100018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e3ba56;border-left:0.125rem solid #e3ba56;border-right:0.125rem solid #e3ba56;border-bottom:0.125rem solid #e3ba56;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.75rem rgba(255,114,0,0.5) ;height:5.0625rem;width:41.6875rem;top:47.40625rem;left:16.53125rem;display:block; }
#mCJgXxeWkmCFTySDv2xl1A4Pk24TuteS { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:5rem;top:48.375rem;left:50rem;overflow:hidden;display:block; }
#lBOTCGvg8HZGcpaLN1DWma1POZGfekPP { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 2.25rem rgba(7,190,160,0.97);top:48.84375rem;left:26.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#dRAds3eSZ5SrfU3KDiD5NcQbPR8S4Vvq { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00ffd2;border-left:0.125rem solid #00ffd2;border-right:0.125rem solid #00ffd2;border-bottom:0.125rem solid #00ffd2;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:66.3125rem;width:43.5625rem;top:53.186351776123rem;left:15.717772483826rem;display:block; }
#cMSdSrg2r1v9wtC37ecDWpFq50FB4ATu { color:#ffffff;display:block;width:42.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100017;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.98);top:60.499664306641rem;left:16.562499046326rem;height:19.99375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TOQePgpmEH2rlxqVa3Ff6h5i2hNiMgH6 { color:#00ffd2;display:block;width:33.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100019;line-height:1.2;letter-spacing:0;top:55.187501907349rem;left:20.531251907349rem;height:3rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#unt5e6uAab08r9BuPiZTG94UTPDpBc2a { position:absolute;display:block;z-index:100019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e3ba56;border-left:0.125rem solid #e3ba56;border-right:0.125rem solid #e3ba56;border-bottom:0.125rem solid #e3ba56;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.75rem rgba(255,114,0,0.5) ;height:11.0625rem;width:32.875rem;top:82rem;left:21.0625rem;display:block; }
#QSXXvPyoi1iDMUFQJakt4wI8207EGcbD { color:#e3ba56;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:9rem;font-weight:700;z-index:100021;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 2.25rem rgba(255,114,0,0.72);top:81.125rem;left:25.125rem;height:10.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mu67LkWxeH0kDVKv6OyQzMCZPgk3dWzd { color:#e3ba56;display:block;width:11.6875rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:100022;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 2.25rem rgba(255,114,0,0.72);top:83rem;left:38.5rem;height:6.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ukX7b04F9AcInEsPS1bKyFyA6dpdCGWD { color:#00ffd2;display:block;width:31.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:100020;line-height:1.2;letter-spacing:0;top:91.3125rem;left:22.125rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#npUKsbnVHUEs83hSzar2RueEpLtzXs2N { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:3.3125rem;top:94.4375rem;left:21.3125rem;overflow:hidden;display:block; }
#KboRba9vHqHD9CB4FXgFugiMJaugcwBu { color:#ffffff;display:block;width:40.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100018;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.98);top:109.81119728088rem;left:17.873534202576rem;height:8.9875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rWEqnTJueGI5Oi2BpEZ5sOyzUiJ4smbu { color:#e3ba56;display:block;width:26.3125rem;position:absolute;font-family:"montserrat 900";font-size:1.0625rem;font-weight:700;z-index:100021;line-height:1.2;letter-spacing:0;top:94.0625rem;left:26.1875rem;height:1.3375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QZ3D7iEtVKTs6XSr8fI0eC95vMgRdP58 { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:100022;line-height:1.2;letter-spacing:0;top:95.5rem;left:26.1875rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ylxyVQtbOR05dOaqOuzOH2SmzzTC0liR { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:100025;line-height:1.2;letter-spacing:0;top:99.375rem;left:26.125rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KUJo5R8SDOC0zyGQhb0FhLLTZ5i9Va1O { color:#e3ba56;display:block;width:26.3125rem;position:absolute;font-family:"montserrat 900";font-size:1.0625rem;font-weight:700;z-index:100024;line-height:1.2;letter-spacing:0;top:97.9375rem;left:26.1875rem;height:1.3375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Av0NVeDR5wRm6MEwxfCQH9omFneGVOCa { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:3.3125rem;top:98.3125rem;left:21.3125rem;overflow:hidden;display:block; }
#oW9AigClSW9BUyC2Z2W4qGbrtcAIMpMB { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:100028;line-height:1.2;letter-spacing:0;top:103.1875rem;left:26.1875rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gQ5Awl5T4gXzXWPxFC6sAp2wOf4629s8 { color:#e3ba56;display:block;width:26.3125rem;position:absolute;font-family:"montserrat 900";font-size:1.0625rem;font-weight:700;z-index:100027;line-height:1.2;letter-spacing:0;top:101.75rem;left:26.1875rem;height:1.3375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zwh1Q5lLsSTCsygMvZqEHnyl2fUAeK1A { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:3.3125rem;top:102.125rem;left:21.3125rem;overflow:hidden;display:block; }
#Js4k4Z5xaKTd20Ob3SyHTkSl6GwcLI4S { color:#ffffff;display:block;width:25.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:100031;line-height:1.2;letter-spacing:0;top:107rem;left:26.1875rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rqKw9v1lNkSG08ZX8QduHPO7s6g9DDPK { color:#e3ba56;display:block;width:26.3125rem;position:absolute;font-family:"montserrat 900";font-size:1.0625rem;font-weight:700;z-index:100030;line-height:1.2;letter-spacing:0;top:105.5625rem;left:26.1875rem;height:1.3375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bprALIAKLxhT0QDU8GIDHfLViy2TIwUE { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:3.3125rem;top:105.9375rem;left:21.3125rem;overflow:hidden;display:block; }
#DoR9TbBtU9eu9ugFgGEDa78f7gcwxf2a { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:22.375rem;top:12rem;left:13.21875rem;display:block; }
#fuzeXBESf6CNwwTTZrPtO0pvSzibPHfZ { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:22.375rem;top:12.125rem;left:39.21875rem;display:block; }
#ev4coivabMWaiWEKdsebTOoy4417XlD9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/HYvBs6ZO/Elemento_Fundo_3_Virado1_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#ev4coivabMWaiWEKdsebTOoy4417XlD9.adaptive-delivery-prevent-bg, #ev4coivabMWaiWEKdsebTOoy4417XlD9.lazyload, #ev4coivabMWaiWEKdsebTOoy4417XlD9.lazyloading { background-image: none; }#ev4coivabMWaiWEKdsebTOoy4417XlD9 > .row .container { background-color: transparent; background-image: none; }#ev4coivabMWaiWEKdsebTOoy4417XlD9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ev4coivabMWaiWEKdsebTOoy4417XlD9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ev4coivabMWaiWEKdsebTOoy4417XlD9 > .row .container > .video-iframe-container { display: none; }#ev4coivabMWaiWEKdsebTOoy4417XlD9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ev4coivabMWaiWEKdsebTOoy4417XlD9 > .row > .video-iframe-container { display: none; }#ev4coivabMWaiWEKdsebTOoy4417XlD9 > .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); }#ev4coivabMWaiWEKdsebTOoy4417XlD9 > .row .container { border-width: 0; border-radius: 0; }#ev4coivabMWaiWEKdsebTOoy4417XlD9 > .row .container { font-size:0.875rem;font-family:arial;height:75.9375rem;width:75rem;position:relative;display:block; }#KE0PBqO7zDkb72nxcPJqTGsNPI4ML7Rc { color:#02fcfe;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.3125rem rgba(0,255,210,0.43);top:71.3125rem;left:43.875rem;height:1.38125rem;font-style:normal;display:block; }
#RadlPVHAQkcwVICJXlsHVeOSerHTEMgs { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:2rem;top:70.9375rem;left:40.625rem;overflow:hidden;display:block; }
#z4azalWtDdRL5bST2E7wylBeUfkbI5KK { background-color:#00ffd2;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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,255,210,0.5) ;box-sizing:border-box;color:#221a1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.75rem;height:4.625rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:64.5625rem;left:13.6875rem;display:block; }
#CEvPcT8tXhVdUC6dZ5JhrvvL82aniTs6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EXZGvluGsLArb0G4cCopkGBBuSIV52SC { color:#02fcfe;display:block;width:8rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.3125rem rgba(0,255,210,0.43);top:71.3125rem;left:23.75rem;height:1.38125rem;font-style:normal;display:block; }
#yiB4I3AdUZPvGKaxBZfpRhThfsxtT4xL { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:2.375rem;top:70.9375rem;left:20.125rem;overflow:hidden;display:block; }
#zLDCZbBUUuktlIoGrIK22Spl1KebFn8p { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:5rem;top:3.0625rem;left:21.75rem;overflow:hidden;display:block; }
#TNCLuULWpTTGeIWxoehUqTWSlKW9mQpL { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 2.25rem rgba(7,190,160,0.97);top:3.53125rem;left:25.375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#wZ0pQZWqW7kaVuTPQKK81WV0sQWGHSTT { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:5rem;top:3.0625rem;left:50.125rem;overflow:hidden;display:block; }
#rIClNPFMzJqF7xfetPgISJziuXnI7ccs { position:absolute;display:block;z-index:100022;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e3ba56;border-left:0.125rem solid #e3ba56;border-right:0.125rem solid #e3ba56;border-bottom:0.125rem solid #e3ba56;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.75rem rgba(255,114,0,0.5) ;height:5.0625rem;width:41.6875rem;top:2.125rem;left:16.6875rem;display:block; }
#MrF5Qw7gqmndTHIzScXBqgqpgvTbIUQk { color:#00ffd2;display:block;width:33.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100022;line-height:1;letter-spacing:0;top:8.875rem;left:20.125rem;height:5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#IXkH40dRqUPH1pVhvqTE9xHCItXcc2pQ { color:#ffffff;display:block;width:40.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100020;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.98);top:16.000001907349rem;left:17.343751907349rem;height:5.90625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HGwInnMus5fWInd9F9qdXy4n7IZHdK9x { color:#ffffff;display:block;width:40.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100021;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.98);top:41.125rem;left:16.90625rem;height:19.93125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ddHUBJ0Nz4IeaXFXgukPFP1HrLde06fT { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.6875rem;width:46.375rem;top:24.5rem;left:14.375rem;overflow:hidden;display:block; }
#y2vUaUUf3iMiONcWxca5KHQvApAGKByt { color:#e3ba55;display:block;width:31.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:100021;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.98);top:27.1875rem;left:18rem;height:3rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#kM4LEEe3ReIA9bEzJ4FT4A9ELVs5d0ih { color:#e3ba55;display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100022;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.98);top:31.1875rem;left:18rem;height:5.4rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#qK84HeyWRy9KzW5DWvbwGf1rfZko2dDV { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.75rem;width:8.25rem;top:26.46875rem;left:48.9375rem;overflow:hidden;display:block; }
#cQnW8uJsDl0C6VF8OR9CG3X348BVSSSJ { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e3ba56;border-left:0.125rem solid #e3ba56;border-right:0.125rem solid #e3ba56;border-bottom:0.125rem solid #e3ba56;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.75rem rgba(255,114,0,0.5) ;height:61.3125rem;width:43.6875rem;top:0.56216888525393rem;left:15.540357185459rem;display:block; }
#h7QWhi1RmWO8vEfLpiAcyFqgg1peIwW0 { 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; }
#Qynguldi35HNVET3MnUO9i2JMUVx4cPt { 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; }
#ZE2NNgq6UzBXUhUhfUW6bHCsV66TT3x7 { position:relative;display:block; }#ZE2NNgq6UzBXUhUhfUW6bHCsV66TT3x7 { background-color: transparent; background-image: none; }#ZE2NNgq6UzBXUhUhfUW6bHCsV66TT3x7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZE2NNgq6UzBXUhUhfUW6bHCsV66TT3x7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZE2NNgq6UzBXUhUhfUW6bHCsV66TT3x7 > .row .container > .video-iframe-container { display: none; }#ZE2NNgq6UzBXUhUhfUW6bHCsV66TT3x7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZE2NNgq6UzBXUhUhfUW6bHCsV66TT3x7 > .row > .video-iframe-container { display: none; }#ZE2NNgq6UzBXUhUhfUW6bHCsV66TT3x7 > .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); }#ZE2NNgq6UzBXUhUhfUW6bHCsV66TT3x7 { border-width: 0; border-radius: 0; }#ZE2NNgq6UzBXUhUhfUW6bHCsV66TT3x7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uYrk8Pyb/Elemento_Fundo_1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:94.9375rem;width:75rem;position:relative;display:block; }#ZE2NNgq6UzBXUhUhfUW6bHCsV66TT3x7 > .row .container.adaptive-delivery-prevent-bg, #ZE2NNgq6UzBXUhUhfUW6bHCsV66TT3x7 > .row .container.lazyload, #ZE2NNgq6UzBXUhUhfUW6bHCsV66TT3x7 > .row .container.lazyloading { background-image: none; }#tF4grhwZpdeGGPA2CRI919l6Xu3S4kWP { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1873375rem;width:6.3745rem;top:26.936878204346rem;left:16.811522483826rem;overflow:hidden;display:block; }
#moIozK5tkJxIiacHJlhVcJr8QOWPMMq0 { color:#ffffff;display:block;width:39.8746875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 2.25rem rgba(7,190,160,0.97);top:28.937204360962rem;left:18.186848640442rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#egWb8NTbmcEqhTlr40XzHIVd3zypSTD3 { color:#ffffff;display:block;width:47.561875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100019;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.98);top:10.2490234375rem;left:13.811034202576rem;height:15.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ELFtEuZCIBa5AVgGevgVO39me0EwmGLw { color:#e3ba56;display:block;width:46.687rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:100022;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 2.1875rem rgba(190,128,7,0.65);top:1.62353515625rem;left:14.155272483826rem;height:7.21875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#GggI0R5RlF6TMI2PycK6sEnN4KmpWeUG { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.875rem;width:6.375rem;top:35.33203125rem;left:55.05859375rem;overflow:hidden;display:block; }
#ZSe8J3qa9laVB58gsVFQa1XsQWREuGIL { color:#00ffd2;display:block;width:39.8746875rem;position:absolute;font-family:"montserrat 900";font-size:1.9375rem;font-weight:700;z-index:100021;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 2.25rem rgba(7,190,160,0.97);top:36.186553955078rem;left:19.121907234192rem;height:4.2625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zxAzyFWT0VNkvDpLadBhCOkIkhleAdxs { color:#ffffff;display:block;width:47.561875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.98);top:43.431802749634rem;left:13.718260765076rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vuVVhVWE6mMM5NRb3hICF7AFs0toeHHw { background-color:#a200ff;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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:"montserrat 900";font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:54.25rem;height:4.875rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:81.7476606369rem;left:10.375rem;display:block; }
#TuJIy2tWeqKWnQDWE9txSuKAGSUX7N4w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cq6iWQ0SQ9l345OHZ7zDkfsOmTSbX3nZ { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:100024;line-height:1.2;letter-spacing:0;top:57.8125rem;left:16rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dStXUAP65KvP7u25RaWCA4vZy3QUUe7l { color:#e3ba56;display:block;width:20.1875rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:700;z-index:100023;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 0.75rem #de01ff;top:53.9375rem;left:16rem;height:3.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NyKUtf0s1gh0RK2qcpAWi50rH2AQ6vmV { color:#e3ba56;display:block;width:8rem;position:absolute;font-family:montserrat;font-size:5.0625rem;font-weight:700;z-index:99986;line-height:1.2;letter-spacing:0;top:59.125rem;left:8.0625rem;height:6.1375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#BHB1vUw9omuDKLfLVkEZiqXuW85oBmT7 { color:#e3ba56;display:block;width:20.1875rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:700;z-index:100026;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 0.75rem #de01ff;top:61.75rem;left:16.0625rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hmOWounu0sll8dku3ASK4I6HNdftC4q2 { color:#ffffff;display:block;width:19.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:100027;line-height:1.2;letter-spacing:0;top:64rem;left:15.9375rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rdv89o9wNEKT9UVodwHPRisX5zLvKJms { color:#e3ba56;display:block;width:20.3125rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:700;z-index:100029;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 0.75rem #de01ff;top:66.75rem;left:16rem;height:4.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h9OkHOFo2Ra6HdLaMnG23yMDTUq1M6Fr { color:#e3ba56;display:block;width:8rem;position:absolute;font-family:montserrat;font-size:5.0625rem;font-weight:700;z-index:99987;line-height:1.2;letter-spacing:0;top:65.125rem;left:8.0625rem;height:6.1375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#zfkNuXA3Jdcox7Qn74AyLi4FtqmUJqUP { color:#e3ba56;display:block;width:20.1875rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:700;z-index:100032;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 0.75rem #de01ff;top:73.25rem;left:16.125rem;height:3.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#atIK89Pk1Su1VfTN1XA4JfwvKq2ODut4 { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:100033;line-height:1.2;letter-spacing:0;top:77.125rem;left:16.125rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ghdi8c2fCwlFgZZVqM9X2mFzi5DhUCOI { color:#e3ba56;display:block;width:8rem;position:absolute;font-family:montserrat;font-size:5.0625rem;font-weight:700;z-index:99985;line-height:1.2;letter-spacing:0;top:71.625rem;left:8.0625rem;height:6.1375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#kw3QwIzmEgocId8kmaS96ikeQNmUzBML { color:rgba(162,0,255,0.3);display:block;width:8rem;position:absolute;font-family:"montserrat 900";font-size:6.875rem;font-weight:700;z-index:99984;line-height:1.2;letter-spacing:0;top:57.8125rem;left:8.0625rem;height:8.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mm8kdfhky7fgouOqdns0yD40sIn9Fcon { color:#e3ba56;display:block;width:8rem;position:absolute;font-family:montserrat;font-size:5.0625rem;font-weight:700;z-index:99988;line-height:1.2;letter-spacing:0;top:52.53125rem;left:8.0625rem;height:6.1375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#erW2ycBw3VQFMgTqXftsI3hLFvkUavq1 { color:rgba(162,0,255,0.3);display:block;width:8rem;position:absolute;font-family:"montserrat 900";font-size:6.875rem;font-weight:700;z-index:99983;line-height:1.2;letter-spacing:0;top:64.0625rem;left:8.0625rem;height:8.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l7MzdILgbtMRJ6wyXiLdH37zgoAInsAr { color:rgba(162,0,255,0.3);display:block;width:8rem;position:absolute;font-family:"montserrat 900";font-size:6.875rem;font-weight:700;z-index:99982;line-height:1.2;letter-spacing:0;top:70.3125rem;left:8.0625rem;height:8.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TMnCJkI42tIVufMZF0U9UkaTN4xDMcTZ { color:rgba(162,0,255,0.3);display:block;width:8rem;position:absolute;font-family:"montserrat 900";font-size:6.875rem;font-weight:700;z-index:99981;line-height:1.2;letter-spacing:0;top:51.875rem;left:8.0625rem;height:8.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eTUbucckwOTNq8wMRnxODaMuVC6kCXmT { color:#e3ba56;display:block;width:8rem;position:absolute;font-family:montserrat;font-size:5.0625rem;font-weight:700;z-index:99979;line-height:1.2;letter-spacing:0;top:63.375rem;left:38.3125rem;height:6.1375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#D3Uoh6OS37C2BolrD4BcDK73nm5Laop3 { color:rgba(130,0,204,0.3);display:block;width:8rem;position:absolute;font-family:montserrat;font-size:7.5625rem;font-weight:700;z-index:99978;line-height:1.2;letter-spacing:0;top:61.75rem;left:38.3125rem;height:9.1375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#EMoVDMsUAPMQW42OXqGRc6OvWnKuzLiq { color:#e3ba56;display:block;width:8rem;position:absolute;font-family:montserrat;font-size:6.25rem;font-weight:700;z-index:99997;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 0.9375rem rgba(255,114,0,0.97);top:59.5rem;left:52.0625rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vwy1BJ3f2fCNBbTECoa0F3d5fqTPCO79 { color:#e3ba56;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:300;z-index:100021;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(255,114,0,0.98);top:66.9375rem;left:48.75rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sFsSPK59hJ8kftwWTJJ7UFck0qD7dBMy { position:absolute;display:block;z-index:99991;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e3ba56;border-left:0.125rem solid #e3ba56;border-right:0.125rem solid #e3ba56;border-bottom:0.125rem solid #e3ba56;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0rem 0rem 1.75rem rgba(255,114,0,0.5) ;height:17.0625rem;width:13.75rem;top:58.875rem;left:49.625rem;display:block; }
#QFrRT5zqTeAPwsi5Iy8GpKNR9FH36Mq3 { position:absolute;display:block;z-index:99976;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #a200ff;border-left:0.125rem solid #a200ff;border-right:0.125rem solid #a200ff;border-bottom:0.125rem solid #a200ff;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:28.375rem;width:58.75rem;top:51.9375rem;left:7.3125rem;display:block; }
#Aaxi4Mhnzew6kTtChFBNN6Z3ozszFoii { position:absolute;display:block;z-index:99980;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5625rem;width:19.3125rem;top:56.3125rem;left:46.9375rem;overflow:hidden;display:block; }
#RQEzPuTJN3Bc1WJIdtTQKnT9FtIawwHd { position:absolute;display:block;z-index:99977;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70.06125rem;width:62.75rem;top:1.625rem;left:12.25rem;overflow:hidden;display:block; }
#m4RJxPclGUyePOO56XkxCgNJcL5FIEAl { color:#e3ba56;display:block;width:47.0625rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:100023;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 2.1875rem rgba(190,128,7,0.65);top:89.5615234375rem;left:15.5263671875rem;height:4.675rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#C1fKe8DQPpV327ZWJ1ios3o2zh0Wh3sz { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e3ba56;border-left:0.125rem solid #e3ba56;border-right:0.125rem solid #e3ba56;border-bottom:0.125rem solid #e3ba56;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.75rem rgba(255,114,0,0.5) ;height:64.5625rem;width:73.9375rem;top:88.3095703125rem;left:0.8125rem;display:block; }
#vETr8fTFzmT58byRPGEDKadeBrSxMNDJ { position:relative;display:block; }#vETr8fTFzmT58byRPGEDKadeBrSxMNDJ { background-color: transparent; background-image: none; }#vETr8fTFzmT58byRPGEDKadeBrSxMNDJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vETr8fTFzmT58byRPGEDKadeBrSxMNDJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vETr8fTFzmT58byRPGEDKadeBrSxMNDJ > .row .container > .video-iframe-container { display: none; }#vETr8fTFzmT58byRPGEDKadeBrSxMNDJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vETr8fTFzmT58byRPGEDKadeBrSxMNDJ > .row > .video-iframe-container { display: none; }#vETr8fTFzmT58byRPGEDKadeBrSxMNDJ > .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); }#vETr8fTFzmT58byRPGEDKadeBrSxMNDJ { border-width: 0; border-radius: 0; }#vETr8fTFzmT58byRPGEDKadeBrSxMNDJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;position:relative;display:block; }#E7pMzUH6kMaD3A7T17oPidP8ZDIfe8ba { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100025;line-height:1.2;letter-spacing:0;top:15.3125rem;left:1.625rem;height:2.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GTimah1ou8HCCP6tdpTDDIghOZxFeSfT { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.1875rem;width:15.5625rem;top:0.9375rem;left:1.59375rem;overflow:hidden;display:block; }
#pQxOIhr8hwhd7t12vIAoCfTcB0nKz4Oa { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.0625rem;width:15.5625rem;top:1.125rem;left:20.34375rem;overflow:hidden;display:block; }
#xp5DX1SlwbP1osvuXGhnaKGr4kL4DAeD { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.0625rem;width:15.5625rem;top:1rem;left:39.09375rem;overflow:hidden;display:block; }
#E17fKq6e2x6vtIGKIgcnCm19OPly6cWb { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.0625rem;width:15.4375rem;top:1rem;left:57.84375rem;overflow:hidden;display:block; }
#bR58oLgeuepE9IsNewo5RL6HA8T6qeST { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100026;line-height:1.2;letter-spacing:0;top:15.3125rem;left:20.65625rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H1cBkii5mg6AHZrk4gaW8QMTH76i7wk8 { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100027;line-height:1.2;letter-spacing:0;top:15.3125rem;left:39.40625rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DD122IaqVlWPyM77fgHIQVOvc45kDW74 { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100028;line-height:1.2;letter-spacing:0;top:15.3125rem;left:58.15625rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LfUDlOvnTsNeH1cue3w3BAXsMqwEZIFx { position:relative;display:block; }#LfUDlOvnTsNeH1cue3w3BAXsMqwEZIFx { background-color: transparent; background-image: none; }#LfUDlOvnTsNeH1cue3w3BAXsMqwEZIFx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfUDlOvnTsNeH1cue3w3BAXsMqwEZIFx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfUDlOvnTsNeH1cue3w3BAXsMqwEZIFx > .row .container > .video-iframe-container { display: none; }#LfUDlOvnTsNeH1cue3w3BAXsMqwEZIFx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfUDlOvnTsNeH1cue3w3BAXsMqwEZIFx > .row > .video-iframe-container { display: none; }#LfUDlOvnTsNeH1cue3w3BAXsMqwEZIFx > .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); }#LfUDlOvnTsNeH1cue3w3BAXsMqwEZIFx { border-width: 0; border-radius: 0; }#LfUDlOvnTsNeH1cue3w3BAXsMqwEZIFx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#AH5uTZMKnwWn0vf07JEhB7uylkC99a2f { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.0625rem;width:15.375rem;top:1.4375rem;left:4.71875rem;overflow:hidden;display:block; }
#zg2vlbg8i8RaJXl4luslTE1zomIHVzg6 { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.1875rem;width:15.4375rem;top:1.4375rem;left:29.71875rem;overflow:hidden;display:block; }
#nVfbVnyCeoRop3X8GN9JVJ1Th2bqpuHb { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.0625rem;width:15.5625rem;top:1.4375rem;left:54.71875rem;overflow:hidden;display:block; }
#wImFlTZD2aOVxrgxhpZZAIedPvwsy1f6 { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100029;line-height:1.2;letter-spacing:0;top:17rem;left:4.9375rem;height:7.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JyNRITH4TcSEXZuLQ9uBaqWrZ2xc1pOg { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100030;line-height:1.2;letter-spacing:0;top:17rem;left:28.84375rem;height:8.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BL8eqgG7R7GQAkSt8tGKc2bwoKuxUcBN { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100031;line-height:1.2;letter-spacing:0;top:17rem;left:53.84375rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nO8fHb7OzzDSd2C0LuLKzJVFFIsM0LZA { position:relative;display:block; }#nO8fHb7OzzDSd2C0LuLKzJVFFIsM0LZA { background-color: transparent; background-image: none; }#nO8fHb7OzzDSd2C0LuLKzJVFFIsM0LZA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nO8fHb7OzzDSd2C0LuLKzJVFFIsM0LZA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nO8fHb7OzzDSd2C0LuLKzJVFFIsM0LZA > .row .container > .video-iframe-container { display: none; }#nO8fHb7OzzDSd2C0LuLKzJVFFIsM0LZA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nO8fHb7OzzDSd2C0LuLKzJVFFIsM0LZA > .row > .video-iframe-container { display: none; }#nO8fHb7OzzDSd2C0LuLKzJVFFIsM0LZA > .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); }#nO8fHb7OzzDSd2C0LuLKzJVFFIsM0LZA { border-width: 0; border-radius: 0; }#nO8fHb7OzzDSd2C0LuLKzJVFFIsM0LZA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:block; }#DTx9got87DguBfniaGSOJlMeFuMnGFlM { background-color:#e3ba56;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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(227,186,86,0.5) ;box-sizing:border-box;color:#221a1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50.0625rem;height:4.625rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:2.6875rem;left:13.40625rem;display:block; }
#hQfDdEndMWTIy33tdgVeIBwQlnSqVyL8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Jxl25PhELTkXgkgd0911SwN0emPXxyJ7 { position:relative;display:block; }#Jxl25PhELTkXgkgd0911SwN0emPXxyJ7 { background-color: transparent; background-image: none; }#Jxl25PhELTkXgkgd0911SwN0emPXxyJ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jxl25PhELTkXgkgd0911SwN0emPXxyJ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jxl25PhELTkXgkgd0911SwN0emPXxyJ7 > .row .container > .video-iframe-container { display: none; }#Jxl25PhELTkXgkgd0911SwN0emPXxyJ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jxl25PhELTkXgkgd0911SwN0emPXxyJ7 > .row > .video-iframe-container { display: none; }#Jxl25PhELTkXgkgd0911SwN0emPXxyJ7 > .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); }#Jxl25PhELTkXgkgd0911SwN0emPXxyJ7 { border-width: 0; border-radius: 0; }#Jxl25PhELTkXgkgd0911SwN0emPXxyJ7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:48rem;width:75rem;position:relative;display:block; }#GZ1RHDEb9PTbxyi6z5BaiDI6NDbN726O { color:#ffffff;display:block;width:45.1871875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100022;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 2.25rem rgba(7,190,160,0.97);top:2.3917694091797rem;left:14.905598640442rem;height:4.125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#r6W72w8k9WscANPE6Vgspu0GMbu3QTeM { color:#ffffff;display:block;width:46.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100019;line-height:1.3;letter-spacing:0;top:8.75rem;left:16.3125rem;height:1.625rem;font-style:normal;display:block; }
#gI0uKRXqi9b86FD0JM5RlxLAlfG4ZFcP { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:3rem;top:8.75rem;left:11.9375rem;overflow:hidden;display:block; }
#KZ9GGoozPMN5i76H601W7Kc0M9VG6V19 { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:3rem;top:11.9375rem;left:11.9375rem;overflow:hidden;display:block; }
#ChMWXvvuhTQzonFQcMTfJHF4IAJJal99 { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:3rem;top:15.125rem;left:11.9375rem;overflow:hidden;display:block; }
#sHiBptiKByoX4f26r49rQTvll9lKIrah { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:3rem;top:18.625rem;left:11.9375rem;overflow:hidden;display:block; }
#kxGOzm5NdPMLFqcqOqRdT475l65hTTO5 { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:3rem;top:24.8125rem;left:11.9375rem;overflow:hidden;display:block; }
#eQMBPSziUbenSOMNS6E8tyWlzLixuKMH { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:3rem;top:28rem;left:11.9375rem;overflow:hidden;display:block; }
#uXOr2o0MwgoAhAEqoZZztpWelNy3r0lk { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:3rem;top:31.4375rem;left:11.9375rem;overflow:hidden;display:block; }
#Izz4cJcqgVqzFnkyz0sfetSBcHHpRSGV { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:3rem;top:34.625rem;left:11.9375rem;overflow:hidden;display:block; }
#zotVnBFOH5CqkQwxcLLIth6iOccqonaC { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:3rem;top:37.8125rem;left:11.9375rem;overflow:hidden;display:block; }
#MVl3PTINx4IifVUQakOrw0XBbuIZseVT { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:3rem;top:44.1982421875rem;left:11.9677734375rem;overflow:hidden;display:block; }
#fi4NlA3fPGrSoeH1NZ10EtbLWRQxzU7J { color:#ffffff;display:block;width:46.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:12.125rem;left:16.3125rem;height:1.625rem;font-style:normal;display:block; }
#xuktcWxmU1Fm0K8URJvId20mLLEWIHiw { color:#ffffff;display:block;width:42.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:15.3125rem;left:16.3125rem;height:1.625rem;font-style:normal;display:block; }
#f7yQMC1fNb7F2KqXw0VEwyD3Gh3XohNA { color:#ffffff;display:block;width:42.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:18.8125rem;left:16.1875rem;height:4.875rem;font-style:normal;display:block; }
#rMIhXgREr4zKKKWkoZUquQo0ABm89EJw { color:#ffffff;display:block;width:42.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:25rem;left:16.1875rem;height:1.625rem;font-style:normal;display:block; }
#wremL9twDQoEEBZMCoBl9gtNJeeZi6wE { color:#ffffff;display:block;width:42.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100023;line-height:1.3;letter-spacing:0;top:28.1875rem;left:16.3125rem;height:1.625rem;font-style:normal;display:block; }
#Wz0RrTiqaTpyxJF8PUOtLX98ALiQbDdi { color:#ffffff;display:block;width:42.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100024;line-height:1.3;letter-spacing:0;top:31.625rem;left:16.1875rem;height:1.625rem;font-style:normal;display:block; }
#AK2P52A46SFbtcKxztages31VBldJlVF { color:#ffffff;display:block;width:42.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100025;line-height:1.3;letter-spacing:0;top:34.8125rem;left:16.1875rem;height:1.625rem;font-style:normal;display:block; }
#EASFzOu6LyBEdhPobGIgHXp2LZnqwsqn { color:#ffffff;display:block;width:42.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100026;line-height:1.3;letter-spacing:0;top:38rem;left:16.1875rem;height:4.875rem;font-style:normal;display:block; }
#SttuRvPGnNe36xKfgv8bQPTGLywzTuyz { color:#ffffff;display:block;width:44.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100026;line-height:1.3;letter-spacing:0;top:44.3544921875rem;left:15.9033203125rem;height:1.625rem;font-style:normal;display:block; }
#T68aaKTgQOfDRkCxT75mDT8lZx2eQqlW { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:6.375rem;top:1.3298625946045rem;left:14.90625rem;overflow:hidden;display:block; }
#sEOZx82teR8oZlJEf8TbxDrpXJrDUgZx { position:relative;display:block; }#sEOZx82teR8oZlJEf8TbxDrpXJrDUgZx { background-color: transparent; background-image: none; }#sEOZx82teR8oZlJEf8TbxDrpXJrDUgZx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEOZx82teR8oZlJEf8TbxDrpXJrDUgZx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEOZx82teR8oZlJEf8TbxDrpXJrDUgZx > .row .container > .video-iframe-container { display: none; }#sEOZx82teR8oZlJEf8TbxDrpXJrDUgZx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEOZx82teR8oZlJEf8TbxDrpXJrDUgZx > .row > .video-iframe-container { display: none; }#sEOZx82teR8oZlJEf8TbxDrpXJrDUgZx > .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); }#sEOZx82teR8oZlJEf8TbxDrpXJrDUgZx { border-width: 0; border-radius: 0; }#sEOZx82teR8oZlJEf8TbxDrpXJrDUgZx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:105.4375rem;width:75rem;position:relative;display:block; }#lxszd0ByJg2WFkqTvARiFSTZn9Rxyru8 { color:#00ffd2;display:block;width:49.5rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:100023;line-height:1;letter-spacing:0;text-shadow:0rem 0rem 2.25rem rgba(7,190,160,0.97);top:2.4375rem;left:12.75rem;height:5.4375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#dcuJ18MnE0s5z6U4pLgQrEIcNxJew0OS { color:#00ffd2;display:block;width:46.8125rem;position:absolute;font-family:"montserrat 900";font-size:1.9375rem;font-weight:700;z-index:100023;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 2.25rem rgba(7,190,160,0.97);top:16.75rem;left:14.09375rem;height:4.2625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#poG6gqG9uqJklZKZLFJ3mo02CQtceau1 { color:#e3ba56;display:block;width:48.625rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:100024;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 2.1875rem rgba(190,128,7,0.65);top:10.6875rem;left:13.1875rem;height:2.8875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#gd4UyTiLJdxVwKvryrT8RTXhKeONJSO4 { position:absolute;display:block;z-index:100023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e3ba56;border-left:0.125rem solid #e3ba56;border-right:0.125rem solid #e3ba56;border-bottom:0.125rem solid #e3ba56;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.75rem rgba(255,114,0,0.5) ;height:5.0625rem;width:41.6875rem;top:9.5rem;left:16.5625rem;display:block; }
#TM45nvtSUTD76IcTQEPE8NIAL3PoRutM { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:3rem;top:29.5625rem;left:13.375rem;overflow:hidden;display:block; }
#U9ySVTCXzrhhnTHI94L6s5POmRy4BmUy { color:#ffffff;display:block;width:43.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:29.5625rem;left:17.75rem;height:4.875rem;font-style:normal;display:block; }
#QPuuHvzsQo8TXOnMRLhZy6F1SINM1MtC { color:#ffffff;display:block;width:43.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:36.9375rem;left:17.75rem;height:4.875rem;font-style:normal;display:block; }
#HAetr4LMnKDQTZiK7BgcQvUwLt68RSkJ { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:3rem;top:36.9375rem;left:13.375rem;overflow:hidden;display:block; }
#TIkXE6ZtH9xJui6KldLEJGbZ5Hx5vGge { color:#ffffff;display:block;width:43.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:44.3125rem;left:17.75rem;height:8.125rem;font-style:normal;display:block; }
#UkLl8n1Nf2IqDMTieqAZcZyhMpyqqmsm { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:3rem;top:44.3125rem;left:13.375rem;overflow:hidden;display:block; }
#lQTU6TfnkZxp3wsC9Tv1k5TATZmdUb1Q { color:#ffffff;display:block;width:45.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:100027;line-height:1.3;letter-spacing:0;top:54.9375rem;left:17.75rem;height:4.875rem;font-style:normal;display:block; }
#dTpbDwKM1dUqTmbyMKsLkE4ve5TKc1ND { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:3rem;top:54.9375rem;left:13.375rem;overflow:hidden;display:block; }
#QdBSegnOTxnMCFNlgdJfN5LBJ8f3kLCQ { color:#ffffff;display:block;width:43.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:62.3125rem;left:17.75rem;height:6.5rem;font-style:normal;display:block; }
#U9kgmCPe8WVKolpMrsQcTh6hcHWUAh4r { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:3rem;top:62.3125rem;left:13.375rem;overflow:hidden;display:block; }
#g3M3B5hRLZQxQ6RTNW9p0TmOTenkz4kW { color:#ffffff;display:block;width:43.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:71.3125rem;left:17.9375rem;height:4.875rem;font-style:normal;display:block; }
#yBuZAfLM9qklmNGIob74TK1uFCm4uMIH { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:3rem;top:71.375rem;left:13.375rem;overflow:hidden;display:block; }
#Awf4qkZyeQ7L49Egd8piinVUFfPvkKzg { color:#ffffff;display:block;width:43.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:100031;line-height:1.3;letter-spacing:0;top:77.625rem;left:18rem;height:11.375rem;font-style:normal;display:block; }
#iAzE0NT1IT0peePkB5kc2XT3BUHnkq01 { position:absolute;display:block;z-index:100045;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:3rem;top:78.8125rem;left:13.3125rem;overflow:hidden;display:block; }
#BWhn0c9dAIHlVeRfkTZ4Pownqp12hOe4 { color:#ffffff;display:block;width:43.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:91.5rem;left:18rem;height:4.875rem;font-style:normal;display:block; }
#eRkrxX5raKN1hcPu8M6csk6NTwS0JmMQ { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:3rem;top:92.5625rem;left:13.25rem;overflow:hidden;display:block; }
#PTDKkCPCGngsBMOi5R7NdZkvfHFRXksZ { background-color:#00ffd2;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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,255,210,0.5) ;box-sizing:border-box;color:#221a1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.75rem;height:4.625rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:98.875rem;left:15.4375rem;display:block; }
#EEFfIpBTIWEMkp6KvKnghK3bKfO14fi7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RqVrXxeaNQX3tkHtt37LrwpooWQQBIxy { position:absolute;display:block;z-index:100048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.8125rem;width:56.4375rem;top:70rem;left:11.09375rem;overflow:hidden;display:block; }
#uIt5XNhsi8VyVoTaq8LvRBtM1XdWdq7b { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.8125rem;width:56.4375rem;top:84.187515258787rem;left:9.28125rem;overflow:hidden;display:block; }
#bzoksILHeLq11hnWUs1ZqPoinFyJdCfd { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.8125rem;width:56.4375rem;top:63.8125rem;left:9.28125rem;overflow:hidden;display:block; }
#s77kcLGzpTt7KiVhNrw4TqvHT1PBlJXC { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.8125rem;width:56.4375rem;top:53.875rem;left:9.3125rem;overflow:hidden;display:block; }
#eXffXTa3xVJsuw3OCLvvPPLIGTs7VOU9 { position:absolute;display:block;z-index:100051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.8125rem;width:56.4375rem;top:46.4375rem;left:9.3125rem;overflow:hidden;display:block; }
#Qz8lckiGXXnzK1GsUtdTKM4vXEb2IVm7 { position:absolute;display:block;z-index:100052;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.8125rem;width:56.4375rem;top:35.875rem;left:9.3125rem;overflow:hidden;display:block; }
#NAyQfR5EAEr0DTn5sNPFKxHsCSw2IHZ5 { position:absolute;display:block;z-index:100053;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.8125rem;width:56.4375rem;top:28.125rem;left:9.28125rem;overflow:hidden;display:block; }
#h6rcvA8kCTJWtS9UDnEndqQgTzy0PVH2 { position:absolute;display:block;z-index:100054;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.75rem;width:56.625rem;top:20.5rem;left:9.25rem;overflow:hidden;display:block; }
#vdwHA1VdDFL5maZ1wcyquEp9QSzDWkh0 { position:absolute;display:block;z-index:100055;border-top:0;border-left:0;border-right:0;border-bottom:0;height:65.4375rem;width:1.9375rem;top:21.3125rem;left:9.875rem;overflow:hidden;display:block; }
#cRcZqqdHqVsbQob0zJ8xpa0iMI21JCxX { position:absolute;display:block;z-index:100056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:65.4375rem;width:1.9375rem;top:28.375rem;left:63.4375rem;overflow:hidden;display:block; }
#MZtAVAyUMQhTCvhN0SK8fq2pC0Q9Kpcy { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.3125rem;width:29rem;display:none; }
#DiHztbKogktz06teguTggb0RO8mH1fgf { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.3125rem;width:29rem;display:none; }
#genvXkFv6y7vWJGQDZLoW0DdkgT3QUqm { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.3125rem;width:29rem;display:none; }
#TEqDi4F9WPOL7TRTvi5yMCMbV7k3cmpd { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.3125rem;width:29rem;display:none; }
#AcNbPlPMMJKkt73DPg1g7TbtpqIefhQz { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.3125rem;width:29rem;display:none; }
#nlJ7BNnEmO3M80bO9QNZExpBFRg3ML9C { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.3125rem;width:29rem;display:none; }
#KtTv08B6ZeKm9eJEmCeQxtJKo2Nm7P1Q { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.3125rem;width:29rem;display:none; }
#x8CzgXH5CKKqrZUxuAW7JsToy7wiLfgR { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.3125rem;width:29rem;display:none; }
#xTJrcTJUx3Mx9SqzSWcuQZmgrM4NUu9u { position:relative;display:block; }#xTJrcTJUx3Mx9SqzSWcuQZmgrM4NUu9u { background-color: transparent; background-image: none; }#xTJrcTJUx3Mx9SqzSWcuQZmgrM4NUu9u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTJrcTJUx3Mx9SqzSWcuQZmgrM4NUu9u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTJrcTJUx3Mx9SqzSWcuQZmgrM4NUu9u > .row .container > .video-iframe-container { display: none; }#xTJrcTJUx3Mx9SqzSWcuQZmgrM4NUu9u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTJrcTJUx3Mx9SqzSWcuQZmgrM4NUu9u > .row > .video-iframe-container { display: none; }#xTJrcTJUx3Mx9SqzSWcuQZmgrM4NUu9u > .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); }#xTJrcTJUx3Mx9SqzSWcuQZmgrM4NUu9u { border-width: 0; border-radius: 0; }#xTJrcTJUx3Mx9SqzSWcuQZmgrM4NUu9u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:72.8125rem;width:75rem;position:relative;display:block; }#n9z8kd5USIRE5DiEZ5cTfVmVoNkOTecx { color:#e3ba56;display:block;width:52rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100024;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 2.1875rem rgba(190,128,7,0.65);top:1.1875rem;left:11.5rem;height:7.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#JBTT1f7vKqwF9uXtMBGvmRL3KH6kCFUW { color:#00ffd2;display:block;width:46.8125rem;position:absolute;font-family:"montserrat 900";font-size:1.75rem;font-weight:700;z-index:100024;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 2.25rem rgba(7,190,160,0.97);top:58.062562942505rem;left:14.09375rem;height:5.8375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ptv6P6T8SdLD7XfLnbxSiw9ntkN8Ug9B { background-color:#00ffd2;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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,255,210,0.5) ;box-sizing:border-box;color:#221a1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.5625rem;height:4.625rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:66.312562942506rem;left:16.21875rem;display:block; }
#w5vbpfD0VrngmhnhVOutw3TwUpoOP94W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Q6WO7RXbTSUoVb2J4HQ8f9H4nCQ8SksT { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.1875rem;width:23.1875rem;top:21.25rem;left:25.90625rem;overflow:hidden;display:block; }
#ptlQnZEfADMbn64kqFZ1ZzVJZL0zPGTB { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.312175rem;width:2.8125rem;top:17.373860359192rem;left:13.467610359192rem;overflow:hidden;display:block; }
#ElboW79MbmLUEXrgvGaPvDQI6JwBaX3p { color:#ffffff;display:block;width:10.4996875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:100032;line-height:1.2;letter-spacing:0;top:20.624185562134rem;left:10.371092796326rem;height:3.9rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#tWIwzTvpa5yL0xmavsldTFP3QzKl36hS { color:#ffffff;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:100034;line-height:1.2;letter-spacing:0;top:18.092447280884rem;left:20.809733390808rem;height:3.9rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#oa88LoEUg1EQB0rXrkaTggJJfUZXAn6C { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.312175rem;width:2.8125rem;top:13.811848640442rem;left:23.155108451843rem;overflow:hidden;display:block; }
#FWCgTyETcefIBG4rUeqvaJsKnVVpFtbz { color:#ffffff;display:block;width:11.3745rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:100036;line-height:1.2;letter-spacing:0;top:15.341796875rem;left:30.809733390808rem;height:3.9rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#yECeeOevGfgTxg9SuJOuXDGLLvp35iUp { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.312175rem;width:2.8125rem;top:12.091470718384rem;left:34.498698234558rem;overflow:hidden;display:block; }
#A4Qz52weroyvVkgfdSEf1f8XT6voS6kS { color:#ffffff;display:block;width:10.374375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:100038;line-height:1.2;letter-spacing:0;top:14.061685562134rem;left:43.030596733093rem;height:6.8875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#aqXc0OOgrJysQHrPPFaw5UDsfTMNLZCS { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.312175rem;width:2.8125rem;top:10.560708999634rem;left:46.341143608093rem;overflow:hidden;display:block; }
#T99tGHx2i4ei7M4tnu3iqwTt9i4bvFbl { color:#ffffff;display:block;width:9.3123125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:100040;line-height:1.2;letter-spacing:0;top:18.499348640442rem;left:51.655272483826rem;height:2.925rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ulgmuIuxk2O19wGVxRylnQ0kDPm2JhpI { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.312175rem;width:2.8125rem;top:14.373372077942rem;left:54.029131889343rem;overflow:hidden;display:block; }
#WytByFI3RxXOzm81emH58gWsHCwH2StG { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:100034;line-height:1.2;letter-spacing:0;top:40.748697280884rem;left:47.154948234558rem;height:4.875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#irirxFxbX4GFaXq7RUN8JQxNPXaDEwkr { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.312175rem;width:2.8125rem;top:23.873697280884rem;left:18.057454109192rem;overflow:hidden;display:block; }
#NXrApPuVTBQmTbIt32292XOpRakeHHml { color:#ffffff;display:block;width:10.2498125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:100036;line-height:1.2;letter-spacing:0;top:33.749185562134rem;left:15.437010765076rem;height:2.925rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#CDTdRvOzWDrHXGeymLbeeVbXq4p94lUF { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.312175rem;width:2.8125rem;top:30.498859405517rem;left:19.249674797058rem;overflow:hidden;display:block; }
#dEteL8g5FxFyXeAans87TfXSZQmHfXAq { color:#ffffff;display:block;width:10.4996875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:100038;line-height:1.2;letter-spacing:0;top:41.217447280884rem;left:17.061360359192rem;height:3.9rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#gwTBFhMXB1xuPbVktBoH4bqUoH1PxN0D { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.312175rem;width:2.8125rem;top:37.498372077942rem;left:20.403643608093rem;overflow:hidden;display:block; }
#l0mJvVp3oCgah5f6BzitLaLwTT0twa9s { color:#ffffff;display:block;width:9.8746875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:100040;line-height:1.2;letter-spacing:0;top:50.935871124267rem;left:14.093424797058rem;height:3.9rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#bhNZknWUM3IyixQ1HCrl0GT2Tr9G9iEV { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.312175rem;width:2.8125rem;top:47.1875rem;left:16.218260765076rem;overflow:hidden;display:block; }
#D3fApP38kdEEeni6zXugy6Py9H8Omcmh { color:#ffffff;display:block;width:8.3121875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:100048;line-height:1.2;letter-spacing:0;top:27.1240234375rem;left:15.246581077576rem;height:2.925rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#e6OviTgKn2ro96KUBnzRTts775fcSxx9 { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.312175rem;width:2.8125rem;top:44.436847686767rem;left:42.182616233826rem;overflow:hidden;display:block; }
#pzyGBTrteOrze35xqZfLWsLudZ7oPsoT { color:#ffffff;display:block;width:7.6245rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:100046;line-height:1.2;letter-spacing:0;top:48.123371124267rem;left:42.182616233826rem;height:2.925rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#HPDiOkgb6mCqm6s32qPHs8Qv4rdRKddr { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.312175rem;width:2.8125rem;top:36.561685562134rem;left:51.216631889343rem;overflow:hidden;display:block; }
#XfmkE29QBNCyJAztcaPALlgDSbLRBTdm { color:#ffffff;display:block;width:9.749375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:100044;line-height:1.2;letter-spacing:0;top:32.374673843384rem;left:51.216631889343rem;height:2.925rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#P7ytLS7uIs87ZC22Xmg9eN7AnNXgHACu { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.312175rem;width:2.8125rem;top:28.374836921692rem;left:54.715983390808rem;overflow:hidden;display:block; }
#X0nD5H2a30wQ8wCKIN4kfJbJgNLBvLuh { color:#ffffff;display:block;width:9.749375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:100042;line-height:1.2;letter-spacing:0;top:25.249835968017rem;left:49.091795921326rem;height:2.925rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ysKhxKfHcLtkh3Ebkp7rtoZwyJIB5CtN { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.312175rem;width:2.8125rem;top:21.998697280884rem;left:52.311198234558rem;overflow:hidden;display:block; }
#pEBiAM6XSvTWZ1H6i8cQtngHlzQXZmif { color:#ffffff;display:block;width:9.749375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:100040;line-height:1.2;letter-spacing:0;top:46.8115234375rem;left:23.154295921326rem;height:3.9rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#sGaRIbyeZApbUIvTEmPil4g9dJZ2vAWw { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.312175rem;width:2.8125rem;top:43.561197280884rem;left:26.622721672058rem;overflow:hidden;display:block; }
#TlgUcHMux0TEiGkhhab3BZNTtqDcyKrr { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:100042;line-height:1.2;letter-spacing:0;top:50.16250038147rem;left:32.687501907349rem;height:3.9rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#uu0AE95QqE3EMb83ZmgLN88PqvC8SdPX { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:2.8125rem;top:46.3125rem;left:36rem;overflow:hidden;display:block; }
#tl0r06FJZZQvp53QIPQLSOAuMR78FNeC { color:#ffffff;display:block;width:10.2498125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:100044;line-height:1.2;letter-spacing:0;top:50.935871124267rem;left:49.154459953308rem;height:2.925rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#G61Ny1OCRl6trmfXMfPC4mwUpdlXXFSP { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.312175rem;width:2.8125rem;top:46.8115234375rem;left:51.655272483826rem;overflow:hidden;display:block; }
#g6DCATB45TGEs9EBZAwX953lA03v1Qk9 { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e3ba56;border-left:0.125rem solid #e3ba56;border-right:0.125rem solid #e3ba56;border-bottom:0.125rem solid #e3ba56;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.75rem rgba(255,114,0,0.5) ;height:45.625rem;width:56.5rem;top:9.8746948242188rem;left:9.9375rem;display:block; }
#dBWzDq7RI410pFRIDhVLxx3WIPaHVSq7 { position:relative;display:block; }#dBWzDq7RI410pFRIDhVLxx3WIPaHVSq7 { background-color: transparent; background-image: none; }#dBWzDq7RI410pFRIDhVLxx3WIPaHVSq7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBWzDq7RI410pFRIDhVLxx3WIPaHVSq7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBWzDq7RI410pFRIDhVLxx3WIPaHVSq7 > .row .container > .video-iframe-container { display: none; }#dBWzDq7RI410pFRIDhVLxx3WIPaHVSq7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBWzDq7RI410pFRIDhVLxx3WIPaHVSq7 > .row > .video-iframe-container { display: none; }#dBWzDq7RI410pFRIDhVLxx3WIPaHVSq7 > .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); }#dBWzDq7RI410pFRIDhVLxx3WIPaHVSq7 { border-width: 0; border-radius: 0; }#dBWzDq7RI410pFRIDhVLxx3WIPaHVSq7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;position:relative;display:block; }#FhhQKwPkwFcyMsBzSKfZ2qu4oRagogO9 { color:#e3ba56;display:block;width:46.5rem;position:absolute;font-family:"montserrat 900";font-size:1.75rem;font-weight:700;z-index:100023;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 2.1875rem rgba(190,128,7,0.65);top:1.8125009536743rem;left:14.25rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ObPaZJJrZTT5TWvrmMCyBGgp2Al2DlGp { position:absolute;display:block;z-index:100011;background-color:rgba(227,227,227,0.36);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:15.75rem;width:57.375rem;top:7.75rem;left:8.8125rem;display:block; }
#QGFurs4RZE4pNJAnczD4AxcBKQuoruED { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:14.0625rem;left:62.5rem;display:none; }
#PB1e9UIidCTpA7tK6c9J9spLubCCJuSS { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.3125rem;width:21.9375rem;top:9.5rem;left:13.4375rem;display:block; }
#ykBL51wAexXXMU3tANJqsTlTcgmmNWkX { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.3125rem;width:21.9375rem;top:9.46875rem;left:39.25rem;display:block; }
#WvWWbAcLlVA2h8KCOckVUidwe4h6PCSS { position:relative;display:block; }#WvWWbAcLlVA2h8KCOckVUidwe4h6PCSS { background-color: transparent; background-image: none; }#WvWWbAcLlVA2h8KCOckVUidwe4h6PCSS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvWWbAcLlVA2h8KCOckVUidwe4h6PCSS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvWWbAcLlVA2h8KCOckVUidwe4h6PCSS > .row .container > .video-iframe-container { display: none; }#WvWWbAcLlVA2h8KCOckVUidwe4h6PCSS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvWWbAcLlVA2h8KCOckVUidwe4h6PCSS > .row > .video-iframe-container { display: none; }#WvWWbAcLlVA2h8KCOckVUidwe4h6PCSS > .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); }#WvWWbAcLlVA2h8KCOckVUidwe4h6PCSS { border-width: 0; border-radius: 0; }#WvWWbAcLlVA2h8KCOckVUidwe4h6PCSS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:68.75rem;width:75rem;position:relative;display:block; }#CWupIx9XOOx96FIuhyXBeeCiVXQlt3JN { color:#00ffd2;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:6.4375rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1rem rgba(2,253,244,0.5);top:2.375rem;left:37.1875rem;height:8.36875rem;font-style:italic;display:block; }
#T9UEaHdRDoyU1260asaBDNvO6UKbIy4W { color:#e4ba56;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:6.4375rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1rem rgba(253,138,2,0.86);top:8.6875rem;left:37.1875rem;height:8.36875rem;font-style:italic;display:block; }
#PKdG3WJihBCBOB1Vuyyo6JFMABGWbQtT { color:rgba(162,0,255,0.37);display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:6.8125rem;font-weight:700;z-index:99999;line-height:1;letter-spacing:0;top:3rem;left:36.0625rem;height:13.6875rem;font-style:italic;display:block; }
#QoZxwCdVPpMBoNn3Ir0Q5ZfuTIlrPv13 { color:#ffffff;display:block;width:37.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:100032;line-height:1.4;letter-spacing:0;top:18.625rem;left:29.75rem;height:47.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dWXoUv52J5GxRzN6fwz0aVp7wSXmdG8b { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:65.9375rem;width:32.1875rem;top:1.40625rem;left:5.5890626907349rem;overflow:hidden;display:block; }
#Gqe2PtHfHSI04XhcKca0PHLvrMXamwwt { position:relative;display:block; }#Gqe2PtHfHSI04XhcKca0PHLvrMXamwwt { background-color: transparent; background-image: none; }#Gqe2PtHfHSI04XhcKca0PHLvrMXamwwt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gqe2PtHfHSI04XhcKca0PHLvrMXamwwt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gqe2PtHfHSI04XhcKca0PHLvrMXamwwt > .row .container > .video-iframe-container { display: none; }#Gqe2PtHfHSI04XhcKca0PHLvrMXamwwt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gqe2PtHfHSI04XhcKca0PHLvrMXamwwt > .row > .video-iframe-container { display: none; }#Gqe2PtHfHSI04XhcKca0PHLvrMXamwwt > .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); }#Gqe2PtHfHSI04XhcKca0PHLvrMXamwwt { border-width: 0; border-radius: 0; }#Gqe2PtHfHSI04XhcKca0PHLvrMXamwwt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;position:relative;display:block; }#F1TyEHupNQRgVLX39LHOqd5kgUndPqA0 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:7.375rem;top:14.75rem;left:27.8125rem;overflow:hidden;display:block; }
#qh5TVvkZVVXcEvR08C2vZqTqbTAFrRxs { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:4.625rem;top:6.9375rem;left:51.5625rem;overflow:hidden;display:block; }
#hrk2qr1iDXlODzezItxkTfrZ1IcrW3SB { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:8rem;top:14.875rem;left:39.375rem;overflow:hidden;display:block; }
#CQdAd31uLJXwXtETF1mszkzxTk0eFPNE { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:9.5rem;top:7.1875rem;left:15.5625rem;overflow:hidden;display:block; }
#ky3LN0SJw008kEwTiwsnEbIXp1pPMzyM { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:6.1875rem;top:11.1875rem;left:56.125rem;overflow:hidden;display:block; }
#yArLtE6wQzLXC5Z39gqmD06aqh3TJ8rX { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:8.3125rem;top:14.59375rem;left:16.15625rem;overflow:hidden;display:block; }
#nCH5lDdRI7xaIV8wZHHTNJAc7Nr2HSEG { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:10.3125rem;top:14.75rem;left:50.6875rem;overflow:hidden;display:block; }
#OsEcmMFPL1H4ka0F2fI23qo3Fm01HGSv { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:7.0625rem;top:6rem;left:39.84375rem;overflow:hidden;display:block; }
#dTXNIHsfzroWinLUztaymed5bwtSunZF { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:10.125rem;top:11.09375rem;left:32.4375rem;overflow:hidden;display:block; }
#kAPeahbFy7VUFnvvAzb9zTFCgKE16tgx { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:7.3125rem;top:11.03125rem;left:22rem;overflow:hidden;display:block; }
#NwUxpuEoyfnFTcbQh6h195hq4b2lEpEc { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:7.5rem;top:7.5rem;left:27.75rem;overflow:hidden;display:block; }
#ybkME4bd8biFk6f4BbxmQa0tPgZ4DVmN { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:6.375rem;top:11.3125rem;left:45.75rem;overflow:hidden;display:block; }
#y7lpZdBgB0uReAwfIcbvsr5fTiAb0l00 { color:#ffffff;display:block;width:42.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:100002;line-height:1.1;letter-spacing:0;top:3.5625rem;left:16.21875rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#kZuZtGEP8wdoJh7zPETbFKFp0TiQH2gy { position:absolute;display:block;z-index:99990;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #a200ff;border-left:0.125rem solid #a200ff;border-right:0.125rem solid #a200ff;border-bottom:0.125rem solid #a200ff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.75rem rgba(180,0,255,0.5) ;height:16.6875rem;width:54.375rem;top:2.5rem;left:10.1875rem;display:block; }
#vK8s5mTyxJ45redy0QxJypNeasr2bxnl { position:relative;display:block; }#vK8s5mTyxJ45redy0QxJypNeasr2bxnl { background-color: transparent; background-image: none; }#vK8s5mTyxJ45redy0QxJypNeasr2bxnl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK8s5mTyxJ45redy0QxJypNeasr2bxnl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK8s5mTyxJ45redy0QxJypNeasr2bxnl > .row .container > .video-iframe-container { display: none; }#vK8s5mTyxJ45redy0QxJypNeasr2bxnl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK8s5mTyxJ45redy0QxJypNeasr2bxnl > .row > .video-iframe-container { display: none; }#vK8s5mTyxJ45redy0QxJypNeasr2bxnl > .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); }#vK8s5mTyxJ45redy0QxJypNeasr2bxnl { border-width: 0; border-radius: 0; }#vK8s5mTyxJ45redy0QxJypNeasr2bxnl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#RQgr5MxSOI8Ohyw23TrrGTTULSXohm2l { color:#00ffd2;display:block;width:34.6875rem;position:absolute;font-family:"montserrat 900";font-size:2rem;font-weight:700;z-index:100024;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 2.25rem rgba(7,190,160,0.97);top:1.375rem;left:20.1875rem;height:6.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z6C9T8u4giOXaLK46Evxs9xHABRIx1Hz { color:#ffffff;display:block;width:41.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:9.0625rem;left:16.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K9kFJkdruKkrgxw1VXiID8yzy502OFJ3 { position:relative;display:block; }#K9kFJkdruKkrgxw1VXiID8yzy502OFJ3 { background-color: transparent; background-image: none; }#K9kFJkdruKkrgxw1VXiID8yzy502OFJ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9kFJkdruKkrgxw1VXiID8yzy502OFJ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9kFJkdruKkrgxw1VXiID8yzy502OFJ3 > .row .container > .video-iframe-container { display: none; }#K9kFJkdruKkrgxw1VXiID8yzy502OFJ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9kFJkdruKkrgxw1VXiID8yzy502OFJ3 > .row > .video-iframe-container { display: none; }#K9kFJkdruKkrgxw1VXiID8yzy502OFJ3 > .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); }#K9kFJkdruKkrgxw1VXiID8yzy502OFJ3 { border-width: 0; border-radius: 0; }#K9kFJkdruKkrgxw1VXiID8yzy502OFJ3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:136.75rem;width:75rem;position:relative;display:block; }#CH1X0rZRxIgwcBEJ4Qmy33GpkKOeZwSW { position:absolute;display:block;z-index:100005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:30.125rem;width:15rem;top:2.3851562738419rem;left:12.5rem;display:block; }
#dtHNHlhmWidCCFBJrpz5T17T5V9NTBA6 { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100026;line-height:1.1;letter-spacing:0;top:18.8125rem;left:14.4375rem;height:2.475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hDMvnL0RpyTTDw0OzhetIbekWJqTfWfg { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.75rem;width:12.5625rem;top:2.375rem;left:13.625rem;overflow:hidden;display:block; }
#kuGXClMpDfpDfV814JwVpZ6TmufMrVVD { position:absolute;display:block;z-index:100009;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:29.875rem;width:15rem;top:2.5624998807907rem;left:30.000001907349rem;display:block; }
#BTkzSabCEo851OsMAfwoA0OKl16mWkt4 { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100030;line-height:1.1;letter-spacing:0;top:19.4375rem;left:31.9375rem;height:2.475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZPVQbmCaV05DEWLBSJhyV5RDk5GknFlO { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.875rem;width:12.125rem;top:2.5625rem;left:31.375rem;overflow:hidden;display:block; }
#SdaUR1H2JIT1OhQIU3taeAA51ydvFyKz { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:100043;line-height:1.2;letter-spacing:0;top:23.125rem;left:31.9375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#mgZ7QEbiF95d3LCHcSlFggtgVV1qhIVC { position:absolute;display:block;z-index:100010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:29.875rem;width:15rem;top:2.4781249761581rem;left:47.18593788147rem;display:block; }
#xktJ3RIshqtpiypmTx7lm144ivfB3vIc { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.0625rem;width:13.3125rem;top:2.8125rem;left:47.9375rem;overflow:hidden;display:block; }
#HCbVHdxG49MtWvz20wCZ09o3bT2BkMWE { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100032;line-height:1;letter-spacing:0;top:18.8125rem;left:48.5625rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w9rranH6cIkhg7nWrzs5oqW2sU9qTLaI { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:100045;line-height:1.2;letter-spacing:0;top:24.5rem;left:48.5625rem;height:6.8875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#DT3ywq1Jfm6FvQhrIVOT11nphCA9XUu8 { position:absolute;display:block;z-index:100015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:28rem;width:15rem;top:34.125rem;left:12.75rem;display:block; }
#yQnhn8VTliqqD6xVBFpudaqLkLGTAspx { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:100050;line-height:1.2;letter-spacing:0;top:53.036720275879rem;left:14.90625rem;height:6.8875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#iHXnre7yZUR4f9svRFc6v3mJm2zWThfq { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.25rem;width:13.3125rem;top:34.75rem;left:13.5625rem;overflow:hidden;display:block; }
#bikxhtRiyacddukc4Zo5LIODrfutq2sZ { color:#ffffff;display:block;width:11rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100037;line-height:1;letter-spacing:0;top:50.6875rem;left:14.9375rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qL346RwHVloym4lJmNLCuuTFolvOBQEe { position:absolute;display:block;z-index:100016;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:28rem;width:15rem;top:34.125rem;left:30.0625rem;display:block; }
#tzD9yJ4XLEMQCRnklsbzBaTyWuloxJ5C { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.5625rem;width:19.625rem;top:36.4375rem;left:27.75rem;overflow:hidden;display:block; }
#hxBTuhkGMQMpTQwTh0OxzPPlNcPLLrfG { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100038;line-height:1.1;letter-spacing:0;top:50.6875rem;left:32.0625rem;height:2.475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VXeH83Mqhc6TcmgaELVJw64QmUe1PMaF { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:100051;line-height:1.2;letter-spacing:0;top:54.285938262939rem;left:31.937501907349rem;height:5.85rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#UGXMpHVuagCoIzl213dbn73tOTqLndaI { position:absolute;display:block;z-index:100020;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:28rem;width:15rem;top:34.1875rem;left:47.25rem;display:block; }
#ve8vOvf4Le6GaVauEJtySgOAtnXRLESi { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:100055;line-height:1.2;letter-spacing:0;top:57.497657775879rem;left:49.31093788147rem;height:3.9rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#sfX0Wm7XDTdli9UmPLewPtQ691FnvqBB { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5rem;width:13.5rem;top:34.125rem;left:48.1875rem;overflow:hidden;display:block; }
#uoKNhvsxewhGGATnAyn40wAgNGeTOlF0 { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100042;line-height:1;letter-spacing:0;top:50.75rem;left:49.4375rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lDd20b8erkVMvLnlSR7Ex5QsQ3qCiW8l { position:absolute;display:block;z-index:100016;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #b400ff;border-left:0.1875rem solid #b400ff;border-right:0.1875rem solid #b400ff;border-bottom:0.1875rem solid #b400ff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:37.25rem;width:15rem;top:63.5625rem;left:21.625rem;display:block; }
#DhvHwc5ZPizT2QvaNIIlEwKTLwEWwLlL { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:100036;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 2.25rem rgba(180,0,255,0.97);top:64.5rem;left:22rem;height:1.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XuQUzu0xf5cp2dCptSdD7JnP6NpeHeoV { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17rem;width:12.9375rem;top:65.75rem;left:22.625rem;overflow:hidden;display:block; }
#uKpPfHZgK8XHLVQ0WmMd3MMAEt8zmfzN { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100043;line-height:1;letter-spacing:0;top:83.6875rem;left:23.625rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IeNzc79oCdMfl9tfqJhik900q7Bw7xex { color:#ffffff;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:100051;line-height:1.1;letter-spacing:0;top:89.3125rem;left:23.5rem;height:10.725rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#ftHH5Jxe9RvWRPb1BfVbp6Zdwprm1L74 { position:absolute;display:block;z-index:100022;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #b400ff;border-left:0.1875rem solid #b400ff;border-right:0.1875rem solid #b400ff;border-bottom:0.1875rem solid #b400ff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:37.125rem;width:16.875rem;top:63.5625rem;left:38rem;display:block; }
#nohDbvwET7qqHnG3WG5TBEhMd2G4OhoQ { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:12.375rem;top:66.4375rem;left:40.1875rem;overflow:hidden;display:block; }
#KfUH5ypO7OTwyMKM25Iik1UgXVBvQM80 { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;z-index:100049;line-height:1;letter-spacing:0;top:83.875rem;left:40.875rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AvDakcXeSCQ3DBkAxQIur5IaMLe6gTU9 { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:100057;line-height:1.2;letter-spacing:0;top:87.4375rem;left:40.75rem;height:4.875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#xuUOscI0N5FJMixKVSoEZIqxrZFTsCZL { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:100042;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 2.25rem rgba(180,0,255,0.97);top:64.6875rem;left:39.6875rem;height:1.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b58QmhQwbCODQlIdKakSKBGuHZOfNwyv { color:#e3ba56;display:block;width:45.6875rem;position:absolute;font-family:"montserrat 900";font-size:1.875rem;font-weight:700;z-index:100025;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.8125rem rgba(255,138,0,0.82);top:103.76172447204rem;left:14.65625rem;height:10.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r6LkrwrFguBDn8IpJDcnKkdVrHvdsUII { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5rem;width:13.5rem;top:115.74922370911rem;left:10.187501907349rem;overflow:hidden;display:block; }
#nl1so6qJzffk9RJzlbPWyy5Ttf5lWtBX { position:absolute;display:block;z-index:100045;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.1875rem;width:12.8125rem;top:118.37500572204rem;left:17.312501907349rem;overflow:hidden;display:block; }
#XSqZEVOl45JSFKvZeNAkhTcuR5izOCb1 { position:absolute;display:block;z-index:100059;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:12.5rem;top:120.25rem;left:25.4375rem;overflow:hidden;display:block; }
#XxKqCR8ZG1qBBsDn3sLw7lppCU0JoNLO { position:absolute;display:block;z-index:100060;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.5625rem;width:19.625rem;top:122.5rem;left:30.4375rem;overflow:hidden;display:block; }
#iFOputtBCLefH7uLmSnTW54ltSyTGuRI { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.75rem;width:13.875rem;top:114.125rem;left:33.3125rem;overflow:hidden;display:block; }
#KedCvS56XOFyC0G2ZHP4MaQMAgI9aQuD { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.25rem;width:13.3125rem;top:120.25rem;left:40.6875rem;overflow:hidden;display:block; }
#A9OImfFccsC6dk6rESoRKflIZn8hDJ2x { position:absolute;display:block;z-index:100061;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16rem;width:11.5rem;top:117.625rem;left:48.1875rem;overflow:hidden;display:block; }
#CMnaAZ7GGbrv1wpBUF8qFCgz5Ve4m5En { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.25rem;width:12.625rem;top:115.3125rem;left:54rem;overflow:hidden;display:block; }
#dPFNftsQHZBk1f8RMnG7LeBAakmmbRUZ { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:100044;line-height:1.2;letter-spacing:0;top:22.6875rem;left:14.625rem;height:3.9rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#G0Tro0VSbcNTRZ5Q5BiaykIaErWDwTXJ { position:relative;display:block; }#G0Tro0VSbcNTRZ5Q5BiaykIaErWDwTXJ { background-color: transparent; background-image: none; }#G0Tro0VSbcNTRZ5Q5BiaykIaErWDwTXJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0Tro0VSbcNTRZ5Q5BiaykIaErWDwTXJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0Tro0VSbcNTRZ5Q5BiaykIaErWDwTXJ > .row .container > .video-iframe-container { display: none; }#G0Tro0VSbcNTRZ5Q5BiaykIaErWDwTXJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0Tro0VSbcNTRZ5Q5BiaykIaErWDwTXJ > .row > .video-iframe-container { display: none; }#G0Tro0VSbcNTRZ5Q5BiaykIaErWDwTXJ > .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); }#G0Tro0VSbcNTRZ5Q5BiaykIaErWDwTXJ { border-width: 0; border-radius: 0; }#G0Tro0VSbcNTRZ5Q5BiaykIaErWDwTXJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:58.625rem;width:75rem;position:relative;display:block; }#GewhyG1kzHhXbLt6ZAzLgzW6TQzyqM1z { position:absolute;display:block;z-index:99978;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00ffd4;border-left:0.125rem solid #00ffd4;border-right:0.125rem solid #00ffd4;border-bottom:0.125rem solid #00ffd4;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.75rem rgba(0,255,212,0.32) ;height:34.5rem;width:32.9375rem;top:9.237500190735rem;left:20.90625rem;display:block; }
#Sb2VeZsIEObWAIPsOyFTDtTSm5WQQtIR { color:#ffffff;display:block;width:42.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100001;line-height:1.1;letter-spacing:0;top:2.4250011444092rem;left:16.21875rem;height:6.1875rem;text-align:center;text-align-last:center;display:block; }
#GcwygCHH0TOPl3AQfTNRgdEakNw9rdqp { color:#e3ba56;display:block;width:30.8125rem;position:absolute;font-family:montserrat;font-size:3.5625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.5625rem #ff7200;top:10.4375rem;left:22.0625rem;height:4.63125rem;text-align:center;text-align-last:center;display:block; }
#yekw3rCOyd4af2TyhcnZSDUn1nP1S9ge { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #e3ba56;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:27.875rem;top:12.956250190735rem;left:23.562501907349rem;display:block; }
#DNyaZo4ZrrRX6enEXr2fuzkHxE4yBpXG { color:#00ffd2;display:block;width:34.6875rem;position:absolute;font-family:"montserrat 900";font-size:3.75rem;font-weight:700;z-index:100025;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 2.25rem rgba(7,190,160,0.97);top:15.206250190735rem;left:20.15625rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTTgbS0D0wGkzFVtWMNuEVl8cTZzos2a { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:19.868750572204rem;left:27.281251907349rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#x60fQ4quIEA4HqocPkKe8FdBzRCrecPH { position:absolute;display:block;z-index:99981;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00ffd4;border-left:0.125rem solid #00ffd4;border-right:0.125rem solid #00ffd4;border-bottom:0.125rem solid #00ffd4;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.75rem rgba(0,255,212,0.32) ;height:13.5625rem;width:30rem;top:23.78125rem;left:22.0625rem;display:block; }
#NGHqAOObPgUfxNouIGsmoN1uKtyZ0Mhy { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:33.924499511719rem;left:24.1875rem;height:3.15rem;text-align:center;text-align-last:center;display:block; }
#V3CNiybXW2Oe15nKoi4daOT5URHPQFGP { color:#ffffff;display:block;width:6.3125rem;position:absolute;font-family:"montserrat 900";font-size:1.6875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:24.462500572204rem;left:24.27499961853rem;height:2.19375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uWcPw3VXFmscs12HlUn4ntOEbEfEOUWA { color:#ffffff;display:block;width:24rem;position:absolute;font-family:"montserrat 900";font-size:5.125rem;font-weight:700;z-index:99980;line-height:1.3;letter-spacing:0;top:25.862500190735rem;left:25.437501907349rem;height:6.6625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zMDBqUep2f490IpfzEpk6StcuwnSl8HK { color:#6a0879;display:block;width:24rem;position:absolute;font-family:"montserrat 900";font-size:5.125rem;font-weight:700;z-index:99979;line-height:1.3;letter-spacing:0;top:26.550000190735rem;left:25.000001907349rem;height:6.6625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nHRKEfRLrZx2gzetst3DiTnMMcxCRPJP { color:#00ffd2;display:block;width:24rem;position:absolute;font-family:"montserrat 900";font-size:5.125rem;font-weight:700;z-index:99977;line-height:1.3;letter-spacing:0;top:26.737500190735rem;left:24.71249961853rem;height:6.6625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FlX4eJqlRMxl29WhJmGcIPWuRF0WaFnt { color:#00ffd2;display:block;width:34.6875rem;position:absolute;font-family:"montserrat 900";font-size:2.1875rem;font-weight:700;z-index:100026;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 2.25rem rgba(7,190,160,0.97);top:39.737500190735rem;left:20.15625rem;height:2.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kgktrkR07FtATddoHDql88UJ7CMZGdAd { background-color:#a200ff;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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:"montserrat 900";font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.75rem;height:4.625rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:51.449220657349rem;left:15.125rem;display:block; }
#KL2AACgCGwGiaG3MNK06AqC5iaHOMau8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#c2oUTFREhmgyctA45772tbPrfRu81h0R { color:#ffffff;display:block;width:5.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100058;line-height:1.1;letter-spacing:0;top:45.762500762939rem;left:48.842969894409rem;height:1.9875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tpNPup3Xfm0io7lQZksQ2Pe2LWZUqx8B { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100059;line-height:1.1;letter-spacing:0;top:45.761720657349rem;left:32.781251907349rem;height:1.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QF0SKEiVXE1BgXuAkZVI1maSc1OKLLzA { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100060;line-height:1.1;letter-spacing:0;top:45.5625rem;left:23.5625rem;height:1.9875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AAsiL5z4s25GHefClGU4q3LtMK5afzQq { position:absolute;display:block;z-index:100061;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:3.4375rem;top:44.58749961853rem;left:20.125rem;overflow:hidden;display:block; }
#V7eNa81fKMvIh2cZzoM29o7kw7u839VD { position:absolute;display:block;z-index:100062;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.625rem;top:44.83749961853rem;left:29.218751907349rem;overflow:hidden;display:block; }
#RqITDMWzWeb5L8fr5Ozex9NogNnzFDg0 { position:absolute;display:block;z-index:100063;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:3.625rem;top:44.237499237061rem;left:45.625001907349rem;overflow:hidden;display:block; }
#DqIVfbra4RotZrvEvGNieXqKp5nHZkp4 { position:relative;display:block; }#DqIVfbra4RotZrvEvGNieXqKp5nHZkp4 { background-color: transparent; background-image: none; }#DqIVfbra4RotZrvEvGNieXqKp5nHZkp4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqIVfbra4RotZrvEvGNieXqKp5nHZkp4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqIVfbra4RotZrvEvGNieXqKp5nHZkp4 > .row .container > .video-iframe-container { display: none; }#DqIVfbra4RotZrvEvGNieXqKp5nHZkp4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqIVfbra4RotZrvEvGNieXqKp5nHZkp4 > .row > .video-iframe-container { display: none; }#DqIVfbra4RotZrvEvGNieXqKp5nHZkp4 > .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); }#DqIVfbra4RotZrvEvGNieXqKp5nHZkp4 { border-width: 0; border-radius: 0; }#DqIVfbra4RotZrvEvGNieXqKp5nHZkp4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#pWcyfuFX0Z3yFGi18LpcJerdWnrDk7Sd { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.1875rem;width:14.6875rem;top:3.6875rem;left:11rem;overflow:hidden;display:block; }
#RsGItC4TxqoE3NnPLP3I9vKAZK6BwrVc { color:#ffffff;display:block;width:36.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100060;line-height:1.3;letter-spacing:0;top:8.0625rem;left:25.6875rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JiLL1nNzr4RAEi6vpMsyOK4GMz1uepmZ { color:#e3ba56;display:block;width:36.125rem;position:absolute;font-family:"montserrat 900";font-size:1.75rem;font-weight:700;z-index:100026;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.8125rem rgba(255,138,0,0.82);top:5.5rem;left:25.6875rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sqm3rRovgoDQwgTK5bReOs9G5FlWqkSE { color:#00ffd2;display:block;width:42.75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100025;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 2.25rem rgba(7,190,160,0.97);top:0.6875rem;left:15.3125rem;height:4.5375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#rA3FTkt5CaxPyS4Vk8AIhDIXHzwGhLfL { position:relative;display:block; }#rA3FTkt5CaxPyS4Vk8AIhDIXHzwGhLfL { background-color: transparent; background-image: none; }#rA3FTkt5CaxPyS4Vk8AIhDIXHzwGhLfL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rA3FTkt5CaxPyS4Vk8AIhDIXHzwGhLfL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rA3FTkt5CaxPyS4Vk8AIhDIXHzwGhLfL > .row .container > .video-iframe-container { display: none; }#rA3FTkt5CaxPyS4Vk8AIhDIXHzwGhLfL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rA3FTkt5CaxPyS4Vk8AIhDIXHzwGhLfL > .row > .video-iframe-container { display: none; }#rA3FTkt5CaxPyS4Vk8AIhDIXHzwGhLfL > .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); }#rA3FTkt5CaxPyS4Vk8AIhDIXHzwGhLfL { border-width: 0; border-radius: 0; }#rA3FTkt5CaxPyS4Vk8AIhDIXHzwGhLfL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#ooh7X8G1Tb9IG8RlLPVoiHUUnCtmi2w0 { background-color:#00ffd2;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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,255,210,0.5) ;box-sizing:border-box;color:#221a1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.75rem;height:4.625rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:20.506944417954rem;left:13.625rem;display:block; }
#NUW8zO3c8GHB7B5GL2lc2EyZBgXAS9Jo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#l0hS8hcWX2kfFrgM4sTTe4wVacpXuGOv { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:8rem;left:62.5rem;display:none; }
#eiGm4XWtwlIpoqqC9MpehTV2TfpWXWQk { position:absolute;display:block;z-index:100015;background-color:rgba(227,227,227,0.36);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:15.75rem;width:57.375rem;top:1.6875rem;left:8.8125rem;display:block; }
#PmJ0LQfBQyfT369CrBaq2WTA7tawPXMX { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12rem;width:21.375rem;top:3.4375rem;left:13.4375rem;display:block; }
#sMMr32hIoNLI7P5PofGnfbqCtUEOWAHe { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12rem;width:21.375rem;top:3.5rem;left:39.25rem;display:block; }
#qTzM9kqOCKuX5vSfJPZqgvODPhtNh0cA { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.625rem;width:17.75rem;top:25.1318359375rem;left:48.5rem;overflow:hidden;display:block; }
#iAmgEaVBtP1hxH0DUSxehnnSdJP2MRzx { position:relative;display:block; }#iAmgEaVBtP1hxH0DUSxehnnSdJP2MRzx { background-color: transparent; background-image: none; }#iAmgEaVBtP1hxH0DUSxehnnSdJP2MRzx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAmgEaVBtP1hxH0DUSxehnnSdJP2MRzx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAmgEaVBtP1hxH0DUSxehnnSdJP2MRzx > .row .container > .video-iframe-container { display: none; }#iAmgEaVBtP1hxH0DUSxehnnSdJP2MRzx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iAmgEaVBtP1hxH0DUSxehnnSdJP2MRzx > .row > .video-iframe-container { display: none; }#iAmgEaVBtP1hxH0DUSxehnnSdJP2MRzx > .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); }#iAmgEaVBtP1hxH0DUSxehnnSdJP2MRzx { border-width: 0; border-radius: 0; }#iAmgEaVBtP1hxH0DUSxehnnSdJP2MRzx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;position:relative;display:block; }#bV2VxVXo1i2qwcanHsVUSPk8uV6c77GB { color:#ffffff;display:block;width:42.75rem;position:absolute;font-family:"montserrat 900";font-size:1.5rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 2.25rem rgba(7,190,160,0.97);top:4.625rem;left:18.75rem;height:5.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DEkEqQPUgRRhOuR2S3SDXsRUeXm4lwpC { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:6.375rem;top:3.3125rem;left:15.9375rem;overflow:hidden;display:block; }
#JAMW96GBQW48az8cbTXOtl5KNTDgQ9zD { color:#ffffff;display:block;width:32.0625rem;position:absolute;font-family:"montserrat 900";font-size:2.125rem;font-weight:700;z-index:100024;line-height:1.2;letter-spacing:0;top:13.1875rem;left:21.46875rem;height:2.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ORy45PTplD16ar32WbD6z5xnuUga2PET { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#ORy45PTplD16ar32WbD6z5xnuUga2PET > .row .container { background-color: transparent; background-image: none; }#ORy45PTplD16ar32WbD6z5xnuUga2PET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORy45PTplD16ar32WbD6z5xnuUga2PET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORy45PTplD16ar32WbD6z5xnuUga2PET > .row .container > .video-iframe-container { display: none; }#ORy45PTplD16ar32WbD6z5xnuUga2PET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORy45PTplD16ar32WbD6z5xnuUga2PET > .row > .video-iframe-container { display: none; }#ORy45PTplD16ar32WbD6z5xnuUga2PET > .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); }#ORy45PTplD16ar32WbD6z5xnuUga2PET > .row .container { border-width: 0; border-radius: 0; }#ORy45PTplD16ar32WbD6z5xnuUga2PET > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#ZlNrOXTG3IVTH0VITyomRSy6vFoUPfkk { position:absolute;display:block;z-index:100026;background-color:#e3ba56;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:3.8125rem;width:53.125rem;top:0.8125rem;left:10.9375rem;display:block; }
#QsWHTAOzl031hM0zPt5S7c6H1JMgLdPv { color:#000000;display:block;width:46.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100061;line-height:1.1;letter-spacing:0;top:1.875rem;left:16.125rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t6fS2FBDzcnUz0JFFRAnaTv4Z7wiUEmZ { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100062;top:1.125rem;left:59.5625rem;display:block; }
#vIJN6aqy4tDE2xJT3T6u81BrvFp6mQnb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#vIJN6aqy4tDE2xJT3T6u81BrvFp6mQnb > .row .container { background-color: transparent; background-image: none; }#vIJN6aqy4tDE2xJT3T6u81BrvFp6mQnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIJN6aqy4tDE2xJT3T6u81BrvFp6mQnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIJN6aqy4tDE2xJT3T6u81BrvFp6mQnb > .row .container > .video-iframe-container { display: none; }#vIJN6aqy4tDE2xJT3T6u81BrvFp6mQnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIJN6aqy4tDE2xJT3T6u81BrvFp6mQnb > .row > .video-iframe-container { display: none; }#vIJN6aqy4tDE2xJT3T6u81BrvFp6mQnb > .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); }#vIJN6aqy4tDE2xJT3T6u81BrvFp6mQnb > .row .container { border-width: 0; border-radius: 0; }#vIJN6aqy4tDE2xJT3T6u81BrvFp6mQnb > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#TfW1KOMbIhXGB1JRtKdpd2KJXSVIw9zQ { color:#ffffff;display:block;width:38.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100061;line-height:1.5;letter-spacing:0;top:1.4375rem;left:18.46875rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qi0ZgXPrVI7z4p75SkT7uGiQo2cMVGGC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#Qi0ZgXPrVI7z4p75SkT7uGiQo2cMVGGC > .row .container { background-color: transparent; background-image: none; }#Qi0ZgXPrVI7z4p75SkT7uGiQo2cMVGGC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qi0ZgXPrVI7z4p75SkT7uGiQo2cMVGGC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qi0ZgXPrVI7z4p75SkT7uGiQo2cMVGGC > .row .container > .video-iframe-container { display: none; }#Qi0ZgXPrVI7z4p75SkT7uGiQo2cMVGGC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qi0ZgXPrVI7z4p75SkT7uGiQo2cMVGGC > .row > .video-iframe-container { display: none; }#Qi0ZgXPrVI7z4p75SkT7uGiQo2cMVGGC > .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); }#Qi0ZgXPrVI7z4p75SkT7uGiQo2cMVGGC > .row .container { border-width: 0; border-radius: 0; }#Qi0ZgXPrVI7z4p75SkT7uGiQo2cMVGGC > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#XlRiA3WEwMqaD2ZR8mnxznsuTgTZyXUW { position:absolute;display:block;z-index:100025;background-color:#e3ba56;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:3.8125rem;width:53.125rem;top:0.8125rem;left:10.9375rem;display:block; }
#ySwRSG6EVrI9yHJRkchGlRz87PZwzheS { color:#000000;display:block;width:46.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100060;line-height:1.1;letter-spacing:0;top:1.875rem;left:16.125rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ndNwMsoQ7A5KFyJnEaLbJIHvhDBBiaCP { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100061;top:1.125rem;left:59.5625rem;display:block; }
#HqDKrpBFO4kACq0kbmNwW0tpu3aKJtm6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#HqDKrpBFO4kACq0kbmNwW0tpu3aKJtm6 > .row .container { background-color: transparent; background-image: none; }#HqDKrpBFO4kACq0kbmNwW0tpu3aKJtm6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqDKrpBFO4kACq0kbmNwW0tpu3aKJtm6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqDKrpBFO4kACq0kbmNwW0tpu3aKJtm6 > .row .container > .video-iframe-container { display: none; }#HqDKrpBFO4kACq0kbmNwW0tpu3aKJtm6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqDKrpBFO4kACq0kbmNwW0tpu3aKJtm6 > .row > .video-iframe-container { display: none; }#HqDKrpBFO4kACq0kbmNwW0tpu3aKJtm6 > .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); }#HqDKrpBFO4kACq0kbmNwW0tpu3aKJtm6 > .row .container { border-width: 0; border-radius: 0; }#HqDKrpBFO4kACq0kbmNwW0tpu3aKJtm6 > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#eS5KcCeWVTBontRihgPrlVivsqpWMqAt { color:#ffffff;display:block;width:38.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100062;line-height:1.5;letter-spacing:0;top:2rem;left:18.46875rem;height:30.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GTM9mA11DSNc4N3hgRWi4R8q7PThtI6X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#GTM9mA11DSNc4N3hgRWi4R8q7PThtI6X > .row .container { background-color: transparent; background-image: none; }#GTM9mA11DSNc4N3hgRWi4R8q7PThtI6X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTM9mA11DSNc4N3hgRWi4R8q7PThtI6X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTM9mA11DSNc4N3hgRWi4R8q7PThtI6X > .row .container > .video-iframe-container { display: none; }#GTM9mA11DSNc4N3hgRWi4R8q7PThtI6X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTM9mA11DSNc4N3hgRWi4R8q7PThtI6X > .row > .video-iframe-container { display: none; }#GTM9mA11DSNc4N3hgRWi4R8q7PThtI6X > .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); }#GTM9mA11DSNc4N3hgRWi4R8q7PThtI6X > .row .container { border-width: 0; border-radius: 0; }#GTM9mA11DSNc4N3hgRWi4R8q7PThtI6X > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#WPrMa5T8pW1SfMLdtzt2T3iKHgx1skUo { position:absolute;display:block;z-index:100031;background-color:#e3ba56;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:3.8125rem;width:53.125rem;top:0.8125rem;left:10.9375rem;display:block; }
#QyeFUt1D54hBV5tFcpCpgBAxsnDT9Sy4 { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100067;top:1.25rem;left:59.5625rem;display:block; }
#dgSHokckSBrbGzmrUgaPJxwV4K7o3TUh { color:#000000;display:block;width:46.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100066;line-height:1.1;letter-spacing:0;top:2rem;left:16.125rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J5caP7Xkp0RgDWpwHQkBOHNVKfNHIQAp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#J5caP7Xkp0RgDWpwHQkBOHNVKfNHIQAp > .row .container { background-color: transparent; background-image: none; }#J5caP7Xkp0RgDWpwHQkBOHNVKfNHIQAp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5caP7Xkp0RgDWpwHQkBOHNVKfNHIQAp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5caP7Xkp0RgDWpwHQkBOHNVKfNHIQAp > .row .container > .video-iframe-container { display: none; }#J5caP7Xkp0RgDWpwHQkBOHNVKfNHIQAp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5caP7Xkp0RgDWpwHQkBOHNVKfNHIQAp > .row > .video-iframe-container { display: none; }#J5caP7Xkp0RgDWpwHQkBOHNVKfNHIQAp > .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); }#J5caP7Xkp0RgDWpwHQkBOHNVKfNHIQAp > .row .container { border-width: 0; border-radius: 0; }#J5caP7Xkp0RgDWpwHQkBOHNVKfNHIQAp > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#KmTvwkzaQfmgTntKrivydNHBa0OsQEy7 { color:#ffffff;display:block;width:38.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100062;line-height:1.5;letter-spacing:0;top:2.125rem;left:18.46875rem;height:11.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xC23K5nCcwzLz2EOINN7by2aT5RhMVm6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#xC23K5nCcwzLz2EOINN7by2aT5RhMVm6 > .row .container { background-color: transparent; background-image: none; }#xC23K5nCcwzLz2EOINN7by2aT5RhMVm6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xC23K5nCcwzLz2EOINN7by2aT5RhMVm6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xC23K5nCcwzLz2EOINN7by2aT5RhMVm6 > .row .container > .video-iframe-container { display: none; }#xC23K5nCcwzLz2EOINN7by2aT5RhMVm6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xC23K5nCcwzLz2EOINN7by2aT5RhMVm6 > .row > .video-iframe-container { display: none; }#xC23K5nCcwzLz2EOINN7by2aT5RhMVm6 > .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); }#xC23K5nCcwzLz2EOINN7by2aT5RhMVm6 > .row .container { border-width: 0; border-radius: 0; }#xC23K5nCcwzLz2EOINN7by2aT5RhMVm6 > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#ypWECCh4ltMU18Ez7Z0rL9bDPdUOmeb5 { position:absolute;display:block;z-index:100029;background-color:#e3ba56;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:3.8125rem;width:53.125rem;top:0.8125rem;left:10.9375rem;display:block; }
#KpnpNTyBPdwWmp1Ns9RIOObDRyswargA { color:#000000;display:block;width:46.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100064;line-height:1.1;letter-spacing:0;top:1.9375rem;left:16.125rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O0oIXHWWWEOFsJB8PBwd9FHSVuawaoX1 { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100065;top:1.125rem;left:59.5625rem;display:block; }
#gX0L9cCPnh88MaS9wOWLA7Ai2PgSq5gr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#gX0L9cCPnh88MaS9wOWLA7Ai2PgSq5gr > .row .container { background-color: transparent; background-image: none; }#gX0L9cCPnh88MaS9wOWLA7Ai2PgSq5gr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gX0L9cCPnh88MaS9wOWLA7Ai2PgSq5gr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gX0L9cCPnh88MaS9wOWLA7Ai2PgSq5gr > .row .container > .video-iframe-container { display: none; }#gX0L9cCPnh88MaS9wOWLA7Ai2PgSq5gr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gX0L9cCPnh88MaS9wOWLA7Ai2PgSq5gr > .row > .video-iframe-container { display: none; }#gX0L9cCPnh88MaS9wOWLA7Ai2PgSq5gr > .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); }#gX0L9cCPnh88MaS9wOWLA7Ai2PgSq5gr > .row .container { border-width: 0; border-radius: 0; }#gX0L9cCPnh88MaS9wOWLA7Ai2PgSq5gr > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#suXX4aWQDbnJ0EryRf9JQfbrVNwtg8VW { color:#ffffff;display:block;width:38.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100063;line-height:1.5;letter-spacing:0;top:2.21875rem;left:18.46875rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K1QP1emy3qEdVzt13dFKSRz6rNnEboAZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#K1QP1emy3qEdVzt13dFKSRz6rNnEboAZ > .row .container { background-color: transparent; background-image: none; }#K1QP1emy3qEdVzt13dFKSRz6rNnEboAZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1QP1emy3qEdVzt13dFKSRz6rNnEboAZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1QP1emy3qEdVzt13dFKSRz6rNnEboAZ > .row .container > .video-iframe-container { display: none; }#K1QP1emy3qEdVzt13dFKSRz6rNnEboAZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1QP1emy3qEdVzt13dFKSRz6rNnEboAZ > .row > .video-iframe-container { display: none; }#K1QP1emy3qEdVzt13dFKSRz6rNnEboAZ > .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); }#K1QP1emy3qEdVzt13dFKSRz6rNnEboAZ > .row .container { border-width: 0; border-radius: 0; }#K1QP1emy3qEdVzt13dFKSRz6rNnEboAZ > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#bn74nNkaR0wfhDUh8kDFnietrotMNiTJ { position:absolute;display:block;z-index:100030;background-color:#e3ba56;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:3.8125rem;width:53.125rem;top:0.8125rem;left:10.9375rem;display:block; }
#ngLa20m63t6gCI1Oc4XUqXWbv2hfJhky { color:#000000;display:block;width:46.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100065;line-height:1.1;letter-spacing:0;top:1.9375rem;left:16.125rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hb730FFP2vN0R6UyiBVTvvFDqa7Ni4WR { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100066;top:1.1875rem;left:59.5625rem;display:block; }
#QTXQu2xLtDzJBgUcdV7LcpOF6p3DTyis { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#QTXQu2xLtDzJBgUcdV7LcpOF6p3DTyis > .row .container { background-color: transparent; background-image: none; }#QTXQu2xLtDzJBgUcdV7LcpOF6p3DTyis::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXQu2xLtDzJBgUcdV7LcpOF6p3DTyis > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXQu2xLtDzJBgUcdV7LcpOF6p3DTyis > .row .container > .video-iframe-container { display: none; }#QTXQu2xLtDzJBgUcdV7LcpOF6p3DTyis > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXQu2xLtDzJBgUcdV7LcpOF6p3DTyis > .row > .video-iframe-container { display: none; }#QTXQu2xLtDzJBgUcdV7LcpOF6p3DTyis > .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); }#QTXQu2xLtDzJBgUcdV7LcpOF6p3DTyis > .row .container { border-width: 0; border-radius: 0; }#QTXQu2xLtDzJBgUcdV7LcpOF6p3DTyis > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#qrUfHpEWwaw8tvpGlPLUIdfQDnb77Z7W { color:#ffffff;display:block;width:38.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100064;line-height:1.5;letter-spacing:0;top:2rem;left:18.46875rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r9g68PBJVkVrBdilnxVhrntTZUkvCw4h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#r9g68PBJVkVrBdilnxVhrntTZUkvCw4h > .row .container { background-color: transparent; background-image: none; }#r9g68PBJVkVrBdilnxVhrntTZUkvCw4h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9g68PBJVkVrBdilnxVhrntTZUkvCw4h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9g68PBJVkVrBdilnxVhrntTZUkvCw4h > .row .container > .video-iframe-container { display: none; }#r9g68PBJVkVrBdilnxVhrntTZUkvCw4h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9g68PBJVkVrBdilnxVhrntTZUkvCw4h > .row > .video-iframe-container { display: none; }#r9g68PBJVkVrBdilnxVhrntTZUkvCw4h > .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); }#r9g68PBJVkVrBdilnxVhrntTZUkvCw4h > .row .container { border-width: 0; border-radius: 0; }#r9g68PBJVkVrBdilnxVhrntTZUkvCw4h > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#aa5OwvTic0VbC2OP4KdvgSakVr1TS9se { position:absolute;display:block;z-index:100030;background-color:#e3ba56;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:3.8125rem;width:53.125rem;top:0.8125rem;left:10.9375rem;display:block; }
#BtRTmnse8qmeEdfbZit6ssHHLddBK0J1 { color:#000000;display:block;width:46.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100065;line-height:1.1;letter-spacing:0;top:1.9375rem;left:16.125rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XeylKzCCi0pTr3tZBcNudbsKWRzF9iDL { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100066;top:1.1875rem;left:59.5625rem;display:block; }
#kAqqBFvWkT8V7hwQPpyHIR9sS4LcrCoa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#kAqqBFvWkT8V7hwQPpyHIR9sS4LcrCoa > .row .container { background-color: transparent; background-image: none; }#kAqqBFvWkT8V7hwQPpyHIR9sS4LcrCoa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAqqBFvWkT8V7hwQPpyHIR9sS4LcrCoa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAqqBFvWkT8V7hwQPpyHIR9sS4LcrCoa > .row .container > .video-iframe-container { display: none; }#kAqqBFvWkT8V7hwQPpyHIR9sS4LcrCoa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAqqBFvWkT8V7hwQPpyHIR9sS4LcrCoa > .row > .video-iframe-container { display: none; }#kAqqBFvWkT8V7hwQPpyHIR9sS4LcrCoa > .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); }#kAqqBFvWkT8V7hwQPpyHIR9sS4LcrCoa > .row .container { border-width: 0; border-radius: 0; }#kAqqBFvWkT8V7hwQPpyHIR9sS4LcrCoa > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#JdCZol0iOEu25uQ2X7wQZ4v0l3GVkNTa { color:#ffffff;display:block;width:38.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100064;line-height:1.5;letter-spacing:0;top:2rem;left:18.46875rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uSWeDu2KBLTFo4JXvoy2l0c3Pnh5PHCa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#uSWeDu2KBLTFo4JXvoy2l0c3Pnh5PHCa > .row .container { background-color: transparent; background-image: none; }#uSWeDu2KBLTFo4JXvoy2l0c3Pnh5PHCa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSWeDu2KBLTFo4JXvoy2l0c3Pnh5PHCa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSWeDu2KBLTFo4JXvoy2l0c3Pnh5PHCa > .row .container > .video-iframe-container { display: none; }#uSWeDu2KBLTFo4JXvoy2l0c3Pnh5PHCa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSWeDu2KBLTFo4JXvoy2l0c3Pnh5PHCa > .row > .video-iframe-container { display: none; }#uSWeDu2KBLTFo4JXvoy2l0c3Pnh5PHCa > .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); }#uSWeDu2KBLTFo4JXvoy2l0c3Pnh5PHCa > .row .container { border-width: 0; border-radius: 0; }#uSWeDu2KBLTFo4JXvoy2l0c3Pnh5PHCa > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#Wb9DpfckSSeicLiUnQgV4fT6EU2z8796 { position:absolute;display:block;z-index:100030;background-color:#e3ba56;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:5.625rem;width:53.125rem;top:0.8125rem;left:10.9375rem;display:block; }
#GHpi3TrSubiOwCLyFtMiFUzrR58diaIK { color:#000000;display:block;width:46.4375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100065;line-height:1.1;letter-spacing:0;top:1.9375rem;left:16.125rem;height:3.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TyVTscAfv9Aq1TCmnoe3i5VRCcPqxhNL { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100066;top:1.96875rem;left:59.6875rem;display:block; }
#VqOPOTCCkopJ05lVCeT6N8L9i2IQbf2o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#VqOPOTCCkopJ05lVCeT6N8L9i2IQbf2o > .row .container { background-color: transparent; background-image: none; }#VqOPOTCCkopJ05lVCeT6N8L9i2IQbf2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqOPOTCCkopJ05lVCeT6N8L9i2IQbf2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqOPOTCCkopJ05lVCeT6N8L9i2IQbf2o > .row .container > .video-iframe-container { display: none; }#VqOPOTCCkopJ05lVCeT6N8L9i2IQbf2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqOPOTCCkopJ05lVCeT6N8L9i2IQbf2o > .row > .video-iframe-container { display: none; }#VqOPOTCCkopJ05lVCeT6N8L9i2IQbf2o > .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); }#VqOPOTCCkopJ05lVCeT6N8L9i2IQbf2o > .row .container { border-width: 0; border-radius: 0; }#VqOPOTCCkopJ05lVCeT6N8L9i2IQbf2o > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:75rem;position:relative;display:block; }#TNTfTS9TT73i63bm56f1NmH4auUzZWCN { color:#ffffff;display:block;width:38.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100064;line-height:1.5;letter-spacing:0;top:2rem;left:18.46875rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MTHtoaEpFzKqf1cuWQvnrscRgJv2itHk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#MTHtoaEpFzKqf1cuWQvnrscRgJv2itHk > .row .container { background-color: transparent; background-image: none; }#MTHtoaEpFzKqf1cuWQvnrscRgJv2itHk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTHtoaEpFzKqf1cuWQvnrscRgJv2itHk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTHtoaEpFzKqf1cuWQvnrscRgJv2itHk > .row .container > .video-iframe-container { display: none; }#MTHtoaEpFzKqf1cuWQvnrscRgJv2itHk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTHtoaEpFzKqf1cuWQvnrscRgJv2itHk > .row > .video-iframe-container { display: none; }#MTHtoaEpFzKqf1cuWQvnrscRgJv2itHk > .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); }#MTHtoaEpFzKqf1cuWQvnrscRgJv2itHk > .row .container { border-width: 0; border-radius: 0; }#MTHtoaEpFzKqf1cuWQvnrscRgJv2itHk > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#gDUDnkT6Cq9fzynMBWDpI81L4ylJKyRm { position:absolute;display:block;z-index:100030;background-color:#e3ba56;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:3.8125rem;width:53.125rem;top:0.8125rem;left:10.9375rem;display:block; }
#V4dmD4z3rEln97W9HQz5QiQBEJLRghpB { color:#000000;display:block;width:46.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100065;line-height:1.1;letter-spacing:0;top:1.9375rem;left:16.125rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i5W5U6Zs7Ppr3Dq9kiLM0aSWEGzirvOy { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100066;top:1.1875rem;left:59.5625rem;display:block; }
#TIP0p0xDEKzvZeorFp65TFcVkJpqnxVi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#TIP0p0xDEKzvZeorFp65TFcVkJpqnxVi > .row .container { background-color: transparent; background-image: none; }#TIP0p0xDEKzvZeorFp65TFcVkJpqnxVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIP0p0xDEKzvZeorFp65TFcVkJpqnxVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIP0p0xDEKzvZeorFp65TFcVkJpqnxVi > .row .container > .video-iframe-container { display: none; }#TIP0p0xDEKzvZeorFp65TFcVkJpqnxVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIP0p0xDEKzvZeorFp65TFcVkJpqnxVi > .row > .video-iframe-container { display: none; }#TIP0p0xDEKzvZeorFp65TFcVkJpqnxVi > .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); }#TIP0p0xDEKzvZeorFp65TFcVkJpqnxVi > .row .container { border-width: 0; border-radius: 0; }#TIP0p0xDEKzvZeorFp65TFcVkJpqnxVi > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:block; }#aXztkMP2ghUPoAA9fFAclqiMCI3WAnJV { color:#ffffff;display:block;width:38.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100064;line-height:1.5;letter-spacing:0;top:2rem;left:18.46875rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IZr07cLcXFKTieIJ8LhABRPb1PLddnuT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#IZr07cLcXFKTieIJ8LhABRPb1PLddnuT > .row .container { background-color: transparent; background-image: none; }#IZr07cLcXFKTieIJ8LhABRPb1PLddnuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZr07cLcXFKTieIJ8LhABRPb1PLddnuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZr07cLcXFKTieIJ8LhABRPb1PLddnuT > .row .container > .video-iframe-container { display: none; }#IZr07cLcXFKTieIJ8LhABRPb1PLddnuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZr07cLcXFKTieIJ8LhABRPb1PLddnuT > .row > .video-iframe-container { display: none; }#IZr07cLcXFKTieIJ8LhABRPb1PLddnuT > .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); }#IZr07cLcXFKTieIJ8LhABRPb1PLddnuT > .row .container { border-width: 0; border-radius: 0; }#IZr07cLcXFKTieIJ8LhABRPb1PLddnuT > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#rbb07kTW0rbPa3FMBMT0goDgLT1sunFI { position:absolute;display:block;z-index:100030;background-color:#e3ba56;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:5.6875rem;width:53.125rem;top:0.8125rem;left:10.9375rem;display:block; }
#puSWaVRQOuqImVGt3NFbsGpaqV12I5uN { color:#000000;display:block;width:46rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100065;line-height:1.1;letter-spacing:0;top:1.9375rem;left:16.125rem;height:3.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xgTDtbCqI9EFwocDVeyP0UlZ8H99SE2F { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100066;top:2.09375rem;left:59.5625rem;display:block; }
#NRPPaV1t20kNN3u6The6BGaitTrPZymn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#NRPPaV1t20kNN3u6The6BGaitTrPZymn > .row .container { background-color: transparent; background-image: none; }#NRPPaV1t20kNN3u6The6BGaitTrPZymn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRPPaV1t20kNN3u6The6BGaitTrPZymn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRPPaV1t20kNN3u6The6BGaitTrPZymn > .row .container > .video-iframe-container { display: none; }#NRPPaV1t20kNN3u6The6BGaitTrPZymn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRPPaV1t20kNN3u6The6BGaitTrPZymn > .row > .video-iframe-container { display: none; }#NRPPaV1t20kNN3u6The6BGaitTrPZymn > .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); }#NRPPaV1t20kNN3u6The6BGaitTrPZymn > .row .container { border-width: 0; border-radius: 0; }#NRPPaV1t20kNN3u6The6BGaitTrPZymn > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;position:relative;display:block; }#AynGMS2eEzpdvyuqTHXlbAJmU9upkLKP { color:#ffffff;display:block;width:38.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100064;line-height:1.5;letter-spacing:0;top:2rem;left:18.46875rem;height:10.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i84dTT3lT9PRX2J37EBUufx1gimTT0vO { position:relative;display:none; }#i84dTT3lT9PRX2J37EBUufx1gimTT0vO { border-width: 0; border-radius: 0; }#i84dTT3lT9PRX2J37EBUufx1gimTT0vO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;position:relative;display:none; }#UVZskHbSmxgbSBGw2CXld4HERIHHfSxQ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:3.375rem;top:14.718750953674rem;left:12rem;overflow:hidden;display:block; }
#fxPskJ4QnFZUyE09isSahF8NP0QSlsdm { background-color:#00ffd2;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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,255,210,0.5) ;box-sizing:border-box;color:#221a1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:53.875rem;height:4.6875rem;text-decoration:none;z-index:99999;text-align:center;text-align-last:center;top:14.0625rem;left:10.5625rem;display:block; }
#VeA10Sw22Zz77kOiT9NNdbDoGmctKEa7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#igFfqw6tFuM1qVU3B7XNHge1Nkioe7xF { color:#e3ba56;display:block;width:45.6875rem;position:absolute;font-family:"montserrat 900";font-size:2rem;font-weight:700;z-index:100026;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.8125rem rgba(255,138,0,0.82);top:2.0625rem;left:14.65625rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QacMQZMyPezrUZumOg1yaOv2vL748xr9 { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:100002;line-height:1.1;letter-spacing:0;top:6.75rem;left:21.625rem;height:;text-align:center;text-align-last:center;display:block; }
#EzL2Er4EV7LQABxvteyuH5BGOn8bd4nR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#EzL2Er4EV7LQABxvteyuH5BGOn8bd4nR > .row .container { background-color: transparent; background-image: none; }#EzL2Er4EV7LQABxvteyuH5BGOn8bd4nR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzL2Er4EV7LQABxvteyuH5BGOn8bd4nR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzL2Er4EV7LQABxvteyuH5BGOn8bd4nR > .row .container > .video-iframe-container { display: none; }#EzL2Er4EV7LQABxvteyuH5BGOn8bd4nR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzL2Er4EV7LQABxvteyuH5BGOn8bd4nR > .row > .video-iframe-container { display: none; }#EzL2Er4EV7LQABxvteyuH5BGOn8bd4nR > .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); }#EzL2Er4EV7LQABxvteyuH5BGOn8bd4nR > .row .container { border-width: 0; border-radius: 0; }#EzL2Er4EV7LQABxvteyuH5BGOn8bd4nR > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#Uo5C7XRlWG5uBPMLQwtZpeuCZGQHUJTT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.875rem;width:5.75rem;top:5.46875rem;left:56.367185592651rem;overflow:hidden;display:block; }
#WQrgeeKs9T7rzP8u3Oo0vO6B3TeAJGX9 { color:#000000;display:block;width:58.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:1.375rem;left:8.4375rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#KzCd3KmtVUQZNxC9siPoh6RnTapk8sWB { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;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:arial;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:7.1875rem;left:38.5625rem;display:block; }
#gUslkPFUFERK4Cd0H9ZKW1QsKmTTbQRr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MUk8yTgHmDFXSJFdbEQMAO0sxakgxc2w { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;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:arial;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:7.1875rem;left:24.25rem;display:block; }
#EdTEgsWCtWqb9HGK9WPoTAd3h8NTQUa2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vh00uRMKdJTzrNuB0TOabInPniyzMZyf { width:47.75rem;height:2.75rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPKGuDF3tnaUvVXN08hAUtZrBaTVqoUM { width:46.75rem;height:4.25rem;top:39.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h19ETDTwV2R4AuEBuypH2WV8IRLgECMV { display:block; }
 }@media only screen and (max-width: 763px) { #WzBu6A6oIK4CQond6NV7vnWvMcKJzgpU { width:12.375rem;height:11.13118140152rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV0ySDxtd7dC67IfgG6pALDwur4nZUpo { width:7.9375rem;height:1.3125rem;top:47.9375rem;left:15.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQWKDXR52iTTyWE3orCHS135he3QG1eg { width:2.3125rem;height:2.0080899039841rem;top:47.1875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gktrSczqypkGaIVuqrQ6MCPAl5yuQgnR { width:12.5rem;height:1.3125rem;top:47.9375rem;left:30.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3e75Ev89TKMmRCqDNdA9X4gWxFgLz7I { width:1.9375rem;height:1.7557645318026rem;top:47.6875rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUNtGHwObdDBa99TzHffExLTaQy9pJML { width:3.5625rem;height:4.1767792112396rem;top:50.25rem;left:22.062663078308rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCyMkIvgf53b3dgSsnztzli0ircRmFFI { width:37.3125rem;height:20.875rem;top:16.3125rem;left:7.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGxuoVf1qtramfsVwofiqL47Iy92klEs { width:47.75rem;height:6.75rem;top:7.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BklkSQQwqBLSJGAU6TXdhos2yrwXOAtf { display:block; }#BklkSQQwqBLSJGAU6TXdhos2yrwXOAtf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uv40L3zBvsXi70TMLE0uWmcJG7TZt9kF { width:25.5rem;height:4.8125rem;top:2.875rem;left:10.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8uqKZspTA7fJhJx4JXnBJw6Tdicfg65 { width:25.375rem;height:5.3125rem;top:2.3125rem;left:10.905436515808rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeE4QPbdNtTXxMRA3t2oyAWWRZc8HTIe { width:39.8125rem;height:5rem;top:10.5rem;left:3.9368486404419rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvxu0iyLoLElw47dkGklV4lPTA8gd4LN { display:block; }#rvxu0iyLoLElw47dkGklV4lPTA8gd4LN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLuFuuKqSVSqTfTPuVTuXer26eWhMubx { width:43.0625rem;height:1.625rem;top:10.1875rem;left:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTbH1su2BNJ0lhzahqF60TNBynFmJ4m5 { width:2.875rem;height:2rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJVf29qDKQHMpOJyreohVOeC9OiC0Qai { width:2.875rem;height:2rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrwcVFOJDNuvMK72tlzW02fDSxOFTt78 { width:2.875rem;height:2rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VilpXn1bsSJFBhwldhKZAJTers5RDnCN { width:2.8125rem;height:1.956487173187rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Bpq6HwaoBtcJZQ0R3ucc28hnNnGkPp { width:2.8125rem;height:1.956487173187rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR893ogXAg7hMMCAw04dM9z9lNa20w2K { width:43rem;height:3.1875rem;top:13.4375rem;left:4.7498369216919rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfA6rTKfwpRhM9cscvkWqU93t3teTCyH { width:43.0625rem;height:1.625rem;top:18.4375rem;left:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opTiKZwm9XORfIT2W5kvK1x2BfiVW6dd { width:43rem;height:3.1875rem;top:21.875rem;left:4.7498369216919rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSgA1pSIh39wNQ7EH3FpUvHmR5yUP1XV { width:43rem;height:3.1875rem;top:25.625rem;left:4.7490224838257rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEwNeTmVbFiwaBORMW2Td1tRoIq0GarT { width:35.6875rem;height:6.25rem;top:1.875rem;left:6.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZKUt57NBhlSr5HpUawbsJ5f59BIAN29 { width:47.5rem;height:10.375rem;top:151rem;left:0.061522483825684rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHbwmwyzxzLFdWs6pOkLeHLgT0CgtkIr { width:47.75rem;height:3.3125rem;top:145.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN5tnC4ail8mbq9vOwK4BWch4O0fmSRw { width:6.3125rem;height:6.1271578898345rem;top:143.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld5WqLc4vXtCNTw0UfdmJ9ELCcrEBQoH { width:47.5rem;height:12.5rem;top:128.5625rem;left:0.061522483825684rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrFJr2AcGNmdck5hvaGAAO7IsyqlLffC { width:42.25rem;height:42.874084184156rem;top:83.0625rem;left:2.8740224838257rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOwit6BVqiAOMDeLGvZSgTXrvEGlWkmZ { width:42.3125rem;height:42.9375rem;top:82.875rem;left:2.5305986404419rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCtyfqd3rpufXZgl5UCQphLTPu5LLQS3 { width:37rem;height:4.1875rem;top:76.875rem;left:5.3117179870606rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pselXtezpuNV6EzFwHZtySprlQs7lLgm { width:37.0625rem;height:2.125rem;top:74.1875rem;left:5.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh8lMHRpbDl7t1lcq1H4T8bCWwTgyMhS { width:40.875rem;height:3.5rem;top:59.25rem;left:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8lnTiekNNn7tM3kTqFEadts3R9H5B64 { width:40rem;height:4.625rem;top:42.875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VznRwKOwpopZMgb3XJb41WA3vQu8bk9I { display:block; }
 }@media only screen and (max-width: 763px) { #OBnraSDVc2ZEhy3kXWhlhZscI9MsT9Ra { width:41.875rem;height:5.25rem;top:51.6875rem;left:2.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AolfT8gRBGLoMJWbvikqIUvDB7zz9NX8 { width:15rem;height:3.25rem;top:64.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #utQtvWUdVD7LksHcu01O2i3mLGMqrMq9 { width:15rem;height:3.25rem;top:68.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #agS4CCNcEcJ9U2dUtxRvFKNT3MTMp1uB { width:15rem;height:3.25rem;top:64.875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2RFzWAfcpcWMoTseyLkvz2wdUZ5FoOv { width:15rem;height:3.25rem;top:68.25rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFgSJR4xVWuVPvUwJklbq9siXW7blkZo { width:14rem;height:2rem;top:65.6875rem;left:9.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8OcgR3ykznHr3G7GgeDKcZleCfHH2Uu { width:14rem;height:2rem;top:69.0625rem;left:9.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkbwstx4TX9ttc0k9pWSf1MCDyAiwmor { width:14rem;height:2rem;top:65.6875rem;left:24.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmPXDkdwwic2clMQrw2ttdpa9bwB9d7M { width:14rem;height:2rem;top:69.0625rem;left:24.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omoQBuguhpf48zM6HbkL8OtlJW35UnSJ { width:37.75rem;height:39.6875rem;top:47.5rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMeNZvhKybsXgZWxFJ8mvuw02y5To6W4 { width:36.1875rem;height:6.5625rem;top:32.75rem;left:4.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC87Tv0dJIP6GdaLTdhmwst5xZJk0ycS { width:7.6875rem;height:7.4375rem;top:31.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl1180NiEd27IB4k3vvG6M0Xk27vU0oc { display:block; }#Xl1180NiEd27IB4k3vvG6M0Xk27vU0oc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMTZfToFy2DHWzmek6C5Z4D0E2cKyIeD { width:41.25rem;height:5.3125rem;top:2.75rem;left:3.2499990463257rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #beO7ULg4NeNIseoHJpBGDfQLIngeRBe0 { width:47.75rem;height:15.75rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTwBJiXSSizZmeIyXGRDAB1KKmBGNZ8P { width:3.125rem;height:3.125rem;top:16.9375rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9OecNbyVwRh6PNTKzUiaDo6UxD0u3nm { width:42.25rem;height:4.625rem;top:29.4375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgNyP7GlZrm20eKGGpJgIOQ55Raz11Wk { display:block; }
 }@media only screen and (max-width: 763px) { #mplsL2krksAcwDQQmNF3ToxWTK0p3b1G { width:47.75rem;height:5.1875rem;top:37.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0J8texrXCq3DqKbeBNnsiPAC8nwe7V3 { width:47.5rem;height:3.9375rem;top:44.0625rem;left:0.093260765075681rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwzCGoTbBufNV2WgWD5gU0i4zAxcQLxI { width:30.5625rem;height:3.375rem;top:50.3125rem;left:9.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCmUPPndx4w3uI0zJ6Mcfi2LNKLVhloL { width:5.4375rem;height:5.25rem;top:48.9375rem;left:8.6508194938462rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8d7aHRpEZGk2UKPQ19lG16xUsBnSTW5 { width:47.5rem;height:17.8125rem;top:56.9375rem;left:0.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDzpzXzPiAeCs82POeb681aA1D7D69AH { width:20.25rem;height:27.8125rem;top:38.6875rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIZHuytIiUZceVvUAGZXIByOFxeG4Rr9 { width:22.375rem;height:12.5rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHQFft95U4LJAuCvFVEBrHBT8VOJROlg { width:22.375rem;height:12.5rem;top:12.1875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7hTmczsa0a3pznTnRpeaGLDGbstINBx { display:block; }#C7hTmczsa0a3pznTnRpeaGLDGbstINBx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hB5XJqdKZ2AyKllO6DHC5BJCxe8nyoNr { width:41.25rem;height:4rem;top:2.0625rem;left:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKi2Ezr3p8brGsTzqEOc16sHWJKiA6NU { width:47.75rem;height:1.5625rem;top:6.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu9iMcfcR03e98A37ue90kKq65nJqzcT { width:47.75rem;height:15.75rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p155w4vts9qOXMDTCpBz9TnkaJN1z5az { width:3.125rem;height:3.125rem;top:16.8125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q0DBXdTyfWEwAk0BpUJPikTTh89O7DmX { width:40.0625rem;height:4.625rem;top:28.75rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyRXaplm73wk9KUWAxf6JAeoBNG1u7aC { display:block; }
 }@media only screen and (max-width: 763px) { #ti9LOzAm2WH0iOTHXNEvQTi7rTL6nmtN { width:33.8125rem;height:3.3125rem;top:37.0625rem;left:7.7495107650756rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgCZJUSnDFuDRgroWuM8T1M5OyU2tSB4 { width:6.375rem;height:6.1875rem;top:35.6875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCEmQHDVlX8usXbt9uwoBc1VgxiWBIQ8 { width:33.875rem;height:4.25rem;top:41rem;left:7.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CppTO2xWx2zdTIDHDF61GJLakTuCfrmD { width:5rem;height:3.375rem;top:48.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDwPLwRXJLKsJNhKSSu2Ge7fB8TJG5Rx { width:41.6875rem;height:5.0625rem;top:47.375rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCJgXxeWkmCFTySDv2xl1A4Pk24TuteS { width:5rem;height:3.375rem;top:48.375rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBOTCGvg8HZGcpaLN1DWma1POZGfekPP { width:24.25rem;height:2.375rem;top:48.8125rem;left:12.562501907349rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRAds3eSZ5SrfU3KDiD5NcQbPR8S4Vvq { width:43.5625rem;height:66.3125rem;top:53.125rem;left:2.0927724838257rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMSdSrg2r1v9wtC37ecDWpFq50FB4ATu { width:42.0625rem;height:19.5rem;top:60.4375rem;left:2.9374990463257rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOQePgpmEH2rlxqVa3Ff6h5i2hNiMgH6 { width:33.875rem;height:2.875rem;top:55.1875rem;left:6.9062519073488rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #unt5e6uAab08r9BuPiZTG94UTPDpBc2a { width:32.8125rem;height:11rem;top:82rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSXXvPyoi1iDMUFQJakt4wI8207EGcbD { width:12rem;height:10.75rem;top:81.125rem;left:11.5rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu67LkWxeH0kDVKv6OyQzMCZPgk3dWzd { width:11.625rem;height:6.875rem;top:83rem;left:24.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukX7b04F9AcInEsPS1bKyFyA6dpdCGWD { width:31.125rem;height:2rem;top:91.3125rem;left:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #npUKsbnVHUEs83hSzar2RueEpLtzXs2N { width:3.25rem;height:2.1464370089141rem;top:94.4375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KboRba9vHqHD9CB4FXgFugiMJaugcwBu { width:40.9375rem;height:8.75rem;top:109.75rem;left:4.2485342025757rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWEqnTJueGI5Oi2BpEZ5sOyzUiJ4smbu { width:26.25rem;height:1.25rem;top:94.0625rem;left:12.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ3D7iEtVKTs6XSr8fI0eC95vMgRdP58 { width:27.5rem;height:1.0625rem;top:95.5rem;left:12.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylxyVQtbOR05dOaqOuzOH2SmzzTC0liR { width:27.5rem;height:1.0625rem;top:99.375rem;left:12.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUJo5R8SDOC0zyGQhb0FhLLTZ5i9Va1O { width:26.25rem;height:1.25rem;top:97.9375rem;left:12.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av0NVeDR5wRm6MEwxfCQH9omFneGVOCa { width:3.25rem;height:2.1464370089141rem;top:98.3125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW9AigClSW9BUyC2Z2W4qGbrtcAIMpMB { width:27.5rem;height:1.0625rem;top:103.1875rem;left:12.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ5Awl5T4gXzXWPxFC6sAp2wOf4629s8 { width:26.25rem;height:1.25rem;top:101.75rem;left:12.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zwh1Q5lLsSTCsygMvZqEHnyl2fUAeK1A { width:3.25rem;height:2.1464370089141rem;top:102.125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js4k4Z5xaKTd20Ob3SyHTkSl6GwcLI4S { width:25.3125rem;height:2.1875rem;top:107rem;left:12.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqKw9v1lNkSG08ZX8QduHPO7s6g9DDPK { width:26.25rem;height:1.25rem;top:105.5625rem;left:12.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bprALIAKLxhT0QDU8GIDHfLViy2TIwUE { width:3.25rem;height:2.1464370089141rem;top:105.9375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoR9TbBtU9eu9ugFgGEDa78f7gcwxf2a { width:22.375rem;height:12.5rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuzeXBESf6CNwwTTZrPtO0pvSzibPHfZ { width:22.375rem;height:12.5rem;top:12.125rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev4coivabMWaiWEKdsebTOoy4417XlD9 { display:block; }#ev4coivabMWaiWEKdsebTOoy4417XlD9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KE0PBqO7zDkb72nxcPJqTGsNPI4ML7Rc { width:12.5rem;height:1.3125rem;top:71.3125rem;left:30.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RadlPVHAQkcwVICJXlsHVeOSerHTEMgs { width:2rem;height:1.8125rem;top:70.9375rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4azalWtDdRL5bST2E7wylBeUfkbI5KK { width:47.75rem;height:4.625rem;top:64.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEvPcT8tXhVdUC6dZ5JhrvvL82aniTs6 { display:block; }
 }@media only screen and (max-width: 763px) { #EXZGvluGsLArb0G4cCopkGBBuSIV52SC { width:8rem;height:1.3125rem;top:71.3125rem;left:10.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiB4I3AdUZPvGKaxBZfpRhThfsxtT4xL { width:2.375rem;height:2.0625rem;top:70.9375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLDCZbBUUuktlIoGrIK22Spl1KebFn8p { width:5rem;height:3.375rem;top:3.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNCLuULWpTTGeIWxoehUqTWSlKW9mQpL { width:24.25rem;height:2.375rem;top:3.5rem;left:11.750001907349rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ0pQZWqW7kaVuTPQKK81WV0sQWGHSTT { width:5rem;height:3.375rem;top:3.0625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIClNPFMzJqF7xfetPgISJziuXnI7ccs { width:41.6875rem;height:5.0625rem;top:2.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrF5Qw7gqmndTHIzScXBqgqpgvTbIUQk { width:33.875rem;height:5rem;top:8.875rem;left:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXkH40dRqUPH1pVhvqTE9xHCItXcc2pQ { width:40.3125rem;height:5.625rem;top:16rem;left:3.7187519073486rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGwInnMus5fWInd9F9qdXy4n7IZHdK9x { width:40.3125rem;height:19.125rem;top:41.125rem;left:3.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddHUBJ0Nz4IeaXFXgukPFP1HrLde06fT { width:46.375rem;height:15.6875rem;top:24.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2vUaUUf3iMiONcWxca5KHQvApAGKByt { width:31.5625rem;height:2.875rem;top:27.1875rem;left:4.3746747970581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM4LEEe3ReIA9bEzJ4FT4A9ELVs5d0ih { width:30rem;height:5.1875rem;top:31.125rem;left:4.3746747970581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK84HeyWRy9KzW5DWvbwGf1rfZko2dDV { width:8.25rem;height:11.75rem;top:26.4375rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQnW8uJsDl0C6VF8OR9CG3X348BVSSSJ { width:43.6875rem;height:61.3125rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7QWhi1RmWO8vEfLpiAcyFqgg1peIwW0 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qynguldi35HNVET3MnUO9i2JMUVx4cPt { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZE2NNgq6UzBXUhUhfUW6bHCsV66TT3x7 { display:block; }#ZE2NNgq6UzBXUhUhfUW6bHCsV66TT3x7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tF4grhwZpdeGGPA2CRI919l6Xu3S4kWP { width:6.3125rem;height:6.1271578898345rem;top:26.875rem;left:3.1865224838257rem;display:block; }
 }@media only screen and (max-width: 763px) { #moIozK5tkJxIiacHJlhVcJr8QOWPMMq0 { width:39.8125rem;height:3.3125rem;top:28.875rem;left:4.5618486404419rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egWb8NTbmcEqhTlr40XzHIVd3zypSTD3 { width:47.5rem;height:14.875rem;top:10.1875rem;left:0.18603420257568rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELFtEuZCIBa5AVgGevgVO39me0EwmGLw { width:46.625rem;height:7.1875rem;top:1.5625rem;left:0.53027248382568rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GggI0R5RlF6TMI2PycK6sEnN4KmpWeUG { width:6.375rem;height:5.875rem;top:35.3125rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSe8J3qa9laVB58gsVFQa1XsQWREuGIL { width:39.8125rem;height:4.125rem;top:36.125rem;left:5.4969072341919rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxAzyFWT0VNkvDpLadBhCOkIkhleAdxs { width:47.5rem;height:6.4375rem;top:43.375rem;left:0.093260765075681rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuVVhVWE6mMM5NRb3hICF7AFs0toeHHw { width:46.75rem;height:4.875rem;top:81.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuJIy2tWeqKWnQDWE9txSuKAGSUX7N4w { display:block; }
 }@media only screen and (max-width: 763px) { #cq6iWQ0SQ9l345OHZ7zDkfsOmTSbX3nZ { width:17.9375rem;height:2.25rem;top:57.8125rem;left:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dStXUAP65KvP7u25RaWCA4vZy3QUUe7l { width:20.1875rem;height:3.25rem;top:53.9375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyKUtf0s1gh0RK2qcpAWi50rH2AQ6vmV { width:8rem;height:6.0625rem;top:59.125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHB1vUw9omuDKLfLVkEZiqXuW85oBmT7 { width:20.1875rem;height:1.625rem;top:61.75rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmOWounu0sll8dku3ASK4I6HNdftC4q2 { width:19.5625rem;height:1.125rem;top:64rem;left:2.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdv89o9wNEKT9UVodwHPRisX5zLvKJms { width:20.3125rem;height:4.875rem;top:66.75rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9OkHOFo2Ra6HdLaMnG23yMDTUq1M6Fr { width:8rem;height:6.0625rem;top:65.125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfkNuXA3Jdcox7Qn74AyLi4FtqmUJqUP { width:20.1875rem;height:3.25rem;top:73.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #atIK89Pk1Su1VfTN1XA4JfwvKq2ODut4 { width:19.625rem;height:2.25rem;top:77.125rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ghdi8c2fCwlFgZZVqM9X2mFzi5DhUCOI { width:8rem;height:6.0625rem;top:71.625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw3QwIzmEgocId8kmaS96ikeQNmUzBML { width:8rem;height:8.25rem;top:57.8125rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm8kdfhky7fgouOqdns0yD40sIn9Fcon { width:8rem;height:6.0625rem;top:52.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #erW2ycBw3VQFMgTqXftsI3hLFvkUavq1 { width:8rem;height:8.25rem;top:64.0625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7MzdILgbtMRJ6wyXiLdH37zgoAInsAr { width:8rem;height:8.25rem;top:70.3125rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMnCJkI42tIVufMZF0U9UkaTN4xDMcTZ { width:8rem;height:8.25rem;top:51.875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTUbucckwOTNq8wMRnxODaMuVC6kCXmT { width:8rem;height:6.0625rem;top:63.375rem;left:24.6875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3Uoh6OS37C2BolrD4BcDK73nm5Laop3 { width:8rem;height:9.0625rem;top:61.75rem;left:24.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMoVDMsUAPMQW42OXqGRc6OvWnKuzLiq { width:8rem;height:7.5rem;top:59.5rem;left:38.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwy1BJ3f2fCNBbTECoa0F3d5fqTPCO79 { width:15.75rem;height:8.125rem;top:66.9375rem;left:32rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFsSPK59hJ8kftwWTJJ7UFck0qD7dBMy { width:13.75rem;height:17.0625rem;top:58.875rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFrRT5zqTeAPwsi5Iy8GpKNR9FH36Mq3 { width:47.5rem;height:28.375rem;top:51.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aaxi4Mhnzew6kTtChFBNN6Z3ozszFoii { width:19.3125rem;height:22.5625rem;top:56.3125rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQEzPuTJN3Bc1WJIdtTQKnT9FtIawwHd { width:47.75rem;height:53.313540836653rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4RJxPclGUyePOO56XkxCgNJcL5FIEAl { width:47.0625rem;height:4.625rem;top:89.5rem;left:0.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1fKe8DQPpV327ZWJ1ios3o2zh0Wh3sz { width:47.5rem;height:64.5625rem;top:88.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vETr8fTFzmT58byRPGEDKadeBrSxMNDJ { display:block; }#vETr8fTFzmT58byRPGEDKadeBrSxMNDJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7pMzUH6kMaD3A7T17oPidP8ZDIfe8ba { width:15.5rem;height:2.375rem;top:15.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTimah1ou8HCCP6tdpTDDIghOZxFeSfT { width:15.5625rem;height:13.1875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQxOIhr8hwhd7t12vIAoCfTcB0nKz4Oa { width:15.5625rem;height:13.0625rem;top:1.125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp5DX1SlwbP1osvuXGhnaKGr4kL4DAeD { width:15.5625rem;height:13.0625rem;top:1rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E17fKq6e2x6vtIGKIgcnCm19OPly6cWb { width:15.4375rem;height:13.0625rem;top:1rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR58oLgeuepE9IsNewo5RL6HA8T6qeST { width:14.9375rem;height:3.5625rem;top:15.3125rem;left:8.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1cBkii5mg6AHZrk4gaW8QMTH76i7wk8 { width:14.9375rem;height:4.75rem;top:15.3125rem;left:20.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD122IaqVlWPyM77fgHIQVOvc45kDW74 { width:14.9375rem;height:5.9375rem;top:15.3125rem;left:32.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfUDlOvnTsNeH1cue3w3BAXsMqwEZIFx { display:block; }#LfUDlOvnTsNeH1cue3w3BAXsMqwEZIFx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AH5uTZMKnwWn0vf07JEhB7uylkC99a2f { width:15.375rem;height:13.0625rem;top:1.4375rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg2vlbg8i8RaJXl4luslTE1zomIHVzg6 { width:15.4375rem;height:13.1875rem;top:1.4375rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVfbVnyCeoRop3X8GN9JVJ1Th2bqpuHb { width:15.5625rem;height:13.0625rem;top:1.4375rem;left:31.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wImFlTZD2aOVxrgxhpZZAIedPvwsy1f6 { width:15.125rem;height:7.125rem;top:17rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyNRITH4TcSEXZuLQ9uBaqWrZ2xc1pOg { width:17.3125rem;height:8.3125rem;top:17rem;left:14.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL8eqgG7R7GQAkSt8tGKc2bwoKuxUcBN { width:17.3125rem;height:4.75rem;top:17rem;left:30.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO8fHb7OzzDSd2C0LuLKzJVFFIsM0LZA { display:block; }#nO8fHb7OzzDSd2C0LuLKzJVFFIsM0LZA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTx9got87DguBfniaGSOJlMeFuMnGFlM { width:46.75rem;height:4.625rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQfDdEndMWTIy33tdgVeIBwQlnSqVyL8 { display:block; }
 }@media only screen and (max-width: 763px) { #Jxl25PhELTkXgkgd0911SwN0emPXxyJ7 { display:block; }#Jxl25PhELTkXgkgd0911SwN0emPXxyJ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZ1RHDEb9PTbxyi6z5BaiDI6NDbN726O { width:45.125rem;height:4.0625rem;top:2.375rem;left:1.2805986404419rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6W72w8k9WscANPE6Vgspu0GMbu3QTeM { width:46.8125rem;height:1.625rem;top:8.75rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI0uKRXqi9b86FD0JM5RlxLAlfG4ZFcP { width:3rem;height:1.9375rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ9GGoozPMN5i76H601W7Kc0M9VG6V19 { width:3rem;height:1.9375rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChMWXvvuhTQzonFQcMTfJHF4IAJJal99 { width:3rem;height:1.9375rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHiBptiKByoX4f26r49rQTvll9lKIrah { width:3rem;height:1.9375rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxGOzm5NdPMLFqcqOqRdT475l65hTTO5 { width:3rem;height:1.9375rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQMBPSziUbenSOMNS6E8tyWlzLixuKMH { width:3rem;height:1.9375rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXOr2o0MwgoAhAEqoZZztpWelNy3r0lk { width:3rem;height:1.9375rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Izz4cJcqgVqzFnkyz0sfetSBcHHpRSGV { width:3rem;height:1.9375rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zotVnBFOH5CqkQwxcLLIth6iOccqonaC { width:3rem;height:1.9375rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVl3PTINx4IifVUQakOrw0XBbuIZseVT { width:3rem;height:1.9375rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi4NlA3fPGrSoeH1NZ10EtbLWRQxzU7J { width:46.8125rem;height:1.625rem;top:12.125rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuktcWxmU1Fm0K8URJvId20mLLEWIHiw { width:42.625rem;height:1.625rem;top:15.3125rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7yQMC1fNb7F2KqXw0VEwyD3Gh3XohNA { width:42.625rem;height:4.875rem;top:18.8125rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMIhXgREr4zKKKWkoZUquQo0ABm89EJw { width:42.625rem;height:1.625rem;top:25rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wremL9twDQoEEBZMCoBl9gtNJeeZi6wE { width:42.625rem;height:1.625rem;top:28.1875rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz0RrTiqaTpyxJF8PUOtLX98ALiQbDdi { width:42.625rem;height:1.625rem;top:31.625rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK2P52A46SFbtcKxztages31VBldJlVF { width:42.625rem;height:1.625rem;top:34.8125rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EASFzOu6LyBEdhPobGIgHXp2LZnqwsqn { width:42.625rem;height:4.875rem;top:38rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SttuRvPGnNe36xKfgv8bQPTGLywzTuyz { width:44.25rem;height:1.625rem;top:44.3125rem;left:2.2783203125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T68aaKTgQOfDRkCxT75mDT8lZx2eQqlW { width:6.375rem;height:6.1875rem;top:1.3125rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEOZx82teR8oZlJEf8TbxDrpXJrDUgZx { display:block; }#sEOZx82teR8oZlJEf8TbxDrpXJrDUgZx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lxszd0ByJg2WFkqTvARiFSTZn9Rxyru8 { width:47.75rem;height:5.4375rem;top:2.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcuJ18MnE0s5z6U4pLgQrEIcNxJew0OS { width:46.8125rem;height:6.375rem;top:16.75rem;left:0.46875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poG6gqG9uqJklZKZLFJ3mo02CQtceau1 { width:47.75rem;height:2.875rem;top:10.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd4UyTiLJdxVwKvryrT8RTXhKeONJSO4 { width:41.6875rem;height:5.0625rem;top:9.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM45nvtSUTD76IcTQEPE8NIAL3PoRutM { width:3rem;height:1.9375rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9ySVTCXzrhhnTHI94L6s5POmRy4BmUy { width:43.875rem;height:4.875rem;top:29.5625rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPuuHvzsQo8TXOnMRLhZy6F1SINM1MtC { width:43.875rem;height:4.875rem;top:36.9375rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAetr4LMnKDQTZiK7BgcQvUwLt68RSkJ { width:3rem;height:1.9375rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIkXE6ZtH9xJui6KldLEJGbZ5Hx5vGge { width:43.875rem;height:8.125rem;top:44.3125rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkLl8n1Nf2IqDMTieqAZcZyhMpyqqmsm { width:3rem;height:1.9375rem;top:44.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQTU6TfnkZxp3wsC9Tv1k5TATZmdUb1Q { width:45.375rem;height:4.875rem;top:54.9375rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTpbDwKM1dUqTmbyMKsLkE4ve5TKc1ND { width:3rem;height:1.9375rem;top:54.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdBSegnOTxnMCFNlgdJfN5LBJ8f3kLCQ { width:43.875rem;height:6.5rem;top:62.3125rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9kgmCPe8WVKolpMrsQcTh6hcHWUAh4r { width:3rem;height:1.9375rem;top:62.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3M3B5hRLZQxQ6RTNW9p0TmOTenkz4kW { width:43.875rem;height:4.875rem;top:71.3125rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBuZAfLM9qklmNGIob74TK1uFCm4uMIH { width:3rem;height:1.9375rem;top:71.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awf4qkZyeQ7L49Egd8piinVUFfPvkKzg { width:43.875rem;height:11.375rem;top:77.625rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAzE0NT1IT0peePkB5kc2XT3BUHnkq01 { width:3rem;height:1.9375rem;top:78.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWhn0c9dAIHlVeRfkTZ4Pownqp12hOe4 { width:43.875rem;height:4.875rem;top:91.5rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRkrxX5raKN1hcPu8M6csk6NTwS0JmMQ { width:3rem;height:1.9375rem;top:92.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTDKkCPCGngsBMOi5R7NdZkvfHFRXksZ { width:47.75rem;height:4.625rem;top:98.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEFfIpBTIWEMkp6KvKnghK3bKfO14fi7 { display:block; }
 }@media only screen and (max-width: 763px) { #RqVrXxeaNQX3tkHtt37LrwpooWQQBIxy { width:47.75rem;height:9.1481173864894rem;top:70rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIt5XNhsi8VyVoTaq8LvRBtM1XdWdq7b { width:47.75rem;height:9.1481173864894rem;top:84.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzoksILHeLq11hnWUs1ZqPoinFyJdCfd { width:47.75rem;height:9.1481173864894rem;top:63.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s77kcLGzpTt7KiVhNrw4TqvHT1PBlJXC { width:47.75rem;height:9.1481173864894rem;top:53.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXffXTa3xVJsuw3OCLvvPPLIGTs7VOU9 { width:47.75rem;height:9.1481173864894rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz8lckiGXXnzK1GsUtdTKM4vXEb2IVm7 { width:47.75rem;height:9.1481173864894rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAyQfR5EAEr0DTn5sNPFKxHsCSw2IHZ5 { width:47.75rem;height:9.1481173864894rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6rcvA8kCTJWtS9UDnEndqQgTzy0PVH2 { width:47.75rem;height:9.0651214128037rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdwHA1VdDFL5maZ1wcyquEp9QSzDWkh0 { width:1.9375rem;height:65.4375rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRcZqqdHqVsbQob0zJ8xpa0iMI21JCxX { width:1.9375rem;height:65.4375rem;top:28.375rem;left:45.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZtAVAyUMQhTCvhN0SK8fq2pC0Q9Kpcy { width:29rem;height:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DiHztbKogktz06teguTggb0RO8mH1fgf { width:29rem;height:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #genvXkFv6y7vWJGQDZLoW0DdkgT3QUqm { width:29rem;height:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEqDi4F9WPOL7TRTvi5yMCMbV7k3cmpd { width:29rem;height:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AcNbPlPMMJKkt73DPg1g7TbtpqIefhQz { width:29rem;height:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nlJ7BNnEmO3M80bO9QNZExpBFRg3ML9C { width:29rem;height:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KtTv08B6ZeKm9eJEmCeQxtJKo2Nm7P1Q { width:29rem;height:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x8CzgXH5CKKqrZUxuAW7JsToy7wiLfgR { width:29rem;height:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTJrcTJUx3Mx9SqzSWcuQZmgrM4NUu9u { display:block; }#xTJrcTJUx3Mx9SqzSWcuQZmgrM4NUu9u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9z8kd5USIRE5DiEZ5cTfVmVoNkOTecx { width:47.75rem;height:7.375rem;top:1.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBTT1f7vKqwF9uXtMBGvmRL3KH6kCFUW { width:46.8125rem;height:5.625rem;top:58.0625rem;left:0.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptv6P6T8SdLD7XfLnbxSiw9ntkN8Ug9B { width:42.5625rem;height:4.625rem;top:66.3125rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5vbpfD0VrngmhnhVOutw3TwUpoOP94W { display:block; }
 }@media only screen and (max-width: 763px) { #Q6WO7RXbTSUoVb2J4HQ8f9H4nCQ8SksT { width:23.1875rem;height:23.1875rem;top:21.25rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptlQnZEfADMbn64kqFZ1ZzVJZL0zPGTB { width:2.8125rem;height:3.312175rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElboW79MbmLUEXrgvGaPvDQI6JwBaX3p { width:10.4375rem;height:2.8125rem;top:20.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWIwzTvpa5yL0xmavsldTFP3QzKl36hS { width:10rem;height:3.75rem;top:18.0625rem;left:7.1847333908081rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa88LoEUg1EQB0rXrkaTggJJfUZXAn6C { width:2.8125rem;height:3.312175rem;top:13.75rem;left:9.5301084518431rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWCgTyETcefIBG4rUeqvaJsKnVVpFtbz { width:11.3125rem;height:3.75rem;top:15.3125rem;left:17.184733390808rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yECeeOevGfgTxg9SuJOuXDGLLvp35iUp { width:2.8125rem;height:3.312175rem;top:12.0625rem;left:20.873698234558rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4Qz52weroyvVkgfdSEf1f8XT6voS6kS { width:10.3125rem;height:6.5625rem;top:14rem;left:29.405596733093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqXc0OOgrJysQHrPPFaw5UDsfTMNLZCS { width:2.8125rem;height:3.312175rem;top:10.5rem;left:32.716143608093rem;display:block; }
 }@media only screen and (max-width: 763px) { #T99tGHx2i4ei7M4tnu3iqwTt9i4bvFbl { width:9.25rem;height:2.8125rem;top:18.4375rem;left:38.030272483826rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulgmuIuxk2O19wGVxRylnQ0kDPm2JhpI { width:2.8125rem;height:3.312175rem;top:14.3125rem;left:40.404131889343rem;display:block; }
 }@media only screen and (max-width: 763px) { #WytByFI3RxXOzm81emH58gWsHCwH2StG { width:13.125rem;height:3.75rem;top:40.6875rem;left:33.529948234558rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irirxFxbX4GFaXq7RUN8JQxNPXaDEwkr { width:2.8125rem;height:3.312175rem;top:23.8125rem;left:4.4324541091919rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXrApPuVTBQmTbIt32292XOpRakeHHml { width:10.1875rem;height:2.8125rem;top:33.6875rem;left:1.8120107650757rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDTdRvOzWDrHXGeymLbeeVbXq4p94lUF { width:2.8125rem;height:3.312175rem;top:30.4375rem;left:5.6246747970581rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEteL8g5FxFyXeAans87TfXSZQmHfXAq { width:10.4375rem;height:2.8125rem;top:41.1875rem;left:3.4363603591919rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwTBFhMXB1xuPbVktBoH4bqUoH1PxN0D { width:2.8125rem;height:3.312175rem;top:37.4375rem;left:6.7786436080931rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0mJvVp3oCgah5f6BzitLaLwTT0twa9s { width:9.8125rem;height:3.75rem;top:50.875rem;left:0.46842479705811rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhNZknWUM3IyixQ1HCrl0GT2Tr9G9iEV { width:2.8125rem;height:3.312175rem;top:47.1875rem;left:2.5932607650757rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3fApP38kdEEeni6zXugy6Py9H8Omcmh { width:8.25rem;height:2.8125rem;top:27.0625rem;left:1.6215810775757rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6OviTgKn2ro96KUBnzRTts775fcSxx9 { width:2.8125rem;height:3.312175rem;top:44.375rem;left:28.557616233826rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzyGBTrteOrze35xqZfLWsLudZ7oPsoT { width:7.5625rem;height:2.8125rem;top:48.0625rem;left:28.557616233826rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPDiOkgb6mCqm6s32qPHs8Qv4rdRKddr { width:2.8125rem;height:3.312175rem;top:36.5rem;left:37.591631889343rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfmkE29QBNCyJAztcaPALlgDSbLRBTdm { width:9.6875rem;height:2.8125rem;top:32.3125rem;left:37.591631889343rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7ytLS7uIs87ZC22Xmg9eN7AnNXgHACu { width:2.8125rem;height:3.312175rem;top:28.3125rem;left:41.090983390808rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0nD5H2a30wQ8wCKIN4kfJbJgNLBvLuh { width:9.6875rem;height:2.8125rem;top:25.1875rem;left:35.466795921326rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysKhxKfHcLtkh3Ebkp7rtoZwyJIB5CtN { width:2.8125rem;height:3.312175rem;top:21.9375rem;left:38.686198234558rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEBiAM6XSvTWZ1H6i8cQtngHlzQXZmif { width:9.6875rem;height:3.75rem;top:46.75rem;left:9.5292959213256rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGaRIbyeZApbUIvTEmPil4g9dJZ2vAWw { width:2.8125rem;height:3.312175rem;top:43.5rem;left:12.997721672058rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlgUcHMux0TEiGkhhab3BZNTtqDcyKrr { width:9.625rem;height:3.75rem;top:50.125rem;left:19.062501907349rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu0AE95QqE3EMb83ZmgLN88PqvC8SdPX { width:2.8125rem;height:3.3125rem;top:46.3125rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl0r06FJZZQvp53QIPQLSOAuMR78FNeC { width:10.1875rem;height:2.8125rem;top:50.875rem;left:35.529459953308rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G61Ny1OCRl6trmfXMfPC4mwUpdlXXFSP { width:2.8125rem;height:3.312175rem;top:46.75rem;left:38.030272483826rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6DCATB45TGEs9EBZAwX953lA03v1Qk9 { width:47.5rem;height:45.625rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBWzDq7RI410pFRIDhVLxx3WIPaHVSq7 { display:block; }#dBWzDq7RI410pFRIDhVLxx3WIPaHVSq7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhhQKwPkwFcyMsBzSKfZ2qu4oRagogO9 { width:46.4375rem;height:4.125rem;top:1.75rem;left:0.62467479705811rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObPaZJJrZTT5TWvrmMCyBGgp2Al2DlGp { width:47.75rem;height:15.75rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGFurs4RZE4pNJAnczD4AxcBKQuoruED { width:3.125rem;height:3.125rem;top:14.0625rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB1e9UIidCTpA7tK6c9J9spLubCCJuSS { width:21.9375rem;height:12.3125rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykBL51wAexXXMU3tANJqsTlTcgmmNWkX { width:21.9375rem;height:12.3125rem;top:9.4375rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvWWbAcLlVA2h8KCOckVUidwe4h6PCSS { display:block; }#WvWWbAcLlVA2h8KCOckVUidwe4h6PCSS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWupIx9XOOx96FIuhyXBeeCiVXQlt3JN { width:29.625rem;height:8.3125rem;top:2.375rem;left:18.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9UEaHdRDoyU1260asaBDNvO6UKbIy4W { width:29.625rem;height:8.3125rem;top:8.6875rem;left:18.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKdG3WJihBCBOB1Vuyyo6JFMABGWbQtT { width:29.625rem;height:13.5625rem;top:3rem;left:18.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZxwCdVPpMBoNn3Ir0Q5ZfuTIlrPv13 { width:37.0625rem;height:46.375rem;top:18.5625rem;left:10.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWXoUv52J5GxRzN6fwz0aVp7wSXmdG8b { width:32.1875rem;height:65.9375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqe2PtHfHSI04XhcKca0PHLvrMXamwwt { display:block; }#Gqe2PtHfHSI04XhcKca0PHLvrMXamwwt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1TyEHupNQRgVLX39LHOqd5kgUndPqA0 { width:7.375rem;height:3rem;top:14.75rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh5TVvkZVVXcEvR08C2vZqTqbTAFrRxs { width:4.625rem;height:3.625rem;top:6.9375rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrk2qr1iDXlODzezItxkTfrZ1IcrW3SB { width:8rem;height:2.75rem;top:14.875rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQdAd31uLJXwXtETF1mszkzxTk0eFPNE { width:9.5rem;height:3.125rem;top:7.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky3LN0SJw008kEwTiwsnEbIXp1pPMzyM { width:6.1875rem;height:2.75rem;top:11.1875rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yArLtE6wQzLXC5Z39gqmD06aqh3TJ8rX { width:8.3125rem;height:3.3125rem;top:14.5625rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCH5lDdRI7xaIV8wZHHTNJAc7Nr2HSEG { width:10.3125rem;height:3rem;top:14.75rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsEcmMFPL1H4ka0F2fI23qo3Fm01HGSv { width:7.0625rem;height:3.5625rem;top:6rem;left:26.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTXNIHsfzroWinLUztaymed5bwtSunZF { width:10.125rem;height:1.9375rem;top:11.0625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAPeahbFy7VUFnvvAzb9zTFCgKE16tgx { width:7.3125rem;height:2.0625rem;top:11rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwUxpuEoyfnFTcbQh6h195hq4b2lEpEc { width:7.5rem;height:1.75rem;top:7.5rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybkME4bd8biFk6f4BbxmQa0tPgZ4DVmN { width:6.375rem;height:2.5rem;top:11.3125rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7lpZdBgB0uReAwfIcbvsr5fTiAb0l00 { width:42.5625rem;height:1.75rem;top:3.5625rem;left:2.59375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZuZtGEP8wdoJh7zPETbFKFp0TiQH2gy { width:47.5rem;height:16.6875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK8s5mTyxJ45redy0QxJypNeasr2bxnl { display:block; }#vK8s5mTyxJ45redy0QxJypNeasr2bxnl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQgr5MxSOI8Ohyw23TrrGTTULSXohm2l { width:34.6875rem;height:6.5625rem;top:1.375rem;left:6.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6C9T8u4giOXaLK46Evxs9xHABRIx1Hz { width:41.125rem;height:3.25rem;top:9.0625rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9kFJkdruKkrgxw1VXiID8yzy502OFJ3 { display:block; }#K9kFJkdruKkrgxw1VXiID8yzy502OFJ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CH1X0rZRxIgwcBEJ4Qmy33GpkKOeZwSW { width:15rem;height:30.125rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtHNHlhmWidCCFBJrpz5T17T5V9NTBA6 { width:11.875rem;height:2.375rem;top:18.8125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDMvnL0RpyTTDw0OzhetIbekWJqTfWfg { width:12.5625rem;height:17.75rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuGXClMpDfpDfV814JwVpZ6TmufMrVVD { width:15rem;height:29.875rem;top:2.5rem;left:16.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTkzSabCEo851OsMAfwoA0OKl16mWkt4 { width:12.625rem;height:2.375rem;top:19.4375rem;left:18.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPVQbmCaV05DEWLBSJhyV5RDk5GknFlO { width:12.125rem;height:16.875rem;top:2.5625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdaUR1H2JIT1OhQIU3taeAA51ydvFyKz { width:10.625rem;height:4.75rem;top:23.125rem;left:18.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgZ7QEbiF95d3LCHcSlFggtgVV1qhIVC { width:15rem;height:29.875rem;top:2.4375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xktJ3RIshqtpiypmTx7lm144ivfB3vIc { width:13.3125rem;height:16.0625rem;top:2.8125rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCbVHdxG49MtWvz20wCZ09o3bT2BkMWE { width:11.75rem;height:4.375rem;top:18.8125rem;left:34.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9rranH6cIkhg7nWrzs5oqW2sU9qTLaI { width:9.9375rem;height:6.625rem;top:24.5rem;left:34.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT3ywq1Jfm6FvQhrIVOT11nphCA9XUu8 { width:15rem;height:28rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQnhn8VTliqqD6xVBFpudaqLkLGTAspx { width:9.9375rem;height:6.625rem;top:53rem;left:1.28125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHXnre7yZUR4f9svRFc6v3mJm2zWThfq { width:13.3125rem;height:15.25rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bikxhtRiyacddukc4Zo5LIODrfutq2sZ { width:11rem;height:1.0625rem;top:50.6875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL346RwHVloym4lJmNLCuuTFolvOBQEe { width:15rem;height:28rem;top:34.125rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzD9yJ4XLEMQCRnklsbzBaTyWuloxJ5C { width:19.625rem;height:13.5625rem;top:36.4375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxBTuhkGMQMpTQwTh0OxzPPlNcPLLrfG { width:11.75rem;height:2.375rem;top:50.6875rem;left:18.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXeH83Mqhc6TcmgaELVJw64QmUe1PMaF { width:9.75rem;height:5.6875rem;top:54.25rem;left:18.312501907349rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGXMpHVuagCoIzl213dbn73tOTqLndaI { width:15rem;height:28rem;top:34.1875rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve8vOvf4Le6GaVauEJtySgOAtnXRLESi { width:11.125rem;height:3.75rem;top:57.4375rem;left:35.68593788147rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfX0Wm7XDTdli9UmPLewPtQ691FnvqBB { width:13.5rem;height:16.5rem;top:34.125rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoKNhvsxewhGGATnAyn40wAgNGeTOlF0 { width:11.75rem;height:5.5rem;top:50.75rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDd20b8erkVMvLnlSR7Ex5QsQ3qCiW8l { width:15rem;height:37.25rem;top:63.5625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhvHwc5ZPizT2QvaNIIlEwKTLwEWwLlL { width:14.25rem;height:1.125rem;top:64.5rem;left:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuQUzu0xf5cp2dCptSdD7JnP6NpeHeoV { width:12.9375rem;height:17rem;top:65.75rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKpPfHZgK8XHLVQ0WmMd3MMAEt8zmfzN { width:10.875rem;height:4.375rem;top:83.6875rem;left:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeNzc79oCdMfl9tfqJhik900q7Bw7xex { width:12rem;height:10.1875rem;top:89.3125rem;left:9.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftHH5Jxe9RvWRPb1BfVbp6Zdwprm1L74 { width:16.875rem;height:37.125rem;top:63.5625rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nohDbvwET7qqHnG3WG5TBEhMd2G4OhoQ { width:12.375rem;height:15.625rem;top:66.4375rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfUH5ypO7OTwyMKM25Iik1UgXVBvQM80 { width:11.875rem;height:2.5rem;top:83.875rem;left:27.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvDakcXeSCQ3DBkAxQIur5IaMLe6gTU9 { width:12.75rem;height:4.75rem;top:87.4375rem;left:27.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuUOscI0N5FJMixKVSoEZIqxrZFTsCZL { width:14.5rem;height:1.125rem;top:64.6875rem;left:26.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b58QmhQwbCODQlIdKakSKBGuHZOfNwyv { width:45.6875rem;height:10.3125rem;top:103.75rem;left:1.03125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6LkrwrFguBDn8IpJDcnKkdVrHvdsUII { width:13.5rem;height:16.5rem;top:115.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl1so6qJzffk9RJzlbPWyy5Ttf5lWtBX { width:12.8125rem;height:16.1875rem;top:118.375rem;left:3.6875019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSqZEVOl45JSFKvZeNAkhTcuR5izOCb1 { width:12.5rem;height:16.375rem;top:120.25rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxKqCR8ZG1qBBsDn3sLw7lppCU0JoNLO { width:19.625rem;height:13.5625rem;top:122.5rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFOputtBCLefH7uLmSnTW54ltSyTGuRI { width:13.875rem;height:19.75rem;top:114.125rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KedCvS56XOFyC0G2ZHP4MaQMAgI9aQuD { width:13.3125rem;height:15.25rem;top:120.25rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9OImfFccsC6dk6rESoRKflIZn8hDJ2x { width:11.5rem;height:16rem;top:117.625rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMnaAZ7GGbrv1wpBUF8qFCgz5Ve4m5En { width:12.625rem;height:15.25rem;top:115.3125rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPFNftsQHZBk1f8RMnG7LeBAakmmbRUZ { width:10.625rem;height:3.75rem;top:22.6875rem;left:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Tro0VSbcNTRZ5Q5BiaykIaErWDwTXJ { display:block; }#G0Tro0VSbcNTRZ5Q5BiaykIaErWDwTXJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GewhyG1kzHhXbLt6ZAzLgzW6TQzyqM1z { width:32.9375rem;height:34.5rem;top:9.1875rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb2VeZsIEObWAIPsOyFTDtTSm5WQQtIR { width:42.5625rem;height:6.1875rem;top:2.375rem;left:2.59375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcwygCHH0TOPl3AQfTNRgdEakNw9rdqp { width:30.8125rem;height:4.5625rem;top:10.4375rem;left:8.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yekw3rCOyd4af2TyhcnZSDUn1nP1S9ge { width:27.875rem;height:0.25rem;top:12.9375rem;left:9.9375019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNyaZo4ZrrRX6enEXr2fuzkHxE4yBpXG { width:34.6875rem;height:4.0625rem;top:15.1875rem;left:6.53125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTgbS0D0wGkzFVtWMNuEVl8cTZzos2a { width:20.4375rem;height:2.5625rem;top:19.8125rem;left:13.656251907349rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x60fQ4quIEA4HqocPkKe8FdBzRCrecPH { width:30rem;height:13.5625rem;top:23.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGHqAOObPgUfxNouIGsmoN1uKtyZ0Mhy { width:24.9375rem;height:3.0625rem;top:33.875rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3CNiybXW2Oe15nKoi4daOT5URHPQFGP { width:6.3125rem;height:2.125rem;top:24.4375rem;left:10.64999961853rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWcPw3VXFmscs12HlUn4ntOEbEfEOUWA { width:24rem;height:6.625rem;top:25.8125rem;left:11.812501907349rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMDBqUep2f490IpfzEpk6StcuwnSl8HK { width:24rem;height:6.625rem;top:26.5rem;left:11.375001907349rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHRKEfRLrZx2gzetst3DiTnMMcxCRPJP { width:24rem;height:6.625rem;top:26.6875rem;left:11.08749961853rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlX4eJqlRMxl29WhJmGcIPWuRF0WaFnt { width:34.6875rem;height:2.375rem;top:39.6875rem;left:6.53125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgktrkR07FtATddoHDql88UJ7CMZGdAd { width:44.75rem;height:4.625rem;top:51.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL2AACgCGwGiaG3MNK06AqC5iaHOMau8 { display:block; }
 }@media only screen and (max-width: 763px) { #c2oUTFREhmgyctA45772tbPrfRu81h0R { width:5.5rem;height:1.875rem;top:45.75rem;left:35.217969894409rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpNPup3Xfm0io7lQZksQ2Pe2LWZUqx8B { width:11.1875rem;height:1.875rem;top:45.75rem;left:19.156251907349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF0SKEiVXE1BgXuAkZVI1maSc1OKLLzA { width:4.125rem;height:1.875rem;top:45.5625rem;left:9.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAsiL5z4s25GHefClGU4q3LtMK5afzQq { width:3.4375rem;height:4.125rem;top:44.5625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7eNa81fKMvIh2cZzoM29o7kw7u839VD { width:3.625rem;height:3.75rem;top:44.8125rem;left:15.593751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqITDMWzWeb5L8fr5Ozex9NogNnzFDg0 { width:3.625rem;height:4.5rem;top:44.1875rem;left:32.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqIVfbra4RotZrvEvGNieXqKp5nHZkp4 { display:block; }#DqIVfbra4RotZrvEvGNieXqKp5nHZkp4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWcyfuFX0Z3yFGi18LpcJerdWnrDk7Sd { width:14.6875rem;height:13.1875rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsGItC4TxqoE3NnPLP3I9vKAZK6BwrVc { width:36.75rem;height:7.1875rem;top:8.0625rem;left:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiLL1nNzr4RAEi6vpMsyOK4GMz1uepmZ { width:36.125rem;height:1.875rem;top:5.5rem;left:11.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sqm3rRovgoDQwgTK5bReOs9G5FlWqkSE { width:42.75rem;height:3rem;top:0.6875rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA3FTkt5CaxPyS4Vk8AIhDIXHzwGhLfL { display:block; }#rA3FTkt5CaxPyS4Vk8AIhDIXHzwGhLfL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ooh7X8G1Tb9IG8RlLPVoiHUUnCtmi2w0 { width:47.75rem;height:4.625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUW8zO3c8GHB7B5GL2lc2EyZBgXAS9Jo { display:block; }
 }@media only screen and (max-width: 763px) { #l0hS8hcWX2kfFrgM4sTTe4wVacpXuGOv { width:3.125rem;height:3.125rem;top:8rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiGm4XWtwlIpoqqC9MpehTV2TfpWXWQk { width:47.75rem;height:15.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmJ0LQfBQyfT369CrBaq2WTA7tawPXMX { width:21.375rem;height:12rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMMr32hIoNLI7P5PofGnfbqCtUEOWAHe { width:21.375rem;height:12rem;top:3.5rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTzM9kqOCKuX5vSfJPZqgvODPhtNh0cA { width:17.75rem;height:24.625rem;top:25.125rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAmgEaVBtP1hxH0DUSxehnnSdJP2MRzx { display:block; }#iAmgEaVBtP1hxH0DUSxehnnSdJP2MRzx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bV2VxVXo1i2qwcanHsVUSPk8uV6c77GB { width:42.75rem;height:5.8125rem;top:4.625rem;left:5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEkEqQPUgRRhOuR2S3SDXsRUeXm4lwpC { width:6.375rem;height:6.1875rem;top:3.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAMW96GBQW48az8cbTXOtl5KNTDgQ9zD { width:32.0625rem;height:2.5rem;top:13.1875rem;left:7.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORy45PTplD16ar32WbD6z5xnuUga2PET { display:block; }#ORy45PTplD16ar32WbD6z5xnuUga2PET > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlNrOXTG3IVTH0VITyomRSy6vFoUPfkk { width:47.75rem;height:3.8125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsWHTAOzl031hM0zPt5S7c6H1JMgLdPv { width:46.5rem;height:1.625rem;top:1.875rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6fS2FBDzcnUz0JFFRAnaTv4Z7wiUEmZ { width:3.125rem;height:3.125rem;top:1.125rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIJN6aqy4tDE2xJT3T6u81BrvFp6mQnb { display:block; }#vIJN6aqy4tDE2xJT3T6u81BrvFp6mQnb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfW1KOMbIhXGB1JRtKdpd2KJXSVIw9zQ { width:38.0625rem;height:5.0625rem;top:1.4375rem;left:4.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi0ZgXPrVI7z4p75SkT7uGiQo2cMVGGC { display:block; }#Qi0ZgXPrVI7z4p75SkT7uGiQo2cMVGGC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlRiA3WEwMqaD2ZR8mnxznsuTgTZyXUW { width:47.75rem;height:3.8125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySwRSG6EVrI9yHJRkchGlRz87PZwzheS { width:46.625rem;height:1.625rem;top:1.875rem;left:1.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndNwMsoQ7A5KFyJnEaLbJIHvhDBBiaCP { width:3.125rem;height:3.125rem;top:1.125rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqDKrpBFO4kACq0kbmNwW0tpu3aKJtm6 { display:block; }#HqDKrpBFO4kACq0kbmNwW0tpu3aKJtm6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eS5KcCeWVTBontRihgPrlVivsqpWMqAt { width:38.0625rem;height:30.375rem;top:2rem;left:4.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTM9mA11DSNc4N3hgRWi4R8q7PThtI6X { display:block; }#GTM9mA11DSNc4N3hgRWi4R8q7PThtI6X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPrMa5T8pW1SfMLdtzt2T3iKHgx1skUo { width:47.75rem;height:3.8125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyeFUt1D54hBV5tFcpCpgBAxsnDT9Sy4 { width:3.125rem;height:3.125rem;top:1.25rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgSHokckSBrbGzmrUgaPJxwV4K7o3TUh { width:46.375rem;height:1.625rem;top:2rem;left:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5caP7Xkp0RgDWpwHQkBOHNVKfNHIQAp { display:block; }#J5caP7Xkp0RgDWpwHQkBOHNVKfNHIQAp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmTvwkzaQfmgTntKrivydNHBa0OsQEy7 { width:38.0625rem;height:11.8125rem;top:2.125rem;left:4.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC23K5nCcwzLz2EOINN7by2aT5RhMVm6 { display:block; }#xC23K5nCcwzLz2EOINN7by2aT5RhMVm6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypWECCh4ltMU18Ez7Z0rL9bDPdUOmeb5 { width:47.75rem;height:3.8125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpnpNTyBPdwWmp1Ns9RIOObDRyswargA { width:46.5rem;height:1.625rem;top:1.9375rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0oIXHWWWEOFsJB8PBwd9FHSVuawaoX1 { width:3.125rem;height:3.125rem;top:1.125rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX0L9cCPnh88MaS9wOWLA7Ai2PgSq5gr { display:block; }#gX0L9cCPnh88MaS9wOWLA7Ai2PgSq5gr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #suXX4aWQDbnJ0EryRf9JQfbrVNwtg8VW { width:38.0625rem;height:6.75rem;top:2.1875rem;left:4.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1QP1emy3qEdVzt13dFKSRz6rNnEboAZ { display:block; }#K1QP1emy3qEdVzt13dFKSRz6rNnEboAZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bn74nNkaR0wfhDUh8kDFnietrotMNiTJ { width:47.75rem;height:3.8125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngLa20m63t6gCI1Oc4XUqXWbv2hfJhky { width:46.375rem;height:1.625rem;top:1.9375rem;left:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb730FFP2vN0R6UyiBVTvvFDqa7Ni4WR { width:3.125rem;height:3.125rem;top:1.1875rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTXQu2xLtDzJBgUcdV7LcpOF6p3DTyis { display:block; }#QTXQu2xLtDzJBgUcdV7LcpOF6p3DTyis > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qrUfHpEWwaw8tvpGlPLUIdfQDnb77Z7W { width:38.0625rem;height:3.375rem;top:2rem;left:4.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9g68PBJVkVrBdilnxVhrntTZUkvCw4h { display:block; }#r9g68PBJVkVrBdilnxVhrntTZUkvCw4h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aa5OwvTic0VbC2OP4KdvgSakVr1TS9se { width:47.75rem;height:3.8125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtRTmnse8qmeEdfbZit6ssHHLddBK0J1 { width:46.3125rem;height:1.625rem;top:1.9375rem;left:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeylKzCCi0pTr3tZBcNudbsKWRzF9iDL { width:3.125rem;height:3.125rem;top:1.1875rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAqqBFvWkT8V7hwQPpyHIR9sS4LcrCoa { display:block; }#kAqqBFvWkT8V7hwQPpyHIR9sS4LcrCoa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdCZol0iOEu25uQ2X7wQZ4v0l3GVkNTa { width:38.0625rem;height:3.375rem;top:2rem;left:4.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSWeDu2KBLTFo4JXvoy2l0c3Pnh5PHCa { display:block; }#uSWeDu2KBLTFo4JXvoy2l0c3Pnh5PHCa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wb9DpfckSSeicLiUnQgV4fT6EU2z8796 { width:47.75rem;height:5.625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHpi3TrSubiOwCLyFtMiFUzrR58diaIK { width:46.4375rem;height:3.25rem;top:1.9375rem;left:1.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyVTscAfv9Aq1TCmnoe3i5VRCcPqxhNL { width:3.125rem;height:3.125rem;top:1.9375rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqOPOTCCkopJ05lVCeT6N8L9i2IQbf2o { display:block; }#VqOPOTCCkopJ05lVCeT6N8L9i2IQbf2o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNTfTS9TT73i63bm56f1NmH4auUzZWCN { width:38.0625rem;height:13.5rem;top:2rem;left:4.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTHtoaEpFzKqf1cuWQvnrscRgJv2itHk { display:block; }#MTHtoaEpFzKqf1cuWQvnrscRgJv2itHk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDUDnkT6Cq9fzynMBWDpI81L4ylJKyRm { width:47.75rem;height:3.8125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4dmD4z3rEln97W9HQz5QiQBEJLRghpB { width:46.3125rem;height:1.625rem;top:1.9375rem;left:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5W5U6Zs7Ppr3Dq9kiLM0aSWEGzirvOy { width:3.125rem;height:3.125rem;top:1.1875rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIP0p0xDEKzvZeorFp65TFcVkJpqnxVi { display:block; }#TIP0p0xDEKzvZeorFp65TFcVkJpqnxVi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXztkMP2ghUPoAA9fFAclqiMCI3WAnJV { width:38.0625rem;height:5.0625rem;top:2rem;left:4.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZr07cLcXFKTieIJ8LhABRPb1PLddnuT { display:block; }#IZr07cLcXFKTieIJ8LhABRPb1PLddnuT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbb07kTW0rbPa3FMBMT0goDgLT1sunFI { width:47.75rem;height:5.6875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #puSWaVRQOuqImVGt3NFbsGpaqV12I5uN { width:46rem;height:3.25rem;top:1.9375rem;left:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgTDtbCqI9EFwocDVeyP0UlZ8H99SE2F { width:3.125rem;height:3.125rem;top:2.0625rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRPPaV1t20kNN3u6The6BGaitTrPZymn { display:block; }#NRPPaV1t20kNN3u6The6BGaitTrPZymn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AynGMS2eEzpdvyuqTHXlbAJmU9upkLKP { width:38.0625rem;height:10.125rem;top:2rem;left:4.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i84dTT3lT9PRX2J37EBUufx1gimTT0vO { display:none; }#i84dTT3lT9PRX2J37EBUufx1gimTT0vO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UVZskHbSmxgbSBGw2CXld4HERIHHfSxQ { width:3.375rem;height:3.375rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxPskJ4QnFZUyE09isSahF8NP0QSlsdm { width:46.75rem;height:4.6875rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeA10Sw22Zz77kOiT9NNdbDoGmctKEa7 { display:block; }
 }@media only screen and (max-width: 763px) { #igFfqw6tFuM1qVU3B7XNHge1Nkioe7xF { width:45.6875rem;height:2.1875rem;top:2.0625rem;left:1.03125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QacMQZMyPezrUZumOg1yaOv2vL748xr9 { width:31.75rem;height:;top:6.75rem;left:8rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzL2Er4EV7LQABxvteyuH5BGOn8bd4nR { display:block; }#EzL2Er4EV7LQABxvteyuH5BGOn8bd4nR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uo5C7XRlWG5uBPMLQwtZpeuCZGQHUJTT { width:5.75rem;height:5.875rem;top:5.4375rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQrgeeKs9T7rzP8u3Oo0vO6B3TeAJGX9 { width:47.75rem;height:3.25rem;top:1.375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzCd3KmtVUQZNxC9siPoh6RnTapk8sWB { width:12.1875rem;height:2.4375rem;top:7.1875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUslkPFUFERK4Cd0H9ZKW1QsKmTTbQRr { display:block; }
 }@media only screen and (max-width: 763px) { #MUk8yTgHmDFXSJFdbEQMAO0sxakgxc2w { width:12.625rem;height:2.4375rem;top:7.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdTEgsWCtWqb9HGK9WPoTAd3h8NTQUa2 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:url("https://images.assets-landingi.com/MPXcHYTp/Fundo_completo.jpg");background-position:bottom center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:56.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vh00uRMKdJTzrNuB0TOabInPniyzMZyf { width:20rem;height:1.6rem;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPKGuDF3tnaUvVXN08hAUtZrBaTVqoUM { width:20rem;height:4.5625rem;top:35.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h19ETDTwV2R4AuEBuypH2WV8IRLgECMV { display:block; }
 }@media only screen and (max-width: 763px) { #WzBu6A6oIK4CQond6NV7vnWvMcKJzgpU { width:10.125rem;height:9.125rem;top:2.125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV0ySDxtd7dC67IfgG6pALDwur4nZUpo { width:8rem;height:1.05rem;top:44.75rem;left:6rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lQWKDXR52iTTyWE3orCHS135he3QG1eg { width:2.375rem;height:2.0625rem;top:41.4375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gktrSczqypkGaIVuqrQ6MCPAl5yuQgnR { width:12.5rem;height:1.05rem;top:50.0625rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J3e75Ev89TKMmRCqDNdA9X4gWxFgLz7I { width:2rem;height:1.8125rem;top:47.3125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUNtGHwObdDBa99TzHffExLTaQy9pJML { width:2.75rem;height:3.25rem;top:52.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCyMkIvgf53b3dgSsnztzli0ircRmFFI { height:11.171875rem;width:20rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGxuoVf1qtramfsVwofiqL47Iy92klEs { width:20rem;height:9.9rem;top:11.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BklkSQQwqBLSJGAU6TXdhos2yrwXOAtf { display:block; }#BklkSQQwqBLSJGAU6TXdhos2yrwXOAtf > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uv40L3zBvsXi70TMLE0uWmcJG7TZt9kF { width:14.375rem;height:2.9rem;top:2.3125rem;left:2.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8uqKZspTA7fJhJx4JXnBJw6Tdicfg65 { width:16.6875rem;height:4.125rem;top:1.4375rem;left:1.4375rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #LeE4QPbdNtTXxMRA3t2oyAWWRZc8HTIe { width:20rem;height:6.75rem;top:7.84375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvxu0iyLoLElw47dkGklV4lPTA8gd4LN { display:block; }#rvxu0iyLoLElw47dkGklV4lPTA8gd4LN > .row .container { width:20rem;height:180.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLuFuuKqSVSqTfTPuVTuXer26eWhMubx { width:15.6875rem;height:2.7rem;top:7.375rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTbH1su2BNJ0lhzahqF60TNBynFmJ4m5 { width:2.3125rem;height:1.5625rem;top:11.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJVf29qDKQHMpOJyreohVOeC9OiC0Qai { width:2.3125rem;height:1.5625rem;top:19.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrwcVFOJDNuvMK72tlzW02fDSxOFTt78 { width:2.3125rem;height:1.5625rem;top:7.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VilpXn1bsSJFBhwldhKZAJTers5RDnCN { width:2.3125rem;height:1.5625rem;top:25.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Bpq6HwaoBtcJZQ0R3ucc28hnNnGkPp { width:2.3125rem;height:1.5625rem;top:33.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR893ogXAg7hMMCAw04dM9z9lNa20w2K { width:15.25rem;height:6.75rem;top:11.3125rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfA6rTKfwpRhM9cscvkWqU93t3teTCyH { width:13.0625rem;height:4.05rem;top:19.75rem;left:3.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opTiKZwm9XORfIT2W5kvK1x2BfiVW6dd { width:14.25rem;height:6.75rem;top:25.0625rem;left:3.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSgA1pSIh39wNQ7EH3FpUvHmR5yUP1XV { width:15.25rem;height:6.75rem;top:33.0625rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEwNeTmVbFiwaBORMW2Td1tRoIq0GarT { width:17.9375rem;height:4rem;top:1.8125rem;left:1.0303819775581rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZKUt57NBhlSr5HpUawbsJ5f59BIAN29 { width:20rem;height:13.95rem;top:163.99999713898rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CHbwmwyzxzLFdWs6pOkLeHLgT0CgtkIr { width:17.3125rem;height:7.5rem;top:154.375rem;left:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN5tnC4ail8mbq9vOwK4BWch4O0fmSRw { width:6.375rem;height:6.1875rem;top:153.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld5WqLc4vXtCNTw0UfdmJ9ELCcrEBQoH { width:20rem;height:15.5rem;top:136.125rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HrFJr2AcGNmdck5hvaGAAO7IsyqlLffC { width:19.25rem;height:19.5625rem;top:113.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOwit6BVqiAOMDeLGvZSgTXrvEGlWkmZ { width:19.75rem;height:20.625rem;top:113.3125rem;left:0.25rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #fCtyfqd3rpufXZgl5UCQphLTPu5LLQS3 { width:20rem;height:5.4rem;top:106.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pselXtezpuNV6EzFwHZtySprlQs7lLgm { width:17.4375rem;height:3.6rem;top:100.8125rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh8lMHRpbDl7t1lcq1H4T8bCWwTgyMhS { width:20rem;height:4.35rem;top:72.987500190738rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8lnTiekNNn7tM3kTqFEadts3R9H5B64 { width:19rem;height:4.625rem;top:58.33749961853rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VznRwKOwpopZMgb3XJb41WA3vQu8bk9I { display:block; }
 }@media only screen and (max-width: 763px) { #OBnraSDVc2ZEhy3kXWhlhZscI9MsT9Ra { width:20rem;height:7.4rem;top:64.962500572206rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AolfT8gRBGLoMJWbvikqIUvDB7zz9NX8 { width:15rem;height:3.25rem;top:83.0625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utQtvWUdVD7LksHcu01O2i3mLGMqrMq9 { width:15rem;height:3.25rem;top:91.4375rem;left:2.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agS4CCNcEcJ9U2dUtxRvFKNT3MTMp1uB { width:15rem;height:3.25rem;top:87.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2RFzWAfcpcWMoTseyLkvz2wdUZ5FoOv { width:15rem;height:3.25rem;top:95.6875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFgSJR4xVWuVPvUwJklbq9siXW7blkZo { width:14rem;height:2rem;top:83.875rem;left:2.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8OcgR3ykznHr3G7GgeDKcZleCfHH2Uu { width:14rem;height:2rem;top:92.25rem;left:2.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkbwstx4TX9ttc0k9pWSf1MCDyAiwmor { width:14rem;height:2rem;top:88.0625rem;left:3rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmPXDkdwwic2clMQrw2ttdpa9bwB9d7M { width:14rem;height:2rem;top:96.5rem;left:3rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omoQBuguhpf48zM6HbkL8OtlJW35UnSJ { width:20rem;height:21.05rem;top:71.510937690738rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMeNZvhKybsXgZWxFJ8mvuw02y5To6W4 { width:17.125rem;height:10.5rem;top:45rem;left:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC87Tv0dJIP6GdaLTdhmwst5xZJk0ycS { width:7.6875rem;height:7.4375rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl1180NiEd27IB4k3vvG6M0Xk27vU0oc { display:block; }#Xl1180NiEd27IB4k3vvG6M0Xk27vU0oc > .row .container { width:20rem;height:101.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMTZfToFy2DHWzmek6C5Z4D0E2cKyIeD { width:20rem;height:3.4rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #beO7ULg4NeNIseoHJpBGDfQLIngeRBe0 { width:20rem;height:25.9375rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTwBJiXSSizZmeIyXGRDAB1KKmBGNZ8P { width:3.125rem;height:3.125rem;top:33.3125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9OecNbyVwRh6PNTKzUiaDo6UxD0u3nm { width:19rem;height:3.4375rem;top:35.375rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgNyP7GlZrm20eKGGpJgIOQ55Raz11Wk { display:block; }
 }@media only screen and (max-width: 763px) { #mplsL2krksAcwDQQmNF3ToxWTK0p3b1G { width:20rem;height:5.55rem;top:40.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0J8texrXCq3DqKbeBNnsiPAC8nwe7V3 { width:20rem;height:6.8rem;top:48.000000953674rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwzCGoTbBufNV2WgWD5gU0i4zAxcQLxI { width:15.6875rem;height:4.5rem;top:67rem;left:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCmUPPndx4w3uI0zJ6Mcfi2LNKLVhloL { width:6.375rem;height:6.1875rem;top:64.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8d7aHRpEZGk2UKPQ19lG16xUsBnSTW5 { width:20rem;height:21.75rem;top:77.812500953675rem;left:0rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nDzpzXzPiAeCs82POeb681aA1D7D69AH { width:16.75rem;height:22.9375rem;top:56.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIZHuytIiUZceVvUAGZXIByOFxeG4Rr9 { height:10.75rem;width:19.4375rem;top:8.5693359375rem;left:0.22629310344829rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHQFft95U4LJAuCvFVEBrHBT8VOJROlg { height:10.8125rem;width:19.625rem;top:21.138671875rem;left:0.21112657411493rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7hTmczsa0a3pznTnRpeaGLDGbstINBx { display:block; }#C7hTmczsa0a3pznTnRpeaGLDGbstINBx > .row .container { width:20rem;height:169.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hB5XJqdKZ2AyKllO6DHC5BJCxe8nyoNr { width:16.3125rem;height:1.9rem;top:0.75rem;left:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKi2Ezr3p8brGsTzqEOc16sHWJKiA6NU { width:17.9375rem;height:3.75rem;top:3.75rem;left:1.0625rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mu9iMcfcR03e98A37ue90kKq65nJqzcT { width:20rem;height:26.0625rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p155w4vts9qOXMDTCpBz9TnkaJN1z5az { width:3.125rem;height:3.125rem;top:35.4375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q0DBXdTyfWEwAk0BpUJPikTTh89O7DmX { width:20rem;height:4.4375rem;top:36.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyRXaplm73wk9KUWAxf6JAeoBNG1u7aC { display:block; }
 }@media only screen and (max-width: 763px) { #ti9LOzAm2WH0iOTHXNEvQTi7rTL6nmtN { width:18.125rem;height:6rem;top:44.8125rem;left:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgCZJUSnDFuDRgroWuM8T1M5OyU2tSB4 { width:6.375rem;height:6.1875rem;top:43.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCEmQHDVlX8usXbt9uwoBc1VgxiWBIQ8 { width:20rem;height:2.4rem;top:52.2099609375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CppTO2xWx2zdTIDHDF61GJLakTuCfrmD { width:3.4375rem;height:2.3125rem;top:56.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDwPLwRXJLKsJNhKSSu2Ge7fB8TJG5Rx { width:18.875rem;height:4.25rem;top:55.125rem;left:0.5rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #mCJgXxeWkmCFTySDv2xl1A4Pk24TuteS { width:3.375rem;height:2.3125rem;top:56.1875rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBOTCGvg8HZGcpaLN1DWma1POZGfekPP { width:8.0625rem;height:1.5rem;top:55.875rem;left:6.0625rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dRAds3eSZ5SrfU3KDiD5NcQbPR8S4Vvq { width:19.75rem;height:82.3125rem;top:156.5849609375rem;left:0rem;z-index:100001;display:none; }
 }@media only screen and (max-width: 763px) { #cMSdSrg2r1v9wtC37ecDWpFq50FB4ATu { width:19.125rem;height:28rem;top:70.3349609375rem;left:0.4375rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TOQePgpmEH2rlxqVa3Ff6h5i2hNiMgH6 { width:17.6875rem;height:2.7rem;top:61.6474609375rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #unt5e6uAab08r9BuPiZTG94UTPDpBc2a { width:18.0625rem;height:11.0625rem;top:100.75rem;left:1rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #QSXXvPyoi1iDMUFQJakt4wI8207EGcbD { width:5.875rem;height:5.3rem;top:101.375rem;left:1.6875rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu67LkWxeH0kDVKv6OyQzMCZPgk3dWzd { width:9.3125rem;height:5.4rem;top:101.4375rem;left:8.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukX7b04F9AcInEsPS1bKyFyA6dpdCGWD { width:14.4375rem;height:3.15rem;top:107.8125rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #npUKsbnVHUEs83hSzar2RueEpLtzXs2N { width:3.3125rem;height:2.1875rem;top:114.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KboRba9vHqHD9CB4FXgFugiMJaugcwBu { width:19.1875rem;height:15.4rem;top:150.9599609375rem;left:0.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWEqnTJueGI5Oi2BpEZ5sOyzUiJ4smbu { width:17.625rem;height:2.5rem;top:116.6875rem;left:1.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZ3D7iEtVKTs6XSr8fI0eC95vMgRdP58 { width:16.375rem;height:2.2rem;top:119.8125rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ylxyVQtbOR05dOaqOuzOH2SmzzTC0liR { width:14.0625rem;height:2.2rem;top:127.5625rem;left:3rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KUJo5R8SDOC0zyGQhb0FhLLTZ5i9Va1O { width:13.3125rem;height:1.25rem;top:125.6875rem;left:3.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Av0NVeDR5wRm6MEwxfCQH9omFneGVOCa { width:3.3125rem;height:2.1875rem;top:123.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW9AigClSW9BUyC2Z2W4qGbrtcAIMpMB { width:13.3125rem;height:2.2rem;top:135.75rem;left:3.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gQ5Awl5T4gXzXWPxFC6sAp2wOf4629s8 { width:14.375rem;height:1.25rem;top:133.875rem;left:2.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zwh1Q5lLsSTCsygMvZqEHnyl2fUAeK1A { width:3.3125rem;height:2.1875rem;top:131.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js4k4Z5xaKTd20Ob3SyHTkSl6GwcLI4S { width:14.5rem;height:3.3rem;top:145rem;left:2.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rqKw9v1lNkSG08ZX8QduHPO7s6g9DDPK { width:17rem;height:2.5rem;top:141.875rem;left:1.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bprALIAKLxhT0QDU8GIDHfLViy2TIwUE { width:3.3125rem;height:2.1875rem;top:139.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoR9TbBtU9eu9ugFgGEDa78f7gcwxf2a { height:10.6875rem;width:19.3125rem;top:10.4297109375rem;left:0.31100013577273rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuzeXBESf6CNwwTTZrPtO0pvSzibPHfZ { height:10.625rem;width:19.375rem;top:22.8193359375rem;left:0.33612657411494rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev4coivabMWaiWEKdsebTOoy4417XlD9 { display:block; }#ev4coivabMWaiWEKdsebTOoy4417XlD9 > .row .container { width:20rem;height:103.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KE0PBqO7zDkb72nxcPJqTGsNPI4ML7Rc { width:12.5rem;height:1.05rem;top:100.625rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RadlPVHAQkcwVICJXlsHVeOSerHTEMgs { width:2rem;height:1.8125rem;top:97.5625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4azalWtDdRL5bST2E7wylBeUfkbI5KK { width:20rem;height:4.25rem;top:80.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEvPcT8tXhVdUC6dZ5JhrvvL82aniTs6 { display:block; }
 }@media only screen and (max-width: 763px) { #EXZGvluGsLArb0G4cCopkGBBuSIV52SC { width:8rem;height:1.05rem;top:89.75rem;left:6rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yiB4I3AdUZPvGKaxBZfpRhThfsxtT4xL { width:2.375rem;height:2.0625rem;top:86.4375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLDCZbBUUuktlIoGrIK22Spl1KebFn8p { width:3.375rem;height:2.3125rem;top:2.4375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNCLuULWpTTGeIWxoehUqTWSlKW9mQpL { width:8rem;height:1.5rem;top:2.125rem;left:6.125rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wZ0pQZWqW7kaVuTPQKK81WV0sQWGHSTT { width:3.375rem;height:2.3125rem;top:2.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIClNPFMzJqF7xfetPgISJziuXnI7ccs { width:19.375rem;height:4.25rem;top:1.375rem;left:0.3125rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #MrF5Qw7gqmndTHIzScXBqgqpgvTbIUQk { width:19.25rem;height:6.6rem;top:7.4375rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXkH40dRqUPH1pVhvqTE9xHCItXcc2pQ { width:20rem;height:8rem;top:18rem;left:0rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HGwInnMus5fWInd9F9qdXy4n7IZHdK9x { width:20rem;height:28rem;top:50.3125rem;left:0rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ddHUBJ0Nz4IeaXFXgukPFP1HrLde06fT { width:20rem;height:6.625rem;top:44.755859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2vUaUUf3iMiONcWxca5KHQvApAGKByt { width:16.375rem;height:4.2rem;top:28.625rem;left:1.5625rem;font-size:1.0625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #kM4LEEe3ReIA9bEzJ4FT4A9ELVs5d0ih { width:11.5625rem;height:11.55rem;top:33.5625rem;left:1.5625rem;font-size:1.0625rem;line-height:1;z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #qK84HeyWRy9KzW5DWvbwGf1rfZko2dDV { width:7.8125rem;height:11.1875rem;top:32.8125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQnW8uJsDl0C6VF8OR9CG3X348BVSSSJ { width:19.75rem;height:61.3125rem;top:0.5rem;left:0rem;z-index:100001;display:none; }
 }@media only screen and (max-width: 763px) { #h7QWhi1RmWO8vEfLpiAcyFqgg1peIwW0 { top:26.875rem;left:0rem;width:20rem;height:3.5rem;z-index:100029;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/pXBSOORI/Elementos_1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#h7QWhi1RmWO8vEfLpiAcyFqgg1peIwW0.adaptive-delivery-prevent-bg, #h7QWhi1RmWO8vEfLpiAcyFqgg1peIwW0.lazyload, #h7QWhi1RmWO8vEfLpiAcyFqgg1peIwW0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Qynguldi35HNVET3MnUO9i2JMUVx4cPt { top:46.125rem;left:0rem;width:20rem;height:3.0625rem;z-index:100030;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/pXBSOORI/Elementos_1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Qynguldi35HNVET3MnUO9i2JMUVx4cPt.adaptive-delivery-prevent-bg, #Qynguldi35HNVET3MnUO9i2JMUVx4cPt.lazyload, #Qynguldi35HNVET3MnUO9i2JMUVx4cPt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZE2NNgq6UzBXUhUhfUW6bHCsV66TT3x7 { display:block; }#ZE2NNgq6UzBXUhUhfUW6bHCsV66TT3x7 > .row .container { width:20rem;height:152.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tF4grhwZpdeGGPA2CRI919l6Xu3S4kWP { width:6.375rem;height:6.1875rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #moIozK5tkJxIiacHJlhVcJr8QOWPMMq0 { width:15.4375rem;height:9rem;top:41.25rem;left:2.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egWb8NTbmcEqhTlr40XzHIVd3zypSTD3 { width:20rem;height:23rem;top:15rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELFtEuZCIBa5AVgGevgVO39me0EwmGLw { width:20rem;height:10.2rem;top:1.2724609375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GggI0R5RlF6TMI2PycK6sEnN4KmpWeUG { width:6.375rem;height:5.875rem;top:46.125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSe8J3qa9laVB58gsVFQa1XsQWREuGIL { width:20rem;height:6.8rem;top:53.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxAzyFWT0VNkvDpLadBhCOkIkhleAdxs { width:20rem;height:9.45rem;top:61.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuVVhVWE6mMM5NRb3hICF7AFs0toeHHw { width:20rem;height:4.125rem;top:136.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuJIy2tWeqKWnQDWE9txSuKAGSUX7N4w { display:block; }
 }@media only screen and (max-width: 763px) { #cq6iWQ0SQ9l345OHZ7zDkfsOmTSbX3nZ { width:13.875rem;height:1.9rem;top:88.3125rem;left:5.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dStXUAP65KvP7u25RaWCA4vZy3QUUe7l { width:14.0625rem;height:2.4rem;top:85.25rem;left:5.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NyKUtf0s1gh0RK2qcpAWi50rH2AQ6vmV { width:3rem;height:3.05rem;top:91.625rem;left:0.8125rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BHB1vUw9omuDKLfLVkEZiqXuW85oBmT7 { width:12.875rem;height:1.2rem;top:92.5625rem;left:5.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hmOWounu0sll8dku3ASK4I6HNdftC4q2 { width:11.4375rem;height:1.9rem;top:94.375rem;left:5.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rdv89o9wNEKT9UVodwHPRisX5zLvKJms { width:13.125rem;height:3.6rem;top:97.5rem;left:5.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h9OkHOFo2Ra6HdLaMnG23yMDTUq1M6Fr { width:3.3125rem;height:3.05rem;top:98.375rem;left:0.5625rem;font-size:2.5625rem;text-align:center;text-align-last:center;z-index:99975;display:block; }
 }@media only screen and (max-width: 763px) { #zfkNuXA3Jdcox7Qn74AyLi4FtqmUJqUP { width:12.0625rem;height:2.4rem;top:105.1875rem;left:5.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #atIK89Pk1Su1VfTN1XA4JfwvKq2ODut4 { width:11.9375rem;height:2.85rem;top:108.1875rem;left:5.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ghdi8c2fCwlFgZZVqM9X2mFzi5DhUCOI { width:3.3125rem;height:3.05rem;top:104.875rem;left:0.5625rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kw3QwIzmEgocId8kmaS96ikeQNmUzBML { width:3.375rem;height:3.45rem;top:84.75rem;left:0.5625rem;font-size:2.875rem;text-align:center;text-align-last:center;z-index:99976;display:block; }
 }@media only screen and (max-width: 763px) { #mm8kdfhky7fgouOqdns0yD40sIn9Fcon { width:3.1875rem;height:3.05rem;top:84.9375rem;left:0.5625rem;font-size:2.5625rem;text-align:center;text-align-last:center;z-index:99977;display:block; }
 }@media only screen and (max-width: 763px) { #erW2ycBw3VQFMgTqXftsI3hLFvkUavq1 { width:3.5625rem;height:3.45rem;top:91.4375rem;left:0.5625rem;font-size:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l7MzdILgbtMRJ6wyXiLdH37zgoAInsAr { width:3.25rem;height:3.45rem;top:98.1875rem;left:0.625rem;font-size:2.875rem;text-align:center;text-align-last:center;z-index:99974;display:block; }
 }@media only screen and (max-width: 763px) { #TMnCJkI42tIVufMZF0U9UkaTN4xDMcTZ { width:3.5625rem;height:3.45rem;top:104.6875rem;left:0.5625rem;font-size:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eTUbucckwOTNq8wMRnxODaMuVC6kCXmT { width:1.9375rem;height:3.2rem;top:111.8125rem;left:9.125rem;font-size:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D3Uoh6OS37C2BolrD4BcDK73nm5Laop3 { width:3.3125rem;height:3.9rem;top:111.6875rem;left:8.375rem;font-size:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EMoVDMsUAPMQW42OXqGRc6OvWnKuzLiq { width:5.375rem;height:4.5rem;top:119.0625rem;left:7.3125rem;font-size:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vwy1BJ3f2fCNBbTECoa0F3d5fqTPCO79 { width:10.1875rem;height:7rem;top:124.875rem;left:4.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFsSPK59hJ8kftwWTJJ7UFck0qD7dBMy { width:11.4375rem;height:14.5625rem;top:118.375rem;left:4.1875rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #QFrRT5zqTeAPwsi5Iy8GpKNR9FH36Mq3 { width:19.75rem;height:38.375rem;top:77.2265625rem;left:0rem;z-index:100002;display:none; }
 }@media only screen and (max-width: 763px) { #Aaxi4Mhnzew6kTtChFBNN6Z3ozszFoii { width:16.25rem;height:19rem;top:116.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQEzPuTJN3Bc1WJIdtTQKnT9FtIawwHd { width:20rem;height:22.3300625rem;top:73.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4RJxPclGUyePOO56XkxCgNJcL5FIEAl { width:18.375rem;height:6.8rem;top:143.5625rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1fKe8DQPpV327ZWJ1ios3o2zh0Wh3sz { width:19.75rem;height:64.5625rem;top:88.25rem;left:0rem;z-index:100001;display:none; }
 }@media only screen and (max-width: 763px) { #vETr8fTFzmT58byRPGEDKadeBrSxMNDJ { display:block; }#vETr8fTFzmT58byRPGEDKadeBrSxMNDJ > .row .container { width:20rem;height:75.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7pMzUH6kMaD3A7T17oPidP8ZDIfe8ba { width:15.5rem;height:2.2rem;top:14.125rem;left:2.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTimah1ou8HCCP6tdpTDDIghOZxFeSfT { width:13.625rem;height:11.5625rem;top:1.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQxOIhr8hwhd7t12vIAoCfTcB0nKz4Oa { width:13.75rem;height:11.5625rem;top:18.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp5DX1SlwbP1osvuXGhnaKGr4kL4DAeD { width:13.75rem;height:11.5625rem;top:36.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E17fKq6e2x6vtIGKIgcnCm19OPly6cWb { width:13.625rem;height:11.5625rem;top:55.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR58oLgeuepE9IsNewo5RL6HA8T6qeST { width:14.9375rem;height:3.3rem;top:30.9375rem;left:2.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H1cBkii5mg6AHZrk4gaW8QMTH76i7wk8 { width:14.9375rem;height:4.4rem;top:48.875rem;left:2.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DD122IaqVlWPyM77fgHIQVOvc45kDW74 { width:14.9375rem;height:5.5rem;top:67.9375rem;left:2.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LfUDlOvnTsNeH1cue3w3BAXsMqwEZIFx { display:block; }#LfUDlOvnTsNeH1cue3w3BAXsMqwEZIFx > .row .container { width:20rem;height:63.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AH5uTZMKnwWn0vf07JEhB7uylkC99a2f { width:13.5625rem;height:11.5625rem;top:0.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg2vlbg8i8RaJXl4luslTE1zomIHVzg6 { width:13.5rem;height:11.5625rem;top:22.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVfbVnyCeoRop3X8GN9JVJ1Th2bqpuHb { width:13.75rem;height:11.5625rem;top:44.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wImFlTZD2aOVxrgxhpZZAIedPvwsy1f6 { width:15.125rem;height:5.5rem;top:13.5rem;left:2.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JyNRITH4TcSEXZuLQ9uBaqWrZ2xc1pOg { width:17.3125rem;height:7.7rem;top:34.875rem;left:1.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BL8eqgG7R7GQAkSt8tGKc2bwoKuxUcBN { width:17.3125rem;height:4.4rem;top:57.4375rem;left:1.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nO8fHb7OzzDSd2C0LuLKzJVFFIsM0LZA { display:block; }#nO8fHb7OzzDSd2C0LuLKzJVFFIsM0LZA > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTx9got87DguBfniaGSOJlMeFuMnGFlM { width:20rem;height:4.625rem;top:1.90625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQfDdEndMWTIy33tdgVeIBwQlnSqVyL8 { display:block; }
 }@media only screen and (max-width: 763px) { #Jxl25PhELTkXgkgd0911SwN0emPXxyJ7 { display:block; }#Jxl25PhELTkXgkgd0911SwN0emPXxyJ7 > .row .container { width:20rem;height:93.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZ1RHDEb9PTbxyi6z5BaiDI6NDbN726O { width:17.9375rem;height:8.5rem;top:4.3125rem;left:1.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6W72w8k9WscANPE6Vgspu0GMbu3QTeM { width:20rem;height:2.7rem;top:19.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gI0uKRXqi9b86FD0JM5RlxLAlfG4ZFcP { width:3rem;height:1.9375rem;top:17.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ9GGoozPMN5i76H601W7Kc0M9VG6V19 { width:3rem;height:1.9375rem;top:23.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChMWXvvuhTQzonFQcMTfJHF4IAJJal99 { width:3rem;height:1.9375rem;top:31.6875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHiBptiKByoX4f26r49rQTvll9lKIrah { width:3rem;height:1.9375rem;top:38.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxGOzm5NdPMLFqcqOqRdT475l65hTTO5 { width:3rem;height:1.9375rem;top:48.8125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQMBPSziUbenSOMNS6E8tyWlzLixuKMH { width:3rem;height:1.9375rem;top:55.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXOr2o0MwgoAhAEqoZZztpWelNy3r0lk { width:3rem;height:1.9375rem;top:61.9375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Izz4cJcqgVqzFnkyz0sfetSBcHHpRSGV { width:3rem;height:1.9375rem;top:68.5rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zotVnBFOH5CqkQwxcLLIth6iOccqonaC { width:3rem;height:1.9375rem;top:75.0625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVl3PTINx4IifVUQakOrw0XBbuIZseVT { width:3rem;height:1.9375rem;top:85.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi4NlA3fPGrSoeH1NZ10EtbLWRQxzU7J { width:20rem;height:4.05rem;top:26.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xuktcWxmU1Fm0K8URJvId20mLLEWIHiw { width:20rem;height:2.7rem;top:34.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f7yQMC1fNb7F2KqXw0VEwyD3Gh3XohNA { width:20rem;height:6.75rem;top:40.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rMIhXgREr4zKKKWkoZUquQo0ABm89EJw { width:20rem;height:2.7rem;top:51.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wremL9twDQoEEBZMCoBl9gtNJeeZi6wE { width:20rem;height:2.7rem;top:57.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wz0RrTiqaTpyxJF8PUOtLX98ALiQbDdi { width:20rem;height:2.7rem;top:64.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AK2P52A46SFbtcKxztages31VBldJlVF { width:20rem;height:2.7rem;top:71.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EASFzOu6LyBEdhPobGIgHXp2LZnqwsqn { width:20rem;height:6.75rem;top:77.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SttuRvPGnNe36xKfgv8bQPTGLywzTuyz { width:20rem;height:2.7rem;top:88.3125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T68aaKTgQOfDRkCxT75mDT8lZx2eQqlW { width:6.375rem;height:6.1875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEOZx82teR8oZlJEf8TbxDrpXJrDUgZx { display:block; }#sEOZx82teR8oZlJEf8TbxDrpXJrDUgZx > .row .container { width:20rem;height:179.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lxszd0ByJg2WFkqTvARiFSTZn9Rxyru8 { width:19.1875rem;height:8.4rem;top:0.875rem;left:0.40625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dcuJ18MnE0s5z6U4pLgQrEIcNxJew0OS { width:19.25rem;height:6.6rem;top:20.25rem;left:0.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #poG6gqG9uqJklZKZLFJ3mo02CQtceau1 { width:17.3125rem;height:3.1rem;top:14.75rem;left:1.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd4UyTiLJdxVwKvryrT8RTXhKeONJSO4 { width:18.75rem;height:4.6875rem;top:13.8125rem;left:0.625rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #TM45nvtSUTD76IcTQEPE8NIAL3PoRutM { width:3rem;height:1.9375rem;top:30.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9ySVTCXzrhhnTHI94L6s5POmRy4BmUy { width:20rem;height:8.1rem;top:34rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QPuuHvzsQo8TXOnMRLhZy6F1SINM1MtC { width:20rem;height:8.1rem;top:50.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HAetr4LMnKDQTZiK7BgcQvUwLt68RSkJ { width:3rem;height:1.9375rem;top:47.3369140625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIkXE6ZtH9xJui6KldLEJGbZ5Hx5vGge { width:20rem;height:12.15rem;top:67.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UkLl8n1Nf2IqDMTieqAZcZyhMpyqqmsm { width:3rem;height:1.9375rem;top:63.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQTU6TfnkZxp3wsC9Tv1k5TATZmdUb1Q { width:20rem;height:8.1rem;top:87.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTpbDwKM1dUqTmbyMKsLkE4ve5TKc1ND { width:3rem;height:1.9375rem;top:84.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdBSegnOTxnMCFNlgdJfN5LBJ8f3kLCQ { width:20rem;height:9.45rem;top:104.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U9kgmCPe8WVKolpMrsQcTh6hcHWUAh4r { width:3rem;height:1.9375rem;top:100.9619140625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3M3B5hRLZQxQ6RTNW9p0TmOTenkz4kW { width:20rem;height:6.75rem;top:122.3125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yBuZAfLM9qklmNGIob74TK1uFCm4uMIH { width:3rem;height:1.9375rem;top:118.625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awf4qkZyeQ7L49Egd8piinVUFfPvkKzg { width:20rem;height:17.55rem;top:137.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #iAzE0NT1IT0peePkB5kc2XT3BUHnkq01 { width:3rem;height:1.9375rem;top:133.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWhn0c9dAIHlVeRfkTZ4Pownqp12hOe4 { width:20rem;height:8.1rem;top:162.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eRkrxX5raKN1hcPu8M6csk6NTwS0JmMQ { width:3rem;height:1.9375rem;top:159.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTDKkCPCGngsBMOi5R7NdZkvfHFRXksZ { width:20rem;height:4.625rem;top:172.7236328125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEFfIpBTIWEMkp6KvKnghK3bKfO14fi7 { display:block; }
 }@media only screen and (max-width: 763px) { #RqVrXxeaNQX3tkHtt37LrwpooWQQBIxy { width:20rem;height:3.8316722037653rem;top:209.7363375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uIt5XNhsi8VyVoTaq8LvRBtM1XdWdq7b { width:20rem;height:3.8316722037653rem;top:229.31739375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzoksILHeLq11hnWUs1ZqPoinFyJdCfd { width:20rem;height:3.8316722037653rem;top:123.84278125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s77kcLGzpTt7KiVhNrw4TqvHT1PBlJXC { width:20rem;height:3.8316722037653rem;top:90.76855625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eXffXTa3xVJsuw3OCLvvPPLIGTs7VOU9 { width:20rem;height:3.8316722037653rem;top:95.9121125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qz8lckiGXXnzK1GsUtdTKM4vXEb2IVm7 { width:20rem;height:3.8316722037653rem;top:100.99316875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NAyQfR5EAEr0DTn5sNPFKxHsCSw2IHZ5 { width:20rem;height:3.8316722037653rem;top:106.074225rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6rcvA8kCTJWtS9UDnEndqQgTzy0PVH2 { width:20rem;height:3.8316722037653rem;top:85.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vdwHA1VdDFL5maZ1wcyquEp9QSzDWkh0 { width:1.9375rem;height:65.4375rem;top:128.9863375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #cRcZqqdHqVsbQob0zJ8xpa0iMI21JCxX { width:1.9375rem;height:65.4375rem;top:266.21095rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZtAVAyUMQhTCvhN0SK8fq2pC0Q9Kpcy { top:24.7744140625rem;left:0rem;width:20rem;height:7.0625rem;z-index:100057;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DiHztbKogktz06teguTggb0RO8mH1fgf { top:40.2744140625rem;left:0rem;width:20rem;height:7.0625rem;z-index:100058;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #genvXkFv6y7vWJGQDZLoW0DdkgT3QUqm { top:56.8369140625rem;left:0rem;width:20rem;height:7.0625rem;z-index:100059;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TEqDi4F9WPOL7TRTvi5yMCMbV7k3cmpd { top:77.5869140625rem;left:0rem;width:20rem;height:7.0625rem;z-index:100060;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AcNbPlPMMJKkt73DPg1g7TbtpqIefhQz { top:93.8994140625rem;left:0rem;width:20rem;height:7.0625rem;z-index:100061;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nlJ7BNnEmO3M80bO9QNZExpBFRg3ML9C { top:112.0869140625rem;left:0rem;width:20rem;height:7.0625rem;z-index:100062;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KtTv08B6ZeKm9eJEmCeQxtJKo2Nm7P1Q { top:126.9619140625rem;left:0rem;width:20rem;height:7.0625rem;z-index:100063;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x8CzgXH5CKKqrZUxuAW7JsToy7wiLfgR { top:152.9619140625rem;left:0rem;width:20rem;height:7.0625rem;z-index:100064;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xTJrcTJUx3Mx9SqzSWcuQZmgrM4NUu9u { display:block; }#xTJrcTJUx3Mx9SqzSWcuQZmgrM4NUu9u > .row .container { width:20rem;height:110.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9z8kd5USIRE5DiEZ5cTfVmVoNkOTecx { width:18.25rem;height:11.2rem;top:1.5625rem;left:0.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBTT1f7vKqwF9uXtMBGvmRL3KH6kCFUW { width:18.375rem;height:6.75rem;top:96.449224472044rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptv6P6T8SdLD7XfLnbxSiw9ntkN8Ug9B { width:20rem;height:4.5rem;top:104.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5vbpfD0VrngmhnhVOutw3TwUpoOP94W { display:block; }
 }@media only screen and (max-width: 763px) { #Q6WO7RXbTSUoVb2J4HQ8f9H4nCQ8SksT { width:14.625rem;height:14.625rem;top:45.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptlQnZEfADMbn64kqFZ1ZzVJZL0zPGTB { width:2.3125rem;height:2.75rem;top:88rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElboW79MbmLUEXrgvGaPvDQI6JwBaX3p { width:6.375rem;height:3.2rem;top:91.375rem;left:6.8125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tWIwzTvpa5yL0xmavsldTFP3QzKl36hS { width:4.75rem;height:4.8rem;top:78.125rem;left:15.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oa88LoEUg1EQB0rXrkaTggJJfUZXAn6C { width:2.3125rem;height:2.75rem;top:74.875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWCgTyETcefIBG4rUeqvaJsKnVVpFtbz { width:5.125rem;height:6.4rem;top:78.1875rem;left:7.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yECeeOevGfgTxg9SuJOuXDGLLvp35iUp { width:2.3125rem;height:2.75rem;top:74.8125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4Qz52weroyvVkgfdSEf1f8XT6voS6kS { width:5.75rem;height:8rem;top:78.125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aqXc0OOgrJysQHrPPFaw5UDsfTMNLZCS { width:2.3125rem;height:2.75rem;top:74.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T99tGHx2i4ei7M4tnu3iqwTt9i4bvFbl { width:5.0625rem;height:2.4rem;top:65.75rem;left:14.9375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ulgmuIuxk2O19wGVxRylnQ0kDPm2JhpI { width:2.3125rem;height:2.75rem;top:62.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WytByFI3RxXOzm81emH58gWsHCwH2StG { width:6.125rem;height:7.2rem;top:65.6875rem;left:6.9375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #irirxFxbX4GFaXq7RUN8JQxNPXaDEwkr { width:2.3125rem;height:2.75rem;top:62.3125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXrApPuVTBQmTbIt32292XOpRakeHHml { width:5.9375rem;height:4rem;top:40rem;left:14.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CDTdRvOzWDrHXGeymLbeeVbXq4p94lUF { width:2.3125rem;height:2.75rem;top:36.625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEteL8g5FxFyXeAans87TfXSZQmHfXAq { width:6.375rem;height:4rem;top:40rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gwTBFhMXB1xuPbVktBoH4bqUoH1PxN0D { width:2.3125rem;height:2.75rem;top:36.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0mJvVp3oCgah5f6BzitLaLwTT0twa9s { width:5.6875rem;height:4.8rem;top:29.9375rem;left:7.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bhNZknWUM3IyixQ1HCrl0GT2Tr9G9iEV { width:2.3125rem;height:2.75rem;top:26.5625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3fApP38kdEEeni6zXugy6Py9H8Omcmh { width:5.5625rem;height:3.2rem;top:19.9375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e6OviTgKn2ro96KUBnzRTts775fcSxx9 { width:2.4375rem;height:2.75rem;top:16.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzyGBTrteOrze35xqZfLWsLudZ7oPsoT { width:5.125rem;height:2.4rem;top:29.9375rem;left:14.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HPDiOkgb6mCqm6s32qPHs8Qv4rdRKddr { width:2.3125rem;height:2.75rem;top:26.5625rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfmkE29QBNCyJAztcaPALlgDSbLRBTdm { width:5.875rem;height:3.2rem;top:40rem;left:7.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P7ytLS7uIs87ZC22Xmg9eN7AnNXgHACu { width:2.3125rem;height:2.75rem;top:36.6875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0nD5H2a30wQ8wCKIN4kfJbJgNLBvLuh { width:4.875rem;height:4rem;top:65.625rem;left:0.5rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ysKhxKfHcLtkh3Ebkp7rtoZwyJIB5CtN { width:2.3125rem;height:2.75rem;top:62.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEBiAM6XSvTWZ1H6i8cQtngHlzQXZmif { width:6.1875rem;height:4rem;top:29.9375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sGaRIbyeZApbUIvTEmPil4g9dJZ2vAWw { width:2.3125rem;height:2.75rem;top:26.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlgUcHMux0TEiGkhhab3BZNTtqDcyKrr { width:6.75rem;height:4rem;top:19.9375rem;left:13.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uu0AE95QqE3EMb83ZmgLN88PqvC8SdPX { width:2.3125rem;height:2.75rem;top:16.5625rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl0r06FJZZQvp53QIPQLSOAuMR78FNeC { width:5.625rem;height:4.8rem;top:19.875rem;left:7.1875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G61Ny1OCRl6trmfXMfPC4mwUpdlXXFSP { width:2.3125rem;height:2.75rem;top:16.5625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6DCATB45TGEs9EBZAwX953lA03v1Qk9 { width:19.75rem;height:45.625rem;top:9.8125rem;left:0rem;z-index:100001;display:none; }
 }@media only screen and (max-width: 763px) { #dBWzDq7RI410pFRIDhVLxx3WIPaHVSq7 { display:block; }#dBWzDq7RI410pFRIDhVLxx3WIPaHVSq7 > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhhQKwPkwFcyMsBzSKfZ2qu4oRagogO9 { width:19.4375rem;height:9.75rem;top:1.6875009536743rem;left:0.28125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObPaZJJrZTT5TWvrmMCyBGgp2Al2DlGp { width:20rem;height:26.6875rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGFurs4RZE4pNJAnczD4AxcBKQuoruED { width:3.125rem;height:3.125rem;top:39.437454223632rem;left:8.4375003576281rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PB1e9UIidCTpA7tK6c9J9spLubCCJuSS { height:10.625rem;width:19.25rem;top:15.16796875rem;left:0.4071497056634rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykBL51wAexXXMU3tANJqsTlTcgmmNWkX { height:10.8125rem;width:19.4375rem;top:27.86134375rem;left:0.30338862799419rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvWWbAcLlVA2h8KCOckVUidwe4h6PCSS { display:block; }#WvWWbAcLlVA2h8KCOckVUidwe4h6PCSS > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWupIx9XOOx96FIuhyXBeeCiVXQlt3JN { width:12.375rem;height:3.4rem;top:1.6875rem;left:3.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9UEaHdRDoyU1260asaBDNvO6UKbIy4W { width:12.0625rem;height:3.4rem;top:4rem;left:3.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKdG3WJihBCBOB1Vuyyo6JFMABGWbQtT { width:10.4375rem;height:5.2rem;top:2.25rem;left:3.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZxwCdVPpMBoNn3Ir0Q5ZfuTIlrPv13 { width:20rem;height:43.2rem;top:34.04296875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:100001;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dWXoUv52J5GxRzN6fwz0aVp7wSXmdG8b { width:20rem;height:40.970873786408rem;top:5.8093757629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqe2PtHfHSI04XhcKca0PHLvrMXamwwt { display:block; }#Gqe2PtHfHSI04XhcKca0PHLvrMXamwwt > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1TyEHupNQRgVLX39LHOqd5kgUndPqA0 { width:7.5625rem;height:3.1875rem;top:33.75rem;left:11.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh5TVvkZVVXcEvR08C2vZqTqbTAFrRxs { width:4.75rem;height:3.75rem;top:22.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrk2qr1iDXlODzezItxkTfrZ1IcrW3SB { width:8.9375rem;height:3.1875rem;top:27.4375rem;left:10.46875rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #CQdAd31uLJXwXtETF1mszkzxTk0eFPNE { width:9rem;height:3.125rem;top:10.4375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky3LN0SJw008kEwTiwsnEbIXp1pPMzyM { width:6.5rem;height:3.0625rem;top:33.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yArLtE6wQzLXC5Z39gqmD06aqh3TJ8rX { width:7.9375rem;height:3.375rem;top:22.25rem;left:10.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCH5lDdRI7xaIV8wZHHTNJAc7Nr2HSEG { width:9.125rem;height:2.6875rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsEcmMFPL1H4ka0F2fI23qo3Fm01HGSv { width:6.375rem;height:3.375rem;top:10.3125rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTXNIHsfzroWinLUztaymed5bwtSunZF { width:8.0625rem;height:1.625rem;top:16.6875rem;left:10.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAPeahbFy7VUFnvvAzb9zTFCgKE16tgx { width:7.375rem;height:2.1875rem;top:16.75rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwUxpuEoyfnFTcbQh6h195hq4b2lEpEc { width:7.375rem;height:1.75rem;top:5.4375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybkME4bd8biFk6f4BbxmQa0tPgZ4DVmN { width:5.625rem;height:2.1875rem;top:5.21875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7lpZdBgB0uReAwfIcbvsr5fTiAb0l00 { width:20rem;height:1.4rem;top:1.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZuZtGEP8wdoJh7zPETbFKFp0TiQH2gy { width:19.75rem;height:16.6875rem;top:2.5rem;left:0rem;z-index:100002;display:none; }
 }@media only screen and (max-width: 763px) { #vK8s5mTyxJ45redy0QxJypNeasr2bxnl { display:block; }#vK8s5mTyxJ45redy0QxJypNeasr2bxnl > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQgr5MxSOI8Ohyw23TrrGTTULSXohm2l { width:17.625rem;height:7.75rem;top:1.5rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6C9T8u4giOXaLK46Evxs9xHABRIx1Hz { width:17.25rem;height:4rem;top:10.8125rem;left:1.375rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #K9kFJkdruKkrgxw1VXiID8yzy502OFJ3 { display:block; }#K9kFJkdruKkrgxw1VXiID8yzy502OFJ3 > .row .container { width:20rem;height:254.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CH1X0rZRxIgwcBEJ4Qmy33GpkKOeZwSW { width:14.1875rem;height:20.75rem;top:1.25rem;left:2.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtHNHlhmWidCCFBJrpz5T17T5V9NTBA6 { width:11rem;height:2.2rem;top:14.775000572204rem;left:4.4999998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hDMvnL0RpyTTDw0OzhetIbekWJqTfWfg { width:11.25rem;height:15.875rem;top:0.56250476837158rem;left:4.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuGXClMpDfpDfV814JwVpZ6TmufMrVVD { width:14.1875rem;height:22.875rem;top:23.624218940735rem;left:2.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTkzSabCEo851OsMAfwoA0OKl16mWkt4 { width:12rem;height:2.2rem;top:38.680468559265rem;left:3.9999998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZPVQbmCaV05DEWLBSJhyV5RDk5GknFlO { width:11.375rem;height:15.875rem;top:23.624219417572rem;left:4.1249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdaUR1H2JIT1OhQIU3taeAA51ydvFyKz { width:11.625rem;height:3.2rem;top:42.129688262939rem;left:4.1874998807907rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mgZ7QEbiF95d3LCHcSlFggtgVV1qhIVC { width:14.1875rem;height:26.4375rem;top:48.124220848084rem;left:2.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #xktJ3RIshqtpiypmTx7lm144ivfB3vIc { width:13.125rem;height:15.875rem;top:48.124219894409rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCbVHdxG49MtWvz20wCZ09o3bT2BkMWE { width:11.75rem;height:4rem;top:63.905470848081rem;left:4.1249998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w9rranH6cIkhg7nWrzs5oqW2sU9qTLaI { width:11.125rem;height:4rem;top:69.155471801756rem;left:4.4999998807907rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DT3ywq1Jfm6FvQhrIVOT11nphCA9XUu8 { width:14.1875rem;height:22.375rem;top:76.186717510225rem;left:2.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQnhn8VTliqqD6xVBFpudaqLkLGTAspx { width:11.5rem;height:4rem;top:93.686717987062rem;left:4.2499998807907rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iHXnre7yZUR4f9svRFc6v3mJm2zWThfq { width:13.25rem;height:15.25rem;top:76.186717510225rem;left:3.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #bikxhtRiyacddukc4Zo5LIODrfutq2sZ { width:11rem;height:1rem;top:91.436717987062rem;left:4.4999998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qL346RwHVloym4lJmNLCuuTFolvOBQEe { width:14.1875rem;height:20.125rem;top:100.18671703339rem;left:2.7187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzD9yJ4XLEMQCRnklsbzBaTyWuloxJ5C { width:18.125rem;height:12.5rem;top:100.18671703339rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxBTuhkGMQMpTQwTh0OxzPPlNcPLLrfG { width:11rem;height:2.2rem;top:111.79921722412rem;left:4.4999998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VXeH83Mqhc6TcmgaELVJw64QmUe1PMaF { width:10.75rem;height:4rem;top:115.24921798706rem;left:4.6249998807907rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UGXMpHVuagCoIzl213dbn73tOTqLndaI { width:14.1875rem;height:23rem;top:121.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve8vOvf4Le6GaVauEJtySgOAtnXRLESi { width:11.125rem;height:2.4rem;top:141.375rem;left:4.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sfX0Wm7XDTdli9UmPLewPtQ691FnvqBB { width:12.9375rem;height:15.875rem;top:121.9375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoKNhvsxewhGGATnAyn40wAgNGeTOlF0 { width:12.25rem;height:3rem;top:137.125rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDd20b8erkVMvLnlSR7Ex5QsQ3qCiW8l { width:15rem;height:32.25rem;top:146.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhvHwc5ZPizT2QvaNIIlEwKTLwEWwLlL { width:14.25rem;height:1.1rem;top:147.5rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuQUzu0xf5cp2dCptSdD7JnP6NpeHeoV { width:12.25rem;height:16.0625rem;top:149.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKpPfHZgK8XHLVQ0WmMd3MMAEt8zmfzN { width:13.4375rem;height:4rem;top:164.6250038147rem;left:3.2812498807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IeNzc79oCdMfl9tfqJhik900q7Bw7xex { width:12.5625rem;height:7.5rem;top:169.8750038147rem;left:3.6874998807907rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ftHH5Jxe9RvWRPb1BfVbp6Zdwprm1L74 { width:16.875rem;height:24.25rem;top:180.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nohDbvwET7qqHnG3WG5TBEhMd2G4OhoQ { width:12.375rem;height:15.625rem;top:182.5625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfUH5ypO7OTwyMKM25Iik1UgXVBvQM80 { width:10.625rem;height:2.2rem;top:197.0625rem;left:4.6875rem;font-size:1rem;font-family:montserrat;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AvDakcXeSCQ3DBkAxQIur5IaMLe6gTU9 { width:12.75rem;height:3.2rem;top:200.5rem;left:3.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xuUOscI0N5FJMixKVSoEZIqxrZFTsCZL { width:14.25rem;height:1.1rem;top:181.5625rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b58QmhQwbCODQlIdKakSKBGuHZOfNwyv { width:16.875rem;height:11.7rem;top:207.5rem;left:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6LkrwrFguBDn8IpJDcnKkdVrHvdsUII { width:9.3125rem;height:11.375rem;top:220.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl1so6qJzffk9RJzlbPWyy5Ttf5lWtBX { width:9rem;height:11.375rem;top:223.5rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSqZEVOl45JSFKvZeNAkhTcuR5izOCb1 { width:9.375rem;height:12.375rem;top:227.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxKqCR8ZG1qBBsDn3sLw7lppCU0JoNLO { width:14.875rem;height:10.25rem;top:243.0625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFOputtBCLefH7uLmSnTW54ltSyTGuRI { width:9.4375rem;height:13.375rem;top:234.0625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KedCvS56XOFyC0G2ZHP4MaQMAgI9aQuD { width:9.25rem;height:10.6875rem;top:229.5625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9OImfFccsC6dk6rESoRKflIZn8hDJ2x { width:8.125rem;height:11.375rem;top:238.1875rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #CMnaAZ7GGbrv1wpBUF8qFCgz5Ve4m5En { width:9.375rem;height:11.375rem;top:238.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPFNftsQHZBk1f8RMnG7LeBAakmmbRUZ { width:10.625rem;height:2.4rem;top:18.224999427796rem;left:4.6874998807907rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G0Tro0VSbcNTRZ5Q5BiaykIaErWDwTXJ { display:block; }#G0Tro0VSbcNTRZ5Q5BiaykIaErWDwTXJ > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GewhyG1kzHhXbLt6ZAzLgzW6TQzyqM1z { width:19.75rem;height:34.5rem;top:9.1875rem;left:0rem;z-index:100002;display:none; }
 }@media only screen and (max-width: 763px) { #Sb2VeZsIEObWAIPsOyFTDtTSm5WQQtIR { width:17.8125rem;height:7rem;top:2.1242065429688rem;left:1.09375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcwygCHH0TOPl3AQfTNRgdEakNw9rdqp { width:16.625rem;height:2.4rem;top:10.3125rem;left:1.6875000596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yekw3rCOyd4af2TyhcnZSDUn1nP1S9ge { width:16.25rem;height:0.25rem;top:11.4375rem;left:1.8750000596046rem;border-top:0.125rem solid #e3ba56;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #DNyaZo4ZrrRX6enEXr2fuzkHxE4yBpXG { width:17.4375rem;height:2.2rem;top:13.312499523163rem;left:1.2812499403954rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTgbS0D0wGkzFVtWMNuEVl8cTZzos2a { width:14.4375rem;height:1.85rem;top:16.25rem;left:2.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x60fQ4quIEA4HqocPkKe8FdBzRCrecPH { width:19.75rem;height:13.5625rem;top:23.75rem;left:0rem;z-index:100002;display:none; }
 }@media only screen and (max-width: 763px) { #NGHqAOObPgUfxNouIGsmoN1uKtyZ0Mhy { width:16.875rem;height:1.3rem;top:25.25rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3CNiybXW2Oe15nKoi4daOT5URHPQFGP { width:4.9375rem;height:1.75rem;top:18.9375rem;left:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWcPw3VXFmscs12HlUn4ntOEbEfEOUWA { width:17.1875rem;height:3.95rem;top:20.875rem;left:1.53125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMDBqUep2f490IpfzEpk6StcuwnSl8HK { width:17rem;height:3.95rem;top:21.1875rem;left:1.375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHRKEfRLrZx2gzetst3DiTnMMcxCRPJP { width:17.1875rem;height:3.95rem;top:21.3125rem;left:1.125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlX4eJqlRMxl29WhJmGcIPWuRF0WaFnt { width:16.0625rem;height:1.7rem;top:27.748046875rem;left:1.96875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgktrkR07FtATddoHDql88UJ7CMZGdAd { width:20rem;height:4.3125rem;top:39.8994140625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL2AACgCGwGiaG3MNK06AqC5iaHOMau8 { display:block; }
 }@media only screen and (max-width: 763px) { #c2oUTFREhmgyctA45772tbPrfRu81h0R { width:4.4375rem;height:1.6rem;top:36.375rem;left:6.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tpNPup3Xfm0io7lQZksQ2Pe2LWZUqx8B { width:9.625rem;height:1.6rem;top:33.8125rem;left:6.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QF0SKEiVXE1BgXuAkZVI1maSc1OKLLzA { width:3.25rem;height:1.6rem;top:30.8125rem;left:6.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AAsiL5z4s25GHefClGU4q3LtMK5afzQq { width:2.625rem;height:3.1875rem;top:30.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7eNa81fKMvIh2cZzoM29o7kw7u839VD { width:2.75rem;height:2.875rem;top:33.1875rem;left:4rem;z-index:99975;display:block; }
 }@media only screen and (max-width: 763px) { #RqITDMWzWeb5L8fr5Ozex9NogNnzFDg0 { width:2.75rem;height:3.5rem;top:35.4375rem;left:4rem;z-index:99976;display:block; }
 }@media only screen and (max-width: 763px) { #DqIVfbra4RotZrvEvGNieXqKp5nHZkp4 { display:block; }#DqIVfbra4RotZrvEvGNieXqKp5nHZkp4 > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWcyfuFX0Z3yFGi18LpcJerdWnrDk7Sd { width:14.6875rem;height:13.1875rem;top:8.625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsGItC4TxqoE3NnPLP3I9vKAZK6BwrVc { width:18.375rem;height:8.8rem;top:26.5625rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JiLL1nNzr4RAEi6vpMsyOK4GMz1uepmZ { width:17.25rem;height:3.1rem;top:22.4375rem;left:1.375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sqm3rRovgoDQwgTK5bReOs9G5FlWqkSE { width:16.75rem;height:6.75rem;top:0.75rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA3FTkt5CaxPyS4Vk8AIhDIXHzwGhLfL { display:block; }#rA3FTkt5CaxPyS4Vk8AIhDIXHzwGhLfL > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ooh7X8G1Tb9IG8RlLPVoiHUUnCtmi2w0 { width:20rem;height:4.3125rem;top:29.6865234375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUW8zO3c8GHB7B5GL2lc2EyZBgXAS9Jo { display:block; }
 }@media only screen and (max-width: 763px) { #l0hS8hcWX2kfFrgM4sTTe4wVacpXuGOv { width:3.125rem;height:3.125rem;top:27.937473297119rem;left:8.4375002980231rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eiGm4XWtwlIpoqqC9MpehTV2TfpWXWQk { width:20rem;height:26.3125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmJ0LQfBQyfT369CrBaq2WTA7tawPXMX { height:10.6875rem;width:19.3125rem;top:3.541015625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMMr32hIoNLI7P5PofGnfbqCtUEOWAHe { height:10.8125rem;width:19.5rem;top:15.873046875rem;left:0.19671697412196rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTzM9kqOCKuX5vSfJPZqgvODPhtNh0cA { width:20rem;height:27.6658125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAmgEaVBtP1hxH0DUSxehnnSdJP2MRzx { display:block; }#iAmgEaVBtP1hxH0DUSxehnnSdJP2MRzx > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bV2VxVXo1i2qwcanHsVUSPk8uV6c77GB { width:17.375rem;height:7.5rem;top:2.9375rem;left:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEkEqQPUgRRhOuR2S3SDXsRUeXm4lwpC { width:6.375rem;height:6.1875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAMW96GBQW48az8cbTXOtl5KNTDgQ9zD { width:20rem;height:3.6rem;top:12.310938835144rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORy45PTplD16ar32WbD6z5xnuUga2PET { display:block; }#ORy45PTplD16ar32WbD6z5xnuUga2PET > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlNrOXTG3IVTH0VITyomRSy6vFoUPfkk { width:20rem;height:3.8125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsWHTAOzl031hM0zPt5S7c6H1JMgLdPv { width:14.75rem;height:2.6rem;top:1.6875rem;left:1.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t6fS2FBDzcnUz0JFFRAnaTv4Z7wiUEmZ { width:3.125rem;height:3.125rem;top:1.375rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIJN6aqy4tDE2xJT3T6u81BrvFp6mQnb { display:block; }#vIJN6aqy4tDE2xJT3T6u81BrvFp6mQnb > .row .container { width:20rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfW1KOMbIhXGB1JRtKdpd2KJXSVIw9zQ { width:20rem;height:11.55rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qi0ZgXPrVI7z4p75SkT7uGiQo2cMVGGC { display:block; }#Qi0ZgXPrVI7z4p75SkT7uGiQo2cMVGGC > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlRiA3WEwMqaD2ZR8mnxznsuTgTZyXUW { width:20rem;height:3.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySwRSG6EVrI9yHJRkchGlRz87PZwzheS { width:15.5625rem;height:2.6rem;top:1.625rem;left:1.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ndNwMsoQ7A5KFyJnEaLbJIHvhDBBiaCP { width:3.125rem;height:3.125rem;top:1.3125rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqDKrpBFO4kACq0kbmNwW0tpu3aKJtm6 { display:block; }#HqDKrpBFO4kACq0kbmNwW0tpu3aKJtm6 > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eS5KcCeWVTBontRihgPrlVivsqpWMqAt { width:20rem;height:46.2rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTM9mA11DSNc4N3hgRWi4R8q7PThtI6X { display:block; }#GTM9mA11DSNc4N3hgRWi4R8q7PThtI6X > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPrMa5T8pW1SfMLdtzt2T3iKHgx1skUo { width:20rem;height:3.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyeFUt1D54hBV5tFcpCpgBAxsnDT9Sy4 { width:3.125rem;height:3.125rem;top:1.6875rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgSHokckSBrbGzmrUgaPJxwV4K7o3TUh { width:20rem;height:1.3rem;top:2.4375rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J5caP7Xkp0RgDWpwHQkBOHNVKfNHIQAp { display:block; }#J5caP7Xkp0RgDWpwHQkBOHNVKfNHIQAp > .row .container { width:20rem;height:24.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmTvwkzaQfmgTntKrivydNHBa0OsQEy7 { width:20rem;height:21.45rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xC23K5nCcwzLz2EOINN7by2aT5RhMVm6 { display:block; }#xC23K5nCcwzLz2EOINN7by2aT5RhMVm6 > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypWECCh4ltMU18Ez7Z0rL9bDPdUOmeb5 { width:20rem;height:3.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpnpNTyBPdwWmp1Ns9RIOObDRyswargA { width:13.0625rem;height:2.6rem;top:1.5625rem;left:1.4375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O0oIXHWWWEOFsJB8PBwd9FHSVuawaoX1 { width:3.125rem;height:3.125rem;top:1.25rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX0L9cCPnh88MaS9wOWLA7Ai2PgSq5gr { display:block; }#gX0L9cCPnh88MaS9wOWLA7Ai2PgSq5gr > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #suXX4aWQDbnJ0EryRf9JQfbrVNwtg8VW { width:20rem;height:13.2rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K1QP1emy3qEdVzt13dFKSRz6rNnEboAZ { display:block; }#K1QP1emy3qEdVzt13dFKSRz6rNnEboAZ > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bn74nNkaR0wfhDUh8kDFnietrotMNiTJ { width:20rem;height:5.1875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngLa20m63t6gCI1Oc4XUqXWbv2hfJhky { width:13.125rem;height:3.9rem;top:1.625rem;left:1.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hb730FFP2vN0R6UyiBVTvvFDqa7Ni4WR { width:3.125rem;height:3.125rem;top:2.03125rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTXQu2xLtDzJBgUcdV7LcpOF6p3DTyis { display:block; }#QTXQu2xLtDzJBgUcdV7LcpOF6p3DTyis > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qrUfHpEWwaw8tvpGlPLUIdfQDnb77Z7W { width:20rem;height:6.6rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r9g68PBJVkVrBdilnxVhrntTZUkvCw4h { display:block; }#r9g68PBJVkVrBdilnxVhrntTZUkvCw4h > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aa5OwvTic0VbC2OP4KdvgSakVr1TS9se { width:20rem;height:3.8125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtRTmnse8qmeEdfbZit6ssHHLddBK0J1 { width:13.125rem;height:2.6rem;top:1.75rem;left:1.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XeylKzCCi0pTr3tZBcNudbsKWRzF9iDL { width:3.125rem;height:3.125rem;top:1.5rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAqqBFvWkT8V7hwQPpyHIR9sS4LcrCoa { display:block; }#kAqqBFvWkT8V7hwQPpyHIR9sS4LcrCoa > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdCZol0iOEu25uQ2X7wQZ4v0l3GVkNTa { width:20rem;height:4.95rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uSWeDu2KBLTFo4JXvoy2l0c3Pnh5PHCa { display:block; }#uSWeDu2KBLTFo4JXvoy2l0c3Pnh5PHCa > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wb9DpfckSSeicLiUnQgV4fT6EU2z8796 { width:20rem;height:6.375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHpi3TrSubiOwCLyFtMiFUzrR58diaIK { width:13.125rem;height:5.2rem;top:1.6875rem;left:1.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TyVTscAfv9Aq1TCmnoe3i5VRCcPqxhNL { width:3.125rem;height:3.125rem;top:2.6875rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqOPOTCCkopJ05lVCeT6N8L9i2IQbf2o { display:block; }#VqOPOTCCkopJ05lVCeT6N8L9i2IQbf2o > .row .container { width:20rem;height:31.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNTfTS9TT73i63bm56f1NmH4auUzZWCN { width:20rem;height:28.05rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTHtoaEpFzKqf1cuWQvnrscRgJv2itHk { display:block; }#MTHtoaEpFzKqf1cuWQvnrscRgJv2itHk > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDUDnkT6Cq9fzynMBWDpI81L4ylJKyRm { width:20rem;height:3.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4dmD4z3rEln97W9HQz5QiQBEJLRghpB { width:13.125rem;height:2.6rem;top:1.625rem;left:1.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i5W5U6Zs7Ppr3Dq9kiLM0aSWEGzirvOy { width:3.125rem;height:3.125rem;top:1.375rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIP0p0xDEKzvZeorFp65TFcVkJpqnxVi { display:block; }#TIP0p0xDEKzvZeorFp65TFcVkJpqnxVi > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXztkMP2ghUPoAA9fFAclqiMCI3WAnJV { width:20rem;height:11.55rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IZr07cLcXFKTieIJ8LhABRPb1PLddnuT { display:block; }#IZr07cLcXFKTieIJ8LhABRPb1PLddnuT > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbb07kTW0rbPa3FMBMT0goDgLT1sunFI { width:20rem;height:6.3125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #puSWaVRQOuqImVGt3NFbsGpaqV12I5uN { width:13.125rem;height:5.2rem;top:1.8125rem;left:1.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xgTDtbCqI9EFwocDVeyP0UlZ8H99SE2F { width:3.125rem;height:3.125rem;top:2.78125rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRPPaV1t20kNN3u6The6BGaitTrPZymn { display:block; }#NRPPaV1t20kNN3u6The6BGaitTrPZymn > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AynGMS2eEzpdvyuqTHXlbAJmU9upkLKP { width:20rem;height:18.15rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i84dTT3lT9PRX2J37EBUufx1gimTT0vO { display:none; }#i84dTT3lT9PRX2J37EBUufx1gimTT0vO > .row .container { width:20rem;height:25.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UVZskHbSmxgbSBGw2CXld4HERIHHfSxQ { width:2.875rem;height:2.875rem;top:15.9375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxPskJ4QnFZUyE09isSahF8NP0QSlsdm { width:20rem;height:4.25rem;top:20.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeA10Sw22Zz77kOiT9NNdbDoGmctKEa7 { display:block; }
 }@media only screen and (max-width: 763px) { #igFfqw6tFuM1qVU3B7XNHge1Nkioe7xF { width:17.5625rem;height:3.7rem;top:2.4375rem;left:1.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QacMQZMyPezrUZumOg1yaOv2vL748xr9 { width:17.1875rem;height:5.6rem;top:7.75rem;left:1.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzL2Er4EV7LQABxvteyuH5BGOn8bd4nR { display:block; }#EzL2Er4EV7LQABxvteyuH5BGOn8bd4nR > .row .container { width:20rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uo5C7XRlWG5uBPMLQwtZpeuCZGQHUJTT { width:3.75rem;height:3.75rem;top:17.21875rem;left:8.1250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQrgeeKs9T7rzP8u3Oo0vO6B3TeAJGX9 { width:18.4375rem;height:8.55rem;top:0.5625rem;left:0.78125rem;font-size:0.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KzCd3KmtVUQZNxC9siPoh6RnTapk8sWB { width:7.75rem;height:2.4375rem;top:14.28125rem;left:6.1249998807907rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUslkPFUFERK4Cd0H9ZKW1QsKmTTbQRr { display:block; }
 }@media only screen and (max-width: 763px) { #MUk8yTgHmDFXSJFdbEQMAO0sxakgxc2w { width:11.4375rem;height:2.375rem;top:10.75rem;left:4.2812498807907rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdTEgsWCtWqb9HGK9WPoTAd3h8NTQUa2 { display:block; }
 }