.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.92448125rem;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.375rem;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.1484375rem;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.8496125rem;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.1484375rem;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:block; }#yo2rfaBLUOWOqfdNelbRW5qJiiTK1JgX > .row .container { background-color: transparent; background-image: none; }#yo2rfaBLUOWOqfdNelbRW5qJiiTK1JgX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yo2rfaBLUOWOqfdNelbRW5qJiiTK1JgX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yo2rfaBLUOWOqfdNelbRW5qJiiTK1JgX > .row .container > .video-iframe-container { display: none; }#yo2rfaBLUOWOqfdNelbRW5qJiiTK1JgX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yo2rfaBLUOWOqfdNelbRW5qJiiTK1JgX > .row > .video-iframe-container { display: none; }#yo2rfaBLUOWOqfdNelbRW5qJiiTK1JgX > .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); }#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:block; }#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:none; }#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:none; }#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; }
#NGcqCTR2VnCbA4E0l8eO8ztNMtS2nzJd { position:relative;display:block; }#NGcqCTR2VnCbA4E0l8eO8ztNMtS2nzJd { background-color: transparent; background-image: none; }#NGcqCTR2VnCbA4E0l8eO8ztNMtS2nzJd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGcqCTR2VnCbA4E0l8eO8ztNMtS2nzJd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGcqCTR2VnCbA4E0l8eO8ztNMtS2nzJd > .row .container > .video-iframe-container { display: none; }#NGcqCTR2VnCbA4E0l8eO8ztNMtS2nzJd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGcqCTR2VnCbA4E0l8eO8ztNMtS2nzJd > .row > .video-iframe-container { display: none; }#NGcqCTR2VnCbA4E0l8eO8ztNMtS2nzJd > .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); }#NGcqCTR2VnCbA4E0l8eO8ztNMtS2nzJd { border-width: 0; border-radius: 0; }#NGcqCTR2VnCbA4E0l8eO8ztNMtS2nzJd > .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; }#NGcqCTR2VnCbA4E0l8eO8ztNMtS2nzJd > .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; }#RNJri8hto4ywAPPNacmobrPoZ5FwoXQv { 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; }
#JoqinwN8Gh4T4ASkXxTdT5E28qiJQHqy { 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; }
#dwHAis5hy1cZ6wsoX0IPfae1Jw3RHK3r { 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; }
#WSnTKCQWshahiQpiimQIQuHfZBxZU3LV { 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; }
#b1dyOipTBxifZPhwGV6oAAsFEdvsA166 { 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; }
#yaiMOmliwSgrIcwvT0shwxvlPLpogavf { 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; }
#NpNRKhtKdiI50eN4aCMt9E3u1z1yrufI { 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; }
#z1Wha5450r07vsogEMpKi3k5xhaNgGOR { 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; }
#zfwTOihRasLy3hEmbQnJfhCfwwOFmK29 { 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; }
#vNPciPVbgTcFTc5QR2vkSfPx71bddOKJ { 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; }
#PSCIAACwOfIFpX8AI2HhHW3JzINTI5HI { 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; }
#LTzMHTfxLoyurt62GCSG0MBgolfl4vTs { 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; }
#S0JyEHGUuExewwqg71hdoQDoQdBkTX17 { position:relative;display:block; }#S0JyEHGUuExewwqg71hdoQDoQdBkTX17 { background-color: transparent; background-image: none; }#S0JyEHGUuExewwqg71hdoQDoQdBkTX17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0JyEHGUuExewwqg71hdoQDoQdBkTX17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0JyEHGUuExewwqg71hdoQDoQdBkTX17 > .row .container > .video-iframe-container { display: none; }#S0JyEHGUuExewwqg71hdoQDoQdBkTX17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0JyEHGUuExewwqg71hdoQDoQdBkTX17 > .row > .video-iframe-container { display: none; }#S0JyEHGUuExewwqg71hdoQDoQdBkTX17 > .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); }#S0JyEHGUuExewwqg71hdoQDoQdBkTX17 { border-width: 0; border-radius: 0; }#S0JyEHGUuExewwqg71hdoQDoQdBkTX17 > .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; }#S0JyEHGUuExewwqg71hdoQDoQdBkTX17 > .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; }#Uypp3HHHd3GsosTuss3RxZ5vIlV6qK7G { 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; }
#P4SxLsHBGNuqEFxTUazTENVBTmhTtaQX { 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; }
#VLxu9Rp7bqRzHNzTxSSSXlzQ7q2xtwpO { 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; }
#FpX3vs2ZTRk08e57QFMSCbMqpDb2OG18 { 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; }
#m27VfogSMn1Mld8conqqIVGds3Vc38d2 { 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; }
#pneaLUq5bJUKvINhGt5QoilQ9q9dT40w { 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; }
#kKdozH7ipMVPuZhSvn0GkaKalllfGEob { 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; }
#blJHu4WdAuPFh37o9681aEdbTF0mBlk6 { 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; }
#yzNCltcWFKc81tLCfSK4zMm4TWnGlshz { 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; }
#vvhhBcpXK9shp26V5fgdXgmqW40FhUeZ { 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; }
#AAsTGMKddX6P0K2Vi12wppz5HienP4w0 { 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; }
#wAsy4G5hxFD7rCn2vVc5oTM1bhTfTRUK { position:relative;display:block; }#wAsy4G5hxFD7rCn2vVc5oTM1bhTfTRUK { background-color: transparent; background-image: none; }#wAsy4G5hxFD7rCn2vVc5oTM1bhTfTRUK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAsy4G5hxFD7rCn2vVc5oTM1bhTfTRUK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAsy4G5hxFD7rCn2vVc5oTM1bhTfTRUK > .row .container > .video-iframe-container { display: none; }#wAsy4G5hxFD7rCn2vVc5oTM1bhTfTRUK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAsy4G5hxFD7rCn2vVc5oTM1bhTfTRUK > .row > .video-iframe-container { display: none; }#wAsy4G5hxFD7rCn2vVc5oTM1bhTfTRUK > .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); }#wAsy4G5hxFD7rCn2vVc5oTM1bhTfTRUK { border-width: 0; border-radius: 0; }#wAsy4G5hxFD7rCn2vVc5oTM1bhTfTRUK > .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; }#wAsy4G5hxFD7rCn2vVc5oTM1bhTfTRUK > .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; }#eIBv1T63irBJIeWJXy14irzh5J4dqIUZ { 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; }
#Oto8GOH6RT7wq6lFvwqGoGGENXz70pAe { 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; }
#xRy7VmTlVhUJBgDDWdKwqmflEvyKUx0X { 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; }
#pvJ1Adi3bZ7r5gZTuc6yMTg29vWpK5WC { 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; }
#MIO6bFcf0JxemwnqsqSZgXv5pdznqhq4 { 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; }
#UX962zcQ2GvIauKLieKeeoO41q1bmDbS { 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; }
#tniuI3zmTdZUfHLODTEr6XF5J7M3zr8t { 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; }
#hV1iRc14Zhpkw1bnCwPvvNEM7BZHbTJH { 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; }
#sq2Bo3TFDeoyTNdhBiRZiRUXrBnGJs53 { 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; }
#eTsula4d53HsTkkJR8mflbiK0xJZJWAk { 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; }
#v6Sd5KsEzaxSFOARR5EJ1ATwxEmkJ8oR { 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; }
#yQwCaPxkdTIZunEswQ54kuRDFTi6dRLf { position:relative;display:block; }#yQwCaPxkdTIZunEswQ54kuRDFTi6dRLf { background-color: transparent; background-image: none; }#yQwCaPxkdTIZunEswQ54kuRDFTi6dRLf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQwCaPxkdTIZunEswQ54kuRDFTi6dRLf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQwCaPxkdTIZunEswQ54kuRDFTi6dRLf > .row .container > .video-iframe-container { display: none; }#yQwCaPxkdTIZunEswQ54kuRDFTi6dRLf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQwCaPxkdTIZunEswQ54kuRDFTi6dRLf > .row > .video-iframe-container { display: none; }#yQwCaPxkdTIZunEswQ54kuRDFTi6dRLf > .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); }#yQwCaPxkdTIZunEswQ54kuRDFTi6dRLf { border-width: 0; border-radius: 0; }#yQwCaPxkdTIZunEswQ54kuRDFTi6dRLf > .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; }#yQwCaPxkdTIZunEswQ54kuRDFTi6dRLf > .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; }#xPieDk2vh65KAv1zraHFqZGdsQtiV3v8 { 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; }
#gQCnrwOCGSLmtH74FEkhTQwkkKTEps89 { 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; }
#fFrP1dDR8vbd7XhF6q29C5TlsTJZw3fG { 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; }
#PGBcMKVmHVqLvceBDyRMe4KHdTddXMkk { 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; }
#Bka1DIq0AJFNshpyIyrD5MhWw9KK30Gi { 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:6.5rem;width:7.375rem;top:6.375rem;left:7.90625rem;overflow:hidden;display:block; }
#z7TRSOgFCRc4KrFwxW08BuOcdtyb19U1 { 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; }
#QmPgxWdC2Lg9KBb1hI0vSp592nck5hzh { 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; }
#BiRn97zklMCQTCnEwTVd1L1GP0FbV3OG { 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; }
#B7F7TgVxAJfzZHpnV3D3ZkdahZqTFgE0 { 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; }
#gENPfycTsR6uLgz5AluVgtvRxR6IuWHR { 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; }
#m51hKNkmbVI7MKd7TfySc3kynD14yGGX { 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; }
#boiPLlK3dOW7xTFvizn5rRl77waTIHEL { position:relative;display:block; }#boiPLlK3dOW7xTFvizn5rRl77waTIHEL { background-color: transparent; background-image: none; }#boiPLlK3dOW7xTFvizn5rRl77waTIHEL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boiPLlK3dOW7xTFvizn5rRl77waTIHEL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boiPLlK3dOW7xTFvizn5rRl77waTIHEL > .row .container > .video-iframe-container { display: none; }#boiPLlK3dOW7xTFvizn5rRl77waTIHEL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boiPLlK3dOW7xTFvizn5rRl77waTIHEL > .row > .video-iframe-container { display: none; }#boiPLlK3dOW7xTFvizn5rRl77waTIHEL > .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); }#boiPLlK3dOW7xTFvizn5rRl77waTIHEL { border-width: 0; border-radius: 0; }#boiPLlK3dOW7xTFvizn5rRl77waTIHEL > .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; }#boiPLlK3dOW7xTFvizn5rRl77waTIHEL > .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; }#Dp1vko4wu0MMkDV5w5B8xF5KFmVTrXSx { 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; }
#JVnTeAHGI71CEJk2Zm9Zm40H04BqoCQv { 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; }
#AvXswtMSe9aWxrDPlvX1Ubcgdc2D1862 { 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; }
#C0bGSAnGHE4zKWUxCe3SrzFSQNpqug3d { 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; }
#IlxalrsA7GynEV3lbCkozyZarDpWksUl { 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; }
#WL9QJzln5aIFzwsHmCwGg4DTXiJlGONt { 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; }
#mrayOuUmXJHlcHaCmLuDxsnnKXp9fEmI { 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; }
#ZquuB0FXx6tKSzEZMRUKR42XqUUBEmxm { 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; }
#T2gn8QieKhculoUXG6hdkErVToPTqRyL { 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; }
#v9kbDLK3aKcBIZe1kLv75SRnsETVdJ5u { 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; }
#taIlCrwrhXVip5paoihkzkbNveQbV1W9 { 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; }
#CUKuO23rKWKefQDzfaxxD795Avxo5vQD { position:relative;display:block; }#CUKuO23rKWKefQDzfaxxD795Avxo5vQD { background-color: transparent; background-image: none; }#CUKuO23rKWKefQDzfaxxD795Avxo5vQD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUKuO23rKWKefQDzfaxxD795Avxo5vQD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUKuO23rKWKefQDzfaxxD795Avxo5vQD > .row .container > .video-iframe-container { display: none; }#CUKuO23rKWKefQDzfaxxD795Avxo5vQD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUKuO23rKWKefQDzfaxxD795Avxo5vQD > .row > .video-iframe-container { display: none; }#CUKuO23rKWKefQDzfaxxD795Avxo5vQD > .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); }#CUKuO23rKWKefQDzfaxxD795Avxo5vQD { border-width: 0; border-radius: 0; }#CUKuO23rKWKefQDzfaxxD795Avxo5vQD > .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; }#CUKuO23rKWKefQDzfaxxD795Avxo5vQD > .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; }#ubrfZ9ZCiBVet5iAgnHVHhd5HJTtZ6R9 { 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; }
#g9lPpEEKHME2I1h6B00x9fxtk6Jt5PBQ { 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; }
#NhkSK8bQw0fEDMAFyLV2yGQrn2WCVXoI { 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; }
#heff8OTCMXHJXGAq3tszIzSApyq2TOtk { 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; }
#RItTHmaoCd0wdopgXSHGV8af3zVCDdCN { 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; }
#ZebXoG62N5EzmaibzcItVCqz0kGCT5yz { 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; }
#UdrBnTxi91Mn9UGepFPmhAhaPVZR9tz4 { 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; }
#hQ4Gu0uFHQVHeW2KxrKuBZQD9m6rFmZ5 { 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; }
#SEP9i8xPFM9b0UKwZzSRwsDIIlNHNUJ4 { 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; }
#s9JNQeTCUUE34cG3iXeFxc7T92vgIMX5 { 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; }
#OUqAl7Ac2RI8ik6Ra6TkMNKrayXbGdXp { 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; }
#B7yveMAdO0Xh7TKIaqDIdpLyg5UGOM3a { position:relative;display:block; }#B7yveMAdO0Xh7TKIaqDIdpLyg5UGOM3a { background-color: transparent; background-image: none; }#B7yveMAdO0Xh7TKIaqDIdpLyg5UGOM3a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7yveMAdO0Xh7TKIaqDIdpLyg5UGOM3a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7yveMAdO0Xh7TKIaqDIdpLyg5UGOM3a > .row .container > .video-iframe-container { display: none; }#B7yveMAdO0Xh7TKIaqDIdpLyg5UGOM3a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7yveMAdO0Xh7TKIaqDIdpLyg5UGOM3a > .row > .video-iframe-container { display: none; }#B7yveMAdO0Xh7TKIaqDIdpLyg5UGOM3a > .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); }#B7yveMAdO0Xh7TKIaqDIdpLyg5UGOM3a { border-width: 0; border-radius: 0; }#B7yveMAdO0Xh7TKIaqDIdpLyg5UGOM3a > .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; }#B7yveMAdO0Xh7TKIaqDIdpLyg5UGOM3a > .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; }#G589SsT7WA64IqPaE98TGzD8H2C8m3FG { 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; }
#y3EpX0fMT59fRUso4ZTvnqqtnxz4Es6z { 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; }
#n7Jkfzbr1OTFpD7KaJ6WRFF9wrdl6viS { 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; }
#DoAUMyCRcoPP7JF9SNmzTgzlEQdwWGAB { 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; }
#lTSbuh5uwLiA4N2vU9XXryFA4ircGivq { 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; }
#AwOrT1hp9dO4wDCPzFMWeKVPwz67C6mE { 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; }
#riAhVG9KXtXBI5y8aqZLX3xflq4EDzHX { 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; }
#ZuEzDQMv2elOGT6EKfHfm78kQPfT1p8e { 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; }
#T32IPTKDMKPxgTRQif3SXT9KTA8clsfe { 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; }
#wu7RWJ7lfM4NJ6v7h4QMKABw9vlJuayB { 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; }
#nOagrRV7g02thM3rIV0bDXqTLntF1Jku { 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; }
#uC1LBxmfO4cUJrxNus1pvsZ5dclXwxyX { position:relative;display:block; }#uC1LBxmfO4cUJrxNus1pvsZ5dclXwxyX { background-color: transparent; background-image: none; }#uC1LBxmfO4cUJrxNus1pvsZ5dclXwxyX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uC1LBxmfO4cUJrxNus1pvsZ5dclXwxyX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uC1LBxmfO4cUJrxNus1pvsZ5dclXwxyX > .row .container > .video-iframe-container { display: none; }#uC1LBxmfO4cUJrxNus1pvsZ5dclXwxyX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uC1LBxmfO4cUJrxNus1pvsZ5dclXwxyX > .row > .video-iframe-container { display: none; }#uC1LBxmfO4cUJrxNus1pvsZ5dclXwxyX > .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); }#uC1LBxmfO4cUJrxNus1pvsZ5dclXwxyX { border-width: 0; border-radius: 0; }#uC1LBxmfO4cUJrxNus1pvsZ5dclXwxyX > .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; }#uC1LBxmfO4cUJrxNus1pvsZ5dclXwxyX > .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; }#ukiGFFqTOV6ry3nwkigORHx4SBKrqOMU { 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; }
#gCSz9tQCqJfrCnXfdwQXg9o6dBMxmO4U { 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; }
#PbNEU6RgxKEGBwBrFAL7Ud08Eeu49S33 { 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; }
#ABpWR0Husw5lkPniVXQkUwlShfErWx48 { 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; }
#neswgN6A9Xwi7KWl5LEgaheC6z2szz69 { 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; }
#JTtAV303QHhtS21rBXLrLrmkg1reXqgr { 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; }
#ATzLBhnJoFrNNKtOz2iOJ0MrQMPfSKJS { 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; }
#zyqUvLIWHa9kiTa415CqDWebwi70TbAL { 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; }
#yG0BHMEZrKQCbJdH4TVLoGG1p06DTlXW { 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; }
#EzFVGy3QpS0ZzN8lAWd1DN1e7mIVQSGc { 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; }
#mIuQCqV1KinVQ0fsPMeH3xRFSqxJ2ZI3 { 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; }
#v7FOoeZpTpz6AXeacUwTEl6Oxon0CFkO { 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:13rem;width:13rem;top:15.8095703125rem;left:2.84375rem;overflow:hidden;display:block; }
#Urg6dQHnVRwTzVir3dSslnkIrVnmnHdt { position:relative;display:block; }#Urg6dQHnVRwTzVir3dSslnkIrVnmnHdt { background-color: transparent; background-image: none; }#Urg6dQHnVRwTzVir3dSslnkIrVnmnHdt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Urg6dQHnVRwTzVir3dSslnkIrVnmnHdt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Urg6dQHnVRwTzVir3dSslnkIrVnmnHdt > .row .container > .video-iframe-container { display: none; }#Urg6dQHnVRwTzVir3dSslnkIrVnmnHdt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Urg6dQHnVRwTzVir3dSslnkIrVnmnHdt > .row > .video-iframe-container { display: none; }#Urg6dQHnVRwTzVir3dSslnkIrVnmnHdt > .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); }#Urg6dQHnVRwTzVir3dSslnkIrVnmnHdt { border-width: 0; border-radius: 0; }#Urg6dQHnVRwTzVir3dSslnkIrVnmnHdt > .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; }#Urg6dQHnVRwTzVir3dSslnkIrVnmnHdt > .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; }#blIvKKxbV41gWfRypSJqDXilwF6lhRZt { 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; }
#i0dMdLTVXymWGU4cV1xaXdutJpqEFbHf { 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; }
#Rqv5AGywTC2hMwTGk0U2T0TC8qLGEh1b { 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; }
#l2stSHqfWXSB8vUuitO5uEhBnkhkoF9N { 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; }
#L1yaXINUJrdISLB8K4qAIqrOx7wV4zVc { 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; }
#appqwm2ZhW3oNVEz4Svf2a8LUBFrElS5 { 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; }
#Fm3ZKymm43H2JwJGgZoKTgakeTzWD3yQ { 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; }
#CuatypNInvKvSuMQhOPTBUzAch96xL04 { 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; }
#NotTJlTkbKdeh4UeAaCD4VTXUTi4BEec { 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; }
#VtuRQD7uOxPh1Uy2hDlZRBwSAyTT14T7 { 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; }
#N1liTvHJFpxokLQl5eUUFQZMw1TM3V5V { 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; }
#TCZFn3czApb5rKsVNtNfDRze7HiFspI6 { position:relative;display:block; }#TCZFn3czApb5rKsVNtNfDRze7HiFspI6 { background-color: transparent; background-image: none; }#TCZFn3czApb5rKsVNtNfDRze7HiFspI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCZFn3czApb5rKsVNtNfDRze7HiFspI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCZFn3czApb5rKsVNtNfDRze7HiFspI6 > .row .container > .video-iframe-container { display: none; }#TCZFn3czApb5rKsVNtNfDRze7HiFspI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCZFn3czApb5rKsVNtNfDRze7HiFspI6 > .row > .video-iframe-container { display: none; }#TCZFn3czApb5rKsVNtNfDRze7HiFspI6 > .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); }#TCZFn3czApb5rKsVNtNfDRze7HiFspI6 { border-width: 0; border-radius: 0; }#TCZFn3czApb5rKsVNtNfDRze7HiFspI6 > .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; }#TCZFn3czApb5rKsVNtNfDRze7HiFspI6 > .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; }#WwNbULEDr7g6Z0SZKMubkfv35IlL0Crk { 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; }
#V9tWg02gDLUoxW7UOts84FevXaRZvSUa { 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; }
#cIsWtraW0LhKGTR2SZqtoyfxit8m38tR { 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; }
#fc4mTsDaFKGcs8Lc0isEw9Z2AT4RzOux { 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; }
#RnEpWyBLBigykwKX0kGDuPL2e5S8P5TI { 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; }
#ovgHWpLd0rdzCKVoPadW4d0UqECMbWMl { 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; }
#H6xQyZB3DtsvraNPervZzfRJT0DJGiGD { 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; }
#eKpTetKTFbzgMqDfWx0UIMyaB3ht0BJq { 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; }
#T4vZJsBBvWMvICuGTIJAz636FXbRTXWy { 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; }
#IkPT8tiR5GIE2BBAHrtd52AoL852pXJL { 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; }
#qAWJNREFkbr4eb24rQHimau0lNAZZain { 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; }
#MAT3SLtdpG0XT68MeLp6c4zBphplGmo3 { position:relative;display:block; }#MAT3SLtdpG0XT68MeLp6c4zBphplGmo3 { background-color: transparent; background-image: none; }#MAT3SLtdpG0XT68MeLp6c4zBphplGmo3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAT3SLtdpG0XT68MeLp6c4zBphplGmo3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAT3SLtdpG0XT68MeLp6c4zBphplGmo3 > .row .container > .video-iframe-container { display: none; }#MAT3SLtdpG0XT68MeLp6c4zBphplGmo3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAT3SLtdpG0XT68MeLp6c4zBphplGmo3 > .row > .video-iframe-container { display: none; }#MAT3SLtdpG0XT68MeLp6c4zBphplGmo3 > .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); }#MAT3SLtdpG0XT68MeLp6c4zBphplGmo3 { border-width: 0; border-radius: 0; }#MAT3SLtdpG0XT68MeLp6c4zBphplGmo3 > .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; }#MAT3SLtdpG0XT68MeLp6c4zBphplGmo3 > .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; }#RmI5oxIVG57JyMnNHSJrz5qwbz3TT287 { 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; }
#qQDLJO52Oo8raMMVeEEdomL9J1SDciFP { 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; }
#n4ByKRQAOAK7BJJTqIJvCc8eWX31wc7V { 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; }
#gePdzFcGhiItXVOfBmTXx5LoBNnspCW1 { 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; }
#WbgcSpXckTrqtRx24OPmxwdOmEIUReAW { 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; }
#w8UkLTcTsJRwAHPOeWQrBgt6zZ7lKeM4 { 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; }
#Cyo9K1Pev8QAtED1t4LupG9qxI2I1T0w { 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; }
#GrIQ8sqx61NFTXNgeRCCC71DoreaqmTi { 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; }
#U5Jb1F7h3dLgTLtNBETHWWi4R4A4InFk { 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; }
#OqX9pUReWMAx0R94a79ObVPvc9hTui7x { 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; }
#x4Xi584peMFQp4QR430pTITlhUsPSWcM { 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; }
#gTDxWoVKyuHIbHiKbgXpOqBfTPEEuM1K { position:relative;display:block; }#gTDxWoVKyuHIbHiKbgXpOqBfTPEEuM1K { background-color: transparent; background-image: none; }#gTDxWoVKyuHIbHiKbgXpOqBfTPEEuM1K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTDxWoVKyuHIbHiKbgXpOqBfTPEEuM1K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTDxWoVKyuHIbHiKbgXpOqBfTPEEuM1K > .row .container > .video-iframe-container { display: none; }#gTDxWoVKyuHIbHiKbgXpOqBfTPEEuM1K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTDxWoVKyuHIbHiKbgXpOqBfTPEEuM1K > .row > .video-iframe-container { display: none; }#gTDxWoVKyuHIbHiKbgXpOqBfTPEEuM1K > .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); }#gTDxWoVKyuHIbHiKbgXpOqBfTPEEuM1K { border-width: 0; border-radius: 0; }#gTDxWoVKyuHIbHiKbgXpOqBfTPEEuM1K > .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; }#gTDxWoVKyuHIbHiKbgXpOqBfTPEEuM1K > .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; }#dhXCzapcBO0zc3LXdefIIAvxzJUX1MRn { 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; }
#EQoO0JsKrwDKlb5rbSiqAfTJ970b7nEZ { 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; }
#WEbDbJLZc8EetNDl45uEt91dkkTPIHMB { 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; }
#LMwhyFgaToTS1aqbTgniezcNzVqeMLko { 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; }
#ONAQ0k2PvyJKCAsACoGh9SJUJN2ZGcFd { 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; }
#xTFFdxmOFJGJkHEAPtlrqCJ2yXJotE6X { 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; }
#yefECC3pn524pPakVUdAFx2yEMT8UOAD { 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; }
#kLNuGzCTdLXQFowaFrI9Fmzf9XVHROxD { 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; }
#yplKsiUAZdMNUprQf9svZTyUOd1emUIt { 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; }
#F40W90tnS4XZIJG49XhkOT2E0hqCEwCn { 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; }
#iyDSyD6xsQ6O9akhRGO4IA9bzrJB6fLF { 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.16796875rem;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:block; }#kyORb7WCTeQpx4wDodHSa20Q9ya1MXed { background-color: transparent; background-image: none; }#kyORb7WCTeQpx4wDodHSa20Q9ya1MXed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyORb7WCTeQpx4wDodHSa20Q9ya1MXed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyORb7WCTeQpx4wDodHSa20Q9ya1MXed > .row .container > .video-iframe-container { display: none; }#kyORb7WCTeQpx4wDodHSa20Q9ya1MXed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyORb7WCTeQpx4wDodHSa20Q9ya1MXed > .row > .video-iframe-container { display: none; }#kyORb7WCTeQpx4wDodHSa20Q9ya1MXed > .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); }#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:block; }#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:none; }#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:none; }#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.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; }#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.13736875rem;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) { #NGcqCTR2VnCbA4E0l8eO8ztNMtS2nzJd { display:block; }#NGcqCTR2VnCbA4E0l8eO8ztNMtS2nzJd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNJri8hto4ywAPPNacmobrPoZ5FwoXQv { top:0rem;left:0rem;width:13.4375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoqinwN8Gh4T4ASkXxTdT5E28qiJQHqy { width:47.75rem;height:11.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwHAis5hy1cZ6wsoX0IPfae1Jw3RHK3r { 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) { #WSnTKCQWshahiQpiimQIQuHfZBxZU3LV { 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) { #b1dyOipTBxifZPhwGV6oAAsFEdvsA166 { top:9.875rem;left:7.40625rem;width:27.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaiMOmliwSgrIcwvT0shwxvlPLpogavf { width:16.5625rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpNRKhtKdiI50eN4aCMt9E3u1z1yrufI { width:8.25rem;height:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #z1Wha5450r07vsogEMpKi3k5xhaNgGOR { top:3rem;left:0rem;width:18.1875rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zfwTOihRasLy3hEmbQnJfhCfwwOFmK29 { top:20.6875rem;left:0rem;width:15.375rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vNPciPVbgTcFTc5QR2vkSfPx71bddOKJ { top:22.8125rem;left:0rem;width:14.8125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PSCIAACwOfIFpX8AI2HhHW3JzINTI5HI { width:12.8125rem;height:12.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTzMHTfxLoyurt62GCSG0MBgolfl4vTs { top:7.1875rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0JyEHGUuExewwqg71hdoQDoQdBkTX17 { display:block; }#S0JyEHGUuExewwqg71hdoQDoQdBkTX17 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uypp3HHHd3GsosTuss3RxZ5vIlV6qK7G { width:47.75rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4SxLsHBGNuqEFxTUazTENVBTmhTtaQX { top:3.125rem;left:0rem;width:45.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLxu9Rp7bqRzHNzTxSSSXlzQ7q2xtwpO { 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) { #FpX3vs2ZTRk08e57QFMSCbMqpDb2OG18 { top:0rem;left:34.25rem;width:13.5rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m27VfogSMn1Mld8conqqIVGds3Vc38d2 { top:8.0625rem;left:0rem;width:11.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pneaLUq5bJUKvINhGt5QoilQ9q9dT40w { width:16.5625rem;height:11.8125rem;top:1rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKdozH7ipMVPuZhSvn0GkaKalllfGEob { top:1rem;left:37.1875rem;width:10.5625rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blJHu4WdAuPFh37o9681aEdbTF0mBlk6 { top:2.8125rem;left:0rem;width:18.9375rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yzNCltcWFKc81tLCfSK4zMm4TWnGlshz { top:21rem;left:0rem;width:19.5rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvhhBcpXK9shp26V5fgdXgmqW40FhUeZ { top:24.6875rem;left:0rem;width:18rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AAsTGMKddX6P0K2Vi12wppz5HienP4w0 { top:9.875rem;left:7.9736328125rem;width:32.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAsy4G5hxFD7rCn2vVc5oTM1bhTfTRUK { display:block; }#wAsy4G5hxFD7rCn2vVc5oTM1bhTfTRUK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIBv1T63irBJIeWJXy14irzh5J4dqIUZ { top:0rem;left:0rem;width:13.4375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oto8GOH6RT7wq6lFvwqGoGGENXz70pAe { width:47.75rem;height:11.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRy7VmTlVhUJBgDDWdKwqmflEvyKUx0X { 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) { #pvJ1Adi3bZ7r5gZTuc6yMTg29vWpK5WC { 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) { #MIO6bFcf0JxemwnqsqSZgXv5pdznqhq4 { top:9.875rem;left:7.40625rem;width:27.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX962zcQ2GvIauKLieKeeoO41q1bmDbS { width:16.5625rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tniuI3zmTdZUfHLODTEr6XF5J7M3zr8t { top:3rem;left:0rem;width:18.1875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hV1iRc14Zhpkw1bnCwPvvNEM7BZHbTJH { top:20.6875rem;left:0rem;width:15.375rem;height:3rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sq2Bo3TFDeoyTNdhBiRZiRUXrBnGJs53 { top:22.8125rem;left:0rem;width:14.8125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTsula4d53HsTkkJR8mflbiK0xJZJWAk { top:8.125rem;left:36.375rem;width:11.375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6Sd5KsEzaxSFOARR5EJ1ATwxEmkJ8oR { top:1.0625rem;left:0rem;width:11.9375rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQwCaPxkdTIZunEswQ54kuRDFTi6dRLf { display:block; }#yQwCaPxkdTIZunEswQ54kuRDFTi6dRLf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPieDk2vh65KAv1zraHFqZGdsQtiV3v8 { width:47.75rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQCnrwOCGSLmtH74FEkhTQwkkKTEps89 { top:3.125rem;left:0rem;width:45.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFrP1dDR8vbd7XhF6q29C5TlsTJZw3fG { 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) { #PGBcMKVmHVqLvceBDyRMe4KHdTddXMkk { top:0rem;left:34.25rem;width:13.5rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bka1DIq0AJFNshpyIyrD5MhWw9KK30Gi { top:6.375rem;left:0rem;width:7.375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7TRSOgFCRc4KrFwxW08BuOcdtyb19U1 { width:16.5625rem;height:11.8125rem;top:1rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmPgxWdC2Lg9KBb1hI0vSp592nck5hzh { top:1rem;left:38.0625rem;width:9.6875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiRn97zklMCQTCnEwTVd1L1GP0FbV3OG { top:2.8125rem;left:0rem;width:18.9375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #B7F7TgVxAJfzZHpnV3D3ZkdahZqTFgE0 { top:21rem;left:0rem;width:19.5rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gENPfycTsR6uLgz5AluVgtvRxR6IuWHR { top:23.0625rem;left:0rem;width:18rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m51hKNkmbVI7MKd7TfySc3kynD14yGGX { top:9.875rem;left:7.9736328125rem;width:32.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #boiPLlK3dOW7xTFvizn5rRl77waTIHEL { display:block; }#boiPLlK3dOW7xTFvizn5rRl77waTIHEL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dp1vko4wu0MMkDV5w5B8xF5KFmVTrXSx { top:0rem;left:0rem;width:13.4375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVnTeAHGI71CEJk2Zm9Zm40H04BqoCQv { width:47.75rem;height:11.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvXswtMSe9aWxrDPlvX1Ubcgdc2D1862 { 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) { #C0bGSAnGHE4zKWUxCe3SrzFSQNpqug3d { 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) { #IlxalrsA7GynEV3lbCkozyZarDpWksUl { top:9.875rem;left:7.40625rem;width:27.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL9QJzln5aIFzwsHmCwGg4DTXiJlGONt { width:16.5625rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrayOuUmXJHlcHaCmLuDxsnnKXp9fEmI { top:3rem;left:0rem;width:18.1875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZquuB0FXx6tKSzEZMRUKR42XqUUBEmxm { top:20.6875rem;left:0rem;width:15.375rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2gn8QieKhculoUXG6hdkErVToPTqRyL { top:22.8125rem;left:0rem;width:14.8125rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9kbDLK3aKcBIZe1kLv75SRnsETVdJ5u { top:8.125rem;left:40.0625rem;width:7.6875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #taIlCrwrhXVip5paoihkzkbNveQbV1W9 { top:1.375rem;left:0rem;width:9.625rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUKuO23rKWKefQDzfaxxD795Avxo5vQD { display:block; }#CUKuO23rKWKefQDzfaxxD795Avxo5vQD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubrfZ9ZCiBVet5iAgnHVHhd5HJTtZ6R9 { width:47.75rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9lPpEEKHME2I1h6B00x9fxtk6Jt5PBQ { top:3.125rem;left:0rem;width:45.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhkSK8bQw0fEDMAFyLV2yGQrn2WCVXoI { 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) { #heff8OTCMXHJXGAq3tszIzSApyq2TOtk { top:0rem;left:34.25rem;width:13.5rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RItTHmaoCd0wdopgXSHGV8af3zVCDdCN { top:7.625rem;left:0rem;width:7.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZebXoG62N5EzmaibzcItVCqz0kGCT5yz { width:16.5625rem;height:11.8125rem;top:1rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdrBnTxi91Mn9UGepFPmhAhaPVZR9tz4 { top:2.8125rem;left:0rem;width:18.9375rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hQ4Gu0uFHQVHeW2KxrKuBZQD9m6rFmZ5 { top:21rem;left:0rem;width:19.5rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SEP9i8xPFM9b0UKwZzSRwsDIIlNHNUJ4 { top:23.0625rem;left:0rem;width:18rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s9JNQeTCUUE34cG3iXeFxc7T92vgIMX5 { top:9.875rem;left:7.9736328125rem;width:32.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUqAl7Ac2RI8ik6Ra6TkMNKrayXbGdXp { top:1.1875rem;left:37.9375rem;width:9.8125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7yveMAdO0Xh7TKIaqDIdpLyg5UGOM3a { display:block; }#B7yveMAdO0Xh7TKIaqDIdpLyg5UGOM3a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G589SsT7WA64IqPaE98TGzD8H2C8m3FG { top:0rem;left:0rem;width:13.4375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3EpX0fMT59fRUso4ZTvnqqtnxz4Es6z { width:47.75rem;height:11.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7Jkfzbr1OTFpD7KaJ6WRFF9wrdl6viS { 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) { #DoAUMyCRcoPP7JF9SNmzTgzlEQdwWGAB { 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) { #lTSbuh5uwLiA4N2vU9XXryFA4ircGivq { top:9.875rem;left:7.40625rem;width:35.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwOrT1hp9dO4wDCPzFMWeKVPwz67C6mE { width:16.5625rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #riAhVG9KXtXBI5y8aqZLX3xflq4EDzHX { top:3rem;left:0rem;width:18.1875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZuEzDQMv2elOGT6EKfHfm78kQPfT1p8e { top:20.6875rem;left:0rem;width:15.375rem;height:3rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T32IPTKDMKPxgTRQif3SXT9KTA8clsfe { top:22.875rem;left:0rem;width:15.75rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wu7RWJ7lfM4NJ6v7h4QMKABw9vlJuayB { top:8.375rem;left:36.9375rem;width:10.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOagrRV7g02thM3rIV0bDXqTLntF1Jku { top:1.125rem;left:0rem;width:10.8125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC1LBxmfO4cUJrxNus1pvsZ5dclXwxyX { display:block; }#uC1LBxmfO4cUJrxNus1pvsZ5dclXwxyX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukiGFFqTOV6ry3nwkigORHx4SBKrqOMU { width:47.75rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCSz9tQCqJfrCnXfdwQXg9o6dBMxmO4U { top:3.125rem;left:0rem;width:45.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbNEU6RgxKEGBwBrFAL7Ud08Eeu49S33 { 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) { #ABpWR0Husw5lkPniVXQkUwlShfErWx48 { top:0rem;left:34.25rem;width:13.5rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #neswgN6A9Xwi7KWl5LEgaheC6z2szz69 { top:9rem;left:0rem;width:11.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTtAV303QHhtS21rBXLrLrmkg1reXqgr { width:16.5625rem;height:11.8125rem;top:1rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATzLBhnJoFrNNKtOz2iOJ0MrQMPfSKJS { top:1.875rem;left:35.375rem;width:11.8125rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyqUvLIWHa9kiTa415CqDWebwi70TbAL { top:2.8125rem;left:0rem;width:18.9375rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yG0BHMEZrKQCbJdH4TVLoGG1p06DTlXW { top:21rem;left:0rem;width:19.5rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EzFVGy3QpS0ZzN8lAWd1DN1e7mIVQSGc { top:23.0625rem;left:0rem;width:18rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mIuQCqV1KinVQ0fsPMeH3xRFSqxJ2ZI3 { top:9.875rem;left:7.9736328125rem;width:32.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7FOoeZpTpz6AXeacUwTEl6Oxon0CFkO { top:15.75rem;left:0rem;width:13rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urg6dQHnVRwTzVir3dSslnkIrVnmnHdt { display:block; }#Urg6dQHnVRwTzVir3dSslnkIrVnmnHdt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blIvKKxbV41gWfRypSJqDXilwF6lhRZt { top:0rem;left:0rem;width:13.4375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0dMdLTVXymWGU4cV1xaXdutJpqEFbHf { width:47.75rem;height:11.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rqv5AGywTC2hMwTGk0U2T0TC8qLGEh1b { 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) { #l2stSHqfWXSB8vUuitO5uEhBnkhkoF9N { 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) { #L1yaXINUJrdISLB8K4qAIqrOx7wV4zVc { top:9.875rem;left:7.40625rem;width:35.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #appqwm2ZhW3oNVEz4Svf2a8LUBFrElS5 { width:16.5625rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm3ZKymm43H2JwJGgZoKTgakeTzWD3yQ { top:3rem;left:0rem;width:18.1875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CuatypNInvKvSuMQhOPTBUzAch96xL04 { top:20.6875rem;left:0rem;width:20rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NotTJlTkbKdeh4UeAaCD4VTXUTi4BEec { top:22.875rem;left:0rem;width:15.75rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VtuRQD7uOxPh1Uy2hDlZRBwSAyTT14T7 { top:8.375rem;left:35.75rem;width:11.3125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1liTvHJFpxokLQl5eUUFQZMw1TM3V5V { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCZFn3czApb5rKsVNtNfDRze7HiFspI6 { display:block; }#TCZFn3czApb5rKsVNtNfDRze7HiFspI6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwNbULEDr7g6Z0SZKMubkfv35IlL0Crk { width:47.75rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9tWg02gDLUoxW7UOts84FevXaRZvSUa { top:3.125rem;left:0rem;width:45.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIsWtraW0LhKGTR2SZqtoyfxit8m38tR { 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) { #fc4mTsDaFKGcs8Lc0isEw9Z2AT4RzOux { top:0rem;left:34.25rem;width:13.5rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnEpWyBLBigykwKX0kGDuPL2e5S8P5TI { top:7.3125rem;left:0rem;width:7rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovgHWpLd0rdzCKVoPadW4d0UqECMbWMl { width:16.5625rem;height:11.8125rem;top:1rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6xQyZB3DtsvraNPervZzfRJT0DJGiGD { top:0.9375rem;left:35.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKpTetKTFbzgMqDfWx0UIMyaB3ht0BJq { top:2.8125rem;left:0rem;width:18.9375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4vZJsBBvWMvICuGTIJAz636FXbRTXWy { top:21rem;left:0rem;width:19.5rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IkPT8tiR5GIE2BBAHrtd52AoL852pXJL { top:23rem;left:0rem;width:18rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qAWJNREFkbr4eb24rQHimau0lNAZZain { top:9.875rem;left:7.9736328125rem;width:32.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAT3SLtdpG0XT68MeLp6c4zBphplGmo3 { display:block; }#MAT3SLtdpG0XT68MeLp6c4zBphplGmo3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmI5oxIVG57JyMnNHSJrz5qwbz3TT287 { top:0rem;left:0rem;width:13.4375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQDLJO52Oo8raMMVeEEdomL9J1SDciFP { width:47.75rem;height:11.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4ByKRQAOAK7BJJTqIJvCc8eWX31wc7V { 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) { #gePdzFcGhiItXVOfBmTXx5LoBNnspCW1 { 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) { #WbgcSpXckTrqtRx24OPmxwdOmEIUReAW { top:9.875rem;left:7.40625rem;width:27.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8UkLTcTsJRwAHPOeWQrBgt6zZ7lKeM4 { width:16.5625rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyo9K1Pev8QAtED1t4LupG9qxI2I1T0w { top:3rem;left:0rem;width:18.1875rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GrIQ8sqx61NFTXNgeRCCC71DoreaqmTi { top:20.6875rem;left:0rem;width:20rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #U5Jb1F7h3dLgTLtNBETHWWi4R4A4InFk { top:22.8125rem;left:0rem;width:14.8125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqX9pUReWMAx0R94a79ObVPvc9hTui7x { top:5rem;left:38.4375rem;width:9.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4Xi584peMFQp4QR430pTITlhUsPSWcM { top:1.3125rem;left:0rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTDxWoVKyuHIbHiKbgXpOqBfTPEEuM1K { display:block; }#gTDxWoVKyuHIbHiKbgXpOqBfTPEEuM1K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dhXCzapcBO0zc3LXdefIIAvxzJUX1MRn { width:47.75rem;height:11.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQoO0JsKrwDKlb5rbSiqAfTJ970b7nEZ { top:3.125rem;left:0rem;width:45.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEbDbJLZc8EetNDl45uEt91dkkTPIHMB { 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) { #LMwhyFgaToTS1aqbTgniezcNzVqeMLko { top:0rem;left:34.25rem;width:13.5rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONAQ0k2PvyJKCAsACoGh9SJUJN2ZGcFd { top:8.875rem;left:0rem;width:10.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTFFdxmOFJGJkHEAPtlrqCJ2yXJotE6X { width:16.5625rem;height:11.8125rem;top:1rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yefECC3pn524pPakVUdAFx2yEMT8UOAD { top:0.9375rem;left:35.875rem;width:11.75rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLNuGzCTdLXQFowaFrI9Fmzf9XVHROxD { top:2.8125rem;left:0rem;width:18.9375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yplKsiUAZdMNUprQf9svZTyUOd1emUIt { top:21rem;left:0rem;width:19.5rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #F40W90tnS4XZIJG49XhkOT2E0hqCEwCn { top:23rem;left:0rem;width:18rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iyDSyD6xsQ6O9akhRGO4IA9bzrJB6fLF { 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:block; }#yo2rfaBLUOWOqfdNelbRW5qJiiTK1JgX > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@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:none; }#EkZPBKGTTivPxIhk3WAl6KAKzVvlwA6s > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@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) { #NGcqCTR2VnCbA4E0l8eO8ztNMtS2nzJd { display:block; }#NGcqCTR2VnCbA4E0l8eO8ztNMtS2nzJd > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNJri8hto4ywAPPNacmobrPoZ5FwoXQv { width:13.4375rem;height:10rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #JoqinwN8Gh4T4ASkXxTdT5E28qiJQHqy { width:20rem;height:17.8125rem;top:1.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwHAis5hy1cZ6wsoX0IPfae1Jw3RHK3r { width:18.75rem;height:9.746125rem;top:14.4384765625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WSnTKCQWshahiQpiimQIQuHfZBxZU3LV { 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) { #b1dyOipTBxifZPhwGV6oAAsFEdvsA166 { 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) { #yaiMOmliwSgrIcwvT0shwxvlPLpogavf { width:16.5625rem;height:11.8125rem;top:28.373046875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpNRKhtKdiI50eN4aCMt9E3u1z1yrufI { 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) { #z1Wha5450r07vsogEMpKi3k5xhaNgGOR { 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) { #zfwTOihRasLy3hEmbQnJfhCfwwOFmK29 { 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) { #vNPciPVbgTcFTc5QR2vkSfPx71bddOKJ { 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) { #PSCIAACwOfIFpX8AI2HhHW3JzINTI5HI { width:12.8125rem;height:12.8125rem;top:0rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTzMHTfxLoyurt62GCSG0MBgolfl4vTs { width:3.75rem;height:3.75rem;top:6.94921875rem;left:14.4443359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0JyEHGUuExewwqg71hdoQDoQdBkTX17 { display:block; }#S0JyEHGUuExewwqg71hdoQDoQdBkTX17 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uypp3HHHd3GsosTuss3RxZ5vIlV6qK7G { width:20rem;height:17.8125rem;top:1.9970703125rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #P4SxLsHBGNuqEFxTUazTENVBTmhTtaQX { 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) { #VLxu9Rp7bqRzHNzTxSSSXlzQ7q2xtwpO { 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) { #FpX3vs2ZTRk08e57QFMSCbMqpDb2OG18 { width:13.4375rem;height:7.5rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #m27VfogSMn1Mld8conqqIVGds3Vc38d2 { 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) { #pneaLUq5bJUKvINhGt5QoilQ9q9dT40w { width:16.5625rem;height:11.8125rem;top:50.8095703125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kKdozH7ipMVPuZhSvn0GkaKalllfGEob { 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) { #blJHu4WdAuPFh37o9681aEdbTF0mBlk6 { 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) { #yzNCltcWFKc81tLCfSK4zMm4TWnGlshz { 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) { #vvhhBcpXK9shp26V5fgdXgmqW40FhUeZ { 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) { #AAsTGMKddX6P0K2Vi12wppz5HienP4w0 { 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) { #wAsy4G5hxFD7rCn2vVc5oTM1bhTfTRUK { display:block; }#wAsy4G5hxFD7rCn2vVc5oTM1bhTfTRUK > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIBv1T63irBJIeWJXy14irzh5J4dqIUZ { width:13.4375rem;height:10rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Oto8GOH6RT7wq6lFvwqGoGGENXz70pAe { width:20rem;height:17.8125rem;top:1.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRy7VmTlVhUJBgDDWdKwqmflEvyKUx0X { width:18.75rem;height:9.746125rem;top:14.4384765625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pvJ1Adi3bZ7r5gZTuc6yMTg29vWpK5WC { 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) { #MIO6bFcf0JxemwnqsqSZgXv5pdznqhq4 { 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) { #UX962zcQ2GvIauKLieKeeoO41q1bmDbS { width:16.5625rem;height:11.8125rem;top:28.373046875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tniuI3zmTdZUfHLODTEr6XF5J7M3zr8t { 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) { #hV1iRc14Zhpkw1bnCwPvvNEM7BZHbTJH { 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) { #sq2Bo3TFDeoyTNdhBiRZiRUXrBnGJs53 { 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) { #eTsula4d53HsTkkJR8mflbiK0xJZJWAk { width:8.875rem;height:2.9375rem;top:6.248046875rem;left:10.584603658537rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6Sd5KsEzaxSFOARR5EJ1ATwxEmkJ8oR { width:13.8125rem;height:13.625rem;top:6.248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQwCaPxkdTIZunEswQ54kuRDFTi6dRLf { display:block; }#yQwCaPxkdTIZunEswQ54kuRDFTi6dRLf > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPieDk2vh65KAv1zraHFqZGdsQtiV3v8 { width:20rem;height:17.8125rem;top:1.9970703125rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #gQCnrwOCGSLmtH74FEkhTQwkkKTEps89 { 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) { #fFrP1dDR8vbd7XhF6q29C5TlsTJZw3fG { 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) { #PGBcMKVmHVqLvceBDyRMe4KHdTddXMkk { width:13.4375rem;height:7.5rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Bka1DIq0AJFNshpyIyrD5MhWw9KK30Gi { width:3.5rem;height:3.0625rem;top:6.8095703125rem;left:0.96875rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #z7TRSOgFCRc4KrFwxW08BuOcdtyb19U1 { width:16.5625rem;height:11.8125rem;top:50.8095703125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmPgxWdC2Lg9KBb1hI0vSp592nck5hzh { 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) { #BiRn97zklMCQTCnEwTVd1L1GP0FbV3OG { 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) { #B7F7TgVxAJfzZHpnV3D3ZkdahZqTFgE0 { 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) { #gENPfycTsR6uLgz5AluVgtvRxR6IuWHR { 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) { #m51hKNkmbVI7MKd7TfySc3kynD14yGGX { 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) { #boiPLlK3dOW7xTFvizn5rRl77waTIHEL { display:block; }#boiPLlK3dOW7xTFvizn5rRl77waTIHEL > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dp1vko4wu0MMkDV5w5B8xF5KFmVTrXSx { width:13.4375rem;height:10rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #JVnTeAHGI71CEJk2Zm9Zm40H04BqoCQv { width:20rem;height:17.8125rem;top:1.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvXswtMSe9aWxrDPlvX1Ubcgdc2D1862 { width:18.75rem;height:9.746125rem;top:14.4384765625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #C0bGSAnGHE4zKWUxCe3SrzFSQNpqug3d { 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) { #IlxalrsA7GynEV3lbCkozyZarDpWksUl { 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) { #WL9QJzln5aIFzwsHmCwGg4DTXiJlGONt { width:16.5625rem;height:11.8125rem;top:28.373046875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mrayOuUmXJHlcHaCmLuDxsnnKXp9fEmI { 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) { #ZquuB0FXx6tKSzEZMRUKR42XqUUBEmxm { 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) { #T2gn8QieKhculoUXG6hdkErVToPTqRyL { 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) { #v9kbDLK3aKcBIZe1kLv75SRnsETVdJ5u { width:6.375rem;height:2.625rem;top:6.8125rem;left:12.20703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #taIlCrwrhXVip5paoihkzkbNveQbV1W9 { width:11.625rem;height:13.875rem;top:5.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUKuO23rKWKefQDzfaxxD795Avxo5vQD { display:block; }#CUKuO23rKWKefQDzfaxxD795Avxo5vQD > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubrfZ9ZCiBVet5iAgnHVHhd5HJTtZ6R9 { width:20rem;height:17.8125rem;top:1.9970703125rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #g9lPpEEKHME2I1h6B00x9fxtk6Jt5PBQ { 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) { #NhkSK8bQw0fEDMAFyLV2yGQrn2WCVXoI { 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) { #heff8OTCMXHJXGAq3tszIzSApyq2TOtk { width:13.4375rem;height:7.5rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #RItTHmaoCd0wdopgXSHGV8af3zVCDdCN { 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) { #ZebXoG62N5EzmaibzcItVCqz0kGCT5yz { width:16.5625rem;height:11.8125rem;top:50.8095703125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UdrBnTxi91Mn9UGepFPmhAhaPVZR9tz4 { 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) { #hQ4Gu0uFHQVHeW2KxrKuBZQD9m6rFmZ5 { 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) { #SEP9i8xPFM9b0UKwZzSRwsDIIlNHNUJ4 { 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) { #s9JNQeTCUUE34cG3iXeFxc7T92vgIMX5 { 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) { #OUqAl7Ac2RI8ik6Ra6TkMNKrayXbGdXp { 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) { #B7yveMAdO0Xh7TKIaqDIdpLyg5UGOM3a { display:block; }#B7yveMAdO0Xh7TKIaqDIdpLyg5UGOM3a > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G589SsT7WA64IqPaE98TGzD8H2C8m3FG { width:13.4375rem;height:10rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #y3EpX0fMT59fRUso4ZTvnqqtnxz4Es6z { width:20rem;height:17.8125rem;top:1.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7Jkfzbr1OTFpD7KaJ6WRFF9wrdl6viS { width:18.75rem;height:9.746125rem;top:14.4384765625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DoAUMyCRcoPP7JF9SNmzTgzlEQdwWGAB { 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) { #lTSbuh5uwLiA4N2vU9XXryFA4ircGivq { 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) { #AwOrT1hp9dO4wDCPzFMWeKVPwz67C6mE { width:16.5625rem;height:11.8125rem;top:28.373046875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #riAhVG9KXtXBI5y8aqZLX3xflq4EDzHX { 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) { #ZuEzDQMv2elOGT6EKfHfm78kQPfT1p8e { 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) { #T32IPTKDMKPxgTRQif3SXT9KTA8clsfe { 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) { #wu7RWJ7lfM4NJ6v7h4QMKABw9vlJuayB { width:8rem;height:2.125rem;top:7.873046875rem;left:11.027083333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOagrRV7g02thM3rIV0bDXqTLntF1Jku { width:11.625rem;height:12.5625rem;top:7.310546875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC1LBxmfO4cUJrxNus1pvsZ5dclXwxyX { display:block; }#uC1LBxmfO4cUJrxNus1pvsZ5dclXwxyX > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukiGFFqTOV6ry3nwkigORHx4SBKrqOMU { width:20rem;height:17.8125rem;top:1.9970703125rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #gCSz9tQCqJfrCnXfdwQXg9o6dBMxmO4U { 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) { #PbNEU6RgxKEGBwBrFAL7Ud08Eeu49S33 { 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) { #ABpWR0Husw5lkPniVXQkUwlShfErWx48 { width:13.4375rem;height:7.5rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #neswgN6A9Xwi7KWl5LEgaheC6z2szz69 { 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) { #JTtAV303QHhtS21rBXLrLrmkg1reXqgr { width:16.5625rem;height:11.8125rem;top:50.8095703125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATzLBhnJoFrNNKtOz2iOJ0MrQMPfSKJS { 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) { #zyqUvLIWHa9kiTa415CqDWebwi70TbAL { 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) { #yG0BHMEZrKQCbJdH4TVLoGG1p06DTlXW { 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) { #EzFVGy3QpS0ZzN8lAWd1DN1e7mIVQSGc { 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) { #mIuQCqV1KinVQ0fsPMeH3xRFSqxJ2ZI3 { 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) { #v7FOoeZpTpz6AXeacUwTEl6Oxon0CFkO { width:11.625rem;height:11.625rem;top:7.310546875rem;left:0.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Urg6dQHnVRwTzVir3dSslnkIrVnmnHdt { display:block; }#Urg6dQHnVRwTzVir3dSslnkIrVnmnHdt > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blIvKKxbV41gWfRypSJqDXilwF6lhRZt { width:13.4375rem;height:10rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #i0dMdLTVXymWGU4cV1xaXdutJpqEFbHf { width:20rem;height:17.8125rem;top:1.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rqv5AGywTC2hMwTGk0U2T0TC8qLGEh1b { width:18.75rem;height:9.746125rem;top:14.4384765625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #l2stSHqfWXSB8vUuitO5uEhBnkhkoF9N { 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) { #L1yaXINUJrdISLB8K4qAIqrOx7wV4zVc { 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) { #appqwm2ZhW3oNVEz4Svf2a8LUBFrElS5 { width:16.5625rem;height:11.8125rem;top:28.373046875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fm3ZKymm43H2JwJGgZoKTgakeTzWD3yQ { 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) { #CuatypNInvKvSuMQhOPTBUzAch96xL04 { 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) { #NotTJlTkbKdeh4UeAaCD4VTXUTi4BEec { 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) { #VtuRQD7uOxPh1Uy2hDlZRBwSAyTT14T7 { width:8rem;height:1.9375rem;top:7.873046875rem;left:11.027083333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1liTvHJFpxokLQl5eUUFQZMw1TM3V5V { 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) { #TCZFn3czApb5rKsVNtNfDRze7HiFspI6 { display:block; }#TCZFn3czApb5rKsVNtNfDRze7HiFspI6 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwNbULEDr7g6Z0SZKMubkfv35IlL0Crk { width:20rem;height:17.8125rem;top:1.9970703125rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #V9tWg02gDLUoxW7UOts84FevXaRZvSUa { 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) { #cIsWtraW0LhKGTR2SZqtoyfxit8m38tR { 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) { #fc4mTsDaFKGcs8Lc0isEw9Z2AT4RzOux { width:13.4375rem;height:7.5rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #RnEpWyBLBigykwKX0kGDuPL2e5S8P5TI { 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) { #ovgHWpLd0rdzCKVoPadW4d0UqECMbWMl { width:16.5625rem;height:11.8125rem;top:50.8095703125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H6xQyZB3DtsvraNPervZzfRJT0DJGiGD { 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) { #eKpTetKTFbzgMqDfWx0UIMyaB3ht0BJq { 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) { #T4vZJsBBvWMvICuGTIJAz636FXbRTXWy { 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) { #IkPT8tiR5GIE2BBAHrtd52AoL852pXJL { 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) { #qAWJNREFkbr4eb24rQHimau0lNAZZain { 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) { #MAT3SLtdpG0XT68MeLp6c4zBphplGmo3 { display:block; }#MAT3SLtdpG0XT68MeLp6c4zBphplGmo3 > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmI5oxIVG57JyMnNHSJrz5qwbz3TT287 { width:13.4375rem;height:10rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #qQDLJO52Oo8raMMVeEEdomL9J1SDciFP { width:20rem;height:17.8125rem;top:1.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4ByKRQAOAK7BJJTqIJvCc8eWX31wc7V { width:18.75rem;height:9.746125rem;top:14.4384765625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gePdzFcGhiItXVOfBmTXx5LoBNnspCW1 { 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) { #WbgcSpXckTrqtRx24OPmxwdOmEIUReAW { 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) { #w8UkLTcTsJRwAHPOeWQrBgt6zZ7lKeM4 { width:16.5625rem;height:11.8125rem;top:28.373046875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cyo9K1Pev8QAtED1t4LupG9qxI2I1T0w { 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) { #GrIQ8sqx61NFTXNgeRCCC71DoreaqmTi { 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) { #U5Jb1F7h3dLgTLtNBETHWWi4R4A4InFk { 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) { #OqX9pUReWMAx0R94a79ObVPvc9hTui7x { width:6.6875rem;height:6.6875rem;top:4.873046875rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4Xi584peMFQp4QR430pTITlhUsPSWcM { width:13.625rem;height:13.5625rem;top:6.310546875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gTDxWoVKyuHIbHiKbgXpOqBfTPEEuM1K { display:block; }#gTDxWoVKyuHIbHiKbgXpOqBfTPEEuM1K > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dhXCzapcBO0zc3LXdefIIAvxzJUX1MRn { width:20rem;height:17.8125rem;top:1.9970703125rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #EQoO0JsKrwDKlb5rbSiqAfTJ970b7nEZ { 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) { #WEbDbJLZc8EetNDl45uEt91dkkTPIHMB { 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) { #LMwhyFgaToTS1aqbTgniezcNzVqeMLko { width:13.4375rem;height:7.5rem;top:0rem;left:3.28125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ONAQ0k2PvyJKCAsACoGh9SJUJN2ZGcFd { 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) { #xTFFdxmOFJGJkHEAPtlrqCJ2yXJotE6X { width:16.5625rem;height:11.8125rem;top:50.8095703125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yefECC3pn524pPakVUdAFx2yEMT8UOAD { 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) { #kLNuGzCTdLXQFowaFrI9Fmzf9XVHROxD { 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) { #yplKsiUAZdMNUprQf9svZTyUOd1emUIt { 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) { #F40W90tnS4XZIJG49XhkOT2E0hqCEwCn { 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) { #iyDSyD6xsQ6O9akhRGO4IA9bzrJB6fLF { 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:block; }#kyORb7WCTeQpx4wDodHSa20Q9ya1MXed > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@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:none; }#dhvLB9PNKNsRUy9mZTFOxpeBTnEZ0iFf > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@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.3125rem;top:0rem;left:0rem;overflow:hidden;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; }
 }