.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9TDpwyhyUJb1V7Xq6o0UFhUA4wJXxzf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#x9TDpwyhyUJb1V7Xq6o0UFhUA4wJXxzf > .row .container { background-color: transparent; background-image: none; }#x9TDpwyhyUJb1V7Xq6o0UFhUA4wJXxzf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9TDpwyhyUJb1V7Xq6o0UFhUA4wJXxzf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9TDpwyhyUJb1V7Xq6o0UFhUA4wJXxzf > .row .container > .video-iframe-container { display: none; }#x9TDpwyhyUJb1V7Xq6o0UFhUA4wJXxzf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9TDpwyhyUJb1V7Xq6o0UFhUA4wJXxzf > .row > .video-iframe-container { display: none; }#x9TDpwyhyUJb1V7Xq6o0UFhUA4wJXxzf > .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); }#x9TDpwyhyUJb1V7Xq6o0UFhUA4wJXxzf > .row .container { border-width: 0; border-radius: 0; }#x9TDpwyhyUJb1V7Xq6o0UFhUA4wJXxzf > .row > .video-iframe-container {  }#x9TDpwyhyUJb1V7Xq6o0UFhUA4wJXxzf > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#NmnVFPMpFes4QbE1vTZRD7KkBSCDcS3T { color:#f7f2f2;display:block;width:35.4375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.11328125rem;left:12.28125rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq { background-color:#f2f2f2;background-image:none;z-index:;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq > .row .container { background-color: transparent; background-image: none; }#UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq > .row .container > .video-iframe-container { display: none; }#UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq > .row > .video-iframe-container { display: none; }#UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq > .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); }#UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq > .row .container { border-width: 0; border-radius: 0; }#UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq > .row > .video-iframe-container {  }#UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq > .row .container { font-size:0.875rem;font-family:"open sans";height:31.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#NtNh1I8bbePfGMcE9EE1vuDaD9kVR9Qs { box-sizing:content-box;color:#200f43;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:0rem;left:52.65625rem;display:none; }
#CTXhu6fQFpETTiCXWRNIPeorR95V7i1b { box-sizing:content-box;color:#200f43;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:0rem;left:55.09375rem;display:none; }
#EFz4q4qdXSHH9aOwhfJMORDFuBIplm5h { box-sizing:content-box;color:#200f43;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:0rem;left:57.6875rem;display:none; }
#NkmUK4skODHP1CgTaNEZ4VM8ksMKlPSF { color:#000000;display:block;width:55.3125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:100000;line-height:1.4;letter-spacing:0;top:5.125rem;left:2.34375rem;height:11rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MT8I38u5hcuS0v4Bbv04G2oqC5S67skp { color:#000000;display:block;width:54.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:2.21875rem;left:2.90625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w9Ch0S7ITmPNHWpEwypuyT5hJzTI2b4g { position:absolute;display:block;z-index:100026;background-color:#ebe8e3;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:7.875rem;width:26rem;top:6.0625rem;left:1.8125rem;display:block; }
#cFVkTOPrUqfnuoBmlbkmDvukWStcCzoO { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:7.0625rem;left:10.9375rem;height:2.2734375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TkkxkiJN3M3EX3otliVoM8zyU7A4UQbJ { color:#bc8e5f;display:block;width:8.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:7.0625rem;left:2.625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nBN8Sqxg3ZNekHNCStlo2dP9tQuqJ9ch { position:absolute;display:block;z-index:100034;background-color:#ded4c5;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:6.1875rem;width:0.125rem;top:6.5625rem;left:8.9375rem;display:block; }
#UCT99tMEwEksXoXFE2ap9UR8Ev3ksFMR { position:absolute;display:block;z-index:100033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:0.125rem;top:6.4375rem;left:8.8125rem;display:block; }
#mCcmxPiSLq1xdlLgitHuK6QiAcPDKe0e { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:8.75rem;left:10.5rem;height:3.41015625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#pHkdK7Zg9lacZHs0zDTOncULPqJ3mPpn { position:absolute;display:block;z-index:100032;background-color:#ebe8e3;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:7.875rem;width:26rem;top:5.9375rem;left:33rem;display:block; }
#SUo7vtDPC67p6FXI5kW6lqd40OWLMSSF { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100036;line-height:1.3;letter-spacing:0;top:8.75rem;left:41.0625rem;height:3.41015625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#u8kuNaWOhOa6NTvKk4yExVGbRtI6V3Xs { color:#bc8e5f;display:block;width:8.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:7.0625rem;left:33.8125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MFz28KapTGHqueBygRl52itNTebEhGqN { position:absolute;display:block;z-index:100040;background-color:#ded4c5;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:6.1875rem;width:0.125rem;top:6.5625rem;left:40.125rem;display:block; }
#plIPCTlQaS3446aTfOheHndQnieI9Nb9 { position:absolute;display:block;z-index:100039;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:0.125rem;top:6.4375rem;left:40rem;display:block; }
#HbR65zCqp4TzlHQFJzmeTHJcgXBmP1ao { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:7.0625rem;left:42.125rem;height:1.13671875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ueOCzszJyR8oxqSZNZwEdBgB6vfDekpc { color:#000000;display:block;width:54.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:27.46875rem;left:2.90625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UCATly7kdvv6ytHZkPAZabZ6WBTs7C7f { position:absolute;display:block;z-index:100032;background-color:#ebe8e3;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:7.875rem;width:26rem;top:16.4375rem;left:1.8125rem;display:block; }
#NcMQq72Wr1sgmDx3VQgs9tWP8OhRVFQI { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100036;line-height:1.3;letter-spacing:0;top:19.25rem;left:10.5rem;height:3.41015625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#smiTSD2iuTpTXuIJVTgoJ2lZerThMaMz { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:17.5625rem;left:10.9375rem;height:1.13671875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ETZC8SC2LmVFegS2O53Fik5VvTgMEd9w { color:#bc8e5f;display:block;width:8.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:17.5625rem;left:2.625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mdudxo01kU1C4kV5340lN5L2ea64mAHA { position:absolute;display:block;z-index:100040;background-color:#ded4c5;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:6.1875rem;width:0.125rem;top:17.0625rem;left:8.9375rem;display:block; }
#K6tQgVSmNS84W5KSyfOGwDTNaGqgvgGR { position:absolute;display:block;z-index:100039;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:0.125rem;top:16.9375rem;left:8.8125rem;display:block; }
#RMhOtiKcW9yOlo4GATZuDNPTGCigsMxa { position:absolute;display:block;z-index:100038;background-color:#ebe8e3;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:7.875rem;width:26rem;top:16.4375rem;left:33rem;display:block; }
#gp4zGRHnon4TR5qDJQ7igApGUrT6t6CB { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100042;line-height:1.3;letter-spacing:0;top:19.25rem;left:41.0625rem;height:3.41015625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#BRMeMK4UopLITGCINtU4naf72WPtcXd7 { color:#bc8e5f;display:block;width:8.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:17.5625rem;left:33.8125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PSm0QSZlAUavIfWoUzyeKs3CnDxgFzbG { position:absolute;display:block;z-index:100046;background-color:#ded4c5;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:6.1875rem;width:0.125rem;top:17.0625rem;left:40.125rem;display:block; }
#xVqauIsR9r6QL4sazTi4OnXGhJqgBahH { position:absolute;display:block;z-index:100045;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:0.125rem;top:16.9375rem;left:40rem;display:block; }
#EHEBKOGQTyssxa7if2zUz2tQJis1zZIB { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:17.5625rem;left:42.125rem;height:2.2734375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#yhO15ei04cDUssAibbhHbQbNwKepLz5h { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:8.75rem;left:10.5rem;height:3.41015625rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#wBmS6C0zdRnWirhzvXbuxNDctpfRAVRz { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100036;line-height:1.3;letter-spacing:0;top:19.25rem;left:10.5rem;height:3.41015625rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#gvATbHcGy9TNqr5t25waGZPOC7wk1wUd { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:7.0625rem;left:10.9375rem;height:1.13671875rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#GxvnZXghQ3BloFFUoBTvqXQ1bruzpH0G { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:17.5625rem;left:42.125rem;height:1.13671875rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#iSRrx0sCdDVLcocGd3N8CaQ6zTDF1crN { color:#bc8e5f;display:block;width:8.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:7.0625rem;left:2.625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#x5LmP1EIwFcNJHABvwTLdNQCbTSHKaV7 { color:#bc8e5f;display:block;width:8.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:7.0625rem;left:2.625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#W4oZJMpfATK1xlgMFlJSuBWabsPF4Vnh { color:#bc8e5f;display:block;width:8.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:7.0625rem;left:2.625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#xSBiqtgvFTmQCXKdAoxgaxhd7wxppBo1 { color:#bc8e5f;display:block;width:8.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:7.0625rem;left:2.625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#emKgKAkde1wXCPhHWyT9QmJI1iWFGrOL { position:absolute;display:block;z-index:100022;background-color:transparent;background-image:none;border-top:0.0625rem solid #bc8e5f;border-left:0.0625rem solid #bc8e5f;border-right:0.0625rem solid #bc8e5f;border-bottom:0.0625rem solid #bc8e5f;height:5.8125rem;width:54.375rem;top:1.9560546875rem;left:2.75rem;display:none; }
#vb14WBKo2MdkJ7w37dETPH7bCsJeltUI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vb14WBKo2MdkJ7w37dETPH7bCsJeltUI > .row .container { background-color: transparent; background-image: none; }#vb14WBKo2MdkJ7w37dETPH7bCsJeltUI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vb14WBKo2MdkJ7w37dETPH7bCsJeltUI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vb14WBKo2MdkJ7w37dETPH7bCsJeltUI > .row .container > .video-iframe-container { display: none; }#vb14WBKo2MdkJ7w37dETPH7bCsJeltUI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vb14WBKo2MdkJ7w37dETPH7bCsJeltUI > .row > .video-iframe-container { display: none; }#vb14WBKo2MdkJ7w37dETPH7bCsJeltUI > .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); }#vb14WBKo2MdkJ7w37dETPH7bCsJeltUI > .row .container { border-width: 0; border-radius: 0; }#vb14WBKo2MdkJ7w37dETPH7bCsJeltUI > .row > .video-iframe-container {  }#vb14WBKo2MdkJ7w37dETPH7bCsJeltUI > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;position:relative;display:block; }#at0Cpe7iznWqVMUavC1lq6rxbatbBa8l { color:#000000;display:block;width:52.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:10.8125rem;left:3.6875rem;height:4.3857375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:17.25rem;left:20.375rem;z-index:100002; }
#LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #eq3VkMvdsuHuuksU97TICtmMZnB3cUnF { display:flex;position:relative;top:0rem;left:0rem; }
#LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #y2F506XOeTaHWHI461hxATu8kpNlPyNW { width:auto; }
#LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #qgRZ1phSyFpx53GBxCaUZEHwyLB1pZRH {  }
#LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #DEu5KCOKwk14HUT1Zvt0EacaTvDTQ4Zc { display:flex;position:relative;top:0rem;left:0rem; }
#LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #lPxpowS0Rf7RZbUbPJbobthRAzOvzH9a {  }
#LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #R3Tqciv04ayo4525INTXwFiqsEeq4gU5 {  }
#LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #ArGqesWmdDc6HedcM25pXLNIIJD71Tq2 { display:flex;position:relative;top:0rem;left:0rem; }
#LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #x5hGB5pLuuBB29zgW47yupJNJzArFCDd {  }
#LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #dfBnvpVHC1Q1wp2L4gIWdbxETZzvUbSa {  }
#LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #AmHOvHcupcNRELZcWdsNfaOwKTV9BUzB { display:flex;position:relative;top:0rem;left:0rem; }
#LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #d97w3hD1d7BDxZOKsnPSVEhOCCtNFJdk {  }
#LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #oGsb1Tumo3V0RFhS9Xv7OHqmHOb0Xy8g {  }
#i8AohLDVyhEsiUhbthqUHChsWqzbrpXy { color:#000000;display:block;width:55.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100000;line-height:1.4;letter-spacing:0;top:3rem;left:2.375rem;height:3.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cmOx8k0xoTXuzTD5Tdm5oSEnunrqe4EO { position:absolute;display:block;z-index:100022;background-color:transparent;background-image:none;border-top:0.0625rem solid #bc8e5f;border-left:0.0625rem solid #bc8e5f;border-right:0.0625rem solid #bc8e5f;border-bottom:0.0625rem solid #bc8e5f;height:5.8125rem;width:54.375rem;top:1.9560546875rem;left:2.75rem;display:block; }
#UJ4SCT2HKN2NM6topTh8DfH3OSQOzcWh { color:#200f43;display:block;width:46.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:22rem;left:6.84375rem;height:0;font-style:normal;display:none; }
#lBToNtIXGDvEwcU0vO96UP8hKcQnMdEd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#lBToNtIXGDvEwcU0vO96UP8hKcQnMdEd > .row .container { background-color: transparent; background-image: none; }#lBToNtIXGDvEwcU0vO96UP8hKcQnMdEd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBToNtIXGDvEwcU0vO96UP8hKcQnMdEd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBToNtIXGDvEwcU0vO96UP8hKcQnMdEd > .row .container > .video-iframe-container { display: none; }#lBToNtIXGDvEwcU0vO96UP8hKcQnMdEd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBToNtIXGDvEwcU0vO96UP8hKcQnMdEd > .row > .video-iframe-container { display: none; }#lBToNtIXGDvEwcU0vO96UP8hKcQnMdEd > .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); }#lBToNtIXGDvEwcU0vO96UP8hKcQnMdEd > .row .container { border-width: 0; border-radius: 0; }#lBToNtIXGDvEwcU0vO96UP8hKcQnMdEd > .row > .video-iframe-container {  }#lBToNtIXGDvEwcU0vO96UP8hKcQnMdEd > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:60rem;position:relative;display:block; }#dat59GctVCQcRPzqGQ9B5SzWmicQvCtX { color:#000000;display:block;width:52.5rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:3.1875rem;left:5.6875rem;height:6.33691875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mnhQ7Dy90Oz72n9cZaBJVCLpTh9L7qgK { color:#000000;display:block;width:48.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:12.1572265625rem;left:7.59375rem;height:8.5595625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#mnhQ7Dy90Oz72n9cZaBJVCLpTh9L7qgK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mnhQ7Dy90Oz72n9cZaBJVCLpTh9L7qgK li:before{  }
#T5Ca2NwHQ7pqGzTvKrp2iHZ2PZryfvTm { color:#000000;display:block;width:48.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:22.9375rem;left:5.6875rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#M4Wkei62AoCMMTue6aiMMZi03JotVypX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#M4Wkei62AoCMMTue6aiMMZi03JotVypX > .row .container { background-color: transparent; background-image: none; }#M4Wkei62AoCMMTue6aiMMZi03JotVypX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4Wkei62AoCMMTue6aiMMZi03JotVypX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4Wkei62AoCMMTue6aiMMZi03JotVypX > .row .container > .video-iframe-container { display: none; }#M4Wkei62AoCMMTue6aiMMZi03JotVypX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4Wkei62AoCMMTue6aiMMZi03JotVypX > .row > .video-iframe-container { display: none; }#M4Wkei62AoCMMTue6aiMMZi03JotVypX > .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); }#M4Wkei62AoCMMTue6aiMMZi03JotVypX > .row .container { border-width: 0; border-radius: 0; }#M4Wkei62AoCMMTue6aiMMZi03JotVypX > .row > .video-iframe-container {  }#M4Wkei62AoCMMTue6aiMMZi03JotVypX > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:block; }#rE0kzIAwQ5bTgvu4MqAh68wU4w9EwCST { color:#000000;display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:3.1875rem;left:2.25rem;height:10.2333875rem;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;text-align:center;text-align-last:center;display:block; }
#SuX2pg7RdeO9psAIGb6ceoDwKCrqIPZS { color:#200f43;display:block;width:48.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:14.625rem;left:5.625rem;height:0;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;text-align:center;text-align-last:center;display:none; }
#NIdQotrZ0dO1DoyA6LSbBvFt3sh5iXgZ { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:15.5625rem;left:20.96875rem;height:6.785125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#NIdQotrZ0dO1DoyA6LSbBvFt3sh5iXgZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NIdQotrZ0dO1DoyA6LSbBvFt3sh5iXgZ li:before{  }
#xnyiI02TJg9q91hgyvItoAOBs3vPJG6e { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.25rem;width:17.4375rem;top:12.1875rem;left:0rem;overflow:hidden;display:block; }
#lLlTgsqF9noeAKzFMX2o6EhDUceuO4NP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lLlTgsqF9noeAKzFMX2o6EhDUceuO4NP > .row .container { background-color: transparent; background-image: none; }#lLlTgsqF9noeAKzFMX2o6EhDUceuO4NP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLlTgsqF9noeAKzFMX2o6EhDUceuO4NP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLlTgsqF9noeAKzFMX2o6EhDUceuO4NP > .row .container > .video-iframe-container { display: none; }#lLlTgsqF9noeAKzFMX2o6EhDUceuO4NP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLlTgsqF9noeAKzFMX2o6EhDUceuO4NP > .row > .video-iframe-container { display: none; }#lLlTgsqF9noeAKzFMX2o6EhDUceuO4NP > .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); }#lLlTgsqF9noeAKzFMX2o6EhDUceuO4NP > .row .container { border-width: 0; border-radius: 0; }#lLlTgsqF9noeAKzFMX2o6EhDUceuO4NP > .row > .video-iframe-container {  }#lLlTgsqF9noeAKzFMX2o6EhDUceuO4NP > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:block; }#zAVKbdx1DI7db8V8JTIiIVHET7pKvg4a { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100000;line-height:1.5;letter-spacing:0;top:0rem;left:21.0625rem;height:2.4375rem;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;text-align:left;text-align-last:left;display:block; }
#Wa3ByysHyDvm6QdCb09rlyF22VqbWwWG { color:#00ccca;display:block;width:27.1875rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:700;z-index:100000;line-height:1.5;letter-spacing:0;top:2.5625rem;left:31.84375rem;height:0;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;text-align:left;text-align-last:left;display:none; }
#uSuNbq7pRKPciiBFQTsuV4ZvdH7xJO84 { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:6.3125rem;left:21.0625rem;height:5.0625rem;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;text-align:left;text-align-last:left;display:block; }
#GdGDAcNTlMLCt2DgW6VHKkFROTSBQvov { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:0.125rem;top:14.4375rem;left:6.0625rem;overflow:hidden;display:block; }
#OXZQE23X4Q6sT1QLwNDaE27f7if8igO1 { color:#000000;display:block;width:42.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:13.125rem;left:17.5rem;height:15.1875rem;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;text-align:left;text-align-last:left;display:block; }
#XxFtn4R9h2OW514rP8Bvah23mZ98yOai { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100000;line-height:1.5;letter-spacing:0;top:0rem;left:21.0625rem;height:2.4375rem;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;text-align:left;text-align-last:left;display:none; }
#gJRlIqckZzovbAZw6D1V3h3QTRNwvEvr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#gJRlIqckZzovbAZw6D1V3h3QTRNwvEvr > .row .container { background-color: transparent; background-image: none; }#gJRlIqckZzovbAZw6D1V3h3QTRNwvEvr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJRlIqckZzovbAZw6D1V3h3QTRNwvEvr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJRlIqckZzovbAZw6D1V3h3QTRNwvEvr > .row .container > .video-iframe-container { display: none; }#gJRlIqckZzovbAZw6D1V3h3QTRNwvEvr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJRlIqckZzovbAZw6D1V3h3QTRNwvEvr > .row > .video-iframe-container { display: none; }#gJRlIqckZzovbAZw6D1V3h3QTRNwvEvr > .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); }#gJRlIqckZzovbAZw6D1V3h3QTRNwvEvr > .row .container { border-width: 0; border-radius: 0; }#gJRlIqckZzovbAZw6D1V3h3QTRNwvEvr > .row > .video-iframe-container {  }#gJRlIqckZzovbAZw6D1V3h3QTRNwvEvr > .row .container { font-size:0.875rem;font-family:"open sans";height:15.9375rem;width:60rem;position:relative;display:block; }#TBR3pDyqTIug1W4om5GOnEXcvKRcsF1x { color:#000000;display:block;width:57.4375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.28125rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#mmDWIDG2C3JURlGGw7LWQpoKEXuOAdpw { color:#000000;display:block;width:54.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:10.1875rem;left:2.65625rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N3aAPDUqBoPJVG8XQmXfivDN5A7IIVyG { color:#ffffff;display:block;width:57.4375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.625rem;left:1.28125rem;height:4.5rem;text-align:center;text-align-last:center;display:none; }
#I686m9TUU1ZNkGQZ5b7dk7phODp36m9A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#I686m9TUU1ZNkGQZ5b7dk7phODp36m9A > .row .container { background-color: transparent; background-image: none; }#I686m9TUU1ZNkGQZ5b7dk7phODp36m9A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I686m9TUU1ZNkGQZ5b7dk7phODp36m9A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I686m9TUU1ZNkGQZ5b7dk7phODp36m9A > .row .container > .video-iframe-container { display: none; }#I686m9TUU1ZNkGQZ5b7dk7phODp36m9A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I686m9TUU1ZNkGQZ5b7dk7phODp36m9A > .row > .video-iframe-container { display: none; }#I686m9TUU1ZNkGQZ5b7dk7phODp36m9A > .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); }#I686m9TUU1ZNkGQZ5b7dk7phODp36m9A > .row .container { border-width: 0; border-radius: 0; }#I686m9TUU1ZNkGQZ5b7dk7phODp36m9A > .row > .video-iframe-container {  }#I686m9TUU1ZNkGQZ5b7dk7phODp36m9A > .row .container { font-size:0.875rem;font-family:"open sans";height:45.8125rem;width:60rem;position:relative;display:block; }#MpTtfDAZRtwXugR7cLabUHIIH8sAiCZe { color:#000000;display:block;width:53.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100000;line-height:1.5;letter-spacing:0;top:7.40625rem;left:3.4375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w9769vlGruNpaUdFFkWK2wCeQUZn2FCZ { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3rem;left:14.90625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qkT7JFa7SZItc2STx7RJz8FsDGZ00gRM { color:#000000;display:block;width:47.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:26rem;left:6.4375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lTGcCWifxGEZS75JDNNQzn0cZUCSEX9p { color:#000000;display:block;width:37.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:29.125rem;left:11.625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#lTGcCWifxGEZS75JDNNQzn0cZUCSEX9p li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lTGcCWifxGEZS75JDNNQzn0cZUCSEX9p li:before{  }
#TdGKCR91rxgOW8nADsbB60QIgQKpfNWU { color:#bc8e5f;display:block;width:43.5625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:13.5rem;left:8.25rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#em9vtxfez742tmfSsW6OU26oSx7db4kC { color:#000000;display:block;width:53.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:20.71875rem;left:3.4375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F9T3fBtzShUlzbtHztaeeMmnaOQI7wbB { position:absolute;display:block;z-index:99999;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;height:5.8125rem;width:42.6875rem;top:12.625rem;left:9rem;display:block; }
#vhCTeLso7260hpa0rWAOrAAwgAGNimmi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vhCTeLso7260hpa0rWAOrAAwgAGNimmi > .row .container { background-color: transparent; background-image: none; }#vhCTeLso7260hpa0rWAOrAAwgAGNimmi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhCTeLso7260hpa0rWAOrAAwgAGNimmi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhCTeLso7260hpa0rWAOrAAwgAGNimmi > .row .container > .video-iframe-container { display: none; }#vhCTeLso7260hpa0rWAOrAAwgAGNimmi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhCTeLso7260hpa0rWAOrAAwgAGNimmi > .row > .video-iframe-container { display: none; }#vhCTeLso7260hpa0rWAOrAAwgAGNimmi > .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); }#vhCTeLso7260hpa0rWAOrAAwgAGNimmi > .row .container { border-width: 0; border-radius: 0; }#vhCTeLso7260hpa0rWAOrAAwgAGNimmi > .row > .video-iframe-container {  }#vhCTeLso7260hpa0rWAOrAAwgAGNimmi > .row .container { font-size:0.875rem;font-family:"open sans";height:34.5rem;width:60rem;position:relative;display:block; }#AdQaeRQcZzgvRwtCgr7c4EXPiLisRQRr { color:#000000;display:block;width:55.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:8.875rem;left:1.9375rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mksOprhH1BmTzg7GK5rcC0MqqA3sgOhW { color:#000000;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:16.625rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oVcSSs8aotZHR0rSVPnpqxADyll2c6dC { color:#000000;display:block;width:48.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:21.0625rem;left:5.8125rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:26.5625rem;left:20.375rem;z-index:100003; }
#FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #ZklxXHLzpHSPNd1bSJDciJ7neFR0c1UC { display:flex;position:relative;top:0rem;left:0rem; }
#FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #scD6TbGKGqvo0wbVC5F0tmSVuev2UrmE { width:auto; }
#FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #CMgax7qksQEBwyThIC0N6WXophVwVrdc {  }
#FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #TcRguzf7GCCzXUlvqxXu7hZVTZXgFVa5 { display:flex;position:relative;top:0rem;left:0rem; }
#FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #BkokEATxFCJ4JVnmdZJ9f6IZnQybp93Q {  }
#FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #IrayAsQtdJapoJylNQWkAyd2rUqnBvGe {  }
#FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #tkC5gD4VQKEw3nCstT4H7il1iKi2lwW1 { display:flex;position:relative;top:0rem;left:0rem; }
#FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #Ge1dertvIsWMr0Nn8Qy3CV2igezc2Jp5 {  }
#FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #dTbGDtVwnAbhQlhomRf25zloRVTmz26S {  }
#FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #hTg9SRaU9M0n0lX0aJlTf64GFuoGpbX6 { display:flex;position:relative;top:0rem;left:0rem; }
#FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #mTp3MVt5d49x9Te5RScA9U9U6wxwI0BC {  }
#FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #l5AgddcIV7XvN452aWlKEh8nW6rxF5dG {  }
#CfvgBbdmblGEcB2O76TE9SkFvoGmvDFC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b3c7d1;background-image:none;position:relative;display:block; }#CfvgBbdmblGEcB2O76TE9SkFvoGmvDFC > .row .container { background-color: transparent; background-image: none; }#CfvgBbdmblGEcB2O76TE9SkFvoGmvDFC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfvgBbdmblGEcB2O76TE9SkFvoGmvDFC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfvgBbdmblGEcB2O76TE9SkFvoGmvDFC > .row .container > .video-iframe-container { display: none; }#CfvgBbdmblGEcB2O76TE9SkFvoGmvDFC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfvgBbdmblGEcB2O76TE9SkFvoGmvDFC > .row > .video-iframe-container { display: none; }#CfvgBbdmblGEcB2O76TE9SkFvoGmvDFC > .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); }#CfvgBbdmblGEcB2O76TE9SkFvoGmvDFC > .row .container { border-width: 0; border-radius: 0; }#CfvgBbdmblGEcB2O76TE9SkFvoGmvDFC > .row > .video-iframe-container {  }#CfvgBbdmblGEcB2O76TE9SkFvoGmvDFC > .row .container { font-size:0.875rem;font-family:"open sans";height:27.0625rem;width:60rem;position:relative;display:block; }#SpuE5AQJXT4coA7LNOd0gXfGRhMwThtI { background-color:#000000;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-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:oswald;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.625rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:20.0625rem;left:31.6875rem;display:block; }
#KOxTt0kO8UTxsAGvxVuTazntUIoR4zXQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gLieudWv4riPp4Bgk5GVQXLsboU5u1TH { color:#000000;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:4.5rem;left:26.625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xDTZcxUqlSRmboVok0y26SPGgmZqe244 { position:absolute;display:block;z-index:99999;background-color:transparent;background-image:none;border-top:0.125rem solid #200f43;border-left:0.125rem solid #200f43;border-right:0.125rem solid #200f43;border-bottom:0.125rem solid #200f43;height:5.5rem;width:16rem;top:11.125rem;left:32.3125rem;display:block; }
#GLC5iZuiGtnDGXTxktAuDeJFM9n6awzI { color:#000000;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:12.4375rem;left:33.3125rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#happHCKy4Xc5qP2tIZJok03585MLuCwR { position:absolute;display:block;z-index:100004;background-color:#000000;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.1875rem;width:7.5rem;top:13.875rem;left:33.3125rem;display:block; }
#WMpPu3vwrvLLnZBa2cMmmzcQ3B2zB1Ty { color:#bc8e5f;display:block;width:10.5rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:12.1875rem;left:41.375rem;height:3.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hQ3GlfBH0QzWcZHNmNlwGa2FJTwcdsVf { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.0625rem;width:25.5rem;top:-1rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x9TDpwyhyUJb1V7Xq6o0UFhUA4wJXxzf { display:block; }#x9TDpwyhyUJb1V7Xq6o0UFhUA4wJXxzf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmnVFPMpFes4QbE1vTZRD7KkBSCDcS3T { top:1.0625rem;left:6.15625rem;width:35.4375rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq { background-color:#fafafa;background-image:none;display:block; }#UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq > .row .container { background-color: transparent; background-image: none; }#UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq > .row .container > .video-iframe-container { display: none; }#UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq > .row > .video-iframe-container { display: none; }#UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq > .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); }#UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq > .row .container { height:47.8125rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtNh1I8bbePfGMcE9EE1vuDaD9kVR9Qs { top:0rem;left:45.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTXhu6fQFpETTiCXWRNIPeorR95V7i1b { top:0rem;left:45.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFz4q4qdXSHH9aOwhfJMORDFuBIplm5h { top:0rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkmUK4skODHP1CgTaNEZ4VM8ksMKlPSF { top:59rem;left:0rem;width:19.625rem;height:6.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MT8I38u5hcuS0v4Bbv04G2oqC5S67skp { top:2.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9Ch0S7ITmPNHWpEwypuyT5hJzTI2b4g { top:6.0625rem;left:0rem;width:26rem;height:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cFVkTOPrUqfnuoBmlbkmDvukWStcCzoO { top:7.0625rem;left:4.8125rem;width:15.75rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkkxkiJN3M3EX3otliVoM8zyU7A4UQbJ { top:7.0625rem;left:0rem;width:8.125rem;height:2.4375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBN8Sqxg3ZNekHNCStlo2dP9tQuqJ9ch { top:6.5625rem;left:2.8125rem;width:0.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCT99tMEwEksXoXFE2ap9UR8Ev3ksFMR { top:6.4375rem;left:2.6875rem;width:0.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCcmxPiSLq1xdlLgitHuK6QiAcPDKe0e { top:8.75rem;left:4.375rem;width:16.25rem;height:3.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pHkdK7Zg9lacZHs0zDTOncULPqJ3mPpn { top:5.9375rem;left:21.75rem;width:26rem;height:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SUo7vtDPC67p6FXI5kW6lqd40OWLMSSF { top:8.75rem;left:30.875rem;width:16.875rem;height:4.5rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8kuNaWOhOa6NTvKk4yExVGbRtI6V3Xs { top:7.0625rem;left:27.6875rem;width:8.125rem;height:2.4375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MFz28KapTGHqueBygRl52itNTebEhGqN { top:6.5625rem;left:34rem;width:0.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plIPCTlQaS3446aTfOheHndQnieI9Nb9 { top:6.4375rem;left:33.875rem;width:0.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbR65zCqp4TzlHQFJzmeTHJcgXBmP1ao { top:7.0625rem;left:32rem;width:15.75rem;height:0;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueOCzszJyR8oxqSZNZwEdBgB6vfDekpc { top:27.4375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCATly7kdvv6ytHZkPAZabZ6WBTs7C7f { top:16.4375rem;left:0rem;width:26rem;height:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NcMQq72Wr1sgmDx3VQgs9tWP8OhRVFQI { top:19.25rem;left:4.375rem;width:16.25rem;height:3.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #smiTSD2iuTpTXuIJVTgoJ2lZerThMaMz { top:17.5625rem;left:4.8125rem;width:15.75rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETZC8SC2LmVFegS2O53Fik5VvTgMEd9w { top:17.5625rem;left:0rem;width:8.125rem;height:2.4375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mdudxo01kU1C4kV5340lN5L2ea64mAHA { top:17.0625rem;left:2.8125rem;width:0.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6tQgVSmNS84W5KSyfOGwDTNaGqgvgGR { top:16.9375rem;left:2.6875rem;width:0.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMhOtiKcW9yOlo4GATZuDNPTGCigsMxa { top:16.4375rem;left:21.75rem;width:26rem;height:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gp4zGRHnon4TR5qDJQ7igApGUrT6t6CB { top:19.25rem;left:30.875rem;width:16.875rem;height:4.5rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRMeMK4UopLITGCINtU4naf72WPtcXd7 { top:17.5625rem;left:27.6875rem;width:8.125rem;height:2.4375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PSm0QSZlAUavIfWoUzyeKs3CnDxgFzbG { top:17.0625rem;left:34rem;width:0.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVqauIsR9r6QL4sazTi4OnXGhJqgBahH { top:16.9375rem;left:33.875rem;width:0.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHEBKOGQTyssxa7if2zUz2tQJis1zZIB { top:17.5625rem;left:32rem;width:15.75rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yhO15ei04cDUssAibbhHbQbNwKepLz5h { top:8.625rem;left:0.0625rem;width:13.5rem;height:4.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wBmS6C0zdRnWirhzvXbuxNDctpfRAVRz { top:31.3125rem;left:0.25rem;width:13.625rem;height:4.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvATbHcGy9TNqr5t25waGZPOC7wk1wUd { top:6.375rem;left:0rem;width:15.75rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GxvnZXghQ3BloFFUoBTvqXQ1bruzpH0G { top:40.4375rem;left:0rem;width:15.75rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iSRrx0sCdDVLcocGd3N8CaQ6zTDF1crN { top:8.9375rem;left:0rem;width:8.125rem;height:4.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x5LmP1EIwFcNJHABvwTLdNQCbTSHKaV7 { top:17.5rem;left:0rem;width:4.5625rem;height:4.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4oZJMpfATK1xlgMFlJSuBWabsPF4Vnh { top:29.75rem;left:0rem;width:4.5625rem;height:4.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xSBiqtgvFTmQCXKdAoxgaxhd7wxppBo1 { top:40.25rem;left:0rem;width:4.5625rem;height:4.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #emKgKAkde1wXCPhHWyT9QmJI1iWFGrOL { top:1.9375rem;left:0rem;width:47.625rem;height:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vb14WBKo2MdkJ7w37dETPH7bCsJeltUI { display:block; }#vb14WBKo2MdkJ7w37dETPH7bCsJeltUI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #at0Cpe7iznWqVMUavC1lq6rxbatbBa8l { top:10.8125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn { display:flex;width:18rem;height:5.0625rem;top:9.375rem;left:13.5625rem; }
 }@media only screen and (max-width: 763px) { #LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #eq3VkMvdsuHuuksU97TICtmMZnB3cUnF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #y2F506XOeTaHWHI461hxATu8kpNlPyNW {  }
 }@media only screen and (max-width: 763px) { #LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #qgRZ1phSyFpx53GBxCaUZEHwyLB1pZRH {  }
 }@media only screen and (max-width: 763px) { #LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #DEu5KCOKwk14HUT1Zvt0EacaTvDTQ4Zc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #lPxpowS0Rf7RZbUbPJbobthRAzOvzH9a {  }
 }@media only screen and (max-width: 763px) { #LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #R3Tqciv04ayo4525INTXwFiqsEeq4gU5 {  }
 }@media only screen and (max-width: 763px) { #LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #ArGqesWmdDc6HedcM25pXLNIIJD71Tq2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #x5hGB5pLuuBB29zgW47yupJNJzArFCDd {  }
 }@media only screen and (max-width: 763px) { #LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #dfBnvpVHC1Q1wp2L4gIWdbxETZzvUbSa {  }
 }@media only screen and (max-width: 763px) { #LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #AmHOvHcupcNRELZcWdsNfaOwKTV9BUzB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #d97w3hD1d7BDxZOKsnPSVEhOCCtNFJdk {  }
 }@media only screen and (max-width: 763px) { #LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #oGsb1Tumo3V0RFhS9Xv7OHqmHOb0Xy8g {  }
 }@media only screen and (max-width: 763px) { #i8AohLDVyhEsiUhbthqUHChsWqzbrpXy { top:3rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmOx8k0xoTXuzTD5Tdm5oSEnunrqe4EO { top:1.9375rem;left:0rem;width:47.625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ4SCT2HKN2NM6topTh8DfH3OSQOzcWh { top:55.25rem;left:0rem;width:20rem;height:8.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lBToNtIXGDvEwcU0vO96UP8hKcQnMdEd { display:block; }#lBToNtIXGDvEwcU0vO96UP8hKcQnMdEd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dat59GctVCQcRPzqGQ9B5SzWmicQvCtX { top:3.1875rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnhQ7Dy90Oz72n9cZaBJVCLpTh9L7qgK { top:12.125rem;left:0rem;width:47.75rem;height:8.5rem;font-size:1.125rem;display:block; }#mnhQ7Dy90Oz72n9cZaBJVCLpTh9L7qgK li:before{  }
 }@media only screen and (max-width: 763px) { #T5Ca2NwHQ7pqGzTvKrp2iHZ2PZryfvTm { top:22.9375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4Wkei62AoCMMTue6aiMMZi03JotVypX { display:block; }#M4Wkei62AoCMMTue6aiMMZi03JotVypX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rE0kzIAwQ5bTgvu4MqAh68wU4w9EwCST { top:3.1875rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuX2pg7RdeO9psAIGb6ceoDwKCrqIPZS { top:10.625rem;left:0rem;width:20rem;height:16.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NIdQotrZ0dO1DoyA6LSbBvFt3sh5iXgZ { top:15.5625rem;left:14.4375rem;width:33.3125rem;height:6.75rem;font-size:1.125rem;display:block; }#NIdQotrZ0dO1DoyA6LSbBvFt3sh5iXgZ li:before{  }
 }@media only screen and (max-width: 763px) { #xnyiI02TJg9q91hgyvItoAOBs3vPJG6e { top:12.1875rem;left:0rem;width:17.4375rem;height:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLlTgsqF9noeAKzFMX2o6EhDUceuO4NP { display:block; }#lLlTgsqF9noeAKzFMX2o6EhDUceuO4NP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zAVKbdx1DI7db8V8JTIiIVHET7pKvg4a { top:0rem;left:14.9375rem;width:26.6875rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa3ByysHyDvm6QdCb09rlyF22VqbWwWG { top:0.25rem;left:0rem;width:5.9375rem;height:14.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uSuNbq7pRKPciiBFQTsuV4ZvdH7xJO84 { top:6.3125rem;left:13.6875rem;width:34.0625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdGDAcNTlMLCt2DgW6VHKkFROTSBQvov { top:14.4375rem;left:0rem;width:0.125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXZQE23X4Q6sT1QLwNDaE27f7if8igO1 { top:13.125rem;left:5.25rem;width:42.5rem;height:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxFtn4R9h2OW514rP8Bvah23mZ98yOai { top:50.25rem;left:0rem;width:20rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gJRlIqckZzovbAZw6D1V3h3QTRNwvEvr { display:block; }#gJRlIqckZzovbAZw6D1V3h3QTRNwvEvr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBR3pDyqTIug1W4om5GOnEXcvKRcsF1x { top:3.75rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmDWIDG2C3JURlGGw7LWQpoKEXuOAdpw { top:10.1875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3aAPDUqBoPJVG8XQmXfivDN5A7IIVyG { top:2.75rem;left:0rem;width:20rem;height:5.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I686m9TUU1ZNkGQZ5b7dk7phODp36m9A { display:block; }#I686m9TUU1ZNkGQZ5b7dk7phODp36m9A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MpTtfDAZRtwXugR7cLabUHIIH8sAiCZe { top:7.375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9769vlGruNpaUdFFkWK2wCeQUZn2FCZ { top:3rem;left:8.78125rem;width:30.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkT7JFa7SZItc2STx7RJz8FsDGZ00gRM { top:26rem;left:0.3125rem;width:47.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTGcCWifxGEZS75JDNNQzn0cZUCSEX9p { top:29.125rem;left:5.5rem;width:37.5625rem;height:13.6875rem;font-size:1.125rem;display:block; }#lTGcCWifxGEZS75JDNNQzn0cZUCSEX9p li:before{  }
 }@media only screen and (max-width: 763px) { #TdGKCR91rxgOW8nADsbB60QIgQKpfNWU { top:13.5rem;left:2.125rem;width:43.5625rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #em9vtxfez742tmfSsW6OU26oSx7db4kC { top:20.6875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9T3fBtzShUlzbtHztaeeMmnaOQI7wbB { top:12.625rem;left:2.875rem;width:42.6875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhCTeLso7260hpa0rWAOrAAwgAGNimmi { display:block; }#vhCTeLso7260hpa0rWAOrAAwgAGNimmi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdQaeRQcZzgvRwtCgr7c4EXPiLisRQRr { top:8.875rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mksOprhH1BmTzg7GK5rcC0MqqA3sgOhW { top:2.1875rem;left:10.5rem;width:26.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVcSSs8aotZHR0rSVPnpqxADyll2c6dC { top:21.0625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 { display:flex;width:18rem;height:5.0625rem;top:9.375rem;left:13.5625rem; }
 }@media only screen and (max-width: 763px) { #FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #ZklxXHLzpHSPNd1bSJDciJ7neFR0c1UC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #scD6TbGKGqvo0wbVC5F0tmSVuev2UrmE {  }
 }@media only screen and (max-width: 763px) { #FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #CMgax7qksQEBwyThIC0N6WXophVwVrdc {  }
 }@media only screen and (max-width: 763px) { #FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #TcRguzf7GCCzXUlvqxXu7hZVTZXgFVa5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #BkokEATxFCJ4JVnmdZJ9f6IZnQybp93Q {  }
 }@media only screen and (max-width: 763px) { #FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #IrayAsQtdJapoJylNQWkAyd2rUqnBvGe {  }
 }@media only screen and (max-width: 763px) { #FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #tkC5gD4VQKEw3nCstT4H7il1iKi2lwW1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #Ge1dertvIsWMr0Nn8Qy3CV2igezc2Jp5 {  }
 }@media only screen and (max-width: 763px) { #FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #dTbGDtVwnAbhQlhomRf25zloRVTmz26S {  }
 }@media only screen and (max-width: 763px) { #FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #hTg9SRaU9M0n0lX0aJlTf64GFuoGpbX6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #mTp3MVt5d49x9Te5RScA9U9U6wxwI0BC {  }
 }@media only screen and (max-width: 763px) { #FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #l5AgddcIV7XvN452aWlKEh8nW6rxF5dG {  }
 }@media only screen and (max-width: 763px) { #CfvgBbdmblGEcB2O76TE9SkFvoGmvDFC { display:block; }#CfvgBbdmblGEcB2O76TE9SkFvoGmvDFC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpuE5AQJXT4coA7LNOd0gXfGRhMwThtI { width:17.5rem;height:3.625rem;top:20.0625rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOxTt0kO8UTxsAGvxVuTazntUIoR4zXQ { display:block; }
 }@media only screen and (max-width: 763px) { #gLieudWv4riPp4Bgk5GVQXLsboU5u1TH { top:4.5rem;left:19.75rem;width:28rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDTZcxUqlSRmboVok0y26SPGgmZqe244 { top:11.125rem;left:26.1875rem;width:16rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLC5iZuiGtnDGXTxktAuDeJFM9n6awzI { top:12.4375rem;left:27.1875rem;width:7.5rem;height:3.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #happHCKy4Xc5qP2tIZJok03585MLuCwR { top:13.875rem;left:27.1875rem;width:7.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMpPu3vwrvLLnZBa2cMmmzcQ3B2zB1Ty { top:12.1875rem;left:35.25rem;width:10.5rem;height:3.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ3GlfBH0QzWcZHNmNlwGa2FJTwcdsVf { top:-1rem;left:0rem;width:25.5rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x9TDpwyhyUJb1V7Xq6o0UFhUA4wJXxzf { display:block; }#x9TDpwyhyUJb1V7Xq6o0UFhUA4wJXxzf > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmnVFPMpFes4QbE1vTZRD7KkBSCDcS3T { width:20rem;height:1.7871125rem;top:0.65625rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq { background-color:#ffffff;background-image:none;display:block; }#UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq > .row .container { background-color: transparent; background-image: none; }#UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq > .row .container > .video-iframe-container { display: none; }#UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq > .row > .video-iframe-container { display: none; }#UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq > .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); }#UrRkQyeJfx4cg4xZXbuZ9bxZilgLu5Bq > .row .container { height:67.4375rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtNh1I8bbePfGMcE9EE1vuDaD9kVR9Qs { width:2.1875rem;height:2.1875rem;top:0rem;left:13.5625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTXhu6fQFpETTiCXWRNIPeorR95V7i1b { width:2.1875rem;height:2.1875rem;top:0rem;left:15.6875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EFz4q4qdXSHH9aOwhfJMORDFuBIplm5h { width:2.1875rem;height:2.1875rem;top:0rem;left:17.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NkmUK4skODHP1CgTaNEZ4VM8ksMKlPSF { width:19.625rem;height:6.99706875rem;top:59rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #MT8I38u5hcuS0v4Bbv04G2oqC5S67skp { width:20rem;height:2.5996125rem;top:1.62109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9Ch0S7ITmPNHWpEwypuyT5hJzTI2b4g { top:5.6875rem;left:0rem;width:20rem;height:8.5625rem;z-index:100002;background-color:#ebe8e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cFVkTOPrUqfnuoBmlbkmDvukWStcCzoO { width:15.75rem;height:0;top:6.6875rem;left:4.0625rem;font-size:0.8125rem;z-index:100005;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #TkkxkiJN3M3EX3otliVoM8zyU7A4UQbJ { width:8.125rem;height:0;top:5.9140625rem;left:0.25rem;font-size:1.5625rem;z-index:100005;font-weight:700;font-style:normal;color:#bc8e5f;display:none; }
 }@media only screen and (max-width: 763px) { #nBN8Sqxg3ZNekHNCStlo2dP9tQuqJ9ch { width:0.125rem;height:6.1875rem;top:6.46875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCT99tMEwEksXoXFE2ap9UR8Ev3ksFMR { width:0.125rem;height:6.1875rem;top:6.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCcmxPiSLq1xdlLgitHuK6QiAcPDKe0e { width:13.8125rem;height:0;top:8.375rem;left:6.1875rem;font-size:0.8125rem;z-index:100005;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #pHkdK7Zg9lacZHs0zDTOncULPqJ3mPpn { top:16.625rem;left:0rem;width:20rem;height:9.375rem;z-index:100002;background-color:#ebe8e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SUo7vtDPC67p6FXI5kW6lqd40OWLMSSF { width:14rem;height:4.22265625rem;top:19.6875rem;left:5.6875rem;font-size:0.8125rem;z-index:100005;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #u8kuNaWOhOa6NTvKk4yExVGbRtI6V3Xs { width:8.125rem;height:0;top:17rem;left:0.3125rem;font-size:1.5625rem;z-index:100005;font-weight:700;font-style:normal;color:#bc8e5f;display:none; }
 }@media only screen and (max-width: 763px) { #MFz28KapTGHqueBygRl52itNTebEhGqN { width:0.125rem;height:6.1875rem;top:17.53125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #plIPCTlQaS3446aTfOheHndQnieI9Nb9 { width:0.125rem;height:6.1875rem;top:17.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbR65zCqp4TzlHQFJzmeTHJcgXBmP1ao { width:15.75rem;height:1.0556625rem;top:17.48828125rem;left:3.9375rem;font-size:0.8125rem;z-index:100005;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ueOCzszJyR8oxqSZNZwEdBgB6vfDekpc { width:19.8125rem;height:4.875rem;top:49.970703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCATly7kdvv6ytHZkPAZabZ6WBTs7C7f { top:28.4375rem;left:0rem;width:20rem;height:8.1875rem;z-index:100002;background-color:#ebe8e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NcMQq72Wr1sgmDx3VQgs9tWP8OhRVFQI { width:13.625rem;height:0;top:31.25rem;left:6.375rem;font-size:0.8125rem;z-index:100005;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #smiTSD2iuTpTXuIJVTgoJ2lZerThMaMz { width:15.75rem;height:1.0556625rem;top:29.76953125rem;left:3.9375rem;font-size:0.8125rem;z-index:100005;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ETZC8SC2LmVFegS2O53Fik5VvTgMEd9w { width:8.125rem;height:0;top:29.28125rem;left:0.375rem;font-size:1.5625rem;z-index:100005;font-weight:700;font-style:normal;color:#bc8e5f;display:none; }
 }@media only screen and (max-width: 763px) { #Mdudxo01kU1C4kV5340lN5L2ea64mAHA { width:0.125rem;height:6.1875rem;top:29.90625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6tQgVSmNS84W5KSyfOGwDTNaGqgvgGR { width:0.125rem;height:6.1875rem;top:29.78125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMhOtiKcW9yOlo4GATZuDNPTGCigsMxa { top:39.125rem;left:0rem;width:20rem;height:7.875rem;z-index:100002;background-color:#ebe8e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gp4zGRHnon4TR5qDJQ7igApGUrT6t6CB { width:13.625rem;height:4.22265625rem;top:42rem;left:6.0625rem;font-size:0.8125rem;z-index:100005;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BRMeMK4UopLITGCINtU4naf72WPtcXd7 { width:8.125rem;height:0;top:39.96875rem;left:0.25rem;font-size:1.5625rem;z-index:100005;font-weight:700;font-style:normal;color:#bc8e5f;display:none; }
 }@media only screen and (max-width: 763px) { #PSm0QSZlAUavIfWoUzyeKs3CnDxgFzbG { width:0.125rem;height:6.1875rem;top:40.34375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVqauIsR9r6QL4sazTi4OnXGhJqgBahH { width:0.125rem;height:6.1875rem;top:40.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHEBKOGQTyssxa7if2zUz2tQJis1zZIB { width:15.75rem;height:0;top:40.45703125rem;left:3.9375rem;font-size:0.8125rem;z-index:100005;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #yhO15ei04cDUssAibbhHbQbNwKepLz5h { width:13.5rem;height:4.22265625rem;top:8.68359375rem;left:6.1875rem;font-size:0.8125rem;z-index:100006;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wBmS6C0zdRnWirhzvXbuxNDctpfRAVRz { width:13.625rem;height:4.22265625rem;top:31.3125rem;left:6.0625rem;font-size:0.8125rem;z-index:100006;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gvATbHcGy9TNqr5t25waGZPOC7wk1wUd { width:15.75rem;height:1.0556625rem;top:6.40234375rem;left:3.9375rem;font-size:0.8125rem;z-index:100006;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GxvnZXghQ3BloFFUoBTvqXQ1bruzpH0G { width:15.75rem;height:1.0556625rem;top:40.45703125rem;left:3.9375rem;font-size:0.8125rem;z-index:100006;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iSRrx0sCdDVLcocGd3N8CaQ6zTDF1crN { width:4.5625rem;height:4.0625rem;top:6.46875rem;left:0.4375rem;font-size:1.5625rem;z-index:100006;font-weight:700;font-style:normal;color:#bc8e5f;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x5LmP1EIwFcNJHABvwTLdNQCbTSHKaV7 { width:4.5625rem;height:4.0625rem;top:17.53125rem;left:0.4375rem;font-size:1.5625rem;z-index:100007;font-weight:700;font-style:normal;color:#bc8e5f;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W4oZJMpfATK1xlgMFlJSuBWabsPF4Vnh { width:4.5625rem;height:4.0625rem;top:29.76953125rem;left:0.5rem;font-size:1.5625rem;z-index:100008;font-weight:700;font-style:normal;color:#bc8e5f;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xSBiqtgvFTmQCXKdAoxgaxhd7wxppBo1 { width:4.5625rem;height:4.0625rem;top:40.25rem;left:0.375rem;font-size:1.5625rem;z-index:100009;font-weight:700;font-style:normal;color:#bc8e5f;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #emKgKAkde1wXCPhHWyT9QmJI1iWFGrOL { width:19.875rem;height:7.625rem;top:58.623046875rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #vb14WBKo2MdkJ7w37dETPH7bCsJeltUI { display:block; }#vb14WBKo2MdkJ7w37dETPH7bCsJeltUI > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #at0Cpe7iznWqVMUavC1lq6rxbatbBa8l { width:20rem;height:0;top:23.03125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn { display:flex;width:18rem;height:5.0625rem;top:11.1875rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #eq3VkMvdsuHuuksU97TICtmMZnB3cUnF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #y2F506XOeTaHWHI461hxATu8kpNlPyNW {  }
 }@media only screen and (max-width: 763px) { #LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #qgRZ1phSyFpx53GBxCaUZEHwyLB1pZRH {  }
 }@media only screen and (max-width: 763px) { #LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #DEu5KCOKwk14HUT1Zvt0EacaTvDTQ4Zc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #lPxpowS0Rf7RZbUbPJbobthRAzOvzH9a {  }
 }@media only screen and (max-width: 763px) { #LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #R3Tqciv04ayo4525INTXwFiqsEeq4gU5 {  }
 }@media only screen and (max-width: 763px) { #LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #ArGqesWmdDc6HedcM25pXLNIIJD71Tq2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #x5hGB5pLuuBB29zgW47yupJNJzArFCDd {  }
 }@media only screen and (max-width: 763px) { #LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #dfBnvpVHC1Q1wp2L4gIWdbxETZzvUbSa {  }
 }@media only screen and (max-width: 763px) { #LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #AmHOvHcupcNRELZcWdsNfaOwKTV9BUzB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #d97w3hD1d7BDxZOKsnPSVEhOCCtNFJdk {  }
 }@media only screen and (max-width: 763px) { #LmTNbnwiCbCgFZQo3V5WzVfmgIHICaWn #oGsb1Tumo3V0RFhS9Xv7OHqmHOb0Xy8g {  }
 }@media only screen and (max-width: 763px) { #i8AohLDVyhEsiUhbthqUHChsWqzbrpXy { width:18.75rem;height:0;top:6.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cmOx8k0xoTXuzTD5Tdm5oSEnunrqe4EO { width:19.875rem;height:7.625rem;top:2.248046875rem;left:0rem;z-index:99999;display:none; }
 }@media only screen and (max-width: 763px) { #UJ4SCT2HKN2NM6topTh8DfH3OSQOzcWh { width:20rem;height:9.0986375rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100002;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lBToNtIXGDvEwcU0vO96UP8hKcQnMdEd { background-color:#f2f2f2;background-image:none;display:block; }#lBToNtIXGDvEwcU0vO96UP8hKcQnMdEd > .row .container { background-color: transparent; background-image: none; }#lBToNtIXGDvEwcU0vO96UP8hKcQnMdEd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBToNtIXGDvEwcU0vO96UP8hKcQnMdEd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBToNtIXGDvEwcU0vO96UP8hKcQnMdEd > .row .container > .video-iframe-container { display: none; }#lBToNtIXGDvEwcU0vO96UP8hKcQnMdEd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBToNtIXGDvEwcU0vO96UP8hKcQnMdEd > .row > .video-iframe-container { display: none; }#lBToNtIXGDvEwcU0vO96UP8hKcQnMdEd > .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); }#lBToNtIXGDvEwcU0vO96UP8hKcQnMdEd > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dat59GctVCQcRPzqGQ9B5SzWmicQvCtX { width:20rem;height:5.19921875rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnhQ7Dy90Oz72n9cZaBJVCLpTh9L7qgK { width:19.875rem;height:14.2480625rem;top:8.40625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }#mnhQ7Dy90Oz72n9cZaBJVCLpTh9L7qgK li:before{  }
 }@media only screen and (max-width: 763px) { #T5Ca2NwHQ7pqGzTvKrp2iHZ2PZryfvTm { width:20rem;height:1.29980625rem;top:24.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4Wkei62AoCMMTue6aiMMZi03JotVypX { display:block; }#M4Wkei62AoCMMTue6aiMMZi03JotVypX > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rE0kzIAwQ5bTgvu4MqAh68wU4w9EwCST { width:20rem;height:15.5976625rem;top:2.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuX2pg7RdeO9psAIGb6ceoDwKCrqIPZS { width:20rem;height:0;top:2.375rem;left:0rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #NIdQotrZ0dO1DoyA6LSbBvFt3sh5iXgZ { width:7.5rem;height:15.235375rem;top:23.3740234375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#NIdQotrZ0dO1DoyA6LSbBvFt3sh5iXgZ li:before{  }
 }@media only screen and (max-width: 763px) { #xnyiI02TJg9q91hgyvItoAOBs3vPJG6e { width:12.25rem;height:29.75rem;top:19.3095703125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLlTgsqF9noeAKzFMX2o6EhDUceuO4NP { background-color:#f2f2f2;background-image:none;display:block; }#lLlTgsqF9noeAKzFMX2o6EhDUceuO4NP > .row .container { background-color: transparent; background-image: none; }#lLlTgsqF9noeAKzFMX2o6EhDUceuO4NP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLlTgsqF9noeAKzFMX2o6EhDUceuO4NP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLlTgsqF9noeAKzFMX2o6EhDUceuO4NP > .row .container > .video-iframe-container { display: none; }#lLlTgsqF9noeAKzFMX2o6EhDUceuO4NP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLlTgsqF9noeAKzFMX2o6EhDUceuO4NP > .row > .video-iframe-container { display: none; }#lLlTgsqF9noeAKzFMX2o6EhDUceuO4NP > .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); }#lLlTgsqF9noeAKzFMX2o6EhDUceuO4NP > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zAVKbdx1DI7db8V8JTIiIVHET7pKvg4a { width:9.1875rem;height:0;top:1.75rem;left:10.34375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Wa3ByysHyDvm6QdCb09rlyF22VqbWwWG { width:17.875rem;height:0;top:21.0625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;z-index:100001;color:#200f43;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #uSuNbq7pRKPciiBFQTsuV4ZvdH7xJO84 { width:18.9375rem;height:6.499rem;top:27.5rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GdGDAcNTlMLCt2DgW6VHKkFROTSBQvov { width:0.125rem;height:0.25rem;top:25.4980625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXZQE23X4Q6sT1QLwNDaE27f7if8igO1 { width:20rem;height:20.7968625rem;top:4.1904296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XxFtn4R9h2OW514rP8Bvah23mZ98yOai { width:20rem;height:1.4619125rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:#000000;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #gJRlIqckZzovbAZw6D1V3h3QTRNwvEvr { background-color:#ffffff;background-image:none;display:block; }#gJRlIqckZzovbAZw6D1V3h3QTRNwvEvr > .row .container { background-color: transparent; background-image: none; }#gJRlIqckZzovbAZw6D1V3h3QTRNwvEvr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJRlIqckZzovbAZw6D1V3h3QTRNwvEvr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJRlIqckZzovbAZw6D1V3h3QTRNwvEvr > .row .container > .video-iframe-container { display: none; }#gJRlIqckZzovbAZw6D1V3h3QTRNwvEvr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJRlIqckZzovbAZw6D1V3h3QTRNwvEvr > .row > .video-iframe-container { display: none; }#gJRlIqckZzovbAZw6D1V3h3QTRNwvEvr > .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); }#gJRlIqckZzovbAZw6D1V3h3QTRNwvEvr > .row .container { width:20rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBR3pDyqTIug1W4om5GOnEXcvKRcsF1x { width:20rem;height:0;top:10.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:oswald;display:none; }
 }@media only screen and (max-width: 763px) { #mmDWIDG2C3JURlGGw7LWQpoKEXuOAdpw { width:19.3125rem;height:6.49903125rem;top:10.1875rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #N3aAPDUqBoPJVG8XQmXfivDN5A7IIVyG { width:20rem;height:5.84765rem;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:"open sans";z-index:100002;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #I686m9TUU1ZNkGQZ5b7dk7phODp36m9A { display:block; }#I686m9TUU1ZNkGQZ5b7dk7phODp36m9A > .row .container { width:20rem;height:59.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MpTtfDAZRtwXugR7cLabUHIIH8sAiCZe { width:19.5625rem;height:6rem;top:7.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9769vlGruNpaUdFFkWK2wCeQUZn2FCZ { width:20rem;height:3.57421875rem;top:2.15625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkT7JFa7SZItc2STx7RJz8FsDGZ00gRM { width:18.0625rem;height:4.38574375rem;top:32.03125rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTGcCWifxGEZS75JDNNQzn0cZUCSEX9p { width:18.9375rem;height:20.07225rem;top:38.15625rem;left:0.53125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }#lTGcCWifxGEZS75JDNNQzn0cZUCSEX9p li:before{  }
 }@media only screen and (max-width: 763px) { #TdGKCR91rxgOW8nADsbB60QIgQKpfNWU { width:20rem;height:4.3857375rem;top:15.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #em9vtxfez742tmfSsW6OU26oSx7db4kC { width:20rem;height:6.499rem;top:23.28125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #F9T3fBtzShUlzbtHztaeeMmnaOQI7wbB { width:19.875rem;height:5.5rem;top:14.50390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhCTeLso7260hpa0rWAOrAAwgAGNimmi { display:block; }#vhCTeLso7260hpa0rWAOrAAwgAGNimmi > .row .container { width:20rem;height:41.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdQaeRQcZzgvRwtCgr7c4EXPiLisRQRr { width:20rem;height:16.89745625rem;top:6.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mksOprhH1BmTzg7GK5rcC0MqqA3sgOhW { width:18.9375rem;height:2.923825rem;top:1.4375rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVcSSs8aotZHR0rSVPnpqxADyll2c6dC { width:20rem;height:3.8994125rem;top:26rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 { display:flex;width:18rem;height:5.0625rem;top:32.3359375rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #ZklxXHLzpHSPNd1bSJDciJ7neFR0c1UC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #scD6TbGKGqvo0wbVC5F0tmSVuev2UrmE {  }
 }@media only screen and (max-width: 763px) { #FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #CMgax7qksQEBwyThIC0N6WXophVwVrdc {  }
 }@media only screen and (max-width: 763px) { #FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #TcRguzf7GCCzXUlvqxXu7hZVTZXgFVa5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #BkokEATxFCJ4JVnmdZJ9f6IZnQybp93Q {  }
 }@media only screen and (max-width: 763px) { #FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #IrayAsQtdJapoJylNQWkAyd2rUqnBvGe {  }
 }@media only screen and (max-width: 763px) { #FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #tkC5gD4VQKEw3nCstT4H7il1iKi2lwW1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #Ge1dertvIsWMr0Nn8Qy3CV2igezc2Jp5 {  }
 }@media only screen and (max-width: 763px) { #FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #dTbGDtVwnAbhQlhomRf25zloRVTmz26S {  }
 }@media only screen and (max-width: 763px) { #FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #hTg9SRaU9M0n0lX0aJlTf64GFuoGpbX6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #mTp3MVt5d49x9Te5RScA9U9U6wxwI0BC {  }
 }@media only screen and (max-width: 763px) { #FT0HOL93NZKzK4DsreQVJnhltmrl2yL7 #l5AgddcIV7XvN452aWlKEh8nW6rxF5dG {  }
 }@media only screen and (max-width: 763px) { #CfvgBbdmblGEcB2O76TE9SkFvoGmvDFC { background-color:#ebe8e3;background-image:none;display:block; }#CfvgBbdmblGEcB2O76TE9SkFvoGmvDFC > .row .container { background-color: transparent; background-image: none; }#CfvgBbdmblGEcB2O76TE9SkFvoGmvDFC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfvgBbdmblGEcB2O76TE9SkFvoGmvDFC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfvgBbdmblGEcB2O76TE9SkFvoGmvDFC > .row .container > .video-iframe-container { display: none; }#CfvgBbdmblGEcB2O76TE9SkFvoGmvDFC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfvgBbdmblGEcB2O76TE9SkFvoGmvDFC > .row > .video-iframe-container { display: none; }#CfvgBbdmblGEcB2O76TE9SkFvoGmvDFC > .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); }#CfvgBbdmblGEcB2O76TE9SkFvoGmvDFC > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpuE5AQJXT4coA7LNOd0gXfGRhMwThtI { width:7.0625rem;height:2.9375rem;top:16.875rem;left:6.46875rem;font-size:1.1875rem;font-weight:700;font-style:normal;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #KOxTt0kO8UTxsAGvxVuTazntUIoR4zXQ { display:block; }
 }@media only screen and (max-width: 763px) { #gLieudWv4riPp4Bgk5GVQXLsboU5u1TH { width:16.8125rem;height:6rem;top:3rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xDTZcxUqlSRmboVok0y26SPGgmZqe244 { width:11.25rem;height:3.4375rem;top:10.25rem;left:4.375rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #GLC5iZuiGtnDGXTxktAuDeJFM9n6awzI { width:5.1875rem;height:2.11230625rem;top:10.974609375rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #happHCKy4Xc5qP2tIZJok03585MLuCwR { width:4.6875rem;height:0.125rem;top:11.9375rem;left:4.875rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WMpPu3vwrvLLnZBa2cMmmzcQ3B2zB1Ty { width:5.8125rem;height:2.2744125rem;top:10.89453125rem;left:10rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#bc8e5f;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hQ3GlfBH0QzWcZHNmNlwGa2FJTwcdsVf { width:20rem;height:22.009803921569rem;top:21.0625rem;left:0rem;display:none; }
 }