.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image: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; }
#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:33.5rem;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:26.25rem;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.4624rem;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.7490234375rem;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:8.061767578125rem;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.7490234375rem;left:13.75rem;height:1.4624rem;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.7490234375rem;left:1.436767578125rem;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:13.31201171875rem;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:13.31201171875rem;left:1.436767578125rem;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:12.624755859375rem;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.937255859375rem;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.937255859375rem;left:1.436767578125rem;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:17.25rem;left:9.3115234375rem;display:block; }
#huOcp7TMsbCxwlEnh1ycKX8k1pgQaa6Q { color:#050b26;display:block;width:21.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:22.99951171875rem;left:13.75rem;height:1.4624rem;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:27.4990234375rem;left:13.75rem;height:1.4624rem;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:27.37451171875rem;left:1.436767578125rem;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:27.1865234375rem;left:9.749755859375rem; }
#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: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:17.9873046875rem;left:13.75rem;height:1.4624rem;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:22.8115234375rem;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:22.124267578125rem;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:22.8115234375rem;left:1.436767578125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#f1DC8Ce77mt9yaKgLppbOqqC65FCBTNc { color:#050b26;display:block;width:21.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:13.31201171875rem;left:13.75rem;height:1.4624rem;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.0620125rem;width:1.0620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:13.311767578125rem;left:28.87451171875rem; }
#DHReDCfNnPPF01pVyQPzHN2nygvnTSE7 > img { max-width: 100%;max-height:100%; width:1.0620125rem; height:1.0620125rem; }#UT4kWRwo2uoBwT4nmdV2cDSXATDSmB7J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0620125rem;width:1.0620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:17.87451171875rem;left:34.483154296875rem; }
#UT4kWRwo2uoBwT4nmdV2cDSXATDSmB7J > img { max-width: 100%;max-height:100%; width:1.0620125rem; height:1.0620125rem; }#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; }
#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:35.3125rem;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.4624rem;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; }#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; }
#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; }
#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:8.6875rem;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: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; }
#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; }
#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:12.875rem;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; }
#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; }
#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.875rem;left:23.875rem;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; }
#qg955mXqSKMzKwwOGhtzJTJe1nAz6Pag { 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; }#qg955mXqSKMzKwwOGhtzJTJe1nAz6Pag > .row .container { background-color: transparent; background-image: none; }#qg955mXqSKMzKwwOGhtzJTJe1nAz6Pag::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg955mXqSKMzKwwOGhtzJTJe1nAz6Pag > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg955mXqSKMzKwwOGhtzJTJe1nAz6Pag > .row .container > .video-iframe-container { display: none; }#qg955mXqSKMzKwwOGhtzJTJe1nAz6Pag > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg955mXqSKMzKwwOGhtzJTJe1nAz6Pag > .row > .video-iframe-container { display: none; }#qg955mXqSKMzKwwOGhtzJTJe1nAz6Pag > .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); }#qg955mXqSKMzKwwOGhtzJTJe1nAz6Pag > .row .container { border-width: 0; border-radius: 0; }#qg955mXqSKMzKwwOGhtzJTJe1nAz6Pag > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qg955mXqSKMzKwwOGhtzJTJe1nAz6Pag > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;position:relative;display:block; }#vwyvqaI3WaWxOEu2Tg1oSi9JPpC2TTNh { 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.624267578125rem;left:6.37451171875rem;overflow:hidden;display:block; }
#q5Wdl7tloBc6ICDrsXHeLXU1kOXyG6Ep { 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.373779296875rem;left:23.59375rem;overflow:hidden;display:block; }
#OgyaBQD62DgmIvk091dPRtue62vOTZAa { 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:3.0615234375rem;left:41.4990234375rem;overflow:hidden;display:block; }
#rBvRS1c6B17fEsEg5ATOVBAs8alGUvNa { 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.4360625rem;width:16.6235625rem;top:18.870849609375rem;left:39.76318359375rem;overflow:hidden;display:block; }
#oZONHJsfRpZI2O6MD2kTS3VwWtB9U5rv { 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.68675rem;top:12.357421875rem;left:6.37451171875rem;overflow:hidden;display:block; }
#R8SK8P1nEfJEt2TNWmH4ImZLTMylQH3V { 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:7.6875rem;width:18.375rem;top:11.185791015625rem;left:39.82568359375rem;overflow:hidden;display:block; }
#mph7BHQCplObDZbrWTlF3uPAecCWLcuB { 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:11.544189453125rem;left:24.1552734375rem;overflow:hidden;display:block; }
#LES7Zga7mcUNrADIJwTJH7cQ5HsQyF05 { 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.49975625rem;width:13.75rem;top:21.873291015625rem;left:23.65625rem;overflow:hidden;display:block; }
#oF8cNdWn4wlJJecDIczOc9znuKVWDJ4X { 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.06225625rem;width:12.312rem;top:21.373291015625rem;left:6.37451171875rem;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; }
#QlRD1QJxVzCzwovfk0PdmnnC1yRLyCOZ { 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; }#QlRD1QJxVzCzwovfk0PdmnnC1yRLyCOZ > .row .container { background-color: transparent; background-image: none; }#QlRD1QJxVzCzwovfk0PdmnnC1yRLyCOZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlRD1QJxVzCzwovfk0PdmnnC1yRLyCOZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlRD1QJxVzCzwovfk0PdmnnC1yRLyCOZ > .row .container > .video-iframe-container { display: none; }#QlRD1QJxVzCzwovfk0PdmnnC1yRLyCOZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlRD1QJxVzCzwovfk0PdmnnC1yRLyCOZ > .row > .video-iframe-container { display: none; }#QlRD1QJxVzCzwovfk0PdmnnC1yRLyCOZ > .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); }#QlRD1QJxVzCzwovfk0PdmnnC1yRLyCOZ > .row .container { border-width: 0; border-radius: 0; }#QlRD1QJxVzCzwovfk0PdmnnC1yRLyCOZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QlRD1QJxVzCzwovfk0PdmnnC1yRLyCOZ > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#CKXGaunMXd3ET28G8TayqThwrwabmL0H { 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:0rem;left:30.3125rem;overflow:hidden;display:block; }
#k42Oba7qoWcmBXpci6nwaJ754BgrRIIr { 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:0.625rem;left:12.25rem;overflow:hidden;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:none; }#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:none; }#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; }
#PJWPBVfVOdP8ez1NoDtRxCRgHGX4iEtd { 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:none; }#PJWPBVfVOdP8ez1NoDtRxCRgHGX4iEtd > .row .container { border-width: 0; border-radius: 0; }#PJWPBVfVOdP8ez1NoDtRxCRgHGX4iEtd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PJWPBVfVOdP8ez1NoDtRxCRgHGX4iEtd > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:none; }#wWadaOWxLZuwxzA2mzOHrfbso7d8UqRx { 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; }
#XDnONQTeFFCZx8SSv3AEug9meebIGIRG { 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:none; }#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:none; }#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.9375rem;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.9375rem;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.86889375rem;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.86889375rem;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.875rem;top:2.375rem;left:5.125rem;overflow:hidden;display:block; }
#xid6IKDrDEKdzE5363erL9zksEQqunOm { 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:none; }#xid6IKDrDEKdzE5363erL9zksEQqunOm > .row .container { border-width: 0; border-radius: 0; }#xid6IKDrDEKdzE5363erL9zksEQqunOm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xid6IKDrDEKdzE5363erL9zksEQqunOm > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:none; }#vXky6UZ9GHJlH3JhyA0mtt2y2BNDurnU { position:absolute;display:block;z-index:15002;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:2.375rem;left:4.0625rem;overflow:hidden;display:block; }
#o9rdnlLXqM9SzwITTKOU9TwRzszgTOkS { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:16.0625rem;left:0rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NOy20lSTXH5dApmNBMxxaLl9t0Ty6xRI { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:2.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#dsyDlPxgh6zXtPIRTw6ouFW2eoudQdpT { position:absolute;display:block;z-index:15017;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.4375rem;display:block; }
#gTclhV8PTo1Zhu5toc1wVq0ppzWmyJuD { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21rem;left:2rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#QVuUpAbtdXOQrzTJhgk2aK9v59uckBoR { 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.5rem;width:10.875rem;top:2.375rem;left:24.9375rem;overflow:hidden;display:block; }
#i3eM0oUGNVs6OUOhkD7L74uKQ5wt7E2u { color:#000000;display:block;width:19.9995rem;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:19.9375rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kdW8JTrn0ZK1FmwXEHeGIbgbUkXfASbW { color:#000000;display:block;width:20.124rem;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.875rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SpyR9TKfXd1IvFf0g3dbWNwZ8Pl4P5B9 { 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:40rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Vrx0W5fIne5StkufeoftTZfQLqEUMw2L { 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.124511875rem;width:3.1245125rem;top:18.5625rem;left:28.375rem;display:block; }
#Tce00Jw8uRfWWTwtpEFB2Q56bSXJww8R { 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:19.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#c9lbM0gdWk79IgvI0EmJdJEDzPp81Oc0 { 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:42rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#z2AyrU6JNucAKAf9lo4bZWuL8wddJTs5 { color:#000000;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:21.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ZdXtgbJMO8DSThrhRuvCQzGp6W4FeOWz { 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.5rem;width:10.875rem;top:2.375rem;left:44.4375rem;overflow:hidden;display:block; }
#Oqt2E1qqhiT4ccIf8U01XxiWTd9VyybA { 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.124511875rem;width:3.1245125rem;top:18.5625rem;left:48.375rem;display:block; }
#Ma9f7NeeFdDIvFrkSgkW3yil3bHTCSSt { 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:none; }#Ma9f7NeeFdDIvFrkSgkW3yil3bHTCSSt > .row .container { border-width: 0; border-radius: 0; }#Ma9f7NeeFdDIvFrkSgkW3yil3bHTCSSt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ma9f7NeeFdDIvFrkSgkW3yil3bHTCSSt > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:60rem;position:relative;display:none; }#rd6pTNJSWwZ9qCz1EhNdPCcJNB48roMu { 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.5rem;width:10.875rem;top:2.25rem;left:24.4375rem;overflow:hidden;display:block; }
#T0LRaG0UyNcOtXKdfd0x8JpbxW5Qvy2a { position:absolute;display:block;z-index:15002;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.875rem;top:2.25rem;left:44rem;overflow:hidden;display:block; }
#UAd3eG6PL4WE1iJDSRc92RcHVMhteDTV { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.9375rem;left:40rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vvHioxbQapatFlemwogvmCwKKWmb7nQZ { 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.9375rem;left:19.875rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z0knMGgr0v4AazyIrnkymG1qvT5F5goR { 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.1875rem;left:20rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#N0SSaCH5e9hBUOU5cW8KtirrQoB6F9OZ { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.1875rem;left:42.25rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#A8iXxN8xCiyPDvMDGKrTR0vwuQxO50IU { 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.4375rem;left:28.375rem;display:block; }
#N5dwAU4C2T9QTXag9cDKlIVi1fHnSuWi { position:absolute;display:block;z-index:15017;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.4375rem;left:48.375rem;display:block; }
#EC9dlWnGdIPr5VtgKqnfr2bMiIsTDoH4 { 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:20.875rem;left:22rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#TOqrKptZxhTlRTtvyIkNv2iftHwP00t7 { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:26.4375rem;left:41.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#otH2JxXD3D1mgO7XJ3Zc0zN91vRodRzi { 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.5rem;width:10.875rem;top:2.25rem;left:5rem;overflow:hidden;display:block; }
#CmsNZqBsFrAiXKWNuur89S07CWKVEE39 { color:#000000;display:block;width:19.999rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.9375rem;left:0rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xAvyFsGXiTbKL3nTEeMiKsg0smugvgmg { 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.12402375rem;width:3.124025rem;top:18.4375rem;left:8.4375rem;display:block; }
#eUhOITAzkV60iqzLCo3dvFwHcJZ1CsmF { 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.1875rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#gC2fVUIWhnTUn3A9MBMscepOBXi6zmuM { 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.875rem;left:2rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#TC36XwHZhAzaL1UxmZg1QpAJxa5OBw7G { 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:none; }#TC36XwHZhAzaL1UxmZg1QpAJxa5OBw7G > .row .container { border-width: 0; border-radius: 0; }#TC36XwHZhAzaL1UxmZg1QpAJxa5OBw7G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TC36XwHZhAzaL1UxmZg1QpAJxa5OBw7G > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:none; }#Dlx2Eg9Mx9w0CQKuvX1VzMAIuqZRtMvf { position:absolute;display:block;z-index:15002;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.875rem;top:2.4375rem;left:24.0625rem;overflow:hidden;display:block; }
#IRgJvlM2w3w9OHr4Lp3XSqkxcTaoP8mD { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:16.125rem;left:20rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wCNEMLrRKZK2n9cuNLcJIlbp9b5JJ8Tu { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.375rem;left:22.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#xwIgL8H7C6XUL15Uhg167DOZ9z8kO6bO { position:absolute;display:block;z-index:15017;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.625rem;left:28.4375rem;display:block; }
#ud3fFAbfK6fMgylbKgTbXA61kgVx37QG { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21.0625rem;left:22rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#w5rF2JuSNDZfzJ5lR5v9XKUV4fxnWLh3 { position:absolute;display:block;z-index:15007;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.875rem;top:2.4375rem;left:44.0625rem;overflow:hidden;display:block; }
#HJROHCp3zeWL7O41Wg8VrJZUqb6BaOFZ { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:16.125rem;left:40rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TNbSO3EiLGb5ccSg4rCxTs9twPufdClg { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.375rem;left:42.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#bFU6gwgHTovNvdfq6F97t0kGLVBLq0Fz { position:absolute;display:block;z-index:15022;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.625rem;left:48.4375rem;display:block; }
#AV2mvyGVTBkvGQT16SkTowkfzF7rJmlA { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:21.0625rem;left:42rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#tbmQ8bXgOvOst1g1rbirdTSE4TWpai7d { position:absolute;display:block;z-index:15012;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.875rem;top:3.25rem;left:4.5625rem;overflow:hidden;display:block; }
#cNsaVHgZVf7xiSVG9pr9JGPbi7kUDpxm { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:16.125rem;left:0rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SCNTV0s5yxmfyWTxILQ50DJUXbPtLPIQ { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:19.375rem;left:2.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#iA1NsFihrprIT0NTBTOMu6gVPczJGfTV { position:absolute;display:block;z-index:15027;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.625rem;left:8.4375rem;display:block; }
#Ox3DklyUMmIMfm7qnKTEVuBq3c7ORFsr { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:21.0625rem;left:2rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#XLTHeMv5uLi9NwZ866fpJqkMlvkkBKpS { 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:none; }#XLTHeMv5uLi9NwZ866fpJqkMlvkkBKpS > .row .container { border-width: 0; border-radius: 0; }#XLTHeMv5uLi9NwZ866fpJqkMlvkkBKpS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XLTHeMv5uLi9NwZ866fpJqkMlvkkBKpS > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:none; }#sgb44k4x32yz4mBsLWTXXafdD0AFfrtG { 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.4375rem;width:10.8125rem;top:2.4375rem;left:45rem;overflow:hidden;display:block; }
#vETTC9trx6o9Z6hMDQXkqFsIh7X9gxiz { 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.125rem;left:40rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jbcvs09MMyBOv846sDMCGOGM9KQc3K85 { 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.625rem;left:48.4375rem;display:block; }
#X5XzeXtOvmTfW2BBLriv1mhHKgE3mGdu { 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:21.0625rem;left:42rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#OGDuNlnukb6avzQFVhOP71PN7QyreDOO { 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.375rem;left:40rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#JRdfJindnQxpBkTuXgi8qdIpwKfzHTXq { position:absolute;display:block;z-index:15006;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.875rem;top:2.4375rem;left:4.5625rem;overflow:hidden;display:block; }
#wTaXNxPD9CSoArVx8TtC9PTt2eUFdT3f { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:16.125rem;left:0rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JGzs7TDWapgUo2goXoMLWFvA2Tv4p47T { position:absolute;display:block;z-index:15021;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.625rem;left:8.5rem;display:block; }
#Trqx4tXThgImmMgHM6Wk5QyMiRR5RwZ4 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.375rem;left:0.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#MM0AGT6GFbFgWlsm7U9de603Re8wObtJ { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:21.0625rem;left:2.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#KTVPo42ThcgArQ6uLpJRW4TeCBvhO9VN { 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.4375rem;width:10.8125rem;top:2.4375rem;left:25rem;overflow:hidden;display:block; }
#ItFxB7xmwSggfDe0wysEbnL821cJCfEA { 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.125rem;left:20rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Smk46Xhy2W2wh4aMdVohbGBaegyPdygx { 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.625rem;left:28.4375rem;display:block; }
#Q8JmiOpqW8bvd7id1skMETLNrDB9cWzb { 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.375rem;left:20rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#JgvguBPKUQR0mukBN5vwds60KClPKid1 { 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:21.0625rem;left:22rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#oaikwUrHG81RPoskWNq3PWKaepnDOe56 { 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:none; }#oaikwUrHG81RPoskWNq3PWKaepnDOe56 > .row .container { border-width: 0; border-radius: 0; }#oaikwUrHG81RPoskWNq3PWKaepnDOe56 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oaikwUrHG81RPoskWNq3PWKaepnDOe56 > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:none; }#nybUerEvSUoWnrqHAdx5fNcXbDfuozwd { 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.125rem;left:39.875rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LIJPkDuqhE2vARWhQl0MgF8kHL5LBoeG { 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.375rem;left:40rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#dVNDSulgCKCr91g2HfNEcITT17Kvg8tm { 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.5rem;width:10.875rem;top:2.4375rem;left:44.375rem;overflow:hidden;display:block; }
#KnzuhvWAZXRkbrKcyKfHodtheGVRfpTT { 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:21.0625rem;left:42rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#wyH3SFlfDBHQP63pTJOTPJpcITa3vgW3 { 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.625rem;left:48.375rem;display:block; }
#Q8vm2wM56bupSozrLg6WFg6F3olakNV7 { 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.4375rem;width:10.8125rem;top:2.4375rem;left:5rem;overflow:hidden;display:block; }
#OUMQyFG5dQT4AxiiaKEsUtTDrbU45sI2 { 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.125rem;left:0rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dlUl61HnQPASOKtPSWOfoWqgDdsFeF8F { 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.125rem;left:20rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nxpwdzabnAaKfq2Cp2TFGVPmFf0qIPf7 { 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.625rem;left:8.4375rem;display:block; }
#JIKZ9GEke86nwKHtC2bNaxVweJqr2QgG { color:#000000;display:block;width:19.874rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.375rem;left:20rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#VFWw19kLqfXf3nLZbSS5wTxrZ16cVWJs { 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.375rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#zHTNASd2nJZVEIG9rJV5R8zTTy0Z53Ht { 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.499rem;width:10.8730625rem;top:2.4375rem;left:25rem;overflow:hidden;display:block; }
#Ep3ZJsSGW4yA77JCRgg4ODQ5XweBksBQ { 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:21.0625rem;left:22rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#UWiTZ7AXISr9ik3uIgBABuXpR8VtD3px { 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:21.0625rem;left:2rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#OPAZfQmi0ORC7rCQpw2TuMQrETfyb42I { 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.12402375rem;width:3.125rem;top:18.625rem;left:28.4375rem;display:block; }
#dEQrBf4NpS9giTh5p66ggnZSDkp1sSxh { 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:none; }#dEQrBf4NpS9giTh5p66ggnZSDkp1sSxh > .row .container { border-width: 0; border-radius: 0; }#dEQrBf4NpS9giTh5p66ggnZSDkp1sSxh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dEQrBf4NpS9giTh5p66ggnZSDkp1sSxh > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:none; }#PIOPt3VfQNBR0lvFlUqZau3AZFQa2cDG { 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.4375rem;width:10.8125rem;top:1.875rem;left:24.5625rem;overflow:hidden;display:block; }
#wFHDXSrO6uUBgeJeGviI8BZuLqpAfPFQ { position:absolute;display:block;z-index:15002;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.875rem;top:1.6875rem;left:44.0625rem;overflow:hidden;display:block; }
#IKIqkwVQLx8rBERHm2t0JyJeP32ImW3l { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.375rem;left:40rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vssKsUddpxwZv6MTCrL4CJvD3yIH45ip { 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:20rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p46wkQLStcseFM5PciknwupVCB5IhdwL { 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:18.8125rem;left:20.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#GPNCuKwm4GGkRxPeT5Sw7p9limDByHpm { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.625rem;left:42.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#FEJ948pGBCQZTTX9ge8Gr6PNT7NTMiKs { 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.0625rem;left:28.5rem;display:block; }
#Jmw5xedyw74MP8P2ZgCJUiJtg1Dh9KJf { position:absolute;display:block;z-index:15017;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:17.875rem;left:48.4375rem;display:block; }
#l22MFEdNtK5thsdsFJ65QtVRIHzmReaT { 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:20.5rem;left:22.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#OkiEW40fXA7ByEGPiSBGNWXBtZqiUHLT { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21.75rem;left:42rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ckKKE04TPxd4x1X1XnaXDTCIftEimL6W { 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:0rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vdp1UJRRzOCa7o1At9OUqr4VcrpiumFs { 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:18.8125rem;left:0.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#UvIkVqkOvn33p6LoX8FVJl9PPvEw5gfz { 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.5rem;width:10.875rem;top:1.875rem;left:4.5rem;overflow:hidden;display:block; }
#dKZPGfdPATwqs77mbcXXrunsZZvXCOr7 { 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:20.5rem;left:2.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#qaa9zXM72KXTDTL2b8ZPmANXpQENbXAg { 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.0625rem;left:8.5rem;display:block; }
#P7rGaAKnvBOqSWDhwTzsuVR0cmiSP7yN { 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:none; }#P7rGaAKnvBOqSWDhwTzsuVR0cmiSP7yN > .row .container { border-width: 0; border-radius: 0; }#P7rGaAKnvBOqSWDhwTzsuVR0cmiSP7yN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P7rGaAKnvBOqSWDhwTzsuVR0cmiSP7yN > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:none; }#XSZbTdMxD8D1aUOWwKMPT6Ap3FCD0wtm { 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.499rem;width:10.8730625rem;top:2.375rem;left:24.5rem;overflow:hidden;display:block; }
#ZksaOTbZXub9WkmR4g8aSND3yGcHMmBg { color:#000000;display:block;width:20.124rem;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:19.9375rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hNWm9TDJ5guph1feEXU9gCHkZZixG246 { color:#000000;display:block;width:19.874rem;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:20.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#a3EVRw774TRzRrWF6mR020RccKyhdHes { 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:22.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#MEUtONJ4kATgEgCxghy8FcZhSPOfqRTx { 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.12402375rem;width:3.125rem;top:18.5625rem;left:28.4375rem;display:block; }
#c7Fgn6eVTyUNrdSuZoWMkZztnK4DVrUT { position:absolute;display:block;z-index:15006;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.4375rem;width:10.8125rem;top:2.4375rem;left:44.5rem;overflow:hidden;display:block; }
#U52JSXyvBEznNaFDddUV6RUqyykoz9rL { color:#000000;display:block;width:20.124rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:16.125rem;left:39.9375rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HHE326K6koN8srWKvOFxyoLT3bopFynz { color:#000000;display:block;width:19.874rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.375rem;left:40.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#HsST4h8RtXW13FQDUuVKbSrTAEZOxf17 { position:absolute;display:block;z-index:15021;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.12402375rem;width:3.125rem;top:18.625rem;left:48.4375rem;display:block; }
#cBL7gg9c2FgImtUWuwESpemHUoZVrko1 { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:21.0625rem;left:42.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#OmpJkRyVurgQnzOD9KkE3R5Hpzwbd9Tc { position:absolute;display:block;z-index:15006;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.4375rem;width:10.8125rem;top:2.4375rem;left:4.5625rem;overflow:hidden;display:block; }
#LVpEEbQgTeywoS7NLFPrCtbcuuDbCL2T { color:#000000;display:block;width:20.124rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:16.125rem;left:0rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZvBtqVXcieED80mK06M9wlovTV77c6Tc { color:#000000;display:block;width:19.874rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.375rem;left:0.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#XDUBbKUMfDqb2CiB9kJFzFl22PBDzOgs { position:absolute;display:block;z-index:15021;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.12402375rem;width:3.125rem;top:18.625rem;left:8.5rem;display:block; }
#wMiDgwd6LLXrZAk8BsBvPQiSscxnP0Dr { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:22.2998046875rem;left:2.03125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#fUzFQnlVKRml1uImLtP5ZCBA0U0AvXg1 { 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:none; }#fUzFQnlVKRml1uImLtP5ZCBA0U0AvXg1 > .row .container { border-width: 0; border-radius: 0; }#fUzFQnlVKRml1uImLtP5ZCBA0U0AvXg1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fUzFQnlVKRml1uImLtP5ZCBA0U0AvXg1 > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:60rem;position:relative;display:none; }#vU4Q41xpLy7ZICNs2L9Psqk9N07QFEuZ { position:absolute;display:block;z-index:15002;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.875rem;top:1.875rem;left:24.125rem;overflow:hidden;display:block; }
#IDiwxOnoQhD0lBr2wn0oKFiUTl7ieRT1 { 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:14.875rem;left:40rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gwTBWak410nc46yRLSB33NRaTXGWqLKS { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.5625rem;left:20.125rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m2TLrXnN7OVaTu3CcsrbKytQV3XC5z0z { 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.5rem;width:10.875rem;top:1.1875rem;left:45rem;overflow:hidden;display:block; }
#c3cqaG2sTMZcBATka35oz5ZX6y8SF5fn { position:absolute;display:block;z-index:15017;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.0625rem;left:28.5rem;display:block; }
#mQUD6dGVasm6lHkncwRDgMpTBC3hJ2DX { 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:18.125rem;left:40rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#McWRCJWINTyBeW7rVEZQ85KAsWEtrymT { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.8125rem;left:22.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#c5tKF3aUlwWLGv7HEFqlNtIWUumyCHFK { 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:17.375rem;left:48.4375rem;display:block; }
#MNKMxE9JEFdegkoFcyt8VScXX2qB7pJO { 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:19.8125rem;left:42rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#Qbi0R1rxyID7IE75EIzhgLzZzwWzyiym { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:20.5rem;left:22.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#rlfMTnxQVLASdZpU58SxpiLhdw9N2R7l { 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.4375rem;width:10.8125rem;top:2.1875rem;left:4.5625rem;overflow:hidden;display:block; }
#MoWm5r7TXlgOmEXzPWIJypBZyF41DhFI { 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.875rem;left:0rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VSy9LWeVhDvrwVdO6fJG4iCHDd0TNzgR { 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.125rem;left:0.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#REasctomaFV3ZnuvMAPcFTWbVrCxDdka { 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:21.4375rem;left:2.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#dmcXTkq1kz0Ipx7udOEsDUwuUL0b9yEf { 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.375rem;left:8.5rem;display:block; }
#meR219N9y29Ka8RbIlqI6D9cW0g5Iyrf { 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:none; }#meR219N9y29Ka8RbIlqI6D9cW0g5Iyrf > .row .container { border-width: 0; border-radius: 0; }#meR219N9y29Ka8RbIlqI6D9cW0g5Iyrf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#meR219N9y29Ka8RbIlqI6D9cW0g5Iyrf > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;position:relative;display:none; }#xJxmnzqpBRgfr3iJmT6B1zzmveyuT2kN { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:15.875rem;left:39.875rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zD3Mm6aMvxeo0gS09tCHN91XgyuIx5t9 { position:absolute;display:block;z-index:15006;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.875rem;top:2.1875rem;left:44.4375rem;overflow:hidden;display:block; }
#hXIMc0pDms9Vw6g1eEFDO7KDV5NCBmPm { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.125rem;left:40rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#J6Simu5uOIdTl8tRVE05QeP0FgnVyAUd { position:absolute;display:block;z-index:15021;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.375rem;left:48.375rem;display:block; }
#hP23RPb7z3izSHq60qCTrGsaJaWp8o1X { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:22.0625rem;left:42.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#EUZvxIUCBL7wlEw2JyUztoNyQcSoodpt { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:15.875rem;left:19.875rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U8y5cSKvlZECVhggSpSIcgqNUKpdLDl5 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21.1875rem;left:19.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#gShNcTQnBWRdakmV2nNEalI57Ud2cV2c { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:22.5rem;left:21.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#OtQNwtHDw3OSyvk1Ee0gmgPGOTMT1Gvl { position:absolute;display:block;z-index:15006;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.875rem;top:2.1875rem;left:24.4375rem;overflow:hidden;display:block; }
#AotRAaXQmDeQPUOCJVBLXzo6stnF1UDS { position:absolute;display:block;z-index:15021;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.4375rem;left:28.3125rem;display:block; }
#yTGF62OT2mHFvlPIGbiXKo7EmmLdHSXL { 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.5rem;width:10.875rem;top:2.1875rem;left:4.5625rem;overflow:hidden;display:block; }
#Q6GOEGeq5Ne3a97en33qu8Lf1u1WmbN2 { 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.875rem;left:0rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wfE7oSsdQbT50fDJ7mpB5ykHb2hJBktA { 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.125rem;left:0.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#vR5KceDUM6WcaKypG7BorMWcZv5quQMN { 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.375rem;left:8.5rem;display:block; }
#eeslU6QS7R87o778KOnKq5T1BVJ4vCsQ { 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:20.8125rem;left:2.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Ip9v3KoK6S9xtZciqSDHP17iRt0vxSlH { 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:none; }#Ip9v3KoK6S9xtZciqSDHP17iRt0vxSlH > .row .container { border-width: 0; border-radius: 0; }#Ip9v3KoK6S9xtZciqSDHP17iRt0vxSlH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ip9v3KoK6S9xtZciqSDHP17iRt0vxSlH > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:none; }#xQtglGlHnPJoeSCVqffNcnwbEpTyHca3 { position:absolute;display:block;z-index:15006;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.875rem;top:1.375rem;left:24.5625rem;overflow:hidden;display:block; }
#SknQdymMnHBqIwtUTMl5oWdKTv4Wv97E { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:15.0625rem;left:20rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tJX8aEv9608bh4fa07sHkqp2IBVkZ5rk { position:absolute;display:block;z-index:15021;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:17.8125rem;left:28.375rem;display:block; }
#GKhHTn4Sfynb2ssab6tv7ud1TtxhRLAB { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.5625rem;left:20rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#T4h2J4f7IaSHh5xS1TuyosykINUvqrCG { color:#6aa230;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:19.875rem;left:22rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#oprl7P0r7lA5XNEG1JpltOBDVWRbnShK { 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.25rem;left:0rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TIWVl596fzkeIcmpvTQhCuOh6peTNN2g { 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:21.3125rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#I4noTLkGvHpJOa47s8ut9uR3tpVB041W { 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.5rem;width:10.875rem;top:1.5625rem;left:4.5625rem;overflow:hidden;display:block; }
#uDuPzwzXSFIKOuJsTN0sZQXlnSy3GXVF { 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.625rem;left:2.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Z0s77KKABnv9vQPaKn6vcE1WGJFISlgx { 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.5625rem;left:8.375rem;display:block; }
#dmGrkpFPM16nbZZwapvglWbVE6TWORVR { 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:none; }#dmGrkpFPM16nbZZwapvglWbVE6TWORVR > .row .container { border-width: 0; border-radius: 0; }#dmGrkpFPM16nbZZwapvglWbVE6TWORVR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dmGrkpFPM16nbZZwapvglWbVE6TWORVR > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:none; }#h2hcBSFhQA6hiTvKN5K3yVAEvLTzi2Ib { 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:5.6875rem;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; }
#ytTDLiQKd4N0m6WerJX3p8J4JB8KaT6A { position:absolute;display:block;z-index:15057;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:4.125rem;left:11.25rem;display:block; }
#xkqzw5kNT0AFVRkn7oaUvOATb0Eq0Brz { 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:none; }#xkqzw5kNT0AFVRkn7oaUvOATb0Eq0Brz > .row .container { border-width: 0; border-radius: 0; }#xkqzw5kNT0AFVRkn7oaUvOATb0Eq0Brz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xkqzw5kNT0AFVRkn7oaUvOATb0Eq0Brz > .row .container { font-size:0.875rem;font-family:"open sans";height:31.3125rem;width:60rem;position:relative;display:none; }#TtIbcFCUDgtRhzrvELEJsAIvAZOMDZH9 { color:#101010;display:block;width:52.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.5rem;left:4rem;height:1.6875rem;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; }
#KZf2h6n780VPelgEVlVtJShodH3W7nLf { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:7.5625rem;left:10rem;display:block; }
#MJf06eesPUNGRbJRSTwTzA6viuF6NJdF { 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:none; }#MJf06eesPUNGRbJRSTwTzA6viuF6NJdF > .row .container { border-width: 0; border-radius: 0; }#MJf06eesPUNGRbJRSTwTzA6viuF6NJdF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MJf06eesPUNGRbJRSTwTzA6viuF6NJdF > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:none; }#GZ98GBvGS9IqNq4QdynHoFX8T7X4poK5 { 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-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.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.43725625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.780517578125rem;left:20.15625rem;display:block; }
#AMvxn3KHWLKSZlPxaRE6lb7hSUD4lfw7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pqnsOGE7IVhGNpAu8ILm4dk2ZeBytcHu { 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:none; }#pqnsOGE7IVhGNpAu8ILm4dk2ZeBytcHu > .row .container { border-width: 0; border-radius: 0; }#pqnsOGE7IVhGNpAu8ILm4dk2ZeBytcHu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pqnsOGE7IVhGNpAu8ILm4dk2ZeBytcHu > .row .container { font-size:0.875rem;font-family:"open sans";height:6.9375rem;width:60rem;position:relative;display:none; }#xlyvoaAl39wOSymLG7maRNKUQ2AXVAu6 { color:#101010;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:1.8125rem;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; }
#XFkmzZ5pBiN3kuyDGBGWh6mruysZbrK6 { 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:none; }#XFkmzZ5pBiN3kuyDGBGWh6mruysZbrK6 > .row .container { border-width: 0; border-radius: 0; }#XFkmzZ5pBiN3kuyDGBGWh6mruysZbrK6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XFkmzZ5pBiN3kuyDGBGWh6mruysZbrK6 > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:none; }#a1fwCkNeaQhKpKTcCEZSMgG4aWDASodE { 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-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.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.43725625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.780517578125rem;left:20.15625rem;display:block; }
#EST2D5gJ7d3dIuP9L0a1RdUGqH1DOTuM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sHZI1HRu1l88Z6m17UetJ8dfREQ760pa { 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:none; }#sHZI1HRu1l88Z6m17UetJ8dfREQ760pa > .row .container { border-width: 0; border-radius: 0; }#sHZI1HRu1l88Z6m17UetJ8dfREQ760pa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sHZI1HRu1l88Z6m17UetJ8dfREQ760pa > .row .container { font-size:0.875rem;font-family:"open sans";height:30.4375rem;width:60rem;position:relative;display:none; }#lJOcWIQ3MQkb03vnSOikMb7pOzydCJfl { color:#101010;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.9375rem;left:0rem;height:7.125rem;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; }
#rHN5QkH7HDpWGW9eAvft6AnG5gu7XNJi { background-color:#8a98a7;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.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.3125rem;left:8.5625rem;display:block; }
#aeqXi1ifNRxN0B7p4R9Vsu00a8gEUqO8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G4KNouFZAITbnVbp4nuazvIbT4HSU7iu { background-color:#8a98a7;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.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:19.3125rem;left:31.8125rem;display:block; }
#T5KbNilFeRK6NvESsi0pMed5DNM1e79D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xv6kUPBxQtXyvd5CrDEQWTJ2A8UmNUl7 { color:#101010;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:26.1875rem;left:0rem;height:1.59375rem;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; }
#EoBHDk9DXuPbxsr4D3E2ftJ4MuihExG6 { color:#6aa230;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:2.625rem;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; }
#dEVJzbu0wCuoaFXQnlnMEplTPmJQBSLc { 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:none; }#dEVJzbu0wCuoaFXQnlnMEplTPmJQBSLc > .row .container { border-width: 0; border-radius: 0; }#dEVJzbu0wCuoaFXQnlnMEplTPmJQBSLc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dEVJzbu0wCuoaFXQnlnMEplTPmJQBSLc > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:none; }#u4TfZGq74smwAs1S9UuST9EH36VsZAa6 { 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; }
#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:;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:37.9375rem;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.802734375rem;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:26.4375rem;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.8076171875rem;left:18.46875rem;height:11.197275rem;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:31.75rem;left:14.75rem;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) { #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:26.25rem;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:8.6875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fma97VS8BTPzBpk1u7m8qLOsauRvZOiU { width:3rem;height:3rem;top:8rem;left:3.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI8e9JlO9WWm8pLmmlZAXDKEM6INylFw { width:21.75rem;height:1.4375rem;top:8.6875rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #assTT51m8DSQwZ63JhOBmGhsemHHon9q { width:6.625rem;height:1.625rem;top:8.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOIFTkZEfnJO2RWAbQZQLmDzRXBAChOu { width:1.5625rem;height:1.5625rem;top:13.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrahKDdDd3UkzhFn5IO4eQsuKCA1nrtn { width:6.625rem;height:1.625rem;top:13.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKTma1qtRlDrAt83TSa2Tx9WPcTMsA5z { width:3rem;height:3rem;top:12.5625rem;left:3.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSonPGKuZGUvzcs519nN2ANMMwJlxqMw { width:1.5625rem;height:1.5625rem;top:17.875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cea5wTefDmA9OkzddwNNibt495tByBCx { width:6.875rem;height:1.625rem;top:17.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPNK1x7q8MqICkiXTKvTr1meAQ5PTJ0G { width:3rem;height:3rem;top:17.25rem;left:3.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huOcp7TMsbCxwlEnh1ycKX8k1pgQaa6Q { width:21.75rem;height:1.4375rem;top:22.9375rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRSDhzSpW57bJkRg6zSv9TRMaOvwNvHw { width:21.75rem;height:1.4375rem;top:27.4375rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcLcTliWlid1LZkcT7QGEz0dZpqllrQn { width:6.875rem;height:1.625rem;top:27.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv8ufw6ivWc9LFBZCs9iue6PCAwPp9sk { top:27.125rem;left:3.624755859375rem;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:21.75rem;height:1.4375rem;top:17.9375rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTrzLWyCd1dCz4BzpmqZWbXMoU427b6E { width:1.5625rem;height:1.5625rem;top:22.75rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA66ZBAseACLNPIFVyTesI1REIthwAyO { width:3rem;height:3rem;top:22.0625rem;left:3.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMt6K8BnNJdWqOQkpilFeD4v2uJUdzTp { width:6.875rem;height:1.625rem;top:22.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1DC8Ce77mt9yaKgLppbOqqC65FCBTNc { width:21.75rem;height:1.4375rem;top:13.25rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHReDCfNnPPF01pVyQPzHN2nygvnTSE7 { top:13.25rem;left:22.74951171875rem;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) { #UT4kWRwo2uoBwT4nmdV2cDSXATDSmB7J { top:17.8125rem;left:28.358154296875rem;width:1rem;height:1rem;display:block; }
#UT4kWRwo2uoBwT4nmdV2cDSXATDSmB7J > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@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) { #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.5625rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkZmS5sKaTwNC5aUnmNvr7QWX2Or6Cmv { width:6.875rem;height:1.5625rem;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.5625rem;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.5625rem;top:14.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scsmxoWgMwM3pemtRI9xfRuFxOLiOy4m { width:6.875rem;height:1.5625rem;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.5625rem;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.5625rem;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) { #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) { #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) { #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) { #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) { #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) { #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.875rem;left:17.75rem;width:12.25rem;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) { #qg955mXqSKMzKwwOGhtzJTJe1nAz6Pag { display:block; }#qg955mXqSKMzKwwOGhtzJTJe1nAz6Pag > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwyvqaI3WaWxOEu2Tg1oSi9JPpC2TTNh { top:3.5625rem;left:0.24951171875rem;width:9.9375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5Wdl7tloBc6ICDrsXHeLXU1kOXyG6Ep { top:4.3125rem;left:17.46875rem;width:12.8125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgyaBQD62DgmIvk091dPRtue62vOTZAa { top:3rem;left:32.9375rem;width:14.8125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBvRS1c6B17fEsEg5ATOVBAs8alGUvNa { top:18.8125rem;left:31.1875rem;width:16.5625rem;height:9.4014014839629rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZONHJsfRpZI2O6MD2kTS3VwWtB9U5rv { top:12.3125rem;left:0.24951171875rem;width:12.625rem;height:3.9799331424996rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8SK8P1nEfJEt2TNWmH4ImZLTMylQH3V { top:11.125rem;left:29.375rem;width:18.375rem;height:7.6871683492979rem;display:block; }
 }@media only screen and (max-width: 763px) { #mph7BHQCplObDZbrWTlF3uPAecCWLcuB { top:11.5rem;left:18.0302734375rem;width:13.4375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LES7Zga7mcUNrADIJwTJH7cQ5HsQyF05 { top:21.8125rem;left:17.53125rem;width:13.75rem;height:3.49975625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF8cNdWn4wlJJecDIczOc9znuKVWDJ4X { top:21.3125rem;left:0.24951171875rem;width:12.25rem;height:5.0367640564084rem;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) { #QlRD1QJxVzCzwovfk0PdmnnC1yRLyCOZ { display:block; }#QlRD1QJxVzCzwovfk0PdmnnC1yRLyCOZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKXGaunMXd3ET28G8TayqThwrwabmL0H { top:0rem;left:24.1875rem;width:20.25rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k42Oba7qoWcmBXpci6nwaJ754BgrRIIr { top:0.625rem;left:6.125rem;width:11.1875rem;height:4rem;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) { #PJWPBVfVOdP8ez1NoDtRxCRgHGX4iEtd { display:block; }#PJWPBVfVOdP8ez1NoDtRxCRgHGX4iEtd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWadaOWxLZuwxzA2mzOHrfbso7d8UqRx { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDnONQTeFFCZx8SSv3AEug9meebIGIRG { 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.875rem;height:10.50210876423rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqEz99m9ifZiQOpKtPrFDKaNfoSgV1d9 { top:2.375rem;left:34.1875rem;width:10.875rem;height:10.50210876423rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1z3IgNw0HvamvXkabOcItnhZn6wavvU { top:16.0625rem;left:11.8125rem;width:19.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRJgD1wQbFKxCbRUFGJgK7QMH3d1UeKh { top:16.0625rem;left:11.6875rem;width:20.0625rem;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:19.9375rem;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.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xid6IKDrDEKdzE5363erL9zksEQqunOm { display:block; }#xid6IKDrDEKdzE5363erL9zksEQqunOm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXky6UZ9GHJlH3JhyA0mtt2y2BNDurnU { top:2.375rem;left:2rem;width:10.875rem;height:10.50210876423rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9rdnlLXqM9SzwITTKOU9TwRzszgTOkS { top:16.0625rem;left:0rem;width:19.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOy20lSTXH5dApmNBMxxaLl9t0Ty6xRI { top:19.3125rem;left:0.25rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsyDlPxgh6zXtPIRTw6ouFW2eoudQdpT { top:18.5625rem;left:6.375rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTclhV8PTo1Zhu5toc1wVq0ppzWmyJuD { top:21rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVuUpAbtdXOQrzTJhgk2aK9v59uckBoR { top:2.375rem;left:18.75rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3eM0oUGNVs6OUOhkD7L74uKQ5wt7E2u { top:16.0625rem;left:0rem;width:19.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdW8JTrn0ZK1FmwXEHeGIbgbUkXfASbW { top:16.0625rem;left:11.6875rem;width:20.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpyR9TKfXd1IvFf0g3dbWNwZ8Pl4P5B9 { top:19.3125rem;left:27.75rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrx0W5fIne5StkufeoftTZfQLqEUMw2L { top:18.5625rem;left:22.1875rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tce00Jw8uRfWWTwtpEFB2Q56bSXJww8R { top:19.3125rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9lbM0gdWk79IgvI0EmJdJEDzPp81Oc0 { top:21rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2AyrU6JNucAKAf9lo4bZWuL8wddJTs5 { top:21rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdXtgbJMO8DSThrhRuvCQzGp6W4FeOWz { top:2.375rem;left:34.125rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oqt2E1qqhiT4ccIf8U01XxiWTd9VyybA { top:18.5625rem;left:38.0625rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma9f7NeeFdDIvFrkSgkW3yil3bHTCSSt { display:block; }#Ma9f7NeeFdDIvFrkSgkW3yil3bHTCSSt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rd6pTNJSWwZ9qCz1EhNdPCcJNB48roMu { top:2.25rem;left:18.25rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0LRaG0UyNcOtXKdfd0x8JpbxW5Qvy2a { top:2.25rem;left:33.6875rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAd3eG6PL4WE1iJDSRc92RcHVMhteDTV { top:15.9375rem;left:27.625rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvHioxbQapatFlemwogvmCwKKWmb7nQZ { top:15.9375rem;left:0rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0knMGgr0v4AazyIrnkymG1qvT5F5goR { top:19.1875rem;left:11.875rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0SSaCH5e9hBUOU5cW8KtirrQoB6F9OZ { top:19.1875rem;left:31.9375rem;width:15.375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8iXxN8xCiyPDvMDGKrTR0vwuQxO50IU { top:18.4375rem;left:22.1875rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5dwAU4C2T9QTXag9cDKlIVi1fHnSuWi { top:18.4375rem;left:38.0625rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC9dlWnGdIPr5VtgKqnfr2bMiIsTDoH4 { top:20.875rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOqrKptZxhTlRTtvyIkNv2iftHwP00t7 { top:26.4375rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #otH2JxXD3D1mgO7XJ3Zc0zN91vRodRzi { top:2.25rem;left:2.9375rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmsNZqBsFrAiXKWNuur89S07CWKVEE39 { top:15.9375rem;left:0rem;width:19.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAvyFsGXiTbKL3nTEeMiKsg0smugvgmg { top:18.4375rem;left:6.375rem;width:3.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUhOITAzkV60iqzLCo3dvFwHcJZ1CsmF { top:19.1875rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC2fVUIWhnTUn3A9MBMscepOBXi6zmuM { top:20.875rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC36XwHZhAzaL1UxmZg1QpAJxa5OBw7G { display:block; }#TC36XwHZhAzaL1UxmZg1QpAJxa5OBw7G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dlx2Eg9Mx9w0CQKuvX1VzMAIuqZRtMvf { top:2.4375rem;left:17.875rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRgJvlM2w3w9OHr4Lp3XSqkxcTaoP8mD { top:16.125rem;left:11.8125rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCNEMLrRKZK2n9cuNLcJIlbp9b5JJ8Tu { top:19.375rem;left:16.125rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwIgL8H7C6XUL15Uhg167DOZ9z8kO6bO { top:18.625rem;left:22.25rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud3fFAbfK6fMgylbKgTbXA61kgVx37QG { top:21.0625rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5rF2JuSNDZfzJ5lR5v9XKUV4fxnWLh3 { top:2.4375rem;left:33.75rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJROHCp3zeWL7O41Wg8VrJZUqb6BaOFZ { top:16.125rem;left:27.625rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNbSO3EiLGb5ccSg4rCxTs9twPufdClg { top:19.375rem;left:32rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFU6gwgHTovNvdfq6F97t0kGLVBLq0Fz { top:18.625rem;left:38.125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV2mvyGVTBkvGQT16SkTowkfzF7rJmlA { top:21.0625rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbmQ8bXgOvOst1g1rbirdTSE4TWpai7d { top:3.25rem;left:2.5rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNsaVHgZVf7xiSVG9pr9JGPbi7kUDpxm { top:16.125rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCNTV0s5yxmfyWTxILQ50DJUXbPtLPIQ { top:19.3125rem;left:0.2490234375rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA1NsFihrprIT0NTBTOMu6gVPczJGfTV { top:18.625rem;left:6.375rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox3DklyUMmIMfm7qnKTEVuBq3c7ORFsr { top:21rem;left:0rem;width:15.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLTHeMv5uLi9NwZ866fpJqkMlvkkBKpS { display:block; }#XLTHeMv5uLi9NwZ866fpJqkMlvkkBKpS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgb44k4x32yz4mBsLWTXXafdD0AFfrtG { top:2.4375rem;left:34.6875rem;width:10.8125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vETTC9trx6o9Z6hMDQXkqFsIh7X9gxiz { top:16.125rem;left:27.625rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbcvs09MMyBOv846sDMCGOGM9KQc3K85 { top:18.625rem;left:38.125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5XzeXtOvmTfW2BBLriv1mhHKgE3mGdu { top:21.0625rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGDuNlnukb6avzQFVhOP71PN7QyreDOO { top:19.375rem;left:27.8125rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRdfJindnQxpBkTuXgi8qdIpwKfzHTXq { top:2.4375rem;left:2.5rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTaXNxPD9CSoArVx8TtC9PTt2eUFdT3f { top:16.125rem;left:0rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGzs7TDWapgUo2goXoMLWFvA2Tv4p47T { top:18.625rem;left:6.4375rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trqx4tXThgImmMgHM6Wk5QyMiRR5RwZ4 { top:19.375rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM0AGT6GFbFgWlsm7U9de603Re8wObtJ { top:21.0625rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTVPo42ThcgArQ6uLpJRW4TeCBvhO9VN { top:2.4375rem;left:18.8125rem;width:10.8125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItFxB7xmwSggfDe0wysEbnL821cJCfEA { top:16.125rem;left:11.75rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smk46Xhy2W2wh4aMdVohbGBaegyPdygx { top:18.625rem;left:22.25rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8JmiOpqW8bvd7id1skMETLNrDB9cWzb { top:19.375rem;left:11.875rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgvguBPKUQR0mukBN5vwds60KClPKid1 { top:21.0625rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaikwUrHG81RPoskWNq3PWKaepnDOe56 { display:block; }#oaikwUrHG81RPoskWNq3PWKaepnDOe56 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nybUerEvSUoWnrqHAdx5fNcXbDfuozwd { top:16.125rem;left:11.625rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIJPkDuqhE2vARWhQl0MgF8kHL5LBoeG { top:19.375rem;left:27.75rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVNDSulgCKCr91g2HfNEcITT17Kvg8tm { top:2.4375rem;left:34.0625rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnzuhvWAZXRkbrKcyKfHodtheGVRfpTT { top:21.0625rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyH3SFlfDBHQP63pTJOTPJpcITa3vgW3 { top:18.625rem;left:38.0625rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8vm2wM56bupSozrLg6WFg6F3olakNV7 { top:2.4375rem;left:2.9375rem;width:10.8125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUMQyFG5dQT4AxiiaKEsUtTDrbU45sI2 { top:16.125rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlUl61HnQPASOKtPSWOfoWqgDdsFeF8F { top:16.125rem;left:11.75rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxpwdzabnAaKfq2Cp2TFGVPmFf0qIPf7 { top:18.625rem;left:6.375rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIKZ9GEke86nwKHtC2bNaxVweJqr2QgG { top:19.375rem;left:11.9375rem;width:19.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFWw19kLqfXf3nLZbSS5wTxrZ16cVWJs { top:19.375rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHTNASd2nJZVEIG9rJV5R8zTTy0Z53Ht { top:2.4375rem;left:18.8125rem;width:10.8125rem;height:10.440521012364rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep3ZJsSGW4yA77JCRgg4ODQ5XweBksBQ { top:21.0625rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWiTZ7AXISr9ik3uIgBABuXpR8VtD3px { top:21.0625rem;left:0rem;width:15.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPAZfQmi0ORC7rCQpw2TuMQrETfyb42I { top:18.625rem;left:22.25rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEQrBf4NpS9giTh5p66ggnZSDkp1sSxh { display:block; }#dEQrBf4NpS9giTh5p66ggnZSDkp1sSxh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIOPt3VfQNBR0lvFlUqZau3AZFQa2cDG { top:1.875rem;left:18.375rem;width:10.8125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFHDXSrO6uUBgeJeGviI8BZuLqpAfPFQ { top:1.6875rem;left:33.75rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKIqkwVQLx8rBERHm2t0JyJeP32ImW3l { top:15.375rem;left:27.625rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vssKsUddpxwZv6MTCrL4CJvD3yIH45ip { top:15.5625rem;left:11.6875rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p46wkQLStcseFM5PciknwupVCB5IhdwL { top:18.8125rem;left:11.9375rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPNCuKwm4GGkRxPeT5Sw7p9limDByHpm { top:18.625rem;left:32rem;width:15.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEJ948pGBCQZTTX9ge8Gr6PNT7NTMiKs { top:18.0625rem;left:22.3125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmw5xedyw74MP8P2ZgCJUiJtg1Dh9KJf { top:17.875rem;left:38.125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l22MFEdNtK5thsdsFJ65QtVRIHzmReaT { top:20.5rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkiEW40fXA7ByEGPiSBGNWXBtZqiUHLT { top:21.75rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckKKE04TPxd4x1X1XnaXDTCIftEimL6W { top:15.5625rem;left:0rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdp1UJRRzOCa7o1At9OUqr4VcrpiumFs { top:18.8125rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvIkVqkOvn33p6LoX8FVJl9PPvEw5gfz { top:1.875rem;left:2.4375rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKZPGfdPATwqs77mbcXXrunsZZvXCOr7 { top:20.5rem;left:0rem;width:15.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaa9zXM72KXTDTL2b8ZPmANXpQENbXAg { top:18.0625rem;left:6.4375rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7rGaAKnvBOqSWDhwTzsuVR0cmiSP7yN { display:block; }#P7rGaAKnvBOqSWDhwTzsuVR0cmiSP7yN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSZbTdMxD8D1aUOWwKMPT6Ap3FCD0wtm { top:2.375rem;left:18.3125rem;width:10.8125rem;height:10.4395887342rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZksaOTbZXub9WkmR4g8aSND3yGcHMmBg { top:16.0625rem;left:0rem;width:20.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNWm9TDJ5guph1feEXU9gCHkZZixG246 { top:19.3125rem;left:11.9375rem;width:19.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3EVRw774TRzRrWF6mR020RccKyhdHes { top:21rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEUtONJ4kATgEgCxghy8FcZhSPOfqRTx { top:18.5625rem;left:22.25rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7Fgn6eVTyUNrdSuZoWMkZztnK4DVrUT { top:2.4375rem;left:34.1875rem;width:10.8125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U52JSXyvBEznNaFDddUV6RUqyykoz9rL { top:16.125rem;left:11.6875rem;width:20.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHE326K6koN8srWKvOFxyoLT3bopFynz { top:19.375rem;left:27.8125rem;width:19.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsST4h8RtXW13FQDUuVKbSrTAEZOxf17 { top:18.625rem;left:38.125rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBL7gg9c2FgImtUWuwESpemHUoZVrko1 { top:21.0625rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmpJkRyVurgQnzOD9KkE3R5Hpzwbd9Tc { top:2.4375rem;left:2.5rem;width:10.8125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVpEEbQgTeywoS7NLFPrCtbcuuDbCL2T { top:16.125rem;left:0rem;width:20.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvBtqVXcieED80mK06M9wlovTV77c6Tc { top:19.375rem;left:0rem;width:19.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDUBbKUMfDqb2CiB9kJFzFl22PBDzOgs { top:18.625rem;left:6.4375rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMiDgwd6LLXrZAk8BsBvPQiSscxnP0Dr { top:22.25rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUzFQnlVKRml1uImLtP5ZCBA0U0AvXg1 { display:block; }#fUzFQnlVKRml1uImLtP5ZCBA0U0AvXg1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vU4Q41xpLy7ZICNs2L9Psqk9N07QFEuZ { top:1.875rem;left:17.9375rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDiwxOnoQhD0lBr2wn0oKFiUTl7ieRT1 { top:14.875rem;left:27.625rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwTBWak410nc46yRLSB33NRaTXGWqLKS { top:15.5625rem;left:11.75rem;width:20rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2TLrXnN7OVaTu3CcsrbKytQV3XC5z0z { top:1.1875rem;left:34.6875rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3cqaG2sTMZcBATka35oz5ZX6y8SF5fn { top:18.0625rem;left:22.3125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQUD6dGVasm6lHkncwRDgMpTBC3hJ2DX { top:18.125rem;left:27.75rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #McWRCJWINTyBeW7rVEZQ85KAsWEtrymT { top:18.8125rem;left:16.1875rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5tKF3aUlwWLGv7HEFqlNtIWUumyCHFK { top:17.375rem;left:38.125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNKMxE9JEFdegkoFcyt8VScXX2qB7pJO { top:19.8125rem;left:31.6875rem;width:15.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbi0R1rxyID7IE75EIzhgLzZzwWzyiym { top:20.5rem;left:15.8125rem;width:15.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlfMTnxQVLASdZpU58SxpiLhdw9N2R7l { top:2.1875rem;left:2.5rem;width:10.8125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoWm5r7TXlgOmEXzPWIJypBZyF41DhFI { top:15.875rem;left:0rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSy9LWeVhDvrwVdO6fJG4iCHDd0TNzgR { top:19.125rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REasctomaFV3ZnuvMAPcFTWbVrCxDdka { top:21.4375rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmcXTkq1kz0Ipx7udOEsDUwuUL0b9yEf { top:18.375rem;left:6.4375rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meR219N9y29Ka8RbIlqI6D9cW0g5Iyrf { display:block; }#meR219N9y29Ka8RbIlqI6D9cW0g5Iyrf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJxmnzqpBRgfr3iJmT6B1zzmveyuT2kN { top:15.875rem;left:11.625rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD3Mm6aMvxeo0gS09tCHN91XgyuIx5t9 { top:2.1875rem;left:34.125rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXIMc0pDms9Vw6g1eEFDO7KDV5NCBmPm { top:19.125rem;left:27.75rem;width:19.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6Simu5uOIdTl8tRVE05QeP0FgnVyAUd { top:18.375rem;left:38.0625rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP23RPb7z3izSHq60qCTrGsaJaWp8o1X { top:22.0625rem;left:31.6875rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUZvxIUCBL7wlEw2JyUztoNyQcSoodpt { top:15.875rem;left:0rem;width:20.125rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8y5cSKvlZECVhggSpSIcgqNUKpdLDl5 { top:21.1875rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gShNcTQnBWRdakmV2nNEalI57Ud2cV2c { top:22.5rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtQNwtHDw3OSyvk1Ee0gmgPGOTMT1Gvl { top:2.1875rem;left:18.25rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AotRAaXQmDeQPUOCJVBLXzo6stnF1UDS { top:20.4375rem;left:22.125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTGF62OT2mHFvlPIGbiXKo7EmmLdHSXL { top:2.1875rem;left:2.5rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6GOEGeq5Ne3a97en33qu8Lf1u1WmbN2 { top:15.875rem;left:0rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfE7oSsdQbT50fDJ7mpB5ykHb2hJBktA { top:19.125rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR5KceDUM6WcaKypG7BorMWcZv5quQMN { top:18.375rem;left:6.4375rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeslU6QS7R87o778KOnKq5T1BVJ4vCsQ { top:20.8125rem;left:0rem;width:15.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip9v3KoK6S9xtZciqSDHP17iRt0vxSlH { display:block; }#Ip9v3KoK6S9xtZciqSDHP17iRt0vxSlH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQtglGlHnPJoeSCVqffNcnwbEpTyHca3 { top:1.375rem;left:18.375rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SknQdymMnHBqIwtUTMl5oWdKTv4Wv97E { top:15.0625rem;left:11.625rem;width:20.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJX8aEv9608bh4fa07sHkqp2IBVkZ5rk { top:17.8125rem;left:22.1875rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKhHTn4Sfynb2ssab6tv7ud1TtxhRLAB { top:18.5625rem;left:11.875rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4h2J4f7IaSHh5xS1TuyosykINUvqrCG { top:19.875rem;left:15.8125rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oprl7P0r7lA5XNEG1JpltOBDVWRbnShK { top:15.25rem;left:0rem;width:20.125rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIWVl596fzkeIcmpvTQhCuOh6peTNN2g { top:21.3125rem;left:0rem;width:19.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4noTLkGvHpJOa47s8ut9uR3tpVB041W { top:1.5625rem;left:2.5rem;width:10.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDuPzwzXSFIKOuJsTN0sZQXlnSy3GXVF { top:24.625rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0s77KKABnv9vQPaKn6vcE1WGJFISlgx { top:20.5625rem;left:6.3125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmGrkpFPM16nbZZwapvglWbVE6TWORVR { display:block; }#dmGrkpFPM16nbZZwapvglWbVE6TWORVR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h2hcBSFhQA6hiTvKN5K3yVAEvLTzi2Ib { width:47.75rem;height:2.0625rem;top:5.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytTDLiQKd4N0m6WerJX3p8J4JB8KaT6A { width:37.5rem;height:0;top:4.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkqzw5kNT0AFVRkn7oaUvOATb0Eq0Brz { display:block; }#xkqzw5kNT0AFVRkn7oaUvOATb0Eq0Brz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtIbcFCUDgtRhzrvELEJsAIvAZOMDZH9 { width:47.75rem;height:1.6875rem;top:3.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZf2h6n780VPelgEVlVtJShodH3W7nLf { top:7.5625rem;left:3.875rem;width:39.9375rem;height:22.465405385134rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJf06eesPUNGRbJRSTwTzA6viuF6NJdF { display:block; }#MJf06eesPUNGRbJRSTwTzA6viuF6NJdF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZ98GBvGS9IqNq4QdynHoFX8T7X4poK5 { width:19.6875rem;height:3.375rem;top:1.75rem;left:14.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMvxn3KHWLKSZlPxaRE6lb7hSUD4lfw7 { display:block; }
 }@media only screen and (max-width: 763px) { #pqnsOGE7IVhGNpAu8ILm4dk2ZeBytcHu { display:block; }#pqnsOGE7IVhGNpAu8ILm4dk2ZeBytcHu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlyvoaAl39wOSymLG7maRNKUQ2AXVAu6 { width:47.75rem;height:;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFkmzZ5pBiN3kuyDGBGWh6mruysZbrK6 { display:block; }#XFkmzZ5pBiN3kuyDGBGWh6mruysZbrK6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1fwCkNeaQhKpKTcCEZSMgG4aWDASodE { width:19.6875rem;height:3.375rem;top:1.75rem;left:14.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EST2D5gJ7d3dIuP9L0a1RdUGqH1DOTuM { display:block; }
 }@media only screen and (max-width: 763px) { #sHZI1HRu1l88Z6m17UetJ8dfREQ760pa { display:block; }#sHZI1HRu1l88Z6m17UetJ8dfREQ760pa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJOcWIQ3MQkb03vnSOikMb7pOzydCJfl { width:47.75rem;height:8.875rem;top:6.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHN5QkH7HDpWGW9eAvft6AnG5gu7XNJi { width:19.6875rem;height:3.4375rem;top:19.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeqXi1ifNRxN0B7p4R9Vsu00a8gEUqO8 { display:block; }
 }@media only screen and (max-width: 763px) { #G4KNouFZAITbnVbp4nuazvIbT4HSU7iu { width:19.6875rem;height:3.4375rem;top:19.3125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5KbNilFeRK6NvESsi0pMed5DNM1e79D { display:block; }
 }@media only screen and (max-width: 763px) { #xv6kUPBxQtXyvd5CrDEQWTJ2A8UmNUl7 { width:47.75rem;height:1.5625rem;top:26.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoBHDk9DXuPbxsr4D3E2ftJ4MuihExG6 { width:47.75rem;height:;top:2.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEVJzbu0wCuoaFXQnlnMEplTPmJQBSLc { display:block; }#dEVJzbu0wCuoaFXQnlnMEplTPmJQBSLc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u4TfZGq74smwAs1S9UuST9EH36VsZAa6 { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.375rem;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:26.4375rem;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.34375rem;width:23.0625rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #md49cb1d3151e3fc0a1b6cd773729114 { top:31.75rem;left:8.625rem;width:31.625rem;height:2.8125rem;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) { #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:27.8125rem;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:13.6728515625rem;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:2.5996125rem;top:18.1474609375rem;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:22.66015625rem;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:22.66015625rem;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:22.1220703125rem;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:2.5996125rem;top:13.6103515625rem;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:18.1474609375rem;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:2.5996125rem;top:10.311279296875rem;left:6.436767578125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DHReDCfNnPPF01pVyQPzHN2nygvnTSE7 { display:flex;width:1.0620125rem;height:1.0620125rem;top:10.615966796875rem;left:15.499267578125rem; }
#DHReDCfNnPPF01pVyQPzHN2nygvnTSE7 > img { max-width: 100%;max-height:100%; width:1.0620125rem; height:1.0620125rem; } }@media only screen and (max-width: 763px) { #UT4kWRwo2uoBwT4nmdV2cDSXATDSmB7J { display:flex;width:1.0625rem;height:1.0625rem;top:13.791015625rem;left:16.8125rem;font-size:0.6875rem; }
#UT4kWRwo2uoBwT4nmdV2cDSXATDSmB7J > img { max-width: 100%;max-height:100%; width:1.0625rem; height:1.0625rem; } }@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) { #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) { #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) { #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) { #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) { #fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN { display:block; }#fxQ4Vpy4nt6qVUurBQS0D2zaQ08TiVHN > .row .container { width:20rem;height:57.5rem;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) { #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) { #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:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U19QtKLauCZ5nIJg4MUGuVTdlJbEICbA { width:9.25rem;height:3.5625rem;top:2.5rem;left:5.375rem;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) { #qg955mXqSKMzKwwOGhtzJTJe1nAz6Pag { display:block; }#qg955mXqSKMzKwwOGhtzJTJe1nAz6Pag > .row .container { width:20rem;height:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwyvqaI3WaWxOEu2Tg1oSi9JPpC2TTNh { width:8.8125rem;height:4.25rem;top:1.74951171875rem;left:5.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5Wdl7tloBc6ICDrsXHeLXU1kOXyG6Ep { width:12.1875rem;height:3.1875rem;top:9.375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgyaBQD62DgmIvk091dPRtue62vOTZAa { width:12.99925rem;height:5.37475625rem;top:16.37353515625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBvRS1c6B17fEsEg5ATOVBAs8alGUvNa { width:17.8125rem;height:10.0610625rem;top:64.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZONHJsfRpZI2O6MD2kTS3VwWtB9U5rv { width:11.687rem;height:3.62426875rem;top:24.9365234375rem;left:4.390869140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8SK8P1nEfJEt2TNWmH4ImZLTMylQH3V { width:17.56225rem;height:7.56225rem;top:40.150146484375rem;left:1.529541015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mph7BHQCplObDZbrWTlF3uPAecCWLcuB { width:13.4375rem;height:5.625rem;top:32.200927734375rem;left:3.812255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LES7Zga7mcUNrADIJwTJH7cQ5HsQyF05 { width:13.75rem;height:3.49975625rem;top:58.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF8cNdWn4wlJJecDIczOc9znuKVWDJ4X { width:12.25rem;height:5.0367640564084rem;top:49.9375rem;left:3.875rem;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) { #QlRD1QJxVzCzwovfk0PdmnnC1yRLyCOZ { display:block; }#QlRD1QJxVzCzwovfk0PdmnnC1yRLyCOZ > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKXGaunMXd3ET28G8TayqThwrwabmL0H { width:15.5rem;height:4.5625rem;top:7.03125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k42Oba7qoWcmBXpci6nwaJ754BgrRIIr { width:9.25rem;height:3.25rem;top:1.71875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axE0BgxH3Zm7xh5rTp261yIw9sNESIGW { display:none; }#axE0BgxH3Zm7xh5rTp261yIw9sNESIGW > .row .container { width:20rem;height:20rem;position:relative;display:none; } }@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) { #PJWPBVfVOdP8ez1NoDtRxCRgHGX4iEtd { display:none; }#PJWPBVfVOdP8ez1NoDtRxCRgHGX4iEtd > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wWadaOWxLZuwxzA2mzOHrfbso7d8UqRx { 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) { #XDnONQTeFFCZx8SSv3AEug9meebIGIRG { width:20rem;height:0;top:4.56201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtpNFTyAzKLJAoz4X2EoTOdQrAagW8Fh { display:none; }#FtpNFTyAzKLJAoz4X2EoTOdQrAagW8Fh > .row .container { width:20rem;height:69.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OuS5EzdQAkvQi1lIS7CyxlC0iFbpNdAL { width:10.875rem;height:10.5rem;top:24.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqEz99m9ifZiQOpKtPrFDKaNfoSgV1d9 { width:10.875rem;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.875rem;height:10.5rem;top:2.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xid6IKDrDEKdzE5363erL9zksEQqunOm { display:none; }#xid6IKDrDEKdzE5363erL9zksEQqunOm > .row .container { width:20rem;height:69.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vXky6UZ9GHJlH3JhyA0mtt2y2BNDurnU { width:10.875rem;height:10.5rem;top:2.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9rdnlLXqM9SzwITTKOU9TwRzszgTOkS { width:17.375rem;height:2.2753875rem;top:15rem;left:1.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NOy20lSTXH5dApmNBMxxaLl9t0Ty6xRI { width:15.375rem;height:1.29980625rem;top:19.625rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsyDlPxgh6zXtPIRTw6ouFW2eoudQdpT { width:3.125rem;height:0.125rem;top:18.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTclhV8PTo1Zhu5toc1wVq0ppzWmyJuD { width:15.9375rem;height:1.29980625rem;top:20.9375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVuUpAbtdXOQrzTJhgk2aK9v59uckBoR { width:10.875rem;height:10.5rem;top:26.0625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3eM0oUGNVs6OUOhkD7L74uKQ5wt7E2u { width:18.4375rem;height:2.2749rem;top:38.375rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kdW8JTrn0ZK1FmwXEHeGIbgbUkXfASbW { width:20rem;height:2.2749rem;top:59.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpyR9TKfXd1IvFf0g3dbWNwZ8Pl4P5B9 { width:19.875rem;height:1.29980625rem;top:64.0625rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrx0W5fIne5StkufeoftTZfQLqEUMw2L { width:3.125rem;height:0.125rem;top:43.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tce00Jw8uRfWWTwtpEFB2Q56bSXJww8R { width:19.875rem;height:1.29980625rem;top:42.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9lbM0gdWk79IgvI0EmJdJEDzPp81Oc0 { width:15.9375rem;height:1.29980625rem;top:65.375rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2AyrU6JNucAKAf9lo4bZWuL8wddJTs5 { width:15.9375rem;height:1.29980625rem;top:43.8125rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdXtgbJMO8DSThrhRuvCQzGp6W4FeOWz { width:10.875rem;height:10.5rem;top:47.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oqt2E1qqhiT4ccIf8U01XxiWTd9VyybA { width:3.125rem;height:0.125rem;top:63.0625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma9f7NeeFdDIvFrkSgkW3yil3bHTCSSt { display:none; }#Ma9f7NeeFdDIvFrkSgkW3yil3bHTCSSt > .row .container { width:20rem;height:74.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rd6pTNJSWwZ9qCz1EhNdPCcJNB48roMu { width:10.875rem;height:10.5rem;top:2.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0LRaG0UyNcOtXKdfd0x8JpbxW5Qvy2a { width:10.875rem;height:10.5rem;top:24rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAd3eG6PL4WE1iJDSRc92RcHVMhteDTV { width:17.375rem;height:2.2753875rem;top:36.375rem;left:1.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vvHioxbQapatFlemwogvmCwKKWmb7nQZ { width:20rem;height:2.2753875rem;top:14.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0knMGgr0v4AazyIrnkymG1qvT5F5goR { width:19.875rem;height:1.29980625rem;top:18.875rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0SSaCH5e9hBUOU5cW8KtirrQoB6F9OZ { width:15.375rem;height:6.499rem;top:40.9375rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8iXxN8xCiyPDvMDGKrTR0vwuQxO50IU { width:3.125rem;height:0.125rem;top:17.875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5dwAU4C2T9QTXag9cDKlIVi1fHnSuWi { width:3.125rem;height:0.125rem;top:39.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC9dlWnGdIPr5VtgKqnfr2bMiIsTDoH4 { width:15.9375rem;height:1.29980625rem;top:20.1875rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOqrKptZxhTlRTtvyIkNv2iftHwP00t7 { width:15.9375rem;height:1.29980625rem;top:48.0625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #otH2JxXD3D1mgO7XJ3Zc0zN91vRodRzi { width:10.875rem;height:10.5rem;top:53.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmsNZqBsFrAiXKWNuur89S07CWKVEE39 { width:18.4375rem;height:2.2749rem;top:65.75rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xAvyFsGXiTbKL3nTEeMiKsg0smugvgmg { width:3.125rem;height:0.125rem;top:68.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUhOITAzkV60iqzLCo3dvFwHcJZ1CsmF { width:19.875rem;height:1.29980625rem;top:69.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC2fVUIWhnTUn3A9MBMscepOBXi6zmuM { width:15.9375rem;height:1.29980625rem;top:71.1875rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC36XwHZhAzaL1UxmZg1QpAJxa5OBw7G { display:none; }#TC36XwHZhAzaL1UxmZg1QpAJxa5OBw7G > .row .container { width:20rem;height:68.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Dlx2Eg9Mx9w0CQKuvX1VzMAIuqZRtMvf { width:10.875rem;height:10.5rem;top:1.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRgJvlM2w3w9OHr4Lp3XSqkxcTaoP8mD { width:17.375rem;height:2.2749rem;top:13.5625rem;left:1.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wCNEMLrRKZK2n9cuNLcJIlbp9b5JJ8Tu { width:15.375rem;height:1.29980625rem;top:18.4375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwIgL8H7C6XUL15Uhg167DOZ9z8kO6bO { width:3.125rem;height:0.125rem;top:17.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud3fFAbfK6fMgylbKgTbXA61kgVx37QG { width:15.9375rem;height:1.29980625rem;top:19.75rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5rF2JuSNDZfzJ5lR5v9XKUV4fxnWLh3 { width:10.875rem;height:10.5rem;top:24.0625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJROHCp3zeWL7O41Wg8VrJZUqb6BaOFZ { width:20rem;height:2.2753875rem;top:35.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNbSO3EiLGb5ccSg4rCxTs9twPufdClg { width:15.375rem;height:1.29980625rem;top:40.6875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFU6gwgHTovNvdfq6F97t0kGLVBLq0Fz { width:3.125rem;height:0.125rem;top:39.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV2mvyGVTBkvGQT16SkTowkfzF7rJmlA { width:15.9375rem;height:1.29980625rem;top:42.625rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbmQ8bXgOvOst1g1rbirdTSE4TWpai7d { width:10.875rem;height:10.5rem;top:46.8125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNsaVHgZVf7xiSVG9pr9JGPbi7kUDpxm { width:20rem;height:2.2749rem;top:58.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SCNTV0s5yxmfyWTxILQ50DJUXbPtLPIQ { width:15.375rem;height:1.29980625rem;top:63rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA1NsFihrprIT0NTBTOMu6gVPczJGfTV { width:3.125rem;height:0.125rem;top:62.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox3DklyUMmIMfm7qnKTEVuBq3c7ORFsr { width:15.9375rem;height:2.5996125rem;top:64.875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLTHeMv5uLi9NwZ866fpJqkMlvkkBKpS { display:none; }#XLTHeMv5uLi9NwZ866fpJqkMlvkkBKpS > .row .container { width:20rem;height:65.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sgb44k4x32yz4mBsLWTXXafdD0AFfrtG { width:10.875rem;height:10.5rem;top:1.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vETTC9trx6o9Z6hMDQXkqFsIh7X9gxiz { width:18.4375rem;height:2.2753875rem;top:14.125rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jbcvs09MMyBOv846sDMCGOGM9KQc3K85 { width:3.125rem;height:0.125rem;top:17.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5XzeXtOvmTfW2BBLriv1mhHKgE3mGdu { width:15.9375rem;height:1.29980625rem;top:19.5498046875rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGDuNlnukb6avzQFVhOP71PN7QyreDOO { width:19.875rem;height:1.29980625rem;top:18.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRdfJindnQxpBkTuXgi8qdIpwKfzHTXq { width:10.875rem;height:10.5rem;top:22.8125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTaXNxPD9CSoArVx8TtC9PTt2eUFdT3f { width:20rem;height:2.2749rem;top:34.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGzs7TDWapgUo2goXoMLWFvA2Tv4p47T { width:3.125rem;height:0.125rem;top:37.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trqx4tXThgImmMgHM6Wk5QyMiRR5RwZ4 { width:19.875rem;height:1.29980625rem;top:38.5625rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM0AGT6GFbFgWlsm7U9de603Re8wObtJ { width:15.9375rem;height:1.29980625rem;top:40.0625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTVPo42ThcgArQ6uLpJRW4TeCBvhO9VN { width:10.8125rem;height:10.4375rem;top:43.8125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItFxB7xmwSggfDe0wysEbnL821cJCfEA { width:20rem;height:2.2749rem;top:55.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Smk46Xhy2W2wh4aMdVohbGBaegyPdygx { width:3.125rem;height:0.125rem;top:59rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8JmiOpqW8bvd7id1skMETLNrDB9cWzb { width:19.875rem;height:1.29980625rem;top:59.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgvguBPKUQR0mukBN5vwds60KClPKid1 { width:15.9375rem;height:1.29980625rem;top:61.1123046875rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaikwUrHG81RPoskWNq3PWKaepnDOe56 { display:none; }#oaikwUrHG81RPoskWNq3PWKaepnDOe56 > .row .container { width:20rem;height:68.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nybUerEvSUoWnrqHAdx5fNcXbDfuozwd { width:20rem;height:2.2749rem;top:58.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIJPkDuqhE2vARWhQl0MgF8kHL5LBoeG { width:19.875rem;height:1.29980625rem;top:62.75rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVNDSulgCKCr91g2HfNEcITT17Kvg8tm { width:10.875rem;height:10.5rem;top:45.9375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnzuhvWAZXRkbrKcyKfHodtheGVRfpTT { width:15.9375rem;height:1.29980625rem;top:64.0625rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyH3SFlfDBHQP63pTJOTPJpcITa3vgW3 { width:3.125rem;height:0.125rem;top:61.75rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8vm2wM56bupSozrLg6WFg6F3olakNV7 { width:10.8125rem;height:10.4375rem;top:22.7841796875rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUMQyFG5dQT4AxiiaKEsUtTDrbU45sI2 { width:20rem;height:2.2749rem;top:35.0341796875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dlUl61HnQPASOKtPSWOfoWqgDdsFeF8F { width:18.4375rem;height:2.2749rem;top:13.5625rem;left:0.1875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxpwdzabnAaKfq2Cp2TFGVPmFf0qIPf7 { width:3.125rem;height:0.125rem;top:37.9326171875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIKZ9GEke86nwKHtC2bNaxVweJqr2QgG { width:19.87425rem;height:1.29980625rem;top:16.8125rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFWw19kLqfXf3nLZbSS5wTxrZ16cVWJs { width:19.875rem;height:1.29980625rem;top:38.5625rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHTNASd2nJZVEIG9rJV5R8zTTy0Z53Ht { width:10.874rem;height:10.49925rem;top:2.125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep3ZJsSGW4yA77JCRgg4ODQ5XweBksBQ { width:15.9375rem;height:1.29980625rem;top:18.125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWiTZ7AXISr9ik3uIgBABuXpR8VtD3px { width:15.9375rem;height:2.5996125rem;top:40.9375rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPAZfQmi0ORC7rCQpw2TuMQrETfyb42I { width:3.125rem;height:0.124511875rem;top:15.8125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEQrBf4NpS9giTh5p66ggnZSDkp1sSxh { display:none; }#dEQrBf4NpS9giTh5p66ggnZSDkp1sSxh > .row .container { width:20rem;height:72.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PIOPt3VfQNBR0lvFlUqZau3AZFQa2cDG { width:10.875rem;height:10.5rem;top:2.0625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFHDXSrO6uUBgeJeGviI8BZuLqpAfPFQ { width:10.875rem;height:10.5rem;top:23.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKIqkwVQLx8rBERHm2t0JyJeP32ImW3l { width:17.375rem;height:2.2749rem;top:36rem;left:1.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vssKsUddpxwZv6MTCrL4CJvD3yIH45ip { width:20rem;height:2.2749rem;top:14.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p46wkQLStcseFM5PciknwupVCB5IhdwL { width:19.875rem;height:1.29980625rem;top:18.5rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPNCuKwm4GGkRxPeT5Sw7p9limDByHpm { width:15.375rem;height:2.5996125rem;top:40.6875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEJ948pGBCQZTTX9ge8Gr6PNT7NTMiKs { width:3.125rem;height:0.125rem;top:17.5rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmw5xedyw74MP8P2ZgCJUiJtg1Dh9KJf { width:3.125rem;height:0.125rem;top:39.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l22MFEdNtK5thsdsFJ65QtVRIHzmReaT { width:15.9375rem;height:1.29980625rem;top:19.8125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkiEW40fXA7ByEGPiSBGNWXBtZqiUHLT { width:15.9375rem;height:1.29980625rem;top:44rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckKKE04TPxd4x1X1XnaXDTCIftEimL6W { width:20rem;height:2.2749rem;top:61.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdp1UJRRzOCa7o1At9OUqr4VcrpiumFs { width:19.875rem;height:1.29980625rem;top:65.4375rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvIkVqkOvn33p6LoX8FVJl9PPvEw5gfz { width:10.875rem;height:10.5rem;top:49rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKZPGfdPATwqs77mbcXXrunsZZvXCOr7 { width:15.9375rem;height:2.5996125rem;top:66.75rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaa9zXM72KXTDTL2b8ZPmANXpQENbXAg { width:3.125rem;height:0.125rem;top:64.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7rGaAKnvBOqSWDhwTzsuVR0cmiSP7yN { display:none; }#P7rGaAKnvBOqSWDhwTzsuVR0cmiSP7yN > .row .container { width:20rem;height:70.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XSZbTdMxD8D1aUOWwKMPT6Ap3FCD0wtm { width:10.875rem;height:10.5rem;top:0.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZksaOTbZXub9WkmR4g8aSND3yGcHMmBg { width:20rem;height:2.2749rem;top:13.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNWm9TDJ5guph1feEXU9gCHkZZixG246 { width:19.875rem;height:1.29980625rem;top:17.3125rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3EVRw774TRzRrWF6mR020RccKyhdHes { width:15.9375rem;height:1.29980625rem;top:18.625rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEUtONJ4kATgEgCxghy8FcZhSPOfqRTx { width:3.125rem;height:0.125rem;top:16.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7Fgn6eVTyUNrdSuZoWMkZztnK4DVrUT { width:10.8125rem;height:10.4375rem;top:23.375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U52JSXyvBEznNaFDddUV6RUqyykoz9rL { width:20rem;height:2.2749rem;top:35.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHE326K6koN8srWKvOFxyoLT3bopFynz { width:19.8125rem;height:1.29980625rem;top:39.875rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsST4h8RtXW13FQDUuVKbSrTAEZOxf17 { width:3.125rem;height:0.0625rem;top:38.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBL7gg9c2FgImtUWuwESpemHUoZVrko1 { width:15.9375rem;height:1.29980625rem;top:41.1875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmpJkRyVurgQnzOD9KkE3R5Hpzwbd9Tc { width:10.8125rem;height:10.4375rem;top:45.4375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVpEEbQgTeywoS7NLFPrCtbcuuDbCL2T { width:20rem;height:2.2749rem;top:57.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvBtqVXcieED80mK06M9wlovTV77c6Tc { width:19.8125rem;height:2.5996125rem;top:61.9375rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDUBbKUMfDqb2CiB9kJFzFl22PBDzOgs { width:3.125rem;height:0.0625rem;top:60.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMiDgwd6LLXrZAk8BsBvPQiSscxnP0Dr { width:15.9375rem;height:1.29980625rem;top:65.8125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUzFQnlVKRml1uImLtP5ZCBA0U0AvXg1 { display:none; }#fUzFQnlVKRml1uImLtP5ZCBA0U0AvXg1 > .row .container { width:20rem;height:73.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vU4Q41xpLy7ZICNs2L9Psqk9N07QFEuZ { width:10.875rem;height:10.5rem;top:24.5rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDiwxOnoQhD0lBr2wn0oKFiUTl7ieRT1 { width:18.4375rem;height:2.2749rem;top:60.9375rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gwTBWak410nc46yRLSB33NRaTXGWqLKS { width:17.375rem;height:2.2749rem;top:36.875rem;left:1.1875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m2TLrXnN7OVaTu3CcsrbKytQV3XC5z0z { width:10.875rem;height:10.5rem;top:48.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3cqaG2sTMZcBATka35oz5ZX6y8SF5fn { width:3.125rem;height:0.125rem;top:40rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQUD6dGVasm6lHkncwRDgMpTBC3hJ2DX { width:19.875rem;height:1.29980625rem;top:65.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #McWRCJWINTyBeW7rVEZQ85KAsWEtrymT { width:15.375rem;height:1.29980625rem;top:41rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5tKF3aUlwWLGv7HEFqlNtIWUumyCHFK { width:3.125rem;height:0.125rem;top:64.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNKMxE9JEFdegkoFcyt8VScXX2qB7pJO { width:15.9375rem;height:3.89941875rem;top:66.375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbi0R1rxyID7IE75EIzhgLzZzwWzyiym { width:15.9375rem;height:2.5996125rem;top:42.3125rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlfMTnxQVLASdZpU58SxpiLhdw9N2R7l { width:10.875rem;height:10.5rem;top:1.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoWm5r7TXlgOmEXzPWIJypBZyF41DhFI { width:20rem;height:2.2753875rem;top:13.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSy9LWeVhDvrwVdO6fJG4iCHDd0TNzgR { width:19.875rem;height:1.29980625rem;top:17.875rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REasctomaFV3ZnuvMAPcFTWbVrCxDdka { width:15.9375rem;height:1.29980625rem;top:19.1875rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmcXTkq1kz0Ipx7udOEsDUwuUL0b9yEf { width:3.125rem;height:0.125rem;top:16.875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meR219N9y29Ka8RbIlqI6D9cW0g5Iyrf { display:none; }#meR219N9y29Ka8RbIlqI6D9cW0g5Iyrf > .row .container { width:20rem;height:75.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xJxmnzqpBRgfr3iJmT6B1zzmveyuT2kN { width:20rem;height:4.548825rem;top:61rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD3Mm6aMvxeo0gS09tCHN91XgyuIx5t9 { width:10.875rem;height:10.5rem;top:49.6875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXIMc0pDms9Vw6g1eEFDO7KDV5NCBmPm { width:19.875rem;height:2.5996125rem;top:68.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6Simu5uOIdTl8tRVE05QeP0FgnVyAUd { width:3.125rem;height:0.125rem;top:66.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP23RPb7z3izSHq60qCTrGsaJaWp8o1X { width:15.9375rem;height:1.29980625rem;top:71.25rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUZvxIUCBL7wlEw2JyUztoNyQcSoodpt { width:19.9995rem;height:4.548825rem;top:37rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8y5cSKvlZECVhggSpSIcgqNUKpdLDl5 { width:19.875rem;height:1.29980625rem;top:43.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gShNcTQnBWRdakmV2nNEalI57Ud2cV2c { width:15.9375rem;height:1.29980625rem;top:44.5625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtQNwtHDw3OSyvk1Ee0gmgPGOTMT1Gvl { width:10.875rem;height:10.5rem;top:25.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AotRAaXQmDeQPUOCJVBLXzo6stnF1UDS { width:3.0625rem;height:0.0625rem;top:42.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTGF62OT2mHFvlPIGbiXKo7EmmLdHSXL { width:10.875rem;height:10.5rem;top:1.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6GOEGeq5Ne3a97en33qu8Lf1u1WmbN2 { width:20rem;height:2.2753875rem;top:13.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfE7oSsdQbT50fDJ7mpB5ykHb2hJBktA { width:19.875rem;height:1.29980625rem;top:18.0625rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR5KceDUM6WcaKypG7BorMWcZv5quQMN { width:3.125rem;height:0.125rem;top:17.0625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeslU6QS7R87o778KOnKq5T1BVJ4vCsQ { width:15.9375rem;height:2.5996125rem;top:19.375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip9v3KoK6S9xtZciqSDHP17iRt0vxSlH { display:none; }#Ip9v3KoK6S9xtZciqSDHP17iRt0vxSlH > .row .container { width:20rem;height:49.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xQtglGlHnPJoeSCVqffNcnwbEpTyHca3 { width:10.875rem;height:10.5rem;top:27.9375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SknQdymMnHBqIwtUTMl5oWdKTv4Wv97E { width:19.999rem;height:2.2749rem;top:40.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJX8aEv9608bh4fa07sHkqp2IBVkZ5rk { width:3.0625rem;height:0.0625rem;top:43.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKhHTn4Sfynb2ssab6tv7ud1TtxhRLAB { width:19.875rem;height:1.29980625rem;top:44.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4h2J4f7IaSHh5xS1TuyosykINUvqrCG { width:15.9375rem;height:1.29980625rem;top:45.5625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oprl7P0r7lA5XNEG1JpltOBDVWRbnShK { width:20rem;height:4.548825rem;top:14.328125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIWVl596fzkeIcmpvTQhCuOh6peTNN2g { width:19.875rem;height:2.5996125rem;top:19.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4noTLkGvHpJOa47s8ut9uR3tpVB041W { width:10.875rem;height:10.5rem;top:1.6875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDuPzwzXSFIKOuJsTN0sZQXlnSy3GXVF { width:15.9375rem;height:1.29980625rem;top:22.6875rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0s77KKABnv9vQPaKn6vcE1WGJFISlgx { width:3.125rem;height:0.125rem;top:13.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmGrkpFPM16nbZZwapvglWbVE6TWORVR { display:none; }#dmGrkpFPM16nbZZwapvglWbVE6TWORVR > .row .container { width:20rem;height:4.5615234375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h2hcBSFhQA6hiTvKN5K3yVAEvLTzi2Ib { 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) { #ytTDLiQKd4N0m6WerJX3p8J4JB8KaT6A { width:20rem;height:0;top:4.56201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkqzw5kNT0AFVRkn7oaUvOATb0Eq0Brz { display:none; }#xkqzw5kNT0AFVRkn7oaUvOATb0Eq0Brz > .row .container { width:20rem;height:20.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TtIbcFCUDgtRhzrvELEJsAIvAZOMDZH9 { width:20rem;height:5.0625rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZf2h6n780VPelgEVlVtJShodH3W7nLf { height:11.25rem;width:20rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJf06eesPUNGRbJRSTwTzA6viuF6NJdF { background-color:#ffffff;background-image:none;display:none; }#MJf06eesPUNGRbJRSTwTzA6viuF6NJdF > .row .container { width:20rem;height:6.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GZ98GBvGS9IqNq4QdynHoFX8T7X4poK5 { width:19.6875rem;height:3.4375rem;top:1.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMvxn3KHWLKSZlPxaRE6lb7hSUD4lfw7 { display:block; }
 }@media only screen and (max-width: 763px) { #pqnsOGE7IVhGNpAu8ILm4dk2ZeBytcHu { display:none; }#pqnsOGE7IVhGNpAu8ILm4dk2ZeBytcHu > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xlyvoaAl39wOSymLG7maRNKUQ2AXVAu6 { width:20rem;height:3rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFkmzZ5pBiN3kuyDGBGWh6mruysZbrK6 { background-color:#ffffff;background-image:none;display:none; }#XFkmzZ5pBiN3kuyDGBGWh6mruysZbrK6 > .row .container { width:20rem;height:13.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a1fwCkNeaQhKpKTcCEZSMgG4aWDASodE { width:19.6875rem;height:3.4375rem;top:2.125rem;left:0.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EST2D5gJ7d3dIuP9L0a1RdUGqH1DOTuM { display:block; }
 }@media only screen and (max-width: 763px) { #sHZI1HRu1l88Z6m17UetJ8dfREQ760pa { display:none; }#sHZI1HRu1l88Z6m17UetJ8dfREQ760pa > .row .container { width:20rem;height:45rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lJOcWIQ3MQkb03vnSOikMb7pOzydCJfl { width:20rem;height:18.5625rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHN5QkH7HDpWGW9eAvft6AnG5gu7XNJi { width:15.625rem;height:3.4375rem;top:27.4375rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeqXi1ifNRxN0B7p4R9Vsu00a8gEUqO8 { display:block; }
 }@media only screen and (max-width: 763px) { #G4KNouFZAITbnVbp4nuazvIbT4HSU7iu { width:15.625rem;height:3.4375rem;top:32.125rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5KbNilFeRK6NvESsi0pMed5DNM1e79D { display:block; }
 }@media only screen and (max-width: 763px) { #xv6kUPBxQtXyvd5CrDEQWTJ2A8UmNUl7 { width:20rem;height:4.78125rem;top:37.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoBHDk9DXuPbxsr4D3E2ftJ4MuihExG6 { width:20rem;height:2.0625rem;top:2.59375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEVJzbu0wCuoaFXQnlnMEplTPmJQBSLc { display:none; }#dEVJzbu0wCuoaFXQnlnMEplTPmJQBSLc > .row .container { width:20rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u4TfZGq74smwAs1S9UuST9EH36VsZAa6 { 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) { #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:#001d37;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:39.375rem;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:28.1875rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T349b01eddfee70cdfe76bbce499497e { width:20rem;height:11.197275rem;top:12.068359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #md49cb1d3151e3fc0a1b6cd773729114 { width:20rem;height:5.59765625rem;top:31.5rem;left:0rem;font-size:0.875rem;display:block; }
 }