.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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#qiadEXTTGzW23atp8IEHb8BVIeyAHmHT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qiadEXTTGzW23atp8IEHb8BVIeyAHmHT > .row .container { background-color: transparent; background-image: none; }#qiadEXTTGzW23atp8IEHb8BVIeyAHmHT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiadEXTTGzW23atp8IEHb8BVIeyAHmHT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiadEXTTGzW23atp8IEHb8BVIeyAHmHT > .row .container > .video-iframe-container { display: none; }#qiadEXTTGzW23atp8IEHb8BVIeyAHmHT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiadEXTTGzW23atp8IEHb8BVIeyAHmHT > .row > .video-iframe-container { display: none; }#qiadEXTTGzW23atp8IEHb8BVIeyAHmHT > .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); }#qiadEXTTGzW23atp8IEHb8BVIeyAHmHT > .row .container { border-width: 0; border-radius: 0; }#qiadEXTTGzW23atp8IEHb8BVIeyAHmHT > .row > .video-iframe-container {  }#qiadEXTTGzW23atp8IEHb8BVIeyAHmHT > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:60rem;position:relative;display:block; }#TVKs8eT7wA8ZBic07cxw5ZqkCgBXuxWJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#1d1d1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1.21875rem;left:29.937501907349rem;display:block; }
#Ofw2X2ETTe3nKw7WLn6qi5lHppooP5Pu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#r7P4E3eaTP4dh2MBWFgivsdn8dSNe0EA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#1d1d1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:1.21875rem;left:37.062501907349rem;display:block; }
#fPpUeCleEHFBpPibzD1VU19X6VM4HTKp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#elnxIB9qwBGn33G6xaJPWDLOrDRmDvxD { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #9dbc1c, #9dbc1c);background-image: -moz-linear-gradient(115deg, #9dbc1c, #9dbc1c);background-image: -ms-linear-gradient(115deg, #9dbc1c, #9dbc1c);background-image: -o-linear-gradient(115deg, #9dbc1c, #9dbc1c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dbc1c', endColorstr='#9dbc1c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dbc1c', endColorstr='#9dbc1c' );";background-image: linear-gradient(115deg, #9dbc1c, #9dbc1c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1.3052082061768rem;left:51.313545227051rem;display:block; }
#zLTB1qUTyailzaPxJiQVSqlaamqHb3TP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hH4btli3uWxa2Q75vdAXurn7pplcKKhT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#1d1d1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:1.21875rem;left:42.812501907349rem;display:block; }
#H22gittqLCUi74MPLWXuHDN0IG6hwqO1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nb9cDUIE7PP6dSmf5kmODH0DzKIW07BP { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:11rem;top:1.03125rem;left:1.2507820129394rem;overflow:hidden;display:block; }
#kVIIqKg0CqoL7qbT3ws6ZxA4nIPEioUg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#kVIIqKg0CqoL7qbT3ws6ZxA4nIPEioUg > .row .container { background-color: transparent; background-image: none; }#kVIIqKg0CqoL7qbT3ws6ZxA4nIPEioUg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVIIqKg0CqoL7qbT3ws6ZxA4nIPEioUg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVIIqKg0CqoL7qbT3ws6ZxA4nIPEioUg > .row .container > .video-iframe-container { display: none; }#kVIIqKg0CqoL7qbT3ws6ZxA4nIPEioUg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVIIqKg0CqoL7qbT3ws6ZxA4nIPEioUg > .row > .video-iframe-container { display: none; }#kVIIqKg0CqoL7qbT3ws6ZxA4nIPEioUg > .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); }#kVIIqKg0CqoL7qbT3ws6ZxA4nIPEioUg > .row .container { border-width: 0; border-radius: 0; }#kVIIqKg0CqoL7qbT3ws6ZxA4nIPEioUg > .row > .video-iframe-container {  }#kVIIqKg0CqoL7qbT3ws6ZxA4nIPEioUg > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:block; }#tnIaGL7LStOZhtfoAqZCpuzEgDb1GUBN { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"titillium web";font-size:2.125rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:5.5625rem;left:2.0625rem;height:2.33680625rem;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; }
#Sq5KdtGSKgDHzTfJwJtKnu7zvDwyaElc { color:#6ba712;display:block;width:28.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:7.862500190735rem;left:0rem;height:1.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; }
#pc58Mu3BoIH08N5l76Okyy2UNB6MCtsi { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:21.625rem;width:32.875rem;top:2.78125rem;left:27.125001907349rem;overflow:hidden;display:block; }
#CmbqD4cUhQVn4mq056uBND1VxcNBeAXK { position:absolute;display:block;z-index:100007;background-color:#9dbc1c;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:0.125rem;width:6.25rem;top:7.1875rem;left:0rem;display:block; }
#aeM8sBNpepcNsJ7Q93Erw7DZeND9C0sZ { color:#000000;display:block;width:57.25rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.1);top:9.875rem;left:0rem;height:5.2rem;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; }
#c8RqRpCvW0T4g8VyTFipNTU3b29yWIon { background-color:#9dbc1c;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;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;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:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:16.4375rem;left:0rem;display:block; }
#RSXkhZhgoaogybH21ZTZtMmguIIJvmZm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UgmTVZmWSUTAT0nTkstFaw1ZGhLq1mBl { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:17.1875rem;width:35.875rem;top:5rem;left:-2.25rem;display:block; }
#hJT8kwrsIzOqLPOpJGSn0Ul0Dbm490qV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hJT8kwrsIzOqLPOpJGSn0Ul0Dbm490qV > .row .container { background-color: transparent; background-image: none; }#hJT8kwrsIzOqLPOpJGSn0Ul0Dbm490qV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJT8kwrsIzOqLPOpJGSn0Ul0Dbm490qV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJT8kwrsIzOqLPOpJGSn0Ul0Dbm490qV > .row .container > .video-iframe-container { display: none; }#hJT8kwrsIzOqLPOpJGSn0Ul0Dbm490qV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJT8kwrsIzOqLPOpJGSn0Ul0Dbm490qV > .row > .video-iframe-container { display: none; }#hJT8kwrsIzOqLPOpJGSn0Ul0Dbm490qV > .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); }#hJT8kwrsIzOqLPOpJGSn0Ul0Dbm490qV > .row .container { border-width: 0; border-radius: 0; }#hJT8kwrsIzOqLPOpJGSn0Ul0Dbm490qV > .row > .video-iframe-container {  }#hJT8kwrsIzOqLPOpJGSn0Ul0Dbm490qV > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:60rem;position:relative;display:block; }#pCBaih8w3352oZTSQgU9XPzaTfGq6C8e { color:#000000;display:block;width:55.8125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.1);top:6.0625009536743rem;left:2.09375rem;height:4.22395625rem;text-align:center;text-align-last:center;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; }
#SmV4AFgB50WOLtklpB1XpDL7CkCy91XW { color:#000000;display:block;width:55.75rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:11.312500953674rem;left:2.125rem;height:7.125rem;text-align:center;text-align-last:center;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; }
#Ws5w6ABm7vnrwFtHSG957ASIbfiRnztb { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:31.6875rem;width:19.625rem;top:23.90625rem;left:0rem;overflow:hidden;display:block; }
#V8T4rEpsqP2Q9RMi5TsA5gFkbdTBkwRq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#V8T4rEpsqP2Q9RMi5TsA5gFkbdTBkwRq > .row .container { background-color: transparent; background-image: none; }#V8T4rEpsqP2Q9RMi5TsA5gFkbdTBkwRq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8T4rEpsqP2Q9RMi5TsA5gFkbdTBkwRq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8T4rEpsqP2Q9RMi5TsA5gFkbdTBkwRq > .row .container > .video-iframe-container { display: none; }#V8T4rEpsqP2Q9RMi5TsA5gFkbdTBkwRq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8T4rEpsqP2Q9RMi5TsA5gFkbdTBkwRq > .row > .video-iframe-container { display: none; }#V8T4rEpsqP2Q9RMi5TsA5gFkbdTBkwRq > .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); }#V8T4rEpsqP2Q9RMi5TsA5gFkbdTBkwRq > .row .container { border-width: 0; border-radius: 0; }#V8T4rEpsqP2Q9RMi5TsA5gFkbdTBkwRq > .row > .video-iframe-container {  }#V8T4rEpsqP2Q9RMi5TsA5gFkbdTBkwRq > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;position:relative;display:block; }#EkedlUkdor68Ga1nt3k65P5KeGhJi882 { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:1.9375002384186rem;left:23.875001907349rem;height:2.75rem;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; }
#GIsAHMWSOC8vOnwS1U63oNk8nOqwo5eS { color:#000000;display:block;width:36.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:5.9984381198883rem;left:23.875001907349rem;height:22.5rem;text-align:justify;text-align-last:initial;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; }
#oHD5Kifyqd3ws0mFfSMJPTQdU1sIduzZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#oHD5Kifyqd3ws0mFfSMJPTQdU1sIduzZ > .row .container { background-color: transparent; background-image: none; }#oHD5Kifyqd3ws0mFfSMJPTQdU1sIduzZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHD5Kifyqd3ws0mFfSMJPTQdU1sIduzZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHD5Kifyqd3ws0mFfSMJPTQdU1sIduzZ > .row .container > .video-iframe-container { display: none; }#oHD5Kifyqd3ws0mFfSMJPTQdU1sIduzZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHD5Kifyqd3ws0mFfSMJPTQdU1sIduzZ > .row > .video-iframe-container { display: none; }#oHD5Kifyqd3ws0mFfSMJPTQdU1sIduzZ > .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); }#oHD5Kifyqd3ws0mFfSMJPTQdU1sIduzZ > .row .container { border-width: 0; border-radius: 0; }#oHD5Kifyqd3ws0mFfSMJPTQdU1sIduzZ > .row > .video-iframe-container {  }#oHD5Kifyqd3ws0mFfSMJPTQdU1sIduzZ > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#oMTwPBkqbi2odUtXHCWhAtUQHv6H73Dl { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.8125rem;width:18.75rem;top:6.749225616455rem;left:41.250001907349rem;overflow:hidden;display:block; }
#CmgoMveOmThii8mhSB1QUD6FqQdE0ooG { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.8125rem;width:18.75rem;top:20.343757629394rem;left:41.250001907349rem;overflow:hidden;display:block; }
#vXvZGNr02urx5RgaSLbDtF97XhaPpcJb { color:#000000;display:block;width:37.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:6.4351563453675rem;left:0rem;height:33rem;text-align:justify;text-align-last:initial;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; }
#qR1KCfGiqPQHleA3l4G2ABWnn96T0g8p { color:#000000;display:block;width:24.625rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:2.0601563453674rem;left:0rem;height:2.75rem;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; }
#bGagqa8gpTSJSU17i9N4FoTb1FETmp0z { color:#000000;display:block;width:37.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:40.24843788147rem;left:0rem;height:6rem;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; }
#iDELnIpZlL3Tseu5gNay9mw6OBXhAGWF { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.8125rem;width:18.75rem;top:33.998445510864rem;left:41.250001907349rem;overflow:hidden;display:block; }
#cDDcmz5TaoKvsRU0RuRxt8cBJDvIR3w0 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:28.25rem;width:18.625rem;top:50.125rem;left:1.6991822429906rem;overflow:hidden;display:block; }
#livZ6PXEIdTQVcqdkyMEgM3pEbtpoxfx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#livZ6PXEIdTQVcqdkyMEgM3pEbtpoxfx > .row .container { background-color: transparent; background-image: none; }#livZ6PXEIdTQVcqdkyMEgM3pEbtpoxfx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#livZ6PXEIdTQVcqdkyMEgM3pEbtpoxfx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#livZ6PXEIdTQVcqdkyMEgM3pEbtpoxfx > .row .container > .video-iframe-container { display: none; }#livZ6PXEIdTQVcqdkyMEgM3pEbtpoxfx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#livZ6PXEIdTQVcqdkyMEgM3pEbtpoxfx > .row > .video-iframe-container { display: none; }#livZ6PXEIdTQVcqdkyMEgM3pEbtpoxfx > .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); }#livZ6PXEIdTQVcqdkyMEgM3pEbtpoxfx > .row .container { border-width: 0; border-radius: 0; }#livZ6PXEIdTQVcqdkyMEgM3pEbtpoxfx > .row > .video-iframe-container {  }#livZ6PXEIdTQVcqdkyMEgM3pEbtpoxfx > .row .container { font-size:0.875rem;font-family:arial;height:57.1875rem;width:60rem;position:relative;display:block; }#BH47SXg21tAZ7Qchlw8phhkfghNiimSQ { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:1.7476562261581rem;left:23.312501907349rem;height:2.75rem;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; }
#OlvehI1s9Wq0pTU9eputqAMe19kGTBrS { color:#000000;display:block;width:36.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:5.9999980926514rem;left:23.312501907349rem;height:34.5rem;text-align:justify;text-align-last:initial;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; }
#L249tOGrFXK9yOLIbQugIrH1bnemR7NI { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.75rem;width:21.25rem;top:24.060928344726rem;left:-3.1842949829819rem;overflow:hidden;display:block; }
#BTykFm23InBMMNovyvpttaISXk76b2Py { color:#1d1d1d;display:block;width:60rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:43.875rem;left:0rem;height:4.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; }
#GeZ6OI14q4et4o79mWekzeRyHB2qdcHs { color:#1d1d1d;display:block;width:59.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:50.375rem;left:0rem;height:1.59375rem;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; }
#tEuX0edgSwR9C2KB8TK53a6iTZxDeJs2 { box-sizing:content-box;color:#9dbc1c;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:52.5625rem;left:0rem;display:block; }
#llZRNeUtUp8g11Tf9JrdOlkyUU3UERZn { color:#1d1d1d;display:block;width:57.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.8;letter-spacing:0;top:52.5625rem;left:2rem;height:3.82465rem;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; }
#Hul7iOW1VkIfCShQUBkbfe9GN8mlTwnE { box-sizing:content-box;color:#9dbc1c;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:54.5625rem;left:0rem;display:block; }
#cXU3twploZKozOgSwKET7vQiXSL2Ttp8 { position:absolute;display:block;z-index:100016;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #4a4a4a;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:12.5rem;top:42.625rem;left:21.5rem;display:block; }
#Qm0LepEr6HiBo57kFEwvNxCNJBWBWJAx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#Qm0LepEr6HiBo57kFEwvNxCNJBWBWJAx > .row .container { background-color: transparent; background-image: none; }#Qm0LepEr6HiBo57kFEwvNxCNJBWBWJAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qm0LepEr6HiBo57kFEwvNxCNJBWBWJAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qm0LepEr6HiBo57kFEwvNxCNJBWBWJAx > .row .container > .video-iframe-container { display: none; }#Qm0LepEr6HiBo57kFEwvNxCNJBWBWJAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qm0LepEr6HiBo57kFEwvNxCNJBWBWJAx > .row > .video-iframe-container { display: none; }#Qm0LepEr6HiBo57kFEwvNxCNJBWBWJAx > .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); }#Qm0LepEr6HiBo57kFEwvNxCNJBWBWJAx > .row .container { border-width: 0; border-radius: 0; }#Qm0LepEr6HiBo57kFEwvNxCNJBWBWJAx > .row > .video-iframe-container {  }#Qm0LepEr6HiBo57kFEwvNxCNJBWBWJAx > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:60rem;position:relative;display:block; }#kZZEZ09Q4C6pzdFJVSIFPtJ9uH88PURf { background-color:#9dbc1c;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;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.2) ;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:lato;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31rem;height:4.25rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:2.8867168426514rem;left:14.5rem;display:block; }
#azaIyTThlM7eNZfIuD8AwcKU1AbITMVz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XcGfxSom03qkXL6hAMEIc20sRrsrntom { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#XcGfxSom03qkXL6hAMEIc20sRrsrntom > .row .container { background-color: transparent; background-image: none; }#XcGfxSom03qkXL6hAMEIc20sRrsrntom::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcGfxSom03qkXL6hAMEIc20sRrsrntom > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcGfxSom03qkXL6hAMEIc20sRrsrntom > .row .container > .video-iframe-container { display: none; }#XcGfxSom03qkXL6hAMEIc20sRrsrntom > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcGfxSom03qkXL6hAMEIc20sRrsrntom > .row > .video-iframe-container { display: none; }#XcGfxSom03qkXL6hAMEIc20sRrsrntom > .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); }#XcGfxSom03qkXL6hAMEIc20sRrsrntom > .row .container { border-width: 0; border-radius: 0; }#XcGfxSom03qkXL6hAMEIc20sRrsrntom > .row > .video-iframe-container {  }#XcGfxSom03qkXL6hAMEIc20sRrsrntom > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:60rem;position:relative;display:block; }#pVFLhPxJlpZbIJEnHCCZkGF05UPBT7ND { position:absolute;display:block;z-index:100000;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;height:9.6875rem;width:60rem;top:0rem;left:0rem;display:block; }
#OA7Cmouiu5FiVgSq4sz8y2P6m8Jf8DuD { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:3.4249982833863rem;left:0rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kKCdHqJL9fOQdWnsObMMGSqdZNeDeDCc { color:#1d1d1d;display:block;width:56.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:8.3125rem;left:3.4992179870606rem;height:6.375rem;text-align:justify;text-align-last:initial;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; }
#mRaPyQBEUEbGGcOFRRUMIc4KzlvTnoQN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#mRaPyQBEUEbGGcOFRRUMIc4KzlvTnoQN > .row .container { background-color: transparent; background-image: none; }#mRaPyQBEUEbGGcOFRRUMIc4KzlvTnoQN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRaPyQBEUEbGGcOFRRUMIc4KzlvTnoQN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRaPyQBEUEbGGcOFRRUMIc4KzlvTnoQN > .row .container > .video-iframe-container { display: none; }#mRaPyQBEUEbGGcOFRRUMIc4KzlvTnoQN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRaPyQBEUEbGGcOFRRUMIc4KzlvTnoQN > .row > .video-iframe-container { display: none; }#mRaPyQBEUEbGGcOFRRUMIc4KzlvTnoQN > .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); }#mRaPyQBEUEbGGcOFRRUMIc4KzlvTnoQN > .row .container { border-width: 0; border-radius: 0; }#mRaPyQBEUEbGGcOFRRUMIc4KzlvTnoQN > .row > .video-iframe-container {  }#mRaPyQBEUEbGGcOFRRUMIc4KzlvTnoQN > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:60rem;position:relative;display:block; }#BfFFMev2KtClfJOWfXEO3U9GrorRh9hS { position:absolute;display:block;z-index:100000;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;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:40.9375rem;width:56.75rem;top:2.5625rem;left:3.25rem;display:block; }
#wmdKslfpfgKd2fnMWvepqJP1vevzDHXC { color:#000000;display:block;width:44.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:5.25rem;left:11.1875rem;height:33.46875rem;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; }
#fTFxO44nvM0mZdxSSHUdU7Q6aAJl4ApP { position:absolute;display:block;z-index:100011;background-color:#7d7d7d;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.875rem;width:4.125rem;top:39.074219703674rem;left:0rem;display:none; }
#Gy48pSVGUM1M96E3tJxiTv7ExQZEeOrJ { position:absolute;display:block;z-index:100001;background-color:#7d7d7d;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.875rem;width:4.125rem;top:0.56015396118164rem;left:0rem;display:block; }
#O1NaTgD6xTJJ6oGAi1pDv1vfzekVKml6 { color:#000000;display:block;width:44.125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:39.587501525879rem;left:11.1875rem;height:1.3125rem;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; }
#nszMUxFQizIOlATpLFT5FJiTu7QOZ7k5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#nszMUxFQizIOlATpLFT5FJiTu7QOZ7k5 > .row .container { background-color: transparent; background-image: none; }#nszMUxFQizIOlATpLFT5FJiTu7QOZ7k5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nszMUxFQizIOlATpLFT5FJiTu7QOZ7k5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nszMUxFQizIOlATpLFT5FJiTu7QOZ7k5 > .row .container > .video-iframe-container { display: none; }#nszMUxFQizIOlATpLFT5FJiTu7QOZ7k5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nszMUxFQizIOlATpLFT5FJiTu7QOZ7k5 > .row > .video-iframe-container { display: none; }#nszMUxFQizIOlATpLFT5FJiTu7QOZ7k5 > .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); }#nszMUxFQizIOlATpLFT5FJiTu7QOZ7k5 > .row .container { border-width: 0; border-radius: 0; }#nszMUxFQizIOlATpLFT5FJiTu7QOZ7k5 > .row > .video-iframe-container {  }#nszMUxFQizIOlATpLFT5FJiTu7QOZ7k5 > .row .container { font-size:0.875rem;font-family:arial;height:91.5625rem;width:60rem;position:relative;display:block; }#almXsR00AZ8TBiJJ6tiAqMo5LcK7wLM2 { position:absolute;display:block;z-index:100004;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;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:36.625rem;width:56.75rem;top:52.9375rem;left:3.25rem;display:block; }
#DvqWXiiafMwNUI6c2IbTloVlAlTcuwGi { color:#000000;display:block;width:44.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:55.1875rem;left:11.3125rem;height:1.59375rem;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; }
#PNcF0W1M6uon3dN8hxT0p9UJ12pFPKi5 { position:absolute;display:block;z-index:100007;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;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:0.125rem;width:56.75rem;top:39.9375rem;left:3.25rem;display:block; }
#FqvzRCuc0seZ0qtnCot0ezAItwL3TXnG { color:#000000;display:block;width:44.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:3.936731338501rem;left:11.3125rem;height:1.6875rem;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; }
#APeeXdwzNJTp5dko7UrNOlUci7D8mw8e { color:#000000;display:block;width:44.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:57.9375rem;left:11.3125rem;height:23.90625rem;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;text-align:justify;text-align-last:initial;display:block; }
#cBBhb8MwNOn5ioM6UnXgidSOF37T1brN { position:absolute;display:block;z-index:100008;background-color:#7d7d7d;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.875rem;width:4.125rem;top:50.625rem;left:0rem;display:block; }
#AIUMsTC9Zo7ioBM4IlRpe1SO66DTBWMk { position:absolute;display:block;z-index:100011;background-color:#7d7d7d;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.875rem;width:4.125rem;top:39.074219703674rem;left:0rem;display:none; }
#HHDsnFq6mH4kbmRzxzmRuIT79L0ymxy2 { color:#6ba712;display:block;width:44.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:6.6000250577925rem;left:11.3125rem;height:1.59375rem;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; }
#utvsAH9ME6XrWbVs24KM54HbKNgPIJRf { color:#000000;display:block;width:44.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:8.7875250577925rem;left:11.3125rem;height:4.78125rem;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; }
#fOx8xXbxzCP7HcIdvE0FxiQi97o6rbxA { color:#000000;display:block;width:44.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:14.125025629998rem;left:11.3125rem;height:4.78125rem;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; }
#fkf1yTO2b4bH8F9hT8x8NSGWXMx5lhMx { position:absolute;display:block;z-index:100001;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;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:46.9375rem;width:56.875rem;top:1.9367127418518rem;left:3.1242179870606rem;display:block; }
#IcFi520ylSgNZMQTwWXaJCOxNskGxUDb { color:#6ba712;display:block;width:44.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:27.009368896484rem;left:11.3125rem;height:1.59375rem;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; }
#EDCAp7iaDCTR6IavrKXv5JCPdkoVNdn1 { color:#000000;display:block;width:44.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:29.346869468689rem;left:11.3125rem;height:6.375rem;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; }
#pOIDrSe6WPVdKVMUfursqKR7hvEczGtk { color:#000000;display:block;width:44.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:100014;line-height:1.5;letter-spacing:0;top:35.045306205749rem;left:11.3125rem;height:6.375rem;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; }
#VKeOxti1NJBWvJHgz81ockuhKs75AByq { color:#000000;display:block;width:47.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:19.784369468689rem;left:11.3125rem;height:5.25rem;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; }
#J6I6TR2RUoRS8ZNBg0aPIPaEkaqqzLUB { color:#000000;display:block;width:47.125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100015;line-height:1.5;letter-spacing:0;top:41.244524955749rem;left:11.3125rem;height:5.25rem;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; }
#TkqUwKMDDtSDAyOrRmkTSbVucrqSyKQ8 { box-sizing:content-box;color:#6ba712;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:5.5242432355881rem;left:8.25rem;display:block; }
#LIB1L2XoAblrk9K2qbZIQU8N68bQ2Xte { box-sizing:content-box;color:#6ba712;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:26.222650527954rem;left:8.25rem;display:block; }
#hKza1dw4uHZanhSqlgaV7CkWGUTyMlLr { color:#000000;display:block;width:44.125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:100015;line-height:1.5;letter-spacing:0;top:83.625rem;left:11.3125rem;height:4.21875rem;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;text-align:justify;text-align-last:initial;display:block; }
#iGNnlvFXlZFrBLegEbfJbcNBK05msl1q { position:absolute;display:block;z-index:100011;background-color:#7d7d7d;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.875rem;width:4.125rem;top:0rem;left:0rem;display:block; }
#T0PtoTc6CXswZKeJ5zJUndCEomfQInIT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#T0PtoTc6CXswZKeJ5zJUndCEomfQInIT > .row .container { background-color: transparent; background-image: none; }#T0PtoTc6CXswZKeJ5zJUndCEomfQInIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0PtoTc6CXswZKeJ5zJUndCEomfQInIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0PtoTc6CXswZKeJ5zJUndCEomfQInIT > .row .container > .video-iframe-container { display: none; }#T0PtoTc6CXswZKeJ5zJUndCEomfQInIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0PtoTc6CXswZKeJ5zJUndCEomfQInIT > .row > .video-iframe-container { display: none; }#T0PtoTc6CXswZKeJ5zJUndCEomfQInIT > .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); }#T0PtoTc6CXswZKeJ5zJUndCEomfQInIT > .row .container { border-width: 0; border-radius: 0; }#T0PtoTc6CXswZKeJ5zJUndCEomfQInIT > .row > .video-iframe-container {  }#T0PtoTc6CXswZKeJ5zJUndCEomfQInIT > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:60rem;position:relative;display:block; }#ixGpQ7PU4FT0X4v1rF7uNn0OTstSAzhS { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.0625rem;width:19.6875rem;top:1.65625rem;left:20.156251907349rem;overflow:hidden;display:block; }
#SaqxEgu4ixS1XRERykW43S07wBkH22DR { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.0625rem;width:19.6875rem;top:1.65625rem;left:0rem;overflow:hidden;display:block; }
#yEbPJLykcgl2eofSVexJ3oldch2FFKDv { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.0625rem;width:19.6875rem;top:1.65625rem;left:40.312501907349rem;overflow:hidden;display:block; }
#WWVElNFJWKIkAEQLdzgKsaHhAgtczWks { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WWVElNFJWKIkAEQLdzgKsaHhAgtczWks > .row .container { background-color: transparent; background-image: none; }#WWVElNFJWKIkAEQLdzgKsaHhAgtczWks::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWVElNFJWKIkAEQLdzgKsaHhAgtczWks > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWVElNFJWKIkAEQLdzgKsaHhAgtczWks > .row .container > .video-iframe-container { display: none; }#WWVElNFJWKIkAEQLdzgKsaHhAgtczWks > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWVElNFJWKIkAEQLdzgKsaHhAgtczWks > .row > .video-iframe-container { display: none; }#WWVElNFJWKIkAEQLdzgKsaHhAgtczWks > .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); }#WWVElNFJWKIkAEQLdzgKsaHhAgtczWks > .row .container { border-width: 0; border-radius: 0; }#WWVElNFJWKIkAEQLdzgKsaHhAgtczWks > .row > .video-iframe-container {  }#WWVElNFJWKIkAEQLdzgKsaHhAgtczWks > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:60rem;position:relative;display:block; }#Glg8CmLzlif1R2U5fXaf7pQ5u365qm90 { color:#101010;display:block;width:24.4375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100008;line-height:1.1;letter-spacing:0;top:5.9375rem;left:0rem;height:2.474825rem;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; }
#xs9cDbbnurHUJFhPcWuvqoemT5sJRd99 { position:absolute;display:block;z-index:100002;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;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:12.125rem;width:24.375rem;top:10rem;left:0rem;display:block; }
#x8gRet9dbgGpD1rv9zg2wS4bN4sWnnUT { color:#101010;display:block;width:20.0625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:100017;line-height:1.2;letter-spacing:0;top:12.1875rem;left:2.8125rem;height:1.42448125rem;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; }
#T0Rn25m57tSFCSwgvZnWe578q7EnWNdQ { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:15.875rem;left:5.46875rem;height:1.381075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gFWHfgDFcON6ZyV5Vq0n7kfGmTfkvuEe { color:#000000;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:18.125rem;left:5.4375rem;height:1.381075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hn6VBHISRXg7tHSR87M5hmf4TFgHcl03 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.25rem;width:32.5rem;top:5.9601631164551rem;left:27.500001907349rem;display:block; }
#coIawu0qOIBEndQWTB3BzXMGdt4kL6ID { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:8.375rem;top:5.0062503814697rem;left:51.14999961853rem;overflow:hidden;display:block; }
#mpi39aWfk7yFJh6uToTE2iGnBVDInAGI { box-sizing:content-box;color:#9dbc1c;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:17.925000190735rem;left:2.625rem;display:block; }
#ioZ3PeXFMAaIqz65aGXniqBFVaeT8hIG { box-sizing:content-box;color:#9dbc1c;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:15.581250190735rem;left:2.53125rem;display:block; }
#LlTN2KnTW8KULa0Ze4wXgn5ZwPTggtrJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f6;background-image:none;position:relative;display:block; }#LlTN2KnTW8KULa0Ze4wXgn5ZwPTggtrJ > .row .container { background-color: transparent; background-image: none; }#LlTN2KnTW8KULa0Ze4wXgn5ZwPTggtrJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlTN2KnTW8KULa0Ze4wXgn5ZwPTggtrJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlTN2KnTW8KULa0Ze4wXgn5ZwPTggtrJ > .row .container > .video-iframe-container { display: none; }#LlTN2KnTW8KULa0Ze4wXgn5ZwPTggtrJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlTN2KnTW8KULa0Ze4wXgn5ZwPTggtrJ > .row > .video-iframe-container { display: none; }#LlTN2KnTW8KULa0Ze4wXgn5ZwPTggtrJ > .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); }#LlTN2KnTW8KULa0Ze4wXgn5ZwPTggtrJ > .row .container { border-width: 0; border-radius: 0; }#LlTN2KnTW8KULa0Ze4wXgn5ZwPTggtrJ > .row > .video-iframe-container {  }#LlTN2KnTW8KULa0Ze4wXgn5ZwPTggtrJ > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#ToLhSFH1L35RbwVBv55i6JP85GtuDceG { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:13.8125rem;top:1.71875rem;left:23.093751907349rem;overflow:hidden;display:block; }
#KoMSCkF7yXQSgkn7qq8A0u7KgZIbyPTt { z-index:100006;top:1.5rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#4a4a4a;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wgfQHhpkZvd98TBuTpvNHOOkZd2BW45h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lQ0dmer6PEVa2FXRvNxnatxn7GokVozG { z-index:100007;top:1.5rem;left:45.937501907349rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#4a4a4a;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SEWWDJSODP9UwxmFd8HCaFWPdStRob65 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qiadEXTTGzW23atp8IEHb8BVIeyAHmHT { display:block; }#qiadEXTTGzW23atp8IEHb8BVIeyAHmHT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVKs8eT7wA8ZBic07cxw5ZqkCgBXuxWJ { width:6.5rem;height:2.1875rem;top:1.1875rem;left:23.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofw2X2ETTe3nKw7WLn6qi5lHppooP5Pu { display:block; }
 }@media only screen and (max-width: 763px) { #r7P4E3eaTP4dh2MBWFgivsdn8dSNe0EA { width:6.5rem;height:2.1875rem;top:1.1875rem;left:30.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPpUeCleEHFBpPibzD1VU19X6VM4HTKp { display:block; }
 }@media only screen and (max-width: 763px) { #elnxIB9qwBGn33G6xaJPWDLOrDRmDvxD { width:8.6875rem;height:2.125rem;top:1.25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLTB1qUTyailzaPxJiQVSqlaamqHb3TP { display:block; }
 }@media only screen and (max-width: 763px) { #hH4btli3uWxa2Q75vdAXurn7pplcKKhT { width:6.5rem;height:2.1875rem;top:1.1875rem;left:36.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #H22gittqLCUi74MPLWXuHDN0IG6hwqO1 { display:block; }
 }@media only screen and (max-width: 763px) { #nb9cDUIE7PP6dSmf5kmODH0DzKIW07BP { width:11rem;height:2.5625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVIIqKg0CqoL7qbT3ws6ZxA4nIPEioUg { display:block; }#kVIIqKg0CqoL7qbT3ws6ZxA4nIPEioUg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tnIaGL7LStOZhtfoAqZCpuzEgDb1GUBN { width:31.5rem;height:2.25rem;top:5.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq5KdtGSKgDHzTfJwJtKnu7zvDwyaElc { width:28.3125rem;height:1.8125rem;top:7.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc58Mu3BoIH08N5l76Okyy2UNB6MCtsi { top:2.75rem;left:14.875rem;width:32.875rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmbqD4cUhQVn4mq056uBND1VxcNBeAXK { top:7.1875rem;left:0rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeM8sBNpepcNsJ7Q93Erw7DZeND9C0sZ { width:47.75rem;height:5.1875rem;top:9.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8RqRpCvW0T4g8VyTFipNTU3b29yWIon { width:11.3125rem;height:2.875rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSXkhZhgoaogybH21ZTZtMmguIIJvmZm { display:block; }
 }@media only screen and (max-width: 763px) { #UgmTVZmWSUTAT0nTkstFaw1ZGhLq1mBl { width:35.875rem;height:17.1875rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJT8kwrsIzOqLPOpJGSn0Ul0Dbm490qV { display:block; }#hJT8kwrsIzOqLPOpJGSn0Ul0Dbm490qV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCBaih8w3352oZTSQgU9XPzaTfGq6C8e { width:47.75rem;height:4.1875rem;top:6.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmV4AFgB50WOLtklpB1XpDL7CkCy91XW { width:47.75rem;height:7rem;top:11.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws5w6ABm7vnrwFtHSG957ASIbfiRnztb { width:19.625rem;height:31.6875rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8T4rEpsqP2Q9RMi5TsA5gFkbdTBkwRq { display:block; }#V8T4rEpsqP2Q9RMi5TsA5gFkbdTBkwRq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EkedlUkdor68Ga1nt3k65P5KeGhJi882 { width:24.6875rem;height:2.75rem;top:1.9375rem;left:17.750001907349rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIsAHMWSOC8vOnwS1U63oNk8nOqwo5eS { width:36.125rem;height:22.5rem;top:5.9375rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHD5Kifyqd3ws0mFfSMJPTQdU1sIduzZ { display:block; }#oHD5Kifyqd3ws0mFfSMJPTQdU1sIduzZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMTwPBkqbi2odUtXHCWhAtUQHv6H73Dl { width:18.75rem;height:12.8125rem;top:6.6875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmgoMveOmThii8mhSB1QUD6FqQdE0ooG { width:18.75rem;height:12.8125rem;top:20.3125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXvZGNr02urx5RgaSLbDtF97XhaPpcJb { width:37.875rem;height:33rem;top:6.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR1KCfGiqPQHleA3l4G2ABWnn96T0g8p { width:24.625rem;height:2.75rem;top:2rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGagqa8gpTSJSU17i9N4FoTb1FETmp0z { width:37.75rem;height:6rem;top:40.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDELnIpZlL3Tseu5gNay9mw6OBXhAGWF { width:18.75rem;height:12.8125rem;top:33.9375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDDcmz5TaoKvsRU0RuRxt8cBJDvIR3w0 { width:18.625rem;height:28.25rem;top:50.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #livZ6PXEIdTQVcqdkyMEgM3pEbtpoxfx { display:block; }#livZ6PXEIdTQVcqdkyMEgM3pEbtpoxfx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BH47SXg21tAZ7Qchlw8phhkfghNiimSQ { width:24.6875rem;height:2.75rem;top:1.6875rem;left:17.187501907349rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlvehI1s9Wq0pTU9eputqAMe19kGTBrS { width:36.6875rem;height:34.5rem;top:5.9375rem;left:11.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L249tOGrFXK9yOLIbQugIrH1bnemR7NI { width:21.25rem;height:12.75rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTykFm23InBMMNovyvpttaISXk76b2Py { width:47.75rem;height:4.5rem;top:43.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeZ6OI14q4et4o79mWekzeRyHB2qdcHs { width:47.75rem;height:1.5rem;top:50.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEuX0edgSwR9C2KB8TK53a6iTZxDeJs2 { top:52.5625rem;left:0rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #llZRNeUtUp8g11Tf9JrdOlkyUU3UERZn { width:47.75rem;height:3.75rem;top:52.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hul7iOW1VkIfCShQUBkbfe9GN8mlTwnE { top:54.5625rem;left:0rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXU3twploZKozOgSwKET7vQiXSL2Ttp8 { top:42.625rem;left:15.375rem;width:12.5rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm0LepEr6HiBo57kFEwvNxCNJBWBWJAx { display:block; }#Qm0LepEr6HiBo57kFEwvNxCNJBWBWJAx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZZEZ09Q4C6pzdFJVSIFPtJ9uH88PURf { width:31rem;height:4.25rem;top:2.875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #azaIyTThlM7eNZfIuD8AwcKU1AbITMVz { display:block; }
 }@media only screen and (max-width: 763px) { #XcGfxSom03qkXL6hAMEIc20sRrsrntom { display:block; }#XcGfxSom03qkXL6hAMEIc20sRrsrntom > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVFLhPxJlpZbIJEnHCCZkGF05UPBT7ND { width:47.75rem;height:9.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA7Cmouiu5FiVgSq4sz8y2P6m8Jf8DuD { width:47.75rem;height:2.875rem;top:3.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKCdHqJL9fOQdWnsObMMGSqdZNeDeDCc { width:47.75rem;height:6.1875rem;top:8.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRaPyQBEUEbGGcOFRRUMIc4KzlvTnoQN { display:block; }#mRaPyQBEUEbGGcOFRRUMIc4KzlvTnoQN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfFFMev2KtClfJOWfXEO3U9GrorRh9hS { width:47.75rem;height:40.9375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmdKslfpfgKd2fnMWvepqJP1vevzDHXC { width:44.125rem;height:32.5rem;top:5.25rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTFxO44nvM0mZdxSSHUdU7Q6aAJl4ApP { width:4.125rem;height:3.875rem;top:39.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gy48pSVGUM1M96E3tJxiTv7ExQZEeOrJ { width:4.125rem;height:3.875rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1NaTgD6xTJJ6oGAi1pDv1vfzekVKml6 { width:44.125rem;height:1.25rem;top:39.5625rem;left:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nszMUxFQizIOlATpLFT5FJiTu7QOZ7k5 { display:block; }#nszMUxFQizIOlATpLFT5FJiTu7QOZ7k5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #almXsR00AZ8TBiJJ6tiAqMo5LcK7wLM2 { width:47.75rem;height:36.625rem;top:52.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvqWXiiafMwNUI6c2IbTloVlAlTcuwGi { width:44.125rem;height:1.5rem;top:55.1875rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNcF0W1M6uon3dN8hxT0p9UJ12pFPKi5 { width:47.75rem;height:0.125rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqvzRCuc0seZ0qtnCot0ezAItwL3TXnG { width:44.125rem;height:1.625rem;top:3.875rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APeeXdwzNJTp5dko7UrNOlUci7D8mw8e { width:44.125rem;height:23.25rem;top:57.9375rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBBhb8MwNOn5ioM6UnXgidSOF37T1brN { width:4.125rem;height:3.875rem;top:50.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIUMsTC9Zo7ioBM4IlRpe1SO66DTBWMk { width:4.125rem;height:3.875rem;top:39.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HHDsnFq6mH4kbmRzxzmRuIT79L0ymxy2 { width:44.125rem;height:1.5rem;top:6.5625rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utvsAH9ME6XrWbVs24KM54HbKNgPIJRf { width:44.125rem;height:4.625rem;top:8.75rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOx8xXbxzCP7HcIdvE0FxiQi97o6rbxA { width:44.125rem;height:4.625rem;top:14.125rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkf1yTO2b4bH8F9hT8x8NSGWXMx5lhMx { width:47.75rem;height:46.9375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcFi520ylSgNZMQTwWXaJCOxNskGxUDb { width:44.125rem;height:1.5rem;top:27rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDCAp7iaDCTR6IavrKXv5JCPdkoVNdn1 { width:44.125rem;height:6.1875rem;top:29.3125rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOIDrSe6WPVdKVMUfursqKR7hvEczGtk { width:44.125rem;height:6.1875rem;top:35rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKeOxti1NJBWvJHgz81ockuhKs75AByq { width:47.5rem;height:5.1875rem;top:19.75rem;left:0.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6I6TR2RUoRS8ZNBg0aPIPaEkaqqzLUB { width:47.125rem;height:5.1875rem;top:41.1875rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkqUwKMDDtSDAyOrRmkTSbVucrqSyKQ8 { top:5.5rem;left:2.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIB1L2XoAblrk9K2qbZIQU8N68bQ2Xte { top:26.1875rem;left:2.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKza1dw4uHZanhSqlgaV7CkWGUTyMlLr { width:44.125rem;height:4.1875rem;top:83.625rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGNnlvFXlZFrBLegEbfJbcNBK05msl1q { width:4.125rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0PtoTc6CXswZKeJ5zJUndCEomfQInIT { display:block; }#T0PtoTc6CXswZKeJ5zJUndCEomfQInIT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixGpQ7PU4FT0X4v1rF7uNn0OTstSAzhS { width:19.6875rem;height:13.0625rem;top:1.625rem;left:14.031251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaqxEgu4ixS1XRERykW43S07wBkH22DR { width:19.6875rem;height:13.0625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEbPJLykcgl2eofSVexJ3oldch2FFKDv { width:19.6875rem;height:13.0625rem;top:1.625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWVElNFJWKIkAEQLdzgKsaHhAgtczWks { display:block; }#WWVElNFJWKIkAEQLdzgKsaHhAgtczWks > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Glg8CmLzlif1R2U5fXaf7pQ5u365qm90 { width:24.4375rem;height:2.4375rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs9cDbbnurHUJFhPcWuvqoemT5sJRd99 { width:24.375rem;height:12.125rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8gRet9dbgGpD1rv9zg2wS4bN4sWnnUT { width:20.0625rem;height:1.375rem;top:12.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Rn25m57tSFCSwgvZnWe578q7EnWNdQ { width:13.5rem;height:1.3125rem;top:15.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFWHfgDFcON6ZyV5Vq0n7kfGmTfkvuEe { width:16.5rem;height:1.3125rem;top:18.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn6VBHISRXg7tHSR87M5hmf4TFgHcl03 { width:32.5rem;height:18.25rem;top:5.9375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #coIawu0qOIBEndQWTB3BzXMGdt4kL6ID { top:5rem;left:39.375rem;width:8.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpi39aWfk7yFJh6uToTE2iGnBVDInAGI { top:17.875rem;left:0rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioZ3PeXFMAaIqz65aGXniqBFVaeT8hIG { top:15.5625rem;left:0rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlTN2KnTW8KULa0Ze4wXgn5ZwPTggtrJ { display:block; }#LlTN2KnTW8KULa0Ze4wXgn5ZwPTggtrJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToLhSFH1L35RbwVBv55i6JP85GtuDceG { width:13.8125rem;height:3rem;top:1.6875rem;left:16.968751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoMSCkF7yXQSgkn7qq8A0u7KgZIbyPTt { top:1.5rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgfQHhpkZvd98TBuTpvNHOOkZd2BW45h { display:block; }
 }@media only screen and (max-width: 763px) { #lQ0dmer6PEVa2FXRvNxnatxn7GokVozG { top:1.5rem;left:33.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEWWDJSODP9UwxmFd8HCaFWPdStRob65 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qiadEXTTGzW23atp8IEHb8BVIeyAHmHT { position:relative;z-index:auto;display:block; }#qiadEXTTGzW23atp8IEHb8BVIeyAHmHT > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVKs8eT7wA8ZBic07cxw5ZqkCgBXuxWJ { width:6.9375rem;height:2.1875rem;top:4.53125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofw2X2ETTe3nKw7WLn6qi5lHppooP5Pu { display:block; }
 }@media only screen and (max-width: 763px) { #r7P4E3eaTP4dh2MBWFgivsdn8dSNe0EA { width:4.5rem;height:2.1875rem;top:4.53125rem;left:8.8125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPpUeCleEHFBpPibzD1VU19X6VM4HTKp { display:block; }
 }@media only screen and (max-width: 763px) { #elnxIB9qwBGn33G6xaJPWDLOrDRmDvxD { width:8.6875rem;height:2.125rem;top:7.46875rem;left:5.6562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLTB1qUTyailzaPxJiQVSqlaamqHb3TP { display:block; }
 }@media only screen and (max-width: 763px) { #hH4btli3uWxa2Q75vdAXurn7pplcKKhT { width:4.75rem;height:2.1875rem;top:4.53125rem;left:14.343750357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #H22gittqLCUi74MPLWXuHDN0IG6hwqO1 { display:block; }
 }@media only screen and (max-width: 763px) { #nb9cDUIE7PP6dSmf5kmODH0DzKIW07BP { width:6.75rem;height:1.6875rem;top:1.3437805175781rem;left:6.6249998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVIIqKg0CqoL7qbT3ws6ZxA4nIPEioUg { display:block; }#kVIIqKg0CqoL7qbT3ws6ZxA4nIPEioUg > .row .container { width:20rem;height:32.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tnIaGL7LStOZhtfoAqZCpuzEgDb1GUBN { width:20rem;height:1.35rem;top:3.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq5KdtGSKgDHzTfJwJtKnu7zvDwyaElc { width:20rem;height:1.55rem;top:3.0749998092651rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc58Mu3BoIH08N5l76Okyy2UNB6MCtsi { width:18.125rem;height:12.0625rem;top:13.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmbqD4cUhQVn4mq056uBND1VxcNBeAXK { width:12.5rem;height:0.125rem;top:2.26171875rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeM8sBNpepcNsJ7Q93Erw7DZeND9C0sZ { width:20rem;height:7.5rem;top:4.9125003814697rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8RqRpCvW0T4g8VyTFipNTU3b29yWIon { width:11.3125rem;height:2.875rem;top:27.0625rem;left:4.3437498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSXkhZhgoaogybH21ZTZtMmguIIJvmZm { display:block; }
 }@media only screen and (max-width: 763px) { #UgmTVZmWSUTAT0nTkstFaw1ZGhLq1mBl { width:20rem;height:30.6875rem;top:0.625rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #hJT8kwrsIzOqLPOpJGSn0Ul0Dbm490qV { display:block; }#hJT8kwrsIzOqLPOpJGSn0Ul0Dbm490qV > .row .container { width:20rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCBaih8w3352oZTSQgU9XPzaTfGq6C8e { width:20rem;height:11.1rem;top:1.962500333786rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmV4AFgB50WOLtklpB1XpDL7CkCy91XW { width:20rem;height:14.85rem;top:14.499219059944rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws5w6ABm7vnrwFtHSG957ASIbfiRnztb { width:9.6875rem;height:15.8125rem;top:31.749999165535rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8T4rEpsqP2Q9RMi5TsA5gFkbdTBkwRq { display:block; }#V8T4rEpsqP2Q9RMi5TsA5gFkbdTBkwRq > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EkedlUkdor68Ga1nt3k65P5KeGhJi882 { width:20rem;height:2.75rem;top:1.49609375rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GIsAHMWSOC8vOnwS1U63oNk8nOqwo5eS { width:20rem;height:37.5rem;top:5.1242189407349rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oHD5Kifyqd3ws0mFfSMJPTQdU1sIduzZ { display:block; }#oHD5Kifyqd3ws0mFfSMJPTQdU1sIduzZ > .row .container { width:20rem;height:124.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMTwPBkqbi2odUtXHCWhAtUQHv6H73Dl { width:20rem;height:13.3125rem;top:71.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmgoMveOmThii8mhSB1QUD6FqQdE0ooG { width:20rem;height:13.3125rem;top:85.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXvZGNr02urx5RgaSLbDtF97XhaPpcJb { width:20rem;height:51.8rem;top:17.85937833786rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR1KCfGiqPQHleA3l4G2ABWnn96T0g8p { width:20rem;height:2.65rem;top:0.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGagqa8gpTSJSU17i9N4FoTb1FETmp0z { width:20rem;height:8.4rem;top:100.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDELnIpZlL3Tseu5gNay9mw6OBXhAGWF { width:19.8125rem;height:13.5625rem;top:109.52500343322rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDDcmz5TaoKvsRU0RuRxt8cBJDvIR3w0 { width:8.375rem;height:12.625rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #livZ6PXEIdTQVcqdkyMEgM3pEbtpoxfx { display:block; }#livZ6PXEIdTQVcqdkyMEgM3pEbtpoxfx > .row .container { width:20rem;height:109.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BH47SXg21tAZ7Qchlw8phhkfghNiimSQ { width:20rem;height:2.75rem;top:1.1242187619209rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OlvehI1s9Wq0pTU9eputqAMe19kGTBrS { width:20rem;height:58.5rem;top:4.3742251396179rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L249tOGrFXK9yOLIbQugIrH1bnemR7NI { width:20rem;height:13.375rem;top:63.435136795044rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTykFm23InBMMNovyvpttaISXk76b2Py { width:20rem;height:13.5rem;top:79.686721801756rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeZ6OI14q4et4o79mWekzeRyHB2qdcHs { width:20rem;height:4.65rem;top:94.662500381469rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEuX0edgSwR9C2KB8TK53a6iTZxDeJs2 { width:2rem;height:2rem;top:104.14921760559rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #llZRNeUtUp8g11Tf9JrdOlkyUU3UERZn { width:17.875rem;height:9.5rem;top:100.39922523499rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hul7iOW1VkIfCShQUBkbfe9GN8mlTwnE { width:2rem;height:2rem;top:100.39921760559rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXU3twploZKozOgSwKET7vQiXSL2Ttp8 { width:12.5rem;height:0.625rem;top:78.337503433225rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm0LepEr6HiBo57kFEwvNxCNJBWBWJAx { display:block; }#Qm0LepEr6HiBo57kFEwvNxCNJBWBWJAx > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZZEZ09Q4C6pzdFJVSIFPtJ9uH88PURf { width:19.625rem;height:3.125rem;top:1.7187385559082rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azaIyTThlM7eNZfIuD8AwcKU1AbITMVz { display:block; }
 }@media only screen and (max-width: 763px) { #XcGfxSom03qkXL6hAMEIc20sRrsrntom { display:block; }#XcGfxSom03qkXL6hAMEIc20sRrsrntom > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVFLhPxJlpZbIJEnHCCZkGF05UPBT7ND { width:20rem;height:4.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA7Cmouiu5FiVgSq4sz8y2P6m8Jf8DuD { width:20rem;height:1.35rem;top:1.6000070571899rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKCdHqJL9fOQdWnsObMMGSqdZNeDeDCc { width:20rem;height:18.6rem;top:5.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRaPyQBEUEbGGcOFRRUMIc4KzlvTnoQN { display:block; }#mRaPyQBEUEbGGcOFRRUMIc4KzlvTnoQN > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfFFMev2KtClfJOWfXEO3U9GrorRh9hS { width:20rem;height:64.4375rem;top:4.1796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmdKslfpfgKd2fnMWvepqJP1vevzDHXC { width:18.8125rem;height:55.8rem;top:8.03125rem;left:0.59375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTFxO44nvM0mZdxSSHUdU7Q6aAJl4ApP { width:4.125rem;height:3.875rem;top:2.5171871185302rem;left:7.9375003576281rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #Gy48pSVGUM1M96E3tJxiTv7ExQZEeOrJ { width:1.375rem;height:1.25rem;top:0rem;left:18.625000357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1NaTgD6xTJJ6oGAi1pDv1vfzekVKml6 { width:20rem;height:2.4rem;top:65.443750381469rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nszMUxFQizIOlATpLFT5FJiTu7QOZ7k5 { display:block; }#nszMUxFQizIOlATpLFT5FJiTu7QOZ7k5 > .row .container { width:20rem;height:148.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #almXsR00AZ8TBiJJ6tiAqMo5LcK7wLM2 { width:20rem;height:63.0625rem;top:83.81954956055rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvqWXiiafMwNUI6c2IbTloVlAlTcuwGi { width:20rem;height:3.1rem;top:87.57031440735rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNcF0W1M6uon3dN8hxT0p9UJ12pFPKi5 { width:20rem;height:75.8125rem;top:3.0609436035156rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqvzRCuc0seZ0qtnCot0ezAItwL3TXnG { width:20rem;height:1.65rem;top:6.2664070129394rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APeeXdwzNJTp5dko7UrNOlUci7D8mw8e { width:20rem;height:44.95rem;top:91.695313930512rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBBhb8MwNOn5ioM6UnXgidSOF37T1brN { width:4.125rem;height:3.875rem;top:82.132033348081rem;left:7.9375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIUMsTC9Zo7ioBM4IlRpe1SO66DTBWMk { width:4.125rem;height:3.875rem;top:1.141414642334rem;left:7.9375003576281rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #HHDsnFq6mH4kbmRzxzmRuIT79L0ymxy2 { width:20rem;height:1.55rem;top:9.4539062976837rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utvsAH9ME6XrWbVs24KM54HbKNgPIJRf { width:20rem;height:9.3rem;top:12.87344455719rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOx8xXbxzCP7HcIdvE0FxiQi97o6rbxA { width:20rem;height:7.75rem;top:23.11171913147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkf1yTO2b4bH8F9hT8x8NSGWXMx5lhMx { width:20rem;height:38.75rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcFi520ylSgNZMQTwWXaJCOxNskGxUDb { width:20rem;height:1.55rem;top:44.499217987061rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDCAp7iaDCTR6IavrKXv5JCPdkoVNdn1 { width:20rem;height:10.85rem;top:47.173442840576rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOIDrSe6WPVdKVMUfursqKR7hvEczGtk { width:20rem;height:9.3rem;top:57.960936546326rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKeOxti1NJBWvJHgz81ockuhKs75AByq { width:20rem;height:10.8rem;top:31.761730194092rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6I6TR2RUoRS8ZNBg0aPIPaEkaqqzLUB { width:20rem;height:10.8rem;top:67.198436737062rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkqUwKMDDtSDAyOrRmkTSbVucrqSyKQ8 { width:3.125rem;height:3.125rem;top:8.6664063930513rem;left:0.56093752384186rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIB1L2XoAblrk9K2qbZIQU8N68bQ2Xte { width:3.125rem;height:3.125rem;top:43.711719512939rem;left:0.56093752384186rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKza1dw4uHZanhSqlgaV7CkWGUTyMlLr { width:20rem;height:6.5rem;top:138.94450950622rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iGNnlvFXlZFrBLegEbfJbcNBK05msl1q { width:4.125rem;height:3.875rem;top:44.393751144409rem;left:7.9375003576281rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0PtoTc6CXswZKeJ5zJUndCEomfQInIT { display:block; }#T0PtoTc6CXswZKeJ5zJUndCEomfQInIT > .row .container { width:20rem;height:44.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixGpQ7PU4FT0X4v1rF7uNn0OTstSAzhS { width:19.3125rem;height:12.8125rem;top:15.937488555908rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaqxEgu4ixS1XRERykW43S07wBkH22DR { width:19.3125rem;height:12.875rem;top:1.811719417572rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEbPJLykcgl2eofSVexJ3oldch2FFKDv { width:20rem;height:12.875rem;top:30.250019550324rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWVElNFJWKIkAEQLdzgKsaHhAgtczWks { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3Xt0cyh5/BG2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WWVElNFJWKIkAEQLdzgKsaHhAgtczWks.adaptive-delivery-prevent-bg, #WWVElNFJWKIkAEQLdzgKsaHhAgtczWks.lazyload, #WWVElNFJWKIkAEQLdzgKsaHhAgtczWks.lazyloading { background-image: none; }#WWVElNFJWKIkAEQLdzgKsaHhAgtczWks > .row .container { background-color: transparent; background-image: none; }#WWVElNFJWKIkAEQLdzgKsaHhAgtczWks::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWVElNFJWKIkAEQLdzgKsaHhAgtczWks > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWVElNFJWKIkAEQLdzgKsaHhAgtczWks > .row .container > .video-iframe-container { display: none; }#WWVElNFJWKIkAEQLdzgKsaHhAgtczWks > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWVElNFJWKIkAEQLdzgKsaHhAgtczWks > .row > .video-iframe-container { display: none; }#WWVElNFJWKIkAEQLdzgKsaHhAgtczWks > .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); }#WWVElNFJWKIkAEQLdzgKsaHhAgtczWks > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Glg8CmLzlif1R2U5fXaf7pQ5u365qm90 { width:18.125rem;height:2.2rem;top:15.500000715256rem;left:1.8750001192093rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs9cDbbnurHUJFhPcWuvqoemT5sJRd99 { width:20rem;height:11.5625rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8gRet9dbgGpD1rv9zg2wS4bN4sWnnUT { width:17.25rem;height:1.25rem;top:21.187500953674rem;left:1.3750001192093rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Rn25m57tSFCSwgvZnWe578q7EnWNdQ { width:13.5rem;height:1.3rem;top:24.187500476837rem;left:4.1874998807907rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gFWHfgDFcON6ZyV5Vq0n7kfGmTfkvuEe { width:13.5rem;height:1.3rem;top:26.375000476837rem;left:4.1874998807907rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hn6VBHISRXg7tHSR87M5hmf4TFgHcl03 { height:12.393rem;width:20rem;top:1.1867187023163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #coIawu0qOIBEndQWTB3BzXMGdt4kL6ID { width:8.375rem;height:1.9375rem;top:30.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpi39aWfk7yFJh6uToTE2iGnBVDInAGI { width:1.75rem;height:1.75rem;top:26.150000095367rem;left:1.3750001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioZ3PeXFMAaIqz65aGXniqBFVaeT8hIG { width:1.9375rem;height:1.9375rem;top:23.868766784668rem;left:1.3750001192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlTN2KnTW8KULa0Ze4wXgn5ZwPTggtrJ { display:block; }#LlTN2KnTW8KULa0Ze4wXgn5ZwPTggtrJ > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToLhSFH1L35RbwVBv55i6JP85GtuDceG { width:8.6875rem;height:1.9375rem;top:1.4359359741211rem;left:5.6562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoMSCkF7yXQSgkn7qq8A0u7KgZIbyPTt { top:4.125rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgfQHhpkZvd98TBuTpvNHOOkZd2BW45h { display:block; }
 }@media only screen and (max-width: 763px) { #lQ0dmer6PEVa2FXRvNxnatxn7GokVozG { top:5.6242198944092rem;left:2.9687501192093rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEWWDJSODP9UwxmFd8HCaFWPdStRob65 { display:block; }
 }