.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:rgba(255,255,255,0.94);background-image:none;position:relative;display:block; }
#iyuH4SO7ci1zIErNOIyngrBTABZQXOuL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iyuH4SO7ci1zIErNOIyngrBTABZQXOuL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iyuH4SO7ci1zIErNOIyngrBTABZQXOuL > .row > .video-iframe-container { display: none; }#iyuH4SO7ci1zIErNOIyngrBTABZQXOuL > .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); }#fTZR3w2RmTlQ55D4dhv0Er6IXCxmpnLA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#fTZR3w2RmTlQ55D4dhv0Er6IXCxmpnLA > .row .container { border-width: 0; border-radius: 0; }#fTZR3w2RmTlQ55D4dhv0Er6IXCxmpnLA > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:none; }#mD1FekmUlP4xqM4wBugUN84OUM2y8hMm .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.259375rem;margin-bottom:0;margin-left:0.259375rem;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; }
#mD1FekmUlP4xqM4wBugUN84OUM2y8hMm .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#f5f5f5;padding-top:0.375rem;padding-right:0.065rem;padding-bottom:0;padding-left:0.065rem;display:block;width:2.788125rem;height:1.81125rem;position:relative;font-family:"open sans";font-size:1.686875rem;font-weight:700;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; }
#mD1FekmUlP4xqM4wBugUN84OUM2y8hMm .widget-text.counter-label { background-color:;background-image:none;color:#f5f5f5;padding-top:0;padding-right:0.065rem;padding-bottom:0.249375rem;padding-left:0.065rem;display:block;width:2.788125rem;height:0.4675rem;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;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#mD1FekmUlP4xqM4wBugUN84OUM2y8hMm { top:0rem;left:26.5625rem;z-index:100004;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:13.75rem;height:3.5625rem;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:block; }
#mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #ZoQQMhUBwANzvwTqeLtq6eG8lRsXkZUT { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #sIPrm1UWnfZrt87UZOa6UMuaSQqUie1M { display:block; }
#mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #TrhO10Fw6t7UMDipyVL2V6t0GCUoVEkC { display:block; }
#mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #uxTEte90v02FgcLfma9gVJVEw6xzKUE7 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #PBDs1TT1x71RseuB0xZnB8SHeTzC4pvS { display:block; }
#mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #Gt8rgGgW35G9x2Lrl1r6xDcZUOJ4OZls { display:block; }
#mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #Q8TV0tbJVUBvxRKUqwkE3RQX2nrG3snL { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #o3TRqbRdGuynliRaihoN9OK95o3XF0DF { display:block; }
#mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #lOuiRXxq7aXQIHgxw3uoJ2my8Hc6NrNA { display:block; }
#mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #MVSxIemfvQ4pXcM81m8GGEmJL4l06XSh { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #ZVuBWlQ949sfoEU4xRKc3koOwwnf09Bh { display:block; }
#mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #s0UDfsk1Hu5oE1gtL2E2ACTgoTu2JPU8 { display:block; }
#iAJ8kQT5AMTTP95nf5e7SbQq8RhpspVu { color:#ffffff;display:block;width:9.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.25rem;left:17.1875rem;height:1.25rem;display:block; }
#ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL .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; }
#ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;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; }
#ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;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; }
#ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL { top:11.125rem;left:43.1875rem;z-index:100004;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:;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; }
#ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #afL0s6uERGDTf96IRf5akzrCxiaVyD3i { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #bLb6FLA3xODXEpuQFhlsrrFmtRuVz6l2 { display:block; }
#ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #ZXWhSerLXbKvZIQKqkV9XfzKPF5eFArs { display:block; }
#ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #C8R3uH4tWCqroSfG94i0G9rrnH4xTbKL { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #TK7PlCkSWnT3UBLi0hl223Qv6XxoxUJi { display:block; }
#ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #W522TPdobhHUGo19TRUfTEcuAX2MxLuT { display:block; }
#ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #xHgmL9ScIP48WT8HP8BBMxpB6gdMZ3LW { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #D5x3urRIwdlTavCB214iqfWqmN8Ud4eJ { display:block; }
#ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #uid3vzZgRT4DCwxftpcfL6lDDIhbN1KG { display:block; }
#ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #DxwHUW6tgHthx6MMqpwmM4nt0k055Zrk { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #euZHlhhm3dzVo9qhyc3IpPNeblmRuBDJ { display:block; }
#ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #Rco0yT7qQTSTmWIAMoPf7KF1NblhqPcw { display:block; }
#RDCdDWgwG5OfTRMl0X5A4PXU2s4Vva4e { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:16.6875rem;top:0.3125rem;left:41.125rem;overflow:hidden;display:block; }
#e5JD01nVqs6qzt0yNodobttgopE8vMus { 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; }#e5JD01nVqs6qzt0yNodobttgopE8vMus > .row .container { background-color: transparent; background-image: none; }#e5JD01nVqs6qzt0yNodobttgopE8vMus::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e5JD01nVqs6qzt0yNodobttgopE8vMus > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e5JD01nVqs6qzt0yNodobttgopE8vMus > .row .container > .video-iframe-container { display: none; }#e5JD01nVqs6qzt0yNodobttgopE8vMus > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e5JD01nVqs6qzt0yNodobttgopE8vMus > .row > .video-iframe-container { display: none; }#e5JD01nVqs6qzt0yNodobttgopE8vMus > .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); }#e5JD01nVqs6qzt0yNodobttgopE8vMus > .row .container { border-width: 0; border-radius: 0; }#e5JD01nVqs6qzt0yNodobttgopE8vMus > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#SQZ72ChlJDymry57Bbi523McrItmQkTP { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.55000019073486rem;left:0rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DKnJzwElV4JkBPFvLPDkBDIW8dRdcobs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#DKnJzwElV4JkBPFvLPDkBDIW8dRdcobs > .row .container { background-color: transparent; background-image: none; }#DKnJzwElV4JkBPFvLPDkBDIW8dRdcobs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DKnJzwElV4JkBPFvLPDkBDIW8dRdcobs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DKnJzwElV4JkBPFvLPDkBDIW8dRdcobs > .row .container > .video-iframe-container { display: none; }#DKnJzwElV4JkBPFvLPDkBDIW8dRdcobs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DKnJzwElV4JkBPFvLPDkBDIW8dRdcobs > .row > .video-iframe-container { display: none; }#DKnJzwElV4JkBPFvLPDkBDIW8dRdcobs > .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); }#DKnJzwElV4JkBPFvLPDkBDIW8dRdcobs > .row .container { border-width: 0; border-radius: 0; }#DKnJzwElV4JkBPFvLPDkBDIW8dRdcobs > .row .container { width:75rem;height:17.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#oKzbIlGF8bT8cOCeC3Al5UOLrGH1cKZX { display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:4.6875rem;left:0rem;height:8.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;color:#000000;display:block; }
#gcTorECmQAPdZK6HJFdZT0kS7mS8dWxJ { display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:14.0625rem;left:0rem;height:2.03125rem;color:#f55a01;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; }
#sbSaKpdd8r3R1TCTTrZH3kwMDzvbd4FI { border-bottom:0;border-left:0;border-right:0;border-top:0;height:21.8125rem;width:36.8125rem;position:absolute;display:block;z-index:100005;top:23.5rem;left:37.3125rem;overflow:hidden;display:none; }
#ckUAcTMlwfcRkdTqT1nme9LEqUQJagML { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:14.5625rem;top:7.8125rem;left:60.4375rem;overflow:hidden;display:block; }
#w1XynO9i5QbUn0tMhwZntifdiuHuWLnx { position:relative;display:block; }#w1XynO9i5QbUn0tMhwZntifdiuHuWLnx { background-color: transparent; background-image: none; }#w1XynO9i5QbUn0tMhwZntifdiuHuWLnx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w1XynO9i5QbUn0tMhwZntifdiuHuWLnx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w1XynO9i5QbUn0tMhwZntifdiuHuWLnx > .row .container > .video-iframe-container { display: none; }#w1XynO9i5QbUn0tMhwZntifdiuHuWLnx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w1XynO9i5QbUn0tMhwZntifdiuHuWLnx > .row > .video-iframe-container { display: none; }#w1XynO9i5QbUn0tMhwZntifdiuHuWLnx > .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); }#w1XynO9i5QbUn0tMhwZntifdiuHuWLnx { border-width: 0; border-radius: 0; }#w1XynO9i5QbUn0tMhwZntifdiuHuWLnx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;position:relative;display:block; }#JcQdpA7syTOZCR4Tk9ZcuMEhTVgJs1IU { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.0625rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#rHgHWqHnBSSD6fuIkEKUDmhGqMMMaJuU { position:absolute;display:block;z-index:100011;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.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;height:15.5625rem;width:24.9375rem;top:3.75rem;left:6.25rem;display:block; }
#H3tNE2FFT09pVfmU09KnMGoDogwpO9F3 { display:block;width:22.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:100004;line-height:1.5;letter-spacing:0;top:2.75rem;left:45rem;height:6.46875rem;color:#000000;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hWM9I1RXKA2ucfGl1B7S7qxDtZLrSfOd { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:37.5rem;top:16.1875rem;left:37.500001907349rem;overflow:hidden;display:block; }
#hop3apkHac8PCfJyosSSHx0hQgJqftWo { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.9375rem;width:24.875rem;position:absolute;z-index:100012;top:4.625rem;left:6.3125019073488rem;display:none; }
#xrL0mhyvTQGpwp9DH5I9uTBbdycPRTTG { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.125rem;width:24.9375rem;top:3.75rem;left:6.3437519073488rem;overflow:hidden;display:block; }
#ey8h921KW7AxGNxJmp63XZEPCaAUuH29 .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;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ey8h921KW7AxGNxJmp63XZEPCaAUuH29 .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.63375rem;padding-right:0.573125rem;padding-bottom:0.63375rem;padding-left:0.573125rem;display:block;align-items:center;width:3.439375rem;min-width:3.439375rem;height:3.40625rem;position:relative;font-family:"open sans";font-size:2.534375rem;font-weight:700;line-height:54.5px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ey8h921KW7AxGNxJmp63XZEPCaAUuH29 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.39625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.585625rem;height:1.34625rem;position:relative;font-family:"open sans";font-size:0.950625rem;font-weight:400;line-height:21.54px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ey8h921KW7AxGNxJmp63XZEPCaAUuH29 { 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:22.3125rem;height:6.41625rem;padding-top:0.791875rem;padding-right:0.819375rem;padding-bottom:0.791875rem;padding-left:0.819375rem;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:9.51953125rem;left:44.523439407349rem;z-index:100004; }
#ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #UrD2FQoeXOOXqS7xQ6VAmmLumCBK7gSO { display:flex;position:relative;top:0rem;left:0rem; }
#ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #ur25Pvt9RBALouTEpcwFfQm6vBTHlk2e { width:auto; }
#ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #XodAaiV97rCnB0JTLKHSVZsBUJ6VlkfX {  }
#ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #fG7lxfDl6ppHETfbmk3RbbprrzZRVak7 { display:flex;position:relative;top:0rem;left:0rem; }
#ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #DRewRovNZP6vpe3rr6TTWmS0VWdQmIdg {  }
#ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #c9AEXx5AzOk5gAiqhgE86vyc67F1LrWP {  }
#ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #mJcaS0FThncJDzITucKnsWSiFTh03GL2 { display:flex;position:relative;top:0rem;left:0rem; }
#ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #cVtSWPb3ZRoVlPDgkd5STnqqNbHMkFun {  }
#ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #DPLxQQZbUNJ8b4l0vXik5FAALsq219aq {  }
#ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #NdHhx2eka3k0oWV34TealM6ksyF312gV { display:flex;position:relative;top:0rem;left:0rem; }
#ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #V1xyoVLGTk65NipWeUx7T7zSQCcXBMyy {  }
#ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #c06pBFPT2ypl0gLlTwKSowtkHbG01Zrt {  }
#f52aLcUJviQhdtlxBaNcUzfLaqPx7BRG { position:relative;display:none; }#f52aLcUJviQhdtlxBaNcUzfLaqPx7BRG { border-width: 0; border-radius: 0; }#f52aLcUJviQhdtlxBaNcUzfLaqPx7BRG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;position:relative;display:none; }#FkTLkuAG9eV8v0xXvxEJtTsN9VlkUv2z { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.0625rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#RfMekJmTGHbgvswQxeCGlMki98NTpvVb { position:absolute;display:block;z-index:100011;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.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;height:15.5625rem;width:24.9375rem;top:3.75rem;left:6.25rem;display:block; }
#kreosz7OCkMSoSRq9GCaT9g7WCA9kkuG { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:37.5rem;top:16.1875rem;left:37.500001907349rem;overflow:hidden;display:block; }
#DT9yTi9IEqKmlTW7ubxvMMoZe19BtOW8 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.9375rem;width:24.875rem;position:absolute;z-index:100012;top:4.625rem;left:6.3125019073488rem;display:none; }
#itSkwzmTi4dGMRCTHsMQ7Ha9Tg2zdEv7 { display:block;width:22.5rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:4.6250009536743rem;left:44.999219894409rem;height:10.6875rem;color:#000000;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zQKf6pmlLMZLiGVXu2I5LKtDTnPyOkLC { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.125rem;width:24.9375rem;top:3.75rem;left:6.3437519073488rem;overflow:hidden;display:block; }
#T2ZaHFLAChTV6TcVfHOdMEFW5HeqpdvZ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#T2ZaHFLAChTV6TcVfHOdMEFW5HeqpdvZ > .row .container { background-color: transparent; background-image: none; }#T2ZaHFLAChTV6TcVfHOdMEFW5HeqpdvZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T2ZaHFLAChTV6TcVfHOdMEFW5HeqpdvZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T2ZaHFLAChTV6TcVfHOdMEFW5HeqpdvZ > .row .container > .video-iframe-container { display: none; }#T2ZaHFLAChTV6TcVfHOdMEFW5HeqpdvZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T2ZaHFLAChTV6TcVfHOdMEFW5HeqpdvZ > .row > .video-iframe-container { display: none; }#T2ZaHFLAChTV6TcVfHOdMEFW5HeqpdvZ > .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); }#T2ZaHFLAChTV6TcVfHOdMEFW5HeqpdvZ > .row .container { border-width: 0; border-radius: 0; }#T2ZaHFLAChTV6TcVfHOdMEFW5HeqpdvZ > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#JgLPAVMPHRn8REwzys5l4MweZvIiC3gk { display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:1.4625rem;text-align:center;text-align-last:center;color:#f55a01;font-style:normal;display:block; }
#oqnhLMJvcbORMdpV9lTooqqE4aeGQTf5 { display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#cdUO4REnyTg0WOfvwTl5BnD00Utrf7sX { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#cdUO4REnyTg0WOfvwTl5BnD00Utrf7sX > .row .container { background-color: transparent; background-image: none; }#cdUO4REnyTg0WOfvwTl5BnD00Utrf7sX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cdUO4REnyTg0WOfvwTl5BnD00Utrf7sX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cdUO4REnyTg0WOfvwTl5BnD00Utrf7sX > .row .container > .video-iframe-container { display: none; }#cdUO4REnyTg0WOfvwTl5BnD00Utrf7sX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cdUO4REnyTg0WOfvwTl5BnD00Utrf7sX > .row > .video-iframe-container { display: none; }#cdUO4REnyTg0WOfvwTl5BnD00Utrf7sX > .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); }#cdUO4REnyTg0WOfvwTl5BnD00Utrf7sX > .row .container { border-width: 0; border-radius: 0; }#cdUO4REnyTg0WOfvwTl5BnD00Utrf7sX > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:block; }#POkHrnABdcrTCOUfGHZSe8nZ4hE7s3Lz { display:block;width:20rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0rem;left:11.25rem;height:1.7875rem;color:#000000;font-style:normal;display:block; }
#QsNbN9RJCXIONtSy8TbLxqfQhVUxWRc1 { display:block;width:19.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100002;line-height:1.4;letter-spacing:0;top:2rem;left:11.25rem;height:4.2rem;color:#898888;font-style:normal;display:block; }
#xmvh4i0s1HhTsZ8D2OKNoLRnuovPBXdd { display:block;width:17.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:2rem;left:53.4375rem;height:5.6rem;color:#898888;font-style:normal;display:block; }
#TeLPH3HFH8qw1tZmSgughzPsp6ccansM { display:block;width:17.8125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:0rem;left:53.4375rem;height:1.7875rem;color:#000000;font-style:normal;display:block; }
#CTVs3T8yrMwfkOHwZRATP7P4ScRidofE { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:0rem;left:3.75rem;overflow:hidden;display:block; }
#pebrzNRmkim7eqCDreVns6DP540BRXEl { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:0rem;left:45.9375rem;overflow:hidden;display:block; }
#tTUVkdEcIt0VrnEyBiLUlzoGz1aQxVxH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tTUVkdEcIt0VrnEyBiLUlzoGz1aQxVxH > .row .container { background-color: transparent; background-image: none; }#tTUVkdEcIt0VrnEyBiLUlzoGz1aQxVxH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tTUVkdEcIt0VrnEyBiLUlzoGz1aQxVxH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tTUVkdEcIt0VrnEyBiLUlzoGz1aQxVxH > .row .container > .video-iframe-container { display: none; }#tTUVkdEcIt0VrnEyBiLUlzoGz1aQxVxH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tTUVkdEcIt0VrnEyBiLUlzoGz1aQxVxH > .row > .video-iframe-container { display: none; }#tTUVkdEcIt0VrnEyBiLUlzoGz1aQxVxH > .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); }#tTUVkdEcIt0VrnEyBiLUlzoGz1aQxVxH > .row .container { border-width: 0; border-radius: 0; }#tTUVkdEcIt0VrnEyBiLUlzoGz1aQxVxH > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#W6arCERqRZd6TtM89Bcph2A2UMwKr0Tq { display:block;width:19.5625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0rem;left:11.25rem;height:1.7875rem;color:#000000;font-style:normal;display:block; }
#gv9DQ3Pf5B36T7BXpBvHv1OeQfSNViJq { display:block;width:18.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100002;line-height:1.4;letter-spacing:0;top:2rem;left:11.25rem;height:5.6rem;color:#898888;font-style:normal;display:block; }
#KN8RG7D0sASuRXRU0Us7DGEhz33HQXsk { display:block;width:17.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:2rem;left:53.4375rem;height:5.6rem;color:#898888;font-style:normal;display:block; }
#zVsEgyITlD5X1SiWQEP9Veg2Q1DCQ88g { display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:0rem;left:53.4375rem;height:1.7875rem;color:#000000;font-style:normal;display:block; }
#aHz9xId1SFKR74Aya8aaRxhoKZmdw6RP { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:0rem;left:45.9375rem;overflow:hidden;display:block; }
#JxckRfnaS4k904nR2xcAp09VGAqaAW5r { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:0rem;left:3.75rem;overflow:hidden;display:block; }
#fnzrs3I99UnKdBflPmXLNeHzcy72L3uK { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;position:relative;display:block; }#fnzrs3I99UnKdBflPmXLNeHzcy72L3uK > .row .container { background-color: transparent; background-image: none; }#fnzrs3I99UnKdBflPmXLNeHzcy72L3uK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fnzrs3I99UnKdBflPmXLNeHzcy72L3uK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fnzrs3I99UnKdBflPmXLNeHzcy72L3uK > .row .container > .video-iframe-container { display: none; }#fnzrs3I99UnKdBflPmXLNeHzcy72L3uK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fnzrs3I99UnKdBflPmXLNeHzcy72L3uK > .row > .video-iframe-container { display: none; }#fnzrs3I99UnKdBflPmXLNeHzcy72L3uK > .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); }#fnzrs3I99UnKdBflPmXLNeHzcy72L3uK > .row .container { border-width: 0; border-radius: 0; }#fnzrs3I99UnKdBflPmXLNeHzcy72L3uK > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#nHSOXaNTfQFlLZTVTkvaOOLz1JucJHTm { display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:1.4625rem;text-align:center;text-align-last:center;color:#f55a01;font-style:normal;display:block; }
#NPJLm3zioAkOO1a9yQ7viw8BvORX0XOT { border-top:0.3125rem solid #f55a01;border-left:0.3125rem solid #f55a01;border-right:0.3125rem solid #f55a01;border-bottom:0.3125rem solid #f55a01;height:10.625rem;width:10.625rem;position:absolute;display:block;z-index:100002;top:9.9375rem;left:4rem;overflow:hidden;display:block; }
#UHpCda7f1AB2mMbga3ywRQigZWDSQIzV { border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;background-color:transparent;background-image:none;height:15.875rem;width:21.25rem;position:absolute;display:block;z-index:100000;top:16.6875rem;left:14.125rem;display:block; }
#EaehmIc9JOSuagKLm433FwWwyPFi9evf { display:block;width:17.5625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:18.187500953674rem;left:16.031251907349rem;height:13.125rem;color:#000000;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#pn8Rg9WTuxBo3nQo70A1AQNZl2E25TlN { display:block;width:17.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:9.9375rem;left:16.4375rem;height:1.3rem;color:#000000;font-style:normal;display:block; }
#TRZP8swhMaNTcTD0O4UAh6Nvt8WHSJMm { display:block;width:17.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:11.375rem;left:16.4375rem;height:3.9rem;color:#f55a01;font-style:normal;display:block; }
#WvUwhaVqsqfPs3NJ9VDQP7U3aFGBLBVT { border-top:0.3125rem solid #f55a01;border-left:0.3125rem solid #f55a01;border-right:0.3125rem solid #f55a01;border-bottom:0.3125rem solid #f55a01;height:10.625rem;width:10.625rem;position:absolute;display:block;z-index:100008;top:9.9375rem;left:41.25rem;overflow:hidden;display:block; }
#EIFcsv7Z53znU28vV8yaJZnLIFO6lfO0 { border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;background-color:transparent;background-image:none;height:18.375rem;width:21.25rem;position:absolute;display:block;z-index:99999;top:16.6875rem;left:51.3125rem;display:block; }
#NZbSIa7VFxZuHhAOn90ypgsz3GqB3QZ8 { display:block;width:17.5625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:18.187500953674rem;left:53.218748092651rem;height:17.0625rem;color:#000000;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#pXwv1CsJbgh1w6MU0UVO8XD8Tgr4Ipqx { display:block;width:17.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:9.9375rem;left:53.875rem;height:1.3rem;color:#000000;font-style:normal;display:block; }
#cIcU6hG8M7APN9ozqSlrLHBipL2PlCQi { display:block;width:17.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:11.375rem;left:53.875rem;height:3.9rem;color:#f55a01;font-style:normal;display:block; }
#i1WJrQwhXZSsEhhZilwwTsOgxcTSir1Q { display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#yOGcBNm5rdkIHSueG3BgxmLmbC6T7Nst { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#yOGcBNm5rdkIHSueG3BgxmLmbC6T7Nst > .row .container { background-color: transparent; background-image: none; }#yOGcBNm5rdkIHSueG3BgxmLmbC6T7Nst::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yOGcBNm5rdkIHSueG3BgxmLmbC6T7Nst > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yOGcBNm5rdkIHSueG3BgxmLmbC6T7Nst > .row .container > .video-iframe-container { display: none; }#yOGcBNm5rdkIHSueG3BgxmLmbC6T7Nst > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yOGcBNm5rdkIHSueG3BgxmLmbC6T7Nst > .row > .video-iframe-container { display: none; }#yOGcBNm5rdkIHSueG3BgxmLmbC6T7Nst > .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); }#yOGcBNm5rdkIHSueG3BgxmLmbC6T7Nst > .row .container { border-width: 0; border-radius: 0; }#yOGcBNm5rdkIHSueG3BgxmLmbC6T7Nst > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:75rem;position:relative;display:block; }#Qmy2B5w3Q7fEyQ8Fi6snVZ12z1TEJqUS { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#EtOt0zAWm2eskn95ViHGTReec4ETrgxZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:none; }#EtOt0zAWm2eskn95ViHGTReec4ETrgxZ > .row .container { border-width: 0; border-radius: 0; }#EtOt0zAWm2eskn95ViHGTReec4ETrgxZ > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:none; }#bGHsLkUd3lo1w8zD6tU8qJvTFKrL9Vle { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:6.4375rem;left:0rem;height:2.2rem;text-align:center;text-align-last:center;display:block; }
#q02p8pcas4W5qxIgk1UBNvlpohcRrE6U { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:1.1rem;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; }
#sTy24TuMHmFITKS8flSSghIi9gF89XqE { color:#000000;display:block;width:25.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.3125rem;left:43.25rem;height:2.2rem;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) { #fTZR3w2RmTlQ55D4dhv0Er6IXCxmpnLA { display:block; }#fTZR3w2RmTlQ55D4dhv0Er6IXCxmpnLA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mD1FekmUlP4xqM4wBugUN84OUM2y8hMm .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.259375rem;margin-bottom:0;margin-left:0.259375rem;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; }
#mD1FekmUlP4xqM4wBugUN84OUM2y8hMm .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#f5f5f5;padding-top:0.375rem;padding-right:0.065rem;padding-bottom:0;padding-left:0.065rem;display:block;width:2.788125rem;height:1.81125rem;position:relative;font-family:"open sans";font-size:1.686875rem;font-weight:700;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; }
#mD1FekmUlP4xqM4wBugUN84OUM2y8hMm .widget-text.counter-label { background-color:;background-image:none;color:#f5f5f5;padding-top:0;padding-right:0.065rem;padding-bottom:0.249375rem;padding-left:0.065rem;display:block;width:2.788125rem;height:0.4675rem;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;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#mD1FekmUlP4xqM4wBugUN84OUM2y8hMm { top:0rem;left:12.9375rem;width:13.75rem;height:3.5625rem;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) { #mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #ZoQQMhUBwANzvwTqeLtq6eG8lRsXkZUT { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #sIPrm1UWnfZrt87UZOa6UMuaSQqUie1M {  }
 }@media only screen and (max-width: 763px) { #mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #TrhO10Fw6t7UMDipyVL2V6t0GCUoVEkC {  }
 }@media only screen and (max-width: 763px) { #mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #uxTEte90v02FgcLfma9gVJVEw6xzKUE7 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #PBDs1TT1x71RseuB0xZnB8SHeTzC4pvS {  }
 }@media only screen and (max-width: 763px) { #mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #Gt8rgGgW35G9x2Lrl1r6xDcZUOJ4OZls {  }
 }@media only screen and (max-width: 763px) { #mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #Q8TV0tbJVUBvxRKUqwkE3RQX2nrG3snL { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #o3TRqbRdGuynliRaihoN9OK95o3XF0DF {  }
 }@media only screen and (max-width: 763px) { #mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #lOuiRXxq7aXQIHgxw3uoJ2my8Hc6NrNA {  }
 }@media only screen and (max-width: 763px) { #mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #MVSxIemfvQ4pXcM81m8GGEmJL4l06XSh { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #ZVuBWlQ949sfoEU4xRKc3koOwwnf09Bh {  }
 }@media only screen and (max-width: 763px) { #mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #s0UDfsk1Hu5oE1gtL2E2ACTgoTu2JPU8 {  }
 }@media only screen and (max-width: 763px) { #iAJ8kQT5AMTTP95nf5e7SbQq8RhpspVu { top:1.25rem;left:3.5625rem;width:9.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL .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; }
#ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;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; }
#ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;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; }
#ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL { top:0rem;left:26rem;width:21.75rem;height:5.75rem;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:none; }
 }@media only screen and (max-width: 763px) { #ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #afL0s6uERGDTf96IRf5akzrCxiaVyD3i { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #bLb6FLA3xODXEpuQFhlsrrFmtRuVz6l2 {  }
 }@media only screen and (max-width: 763px) { #ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #ZXWhSerLXbKvZIQKqkV9XfzKPF5eFArs {  }
 }@media only screen and (max-width: 763px) { #ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #C8R3uH4tWCqroSfG94i0G9rrnH4xTbKL { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #TK7PlCkSWnT3UBLi0hl223Qv6XxoxUJi {  }
 }@media only screen and (max-width: 763px) { #ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #W522TPdobhHUGo19TRUfTEcuAX2MxLuT {  }
 }@media only screen and (max-width: 763px) { #ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #xHgmL9ScIP48WT8HP8BBMxpB6gdMZ3LW { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #D5x3urRIwdlTavCB214iqfWqmN8Ud4eJ {  }
 }@media only screen and (max-width: 763px) { #ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #uid3vzZgRT4DCwxftpcfL6lDDIhbN1KG {  }
 }@media only screen and (max-width: 763px) { #ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #DxwHUW6tgHthx6MMqpwmM4nt0k055Zrk { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #euZHlhhm3dzVo9qhyc3IpPNeblmRuBDJ {  }
 }@media only screen and (max-width: 763px) { #ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #Rco0yT7qQTSTmWIAMoPf7KF1NblhqPcw {  }
 }@media only screen and (max-width: 763px) { #RDCdDWgwG5OfTRMl0X5A4PXU2s4Vva4e { top:0.3125rem;left:27.5rem;width:16.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5JD01nVqs6qzt0yNodobttgopE8vMus { display:block; }#e5JD01nVqs6qzt0yNodobttgopE8vMus > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQZ72ChlJDymry57Bbi523McrItmQkTP { top:0.5rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKnJzwElV4JkBPFvLPDkBDIW8dRdcobs { display:block; }#DKnJzwElV4JkBPFvLPDkBDIW8dRdcobs > .row .container { width:47.75rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKzbIlGF8bT8cOCeC3Al5UOLrGH1cKZX { width:46.75rem;height:12.1875rem;top:2rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcTorECmQAPdZK6HJFdZT0kS7mS8dWxJ { width:46.75rem;height:2.0625rem;top:15.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbSaKpdd8r3R1TCTTrZH3kwMDzvbd4FI { width:29.125rem;height:17.25rem;top:20.5625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckUAcTMlwfcRkdTqT1nme9LEqUQJagML { top:7.8125rem;left:33.1875rem;width:14.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1XynO9i5QbUn0tMhwZntifdiuHuWLnx { display:block; }#w1XynO9i5QbUn0tMhwZntifdiuHuWLnx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcQdpA7syTOZCR4Tk9ZcuMEhTVgJs1IU { top:0rem;left:0rem;width:37.5rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHgHWqHnBSSD6fuIkEKUDmhGqMMMaJuU { top:3.75rem;left:0rem;width:24.9375rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3tNE2FFT09pVfmU09KnMGoDogwpO9F3 { width:19.6875rem;height:9.375rem;top:0.5625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWM9I1RXKA2ucfGl1B7S7qxDtZLrSfOd { top:16.1875rem;left:10.25rem;width:37.5rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hop3apkHac8PCfJyosSSHx0hQgJqftWo { width:20.25rem;height:12.6875rem;top:0.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrL0mhyvTQGpwp9DH5I9uTBbdycPRTTG { top:3.75rem;left:0rem;width:24.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey8h921KW7AxGNxJmp63XZEPCaAUuH29 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ey8h921KW7AxGNxJmp63XZEPCaAUuH29 .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; }
#ey8h921KW7AxGNxJmp63XZEPCaAUuH29 .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; }
#ey8h921KW7AxGNxJmp63XZEPCaAUuH29 { display:flex;width:18rem;height:5.0625rem;top:24rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #UrD2FQoeXOOXqS7xQ6VAmmLumCBK7gSO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #ur25Pvt9RBALouTEpcwFfQm6vBTHlk2e {  }
 }@media only screen and (max-width: 763px) { #ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #XodAaiV97rCnB0JTLKHSVZsBUJ6VlkfX {  }
 }@media only screen and (max-width: 763px) { #ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #fG7lxfDl6ppHETfbmk3RbbprrzZRVak7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #DRewRovNZP6vpe3rr6TTWmS0VWdQmIdg {  }
 }@media only screen and (max-width: 763px) { #ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #c9AEXx5AzOk5gAiqhgE86vyc67F1LrWP {  }
 }@media only screen and (max-width: 763px) { #ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #mJcaS0FThncJDzITucKnsWSiFTh03GL2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #cVtSWPb3ZRoVlPDgkd5STnqqNbHMkFun {  }
 }@media only screen and (max-width: 763px) { #ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #DPLxQQZbUNJ8b4l0vXik5FAALsq219aq {  }
 }@media only screen and (max-width: 763px) { #ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #NdHhx2eka3k0oWV34TealM6ksyF312gV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #V1xyoVLGTk65NipWeUx7T7zSQCcXBMyy {  }
 }@media only screen and (max-width: 763px) { #ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #c06pBFPT2ypl0gLlTwKSowtkHbG01Zrt {  }
 }@media only screen and (max-width: 763px) { #f52aLcUJviQhdtlxBaNcUzfLaqPx7BRG { display:block; }#f52aLcUJviQhdtlxBaNcUzfLaqPx7BRG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkTLkuAG9eV8v0xXvxEJtTsN9VlkUv2z { top:0rem;left:0rem;width:37.5rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfMekJmTGHbgvswQxeCGlMki98NTpvVb { top:3.75rem;left:0rem;width:24.9375rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kreosz7OCkMSoSRq9GCaT9g7WCA9kkuG { top:16.1875rem;left:10.25rem;width:37.5rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT9yTi9IEqKmlTW7ubxvMMoZe19BtOW8 { width:20.25rem;height:12.6875rem;top:0.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #itSkwzmTi4dGMRCTHsMQ7Ha9Tg2zdEv7 { width:19.6875rem;height:9.375rem;top:0.5625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQKf6pmlLMZLiGVXu2I5LKtDTnPyOkLC { top:3.75rem;left:0rem;width:24.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2ZaHFLAChTV6TcVfHOdMEFW5HeqpdvZ { display:block; }#T2ZaHFLAChTV6TcVfHOdMEFW5HeqpdvZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgLPAVMPHRn8REwzys5l4MweZvIiC3gk { width:47.75rem;height:1.4375rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqnhLMJvcbORMdpV9lTooqqE4aeGQTf5 { width:47.75rem;height:3.0625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdUO4REnyTg0WOfvwTl5BnD00Utrf7sX { display:block; }#cdUO4REnyTg0WOfvwTl5BnD00Utrf7sX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POkHrnABdcrTCOUfGHZSe8nZ4hE7s3Lz { width:15.625rem;height:1.75rem;top:0rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsNbN9RJCXIONtSy8TbLxqfQhVUxWRc1 { width:15.625rem;height:6.875rem;top:2rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmvh4i0s1HhTsZ8D2OKNoLRnuovPBXdd { width:15.625rem;height:6.875rem;top:2rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeLPH3HFH8qw1tZmSgughzPsp6ccansM { width:15.625rem;height:1.75rem;top:0rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTVs3T8yrMwfkOHwZRATP7P4ScRidofE { top:0rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pebrzNRmkim7eqCDreVns6DP540BRXEl { top:0rem;left:25.5rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTUVkdEcIt0VrnEyBiLUlzoGz1aQxVxH { display:block; }#tTUVkdEcIt0VrnEyBiLUlzoGz1aQxVxH > .row .container { width:47.75rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6arCERqRZd6TtM89Bcph2A2UMwKr0Tq { width:15.625rem;height:1.75rem;top:0rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv9DQ3Pf5B36T7BXpBvHv1OeQfSNViJq { width:15.625rem;height:6.875rem;top:2rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN8RG7D0sASuRXRU0Us7DGEhz33HQXsk { width:15.625rem;height:6.875rem;top:2rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVsEgyITlD5X1SiWQEP9Veg2Q1DCQ88g { width:15.625rem;height:1.75rem;top:0rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHz9xId1SFKR74Aya8aaRxhoKZmdw6RP { top:0rem;left:25.5rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxckRfnaS4k904nR2xcAp09VGAqaAW5r { top:0rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnzrs3I99UnKdBflPmXLNeHzcy72L3uK { display:block; }#fnzrs3I99UnKdBflPmXLNeHzcy72L3uK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHSOXaNTfQFlLZTVTkvaOOLz1JucJHTm { width:47.75rem;height:1.4375rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPJLm3zioAkOO1a9yQ7viw8BvORX0XOT { width:5.1875rem;height:5.1875rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHpCda7f1AB2mMbga3ywRQigZWDSQIzV { width:14.375rem;height:9.9375rem;top:11.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaehmIc9JOSuagKLm433FwWwyPFi9evf { width:12.5rem;height:7.875rem;top:12.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn8Rg9WTuxBo3nQo70A1AQNZl2E25TlN { width:14.375rem;height:1.25rem;top:22.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRZP8swhMaNTcTD0O4UAh6Nvt8WHSJMm { width:14.375rem;height:1.25rem;top:23.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvUwhaVqsqfPs3NJ9VDQP7U3aFGBLBVT { width:6.25rem;height:6.25rem;top:11.1875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIFcsv7Z53znU28vV8yaJZnLIFO6lfO0 { width:14.375rem;height:9.9375rem;top:11.5rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZbSIa7VFxZuHhAOn90ypgsz3GqB3QZ8 { width:12.5rem;height:7.875rem;top:12.75rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXwv1CsJbgh1w6MU0UVO8XD8Tgr4Ipqx { width:14.375rem;height:1.25rem;top:22.375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIcU6hG8M7APN9ozqSlrLHBipL2PlCQi { width:14.375rem;height:1.25rem;top:23.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1WJrQwhXZSsEhhZilwwTsOgxcTSir1Q { width:47.75rem;height:3.0625rem;top:4.25rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOGcBNm5rdkIHSueG3BgxmLmbC6T7Nst { display:block; }#yOGcBNm5rdkIHSueG3BgxmLmbC6T7Nst > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qmy2B5w3Q7fEyQ8Fi6snVZ12z1TEJqUS { top:0rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtOt0zAWm2eskn95ViHGTReec4ETrgxZ { display:block; }#EtOt0zAWm2eskn95ViHGTReec4ETrgxZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGHsLkUd3lo1w8zD6tU8qJvTFKrL9Vle { top:6.4375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q02p8pcas4W5qxIgk1UBNvlpohcRrE6U { top:4.75rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTy24TuMHmFITKS8flSSghIi9gF89XqE { top:1.3125rem;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) { #fTZR3w2RmTlQ55D4dhv0Er6IXCxmpnLA { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#fTZR3w2RmTlQ55D4dhv0Er6IXCxmpnLA > .row .container { width:20rem;height:9.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mD1FekmUlP4xqM4wBugUN84OUM2y8hMm .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.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#mD1FekmUlP4xqM4wBugUN84OUM2y8hMm .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:1.5rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;color:#f5f5f5; }
#mD1FekmUlP4xqM4wBugUN84OUM2y8hMm .widget-text.counter-label { background-color:;background-image:none;color:#f5f5f5;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:0.5rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#mD1FekmUlP4xqM4wBugUN84OUM2y8hMm { top:3.46875rem;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:6.6875rem;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) { #mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #ZoQQMhUBwANzvwTqeLtq6eG8lRsXkZUT { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #sIPrm1UWnfZrt87UZOa6UMuaSQqUie1M {  }
 }@media only screen and (max-width: 763px) { #mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #TrhO10Fw6t7UMDipyVL2V6t0GCUoVEkC {  }
 }@media only screen and (max-width: 763px) { #mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #uxTEte90v02FgcLfma9gVJVEw6xzKUE7 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #PBDs1TT1x71RseuB0xZnB8SHeTzC4pvS {  }
 }@media only screen and (max-width: 763px) { #mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #Gt8rgGgW35G9x2Lrl1r6xDcZUOJ4OZls {  }
 }@media only screen and (max-width: 763px) { #mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #Q8TV0tbJVUBvxRKUqwkE3RQX2nrG3snL { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #o3TRqbRdGuynliRaihoN9OK95o3XF0DF {  }
 }@media only screen and (max-width: 763px) { #mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #lOuiRXxq7aXQIHgxw3uoJ2my8Hc6NrNA {  }
 }@media only screen and (max-width: 763px) { #mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #MVSxIemfvQ4pXcM81m8GGEmJL4l06XSh { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #ZVuBWlQ949sfoEU4xRKc3koOwwnf09Bh {  }
 }@media only screen and (max-width: 763px) { #mD1FekmUlP4xqM4wBugUN84OUM2y8hMm #s0UDfsk1Hu5oE1gtL2E2ACTgoTu2JPU8 {  }
 }@media only screen and (max-width: 763px) { #iAJ8kQT5AMTTP95nf5e7SbQq8RhpspVu { width:9.4375rem;height:1.3rem;top:0.6875rem;left:5.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL .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.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:2rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;color:#f5f5f5; }
#ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL .widget-text.counter-label { background-color:;background-image:none;color:#f5f5f5;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:0.625rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL { top:1.9375rem;left:1.25rem;z-index:100005;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:17.5rem;height:5rem;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:block; }
 }@media only screen and (max-width: 763px) { #ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #afL0s6uERGDTf96IRf5akzrCxiaVyD3i { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #bLb6FLA3xODXEpuQFhlsrrFmtRuVz6l2 {  }
 }@media only screen and (max-width: 763px) { #ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #ZXWhSerLXbKvZIQKqkV9XfzKPF5eFArs {  }
 }@media only screen and (max-width: 763px) { #ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #C8R3uH4tWCqroSfG94i0G9rrnH4xTbKL { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #TK7PlCkSWnT3UBLi0hl223Qv6XxoxUJi {  }
 }@media only screen and (max-width: 763px) { #ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #W522TPdobhHUGo19TRUfTEcuAX2MxLuT {  }
 }@media only screen and (max-width: 763px) { #ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #xHgmL9ScIP48WT8HP8BBMxpB6gdMZ3LW { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #D5x3urRIwdlTavCB214iqfWqmN8Ud4eJ {  }
 }@media only screen and (max-width: 763px) { #ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #uid3vzZgRT4DCwxftpcfL6lDDIhbN1KG {  }
 }@media only screen and (max-width: 763px) { #ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #DxwHUW6tgHthx6MMqpwmM4nt0k055Zrk { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #euZHlhhm3dzVo9qhyc3IpPNeblmRuBDJ {  }
 }@media only screen and (max-width: 763px) { #ab6upvQJBozTwXUlZSK4t9TAmdtPbzrL #Rco0yT7qQTSTmWIAMoPf7KF1NblhqPcw {  }
 }@media only screen and (max-width: 763px) { #RDCdDWgwG5OfTRMl0X5A4PXU2s4Vva4e { width:16.6875rem;height:3.125rem;top:6.125rem;left:1.6562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5JD01nVqs6qzt0yNodobttgopE8vMus { position:relative;z-index:auto;display:block; }#e5JD01nVqs6qzt0yNodobttgopE8vMus > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQZ72ChlJDymry57Bbi523McrItmQkTP { width:20rem;height:7.3125rem;top:0.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DKnJzwElV4JkBPFvLPDkBDIW8dRdcobs { display:block; }#DKnJzwElV4JkBPFvLPDkBDIW8dRdcobs > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKzbIlGF8bT8cOCeC3Al5UOLrGH1cKZX { width:18.8125rem;height:11rem;top:3rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcTorECmQAPdZK6HJFdZT0kS7mS8dWxJ { width:19.0625rem;height:4.0625rem;top:15.6875rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sbSaKpdd8r3R1TCTTrZH3kwMDzvbd4FI { width:20rem;height:11.875rem;top:47.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckUAcTMlwfcRkdTqT1nme9LEqUQJagML { width:14.5625rem;height:14.5625rem;top:32.25rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1XynO9i5QbUn0tMhwZntifdiuHuWLnx { display:block; }#w1XynO9i5QbUn0tMhwZntifdiuHuWLnx > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcQdpA7syTOZCR4Tk9ZcuMEhTVgJs1IU { width:20rem;height:14.447674418604rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHgHWqHnBSSD6fuIkEKUDmhGqMMMaJuU { width:13.25rem;height:8.25rem;top:2rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3tNE2FFT09pVfmU09KnMGoDogwpO9F3 { width:20rem;height:6.46875rem;top:14.44765663147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWM9I1RXKA2ucfGl1B7S7qxDtZLrSfOd { width:20rem;height:4.4rem;top:28.04062461853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hop3apkHac8PCfJyosSSHx0hQgJqftWo { width:12.625rem;height:7.0625rem;top:2.65625rem;left:3.6874998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #xrL0mhyvTQGpwp9DH5I9uTBbdycPRTTG { width:13.25rem;height:8rem;top:2rem;left:3.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey8h921KW7AxGNxJmp63XZEPCaAUuH29 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ey8h921KW7AxGNxJmp63XZEPCaAUuH29 .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; }
#ey8h921KW7AxGNxJmp63XZEPCaAUuH29 .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; }
#ey8h921KW7AxGNxJmp63XZEPCaAUuH29 { display:flex;width:18rem;height:5.0625rem;top:21.456248283386rem;left:0.36093747615814rem; }
 }@media only screen and (max-width: 763px) { #ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #UrD2FQoeXOOXqS7xQ6VAmmLumCBK7gSO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #ur25Pvt9RBALouTEpcwFfQm6vBTHlk2e {  }
 }@media only screen and (max-width: 763px) { #ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #XodAaiV97rCnB0JTLKHSVZsBUJ6VlkfX {  }
 }@media only screen and (max-width: 763px) { #ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #fG7lxfDl6ppHETfbmk3RbbprrzZRVak7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #DRewRovNZP6vpe3rr6TTWmS0VWdQmIdg {  }
 }@media only screen and (max-width: 763px) { #ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #c9AEXx5AzOk5gAiqhgE86vyc67F1LrWP {  }
 }@media only screen and (max-width: 763px) { #ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #mJcaS0FThncJDzITucKnsWSiFTh03GL2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #cVtSWPb3ZRoVlPDgkd5STnqqNbHMkFun {  }
 }@media only screen and (max-width: 763px) { #ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #DPLxQQZbUNJ8b4l0vXik5FAALsq219aq {  }
 }@media only screen and (max-width: 763px) { #ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #NdHhx2eka3k0oWV34TealM6ksyF312gV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #V1xyoVLGTk65NipWeUx7T7zSQCcXBMyy {  }
 }@media only screen and (max-width: 763px) { #ey8h921KW7AxGNxJmp63XZEPCaAUuH29 #c06pBFPT2ypl0gLlTwKSowtkHbG01Zrt {  }
 }@media only screen and (max-width: 763px) { #f52aLcUJviQhdtlxBaNcUzfLaqPx7BRG { display:none; }#f52aLcUJviQhdtlxBaNcUzfLaqPx7BRG > .row .container { width:20rem;height:28.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FkTLkuAG9eV8v0xXvxEJtTsN9VlkUv2z { width:20rem;height:14.447674418604rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfMekJmTGHbgvswQxeCGlMki98NTpvVb { width:13.25rem;height:8.25rem;top:2rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kreosz7OCkMSoSRq9GCaT9g7WCA9kkuG { width:20rem;height:4.4rem;top:22.10312461853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT9yTi9IEqKmlTW7ubxvMMoZe19BtOW8 { width:12.625rem;height:7.0625rem;top:2.65625rem;left:3.6874998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #itSkwzmTi4dGMRCTHsMQ7Ha9Tg2zdEv7 { width:20rem;height:6.46875rem;top:14.44765663147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQKf6pmlLMZLiGVXu2I5LKtDTnPyOkLC { width:13.25rem;height:8rem;top:2rem;left:3.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2ZaHFLAChTV6TcVfHOdMEFW5HeqpdvZ { display:block; }#T2ZaHFLAChTV6TcVfHOdMEFW5HeqpdvZ > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgLPAVMPHRn8REwzys5l4MweZvIiC3gk { width:20rem;height:1.3rem;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqnhLMJvcbORMdpV9lTooqqE4aeGQTf5 { width:20rem;height:2.6rem;top:2rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdUO4REnyTg0WOfvwTl5BnD00Utrf7sX { display:block; }#cdUO4REnyTg0WOfvwTl5BnD00Utrf7sX > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POkHrnABdcrTCOUfGHZSe8nZ4hE7s3Lz { width:19.6875rem;height:1.7875rem;top:8.0625rem;left:0.15625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QsNbN9RJCXIONtSy8TbLxqfQhVUxWRc1 { width:19.375rem;height:4.2rem;top:10.9375rem;left:0.3125rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xmvh4i0s1HhTsZ8D2OKNoLRnuovPBXdd { width:19.375rem;height:5.6rem;top:27rem;left:0.3125rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TeLPH3HFH8qw1tZmSgughzPsp6ccansM { width:19.6875rem;height:1.7875rem;top:24rem;left:0.15625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTVs3T8yrMwfkOHwZRATP7P4ScRidofE { width:5.625rem;height:5.625rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pebrzNRmkim7eqCDreVns6DP540BRXEl { width:5.625rem;height:5.625rem;top:17.0625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTUVkdEcIt0VrnEyBiLUlzoGz1aQxVxH { display:block; }#tTUVkdEcIt0VrnEyBiLUlzoGz1aQxVxH > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6arCERqRZd6TtM89Bcph2A2UMwKr0Tq { width:19.6875rem;height:1.7875rem;top:7.5625rem;left:0.15625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gv9DQ3Pf5B36T7BXpBvHv1OeQfSNViJq { width:19.375rem;height:5.6rem;top:10.4375rem;left:0.3125rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #KN8RG7D0sASuRXRU0Us7DGEhz33HQXsk { width:19.375rem;height:5.6rem;top:28.0625rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVsEgyITlD5X1SiWQEP9Veg2Q1DCQ88g { width:19.6875rem;height:1.7875rem;top:25.0625rem;left:0.15625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aHz9xId1SFKR74Aya8aaRxhoKZmdw6RP { width:5.625rem;height:5.625rem;top:18.25rem;left:7.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JxckRfnaS4k904nR2xcAp09VGAqaAW5r { width:5.625rem;height:5.625rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnzrs3I99UnKdBflPmXLNeHzcy72L3uK { display:block; }#fnzrs3I99UnKdBflPmXLNeHzcy72L3uK > .row .container { width:20rem;height:80.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHSOXaNTfQFlLZTVTkvaOOLz1JucJHTm { width:20rem;height:1.3rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPJLm3zioAkOO1a9yQ7viw8BvORX0XOT { width:7.5rem;height:7.5rem;top:10.499999880791rem;left:5.9374998807907rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #UHpCda7f1AB2mMbga3ywRQigZWDSQIzV { width:17.5rem;height:18.625rem;top:14.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaehmIc9JOSuagKLm433FwWwyPFi9evf { width:15.0625rem;height:13.125rem;top:19.250000953674rem;left:2.4687501192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn8Rg9WTuxBo3nQo70A1AQNZl2E25TlN { width:17.5rem;height:1.3rem;top:34.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRZP8swhMaNTcTD0O4UAh6Nvt8WHSJMm { width:17.5rem;height:3.9rem;top:35.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvUwhaVqsqfPs3NJ9VDQP7U3aFGBLBVT { width:7.5rem;height:7.4375rem;top:41.875rem;left:5.875rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #EIFcsv7Z53znU28vV8yaJZnLIFO6lfO0 { width:17.5rem;height:25.5rem;top:45.875rem;left:1.25rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #NZbSIa7VFxZuHhAOn90ypgsz3GqB3QZ8 { width:15.0625rem;height:19.6875rem;top:50.9375rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXwv1CsJbgh1w6MU0UVO8XD8Tgr4Ipqx { width:17.5rem;height:1.3rem;top:72.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIcU6hG8M7APN9ozqSlrLHBipL2PlCQi { width:17.5rem;height:3.9rem;top:74rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1WJrQwhXZSsEhhZilwwTsOgxcTSir1Q { width:20rem;height:5.2rem;top:1.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOGcBNm5rdkIHSueG3BgxmLmbC6T7Nst { position:relative;z-index:auto;display:block; }#yOGcBNm5rdkIHSueG3BgxmLmbC6T7Nst > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qmy2B5w3Q7fEyQ8Fi6snVZ12z1TEJqUS { width:20rem;height:3.475rem;top:1.0625133514404rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EtOt0zAWm2eskn95ViHGTReec4ETrgxZ { position:relative;z-index:auto;display:none; }#EtOt0zAWm2eskn95ViHGTReec4ETrgxZ > .row .container { width:20rem;height:12.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bGHsLkUd3lo1w8zD6tU8qJvTFKrL9Vle { width:20rem;height:3.3rem;top:8.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q02p8pcas4W5qxIgk1UBNvlpohcRrE6U { width:20rem;height:2.2rem;top:4.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTy24TuMHmFITKS8flSSghIi9gF89XqE { width:20rem;height:2.2rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }