.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;
}
html,
body {
  font-size: 16px;
}
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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08132f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row .container { background-color: transparent; background-image: none; }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row .container > .video-iframe-container { display: none; }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row > .video-iframe-container { display: none; }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .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); }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row .container { border-width: 0; border-radius: 0; }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row .container { font-size:0.875rem;font-family:arial;height:1.8125rem;width:60rem;position:relative;display:block; }#egBi4xh9vt3xm0ItumKv0yNk65zl2aGe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.1875rem;top:0.4375rem;left:57.75rem;overflow:hidden;display:block; }
#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08132f;background-image:url("https://images.assets-landingi.com/uc/ae447547-e9ad-450a-bf2e-bf6e6aee0b0a/20lecie_SDCM_baner_1600x600_24_02_25.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd.adaptive-delivery-prevent-bg, #lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd.lazyload, #lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd.lazyloading { background-image: none; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container { background-color: transparent; background-image: none; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container > .video-iframe-container { display: none; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row > .video-iframe-container { display: none; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .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); }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container { border-width: 0; border-radius: 0; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container { font-size:0.875rem;font-family:"open sans";height:22.5625rem;width:60rem;position:relative;display:block; }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row .container { background-color: transparent; background-image: none; }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row .container > .video-iframe-container { display: none; }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row > .video-iframe-container { display: none; }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .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); }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row .container { border-width: 0; border-radius: 0; }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row .container { font-size:0.875rem;font-family:"open sans";height:25.4375rem;width:60rem;position:relative;display:block; }#vv8rVTPvwNXDCowWgSW8bBbxigRcl8Ea { color:#101010;display:block;width:51.31225rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:2.562255859375rem;left:4.342041015625rem;height:11.8125rem;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; }
#o7ShNc6BqbBPihLGkKZe4cFgA9I6a7BD { background-color:#94836c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:1rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:14.1875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:17.25rem;left:15rem;display:block; }
#ukZKkanmXJxOKIWpEoMiVJmkcrb0dRBM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XGuGbO0dHBTiHNhaowGSPl26g5wTBkQA { background-color:#94836c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:1rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:14.1875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:17.25rem;left:31.6875rem;display:block; }
#NiBTS1PwxLxfiOA95DRSpAF2E7dGhvCg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v3M0hkcisQz0MHM4DcTx6SbH74gLKdy5 { color:#b3b3b3;display:block;width:9.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:21.6865234375rem;left:17.46875rem;height:2.8125rem;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; }
#y5AmFWLXRuAUkdS8TKHx04XtkZbJztr5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y5AmFWLXRuAUkdS8TKHx04XtkZbJztr5 > .row .container { background-color: transparent; background-image: none; }#y5AmFWLXRuAUkdS8TKHx04XtkZbJztr5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5AmFWLXRuAUkdS8TKHx04XtkZbJztr5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5AmFWLXRuAUkdS8TKHx04XtkZbJztr5 > .row .container > .video-iframe-container { display: none; }#y5AmFWLXRuAUkdS8TKHx04XtkZbJztr5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5AmFWLXRuAUkdS8TKHx04XtkZbJztr5 > .row > .video-iframe-container { display: none; }#y5AmFWLXRuAUkdS8TKHx04XtkZbJztr5 > .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); }#y5AmFWLXRuAUkdS8TKHx04XtkZbJztr5 > .row .container { border-width: 0; border-radius: 0; }#y5AmFWLXRuAUkdS8TKHx04XtkZbJztr5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y5AmFWLXRuAUkdS8TKHx04XtkZbJztr5 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#GTnIIxKTXZnauS6KqdmXUsrsvNk8UsEB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:46.875rem;top:3.125rem;left:6.5625rem;overflow:hidden;display:block; }
#wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q > .row .container { background-color: transparent; background-image: none; }#wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q > .row .container > .video-iframe-container { display: none; }#wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q > .row > .video-iframe-container { display: none; }#wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q > .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); }#wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q > .row .container { border-width: 0; border-radius: 0; }#wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#W0VHZ75bdbrRycvUmlu65GTcBIk1Ci2M { color:#6aa230;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:4.875rem;left:0rem;height:2.0625rem;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; }
#yauEnTcGO9zXyUGAUglutopmkWqARvVE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:flex;z-index:15011;opacity:1;top:9.5625rem;left:9.8125rem; }
#ysZpkmK7ig5qndKVlWFhizVJFZanCSmJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.0625rem;left:9.375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#JWFFMIn6Rnu6MwkxJIsLtgknBdCt3rOK { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:9.4375rem;left:33rem; }
#faHwItbSTGT9THq2WKXJn7GL1qx1fCSl { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.0625rem;left:34.8125rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#Gai6thOhVo43e26iZ28cfGBRgZlgnr2B { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:9.75rem;left:22.3125rem; }
#vTzsxAlh9rDyucGuvcBeKpChPOTRS0Jc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.0625rem;left:21.1875rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#bPFiKHiIa9ITf54PHc4n3KC9TzMeNu19 { position:absolute;display:block;z-index:15056;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:3.5rem;left:11.25rem;display:block; }
#gk2y1TVnIHTZF5ic3pAMDP8R2wcIArh0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gk2y1TVnIHTZF5ic3pAMDP8R2wcIArh0 > .row .container { background-color: transparent; background-image: none; }#gk2y1TVnIHTZF5ic3pAMDP8R2wcIArh0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gk2y1TVnIHTZF5ic3pAMDP8R2wcIArh0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gk2y1TVnIHTZF5ic3pAMDP8R2wcIArh0 > .row .container > .video-iframe-container { display: none; }#gk2y1TVnIHTZF5ic3pAMDP8R2wcIArh0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gk2y1TVnIHTZF5ic3pAMDP8R2wcIArh0 > .row > .video-iframe-container { display: none; }#gk2y1TVnIHTZF5ic3pAMDP8R2wcIArh0 > .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); }#gk2y1TVnIHTZF5ic3pAMDP8R2wcIArh0 > .row .container { border-width: 0; border-radius: 0; }#gk2y1TVnIHTZF5ic3pAMDP8R2wcIArh0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gk2y1TVnIHTZF5ic3pAMDP8R2wcIArh0 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#xSBMfaoAVO36RL7O0wuEpCklbvl4TzKM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:46.875rem;top:3.125rem;left:6.5625rem;overflow:hidden;display:block; }
#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row .container { background-color: transparent; background-image: none; }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row .container > .video-iframe-container { display: none; }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row > .video-iframe-container { display: none; }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .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); }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row .container { border-width: 0; border-radius: 0; }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:60rem;position:relative;display:block; }#EJB64mXIJ7JZ8zhDGQIS0mRhdIzQ7Uyp { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.75rem;width:0.0625rem;top:3.061767578125rem;left:10.7177734375rem;display:block; }
#GFnv3ATawDBTO3wyT5x4zehIB5JqhVKJ { color:#1b60ab;display:block;width:6.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:3.061767578125rem;left:1.436767578125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Rq1XiWL8LkXSifxuzTznqiF8qwAbgDkH { position:absolute;display:block;z-index:15037;background-color:#1b60ab;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:2.5625rem;left:9.249267578125rem;display:block; }
#hBz49Qn3XioFqOEWmJJUoZkTFomTEmog { color:#050b26;display:block;width:21.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:3.061767578125rem;left:13.968505859375rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tgu8Z3z3F00XKw5aq4mnAWC9slpbkV3l { position:absolute;display:block;z-index:15042;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:26.687255859375rem;left:9.249267578125rem;display:block; }
#GItyJtzgFJNIyxJWMeWBbW50gkq9V042 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:flex;z-index:15047;opacity:1;top:2.875rem;left:9.718017578125rem; }
#Hd4ZTSwhWquUPaTWiZ5KUeHxg7vZCOTA { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:8.0615234375rem;left:10rem;overflow:hidden;display:block; }
#fma97VS8BTPzBpk1u7m8qLOsauRvZOiU { position:absolute;display:block;z-index:15045;background-color:#1b60ab;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:7.3740234375rem;left:9.3115234375rem;display:block; }
#gI8e9JlO9WWm8pLmmlZAXDKEM6INylFw { color:#050b26;display:block;width:21.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:8.0615234375rem;left:13.75rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#assTT51m8DSQwZ63JhOBmGhsemHHon9q { color:#1b60ab;display:block;width:6.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:8.0615234375rem;left:1.4365234375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#pOIFTkZEfnJO2RWAbQZQLmDzRXBAChOu { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:12.6240234375rem;left:10rem;overflow:hidden;display:block; }
#XrahKDdDd3UkzhFn5IO4eQsuKCA1nrtn { color:#1b60ab;display:block;width:6.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:12.6240234375rem;left:1.4365234375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#TKTma1qtRlDrAt83TSa2Tx9WPcTMsA5z { position:absolute;display:block;z-index:15049;background-color:#1b60ab;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:11.9365234375rem;left:9.3115234375rem;display:block; }
#fSonPGKuZGUvzcs519nN2ANMMwJlxqMw { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:17.2490234375rem;left:10rem;overflow:hidden;display:block; }
#Cea5wTefDmA9OkzddwNNibt495tByBCx { color:#1b60ab;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:17.2490234375rem;left:1.4365234375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#CPNK1x7q8MqICkiXTKvTr1meAQ5PTJ0G { position:absolute;display:block;z-index:15053;background-color:#3a65b3;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:16.5625rem;left:9.3115234375rem;display:block; }
#huOcp7TMsbCxwlEnh1ycKX8k1pgQaa6Q { color:#050b26;display:block;width:33.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:21.8115234375rem;left:13.75rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nRSDhzSpW57bJkRg6zSv9TRMaOvwNvHw { color:#6aa230;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:30.8740234375rem;left:13.75rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dcLcTliWlid1LZkcT7QGEz0dZpqllrQn { color:#6aa230;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:30.7490234375rem;left:1.4365234375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Zv8ufw6ivWc9LFBZCs9iue6PCAwPp9sk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:30.5615234375rem;left:9.7490234375rem; }
#uHSLEVGTawpX3bAGuCi3v6JnIDWXyPT7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:0.4375rem;left:25.5rem;height:0;display:none; }
#ABVwF0AkFfREVVwMF0v4LVCstSuqNTcv { color:#050b26;display:block;width:26.6875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:17.2998046875rem;left:13.75rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yTrzLWyCd1dCz4BzpmqZWbXMoU427b6E { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:21.6240234375rem;left:10rem;overflow:hidden;display:block; }
#XA66ZBAseACLNPIFVyTesI1REIthwAyO { position:absolute;display:block;z-index:15057;background-color:#3a65b3;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:20.9365234375rem;left:9.3115234375rem;display:block; }
#GMt6K8BnNJdWqOQkpilFeD4v2uJUdzTp { color:#1b60ab;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:21.6240234375rem;left:1.4365234375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#f1DC8Ce77mt9yaKgLppbOqqC65FCBTNc { color:#050b26;display:block;width:33.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:11.9990234375rem;left:13.75rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DHReDCfNnPPF01pVyQPzHN2nygvnTSE7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.061525rem;width:1.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:25.8740234375rem;left:28.65625rem; }
#DHReDCfNnPPF01pVyQPzHN2nygvnTSE7 > img { max-width: 100%;max-height:100%; width:1.061525rem; height:1.061525rem; }#PO8k436p51F6Vyt9DlPMaa3Kl9ZEyuRf { color:#050b26;display:block;width:21.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:26.4375rem;left:13.75rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tBIyFvBaHyl4CZoMAv4xmwzT3cptL0TF { position:absolute;display:block;z-index:15061;background-color:#3a65b3;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:25.5625rem;left:9.3125rem;display:block; }
#VoSiuKfoG9iTm4kylTTBviCOOHFhWmea { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:26.25rem;left:10rem;overflow:hidden;display:block; }
#Su4vTA4Bfl1iQ7bAO4fWwDV1uEbBMLTn { color:#1b60ab;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:26.25rem;left:1.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#SHk6sRPRun4x0BbWkUnQHsTJWhzUfi1k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SHk6sRPRun4x0BbWkUnQHsTJWhzUfi1k > .row .container { background-color: transparent; background-image: none; }#SHk6sRPRun4x0BbWkUnQHsTJWhzUfi1k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHk6sRPRun4x0BbWkUnQHsTJWhzUfi1k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHk6sRPRun4x0BbWkUnQHsTJWhzUfi1k > .row .container > .video-iframe-container { display: none; }#SHk6sRPRun4x0BbWkUnQHsTJWhzUfi1k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHk6sRPRun4x0BbWkUnQHsTJWhzUfi1k > .row > .video-iframe-container { display: none; }#SHk6sRPRun4x0BbWkUnQHsTJWhzUfi1k > .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); }#SHk6sRPRun4x0BbWkUnQHsTJWhzUfi1k > .row .container { border-width: 0; border-radius: 0; }#SHk6sRPRun4x0BbWkUnQHsTJWhzUfi1k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SHk6sRPRun4x0BbWkUnQHsTJWhzUfi1k > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#SoBhrFkcWaafQ9XsZQvlIC9U1sOPoGya { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:46.875rem;top:3.125rem;left:6.5625rem;overflow:hidden;display:block; }
#UXqkTeWI80mhVo641qJmT2wnH8tQkn6u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UXqkTeWI80mhVo641qJmT2wnH8tQkn6u > .row .container { background-color: transparent; background-image: none; }#UXqkTeWI80mhVo641qJmT2wnH8tQkn6u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXqkTeWI80mhVo641qJmT2wnH8tQkn6u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXqkTeWI80mhVo641qJmT2wnH8tQkn6u > .row .container > .video-iframe-container { display: none; }#UXqkTeWI80mhVo641qJmT2wnH8tQkn6u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXqkTeWI80mhVo641qJmT2wnH8tQkn6u > .row > .video-iframe-container { display: none; }#UXqkTeWI80mhVo641qJmT2wnH8tQkn6u > .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); }#UXqkTeWI80mhVo641qJmT2wnH8tQkn6u > .row .container { border-width: 0; border-radius: 0; }#UXqkTeWI80mhVo641qJmT2wnH8tQkn6u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UXqkTeWI80mhVo641qJmT2wnH8tQkn6u > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:60rem;position:relative;display:block; }#gHoawRTCDbWoHGAnF4NFchhx2BMTMTH1 { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:0.062255875rem;top:2.1875rem;left:10.6875rem;display:block; }
#HRTrAZoMtcT0T0wk2M0uqG2Xxnem9Le4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:0.4375rem;left:25.5rem;height:0;display:none; }
#vUfmzA336LfpkvAOSRysTHfBwB8Gte2w { color:#050b26;display:block;width:42.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:2.1875rem;left:13.75rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qGJfJSRO7rfpOgxhclNTCKAzukrHyHC4 { position:absolute;display:block;z-index:15061;background-color:#3a65b3;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:1.3125rem;left:9.3125rem;display:block; }
#r4wJX4Zkqmp3qqkJDOmsExWBfyMmK9K3 { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:2rem;left:10rem;overflow:hidden;display:block; }
#x9KhIz7NJxmAoQBIdpsd7FLF0EJnTmoT { color:#1b60ab;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:2rem;left:1.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#dkZmS5sKaTwNC5aUnmNvr7QWX2Or6Cmv { color:#1b60ab;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:6.4375rem;left:1.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#AmJefEEn50hn2606bUXd1v9lAA49lOw2 { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:6.4375rem;left:10rem;overflow:hidden;display:block; }
#Ny4KLkQFDZ8BhsTbBqVln89lOvzWh3hG { position:absolute;display:block;z-index:15065;background-color:#3a65b3;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:5.75rem;left:9.3125rem;display:block; }
#ODNg1LqIGbOtSPHWRZfuqPg7VxIqfs8C { color:#050b26;display:block;width:40.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:6.625rem;left:13.75rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mUWPeqwMhvFS3wlBHcmZAxb4II84ch2y { color:#1b60ab;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:10.875rem;left:1.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#GB9ThDzQT1Ca6IxspgQBkMQ3WUIBLQGp { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:10.875rem;left:10rem;overflow:hidden;display:block; }
#D3x4WgKxpGgVbKC5NpZqgP70Snqrs6Nn { position:absolute;display:block;z-index:15069;background-color:#3a65b3;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:10.1875rem;left:9.3125rem;display:block; }
#nA4NR4GrM4fST5PwWM5U3J3hznytfWqx { color:#050b26;display:block;width:42.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:10.1875rem;left:13.75rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nGCXMcV9QaNIEQrKLbhvTWoB6xRQxFm3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:14.6875rem;left:9.75rem; }
#Z9CEqzItWVHXFJq5CA61RWp0PLpbf83d { position:absolute;display:block;z-index:15046;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:14.1875rem;left:9.25rem;display:block; }
#oIfd3kdGWmAiFkbLtfsEegbGnuoA2W0s { color:#6aa230;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:15rem;left:13.75rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ty7qHJtCRt5TWJKCSW8OwM1XqAonZNiF { color:#6aa230;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:14.875rem;left:1.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#scsmxoWgMwM3pemtRI9xfRuFxOLiOy4m { color:#1b60ab;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:19.0625rem;left:1.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#kt3QVmMFPc7xXZlw4rahAhUHXUapHsWZ { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:19.0625rem;left:10rem;overflow:hidden;display:block; }
#POmtao6gKdOu79TnLBznChkgpXfZBkik { position:absolute;display:block;z-index:15073;background-color:#3a65b3;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:18.375rem;left:9.3125rem;display:block; }
#UDsVgJNcHWGmWMoGRtu1RiO8p1TUzMHQ { color:#050b26;display:block;width:42.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:19.125rem;left:13.75rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MZJJbQK43aBGl28RgwyOx1P0RCBbPodH { color:#1b60ab;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:23.625rem;left:1.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#NF9LQTcH1rTZztHddABbTH7G26KTEsZ2 { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:23.625rem;left:10rem;overflow:hidden;display:block; }
#tNaf4mH4X5BnUruuegCGqKLQyOyyJTcH { position:absolute;display:block;z-index:15077;background-color:#3a65b3;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:22.9375rem;left:9.3125rem;display:block; }
#FthLLXxCa4QWh2UMl0JswFiuuyyBZSbE { color:#050b26;display:block;width:42.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:23.6875rem;left:13.75rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gceE6pB5w8s2mV3S4XCadNvTKQPrbKfC { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:28.875rem;left:10.1875rem;overflow:hidden;display:block; }
#ywxT1IOgQPwoAWq8JDFmHa5PHdbuoXxh { position:absolute;display:block;z-index:15049;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:28.375rem;left:9.625rem;display:block; }
#TA5uPkA7rvNWUKAEi5Oc4a2llgaSaJup { color:#1b60ab;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:28.875rem;left:1.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#HKP0qmikPfBOoz6JtcFb00ASHtMypcIl { color:#050b26;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15076;line-height:1.3;letter-spacing:0;top:28.9375rem;left:13.8125rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JuwHPFuVqLn5LBZkbuy8N4IMkVItL372 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.061525rem;width:1.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:2.1875rem;left:56rem; }
#JuwHPFuVqLn5LBZkbuy8N4IMkVItL372 > img { max-width: 100%;max-height:100%; width:1.061525rem; height:1.061525rem; }#Liw2nUhGtLI1Fwi3PFbAbWOq2hJ1G5C4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.061525rem;width:1.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:6.71875rem;left:55.0009765625rem; }
#Liw2nUhGtLI1Fwi3PFbAbWOq2hJ1G5C4 > img { max-width: 100%;max-height:100%; width:1.061525rem; height:1.061525rem; }#V9tyAkNZ2bSPBQlQOaUkPDvdqi9kG0NF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.061525rem;width:1.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:11.8125rem;left:28.1259765625rem; }
#V9tyAkNZ2bSPBQlQOaUkPDvdqi9kG0NF > img { max-width: 100%;max-height:100%; width:1.061525rem; height:1.061525rem; }#ci3DwNxTGbTXNN9neyM7HXTOayRTJrbH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.061525rem;width:1.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:20.75rem;left:39.9384765625rem; }
#ci3DwNxTGbTXNN9neyM7HXTOayRTJrbH > img { max-width: 100%;max-height:100%; width:1.061525rem; height:1.061525rem; }#yPxTMAmwnm9IIBlG2xugXpEVQTivOyFs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.061525rem;width:1.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:25.25rem;left:20.6259765625rem; }
#yPxTMAmwnm9IIBlG2xugXpEVQTivOyFs > img { max-width: 100%;max-height:100%; width:1.061525rem; height:1.061525rem; }#ZHMkxBkZAh75IZKIodPKP5JciWV965Db { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZHMkxBkZAh75IZKIodPKP5JciWV965Db > .row .container { background-color: transparent; background-image: none; }#ZHMkxBkZAh75IZKIodPKP5JciWV965Db::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHMkxBkZAh75IZKIodPKP5JciWV965Db > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHMkxBkZAh75IZKIodPKP5JciWV965Db > .row .container > .video-iframe-container { display: none; }#ZHMkxBkZAh75IZKIodPKP5JciWV965Db > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHMkxBkZAh75IZKIodPKP5JciWV965Db > .row > .video-iframe-container { display: none; }#ZHMkxBkZAh75IZKIodPKP5JciWV965Db > .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); }#ZHMkxBkZAh75IZKIodPKP5JciWV965Db > .row .container { border-width: 0; border-radius: 0; }#ZHMkxBkZAh75IZKIodPKP5JciWV965Db > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZHMkxBkZAh75IZKIodPKP5JciWV965Db > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#TBAF39VNEpxG52eiVaQBRATbrF97rgIL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:46.875rem;top:3.125rem;left:6.5625rem;overflow:hidden;display:block; }
#pAo9mxqUgrdXBNlI4IZTNkxdDRtkHZT9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pAo9mxqUgrdXBNlI4IZTNkxdDRtkHZT9 > .row .container { background-color: transparent; background-image: none; }#pAo9mxqUgrdXBNlI4IZTNkxdDRtkHZT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAo9mxqUgrdXBNlI4IZTNkxdDRtkHZT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAo9mxqUgrdXBNlI4IZTNkxdDRtkHZT9 > .row .container > .video-iframe-container { display: none; }#pAo9mxqUgrdXBNlI4IZTNkxdDRtkHZT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAo9mxqUgrdXBNlI4IZTNkxdDRtkHZT9 > .row > .video-iframe-container { display: none; }#pAo9mxqUgrdXBNlI4IZTNkxdDRtkHZT9 > .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); }#pAo9mxqUgrdXBNlI4IZTNkxdDRtkHZT9 > .row .container { border-width: 0; border-radius: 0; }#pAo9mxqUgrdXBNlI4IZTNkxdDRtkHZT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pAo9mxqUgrdXBNlI4IZTNkxdDRtkHZT9 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#cEIiTA9EyCA3tXdolGkusHXNuTMhHK70 { color:#6aa230;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.484375rem;left:0rem;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; }
#hdKsrXXXGdPNwMV6mu2BWI4KIzHaWTyI { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:1.63037109375rem;left:11.25rem;display:block; }
#axE0BgxH3Zm7xh5rTp261yIw9sNESIGW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#axE0BgxH3Zm7xh5rTp261yIw9sNESIGW > .row .container { background-color: transparent; background-image: none; }#axE0BgxH3Zm7xh5rTp261yIw9sNESIGW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axE0BgxH3Zm7xh5rTp261yIw9sNESIGW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axE0BgxH3Zm7xh5rTp261yIw9sNESIGW > .row .container > .video-iframe-container { display: none; }#axE0BgxH3Zm7xh5rTp261yIw9sNESIGW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axE0BgxH3Zm7xh5rTp261yIw9sNESIGW > .row > .video-iframe-container { display: none; }#axE0BgxH3Zm7xh5rTp261yIw9sNESIGW > .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); }#axE0BgxH3Zm7xh5rTp261yIw9sNESIGW > .row .container { border-width: 0; border-radius: 0; }#axE0BgxH3Zm7xh5rTp261yIw9sNESIGW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#axE0BgxH3Zm7xh5rTp261yIw9sNESIGW > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:60rem;position:relative;display:block; }#IT2bRrKaQOHTrLwdaSm6nLzNLWyshosg { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.9375rem;top:1.875rem;left:24.46875rem;overflow:hidden;display:block; }
#mLoJNT76rcruAgu4HB6lZViEiLNdynfa { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.5625rem;left:19.9375rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O2wUi4oGTXxPe6GV6I6LdtT9ZeusdQLD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O2wUi4oGTXxPe6GV6I6LdtT9ZeusdQLD > .row .container { background-color: transparent; background-image: none; }#O2wUi4oGTXxPe6GV6I6LdtT9ZeusdQLD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2wUi4oGTXxPe6GV6I6LdtT9ZeusdQLD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2wUi4oGTXxPe6GV6I6LdtT9ZeusdQLD > .row .container > .video-iframe-container { display: none; }#O2wUi4oGTXxPe6GV6I6LdtT9ZeusdQLD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2wUi4oGTXxPe6GV6I6LdtT9ZeusdQLD > .row > .video-iframe-container { display: none; }#O2wUi4oGTXxPe6GV6I6LdtT9ZeusdQLD > .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); }#O2wUi4oGTXxPe6GV6I6LdtT9ZeusdQLD > .row .container { border-width: 0; border-radius: 0; }#O2wUi4oGTXxPe6GV6I6LdtT9ZeusdQLD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O2wUi4oGTXxPe6GV6I6LdtT9ZeusdQLD > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#TrfFFhI6ilFMPmB7yZN6TIAw9h51HwNg { color:#6aa230;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.484375rem;left:0rem;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; }
#dFhyNiQrUcGLGShmT0ITTH9oH3Q9ael7 { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:1.63037109375rem;left:11.25rem;display:block; }
#FtpNFTyAzKLJAoz4X2EoTOdQrAagW8Fh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FtpNFTyAzKLJAoz4X2EoTOdQrAagW8Fh > .row .container { background-color: transparent; background-image: none; }#FtpNFTyAzKLJAoz4X2EoTOdQrAagW8Fh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtpNFTyAzKLJAoz4X2EoTOdQrAagW8Fh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtpNFTyAzKLJAoz4X2EoTOdQrAagW8Fh > .row .container > .video-iframe-container { display: none; }#FtpNFTyAzKLJAoz4X2EoTOdQrAagW8Fh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtpNFTyAzKLJAoz4X2EoTOdQrAagW8Fh > .row > .video-iframe-container { display: none; }#FtpNFTyAzKLJAoz4X2EoTOdQrAagW8Fh > .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); }#FtpNFTyAzKLJAoz4X2EoTOdQrAagW8Fh > .row .container { border-width: 0; border-radius: 0; }#FtpNFTyAzKLJAoz4X2EoTOdQrAagW8Fh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FtpNFTyAzKLJAoz4X2EoTOdQrAagW8Fh > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:block; }#OuS5EzdQAkvQi1lIS7CyxlC0iFbpNdAL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.375rem;left:25rem;overflow:hidden;display:block; }
#cqEz99m9ifZiQOpKtPrFDKaNfoSgV1d9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.375rem;left:44.5rem;overflow:hidden;display:block; }
#T1z3IgNw0HvamvXkabOcItnhZn6wavvU { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.0625rem;left:20rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QRJgD1wQbFKxCbRUFGJgK7QMH3d1UeKh { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.0625rem;left:39.9375rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z390XpTtyQu0cwJ1ZWk6ZynSQ9d39cMx { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:40.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#sSn4zSQGyQsAyQp5I1S3guXWZeXOKPdW { position:absolute;display:block;z-index:15015;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.5625rem;left:28.4375rem;display:block; }
#cdP4mzSiRIoaTHwAWPlvM6JqSoQtzh8w { position:absolute;display:block;z-index:15016;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.5625rem;left:48.4375rem;display:block; }
#EDeOaIRRp7WTgTzAgU3zcTN6kxZTonKh { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21rem;left:42.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#V5kZrc4GTt9vnw6Wmm3p9IFfvGAJu2wr { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21rem;left:22rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#vhMTRZz194TJdqa66Ve2TLg4kPC8HCGv { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.3125rem;left:20rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#X3vEFkQhA3eoNmBnRWupCiu4KZpWtd0s { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21rem;left:2.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#l0O0lEJfailqKcrQnczGFygFy1SQMele { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#dImt3GodiCWAW8Jk1DOuPWaykxENbGCS { position:absolute;display:block;z-index:15020;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.5625rem;left:8.5625rem;display:block; }
#v9bGTiJxMXbDbR2bspkOFS5SPbTvvLBA { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.0625rem;left:0.125rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eZZnAT7ucm1TDRLJfDbgdsFgQpz2Rtnu { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.5rem;top:2.375rem;left:5.125rem;overflow:hidden;display:block; }
#Zk8PFiLCvwtUldLUB1ZEJ9RLykfRVQof { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zk8PFiLCvwtUldLUB1ZEJ9RLykfRVQof > .row .container { background-color: transparent; background-image: none; }#Zk8PFiLCvwtUldLUB1ZEJ9RLykfRVQof::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zk8PFiLCvwtUldLUB1ZEJ9RLykfRVQof > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zk8PFiLCvwtUldLUB1ZEJ9RLykfRVQof > .row .container > .video-iframe-container { display: none; }#Zk8PFiLCvwtUldLUB1ZEJ9RLykfRVQof > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zk8PFiLCvwtUldLUB1ZEJ9RLykfRVQof > .row > .video-iframe-container { display: none; }#Zk8PFiLCvwtUldLUB1ZEJ9RLykfRVQof > .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); }#Zk8PFiLCvwtUldLUB1ZEJ9RLykfRVQof > .row .container { border-width: 0; border-radius: 0; }#Zk8PFiLCvwtUldLUB1ZEJ9RLykfRVQof > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zk8PFiLCvwtUldLUB1ZEJ9RLykfRVQof > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;position:relative;display:block; }#mATNkNJVT0RKTimqv9Q5kLMvhcwIieEd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.375rem;left:25rem;overflow:hidden;display:block; }
#zr4iTXfPfSbU7cO4Hw9TlUGQDw9FomxS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.375rem;left:44.5rem;overflow:hidden;display:block; }
#uDeLSWScTLxtasTTVSPqC8DnZNncibGG { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.0625rem;left:20rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r6U7e8lrZNTrgGh9qFTnCilsmWGr1KOD { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.0625rem;left:39.9375rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eo4fTkOE9EeAC3mTMdJhN5qlT5oLd2OI { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:40.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#dfUJFG8EDselzU8ThnaPu2GudvLlBwlu { position:absolute;display:block;z-index:15015;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.5625rem;left:28.4375rem;display:block; }
#iQHxHWeqHUURmlPP75yxbH01tDEnbmTS { position:absolute;display:block;z-index:15016;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.5625rem;left:48.4375rem;display:block; }
#bUwafUD9PivVpMneqHx0f08XBpoffWK1 { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21rem;left:42.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#uFG6SFrP62mCRbnTBI8XmQZ64Drq5K7x { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21rem;left:22.03125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#rMBFdpHZAzKsA22a4iBFV9OdvBXayR4l { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.3125rem;left:22.78125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#J2fS1SrIesNTGCUiq1gn26gHhpGQi5FC { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21rem;left:2.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#RJiO0cEH63m6zS1u0GXn3d5sT4V5pUD1 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#g6BWFXBL6DtKJScrkDzSnTgvGvnGqoBc { position:absolute;display:block;z-index:15020;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.5625rem;left:8.5625rem;display:block; }
#KaPqanR37ihrdAx6SuLhgiFaEiDSTHq2 { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.0625rem;left:0.125rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BJ1uuDzAQMEiMXHffwS1FMEsqzQ7dBnS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.5rem;top:2.375rem;left:5.125rem;overflow:hidden;display:block; }
#NofQTGk4XqLg9rpnQadIvK0NkKTVqioC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NofQTGk4XqLg9rpnQadIvK0NkKTVqioC > .row .container { background-color: transparent; background-image: none; }#NofQTGk4XqLg9rpnQadIvK0NkKTVqioC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NofQTGk4XqLg9rpnQadIvK0NkKTVqioC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NofQTGk4XqLg9rpnQadIvK0NkKTVqioC > .row .container > .video-iframe-container { display: none; }#NofQTGk4XqLg9rpnQadIvK0NkKTVqioC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NofQTGk4XqLg9rpnQadIvK0NkKTVqioC > .row > .video-iframe-container { display: none; }#NofQTGk4XqLg9rpnQadIvK0NkKTVqioC > .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); }#NofQTGk4XqLg9rpnQadIvK0NkKTVqioC > .row .container { border-width: 0; border-radius: 0; }#NofQTGk4XqLg9rpnQadIvK0NkKTVqioC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NofQTGk4XqLg9rpnQadIvK0NkKTVqioC > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;position:relative;display:block; }#eVDVr7fXBdgBwDJE0zE1p3DueC7Nl2F6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.375rem;left:25rem;overflow:hidden;display:block; }
#OTRqULgHvG1NugPdya5ukwEBMk9Hpb4L { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.375rem;left:44.5rem;overflow:hidden;display:block; }
#Wu4rRxMZQPXIUe5qSOgG0HEbt0fPTiEk { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.0625rem;left:20rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lwxHpfcHEyBPCqwdSx52Z2TwpulV5UZ1 { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.0625rem;left:39.9375rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dsNecQ2UTHlscJ2gA7DVqF3UK90y6r99 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:40.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#NGyQGPdQhbHa3iXDyiUUcLh4pPn5ieqD { position:absolute;display:block;z-index:15015;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.5625rem;left:28.4375rem;display:block; }
#pa3oIQKRTNNtJZ8IhVpoXZsgkZXqkzc4 { position:absolute;display:block;z-index:15016;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.5625rem;left:48.4375rem;display:block; }
#F3zfxx1qA2VVOAkivS69fnw6Ff6aNdBR { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21rem;left:42.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#szeZuuZuTwu186tJ1JGRLCc8l89LOPok { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.9375rem;left:22rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ebTf6MwiWLq3HdG8uKioS54hpPu38xos { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.3125rem;left:20rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#BN4c4bQiVh7bx7s6Gz7DTyaT6O0Jv0T8 { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21rem;left:2.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#qfM7U0fMyxuLz4hVMHIKaL8PUZfaCiNX { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#r4mJiWDdb1DwTmDFV3tZuCBTkh6kVbcB { position:absolute;display:block;z-index:15020;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.5625rem;left:8.5625rem;display:block; }
#eEmTwowMsSnQ5ThoDWTpSUis6E6nGSzi { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.0625rem;left:0.125rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a0u3LFQmtZCmyWwTe93RyTXF6dsLG68P { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.5rem;top:2.375rem;left:5.125rem;overflow:hidden;display:block; }
#uso7Ix0g0lKdpnsM1qhmxISDiKkiVe9N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uso7Ix0g0lKdpnsM1qhmxISDiKkiVe9N > .row .container { background-color: transparent; background-image: none; }#uso7Ix0g0lKdpnsM1qhmxISDiKkiVe9N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uso7Ix0g0lKdpnsM1qhmxISDiKkiVe9N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uso7Ix0g0lKdpnsM1qhmxISDiKkiVe9N > .row .container > .video-iframe-container { display: none; }#uso7Ix0g0lKdpnsM1qhmxISDiKkiVe9N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uso7Ix0g0lKdpnsM1qhmxISDiKkiVe9N > .row > .video-iframe-container { display: none; }#uso7Ix0g0lKdpnsM1qhmxISDiKkiVe9N > .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); }#uso7Ix0g0lKdpnsM1qhmxISDiKkiVe9N > .row .container { border-width: 0; border-radius: 0; }#uso7Ix0g0lKdpnsM1qhmxISDiKkiVe9N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uso7Ix0g0lKdpnsM1qhmxISDiKkiVe9N > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;position:relative;display:block; }#yS4TdzTGLrG8VdCBW9DHzOQPCAvTfOAh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.375rem;left:25rem;overflow:hidden;display:block; }
#rSOUCcg2sTMULt2u1lL17TvbPv07nNwv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.375rem;left:44.5rem;overflow:hidden;display:block; }
#w466Hh0eCyyPtyDSNebQ16dLTKkJ2id8 { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.0625rem;left:20rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E2knAbhTcgyD7vTfPyZTq6gxS2nVik7n { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.0625rem;left:39.9375rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yyQmEvGOCKLTkUObqRgadus2InVdGoaf { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:40.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#fmXoxM4OBhqkCGuCeb9dhbz0byBRLSIb { position:absolute;display:block;z-index:15015;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.5625rem;left:28.4375rem;display:block; }
#Z3NdmixwQ0kXFcyqAW8gLgu8Pkz4WiPs { position:absolute;display:block;z-index:15016;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.5625rem;left:48.4375rem;display:block; }
#BwXoL0cpRWK8vgnyaGgXZRuQCPGVVF5J { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21rem;left:42.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#qVnZrFDDTThdB4py7gXEicAf3nxpkqJR { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.9375rem;left:22rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#r1I7lKC47WTHmUU3cMbieZigxZkxsClh { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.3125rem;left:20rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#vk1yVkE9tu2nv6Bqhs6CM5qQ21qafIev { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21rem;left:2.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#x8AXRUXhi7i1G7f2yEPm35OA3IGfdP1E { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#WS8e7RdFvrRd3UI8PTGP8U7B2Uqf67mH { position:absolute;display:block;z-index:15020;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.5625rem;left:8.5625rem;display:block; }
#meMzBWEgMskwu7o931NaKHyIkWRmTzy8 { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.0625rem;left:0.125rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LJWQ0xHIvKURtZCIeURDtFeg9UmobNhU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.5rem;top:2.375rem;left:5.125rem;overflow:hidden;display:block; }
#g1gV3wRJWeZF84TpoT2g75hTQdSqTUQm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g1gV3wRJWeZF84TpoT2g75hTQdSqTUQm > .row .container { background-color: transparent; background-image: none; }#g1gV3wRJWeZF84TpoT2g75hTQdSqTUQm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1gV3wRJWeZF84TpoT2g75hTQdSqTUQm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1gV3wRJWeZF84TpoT2g75hTQdSqTUQm > .row .container > .video-iframe-container { display: none; }#g1gV3wRJWeZF84TpoT2g75hTQdSqTUQm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1gV3wRJWeZF84TpoT2g75hTQdSqTUQm > .row > .video-iframe-container { display: none; }#g1gV3wRJWeZF84TpoT2g75hTQdSqTUQm > .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); }#g1gV3wRJWeZF84TpoT2g75hTQdSqTUQm > .row .container { border-width: 0; border-radius: 0; }#g1gV3wRJWeZF84TpoT2g75hTQdSqTUQm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g1gV3wRJWeZF84TpoT2g75hTQdSqTUQm > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;position:relative;display:block; }#H1U5nb5rZGlR3KcPKUsNoaCNC0DKTrrt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.375rem;left:25rem;overflow:hidden;display:block; }
#tOMeeZifRxoeweNU2NAe2sli1QPehwWT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.375rem;left:44.5rem;overflow:hidden;display:block; }
#PuPB0aMW8y9SHWwf3Z35RlmX2ucldzon { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.0625rem;left:20rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T1hTRT33U14QmoeylPmHyZ1Dp7yzfhcp { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.0625rem;left:39.9375rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mc8I6sPOC7ETSkhbLzCNxhyIL9SqTkBM { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:40.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#cCyGB1I4yHip928CeFJbyZACyLKUOAFE { position:absolute;display:block;z-index:15015;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.5625rem;left:28.4375rem;display:block; }
#kg8JcaND52lfHLmlpdvZmQWQigTuNoTT { position:absolute;display:block;z-index:15016;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.5625rem;left:48.4375rem;display:block; }
#R56TxT0RTytfvO1GzwStI2dpK0xypki3 { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21rem;left:42.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#av0dvOmpS667Xwr6RpLS6RnwoW0E1WJu { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.9375rem;left:22rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#OyPsnmBCcOF47EZuERKm853z2z38c8u5 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.3125rem;left:20rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#P9D3Caoo1QNDuPEItgrXWE0aIs8kwC0C { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21rem;left:2.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#GOHc9Ce3FBfO0feM2Z2wzdrGaJTres34 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#MFKW02opxbBaPVULPgqGM0rccHJ6hs8d { position:absolute;display:block;z-index:15020;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.5625rem;left:8.5625rem;display:block; }
#JnrWb6dQ3Kt2OucUc37TwukuZ5nU9KVO { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.0625rem;left:0.125rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#waa5337nGQHSw9MopwNlwiRLq8I64TKN { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.5rem;top:2.375rem;left:5.125rem;overflow:hidden;display:block; }
#Nu1bueipXnT4O445B2VAwXS7n13N58Ul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nu1bueipXnT4O445B2VAwXS7n13N58Ul > .row .container { background-color: transparent; background-image: none; }#Nu1bueipXnT4O445B2VAwXS7n13N58Ul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nu1bueipXnT4O445B2VAwXS7n13N58Ul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nu1bueipXnT4O445B2VAwXS7n13N58Ul > .row .container > .video-iframe-container { display: none; }#Nu1bueipXnT4O445B2VAwXS7n13N58Ul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nu1bueipXnT4O445B2VAwXS7n13N58Ul > .row > .video-iframe-container { display: none; }#Nu1bueipXnT4O445B2VAwXS7n13N58Ul > .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); }#Nu1bueipXnT4O445B2VAwXS7n13N58Ul > .row .container { border-width: 0; border-radius: 0; }#Nu1bueipXnT4O445B2VAwXS7n13N58Ul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nu1bueipXnT4O445B2VAwXS7n13N58Ul > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:60rem;position:relative;display:block; }#ZTHcFogeXDVOShUJUBIW5MZiaN3GMkhe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.375rem;left:25rem;overflow:hidden;display:block; }
#U4JWl4Zuq5P7wKDwdeclnWJmMri66bTP { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.375rem;left:44.5rem;overflow:hidden;display:block; }
#SmBXJ72UV2sfTlqzxm4BmTHvviBdLwmJ { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.0625rem;left:20rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DiXIforu04RR7dBaeTnfVqbGydpPZTgk { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.0625rem;left:39.9375rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FflBxDTIw120DRF22f4Po0aqQxG3QiTb { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:40.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ukSVrfTmy5aCRQwIf2sGyS3TQHKkzTCu { position:absolute;display:block;z-index:15015;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.5625rem;left:28.4375rem;display:block; }
#CWsFs6RWin5RyUK9SiK10WzJrEWf1giu { position:absolute;display:block;z-index:15016;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.5625rem;left:48.4375rem;display:block; }
#pWp8bTuQ9pHF7LAeGmmOfogggA2szBwt { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21rem;left:42.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#tb2hwquWTVsIwR07AfRFHlX0JIzGSZAe { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:22.5rem;left:22rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#BeomLx9zfkR4CqVBLJPiXhxNxG7vneCV { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.3125rem;left:21.34375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#TOzzupK9xzt0XgVb24TVWmIEcagPqVFK { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21rem;left:2.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#KtZLXvsJPwnHuQkuiq8l2qCaaSuulPUg { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#nU9ofXzFVPTaid7ecapKoSotH6lKG0TF { position:absolute;display:block;z-index:15020;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.5625rem;left:8.5625rem;display:block; }
#mOH3WNW0tZ26AomgG1WX67F9BEUtosEg { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.0625rem;left:0.125rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cHJ3F7gvwto3pKV9erXFwnGVmvTizKhE { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.5rem;top:2.375rem;left:5.125rem;overflow:hidden;display:block; }
#n4TrFcwB7sPwspaSxAvdQvCNr1QVH0RP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n4TrFcwB7sPwspaSxAvdQvCNr1QVH0RP > .row .container { background-color: transparent; background-image: none; }#n4TrFcwB7sPwspaSxAvdQvCNr1QVH0RP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4TrFcwB7sPwspaSxAvdQvCNr1QVH0RP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4TrFcwB7sPwspaSxAvdQvCNr1QVH0RP > .row .container > .video-iframe-container { display: none; }#n4TrFcwB7sPwspaSxAvdQvCNr1QVH0RP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4TrFcwB7sPwspaSxAvdQvCNr1QVH0RP > .row > .video-iframe-container { display: none; }#n4TrFcwB7sPwspaSxAvdQvCNr1QVH0RP > .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); }#n4TrFcwB7sPwspaSxAvdQvCNr1QVH0RP > .row .container { border-width: 0; border-radius: 0; }#n4TrFcwB7sPwspaSxAvdQvCNr1QVH0RP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n4TrFcwB7sPwspaSxAvdQvCNr1QVH0RP > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:60rem;position:relative;display:block; }#yBGzuVq32RSyPUXJk9e2pAXQdoxwFJ9x { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.375rem;left:25rem;overflow:hidden;display:block; }
#kOhe1uPIP8S2maUgnr1Q7Nw2G4MTQ7G8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:2.375rem;left:44.5rem;overflow:hidden;display:block; }
#VlCCnAgaoIWg5ORJJ9qzKAszoOR3lzd2 { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.0625rem;left:20rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#giO9TzuNyeQMnTLPAciIcxHxhf81ETU8 { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.0625rem;left:39.9375rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kV1RWPZoovPArQVWds4B2SVdsxV5MRcb { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.26171875rem;left:41.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#QA2JvrvLFLv6xnqOstHJ1xIrxQhlhM5l { position:absolute;display:block;z-index:15015;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.5625rem;left:28.4375rem;display:block; }
#PdBggXGKEtbTyk4PyMTiLwI7tq8RaDGW { position:absolute;display:block;z-index:15016;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:20.5rem;left:48.4375rem;display:block; }
#pmNLJTCCJiW61lCm5x8P1liyQTd2ufv5 { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:24.6875rem;left:42.03125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#BLi9ykkWT8nu7DJENWsiZ567PTG7GAml { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:22.5rem;left:22rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#dpXePxEhLqLCesuIKrNKbmyVbDxTTcNI { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.3125rem;left:21.34375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#ReszGS8tqVGyOwqrAk7WGhzAzBTk5TCS { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21rem;left:2.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#TwLGJu7OZUpe2iz4zuZNFZw5A1OfQZLt { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#JHNwnboDT5KuIUCqA9eLJpbFNSaEL63x { position:absolute;display:block;z-index:15020;background-color:#6aa230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:18.5625rem;left:8.5625rem;display:block; }
#C52Xb6y0B8OJdMtIKq11vErbvdy55TJd { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.0625rem;left:0.125rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CPPpBaTSt03nkPWfKDnhsIXoDnHVbqSX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:10.5rem;width:10.5rem;top:2.375rem;left:5.125rem;overflow:hidden;display:block; }
#DAD4utIT27q7lumPdoTzyzbWzLs2be5h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DAD4utIT27q7lumPdoTzyzbWzLs2be5h > .row .container { background-color: transparent; background-image: none; }#DAD4utIT27q7lumPdoTzyzbWzLs2be5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAD4utIT27q7lumPdoTzyzbWzLs2be5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAD4utIT27q7lumPdoTzyzbWzLs2be5h > .row .container > .video-iframe-container { display: none; }#DAD4utIT27q7lumPdoTzyzbWzLs2be5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAD4utIT27q7lumPdoTzyzbWzLs2be5h > .row > .video-iframe-container { display: none; }#DAD4utIT27q7lumPdoTzyzbWzLs2be5h > .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); }#DAD4utIT27q7lumPdoTzyzbWzLs2be5h > .row .container { border-width: 0; border-radius: 0; }#DAD4utIT27q7lumPdoTzyzbWzLs2be5h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DAD4utIT27q7lumPdoTzyzbWzLs2be5h > .row .container { font-size:0.875rem;font-family:"open sans";height:8.875rem;width:60rem;position:relative;display:block; }#VCq2ssgbvm9uurVB4vx6cFMXvOZ4yJhS { background-color:#94836c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:1rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:19.6875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.1875rem;left:20.15625rem;display:block; }
#OKMDTgECgnF7ohcrwCk5gwOnQWDCU49B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW > .row .container { background-color: transparent; background-image: none; }#k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW > .row .container > .video-iframe-container { display: none; }#k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW > .row > .video-iframe-container { display: none; }#k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW > .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); }#k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW > .row .container { border-width: 0; border-radius: 0; }#k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#oJaPTmWoHLVV7nT92VwM78x9u3nrP68E { color:#6aa230;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.484375rem;left:0rem;height:2.0625rem;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; }
#LVroWNGzTdE75faySQUPBhdzW1SGBs0n { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:1.63037109375rem;left:11.25rem;display:block; }
#fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN > .row .container { background-color: transparent; background-image: none; }#fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN > .row .container > .video-iframe-container { display: none; }#fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN > .row > .video-iframe-container { display: none; }#fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN > .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); }#fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN > .row .container { border-width: 0; border-radius: 0; }#fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:60rem;position:relative;display:block; }#Qwv00wn57zKuvSLphzsJiMcSqo0uAftO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:14.375rem;top:2.75rem;left:3.75rem;overflow:hidden;display:block; }
#auTWXgUXMTrvDGSS28e3gcndUNEfcgWE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:10.125rem;top:2.75rem;left:24.9375rem;overflow:hidden;display:block; }
#eIr5UoMbdockEDA0I5hgmBI8NdxgMacJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:16.125rem;top:4.875rem;left:40.875rem;overflow:hidden;display:block; }
#yFW6b6PlhdCrcoPyOUMcLmNk5wEGaFCT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:7.125rem;top:4.549560546875rem;left:5.3125rem;overflow:hidden;display:none; }
#VV0cHhtgQFPZhyDFiR8XuMPFSFiHp7yh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1245125rem;width:6.186525rem;top:6.436767578125rem;left:28.18603515625rem;overflow:hidden;display:none; }
#oLpOntaRbiryMSc1CGcgQyfus18b123s { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.31225rem;width:7.6245rem;top:5.841064453125rem;left:46.68701171875rem;overflow:hidden;display:none; }
#OzxhEZ1p0kKOlE7F8BCKM3lQqmTRiGTt { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:20.1875rem;top:13.6875rem;left:19.90625rem;overflow:hidden;display:block; }
#l0UOfTl0e3aBnIMuwXuhVKWHQgbf0PXp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:18.75rem;display:none; }
#lfQyEAqfatqyBVuBkBcVdqT2axmXlowm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lfQyEAqfatqyBVuBkBcVdqT2axmXlowm > .row .container { background-color: transparent; background-image: none; }#lfQyEAqfatqyBVuBkBcVdqT2axmXlowm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfQyEAqfatqyBVuBkBcVdqT2axmXlowm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfQyEAqfatqyBVuBkBcVdqT2axmXlowm > .row .container > .video-iframe-container { display: none; }#lfQyEAqfatqyBVuBkBcVdqT2axmXlowm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfQyEAqfatqyBVuBkBcVdqT2axmXlowm > .row > .video-iframe-container { display: none; }#lfQyEAqfatqyBVuBkBcVdqT2axmXlowm > .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); }#lfQyEAqfatqyBVuBkBcVdqT2axmXlowm > .row .container { border-width: 0; border-radius: 0; }#lfQyEAqfatqyBVuBkBcVdqT2axmXlowm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lfQyEAqfatqyBVuBkBcVdqT2axmXlowm > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#tdyssrVVDCzZtR6UPB6lfotw9FFJiZFW { color:#6aa230;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.484375rem;left:0rem;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; }
#NzWXovI7Iy67Ql0EoZnDbvIWbLItOiqQ { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:1.63037109375rem;left:11.25rem;display:block; }
#HTxEPodwQSotZA00fcXDdhT7cvBIngfe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HTxEPodwQSotZA00fcXDdhT7cvBIngfe > .row .container { background-color: transparent; background-image: none; }#HTxEPodwQSotZA00fcXDdhT7cvBIngfe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTxEPodwQSotZA00fcXDdhT7cvBIngfe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTxEPodwQSotZA00fcXDdhT7cvBIngfe > .row .container > .video-iframe-container { display: none; }#HTxEPodwQSotZA00fcXDdhT7cvBIngfe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTxEPodwQSotZA00fcXDdhT7cvBIngfe > .row > .video-iframe-container { display: none; }#HTxEPodwQSotZA00fcXDdhT7cvBIngfe > .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); }#HTxEPodwQSotZA00fcXDdhT7cvBIngfe > .row .container { border-width: 0; border-radius: 0; }#HTxEPodwQSotZA00fcXDdhT7cvBIngfe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HTxEPodwQSotZA00fcXDdhT7cvBIngfe > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:60rem;position:relative;display:block; }#tCH02tA8RnpIeVGzDyW2k7i3yQZcpBMy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:10.8125rem;top:3.625rem;left:6.375rem;overflow:hidden;display:block; }
#cKVZtreqKpFWsz6DuwfriFXz58xQOtuq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:12.875rem;top:3.4375rem;left:23.6875rem;overflow:hidden;display:block; }
#yUx5r4TVQrrTNTS9e5VtXNTXIUVOR798 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:13.562rem;top:3.0615234375rem;left:41.4990234375rem;overflow:hidden;display:block; }
#hF5VglT7iz3fs34nBdUugE0N79Aug83F { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.62426875rem;width:13.75rem;top:12.374267578125rem;left:23.6865234375rem;overflow:hidden;display:block; }
#U5dHoWsdbmwqUZdJIsP3nFTguB2K4VDG { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:12.4375rem;top:11.530273828125rem;left:42.52123077818rem;overflow:hidden;display:block; }
#CZl1HWhDZxJmwguTLAQ5wrZubHRn7euh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:11.8115rem;top:13.57666015625rem;left:5.872802734375rem;overflow:hidden;display:block; }
#xSggc8BLpwkKcoI6g5kNWuUIO4RRaqpK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.811525rem;width:9.375rem;top:28rem;left:17.6875rem;overflow:hidden;display:block; }
#uCeJrfaTTN6ezVkWZPP9i2BxxN0bxusL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:10.0625rem;top:19.96875rem;left:25.5302734375rem;overflow:hidden;display:block; }
#rdGHyPraPRxaMXb60JQzKvDcWzTgudW2 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.124025rem;width:10.7480625rem;top:28.3125rem;left:31.625rem;overflow:hidden;display:block; }
#Hm5LPGOfLBTlhdm8U6ty4UPtvwl7HQdE { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:11.1875rem;top:18.75rem;left:6.375rem;overflow:hidden;display:block; }
#CfUKp49TLKIOVBJacuptnHgDFyyhAVsb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:10.0625rem;top:21.21875rem;left:43.7080078125rem;overflow:hidden;display:block; }
#CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL > .row .container { background-color: transparent; background-image: none; }#CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL > .row .container > .video-iframe-container { display: none; }#CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL > .row > .video-iframe-container { display: none; }#CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL > .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); }#CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL > .row .container { border-width: 0; border-radius: 0; }#CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#QzdHmeLI4aSUfQXOlVDwGBOmQmlp41mZ { color:#6aa230;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.484375rem;left:0rem;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; }
#H8aTXAvtnKdlqbrJHhQGsq1cKA6fmD6e { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:1.63037109375rem;left:11.25rem;display:block; }
#tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT > .row .container { background-color: transparent; background-image: none; }#tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT > .row .container > .video-iframe-container { display: none; }#tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT > .row > .video-iframe-container { display: none; }#tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT > .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); }#tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT > .row .container { border-width: 0; border-radius: 0; }#tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:block; }#RTnlJmy4eQdyrMyoQkhT8orCVL7uspAa { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:10rem;top:1.84375rem;left:25rem;overflow:hidden;display:block; }
#gyFWmX3dmy8DRkmhVDGgEiNMpTgnCqqT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gyFWmX3dmy8DRkmhVDGgEiNMpTgnCqqT > .row .container { background-color: transparent; background-image: none; }#gyFWmX3dmy8DRkmhVDGgEiNMpTgnCqqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyFWmX3dmy8DRkmhVDGgEiNMpTgnCqqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyFWmX3dmy8DRkmhVDGgEiNMpTgnCqqT > .row .container > .video-iframe-container { display: none; }#gyFWmX3dmy8DRkmhVDGgEiNMpTgnCqqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyFWmX3dmy8DRkmhVDGgEiNMpTgnCqqT > .row > .video-iframe-container { display: none; }#gyFWmX3dmy8DRkmhVDGgEiNMpTgnCqqT > .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); }#gyFWmX3dmy8DRkmhVDGgEiNMpTgnCqqT > .row .container { border-width: 0; border-radius: 0; }#gyFWmX3dmy8DRkmhVDGgEiNMpTgnCqqT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gyFWmX3dmy8DRkmhVDGgEiNMpTgnCqqT > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#h0FxC6qaFNtXrHvhDqnl0XfQP0l9T2CG { color:#6aa230;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.484375rem;left:0rem;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; }
#WmKSrcyXnDAF6QvCPfxXTIhQRkf3UT0e { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:1.63037109375rem;left:11.25rem;display:block; }
#Bofvrl2lBaVmJZKTA8MTKNN6PpXXCWgB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bofvrl2lBaVmJZKTA8MTKNN6PpXXCWgB > .row .container { background-color: transparent; background-image: none; }#Bofvrl2lBaVmJZKTA8MTKNN6PpXXCWgB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bofvrl2lBaVmJZKTA8MTKNN6PpXXCWgB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bofvrl2lBaVmJZKTA8MTKNN6PpXXCWgB > .row .container > .video-iframe-container { display: none; }#Bofvrl2lBaVmJZKTA8MTKNN6PpXXCWgB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bofvrl2lBaVmJZKTA8MTKNN6PpXXCWgB > .row > .video-iframe-container { display: none; }#Bofvrl2lBaVmJZKTA8MTKNN6PpXXCWgB > .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); }#Bofvrl2lBaVmJZKTA8MTKNN6PpXXCWgB > .row .container { border-width: 0; border-radius: 0; }#Bofvrl2lBaVmJZKTA8MTKNN6PpXXCWgB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bofvrl2lBaVmJZKTA8MTKNN6PpXXCWgB > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:block; }#xaJ1DQDCWGhz62BaR67pBd0LpD992dkc { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:15.5rem;top:1.53125rem;left:22.25rem;overflow:hidden;display:block; }
#oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW > .row .container { background-color: transparent; background-image: none; }#oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW > .row .container > .video-iframe-container { display: none; }#oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW > .row > .video-iframe-container { display: none; }#oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW > .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); }#oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW > .row .container { border-width: 0; border-radius: 0; }#oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#ztHaJLKcR3T24H02PMHn5uHuTzHlSOeT { color:#6aa230;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.484375rem;left:0rem;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; }
#GHLwLpgbdQUfenB0KP9kU3pTR67ZTInr { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:1.63037109375rem;left:11.25rem;display:block; }
#onBFm4IntyfBi6Dqbd6wf79o3nEACO9w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#onBFm4IntyfBi6Dqbd6wf79o3nEACO9w > .row .container { background-color: transparent; background-image: none; }#onBFm4IntyfBi6Dqbd6wf79o3nEACO9w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onBFm4IntyfBi6Dqbd6wf79o3nEACO9w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onBFm4IntyfBi6Dqbd6wf79o3nEACO9w > .row .container > .video-iframe-container { display: none; }#onBFm4IntyfBi6Dqbd6wf79o3nEACO9w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onBFm4IntyfBi6Dqbd6wf79o3nEACO9w > .row > .video-iframe-container { display: none; }#onBFm4IntyfBi6Dqbd6wf79o3nEACO9w > .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); }#onBFm4IntyfBi6Dqbd6wf79o3nEACO9w > .row .container { border-width: 0; border-radius: 0; }#onBFm4IntyfBi6Dqbd6wf79o3nEACO9w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#onBFm4IntyfBi6Dqbd6wf79o3nEACO9w > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#U19QtKLauCZ5nIJg4MUGuVTdlJbEICbA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:12.25rem;top:1.75rem;left:32.625rem;overflow:hidden;display:block; }
#XLSIPwlZmiuyttlWnQFe9zbtlkD3SXtF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:11.75rem;top:1.75rem;left:15.125rem;overflow:hidden;display:block; }
#qpTMBZ2dkGivw0KacVNynRavU0PgQ8Gp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qpTMBZ2dkGivw0KacVNynRavU0PgQ8Gp > .row .container { background-color: transparent; background-image: none; }#qpTMBZ2dkGivw0KacVNynRavU0PgQ8Gp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpTMBZ2dkGivw0KacVNynRavU0PgQ8Gp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpTMBZ2dkGivw0KacVNynRavU0PgQ8Gp > .row .container > .video-iframe-container { display: none; }#qpTMBZ2dkGivw0KacVNynRavU0PgQ8Gp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpTMBZ2dkGivw0KacVNynRavU0PgQ8Gp > .row > .video-iframe-container { display: none; }#qpTMBZ2dkGivw0KacVNynRavU0PgQ8Gp > .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); }#qpTMBZ2dkGivw0KacVNynRavU0PgQ8Gp > .row .container { border-width: 0; border-radius: 0; }#qpTMBZ2dkGivw0KacVNynRavU0PgQ8Gp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qpTMBZ2dkGivw0KacVNynRavU0PgQ8Gp > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#L6aEwQ91wx7eJ5lzz9o0XwvqrhggnKKP { color:#6aa230;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.484375rem;left:0rem;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; }
#KBnu8GSq3tN0VyF84q5izu6q6KhD8DTa { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:1.63037109375rem;left:11.25rem;display:block; }
#zR09RfKXQXDXVVydh7Q1nBR6i2pltM7G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zR09RfKXQXDXVVydh7Q1nBR6i2pltM7G > .row .container { background-color: transparent; background-image: none; }#zR09RfKXQXDXVVydh7Q1nBR6i2pltM7G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zR09RfKXQXDXVVydh7Q1nBR6i2pltM7G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zR09RfKXQXDXVVydh7Q1nBR6i2pltM7G > .row .container > .video-iframe-container { display: none; }#zR09RfKXQXDXVVydh7Q1nBR6i2pltM7G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zR09RfKXQXDXVVydh7Q1nBR6i2pltM7G > .row > .video-iframe-container { display: none; }#zR09RfKXQXDXVVydh7Q1nBR6i2pltM7G > .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); }#zR09RfKXQXDXVVydh7Q1nBR6i2pltM7G > .row .container { border-width: 0; border-radius: 0; }#zR09RfKXQXDXVVydh7Q1nBR6i2pltM7G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zR09RfKXQXDXVVydh7Q1nBR6i2pltM7G > .row .container { font-size:0.875rem;font-family:arial;height:48.375rem;width:60rem;position:relative;display:block; }#IQS5y7i7y6yBinMdHuJOlEiWyVhMFF7c { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:9.9375rem;top:3.6875rem;left:26.125rem;overflow:hidden;display:block; }
#R484spI27NOq6q93aCSGggoonvnhWFSt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:12.8125rem;top:4.4375rem;left:42.0625rem;overflow:hidden;display:block; }
#QKZI7y6I7KIacPWvR78WpTGzamu5VQkH { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:14.8125rem;top:13.107421875rem;left:6.3740234375rem;overflow:hidden;display:block; }
#K3RydEIHG6LCAadgtRUJmD5NKTxyfpwM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4355625rem;width:16.6230625rem;top:38.25rem;left:23.21875rem;overflow:hidden;display:block; }
#hGbeo7zQfuM9iEUk6mutrgFncwshXDKl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.999025rem;width:12.6865rem;top:13.107421875rem;left:26.03125rem;overflow:hidden;display:block; }
#LlZfBn6k16ICobN1zb56aSvcuMI7cdLe { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:12.6875rem;top:21.46875rem;left:6.3740234375rem;overflow:hidden;display:block; }
#Tu44lvQuz6LClOtblXdUSQKb6LMr0acx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:13.4375rem;top:12.2939453125rem;left:43rem;overflow:hidden;display:block; }
#RcmRvQSvJxMta4E0t0bmEnfgPS9Zgy9d { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.499025rem;width:13.75rem;top:30.75rem;left:42.625rem;overflow:hidden;display:block; }
#m6TIWgxuSVznsRXMIezC7R9EXgGQHIr0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.061525rem;width:12.3105625rem;top:30.75rem;left:25.375rem;overflow:hidden;display:block; }
#xLD7c4poNspKQcCniz4TQDa9hBwEf4BW { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:18.375rem;top:29.5rem;left:4.625rem;overflow:hidden;display:block; }
#mZercRUuhPS7Qbccu0fdWytNIT7DftcP { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:17.0625rem;top:21.46875rem;left:41.1875rem;overflow:hidden;display:block; }
#ZKBk32WPlN76wsKfxHIw2tlwuIZfM13D { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:16.125rem;top:21.46875rem;left:23.03125rem;overflow:hidden;display:block; }
#pX8ygBOnIq9DTmLLKQuSt1PFCCRongqk { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:12rem;top:2.9375rem;left:7.2177734375rem;overflow:hidden;display:block; }
#aeM6b7MzlJz4gJLxhmVpIVFUPzBJDLTI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aeM6b7MzlJz4gJLxhmVpIVFUPzBJDLTI > .row .container { background-color: transparent; background-image: none; }#aeM6b7MzlJz4gJLxhmVpIVFUPzBJDLTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeM6b7MzlJz4gJLxhmVpIVFUPzBJDLTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeM6b7MzlJz4gJLxhmVpIVFUPzBJDLTI > .row .container > .video-iframe-container { display: none; }#aeM6b7MzlJz4gJLxhmVpIVFUPzBJDLTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeM6b7MzlJz4gJLxhmVpIVFUPzBJDLTI > .row > .video-iframe-container { display: none; }#aeM6b7MzlJz4gJLxhmVpIVFUPzBJDLTI > .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); }#aeM6b7MzlJz4gJLxhmVpIVFUPzBJDLTI > .row .container { border-width: 0; border-radius: 0; }#aeM6b7MzlJz4gJLxhmVpIVFUPzBJDLTI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aeM6b7MzlJz4gJLxhmVpIVFUPzBJDLTI > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#pG8RtMtpmgl7nPqtagaKzIwfJoc9Jr8T { color:#6aa230;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.484375rem;left:0rem;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; }
#F5Hlror8EikKBFEeQ7x8du13JOxsIV9J { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:37.5rem;top:1.63037109375rem;left:11.25rem;display:block; }
#CAFXCWeaF2NTMMiPotCZm0qvPIdaMnTW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CAFXCWeaF2NTMMiPotCZm0qvPIdaMnTW > .row .container { background-color: transparent; background-image: none; }#CAFXCWeaF2NTMMiPotCZm0qvPIdaMnTW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAFXCWeaF2NTMMiPotCZm0qvPIdaMnTW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAFXCWeaF2NTMMiPotCZm0qvPIdaMnTW > .row .container > .video-iframe-container { display: none; }#CAFXCWeaF2NTMMiPotCZm0qvPIdaMnTW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAFXCWeaF2NTMMiPotCZm0qvPIdaMnTW > .row > .video-iframe-container { display: none; }#CAFXCWeaF2NTMMiPotCZm0qvPIdaMnTW > .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); }#CAFXCWeaF2NTMMiPotCZm0qvPIdaMnTW > .row .container { border-width: 0; border-radius: 0; }#CAFXCWeaF2NTMMiPotCZm0qvPIdaMnTW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAFXCWeaF2NTMMiPotCZm0qvPIdaMnTW > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:60rem;position:relative;display:block; }#h5rMxKPmfaQHqLXVhEd0DXLTqthTfSbN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:20.25rem;top:9.125rem;left:19.875rem;overflow:hidden;display:block; }
#iOKPBxCKoUvhci0SP5PPvxohg6owb32Q { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:11.1875rem;top:2.375rem;left:36.125rem;overflow:hidden;display:block; }
#F7bCFh6lzbFPwcraMoDFydgLa5hIleZz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:16.6875rem;top:3.15625rem;left:10.625rem;overflow:hidden;display:block; }
#L6df4fb7834f0653c5e4bed60bc501dc { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(40,40,40,0.1);box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#L6df4fb7834f0653c5e4bed60bc501dc.adaptive-delivery-prevent-bg, #L6df4fb7834f0653c5e4bed60bc501dc.lazyload, #L6df4fb7834f0653c5e4bed60bc501dc.lazyloading { background-image: none; }#L6df4fb7834f0653c5e4bed60bc501dc > .row .container { background-color: transparent; background-image: none; }#L6df4fb7834f0653c5e4bed60bc501dc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6df4fb7834f0653c5e4bed60bc501dc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6df4fb7834f0653c5e4bed60bc501dc > .row .container > .video-iframe-container { display: none; }#L6df4fb7834f0653c5e4bed60bc501dc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6df4fb7834f0653c5e4bed60bc501dc > .row > .video-iframe-container { display: none; }#L6df4fb7834f0653c5e4bed60bc501dc > .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); }#L6df4fb7834f0653c5e4bed60bc501dc > .row .container { border-width: 0; border-radius: 0; }#L6df4fb7834f0653c5e4bed60bc501dc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#L6df4fb7834f0653c5e4bed60bc501dc > .row .container { font-size:0.875rem;font-family:"open sans";height:23.625rem;width:60rem;overflow:visible;position:relative;display:block; }#Hf7042038a68295cb6c8060684793f89 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:17.125rem;top:3.375rem;left:21.4375rem;overflow:hidden;display:block; }
#e36b98f0c0f8181c8969e958d4beb5f6 { color:#101010;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:10.8125rem;left:0rem;height:11.15625rem;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; }
#eba35a4aa0c66cbaf73774a5d1ad1d51 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d1721;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row .container { background-color: transparent; background-image: none; }#eba35a4aa0c66cbaf73774a5d1ad1d51::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row .container > .video-iframe-container { display: none; }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row > .video-iframe-container { display: none; }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .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); }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row .container { border-width: 0; border-radius: 0; }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:60rem;position:relative;display:block; }#ga17bbb0e094f47cc29ff7d3fe20fbc2 { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.75rem;left:19.375rem;height:5.199225rem;text-align:center;text-align-last:center;display:block; }
#U1f22e55c07b9a4d5d18d29c1f4ba0d7 { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:33.5rem;left:29rem;display:block; }
#T349b01eddfee70cdfe76bbce499497e { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:11.75rem;left:18.5rem;height:19.1953375rem;text-align:center;text-align-last:center;display:block; }
#md49cb1d3151e3fc0a1b6cd773729114 { color:#ffffff;display:block;width:31.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:37.9375rem;left:14.1875rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u { display:block; }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egBi4xh9vt3xm0ItumKv0yNk65zl2aGe { top:0.4375rem;left:45.5625rem;width:2.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd { display:block; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNoJozHcJIImy1ng7kVEmTXScU3Szh3O { display:block; }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vv8rVTPvwNXDCowWgSW8bBbxigRcl8Ea { width:47.75rem;height:11.8125rem;top:2.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7ShNc6BqbBPihLGkKZe4cFgA9I6a7BD { width:14.1875rem;height:3.4375rem;top:17.25rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukZKkanmXJxOKIWpEoMiVJmkcrb0dRBM { display:block; }
 }@media only screen and (max-width: 763px) { #XGuGbO0dHBTiHNhaowGSPl26g5wTBkQA { width:14.1875rem;height:3.4375rem;top:17.25rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiBTS1PwxLxfiOA95DRSpAF2E7dGhvCg { display:block; }
 }@media only screen and (max-width: 763px) { #v3M0hkcisQz0MHM4DcTx6SbH74gLKdy5 { width:9.25rem;height:2.8125rem;top:21.625rem;left:11.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5AmFWLXRuAUkdS8TKHx04XtkZbJztr5 { display:block; }#y5AmFWLXRuAUkdS8TKHx04XtkZbJztr5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTnIIxKTXZnauS6KqdmXUsrsvNk8UsEB { top:3.125rem;left:0.4375rem;width:46.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q { display:block; }#wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W0VHZ75bdbrRycvUmlu65GTcBIk1Ci2M { width:47.75rem;height:2.0625rem;top:4.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yauEnTcGO9zXyUGAUglutopmkWqARvVE { top:9.5625rem;left:3.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysZpkmK7ig5qndKVlWFhizVJFZanCSmJ { top:10.0625rem;left:3.25rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWFFMIn6Rnu6MwkxJIsLtgknBdCt3rOK { top:9.4375rem;left:26.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #faHwItbSTGT9THq2WKXJn7GL1qx1fCSl { top:10.0625rem;left:28.6875rem;width:19.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gai6thOhVo43e26iZ28cfGBRgZlgnr2B { top:9.75rem;left:16.1875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTzsxAlh9rDyucGuvcBeKpChPOTRS0Jc { top:10.0625rem;left:15.0625rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPFiKHiIa9ITf54PHc4n3KC9TzMeNu19 { width:37.5rem;height:0;top:3.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk2y1TVnIHTZF5ic3pAMDP8R2wcIArh0 { display:block; }#gk2y1TVnIHTZF5ic3pAMDP8R2wcIArh0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSBMfaoAVO36RL7O0wuEpCklbvl4TzKM { top:3.125rem;left:0.4375rem;width:46.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA { display:block; }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJB64mXIJ7JZ8zhDGQIS0mRhdIzQ7Uyp { width:0.0625rem;height:28.75rem;top:3rem;left:4.5927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFnv3ATawDBTO3wyT5x4zehIB5JqhVKJ { width:6.625rem;height:1.625rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq1XiWL8LkXSifxuzTznqiF8qwAbgDkH { width:3rem;height:3rem;top:2.5625rem;left:3.124267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBz49Qn3XioFqOEWmJJUoZkTFomTEmog { width:21.3125rem;height:1.4375rem;top:3rem;left:7.843505859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgu8Z3z3F00XKw5aq4mnAWC9slpbkV3l { width:3rem;height:3rem;top:26.625rem;left:3.124267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GItyJtzgFJNIyxJWMeWBbW50gkq9V042 { top:2.875rem;left:3.593017578125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd4ZTSwhWquUPaTWiZ5KUeHxg7vZCOTA { width:1.5625rem;height:1.5625rem;top:8rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fma97VS8BTPzBpk1u7m8qLOsauRvZOiU { width:3rem;height:3rem;top:7.3125rem;left:3.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI8e9JlO9WWm8pLmmlZAXDKEM6INylFw { width:21.75rem;height:1.4375rem;top:8rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #assTT51m8DSQwZ63JhOBmGhsemHHon9q { width:6.625rem;height:1.625rem;top:8rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOIFTkZEfnJO2RWAbQZQLmDzRXBAChOu { width:1.5625rem;height:1.5625rem;top:12.5625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrahKDdDd3UkzhFn5IO4eQsuKCA1nrtn { width:6.625rem;height:1.625rem;top:12.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKTma1qtRlDrAt83TSa2Tx9WPcTMsA5z { width:3rem;height:3rem;top:11.875rem;left:3.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSonPGKuZGUvzcs519nN2ANMMwJlxqMw { width:1.5625rem;height:1.5625rem;top:17.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cea5wTefDmA9OkzddwNNibt495tByBCx { width:6.875rem;height:1.625rem;top:17.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPNK1x7q8MqICkiXTKvTr1meAQ5PTJ0G { width:3rem;height:3rem;top:16.5625rem;left:3.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huOcp7TMsbCxwlEnh1ycKX8k1pgQaa6Q { width:33.0625rem;height:1.4375rem;top:21.75rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRSDhzSpW57bJkRg6zSv9TRMaOvwNvHw { width:21.75rem;height:1.4375rem;top:30.8125rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcLcTliWlid1LZkcT7QGEz0dZpqllrQn { width:6.875rem;height:1.625rem;top:30.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv8ufw6ivWc9LFBZCs9iue6PCAwPp9sk { top:30.5rem;left:3.6240234375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHSLEVGTawpX3bAGuCi3v6JnIDWXyPT7 { top:0.4375rem;left:19.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABVwF0AkFfREVVwMF0v4LVCstSuqNTcv { width:26.6875rem;height:1.4375rem;top:17.25rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTrzLWyCd1dCz4BzpmqZWbXMoU427b6E { width:1.5625rem;height:1.5625rem;top:21.5625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA66ZBAseACLNPIFVyTesI1REIthwAyO { width:3rem;height:3rem;top:20.875rem;left:3.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMt6K8BnNJdWqOQkpilFeD4v2uJUdzTp { width:6.875rem;height:1.625rem;top:21.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1DC8Ce77mt9yaKgLppbOqqC65FCBTNc { width:33.5rem;height:2.9375rem;top:11.9375rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHReDCfNnPPF01pVyQPzHN2nygvnTSE7 { top:25.8125rem;left:22.53125rem;width:1rem;height:1rem;display:block; }
#DHReDCfNnPPF01pVyQPzHN2nygvnTSE7 > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #PO8k436p51F6Vyt9DlPMaa3Kl9ZEyuRf { width:21.75rem;height:1.4375rem;top:26.4375rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBIyFvBaHyl4CZoMAv4xmwzT3cptL0TF { width:3rem;height:3rem;top:25.5625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoSiuKfoG9iTm4kylTTBviCOOHFhWmea { width:1.5625rem;height:1.5625rem;top:26.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su4vTA4Bfl1iQ7bAO4fWwDV1uEbBMLTn { width:6.875rem;height:1.625rem;top:26.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHk6sRPRun4x0BbWkUnQHsTJWhzUfi1k { display:block; }#SHk6sRPRun4x0BbWkUnQHsTJWhzUfi1k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoBhrFkcWaafQ9XsZQvlIC9U1sOPoGya { top:3.125rem;left:0.4375rem;width:46.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXqkTeWI80mhVo641qJmT2wnH8tQkn6u { display:block; }#UXqkTeWI80mhVo641qJmT2wnH8tQkn6u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHoawRTCDbWoHGAnF4NFchhx2BMTMTH1 { width:0;height:28.125rem;top:2.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRTrAZoMtcT0T0wk2M0uqG2Xxnem9Le4 { top:0.4375rem;left:19.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUfmzA336LfpkvAOSRysTHfBwB8Gte2w { width:42.1875rem;height:1.4375rem;top:2.1875rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGJfJSRO7rfpOgxhclNTCKAzukrHyHC4 { width:2.9375rem;height:2.9375rem;top:1.3125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4wJX4Zkqmp3qqkJDOmsExWBfyMmK9K3 { width:1.5625rem;height:1.5625rem;top:2rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9KhIz7NJxmAoQBIdpsd7FLF0EJnTmoT { width:6.875rem;height:1.625rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkZmS5sKaTwNC5aUnmNvr7QWX2Or6Cmv { width:6.875rem;height:1.625rem;top:6.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmJefEEn50hn2606bUXd1v9lAA49lOw2 { width:1.5625rem;height:1.5625rem;top:6.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny4KLkQFDZ8BhsTbBqVln89lOvzWh3hG { width:2.9375rem;height:2.9375rem;top:5.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODNg1LqIGbOtSPHWRZfuqPg7VxIqfs8C { width:40.75rem;height:1.4375rem;top:6.625rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUWPeqwMhvFS3wlBHcmZAxb4II84ch2y { width:6.875rem;height:1.625rem;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB9ThDzQT1Ca6IxspgQBkMQ3WUIBLQGp { width:1.5625rem;height:1.5625rem;top:10.875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3x4WgKxpGgVbKC5NpZqgP70Snqrs6Nn { width:2.9375rem;height:2.9375rem;top:10.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA4NR4GrM4fST5PwWM5U3J3hznytfWqx { width:42.1875rem;height:2.875rem;top:10.1875rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGCXMcV9QaNIEQrKLbhvTWoB6xRQxFm3 { top:14.6875rem;left:3.625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9CEqzItWVHXFJq5CA61RWp0PLpbf83d { width:2.9375rem;height:2.9375rem;top:14.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIfd3kdGWmAiFkbLtfsEegbGnuoA2W0s { width:21.6875rem;height:1.4375rem;top:15rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty7qHJtCRt5TWJKCSW8OwM1XqAonZNiF { width:6.875rem;height:1.625rem;top:14.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scsmxoWgMwM3pemtRI9xfRuFxOLiOy4m { width:6.875rem;height:1.625rem;top:19.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt3QVmMFPc7xXZlw4rahAhUHXUapHsWZ { width:1.5625rem;height:1.5625rem;top:19.0625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POmtao6gKdOu79TnLBznChkgpXfZBkik { width:2.9375rem;height:2.9375rem;top:18.375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDsVgJNcHWGmWMoGRtu1RiO8p1TUzMHQ { width:42.1875rem;height:2.875rem;top:19.0625rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZJJbQK43aBGl28RgwyOx1P0RCBbPodH { width:6.875rem;height:1.625rem;top:23.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF9LQTcH1rTZztHddABbTH7G26KTEsZ2 { width:1.5625rem;height:1.5625rem;top:23.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNaf4mH4X5BnUruuegCGqKLQyOyyJTcH { width:2.9375rem;height:2.9375rem;top:22.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FthLLXxCa4QWh2UMl0JswFiuuyyBZSbE { width:42.1875rem;height:2.875rem;top:23.625rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gceE6pB5w8s2mV3S4XCadNvTKQPrbKfC { width:1.75rem;height:1.75rem;top:28.875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywxT1IOgQPwoAWq8JDFmHa5PHdbuoXxh { width:2.9375rem;height:2.9375rem;top:28.375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA5uPkA7rvNWUKAEi5Oc4a2llgaSaJup { width:6.875rem;height:1.625rem;top:28.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKP0qmikPfBOoz6JtcFb00ASHtMypcIl { width:21.6875rem;height:1.4375rem;top:28.9375rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuwHPFuVqLn5LBZkbuy8N4IMkVItL372 { top:2.1875rem;left:46.75rem;width:1rem;height:1rem;display:block; }
#JuwHPFuVqLn5LBZkbuy8N4IMkVItL372 > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #Liw2nUhGtLI1Fwi3PFbAbWOq2hJ1G5C4 { top:6.6875rem;left:46.75rem;width:1rem;height:1rem;display:block; }
#Liw2nUhGtLI1Fwi3PFbAbWOq2hJ1G5C4 > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #V9tyAkNZ2bSPBQlQOaUkPDvdqi9kG0NF { top:11.8125rem;left:22.0009765625rem;width:1rem;height:1rem;display:block; }
#V9tyAkNZ2bSPBQlQOaUkPDvdqi9kG0NF > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #ci3DwNxTGbTXNN9neyM7HXTOayRTJrbH { top:20.75rem;left:33.8134765625rem;width:1rem;height:1rem;display:block; }
#ci3DwNxTGbTXNN9neyM7HXTOayRTJrbH > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #yPxTMAmwnm9IIBlG2xugXpEVQTivOyFs { top:25.25rem;left:14.5009765625rem;width:1rem;height:1rem;display:block; }
#yPxTMAmwnm9IIBlG2xugXpEVQTivOyFs > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #ZHMkxBkZAh75IZKIodPKP5JciWV965Db { display:block; }#ZHMkxBkZAh75IZKIodPKP5JciWV965Db > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBAF39VNEpxG52eiVaQBRATbrF97rgIL { top:3.125rem;left:0.4375rem;width:46.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAo9mxqUgrdXBNlI4IZTNkxdDRtkHZT9 { display:block; }#pAo9mxqUgrdXBNlI4IZTNkxdDRtkHZT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEIiTA9EyCA3tXdolGkusHXNuTMhHK70 { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdKsrXXXGdPNwMV6mu2BWI4KIzHaWTyI { width:37.5rem;height:0;top:1.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axE0BgxH3Zm7xh5rTp261yIw9sNESIGW { display:block; }#axE0BgxH3Zm7xh5rTp261yIw9sNESIGW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IT2bRrKaQOHTrLwdaSm6nLzNLWyshosg { top:1.875rem;left:18.3125rem;width:10.9375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLoJNT76rcruAgu4HB6lZViEiLNdynfa { top:15.5625rem;left:0rem;width:20.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2wUi4oGTXxPe6GV6I6LdtT9ZeusdQLD { display:block; }#O2wUi4oGTXxPe6GV6I6LdtT9ZeusdQLD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrfFFhI6ilFMPmB7yZN6TIAw9h51HwNg { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFhyNiQrUcGLGShmT0ITTH9oH3Q9ael7 { width:37.5rem;height:0;top:1.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtpNFTyAzKLJAoz4X2EoTOdQrAagW8Fh { display:block; }#FtpNFTyAzKLJAoz4X2EoTOdQrAagW8Fh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OuS5EzdQAkvQi1lIS7CyxlC0iFbpNdAL { top:2.375rem;left:18.8125rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqEz99m9ifZiQOpKtPrFDKaNfoSgV1d9 { top:2.375rem;left:34.1875rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1z3IgNw0HvamvXkabOcItnhZn6wavvU { top:16.0625rem;left:11.75rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRJgD1wQbFKxCbRUFGJgK7QMH3d1UeKh { top:16.0625rem;left:11.625rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z390XpTtyQu0cwJ1ZWk6ZynSQ9d39cMx { top:19.3125rem;left:27.75rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSn4zSQGyQsAyQp5I1S3guXWZeXOKPdW { top:18.5625rem;left:22.25rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdP4mzSiRIoaTHwAWPlvM6JqSoQtzh8w { top:18.5625rem;left:38.125rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDeOaIRRp7WTgTzAgU3zcTN6kxZTonKh { top:21rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5kZrc4GTt9vnw6Wmm3p9IFfvGAJu2wr { top:21rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhMTRZz194TJdqa66Ve2TLg4kPC8HCGv { top:19.3125rem;left:11.875rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3vEFkQhA3eoNmBnRWupCiu4KZpWtd0s { top:21rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0O0lEJfailqKcrQnczGFygFy1SQMele { top:19.3125rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dImt3GodiCWAW8Jk1DOuPWaykxENbGCS { top:18.5625rem;left:6.5rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9bGTiJxMXbDbR2bspkOFS5SPbTvvLBA { top:16.0625rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZZnAT7ucm1TDRLJfDbgdsFgQpz2Rtnu { top:2.375rem;left:3.0625rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk8PFiLCvwtUldLUB1ZEJ9RLykfRVQof { display:block; }#Zk8PFiLCvwtUldLUB1ZEJ9RLykfRVQof > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mATNkNJVT0RKTimqv9Q5kLMvhcwIieEd { top:2.375rem;left:18.8125rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr4iTXfPfSbU7cO4Hw9TlUGQDw9FomxS { top:2.375rem;left:34.1875rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDeLSWScTLxtasTTVSPqC8DnZNncibGG { top:16.0625rem;left:11.75rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6U7e8lrZNTrgGh9qFTnCilsmWGr1KOD { top:16.0625rem;left:11.625rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo4fTkOE9EeAC3mTMdJhN5qlT5oLd2OI { top:19.3125rem;left:27.75rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfUJFG8EDselzU8ThnaPu2GudvLlBwlu { top:18.5625rem;left:22.25rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQHxHWeqHUURmlPP75yxbH01tDEnbmTS { top:18.5625rem;left:38.125rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUwafUD9PivVpMneqHx0f08XBpoffWK1 { top:21rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFG6SFrP62mCRbnTBI8XmQZ64Drq5K7x { top:21rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMBFdpHZAzKsA22a4iBFV9OdvBXayR4l { top:19.3125rem;left:16.59375rem;width:14.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2fS1SrIesNTGCUiq1gn26gHhpGQi5FC { top:21rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJiO0cEH63m6zS1u0GXn3d5sT4V5pUD1 { top:19.3125rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6BWFXBL6DtKJScrkDzSnTgvGvnGqoBc { top:18.5625rem;left:6.5rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaPqanR37ihrdAx6SuLhgiFaEiDSTHq2 { top:16.0625rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ1uuDzAQMEiMXHffwS1FMEsqzQ7dBnS { top:2.375rem;left:3.0625rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NofQTGk4XqLg9rpnQadIvK0NkKTVqioC { display:block; }#NofQTGk4XqLg9rpnQadIvK0NkKTVqioC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVDVr7fXBdgBwDJE0zE1p3DueC7Nl2F6 { top:2.375rem;left:18.8125rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTRqULgHvG1NugPdya5ukwEBMk9Hpb4L { top:2.375rem;left:34.1875rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu4rRxMZQPXIUe5qSOgG0HEbt0fPTiEk { top:16.0625rem;left:11.75rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwxHpfcHEyBPCqwdSx52Z2TwpulV5UZ1 { top:16.0625rem;left:11.625rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsNecQ2UTHlscJ2gA7DVqF3UK90y6r99 { top:19.3125rem;left:27.75rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGyQGPdQhbHa3iXDyiUUcLh4pPn5ieqD { top:18.5625rem;left:22.25rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa3oIQKRTNNtJZ8IhVpoXZsgkZXqkzc4 { top:18.5625rem;left:38.125rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3zfxx1qA2VVOAkivS69fnw6Ff6aNdBR { top:21rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #szeZuuZuTwu186tJ1JGRLCc8l89LOPok { top:20.9375rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebTf6MwiWLq3HdG8uKioS54hpPu38xos { top:19.3125rem;left:11.875rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN4c4bQiVh7bx7s6Gz7DTyaT6O0Jv0T8 { top:21rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfM7U0fMyxuLz4hVMHIKaL8PUZfaCiNX { top:19.3125rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4mJiWDdb1DwTmDFV3tZuCBTkh6kVbcB { top:18.5625rem;left:6.5rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEmTwowMsSnQ5ThoDWTpSUis6E6nGSzi { top:16.0625rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0u3LFQmtZCmyWwTe93RyTXF6dsLG68P { top:2.375rem;left:3.0625rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uso7Ix0g0lKdpnsM1qhmxISDiKkiVe9N { display:block; }#uso7Ix0g0lKdpnsM1qhmxISDiKkiVe9N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yS4TdzTGLrG8VdCBW9DHzOQPCAvTfOAh { top:2.375rem;left:18.8125rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSOUCcg2sTMULt2u1lL17TvbPv07nNwv { top:2.375rem;left:34.1875rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w466Hh0eCyyPtyDSNebQ16dLTKkJ2id8 { top:16.0625rem;left:11.75rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2knAbhTcgyD7vTfPyZTq6gxS2nVik7n { top:16.0625rem;left:11.625rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyQmEvGOCKLTkUObqRgadus2InVdGoaf { top:19.3125rem;left:27.75rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmXoxM4OBhqkCGuCeb9dhbz0byBRLSIb { top:18.5625rem;left:22.25rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3NdmixwQ0kXFcyqAW8gLgu8Pkz4WiPs { top:18.5625rem;left:38.125rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwXoL0cpRWK8vgnyaGgXZRuQCPGVVF5J { top:21rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVnZrFDDTThdB4py7gXEicAf3nxpkqJR { top:20.9375rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1I7lKC47WTHmUU3cMbieZigxZkxsClh { top:19.3125rem;left:11.875rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk1yVkE9tu2nv6Bqhs6CM5qQ21qafIev { top:21rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8AXRUXhi7i1G7f2yEPm35OA3IGfdP1E { top:19.3125rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS8e7RdFvrRd3UI8PTGP8U7B2Uqf67mH { top:18.5625rem;left:6.5rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #meMzBWEgMskwu7o931NaKHyIkWRmTzy8 { top:16.0625rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJWQ0xHIvKURtZCIeURDtFeg9UmobNhU { top:2.375rem;left:3.0625rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1gV3wRJWeZF84TpoT2g75hTQdSqTUQm { display:block; }#g1gV3wRJWeZF84TpoT2g75hTQdSqTUQm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1U5nb5rZGlR3KcPKUsNoaCNC0DKTrrt { top:2.375rem;left:18.8125rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOMeeZifRxoeweNU2NAe2sli1QPehwWT { top:2.375rem;left:34.1875rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuPB0aMW8y9SHWwf3Z35RlmX2ucldzon { top:16.0625rem;left:11.75rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1hTRT33U14QmoeylPmHyZ1Dp7yzfhcp { top:16.0625rem;left:11.625rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc8I6sPOC7ETSkhbLzCNxhyIL9SqTkBM { top:19.3125rem;left:27.75rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCyGB1I4yHip928CeFJbyZACyLKUOAFE { top:18.5625rem;left:22.25rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg8JcaND52lfHLmlpdvZmQWQigTuNoTT { top:18.5625rem;left:38.125rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R56TxT0RTytfvO1GzwStI2dpK0xypki3 { top:21rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #av0dvOmpS667Xwr6RpLS6RnwoW0E1WJu { top:20.9375rem;left:15.8125rem;width:15.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyPsnmBCcOF47EZuERKm853z2z38c8u5 { top:19.3125rem;left:11.875rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9D3Caoo1QNDuPEItgrXWE0aIs8kwC0C { top:21rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOHc9Ce3FBfO0feM2Z2wzdrGaJTres34 { top:19.3125rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFKW02opxbBaPVULPgqGM0rccHJ6hs8d { top:18.5625rem;left:6.5rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnrWb6dQ3Kt2OucUc37TwukuZ5nU9KVO { top:16.0625rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #waa5337nGQHSw9MopwNlwiRLq8I64TKN { top:2.375rem;left:3.0625rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu1bueipXnT4O445B2VAwXS7n13N58Ul { display:block; }#Nu1bueipXnT4O445B2VAwXS7n13N58Ul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTHcFogeXDVOShUJUBIW5MZiaN3GMkhe { top:2.375rem;left:18.8125rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4JWl4Zuq5P7wKDwdeclnWJmMri66bTP { top:2.375rem;left:34.1875rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmBXJ72UV2sfTlqzxm4BmTHvviBdLwmJ { top:16.0625rem;left:11.75rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiXIforu04RR7dBaeTnfVqbGydpPZTgk { top:16.0625rem;left:11.625rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FflBxDTIw120DRF22f4Po0aqQxG3QiTb { top:19.3125rem;left:27.75rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukSVrfTmy5aCRQwIf2sGyS3TQHKkzTCu { top:18.5625rem;left:22.25rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWsFs6RWin5RyUK9SiK10WzJrEWf1giu { top:18.5625rem;left:38.125rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWp8bTuQ9pHF7LAeGmmOfogggA2szBwt { top:21rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb2hwquWTVsIwR07AfRFHlX0JIzGSZAe { top:22.5rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeomLx9zfkR4CqVBLJPiXhxNxG7vneCV { top:19.3125rem;left:14.4375rem;width:17.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOzzupK9xzt0XgVb24TVWmIEcagPqVFK { top:21rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtZLXvsJPwnHuQkuiq8l2qCaaSuulPUg { top:19.3125rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU9ofXzFVPTaid7ecapKoSotH6lKG0TF { top:18.5625rem;left:6.5rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOH3WNW0tZ26AomgG1WX67F9BEUtosEg { top:16.0625rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHJ3F7gvwto3pKV9erXFwnGVmvTizKhE { top:2.375rem;left:3.0625rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4TrFcwB7sPwspaSxAvdQvCNr1QVH0RP { display:block; }#n4TrFcwB7sPwspaSxAvdQvCNr1QVH0RP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yBGzuVq32RSyPUXJk9e2pAXQdoxwFJ9x { top:2.375rem;left:18.8125rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOhe1uPIP8S2maUgnr1Q7Nw2G4MTQ7G8 { top:2.375rem;left:34.1875rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlCCnAgaoIWg5ORJJ9qzKAszoOR3lzd2 { top:16.0625rem;left:11.75rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giO9TzuNyeQMnTLPAciIcxHxhf81ETU8 { top:16.0625rem;left:11.625rem;width:20.125rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV1RWPZoovPArQVWds4B2SVdsxV5MRcb { top:21.25rem;left:30.25rem;width:17.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA2JvrvLFLv6xnqOstHJ1xIrxQhlhM5l { top:18.5625rem;left:22.25rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdBggXGKEtbTyk4PyMTiLwI7tq8RaDGW { top:20.5rem;left:38.125rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmNLJTCCJiW61lCm5x8P1liyQTd2ufv5 { top:24.6875rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLi9ykkWT8nu7DJENWsiZ567PTG7GAml { top:22.5rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpXePxEhLqLCesuIKrNKbmyVbDxTTcNI { top:19.3125rem;left:14.4375rem;width:17.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReszGS8tqVGyOwqrAk7WGhzAzBTk5TCS { top:21rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwLGJu7OZUpe2iz4zuZNFZw5A1OfQZLt { top:19.3125rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHNwnboDT5KuIUCqA9eLJpbFNSaEL63x { top:18.5625rem;left:6.5rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C52Xb6y0B8OJdMtIKq11vErbvdy55TJd { top:16.0625rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPPpBaTSt03nkPWfKDnhsIXoDnHVbqSX { top:2.375rem;left:3.0625rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAD4utIT27q7lumPdoTzyzbWzLs2be5h { display:block; }#DAD4utIT27q7lumPdoTzyzbWzLs2be5h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCq2ssgbvm9uurVB4vx6cFMXvOZ4yJhS { width:19.6875rem;height:3.4375rem;top:2.1875rem;left:14.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKMDTgECgnF7ohcrwCk5gwOnQWDCU49B { display:block; }
 }@media only screen and (max-width: 763px) { #k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW { display:block; }#k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJaPTmWoHLVV7nT92VwM78x9u3nrP68E { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVroWNGzTdE75faySQUPBhdzW1SGBs0n { width:37.5rem;height:0;top:1.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN { display:block; }#fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qwv00wn57zKuvSLphzsJiMcSqo0uAftO { top:2.75rem;left:0rem;width:14.375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auTWXgUXMTrvDGSS28e3gcndUNEfcgWE { top:2.75rem;left:18.8125rem;width:10.125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIr5UoMbdockEDA0I5hgmBI8NdxgMacJ { top:4.875rem;left:31.625rem;width:16.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFW6b6PlhdCrcoPyOUMcLmNk5wEGaFCT { top:4.5rem;left:0rem;width:7.125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV0cHhtgQFPZhyDFiR8XuMPFSFiHp7yh { top:6.375rem;left:22.06103515625rem;width:6.125rem;height:5.073549215836rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLpOntaRbiryMSc1CGcgQyfus18b123s { top:5.8125rem;left:40.125rem;width:7.5625rem;height:6.2609207980851rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzxhEZ1p0kKOlE7F8BCKM3lQqmTRiGTt { top:13.6875rem;left:13.78125rem;width:20.1875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0UOfTl0e3aBnIMuwXuhVKWHQgbf0PXp { width:18.75rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lfQyEAqfatqyBVuBkBcVdqT2axmXlowm { display:block; }#lfQyEAqfatqyBVuBkBcVdqT2axmXlowm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdyssrVVDCzZtR6UPB6lfotw9FFJiZFW { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzWXovI7Iy67Ql0EoZnDbvIWbLItOiqQ { width:37.5rem;height:0;top:1.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTxEPodwQSotZA00fcXDdhT7cvBIngfe { display:block; }#HTxEPodwQSotZA00fcXDdhT7cvBIngfe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCH02tA8RnpIeVGzDyW2k7i3yQZcpBMy { top:3.625rem;left:0.25rem;width:10.8125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKVZtreqKpFWsz6DuwfriFXz58xQOtuq { top:3.4375rem;left:17.5625rem;width:12.875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUx5r4TVQrrTNTS9e5VtXNTXIUVOR798 { top:3rem;left:34.1875rem;width:13.5rem;height:5.2882133903554rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF5VglT7iz3fs34nBdUugE0N79Aug83F { top:12.3125rem;left:17.5615234375rem;width:13.75rem;height:3.62426875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5dHoWsdbmwqUZdJIsP3nFTguB2K4VDG { top:11.5rem;left:35.3125rem;width:12.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZl1HWhDZxJmwguTLAQ5wrZubHRn7euh { top:13.5625rem;left:0rem;width:11.75rem;height:1.5545206784325rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSggc8BLpwkKcoI6g5kNWuUIO4RRaqpK { top:28rem;left:11.5625rem;width:9.375rem;height:4.811525rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCeJrfaTTN6ezVkWZPP9i2BxxN0bxusL { top:19.9375rem;left:19.4052734375rem;width:10.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdGHyPraPRxaMXb60JQzKvDcWzTgudW2 { top:28.3125rem;left:25.5rem;width:10.6875rem;height:4.1007872058336rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm5LPGOfLBTlhdm8U6ty4UPtvwl7HQdE { top:18.75rem;left:0.25rem;width:11.1875rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfUKp49TLKIOVBJacuptnHgDFyyhAVsb { top:21.1875rem;left:37.5830078125rem;width:10.0625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL { display:block; }#CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzdHmeLI4aSUfQXOlVDwGBOmQmlp41mZ { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8aTXAvtnKdlqbrJHhQGsq1cKA6fmD6e { width:37.5rem;height:0;top:1.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT { display:block; }#tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTnlJmy4eQdyrMyoQkhT8orCVL7uspAa { top:1.8125rem;left:18.875rem;width:10rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyFWmX3dmy8DRkmhVDGgEiNMpTgnCqqT { display:block; }#gyFWmX3dmy8DRkmhVDGgEiNMpTgnCqqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0FxC6qaFNtXrHvhDqnl0XfQP0l9T2CG { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmKSrcyXnDAF6QvCPfxXTIhQRkf3UT0e { width:37.5rem;height:0;top:1.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bofvrl2lBaVmJZKTA8MTKNN6PpXXCWgB { display:block; }#Bofvrl2lBaVmJZKTA8MTKNN6PpXXCWgB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaJ1DQDCWGhz62BaR67pBd0LpD992dkc { top:1.5rem;left:16.125rem;width:15.5rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW { display:block; }#oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztHaJLKcR3T24H02PMHn5uHuTzHlSOeT { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHLwLpgbdQUfenB0KP9kU3pTR67ZTInr { width:37.5rem;height:0;top:1.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onBFm4IntyfBi6Dqbd6wf79o3nEACO9w { display:block; }#onBFm4IntyfBi6Dqbd6wf79o3nEACO9w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U19QtKLauCZ5nIJg4MUGuVTdlJbEICbA { top:1.75rem;left:26.5rem;width:12.25rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLSIPwlZmiuyttlWnQFe9zbtlkD3SXtF { top:1.75rem;left:9rem;width:11.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpTMBZ2dkGivw0KacVNynRavU0PgQ8Gp { display:block; }#qpTMBZ2dkGivw0KacVNynRavU0PgQ8Gp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6aEwQ91wx7eJ5lzz9o0XwvqrhggnKKP { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBnu8GSq3tN0VyF84q5izu6q6KhD8DTa { width:37.5rem;height:0;top:1.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR09RfKXQXDXVVydh7Q1nBR6i2pltM7G { display:block; }#zR09RfKXQXDXVVydh7Q1nBR6i2pltM7G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IQS5y7i7y6yBinMdHuJOlEiWyVhMFF7c { top:3.6875rem;left:20rem;width:9.9375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R484spI27NOq6q93aCSGggoonvnhWFSt { top:4.4375rem;left:34.9375rem;width:12.8125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKZI7y6I7KIacPWvR78WpTGzamu5VQkH { top:13.0625rem;left:0.2490234375rem;width:14.8125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3RydEIHG6LCAadgtRUJmD5NKTxyfpwM { top:38.25rem;left:17.09375rem;width:16.5625rem;height:9.4011860874764rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGbeo7zQfuM9iEUk6mutrgFncwshXDKl { top:13.0625rem;left:19.90625rem;width:12.625rem;height:3.979639035589rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlZfBn6k16ICobN1zb56aSvcuMI7cdLe { top:21.4375rem;left:0.2490234375rem;width:12.6875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu44lvQuz6LClOtblXdUSQKb6LMr0acx { top:12.25rem;left:34.3125rem;width:13.4375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcmRvQSvJxMta4E0t0bmEnfgPS9Zgy9d { top:30.75rem;left:34rem;width:13.75rem;height:3.499025rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6TIWgxuSVznsRXMIezC7R9EXgGQHIr0 { top:30.75rem;left:19.25rem;width:12.25rem;height:5.0366245449792rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLD7c4poNspKQcCniz4TQDa9hBwEf4BW { top:29.5rem;left:0rem;width:18.375rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZercRUuhPS7Qbccu0fdWytNIT7DftcP { top:21.4375rem;left:30.6875rem;width:17.0625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKBk32WPlN76wsKfxHIw2tlwuIZfM13D { top:21.4375rem;left:16.90625rem;width:16.125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX8ygBOnIq9DTmLLKQuSt1PFCCRongqk { top:2.9375rem;left:1.0927734375rem;width:12rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeM6b7MzlJz4gJLxhmVpIVFUPzBJDLTI { display:block; }#aeM6b7MzlJz4gJLxhmVpIVFUPzBJDLTI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pG8RtMtpmgl7nPqtagaKzIwfJoc9Jr8T { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5Hlror8EikKBFEeQ7x8du13JOxsIV9J { width:37.5rem;height:0;top:1.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAFXCWeaF2NTMMiPotCZm0qvPIdaMnTW { display:block; }#CAFXCWeaF2NTMMiPotCZm0qvPIdaMnTW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5rMxKPmfaQHqLXVhEd0DXLTqthTfSbN { top:9.125rem;left:13.75rem;width:20.25rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOKPBxCKoUvhci0SP5PPvxohg6owb32Q { top:2.375rem;left:30rem;width:11.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7bCFh6lzbFPwcraMoDFydgLa5hIleZz { top:3.125rem;left:4.5rem;width:16.6875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6df4fb7834f0653c5e4bed60bc501dc { display:block; }#L6df4fb7834f0653c5e4bed60bc501dc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hf7042038a68295cb6c8060684793f89 { width:17.125rem;height:5rem;top:3.375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e36b98f0c0f8181c8969e958d4beb5f6 { width:47.75rem;height:;top:10.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eba35a4aa0c66cbaf73774a5d1ad1d51 { display:block; }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ga17bbb0e094f47cc29ff7d3fe20fbc2 { width:21.25rem;height:5.1875rem;top:2.75rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1f22e55c07b9a4d5d18d29c1f4ba0d7 { top:33.5rem;left:22.875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T349b01eddfee70cdfe76bbce499497e { top:11.75rem;left:12.375rem;width:23.0625rem;height:19.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #md49cb1d3151e3fc0a1b6cd773729114 { top:37.9375rem;left:8.0625rem;width:31.625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#08132f;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u { background-color:#08132f;background-image:none;display:block; }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row .container { background-color: transparent; background-image: none; }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row .container > .video-iframe-container { display: none; }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row > .video-iframe-container { display: none; }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .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); }#PFSiK6UKIwgGIwgFBPrrTq7PSPT6PI6u > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egBi4xh9vt3xm0ItumKv0yNk65zl2aGe { width:2.1875rem;height:1.25rem;top:0.625rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd { background-color:#08132f;background-image:url("https://images.assets-landingi.com/uc/416eb9e2-2422-4cca-bbe5-1b353edf8473/20lecie_SDCM_banner_1200x800_24_02_25.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd.adaptive-delivery-prevent-bg, #lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd.lazyload, #lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd.lazyloading { background-image: none; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container { background-color: transparent; background-image: none; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container > .video-iframe-container { display: none; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row > .video-iframe-container { display: none; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .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); }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container { border-width: 0; border-radius: 0; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lFCLVJtTKT2P9sZTniTg9yNrHTM9s4Qd > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNoJozHcJIImy1ng7kVEmTXScU3Szh3O { display:block; }#dNoJozHcJIImy1ng7kVEmTXScU3Szh3O > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vv8rVTPvwNXDCowWgSW8bBbxigRcl8Ea { width:20rem;height:23.625rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7ShNc6BqbBPihLGkKZe4cFgA9I6a7BD { width:14.25rem;height:3.125rem;top:28.4375rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukZKkanmXJxOKIWpEoMiVJmkcrb0dRBM { display:block; }
 }@media only screen and (max-width: 763px) { #XGuGbO0dHBTiHNhaowGSPl26g5wTBkQA { width:14.1875rem;height:3.4375rem;top:38.1875rem;left:2.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiBTS1PwxLxfiOA95DRSpAF2E7dGhvCg { display:block; }
 }@media only screen and (max-width: 763px) { #v3M0hkcisQz0MHM4DcTx6SbH74gLKdy5 { width:9.25rem;height:2.8125rem;top:32.625rem;left:5.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5AmFWLXRuAUkdS8TKHx04XtkZbJztr5 { display:none; }#y5AmFWLXRuAUkdS8TKHx04XtkZbJztr5 > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GTnIIxKTXZnauS6KqdmXUsrsvNk8UsEB { width:20rem;height:5.3125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q { display:block; }#wvAfiafvoJze9FH6Ze0RPKgRlNOMRV4q > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W0VHZ75bdbrRycvUmlu65GTcBIk1Ci2M { width:20rem;height:2.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yauEnTcGO9zXyUGAUglutopmkWqARvVE { display:flex;width:2.0625rem;height:2.0625rem;top:5.0625rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #ysZpkmK7ig5qndKVlWFhizVJFZanCSmJ { width:12.5rem;height:1.3808625rem;top:5.375rem;left:4.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JWFFMIn6Rnu6MwkxJIsLtgknBdCt3rOK { display:flex;width:2.3125rem;height:2.3125rem;top:11.125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #faHwItbSTGT9THq2WKXJn7GL1qx1fCSl { width:15.9375rem;height:2.76171875rem;top:11.5625rem;left:4.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gai6thOhVo43e26iZ28cfGBRgZlgnr2B { display:flex;width:1.75rem;height:1.75rem;top:8.3125rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #vTzsxAlh9rDyucGuvcBeKpChPOTRS0Jc { width:12.5rem;height:1.3808625rem;top:8.5rem;left:4.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bPFiKHiIa9ITf54PHc4n3KC9TzMeNu19 { width:20rem;height:0;top:13.81103671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk2y1TVnIHTZF5ic3pAMDP8R2wcIArh0 { display:none; }#gk2y1TVnIHTZF5ic3pAMDP8R2wcIArh0 > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xSBMfaoAVO36RL7O0wuEpCklbvl4TzKM { width:20rem;height:5.3125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA { background-color:#ffffff;background-image:none;display:block; }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row .container { background-color: transparent; background-image: none; }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row .container > .video-iframe-container { display: none; }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row > .video-iframe-container { display: none; }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .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); }#PICJvTxBScBZA7Zk48qn2fPnRRNpm7aA > .row .container { width:20rem;height:39.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJB64mXIJ7JZ8zhDGQIS0mRhdIzQ7Uyp { width:0.0625rem;height:89.3125rem;top:53.95998125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GFnv3ATawDBTO3wyT5x4zehIB5JqhVKJ { width:4.9375rem;height:1.29980625rem;top:2.0625rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Rq1XiWL8LkXSifxuzTznqiF8qwAbgDkH { width:2.375rem;height:2.375rem;top:8.89941875rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hBz49Qn3XioFqOEWmJJUoZkTFomTEmog { width:12.0625rem;height:2.5996125rem;top:2.0625rem;left:6.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tgu8Z3z3F00XKw5aq4mnAWC9slpbkV3l { width:3rem;height:3rem;top:49.70998125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GItyJtzgFJNIyxJWMeWBbW50gkq9V042 { display:flex;width:2.25rem;height:2.25rem;top:8.9619140625rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hd4ZTSwhWquUPaTWiZ5KUeHxg7vZCOTA { width:1.5625rem;height:1.5625rem;top:19.7988375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fma97VS8BTPzBpk1u7m8qLOsauRvZOiU { width:3rem;height:3rem;top:19.1113375rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gI8e9JlO9WWm8pLmmlZAXDKEM6INylFw { width:9.0625rem;height:2.5996125rem;top:5.9375rem;left:6.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #assTT51m8DSQwZ63JhOBmGhsemHHon9q { width:4.4375rem;height:1.29980625rem;top:6.0625rem;left:0.5625rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #pOIFTkZEfnJO2RWAbQZQLmDzRXBAChOu { width:1.5625rem;height:1.5625rem;top:31.69825625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrahKDdDd3UkzhFn5IO4eQsuKCA1nrtn { width:5.0625rem;height:1.29980625rem;top:10.3115234375rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TKTma1qtRlDrAt83TSa2Tx9WPcTMsA5z { width:3rem;height:3rem;top:31.01075625rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fSonPGKuZGUvzcs519nN2ANMMwJlxqMw { width:1.5625rem;height:1.5625rem;top:43.597675rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cea5wTefDmA9OkzddwNNibt495tByBCx { width:5.375rem;height:1.29980625rem;top:19.5rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #CPNK1x7q8MqICkiXTKvTr1meAQ5PTJ0G { width:3rem;height:3rem;top:42.910175rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #huOcp7TMsbCxwlEnh1ycKX8k1pgQaa6Q { width:13.5rem;height:3.8994125rem;top:24.5rem;left:6.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nRSDhzSpW57bJkRg6zSv9TRMaOvwNvHw { width:9.0625rem;height:1.29980625rem;top:34.875rem;left:6.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dcLcTliWlid1LZkcT7QGEz0dZpqllrQn { width:5.5625rem;height:1.29980625rem;top:34.875rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Zv8ufw6ivWc9LFBZCs9iue6PCAwPp9sk { display:flex;width:2rem;height:2rem;top:34.3125rem;left:16.5625rem; }
 }@media only screen and (max-width: 763px) { #uHSLEVGTawpX3bAGuCi3v6JnIDWXyPT7 { width:12.5rem;height:0;top:245.3340125rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ABVwF0AkFfREVVwMF0v4LVCstSuqNTcv { width:10.75rem;height:3.8994125rem;top:19.5rem;left:6.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yTrzLWyCd1dCz4BzpmqZWbXMoU427b6E { width:1.5625rem;height:1.5625rem;top:264.3340125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XA66ZBAseACLNPIFVyTesI1REIthwAyO { width:3rem;height:3rem;top:263.6465125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GMt6K8BnNJdWqOQkpilFeD4v2uJUdzTp { width:5.4375rem;height:1.29980625rem;top:24.5rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #f1DC8Ce77mt9yaKgLppbOqqC65FCBTNc { width:12.25rem;height:7.7988125rem;top:10.3115234375rem;left:6.34375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DHReDCfNnPPF01pVyQPzHN2nygvnTSE7 { display:flex;width:1.061525rem;height:1.061525rem;top:31.162109375rem;left:12.46875rem; }
#DHReDCfNnPPF01pVyQPzHN2nygvnTSE7 > img { max-width: 100%;max-height:100%; width:1.061525rem; height:1.061525rem; } }@media only screen and (max-width: 763px) { #PO8k436p51F6Vyt9DlPMaa3Kl9ZEyuRf { width:11.0625rem;height:2.5996125rem;top:29.8125rem;left:6.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tBIyFvBaHyl4CZoMAv4xmwzT3cptL0TF { width:3rem;height:3rem;top:25.5625rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VoSiuKfoG9iTm4kylTTBviCOOHFhWmea { width:1.5625rem;height:1.5625rem;top:26.25rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Su4vTA4Bfl1iQ7bAO4fWwDV1uEbBMLTn { width:5.9375rem;height:1.29980625rem;top:29.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SHk6sRPRun4x0BbWkUnQHsTJWhzUfi1k { display:none; }#SHk6sRPRun4x0BbWkUnQHsTJWhzUfi1k > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SoBhrFkcWaafQ9XsZQvlIC9U1sOPoGya { width:20rem;height:5.3125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXqkTeWI80mhVo641qJmT2wnH8tQkn6u { background-color:#ffffff;background-image:none;display:block; }#UXqkTeWI80mhVo641qJmT2wnH8tQkn6u > .row .container { background-color: transparent; background-image: none; }#UXqkTeWI80mhVo641qJmT2wnH8tQkn6u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXqkTeWI80mhVo641qJmT2wnH8tQkn6u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXqkTeWI80mhVo641qJmT2wnH8tQkn6u > .row .container > .video-iframe-container { display: none; }#UXqkTeWI80mhVo641qJmT2wnH8tQkn6u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXqkTeWI80mhVo641qJmT2wnH8tQkn6u > .row > .video-iframe-container { display: none; }#UXqkTeWI80mhVo641qJmT2wnH8tQkn6u > .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); }#UXqkTeWI80mhVo641qJmT2wnH8tQkn6u > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHoawRTCDbWoHGAnF4NFchhx2BMTMTH1 { width:0.0625rem;height:89.3125rem;top:53.95998125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HRTrAZoMtcT0T0wk2M0uqG2Xxnem9Le4 { width:12.5rem;height:0;top:245.3340125rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vUfmzA336LfpkvAOSRysTHfBwB8Gte2w { width:13.0625rem;height:3.8994125rem;top:1.6875rem;left:6.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qGJfJSRO7rfpOgxhclNTCKAzukrHyHC4 { width:3rem;height:3rem;top:273.4590125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #r4wJX4Zkqmp3qqkJDOmsExWBfyMmK9K3 { width:1.5625rem;height:1.5625rem;top:274.1465125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9KhIz7NJxmAoQBIdpsd7FLF0EJnTmoT { width:5.5625rem;height:1.29980625rem;top:1.6875rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #dkZmS5sKaTwNC5aUnmNvr7QWX2Or6Cmv { width:5.375rem;height:1.29980625rem;top:6.9375rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #AmJefEEn50hn2606bUXd1v9lAA49lOw2 { width:1.5625rem;height:1.5625rem;top:285.4590125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ny4KLkQFDZ8BhsTbBqVln89lOvzWh3hG { width:3rem;height:3rem;top:284.7715125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ODNg1LqIGbOtSPHWRZfuqPg7VxIqfs8C { width:13.5rem;height:5.19921875rem;top:6.875rem;left:6.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mUWPeqwMhvFS3wlBHcmZAxb4II84ch2y { width:5.5625rem;height:1.29980625rem;top:13.3125rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GB9ThDzQT1Ca6IxspgQBkMQ3WUIBLQGp { width:1.5625rem;height:1.5625rem;top:295.2715125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3x4WgKxpGgVbKC5NpZqgP70Snqrs6Nn { width:3rem;height:3rem;top:294.5840125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nA4NR4GrM4fST5PwWM5U3J3hznytfWqx { width:12.5625rem;height:5.19921875rem;top:13.125rem;left:6.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nGCXMcV9QaNIEQrKLbhvTWoB6xRQxFm3 { display:flex;width:2rem;height:2rem;top:19.9375rem;left:17.1875rem; }
 }@media only screen and (max-width: 763px) { #Z9CEqzItWVHXFJq5CA61RWp0PLpbf83d { width:3rem;height:3rem;top:305.8340125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oIfd3kdGWmAiFkbLtfsEegbGnuoA2W0s { width:8.8125rem;height:1.29980625rem;top:20.3125rem;left:6.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ty7qHJtCRt5TWJKCSW8OwM1XqAonZNiF { width:5.625rem;height:1.29980625rem;top:20.3125rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #scsmxoWgMwM3pemtRI9xfRuFxOLiOy4m { width:5.5625rem;height:1.29980625rem;top:24.0625rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kt3QVmMFPc7xXZlw4rahAhUHXUapHsWZ { width:1.5625rem;height:1.5625rem;top:316.3340125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #POmtao6gKdOu79TnLBznChkgpXfZBkik { width:3rem;height:3rem;top:315.6465125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UDsVgJNcHWGmWMoGRtu1RiO8p1TUzMHQ { width:13.25rem;height:7.7988125rem;top:24.0625rem;left:6.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MZJJbQK43aBGl28RgwyOx1P0RCBbPodH { width:5.5rem;height:1.29980625rem;top:32.625rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #NF9LQTcH1rTZztHddABbTH7G26KTEsZ2 { width:1.5625rem;height:1.5625rem;top:326.1465125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tNaf4mH4X5BnUruuegCGqKLQyOyyJTcH { width:3rem;height:3rem;top:325.4590125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FthLLXxCa4QWh2UMl0JswFiuuyyBZSbE { width:13.4375rem;height:5.19921875rem;top:32.625rem;left:6.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gceE6pB5w8s2mV3S4XCadNvTKQPrbKfC { width:1.8125rem;height:1.8125rem;top:87.875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ywxT1IOgQPwoAWq8JDFmHa5PHdbuoXxh { width:3rem;height:3rem;top:335.2715125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TA5uPkA7rvNWUKAEi5Oc4a2llgaSaJup { width:5.375rem;height:1.29980625rem;top:38.624755859375rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HKP0qmikPfBOoz6JtcFb00ASHtMypcIl { width:13.1875rem;height:2.5996125rem;top:38.624755859375rem;left:6.8115234375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JuwHPFuVqLn5LBZkbuy8N4IMkVItL372 { display:flex;width:1rem;height:1rem;top:4.4609375rem;left:18.625rem;font-size:0.6875rem; }
#JuwHPFuVqLn5LBZkbuy8N4IMkVItL372 > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #Liw2nUhGtLI1Fwi3PFbAbWOq2hJ1G5C4 { display:flex;width:1rem;height:1rem;top:10.88671875rem;left:14.5rem;font-size:0.6875rem; }
#Liw2nUhGtLI1Fwi3PFbAbWOq2hJ1G5C4 > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #V9tyAkNZ2bSPBQlQOaUkPDvdqi9kG0NF { display:flex;width:1rem;height:1rem;top:17.0986328125rem;left:19rem;font-size:0.6875rem; }
#V9tyAkNZ2bSPBQlQOaUkPDvdqi9kG0NF > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #ci3DwNxTGbTXNN9neyM7HXTOayRTJrbH { display:flex;width:1rem;height:1rem;top:30.6103515625rem;left:9.5rem;font-size:0.6875rem; }
#ci3DwNxTGbTXNN9neyM7HXTOayRTJrbH > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #yPxTMAmwnm9IIBlG2xugXpEVQTivOyFs { display:flex;width:1rem;height:1rem;top:36.63671875rem;left:12.53125rem;font-size:0.6875rem; }
#yPxTMAmwnm9IIBlG2xugXpEVQTivOyFs > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #ZHMkxBkZAh75IZKIodPKP5JciWV965Db { display:none; }#ZHMkxBkZAh75IZKIodPKP5JciWV965Db > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TBAF39VNEpxG52eiVaQBRATbrF97rgIL { width:20rem;height:5.3125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pAo9mxqUgrdXBNlI4IZTNkxdDRtkHZT9 { display:block; }#pAo9mxqUgrdXBNlI4IZTNkxdDRtkHZT9 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEIiTA9EyCA3tXdolGkusHXNuTMhHK70 { width:20rem;height:2.0625rem;top:3.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdKsrXXXGdPNwMV6mu2BWI4KIzHaWTyI { width:20rem;height:0.125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #axE0BgxH3Zm7xh5rTp261yIw9sNESIGW { display:block; }#axE0BgxH3Zm7xh5rTp261yIw9sNESIGW > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IT2bRrKaQOHTrLwdaSm6nLzNLWyshosg { width:10.9375rem;height:10.5625rem;top:2.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLoJNT76rcruAgu4HB6lZViEiLNdynfa { width:20rem;height:2.2753875rem;top:14.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2wUi4oGTXxPe6GV6I6LdtT9ZeusdQLD { display:block; }#O2wUi4oGTXxPe6GV6I6LdtT9ZeusdQLD > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrfFFhI6ilFMPmB7yZN6TIAw9h51HwNg { width:20rem;height:2.0625rem;top:3.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFhyNiQrUcGLGShmT0ITTH9oH3Q9ael7 { width:20rem;height:0.125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtpNFTyAzKLJAoz4X2EoTOdQrAagW8Fh { display:block; }#FtpNFTyAzKLJAoz4X2EoTOdQrAagW8Fh > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OuS5EzdQAkvQi1lIS7CyxlC0iFbpNdAL { width:10.5rem;height:10.5rem;top:24.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqEz99m9ifZiQOpKtPrFDKaNfoSgV1d9 { width:10.5rem;height:10.5rem;top:45.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1z3IgNw0HvamvXkabOcItnhZn6wavvU { width:18.4375rem;height:2.2753875rem;top:36.625rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QRJgD1wQbFKxCbRUFGJgK7QMH3d1UeKh { width:20rem;height:2.2753875rem;top:58.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z390XpTtyQu0cwJ1ZWk6ZynSQ9d39cMx { width:19.875rem;height:1.29980625rem;top:62.3125rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSn4zSQGyQsAyQp5I1S3guXWZeXOKPdW { width:3.125rem;height:0.125rem;top:39.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdP4mzSiRIoaTHwAWPlvM6JqSoQtzh8w { width:3.125rem;height:0.125rem;top:61.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDeOaIRRp7WTgTzAgU3zcTN6kxZTonKh { width:15.9375rem;height:1.29980625rem;top:63.625rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5kZrc4GTt9vnw6Wmm3p9IFfvGAJu2wr { width:15.9375rem;height:1.29980625rem;top:42.0625rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhMTRZz194TJdqa66Ve2TLg4kPC8HCGv { width:19.875rem;height:1.29980625rem;top:40.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3vEFkQhA3eoNmBnRWupCiu4KZpWtd0s { width:15.9375rem;height:1.29980625rem;top:20.625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0O0lEJfailqKcrQnczGFygFy1SQMele { width:19.875rem;height:1.29980625rem;top:19.3125rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dImt3GodiCWAW8Jk1DOuPWaykxENbGCS { width:3.0625rem;height:0.0625rem;top:18rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9bGTiJxMXbDbR2bspkOFS5SPbTvvLBA { width:19.9375rem;height:2.2753875rem;top:14.5rem;left:0.0625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eZZnAT7ucm1TDRLJfDbgdsFgQpz2Rtnu { width:10.5rem;height:10.5rem;top:2.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk8PFiLCvwtUldLUB1ZEJ9RLykfRVQof { display:block; }#Zk8PFiLCvwtUldLUB1ZEJ9RLykfRVQof > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mATNkNJVT0RKTimqv9Q5kLMvhcwIieEd { width:10.5rem;height:10.5rem;top:24.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr4iTXfPfSbU7cO4Hw9TlUGQDw9FomxS { width:10.5rem;height:10.5rem;top:47.75rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDeLSWScTLxtasTTVSPqC8DnZNncibGG { width:18.4375rem;height:2.2753875rem;top:36.625rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r6U7e8lrZNTrgGh9qFTnCilsmWGr1KOD { width:20rem;height:2.2744125rem;top:60.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo4fTkOE9EeAC3mTMdJhN5qlT5oLd2OI { width:19.875rem;height:1.29980625rem;top:64.1875rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfUJFG8EDselzU8ThnaPu2GudvLlBwlu { width:3.125rem;height:0.125rem;top:39.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQHxHWeqHUURmlPP75yxbH01tDEnbmTS { width:3.125rem;height:0.125rem;top:63.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUwafUD9PivVpMneqHx0f08XBpoffWK1 { width:15.9375rem;height:1.29980625rem;top:65.5rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFG6SFrP62mCRbnTBI8XmQZ64Drq5K7x { width:15.9375rem;height:1.29980625rem;top:42.9375rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMBFdpHZAzKsA22a4iBFV9OdvBXayR4l { width:19.875rem;height:1.29980625rem;top:40.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2fS1SrIesNTGCUiq1gn26gHhpGQi5FC { width:15.9375rem;height:1.29980625rem;top:20.625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJiO0cEH63m6zS1u0GXn3d5sT4V5pUD1 { width:19.875rem;height:1.29980625rem;top:19.3125rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6BWFXBL6DtKJScrkDzSnTgvGvnGqoBc { width:3.0625rem;height:0.0625rem;top:18rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaPqanR37ihrdAx6SuLhgiFaEiDSTHq2 { width:19.9375rem;height:2.2753875rem;top:14.5rem;left:0.0625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BJ1uuDzAQMEiMXHffwS1FMEsqzQ7dBnS { width:10.5rem;height:10.5rem;top:2.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NofQTGk4XqLg9rpnQadIvK0NkKTVqioC { display:block; }#NofQTGk4XqLg9rpnQadIvK0NkKTVqioC > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVDVr7fXBdgBwDJE0zE1p3DueC7Nl2F6 { width:10.5rem;height:10.5rem;top:24.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTRqULgHvG1NugPdya5ukwEBMk9Hpb4L { width:10.5rem;height:10.5rem;top:45.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu4rRxMZQPXIUe5qSOgG0HEbt0fPTiEk { width:18.4375rem;height:2.2753875rem;top:36.625rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lwxHpfcHEyBPCqwdSx52Z2TwpulV5UZ1 { width:20rem;height:2.2753875rem;top:58.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsNecQ2UTHlscJ2gA7DVqF3UK90y6r99 { width:19.875rem;height:1.29980625rem;top:62.3125rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGyQGPdQhbHa3iXDyiUUcLh4pPn5ieqD { width:3.125rem;height:0.125rem;top:39.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa3oIQKRTNNtJZ8IhVpoXZsgkZXqkzc4 { width:3.125rem;height:0.125rem;top:61.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3zfxx1qA2VVOAkivS69fnw6Ff6aNdBR { width:15.9375rem;height:1.29980625rem;top:63.625rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #szeZuuZuTwu186tJ1JGRLCc8l89LOPok { width:15.9375rem;height:1.29980625rem;top:42.0625rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebTf6MwiWLq3HdG8uKioS54hpPu38xos { width:19.875rem;height:1.29980625rem;top:40.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN4c4bQiVh7bx7s6Gz7DTyaT6O0Jv0T8 { width:15.9375rem;height:1.29980625rem;top:20.625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfM7U0fMyxuLz4hVMHIKaL8PUZfaCiNX { width:19.875rem;height:1.29980625rem;top:19.3125rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4mJiWDdb1DwTmDFV3tZuCBTkh6kVbcB { width:3.0625rem;height:0.0625rem;top:18rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEmTwowMsSnQ5ThoDWTpSUis6E6nGSzi { width:19.9375rem;height:2.2753875rem;top:14.5rem;left:0.0625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a0u3LFQmtZCmyWwTe93RyTXF6dsLG68P { width:10.5rem;height:10.5rem;top:2.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uso7Ix0g0lKdpnsM1qhmxISDiKkiVe9N { display:block; }#uso7Ix0g0lKdpnsM1qhmxISDiKkiVe9N > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yS4TdzTGLrG8VdCBW9DHzOQPCAvTfOAh { width:10.5rem;height:10.5rem;top:24.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSOUCcg2sTMULt2u1lL17TvbPv07nNwv { width:10.5rem;height:10.5rem;top:45.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w466Hh0eCyyPtyDSNebQ16dLTKkJ2id8 { width:18.4375rem;height:2.2753875rem;top:36.625rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2knAbhTcgyD7vTfPyZTq6gxS2nVik7n { width:20rem;height:2.2753875rem;top:58.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyQmEvGOCKLTkUObqRgadus2InVdGoaf { width:19.875rem;height:1.29980625rem;top:62.3125rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmXoxM4OBhqkCGuCeb9dhbz0byBRLSIb { width:3.125rem;height:0.125rem;top:39.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3NdmixwQ0kXFcyqAW8gLgu8Pkz4WiPs { width:3.125rem;height:0.125rem;top:61.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwXoL0cpRWK8vgnyaGgXZRuQCPGVVF5J { width:15.9375rem;height:1.29980625rem;top:63.625rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVnZrFDDTThdB4py7gXEicAf3nxpkqJR { width:15.9375rem;height:1.29980625rem;top:42.0625rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1I7lKC47WTHmUU3cMbieZigxZkxsClh { width:19.875rem;height:1.29980625rem;top:40.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk1yVkE9tu2nv6Bqhs6CM5qQ21qafIev { width:15.9375rem;height:1.29980625rem;top:20.625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8AXRUXhi7i1G7f2yEPm35OA3IGfdP1E { width:19.875rem;height:1.29980625rem;top:19.3125rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS8e7RdFvrRd3UI8PTGP8U7B2Uqf67mH { width:3.0625rem;height:0.0625rem;top:18rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #meMzBWEgMskwu7o931NaKHyIkWRmTzy8 { width:19.9375rem;height:2.2753875rem;top:14.5rem;left:0.0625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LJWQ0xHIvKURtZCIeURDtFeg9UmobNhU { width:10.5rem;height:10.5rem;top:2.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1gV3wRJWeZF84TpoT2g75hTQdSqTUQm { display:block; }#g1gV3wRJWeZF84TpoT2g75hTQdSqTUQm > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1U5nb5rZGlR3KcPKUsNoaCNC0DKTrrt { width:10.5rem;height:10.5rem;top:24.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOMeeZifRxoeweNU2NAe2sli1QPehwWT { width:10.5rem;height:10.5rem;top:47.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuPB0aMW8y9SHWwf3Z35RlmX2ucldzon { width:18.4375rem;height:2.2753875rem;top:36.625rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1hTRT33U14QmoeylPmHyZ1Dp7yzfhcp { width:20rem;height:2.2744125rem;top:60.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc8I6sPOC7ETSkhbLzCNxhyIL9SqTkBM { width:19.875rem;height:1.29980625rem;top:64.25rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCyGB1I4yHip928CeFJbyZACyLKUOAFE { width:3.125rem;height:0.125rem;top:39.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg8JcaND52lfHLmlpdvZmQWQigTuNoTT { width:3.125rem;height:0.125rem;top:63.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R56TxT0RTytfvO1GzwStI2dpK0xypki3 { width:15.9375rem;height:1.29980625rem;top:65.5625rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #av0dvOmpS667Xwr6RpLS6RnwoW0E1WJu { width:15.9375rem;height:2.5996125rem;top:42.0625rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyPsnmBCcOF47EZuERKm853z2z38c8u5 { width:19.875rem;height:1.29980625rem;top:40.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9D3Caoo1QNDuPEItgrXWE0aIs8kwC0C { width:15.9375rem;height:1.29980625rem;top:20.625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOHc9Ce3FBfO0feM2Z2wzdrGaJTres34 { width:19.875rem;height:1.29980625rem;top:19.3125rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFKW02opxbBaPVULPgqGM0rccHJ6hs8d { width:3.0625rem;height:0.0625rem;top:18rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnrWb6dQ3Kt2OucUc37TwukuZ5nU9KVO { width:19.9375rem;height:2.2753875rem;top:14.5rem;left:0.0625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #waa5337nGQHSw9MopwNlwiRLq8I64TKN { width:10.5rem;height:10.5rem;top:2.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu1bueipXnT4O445B2VAwXS7n13N58Ul { display:block; }#Nu1bueipXnT4O445B2VAwXS7n13N58Ul > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTHcFogeXDVOShUJUBIW5MZiaN3GMkhe { width:10.5rem;height:10.5rem;top:24.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4JWl4Zuq5P7wKDwdeclnWJmMri66bTP { width:10.5rem;height:10.5rem;top:47.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmBXJ72UV2sfTlqzxm4BmTHvviBdLwmJ { width:18.4375rem;height:2.2753875rem;top:36.625rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DiXIforu04RR7dBaeTnfVqbGydpPZTgk { width:20rem;height:2.2744125rem;top:60.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FflBxDTIw120DRF22f4Po0aqQxG3QiTb { width:19.875rem;height:1.29980625rem;top:64.25rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukSVrfTmy5aCRQwIf2sGyS3TQHKkzTCu { width:3.125rem;height:0.125rem;top:39.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWsFs6RWin5RyUK9SiK10WzJrEWf1giu { width:3.125rem;height:0.125rem;top:63.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWp8bTuQ9pHF7LAeGmmOfogggA2szBwt { width:15.9375rem;height:1.29980625rem;top:65.5625rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb2hwquWTVsIwR07AfRFHlX0JIzGSZAe { width:15.9375rem;height:1.29980625rem;top:43.75rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeomLx9zfkR4CqVBLJPiXhxNxG7vneCV { width:19.875rem;height:2.5996125rem;top:40.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOzzupK9xzt0XgVb24TVWmIEcagPqVFK { width:15.9375rem;height:1.29980625rem;top:20.625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtZLXvsJPwnHuQkuiq8l2qCaaSuulPUg { width:19.875rem;height:1.29980625rem;top:19.3125rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU9ofXzFVPTaid7ecapKoSotH6lKG0TF { width:3.0625rem;height:0.0625rem;top:18rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOH3WNW0tZ26AomgG1WX67F9BEUtosEg { width:19.9375rem;height:2.2753875rem;top:14.5rem;left:0.0625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cHJ3F7gvwto3pKV9erXFwnGVmvTizKhE { width:10.5rem;height:10.5rem;top:2.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4TrFcwB7sPwspaSxAvdQvCNr1QVH0RP { display:block; }#n4TrFcwB7sPwspaSxAvdQvCNr1QVH0RP > .row .container { width:20rem;height:76.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yBGzuVq32RSyPUXJk9e2pAXQdoxwFJ9x { width:10.5rem;height:10.5rem;top:24.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOhe1uPIP8S2maUgnr1Q7Nw2G4MTQ7G8 { width:10.5rem;height:10.5rem;top:49.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlCCnAgaoIWg5ORJJ9qzKAszoOR3lzd2 { width:18.4375rem;height:2.2753875rem;top:36.625rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #giO9TzuNyeQMnTLPAciIcxHxhf81ETU8 { width:20rem;height:4.548825rem;top:62.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV1RWPZoovPArQVWds4B2SVdsxV5MRcb { width:19.875rem;height:2.5996125rem;top:68.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA2JvrvLFLv6xnqOstHJ1xIrxQhlhM5l { width:3.125rem;height:0.125rem;top:39.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdBggXGKEtbTyk4PyMTiLwI7tq8RaDGW { width:3.125rem;height:0.125rem;top:67.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmNLJTCCJiW61lCm5x8P1liyQTd2ufv5 { width:15.9375rem;height:1.29980625rem;top:71.9375rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLi9ykkWT8nu7DJENWsiZ567PTG7GAml { width:15.9375rem;height:1.29980625rem;top:43.75rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpXePxEhLqLCesuIKrNKbmyVbDxTTcNI { width:19.875rem;height:1.29980625rem;top:40.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReszGS8tqVGyOwqrAk7WGhzAzBTk5TCS { width:15.9375rem;height:1.29980625rem;top:20.625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwLGJu7OZUpe2iz4zuZNFZw5A1OfQZLt { width:19.875rem;height:1.29980625rem;top:19.3125rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHNwnboDT5KuIUCqA9eLJpbFNSaEL63x { width:3.0625rem;height:0.0625rem;top:18rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C52Xb6y0B8OJdMtIKq11vErbvdy55TJd { width:19.9375rem;height:2.2744125rem;top:14.5rem;left:0.0625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPPpBaTSt03nkPWfKDnhsIXoDnHVbqSX { width:10.5rem;height:10.5rem;top:2.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAD4utIT27q7lumPdoTzyzbWzLs2be5h { display:block; }#DAD4utIT27q7lumPdoTzyzbWzLs2be5h > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCq2ssgbvm9uurVB4vx6cFMXvOZ4yJhS { width:18.4375rem;height:3.125rem;top:2.8125rem;left:0.78125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKMDTgECgnF7ohcrwCk5gwOnQWDCU49B { display:block; }
 }@media only screen and (max-width: 763px) { #k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW { display:block; }#k63mKG9sKb2VRpTuBzUr1ymFMUHFiJOW > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJaPTmWoHLVV7nT92VwM78x9u3nrP68E { width:20rem;height:2.0625rem;top:3.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVroWNGzTdE75faySQUPBhdzW1SGBs0n { width:20rem;height:0.125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN { display:block; }#fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN > .row .container { width:20rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qwv00wn57zKuvSLphzsJiMcSqo0uAftO { width:14.375rem;height:5.8125rem;top:1.25rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #auTWXgUXMTrvDGSS28e3gcndUNEfcgWE { width:10.125rem;height:5.8125rem;top:10.6875rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eIr5UoMbdockEDA0I5hgmBI8NdxgMacJ { width:16.125rem;height:1.5625rem;top:21.6875rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yFW6b6PlhdCrcoPyOUMcLmNk5wEGaFCT { width:18.75rem;height:15.625rem;top:1.4990234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV0cHhtgQFPZhyDFiR8XuMPFSFiHp7yh { width:18.75rem;height:15.5rem;top:19.686279296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLpOntaRbiryMSc1CGcgQyfus18b123s { width:18.75rem;height:16.43675rem;top:38rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzxhEZ1p0kKOlE7F8BCKM3lQqmTRiGTt { width:18.75rem;height:2.6875rem;top:59.123046875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l0UOfTl0e3aBnIMuwXuhVKWHQgbf0PXp { top:57.8125rem;left:0.625rem;width:18.75rem;height:15.625rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lfQyEAqfatqyBVuBkBcVdqT2axmXlowm { display:block; }#lfQyEAqfatqyBVuBkBcVdqT2axmXlowm > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdyssrVVDCzZtR6UPB6lfotw9FFJiZFW { width:20rem;height:2.0625rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzWXovI7Iy67Ql0EoZnDbvIWbLItOiqQ { width:20rem;height:0.125rem;top:0.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTxEPodwQSotZA00fcXDdhT7cvBIngfe { display:block; }#HTxEPodwQSotZA00fcXDdhT7cvBIngfe > .row .container { width:20rem;height:78.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCH02tA8RnpIeVGzDyW2k7i3yQZcpBMy { width:9.1875rem;height:3.625rem;top:1.375rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKVZtreqKpFWsz6DuwfriFXz58xQOtuq { width:12.25rem;height:3.9375rem;top:8rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUx5r4TVQrrTNTS9e5VtXNTXIUVOR798 { width:14.187rem;height:5.4370125rem;top:14.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF5VglT7iz3fs34nBdUugE0N79Aug83F { width:12.4375rem;height:3.1875rem;top:29.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5dHoWsdbmwqUZdJIsP3nFTguB2K4VDG { width:11.4365rem;height:5.061525rem;top:36.25rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZl1HWhDZxJmwguTLAQ5wrZubHRn7euh { width:11.75rem;height:1.5543643906363rem;top:23.5625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSggc8BLpwkKcoI6g5kNWuUIO4RRaqpK { width:9.375rem;height:4.811525rem;top:69.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCeJrfaTTN6ezVkWZPP9i2BxxN0bxusL { width:8.25rem;height:4.2183025742842rem;top:50.5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdGHyPraPRxaMXb60JQzKvDcWzTgudW2 { width:10.6875rem;height:4.1009658516094rem;top:63rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm5LPGOfLBTlhdm8U6ty4UPtvwl7HQdE { width:11.1875rem;height:7.4375rem;top:41.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfUKp49TLKIOVBJacuptnHgDFyyhAVsb { width:8.875rem;height:2.0625rem;top:57.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL { display:block; }#CtlsyzDd3sqbETv0TKfhTcLxN3wX6BJL > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzdHmeLI4aSUfQXOlVDwGBOmQmlp41mZ { width:20rem;height:2.0625rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8aTXAvtnKdlqbrJHhQGsq1cKA6fmD6e { width:20rem;height:0.125rem;top:0.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT { display:block; }#tLfaE9XTOrdiuq5hUSyFOLpGvkAc9wJT > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTnlJmy4eQdyrMyoQkhT8orCVL7uspAa { width:8.1875rem;height:5.625rem;top:1.5rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyFWmX3dmy8DRkmhVDGgEiNMpTgnCqqT { display:block; }#gyFWmX3dmy8DRkmhVDGgEiNMpTgnCqqT > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0FxC6qaFNtXrHvhDqnl0XfQP0l9T2CG { width:20rem;height:2.0625rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmKSrcyXnDAF6QvCPfxXTIhQRkf3UT0e { width:20rem;height:0.125rem;top:0.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bofvrl2lBaVmJZKTA8MTKNN6PpXXCWgB { display:block; }#Bofvrl2lBaVmJZKTA8MTKNN6PpXXCWgB > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaJ1DQDCWGhz62BaR67pBd0LpD992dkc { width:12.9375rem;height:5.625rem;top:1.34375rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW { display:block; }#oEKx38d9VBIuQkPbVVbTy0pXtQn4PJSW > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztHaJLKcR3T24H02PMHn5uHuTzHlSOeT { width:20rem;height:2.0625rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHLwLpgbdQUfenB0KP9kU3pTR67ZTInr { width:20rem;height:0.125rem;top:0.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onBFm4IntyfBi6Dqbd6wf79o3nEACO9w { display:block; }#onBFm4IntyfBi6Dqbd6wf79o3nEACO9w > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U19QtKLauCZ5nIJg4MUGuVTdlJbEICbA { width:9.25rem;height:3.5625rem;top:10.5625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLSIPwlZmiuyttlWnQFe9zbtlkD3SXtF { width:11.75rem;height:4.75rem;top:1.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpTMBZ2dkGivw0KacVNynRavU0PgQ8Gp { display:block; }#qpTMBZ2dkGivw0KacVNynRavU0PgQ8Gp > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6aEwQ91wx7eJ5lzz9o0XwvqrhggnKKP { width:20rem;height:2.0625rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBnu8GSq3tN0VyF84q5izu6q6KhD8DTa { width:20rem;height:0.125rem;top:0.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR09RfKXQXDXVVydh7Q1nBR6i2pltM7G { display:block; }#zR09RfKXQXDXVVydh7Q1nBR6i2pltM7G > .row .container { width:20rem;height:106.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IQS5y7i7y6yBinMdHuJOlEiWyVhMFF7c { width:8.8125rem;height:4.25rem;top:9.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R484spI27NOq6q93aCSGggoonvnhWFSt { width:12.1875rem;height:3.1875rem;top:16.75rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKZI7y6I7KIacPWvR78WpTGzamu5VQkH { width:12.99925rem;height:5.37475625rem;top:23.75rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3RydEIHG6LCAadgtRUJmD5NKTxyfpwM { width:17.8125rem;height:10.0605625rem;top:94.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGbeo7zQfuM9iEUk6mutrgFncwshXDKl { width:11.687rem;height:3.62426875rem;top:32.3125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlZfBn6k16ICobN1zb56aSvcuMI7cdLe { width:13.125rem;height:5.625rem;top:46.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu44lvQuz6LClOtblXdUSQKb6LMr0acx { width:13.4375rem;height:5.625rem;top:39.0625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcmRvQSvJxMta4E0t0bmEnfgPS9Zgy9d { width:13.75rem;height:3.499025rem;top:80.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6TIWgxuSVznsRXMIezC7R9EXgGQHIr0 { width:12.25rem;height:5.03613125rem;top:71.8125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLD7c4poNspKQcCniz4TQDa9hBwEf4BW { width:18.375rem;height:7.6875rem;top:86.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZercRUuhPS7Qbccu0fdWytNIT7DftcP { width:17.0625rem;height:5.4375rem;top:54.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKBk32WPlN76wsKfxHIw2tlwuIZfM13D { width:16.125rem;height:5.4375rem;top:63.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX8ygBOnIq9DTmLLKQuSt1PFCCRongqk { width:10rem;height:5.0625rem;top:1.373046875rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeM6b7MzlJz4gJLxhmVpIVFUPzBJDLTI { display:block; }#aeM6b7MzlJz4gJLxhmVpIVFUPzBJDLTI > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pG8RtMtpmgl7nPqtagaKzIwfJoc9Jr8T { width:20rem;height:2.0625rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5Hlror8EikKBFEeQ7x8du13JOxsIV9J { width:20rem;height:0.125rem;top:0.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAFXCWeaF2NTMMiPotCZm0qvPIdaMnTW { display:block; }#CAFXCWeaF2NTMMiPotCZm0qvPIdaMnTW > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5rMxKPmfaQHqLXVhEd0DXLTqthTfSbN { width:15.5rem;height:4.5625rem;top:15.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOKPBxCKoUvhci0SP5PPvxohg6owb32Q { width:9.25rem;height:3.25rem;top:9.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7bCFh6lzbFPwcraMoDFydgLa5hIleZz { width:14.125rem;height:3.4375rem;top:3.09375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6df4fb7834f0653c5e4bed60bc501dc { display:block; }#L6df4fb7834f0653c5e4bed60bc501dc > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hf7042038a68295cb6c8060684793f89 { width:15.5625rem;height:4.5625rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e36b98f0c0f8181c8969e958d4beb5f6 { width:20rem;height:27.09375rem;top:7.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eba35a4aa0c66cbaf73774a5d1ad1d51 { position:relative;z-index:auto;background-color:#0d1721;background-image:none;display:block; }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row .container { background-color: transparent; background-image: none; }#eba35a4aa0c66cbaf73774a5d1ad1d51::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row .container > .video-iframe-container { display: none; }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row > .video-iframe-container { display: none; }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .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); }#eba35a4aa0c66cbaf73774a5d1ad1d51 > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ga17bbb0e094f47cc29ff7d3fe20fbc2 { width:16.9375rem;height:6.499025rem;top:1.5625rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1f22e55c07b9a4d5d18d29c1f4ba0d7 { width:2rem;height:2rem;top:37.4375rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T349b01eddfee70cdfe76bbce499497e { width:20rem;height:19.1953375rem;top:12.443359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #md49cb1d3151e3fc0a1b6cd773729114 { width:20rem;height:5.59765625rem;top:41.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }