.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;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 {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:91.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#m3Tq2O9rcVr6ZNNIFKgpSWh4kb1RzMLo { color:#1d2128;display:block;width:49.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.8046875rem;left:5.0598964691162rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#TrHart4xlhAZwcQTqlZiS25JUHOBqFSs { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:22.5rem;left:11.25rem;height:67.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T088CogMRSGITgVGILmnH4WSwZTbam8U { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.871625rem;width:10.060375rem;top:1.25rem;left:25rem;overflow:hidden;display:block; }
#eOpGlAnc89kRzk0HgkeAQThkLDlNxcOb { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33rem;width:57.5rem;top:0rem;left:1.25rem;overflow:hidden;display:block; }
#FMCf3EedX741lwIlaxazVnn84pMbFWac { color:#29ce60;display:block;width:37.5625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.76171875rem;left:11.0625rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wxS8dcNUzfNVGLzJqDBl8838IDbyM5A8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:5.5625rem;top:18.125rem;left:5rem;overflow:hidden;display:block; }
#litQ3tw7nNe0myqMe6fd5l8huMim7cX0 { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#litQ3tw7nNe0myqMe6fd5l8huMim7cX0 > .row .container { background-color: transparent; background-image: none; }#litQ3tw7nNe0myqMe6fd5l8huMim7cX0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#litQ3tw7nNe0myqMe6fd5l8huMim7cX0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#litQ3tw7nNe0myqMe6fd5l8huMim7cX0 > .row .container > .video-iframe-container { display: none; }#litQ3tw7nNe0myqMe6fd5l8huMim7cX0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#litQ3tw7nNe0myqMe6fd5l8huMim7cX0 > .row > .video-iframe-container { display: none; }#litQ3tw7nNe0myqMe6fd5l8huMim7cX0 > .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); }#litQ3tw7nNe0myqMe6fd5l8huMim7cX0 > .row .container { border-width: 0; border-radius: 0; }#litQ3tw7nNe0myqMe6fd5l8huMim7cX0 > .row > .video-iframe-container {  }#litQ3tw7nNe0myqMe6fd5l8huMim7cX0 > .row .container { font-size:0.875rem;font-family:arial;height:442.625rem;width:60rem;overflow:visible;position:relative;display:block; }#v8ahzQgUR9CfrZ9Mqmhvku2SLSFJir6i { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:10.0625rem;left:11.25rem;height:432rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gooF4KwyOthObgBRLuPyKzxmRuqSXNpW { color:#000000;display:block;width:37.5625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.8125rem;left:11.25rem;height:4.225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dURkgdlOXfEM6A0s2JDDt4CfxNXXN7sO { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:5.5625rem;top:3.1875rem;left:4.4375rem;overflow:hidden;display:block; }
#PLEXAcfdZEJ6NZ3PptEaiLDzqVgxKV2o { position:relative;display:block; }#PLEXAcfdZEJ6NZ3PptEaiLDzqVgxKV2o { background-color: transparent; background-image: none; }#PLEXAcfdZEJ6NZ3PptEaiLDzqVgxKV2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLEXAcfdZEJ6NZ3PptEaiLDzqVgxKV2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLEXAcfdZEJ6NZ3PptEaiLDzqVgxKV2o > .row .container > .video-iframe-container { display: none; }#PLEXAcfdZEJ6NZ3PptEaiLDzqVgxKV2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLEXAcfdZEJ6NZ3PptEaiLDzqVgxKV2o > .row > .video-iframe-container { display: none; }#PLEXAcfdZEJ6NZ3PptEaiLDzqVgxKV2o > .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); }#PLEXAcfdZEJ6NZ3PptEaiLDzqVgxKV2o { border-width: 0; border-radius: 0; }#PLEXAcfdZEJ6NZ3PptEaiLDzqVgxKV2o > .row .container > .video-iframe-container {  }#PLEXAcfdZEJ6NZ3PptEaiLDzqVgxKV2o > .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.1875rem;width:60rem;position:relative;display:block; }#eO3Tg5eoO1ydQymMqJti607gHsvzKAT1 { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:1.1875rem;left:11.25rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CN9pT0uau4ZZiIdVn01nwpCiz81EDcrg { position:relative;display:none; }#CN9pT0uau4ZZiIdVn01nwpCiz81EDcrg { border-width: 0; border-radius: 0; }#CN9pT0uau4ZZiIdVn01nwpCiz81EDcrg > .row .container > .video-iframe-container {  }#CN9pT0uau4ZZiIdVn01nwpCiz81EDcrg > .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:202.3125rem;width:60rem;position:relative;display:none; }#qoABoGtmxBLSXxcIK7QmKU0nRT59LrTO { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:2.9375rem;left:11.25rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qvudqpLWbUCGmVq6CMkvX2pV36z6h6Jo { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:177.5625rem;left:11.25rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xyPlJFLJLu5qUh4XSQSKTEENd0vTAJAe { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.25rem;left:28.75rem;height:197.5702125rem;display:none; }
#wx3VzKLAOA8zCLQzULWF1p9LEbMmdczN { position:relative;display:block; }#wx3VzKLAOA8zCLQzULWF1p9LEbMmdczN { background-color: transparent; background-image: none; }#wx3VzKLAOA8zCLQzULWF1p9LEbMmdczN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wx3VzKLAOA8zCLQzULWF1p9LEbMmdczN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wx3VzKLAOA8zCLQzULWF1p9LEbMmdczN > .row .container > .video-iframe-container { display: none; }#wx3VzKLAOA8zCLQzULWF1p9LEbMmdczN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wx3VzKLAOA8zCLQzULWF1p9LEbMmdczN > .row > .video-iframe-container { display: none; }#wx3VzKLAOA8zCLQzULWF1p9LEbMmdczN > .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); }#wx3VzKLAOA8zCLQzULWF1p9LEbMmdczN { border-width: 0; border-radius: 0; }#wx3VzKLAOA8zCLQzULWF1p9LEbMmdczN > .row .container > .video-iframe-container {  }#wx3VzKLAOA8zCLQzULWF1p9LEbMmdczN > .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:202.3125rem;width:60rem;position:relative;display:block; }#yZts8osvPse8DLwEFSmMruwdxpLzumIz { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:2.9375rem;left:11.25rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wbJHLrGMdgznIO0Gd6vuDfhH8qpnWRee { color:#000000;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:18.75rem;height:196.3rem;display:block; }
#FzA28nEOnya32AOHGp9P96FR185AScnQ { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.25rem;left:27.5625rem;height:197.6rem;display:block; }
#MTfEXuzR67oMXPIWBMNMfaoWOZJ9yWLz { color:#000000;display:block;width:6.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.25rem;left:11.25rem;height:195rem;display:block; }
#PUgOcL4ugho5QsUJToFtqEmIupirvEXK { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:177.5625rem;left:11.25rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UzceFVQ2bLdWMkxJ3R01BWDq22sbB3Bt { position:relative;display:block; }#UzceFVQ2bLdWMkxJ3R01BWDq22sbB3Bt { background-color: transparent; background-image: none; }#UzceFVQ2bLdWMkxJ3R01BWDq22sbB3Bt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzceFVQ2bLdWMkxJ3R01BWDq22sbB3Bt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzceFVQ2bLdWMkxJ3R01BWDq22sbB3Bt > .row .container > .video-iframe-container { display: none; }#UzceFVQ2bLdWMkxJ3R01BWDq22sbB3Bt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzceFVQ2bLdWMkxJ3R01BWDq22sbB3Bt > .row > .video-iframe-container { display: none; }#UzceFVQ2bLdWMkxJ3R01BWDq22sbB3Bt > .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); }#UzceFVQ2bLdWMkxJ3R01BWDq22sbB3Bt { border-width: 0; border-radius: 0; }#UzceFVQ2bLdWMkxJ3R01BWDq22sbB3Bt > .row .container > .video-iframe-container {  }#UzceFVQ2bLdWMkxJ3R01BWDq22sbB3Bt > .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:17rem;width:60rem;position:relative;display:block; }#TWKAsNTN9mvDU27sgW0T0vTMQ5TyV34L { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:2.125rem;left:11.25rem;height:11.8125rem;display:block; }
#WxX5WzeHStOmbn4RxeMHrDUf1OEJCnnG { position:relative;display:block; }#WxX5WzeHStOmbn4RxeMHrDUf1OEJCnnG { background-color: transparent; background-image: none; }#WxX5WzeHStOmbn4RxeMHrDUf1OEJCnnG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxX5WzeHStOmbn4RxeMHrDUf1OEJCnnG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxX5WzeHStOmbn4RxeMHrDUf1OEJCnnG > .row .container > .video-iframe-container { display: none; }#WxX5WzeHStOmbn4RxeMHrDUf1OEJCnnG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxX5WzeHStOmbn4RxeMHrDUf1OEJCnnG > .row > .video-iframe-container { display: none; }#WxX5WzeHStOmbn4RxeMHrDUf1OEJCnnG > .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); }#WxX5WzeHStOmbn4RxeMHrDUf1OEJCnnG { border-width: 0; border-radius: 0; }#WxX5WzeHStOmbn4RxeMHrDUf1OEJCnnG > .row .container > .video-iframe-container {  }#WxX5WzeHStOmbn4RxeMHrDUf1OEJCnnG > .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:17.0625rem;width:60rem;position:relative;display:block; }#GyecZw2UFnJVIhS2TcWDapyGbH73intr { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:0.125rem;left:11.25rem;height:16.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AP3fXPILJnNN6ReALspaf3nTST3vCT0x { position:relative;display:block; }#AP3fXPILJnNN6ReALspaf3nTST3vCT0x { background-color: transparent; background-image: none; }#AP3fXPILJnNN6ReALspaf3nTST3vCT0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AP3fXPILJnNN6ReALspaf3nTST3vCT0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AP3fXPILJnNN6ReALspaf3nTST3vCT0x > .row .container > .video-iframe-container { display: none; }#AP3fXPILJnNN6ReALspaf3nTST3vCT0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AP3fXPILJnNN6ReALspaf3nTST3vCT0x > .row > .video-iframe-container { display: none; }#AP3fXPILJnNN6ReALspaf3nTST3vCT0x > .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); }#AP3fXPILJnNN6ReALspaf3nTST3vCT0x { border-width: 0; border-radius: 0; }#AP3fXPILJnNN6ReALspaf3nTST3vCT0x > .row .container > .video-iframe-container {  }#AP3fXPILJnNN6ReALspaf3nTST3vCT0x > .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:37.375rem;width:60rem;position:relative;display:block; }#UWWCwKtRJP5ttkGfsVRWpBmeXciphySL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.125rem;left:22.5rem;height:28.6rem;display:block; }
#T5Toy9MUaiQTPcy7Dk73by2QMKUQRQ4B { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.125rem;left:11.25rem;height:32.5rem;display:block; }
#M3zmZa552ULuU7eSzXJt3K9TuRH9yMC0 { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.125rem;left:36.1875rem;height:26rem;display:block; }
#FVyA8vVEtFSabcBopqFT6bT1LzvP3WVk { position:absolute;display:block;z-index:15008;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.9375rem;width:42.625rem;top:5.25rem;left:8.75rem;display:block; }
#Zru2LzGnvCiOAPayglftmwIgFW0iRDfW { position:absolute;display:block;z-index:15009;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.9375rem;width:42.625rem;top:25.875rem;left:8.75rem;display:block; }
#PxctkLQU7aTR2cgEg2AoUrUO1yMmCOEm { position:relative;display:none; }#PxctkLQU7aTR2cgEg2AoUrUO1yMmCOEm { border-width: 0; border-radius: 0; }#PxctkLQU7aTR2cgEg2AoUrUO1yMmCOEm > .row .container > .video-iframe-container {  }#PxctkLQU7aTR2cgEg2AoUrUO1yMmCOEm > .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:37.375rem;width:60rem;position:relative;display:none; }#b4rP1f3I0Xh8ATm4zKof3SyczmeQX7IG { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.125rem;left:11.25rem;height:32.49510625rem;display:none; }
#cEmTTgzXI1NMvefzD8dRU3IXUNDonPfH { position:relative;display:block; }#cEmTTgzXI1NMvefzD8dRU3IXUNDonPfH { background-color: transparent; background-image: none; }#cEmTTgzXI1NMvefzD8dRU3IXUNDonPfH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEmTTgzXI1NMvefzD8dRU3IXUNDonPfH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEmTTgzXI1NMvefzD8dRU3IXUNDonPfH > .row .container > .video-iframe-container { display: none; }#cEmTTgzXI1NMvefzD8dRU3IXUNDonPfH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEmTTgzXI1NMvefzD8dRU3IXUNDonPfH > .row > .video-iframe-container { display: none; }#cEmTTgzXI1NMvefzD8dRU3IXUNDonPfH > .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); }#cEmTTgzXI1NMvefzD8dRU3IXUNDonPfH { border-width: 0; border-radius: 0; }#cEmTTgzXI1NMvefzD8dRU3IXUNDonPfH > .row .container > .video-iframe-container {  }#cEmTTgzXI1NMvefzD8dRU3IXUNDonPfH > .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:25.9375rem;width:60rem;position:relative;display:block; }#Tv8EzCNRRovwPfGUIkc8szVAAo9bvmNT { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:0.125rem;left:11.25rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xupzs54dnOVvzKpxRTMkB9lJFLw7kbDD { position:relative;display:none; }#Xupzs54dnOVvzKpxRTMkB9lJFLw7kbDD { border-width: 0; border-radius: 0; }#Xupzs54dnOVvzKpxRTMkB9lJFLw7kbDD > .row .container > .video-iframe-container {  }#Xupzs54dnOVvzKpxRTMkB9lJFLw7kbDD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.1);background-image:none;font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;position:relative;display:none; }#itQr5sbrLCgG73lBFWSPhUBGEImqMTxP { color:#000000;display:block;width:16.31125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:11.0625rem;left:1.25rem;height:10.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fUtIVCMrrRs91lbsqQJAeHaX6zOWeZoo { color:#000000;display:block;width:16.31125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:11.0625rem;left:21.25rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P39W7PyK47VZynMwX3cZyoRzSLLfL6wQ { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:11.0625rem;left:41.25rem;height:10.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B1ohbKq01ARvghrFVfcccTAwlSyMOZUc { color:#1d2128;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.3125rem;left:1.25rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Io6qQDBJ6X5lsnxkuIQGzDK2Q6HhxLpG { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.3125rem;left:21.25rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GxZMZFTqQvRyQMIX439L5cpOmqOfb6qd { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.3125rem;left:41.25rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qlusBZKaIZP8AJhHMVcVRJfS0vMSqJPD { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:5.3125rem;top:7.875rem;left:0rem;overflow:hidden;display:block; }
#xRbg3KvthoH9WP6XTqngRt9d1TI2LTBw { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:5.3125rem;top:7.875rem;left:20rem;overflow:hidden;display:block; }
#LCEGpMQo4wuTmTNiw1eT5mlK8GQSxebC { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:5.3125rem;top:7.875rem;left:40rem;overflow:hidden;display:block; }
#UhzxNrN6iOzlRFypg83VtlCztblQavzH { color:rgba(0,0,0,0.6);display:block;width:6.75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.8372402191162rem;left:1.25rem;height:0.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#igxTHFsw4MbAQnvcGiKVTrPkz2S1TxhP { color:rgba(0,0,0,0.6);display:block;width:6.75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.8372402191162rem;left:21.25rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FAl3WN1TZrGr8rEs0h5F2DENgJyseUD4 { color:rgba(0,0,0,0.6);display:block;width:6.75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.8372402191162rem;left:41.25rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lUspy0m9HbmsRhs04bwOnr0AJwHQxGzz { position:relative;display:none; }#lUspy0m9HbmsRhs04bwOnr0AJwHQxGzz { border-width: 0; border-radius: 0; }#lUspy0m9HbmsRhs04bwOnr0AJwHQxGzz > .row .container > .video-iframe-container {  }#lUspy0m9HbmsRhs04bwOnr0AJwHQxGzz > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.1);background-image:none;font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;position:relative;display:none; }#a1EUTzcpWOyut1bR6IywV4Th12RBDqhP { color:#000000;display:block;width:16.31125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:11.0625rem;left:1.25rem;height:10.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LxeAWCP7AzB6KTWN913b8bQ4WiFTuZLV { color:#000000;display:block;width:16.31125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:11.0625rem;left:21.25rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kouk00epmO7AxJU2FX5BELvnP7NTJs5c { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:11.0625rem;left:41.25rem;height:10.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lsz3oSIhITuKsokNaT7AMemxzro7nCip { color:#1d2128;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.3125rem;left:1.25rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZyaFztPTvNoS1NpCZ1iUp0i9ACK2P4R4 { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.3125rem;left:21.25rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ztIvMUItTUQumHnJMQJM6Dx5q0vvu34I { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.3125rem;left:41.25rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IPI2xFZ6BKZaom6Oi6SfzUHLpcS9v3Ix { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:5.3125rem;top:7.875rem;left:0rem;overflow:hidden;display:block; }
#Q5tM6MTxDPHwxbI7KmZd5xEAiHgLSVgM { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:5.3125rem;top:7.875rem;left:20rem;overflow:hidden;display:block; }
#vwq056i0nuV0u06SToEuxpclFyS2lNUC { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:5.3125rem;top:7.875rem;left:40rem;overflow:hidden;display:block; }
#Zrg4oxafG4rhzcgHErPeWx0ZnQvH8AZg { color:rgba(0,0,0,0.6);display:block;width:6.75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.8372402191162rem;left:1.25rem;height:0.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TGn1rvJXecpnTJtemqOyXdCmdUaAkDm2 { color:rgba(0,0,0,0.6);display:block;width:6.75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.8372402191162rem;left:21.25rem;height:0.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c2IDsO5TSTriEPMVqpp2hURfNNF2CCwp { color:rgba(0,0,0,0.6);display:block;width:6.75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.8372402191162rem;left:41.25rem;height:0.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2128;background-image:none;position:relative;display:block; }#E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX > .row .container { background-color: transparent; background-image: none; }#E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX > .row .container > .video-iframe-container { display: none; }#E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX > .row > .video-iframe-container { display: none; }#E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX > .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); }#E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX > .row .container { border-width: 0; border-radius: 0; }#E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX > .row > .video-iframe-container {  }#E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:60rem;position:relative;display:block; }#gqF9Re2AXcDs0tfgMHuNLd0gZoB0ZF6n { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.125rem;left:45.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#TD7n8Qd0AzZWeqLcDNealTthXxOigbpD { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:4.0625rem;top:4.1875rem;left:50rem;overflow:hidden;display:block; }
#LJSfMPUTKmREqQ18eLyUTWRJQduTW5lV { color:#ffffff;display:block;width:26.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:2.9375rem;left:0.0625rem;height:1.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QXtPdF66qkyEHDHKrCc4WD7MHyoLXTlL { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:5.4375rem;left:0.0625rem;height:1.22514375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ocZ7J6KFia3e0nStfGBpwsTUWcHFJhGe { background-color:#1d2128;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f7f7f7;border-left:0.125rem solid #f7f7f7;border-right:0.125rem solid #f7f7f7;border-bottom:0.125rem solid #f7f7f7;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:7.9375rem;left:0rem;display:block; }
#v5mMr5p3yFf6AQywVxHuAb9BB11c9VEm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#abxFZTRnFXycKZpy5x95WQsxVtAWT5tX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#abxFZTRnFXycKZpy5x95WQsxVtAWT5tX > .row .container { background-color: transparent; background-image: none; }#abxFZTRnFXycKZpy5x95WQsxVtAWT5tX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abxFZTRnFXycKZpy5x95WQsxVtAWT5tX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abxFZTRnFXycKZpy5x95WQsxVtAWT5tX > .row .container > .video-iframe-container { display: none; }#abxFZTRnFXycKZpy5x95WQsxVtAWT5tX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abxFZTRnFXycKZpy5x95WQsxVtAWT5tX > .row > .video-iframe-container { display: none; }#abxFZTRnFXycKZpy5x95WQsxVtAWT5tX > .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); }#abxFZTRnFXycKZpy5x95WQsxVtAWT5tX > .row .container { border-width: 0; border-radius: 0; }#abxFZTRnFXycKZpy5x95WQsxVtAWT5tX > .row > .video-iframe-container {  }#abxFZTRnFXycKZpy5x95WQsxVtAWT5tX > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;position:relative;display:block; }#PQdaxQU0XqGTxnwq1l1J1WpSM0mN1T0q { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:0.375rem;left:45rem;overflow:hidden;display:block; }
#BIHqUdxggi2LHNZ8r97xcfOfr8DzarhT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:0.375rem;left:48.75rem;overflow:hidden;display:block; }
#MZiEs0C3T0xqf1hHvseB1K4C9weC42nF { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:0.375rem;left:52.5rem;overflow:hidden;display:block; }
#xKaxbOzkEPh8ggTStuVXTwDWWSkLZ7t3 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:0.375rem;left:56.25rem;overflow:hidden;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) { #m3Tq2O9rcVr6ZNNIFKgpSWh4kb1RzMLo { top:7.75rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrHart4xlhAZwcQTqlZiS25JUHOBqFSs { top:22.5rem;left:5.125rem;width:37.5rem;height:67.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T088CogMRSGITgVGILmnH4WSwZTbam8U { top:1.25rem;left:18.875rem;width:10rem;height:3.8483903433023rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOpGlAnc89kRzk0HgkeAQThkLDlNxcOb { top:0rem;left:0rem;width:47.75rem;height:27.404347826087rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMCf3EedX741lwIlaxazVnn84pMbFWac { top:18.75rem;left:4.9375rem;width:37.5625rem;height:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxS8dcNUzfNVGLzJqDBl8838IDbyM5A8 { top:18.125rem;left:0rem;width:5.5625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #litQ3tw7nNe0myqMe6fd5l8huMim7cX0 { display:block; }#litQ3tw7nNe0myqMe6fd5l8huMim7cX0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8ahzQgUR9CfrZ9Mqmhvku2SLSFJir6i { top:10.0625rem;left:5.125rem;width:37.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gooF4KwyOthObgBRLuPyKzxmRuqSXNpW { top:3.8125rem;left:5.125rem;width:37.5625rem;height:4.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dURkgdlOXfEM6A0s2JDDt4CfxNXXN7sO { top:3.1875rem;left:0rem;width:5.5625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLEXAcfdZEJ6NZ3PptEaiLDzqVgxKV2o { display:block; }#PLEXAcfdZEJ6NZ3PptEaiLDzqVgxKV2o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eO3Tg5eoO1ydQymMqJti607gHsvzKAT1 { top:1.1875rem;left:5.125rem;width:37.5rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN9pT0uau4ZZiIdVn01nwpCiz81EDcrg { display:block; }#CN9pT0uau4ZZiIdVn01nwpCiz81EDcrg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qoABoGtmxBLSXxcIK7QmKU0nRT59LrTO { top:2.9375rem;left:5.125rem;width:37.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvudqpLWbUCGmVq6CMkvX2pV36z6h6Jo { top:177.5625rem;left:5.125rem;width:37.5rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyPlJFLJLu5qUh4XSQSKTEENd0vTAJAe { top:1.0625rem;left:0rem;width:17.5rem;height:288.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx3VzKLAOA8zCLQzULWF1p9LEbMmdczN { display:none; }#wx3VzKLAOA8zCLQzULWF1p9LEbMmdczN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yZts8osvPse8DLwEFSmMruwdxpLzumIz { top:2.9375rem;left:5.125rem;width:37.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbJHLrGMdgznIO0Gd6vuDfhH8qpnWRee { top:2.25rem;left:12.625rem;width:7.5rem;height:196.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzA28nEOnya32AOHGp9P96FR185AScnQ { top:2.25rem;left:21.4375rem;width:21.1875rem;height:197.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTfEXuzR67oMXPIWBMNMfaoWOZJ9yWLz { top:2.25rem;left:5.125rem;width:6.9375rem;height:194.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUgOcL4ugho5QsUJToFtqEmIupirvEXK { top:177.5625rem;left:5.125rem;width:37.5rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzceFVQ2bLdWMkxJ3R01BWDq22sbB3Bt { display:block; }#UzceFVQ2bLdWMkxJ3R01BWDq22sbB3Bt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWKAsNTN9mvDU27sgW0T0vTMQ5TyV34L { top:2.125rem;left:5.125rem;width:37.5rem;height:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxX5WzeHStOmbn4RxeMHrDUf1OEJCnnG { display:block; }#WxX5WzeHStOmbn4RxeMHrDUf1OEJCnnG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyecZw2UFnJVIhS2TcWDapyGbH73intr { top:0.125rem;left:5.125rem;width:37.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP3fXPILJnNN6ReALspaf3nTST3vCT0x { display:block; }#AP3fXPILJnNN6ReALspaf3nTST3vCT0x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWWCwKtRJP5ttkGfsVRWpBmeXciphySL { top:2.125rem;left:16.375rem;width:12.5rem;height:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Toy9MUaiQTPcy7Dk73by2QMKUQRQ4B { top:2.125rem;left:5.125rem;width:10.625rem;height:32.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3zmZa552ULuU7eSzXJt3K9TuRH9yMC0 { top:2.125rem;left:30.0625rem;width:12.5625rem;height:25.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVyA8vVEtFSabcBopqFT6bT1LzvP3WVk { top:5.25rem;left:2.625rem;width:42.625rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zru2LzGnvCiOAPayglftmwIgFW0iRDfW { top:25.875rem;left:2.625rem;width:42.625rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxctkLQU7aTR2cgEg2AoUrUO1yMmCOEm { display:none; }#PxctkLQU7aTR2cgEg2AoUrUO1yMmCOEm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b4rP1f3I0Xh8ATm4zKof3SyczmeQX7IG { top:1.0625rem;left:0rem;width:17.6875rem;height:40.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cEmTTgzXI1NMvefzD8dRU3IXUNDonPfH { display:block; }#cEmTTgzXI1NMvefzD8dRU3IXUNDonPfH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv8EzCNRRovwPfGUIkc8szVAAo9bvmNT { top:0.125rem;left:5.125rem;width:37.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xupzs54dnOVvzKpxRTMkB9lJFLw7kbDD { display:block; }#Xupzs54dnOVvzKpxRTMkB9lJFLw7kbDD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itQr5sbrLCgG73lBFWSPhUBGEImqMTxP { top:11.0625rem;left:0rem;width:16.25rem;height:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUtIVCMrrRs91lbsqQJAeHaX6zOWeZoo { top:11.0625rem;left:15.5rem;width:16.25rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P39W7PyK47VZynMwX3cZyoRzSLLfL6wQ { top:11.0625rem;left:31.375rem;width:16.25rem;height:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1ohbKq01ARvghrFVfcccTAwlSyMOZUc { top:4.3125rem;left:0rem;width:15.375rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io6qQDBJ6X5lsnxkuIQGzDK2Q6HhxLpG { top:4.3125rem;left:15.875rem;width:12.4375rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxZMZFTqQvRyQMIX439L5cpOmqOfb6qd { top:4.3125rem;left:31.75rem;width:12.4375rem;height:3.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlusBZKaIZP8AJhHMVcVRJfS0vMSqJPD { top:7.875rem;left:0rem;width:5.3125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRbg3KvthoH9WP6XTqngRt9d1TI2LTBw { top:7.875rem;left:15.875rem;width:5.3125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCEGpMQo4wuTmTNiw1eT5mlK8GQSxebC { top:7.875rem;left:31.75rem;width:5.3125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhzxNrN6iOzlRFypg83VtlCztblQavzH { top:2.8125rem;left:0rem;width:6.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #igxTHFsw4MbAQnvcGiKVTrPkz2S1TxhP { top:2.8125rem;left:15.875rem;width:6.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAl3WN1TZrGr8rEs0h5F2DENgJyseUD4 { top:2.8125rem;left:31.75rem;width:6.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUspy0m9HbmsRhs04bwOnr0AJwHQxGzz { display:block; }#lUspy0m9HbmsRhs04bwOnr0AJwHQxGzz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1EUTzcpWOyut1bR6IywV4Th12RBDqhP { top:11.0625rem;left:0rem;width:16.25rem;height:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxeAWCP7AzB6KTWN913b8bQ4WiFTuZLV { top:11.0625rem;left:15.5rem;width:16.25rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kouk00epmO7AxJU2FX5BELvnP7NTJs5c { top:11.0625rem;left:31.375rem;width:16.25rem;height:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsz3oSIhITuKsokNaT7AMemxzro7nCip { top:4.3125rem;left:0rem;width:15.375rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyaFztPTvNoS1NpCZ1iUp0i9ACK2P4R4 { top:4.3125rem;left:15.875rem;width:12.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztIvMUItTUQumHnJMQJM6Dx5q0vvu34I { top:4.3125rem;left:31.75rem;width:12.4375rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPI2xFZ6BKZaom6Oi6SfzUHLpcS9v3Ix { top:7.875rem;left:0rem;width:5.3125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5tM6MTxDPHwxbI7KmZd5xEAiHgLSVgM { top:7.875rem;left:15.875rem;width:5.3125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwq056i0nuV0u06SToEuxpclFyS2lNUC { top:7.875rem;left:31.75rem;width:5.3125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrg4oxafG4rhzcgHErPeWx0ZnQvH8AZg { top:2.8125rem;left:0rem;width:6.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGn1rvJXecpnTJtemqOyXdCmdUaAkDm2 { top:2.8125rem;left:15.875rem;width:6.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2IDsO5TSTriEPMVqpp2hURfNNF2CCwp { top:2.8125rem;left:31.75rem;width:6.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX { display:block; }#E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqF9Re2AXcDs0tfgMHuNLd0gZoB0ZF6n { top:9.125rem;left:32.8125rem;width:14.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD7n8Qd0AzZWeqLcDNealTthXxOigbpD { top:4.1875rem;left:43.6875rem;width:4.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJSfMPUTKmREqQ18eLyUTWRJQduTW5lV { top:2.9375rem;left:0rem;width:26.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXtPdF66qkyEHDHKrCc4WD7MHyoLXTlL { top:5.4375rem;left:0rem;width:22.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocZ7J6KFia3e0nStfGBpwsTUWcHFJhGe { width:12.5rem;height:2.875rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5mMr5p3yFf6AQywVxHuAb9BB11c9VEm { display:block; }
 }@media only screen and (max-width: 763px) { #abxFZTRnFXycKZpy5x95WQsxVtAWT5tX { display:block; }#abxFZTRnFXycKZpy5x95WQsxVtAWT5tX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQdaxQU0XqGTxnwq1l1J1WpSM0mN1T0q { top:0.375rem;left:38.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIHqUdxggi2LHNZ8r97xcfOfr8DzarhT { top:0.375rem;left:42.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZiEs0C3T0xqf1hHvseB1K4C9weC42nF { top:0.375rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKaxbOzkEPh8ggTStuVXTwDWWSkLZ7t3 { top:0.375rem;left:44rem;width:3.75rem;height:3.75rem;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:112.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3Tq2O9rcVr6ZNNIFKgpSWh4kb1RzMLo { width:17.5625rem;height:6.3375rem;top:5rem;left:1.25rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrHart4xlhAZwcQTqlZiS25JUHOBqFSs { width:17.5625rem;height:93rem;top:18.75rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T088CogMRSGITgVGILmnH4WSwZTbam8U { width:9.0625rem;height:3.5rem;top:0.5625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOpGlAnc89kRzk0HgkeAQThkLDlNxcOb { width:20rem;height:11.478260869565rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMCf3EedX741lwIlaxazVnn84pMbFWac { width:17.5rem;height:1.7875rem;top:16.25rem;left:1.25rem;font-size:1.375rem;color:#29ce60;display:block; }
 }@media only screen and (max-width: 763px) { #wxS8dcNUzfNVGLzJqDBl8838IDbyM5A8 { width:5.5625rem;height:3.125rem;top:12.5rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #litQ3tw7nNe0myqMe6fd5l8huMim7cX0 { display:block; }#litQ3tw7nNe0myqMe6fd5l8huMim7cX0 > .row .container { width:20rem;height:593.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8ahzQgUR9CfrZ9Mqmhvku2SLSFJir6i { width:17.5rem;height:579rem;top:12.25rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gooF4KwyOthObgBRLuPyKzxmRuqSXNpW { width:17.5rem;height:7.15rem;top:3.8125rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dURkgdlOXfEM6A0s2JDDt4CfxNXXN7sO { width:5.5625rem;height:3.125rem;top:0.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLEXAcfdZEJ6NZ3PptEaiLDzqVgxKV2o { display:block; }#PLEXAcfdZEJ6NZ3PptEaiLDzqVgxKV2o > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eO3Tg5eoO1ydQymMqJti607gHsvzKAT1 { width:17.5rem;height:6rem;top:1.0625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CN9pT0uau4ZZiIdVn01nwpCiz81EDcrg { display:block; }#CN9pT0uau4ZZiIdVn01nwpCiz81EDcrg > .row .container { width:20rem;height:291.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qoABoGtmxBLSXxcIK7QmKU0nRT59LrTO { width:20rem;height:0;top:7rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qvudqpLWbUCGmVq6CMkvX2pV36z6h6Jo { width:20rem;height:0;top:204.470625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xyPlJFLJLu5qUh4XSQSKTEENd0vTAJAe { width:17.5rem;height:288.925rem;top:1.125rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx3VzKLAOA8zCLQzULWF1p9LEbMmdczN { display:none; }#wx3VzKLAOA8zCLQzULWF1p9LEbMmdczN > .row .container { width:20rem;height:844.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yZts8osvPse8DLwEFSmMruwdxpLzumIz { width:20rem;height:0;top:7rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wbJHLrGMdgznIO0Gd6vuDfhH8qpnWRee { width:7.5rem;height:196.27074375rem;top:205.720625rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzA28nEOnya32AOHGp9P96FR185AScnQ { width:20rem;height:206.6688625rem;top:403.24125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTfEXuzR67oMXPIWBMNMfaoWOZJ9yWLz { width:6.9375rem;height:194.97093125rem;top:8.25rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUgOcL4ugho5QsUJToFtqEmIupirvEXK { width:20rem;height:0;top:204.470625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UzceFVQ2bLdWMkxJ3R01BWDq22sbB3Bt { display:block; }#UzceFVQ2bLdWMkxJ3R01BWDq22sbB3Bt > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWKAsNTN9mvDU27sgW0T0vTMQ5TyV34L { width:17.5rem;height:16.5rem;top:1.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxX5WzeHStOmbn4RxeMHrDUf1OEJCnnG { display:block; }#WxX5WzeHStOmbn4RxeMHrDUf1OEJCnnG > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyecZw2UFnJVIhS2TcWDapyGbH73intr { width:17.5rem;height:22.5rem;top:0rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AP3fXPILJnNN6ReALspaf3nTST3vCT0x { display:none; }#AP3fXPILJnNN6ReALspaf3nTST3vCT0x > .row .container { width:20rem;height:115.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UWWCwKtRJP5ttkGfsVRWpBmeXciphySL { width:12.5rem;height:28.59571875rem;top:57.369125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Toy9MUaiQTPcy7Dk73by2QMKUQRQ4B { width:10.625rem;height:32.49510625rem;top:23.625rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3zmZa552ULuU7eSzXJt3K9TuRH9yMC0 { width:12.5625rem;height:25.996125rem;top:87.2148125rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVyA8vVEtFSabcBopqFT6bT1LzvP3WVk { width:20rem;height:9.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zru2LzGnvCiOAPayglftmwIgFW0iRDfW { width:20rem;height:9.9375rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxctkLQU7aTR2cgEg2AoUrUO1yMmCOEm { display:block; }#PxctkLQU7aTR2cgEg2AoUrUO1yMmCOEm > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b4rP1f3I0Xh8ATm4zKof3SyczmeQX7IG { width:17.6875rem;height:40.95rem;top:1.1246528625488rem;left:1.2500000596046rem;font-size:0.875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #cEmTTgzXI1NMvefzD8dRU3IXUNDonPfH { display:block; }#cEmTTgzXI1NMvefzD8dRU3IXUNDonPfH > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv8EzCNRRovwPfGUIkc8szVAAo9bvmNT { width:17.5rem;height:33rem;top:0rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xupzs54dnOVvzKpxRTMkB9lJFLw7kbDD { display:none; }#Xupzs54dnOVvzKpxRTMkB9lJFLw7kbDD > .row .container { width:20rem;height:52.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #itQr5sbrLCgG73lBFWSPhUBGEImqMTxP { width:17.5rem;height:9rem;top:7.5625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fUtIVCMrrRs91lbsqQJAeHaX6zOWeZoo { width:17.5rem;height:6rem;top:26.3125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P39W7PyK47VZynMwX3cZyoRzSLLfL6wQ { width:17.5rem;height:7.5rem;top:42.5625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B1ohbKq01ARvghrFVfcccTAwlSyMOZUc { width:17.6875rem;height:3.25rem;top:3.8125rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Io6qQDBJ6X5lsnxkuIQGzDK2Q6HhxLpG { width:17.375rem;height:3.25rem;top:22.5rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GxZMZFTqQvRyQMIX439L5cpOmqOfb6qd { width:17.625rem;height:3.0859375rem;top:38.8125rem;left:1.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qlusBZKaIZP8AJhHMVcVRJfS0vMSqJPD { width:4.9375rem;height:2.75rem;top:0.0625rem;left:7.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xRbg3KvthoH9WP6XTqngRt9d1TI2LTBw { width:4.9375rem;height:2.75rem;top:18.8125rem;left:7.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LCEGpMQo4wuTmTNiw1eT5mlK8GQSxebC { width:4.9375rem;height:2.75rem;top:34.8125rem;left:7.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UhzxNrN6iOzlRFypg83VtlCztblQavzH { width:17.5rem;height:0.9746125rem;top:2.8369140625rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #igxTHFsw4MbAQnvcGiKVTrPkz2S1TxhP { width:17.625rem;height:0.9746125rem;top:21.5869140625rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FAl3WN1TZrGr8rEs0h5F2DENgJyseUD4 { width:17.4375rem;height:0.9746125rem;top:37.8369140625rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lUspy0m9HbmsRhs04bwOnr0AJwHQxGzz { display:none; }#lUspy0m9HbmsRhs04bwOnr0AJwHQxGzz > .row .container { width:20rem;height:52.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a1EUTzcpWOyut1bR6IywV4Th12RBDqhP { width:17.5rem;height:9rem;top:7.5625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LxeAWCP7AzB6KTWN913b8bQ4WiFTuZLV { width:17.5rem;height:6rem;top:26.3125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kouk00epmO7AxJU2FX5BELvnP7NTJs5c { width:17.5rem;height:7.5rem;top:42.5625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lsz3oSIhITuKsokNaT7AMemxzro7nCip { width:17.6875rem;height:3.25rem;top:3.8125rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZyaFztPTvNoS1NpCZ1iUp0i9ACK2P4R4 { width:17.375rem;height:3.0234375rem;top:22.5rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ztIvMUItTUQumHnJMQJM6Dx5q0vvu34I { width:17.625rem;height:3.25rem;top:38.8125rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IPI2xFZ6BKZaom6Oi6SfzUHLpcS9v3Ix { width:4.9375rem;height:2.75rem;top:0.0625rem;left:7.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Q5tM6MTxDPHwxbI7KmZd5xEAiHgLSVgM { width:4.9375rem;height:2.75rem;top:18.8125rem;left:7.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vwq056i0nuV0u06SToEuxpclFyS2lNUC { width:4.9375rem;height:2.75rem;top:34.8125rem;left:7.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Zrg4oxafG4rhzcgHErPeWx0ZnQvH8AZg { width:17.5rem;height:0.9746125rem;top:2.8369140625rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGn1rvJXecpnTJtemqOyXdCmdUaAkDm2 { width:17.625rem;height:0.9746125rem;top:21.5869140625rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c2IDsO5TSTriEPMVqpp2hURfNNF2CCwp { width:17.4375rem;height:0.975rem;top:37.8369140625rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX { display:block; }#E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqF9Re2AXcDs0tfgMHuNLd0gZoB0ZF6n { width:13.75rem;height:1.3rem;top:2.4375rem;left:4.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TD7n8Qd0AzZWeqLcDNealTthXxOigbpD { width:4.0625rem;height:5rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJSfMPUTKmREqQ18eLyUTWRJQduTW5lV { width:15.125rem;height:2.8rem;top:7.4375rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QXtPdF66qkyEHDHKrCc4WD7MHyoLXTlL { width:14.9375rem;height:2.45028125rem;top:11.3125rem;left:2.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ocZ7J6KFia3e0nStfGBpwsTUWcHFJhGe { width:12.5rem;height:2.875rem;top:15.125rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5mMr5p3yFf6AQywVxHuAb9BB11c9VEm { display:block; }
 }@media only screen and (max-width: 763px) { #abxFZTRnFXycKZpy5x95WQsxVtAWT5tX { display:block; }#abxFZTRnFXycKZpy5x95WQsxVtAWT5tX > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQdaxQU0XqGTxnwq1l1J1WpSM0mN1T0q { width:3.75rem;height:3.75rem;top:1.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIHqUdxggi2LHNZ8r97xcfOfr8DzarhT { width:3.75rem;height:3.75rem;top:1.5625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZiEs0C3T0xqf1hHvseB1K4C9weC42nF { width:3.75rem;height:3.75rem;top:1.5625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKaxbOzkEPh8ggTStuVXTwDWWSkLZ7t3 { width:3.75rem;height:3.75rem;top:1.5625rem;left:15rem;display:block; }
 }