.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:50.0625rem;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.125rem;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:18.75rem;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:8.31214427948rem;left:36.937145233154rem;overflow:hidden;display:block; }
#gO0AwHayH5TsGDwnwihsEAXyWISuLpLV { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2.0625rem;top:32.6875rem;left:24.375rem;overflow:hidden;display:block; }
#U4gcrCGGPe2dyJqbuVJJgcgmGxTWu0tU { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.9375rem;top:32.6875rem;left:21.75rem;overflow:hidden;display:block; }
#JSiUE8S7TTXyTxResDZayNa0rP4NAJLz { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:2.125rem;top:32.6875rem;left:18.875rem;overflow:hidden;display:block; }
#nyPqmHfFyc1B3IiIZHkLk4JXEUBSlgQH { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:2rem;top:32.6875rem;left:16.25rem;overflow:hidden;display:block; }
#d0puJl2TidymvpywpgPbe5yaJaAt5QQL { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:32.6875rem;left:13.6875rem;overflow:hidden;display:block; }
#y5dT2OINPqCGORSW5qrp2KfXBMUqAvzs { color:#a4a4a4;display:block;width:8.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:33.0625rem;left:5.9375rem;height:1.21875rem;display:block; }
#gsNB0xLniCyIsgFuMyTaCXX7VpMJ617S { position:absolute;display:block;z-index:100021;height:5.75rem;width:20.0625rem;top:23.8125rem;left:5.9375rem;display:block; }
#DOb6RpOPz3DZBDNAdUJiKdZxEynTuGLW { position:absolute;display:block;z-index:100021;height:5.625rem;width:20.3125rem;top:35.75rem;left:6.1875rem;display:block; }
#u1b6vv8MadkgA5OcVOABFAgKNCdGrGU2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#u1b6vv8MadkgA5OcVOABFAgKNCdGrGU2 > .row .container { background-color: transparent; background-image: none; }#u1b6vv8MadkgA5OcVOABFAgKNCdGrGU2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u1b6vv8MadkgA5OcVOABFAgKNCdGrGU2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u1b6vv8MadkgA5OcVOABFAgKNCdGrGU2 > .row .container > .video-iframe-container { display: none; }#u1b6vv8MadkgA5OcVOABFAgKNCdGrGU2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u1b6vv8MadkgA5OcVOABFAgKNCdGrGU2 > .row > .video-iframe-container { display: none; }#u1b6vv8MadkgA5OcVOABFAgKNCdGrGU2 > .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); }#u1b6vv8MadkgA5OcVOABFAgKNCdGrGU2 > .row .container { border-width: 0; border-radius: 0; }#u1b6vv8MadkgA5OcVOABFAgKNCdGrGU2 > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#M6TLmKinUqbnIfi8z3MRAmMnFfTthdA7 { 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.5625rem;left:18.9375rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc .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; }
#w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc .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; }
#w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc .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; }
#w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc { 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; }
#w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #TlwcfLvBo818Po5RlkRp1CaWhx9tXO0E { display:flex;position:relative;top:0rem;left:0rem; }
#w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #FGPJ7HCOOSoLTFuQD02bLOd4DrwpbCeV { width:auto; }
#w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #tAVpHwHoDbDbe3IOQTxGnS7kA3gzVgyJ {  }
#w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #qxffWp5Stc0H5IscnnLE65GA9L57kk8h { display:flex;position:relative;top:0rem;left:0rem; }
#w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #S5yxwmnHVqiFfkO57AafA3t9s1f0Euea {  }
#w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #oRMv9Sax3Kx6LZsZLsZObZlz35pGDvET {  }
#w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #EZCkiwl6uFve4hXL9ZJ5bfBdNi4odJyu { display:flex;position:relative;top:0rem;left:0rem; }
#w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #xaxtkhgti5TE9E4EZG4NNttK7moJUqnZ {  }
#w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #DODTin9dV2KxV8Bn75JTEL7nrMTznAqw {  }
#w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #gBKup0dqzv1Dx7QVzNaJ2Tta6qvAmBa4 { display:flex;position:relative;top:0rem;left:0rem; }
#w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #Fm0s564kfTJOiq3QURLCsxiVFx9GBX00 {  }
#w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #M2zL5ALG9y2ycUeJPmIJ3sETW2Mb94rM {  }
#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:43.875rem;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; }
#iDAdqffx1sTnGKm2TSOF1e9L4KFWiNGS { background-color:#dc8600;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:14.875rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:36.0625rem;left:30.0625rem;display:block; }
#sIhBVLfRt0ZynuTKz70CuKbbq4ChbRov { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#c5eOOwNaiF4N2Cp85Vc1sovCtqDdS68G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/y5mn8Bsc/111.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#c5eOOwNaiF4N2Cp85Vc1sovCtqDdS68G.adaptive-delivery-prevent-bg, #c5eOOwNaiF4N2Cp85Vc1sovCtqDdS68G.lazyload, #c5eOOwNaiF4N2Cp85Vc1sovCtqDdS68G.lazyloading { background-image: none; }#c5eOOwNaiF4N2Cp85Vc1sovCtqDdS68G > .row .container { background-color: transparent; background-image: none; }#c5eOOwNaiF4N2Cp85Vc1sovCtqDdS68G::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(28,28,28,0.34); }#c5eOOwNaiF4N2Cp85Vc1sovCtqDdS68G > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c5eOOwNaiF4N2Cp85Vc1sovCtqDdS68G > .row .container > .video-iframe-container { display: none; }#c5eOOwNaiF4N2Cp85Vc1sovCtqDdS68G > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(28,28,28,0.34); }#c5eOOwNaiF4N2Cp85Vc1sovCtqDdS68G > .row > .video-iframe-container { display: none; }#c5eOOwNaiF4N2Cp85Vc1sovCtqDdS68G > .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); }#c5eOOwNaiF4N2Cp85Vc1sovCtqDdS68G > .row .container { border-width: 0; border-radius: 0; }#c5eOOwNaiF4N2Cp85Vc1sovCtqDdS68G > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#uxMEyTT1TFHxTvuOtkfXc7a7DpBUw70c { color:#ffffff;display:block;width:53.3125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100005;line-height:1.1;letter-spacing:0;top:4.74951171875rem;left:6.31201171875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kQd6z0dzyHdCU6nMrApPf8nt01e6ERN1 { color:#ffffff;display:block;width:43.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:8.6875rem;left:6.3125rem;height:28.6875rem;display:block; }
#SUDEG8mPCXMBqpFTpZswCbPietaiMe5m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dc8600;background-image:none;position:relative;display:block; }#SUDEG8mPCXMBqpFTpZswCbPietaiMe5m > .row .container { background-color: transparent; background-image: none; }#SUDEG8mPCXMBqpFTpZswCbPietaiMe5m::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SUDEG8mPCXMBqpFTpZswCbPietaiMe5m > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SUDEG8mPCXMBqpFTpZswCbPietaiMe5m > .row .container > .video-iframe-container { display: none; }#SUDEG8mPCXMBqpFTpZswCbPietaiMe5m > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SUDEG8mPCXMBqpFTpZswCbPietaiMe5m > .row > .video-iframe-container { display: none; }#SUDEG8mPCXMBqpFTpZswCbPietaiMe5m > .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); }#SUDEG8mPCXMBqpFTpZswCbPietaiMe5m > .row .container { border-width: 0; border-radius: 0; }#SUDEG8mPCXMBqpFTpZswCbPietaiMe5m > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#l4phR72FNl6yyzutodElzQMrOhAxxuWa { color:#ffffff;display:block;width:33.6248125rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:100005;line-height:1.1;letter-spacing:0;top:3.1875rem;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; }
#Rnl9g9kzi3ENIqf07lXIVd4rbdu5KwVe { color:#ffffff;display:block;width:34.2498125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:6.4375rem;left:20.375rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#KMcc4LlC61l50m55mBHEPrxb4bRabTue { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KMcc4LlC61l50m55mBHEPrxb4bRabTue > .row .container { background-color: transparent; background-image: none; }#KMcc4LlC61l50m55mBHEPrxb4bRabTue::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KMcc4LlC61l50m55mBHEPrxb4bRabTue > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KMcc4LlC61l50m55mBHEPrxb4bRabTue > .row .container > .video-iframe-container { display: none; }#KMcc4LlC61l50m55mBHEPrxb4bRabTue > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KMcc4LlC61l50m55mBHEPrxb4bRabTue > .row > .video-iframe-container { display: none; }#KMcc4LlC61l50m55mBHEPrxb4bRabTue > .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); }#KMcc4LlC61l50m55mBHEPrxb4bRabTue > .row .container { border-width: 0; border-radius: 0; }#KMcc4LlC61l50m55mBHEPrxb4bRabTue > .row .container { font-size:0.875rem;font-family:arial;height:62.875rem;width:75rem;position:relative;display:block; }#kWN7rXXvF3NS7p9sBWazBJe8z58TnfOG { color:#0031ff;display:block;width:42.3735625rem;position:absolute;font-family:roboto;font-size:2.0625rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:3.99853515625rem;left:16.31298828125rem;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; }
#UlXEcFtUwAmmuyBWsDHQI4h2VfNCCzNK { color:#c399a4;display:block;width:32.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:7.24853515625rem;left:21.25rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#h69n44R2mkv35K4sGVzrFHVaqEK0tH1d { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;height:8.812125rem;width:16.3743125rem;top:16.1875rem;left:8.1875rem;overflow:hidden;display:block; }
#Au3b0ZGc1IXpBadAZ0nTGeVZ2bfBSASC { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;height:9.125rem;width:16.375rem;top:16.1875rem;left:29.5625rem;overflow:hidden;display:block; }
#PFxD3zzT0lCqccToZEdk3rrVyVi36r6U { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;height:9.125rem;width:16.375rem;top:16.1875rem;left:50.3125rem;overflow:hidden;display:block; }
#KkBgLzaZQPCILPAclFhN9p9p46c8hyEb { color:#000000;display:block;width:18.9373125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:25.8125rem;left:6.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; }
#PC77BtwuUskMBDna3ByXPebSG7Qnvg2D { color:#000000;display:block;width:16.8119375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:25.810191273689rem;left:28.967506408691rem;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; }
#gqQt8bEXo1xnZSCKEC6OqZeOnDMWa9H8 { color:#000000;display:block;width:16.1869375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:25.8125rem;left:50rem;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; }
#e4RfNSiBDRH79l2XZEWpTTFxwRsX5dwO { color:#000000;display:block;width:18.9373125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:40.625rem;left:6.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; }
#gpt8Ut4HbluA8bo7SzzfQKA6Rb7bQOCR { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;height:9.125rem;width:16.375rem;top:31rem;left:8.125rem;overflow:hidden;display:block; }
#k59IPuBvmUMRDiKqKX0u0iXOuiceLA8r { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;height:9.125rem;width:16.375rem;top:31rem;left:29.5rem;overflow:hidden;display:block; }
#liGuPMcl7x6xenV7cwtWobTiLOCz897b { color:#000000;display:block;width:16.8119375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:40.625rem;left:28.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; }
#TsECnyGZmUkADdmGmc3prRL7T3wmytpm { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;height:9.125rem;width:16.375rem;top:31rem;left:50.25rem;overflow:hidden;display:block; }
#giOwSH8iCE0qMV1R3H0SSBqPT1ARlXHP { color:#000000;display:block;width:16.1869375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:40.625rem;left:49.9375rem;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; }
#qRicHhht7bDru44VO2yGSoFl3wUpWekU { color:#000000;display:block;width:16.8119375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:55.625rem;left:8rem;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; }
#DU4id4mcoQqUqFTaia9FXrPS5rPcBa7I { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;height:9.125rem;width:16.375rem;top:46rem;left:8.625rem;overflow:hidden;display:block; }
#ha45mF5785iyo192dC6ZJ1QpOIGOdess { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#ha45mF5785iyo192dC6ZJ1QpOIGOdess > .row .container { background-color: transparent; background-image: none; }#ha45mF5785iyo192dC6ZJ1QpOIGOdess::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ha45mF5785iyo192dC6ZJ1QpOIGOdess > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ha45mF5785iyo192dC6ZJ1QpOIGOdess > .row .container > .video-iframe-container { display: none; }#ha45mF5785iyo192dC6ZJ1QpOIGOdess > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ha45mF5785iyo192dC6ZJ1QpOIGOdess > .row > .video-iframe-container { display: none; }#ha45mF5785iyo192dC6ZJ1QpOIGOdess > .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); }#ha45mF5785iyo192dC6ZJ1QpOIGOdess > .row .container { border-width: 0; border-radius: 0; }#ha45mF5785iyo192dC6ZJ1QpOIGOdess > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#ipv7tqNVEQSBsCHT1nipRFLleIowrJoA { color:#ffffff;display:block;width:45.9375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:1.93896484375rem;left:14.53125rem;height:;font-style:italic;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; }
#PTwNRlR1ocGTJwIln3GheMKsc5viR5pJ { 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; }#PTwNRlR1ocGTJwIln3GheMKsc5viR5pJ > .row .container { background-color: transparent; background-image: none; }#PTwNRlR1ocGTJwIln3GheMKsc5viR5pJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PTwNRlR1ocGTJwIln3GheMKsc5viR5pJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PTwNRlR1ocGTJwIln3GheMKsc5viR5pJ > .row .container > .video-iframe-container { display: none; }#PTwNRlR1ocGTJwIln3GheMKsc5viR5pJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PTwNRlR1ocGTJwIln3GheMKsc5viR5pJ > .row > .video-iframe-container { display: none; }#PTwNRlR1ocGTJwIln3GheMKsc5viR5pJ > .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); }#PTwNRlR1ocGTJwIln3GheMKsc5viR5pJ > .row .container { border-width: 0; border-radius: 0; }#PTwNRlR1ocGTJwIln3GheMKsc5viR5pJ > .row .container { font-size:0.875rem;font-family:arial;height:113.25rem;width:75rem;position:relative;display:block; }#DTZQV4SNIv2aoVlkDbuwHXErTzI3k5zV { color:#000000;display:block;width:33.625rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:100004;line-height:1.1;letter-spacing:0;top:3.875rem;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; }
#DmsOxeLTAoxpLdqW1cMhSSSwbNZTdhFU { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:6.875rem;left:21.125rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#HnlnlS1CeGZM8oE1TDMSR7PtTbIdHhze { color:#50ac52;display:block;width:21.5rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:85.625rem;left:26.75rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vocL2U27y8mUe2t2DwSnQpCv04X16SUP { color:#000000;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:83.25rem;left:31.0625rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xxgIldbecc9ZZhIfBi4aXsrqVeSwBpFx { 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:33.5rem;width:34.5rem;top:64.125rem;left:20.25rem;display:block; }
#yD7dhQt9MtndWo64gHTO84Tw6EEsAKdr { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:105.875rem;left:30.5625rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#T7Vq7rrstApcbxhJgzzqIzbCa7rpP7dZ { 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:11.25rem;left:9.5rem;overflow:hidden;display:block; }
#IQFovg4PnH8qJaQoHcylnfccNhr63OgZ { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:34.375rem;left:10.875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I4VpZbUnKSs0sChHJQySUxpzuuL9UNit { box-sizing:content-box;color:#0086ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:36.75rem;left:10.8125rem;display:block; }
#wxqOwikkdtV9NC1fnI3AIPrGbKQxrcTX { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:37rem;left:12.9375rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#VxKdlyP811KWoT303TEoCl88AhXJ5SEB { 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:41.625rem;width:35rem;top:58.75rem;left:20rem;display:block; }
#a2eaqkpWux9dAlUaiaRGApeJWip2ups3 { 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:65.5625rem;left:22.5625rem;height:4.78125rem;text-align:center;text-align-last:center;display:block; }
#P6kzUThfJSz2ITMpBs9kzMUASStwf1FR { 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:60.75rem;left:20.75rem;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; }
#aJFxCmgoigDvh4XmvxTtykudd4eQ0x6h { 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.5rem;top:91.5rem;left:20.25rem;display:block; }
#ulmJmGF13I3xNi37g58mNKEyztPos0aK { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:20.375rem;top:102.4375rem;left:27.3125rem;overflow:hidden;display:block; }
#De765oAEMOGSnsaqa9VmMFLm3nmBw3mU { 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.0625rem;width:18.1875rem;top:71.875rem;left:28.4375rem;overflow:hidden;display:block; }
#SlMLtyfQm0rqMrp8QLge0AiX9DbnSqRC { box-sizing:content-box;color:#000000;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:105.875rem;left:28.25rem;display:block; }
#UOAWLQMlJ6azxx97A3KLpbJqM0wrXFFu { box-sizing:content-box;color:#0086ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:38.8125rem;left:10.8125rem;display:block; }
#zG000yP6pGQ3lbG7swcdIFAkJGAaZZHh { color:#000000;display:block;width:45.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:39.0625rem;left:12.9365234375rem;height:3.1875rem;text-align:left;text-align-last:left;display:block; }
#ZVe9aC72qIspCQp1sDLwkDwJuuTQVnrZ { box-sizing:content-box;color:#0086ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:48.5rem;left:10.875rem;display:block; }
#L78hyW3GQuV8rwGtrFffd1PP98DlHV0G { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100020;line-height:1.5;letter-spacing:0;top:48.75rem;left:13rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#nAcmMpEOsa9OoTCiGNs0CKCvkUF8awx7 { box-sizing:content-box;color:#0086ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:46.5625rem;left:10.875rem;display:block; }
#FS48EEdcs7PMiCp1f2LmiT1CVVTADTvm { box-sizing:content-box;color:#0086ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:44.5rem;left:10.875rem;display:block; }
#kPOZsDpk1XSbHkz0XDGu63gRFOeV7XC1 { color:#000000;display:block;width:47.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100016;line-height:1.5;letter-spacing:0;top:44.75rem;left:13rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#S7AB92OvFTVhUAxn8Q12gyTm4KJEF4n1 { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100018;line-height:1.5;letter-spacing:0;top:46.8125rem;left:13rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#mNZvEntAJAoNcT53RRpNiMbcZtL1PCN9 { box-sizing:content-box;color:#0086ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:42.4375rem;left:10.875rem;display:block; }
#eKPt49uhmaG5WOPIWKpwQSvsi6ocnrTC { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:42.6875rem;left:13rem;height:1.59375rem;text-align:left;text-align-last:left;display:block; }
#Alywok3bI09tTbvpAnAcy03k11BkKewS { 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:23.375rem;height:3.4375rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:94.125rem;left:25.875rem;display:block; }
#yI0OP0iMNT9SP2Ahw6qi3wypQKemP7es { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vRv9ZO2pt4wtrg4vwvZmkAwt1Izuqwk5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.58);background-image:none;position:relative;display:block; }#vRv9ZO2pt4wtrg4vwvZmkAwt1Izuqwk5 > .row .container { background-color: transparent; background-image: none; }#vRv9ZO2pt4wtrg4vwvZmkAwt1Izuqwk5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vRv9ZO2pt4wtrg4vwvZmkAwt1Izuqwk5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vRv9ZO2pt4wtrg4vwvZmkAwt1Izuqwk5 > .row .container > .video-iframe-container { display: none; }#vRv9ZO2pt4wtrg4vwvZmkAwt1Izuqwk5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vRv9ZO2pt4wtrg4vwvZmkAwt1Izuqwk5 > .row > .video-iframe-container { display: none; }#vRv9ZO2pt4wtrg4vwvZmkAwt1Izuqwk5 > .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); }#vRv9ZO2pt4wtrg4vwvZmkAwt1Izuqwk5 > .row .container { border-width: 0; border-radius: 0; }#vRv9ZO2pt4wtrg4vwvZmkAwt1Izuqwk5 > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#wfBRnBxSM5QWZNRffHILiLc1NDo3dz0G { color:#ffffff;display:block;width:46.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.46875rem;left:15.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#d19zWt71EUTHoUI9HsKJCgSlMqUTsZ89 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#d19zWt71EUTHoUI9HsKJCgSlMqUTsZ89 > .row .container { background-color: transparent; background-image: none; }#d19zWt71EUTHoUI9HsKJCgSlMqUTsZ89::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d19zWt71EUTHoUI9HsKJCgSlMqUTsZ89 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d19zWt71EUTHoUI9HsKJCgSlMqUTsZ89 > .row .container > .video-iframe-container { display: none; }#d19zWt71EUTHoUI9HsKJCgSlMqUTsZ89 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d19zWt71EUTHoUI9HsKJCgSlMqUTsZ89 > .row > .video-iframe-container { display: none; }#d19zWt71EUTHoUI9HsKJCgSlMqUTsZ89 > .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); }#d19zWt71EUTHoUI9HsKJCgSlMqUTsZ89 > .row .container { border-width: 0; border-radius: 0; }#d19zWt71EUTHoUI9HsKJCgSlMqUTsZ89 > .row .container { font-size:0.875rem;font-family:arial;height:68.3125rem;width:75rem;position:relative;display:block; }#hTT9R7JWone7J2qP8loM97ZzZq2voJGk { color:#000000;display:block;width:39.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.375rem;left:17.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oqMVDbu9gm7g2KZtdTAvtdz4vkrzXxR1 { position:absolute;display:block;z-index:99994;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:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.1) ;height:14.3125rem;width:32.1875rem;top:11.9375rem;left:3.8125rem;display:block; }
#glTWFUT4PL9WET1wGbSn1Ti6wim1ShrT { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:99994;line-height:1.1;letter-spacing:0;top:13.75rem;left:5.375rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WEW6vlTXMhcvmI2ZUUH2TJpc9H38LtIk { color:#4a4a4a;display:block;width:29.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:16.5rem;left:5.375rem;height:6.375rem;text-align:left;text-align-last:left;display:block; }
#JOggNvTp53ATa1rE44MwEFFqE7eMD8NC { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:100008;line-height:1.1;letter-spacing:0;top:30.9375rem;left:5.375rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iFNEVEVwehfmkTQXyMVmaKWQpTT1Ddi0 { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:100012;line-height:1.1;letter-spacing:0;top:13.75rem;left:40.625rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PonOUwwscX3ePRvRLTWDZTrd6UyBgJhw { color:#4a4a4a;display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:16.5rem;left:40.625rem;height:4.78125rem;text-align:left;text-align-last:left;display:block; }
#Ss3fhJN9W6Tvunvu9HTtHLClEDwBpxtE { 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:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.1) ;height:10.5rem;width:32.1875rem;top:11.9375rem;left:39rem;display:block; }
#LIJvP6QNpwyzpU7sbQgb3Cm1AfHiOaB9 { 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:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.1) ;height:14.3125rem;width:32.1875rem;top:28.875rem;left:3.8125rem;display:block; }
#W3rdVwXvcEmfxXrUOkcO9bhrtuytvstr { color:#4a4a4a;display:block;width:28.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:33.4375rem;left:5.375rem;height:6.375rem;text-align:left;text-align-last:left;display:block; }
#hwW8dMI4REkC36O6vuvRtngPDdmkmiLl { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:100011;line-height:1.1;letter-spacing:0;top:28.125rem;left:40.4375rem;height:3.0244125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MBwMztrH5VxctUQAgPOF1ZTUOpyLdX8g { position:absolute;display:block;z-index:100000;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:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.1) ;height:14.625rem;width:32.1875rem;top:26.0625rem;left:38.875rem;display:block; }
#UaBhG88UVJ4CUF9FfccmSWEZRbNMSiLd { color:#4a4a4a;display:block;width:28.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:32.3125rem;left:40.375rem;height:6.375rem;text-align:left;text-align-last:left;display:block; }
#v0miiGJglxI5n7kQbu1PhOO6tfVPlDHI { position:absolute;display:block;z-index:100003;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:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.1) ;height:9.6875rem;width:32.1875rem;top:46.4375rem;left:3.8125rem;display:block; }
#sUDexBnKsJTZIAAgweQCy2Z5q8IuL4Ct { color:#4a4a4a;display:block;width:28.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100012;line-height:1.5;letter-spacing:0;top:51rem;left:5.375rem;height:3.1875rem;text-align:left;text-align-last:left;display:block; }
#Zr972ltb54J3Ff8WBaIhX4MHApttcEfK { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:100014;line-height:1.1;letter-spacing:0;top:48.5rem;left:5.375rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UxDiNWNy4B6t2eE5bC2ZldQEotLf47Sq { 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:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.1) ;height:12.25rem;width:32.1875rem;top:43.9375rem;left:39.1875rem;display:block; }
#PTeCTlgo3GprnShl97Pw47vsoO5DqFOk { color:#4a4a4a;display:block;width:28.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100015;line-height:1.5;letter-spacing:0;top:49.3125rem;left:40.6875rem;height:4.78125rem;text-align:left;text-align-last:left;display:block; }
#XisisB4pk1tRG6Sfaer9oGyxPl5xR776 { color:#000000;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.1;letter-spacing:0;top:46.375rem;left:40.75rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;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.125rem;left:0rem;width:31rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZuslD164ZlFdkNB1udzXTSd1sV3pNHc { top:18.75rem;left:0rem;width:28.25rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsJl9ScpGmJ84gcn0Ag5uu44PZyEDRcW { top:8.25rem;left:15.9375rem;width:31.8125rem;height:33.687533153828rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO0AwHayH5TsGDwnwihsEAXyWISuLpLV { top:32.6875rem;left:10.75rem;width:2rem;height:1.9388675402761rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4gcrCGGPe2dyJqbuVJJgcgmGxTWu0tU { top:32.6875rem;left:8.125rem;width:1.875rem;height:1.8148498272263rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSiUE8S7TTXyTxResDZayNa0rP4NAJLz { top:32.6875rem;left:5.25rem;width:2.0625rem;height:2.0021689245841rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyPqmHfFyc1B3IiIZHkLk4JXEUBSlgQH { top:32.6875rem;left:2.625rem;width:1.9375rem;height:1.8772767876681rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0puJl2TidymvpywpgPbe5yaJaAt5QQL { top:32.6875rem;left:0.0625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5dT2OINPqCGORSW5qrp2KfXBMUqAvzs { top:33.0625rem;left:0rem;width:8.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsNB0xLniCyIsgFuMyTaCXX7VpMJ617S { top:23.8125rem;left:0rem;width:20.0625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOb6RpOPz3DZBDNAdUJiKdZxEynTuGLW { top:35.75rem;left:0rem;width:20.3125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1b6vv8MadkgA5OcVOABFAgKNCdGrGU2 { display:block; }#u1b6vv8MadkgA5OcVOABFAgKNCdGrGU2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6TLmKinUqbnIfi8z3MRAmMnFfTthdA7 { top:2.5625rem;left:5.3125rem;width:32.4375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc .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; }
#w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc .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; }
#w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc { display:flex;width:18rem;height:5.0625rem;top:49.4375rem;left:26.4375rem; }
 }@media only screen and (max-width: 763px) { #w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #TlwcfLvBo818Po5RlkRp1CaWhx9tXO0E { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #FGPJ7HCOOSoLTFuQD02bLOd4DrwpbCeV {  }
 }@media only screen and (max-width: 763px) { #w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #tAVpHwHoDbDbe3IOQTxGnS7kA3gzVgyJ {  }
 }@media only screen and (max-width: 763px) { #w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #qxffWp5Stc0H5IscnnLE65GA9L57kk8h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #S5yxwmnHVqiFfkO57AafA3t9s1f0Euea {  }
 }@media only screen and (max-width: 763px) { #w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #oRMv9Sax3Kx6LZsZLsZObZlz35pGDvET {  }
 }@media only screen and (max-width: 763px) { #w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #EZCkiwl6uFve4hXL9ZJ5bfBdNi4odJyu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #xaxtkhgti5TE9E4EZG4NNttK7moJUqnZ {  }
 }@media only screen and (max-width: 763px) { #w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #DODTin9dV2KxV8Bn75JTEL7nrMTznAqw {  }
 }@media only screen and (max-width: 763px) { #w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #gBKup0dqzv1Dx7QVzNaJ2Tta6qvAmBa4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #Fm0s564kfTJOiq3QURLCsxiVFx9GBX00 {  }
 }@media only screen and (max-width: 763px) { #w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #M2zL5ALG9y2ycUeJPmIJ3sETW2Mb94rM {  }
 }@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) { #iDAdqffx1sTnGKm2TSOF1e9L4KFWiNGS { width:14.875rem;height:3.4375rem;top:36.0625rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIhBVLfRt0ZynuTKz70CuKbbq4ChbRov { display:block; }
 }@media only screen and (max-width: 763px) { #c5eOOwNaiF4N2Cp85Vc1sovCtqDdS68G { display:block; }#c5eOOwNaiF4N2Cp85Vc1sovCtqDdS68G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxMEyTT1TFHxTvuOtkfXc7a7DpBUw70c { top:4.6875rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQd6z0dzyHdCU6nMrApPf8nt01e6ERN1 { top:8.6875rem;left:0rem;width:43.0625rem;height:28.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUDEG8mPCXMBqpFTpZswCbPietaiMe5m { display:block; }#SUDEG8mPCXMBqpFTpZswCbPietaiMe5m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4phR72FNl6yyzutodElzQMrOhAxxuWa { top:3.1875rem;left:7.0625rem;width:33.5625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rnl9g9kzi3ENIqf07lXIVd4rbdu5KwVe { top:6.4375rem;left:6.75rem;width:34.1875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMcc4LlC61l50m55mBHEPrxb4bRabTue { display:block; }#KMcc4LlC61l50m55mBHEPrxb4bRabTue > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWN7rXXvF3NS7p9sBWazBJe8z58TnfOG { top:3.9375rem;left:2.68798828125rem;width:42.3125rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlXEcFtUwAmmuyBWsDHQI4h2VfNCCzNK { top:7.1875rem;left:7.625rem;width:32.5rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h69n44R2mkv35K4sGVzrFHVaqEK0tH1d { top:16.1875rem;left:0rem;width:16.3125rem;height:8.7779878162825rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au3b0ZGc1IXpBadAZ0nTGeVZ2bfBSASC { top:16.1875rem;left:15.9375rem;width:16.375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFxD3zzT0lCqccToZEdk3rrVyVi36r6U { top:16.1875rem;left:31.375rem;width:16.375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkBgLzaZQPCILPAclFhN9p9p46c8hyEb { top:25.8125rem;left:0rem;width:18.875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC77BtwuUskMBDna3ByXPebSG7Qnvg2D { top:25.75rem;left:15.34228515625rem;width:16.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqQt8bEXo1xnZSCKEC6OqZeOnDMWa9H8 { top:25.8125rem;left:31.625rem;width:16.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4RfNSiBDRH79l2XZEWpTTFxwRsX5dwO { top:40.625rem;left:0rem;width:18.875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpt8Ut4HbluA8bo7SzzfQKA6Rb7bQOCR { top:31rem;left:0rem;width:16.375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k59IPuBvmUMRDiKqKX0u0iXOuiceLA8r { top:31rem;left:15.875rem;width:16.375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #liGuPMcl7x6xenV7cwtWobTiLOCz897b { top:40.625rem;left:15.25rem;width:16.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsECnyGZmUkADdmGmc3prRL7T3wmytpm { top:31rem;left:31.375rem;width:16.375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #giOwSH8iCE0qMV1R3H0SSBqPT1ARlXHP { top:40.625rem;left:31.625rem;width:16.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRicHhht7bDru44VO2yGSoFl3wUpWekU { top:55.625rem;left:0rem;width:16.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU4id4mcoQqUqFTaia9FXrPS5rPcBa7I { top:46rem;left:0rem;width:16.375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha45mF5785iyo192dC6ZJ1QpOIGOdess { display:block; }#ha45mF5785iyo192dC6ZJ1QpOIGOdess > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipv7tqNVEQSBsCHT1nipRFLleIowrJoA { top:1.9375rem;left:0.90625rem;width:45.9375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTwNRlR1ocGTJwIln3GheMKsc5viR5pJ { display:block; }#PTwNRlR1ocGTJwIln3GheMKsc5viR5pJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTZQV4SNIv2aoVlkDbuwHXErTzI3k5zV { top:3.875rem;left:7.0625rem;width:33.625rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmsOxeLTAoxpLdqW1cMhSSSwbNZTdhFU { top:6.875rem;left:7.5rem;width:32.8125rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnlnlS1CeGZM8oE1TDMSR7PtTbIdHhze { top:85.625rem;left:13.125rem;width:21.5rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vocL2U27y8mUe2t2DwSnQpCv04X16SUP { top:83.25rem;left:17.4375rem;width:12.875rem;height:3.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxgIldbecc9ZZhIfBi4aXsrqVeSwBpFx { top:64.125rem;left:6.625rem;width:34.4375rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD7dhQt9MtndWo64gHTO84Tw6EEsAKdr { top:105.875rem;left:16.9375rem;width:16.1875rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Vq7rrstApcbxhJgzzqIzbCa7rpP7dZ { top:11.25rem;left:0rem;width:47.75rem;height:17.809757505774rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQFovg4PnH8qJaQoHcylnfccNhr63OgZ { top:34.375rem;left:0rem;width:32.8125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4VpZbUnKSs0sChHJQySUxpzuuL9UNit { top:36.75rem;left:0rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxqOwikkdtV9NC1fnI3AIPrGbKQxrcTX { top:37rem;left:0rem;width:32.8125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxKdlyP811KWoT303TEoCl88AhXJ5SEB { top:58.75rem;left:6.375rem;width:35rem;height:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2eaqkpWux9dAlUaiaRGApeJWip2ups3 { top:65.5625rem;left:8.9375rem;width:29.875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6kzUThfJSz2ITMpBs9kzMUASStwf1FR { top:60.75rem;left:7.125rem;width:33.625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJFxCmgoigDvh4XmvxTtykudd4eQ0x6h { top:91.5rem;left:6.625rem;width:34.4375rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulmJmGF13I3xNi37g58mNKEyztPos0aK { top:102.4375rem;left:13.6875rem;width:20.3125rem;height:2.4923771603158rem;display:block; }
 }@media only screen and (max-width: 763px) { #De765oAEMOGSnsaqa9VmMFLm3nmBw3mU { top:71.875rem;left:14.8125rem;width:18.125rem;height:10.027754008674rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlMLtyfQm0rqMrp8QLge0AiX9DbnSqRC { top:105.875rem;left:14.625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOAWLQMlJ6azxx97A3KLpbJqM0wrXFFu { top:38.8125rem;left:0rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG000yP6pGQ3lbG7swcdIFAkJGAaZZHh { top:39.0625rem;left:0rem;width:45.5rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVe9aC72qIspCQp1sDLwkDwJuuTQVnrZ { top:48.5rem;left:0rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L78hyW3GQuV8rwGtrFffd1PP98DlHV0G { top:48.75rem;left:0rem;width:32.8125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAcmMpEOsa9OoTCiGNs0CKCvkUF8awx7 { top:46.5625rem;left:0rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS48EEdcs7PMiCp1f2LmiT1CVVTADTvm { top:44.5rem;left:0rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPOZsDpk1XSbHkz0XDGu63gRFOeV7XC1 { top:44.75rem;left:0rem;width:47.125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7AB92OvFTVhUAxn8Q12gyTm4KJEF4n1 { top:46.8125rem;left:0rem;width:32.8125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNZvEntAJAoNcT53RRpNiMbcZtL1PCN9 { top:42.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKPt49uhmaG5WOPIWKpwQSvsi6ocnrTC { top:42.6875rem;left:0rem;width:32.8125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alywok3bI09tTbvpAnAcy03k11BkKewS { width:23.3125rem;height:3.4375rem;top:94.125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI0OP0iMNT9SP2Ahw6qi3wypQKemP7es { display:block; }
 }@media only screen and (max-width: 763px) { #vRv9ZO2pt4wtrg4vwvZmkAwt1Izuqwk5 { display:block; }#vRv9ZO2pt4wtrg4vwvZmkAwt1Izuqwk5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfBRnBxSM5QWZNRffHILiLc1NDo3dz0G { top:2.4375rem;left:1.5625rem;width:46.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d19zWt71EUTHoUI9HsKJCgSlMqUTsZ89 { display:block; }#d19zWt71EUTHoUI9HsKJCgSlMqUTsZ89 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTT9R7JWone7J2qP8loM97ZzZq2voJGk { top:4.375rem;left:4.1875rem;width:39.375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqMVDbu9gm7g2KZtdTAvtdz4vkrzXxR1 { top:11.9375rem;left:0rem;width:32.1875rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glTWFUT4PL9WET1wGbSn1Ti6wim1ShrT { top:13.75rem;left:0rem;width:28.4375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEW6vlTXMhcvmI2ZUUH2TJpc9H38LtIk { top:16.5rem;left:0rem;width:29.625rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOggNvTp53ATa1rE44MwEFFqE7eMD8NC { top:30.9375rem;left:0rem;width:28.4375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFNEVEVwehfmkTQXyMVmaKWQpTT1Ddi0 { top:13.75rem;left:19.3125rem;width:28.4375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PonOUwwscX3ePRvRLTWDZTrd6UyBgJhw { top:16.5rem;left:19.625rem;width:28.125rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss3fhJN9W6Tvunvu9HTtHLClEDwBpxtE { top:11.9375rem;left:15.5625rem;width:32.1875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIJvP6QNpwyzpU7sbQgb3Cm1AfHiOaB9 { top:28.875rem;left:0rem;width:32.1875rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3rdVwXvcEmfxXrUOkcO9bhrtuytvstr { top:33.4375rem;left:0rem;width:28.5rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwW8dMI4REkC36O6vuvRtngPDdmkmiLl { top:28.125rem;left:19.3125rem;width:28.4375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBwMztrH5VxctUQAgPOF1ZTUOpyLdX8g { top:26.0625rem;left:15.5625rem;width:32.1875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaBhG88UVJ4CUF9FfccmSWEZRbNMSiLd { top:32.3125rem;left:19.25rem;width:28.5rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0miiGJglxI5n7kQbu1PhOO6tfVPlDHI { top:46.4375rem;left:0rem;width:32.1875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUDexBnKsJTZIAAgweQCy2Z5q8IuL4Ct { top:51rem;left:0rem;width:28.5rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr972ltb54J3Ff8WBaIhX4MHApttcEfK { top:48.5rem;left:0rem;width:28.4375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxDiNWNy4B6t2eE5bC2ZldQEotLf47Sq { top:43.9375rem;left:15.5625rem;width:32.1875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTeCTlgo3GprnShl97Pw47vsoO5DqFOk { top:49.3125rem;left:19.25rem;width:28.5rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XisisB4pk1tRG6Sfaer9oGyxPl5xR776 { top:46.375rem;left:19rem;width:28.75rem;height:1.5rem;font-size:1.25rem;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:94.25rem;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.124rem;top:39.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO0AwHayH5TsGDwnwihsEAXyWISuLpLV { width:2rem;height:1.938475rem;top:35.75rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4gcrCGGPe2dyJqbuVJJgcgmGxTWu0tU { width:1.875rem;height:1.8148498272263rem;top:35.8125rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSiUE8S7TTXyTxResDZayNa0rP4NAJLz { width:2.0625rem;height:2.0021689245841rem;top:35.6875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyPqmHfFyc1B3IiIZHkLk4JXEUBSlgQH { width:1.9375rem;height:1.8772767876681rem;top:35.75rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0puJl2TidymvpywpgPbe5yaJaAt5QQL { width:1.9375rem;height:1.9375rem;top:35.75rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5dT2OINPqCGORSW5qrp2KfXBMUqAvzs { width:4.875rem;height:2.2744125rem;top:35.5625rem;left:1.75rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gsNB0xLniCyIsgFuMyTaCXX7VpMJ617S { width:14.4375rem;height:5.75rem;top:22.875rem;left:4.43505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOb6RpOPz3DZBDNAdUJiKdZxEynTuGLW { width:20rem;height:5.625rem;top:61rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1b6vv8MadkgA5OcVOABFAgKNCdGrGU2 { display:block; }#u1b6vv8MadkgA5OcVOABFAgKNCdGrGU2 > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6TLmKinUqbnIfi8z3MRAmMnFfTthdA7 { 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) { #w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc .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; }
#w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc .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; }
#w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc { display:flex;width:18rem;height:5.0625rem;top:3.125rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #TlwcfLvBo818Po5RlkRp1CaWhx9tXO0E { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #FGPJ7HCOOSoLTFuQD02bLOd4DrwpbCeV {  }
 }@media only screen and (max-width: 763px) { #w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #tAVpHwHoDbDbe3IOQTxGnS7kA3gzVgyJ {  }
 }@media only screen and (max-width: 763px) { #w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #qxffWp5Stc0H5IscnnLE65GA9L57kk8h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #S5yxwmnHVqiFfkO57AafA3t9s1f0Euea {  }
 }@media only screen and (max-width: 763px) { #w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #oRMv9Sax3Kx6LZsZLsZObZlz35pGDvET {  }
 }@media only screen and (max-width: 763px) { #w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #EZCkiwl6uFve4hXL9ZJ5bfBdNi4odJyu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #xaxtkhgti5TE9E4EZG4NNttK7moJUqnZ {  }
 }@media only screen and (max-width: 763px) { #w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #DODTin9dV2KxV8Bn75JTEL7nrMTznAqw {  }
 }@media only screen and (max-width: 763px) { #w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #gBKup0dqzv1Dx7QVzNaJ2Tta6qvAmBa4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #Fm0s564kfTJOiq3QURLCsxiVFx9GBX00 {  }
 }@media only screen and (max-width: 763px) { #w9ENQdIqv8vy7nrqDD0TRTgaGPssSqLc #M2zL5ALG9y2ycUeJPmIJ3sETW2Mb94rM {  }
 }@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:29.154296875rem;left:1.6875rem;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:66.462890625rem;left:2.71875rem;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:71.4365234375rem;left:1.75rem;font-size:1.125rem;text-align:left;text-align-last:left;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:100.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPSNq2sbrFQmfLb6UUTivEfW3fq7UC6r { width:13.8125rem;height:3.4375rem;top:2.625rem;left:3.09375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ckLfffq8A749c4E9hfSZirmuX6z7lDU4 { width:20rem;height:91.3125rem;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:7.1875rem;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:60.3125rem;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) { #iDAdqffx1sTnGKm2TSOF1e9L4KFWiNGS { width:19rem;height:3.4375rem;top:52.9375rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIhBVLfRt0ZynuTKz70CuKbbq4ChbRov { display:block; }
 }@media only screen and (max-width: 763px) { #c5eOOwNaiF4N2Cp85Vc1sovCtqDdS68G { display:block; }#c5eOOwNaiF4N2Cp85Vc1sovCtqDdS68G > .row .container { width:20rem;height:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxMEyTT1TFHxTvuOtkfXc7a7DpBUw70c { width:13.625rem;height:6.875rem;top:2.6875rem;left:3.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kQd6z0dzyHdCU6nMrApPf8nt01e6ERN1 { width:16.6868125rem;height:51rem;top:10.62255859375rem;left:1.6552734375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SUDEG8mPCXMBqpFTpZswCbPietaiMe5m { display:block; }#SUDEG8mPCXMBqpFTpZswCbPietaiMe5m > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4phR72FNl6yyzutodElzQMrOhAxxuWa { width:15.5rem;height:3.4375rem;top:1.9375rem;left:2.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rnl9g9kzi3ENIqf07lXIVd4rbdu5KwVe { width:17.3748125rem;height:3.1875rem;top:6.125rem;left:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMcc4LlC61l50m55mBHEPrxb4bRabTue { display:block; }#KMcc4LlC61l50m55mBHEPrxb4bRabTue > .row .container { width:20rem;height:117.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWN7rXXvF3NS7p9sBWazBJe8z58TnfOG { width:15.75rem;height:2.0625rem;top:3rem;left:2.125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UlXEcFtUwAmmuyBWsDHQI4h2VfNCCzNK { width:19.9369375rem;height:7.96875rem;top:6.1869678497314rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h69n44R2mkv35K4sGVzrFHVaqEK0tH1d { width:16.3125rem;height:8.7779878162825rem;top:15.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au3b0ZGc1IXpBadAZ0nTGeVZ2bfBSASC { width:16.375rem;height:9.1250081110275rem;top:29.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFxD3zzT0lCqccToZEdk3rrVyVi36r6U { width:16.3743125rem;height:9.124625rem;top:44.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkBgLzaZQPCILPAclFhN9p9p46c8hyEb { width:18.8743125rem;height:2.4375rem;top:24.9375rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PC77BtwuUskMBDna3ByXPebSG7Qnvg2D { width:16.7489375rem;height:2.4375rem;top:39.375rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gqQt8bEXo1xnZSCKEC6OqZeOnDMWa9H8 { width:16.1239375rem;height:2.4375rem;top:54rem;left:1.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e4RfNSiBDRH79l2XZEWpTTFxwRsX5dwO { width:18.5618125rem;height:2.4375rem;top:68.973720550537rem;left:0.71732950210569rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gpt8Ut4HbluA8bo7SzzfQKA6Rb7bQOCR { width:16.3743125rem;height:9.124625rem;top:59.288827896118rem;left:1.811967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #k59IPuBvmUMRDiKqKX0u0iXOuiceLA8r { width:16.3743125rem;height:9.124625rem;top:74.226825714112rem;left:1.811967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #liGuPMcl7x6xenV7cwtWobTiLOCz897b { width:16.7489375rem;height:2.4375rem;top:83.986126899719rem;left:1.6246448755264rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TsECnyGZmUkADdmGmc3prRL7T3wmytpm { width:16.375rem;height:9.1250081110275rem;top:88.602144726562rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #giOwSH8iCE0qMV1R3H0SSBqPT1ARlXHP { width:16.1239375rem;height:2.4375rem;top:98.622158050537rem;left:1.9371448755264rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qRicHhht7bDru44VO2yGSoFl3wUpWekU { width:16.7489375rem;height:2.4375rem;top:113.31143188476rem;left:1.6246448755264rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DU4id4mcoQqUqFTaia9FXrPS5rPcBa7I { width:16.375rem;height:9.1250081110275rem;top:103.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha45mF5785iyo192dC6ZJ1QpOIGOdess { display:block; }#ha45mF5785iyo192dC6ZJ1QpOIGOdess > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipv7tqNVEQSBsCHT1nipRFLleIowrJoA { width:20rem;height:5.361325rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTwNRlR1ocGTJwIln3GheMKsc5viR5pJ { display:block; }#PTwNRlR1ocGTJwIln3GheMKsc5viR5pJ > .row .container { width:20rem;height:119.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTZQV4SNIv2aoVlkDbuwHXErTzI3k5zV { width:10.8125rem;height:3.8496125rem;top:1.8125rem;left:4.59375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DmsOxeLTAoxpLdqW1cMhSSSwbNZTdhFU { width:16.5625rem;height:3.1875rem;top:6.875rem;left:1.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnlnlS1CeGZM8oE1TDMSR7PtTbIdHhze { width:12.5rem;height:3.16845625rem;top:95rem;left:3.8125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vocL2U27y8mUe2t2DwSnQpCv04X16SUP { width:12.875rem;height:2.35595625rem;top:92.6875rem;left:3.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxgIldbecc9ZZhIfBi4aXsrqVeSwBpFx { width:19.625rem;height:33.5rem;top:72rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD7dhQt9MtndWo64gHTO84Tw6EEsAKdr { width:11.5rem;height:2.25rem;top:112.6875rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Vq7rrstApcbxhJgzzqIzbCa7rpP7dZ { width:19.8125rem;height:7.375rem;top:12.25rem;left:0.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQFovg4PnH8qJaQoHcylnfccNhr63OgZ { width:9.8125rem;height:1.6875rem;top:21.74609375rem;left:1.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4VpZbUnKSs0sChHJQySUxpzuuL9UNit { width:2.0625rem;height:2.0625rem;top:24.9326171875rem;left:1.71875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxqOwikkdtV9NC1fnI3AIPrGbKQxrcTX { width:12.8125rem;height:3.1875rem;top:24.3701171875rem;left:4.310546875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxKdlyP811KWoT303TEoCl88AhXJ5SEB { width:20rem;height:41.625rem;top:66.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2eaqkpWux9dAlUaiaRGApeJWip2ups3 { width:13.25rem;height:9rem;top:73.125rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6kzUThfJSz2ITMpBs9kzMUASStwf1FR { width:11.8125rem;height:3.29980625rem;top:67.9375rem;left:4.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aJFxCmgoigDvh4XmvxTtykudd4eQ0x6h { width:19.625rem;height:8.625rem;top:99.4375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulmJmGF13I3xNi37g58mNKEyztPos0aK { width:15.4375rem;height:1.8125rem;top:110.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #De765oAEMOGSnsaqa9VmMFLm3nmBw3mU { width:15rem;height:8.2493125rem;top:83.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlMLtyfQm0rqMrp8QLge0AiX9DbnSqRC { width:2.25rem;height:2.25rem;top:112.625rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOAWLQMlJ6azxx97A3KLpbJqM0wrXFFu { width:2.0625rem;height:2.0625rem;top:57.75rem;left:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG000yP6pGQ3lbG7swcdIFAkJGAaZZHh { width:13.4375rem;height:11.15625rem;top:29.375rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVe9aC72qIspCQp1sDLwkDwJuuTQVnrZ { width:2.062325rem;height:2.062325rem;top:53.75rem;left:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L78hyW3GQuV8rwGtrFffd1PP98DlHV0G { width:12.625rem;height:4.78125rem;top:57.75rem;left:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAcmMpEOsa9OoTCiGNs0CKCvkUF8awx7 { width:2.062325rem;height:2.062325rem;top:49.9375rem;left:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS48EEdcs7PMiCp1f2LmiT1CVVTADTvm { width:2.0625rem;height:2.0625rem;top:42.1875rem;left:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPOZsDpk1XSbHkz0XDGu63gRFOeV7XC1 { width:12.5625rem;height:6.375rem;top:42.1875rem;left:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7AB92OvFTVhUAxn8Q12gyTm4KJEF4n1 { width:12.75rem;height:3.1875rem;top:53.1875rem;left:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNZvEntAJAoNcT53RRpNiMbcZtL1PCN9 { width:2.062325rem;height:2.062325rem;top:29.375rem;left:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKPt49uhmaG5WOPIWKpwQSvsi6ocnrTC { width:13.75rem;height:1.59375rem;top:50.1875rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alywok3bI09tTbvpAnAcy03k11BkKewS { width:17.4375rem;height:3.0625rem;top:101.5rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI0OP0iMNT9SP2Ahw6qi3wypQKemP7es { display:block; }
 }@media only screen and (max-width: 763px) { #vRv9ZO2pt4wtrg4vwvZmkAwt1Izuqwk5 { display:block; }#vRv9ZO2pt4wtrg4vwvZmkAwt1Izuqwk5 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfBRnBxSM5QWZNRffHILiLc1NDo3dz0G { width:14.5625rem;height:4.38720625rem;top:1.5rem;left:2.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d19zWt71EUTHoUI9HsKJCgSlMqUTsZ89 { display:block; }#d19zWt71EUTHoUI9HsKJCgSlMqUTsZ89 > .row .container { width:20rem;height:124.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTT9R7JWone7J2qP8loM97ZzZq2voJGk { width:20rem;height:1.71875rem;top:3.81214427948rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqMVDbu9gm7g2KZtdTAvtdz4vkrzXxR1 { width:20rem;height:17.8125rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glTWFUT4PL9WET1wGbSn1Ti6wim1ShrT { width:13.0619375rem;height:1.375rem;top:10.875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEW6vlTXMhcvmI2ZUUH2TJpc9H38LtIk { width:16.25rem;height:9.84375rem;top:13.5rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOggNvTp53ATa1rE44MwEFFqE7eMD8NC { width:13.0619375rem;height:2.75rem;top:31.25rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFNEVEVwehfmkTQXyMVmaKWQpTT1Ddi0 { width:17.8125rem;height:2.75rem;top:51.5rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PonOUwwscX3ePRvRLTWDZTrd6UyBgJhw { width:15.9375rem;height:5.625rem;top:55.5rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss3fhJN9W6Tvunvu9HTtHLClEDwBpxtE { width:20rem;height:14rem;top:49.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIJvP6QNpwyzpU7sbQgb3Cm1AfHiOaB9 { width:20rem;height:17.1875rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3rdVwXvcEmfxXrUOkcO9bhrtuytvstr { width:16.6245rem;height:8.4375rem;top:35.5rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwW8dMI4REkC36O6vuvRtngPDdmkmiLl { width:16.5625rem;height:2.75rem;top:68.5625rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBwMztrH5VxctUQAgPOF1ZTUOpyLdX8g { width:20rem;height:17.125rem;top:66.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaBhG88UVJ4CUF9FfccmSWEZRbNMSiLd { width:16.999rem;height:8.4375rem;top:72.6875rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0miiGJglxI5n7kQbu1PhOO6tfVPlDHI { width:20rem;height:13.4375rem;top:86.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUDexBnKsJTZIAAgweQCy2Z5q8IuL4Ct { width:13.937rem;height:5.625rem;top:92.25rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr972ltb54J3Ff8WBaIhX4MHApttcEfK { width:17.5rem;height:2.75rem;top:88.6875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxDiNWNy4B6t2eE5bC2ZldQEotLf47Sq { width:20rem;height:14.5625rem;top:103.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTeCTlgo3GprnShl97Pw47vsoO5DqFOk { width:15.9375rem;height:5.625rem;top:109.9375rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XisisB4pk1tRG6Sfaer9oGyxPl5xR776 { width:16.7498125rem;height:2.75rem;top:105.875rem;left:1.625rem;font-size:1.25rem;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; }
 }