.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClIqEU7WRwmrwnsyw3k8cpzWHFC7Nv5Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(50,50,50,0.95);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ClIqEU7WRwmrwnsyw3k8cpzWHFC7Nv5Q > .row .container { background-color: transparent; background-image: none; }#ClIqEU7WRwmrwnsyw3k8cpzWHFC7Nv5Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClIqEU7WRwmrwnsyw3k8cpzWHFC7Nv5Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClIqEU7WRwmrwnsyw3k8cpzWHFC7Nv5Q > .row .container > .video-iframe-container { display: none; }#ClIqEU7WRwmrwnsyw3k8cpzWHFC7Nv5Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClIqEU7WRwmrwnsyw3k8cpzWHFC7Nv5Q > .row > .video-iframe-container { display: none; }#ClIqEU7WRwmrwnsyw3k8cpzWHFC7Nv5Q > .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); }#ClIqEU7WRwmrwnsyw3k8cpzWHFC7Nv5Q > .row .container { border-width: 0; border-radius: 0; }#ClIqEU7WRwmrwnsyw3k8cpzWHFC7Nv5Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ClIqEU7WRwmrwnsyw3k8cpzWHFC7Nv5Q > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#ekW1En86wXobi6B6FlrTBMrpmSvWXKHX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:;width:12.5rem;top:0.4375rem;left:0rem;overflow:hidden;display:block; }
#RyqnXLVRtSonIEtzftElodU1ErgQAp91 { color:#ffffff;display:block;width:6.3125rem;position:absolute;font-family:"avenir next lt pro";font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.25rem;left:44.060546875rem;height:1.3rem;font-style:normal;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/MgOVSniX/Esri_Vlieland_2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#LFt0SHbbG22mVIXxrJGTesZPi62nBV8T { background-color:#007ac2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"avenir next lt pro";font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:2.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:21.125rem;left:40.9375rem;display:none; }
#RRDfrXzg1cPU0rWhXruv5G6GT0K9QKvp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS .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.308125rem;margin-bottom:0;margin-left:0.308125rem;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; }
#Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#4c4c4c;padding-top:0.45625rem;padding-right:0.076875rem;padding-bottom:0;padding-left:0.076875rem;display:block;width:3.314375rem;height:2.20625rem;position:relative;font-family:"avenir next lt pro";font-size:2.054375rem;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; }
#Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.076875rem;padding-bottom:0.304375rem;padding-left:0.076875rem;display:block;width:3.16rem;height:0.570625rem;position:relative;font-family:"avenir next lt pro";font-size:0.625rem;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; }
#Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS { 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;box-shadow: none;display:block;width:16.5625rem;height:4.375rem;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;top:15.375rem;left:40.8125rem;z-index:15008;display:none; }
#Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #tXE9daCPT2nk1i1l095LmROs7FEtkDIO { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #aCIUbxOCvsx1cESmqTsxT3a8IOt2TqMa { display:block; }
#Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #ByTxbW6WVDCp2RAVRRfo2wCmLH9gTiat { display:block; }
#Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #vxAHfg8naIBDEBRXUmTTmde8VeJxbRTB { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #T8sRdXPxDG7wfIpU6QK7iP6rQOVhOHK1 { display:block; }
#Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #nO5dxoNZ1X490bQgwSkbmE4BS45Fv3uX { display:block; }
#Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #wmfEeNOLMlgtGDCcMflSK63T2SLB0TSg { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #DORgdD1Upaa6TqRPAqUGfuzqVBqekTXk { display:block; }
#Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #TKQT1zd9Tw14aaQUwACzHPFhiI2Gn4B9 { display:block; }
#Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #sgXH6HhcbDI2TTmhzwV4lvPnIt2SlkSx { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #uuubFaXGTmbn3iDmLvLKP1ggnsnQ00LZ { display:block; }
#Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #ih2uI9xRbNGVDNmpR1wlN0ToxmEIneJs { display:block; }
#Qoul2okvl31VXC1E6aOavCBJ5ANckHwC { color:#4c4c4c;display:block;width:17.875rem;position:absolute;font-family:"avenir next lt pro";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.75rem;left:39.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RrEIpedRJR4OuF8Ln23x81dziUs0tDDK { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:22.625rem;top:10.0625rem;left:37.375rem;display:none; }
#nQ6NEKEbuFTsU2qcglfGT2cBdzOWlp1g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nQ6NEKEbuFTsU2qcglfGT2cBdzOWlp1g > .row .container { background-color: transparent; background-image: none; }#nQ6NEKEbuFTsU2qcglfGT2cBdzOWlp1g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQ6NEKEbuFTsU2qcglfGT2cBdzOWlp1g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQ6NEKEbuFTsU2qcglfGT2cBdzOWlp1g > .row .container > .video-iframe-container { display: none; }#nQ6NEKEbuFTsU2qcglfGT2cBdzOWlp1g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQ6NEKEbuFTsU2qcglfGT2cBdzOWlp1g > .row > .video-iframe-container { display: none; }#nQ6NEKEbuFTsU2qcglfGT2cBdzOWlp1g > .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); }#nQ6NEKEbuFTsU2qcglfGT2cBdzOWlp1g > .row .container { border-width: 0; border-radius: 0; }#nQ6NEKEbuFTsU2qcglfGT2cBdzOWlp1g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQ6NEKEbuFTsU2qcglfGT2cBdzOWlp1g > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#sqSIhF1X8XVINlyK6yesRLk4fsOHlSvg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sqSIhF1X8XVINlyK6yesRLk4fsOHlSvg > .row .container { background-color: transparent; background-image: none; }#sqSIhF1X8XVINlyK6yesRLk4fsOHlSvg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqSIhF1X8XVINlyK6yesRLk4fsOHlSvg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqSIhF1X8XVINlyK6yesRLk4fsOHlSvg > .row .container > .video-iframe-container { display: none; }#sqSIhF1X8XVINlyK6yesRLk4fsOHlSvg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqSIhF1X8XVINlyK6yesRLk4fsOHlSvg > .row > .video-iframe-container { display: none; }#sqSIhF1X8XVINlyK6yesRLk4fsOHlSvg > .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); }#sqSIhF1X8XVINlyK6yesRLk4fsOHlSvg > .row .container { border-width: 0; border-radius: 0; }#sqSIhF1X8XVINlyK6yesRLk4fsOHlSvg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sqSIhF1X8XVINlyK6yesRLk4fsOHlSvg > .row .container { font-size:0.875rem;font-family:arial;height:70.25rem;width:60rem;position:relative;display:block; }#eJHbu1l9diL3RxfoS1EsavX6IVGrD0Ia { position:absolute;display:block;z-index:15000;height:50.125rem;width:60rem;top:-4.0947265625rem;left:0rem;display:block; }
#b1fBlCXrqaUhFfExI20B1fRIRv2Wle3v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4c4c4c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b1fBlCXrqaUhFfExI20B1fRIRv2Wle3v > .row .container { background-color: transparent; background-image: none; }#b1fBlCXrqaUhFfExI20B1fRIRv2Wle3v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1fBlCXrqaUhFfExI20B1fRIRv2Wle3v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1fBlCXrqaUhFfExI20B1fRIRv2Wle3v > .row .container > .video-iframe-container { display: none; }#b1fBlCXrqaUhFfExI20B1fRIRv2Wle3v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1fBlCXrqaUhFfExI20B1fRIRv2Wle3v > .row > .video-iframe-container { display: none; }#b1fBlCXrqaUhFfExI20B1fRIRv2Wle3v > .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); }#b1fBlCXrqaUhFfExI20B1fRIRv2Wle3v > .row .container { border-width: 0; border-radius: 0; }#b1fBlCXrqaUhFfExI20B1fRIRv2Wle3v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b1fBlCXrqaUhFfExI20B1fRIRv2Wle3v > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:60rem;position:relative;display:block; }#T0Mfaxdnwd7O1D6WRbx9Bhr0BX7rpuIk { position:absolute;display:block;z-index:15005;background-color:#4c4c4c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:7.1875rem;width:12.5rem;top:10.8125rem;left:15.4375rem;display:block; }
#TI1GzdSB6gzGXu2Rq24xtfNnlP1OcqiI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.625rem;left:15.5625rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#lmKKcQq7vxUCpFCczh6qJ10Ae5p4KQMo { position:absolute;display:block;z-index:15006;background-color:#4c4c4c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:7.1875rem;width:12.5rem;top:10.8125rem;left:31.9375rem;display:block; }
#enEccqnm7CuuUN7Ia4fmVJfoGcnTc6or { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.625rem;left:32.0625rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#JZLf4EFVBmqEwPnamT4lkkJDDev1k46V { color:#ffffff;display:block;width:36.625rem;position:absolute;font-family:"avenir next lt pro";font-size:1.8125rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:5.6875rem;left:11.6875rem;height:1.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lKPCTTO2XPkF8AXvKFISABuWRax18LTL { color:#ffffff;display:block;width:36.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.625rem;left:11.6875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UWmzvNVCpxizoCoeWRekweHbPnVvMMJF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UWmzvNVCpxizoCoeWRekweHbPnVvMMJF > .row .container { background-color: transparent; background-image: none; }#UWmzvNVCpxizoCoeWRekweHbPnVvMMJF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWmzvNVCpxizoCoeWRekweHbPnVvMMJF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWmzvNVCpxizoCoeWRekweHbPnVvMMJF > .row .container > .video-iframe-container { display: none; }#UWmzvNVCpxizoCoeWRekweHbPnVvMMJF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWmzvNVCpxizoCoeWRekweHbPnVvMMJF > .row > .video-iframe-container { display: none; }#UWmzvNVCpxizoCoeWRekweHbPnVvMMJF > .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); }#UWmzvNVCpxizoCoeWRekweHbPnVvMMJF > .row .container { border-width: 0; border-radius: 0; }#UWmzvNVCpxizoCoeWRekweHbPnVvMMJF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UWmzvNVCpxizoCoeWRekweHbPnVvMMJF > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#NboUrTcP47tCTVaxcJxHkz4rm0RfEMCV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NboUrTcP47tCTVaxcJxHkz4rm0RfEMCV > .row .container { background-color: transparent; background-image: none; }#NboUrTcP47tCTVaxcJxHkz4rm0RfEMCV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NboUrTcP47tCTVaxcJxHkz4rm0RfEMCV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NboUrTcP47tCTVaxcJxHkz4rm0RfEMCV > .row .container > .video-iframe-container { display: none; }#NboUrTcP47tCTVaxcJxHkz4rm0RfEMCV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NboUrTcP47tCTVaxcJxHkz4rm0RfEMCV > .row > .video-iframe-container { display: none; }#NboUrTcP47tCTVaxcJxHkz4rm0RfEMCV > .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); }#NboUrTcP47tCTVaxcJxHkz4rm0RfEMCV > .row .container { border-width: 0; border-radius: 0; }#NboUrTcP47tCTVaxcJxHkz4rm0RfEMCV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NboUrTcP47tCTVaxcJxHkz4rm0RfEMCV > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:60rem;position:relative;display:block; }#T5QMywy274rtfKWnWTLLe8ZBI7rdsFBc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:2.4375rem;left:0.03125rem;overflow:hidden;display:block; }
#AZsn32vhXm7kUX5sQ4TbOdUmIOciSsmQ { color:#4c4c4c;display:block;width:5.3125rem;position:absolute;font-family:"avenir next lt pro";font-size:1rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:6rem;left:35.84375rem;height:1.5rem;font-style:normal;display:block; }
#TnzV8dTiw7bnDd6nba8ZNPK6Htq6goMk { color:#4c4c4c;display:block;width:6.4375rem;position:absolute;font-family:"avenir next lt pro";font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:6rem;left:43.65625rem;height:1.5rem;font-style:normal;display:block; }
#qif14NxUgsh2Z7PAyLEV9ZPMupWBxCwM { color:#4c4c4c;display:block;width:6.4375rem;position:absolute;font-family:"avenir next lt pro";font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:6rem;left:53.5625rem;height:1.5rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ClIqEU7WRwmrwnsyw3k8cpzWHFC7Nv5Q { display:block; }#ClIqEU7WRwmrwnsyw3k8cpzWHFC7Nv5Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekW1En86wXobi6B6FlrTBMrpmSvWXKHX { top:0.4375rem;left:0rem;width:12.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyqnXLVRtSonIEtzftElodU1ErgQAp91 { top:1.25rem;left:37.935546875rem;width:6.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFt0SHbbG22mVIXxrJGTesZPi62nBV8T { width:16.3125rem;height:2.875rem;top:21.125rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRDfrXzg1cPU0rWhXruv5G6GT0K9QKvp { display:block; }
 }@media only screen and (max-width: 763px) { #Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS .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.308125rem;margin-bottom:0;margin-left:0.308125rem;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; }
#Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS .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.45625rem;padding-right:0.076875rem;padding-bottom:0;padding-left:0.076875rem;display:block;width:3.314375rem;height:2.20625rem;position:relative;font-family:"open sans";font-size:2.054375rem;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; }
#Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.076875rem;padding-bottom:0.304375rem;padding-left:0.076875rem;display:block;width:3.16rem;height:0.570625rem;position:relative;font-family:"open sans";font-size:0.45625rem;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; }
#Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS { width:16.5625rem;height:4.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;top:15.375rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #tXE9daCPT2nk1i1l095LmROs7FEtkDIO { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #aCIUbxOCvsx1cESmqTsxT3a8IOt2TqMa {  }
 }@media only screen and (max-width: 763px) { #Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #ByTxbW6WVDCp2RAVRRfo2wCmLH9gTiat {  }
 }@media only screen and (max-width: 763px) { #Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #vxAHfg8naIBDEBRXUmTTmde8VeJxbRTB { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #T8sRdXPxDG7wfIpU6QK7iP6rQOVhOHK1 {  }
 }@media only screen and (max-width: 763px) { #Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #nO5dxoNZ1X490bQgwSkbmE4BS45Fv3uX {  }
 }@media only screen and (max-width: 763px) { #Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #wmfEeNOLMlgtGDCcMflSK63T2SLB0TSg { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #DORgdD1Upaa6TqRPAqUGfuzqVBqekTXk {  }
 }@media only screen and (max-width: 763px) { #Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #TKQT1zd9Tw14aaQUwACzHPFhiI2Gn4B9 {  }
 }@media only screen and (max-width: 763px) { #Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #sgXH6HhcbDI2TTmhzwV4lvPnIt2SlkSx { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #uuubFaXGTmbn3iDmLvLKP1ggnsnQ00LZ {  }
 }@media only screen and (max-width: 763px) { #Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #ih2uI9xRbNGVDNmpR1wlN0ToxmEIneJs {  }
 }@media only screen and (max-width: 763px) { #Qoul2okvl31VXC1E6aOavCBJ5ANckHwC { top:11.75rem;left:29.875rem;width:17.875rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrEIpedRJR4OuF8Ln23x81dziUs0tDDK { top:10.0625rem;left:25.125rem;width:22.625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ6NEKEbuFTsU2qcglfGT2cBdzOWlp1g { display:block; }#nQ6NEKEbuFTsU2qcglfGT2cBdzOWlp1g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqSIhF1X8XVINlyK6yesRLk4fsOHlSvg { display:block; }#sqSIhF1X8XVINlyK6yesRLk4fsOHlSvg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJHbu1l9diL3RxfoS1EsavX6IVGrD0Ia { top:-4.0625rem;left:0rem;width:47.75rem;height:50.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1fBlCXrqaUhFfExI20B1fRIRv2Wle3v { display:block; }#b1fBlCXrqaUhFfExI20B1fRIRv2Wle3v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0Mfaxdnwd7O1D6WRbx9Bhr0BX7rpuIk { top:10.8125rem;left:9.3125rem;width:12.5rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI1GzdSB6gzGXu2Rq24xtfNnlP1OcqiI { top:12.625rem;left:9.4375rem;width:12.5rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmKKcQq7vxUCpFCczh6qJ10Ae5p4KQMo { top:10.8125rem;left:25.8125rem;width:12.5rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enEccqnm7CuuUN7Ia4fmVJfoGcnTc6or { top:12.625rem;left:25.9375rem;width:12.5rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZLf4EFVBmqEwPnamT4lkkJDDev1k46V { top:5.6875rem;left:5.5625rem;width:36.625rem;height:1.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKPCTTO2XPkF8AXvKFISABuWRax18LTL { top:2.625rem;left:5.5625rem;width:36.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWmzvNVCpxizoCoeWRekweHbPnVvMMJF { display:block; }#UWmzvNVCpxizoCoeWRekweHbPnVvMMJF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NboUrTcP47tCTVaxcJxHkz4rm0RfEMCV { display:block; }#NboUrTcP47tCTVaxcJxHkz4rm0RfEMCV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5QMywy274rtfKWnWTLLe8ZBI7rdsFBc { top:2.4375rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZsn32vhXm7kUX5sQ4TbOdUmIOciSsmQ { top:6rem;left:29.71875rem;width:5.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnzV8dTiw7bnDd6nba8ZNPK6Htq6goMk { top:6rem;left:37.53125rem;width:6.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qif14NxUgsh2Z7PAyLEV9ZPMupWBxCwM { top:6rem;left:41.3125rem;width:6.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ClIqEU7WRwmrwnsyw3k8cpzWHFC7Nv5Q { position:relative;z-index:auto;display:block; }#ClIqEU7WRwmrwnsyw3k8cpzWHFC7Nv5Q > .row .container { width:20rem;height:20.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekW1En86wXobi6B6FlrTBMrpmSvWXKHX { width:12.5rem;height:3.125rem;top:2.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyqnXLVRtSonIEtzftElodU1ErgQAp91 { width:3.625rem;height:1.25rem;top:6.8125rem;left:8.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFt0SHbbG22mVIXxrJGTesZPi62nBV8T { width:16.3125rem;height:2.875rem;top:25.875rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RRDfrXzg1cPU0rWhXruv5G6GT0K9QKvp { display:block; }
 }@media only screen and (max-width: 763px) { #Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS .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; }
#Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS .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:2.6875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:3.625rem;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; }
#Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS { 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;box-shadow: none;display:block;width:18.4375rem;height:4.875rem;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;top:18.75rem;left:0.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #tXE9daCPT2nk1i1l095LmROs7FEtkDIO { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #aCIUbxOCvsx1cESmqTsxT3a8IOt2TqMa {  }
 }@media only screen and (max-width: 763px) { #Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #ByTxbW6WVDCp2RAVRRfo2wCmLH9gTiat {  }
 }@media only screen and (max-width: 763px) { #Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #vxAHfg8naIBDEBRXUmTTmde8VeJxbRTB { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #T8sRdXPxDG7wfIpU6QK7iP6rQOVhOHK1 {  }
 }@media only screen and (max-width: 763px) { #Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #nO5dxoNZ1X490bQgwSkbmE4BS45Fv3uX {  }
 }@media only screen and (max-width: 763px) { #Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #wmfEeNOLMlgtGDCcMflSK63T2SLB0TSg { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #DORgdD1Upaa6TqRPAqUGfuzqVBqekTXk {  }
 }@media only screen and (max-width: 763px) { #Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #TKQT1zd9Tw14aaQUwACzHPFhiI2Gn4B9 {  }
 }@media only screen and (max-width: 763px) { #Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #sgXH6HhcbDI2TTmhzwV4lvPnIt2SlkSx { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #uuubFaXGTmbn3iDmLvLKP1ggnsnQ00LZ {  }
 }@media only screen and (max-width: 763px) { #Tkn4B8OHd7cmF54rTST4QGuyrbXFbvaS #ih2uI9xRbNGVDNmpR1wlN0ToxmEIneJs {  }
 }@media only screen and (max-width: 763px) { #Qoul2okvl31VXC1E6aOavCBJ5ANckHwC { width:17.875rem;height:0;top:16.875rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RrEIpedRJR4OuF8Ln23x81dziUs0tDDK { width:20rem;height:15.25rem;top:15.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQ6NEKEbuFTsU2qcglfGT2cBdzOWlp1g { display:block; }#nQ6NEKEbuFTsU2qcglfGT2cBdzOWlp1g > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqSIhF1X8XVINlyK6yesRLk4fsOHlSvg { display:block; }#sqSIhF1X8XVINlyK6yesRLk4fsOHlSvg > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJHbu1l9diL3RxfoS1EsavX6IVGrD0Ia { width:20rem;height:66.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1fBlCXrqaUhFfExI20B1fRIRv2Wle3v { display:block; }#b1fBlCXrqaUhFfExI20B1fRIRv2Wle3v > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0Mfaxdnwd7O1D6WRbx9Bhr0BX7rpuIk { width:12.5rem;height:7.1875rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI1GzdSB6gzGXu2Rq24xtfNnlP1OcqiI { width:12.5rem;height:3.75rem;top:3.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmKKcQq7vxUCpFCczh6qJ10Ae5p4KQMo { width:12.5rem;height:7.1875rem;top:9.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enEccqnm7CuuUN7Ia4fmVJfoGcnTc6or { width:12.5rem;height:3.75rem;top:11.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZLf4EFVBmqEwPnamT4lkkJDDev1k46V { width:20rem;height:0;top:21.0869125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lKPCTTO2XPkF8AXvKFISABuWRax18LTL { width:20rem;height:0;top:18.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UWmzvNVCpxizoCoeWRekweHbPnVvMMJF { display:block; }#UWmzvNVCpxizoCoeWRekweHbPnVvMMJF > .row .container { width:20rem;height:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NboUrTcP47tCTVaxcJxHkz4rm0RfEMCV { display:block; }#NboUrTcP47tCTVaxcJxHkz4rm0RfEMCV > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5QMywy274rtfKWnWTLLe8ZBI7rdsFBc { width:5rem;height:5rem;top:1.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZsn32vhXm7kUX5sQ4TbOdUmIOciSsmQ { width:5.3125rem;height:1.5rem;top:7.5rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnzV8dTiw7bnDd6nba8ZNPK6Htq6goMk { width:6.4375rem;height:1.5rem;top:10.25rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qif14NxUgsh2Z7PAyLEV9ZPMupWBxCwM { width:6.4375rem;height:1.5rem;top:13rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }