.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;
}
.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#e5e7e8;background-image:none;position:relative;display:block; }
#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP > .row > .video-iframe-container { display: none; }#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP > .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); }#B0R8S97nQe9IdOLh04o36W19yy5LUcvN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#B0R8S97nQe9IdOLh04o36W19yy5LUcvN > .row .container { background-color: transparent; background-image: none; }#B0R8S97nQe9IdOLh04o36W19yy5LUcvN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B0R8S97nQe9IdOLh04o36W19yy5LUcvN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B0R8S97nQe9IdOLh04o36W19yy5LUcvN > .row .container > .video-iframe-container { display: none; }#B0R8S97nQe9IdOLh04o36W19yy5LUcvN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B0R8S97nQe9IdOLh04o36W19yy5LUcvN > .row > .video-iframe-container { display: none; }#B0R8S97nQe9IdOLh04o36W19yy5LUcvN > .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); }#B0R8S97nQe9IdOLh04o36W19yy5LUcvN > .row .container { border-width: 0; border-radius: 0; }#B0R8S97nQe9IdOLh04o36W19yy5LUcvN > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:block; }#THJru1fqm0xgedQaxn9gTTtQ8ebqd8G1 { color:#e5e7e8;display:block;width:68rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.25rem #000000;top:2.125rem;left:3.5rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uufHnCJpwUlnD3ZDroTBefTTPI73mTRu { position:absolute;display:block;z-index:100001;border-top:0.1875rem solid #e5e7e8;border-left:0.1875rem solid #e5e7e8;border-right:0.1875rem solid #e5e7e8;border-bottom:0.1875rem solid #e5e7e8;height:34.4375rem;width:61.3125rem;top:7.78125rem;left:6.84375rem;display:block; }
#u6ZTVdH3RdagHsbmF9GaHqcx21VfLz39 { color:#e5e7e8;display:block;width:68rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.25rem #000000;top:44.4375rem;left:3.5rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XUVh6q5AzEmg36lHgIGfLKKNPpnXB4pL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XUVh6q5AzEmg36lHgIGfLKKNPpnXB4pL > .row .container { background-color: transparent; background-image: none; }#XUVh6q5AzEmg36lHgIGfLKKNPpnXB4pL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XUVh6q5AzEmg36lHgIGfLKKNPpnXB4pL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XUVh6q5AzEmg36lHgIGfLKKNPpnXB4pL > .row .container > .video-iframe-container { display: none; }#XUVh6q5AzEmg36lHgIGfLKKNPpnXB4pL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XUVh6q5AzEmg36lHgIGfLKKNPpnXB4pL > .row > .video-iframe-container { display: none; }#XUVh6q5AzEmg36lHgIGfLKKNPpnXB4pL > .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); }#XUVh6q5AzEmg36lHgIGfLKKNPpnXB4pL > .row .container { border-width: 0; border-radius: 0; }#XUVh6q5AzEmg36lHgIGfLKKNPpnXB4pL > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#BsbV6DahV3wdhPxgeDeSO3fAmPlDHpS8 { color:#000000;display:block;width:75rem;position:absolute;font-family:oswald;font-size:1.6875rem;font-weight:normal;z-index:100001;line-height:1.6;letter-spacing:0;top:2.3125rem;left:0rem;height:0;text-align:center;text-align-last:center;display:none; }
#u8EKWrFxTk8N4iquk271yPXQcBcE6T7d .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;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#u8EKWrFxTk8N4iquk271yPXQcBcE6T7d .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#u8EKWrFxTk8N4iquk271yPXQcBcE6T7d .widget-text.counter-label { background-color:;background-image:none;color:rgba(255,255,255,0.5);padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:5.125rem;height:0.9375rem;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; }
#u8EKWrFxTk8N4iquk271yPXQcBcE6T7d { z-index:100000;top:23.84375rem;left:24.1875rem;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:;background-image:none;display:block;width:26.625rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:none; }
#u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #qcB6DC82yWXfmeh9uAvJbNVxD9A11RkP { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #TdnbfsWwXoAMnBmefSLbEemerifAhTo3 { display:block; }
#u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #HXtebBqxwKr8PBDrclKxm4tuqsSiAnzw { display:block; }
#u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #hoaBiRMlvEHAGZ43GQCQWh1PMoIIA4Nf { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #OQfSyAUP86l7ZC0RJ7ixNz7PwFO7Qfyb { display:block; }
#u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #NDilubaDpXMq7wTqUOexOZU4GA6vkIJ0 { display:block; }
#u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #ZKB1oUKvubUOT6B6TaJxu3FHzeGaRqps { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #ZnEbhVL46ET8CTucyRmMNZT5r83Geeut { display:block; }
#u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #xbP9uTghP1ETK7A4NC9mETecsTIM6v1D { display:block; }
#u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #kAKN88OJIw8pJlONvzIrWNmzJUEBoASl { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #MoOJct4u96WvQEa2Mmeoukz1H5Zs7aHB { display:block; }
#u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #snVQ7HpxuUiAOh7WN0fkTdfLdXreLW5W { display:block; }
#DF6LizcTn1KTRD2tfVHsmoSIdIw9easG { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:16.625rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#Z3BgmmhFANJlJd5o9ThiL8LRKiHJAbcd { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:18.4375rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XFgA1am52CAUUb5TZw9uurzDBubEaw0o { color:#000000;display:block;width:75rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:4.225rem;text-align:center;text-align-last:center;display:block; }
#QrFxAuqxHLd5ttpeyTZVeTopDXFu1fKt { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.25rem;width:41.375rem;top:6.9375rem;left:16.8125rem;overflow:hidden;display:block; }
#iT2ufQxbAg96QzVHTG9xtt0K8LGIG7wT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f55a01;background-image:none;position:relative;display:block; }#iT2ufQxbAg96QzVHTG9xtt0K8LGIG7wT > .row .container { background-color: transparent; background-image: none; }#iT2ufQxbAg96QzVHTG9xtt0K8LGIG7wT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iT2ufQxbAg96QzVHTG9xtt0K8LGIG7wT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iT2ufQxbAg96QzVHTG9xtt0K8LGIG7wT > .row .container > .video-iframe-container { display: none; }#iT2ufQxbAg96QzVHTG9xtt0K8LGIG7wT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iT2ufQxbAg96QzVHTG9xtt0K8LGIG7wT > .row > .video-iframe-container { display: none; }#iT2ufQxbAg96QzVHTG9xtt0K8LGIG7wT > .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); }#iT2ufQxbAg96QzVHTG9xtt0K8LGIG7wT > .row .container { border-width: 0; border-radius: 0; }#iT2ufQxbAg96QzVHTG9xtt0K8LGIG7wT > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#t4gwbbPaRsQtcJ3OeCO3Cw7HEa4F3c9b { color:#ffffff;display:block;width:68rem;position:absolute;font-family:oswald;font-size:2.0625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.25rem #000000;top:1.8125rem;left:3.5rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P3i0fALHtiIJU8A1BbiqU0qABmpxxTBi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f55a01;background-image:none;position:relative;display:block; }#P3i0fALHtiIJU8A1BbiqU0qABmpxxTBi > .row .container { background-color: transparent; background-image: none; }#P3i0fALHtiIJU8A1BbiqU0qABmpxxTBi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P3i0fALHtiIJU8A1BbiqU0qABmpxxTBi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P3i0fALHtiIJU8A1BbiqU0qABmpxxTBi > .row .container > .video-iframe-container { display: none; }#P3i0fALHtiIJU8A1BbiqU0qABmpxxTBi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P3i0fALHtiIJU8A1BbiqU0qABmpxxTBi > .row > .video-iframe-container { display: none; }#P3i0fALHtiIJU8A1BbiqU0qABmpxxTBi > .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); }#P3i0fALHtiIJU8A1BbiqU0qABmpxxTBi > .row .container { border-width: 0; border-radius: 0; }#P3i0fALHtiIJU8A1BbiqU0qABmpxxTBi > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#dxsgNakcqdnNm2hu10emwN07iaLXwSOl { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:oswald;font-size:2.0625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.25rem #000000;top:0rem;left:2.84375rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ePMrM6fpDyTD5xaAG6yIuDc6KVZxxGn4 { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:oswald;font-size:2.0625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.25rem #000000;top:0rem;left:27.84375rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HLqGLPM0LeJtGiikk7Mg2dhkGIlDPhgM { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:oswald;font-size:2.0625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.25rem #000000;top:0rem;left:52.84375rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IfcMfu0kQoIxayKHiLOJFTIM8ntAm00H { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.34375rem;height:4.14375rem;text-align:left;text-align-last:left;display:block; }
#pCwqpFD9kikGaPfByKZvIncTSOqeOcpT { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:2.625rem;left:26.34375rem;height:4.14375rem;text-align:left;text-align-last:left;display:block; }
#ELkkgQK9PTFtgdVnQPoOvBFW07sPNdbg { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:2.625rem;left:51.34375rem;height:2.7625rem;text-align:left;text-align-last:left;display:block; }
#fx5Aq4ed3ZetQ8XwTLge0VwJwuhZf3yV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fx5Aq4ed3ZetQ8XwTLge0VwJwuhZf3yV > .row .container { background-color: transparent; background-image: none; }#fx5Aq4ed3ZetQ8XwTLge0VwJwuhZf3yV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fx5Aq4ed3ZetQ8XwTLge0VwJwuhZf3yV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fx5Aq4ed3ZetQ8XwTLge0VwJwuhZf3yV > .row .container > .video-iframe-container { display: none; }#fx5Aq4ed3ZetQ8XwTLge0VwJwuhZf3yV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fx5Aq4ed3ZetQ8XwTLge0VwJwuhZf3yV > .row > .video-iframe-container { display: none; }#fx5Aq4ed3ZetQ8XwTLge0VwJwuhZf3yV > .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); }#fx5Aq4ed3ZetQ8XwTLge0VwJwuhZf3yV > .row .container { border-width: 0; border-radius: 0; }#fx5Aq4ed3ZetQ8XwTLge0VwJwuhZf3yV > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#r3pBfkdpUQlIMH7BdGSh6uKSQP27CbDE { color:#000000;display:block;width:50.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:2.1875rem;left:12.3125rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#VDJK7KkCVx3TzAe2KGJJUFAZlH7dMxkW { color:#000000;display:block;width:68rem;position:absolute;font-family:oswald;font-size:2.0625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:7.3125rem;left:3.5rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#moRVV6aJIpQwWm1bXkChfc190eP6fXmJ { color:#000000;display:block;width:50.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:11.25rem;left:12.3125rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#T99nBLrsOndT3MzmHU3oxgFM06b74nqa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f55a01;background-image:none;position:relative;display:block; }#T99nBLrsOndT3MzmHU3oxgFM06b74nqa > .row .container { background-color: transparent; background-image: none; }#T99nBLrsOndT3MzmHU3oxgFM06b74nqa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T99nBLrsOndT3MzmHU3oxgFM06b74nqa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T99nBLrsOndT3MzmHU3oxgFM06b74nqa > .row .container > .video-iframe-container { display: none; }#T99nBLrsOndT3MzmHU3oxgFM06b74nqa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T99nBLrsOndT3MzmHU3oxgFM06b74nqa > .row > .video-iframe-container { display: none; }#T99nBLrsOndT3MzmHU3oxgFM06b74nqa > .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); }#T99nBLrsOndT3MzmHU3oxgFM06b74nqa > .row .container { border-width: 0; border-radius: 0; }#T99nBLrsOndT3MzmHU3oxgFM06b74nqa > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;position:relative;display:block; }#PHZJGEgFzWqPGgEoP3N56f7dVX3cRp5z { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:22.5625rem;left:14.8125rem;height:19.5rem;text-align:justify;text-align-last:initial;display:block; }
#IG0uPRTJnJaCTtUgdTcaBX4HZoq190FF { position:absolute;display:block;z-index:100003;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:15.625rem;width:15.625rem;top:20.375rem;left:41.875rem;overflow:hidden;display:block; }
#Z7ZNggdBAyKoohLDCieBlTd7TZ2TRPMo { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:20.375rem;left:14.8125rem;height:2.19375rem;font-style:normal;display:block; }
#ttBvoshK1VSGuC4HIQ3ce6hZofSfUJcs { position:absolute;display:block;z-index:100000;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:15.625rem;width:15.625rem;top:2.625rem;left:14.8125rem;overflow:hidden;display:block; }
#NOzBTA9aKwXxXD6zBob4E02HplezmZGG { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:4.8125rem;left:35.3125rem;height:13rem;text-align:justify;text-align-last:initial;display:block; }
#JTu5ICtb3vQeVW6OTQol72de8itcNktD { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.625rem;left:35.25rem;height:2.19375rem;font-style:normal;display:block; }
#kCWDLyMRUT5ZsdGWgZivImZBdpCBKafa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kCWDLyMRUT5ZsdGWgZivImZBdpCBKafa > .row .container { background-color: transparent; background-image: none; }#kCWDLyMRUT5ZsdGWgZivImZBdpCBKafa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kCWDLyMRUT5ZsdGWgZivImZBdpCBKafa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kCWDLyMRUT5ZsdGWgZivImZBdpCBKafa > .row .container > .video-iframe-container { display: none; }#kCWDLyMRUT5ZsdGWgZivImZBdpCBKafa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kCWDLyMRUT5ZsdGWgZivImZBdpCBKafa > .row > .video-iframe-container { display: none; }#kCWDLyMRUT5ZsdGWgZivImZBdpCBKafa > .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); }#kCWDLyMRUT5ZsdGWgZivImZBdpCBKafa > .row .container { border-width: 0; border-radius: 0; }#kCWDLyMRUT5ZsdGWgZivImZBdpCBKafa > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#WkZDIWeVdq5QFBg0tqkEo2gSDqmz7pys { color:#000000;display:block;width:68rem;position:absolute;font-family:oswald;font-size:2.0625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.8125rem;left:3.5rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KQEWcy9CpoRTgMCW3r7TTqSWkHItPAGQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KQEWcy9CpoRTgMCW3r7TTqSWkHItPAGQ > .row .container { background-color: transparent; background-image: none; }#KQEWcy9CpoRTgMCW3r7TTqSWkHItPAGQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KQEWcy9CpoRTgMCW3r7TTqSWkHItPAGQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KQEWcy9CpoRTgMCW3r7TTqSWkHItPAGQ > .row .container > .video-iframe-container { display: none; }#KQEWcy9CpoRTgMCW3r7TTqSWkHItPAGQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KQEWcy9CpoRTgMCW3r7TTqSWkHItPAGQ > .row > .video-iframe-container { display: none; }#KQEWcy9CpoRTgMCW3r7TTqSWkHItPAGQ > .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); }#KQEWcy9CpoRTgMCW3r7TTqSWkHItPAGQ > .row .container { border-width: 0; border-radius: 0; }#KQEWcy9CpoRTgMCW3r7TTqSWkHItPAGQ > .row .container { font-size:0.875rem;font-family:arial;height:115.625rem;width:75rem;position:relative;display:block; }#gPvDZPBLfIISgPHQvlbNIyLKu59O919x { position:absolute;display:block;z-index:100000;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:56.5rem;width:28.25rem;top:0.8125rem;left:4.625rem;overflow:hidden;display:block; }
#ANVTWwx1CbSoBAd9VXRJ7pS5O0gdgR2T { position:absolute;display:block;z-index:100001;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:52.25rem;width:29rem;top:0.8125rem;left:41.6875rem;overflow:hidden;display:block; }
#JsC3B8N70fBsMIZwIHKHTPLRyNSWMs0e { position:absolute;display:block;z-index:100001;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:24.0625rem;width:28.25rem;top:90.375rem;left:4.5625rem;overflow:hidden;display:block; }
#klUk4Otx64BVM7k81QWRVZEneKSTBlbP { position:absolute;display:block;z-index:100002;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:30.125rem;width:28.3125rem;top:58.6875rem;left:4.5625rem;overflow:hidden;display:block; }
#SpKGuwD8miBGswm9Rl8Iwc5fuPzZ8ZR0 { position:absolute;display:block;z-index:100002;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:35.375rem;width:28.9375rem;top:54.9375rem;left:41.6875rem;overflow:hidden;display:block; }
#R9AeMfRaugeB2F9Io5GtTec56i1sPkJ7 { position:absolute;display:block;z-index:100003;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:15.1875rem;width:29rem;top:92.1875rem;left:41.6875rem;overflow:hidden;display:block; }
#TUOXLIfImTlcRg4RplqDnei2ALZBfLgF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TUOXLIfImTlcRg4RplqDnei2ALZBfLgF > .row .container { background-color: transparent; background-image: none; }#TUOXLIfImTlcRg4RplqDnei2ALZBfLgF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TUOXLIfImTlcRg4RplqDnei2ALZBfLgF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TUOXLIfImTlcRg4RplqDnei2ALZBfLgF > .row .container > .video-iframe-container { display: none; }#TUOXLIfImTlcRg4RplqDnei2ALZBfLgF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TUOXLIfImTlcRg4RplqDnei2ALZBfLgF > .row > .video-iframe-container { display: none; }#TUOXLIfImTlcRg4RplqDnei2ALZBfLgF > .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); }#TUOXLIfImTlcRg4RplqDnei2ALZBfLgF > .row .container { border-width: 0; border-radius: 0; }#TUOXLIfImTlcRg4RplqDnei2ALZBfLgF > .row .container { font-size:0.875rem;font-family:arial;height:131.25rem;width:75rem;position:relative;display:block; }#bdd4awsxwCma7K3JxvbIOvM8fncaVD4I { position:absolute;display:block;z-index:100000;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:30.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#e8wr1zMK51vzAUGv3akDUJUI6nt7kTBT { position:absolute;display:block;z-index:100001;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:30.375rem;width:74.8125rem;top:31.875rem;left:0rem;overflow:hidden;display:block; }
#aGzlJvrQIPhuPv6pdTB2ru7epSMytsuA { position:absolute;display:block;z-index:100002;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:30.5rem;width:75rem;top:63.5625rem;left:0rem;overflow:hidden;display:block; }
#bg9dLykmKHHC5NzitB1HV9g104qXntTE { position:absolute;display:block;z-index:100003;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:35.5625rem;width:74.875rem;top:95.125rem;left:0rem;overflow:hidden;display:block; }
#V3sCXq6IRcON3WgbsPGOzOeMupnrdBJv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#V3sCXq6IRcON3WgbsPGOzOeMupnrdBJv > .row .container { background-color: transparent; background-image: none; }#V3sCXq6IRcON3WgbsPGOzOeMupnrdBJv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V3sCXq6IRcON3WgbsPGOzOeMupnrdBJv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V3sCXq6IRcON3WgbsPGOzOeMupnrdBJv > .row .container > .video-iframe-container { display: none; }#V3sCXq6IRcON3WgbsPGOzOeMupnrdBJv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V3sCXq6IRcON3WgbsPGOzOeMupnrdBJv > .row > .video-iframe-container { display: none; }#V3sCXq6IRcON3WgbsPGOzOeMupnrdBJv > .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); }#V3sCXq6IRcON3WgbsPGOzOeMupnrdBJv > .row .container { border-width: 0; border-radius: 0; }#V3sCXq6IRcON3WgbsPGOzOeMupnrdBJv > .row .container { font-size:0.875rem;font-family:arial;height:98.75rem;width:75rem;position:relative;display:block; }#tLPaVlaW0JhJDAznc0n0l0SiM9t7UTAB { position:absolute;display:block;z-index:100000;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:31.9375rem;width:28.25rem;top:0.8125rem;left:4.625rem;overflow:hidden;display:block; }
#gCvmpUfpvMCTcaL7r3a2vroCy4fufwF2 { position:absolute;display:block;z-index:100001;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:81.25rem;width:28.875rem;top:0.8125rem;left:41.6875rem;overflow:hidden;display:block; }
#mCf8OMR3GZbMso7D8Efe34h7DO6flz2r { position:absolute;display:block;z-index:100001;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:22.375rem;width:28.25rem;top:61.6875rem;left:4.5625rem;overflow:hidden;display:block; }
#gAmXShbKDfETKF6UMbG5qWN5B2uscW9P { position:absolute;display:block;z-index:100002;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:25.9375rem;width:28.3125rem;top:34.1875rem;left:4.53125rem;overflow:hidden;display:block; }
#Vd2HdDI566GGWVDLNha1Lwf3clw42fB4 { position:absolute;display:block;z-index:100003;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:13.75rem;width:29rem;top:84.4375rem;left:41.625rem;overflow:hidden;display:block; }
#yPw5F3pmViKH3Ospt0iQyyNvWhK5tBra { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yPw5F3pmViKH3Ospt0iQyyNvWhK5tBra > .row .container { background-color: transparent; background-image: none; }#yPw5F3pmViKH3Ospt0iQyyNvWhK5tBra::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yPw5F3pmViKH3Ospt0iQyyNvWhK5tBra > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yPw5F3pmViKH3Ospt0iQyyNvWhK5tBra > .row .container > .video-iframe-container { display: none; }#yPw5F3pmViKH3Ospt0iQyyNvWhK5tBra > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yPw5F3pmViKH3Ospt0iQyyNvWhK5tBra > .row > .video-iframe-container { display: none; }#yPw5F3pmViKH3Ospt0iQyyNvWhK5tBra > .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); }#yPw5F3pmViKH3Ospt0iQyyNvWhK5tBra > .row .container { border-width: 0; border-radius: 0; }#yPw5F3pmViKH3Ospt0iQyyNvWhK5tBra > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#a0uOO54Ay1fCU2zHgM9smhFQkPoJnx7D { z-index:100001;top:1.5624885559082rem;left:21.250001907349rem;background-color:#ffcb00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#J0Qnfr1rUyQs7JdA9qUDsCk0d49po4It { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#l68UgTmak13bfGJWZeqyR48QbV5kkb9M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;z-index:auto;display:block; }#l68UgTmak13bfGJWZeqyR48QbV5kkb9M > .row .container { background-color: transparent; background-image: none; }#l68UgTmak13bfGJWZeqyR48QbV5kkb9M::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l68UgTmak13bfGJWZeqyR48QbV5kkb9M > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l68UgTmak13bfGJWZeqyR48QbV5kkb9M > .row .container > .video-iframe-container { display: none; }#l68UgTmak13bfGJWZeqyR48QbV5kkb9M > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l68UgTmak13bfGJWZeqyR48QbV5kkb9M > .row > .video-iframe-container { display: none; }#l68UgTmak13bfGJWZeqyR48QbV5kkb9M > .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); }#l68UgTmak13bfGJWZeqyR48QbV5kkb9M > .row .container { border-width: 0; border-radius: 0; }#l68UgTmak13bfGJWZeqyR48QbV5kkb9M > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#gVTOAfCVzuNHIKd6OA6HJSWymL630WNz { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:6.4375rem;left:0rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#obtdEx321XqmDobvlX3RZsEAwyoM5eK3 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:1.1375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ydNGgtDqBpZfuUlghUtTaOPGfydeVO4I { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.25rem;left:42rem;height:2.275rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B0R8S97nQe9IdOLh04o36W19yy5LUcvN { display:block; }#B0R8S97nQe9IdOLh04o36W19yy5LUcvN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THJru1fqm0xgedQaxn9gTTtQ8ebqd8G1 { top:2.125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uufHnCJpwUlnD3ZDroTBefTTPI73mTRu { top:7.75rem;left:0rem;width:47.75rem;height:26.819826707441rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6ZTVdH3RdagHsbmF9GaHqcx21VfLz39 { top:44.4375rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUVh6q5AzEmg36lHgIGfLKKNPpnXB4pL { display:block; }#XUVh6q5AzEmg36lHgIGfLKKNPpnXB4pL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsbV6DahV3wdhPxgeDeSO3fAmPlDHpS8 { top:2.3125rem;left:0rem;width:47.75rem;height:5.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8EKWrFxTk8N4iquk271yPXQcBcE6T7d .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0.449375rem;margin-bottom:0;margin-left:0.449375rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#u8EKWrFxTk8N4iquk271yPXQcBcE6T7d .widget-text.counter-number { width:4.82875rem;height:3.215rem;font-size:2.99375rem;padding-top:0.665rem;padding-right:0.1125rem;padding-bottom:0;padding-left:0.1125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#u8EKWrFxTk8N4iquk271yPXQcBcE6T7d .widget-text.counter-label { width:4.604375rem;height:0.83125rem;font-size:0.665rem;padding-top:0;padding-right:0.1125rem;padding-bottom:0.44375rem;padding-left:0.1125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#u8EKWrFxTk8N4iquk271yPXQcBcE6T7d { z-index:99999;top:18.3125rem;left:0rem;width:23.9375rem;height:6.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 763px) { #u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #qcB6DC82yWXfmeh9uAvJbNVxD9A11RkP { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #TdnbfsWwXoAMnBmefSLbEemerifAhTo3 {  }
 }@media only screen and (max-width: 763px) { #u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #HXtebBqxwKr8PBDrclKxm4tuqsSiAnzw {  }
 }@media only screen and (max-width: 763px) { #u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #hoaBiRMlvEHAGZ43GQCQWh1PMoIIA4Nf { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #OQfSyAUP86l7ZC0RJ7ixNz7PwFO7Qfyb {  }
 }@media only screen and (max-width: 763px) { #u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #NDilubaDpXMq7wTqUOexOZU4GA6vkIJ0 {  }
 }@media only screen and (max-width: 763px) { #u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #ZKB1oUKvubUOT6B6TaJxu3FHzeGaRqps { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #ZnEbhVL46ET8CTucyRmMNZT5r83Geeut {  }
 }@media only screen and (max-width: 763px) { #u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #xbP9uTghP1ETK7A4NC9mETecsTIM6v1D {  }
 }@media only screen and (max-width: 763px) { #u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #kAKN88OJIw8pJlONvzIrWNmzJUEBoASl { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #MoOJct4u96WvQEa2Mmeoukz1H5Zs7aHB {  }
 }@media only screen and (max-width: 763px) { #u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #snVQ7HpxuUiAOh7WN0fkTdfLdXreLW5W {  }
 }@media only screen and (max-width: 763px) { #DF6LizcTn1KTRD2tfVHsmoSIdIw9easG { top:16.625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3BgmmhFANJlJd5o9ThiL8LRKiHJAbcd { top:18.4375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFgA1am52CAUUb5TZw9uurzDBubEaw0o { top:2.0625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrFxAuqxHLd5ttpeyTZVeTopDXFu1fKt { top:6.9375rem;left:3.1875rem;width:41.375rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT2ufQxbAg96QzVHTG9xtt0K8LGIG7wT { display:block; }#iT2ufQxbAg96QzVHTG9xtt0K8LGIG7wT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t4gwbbPaRsQtcJ3OeCO3Cw7HEa4F3c9b { top:1.8125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3i0fALHtiIJU8A1BbiqU0qABmpxxTBi { display:block; }#P3i0fALHtiIJU8A1BbiqU0qABmpxxTBi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxsgNakcqdnNm2hu10emwN07iaLXwSOl { top:0rem;left:0rem;width:19.3125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePMrM6fpDyTD5xaAG6yIuDc6KVZxxGn4 { top:0rem;left:12.4375rem;width:19.3125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLqGLPM0LeJtGiikk7Mg2dhkGIlDPhgM { top:0rem;left:28.3125rem;width:19.3125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfcMfu0kQoIxayKHiLOJFTIM8ntAm00H { top:2.625rem;left:0rem;width:22.3125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCwqpFD9kikGaPfByKZvIncTSOqeOcpT { top:2.625rem;left:9.4375rem;width:22.3125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELkkgQK9PTFtgdVnQPoOvBFW07sPNdbg { top:2.625rem;left:25.3125rem;width:22.3125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fx5Aq4ed3ZetQ8XwTLge0VwJwuhZf3yV { display:block; }#fx5Aq4ed3ZetQ8XwTLge0VwJwuhZf3yV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3pBfkdpUQlIMH7BdGSh6uKSQP27CbDE { top:2.1875rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDJK7KkCVx3TzAe2KGJJUFAZlH7dMxkW { top:7.3125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #moRVV6aJIpQwWm1bXkChfc190eP6fXmJ { top:11.25rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T99nBLrsOndT3MzmHU3oxgFM06b74nqa { display:block; }#T99nBLrsOndT3MzmHU3oxgFM06b74nqa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHZJGEgFzWqPGgEoP3N56f7dVX3cRp5z { top:22.5625rem;left:1.1875rem;width:22.5rem;height:18.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG0uPRTJnJaCTtUgdTcaBX4HZoq190FF { top:20.375rem;left:28.25rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7ZNggdBAyKoohLDCieBlTd7TZ2TRPMo { top:20.375rem;left:1.1875rem;width:25rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttBvoshK1VSGuC4HIQ3ce6hZofSfUJcs { top:2.625rem;left:1.1875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOzBTA9aKwXxXD6zBob4E02HplezmZGG { top:4.8125rem;left:21.6875rem;width:22.375rem;height:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTu5ICtb3vQeVW6OTQol72de8itcNktD { top:2.625rem;left:21.625rem;width:25rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCWDLyMRUT5ZsdGWgZivImZBdpCBKafa { display:block; }#kCWDLyMRUT5ZsdGWgZivImZBdpCBKafa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WkZDIWeVdq5QFBg0tqkEo2gSDqmz7pys { top:1.8125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQEWcy9CpoRTgMCW3r7TTqSWkHItPAGQ { display:block; }#KQEWcy9CpoRTgMCW3r7TTqSWkHItPAGQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gPvDZPBLfIISgPHQvlbNIyLKu59O919x { top:0.8125rem;left:0rem;width:28.25rem;height:56.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANVTWwx1CbSoBAd9VXRJ7pS5O0gdgR2T { top:0.8125rem;left:18.625rem;width:29rem;height:52.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsC3B8N70fBsMIZwIHKHTPLRyNSWMs0e { top:90.375rem;left:0rem;width:28.25rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #klUk4Otx64BVM7k81QWRVZEneKSTBlbP { top:58.6875rem;left:0rem;width:28.3125rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpKGuwD8miBGswm9Rl8Iwc5fuPzZ8ZR0 { top:54.9375rem;left:18.625rem;width:28.9375rem;height:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9AeMfRaugeB2F9Io5GtTec56i1sPkJ7 { top:92.1875rem;left:18.625rem;width:29rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUOXLIfImTlcRg4RplqDnei2ALZBfLgF { display:block; }#TUOXLIfImTlcRg4RplqDnei2ALZBfLgF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdd4awsxwCma7K3JxvbIOvM8fncaVD4I { top:0rem;left:0rem;width:47.625rem;height:19.3675rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8wr1zMK51vzAUGv3akDUJUI6nt7kTBT { top:31.875rem;left:0rem;width:47.625rem;height:19.336466165414rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGzlJvrQIPhuPv6pdTB2ru7epSMytsuA { top:63.5625rem;left:0rem;width:47.625rem;height:19.3675rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg9dLykmKHHC5NzitB1HV9g104qXntTE { top:95.125rem;left:0rem;width:47.625rem;height:22.619887312187rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3sCXq6IRcON3WgbsPGOzOeMupnrdBJv { display:block; }#V3sCXq6IRcON3WgbsPGOzOeMupnrdBJv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLPaVlaW0JhJDAznc0n0l0SiM9t7UTAB { top:0.8125rem;left:0rem;width:28.25rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCvmpUfpvMCTcaL7r3a2vroCy4fufwF2 { top:0.8125rem;left:18.75rem;width:28.875rem;height:81.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCf8OMR3GZbMso7D8Efe34h7DO6flz2r { top:61.6875rem;left:0rem;width:28.25rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAmXShbKDfETKF6UMbG5qWN5B2uscW9P { top:34.1875rem;left:0rem;width:28.3125rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd2HdDI566GGWVDLNha1Lwf3clw42fB4 { top:84.4375rem;left:18.625rem;width:29rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPw5F3pmViKH3Ospt0iQyyNvWhK5tBra { display:block; }#yPw5F3pmViKH3Ospt0iQyyNvWhK5tBra > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0uOO54Ay1fCU2zHgM9smhFQkPoJnx7D { top:1.5rem;left:7.6250019073488rem;width:32.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0Qnfr1rUyQs7JdA9qUDsCk0d49po4It { display:block; }
 }@media only screen and (max-width: 763px) { #l68UgTmak13bfGJWZeqyR48QbV5kkb9M { display:block; }#l68UgTmak13bfGJWZeqyR48QbV5kkb9M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVTOAfCVzuNHIKd6OA6HJSWymL630WNz { top:6.4375rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obtdEx321XqmDobvlX3RZsEAwyoM5eK3 { top:4.75rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydNGgtDqBpZfuUlghUtTaOPGfydeVO4I { top:1.25rem;left:22.25rem;width:25.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B0R8S97nQe9IdOLh04o36W19yy5LUcvN { display:block; }#B0R8S97nQe9IdOLh04o36W19yy5LUcvN > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THJru1fqm0xgedQaxn9gTTtQ8ebqd8G1 { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uufHnCJpwUlnD3ZDroTBefTTPI73mTRu { height:11.022808358817rem;width:19.625rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6ZTVdH3RdagHsbmF9GaHqcx21VfLz39 { width:20rem;height:15.597625rem;top:20.2724375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XUVh6q5AzEmg36lHgIGfLKKNPpnXB4pL { display:block; }#XUVh6q5AzEmg36lHgIGfLKKNPpnXB4pL > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsbV6DahV3wdhPxgeDeSO3fAmPlDHpS8 { width:20rem;height:0;top:1.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #u8EKWrFxTk8N4iquk271yPXQcBcE6T7d .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.354375rem;margin-bottom:0;margin-left:0.354375rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#u8EKWrFxTk8N4iquk271yPXQcBcE6T7d .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.486875rem;padding-right:0.070625rem;padding-bottom:0;padding-left:0.070625rem;display:block;width:4.11375rem;height:2.78375rem;position:relative;font-size:2.9925rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u8EKWrFxTk8N4iquk271yPXQcBcE6T7d .widget-text.counter-label { background-color:;background-image:none;color:rgba(255,255,255,0.51);padding-top:0;padding-right:0.070625rem;padding-bottom:0.348125rem;padding-left:0.070625rem;display:block;width:4.11375rem;height:0.765625rem;position:relative;font-size:0.556875rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#u8EKWrFxTk8N4iquk271yPXQcBcE6T7d { z-index:100004;top:20.9375rem;left:0rem;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:;background-image:none;display:block;width:20rem;height:5.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:none; }
 }@media only screen and (max-width: 763px) { #u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #qcB6DC82yWXfmeh9uAvJbNVxD9A11RkP { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #TdnbfsWwXoAMnBmefSLbEemerifAhTo3 {  }
 }@media only screen and (max-width: 763px) { #u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #HXtebBqxwKr8PBDrclKxm4tuqsSiAnzw {  }
 }@media only screen and (max-width: 763px) { #u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #hoaBiRMlvEHAGZ43GQCQWh1PMoIIA4Nf { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #OQfSyAUP86l7ZC0RJ7ixNz7PwFO7Qfyb {  }
 }@media only screen and (max-width: 763px) { #u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #NDilubaDpXMq7wTqUOexOZU4GA6vkIJ0 {  }
 }@media only screen and (max-width: 763px) { #u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #ZKB1oUKvubUOT6B6TaJxu3FHzeGaRqps { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #ZnEbhVL46ET8CTucyRmMNZT5r83Geeut {  }
 }@media only screen and (max-width: 763px) { #u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #xbP9uTghP1ETK7A4NC9mETecsTIM6v1D {  }
 }@media only screen and (max-width: 763px) { #u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #kAKN88OJIw8pJlONvzIrWNmzJUEBoASl { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #MoOJct4u96WvQEa2Mmeoukz1H5Zs7aHB {  }
 }@media only screen and (max-width: 763px) { #u8EKWrFxTk8N4iquk271yPXQcBcE6T7d #snVQ7HpxuUiAOh7WN0fkTdfLdXreLW5W {  }
 }@media only screen and (max-width: 763px) { #DF6LizcTn1KTRD2tfVHsmoSIdIw9easG { width:20rem;height:3.9rem;top:15.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z3BgmmhFANJlJd5o9ThiL8LRKiHJAbcd { width:20rem;height:9.16113125rem;top:19.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFgA1am52CAUUb5TZw9uurzDBubEaw0o { width:20rem;height:8.125rem;top:0.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QrFxAuqxHLd5ttpeyTZVeTopDXFu1fKt { width:20rem;height:4.4375rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT2ufQxbAg96QzVHTG9xtt0K8LGIG7wT { display:block; }#iT2ufQxbAg96QzVHTG9xtt0K8LGIG7wT > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t4gwbbPaRsQtcJ3OeCO3Cw7HEa4F3c9b { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P3i0fALHtiIJU8A1BbiqU0qABmpxxTBi { display:block; }#P3i0fALHtiIJU8A1BbiqU0qABmpxxTBi > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxsgNakcqdnNm2hu10emwN07iaLXwSOl { width:19.3125rem;height:2.6rem;top:1.25rem;left:0.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ePMrM6fpDyTD5xaAG6yIuDc6KVZxxGn4 { width:19.3125rem;height:2.6rem;top:10.4375rem;left:0.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HLqGLPM0LeJtGiikk7Mg2dhkGIlDPhgM { width:19.3125rem;height:2.6rem;top:21rem;left:0.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IfcMfu0kQoIxayKHiLOJFTIM8ntAm00H { width:20rem;height:4.142575rem;top:5.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pCwqpFD9kikGaPfByKZvIncTSOqeOcpT { width:20rem;height:5.5234375rem;top:14.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ELkkgQK9PTFtgdVnQPoOvBFW07sPNdbg { width:20rem;height:2.7625rem;top:24.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fx5Aq4ed3ZetQ8XwTLge0VwJwuhZf3yV { display:block; }#fx5Aq4ed3ZetQ8XwTLge0VwJwuhZf3yV > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3pBfkdpUQlIMH7BdGSh6uKSQP27CbDE { width:20rem;height:8.34765625rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VDJK7KkCVx3TzAe2KGJJUFAZlH7dMxkW { width:20rem;height:2.6rem;top:10.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #moRVV6aJIpQwWm1bXkChfc190eP6fXmJ { width:20rem;height:8.34765625rem;top:14.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T99nBLrsOndT3MzmHU3oxgFM06b74nqa { display:block; }#T99nBLrsOndT3MzmHU3oxgFM06b74nqa > .row .container { width:20rem;height:81.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHZJGEgFzWqPGgEoP3N56f7dVX3cRp5z { width:20rem;height:22.0966875rem;top:58.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IG0uPRTJnJaCTtUgdTcaBX4HZoq190FF { width:15.625rem;height:15.625rem;top:37.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7ZNggdBAyKoohLDCieBlTd7TZ2TRPMo { width:20rem;height:2.19375rem;top:55.0625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ttBvoshK1VSGuC4HIQ3ce6hZofSfUJcs { width:15.625rem;height:15.625rem;top:1.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOzBTA9aKwXxXD6zBob4E02HplezmZGG { width:20rem;height:14.297875rem;top:21.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTu5ICtb3vQeVW6OTQol72de8itcNktD { width:20rem;height:2.19375rem;top:19rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kCWDLyMRUT5ZsdGWgZivImZBdpCBKafa { display:block; }#kCWDLyMRUT5ZsdGWgZivImZBdpCBKafa > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WkZDIWeVdq5QFBg0tqkEo2gSDqmz7pys { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KQEWcy9CpoRTgMCW3r7TTqSWkHItPAGQ { display:block; }#KQEWcy9CpoRTgMCW3r7TTqSWkHItPAGQ > .row .container { width:20rem;height:157.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gPvDZPBLfIISgPHQvlbNIyLKu59O919x { width:19.875rem;height:39.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANVTWwx1CbSoBAd9VXRJ7pS5O0gdgR2T { width:19.875rem;height:35.809267241379rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsC3B8N70fBsMIZwIHKHTPLRyNSWMs0e { width:19.875rem;height:16.928926991151rem;top:102.080125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #klUk4Otx64BVM7k81QWRVZEneKSTBlbP { width:19.875rem;height:21.147350993378rem;top:79.558625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpKGuwD8miBGswm9Rl8Iwc5fuPzZ8ZR0 { width:19.8125rem;height:24.1875rem;top:120.3838125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9AeMfRaugeB2F9Io5GtTec56i1sPkJ7 { width:19.875rem;height:10.408674568966rem;top:146.002rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUOXLIfImTlcRg4RplqDnei2ALZBfLgF { display:block; }#TUOXLIfImTlcRg4RplqDnei2ALZBfLgF > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdd4awsxwCma7K3JxvbIOvM8fncaVD4I { width:19.875rem;height:8.0825rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8wr1zMK51vzAUGv3akDUJUI6nt7kTBT { width:19.875rem;height:8.0695488721806rem;top:10.707rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGzlJvrQIPhuPv6pdTB2ru7epSMytsuA { width:19.875rem;height:8.0825rem;top:20.1513125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg9dLykmKHHC5NzitB1HV9g104qXntTE { width:19.875rem;height:9.4397954924875rem;top:29.6708125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3sCXq6IRcON3WgbsPGOzOeMupnrdBJv { display:block; }#V3sCXq6IRcON3WgbsPGOzOeMupnrdBJv > .row .container { width:20rem;height:127.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLPaVlaW0JhJDAznc0n0l0SiM9t7UTAB { width:19.875rem;height:22.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCvmpUfpvMCTcaL7r3a2vroCy4fufwF2 { width:19.875rem;height:56rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCf8OMR3GZbMso7D8Efe34h7DO6flz2r { width:19.875rem;height:15.741703539823rem;top:100.2685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAmXShbKDfETKF6UMbG5qWN5B2uscW9P { width:19.875rem;height:18.207781456954rem;top:80.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd2HdDI566GGWVDLNha1Lwf3clw42fB4 { width:19.875rem;height:9.4234913793106rem;top:116.884765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPw5F3pmViKH3Ospt0iQyyNvWhK5tBra { display:block; }#yPw5F3pmViKH3Ospt0iQyyNvWhK5tBra > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0uOO54Ay1fCU2zHgM9smhFQkPoJnx7D { top:0rem;left:0.625rem;width:18.75rem;height:6.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0Qnfr1rUyQs7JdA9qUDsCk0d49po4It { display:block; }
 }@media only screen and (max-width: 763px) { #l68UgTmak13bfGJWZeqyR48QbV5kkb9M { position:relative;z-index:auto;display:block; }#l68UgTmak13bfGJWZeqyR48QbV5kkb9M > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVTOAfCVzuNHIKd6OA6HJSWymL630WNz { width:20rem;height:3.41015625rem;top:8.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #obtdEx321XqmDobvlX3RZsEAwyoM5eK3 { width:20rem;height:2.2734375rem;top:5.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ydNGgtDqBpZfuUlghUtTaOPGfydeVO4I { width:20rem;height:2.2734375rem;top:1.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }