.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/SvfqFTFT/sfondo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { 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 { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;position:relative;display:block; }#xAqH07tsoovXq3lVZodry7TwhhGdvymQ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:8.625rem;top:2.75rem;left:5.9375rem;overflow:hidden;display:block; }
#oIeWZW1T44A5DqE2Bk4VF7kxvZWkFqqF { color:#ffffff;display:block;width:31rem;position:absolute;font-family:roboto;font-size:2.6875rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:12.625rem;left:6.1875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DZuslD164ZlFdkNB1udzXTSd1sV3pNHc { color:#bababa;display:block;width:28.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:19.25rem;left:6.1875rem;height:3.1875rem;display:block; }
#RsJl9ScpGmJ84gcn0Ag5uu44PZyEDRcW { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.6875rem;width:31.8125rem;top:6.74951171875rem;left:36.93701171875rem;overflow:hidden;display:block; }
#qa8vTSOrWb5g1Ax6EeDnlToUxoL3E8kn { background-color:#c97b00;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(201,123,0,0.65) ;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:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:24.625rem;left:5.9375rem;display:block; }
#mZXD3NQymp9v5ehTHs35NAwcEdJ6w24m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CAhqARDzhouWrTKfuunP3i7aZuF8F7iA { color:#a4a4a4;display:block;width:8.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:30.0625rem;left:5.9375rem;height:1.21875rem;display:block; }
#Ob7TxZuRnHr8qKzMn8C0UdignLHaMM0c { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:29.6875rem;left:13.6875rem;overflow:hidden;display:block; }
#IO8r3Hd9k536gL4yM6Ep9x0NnuP0gepo { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:2rem;top:29.6875rem;left:16.25rem;overflow:hidden;display:block; }
#KITOGurk9DzZP6vgmG9s1CnkU1gVN9w0 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:2.125rem;top:29.6875rem;left:18.875rem;overflow:hidden;display:block; }
#W9LO0SN9MAHxTKVDevRrqnGOr79LKzPb { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.9375rem;top:29.6875rem;left:21.75rem;overflow:hidden;display:block; }
#kVdtm292gURvJaJb4RpOohpQ9SvDhANE { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2.0625rem;top:29.6875rem;left:24.375rem;overflow:hidden;display:block; }
#re4yggNgKBWR0uauW5yKlUUw74Wzk2DH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#re4yggNgKBWR0uauW5yKlUUw74Wzk2DH > .row .container { background-color: transparent; background-image: none; }#re4yggNgKBWR0uauW5yKlUUw74Wzk2DH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#re4yggNgKBWR0uauW5yKlUUw74Wzk2DH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#re4yggNgKBWR0uauW5yKlUUw74Wzk2DH > .row .container > .video-iframe-container { display: none; }#re4yggNgKBWR0uauW5yKlUUw74Wzk2DH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#re4yggNgKBWR0uauW5yKlUUw74Wzk2DH > .row > .video-iframe-container { display: none; }#re4yggNgKBWR0uauW5yKlUUw74Wzk2DH > .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); }#re4yggNgKBWR0uauW5yKlUUw74Wzk2DH > .row .container { border-width: 0; border-radius: 0; }#re4yggNgKBWR0uauW5yKlUUw74Wzk2DH > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#HfeOkuEoiQ3pBdGpDTCbXcONgd6IbzKA { color:#ffffff;display:block;width:32.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.5498046875rem;left:17.8125rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.556875rem;padding-right:0.5075rem;padding-bottom:0.556875rem;padding-left:0.5075rem;display:block;align-items:center;width:3.04625rem;min-width:3.04625rem;height:2.996875rem;position:relative;font-family:"open sans";font-size:2.23rem;font-weight:700;line-height:47.95px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.34875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.061875rem;height:1.245rem;position:relative;font-family:"open sans";font-size:0.836875rem;font-weight:400;line-height:19.92px;text-align:center;text-align-last:center;text-transform:none;top:-17%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:20.25rem;height:5.704375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.4375rem;left:35.875rem;z-index:100002; }
#dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #CVAvtip0CSVaCqwQWxJ0CF1pdpuM8CCQ { display:flex;position:relative;top:0rem;left:0rem; }
#dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #JSPxW5e9eu3kvMAAWse5TkWaDGBkCUoi { width:auto; }
#dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #WKIzqvJ4C5CglUELT5LBlstX4e6pOV9u {  }
#dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #avtP5PIweNRPEEwzIUfgy07qwwi6uFbG { display:flex;position:relative;top:0rem;left:0rem; }
#dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #WupzAPVRQKXSpLTs9e8bTQ1TZTd9wAIM {  }
#dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #mO9M874olHT5e3mZuUq9BC4A9NoFMWqI {  }
#dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #PmNkEFdC0yJ05UbQBTIpBS3fLodmEGTn { display:flex;position:relative;top:0rem;left:0rem; }
#dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #WJwDBmJD3BHkvMW9SmwgRomTi1d0MZPp {  }
#dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #wDgXvC2Z8c3wk8J4pcNSE1VO2AlA0e4I {  }
#dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #CHqMa2z4TBoJ3gZvl3wTEHPWSK8pOnWk { display:flex;position:relative;top:0rem;left:0rem; }
#dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #TwbHdQnzaEtRTi7ngWy3RsMpyREmQOc4 {  }
#dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #gJoTbGWNd0AwCUPXtugLOthp4txqqBQ3 {  }
#fFFqhq9nEATxfk5boGkio2llE1hkxRq6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/hDJ0dTaH/pl8vPF.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#fFFqhq9nEATxfk5boGkio2llE1hkxRq6.adaptive-delivery-prevent-bg, #fFFqhq9nEATxfk5boGkio2llE1hkxRq6.lazyload, #fFFqhq9nEATxfk5boGkio2llE1hkxRq6.lazyloading { background-image: none; }#fFFqhq9nEATxfk5boGkio2llE1hkxRq6 > .row .container { background-color: transparent; background-image: none; }#fFFqhq9nEATxfk5boGkio2llE1hkxRq6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.92); }#fFFqhq9nEATxfk5boGkio2llE1hkxRq6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fFFqhq9nEATxfk5boGkio2llE1hkxRq6 > .row .container > .video-iframe-container { display: none; }#fFFqhq9nEATxfk5boGkio2llE1hkxRq6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.92); }#fFFqhq9nEATxfk5boGkio2llE1hkxRq6 > .row > .video-iframe-container { display: none; }#fFFqhq9nEATxfk5boGkio2llE1hkxRq6 > .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); }#fFFqhq9nEATxfk5boGkio2llE1hkxRq6 > .row .container { border-width: 0; border-radius: 0; }#fFFqhq9nEATxfk5boGkio2llE1hkxRq6 > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:block; }#g1METwvMhAfoSkwlvFKlEFQSmfN1p6QT { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:10.5rem;left:8.8125rem;height:7.125rem;display:block; }
#gdXgTGIGWKX8XHTnnfe7eMawzsisOTTd { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:11rem;left:40.25rem;height:6rem;display:block; }
#Z3Sz3wCC0kR4CXOmPFcHqWDWqnustv16 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:26.3125rem;top:6rem;left:8.8125rem;overflow:hidden;display:block; }
#dReby9fX9ff2tmf8phl1FBXcUTd5hF2O { position:absolute;display:block;z-index:100000;background-color:rgba(134,135,135,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:28.0625rem;top:9.90625rem;left:39.1875rem;display:block; }
#V7srea3ZzkxLdxXbbC88gBgliE6EhJVA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#V7srea3ZzkxLdxXbbC88gBgliE6EhJVA > .row .container { background-color: transparent; background-image: none; }#V7srea3ZzkxLdxXbbC88gBgliE6EhJVA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V7srea3ZzkxLdxXbbC88gBgliE6EhJVA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V7srea3ZzkxLdxXbbC88gBgliE6EhJVA > .row .container > .video-iframe-container { display: none; }#V7srea3ZzkxLdxXbbC88gBgliE6EhJVA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V7srea3ZzkxLdxXbbC88gBgliE6EhJVA > .row > .video-iframe-container { display: none; }#V7srea3ZzkxLdxXbbC88gBgliE6EhJVA > .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); }#V7srea3ZzkxLdxXbbC88gBgliE6EhJVA > .row .container { border-width: 0; border-radius: 0; }#V7srea3ZzkxLdxXbbC88gBgliE6EhJVA > .row .container { font-size:0.875rem;font-family:arial;height:61.25rem;width:75rem;position:relative;display:block; }#bT9DHQLxD8f86AK549a6lqwKDGcy2nGz { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:9.8125rem;left:43.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l6rQBd8SFlmVTvDRp0XZKqCeQFxH2Prc { color:#bababa;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:14.8125rem;left:43.125rem;height:8.4375rem;display:block; }
#DtVcwPtmQxEEaay8T9PRm4hxgFcI32GE { color:#000000;display:block;width:28.875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100005;line-height:1.1;letter-spacing:0;top:34.125rem;left:1.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XwsC9ldEEIcaCaaJ3iSTscTcT7RMgERI { color:#bababa;display:block;width:28.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:37.6875rem;left:1.875rem;height:13.5rem;display:block; }
#BOS32C3CkO7WMbQXEuqtMWTOBQJ7CXmi { position:absolute;display:block;z-index:100008;height:20.4375rem;width:33.75rem;top:5.4375rem;left:1.875rem;display:block; }
#b0kvJS7aBuQ468CcP0zUmtn8abyM8fHk { position:absolute;display:block;z-index:100009;height:20.4375rem;width:33.75rem;top:32.4375rem;left:39.375rem;display:block; }
#MAG0tnk7wkgOqgMJTonFmHC8nXWbwWIm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/YO7TqOAF/1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#MAG0tnk7wkgOqgMJTonFmHC8nXWbwWIm.adaptive-delivery-prevent-bg, #MAG0tnk7wkgOqgMJTonFmHC8nXWbwWIm.lazyload, #MAG0tnk7wkgOqgMJTonFmHC8nXWbwWIm.lazyloading { background-image: none; }#MAG0tnk7wkgOqgMJTonFmHC8nXWbwWIm > .row .container { background-color: transparent; background-image: none; }#MAG0tnk7wkgOqgMJTonFmHC8nXWbwWIm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.76); }#MAG0tnk7wkgOqgMJTonFmHC8nXWbwWIm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MAG0tnk7wkgOqgMJTonFmHC8nXWbwWIm > .row .container > .video-iframe-container { display: none; }#MAG0tnk7wkgOqgMJTonFmHC8nXWbwWIm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.76); }#MAG0tnk7wkgOqgMJTonFmHC8nXWbwWIm > .row > .video-iframe-container { display: none; }#MAG0tnk7wkgOqgMJTonFmHC8nXWbwWIm > .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); }#MAG0tnk7wkgOqgMJTonFmHC8nXWbwWIm > .row .container { border-width: 0; border-radius: 0; }#MAG0tnk7wkgOqgMJTonFmHC8nXWbwWIm > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:75rem;position:relative;display:block; }#QEMAwOCpn4QyfVeeX2FWDOvtInxkcwlb { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.1;letter-spacing:0;top:4.6875rem;left:20.3125rem;height:2.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UTEKmH6OBmxo8UVqe4w9taZUwDRaTBxo { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:10.4375rem;left:28.3125rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#AmkhR6bywnCzg6SDiPr6geeN9LENW0Dg { color:#ffffff;display:block;width:28.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:18.8125rem;left:28.375rem;height:3.375rem;display:block; }
#EsteTvKVqIyfwwTuPVGuFICTfl9GvaDZ { color:#ffffff;display:block;width:25.062125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100011;line-height:1.5;letter-spacing:0;top:26.0625rem;left:28.5rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#MuNTenicTElATmLuvLuHOQuBxPXnyqZ8 { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100013;line-height:1.5;letter-spacing:0;top:33.0625rem;left:28.3125rem;height:5.0625rem;display:block; }
#mtR1C56RApDrTfeDMqtBB6ST0C0JECrM { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100015;line-height:1.5;letter-spacing:0;top:40.125rem;left:28.3125rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#yoLZdiVMbespXqbvOw7SXRNSTTJtBotL { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:7.1875rem;top:10.8125rem;left:20.0625rem;overflow:hidden;display:block; }
#Plhq4zmdgzREOuT7NLl1WsAiEwz71bDV { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:8.875rem;top:18.75rem;left:18.3125rem;overflow:hidden;display:block; }
#udFSwGJ7BNw8IIL22B7Sq7g2VpZ5qMeB { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:8.9375rem;top:26.0625rem;left:18.3125rem;overflow:hidden;display:block; }
#nG6op9xhGQB7CVTTEXNT9sBxllFumvPJ { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:8.9375rem;top:33.0625rem;left:18.125rem;overflow:hidden;display:block; }
#X60floImwu1FJ3zencoPeCJ7SZ7KCPeI { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:8.75rem;top:40.125rem;left:18.125rem;overflow:hidden;display:block; }
#duclQDRP2RM9GJZRF9m5cMIQ3puXIPm7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #eaeaea);background-image: -moz-linear-gradient(180deg, #ffffff, #eaeaea);background-image: -ms-linear-gradient(180deg, #ffffff, #eaeaea);background-image: -o-linear-gradient(180deg, #ffffff, #eaeaea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea' );";background-image: linear-gradient(180deg, #ffffff, #eaeaea);background-size:auto !important;position:relative;display:block; }#duclQDRP2RM9GJZRF9m5cMIQ3puXIPm7 > .row .container { background-color: transparent; background-image: none; }#duclQDRP2RM9GJZRF9m5cMIQ3puXIPm7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#duclQDRP2RM9GJZRF9m5cMIQ3puXIPm7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#duclQDRP2RM9GJZRF9m5cMIQ3puXIPm7 > .row .container > .video-iframe-container { display: none; }#duclQDRP2RM9GJZRF9m5cMIQ3puXIPm7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#duclQDRP2RM9GJZRF9m5cMIQ3puXIPm7 > .row > .video-iframe-container { display: none; }#duclQDRP2RM9GJZRF9m5cMIQ3puXIPm7 > .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); }#duclQDRP2RM9GJZRF9m5cMIQ3puXIPm7 > .row .container { border-width: 0; border-radius: 0; }#duclQDRP2RM9GJZRF9m5cMIQ3puXIPm7 > .row .container { font-size:0.875rem;font-family:arial;height:74.5625rem;width:75rem;position:relative;display:block; }#KPSNq2sbrFQmfLb6UUTivEfW3fq7UC6r { color:#000000;display:block;width:44.9375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100005;line-height:1.1;letter-spacing:0;top:4rem;left:15.03125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ckLfffq8A749c4E9hfSZirmuX6z7lDU4 { position:absolute;display:block;z-index:100006;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.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.05) ;height:65.6875rem;width:49.125rem;top:8.75rem;left:12.9052734375rem;display:block; }
#VNWXabkOgMaT2CZKAPS4SlewtyDqTZ1G { color:#bababa;display:block;width:42.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:11.34375rem;left:16.1875rem;height:54.1875rem;display:block; }
#JGPHByvQOTJAtWoGJsQpyuwwEfmhwVWM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #282828, #131313);background-image: -moz-linear-gradient(180deg, #282828, #131313);background-image: -ms-linear-gradient(180deg, #282828, #131313);background-image: -o-linear-gradient(180deg, #282828, #131313);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#131313' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#131313' );";background-image: linear-gradient(180deg, #282828, #131313);background-size:auto !important;position:relative;display:block; }#JGPHByvQOTJAtWoGJsQpyuwwEfmhwVWM > .row .container { background-color: transparent; background-image: none; }#JGPHByvQOTJAtWoGJsQpyuwwEfmhwVWM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JGPHByvQOTJAtWoGJsQpyuwwEfmhwVWM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JGPHByvQOTJAtWoGJsQpyuwwEfmhwVWM > .row .container > .video-iframe-container { display: none; }#JGPHByvQOTJAtWoGJsQpyuwwEfmhwVWM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JGPHByvQOTJAtWoGJsQpyuwwEfmhwVWM > .row > .video-iframe-container { display: none; }#JGPHByvQOTJAtWoGJsQpyuwwEfmhwVWM > .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); }#JGPHByvQOTJAtWoGJsQpyuwwEfmhwVWM > .row .container { border-width: 0; border-radius: 0; }#JGPHByvQOTJAtWoGJsQpyuwwEfmhwVWM > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#WE6hqZWymAHOr58ckPKEAi1lnHbhTnW6 { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:roboto;font-size:2.0625rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:13.9375rem;left:3.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oWbW1d4BiTl263fxRFt2DvbZWryC29cL { 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:100007;top:8.25rem;left:22.0625rem;display:block; }
#baS0TPqolRdge8fdxTdxiEOZ3wfF4AuP { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:9.0625rem;left:25.1875rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q1VQnHTxsKv4yR4rWSH6r8Pt8blzwmgh { color:#ff0000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:11.375rem;left:25.1875rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#X5usIeu79hA6noX5mTWiHKplRzcKA3bV { color:#ff0000;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.5;letter-spacing:0;top:11.375rem;left:42.125rem;height:6rem;display:block; }
#EVBsJhyz0VfMueLPUcu89ZkZM2weMuJD { 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:100010;top:8.25rem;left:39rem;display:block; }
#TZJEArhLbpsFKRXTcvWVqrPysSOcUwqD { color:#ffffff;display:block;width:9rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:9.0625rem;left:42.125rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rm1zbS5zTylayEETlpLXXmCVhLHfVdt7 { color:#ff0000;display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:11.3125rem;left:58.4375rem;height:6rem;display:block; }
#KStqscWHVAogvGh5EWxKSvAgeStywKT0 { 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:100013;top:8.1875rem;left:55.3125rem;display:block; }
#HSBzuTzarGFTPgIM6JBfi3MyAa6oIgs2 { color:#ffffff;display:block;width:9rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:9rem;left:58.4375rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xk1Go7cOleafL6pmlbVZ77oSsIJaFEFF { color:#ff0000;display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100017;line-height:1.5;letter-spacing:0;top:22.75rem;left:25.1875rem;height:6rem;display:block; }
#nA25lEdMBXxJugvoRZny5ngQ9egU4EfL { color:#ff0000;display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.5;letter-spacing:0;top:22.75rem;left:42.125rem;height:7.5rem;display:block; }
#Qn8J76LyeR6snhntRf8bvUIC4oGHmb9O { color:#ff0000;display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100023;line-height:1.5;letter-spacing:0;top:22.6875rem;left:58.4375rem;height:6rem;display:block; }
#hR56w0P0Solmhew2DR5axckmIkQqBDZh { 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:19.625rem;left:22.0625rem;display:block; }
#TT7TntDLdTEKEeFBgTmZb3BTzKbtdPpr { 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:100019;top:19.625rem;left:39rem;display:block; }
#JrFxv77IgU7LzTDWx5H75mHP6QCWvLLD { 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:100022;top:19.5625rem;left:55.3125rem;display:block; }
#iTZ9fszTwTTt7XnRwOOOProxFDc9zRZd { color:#ffffff;display:block;width:9rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:20.4375rem;left:25.1875rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fU0dXNEvdXHt5icOND3q5svqMqoDBMGl { color:#ffffff;display:block;width:9rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:20.4375rem;left:42.125rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nVaMLlfA6TwLIT33R0PZ6SyA6H4zriDt { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:20.375rem;left:58.4375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SoxWwSgFV6IMUl3p2PsOEbrTyoeLK9al { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #2f2f2f);background-image: -moz-linear-gradient(180deg, #000000, #2f2f2f);background-image: -ms-linear-gradient(180deg, #000000, #2f2f2f);background-image: -o-linear-gradient(180deg, #000000, #2f2f2f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2f2f2f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2f2f2f' );";background-image: linear-gradient(180deg, #000000, #2f2f2f);background-size:auto !important;position:relative;display:block; }#SoxWwSgFV6IMUl3p2PsOEbrTyoeLK9al > .row .container { background-color: transparent; background-image: none; }#SoxWwSgFV6IMUl3p2PsOEbrTyoeLK9al::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SoxWwSgFV6IMUl3p2PsOEbrTyoeLK9al > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SoxWwSgFV6IMUl3p2PsOEbrTyoeLK9al > .row .container > .video-iframe-container { display: none; }#SoxWwSgFV6IMUl3p2PsOEbrTyoeLK9al > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SoxWwSgFV6IMUl3p2PsOEbrTyoeLK9al > .row > .video-iframe-container { display: none; }#SoxWwSgFV6IMUl3p2PsOEbrTyoeLK9al > .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); }#SoxWwSgFV6IMUl3p2PsOEbrTyoeLK9al > .row .container { border-width: 0; border-radius: 0; }#SoxWwSgFV6IMUl3p2PsOEbrTyoeLK9al > .row .container { font-size:0.875rem;font-family:arial;height:114.0625rem;width:75rem;position:relative;display:block; }#TTfDwEK6JxNxbwPz5NiCsnZTJuKuiDlD { color:#ffffff;display:block;width:39.375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:4.0625rem;left:17.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yWGsWTeZNJprn3vzXXW8ZbyZNTx0aFD6 { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:7.125rem;left:24.46875rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#LP5dp9AFl7zrBhZMPNMgkN68pnlKmHyG { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:13.6875rem;top:15.125rem;left:0rem;overflow:hidden;display:block; }
#ccco3haVU7TMeX6UtuP6v3UCxIxfsPiD { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:13.6875rem;top:15.125rem;left:20.25rem;overflow:hidden;display:block; }
#rQzTfXZ0tAhXaXTMXkCgzy5AXe8LyXpU { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:13.6875rem;top:15.125rem;left:40.75rem;overflow:hidden;display:block; }
#bDa8KvWlS5lsEhAAZs9lU5nTNyAfqe6Q { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:13.6875rem;top:15.125rem;left:61.3125rem;overflow:hidden;display:block; }
#uTbmbvgERg50Vod9QnG2owQvShZcENOR { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:13.6875rem;top:38.75rem;left:0rem;overflow:hidden;display:block; }
#h4whb4V7Pvp5059aGJUo8C4OCmTRuN8t { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:13.6875rem;top:38.75rem;left:20.25rem;overflow:hidden;display:block; }
#WnGtUus2Q0IraTuEM4ZQqdAy0iezv6iI { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:13.6875rem;top:38.75rem;left:40.75rem;overflow:hidden;display:block; }
#F7niuUeKKtfxaT9spKsEAfJLbTkh3mU9 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:13.6875rem;top:38.75rem;left:61.3125rem;overflow:hidden;display:block; }
#gmZX8sG37TFMpfS2DoBTCJ2lbz9WnMmK { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:13.6875rem;top:62.8125rem;left:0rem;overflow:hidden;display:block; }
#SXkx6Ip7sNBDKaXCkDOT7BE3dsg1WmMk { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:13.6875rem;top:62.8125rem;left:20.25rem;overflow:hidden;display:block; }
#VcNgTFNllk0N2Ukvfpd4LQCKITSCJTAA { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:13.6875rem;top:62.8125rem;left:40.75rem;overflow:hidden;display:block; }
#m7hW2UISImZDPT6bECNB6dx92DuLhbXd { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:13.6875rem;top:62.8125rem;left:61.3125rem;overflow:hidden;display:block; }
#U5daTEfGEf8Ddd6Hvfllc6AGLLV5KvE8 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:13.6875rem;top:86.3125rem;left:20.5625rem;overflow:hidden;display:block; }
#mPX7mgF06GzhOPSMRr2cKXLVQsfX6R9a { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:13.6875rem;top:86.3125rem;left:40.8125rem;overflow:hidden;display:block; }
#ctHH1aRhfSTanCvnH8bdwqEdXKIhkTLS { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.9375rem;width:15.625rem;top:111.375rem;left:29.6875rem;overflow:hidden;display:block; }
#Bqa3EM8QIkVkancA1nGU35yTKF92xahz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbfc;background-image:none;position:relative;display:block; }#Bqa3EM8QIkVkancA1nGU35yTKF92xahz > .row .container { background-color: transparent; background-image: none; }#Bqa3EM8QIkVkancA1nGU35yTKF92xahz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bqa3EM8QIkVkancA1nGU35yTKF92xahz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bqa3EM8QIkVkancA1nGU35yTKF92xahz > .row .container > .video-iframe-container { display: none; }#Bqa3EM8QIkVkancA1nGU35yTKF92xahz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bqa3EM8QIkVkancA1nGU35yTKF92xahz > .row > .video-iframe-container { display: none; }#Bqa3EM8QIkVkancA1nGU35yTKF92xahz > .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); }#Bqa3EM8QIkVkancA1nGU35yTKF92xahz > .row .container { border-width: 0; border-radius: 0; }#Bqa3EM8QIkVkancA1nGU35yTKF92xahz > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:75rem;position:relative;display:block; }#XzhXIa7mS0IdSm73TygIPHhiDccr3gQD { color:#000000;display:block;width:30.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:8.5625rem;left:22.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aPBCaPPXW9TET0SFdk6hVhL7yqybPT9v { color:#c399a4;display:block;width:25.8123125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:11.374289751053rem;left:24.592506408691rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#wh5SVFJkhnqMVyPNpsGdXwqsWZtUo8lE { position:absolute;display:block;z-index:100010;height:23.3125rem;width:35rem;top:23.625rem;left:1.4375rem;display:block; }
#HlsyO3ph9ICRUua740u9DqOUo2xcovcB { position:absolute;display:block;z-index:100011;height:23.3125rem;width:35rem;top:23.625rem;left:38.5625rem;display:block; }
#dVqITfNJshsIn8K4bkt2Q5haZ9Xo2u47 { color:#000000;display:block;width:30.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.1;letter-spacing:0;top:19.875rem;left:3.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#B9kHVRkSat7Tnl0nWZHz61WLHpqkX4pK { color:#000000;display:block;width:30.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100005;line-height:1.1;letter-spacing:0;top:19.875rem;left:41rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#X3G09RT4yhi3WenzBwXN4diiOPKKmioP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;display:block; }#X3G09RT4yhi3WenzBwXN4diiOPKKmioP > .row .container { background-color: transparent; background-image: none; }#X3G09RT4yhi3WenzBwXN4diiOPKKmioP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X3G09RT4yhi3WenzBwXN4diiOPKKmioP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X3G09RT4yhi3WenzBwXN4diiOPKKmioP > .row .container > .video-iframe-container { display: none; }#X3G09RT4yhi3WenzBwXN4diiOPKKmioP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X3G09RT4yhi3WenzBwXN4diiOPKKmioP > .row > .video-iframe-container { display: none; }#X3G09RT4yhi3WenzBwXN4diiOPKKmioP > .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); }#X3G09RT4yhi3WenzBwXN4diiOPKKmioP > .row .container { border-width: 0; border-radius: 0; }#X3G09RT4yhi3WenzBwXN4diiOPKKmioP > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#Iyv97mGdqC2Ae8c3VdiFFu50AVn3UIkC { position:absolute;display:block;z-index:100014;height:23.3125rem;width:35rem;top:7.4375rem;left:1.4375rem;display:block; }
#NdkUCiHMr8GZD7VdNy5XS7GOOpVxFXP5 { position:absolute;display:block;z-index:100015;height:23.3125rem;width:35rem;top:7.4375rem;left:38.5625rem;display:block; }
#xuOo8iJLnaDG5ZibA3BrM0P5QOUkZOkf { color:#000000;display:block;width:30.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.1;letter-spacing:0;top:3.6875rem;left:3.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#F1UB5vdUzu9ar53ZFWu1lCoTZz1dEwHy { color:#000000;display:block;width:30.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:3.6875rem;left:41rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MxZ6TZ4TErzikbPtcpXedONSbQioVfTo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#MxZ6TZ4TErzikbPtcpXedONSbQioVfTo > .row .container { background-color: transparent; background-image: none; }#MxZ6TZ4TErzikbPtcpXedONSbQioVfTo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MxZ6TZ4TErzikbPtcpXedONSbQioVfTo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MxZ6TZ4TErzikbPtcpXedONSbQioVfTo > .row .container > .video-iframe-container { display: none; }#MxZ6TZ4TErzikbPtcpXedONSbQioVfTo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MxZ6TZ4TErzikbPtcpXedONSbQioVfTo > .row > .video-iframe-container { display: none; }#MxZ6TZ4TErzikbPtcpXedONSbQioVfTo > .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); }#MxZ6TZ4TErzikbPtcpXedONSbQioVfTo > .row .container { border-width: 0; border-radius: 0; }#MxZ6TZ4TErzikbPtcpXedONSbQioVfTo > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#SHtwXt25tTfgpMGecFxeUrnBz4Ki5sPt { position:absolute;display:block;z-index:100014;height:23.3125rem;width:35rem;top:7.4375rem;left:1.4375rem;display:block; }
#GCdsTPAxlTw089I6TJDaVUqObryQ9z1f { position:absolute;display:block;z-index:100015;height:23.3125rem;width:35rem;top:7.4375rem;left:38.5625rem;display:block; }
#dWTqTuOaUv2n7FABNnJ2LTdVWrCP1UH3 { color:#000000;display:block;width:30.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.1;letter-spacing:0;top:3.6875rem;left:3.875rem;height:2.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OJpbokSvrRbZJ3uGLLckazuV5SHWBPVf { color:#000000;display:block;width:30.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:3.6875rem;left:41rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CK3sNFRl813y5ZmvIxbq88q1URJCChAw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;display:block; }#CK3sNFRl813y5ZmvIxbq88q1URJCChAw > .row .container { background-color: transparent; background-image: none; }#CK3sNFRl813y5ZmvIxbq88q1URJCChAw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CK3sNFRl813y5ZmvIxbq88q1URJCChAw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CK3sNFRl813y5ZmvIxbq88q1URJCChAw > .row .container > .video-iframe-container { display: none; }#CK3sNFRl813y5ZmvIxbq88q1URJCChAw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CK3sNFRl813y5ZmvIxbq88q1URJCChAw > .row > .video-iframe-container { display: none; }#CK3sNFRl813y5ZmvIxbq88q1URJCChAw > .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); }#CK3sNFRl813y5ZmvIxbq88q1URJCChAw > .row .container { border-width: 0; border-radius: 0; }#CK3sNFRl813y5ZmvIxbq88q1URJCChAw > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#DQgWMmxiIK8oyKiDwe5in6t0pe8FmbJW { position:absolute;display:block;z-index:100014;height:23.3125rem;width:35rem;top:7.4375rem;left:1.4375rem;display:block; }
#TpQs5eWudg61Wet7QinFC2dq2gUHgp4z { position:absolute;display:block;z-index:100015;height:23.3125rem;width:35rem;top:7.4375rem;left:38.5625rem;display:block; }
#O3AnOoFAzJxXhvQmCvMGG94riMwZEINZ { color:#000000;display:block;width:30.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.1;letter-spacing:0;top:3.6875rem;left:3.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yDcGwbtFm8HmJUv4br25k0y5KmlH1B9J { color:#000000;display:block;width:30.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:3.6875rem;left:41rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uTTrmQmKZUKkLDswyraaN7n06qX5PQ1h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#uTTrmQmKZUKkLDswyraaN7n06qX5PQ1h > .row .container { background-color: transparent; background-image: none; }#uTTrmQmKZUKkLDswyraaN7n06qX5PQ1h::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uTTrmQmKZUKkLDswyraaN7n06qX5PQ1h > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uTTrmQmKZUKkLDswyraaN7n06qX5PQ1h > .row .container > .video-iframe-container { display: none; }#uTTrmQmKZUKkLDswyraaN7n06qX5PQ1h > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uTTrmQmKZUKkLDswyraaN7n06qX5PQ1h > .row > .video-iframe-container { display: none; }#uTTrmQmKZUKkLDswyraaN7n06qX5PQ1h > .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); }#uTTrmQmKZUKkLDswyraaN7n06qX5PQ1h > .row .container { border-width: 0; border-radius: 0; }#uTTrmQmKZUKkLDswyraaN7n06qX5PQ1h > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#E9foKgqVEGfFTbpdoc74rFwDTFwaNbEy { position:absolute;display:block;z-index:100014;height:23.3125rem;width:35rem;top:7.4375rem;left:1.4375rem;display:block; }
#kMZsoCtPvsiR3ybURhlOi9nV7CyI4mMV { position:absolute;display:block;z-index:100015;height:23.3125rem;width:35rem;top:7.4375rem;left:38.5625rem;display:block; }
#pBQMcLhlephp8PUyZWtJSgTOROZZzBG2 { color:#000000;display:block;width:30.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.1;letter-spacing:0;top:3.6875rem;left:3.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#W9Z5xgOEAEBPK3fTduIXQPAArhP8iG01 { color:#000000;display:block;width:30.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:3.6875rem;left:41rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GoFaWLDm32GVaLTxMwIHes65rT2N1aTQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;display:block; }#GoFaWLDm32GVaLTxMwIHes65rT2N1aTQ > .row .container { background-color: transparent; background-image: none; }#GoFaWLDm32GVaLTxMwIHes65rT2N1aTQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GoFaWLDm32GVaLTxMwIHes65rT2N1aTQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GoFaWLDm32GVaLTxMwIHes65rT2N1aTQ > .row .container > .video-iframe-container { display: none; }#GoFaWLDm32GVaLTxMwIHes65rT2N1aTQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GoFaWLDm32GVaLTxMwIHes65rT2N1aTQ > .row > .video-iframe-container { display: none; }#GoFaWLDm32GVaLTxMwIHes65rT2N1aTQ > .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); }#GoFaWLDm32GVaLTxMwIHes65rT2N1aTQ > .row .container { border-width: 0; border-radius: 0; }#GoFaWLDm32GVaLTxMwIHes65rT2N1aTQ > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#LHkxKPBmL64mQmfstCM22eN7LBrTqShD { position:absolute;display:block;z-index:100014;height:23.3125rem;width:35rem;top:7.4375rem;left:1.4375rem;display:block; }
#V32mAwusXdrMKKWxbW7W7tt1ilRvbxmM { position:absolute;display:block;z-index:100015;height:23.3125rem;width:35rem;top:7.4375rem;left:38.5625rem;display:block; }
#ZTgQRCFlkfIAGTmAcarEKMEngSLwEzfG { color:#000000;display:block;width:30.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.1;letter-spacing:0;top:3.6875rem;left:3.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XVdcGZ0fLvk5qKrwhZE54VVyJ2LW8WtG { color:#000000;display:block;width:30.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:3.6875rem;left:41rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mTzL2SZ2mgRzQSCJtZGTzwKJFKuLPQZF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mTzL2SZ2mgRzQSCJtZGTzwKJFKuLPQZF > .row .container { background-color: transparent; background-image: none; }#mTzL2SZ2mgRzQSCJtZGTzwKJFKuLPQZF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mTzL2SZ2mgRzQSCJtZGTzwKJFKuLPQZF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mTzL2SZ2mgRzQSCJtZGTzwKJFKuLPQZF > .row .container > .video-iframe-container { display: none; }#mTzL2SZ2mgRzQSCJtZGTzwKJFKuLPQZF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mTzL2SZ2mgRzQSCJtZGTzwKJFKuLPQZF > .row > .video-iframe-container { display: none; }#mTzL2SZ2mgRzQSCJtZGTzwKJFKuLPQZF > .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); }#mTzL2SZ2mgRzQSCJtZGTzwKJFKuLPQZF > .row .container { border-width: 0; border-radius: 0; }#mTzL2SZ2mgRzQSCJtZGTzwKJFKuLPQZF > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#vNwAOuPP7ox2HfttZFP3VhaI31NttOJ3 { position:absolute;display:block;z-index:100014;height:23.3125rem;width:35rem;top:7.4375rem;left:1.4375rem;display:block; }
#kOFalzzI33o9uqKsMtKyfWr3tEezQE8A { position:absolute;display:block;z-index:100015;height:23.3125rem;width:35rem;top:7.4375rem;left:38.5625rem;display:block; }
#tW7I3dzvFupDGLlRvBFpWko6IIEU9lt2 { color:#000000;display:block;width:30.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.1;letter-spacing:0;top:3.6875rem;left:3.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HtQBzX6uMS0BWsQqqS6tVyhtMCtrP1Gi { color:#000000;display:block;width:30.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:3.6875rem;left:41rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#M4kUePhD3JuhVfH3g66mcAJxI2aT7efe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f3f3, #ffffff);background-image: -moz-linear-gradient(180deg, #f3f3f3, #ffffff);background-image: -ms-linear-gradient(180deg, #f3f3f3, #ffffff);background-image: -o-linear-gradient(180deg, #f3f3f3, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f3f3f3, #ffffff);background-size:auto !important;position:relative;display:block; }#M4kUePhD3JuhVfH3g66mcAJxI2aT7efe > .row .container { background-color: transparent; background-image: none; }#M4kUePhD3JuhVfH3g66mcAJxI2aT7efe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M4kUePhD3JuhVfH3g66mcAJxI2aT7efe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M4kUePhD3JuhVfH3g66mcAJxI2aT7efe > .row .container > .video-iframe-container { display: none; }#M4kUePhD3JuhVfH3g66mcAJxI2aT7efe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M4kUePhD3JuhVfH3g66mcAJxI2aT7efe > .row > .video-iframe-container { display: none; }#M4kUePhD3JuhVfH3g66mcAJxI2aT7efe > .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); }#M4kUePhD3JuhVfH3g66mcAJxI2aT7efe > .row .container { border-width: 0; border-radius: 0; }#M4kUePhD3JuhVfH3g66mcAJxI2aT7efe > .row .container { font-size:0.875rem;font-family:arial;height:85.9375rem;width:75rem;position:relative;display:block; }#nGtkiMgbx4ZlJ7mb6DPE7OP8MTbgC57u { color:#000000;display:block;width:26rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:5.625rem;left:24.5rem;height:5.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qtWQ28Zs5rcROMyrlINnm8bB8oWt2wv9 { position:absolute;display:block;z-index:99997;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;height:25.6875rem;width:34.5rem;top:45.6875rem;left:20.25rem;display:block; }
#Lb8qhdqH83hIT3ocHITsQFlsPuHUocTF { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.1875rem;width:54.125rem;top:14.6875rem;left:10.4375rem;overflow:hidden;display:block; }
#WWbP3GHumU88RK4oGbD7uBWkdOGRMbA4 { position:absolute;display:block;z-index:99995;background-color:transparent;background-image: -webkit-linear-gradient(127deg, #f19b44, #ff8600);background-image: -moz-linear-gradient(127deg, #f19b44, #ff8600);background-image: -ms-linear-gradient(127deg, #f19b44, #ff8600);background-image: -o-linear-gradient(127deg, #f19b44, #ff8600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19b44', endColorstr='#ff8600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19b44', endColorstr='#ff8600' );";background-image: linear-gradient(127deg, #f19b44, #ff8600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;height:35.4375rem;width:35rem;top:40.5625rem;left:20rem;display:block; }
#DrPkE9lTfaVTtboyZTJceSw8R5S63M82 { color:#000000;display:block;width:29.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:47.125rem;left:22.5625rem;height:4.78125rem;text-align:center;text-align-last:center;display:block; }
#trCIEL8Nkyxzu8MOJpD3CIEm4ZwEn6ic { color:#ffffff;display:block;width:33.625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.1;letter-spacing:0;top:42.25rem;left:20.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Pbe1T17Psc2id1kBZcnBJtZtTLUEW0Qz { position:absolute;display:block;z-index:99998;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;height:8.625rem;width:34.4375rem;top:67.125rem;left:20.25rem;display:block; }
#f5tdPe5x0ooDNEwsTK5RmF29yF2oqhWD { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.23) ;height:10.062125rem;width:18.187125rem;top:54.0625rem;left:28.375rem;overflow:hidden;display:block; }
#gtdDNGMzkZbXNy3bF70kacMMtU8t1vvB { background-color:transparent;background-image: -webkit-linear-gradient(150deg, #4eaf50, #8fd04d);background-image: -moz-linear-gradient(150deg, #4eaf50, #8fd04d);background-image: -ms-linear-gradient(150deg, #4eaf50, #8fd04d);background-image: -o-linear-gradient(150deg, #4eaf50, #8fd04d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eaf50', endColorstr='#8fd04d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eaf50', endColorstr='#8fd04d' );";background-image: linear-gradient(150deg, #4eaf50, #8fd04d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(35,200,44,0.53) ;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:3.4375rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:69.75rem;left:27.9375rem;display:block; }
#TGxtb8pEabtIW4VdEV9TVoHJkmXaF89k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#r0M8vfDpzti2O7d43oTGw9376XTdA3fV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;z-index:auto;display:block; }#r0M8vfDpzti2O7d43oTGw9376XTdA3fV > .row .container { background-color: transparent; background-image: none; }#r0M8vfDpzti2O7d43oTGw9376XTdA3fV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r0M8vfDpzti2O7d43oTGw9376XTdA3fV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r0M8vfDpzti2O7d43oTGw9376XTdA3fV > .row .container > .video-iframe-container { display: none; }#r0M8vfDpzti2O7d43oTGw9376XTdA3fV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r0M8vfDpzti2O7d43oTGw9376XTdA3fV > .row > .video-iframe-container { display: none; }#r0M8vfDpzti2O7d43oTGw9376XTdA3fV > .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); }#r0M8vfDpzti2O7d43oTGw9376XTdA3fV > .row .container { border-width: 0; border-radius: 0; }#r0M8vfDpzti2O7d43oTGw9376XTdA3fV > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#Wfh7kORy4MO24zNzE25aT2k4GMPX6v5p { color:#ffffff;display:block;width:12.6243125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.6495018005371rem;left:54.9375rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#ceEbEw7n78WX6DiU1uVicidhtX97g1V6 { color:#ffffff;display:block;width:18.3110625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.650390625rem;left:10.5625rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
#TtB8hOTdVZUNO1eayDUPaQcgr68Nn6rT { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:2.3117875rem;top:1.2801856994629rem;left:7.5rem;overflow:hidden;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) { #xAqH07tsoovXq3lVZodry7TwhhGdvymQ { top:2.75rem;left:0rem;width:8.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIeWZW1T44A5DqE2Bk4VF7kxvZWkFqqF { top:12.625rem;left:0rem;width:31rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZuslD164ZlFdkNB1udzXTSd1sV3pNHc { top:19.25rem;left:0rem;width:28.25rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsJl9ScpGmJ84gcn0Ag5uu44PZyEDRcW { top:6.6875rem;left:15.9375rem;width:31.8125rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa8vTSOrWb5g1Ax6EeDnlToUxoL3E8kn { width:20.625rem;height:3.4375rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZXD3NQymp9v5ehTHs35NAwcEdJ6w24m { display:block; }
 }@media only screen and (max-width: 763px) { #CAhqARDzhouWrTKfuunP3i7aZuF8F7iA { top:30.0625rem;left:0rem;width:8.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob7TxZuRnHr8qKzMn8C0UdignLHaMM0c { top:29.6875rem;left:0.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO8r3Hd9k536gL4yM6Ep9x0NnuP0gepo { top:29.6875rem;left:2.625rem;width:2rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KITOGurk9DzZP6vgmG9s1CnkU1gVN9w0 { top:29.6875rem;left:5.25rem;width:2.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9LO0SN9MAHxTKVDevRrqnGOr79LKzPb { top:29.6875rem;left:8.125rem;width:1.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVdtm292gURvJaJb4RpOohpQ9SvDhANE { top:29.6875rem;left:10.75rem;width:2.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #re4yggNgKBWR0uauW5yKlUUw74Wzk2DH { display:block; }#re4yggNgKBWR0uauW5yKlUUw74Wzk2DH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfeOkuEoiQ3pBdGpDTCbXcONgd6IbzKA { top:2.5rem;left:4.1875rem;width:32.4375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 { display:flex;width:18rem;height:5.0625rem;top:49.4375rem;left:26.4375rem; }
 }@media only screen and (max-width: 763px) { #dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #CVAvtip0CSVaCqwQWxJ0CF1pdpuM8CCQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #JSPxW5e9eu3kvMAAWse5TkWaDGBkCUoi {  }
 }@media only screen and (max-width: 763px) { #dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #WKIzqvJ4C5CglUELT5LBlstX4e6pOV9u {  }
 }@media only screen and (max-width: 763px) { #dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #avtP5PIweNRPEEwzIUfgy07qwwi6uFbG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #WupzAPVRQKXSpLTs9e8bTQ1TZTd9wAIM {  }
 }@media only screen and (max-width: 763px) { #dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #mO9M874olHT5e3mZuUq9BC4A9NoFMWqI {  }
 }@media only screen and (max-width: 763px) { #dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #PmNkEFdC0yJ05UbQBTIpBS3fLodmEGTn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #WJwDBmJD3BHkvMW9SmwgRomTi1d0MZPp {  }
 }@media only screen and (max-width: 763px) { #dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #wDgXvC2Z8c3wk8J4pcNSE1VO2AlA0e4I {  }
 }@media only screen and (max-width: 763px) { #dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #CHqMa2z4TBoJ3gZvl3wTEHPWSK8pOnWk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #TwbHdQnzaEtRTi7ngWy3RsMpyREmQOc4 {  }
 }@media only screen and (max-width: 763px) { #dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #gJoTbGWNd0AwCUPXtugLOthp4txqqBQ3 {  }
 }@media only screen and (max-width: 763px) { #fFFqhq9nEATxfk5boGkio2llE1hkxRq6 { display:block; }#fFFqhq9nEATxfk5boGkio2llE1hkxRq6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1METwvMhAfoSkwlvFKlEFQSmfN1p6QT { top:10.5rem;left:0rem;width:26.5625rem;height:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdXgTGIGWKX8XHTnnfe7eMawzsisOTTd { top:11rem;left:21.8125rem;width:25.9375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3Sz3wCC0kR4CXOmPFcHqWDWqnustv16 { top:6rem;left:0rem;width:26.3125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dReby9fX9ff2tmf8phl1FBXcUTd5hF2O { top:9.875rem;left:19.6875rem;width:28.0625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7srea3ZzkxLdxXbbC88gBgliE6EhJVA { display:block; }#V7srea3ZzkxLdxXbbC88gBgliE6EhJVA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bT9DHQLxD8f86AK549a6lqwKDGcy2nGz { top:9.8125rem;left:20.8125rem;width:26.9375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6rQBd8SFlmVTvDRp0XZKqCeQFxH2Prc { top:14.8125rem;left:21.8125rem;width:25.9375rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtVcwPtmQxEEaay8T9PRm4hxgFcI32GE { top:34.125rem;left:0rem;width:28.875rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwsC9ldEEIcaCaaJ3iSTscTcT7RMgERI { top:37.6875rem;left:0rem;width:28.5rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOS32C3CkO7WMbQXEuqtMWTOBQJ7CXmi { top:5.4375rem;left:0rem;width:33.75rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0kvJS7aBuQ468CcP0zUmtn8abyM8fHk { top:32.4375rem;left:14rem;width:33.75rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAG0tnk7wkgOqgMJTonFmHC8nXWbwWIm { display:block; }#MAG0tnk7wkgOqgMJTonFmHC8nXWbwWIm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEMAwOCpn4QyfVeeX2FWDOvtInxkcwlb { top:4.6875rem;left:6.6875rem;width:34.375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTEKmH6OBmxo8UVqe4w9taZUwDRaTBxo { top:10.4375rem;left:14.6875rem;width:28.625rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmkhR6bywnCzg6SDiPr6geeN9LENW0Dg { top:18.8125rem;left:14.75rem;width:28.5rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsteTvKVqIyfwwTuPVGuFICTfl9GvaDZ { top:26.0625rem;left:14.875rem;width:25rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuNTenicTElATmLuvLuHOQuBxPXnyqZ8 { top:33.0625rem;left:14.6875rem;width:27.5rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtR1C56RApDrTfeDMqtBB6ST0C0JECrM { top:40.125rem;left:14.6875rem;width:24.375rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoLZdiVMbespXqbvOw7SXRNSTTJtBotL { top:10.8125rem;left:6.4375rem;width:7.1875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Plhq4zmdgzREOuT7NLl1WsAiEwz71bDV { top:18.75rem;left:4.6875rem;width:8.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #udFSwGJ7BNw8IIL22B7Sq7g2VpZ5qMeB { top:26.0625rem;left:4.6875rem;width:8.875rem;height:3.7855648195417rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG6op9xhGQB7CVTTEXNT9sBxllFumvPJ { top:33.0625rem;left:4.5rem;width:8.9375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X60floImwu1FJ3zencoPeCJ7SZ7KCPeI { top:40.125rem;left:4.5rem;width:8.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #duclQDRP2RM9GJZRF9m5cMIQ3puXIPm7 { display:block; }#duclQDRP2RM9GJZRF9m5cMIQ3puXIPm7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPSNq2sbrFQmfLb6UUTivEfW3fq7UC6r { top:4rem;left:1.40625rem;width:44.9375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckLfffq8A749c4E9hfSZirmuX6z7lDU4 { top:8.75rem;left:0rem;width:47.75rem;height:65.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNWXabkOgMaT2CZKAPS4SlewtyDqTZ1G { top:11.3125rem;left:2.5625rem;width:42.625rem;height:54.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGPHByvQOTJAtWoGJsQpyuwwEfmhwVWM { display:block; }#JGPHByvQOTJAtWoGJsQpyuwwEfmhwVWM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WE6hqZWymAHOr58ckPKEAi1lnHbhTnW6 { top:13.9375rem;left:0rem;width:13.875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWbW1d4BiTl263fxRFt2DvbZWryC29cL { top:8.25rem;left:8.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baS0TPqolRdge8fdxTdxiEOZ3wfF4AuP { top:9.0625rem;left:11.5625rem;width:9.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1VQnHTxsKv4yR4rWSH6r8Pt8blzwmgh { top:11.375rem;left:11.5625rem;width:13.125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5usIeu79hA6noX5mTWiHKplRzcKA3bV { top:11.375rem;left:28.5rem;width:13.1875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVBsJhyz0VfMueLPUcu89ZkZM2weMuJD { top:8.25rem;left:25.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZJEArhLbpsFKRXTcvWVqrPysSOcUwqD { top:9.0625rem;left:28.5rem;width:9rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm1zbS5zTylayEETlpLXXmCVhLHfVdt7 { top:11.3125rem;left:35.5625rem;width:12.1875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KStqscWHVAogvGh5EWxKSvAgeStywKT0 { top:8.1875rem;left:41.6875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSBzuTzarGFTPgIM6JBfi3MyAa6oIgs2 { top:9rem;left:38.75rem;width:9rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk1Go7cOleafL6pmlbVZ77oSsIJaFEFF { top:22.75rem;left:11.5625rem;width:12.1875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA25lEdMBXxJugvoRZny5ngQ9egU4EfL { top:22.75rem;left:28.5rem;width:14.5625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn8J76LyeR6snhntRf8bvUIC4oGHmb9O { top:22.6875rem;left:35.5625rem;width:12.1875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR56w0P0Solmhew2DR5axckmIkQqBDZh { top:19.625rem;left:8.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT7TntDLdTEKEeFBgTmZb3BTzKbtdPpr { top:19.625rem;left:25.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrFxv77IgU7LzTDWx5H75mHP6QCWvLLD { top:19.5625rem;left:41.6875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTZ9fszTwTTt7XnRwOOOProxFDc9zRZd { top:20.4375rem;left:11.5625rem;width:9rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU0dXNEvdXHt5icOND3q5svqMqoDBMGl { top:20.4375rem;left:28.5rem;width:9rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVaMLlfA6TwLIT33R0PZ6SyA6H4zriDt { top:20.375rem;left:34.8125rem;width:12.9375rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoxWwSgFV6IMUl3p2PsOEbrTyoeLK9al { display:block; }#SoxWwSgFV6IMUl3p2PsOEbrTyoeLK9al > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTfDwEK6JxNxbwPz5NiCsnZTJuKuiDlD { top:4.0625rem;left:4.1875rem;width:39.375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWGsWTeZNJprn3vzXXW8ZbyZNTx0aFD6 { top:7.125rem;left:10.84375rem;width:26.0625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP5dp9AFl7zrBhZMPNMgkN68pnlKmHyG { top:15.125rem;left:0rem;width:13.6875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccco3haVU7TMeX6UtuP6v3UCxIxfsPiD { top:15.125rem;left:6.625rem;width:13.6875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQzTfXZ0tAhXaXTMXkCgzy5AXe8LyXpU { top:15.125rem;left:27.125rem;width:13.6875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDa8KvWlS5lsEhAAZs9lU5nTNyAfqe6Q { top:15.125rem;left:34.0625rem;width:13.6875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTbmbvgERg50Vod9QnG2owQvShZcENOR { top:38.75rem;left:0rem;width:13.6875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4whb4V7Pvp5059aGJUo8C4OCmTRuN8t { top:38.75rem;left:6.625rem;width:13.6875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnGtUus2Q0IraTuEM4ZQqdAy0iezv6iI { top:38.75rem;left:27.125rem;width:13.6875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7niuUeKKtfxaT9spKsEAfJLbTkh3mU9 { top:38.75rem;left:34.0625rem;width:13.6875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmZX8sG37TFMpfS2DoBTCJ2lbz9WnMmK { top:62.8125rem;left:0rem;width:13.6875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXkx6Ip7sNBDKaXCkDOT7BE3dsg1WmMk { top:62.8125rem;left:6.625rem;width:13.6875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcNgTFNllk0N2Ukvfpd4LQCKITSCJTAA { top:62.8125rem;left:27.125rem;width:13.6875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7hW2UISImZDPT6bECNB6dx92DuLhbXd { top:62.8125rem;left:34.0625rem;width:13.6875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5daTEfGEf8Ddd6Hvfllc6AGLLV5KvE8 { top:86.3125rem;left:6.9375rem;width:13.6875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPX7mgF06GzhOPSMRr2cKXLVQsfX6R9a { top:86.3125rem;left:27.1875rem;width:13.6875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctHH1aRhfSTanCvnH8bdwqEdXKIhkTLS { top:111.375rem;left:16.0625rem;width:15.625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqa3EM8QIkVkancA1nGU35yTKF92xahz { display:block; }#Bqa3EM8QIkVkancA1nGU35yTKF92xahz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzhXIa7mS0IdSm73TygIPHhiDccr3gQD { top:8.5625rem;left:8.8125rem;width:30.125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPBCaPPXW9TET0SFdk6hVhL7yqybPT9v { top:11.3125rem;left:10.96728515625rem;width:25.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh5SVFJkhnqMVyPNpsGdXwqsWZtUo8lE { top:23.625rem;left:0rem;width:35rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlsyO3ph9ICRUua740u9DqOUo2xcovcB { top:23.625rem;left:12.75rem;width:35rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVqITfNJshsIn8K4bkt2Q5haZ9Xo2u47 { top:19.875rem;left:0rem;width:30.125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9kHVRkSat7Tnl0nWZHz61WLHpqkX4pK { top:19.875rem;left:17.625rem;width:30.125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3G09RT4yhi3WenzBwXN4diiOPKKmioP { display:block; }#X3G09RT4yhi3WenzBwXN4diiOPKKmioP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iyv97mGdqC2Ae8c3VdiFFu50AVn3UIkC { top:7.4375rem;left:0rem;width:35rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdkUCiHMr8GZD7VdNy5XS7GOOpVxFXP5 { top:7.4375rem;left:12.75rem;width:35rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuOo8iJLnaDG5ZibA3BrM0P5QOUkZOkf { top:3.6875rem;left:0rem;width:30.125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1UB5vdUzu9ar53ZFWu1lCoTZz1dEwHy { top:3.6875rem;left:17.625rem;width:30.125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxZ6TZ4TErzikbPtcpXedONSbQioVfTo { display:block; }#MxZ6TZ4TErzikbPtcpXedONSbQioVfTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHtwXt25tTfgpMGecFxeUrnBz4Ki5sPt { top:7.4375rem;left:0rem;width:35rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCdsTPAxlTw089I6TJDaVUqObryQ9z1f { top:7.4375rem;left:12.75rem;width:35rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWTqTuOaUv2n7FABNnJ2LTdVWrCP1UH3 { top:3.6875rem;left:0rem;width:30.125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJpbokSvrRbZJ3uGLLckazuV5SHWBPVf { top:3.6875rem;left:17.625rem;width:30.125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK3sNFRl813y5ZmvIxbq88q1URJCChAw { display:block; }#CK3sNFRl813y5ZmvIxbq88q1URJCChAw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQgWMmxiIK8oyKiDwe5in6t0pe8FmbJW { top:7.4375rem;left:0rem;width:35rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpQs5eWudg61Wet7QinFC2dq2gUHgp4z { top:7.4375rem;left:12.75rem;width:35rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3AnOoFAzJxXhvQmCvMGG94riMwZEINZ { top:3.6875rem;left:0rem;width:30.125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDcGwbtFm8HmJUv4br25k0y5KmlH1B9J { top:3.6875rem;left:17.625rem;width:30.125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTTrmQmKZUKkLDswyraaN7n06qX5PQ1h { display:block; }#uTTrmQmKZUKkLDswyraaN7n06qX5PQ1h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9foKgqVEGfFTbpdoc74rFwDTFwaNbEy { top:7.4375rem;left:0rem;width:35rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMZsoCtPvsiR3ybURhlOi9nV7CyI4mMV { top:7.4375rem;left:12.75rem;width:35rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBQMcLhlephp8PUyZWtJSgTOROZZzBG2 { top:3.6875rem;left:0rem;width:30.125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9Z5xgOEAEBPK3fTduIXQPAArhP8iG01 { top:3.6875rem;left:17.625rem;width:30.125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoFaWLDm32GVaLTxMwIHes65rT2N1aTQ { display:block; }#GoFaWLDm32GVaLTxMwIHes65rT2N1aTQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHkxKPBmL64mQmfstCM22eN7LBrTqShD { top:7.4375rem;left:0rem;width:35rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V32mAwusXdrMKKWxbW7W7tt1ilRvbxmM { top:7.4375rem;left:12.75rem;width:35rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTgQRCFlkfIAGTmAcarEKMEngSLwEzfG { top:3.6875rem;left:0rem;width:30.125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVdcGZ0fLvk5qKrwhZE54VVyJ2LW8WtG { top:3.6875rem;left:17.625rem;width:30.125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTzL2SZ2mgRzQSCJtZGTzwKJFKuLPQZF { display:block; }#mTzL2SZ2mgRzQSCJtZGTzwKJFKuLPQZF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNwAOuPP7ox2HfttZFP3VhaI31NttOJ3 { top:7.4375rem;left:0rem;width:35rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOFalzzI33o9uqKsMtKyfWr3tEezQE8A { top:7.4375rem;left:12.75rem;width:35rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW7I3dzvFupDGLlRvBFpWko6IIEU9lt2 { top:3.6875rem;left:0rem;width:30.125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtQBzX6uMS0BWsQqqS6tVyhtMCtrP1Gi { top:3.6875rem;left:17.625rem;width:30.125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4kUePhD3JuhVfH3g66mcAJxI2aT7efe { display:block; }#M4kUePhD3JuhVfH3g66mcAJxI2aT7efe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGtkiMgbx4ZlJ7mb6DPE7OP8MTbgC57u { top:5.625rem;left:10.875rem;width:26rem;height:5.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtWQ28Zs5rcROMyrlINnm8bB8oWt2wv9 { top:45.6875rem;left:6.625rem;width:34.5rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb8qhdqH83hIT3ocHITsQFlsPuHUocTF { top:14.6875rem;left:0rem;width:47.75rem;height:17.809757505774rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWbP3GHumU88RK4oGbD7uBWkdOGRMbA4 { top:40.5625rem;left:6.375rem;width:35rem;height:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrPkE9lTfaVTtboyZTJceSw8R5S63M82 { top:47.125rem;left:8.9375rem;width:29.875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #trCIEL8Nkyxzu8MOJpD3CIEm4ZwEn6ic { top:42.25rem;left:7.0625rem;width:33.625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbe1T17Psc2id1kBZcnBJtZtTLUEW0Qz { top:67.125rem;left:6.625rem;width:34.4375rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5tdPe5x0ooDNEwsTK5RmF29yF2oqhWD { top:54.0625rem;left:14.75rem;width:18.125rem;height:10.027698355969rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtdDNGMzkZbXNy3bF70kacMMtU8t1vvB { width:19.1875rem;height:3.4375rem;top:69.75rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGxtb8pEabtIW4VdEV9TVoHJkmXaF89k { display:block; }
 }@media only screen and (max-width: 763px) { #r0M8vfDpzti2O7d43oTGw9376XTdA3fV { display:block; }#r0M8vfDpzti2O7d43oTGw9376XTdA3fV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wfh7kORy4MO24zNzE25aT2k4GMPX6v5p { top:1.625rem;left:35.1875rem;width:12.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceEbEw7n78WX6DiU1uVicidhtX97g1V6 { top:1.625rem;left:0rem;width:18.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtB8hOTdVZUNO1eayDUPaQcgr68Nn6rT { top:1.25rem;left:0rem;width:2.25rem;height:1.8255874334675rem;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:20rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAqH07tsoovXq3lVZodry7TwhhGdvymQ { width:8.625rem;height:2.875rem;top:2.6875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIeWZW1T44A5DqE2Bk4VF7kxvZWkFqqF { width:14.749625rem;height:6.3925625rem;top:9.0607242584231rem;left:2.6242896318436rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZuslD164ZlFdkNB1udzXTSd1sV3pNHc { width:16.62375rem;height:4.78125rem;top:16.37428855896rem;left:1.6867896318436rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RsJl9ScpGmJ84gcn0Ag5uu44PZyEDRcW { width:18.9985625rem;height:20.1235625rem;top:32.43505859375rem;left:0.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa8vTSOrWb5g1Ax6EeDnlToUxoL3E8kn { width:16.75rem;height:3rem;top:22.9375rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZXD3NQymp9v5ehTHs35NAwcEdJ6w24m { display:block; }
 }@media only screen and (max-width: 763px) { #CAhqARDzhouWrTKfuunP3i7aZuF8F7iA { width:8.0625rem;height:0;top:62.126953125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ob7TxZuRnHr8qKzMn8C0UdignLHaMM0c { width:2rem;height:2rem;top:61.6953125rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IO8r3Hd9k536gL4yM6Ep9x0NnuP0gepo { width:2rem;height:1.9375rem;top:61.7265625rem;left:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KITOGurk9DzZP6vgmG9s1CnkU1gVN9w0 { width:2.125rem;height:2.0625rem;top:68.13283984375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9LO0SN9MAHxTKVDevRrqnGOr79LKzPb { width:1.9375rem;height:1.875rem;top:71.44533984375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #kVdtm292gURvJaJb4RpOohpQ9SvDhANE { width:2.0625rem;height:2rem;top:74.57033984375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #re4yggNgKBWR0uauW5yKlUUw74Wzk2DH { display:block; }#re4yggNgKBWR0uauW5yKlUUw74Wzk2DH > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfeOkuEoiQ3pBdGpDTCbXcONgd6IbzKA { width:20rem;height:1.21875rem;top:1.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 { display:flex;width:18rem;height:5.0625rem;top:3.125rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #CVAvtip0CSVaCqwQWxJ0CF1pdpuM8CCQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #JSPxW5e9eu3kvMAAWse5TkWaDGBkCUoi {  }
 }@media only screen and (max-width: 763px) { #dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #WKIzqvJ4C5CglUELT5LBlstX4e6pOV9u {  }
 }@media only screen and (max-width: 763px) { #dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #avtP5PIweNRPEEwzIUfgy07qwwi6uFbG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #WupzAPVRQKXSpLTs9e8bTQ1TZTd9wAIM {  }
 }@media only screen and (max-width: 763px) { #dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #mO9M874olHT5e3mZuUq9BC4A9NoFMWqI {  }
 }@media only screen and (max-width: 763px) { #dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #PmNkEFdC0yJ05UbQBTIpBS3fLodmEGTn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #WJwDBmJD3BHkvMW9SmwgRomTi1d0MZPp {  }
 }@media only screen and (max-width: 763px) { #dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #wDgXvC2Z8c3wk8J4pcNSE1VO2AlA0e4I {  }
 }@media only screen and (max-width: 763px) { #dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #CHqMa2z4TBoJ3gZvl3wTEHPWSK8pOnWk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #TwbHdQnzaEtRTi7ngWy3RsMpyREmQOc4 {  }
 }@media only screen and (max-width: 763px) { #dq9cZOBbJ5rqrHO2JGmSDbczLhQNPpZ6 #gJoTbGWNd0AwCUPXtugLOthp4txqqBQ3 {  }
 }@media only screen and (max-width: 763px) { #fFFqhq9nEATxfk5boGkio2llE1hkxRq6 { display:block; }#fFFqhq9nEATxfk5boGkio2llE1hkxRq6 > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1METwvMhAfoSkwlvFKlEFQSmfN1p6QT { width:16.75rem;height:7.5rem;top:5.6357421875rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gdXgTGIGWKX8XHTnnfe7eMawzsisOTTd { width:14.6875rem;height:10.5rem;top:17.1982421875rem;left:2.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z3Sz3wCC0kR4CXOmPFcHqWDWqnustv16 { width:15.25rem;height:1.5625rem;top:2.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dReby9fX9ff2tmf8phl1FBXcUTd5hF2O { width:20rem;height:15.4375rem;top:15.8232421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7srea3ZzkxLdxXbbC88gBgliE6EhJVA { display:block; }#V7srea3ZzkxLdxXbbC88gBgliE6EhJVA > .row .container { width:20rem;height:94.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bT9DHQLxD8f86AK549a6lqwKDGcy2nGz { width:16.5rem;height:5.15625rem;top:22.995383262634rem;left:1.7178622484207rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l6rQBd8SFlmVTvDRp0XZKqCeQFxH2Prc { width:16.625rem;height:13.5rem;top:27.029473304749rem;left:1.6867896318436rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DtVcwPtmQxEEaay8T9PRm4hxgFcI32GE { width:14.5625rem;height:3.4375rem;top:64.900566101075rem;left:2.6864346265793rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XwsC9ldEEIcaCaaJ3iSTscTcT7RMgERI { width:16.5rem;height:20.25rem;top:69.811786651612rem;left:1.7489346265793rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BOS32C3CkO7WMbQXEuqtMWTOBQJ7CXmi { width:20rem;height:20.4375rem;top:1.2171518802643rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0kvJS7aBuQ468CcP0zUmtn8abyM8fHk { width:20rem;height:20.4375rem;top:44.463777542114rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAG0tnk7wkgOqgMJTonFmHC8nXWbwWIm { display:block; }#MAG0tnk7wkgOqgMJTonFmHC8nXWbwWIm > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEMAwOCpn4QyfVeeX2FWDOvtInxkcwlb { width:13.5rem;height:3.29980625rem;top:2.75rem;left:3.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UTEKmH6OBmxo8UVqe4w9taZUwDRaTBxo { width:17.1875rem;height:6.375rem;top:11.6875rem;left:1.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AmkhR6bywnCzg6SDiPr6geeN9LENW0Dg { width:17.0625rem;height:4.78125rem;top:23.875rem;left:1.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EsteTvKVqIyfwwTuPVGuFICTfl9GvaDZ { width:14.0625rem;height:4.78125rem;top:34.8125rem;left:2.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MuNTenicTElATmLuvLuHOQuBxPXnyqZ8 { width:17.0625rem;height:6.375rem;top:46.25rem;left:1.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mtR1C56RApDrTfeDMqtBB6ST0C0JECrM { width:14rem;height:4.78125rem;top:59.75rem;left:3rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yoLZdiVMbespXqbvOw7SXRNSTTJtBotL { width:5.625rem;height:3rem;top:7.875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Plhq4zmdgzREOuT7NLl1WsAiEwz71bDV { width:7.25rem;height:3rem;top:20.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udFSwGJ7BNw8IIL22B7Sq7g2VpZ5qMeB { width:7.5rem;height:3.125rem;top:30.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG6op9xhGQB7CVTTEXNT9sBxllFumvPJ { width:7.8125rem;height:3.25rem;top:42.0625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X60floImwu1FJ3zencoPeCJ7SZ7KCPeI { width:7.4375rem;height:3.1875rem;top:55.625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #duclQDRP2RM9GJZRF9m5cMIQ3puXIPm7 { display:block; }#duclQDRP2RM9GJZRF9m5cMIQ3puXIPm7 > .row .container { width:20rem;height:99.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPSNq2sbrFQmfLb6UUTivEfW3fq7UC6r { width:16.375rem;height:3.4375rem;top:2.375rem;left:1.8125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ckLfffq8A749c4E9hfSZirmuX6z7lDU4 { width:20rem;height:90.9375rem;top:8.68701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNWXabkOgMaT2CZKAPS4SlewtyDqTZ1G { width:18rem;height:85.5rem;top:10.28125rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JGPHByvQOTJAtWoGJsQpyuwwEfmhwVWM { display:block; }#JGPHByvQOTJAtWoGJsQpyuwwEfmhwVWM > .row .container { width:20rem;height:77.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WE6hqZWymAHOr58ckPKEAi1lnHbhTnW6 { width:13.875rem;height:5.15625rem;top:2.8125rem;left:3.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oWbW1d4BiTl263fxRFt2DvbZWryC29cL { width:3.125rem;height:3.125rem;top:21.375rem;left:3.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baS0TPqolRdge8fdxTdxiEOZ3wfF4AuP { width:4.4375rem;height:1.3808625rem;top:11.5rem;left:6.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1VQnHTxsKv4yR4rWSH6r8Pt8blzwmgh { width:12.9375rem;height:7.5rem;top:13.75rem;left:4.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X5usIeu79hA6noX5mTWiHKplRzcKA3bV { width:12.9375rem;height:6rem;top:24.5rem;left:4.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EVBsJhyz0VfMueLPUcu89ZkZM2weMuJD { width:3.125rem;height:3.125rem;top:10.6875rem;left:3.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZJEArhLbpsFKRXTcvWVqrPysSOcUwqD { width:9rem;height:1.3808625rem;top:22.1875rem;left:6.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm1zbS5zTylayEETlpLXXmCVhLHfVdt7 { width:12.1875rem;height:6rem;top:35.25rem;left:4.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KStqscWHVAogvGh5EWxKSvAgeStywKT0 { width:3.125rem;height:3.125rem;top:32.1875rem;left:3.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSBzuTzarGFTPgIM6JBfi3MyAa6oIgs2 { width:9rem;height:1.3808625rem;top:33.0625rem;left:6.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk1Go7cOleafL6pmlbVZ77oSsIJaFEFF { width:12.1875rem;height:6rem;top:46.5625rem;left:4.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nA25lEdMBXxJugvoRZny5ngQ9egU4EfL { width:14.125rem;height:7.5rem;top:57.6875rem;left:4rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qn8J76LyeR6snhntRf8bvUIC4oGHmb9O { width:14.8125rem;height:6rem;top:69.4375rem;left:3.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hR56w0P0Solmhew2DR5axckmIkQqBDZh { width:3.125rem;height:3.125rem;top:43.5rem;left:3.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT7TntDLdTEKEeFBgTmZb3BTzKbtdPpr { width:3.125rem;height:3.125rem;top:54.625rem;left:3.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrFxv77IgU7LzTDWx5H75mHP6QCWvLLD { width:3.125rem;height:3.125rem;top:66.3125rem;left:3.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTZ9fszTwTTt7XnRwOOOProxFDc9zRZd { width:9rem;height:1.3808625rem;top:44.375rem;left:6.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU0dXNEvdXHt5icOND3q5svqMqoDBMGl { width:9rem;height:1.3808625rem;top:55.5rem;left:6.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVaMLlfA6TwLIT33R0PZ6SyA6H4zriDt { width:12.9375rem;height:1.3808625rem;top:67.125rem;left:6.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoxWwSgFV6IMUl3p2PsOEbrTyoeLK9al { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #414141);background-image: -moz-linear-gradient(180deg, #000000, #414141);background-image: -ms-linear-gradient(180deg, #000000, #414141);background-image: -o-linear-gradient(180deg, #000000, #414141);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#414141' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#414141' );";background-image: linear-gradient(180deg, #000000, #414141);background-size:auto !important;display:block; }#SoxWwSgFV6IMUl3p2PsOEbrTyoeLK9al > .row .container { background-color: transparent; background-image: none; }#SoxWwSgFV6IMUl3p2PsOEbrTyoeLK9al::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SoxWwSgFV6IMUl3p2PsOEbrTyoeLK9al > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SoxWwSgFV6IMUl3p2PsOEbrTyoeLK9al > .row .container > .video-iframe-container { display: none; }#SoxWwSgFV6IMUl3p2PsOEbrTyoeLK9al > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SoxWwSgFV6IMUl3p2PsOEbrTyoeLK9al > .row > .video-iframe-container { display: none; }#SoxWwSgFV6IMUl3p2PsOEbrTyoeLK9al > .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); }#SoxWwSgFV6IMUl3p2PsOEbrTyoeLK9al > .row .container { width:20rem;height:315.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTfDwEK6JxNxbwPz5NiCsnZTJuKuiDlD { width:17.9375rem;height:3.4375rem;top:2.8125rem;left:1.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yWGsWTeZNJprn3vzXXW8ZbyZNTx0aFD6 { width:14.3125rem;height:4.5rem;top:7.1875rem;left:2.84375rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LP5dp9AFl7zrBhZMPNMgkN68pnlKmHyG { width:13.6875rem;height:20rem;top:13.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccco3haVU7TMeX6UtuP6v3UCxIxfsPiD { width:13.6875rem;height:20rem;top:34.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQzTfXZ0tAhXaXTMXkCgzy5AXe8LyXpU { width:13.6875rem;height:20rem;top:56rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDa8KvWlS5lsEhAAZs9lU5nTNyAfqe6Q { width:13.6875rem;height:20rem;top:77.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTbmbvgERg50Vod9QnG2owQvShZcENOR { width:13.6875rem;height:20rem;top:98.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4whb4V7Pvp5059aGJUo8C4OCmTRuN8t { width:13.6875rem;height:20rem;top:119.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnGtUus2Q0IraTuEM4ZQqdAy0iezv6iI { width:13.6875rem;height:20rem;top:141rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7niuUeKKtfxaT9spKsEAfJLbTkh3mU9 { width:13.6875rem;height:20rem;top:162.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmZX8sG37TFMpfS2DoBTCJ2lbz9WnMmK { width:13.6875rem;height:20rem;top:183.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXkx6Ip7sNBDKaXCkDOT7BE3dsg1WmMk { width:13.6875rem;height:20rem;top:204.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcNgTFNllk0N2Ukvfpd4LQCKITSCJTAA { width:13.6875rem;height:20rem;top:226rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7hW2UISImZDPT6bECNB6dx92DuLhbXd { width:13.6875rem;height:20rem;top:247.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5daTEfGEf8Ddd6Hvfllc6AGLLV5KvE8 { width:13.6875rem;height:20rem;top:268.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPX7mgF06GzhOPSMRr2cKXLVQsfX6R9a { width:13.6875rem;height:20rem;top:289.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctHH1aRhfSTanCvnH8bdwqEdXKIhkTLS { width:15.625rem;height:7.9375rem;top:342.0625rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bqa3EM8QIkVkancA1nGU35yTKF92xahz { display:block; }#Bqa3EM8QIkVkancA1nGU35yTKF92xahz > .row .container { width:20rem;height:68.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzhXIa7mS0IdSm73TygIPHhiDccr3gQD { width:15.125rem;height:3.4375rem;top:2.5625rem;left:2.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aPBCaPPXW9TET0SFdk6hVhL7yqybPT9v { width:18.125rem;height:3.375rem;top:6.5625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh5SVFJkhnqMVyPNpsGdXwqsWZtUo8lE { width:20rem;height:23.3125rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlsyO3ph9ICRUua740u9DqOUo2xcovcB { width:20rem;height:23.3125rem;top:44.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVqITfNJshsIn8K4bkt2Q5haZ9Xo2u47 { width:20rem;height:1.71875rem;top:15.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B9kHVRkSat7Tnl0nWZHz61WLHpqkX4pK { width:20rem;height:1.71875rem;top:41.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X3G09RT4yhi3WenzBwXN4diiOPKKmioP { display:block; }#X3G09RT4yhi3WenzBwXN4diiOPKKmioP > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iyv97mGdqC2Ae8c3VdiFFu50AVn3UIkC { width:20rem;height:23.3125rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdkUCiHMr8GZD7VdNy5XS7GOOpVxFXP5 { width:20rem;height:23.3125rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuOo8iJLnaDG5ZibA3BrM0P5QOUkZOkf { width:20rem;height:1.71875rem;top:2.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F1UB5vdUzu9ar53ZFWu1lCoTZz1dEwHy { width:20rem;height:1.71875rem;top:29.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MxZ6TZ4TErzikbPtcpXedONSbQioVfTo { display:block; }#MxZ6TZ4TErzikbPtcpXedONSbQioVfTo > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHtwXt25tTfgpMGecFxeUrnBz4Ki5sPt { width:20rem;height:23.3125rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCdsTPAxlTw089I6TJDaVUqObryQ9z1f { width:20rem;height:23.3125rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWTqTuOaUv2n7FABNnJ2LTdVWrCP1UH3 { width:20rem;height:1.71875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJpbokSvrRbZJ3uGLLckazuV5SHWBPVf { width:20rem;height:1.71875rem;top:27.65625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CK3sNFRl813y5ZmvIxbq88q1URJCChAw { display:block; }#CK3sNFRl813y5ZmvIxbq88q1URJCChAw > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQgWMmxiIK8oyKiDwe5in6t0pe8FmbJW { width:20rem;height:23.3125rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpQs5eWudg61Wet7QinFC2dq2gUHgp4z { width:20rem;height:23.3125rem;top:29.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3AnOoFAzJxXhvQmCvMGG94riMwZEINZ { width:20rem;height:1.71875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yDcGwbtFm8HmJUv4br25k0y5KmlH1B9J { width:20rem;height:1.71875rem;top:27.65625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTTrmQmKZUKkLDswyraaN7n06qX5PQ1h { display:block; }#uTTrmQmKZUKkLDswyraaN7n06qX5PQ1h > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9foKgqVEGfFTbpdoc74rFwDTFwaNbEy { width:20rem;height:23.3125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMZsoCtPvsiR3ybURhlOi9nV7CyI4mMV { width:20rem;height:23.3125rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBQMcLhlephp8PUyZWtJSgTOROZZzBG2 { width:20rem;height:1.71875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W9Z5xgOEAEBPK3fTduIXQPAArhP8iG01 { width:20rem;height:1.71875rem;top:26.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GoFaWLDm32GVaLTxMwIHes65rT2N1aTQ { display:block; }#GoFaWLDm32GVaLTxMwIHes65rT2N1aTQ > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHkxKPBmL64mQmfstCM22eN7LBrTqShD { width:20rem;height:23.3125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V32mAwusXdrMKKWxbW7W7tt1ilRvbxmM { width:20rem;height:23.3125rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTgQRCFlkfIAGTmAcarEKMEngSLwEzfG { width:20rem;height:1.71875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XVdcGZ0fLvk5qKrwhZE54VVyJ2LW8WtG { width:20rem;height:1.71875rem;top:26.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTzL2SZ2mgRzQSCJtZGTzwKJFKuLPQZF { display:block; }#mTzL2SZ2mgRzQSCJtZGTzwKJFKuLPQZF > .row .container { width:20rem;height:59.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNwAOuPP7ox2HfttZFP3VhaI31NttOJ3 { width:20rem;height:23.3125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOFalzzI33o9uqKsMtKyfWr3tEezQE8A { width:20rem;height:23.3125rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW7I3dzvFupDGLlRvBFpWko6IIEU9lt2 { width:20rem;height:1.71875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HtQBzX6uMS0BWsQqqS6tVyhtMCtrP1Gi { width:20rem;height:1.71875rem;top:26.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M4kUePhD3JuhVfH3g66mcAJxI2aT7efe { display:block; }#M4kUePhD3JuhVfH3g66mcAJxI2aT7efe > .row .container { width:20rem;height:70.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGtkiMgbx4ZlJ7mb6DPE7OP8MTbgC57u { width:18.25rem;height:4.0625rem;top:3.4375rem;left:0.875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qtWQ28Zs5rcROMyrlINnm8bB8oWt2wv9 { width:19.625rem;height:29.875rem;top:25.9375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb8qhdqH83hIT3ocHITsQFlsPuHUocTF { width:19.8125rem;height:7.375rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWbP3GHumU88RK4oGbD7uBWkdOGRMbA4 { width:20rem;height:35.75rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrPkE9lTfaVTtboyZTJceSw8R5S63M82 { width:13.25rem;height:9rem;top:27.0625rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #trCIEL8Nkyxzu8MOJpD3CIEm4ZwEn6ic { width:15.0625rem;height:1.6499rem;top:22.6875rem;left:2.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pbe1T17Psc2id1kBZcnBJtZtTLUEW0Qz { width:19.625rem;height:7.625rem;top:49.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5tdPe5x0ooDNEwsTK5RmF29yF2oqhWD { width:15rem;height:8.249rem;top:38.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtdDNGMzkZbXNy3bF70kacMMtU8t1vvB { width:17.4375rem;height:3.0625rem;top:51.625rem;left:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGxtb8pEabtIW4VdEV9TVoHJkmXaF89k { display:block; }
 }@media only screen and (max-width: 763px) { #r0M8vfDpzti2O7d43oTGw9376XTdA3fV { position:relative;z-index:auto;display:block; }#r0M8vfDpzti2O7d43oTGw9376XTdA3fV > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wfh7kORy4MO24zNzE25aT2k4GMPX6v5p { width:17.1244375rem;height:1.05615rem;top:7.24875831604rem;left:1.4053621292114rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceEbEw7n78WX6DiU1uVicidhtX97g1V6 { width:20rem;height:1.13720625rem;top:4.8117904663086rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtB8hOTdVZUNO1eayDUPaQcgr68Nn6rT { width:2.8125rem;height:2.2495125rem;top:1.5rem;left:8.59375rem;display:block; }
 }