.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(100deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(100deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(100deg, #ffffff, #ffffff);background-image: -o-linear-gradient(100deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(100deg, #ffffff, #ffffff);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#DtH4VMgdKOW6f855hcHCTEsTSb23MsMq { position:absolute;display:block;z-index:15025;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.2484375rem;width:10.4359375rem;top:2.6250002384186rem;left:0rem;overflow:hidden;display:block; }
#gLIJbO8sQdIbR4gOlclpo6yQKLEhF1rg { color:#000000;display:block;width:18.75rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:8.625rem;left:8.125rem;display:none; }
#oWh2solGxZC6ZBSyzItETgpVJztXMkDI { color:#000000;display:block;width:16rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:43.8125rem;left:9.0625rem;display:none; }#oWh2solGxZC6ZBSyzItETgpVJztXMkDI li:before{  }
#C70UC436tZicOkxrnP3L8EkDlmMiUaVo { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:43.125rem;left:7.5rem;display:none; }
#A6LkLzUbZFX0tSoflOnW0RyBGHNVKD1S { position:absolute;display:block;z-index:15007;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:41.75rem;width:48.0625rem;top:0rem;left:26.9375rem;overflow:hidden;display:block; }
#pPK0EzNBdyuWTdWBQZOmkXPPVl1kxT4z { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(74deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(74deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(74deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(74deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(74deg, #ffffff, rgba(0,0,0,0));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:41.875rem;width:62.875rem;top:0rem;left:11.898108789095rem;display:block; }
#ACO5L4AMrPeaTU2nCMwVnpxJqFG29aQO { color:#26265b;display:block;width:27.558625rem;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:8.875rem;left:0rem;height:5.1001rem;font-style:normal;display:block; }
#R9EQ9VaC5ZxXfMxfu6GOwn6Gb7q9N41e { color:#333333;display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14.2734375rem;left:0rem;height:2.2744125rem;display:block; }
#tTSmrRrD605KdTKPiiQmd6O0udWAbkSq { color:#333333;display:block;width:34.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:24.375rem;left:0rem;height:10.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eM3yATIgXJ0ukTKN2XQ52rCfdyPW7uoz { background-color:#6eab1a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:37.3125rem;left:0rem;display:block; }
#iXMy84JbdPh0MbrU4eHkitISTzINvvox { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zm2GuTCBJxbK9XTZgIDnak05cynBsaCl { color:#26265b;display:block;width:27.558625rem;position:absolute;font-family:"open sans";font-size:4.5rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:8.4375rem;left:0rem;height:5.4rem;font-style:normal;display:none; }
#lWw4XPiGkWSMdx6Q4fg9kUAoZAATyQXZ { color:#000000;display:block;width:17.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:13rem;top:22.625rem;left:1.6875rem;display:none; }
#FMH4TkzHF51ZHnTRH823RiM9izway1J1 { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:47.75rem;left:0rem;display:none; }
#TXL3tdAMTWe2BM8xP63xn1zdX7fh4FPA { background-color:#6eab1a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:33.875782012939rem;left:0rem;display:none; }
#OOSXpyKqeMtd5CswLNq09b5y6qsoJybT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XDCbvLIzul7kQMTGUJA3uUM30fee93vd { color:#000000;display:block;width:33.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:20.01171875rem;left:0rem;height:2.923825rem;display:block; }
#PCqi1lGZTL1r5uSrgR0LZ6M3rPT6M9d6 { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:6.9375rem;left:1rem;display:none; }
#PZQ2QqJtpzcSUktlT6PXbVd0SfBhQF1a { color:#000000;display:block;width:19.375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:10.3125rem;left:0.3125rem;display:none; }
#P4aHo4a6HosF5vLlCUcoGK2EuiFsAJbu { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:14.1875rem;left:0rem;display:none; }
#uk5bdNfmfHvlTuWGdqwP8yLy1QVvXO7D { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.4375rem;top:17.375rem;left:1.125rem;display:none; }
#tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN { position:relative;display:block; }#tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN { background-color: transparent; background-image: none; }#tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN > .row .container > .video-iframe-container { display: none; }#tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN > .row > .video-iframe-container { display: none; }#tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN > .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); }#tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN { border-width: 0; border-radius: 0; }#tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xVLqL7Ff2nWtg6TtMMJMx10P0ImHQqz3 { position:absolute;display:block;z-index:15029;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.43645625rem;width:5.625rem;top:2.75rem;left:1.5rem;overflow:hidden;display:block; }
#dtpOTPxgzVZp6ZUo1nNdqsvMMQdx4tqJ { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:2.75rem;left:7.125rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IiEpCwRmuFOQ96TyQaoXS95XNTtXI4ET { position:absolute;display:block;z-index:15034;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.62291875rem;width:4.62291875rem;top:2.6875rem;left:19.6875rem;overflow:hidden;display:block; }
#mKXWwfTPl7QQDmzgxB9vwFSQaX90Ozmo { position:absolute;display:block;z-index:15036;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.30956875rem;width:4.30956875rem;top:2.814453125rem;left:39.00390625rem;overflow:hidden;display:block; }
#uHDPtTIQp2tTV3IawUzpLKTvXX3kzUzl { color:#333333;display:block;width:10.6855625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:3.38671875rem;left:43.3125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zaD1p7ShlsZARknmloTVyICTL92HcgFi { color:#26265b;display:block;width:7.9989375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:5.875rem;left:44.625rem;height:1.3501rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dmgeip2pCEXf9zcpg0QNTFGc6TgOsWNH { position:absolute;display:block;z-index:15037;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.375rem;width:3.25rem;top:2.8125rem;left:56.125rem;overflow:hidden;display:block; }
#OIMae9H5qMksOIT3BHrspO8gsMgqudNZ { color:#333333;display:block;width:12.9375rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;top:2.75rem;left:60.25rem;height:2.85034375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AMpIOTQ7JCcJSNrWMVDwumLMltxxzJlD { color:#333333;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:5.9020843505859rem;left:59.375001907349rem;height:1.3501rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XN1a9A7ZS8EU5tvdIiyzqPR6AkGKRPez { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:6.125rem;left:7.125rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ddgod9bX20llRkD3xQ4Ae8yzdEumGDRB { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:6.125rem;left:24.875rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zDsCCsBVQFKtcLQDk3loKplMpguScr57 { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:2.75rem;left:24.875rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTaT8VLR3XdCLQI3Su1MV0ZCyO4vX9lO { position:relative;display:none; }#CTaT8VLR3XdCLQI3Su1MV0ZCyO4vX9lO { border-width: 0; border-radius: 0; }#CTaT8VLR3XdCLQI3Su1MV0ZCyO4vX9lO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CTaT8VLR3XdCLQI3Su1MV0ZCyO4vX9lO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#o31bFNguXevir7PvHx53zawMy3LkCNKS { position:absolute;display:block;z-index:15029;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.43645625rem;width:5.625rem;top:2.75rem;left:1.5rem;overflow:hidden;display:block; }
#T1Slaz46Kc7E4N7MzJNoFQEr4MwvmGJF { color:#26265b;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:2.75rem;left:4.9375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x3pmPAekkLcHQZWomT7ppGuzIeDKJgE2 { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:5.875rem;left:4.9375rem;height:1.349825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#adWTv6I4HX149BFFng1rFpby30ayCCy4 { position:absolute;display:block;z-index:15034;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.62291875rem;width:4.62291875rem;top:2.6875rem;left:19.6875rem;overflow:hidden;display:block; }
#bITiowQurHvGwQzU13eBvFnzc7wgwyzJ { color:#26265b;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:2.75rem;left:22rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ooEcUVXEh2VpLHB2Grct8PblGaQbkSFo { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:5.875rem;left:22rem;height:1.349825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rqXKmUQFX6MSBr0MkS2LtAZcQLeSb2Ie { position:absolute;display:block;z-index:15036;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.31041875rem;width:4.31041875rem;top:2.8125rem;left:37.3125rem;overflow:hidden;display:block; }
#boVC1HOCV9bbh6NV4HxmchCsbmFAFnCd { color:#333333;display:block;width:10.6864375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:2.75rem;left:41.5rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rs7mBN1sqlXBO4ExvtWGCeZ5Tk3XBhiS { color:#26265b;display:block;width:7.9989375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:5.875rem;left:42.875rem;height:1.349825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ucMQ5tmoOzDhrQu3Ly2q05mg2buXqSZP { position:absolute;display:block;z-index:15037;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.375rem;width:3.25rem;top:2.8125rem;left:56.125rem;overflow:hidden;display:block; }
#z1RIzpdm5UrQTRboIXtcB8DVFvVUTTrE { color:#333333;display:block;width:12.9375rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;top:2.75rem;left:60.25rem;height:2.8497875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rScT9hLzElDeeLsSXPwntKXoDh4yUEsW { color:#333333;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:5.9020843505859rem;left:59.375001907349rem;height:1.349825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yo2rfaBLUOWOqfdNelbRW5qJiiTK1JgX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #e8e9e7, #ffffff);background-image: -moz-linear-gradient(100deg, #e8e9e7, #ffffff);background-image: -ms-linear-gradient(100deg, #e8e9e7, #ffffff);background-image: -o-linear-gradient(100deg, #e8e9e7, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e9e7', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e9e7', endColorstr='#ffffff' );";background-image: linear-gradient(100deg, #e8e9e7, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yo2rfaBLUOWOqfdNelbRW5qJiiTK1JgX > .row .container { border-width: 0; border-radius: 0; }#yo2rfaBLUOWOqfdNelbRW5qJiiTK1JgX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yo2rfaBLUOWOqfdNelbRW5qJiiTK1JgX > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:none; }#pAMHJdLGhPG4RFeDkoIbpucMEFRriRvl { color:#333333;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.84375rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #e8e9e7, #ffffff);background-image: -moz-linear-gradient(100deg, #e8e9e7, #ffffff);background-image: -ms-linear-gradient(100deg, #e8e9e7, #ffffff);background-image: -o-linear-gradient(100deg, #e8e9e7, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e9e7', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e9e7', endColorstr='#ffffff' );";background-image: linear-gradient(100deg, #e8e9e7, #ffffff);background-size:auto !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; }#EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s > .row .container { background-color: transparent; background-image: none; }#EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s > .row .container > .video-iframe-container { display: none; }#EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s > .row > .video-iframe-container { display: none; }#EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s > .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); }#EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s > .row .container { border-width: 0; border-radius: 0; }#EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#SSSrhhH8TFZ9pXCoXoAWpBCtHxV1TN9x { color:#333333;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.84375rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lydWD45rvgensbFT0WnmUJrPhF27zSli { position:relative;display:block; }#lydWD45rvgensbFT0WnmUJrPhF27zSli { background-color: transparent; background-image: none; }#lydWD45rvgensbFT0WnmUJrPhF27zSli::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lydWD45rvgensbFT0WnmUJrPhF27zSli > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lydWD45rvgensbFT0WnmUJrPhF27zSli > .row .container > .video-iframe-container { display: none; }#lydWD45rvgensbFT0WnmUJrPhF27zSli > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lydWD45rvgensbFT0WnmUJrPhF27zSli > .row > .video-iframe-container { display: none; }#lydWD45rvgensbFT0WnmUJrPhF27zSli > .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); }#lydWD45rvgensbFT0WnmUJrPhF27zSli { border-width: 0; border-radius: 0; }#lydWD45rvgensbFT0WnmUJrPhF27zSli > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lydWD45rvgensbFT0WnmUJrPhF27zSli > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#q09wurT0tT2T6iz7wfVXNHQPAMHRGpAQ { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -moz-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -ms-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -o-linear-gradient(183deg, #6eab1a, #e2eed1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#e2eed1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#e2eed1' );";background-image: linear-gradient(183deg, #6eab1a, #e2eed1);background-size:auto !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;box-shadow: none;height:10rem;width:13.4375rem;top:0rem;left:0rem;display:block; }
#uDdvIhoJPmkyPlJE6gO01TvGv9RVTdub { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8115rem;width:48.874rem;top:0.99934768676756rem;left:19.248481750488rem;display:block; }
#PG0pWDa9HtTItM1rZ5sewVtgnbfxyPRR { color:#000000;display:block;width:38.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.732421875rem;left:21.03125rem;height:3.8984375rem;display:block; }
#BTtBpq6nymhf4UAxTQIzvGpluw6iNU3M { color:#333333;display:block;width:21.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.125rem;left:21.03125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c1yfgPaIB2R0lCcuoNfX3l32zUFPMqu3 { color:#333333;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.875rem;left:21.03125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#g1cCDz0Pn1FueLpvXBKhciR0QXqmeOmT { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:16.5625rem;top:1rem;left:1.0625rem;display:block; }
#ZC0kU0oJXEIHQNpJggiDwUFzCBrkzuua { 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:8.25rem;width:8.25rem;display:none; }
#k1GWsqmbJ9yi29UPC4i1gl8VMxMP0sNI { color:#000000;display:block;width:44.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.732421875rem;left:21.03125rem;height:3.8984375rem;display:none; }
#u35k45o4heiuJ90fSizJ4p46DEDaCuTc { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.125rem;left:21.03125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Na3xKtObIqDTM88q5eJ02DDh5hueNVJk { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.875rem;left:21.03125rem;height:1.5rem;text-align:left;text-align-last:left;display:none; }
#FbV1oSBmyu5VHPbCPuefknLu4ZXVxMrz { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.8125rem;width:12.8125rem;top:0rem;left:2.40625rem;overflow:hidden;display:block; }
#ORBE5q0NFcRvB6TRPm14R1n9FqLK3ReV { position:absolute;display:block;z-index:15029;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.375rem;width:4.375rem;top:7.21875rem;left:60.349609375rem;overflow:hidden;display:block; }
#Kl4H8067K6GiBWXpGN6hWT8G65AOzlJl { position:relative;display:block; }#Kl4H8067K6GiBWXpGN6hWT8G65AOzlJl { background-color: transparent; background-image: none; }#Kl4H8067K6GiBWXpGN6hWT8G65AOzlJl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kl4H8067K6GiBWXpGN6hWT8G65AOzlJl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kl4H8067K6GiBWXpGN6hWT8G65AOzlJl > .row .container > .video-iframe-container { display: none; }#Kl4H8067K6GiBWXpGN6hWT8G65AOzlJl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kl4H8067K6GiBWXpGN6hWT8G65AOzlJl > .row > .video-iframe-container { display: none; }#Kl4H8067K6GiBWXpGN6hWT8G65AOzlJl > .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); }#Kl4H8067K6GiBWXpGN6hWT8G65AOzlJl { border-width: 0; border-radius: 0; }#Kl4H8067K6GiBWXpGN6hWT8G65AOzlJl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Kl4H8067K6GiBWXpGN6hWT8G65AOzlJl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n3fp845nEBhfoeXM2yVR8HZBFBh8dlqP { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:48.875rem;top:1rem;left:6.96875rem;display:block; }
#P2RgSxP7ztIQsTnytiDJeFupITERKwQ5 { color:#000000;display:block;width:45.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.14453125rem;left:7.90625rem;height:3.8984375rem;text-align:right;text-align-last:right;display:block; }
#zeEvHgEl7PoT8VKs2MaQluWOC873yWAX { color:#333333;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.0625rem;left:24.21875rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#zJupP8L8gIDBrSxKLFGQyA1kw4Fub6bg { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -moz-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -ms-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -o-linear-gradient(183deg, #e2eed1, #6eab1a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1', endColorstr='#6eab1a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1', endColorstr='#6eab1a' );";background-image: linear-gradient(183deg, #e2eed1, #6eab1a);background-size:auto !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;box-shadow: none;height:10.0625rem;width:13.5rem;top:0rem;left:61.5rem;display:block; }
#fTP8cI4rdNrefzCrBhXH0Oe2LOVTedCE { 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:2.625rem;width:11.6875rem;top:8.0625rem;left:8.53125rem;overflow:hidden;display:block; }
#TGfRUvG93eDpuL9SZyThnV3v4XZ5yOys { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:16.5625rem;top:1rem;left:57.3125rem;display:block; }
#l1tXpo6Tcxg4TOBoF4lqJ8TeamsqoBeP { position:absolute;display:block;z-index:15031;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:11.8125rem;width:10.5625rem;top:1rem;left:60.3125rem;overflow:hidden;display:block; }
#FkOsRRq4M3zmAlLZoeHW9AZyGxbFVbCa { color:#000000;display:block;width:44.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.14453125rem;left:8.96875rem;height:1.94921875rem;text-align:right;text-align-last:right;display:none; }
#p82LFSTf0XtxXAv8wDILb86ZlDigAw4e { color:#333333;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.0625rem;left:29.28125rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#JDWwllNJhcngEJCmylnhDO6gwLOdXXCp { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.9375rem;left:37.03125rem;height:1.5rem;text-align:right;text-align-last:right;display:none; }
#EtSb2qgZ3dCvo4P2iIH53Hgyebd5l4gr { color:#333333;display:block;width:32.374125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:9.9359817504881rem;left:21.599391937256rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#mohJpm6yJ2lJMAMvD2U1BhJIeVbTC4vO { position:relative;display:block; }#mohJpm6yJ2lJMAMvD2U1BhJIeVbTC4vO { background-color: transparent; background-image: none; }#mohJpm6yJ2lJMAMvD2U1BhJIeVbTC4vO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mohJpm6yJ2lJMAMvD2U1BhJIeVbTC4vO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mohJpm6yJ2lJMAMvD2U1BhJIeVbTC4vO > .row .container > .video-iframe-container { display: none; }#mohJpm6yJ2lJMAMvD2U1BhJIeVbTC4vO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mohJpm6yJ2lJMAMvD2U1BhJIeVbTC4vO > .row > .video-iframe-container { display: none; }#mohJpm6yJ2lJMAMvD2U1BhJIeVbTC4vO > .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); }#mohJpm6yJ2lJMAMvD2U1BhJIeVbTC4vO { border-width: 0; border-radius: 0; }#mohJpm6yJ2lJMAMvD2U1BhJIeVbTC4vO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mohJpm6yJ2lJMAMvD2U1BhJIeVbTC4vO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pHEZMAGRbCBqruFKwrqxeUUwmTT1k9ad { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -moz-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -ms-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -o-linear-gradient(183deg, #6eab1a, #e2eed1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#e2eed1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#e2eed1' );";background-image: linear-gradient(183deg, #6eab1a, #e2eed1);background-size:auto !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;box-shadow: none;height:10rem;width:13.4375rem;top:0rem;left:0rem;display:block; }
#T3JxMnNGESrLDDcn6Ez7v1Wdi640b0iZ { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8115rem;width:48.874rem;top:0.99934768676756rem;left:19.248481750488rem;display:block; }
#TNEMAMWiV0ofSAeCFwNbNLRZuWMzTebp { color:#000000;display:block;width:38.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.732421875rem;left:21.03125rem;height:1.94921875rem;display:block; }
#FtWrq7QE2OooWDuekQGX0VoVVBig14Um { color:#333333;display:block;width:22.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.125rem;left:21.03125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o98Fv0bBC8ortiKxrOWks5Ps7f01F615 { color:#333333;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.875rem;left:21.03125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#iAZkDUg7iXW3sVG32gfLUoEJ5vGb2FsJ { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:16.5625rem;top:1rem;left:1.0625rem;display:block; }
#J3tfMLi746uA3tgxq3IH4vL9II2fKzAp { color:#000000;display:block;width:44.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.732421875rem;left:21.03125rem;height:3.8984375rem;display:none; }
#TQF3UH32zdHPrturqegp0vLTfgTzLpsi { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.125rem;left:21.03125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#AvNP3EenUsJ1dFMAmHcOPOAvQ0OFhRHP { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.875rem;left:21.03125rem;height:1.5rem;text-align:left;text-align-last:left;display:none; }
#pBZPu8pSzL4Vh2Rkpn2SQOEhMfRL07Gr { position:absolute;display:block;z-index:15029;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.9375rem;width:11.375rem;top:8.125rem;left:55.0849609375rem;overflow:hidden;display:block; }
#HWElgy6shr8iBprHSiBfFMwAMGTsbRTy { position:absolute;display:block;z-index:15030;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:11.75rem;width:11.9375rem;top:1.123046875rem;left:3.46875rem;overflow:hidden;display:block; }
#yp5msKzMy0eTmJcKBeRk0ImOMX0UNhow { position:relative;display:block; }#yp5msKzMy0eTmJcKBeRk0ImOMX0UNhow { background-color: transparent; background-image: none; }#yp5msKzMy0eTmJcKBeRk0ImOMX0UNhow::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yp5msKzMy0eTmJcKBeRk0ImOMX0UNhow > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yp5msKzMy0eTmJcKBeRk0ImOMX0UNhow > .row .container > .video-iframe-container { display: none; }#yp5msKzMy0eTmJcKBeRk0ImOMX0UNhow > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yp5msKzMy0eTmJcKBeRk0ImOMX0UNhow > .row > .video-iframe-container { display: none; }#yp5msKzMy0eTmJcKBeRk0ImOMX0UNhow > .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); }#yp5msKzMy0eTmJcKBeRk0ImOMX0UNhow { border-width: 0; border-radius: 0; }#yp5msKzMy0eTmJcKBeRk0ImOMX0UNhow > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yp5msKzMy0eTmJcKBeRk0ImOMX0UNhow > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ON0d5O35SblsJBp2ZLrEkzxr9vqC1HSF { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:48.875rem;top:1rem;left:6.96875rem;display:block; }
#vmaLGTGL1lTClreMFgnvPDE9F9mI23eO { color:#000000;display:block;width:45.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.14453125rem;left:7.90625rem;height:1.94921875rem;text-align:right;text-align-last:right;display:block; }
#UvRDt8UkqzLFXV87HrszTp1IvnXBvH9T { color:#333333;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.0625rem;left:24.21875rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#INDyThe7OTO64soZke9kBV6RCORlNtu8 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -moz-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -ms-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -o-linear-gradient(183deg, #e2eed1, #6eab1a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1', endColorstr='#6eab1a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1', endColorstr='#6eab1a' );";background-image: linear-gradient(183deg, #e2eed1, #6eab1a);background-size:auto !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;box-shadow: none;height:10.0625rem;width:13.5rem;top:0rem;left:61.5rem;display:block; }
#cyMnHSQTB5VyoWxbpsXWxCwozsyA5Wpx { 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:3.875rem;width:8.0625rem;top:8.0625rem;left:8.7861328125rem;overflow:hidden;display:block; }
#z3XncTGCX1DW3kTMBcxpFwFwVL4eT4pX { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:16.5625rem;top:1rem;left:57.3125rem;display:block; }
#fwWbGEfB7NsO1bZb3udvwh0AJGu1SHFo { position:absolute;display:block;z-index:15031;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:11.75rem;width:9.6875rem;top:1.03125rem;left:60.75rem;overflow:hidden;display:block; }
#J9vFIndHxlsH9b8DgHexeHpIRvzvpXkU { color:#000000;display:block;width:44.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.14453125rem;left:8.96875rem;height:1.94921875rem;text-align:right;text-align-last:right;display:none; }
#w2Jo8fbsVfZLJS23tkz3Du6ea24FmmJz { color:#333333;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.0625rem;left:29.28125rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#WKXQ68hXL54ufTg7U3VZktcCW5TuFkk8 { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.9375rem;left:37.03125rem;height:1.5rem;text-align:right;text-align-last:right;display:none; }
#vhwmixLX1Vu1aZGRJrGqpT7BcARTBPa4 { color:#333333;display:block;width:32.374125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:9.9359817504881rem;left:21.599391937256rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#SPgaTg00CCA6x0kP0ZWdFpmEZmzrN9UE { position:relative;display:block; }#SPgaTg00CCA6x0kP0ZWdFpmEZmzrN9UE { background-color: transparent; background-image: none; }#SPgaTg00CCA6x0kP0ZWdFpmEZmzrN9UE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPgaTg00CCA6x0kP0ZWdFpmEZmzrN9UE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPgaTg00CCA6x0kP0ZWdFpmEZmzrN9UE > .row .container > .video-iframe-container { display: none; }#SPgaTg00CCA6x0kP0ZWdFpmEZmzrN9UE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPgaTg00CCA6x0kP0ZWdFpmEZmzrN9UE > .row > .video-iframe-container { display: none; }#SPgaTg00CCA6x0kP0ZWdFpmEZmzrN9UE > .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); }#SPgaTg00CCA6x0kP0ZWdFpmEZmzrN9UE { border-width: 0; border-radius: 0; }#SPgaTg00CCA6x0kP0ZWdFpmEZmzrN9UE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SPgaTg00CCA6x0kP0ZWdFpmEZmzrN9UE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AEZoSdZ0NCSzdzvAA2qxLd8htiAqgXO2 { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -moz-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -ms-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -o-linear-gradient(183deg, #6eab1a, #e2eed1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#e2eed1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#e2eed1' );";background-image: linear-gradient(183deg, #6eab1a, #e2eed1);background-size:auto !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;box-shadow: none;height:10rem;width:13.4375rem;top:0rem;left:0rem;display:block; }
#SHUFbG0llSQvaC3FMyWCDCliK2JhUTLo { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8115rem;width:48.874rem;top:0.99934768676756rem;left:19.248481750488rem;display:block; }
#gzV2xN7hDZczvVxE3eVMRpLbUcoyV3Tt { color:#000000;display:block;width:38.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.732421875rem;left:21.03125rem;height:3.8984375rem;display:block; }
#U2yFb1J0EyVpy8ooiT1tJDfheT76m2CJ { color:#333333;display:block;width:21.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.125rem;left:21.03125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RomkTBZtnQudUN9RHTcFaFmOpw16QcsC { color:#333333;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.875rem;left:21.03125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#sEa9qXqG7F4gyBhgselfcczkq3FRXH3a { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:16.5625rem;top:1rem;left:1.0625rem;display:block; }
#VBSU8qiNWOEDXTkCCzDLoAh30TL6hGor { color:#000000;display:block;width:44.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.732421875rem;left:21.03125rem;height:3.8984375rem;display:none; }
#Fpnfy1bK4ZiBCofHK6CJiL7TyUvmerOZ { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.125rem;left:21.03125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SAAucfIqNpIi8fUJQLOkgPRwHBMbcSO5 { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.875rem;left:21.03125rem;height:1.5rem;text-align:left;text-align-last:left;display:none; }
#H7TXQphep04uxLtLnFT1CtJuOOkFg3gI { position:absolute;display:block;z-index:15029;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:7.6875rem;top:8.125rem;left:58.279296875rem;overflow:hidden;display:block; }
#Cho39QdWTMTkum5tHIDQy1kM7yRA5yub { position:absolute;display:block;z-index:15030;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:11.4375rem;width:9.625rem;top:1.4345703125rem;left:4.53125rem;overflow:hidden;display:block; }
#rGyCAt2TVDL31bpoyMFd5DHE42feo0Dl { position:relative;display:block; }#rGyCAt2TVDL31bpoyMFd5DHE42feo0Dl { background-color: transparent; background-image: none; }#rGyCAt2TVDL31bpoyMFd5DHE42feo0Dl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGyCAt2TVDL31bpoyMFd5DHE42feo0Dl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGyCAt2TVDL31bpoyMFd5DHE42feo0Dl > .row .container > .video-iframe-container { display: none; }#rGyCAt2TVDL31bpoyMFd5DHE42feo0Dl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGyCAt2TVDL31bpoyMFd5DHE42feo0Dl > .row > .video-iframe-container { display: none; }#rGyCAt2TVDL31bpoyMFd5DHE42feo0Dl > .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); }#rGyCAt2TVDL31bpoyMFd5DHE42feo0Dl { border-width: 0; border-radius: 0; }#rGyCAt2TVDL31bpoyMFd5DHE42feo0Dl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rGyCAt2TVDL31bpoyMFd5DHE42feo0Dl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xp8mmzCQTOhshQTuupULwxZrLbshVhyf { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:48.875rem;top:1rem;left:6.96875rem;display:block; }
#OnCfMPCBguWMRy0g2ISGcBzyxrVr9xxT { color:#000000;display:block;width:45.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.14453125rem;left:7.90625rem;height:3.8984375rem;text-align:right;text-align-last:right;display:block; }
#SOv7ZgKC96GpWMnni0wAGNV8R2iTeRRJ { color:#333333;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.0625rem;left:24.21875rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#AHUckULgItJlDldtm0l23qvoDVCrvOT4 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -moz-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -ms-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -o-linear-gradient(183deg, #e2eed1, #6eab1a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1', endColorstr='#6eab1a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1', endColorstr='#6eab1a' );";background-image: linear-gradient(183deg, #e2eed1, #6eab1a);background-size:auto !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;box-shadow: none;height:10.0625rem;width:13.5rem;top:0rem;left:61.5rem;display:block; }
#W7HryilnMLlLVwcHe36xi0qel3o8uRAi { 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:3.8125rem;width:7.8125rem;top:7.685546875rem;left:8.5986328125rem;overflow:hidden;display:block; }
#Zr3IyhwOPoqtTeFU73tTbQTlBR5MgfeS { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:16.5625rem;top:1rem;left:57.3125rem;display:block; }
#zhooJP7JzFzDQm4g51PX7X5aks3PksEF { color:#000000;display:block;width:44.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.14453125rem;left:8.96875rem;height:1.94921875rem;text-align:right;text-align-last:right;display:none; }
#WbkwA0rKiGdGuBU85KpqgG6dCwGRtTza { color:#333333;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.0625rem;left:29.28125rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#pS2843BKcPCvgOn1mkWhAzvNwCMpHPGq { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.9375rem;left:37.03125rem;height:1.5rem;text-align:right;text-align-last:right;display:none; }
#nE2SFABI6dGG798fbxrfuoI9OuS2EJGX { color:#333333;display:block;width:32.374125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:9.9359817504881rem;left:21.599391937256rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#LKyMVZTzsPaoF7UJ9uZdgJlCIdSL9MED { position:absolute;display:block;z-index:15031;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:11.6875rem;width:9.8125rem;top:1.1875rem;left:60.466332872928rem;overflow:hidden;display:block; }
#KZWzxI0R9mws32cbz9lxiNSJ7s3bBb8U { position:relative;display:block; }#KZWzxI0R9mws32cbz9lxiNSJ7s3bBb8U { background-color: transparent; background-image: none; }#KZWzxI0R9mws32cbz9lxiNSJ7s3bBb8U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZWzxI0R9mws32cbz9lxiNSJ7s3bBb8U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZWzxI0R9mws32cbz9lxiNSJ7s3bBb8U > .row .container > .video-iframe-container { display: none; }#KZWzxI0R9mws32cbz9lxiNSJ7s3bBb8U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZWzxI0R9mws32cbz9lxiNSJ7s3bBb8U > .row > .video-iframe-container { display: none; }#KZWzxI0R9mws32cbz9lxiNSJ7s3bBb8U > .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); }#KZWzxI0R9mws32cbz9lxiNSJ7s3bBb8U { border-width: 0; border-radius: 0; }#KZWzxI0R9mws32cbz9lxiNSJ7s3bBb8U > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KZWzxI0R9mws32cbz9lxiNSJ7s3bBb8U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NPsmOBLEI0Ns2WqEqltmqM4zvGQXOWLV { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -moz-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -ms-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -o-linear-gradient(183deg, #6eab1a, #e2eed1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#e2eed1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#e2eed1' );";background-image: linear-gradient(183deg, #6eab1a, #e2eed1);background-size:auto !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;box-shadow: none;height:10rem;width:13.4375rem;top:0rem;left:0rem;display:block; }
#CDHmcmlzBGrwoeTTKS6tkiKWNGuHUF81 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8115rem;width:48.874rem;top:0.99934768676756rem;left:19.248481750488rem;display:block; }
#ATSxNc7cJQtUmoUiw73rMNcJnsWfANBt { color:#000000;display:block;width:44.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.732421875rem;left:21.03125rem;height:3.8984375rem;display:block; }
#PhGuBbtLe9TwDAmyTesD5nKnb2zec84u { color:#333333;display:block;width:23.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.125rem;left:21.03125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zqh3uGFx6l2NJZqzGIdc7aPoNZHBrBfw { color:#333333;display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.875rem;left:21.03125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#Zmu6n4lvUy66sC8dRHWw3ZQ0tZbUkoem { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:16.5625rem;top:1rem;left:1.0625rem;display:block; }
#zDydSkUeneHAdaRIhmkWH0TbfVzDUVyh { color:#000000;display:block;width:44.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.732421875rem;left:21.03125rem;height:3.8984375rem;display:none; }
#VFKTsPh42fiNkvhhzUrItyEID3HFdmhh { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.125rem;left:21.03125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Dl5ZDTCHMiZpoeyU2tzp0b4hJuSytOTG { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.875rem;left:21.03125rem;height:1.5rem;text-align:left;text-align-last:left;display:none; }
#nm4NPmNJTyriVQLg2eBTveWcPGQAga06 { position:absolute;display:block;z-index:15029;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.9375rem;width:10.8125rem;top:8.375rem;left:55.737645348838rem;overflow:hidden;display:block; }
#pMvJm1EVfcXJpl9P2Qr7Q5p93hthSNrK { position:absolute;display:block;z-index:15030;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:11.6875rem;width:10.8125rem;top:1.1845703125rem;left:3.9375rem;overflow:hidden;display:block; }
#cCHf5TnC9ACL0UrUnHpvZCcmq7C86WbN { position:relative;display:block; }#cCHf5TnC9ACL0UrUnHpvZCcmq7C86WbN { background-color: transparent; background-image: none; }#cCHf5TnC9ACL0UrUnHpvZCcmq7C86WbN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCHf5TnC9ACL0UrUnHpvZCcmq7C86WbN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCHf5TnC9ACL0UrUnHpvZCcmq7C86WbN > .row .container > .video-iframe-container { display: none; }#cCHf5TnC9ACL0UrUnHpvZCcmq7C86WbN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCHf5TnC9ACL0UrUnHpvZCcmq7C86WbN > .row > .video-iframe-container { display: none; }#cCHf5TnC9ACL0UrUnHpvZCcmq7C86WbN > .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); }#cCHf5TnC9ACL0UrUnHpvZCcmq7C86WbN { border-width: 0; border-radius: 0; }#cCHf5TnC9ACL0UrUnHpvZCcmq7C86WbN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cCHf5TnC9ACL0UrUnHpvZCcmq7C86WbN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pJSJ5K6ICeykh7PnBPrMVItZoz6VlSHi { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:48.875rem;top:1rem;left:6.96875rem;display:block; }
#aHCuGJfQVU4Gqp4cbfLuCkmFr1yMv6nu { color:#000000;display:block;width:45.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.14453125rem;left:7.90625rem;height:3.8984375rem;text-align:right;text-align-last:right;display:block; }
#onQVvrZc94k4XcTAZxE2uw2XDfTfFPys { color:#333333;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.0625rem;left:24.21875rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kumQyhnHSxg0ScQ84bznN0FRgbsppWa9 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -moz-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -ms-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -o-linear-gradient(183deg, #e2eed1, #6eab1a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1', endColorstr='#6eab1a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1', endColorstr='#6eab1a' );";background-image: linear-gradient(183deg, #e2eed1, #6eab1a);background-size:auto !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;box-shadow: none;height:10.0625rem;width:13.5rem;top:0rem;left:61.5rem;display:block; }
#nfEDJK5faId7g9PGTMzgON940WEuD0Jc { 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:2.4375rem;width:11.75rem;top:9.060546875rem;left:8.4736328125rem;overflow:hidden;display:block; }
#RE8HPJPPci3y29GJwaoKxJLm8AyXT4v1 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:16.5625rem;top:1rem;left:57.3125rem;display:block; }
#ZSHKZXthqBVQJSTWZgUxfZTsyNPswuC7 { position:absolute;display:block;z-index:15031;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:10.9375rem;width:11.8125rem;top:1.875rem;left:59.584558823529rem;overflow:hidden;display:block; }
#sHF5l1eCppugoH5nO3sEnWL6WNFnCgwq { color:#000000;display:block;width:44.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.14453125rem;left:8.96875rem;height:1.94921875rem;text-align:right;text-align-last:right;display:none; }
#aQgD39hKUcpmaZJvDLWaxGmg6u3EwzG8 { color:#333333;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.0625rem;left:29.28125rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#SU9SoV1EpO4SXi1EqHC6ZmnFp6zVlo52 { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.9375rem;left:37.03125rem;height:1.5rem;text-align:right;text-align-last:right;display:none; }
#IwVT7NVRQxXLeaNKwbTDfqd0UCm34RXA { color:#333333;display:block;width:32.374125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:9.9359817504881rem;left:21.599391937256rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#Tc8G3WmubQHJXSv4wheOPe6H1SJ9r23N { position:absolute;display:block;z-index:15030;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:13.125rem;width:13.125rem;top:15.6845703125rem;left:2.25rem;overflow:hidden;display:block; }
#M1RJlFteOTaClbqQo69Rh7SOTmDCSB7v { position:relative;display:block; }#M1RJlFteOTaClbqQo69Rh7SOTmDCSB7v { background-color: transparent; background-image: none; }#M1RJlFteOTaClbqQo69Rh7SOTmDCSB7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1RJlFteOTaClbqQo69Rh7SOTmDCSB7v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1RJlFteOTaClbqQo69Rh7SOTmDCSB7v > .row .container > .video-iframe-container { display: none; }#M1RJlFteOTaClbqQo69Rh7SOTmDCSB7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1RJlFteOTaClbqQo69Rh7SOTmDCSB7v > .row > .video-iframe-container { display: none; }#M1RJlFteOTaClbqQo69Rh7SOTmDCSB7v > .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); }#M1RJlFteOTaClbqQo69Rh7SOTmDCSB7v { border-width: 0; border-radius: 0; }#M1RJlFteOTaClbqQo69Rh7SOTmDCSB7v > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#M1RJlFteOTaClbqQo69Rh7SOTmDCSB7v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QZr4QXkXeXXaqesBDE34SMqptyGyELRL { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -moz-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -ms-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -o-linear-gradient(183deg, #6eab1a, #e2eed1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#e2eed1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#e2eed1' );";background-image: linear-gradient(183deg, #6eab1a, #e2eed1);background-size:auto !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;box-shadow: none;height:10rem;width:13.4375rem;top:0rem;left:0rem;display:block; }
#vuX94EaRQtJZQXCiL6a6saG6IpZ0BFu2 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8115rem;width:48.874rem;top:0.99934768676756rem;left:19.248481750488rem;display:block; }
#DObrPyGuolRWF5aSnsurWn2SD1JAUf8G { color:#000000;display:block;width:44.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.732421875rem;left:21.03125rem;height:1.94921875rem;display:block; }
#iqQ9DtFBUN9cf252lobTdTZxV3hTIIa1 { color:#333333;display:block;width:23.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.125rem;left:21.03125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RZTniwTT9QHzyU8JcS4KTfF6XvETpl9D { color:#333333;display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.875rem;left:21.03125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#byAnv6AkZseMmFnoZwsIyf4ImJxmD8SX { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:16.5625rem;top:1rem;left:1.0625rem;display:block; }
#pWGcHcRZbdeaBcftd5XGsERPAWV4w6iA { color:#000000;display:block;width:44.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.732421875rem;left:21.03125rem;height:3.8984375rem;display:none; }
#SPLEh9OIUINiTZ50DsrZGv9MtQRl5two { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.125rem;left:21.03125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#vp1tFavCabmcAQnpPLyFdrQ3pRamEx16 { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.875rem;left:21.03125rem;height:1.5rem;text-align:left;text-align-last:left;display:none; }
#uOxywM9pb4VsOWaVA6SthlwphBJtZ0iq { position:absolute;display:block;z-index:15029;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.5625rem;width:11.3125rem;top:8.375rem;left:54.7373046875rem;overflow:hidden;display:block; }
#B2B8ZmOVwrrGDJJpa6cKW8D6cMDVH8AH { 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:67.5rem;width:67.5rem;display:none; }
#mJTOGAcUmQNMPeP1aMf9E2geqRrimkt9 { position:relative;display:block; }#mJTOGAcUmQNMPeP1aMf9E2geqRrimkt9 { background-color: transparent; background-image: none; }#mJTOGAcUmQNMPeP1aMf9E2geqRrimkt9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJTOGAcUmQNMPeP1aMf9E2geqRrimkt9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJTOGAcUmQNMPeP1aMf9E2geqRrimkt9 > .row .container > .video-iframe-container { display: none; }#mJTOGAcUmQNMPeP1aMf9E2geqRrimkt9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJTOGAcUmQNMPeP1aMf9E2geqRrimkt9 > .row > .video-iframe-container { display: none; }#mJTOGAcUmQNMPeP1aMf9E2geqRrimkt9 > .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); }#mJTOGAcUmQNMPeP1aMf9E2geqRrimkt9 { border-width: 0; border-radius: 0; }#mJTOGAcUmQNMPeP1aMf9E2geqRrimkt9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mJTOGAcUmQNMPeP1aMf9E2geqRrimkt9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#m8o82VrJSp3HUOegXS4RhriwTaPJoIGM { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:48.875rem;top:1rem;left:6.96875rem;display:block; }
#f3FLVcLJ4doKbbygnorqbf5yqH5z8DJy { color:#000000;display:block;width:45.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.14453125rem;left:7.90625rem;height:3.8984375rem;text-align:right;text-align-last:right;display:block; }
#UmLwLXiusfDgrTEAIhdvV4s8RXeJgWS8 { color:#333333;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.0625rem;left:24.21875rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DeNu38KT2pd9prZZtAlpO1fMFozxF2CJ { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -moz-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -ms-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -o-linear-gradient(183deg, #e2eed1, #6eab1a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1', endColorstr='#6eab1a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1', endColorstr='#6eab1a' );";background-image: linear-gradient(183deg, #e2eed1, #6eab1a);background-size:auto !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;box-shadow: none;height:10.0625rem;width:13.5rem;top:0rem;left:61.5rem;display:block; }
#QPtRpTEtV3S1t3pUCScEW3veOC3N8ybf { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:7rem;top:7.3125rem;left:8.53125rem;overflow:hidden;display:block; }
#SlGkc8Scfowul3OtuvqZvbdJ814hITIb { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:16.5625rem;top:1rem;left:57.3125rem;display:block; }
#NS3T7QrTtSe3fnsKaO30BTWIIVOSQv5N { position:absolute;display:block;z-index:15031;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:11.875rem;width:11.875rem;top:0.96875rem;left:59.65625rem;overflow:hidden;display:block; }
#IMEiNowoLIahUq96O5B0MLWOwv2f9G1h { color:#000000;display:block;width:44.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.14453125rem;left:8.96875rem;height:1.94921875rem;text-align:right;text-align-last:right;display:none; }
#Fnn6aHNw4xQi6KsTaUvoysK9WtNsusbU { color:#333333;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.0625rem;left:29.28125rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#EZ5RSpGsZWniy0szAkgdNBBuxHx2Tgd0 { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.9375rem;left:37.03125rem;height:1.5rem;text-align:right;text-align-last:right;display:none; }
#KGI9ZiLAP98kWBW6Pg9lpqPSEZSwdOgR { color:#333333;display:block;width:32.374125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:9.9359817504881rem;left:21.599391937256rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#mxdr6b7dHlFgpNTUrdg6NHlVsZ1VDVwf { position:relative;display:block; }#mxdr6b7dHlFgpNTUrdg6NHlVsZ1VDVwf { background-color: transparent; background-image: none; }#mxdr6b7dHlFgpNTUrdg6NHlVsZ1VDVwf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxdr6b7dHlFgpNTUrdg6NHlVsZ1VDVwf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxdr6b7dHlFgpNTUrdg6NHlVsZ1VDVwf > .row .container > .video-iframe-container { display: none; }#mxdr6b7dHlFgpNTUrdg6NHlVsZ1VDVwf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxdr6b7dHlFgpNTUrdg6NHlVsZ1VDVwf > .row > .video-iframe-container { display: none; }#mxdr6b7dHlFgpNTUrdg6NHlVsZ1VDVwf > .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); }#mxdr6b7dHlFgpNTUrdg6NHlVsZ1VDVwf { border-width: 0; border-radius: 0; }#mxdr6b7dHlFgpNTUrdg6NHlVsZ1VDVwf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mxdr6b7dHlFgpNTUrdg6NHlVsZ1VDVwf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MUrCrHFpcTP3IqaelR8NsLNA2RuI6qXv { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -moz-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -ms-linear-gradient(183deg, #6eab1a, #e2eed1);background-image: -o-linear-gradient(183deg, #6eab1a, #e2eed1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#e2eed1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eab1a', endColorstr='#e2eed1' );";background-image: linear-gradient(183deg, #6eab1a, #e2eed1);background-size:auto !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;box-shadow: none;height:10rem;width:13.4375rem;top:0rem;left:0rem;display:block; }
#RirIU50a8NXKBs68Gd36i5DVZmS2HxTz { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8115rem;width:48.874rem;top:0.99934768676756rem;left:19.248481750488rem;display:block; }
#StVCvODxtQpeFh7aWBNvMTAk5CN4pvHh { color:#000000;display:block;width:38.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.732421875rem;left:21.03125rem;height:3.8984375rem;display:block; }
#QXiN0nJgu15c3WcrM2f5UyMJx7uJfnnT { color:#333333;display:block;width:22.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.125rem;left:21.03125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fZauQDgqAgEq79hP62waFBLpu1FHuUVl { color:#333333;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.875rem;left:21.03125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#CSqtsEvHk9GvIGhEHr4pfMDTSfxWAv6J { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:16.5625rem;top:1rem;left:1.0625rem;display:block; }
#CqOMCtqhRWUlG4OaPpOoHAvolo3NtPw6 { color:#000000;display:block;width:44.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.732421875rem;left:21.03125rem;height:3.8984375rem;display:none; }
#cIBLszEOZylIzWUQ5yh7dFFP9hxRA1qr { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.125rem;left:21.03125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#n0VpBhsF3IwoGNyLPSTmT20UWF8ANTnG { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.875rem;left:21.03125rem;height:1.5rem;text-align:left;text-align-last:left;display:none; }
#OdA4mGyzR8LAidvwSm0TpnDU2wVJKWZl { position:absolute;display:block;z-index:15029;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.3125rem;width:9.3125rem;top:5.005859375rem;left:57.2724609375rem;overflow:hidden;display:block; }
#NZDsE75GIlvn4JBHuWDz2J0d9lEI3r4P { position:absolute;display:block;z-index:15030;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:11.5rem;width:11.5rem;top:1.373046875rem;left:3.46875rem;overflow:hidden;display:block; }
#DJNXLWZkAC3aTngaizxWqEKskGma6wqC { position:relative;display:block; }#DJNXLWZkAC3aTngaizxWqEKskGma6wqC { background-color: transparent; background-image: none; }#DJNXLWZkAC3aTngaizxWqEKskGma6wqC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJNXLWZkAC3aTngaizxWqEKskGma6wqC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJNXLWZkAC3aTngaizxWqEKskGma6wqC > .row .container > .video-iframe-container { display: none; }#DJNXLWZkAC3aTngaizxWqEKskGma6wqC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJNXLWZkAC3aTngaizxWqEKskGma6wqC > .row > .video-iframe-container { display: none; }#DJNXLWZkAC3aTngaizxWqEKskGma6wqC > .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); }#DJNXLWZkAC3aTngaizxWqEKskGma6wqC { border-width: 0; border-radius: 0; }#DJNXLWZkAC3aTngaizxWqEKskGma6wqC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DJNXLWZkAC3aTngaizxWqEKskGma6wqC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iirzCDXbw0TdX0EPvnRTfasoyksA6uxz { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:48.875rem;top:1rem;left:6.96875rem;display:block; }
#lGxmJiHfRI6fpVcewtbsuItZHBIvuRy2 { color:#000000;display:block;width:45.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.14453125rem;left:7.90625rem;height:3.8984375rem;text-align:right;text-align-last:right;display:block; }
#VwTZyzNXtODMoF3l37iwun1ycOflJD9Q { color:#333333;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.0625rem;left:24.21875rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#s9eeo1BVVeZroCcahtk8VcDu9PfbHuRo { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -moz-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -ms-linear-gradient(183deg, #e2eed1, #6eab1a);background-image: -o-linear-gradient(183deg, #e2eed1, #6eab1a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1', endColorstr='#6eab1a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eed1', endColorstr='#6eab1a' );";background-image: linear-gradient(183deg, #e2eed1, #6eab1a);background-size:auto !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;box-shadow: none;height:10.0625rem;width:13.5rem;top:0rem;left:61.5rem;display:block; }
#OBRIMxZsN4zO1ug0AaglRTLnfWdK2iWR { 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:2.75rem;width:10.75rem;top:8.904296875rem;left:8.53125rem;overflow:hidden;display:block; }
#ZF9uRMbA64zRUvAx2wtIoxKwhBngmeXd { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:11.8125rem;width:16.5625rem;top:1rem;left:57.3125rem;display:block; }
#NMqUJzxNAN62E5tAnpGaz3BzoUSZTIvX { position:absolute;display:block;z-index:15031;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:11.875rem;width:11.75rem;top:0.96875rem;left:59.65625rem;overflow:hidden;display:block; }
#GlALzwJmS9Sr0ryXlUx0smDE7K2txsKC { color:#000000;display:block;width:44.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.14453125rem;left:8.96875rem;height:1.94921875rem;text-align:right;text-align-last:right;display:none; }
#WAphxFqzyhu4KfuWMu11DmoT69bHO9tf { color:#333333;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.0625rem;left:29.28125rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#qe5IZ0WW5w1tUnAwHqgDzMknCNTMbPvm { color:#333333;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.9375rem;left:37.03125rem;height:1.5rem;text-align:right;text-align-last:right;display:none; }
#sUR3MV10d4JTXyw0aEhKFzDTXhtfN06Z { color:#333333;display:block;width:32.374125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:9.9359817504881rem;left:21.599391937256rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#xZlg0nGcIy8xn87ElC4slp9nZwA6erok { position:relative;display:block; }#xZlg0nGcIy8xn87ElC4slp9nZwA6erok { background-color: transparent; background-image: none; }#xZlg0nGcIy8xn87ElC4slp9nZwA6erok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZlg0nGcIy8xn87ElC4slp9nZwA6erok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZlg0nGcIy8xn87ElC4slp9nZwA6erok > .row .container > .video-iframe-container { display: none; }#xZlg0nGcIy8xn87ElC4slp9nZwA6erok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZlg0nGcIy8xn87ElC4slp9nZwA6erok > .row > .video-iframe-container { display: none; }#xZlg0nGcIy8xn87ElC4slp9nZwA6erok > .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); }#xZlg0nGcIy8xn87ElC4slp9nZwA6erok { border-width: 0; border-radius: 0; }#xZlg0nGcIy8xn87ElC4slp9nZwA6erok > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xZlg0nGcIy8xn87ElC4slp9nZwA6erok > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NhwcFgKS1qDJaCBw4FsaaHkqqGeTnK7A { color:#000000;display:block;width:66.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.81201171875rem;left:4.40625rem;height:4.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zBrFO1ACmTfPEreWrIcNW3WJSGQc1nam { color:#000000;display:block;width:60.6855625rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.64501953125rem;left:7.15576171875rem;height:3.16894375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zRpq0HXxi19AaPQvQxVSylG4quHR9o3W { color:#000000;display:block;width:53.8125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:13.908203125rem;left:10.59375rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DwDBW5iy7glLegWN1tDKQGBCbJ45FHhR { background-color:#6eab1a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3115rem;height:3.249025rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:19.7802734375rem;left:31.3427734375rem;display:block; }
#hTcTyfRKduFoAqaiKaqLnxRpGBATBD6A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bE2BrzaeOGrL7FmKeiuvnNAas9vyhBr2 { background-color:#6eab1a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:33.875782012939rem;left:0rem;display:none; }
#uHac9GcB7czlqGbTwUqiZBbvbuT0tyVp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kyORb7WCTeQpx4wDodHSa20Q9ya1MXed { position:relative;display:none; }#kyORb7WCTeQpx4wDodHSa20Q9ya1MXed { border-width: 0; border-radius: 0; }#kyORb7WCTeQpx4wDodHSa20Q9ya1MXed > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kyORb7WCTeQpx4wDodHSa20Q9ya1MXed > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TlZGJDTUscpZWDNpdskxWoCDyP7h1orP { color:#000000;display:block;width:54.8125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.61328125rem;left:10.09375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf { position:relative;display:block; }#dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf { background-color: transparent; background-image: none; }#dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf > .row .container > .video-iframe-container { display: none; }#dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf > .row > .video-iframe-container { display: none; }#dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf > .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); }#dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf { border-width: 0; border-radius: 0; }#dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bCobikNXegbJrLIGo5eNRvpqMyNmLdk4 { color:#000000;display:block;width:54.8125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.61328125rem;left:10.09375rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 { position:relative;display:block; }#T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 { background-color: transparent; background-image: none; }#T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 > .row .container > .video-iframe-container { display: none; }#T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 > .row > .video-iframe-container { display: none; }#T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 > .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); }#T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 { border-width: 0; border-radius: 0; }#T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wse51Fu8GUKHMVDusKJBeIy5mk5eTK8l { 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:23.8125rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE { position:relative;display:block; }#bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE { background-color: transparent; background-image: none; }#bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE > .row .container > .video-iframe-container { display: none; }#bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE > .row > .video-iframe-container { display: none; }#bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE > .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); }#bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE { border-width: 0; border-radius: 0; }#bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e2eed1;background-image:none;font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XmDs5VmUwo2kn0StX9sgnV33upQpTyXQ { color:#000000;display:block;width:54.9375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1rem;left:2.5625rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vRrFWFJpworiIbqk1eJwUW7w93hKWUmB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.62478125rem;width:2.62478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.6239128112793rem;left:59.560550689698rem; }
#vRrFWFJpworiIbqk1eJwUW7w93hKWUmB > img { max-width: 100%;max-height:100%; width:2.62478125rem; height:2.62478125rem; }#s47EfXxLaT49Rec5xXOKazw3t3B11ypH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56185rem;width:2.56185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:0.654296875rem;left:64.621311187744rem; }
#s47EfXxLaT49Rec5xXOKazw3t3B11ypH > img { max-width: 100%;max-height:100%; width:2.56185rem; height:2.56185rem; }#eoUApHz5lloNz9VAsZpUxJVcytDVDl34 { color:#000000;display:block;width:54.9375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1rem;left:2.5625rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HmpcBpmpA2ifrHsfwD1XIb8MDEwzTvar { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0.52951431274414rem;left:69.557292938231rem; }
#HmpcBpmpA2ifrHsfwD1XIb8MDEwzTvar > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row .container { background-color: transparent; background-image: none; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row .container > .video-iframe-container { display: none; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row > .video-iframe-container { display: none; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .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); }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row .container { border-width: 0; border-radius: 0; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;overflow:visible;position:relative;display:block; }#deHTX4G3NWw2fFRnohXIriF6vv2vKQT5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9302062988281rem;left:0rem;height:1.13671875rem;display:block; }
#ClmdoEkZ2J8UmPQG7euWifTyeoPLEeNd { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9302062988281rem;left:58.625001907349rem;height:1.13769375rem;display:block; }
#cmRF2KLmIbvERdL5ypZPAKOVkAhTPzKx { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9302062988281rem;left:65.56250190735rem;height:1.13769375rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtH4VMgdKOW6f855hcHCTEsTSb23MsMq { top:2.625rem;left:0rem;width:10.375rem;height:4.2236300344363rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLIJbO8sQdIbR4gOlclpo6yQKLEhF1rg { top:9.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oWh2solGxZC6ZBSyzItETgpVJztXMkDI { top:43.8125rem;left:0rem;width:16rem;height:;font-size:1rem;display:none; }#oWh2solGxZC6ZBSyzItETgpVJztXMkDI li:before{  }
 }@media only screen and (max-width: 763px) { #C70UC436tZicOkxrnP3L8EkDlmMiUaVo { top:43.125rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #A6LkLzUbZFX0tSoflOnW0RyBGHNVKD1S { top:0rem;left:0rem;width:47.75rem;height:41.478543563069rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPK0EzNBdyuWTdWBQZOmkXPPVl1kxT4z { top:0rem;left:0rem;width:47.75rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACO5L4AMrPeaTU2nCMwVnpxJqFG29aQO { top:8.875rem;left:0rem;width:27.5rem;height:5.0625rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9EQ9VaC5ZxXfMxfu6GOwn6Gb7q9N41e { top:14.25rem;left:0rem;width:36.25rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTSmrRrD605KdTKPiiQmd6O0udWAbkSq { top:24.375rem;left:0rem;width:34.75rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM3yATIgXJ0ukTKN2XQ52rCfdyPW7uoz { width:12.3125rem;height:3.25rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXMy84JbdPh0MbrU4eHkitISTzINvvox { display:block; }
 }@media only screen and (max-width: 763px) { #zm2GuTCBJxbK9XTZgIDnak05cynBsaCl { top:8.4375rem;left:0rem;width:27.5rem;height:5.375rem;font-size:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lWw4XPiGkWSMdx6Q4fg9kUAoZAATyQXZ { top:22.625rem;left:0rem;width:17.25rem;height:13rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FMH4TkzHF51ZHnTRH823RiM9izway1J1 { top:47.75rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXL3tdAMTWe2BM8xP63xn1zdX7fh4FPA { width:15.375rem;height:3.25rem;top:33.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OOSXpyKqeMtd5CswLNq09b5y6qsoJybT { display:block; }
 }@media only screen and (max-width: 763px) { #XDCbvLIzul7kQMTGUJA3uUM30fee93vd { top:20rem;left:0rem;width:33.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCqi1lGZTL1r5uSrgR0LZ6M3rPT6M9d6 { top:6.9375rem;left:0rem;width:17.9375rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PZQ2QqJtpzcSUktlT6PXbVd0SfBhQF1a { top:10.3125rem;left:0rem;width:19.375rem;height:3.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P4aHo4a6HosF5vLlCUcoGK2EuiFsAJbu { top:14.1875rem;left:0rem;width:20rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uk5bdNfmfHvlTuWGdqwP8yLy1QVvXO7D { top:17.375rem;left:0rem;width:17.6875rem;height:9.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN { display:block; }#tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVLqL7Ff2nWtg6TtMMJMx10P0ImHQqz3 { top:2.75rem;left:0rem;width:5.625rem;height:4.43541875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtpOTPxgzVZp6ZUo1nNdqsvMMQdx4tqJ { top:2.75rem;left:0rem;width:12.5rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiEpCwRmuFOQ96TyQaoXS95XNTtXI4ET { top:2.6875rem;left:6.0625rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKXWwfTPl7QQDmzgxB9vwFSQaX90Ozmo { top:2.8125rem;left:25.37890625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHDPtTIQp2tTV3IawUzpLKTvXX3kzUzl { top:3.375rem;left:29.6875rem;width:10.625rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaD1p7ShlsZARknmloTVyICTL92HcgFi { top:5.875rem;left:31rem;width:7.9375rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmgeip2pCEXf9zcpg0QNTFGc6TgOsWNH { top:2.8125rem;left:42.5rem;width:3.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIMae9H5qMksOIT3BHrspO8gsMgqudNZ { top:2.6875rem;left:34.875rem;width:12.875rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMpIOTQ7JCcJSNrWMVDwumLMltxxzJlD { top:5.875rem;left:33.625rem;width:14.125rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN1a9A7ZS8EU5tvdIiyzqPR6AkGKRPez { top:6.125rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddgod9bX20llRkD3xQ4Ae8yzdEumGDRB { top:6.125rem;left:11.25rem;width:12.5rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDsCCsBVQFKtcLQDk3loKplMpguScr57 { top:2.75rem;left:11.25rem;width:12.5rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTaT8VLR3XdCLQI3Su1MV0ZCyO4vX9lO { display:block; }#CTaT8VLR3XdCLQI3Su1MV0ZCyO4vX9lO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o31bFNguXevir7PvHx53zawMy3LkCNKS { top:2.75rem;left:0rem;width:5.625rem;height:4.43541875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Slaz46Kc7E4N7MzJNoFQEr4MwvmGJF { top:2.6875rem;left:0rem;width:12.5rem;height:3.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3pmPAekkLcHQZWomT7ppGuzIeDKJgE2 { top:5.875rem;left:0rem;width:12.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adWTv6I4HX149BFFng1rFpby30ayCCy4 { top:2.6875rem;left:6.0625rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bITiowQurHvGwQzU13eBvFnzc7wgwyzJ { top:2.75rem;left:8.375rem;width:12.5rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooEcUVXEh2VpLHB2Grct8PblGaQbkSFo { top:5.875rem;left:8.375rem;width:12.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqXKmUQFX6MSBr0MkS2LtAZcQLeSb2Ie { top:2.8125rem;left:23.6875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #boVC1HOCV9bbh6NV4HxmchCsbmFAFnCd { top:2.6875rem;left:27.874568939209rem;width:10.625rem;height:3.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs7mBN1sqlXBO4ExvtWGCeZ5Tk3XBhiS { top:5.875rem;left:29.25rem;width:7.9375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucMQ5tmoOzDhrQu3Ly2q05mg2buXqSZP { top:2.8125rem;left:42.5rem;width:3.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1RIzpdm5UrQTRboIXtcB8DVFvVUTTrE { top:2.75rem;left:34.8125rem;width:12.9375rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rScT9hLzElDeeLsSXPwntKXoDh4yUEsW { top:5.875rem;left:33.625rem;width:14.125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo2rfaBLUOWOqfdNelbRW5qJiiTK1JgX { display:block; }#yo2rfaBLUOWOqfdNelbRW5qJiiTK1JgX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pAMHJdLGhPG4RFeDkoIbpucMEFRriRvl { top:2.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s { display:block; }#EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSSrhhH8TFZ9pXCoXoAWpBCtHxV1TN9x { top:2.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lydWD45rvgensbFT0WnmUJrPhF27zSli { display:block; }#lydWD45rvgensbFT0WnmUJrPhF27zSli > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q09wurT0tT2T6iz7wfVXNHQPAMHRGpAQ { top:0rem;left:0rem;width:13.4375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDdvIhoJPmkyPlJE6gO01TvGv9RVTdub { width:47.75rem;height:11.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG0pWDa9HtTItM1rZ5sewVtgnbfxyPRR { top:2.6875rem;left:7.40625rem;width:38.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTtBpq6nymhf4UAxTQIzvGpluw6iNU3M { top:8.125rem;left:7.40625rem;width:21.5rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1yfgPaIB2R0lCcuoNfX3l32zUFPMqu3 { top:9.875rem;left:7.40625rem;width:27.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1cCDz0Pn1FueLpvXBKhciR0QXqmeOmT { width:16.5625rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC0kU0oJXEIHQNpJggiDwUFzCBrkzuua { width:8.25rem;height:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #k1GWsqmbJ9yi29UPC4i1gl8VMxMP0sNI { top:3rem;left:0rem;width:18.1875rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #u35k45o4heiuJ90fSizJ4p46DEDaCuTc { top:20.6875rem;left:0rem;width:15.375rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Na3xKtObIqDTM88q5eJ02DDh5hueNVJk { top:22.8125rem;left:0rem;width:14.8125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FbV1oSBmyu5VHPbCPuefknLu4ZXVxMrz { width:12.8125rem;height:12.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORBE5q0NFcRvB6TRPm14R1n9FqLK3ReV { top:7.1875rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl4H8067K6GiBWXpGN6hWT8G65AOzlJl { display:block; }#Kl4H8067K6GiBWXpGN6hWT8G65AOzlJl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3fp845nEBhfoeXM2yVR8HZBFBh8dlqP { width:47.75rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2RgSxP7ztIQsTnytiDJeFupITERKwQ5 { top:3.125rem;left:0rem;width:45.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeEvHgEl7PoT8VKs2MaQluWOC873yWAX { top:8.0625rem;left:10.59375rem;width:29.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJupP8L8gIDBrSxKLFGQyA1kw4Fub6bg { top:0rem;left:34.25rem;width:13.5rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTP8cI4rdNrefzCrBhXH0Oe2LOVTedCE { top:8.0625rem;left:0rem;width:11.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGfRUvG93eDpuL9SZyThnV3v4XZ5yOys { width:16.5625rem;height:11.8125rem;top:1rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1tXpo6Tcxg4TOBoF4lqJ8TeamsqoBeP { top:1rem;left:37.1875rem;width:10.5625rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkOsRRq4M3zmAlLZoeHW9AZyGxbFVbCa { top:2.8125rem;left:0rem;width:18.9375rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #p82LFSTf0XtxXAv8wDILb86ZlDigAw4e { top:21rem;left:0rem;width:19.5rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDWwllNJhcngEJCmylnhDO6gwLOdXXCp { top:24.6875rem;left:0rem;width:18rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EtSb2qgZ3dCvo4P2iIH53Hgyebd5l4gr { top:9.875rem;left:7.9736328125rem;width:32.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mohJpm6yJ2lJMAMvD2U1BhJIeVbTC4vO { display:block; }#mohJpm6yJ2lJMAMvD2U1BhJIeVbTC4vO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHEZMAGRbCBqruFKwrqxeUUwmTT1k9ad { top:0rem;left:0rem;width:13.4375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3JxMnNGESrLDDcn6Ez7v1Wdi640b0iZ { width:47.75rem;height:11.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNEMAMWiV0ofSAeCFwNbNLRZuWMzTebp { top:2.6875rem;left:7.40625rem;width:38.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtWrq7QE2OooWDuekQGX0VoVVBig14Um { top:8.125rem;left:7.40625rem;width:22.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o98Fv0bBC8ortiKxrOWks5Ps7f01F615 { top:9.875rem;left:7.40625rem;width:27.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAZkDUg7iXW3sVG32gfLUoEJ5vGb2FsJ { width:16.5625rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3tfMLi746uA3tgxq3IH4vL9II2fKzAp { top:3rem;left:0rem;width:18.1875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQF3UH32zdHPrturqegp0vLTfgTzLpsi { top:20.6875rem;left:0rem;width:15.375rem;height:3rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AvNP3EenUsJ1dFMAmHcOPOAvQ0OFhRHP { top:22.8125rem;left:0rem;width:14.8125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pBZPu8pSzL4Vh2Rkpn2SQOEhMfRL07Gr { top:8.125rem;left:36.375rem;width:11.375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWElgy6shr8iBprHSiBfFMwAMGTsbRTy { top:1.0625rem;left:0rem;width:11.9375rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp5msKzMy0eTmJcKBeRk0ImOMX0UNhow { display:block; }#yp5msKzMy0eTmJcKBeRk0ImOMX0UNhow > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ON0d5O35SblsJBp2ZLrEkzxr9vqC1HSF { width:47.75rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmaLGTGL1lTClreMFgnvPDE9F9mI23eO { top:3.125rem;left:0rem;width:45.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvRDt8UkqzLFXV87HrszTp1IvnXBvH9T { top:8.0625rem;left:10.59375rem;width:29.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #INDyThe7OTO64soZke9kBV6RCORlNtu8 { top:0rem;left:34.25rem;width:13.5rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyMnHSQTB5VyoWxbpsXWxCwozsyA5Wpx { top:8.0625rem;left:0rem;width:8.0625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3XncTGCX1DW3kTMBcxpFwFwVL4eT4pX { width:16.5625rem;height:11.8125rem;top:1rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwWbGEfB7NsO1bZb3udvwh0AJGu1SHFo { top:1rem;left:38.0625rem;width:9.6875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9vFIndHxlsH9b8DgHexeHpIRvzvpXkU { top:2.8125rem;left:0rem;width:18.9375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #w2Jo8fbsVfZLJS23tkz3Du6ea24FmmJz { top:21rem;left:0rem;width:19.5rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKXQ68hXL54ufTg7U3VZktcCW5TuFkk8 { top:23.0625rem;left:0rem;width:18rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vhwmixLX1Vu1aZGRJrGqpT7BcARTBPa4 { top:9.875rem;left:7.9736328125rem;width:32.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPgaTg00CCA6x0kP0ZWdFpmEZmzrN9UE { display:block; }#SPgaTg00CCA6x0kP0ZWdFpmEZmzrN9UE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEZoSdZ0NCSzdzvAA2qxLd8htiAqgXO2 { top:0rem;left:0rem;width:13.4375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHUFbG0llSQvaC3FMyWCDCliK2JhUTLo { width:47.75rem;height:11.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzV2xN7hDZczvVxE3eVMRpLbUcoyV3Tt { top:2.6875rem;left:7.40625rem;width:38.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2yFb1J0EyVpy8ooiT1tJDfheT76m2CJ { top:8.125rem;left:7.40625rem;width:21.5rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RomkTBZtnQudUN9RHTcFaFmOpw16QcsC { top:9.875rem;left:7.40625rem;width:27.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEa9qXqG7F4gyBhgselfcczkq3FRXH3a { width:16.5625rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBSU8qiNWOEDXTkCCzDLoAh30TL6hGor { top:3rem;left:0rem;width:18.1875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fpnfy1bK4ZiBCofHK6CJiL7TyUvmerOZ { top:20.6875rem;left:0rem;width:15.375rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SAAucfIqNpIi8fUJQLOkgPRwHBMbcSO5 { top:22.8125rem;left:0rem;width:14.8125rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H7TXQphep04uxLtLnFT1CtJuOOkFg3gI { top:8.125rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cho39QdWTMTkum5tHIDQy1kM7yRA5yub { top:1.375rem;left:0rem;width:9.625rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGyCAt2TVDL31bpoyMFd5DHE42feo0Dl { display:block; }#rGyCAt2TVDL31bpoyMFd5DHE42feo0Dl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xp8mmzCQTOhshQTuupULwxZrLbshVhyf { width:47.75rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnCfMPCBguWMRy0g2ISGcBzyxrVr9xxT { top:3.125rem;left:0rem;width:45.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOv7ZgKC96GpWMnni0wAGNV8R2iTeRRJ { top:8.0625rem;left:10.59375rem;width:29.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHUckULgItJlDldtm0l23qvoDVCrvOT4 { top:0rem;left:34.25rem;width:13.5rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7HryilnMLlLVwcHe36xi0qel3o8uRAi { top:7.625rem;left:0rem;width:7.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr3IyhwOPoqtTeFU73tTbQTlBR5MgfeS { width:16.5625rem;height:11.8125rem;top:1rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhooJP7JzFzDQm4g51PX7X5aks3PksEF { top:2.8125rem;left:0rem;width:18.9375rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WbkwA0rKiGdGuBU85KpqgG6dCwGRtTza { top:21rem;left:0rem;width:19.5rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pS2843BKcPCvgOn1mkWhAzvNwCMpHPGq { top:23.0625rem;left:0rem;width:18rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nE2SFABI6dGG798fbxrfuoI9OuS2EJGX { top:9.875rem;left:7.9736328125rem;width:32.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKyMVZTzsPaoF7UJ9uZdgJlCIdSL9MED { top:1.1875rem;left:37.9375rem;width:9.8125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZWzxI0R9mws32cbz9lxiNSJ7s3bBb8U { display:block; }#KZWzxI0R9mws32cbz9lxiNSJ7s3bBb8U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPsmOBLEI0Ns2WqEqltmqM4zvGQXOWLV { top:0rem;left:0rem;width:13.4375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDHmcmlzBGrwoeTTKS6tkiKWNGuHUF81 { width:47.75rem;height:11.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATSxNc7cJQtUmoUiw73rMNcJnsWfANBt { top:2.6875rem;left:3.0625rem;width:44.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhGuBbtLe9TwDAmyTesD5nKnb2zec84u { top:8.125rem;left:7.40625rem;width:23.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqh3uGFx6l2NJZqzGIdc7aPoNZHBrBfw { top:9.875rem;left:7.40625rem;width:35.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmu6n4lvUy66sC8dRHWw3ZQ0tZbUkoem { width:16.5625rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDydSkUeneHAdaRIhmkWH0TbfVzDUVyh { top:3rem;left:0rem;width:18.1875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFKTsPh42fiNkvhhzUrItyEID3HFdmhh { top:20.6875rem;left:0rem;width:15.375rem;height:3rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dl5ZDTCHMiZpoeyU2tzp0b4hJuSytOTG { top:22.875rem;left:0rem;width:15.75rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nm4NPmNJTyriVQLg2eBTveWcPGQAga06 { top:8.375rem;left:36.9375rem;width:10.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMvJm1EVfcXJpl9P2Qr7Q5p93hthSNrK { top:1.125rem;left:0rem;width:10.8125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCHf5TnC9ACL0UrUnHpvZCcmq7C86WbN { display:block; }#cCHf5TnC9ACL0UrUnHpvZCcmq7C86WbN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJSJ5K6ICeykh7PnBPrMVItZoz6VlSHi { width:47.75rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHCuGJfQVU4Gqp4cbfLuCkmFr1yMv6nu { top:3.125rem;left:0rem;width:45.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #onQVvrZc94k4XcTAZxE2uw2XDfTfFPys { top:8.0625rem;left:10.59375rem;width:29.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kumQyhnHSxg0ScQ84bznN0FRgbsppWa9 { top:0rem;left:34.25rem;width:13.5rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfEDJK5faId7g9PGTMzgON940WEuD0Jc { top:9rem;left:0rem;width:11.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE8HPJPPci3y29GJwaoKxJLm8AyXT4v1 { width:16.5625rem;height:11.8125rem;top:1rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSHKZXthqBVQJSTWZgUxfZTsyNPswuC7 { top:1.875rem;left:35.375rem;width:11.8125rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHF5l1eCppugoH5nO3sEnWL6WNFnCgwq { top:2.8125rem;left:0rem;width:18.9375rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQgD39hKUcpmaZJvDLWaxGmg6u3EwzG8 { top:21rem;left:0rem;width:19.5rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SU9SoV1EpO4SXi1EqHC6ZmnFp6zVlo52 { top:23.0625rem;left:0rem;width:18rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IwVT7NVRQxXLeaNKwbTDfqd0UCm34RXA { top:9.875rem;left:7.9736328125rem;width:32.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc8G3WmubQHJXSv4wheOPe6H1SJ9r23N { top:15.625rem;left:0rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1RJlFteOTaClbqQo69Rh7SOTmDCSB7v { display:none; }#M1RJlFteOTaClbqQo69Rh7SOTmDCSB7v > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QZr4QXkXeXXaqesBDE34SMqptyGyELRL { top:0rem;left:0rem;width:13.4375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuX94EaRQtJZQXCiL6a6saG6IpZ0BFu2 { width:47.75rem;height:11.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DObrPyGuolRWF5aSnsurWn2SD1JAUf8G { top:2.6875rem;left:3.0625rem;width:44.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqQ9DtFBUN9cf252lobTdTZxV3hTIIa1 { top:8.125rem;left:7.40625rem;width:23.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZTniwTT9QHzyU8JcS4KTfF6XvETpl9D { top:9.875rem;left:7.40625rem;width:35.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #byAnv6AkZseMmFnoZwsIyf4ImJxmD8SX { width:16.5625rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWGcHcRZbdeaBcftd5XGsERPAWV4w6iA { top:3rem;left:0rem;width:18.1875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SPLEh9OIUINiTZ50DsrZGv9MtQRl5two { top:20.6875rem;left:0rem;width:20rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vp1tFavCabmcAQnpPLyFdrQ3pRamEx16 { top:22.875rem;left:0rem;width:15.75rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOxywM9pb4VsOWaVA6SthlwphBJtZ0iq { top:8.375rem;left:35.75rem;width:11.3125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2B8ZmOVwrrGDJJpa6cKW8D6cMDVH8AH { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJTOGAcUmQNMPeP1aMf9E2geqRrimkt9 { display:none; }#mJTOGAcUmQNMPeP1aMf9E2geqRrimkt9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m8o82VrJSp3HUOegXS4RhriwTaPJoIGM { width:47.75rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3FLVcLJ4doKbbygnorqbf5yqH5z8DJy { top:3.125rem;left:0rem;width:45.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmLwLXiusfDgrTEAIhdvV4s8RXeJgWS8 { top:8.0625rem;left:10.59375rem;width:29.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeNu38KT2pd9prZZtAlpO1fMFozxF2CJ { top:0rem;left:34.25rem;width:13.5rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPtRpTEtV3S1t3pUCScEW3veOC3N8ybf { top:7.3125rem;left:0rem;width:7rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlGkc8Scfowul3OtuvqZvbdJ814hITIb { width:16.5625rem;height:11.8125rem;top:1rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS3T7QrTtSe3fnsKaO30BTWIIVOSQv5N { top:0.9375rem;left:35.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMEiNowoLIahUq96O5B0MLWOwv2f9G1h { top:2.8125rem;left:0rem;width:18.9375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fnn6aHNw4xQi6KsTaUvoysK9WtNsusbU { top:21rem;left:0rem;width:19.5rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZ5RSpGsZWniy0szAkgdNBBuxHx2Tgd0 { top:23rem;left:0rem;width:18rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGI9ZiLAP98kWBW6Pg9lpqPSEZSwdOgR { top:9.875rem;left:7.9736328125rem;width:32.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxdr6b7dHlFgpNTUrdg6NHlVsZ1VDVwf { display:block; }#mxdr6b7dHlFgpNTUrdg6NHlVsZ1VDVwf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUrCrHFpcTP3IqaelR8NsLNA2RuI6qXv { top:0rem;left:0rem;width:13.4375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #RirIU50a8NXKBs68Gd36i5DVZmS2HxTz { width:47.75rem;height:11.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #StVCvODxtQpeFh7aWBNvMTAk5CN4pvHh { top:2.6875rem;left:7.40625rem;width:38.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXiN0nJgu15c3WcrM2f5UyMJx7uJfnnT { top:8.125rem;left:7.40625rem;width:22.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZauQDgqAgEq79hP62waFBLpu1FHuUVl { top:9.875rem;left:7.40625rem;width:27.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSqtsEvHk9GvIGhEHr4pfMDTSfxWAv6J { width:16.5625rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqOMCtqhRWUlG4OaPpOoHAvolo3NtPw6 { top:3rem;left:0rem;width:18.1875rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIBLszEOZylIzWUQ5yh7dFFP9hxRA1qr { top:20.6875rem;left:0rem;width:20rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #n0VpBhsF3IwoGNyLPSTmT20UWF8ANTnG { top:22.8125rem;left:0rem;width:14.8125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OdA4mGyzR8LAidvwSm0TpnDU2wVJKWZl { top:5rem;left:38.4375rem;width:9.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZDsE75GIlvn4JBHuWDz2J0d9lEI3r4P { top:1.3125rem;left:0rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJNXLWZkAC3aTngaizxWqEKskGma6wqC { display:block; }#DJNXLWZkAC3aTngaizxWqEKskGma6wqC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iirzCDXbw0TdX0EPvnRTfasoyksA6uxz { width:47.75rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGxmJiHfRI6fpVcewtbsuItZHBIvuRy2 { top:3.125rem;left:0rem;width:45.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwTZyzNXtODMoF3l37iwun1ycOflJD9Q { top:8.0625rem;left:10.59375rem;width:29.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9eeo1BVVeZroCcahtk8VcDu9PfbHuRo { top:0rem;left:34.25rem;width:13.5rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBRIMxZsN4zO1ug0AaglRTLnfWdK2iWR { top:8.875rem;left:0rem;width:10.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF9uRMbA64zRUvAx2wtIoxKwhBngmeXd { width:16.5625rem;height:11.8125rem;top:1rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMqUJzxNAN62E5tAnpGaz3BzoUSZTIvX { top:0.9375rem;left:35.875rem;width:11.75rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlALzwJmS9Sr0ryXlUx0smDE7K2txsKC { top:2.8125rem;left:0rem;width:18.9375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WAphxFqzyhu4KfuWMu11DmoT69bHO9tf { top:21rem;left:0rem;width:19.5rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qe5IZ0WW5w1tUnAwHqgDzMknCNTMbPvm { top:23rem;left:0rem;width:18rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sUR3MV10d4JTXyw0aEhKFzDTXhtfN06Z { top:9.875rem;left:7.9736328125rem;width:32.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZlg0nGcIy8xn87ElC4slp9nZwA6erok { display:block; }#xZlg0nGcIy8xn87ElC4slp9nZwA6erok > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhwcFgKS1qDJaCBw4FsaaHkqqGeTnK7A { top:4.75rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBrFO1ACmTfPEreWrIcNW3WJSGQc1nam { top:1.625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRpq0HXxi19AaPQvQxVSylG4quHR9o3W { top:13.875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwDBW5iy7glLegWN1tDKQGBCbJ45FHhR { width:12.25rem;height:3.1875rem;top:19.75rem;left:17.7177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTcTyfRKduFoAqaiKaqLnxRpGBATBD6A { display:block; }
 }@media only screen and (max-width: 763px) { #bE2BrzaeOGrL7FmKeiuvnNAas9vyhBr2 { width:15.375rem;height:3.25rem;top:33.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHac9GcB7czlqGbTwUqiZBbvbuT0tyVp { display:block; }
 }@media only screen and (max-width: 763px) { #kyORb7WCTeQpx4wDodHSa20Q9ya1MXed { display:block; }#kyORb7WCTeQpx4wDodHSa20Q9ya1MXed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlZGJDTUscpZWDNpdskxWoCDyP7h1orP { top:1.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf { display:block; }#dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCobikNXegbJrLIGo5eNRvpqMyNmLdk4 { top:1.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 { display:block; }#T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wse51Fu8GUKHMVDusKJBeIy5mk5eTK8l { top:0rem;left:0rem;width:47.75rem;height:15.160625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE { display:block; }#bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmDs5VmUwo2kn0StX9sgnV33upQpTyXQ { top:1rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRrFWFJpworiIbqk1eJwUW7w93hKWUmB { top:0.5625rem;left:45.125rem;width:2.5625rem;height:2.5625rem;display:block; }
#vRrFWFJpworiIbqk1eJwUW7w93hKWUmB > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #s47EfXxLaT49Rec5xXOKazw3t3B11ypH { top:0.625rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
#s47EfXxLaT49Rec5xXOKazw3t3B11ypH > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #eoUApHz5lloNz9VAsZpUxJVcytDVDl34 { top:0.6875rem;left:0rem;width:20rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmpcBpmpA2ifrHsfwD1XIb8MDEwzTvar { top:0.5rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
#HmpcBpmpA2ifrHsfwD1XIb8MDEwzTvar > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq { display:block; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #deHTX4G3NWw2fFRnohXIriF6vv2vKQT5 { top:1.875rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClmdoEkZ2J8UmPQG7euWifTyeoPLEeNd { top:1.875rem;left:42.6875rem;width:5.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmRF2KLmIbvERdL5ypZPAKOVkAhTPzKx { top:1.875rem;left:38.3125rem;width:9.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:49.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtH4VMgdKOW6f855hcHCTEsTSb23MsMq { width:7.5610625rem;height:2.99926875rem;top:1.561279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLIJbO8sQdIbR4gOlclpo6yQKLEhF1rg { top:9.4970703125rem;left:0rem;width:20rem;height:1.3rem;z-index:15027;font-family:"open sans";font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oWh2solGxZC6ZBSyzItETgpVJztXMkDI { top:24.1337890625rem;left:0rem;width:20rem;height:8.425rem;z-index:15028;font-family:"open sans";display:none; }#oWh2solGxZC6ZBSyzItETgpVJztXMkDI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oWh2solGxZC6ZBSyzItETgpVJztXMkDI li:before{  }
 }@media only screen and (max-width: 763px) { #C70UC436tZicOkxrnP3L8EkDlmMiUaVo { top:21.43359375rem;left:0rem;width:20rem;height:1.3rem;z-index:15028;font-family:"open sans";font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #A6LkLzUbZFX0tSoflOnW0RyBGHNVKD1S { width:20rem;height:17.371125rem;top:32.119140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPK0EzNBdyuWTdWBQZOmkXPPVl1kxT4z { width:20rem;height:17.5rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACO5L4AMrPeaTU2nCMwVnpxJqFG29aQO { width:20rem;height:3rem;top:53.556243896484rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #R9EQ9VaC5ZxXfMxfu6GOwn6Gb7q9N41e { width:20rem;height:auto;top:14.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tTSmrRrD605KdTKPiiQmd6O0udWAbkSq { width:20rem;height:auto;top:24.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eM3yATIgXJ0ukTKN2XQ52rCfdyPW7uoz { width:15.375rem;height:3.25rem;top:57.806243896484rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iXMy84JbdPh0MbrU4eHkitISTzINvvox { display:block; }
 }@media only screen and (max-width: 763px) { #zm2GuTCBJxbK9XTZgIDnak05cynBsaCl { width:20rem;height:3rem;top:4.5595703125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.5;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #lWw4XPiGkWSMdx6Q4fg9kUAoZAATyQXZ { top:18.7314453125rem;left:0rem;width:19.9375rem;height:11.69825rem;z-index:15029;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FMH4TkzHF51ZHnTRH823RiM9izway1J1 { top:50.28750038147rem;left:0rem;width:20rem;height:2.5996125rem;z-index:15030;font-family:"open sans";text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TXL3tdAMTWe2BM8xP63xn1zdX7fh4FPA { width:7.9375rem;height:2.4375rem;top:27.6201171875rem;left:6.03125rem;z-index:15014;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOSXpyKqeMtd5CswLNq09b5y6qsoJybT { display:block; }
 }@media only screen and (max-width: 763px) { #XDCbvLIzul7kQMTGUJA3uUM30fee93vd { width:20rem;height:5.84765625rem;top:11.53422164917rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PCqi1lGZTL1r5uSrgR0LZ6M3rPT6M9d6 { top:6.9375rem;left:1.03125rem;width:17.9375rem;height:1.40625rem;z-index:15031;text-align:center;text-align-last:center;font-family:"open sans";font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PZQ2QqJtpzcSUktlT6PXbVd0SfBhQF1a { top:9.1875rem;left:0.3125rem;width:19.375rem;height:3.1494125rem;z-index:15032;text-align:center;text-align-last:center;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #P4aHo4a6HosF5vLlCUcoGK2EuiFsAJbu { top:14.2490234375rem;left:2.25rem;width:15.5rem;height:3.14941875rem;z-index:15033;text-align:center;text-align-last:center;font-family:"open sans";font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uk5bdNfmfHvlTuWGdqwP8yLy1QVvXO7D { top:17.3974609375rem;left:1.15625rem;width:17.6875rem;height:9.44824375rem;z-index:15036;text-align:center;text-align-last:center;font-family:"open sans";font-size:0.875rem;line-height:1.2;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; }
 }@media only screen and (max-width: 763px) { #tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN { display:block; }#tIDZDFxcMdcUfFZRQ1WNBXvWTRmVzxhN > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVLqL7Ff2nWtg6TtMMJMx10P0ImHQqz3 { width:3.9375rem;height:3.125rem;top:0.9990234375rem;left:3.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtpOTPxgzVZp6ZUo1nNdqsvMMQdx4tqJ { width:5.811525rem;height:1.949225rem;top:4.9619140625rem;left:2.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IiEpCwRmuFOQ96TyQaoXS95XNTtXI4ET { width:3.125rem;height:3.125rem;top:0.9990234375rem;left:13.5927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKXWwfTPl7QQDmzgxB9vwFSQaX90Ozmo { width:2.749025rem;height:2.749025rem;top:11.4375rem;left:3.7177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHDPtTIQp2tTV3IawUzpLKTvXX3kzUzl { width:2.749025rem;height:1.125rem;top:14.875rem;left:2.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zaD1p7ShlsZARknmloTVyICTL92HcgFi { width:4.0625rem;height:0.9002125rem;top:15.9375rem;left:3.0615234375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dmgeip2pCEXf9zcpg0QNTFGc6TgOsWNH { width:1.81196875rem;height:2.74946875rem;top:11.4375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIMae9H5qMksOIT3BHrspO8gsMgqudNZ { width:4.62446875rem;height:1.125rem;top:14.75rem;left:12.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AMpIOTQ7JCcJSNrWMVDwumLMltxxzJlD { width:8.49875rem;height:0.9002125rem;top:15.875rem;left:10.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XN1a9A7ZS8EU5tvdIiyzqPR6AkGKRPez { width:9.1875rem;height:1.6493rem;top:7.5244140625rem;left:0.4990234375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddgod9bX20llRkD3xQ4Ae8yzdEumGDRB { width:10.9375rem;height:1.79905rem;top:7.5244140625rem;left:9.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zDsCCsBVQFKtcLQDk3loKplMpguScr57 { width:10.125rem;height:1.949225rem;top:4.9619140625rem;left:9.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTaT8VLR3XdCLQI3Su1MV0ZCyO4vX9lO { display:none; }#CTaT8VLR3XdCLQI3Su1MV0ZCyO4vX9lO > .row .container { width:20rem;height:32.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o31bFNguXevir7PvHx53zawMy3LkCNKS { width:2.9375rem;height:2.25rem;top:0.7158203125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Slaz46Kc7E4N7MzJNoFQEr4MwvmGJF { width:12.5rem;height:2.3990875rem;top:0.6416015625rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x3pmPAekkLcHQZWomT7ppGuzIeDKJgE2 { width:12.5rem;height:1.3496125rem;top:3.211669921875rem;left:6.15478515625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #adWTv6I4HX149BFFng1rFpby30ayCCy4 { width:3.81225625rem;height:3.81225625rem;top:7.220458984375rem;left:3.968505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bITiowQurHvGwQzU13eBvFnzc7wgwyzJ { width:12.5rem;height:2.39868125rem;top:7.220458984375rem;left:6.15478515625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ooEcUVXEh2VpLHB2Grct8PblGaQbkSFo { width:12.5rem;height:1.3496125rem;top:9.259033203125rem;left:6.15478515625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rqXKmUQFX6MSBr0MkS2LtAZcQLeSb2Ie { width:3.62426875rem;height:3.62426875rem;top:14.13818359375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #boVC1HOCV9bbh6NV4HxmchCsbmFAFnCd { width:12.5rem;height:2.39868125rem;top:14.13818359375rem;left:6.23291015625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rs7mBN1sqlXBO4ExvtWGCeZ5Tk3XBhiS { width:12.5rem;height:1.3501rem;top:16.4892578125rem;left:6.15478515625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ucMQ5tmoOzDhrQu3Ly2q05mg2buXqSZP { width:3.25rem;height:4.375rem;top:19.0892578125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1RIzpdm5UrQTRboIXtcB8DVFvVUTTrE { width:12.9375rem;height:2.3994125rem;top:24.7142578125rem;left:3.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rScT9hLzElDeeLsSXPwntKXoDh4yUEsW { width:14.125rem;height:1.3496125rem;top:28.7767578125rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yo2rfaBLUOWOqfdNelbRW5qJiiTK1JgX { display:none; }#yo2rfaBLUOWOqfdNelbRW5qJiiTK1JgX > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pAMHJdLGhPG4RFeDkoIbpucMEFRriRvl { width:20rem;height:4.875rem;top:1.1875rem;left:0rem;font-size:1.625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s { display:block; }#EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSSrhhH8TFZ9pXCoXoAWpBCtHxV1TN9x { width:20rem;height:4.875rem;top:1.1875rem;left:0rem;font-size:1.625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lydWD45rvgensbFT0WnmUJrPhF27zSli { display:block; }#lydWD45rvgensbFT0WnmUJrPhF27zSli > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q09wurT0tT2T6iz7wfVXNHQPAMHRGpAQ { width:13.4375rem;height:10rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #uDdvIhoJPmkyPlJE6gO01TvGv9RVTdub { width:20rem;height:17.8125rem;top:1.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG0pWDa9HtTItM1rZ5sewVtgnbfxyPRR { width:18.75rem;height:9.746125rem;top:14.4384765625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTtBpq6nymhf4UAxTQIzvGpluw6iNU3M { width:15.375rem;height:1.875rem;top:20.873046875rem;left:2.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #c1yfgPaIB2R0lCcuoNfX3l32zUFPMqu3 { width:14.8125rem;height:1.5rem;top:23.998046875rem;left:2.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #g1cCDz0Pn1FueLpvXBKhciR0QXqmeOmT { width:16.5625rem;height:11.8125rem;top:28.373046875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZC0kU0oJXEIHQNpJggiDwUFzCBrkzuua { top:5.748046875rem;left:0rem;width:14.125rem;height:14.125rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k1GWsqmbJ9yi29UPC4i1gl8VMxMP0sNI { width:18.1875rem;height:3.89941875rem;top:3.05078125rem;left:0.90625rem;font-size:1rem;z-index:15029;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u35k45o4heiuJ90fSizJ4p46DEDaCuTc { width:15.375rem;height:1.5rem;top:20.6875rem;left:2.3125rem;font-size:1rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Na3xKtObIqDTM88q5eJ02DDh5hueNVJk { width:14.8125rem;height:1.40625rem;top:22.8125rem;left:2.59375rem;font-size:0.9375rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FbV1oSBmyu5VHPbCPuefknLu4ZXVxMrz { width:12.8125rem;height:12.8125rem;top:0rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ORBE5q0NFcRvB6TRPm14R1n9FqLK3ReV { width:3.75rem;height:3.75rem;top:6.94921875rem;left:14.4443359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl4H8067K6GiBWXpGN6hWT8G65AOzlJl { display:block; }#Kl4H8067K6GiBWXpGN6hWT8G65AOzlJl > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3fp845nEBhfoeXM2yVR8HZBFBh8dlqP { width:20rem;height:17.8125rem;top:1.9970703125rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #P2RgSxP7ztIQsTnytiDJeFupITERKwQ5 { width:19.999rem;height:3.8984375rem;top:30.01953125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zeEvHgEl7PoT8VKs2MaQluWOC873yWAX { width:16.875rem;height:3.75rem;top:27.7470703125rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zJupP8L8gIDBrSxKLFGQyA1kw4Fub6bg { width:13.4375rem;height:7.5rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #fTP8cI4rdNrefzCrBhXH0Oe2LOVTedCE { width:9.625rem;height:2rem;top:7.5rem;left:0.53125rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TGfRUvG93eDpuL9SZyThnV3v4XZ5yOys { width:16.5625rem;height:11.8125rem;top:50.8095703125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l1tXpo6Tcxg4TOBoF4lqJ8TeamsqoBeP { width:11.8125rem;height:13.25rem;top:6.6220703125rem;left:8.1875rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FkOsRRq4M3zmAlLZoeHW9AZyGxbFVbCa { width:18.9375rem;height:3.8994125rem;top:2.8486328125rem;left:0.53125rem;font-size:1rem;z-index:15031;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p82LFSTf0XtxXAv8wDILb86ZlDigAw4e { width:19.5rem;height:1.5rem;top:21rem;left:0.25rem;font-size:1rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JDWwllNJhcngEJCmylnhDO6gwLOdXXCp { width:18.0605625rem;height:1.40625rem;top:23.060546875rem;left:0.96875rem;font-size:0.9375rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EtSb2qgZ3dCvo4P2iIH53Hgyebd5l4gr { width:20rem;height:auto;top:9.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mohJpm6yJ2lJMAMvD2U1BhJIeVbTC4vO { display:block; }#mohJpm6yJ2lJMAMvD2U1BhJIeVbTC4vO > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHEZMAGRbCBqruFKwrqxeUUwmTT1k9ad { width:13.4375rem;height:10rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #T3JxMnNGESrLDDcn6Ez7v1Wdi640b0iZ { width:20rem;height:17.8125rem;top:1.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNEMAMWiV0ofSAeCFwNbNLRZuWMzTebp { width:18.75rem;height:9.746125rem;top:14.4384765625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FtWrq7QE2OooWDuekQGX0VoVVBig14Um { width:15.375rem;height:1.875rem;top:20.873046875rem;left:2.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #o98Fv0bBC8ortiKxrOWks5Ps7f01F615 { width:14.8125rem;height:1.5rem;top:23.998046875rem;left:2.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iAZkDUg7iXW3sVG32gfLUoEJ5vGb2FsJ { width:16.5625rem;height:11.8125rem;top:28.373046875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J3tfMLi746uA3tgxq3IH4vL9II2fKzAp { width:18.1875rem;height:1.29980625rem;top:3.05078125rem;left:0.90625rem;font-size:1rem;z-index:15029;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQF3UH32zdHPrturqegp0vLTfgTzLpsi { width:20rem;height:1.5rem;top:20.6875rem;left:0.1875rem;font-size:1rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AvNP3EenUsJ1dFMAmHcOPOAvQ0OFhRHP { width:14.8125rem;height:1.40625rem;top:22.8125rem;left:2.59375rem;font-size:0.9375rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pBZPu8pSzL4Vh2Rkpn2SQOEhMfRL07Gr { width:8.875rem;height:2.9375rem;top:6.248046875rem;left:10.584603658537rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWElgy6shr8iBprHSiBfFMwAMGTsbRTy { width:13.8125rem;height:13.625rem;top:6.248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp5msKzMy0eTmJcKBeRk0ImOMX0UNhow { display:block; }#yp5msKzMy0eTmJcKBeRk0ImOMX0UNhow > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ON0d5O35SblsJBp2ZLrEkzxr9vqC1HSF { width:20rem;height:17.8125rem;top:1.9970703125rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #vmaLGTGL1lTClreMFgnvPDE9F9mI23eO { width:19.999rem;height:3.8984375rem;top:30.01953125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UvRDt8UkqzLFXV87HrszTp1IvnXBvH9T { width:16.875rem;height:3.75rem;top:27.7470703125rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #INDyThe7OTO64soZke9kBV6RCORlNtu8 { width:13.4375rem;height:7.5rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #cyMnHSQTB5VyoWxbpsXWxCwozsyA5Wpx { width:6.25rem;height:3.0625rem;top:6.8095703125rem;left:0.96875rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #z3XncTGCX1DW3kTMBcxpFwFwVL4eT4pX { width:16.5625rem;height:11.8125rem;top:50.8095703125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwWbGEfB7NsO1bZb3udvwh0AJGu1SHFo { width:11.1875rem;height:13.5625rem;top:6.1845703125rem;left:8.6651785714288rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #J9vFIndHxlsH9b8DgHexeHpIRvzvpXkU { width:18.9375rem;height:2.5996125rem;top:2.8486328125rem;left:0.53125rem;font-size:1rem;z-index:15031;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w2Jo8fbsVfZLJS23tkz3Du6ea24FmmJz { width:19.5rem;height:1.5rem;top:21rem;left:0.25rem;font-size:1rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WKXQ68hXL54ufTg7U3VZktcCW5TuFkk8 { width:18.0605625rem;height:1.40625rem;top:23.123046875rem;left:0.96875rem;font-size:0.9375rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vhwmixLX1Vu1aZGRJrGqpT7BcARTBPa4 { width:20rem;height:auto;top:9.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SPgaTg00CCA6x0kP0ZWdFpmEZmzrN9UE { display:block; }#SPgaTg00CCA6x0kP0ZWdFpmEZmzrN9UE > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEZoSdZ0NCSzdzvAA2qxLd8htiAqgXO2 { width:13.4375rem;height:10rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #SHUFbG0llSQvaC3FMyWCDCliK2JhUTLo { width:20rem;height:17.8125rem;top:1.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzV2xN7hDZczvVxE3eVMRpLbUcoyV3Tt { width:18.75rem;height:9.746125rem;top:14.4384765625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2yFb1J0EyVpy8ooiT1tJDfheT76m2CJ { width:15.375rem;height:1.875rem;top:20.873046875rem;left:2.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RomkTBZtnQudUN9RHTcFaFmOpw16QcsC { width:14.8125rem;height:1.5rem;top:23.998046875rem;left:2.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sEa9qXqG7F4gyBhgselfcczkq3FRXH3a { width:16.5625rem;height:11.8125rem;top:28.373046875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VBSU8qiNWOEDXTkCCzDLoAh30TL6hGor { width:18.1875rem;height:2.5996125rem;top:3.05078125rem;left:0.90625rem;font-size:1rem;z-index:15029;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fpnfy1bK4ZiBCofHK6CJiL7TyUvmerOZ { width:15.375rem;height:1.5rem;top:20.6875rem;left:2.3125rem;font-size:1rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SAAucfIqNpIi8fUJQLOkgPRwHBMbcSO5 { width:20rem;height:1.40625rem;top:22.8125rem;left:0.03125rem;font-size:0.9375rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H7TXQphep04uxLtLnFT1CtJuOOkFg3gI { width:6.375rem;height:2.625rem;top:6.8125rem;left:12.20703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cho39QdWTMTkum5tHIDQy1kM7yRA5yub { width:11.625rem;height:13.875rem;top:5.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGyCAt2TVDL31bpoyMFd5DHE42feo0Dl { display:block; }#rGyCAt2TVDL31bpoyMFd5DHE42feo0Dl > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xp8mmzCQTOhshQTuupULwxZrLbshVhyf { width:20rem;height:17.8125rem;top:1.9970703125rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #OnCfMPCBguWMRy0g2ISGcBzyxrVr9xxT { width:19.999rem;height:3.8984375rem;top:30.01953125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SOv7ZgKC96GpWMnni0wAGNV8R2iTeRRJ { width:16.875rem;height:3.75rem;top:27.7470703125rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AHUckULgItJlDldtm0l23qvoDVCrvOT4 { width:13.4375rem;height:7.5rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #W7HryilnMLlLVwcHe36xi0qel3o8uRAi { width:5.75rem;height:2.8125rem;top:7.5rem;left:0.96875rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Zr3IyhwOPoqtTeFU73tTbQTlBR5MgfeS { width:16.5625rem;height:11.8125rem;top:50.8095703125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zhooJP7JzFzDQm4g51PX7X5aks3PksEF { width:18.9375rem;height:3.8994125rem;top:2.8486328125rem;left:0.53125rem;font-size:1rem;z-index:15031;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WbkwA0rKiGdGuBU85KpqgG6dCwGRtTza { width:19.5rem;height:1.5rem;top:21rem;left:0.25rem;font-size:1rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pS2843BKcPCvgOn1mkWhAzvNwCMpHPGq { width:18.0605625rem;height:2.8125rem;top:23.123046875rem;left:0.96875rem;font-size:0.9375rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nE2SFABI6dGG798fbxrfuoI9OuS2EJGX { width:20rem;height:auto;top:9.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LKyMVZTzsPaoF7UJ9uZdgJlCIdSL9MED { width:11.8125rem;height:14rem;top:5.90625rem;left:8.279296875rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KZWzxI0R9mws32cbz9lxiNSJ7s3bBb8U { display:block; }#KZWzxI0R9mws32cbz9lxiNSJ7s3bBb8U > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPsmOBLEI0Ns2WqEqltmqM4zvGQXOWLV { width:13.4375rem;height:10rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #CDHmcmlzBGrwoeTTKS6tkiKWNGuHUF81 { width:20rem;height:17.8125rem;top:1.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATSxNc7cJQtUmoUiw73rMNcJnsWfANBt { width:18.75rem;height:9.746125rem;top:14.4384765625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PhGuBbtLe9TwDAmyTesD5nKnb2zec84u { width:15.375rem;height:1.875rem;top:20.873046875rem;left:2.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zqh3uGFx6l2NJZqzGIdc7aPoNZHBrBfw { width:14.8125rem;height:1.5rem;top:23.998046875rem;left:2.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Zmu6n4lvUy66sC8dRHWw3ZQ0tZbUkoem { width:16.5625rem;height:11.8125rem;top:28.373046875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zDydSkUeneHAdaRIhmkWH0TbfVzDUVyh { width:18.1875rem;height:2.5996125rem;top:3.05078125rem;left:0.90625rem;font-size:1rem;z-index:15029;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VFKTsPh42fiNkvhhzUrItyEID3HFdmhh { width:20rem;height:1.5rem;top:20.6875rem;left:0.125rem;font-size:1rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dl5ZDTCHMiZpoeyU2tzp0b4hJuSytOTG { width:15.75rem;height:2.8125rem;top:22.875rem;left:2.125rem;font-size:0.9375rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nm4NPmNJTyriVQLg2eBTveWcPGQAga06 { width:8rem;height:2.125rem;top:7.873046875rem;left:11.027083333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMvJm1EVfcXJpl9P2Qr7Q5p93hthSNrK { width:11.625rem;height:12.5625rem;top:7.310546875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCHf5TnC9ACL0UrUnHpvZCcmq7C86WbN { display:block; }#cCHf5TnC9ACL0UrUnHpvZCcmq7C86WbN > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJSJ5K6ICeykh7PnBPrMVItZoz6VlSHi { width:20rem;height:17.8125rem;top:1.9970703125rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #aHCuGJfQVU4Gqp4cbfLuCkmFr1yMv6nu { width:19.999rem;height:3.8984375rem;top:30.01953125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #onQVvrZc94k4XcTAZxE2uw2XDfTfFPys { width:16.875rem;height:3.75rem;top:27.7470703125rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kumQyhnHSxg0ScQ84bznN0FRgbsppWa9 { width:13.4375rem;height:7.5rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #nfEDJK5faId7g9PGTMzgON940WEuD0Jc { width:7.9375rem;height:1.625rem;top:7.5rem;left:0.96875rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RE8HPJPPci3y29GJwaoKxJLm8AyXT4v1 { width:16.5625rem;height:11.8125rem;top:50.8095703125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZSHKZXthqBVQJSTWZgUxfZTsyNPswuC7 { width:13.9375rem;height:12.9375rem;top:6.9345703125rem;left:6.0625rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sHF5l1eCppugoH5nO3sEnWL6WNFnCgwq { width:18.9375rem;height:3.8994125rem;top:2.8486328125rem;left:0.53125rem;font-size:1rem;z-index:15031;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aQgD39hKUcpmaZJvDLWaxGmg6u3EwzG8 { width:19.5rem;height:1.5rem;top:21rem;left:0.25rem;font-size:1rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SU9SoV1EpO4SXi1EqHC6ZmnFp6zVlo52 { width:18.0605625rem;height:2.8125rem;top:23.123046875rem;left:0.96875rem;font-size:0.9375rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IwVT7NVRQxXLeaNKwbTDfqd0UCm34RXA { width:20rem;height:auto;top:9.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Tc8G3WmubQHJXSv4wheOPe6H1SJ9r23N { width:13.125rem;height:13.125rem;top:27.185546875rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1RJlFteOTaClbqQo69Rh7SOTmDCSB7v { display:block; }#M1RJlFteOTaClbqQo69Rh7SOTmDCSB7v > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZr4QXkXeXXaqesBDE34SMqptyGyELRL { width:13.4375rem;height:10rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #vuX94EaRQtJZQXCiL6a6saG6IpZ0BFu2 { width:20rem;height:17.8125rem;top:1.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DObrPyGuolRWF5aSnsurWn2SD1JAUf8G { width:18.75rem;height:9.746125rem;top:14.4384765625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqQ9DtFBUN9cf252lobTdTZxV3hTIIa1 { width:15.375rem;height:1.875rem;top:20.873046875rem;left:2.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZTniwTT9QHzyU8JcS4KTfF6XvETpl9D { width:14.8125rem;height:1.5rem;top:23.998046875rem;left:2.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #byAnv6AkZseMmFnoZwsIyf4ImJxmD8SX { width:16.5625rem;height:11.8125rem;top:28.373046875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pWGcHcRZbdeaBcftd5XGsERPAWV4w6iA { width:18.1875rem;height:2.5996125rem;top:3.05078125rem;left:0.90625rem;font-size:1rem;z-index:15029;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SPLEh9OIUINiTZ50DsrZGv9MtQRl5two { width:20rem;height:1.5rem;top:20.6875rem;left:0.125rem;font-size:1rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vp1tFavCabmcAQnpPLyFdrQ3pRamEx16 { width:15.75rem;height:2.8125rem;top:22.875rem;left:2.125rem;font-size:0.9375rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uOxywM9pb4VsOWaVA6SthlwphBJtZ0iq { width:8rem;height:1.9375rem;top:7.873046875rem;left:11.027083333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2B8ZmOVwrrGDJJpa6cKW8D6cMDVH8AH { top:5.34375rem;left:0rem;width:14.4375rem;height:14.4375rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mJTOGAcUmQNMPeP1aMf9E2geqRrimkt9 { display:block; }#mJTOGAcUmQNMPeP1aMf9E2geqRrimkt9 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m8o82VrJSp3HUOegXS4RhriwTaPJoIGM { width:20rem;height:17.8125rem;top:1.9970703125rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #f3FLVcLJ4doKbbygnorqbf5yqH5z8DJy { width:19.999rem;height:3.8984375rem;top:30.01953125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UmLwLXiusfDgrTEAIhdvV4s8RXeJgWS8 { width:16.875rem;height:3.75rem;top:27.7470703125rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DeNu38KT2pd9prZZtAlpO1fMFozxF2CJ { width:13.4375rem;height:7.5rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #QPtRpTEtV3S1t3pUCScEW3veOC3N8ybf { width:6.5625rem;height:4.25rem;top:7.5rem;left:0.53125rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SlGkc8Scfowul3OtuvqZvbdJ814hITIb { width:16.5625rem;height:11.8125rem;top:50.8095703125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NS3T7QrTtSe3fnsKaO30BTWIIVOSQv5N { width:13.5rem;height:13.5rem;top:6.3720703125rem;left:6.03125rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IMEiNowoLIahUq96O5B0MLWOwv2f9G1h { width:18.9375rem;height:2.5996125rem;top:2.8486328125rem;left:0.53125rem;font-size:1rem;z-index:15031;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fnn6aHNw4xQi6KsTaUvoysK9WtNsusbU { width:19.5rem;height:1.5rem;top:21rem;left:0.25rem;font-size:1rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EZ5RSpGsZWniy0szAkgdNBBuxHx2Tgd0 { width:18.0605625rem;height:1.40625rem;top:23.060546875rem;left:0.96875rem;font-size:0.9375rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KGI9ZiLAP98kWBW6Pg9lpqPSEZSwdOgR { width:20rem;height:auto;top:9.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mxdr6b7dHlFgpNTUrdg6NHlVsZ1VDVwf { display:block; }#mxdr6b7dHlFgpNTUrdg6NHlVsZ1VDVwf > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUrCrHFpcTP3IqaelR8NsLNA2RuI6qXv { width:13.4375rem;height:10rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #RirIU50a8NXKBs68Gd36i5DVZmS2HxTz { width:20rem;height:17.8125rem;top:1.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #StVCvODxtQpeFh7aWBNvMTAk5CN4pvHh { width:18.75rem;height:9.746125rem;top:14.4384765625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXiN0nJgu15c3WcrM2f5UyMJx7uJfnnT { width:15.375rem;height:1.875rem;top:20.873046875rem;left:2.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZauQDgqAgEq79hP62waFBLpu1FHuUVl { width:14.8125rem;height:1.5rem;top:23.998046875rem;left:2.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CSqtsEvHk9GvIGhEHr4pfMDTSfxWAv6J { width:16.5625rem;height:11.8125rem;top:28.373046875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CqOMCtqhRWUlG4OaPpOoHAvolo3NtPw6 { width:18.1875rem;height:3.8994125rem;top:3.05078125rem;left:0.90625rem;font-size:1rem;z-index:15029;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cIBLszEOZylIzWUQ5yh7dFFP9hxRA1qr { width:20rem;height:1.5rem;top:20.6875rem;left:0.1875rem;font-size:1rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n0VpBhsF3IwoGNyLPSTmT20UWF8ANTnG { width:14.8125rem;height:1.40625rem;top:22.8125rem;left:2.59375rem;font-size:0.9375rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OdA4mGyzR8LAidvwSm0TpnDU2wVJKWZl { width:6.6875rem;height:6.6875rem;top:4.873046875rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZDsE75GIlvn4JBHuWDz2J0d9lEI3r4P { width:13.625rem;height:13.5625rem;top:6.310546875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DJNXLWZkAC3aTngaizxWqEKskGma6wqC { display:block; }#DJNXLWZkAC3aTngaizxWqEKskGma6wqC > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iirzCDXbw0TdX0EPvnRTfasoyksA6uxz { width:20rem;height:17.8125rem;top:1.9970703125rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #lGxmJiHfRI6fpVcewtbsuItZHBIvuRy2 { width:19.999rem;height:3.8984375rem;top:30.01953125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VwTZyzNXtODMoF3l37iwun1ycOflJD9Q { width:16.875rem;height:3.75rem;top:27.7470703125rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #s9eeo1BVVeZroCcahtk8VcDu9PfbHuRo { width:13.4375rem;height:7.5rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #OBRIMxZsN4zO1ug0AaglRTLnfWdK2iWR { width:6.5625rem;height:1.8125rem;top:7.5rem;left:0.53125rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZF9uRMbA64zRUvAx2wtIoxKwhBngmeXd { width:16.5625rem;height:11.8125rem;top:50.8095703125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NMqUJzxNAN62E5tAnpGaz3BzoUSZTIvX { width:13.3125rem;height:13.5rem;top:6.3720703125rem;left:6.03125rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GlALzwJmS9Sr0ryXlUx0smDE7K2txsKC { width:18.9375rem;height:2.5996125rem;top:2.8486328125rem;left:0.53125rem;font-size:1rem;z-index:15031;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WAphxFqzyhu4KfuWMu11DmoT69bHO9tf { width:19.5rem;height:1.5rem;top:21rem;left:0.25rem;font-size:1rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qe5IZ0WW5w1tUnAwHqgDzMknCNTMbPvm { width:18.0605625rem;height:1.40625rem;top:23.060546875rem;left:0.96875rem;font-size:0.9375rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUR3MV10d4JTXyw0aEhKFzDTXhtfN06Z { width:20rem;height:auto;top:9.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xZlg0nGcIy8xn87ElC4slp9nZwA6erok { display:block; }#xZlg0nGcIy8xn87ElC4slp9nZwA6erok > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhwcFgKS1qDJaCBw4FsaaHkqqGeTnK7A { width:20rem;height:5.84765625rem;top:5.0996125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBrFO1ACmTfPEreWrIcNW3WJSGQc1nam { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRpq0HXxi19AaPQvQxVSylG4quHR9o3W { width:20rem;height:5.84765625rem;top:11.8828125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwDBW5iy7glLegWN1tDKQGBCbJ45FHhR { width:12.25rem;height:3.1875rem;top:19.75rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTcTyfRKduFoAqaiKaqLnxRpGBATBD6A { display:block; }
 }@media only screen and (max-width: 763px) { #bE2BrzaeOGrL7FmKeiuvnNAas9vyhBr2 { width:7.9375rem;height:2.4375rem;top:19.0625rem;left:6.03125rem;z-index:15015;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHac9GcB7czlqGbTwUqiZBbvbuT0tyVp { display:block; }
 }@media only screen and (max-width: 763px) { #kyORb7WCTeQpx4wDodHSa20Q9ya1MXed { display:none; }#kyORb7WCTeQpx4wDodHSa20Q9ya1MXed > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TlZGJDTUscpZWDNpdskxWoCDyP7h1orP { width:20rem;height:2.76171875rem;top:1.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf { display:block; }#dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCobikNXegbJrLIGo5eNRvpqMyNmLdk4 { width:20rem;height:2.76171875rem;top:1.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 { display:block; }#T6TU6udkHpcvSwfQgFRJ43Ld4ByQ5vc3 > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wse51Fu8GUKHMVDusKJBeIy5mk5eTK8l { width:20rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE { display:block; }#bFTd9a7aoZa2JafBf5ZRbEdogpiOtaSE > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmDs5VmUwo2kn0StX9sgnV33upQpTyXQ { width:16.5rem;height:1.7871125rem;top:0.8125rem;left:0.46875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vRrFWFJpworiIbqk1eJwUW7w93hKWUmB { display:flex;width:1.1875rem;height:1.1875rem;top:3.5rem;left:4.3125rem; }
#vRrFWFJpworiIbqk1eJwUW7w93hKWUmB > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #s47EfXxLaT49Rec5xXOKazw3t3B11ypH { display:flex;width:1.375rem;height:1.375rem;top:3.4375rem;left:14.375rem; }
#s47EfXxLaT49Rec5xXOKazw3t3B11ypH > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #eoUApHz5lloNz9VAsZpUxJVcytDVDl34 { width:20rem;height:2.2734375rem;top:0.6875rem;left:0rem;font-size:0.875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #HmpcBpmpA2ifrHsfwD1XIb8MDEwzTvar { display:flex;width:1.25rem;height:1.25rem;top:3.5rem;left:9.3125rem; }
#HmpcBpmpA2ifrHsfwD1XIb8MDEwzTvar > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq { background-color:#ffffff;background-image:none;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; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row .container { background-color: transparent; background-image: none; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row .container > .video-iframe-container { display: none; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row > .video-iframe-container { display: none; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .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); }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row .container { border-width: 0; border-radius: 0; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FEvZwVWS0liQ8TDVVfurq9mP1Mc9qohq > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #deHTX4G3NWw2fFRnohXIriF6vv2vKQT5 { width:12.5rem;height:1.13671875rem;top:1.25rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ClmdoEkZ2J8UmPQG7euWifTyeoPLEeNd { width:5.0625rem;height:1.13671875rem;top:3.63671875rem;left:7.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cmRF2KLmIbvERdL5ypZPAKOVkAhTPzKx { width:9.4375rem;height:1.13671875rem;top:5.869140625rem;left:5.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }