.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 .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);
}
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-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;
  }
}
@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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rMCoh69HuaNBzQUhT518DDoqTK9KCoWa { position:relative;display:block; }#rMCoh69HuaNBzQUhT518DDoqTK9KCoWa { background-color: transparent; background-image: none; }#rMCoh69HuaNBzQUhT518DDoqTK9KCoWa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rMCoh69HuaNBzQUhT518DDoqTK9KCoWa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rMCoh69HuaNBzQUhT518DDoqTK9KCoWa > .row .container > .video-iframe-container { display: none; }#rMCoh69HuaNBzQUhT518DDoqTK9KCoWa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rMCoh69HuaNBzQUhT518DDoqTK9KCoWa > .row > .video-iframe-container { display: none; }#rMCoh69HuaNBzQUhT518DDoqTK9KCoWa > .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); }#rMCoh69HuaNBzQUhT518DDoqTK9KCoWa { border-width: 0; border-radius: 0; }#rMCoh69HuaNBzQUhT518DDoqTK9KCoWa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:113px;width:1200px;position:relative;display:block; }#NWHDkaskEJorkQOT5wl9UAdExZkSHIWX { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52px;width:170px;top:30.5px;left:515px;overflow:hidden;display:block; }
#PtW72EBNXLKE1x4Bo6o5QLcJNomvssIq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0091ff;background-image:none;position:relative;display:block; }#PtW72EBNXLKE1x4Bo6o5QLcJNomvssIq > .row .container { background-color: transparent; background-image: none; }#PtW72EBNXLKE1x4Bo6o5QLcJNomvssIq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PtW72EBNXLKE1x4Bo6o5QLcJNomvssIq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PtW72EBNXLKE1x4Bo6o5QLcJNomvssIq > .row .container > .video-iframe-container { display: none; }#PtW72EBNXLKE1x4Bo6o5QLcJNomvssIq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PtW72EBNXLKE1x4Bo6o5QLcJNomvssIq > .row > .video-iframe-container { display: none; }#PtW72EBNXLKE1x4Bo6o5QLcJNomvssIq > .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); }#PtW72EBNXLKE1x4Bo6o5QLcJNomvssIq > .row .container { border-width: 0; border-radius: 0; }#PtW72EBNXLKE1x4Bo6o5QLcJNomvssIq > .row .container { font-size:14px;font-family:arial;height:28px;width:1200px;position:relative;display:block; }#sTTMXdOT5uNlUNgy3fz67JaFyBIkCQK0 { color:#000000;display:block;width:100px;position:absolute;font-family:"open sans";font-size:21px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:0px;left:61.5px;height:26.6667px;text-align:center;text-align-last:center;display:block; }
#qn5vOZhqRa9HG99FiaaUOT1Wwf3ovGAe { color:#000000;display:block;width:187px;position:absolute;font-family:"open sans";font-size:21px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:0px;left:732.5px;height:26.6667px;text-align:center;text-align-last:center;display:block; }
#btVFkodEE9WRzGa4AcJJfeJ2gh7XEpoU { color:#000000;display:block;width:173px;position:absolute;font-family:"open sans";font-size:21px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:0px;left:454px;height:26.6667px;text-align:center;text-align-last:center;display:block; }
#IqPmdJNltkTilhVheh9K4EOGFATCzJPD { color:#000000;display:block;width:149px;position:absolute;font-family:"open sans";font-size:21px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:0px;left:1015.5px;height:26.6667px;text-align:center;text-align-last:center;display:block; }
#Te1PbDvsX2DgGadErVi8APMBxcT0wChf { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:21px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:0px;left:189.5px;height:26.6667px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PFJZrukdVi3iZ9u937RAV2TgVZO21dn9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(202,191,181,0.83);background-image:url("https://images.assets-landingi.com/VX95BhhJ/Canva_Woman_Jogging_in_Green_Grass_Covered_Hill_Slope.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#PFJZrukdVi3iZ9u937RAV2TgVZO21dn9 > .row .container { background-color: transparent; background-image: none; }#PFJZrukdVi3iZ9u937RAV2TgVZO21dn9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PFJZrukdVi3iZ9u937RAV2TgVZO21dn9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PFJZrukdVi3iZ9u937RAV2TgVZO21dn9 > .row .container > .video-iframe-container { display: none; }#PFJZrukdVi3iZ9u937RAV2TgVZO21dn9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PFJZrukdVi3iZ9u937RAV2TgVZO21dn9 > .row > .video-iframe-container { display: none; }#PFJZrukdVi3iZ9u937RAV2TgVZO21dn9 > .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); }#PFJZrukdVi3iZ9u937RAV2TgVZO21dn9 > .row .container { border-width: 0; border-radius: 0; }#PFJZrukdVi3iZ9u937RAV2TgVZO21dn9 > .row .container { font-size:14px;font-family:arial;height:912px;width:1200px;position:relative;display:block; }#hwUwi6cDcO6PyqGEav96ZuPNuSc1cOnr { color:#ffffff;display:block;width:405px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:562.5px;left:68px;height:23.3333px;text-align:center;text-align-last:center;display:block; }
#rrGwptIPmamqOselpm9iz2HxQL0S9xVw { color:#ffffff;display:block;width:321.989px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:99996;line-height:1.3;letter-spacing:0;top:358px;left:81.96875px;height:30.6667px;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:left;text-align-last:left;display:block; }
#r4nUQgZe16UIyGg2AKp0eQVBQzUFOmqR { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:243px;width:433px;top:92px;left:54px;overflow:hidden;display:block; }
#ECas2z3LLRgb4pD97s5XE3ED0kS3XeqX { color:#ffffff;display:block;width:377px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:399px;left:81.96875px;height:88px;display:block; }#ECas2z3LLRgb4pD97s5XE3ED0kS3XeqX li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#ECas2z3LLRgb4pD97s5XE3ED0kS3XeqX li:before{  }
#mgu9nlXTE3pIIFZToVUFzNcPboXTHTty { color:#ffffff;display:block;width:331px;position:absolute;font-family:"open sans";font-size:38px;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:513.5px;left:105px;height:49.3333px;text-align:center;text-align-last:center;display:block; }
#nUTIMTludCmA7DiB7tbIVehTqthvCv3N .widget-container { padding-top:0px;padding-right:9.22px;padding-bottom:0px;padding-left:8.19px;vertical-align:top;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nUTIMTludCmA7DiB7tbIVehTqthvCv3N .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:;background-image:url("/editor/dist/images/counters/partials/3-bk.png");background-position:top;background-repeat:no-repeat;background-size:contain;color:#ffffff;padding-top:11.83px;padding-bottom:18.73px;padding-right:2.05px;padding-left:2.05px;display:block;width:88.03px;height:62.09px;position:relative;font-family:tahoma;font-size:48px;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#nUTIMTludCmA7DiB7tbIVehTqthvCv3N .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0px;padding-bottom:0px;padding-right:2.05px;padding-left:2.05px;display:block;width:88.03px;height:14.75px;position:relative;font-family:"open sans";font-size:13.8px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nUTIMTludCmA7DiB7tbIVehTqthvCv3N { top:611px;left:160.5px;z-index:100015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:;background-image:none;display:block;width:220px;height:112px;padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:0px;position:absolute;font-family:"open sans";font-size:68px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
#nUTIMTludCmA7DiB7tbIVehTqthvCv3N #xIGnTlSHvHMTXwGCpyWbZmTGlcbbT8wu { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#nUTIMTludCmA7DiB7tbIVehTqthvCv3N #PKOXJzr6dw5OXKiMg31MUMvqrg5v4O8c { display:block; }
#nUTIMTludCmA7DiB7tbIVehTqthvCv3N #xAZ1OF3biTJ9qNJnP5G637ukpLPO3KWF { display:block; }
#nUTIMTludCmA7DiB7tbIVehTqthvCv3N #QZQ7lW0P1WizMNW89nN57LyUCbKsJnTO { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
#nUTIMTludCmA7DiB7tbIVehTqthvCv3N #qDk7WnIs4QTpcTmVzEzH3UpfVapgqWdO { display:block; }
#nUTIMTludCmA7DiB7tbIVehTqthvCv3N #LHOHH2CC5TrI4VnHI3FmfruxvEsW7UOV { display:block; }
#o4RgO864iiJeWTsvzw9HDVZcrWMKK5dA { position:absolute;display:block;z-index:100016;height:68px;width:320px;top:742px;left:110.5px;display:block; }
#cn56PBBF3ZrgSCqmpeBiAS2MDv0yl6kq { position:absolute;display:block;z-index:99995;background-color:#0091ff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:506px;width:433px;top:335px;left:54px;display:block; }
#RW97y1rR0GF9X8geoT15sgELwlRMm7IK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0091ff;background-image:none;position:relative;display:block; }#RW97y1rR0GF9X8geoT15sgELwlRMm7IK > .row .container { background-color: transparent; background-image: none; }#RW97y1rR0GF9X8geoT15sgELwlRMm7IK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RW97y1rR0GF9X8geoT15sgELwlRMm7IK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RW97y1rR0GF9X8geoT15sgELwlRMm7IK > .row .container > .video-iframe-container { display: none; }#RW97y1rR0GF9X8geoT15sgELwlRMm7IK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RW97y1rR0GF9X8geoT15sgELwlRMm7IK > .row > .video-iframe-container { display: none; }#RW97y1rR0GF9X8geoT15sgELwlRMm7IK > .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); }#RW97y1rR0GF9X8geoT15sgELwlRMm7IK > .row .container { border-width: 0; border-radius: 0; }#RW97y1rR0GF9X8geoT15sgELwlRMm7IK > .row .container { font-size:14px;font-family:arial;height:79px;width:1200px;position:relative;display:block; }#CVDtFJnZ46UUD2HVs40HJ068yiySpilC { color:#000000;display:block;width:333px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:20px;left:466px;height:33.3333px;display:block; }
#QWsDH5Haz05LGeJKikphpTd3Dv45loy5 { position:relative;display:block; }#QWsDH5Haz05LGeJKikphpTd3Dv45loy5 { background-color: transparent; background-image: none; }#QWsDH5Haz05LGeJKikphpTd3Dv45loy5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QWsDH5Haz05LGeJKikphpTd3Dv45loy5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QWsDH5Haz05LGeJKikphpTd3Dv45loy5 > .row .container > .video-iframe-container { display: none; }#QWsDH5Haz05LGeJKikphpTd3Dv45loy5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QWsDH5Haz05LGeJKikphpTd3Dv45loy5 > .row > .video-iframe-container { display: none; }#QWsDH5Haz05LGeJKikphpTd3Dv45loy5 > .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); }#QWsDH5Haz05LGeJKikphpTd3Dv45loy5 { border-width: 0; border-radius: 0; }#QWsDH5Haz05LGeJKikphpTd3Dv45loy5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:545px;width:1200px;position:relative;display:block; }#TnHBAZlt89Qpzl1QZecPybsHhTlsbFaT { position:absolute;display:block;z-index:99999;background-color:#fcf476;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:151px;width:380px;top:25px;left:10px;display:block; }
#ra9FLMZ7wDtPcvbTnTlu5au2iPc0bfNX { color:#000000;display:block;width:340px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:35.5px;left:30px;height:130px;display:block; }
#UN7G1w0FeC2gJI3qTEDXoBVGE8rfWxn8 { color:#000000;display:block;width:340px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:205px;left:30px;height:78px;display:block; }
#hGFm116TBeOzEOHXbtcubapt1Afh9Qig { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:498px;width:373px;top:26px;left:413.5px;overflow:hidden;display:block; }
#RX38atDw0EBNXdrCq336RLrilZOov66H { position:absolute;display:block;z-index:100000;background-color:#fcf476;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:151px;width:380px;top:25px;left:810px;display:block; }
#fAle0mkZJ49d7GinvJkWaIwywFIE3mdv { color:#000000;display:block;width:290px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:77.5px;left:855px;height:46.6667px;display:block; }
#wNJVvGSebZv65d9K8sLUwKA5aLysvvdJ { color:#000000;display:block;width:356px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:205px;left:822px;height:234px;display:block; }#wNJVvGSebZv65d9K8sLUwKA5aLysvvdJ li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#wNJVvGSebZv65d9K8sLUwKA5aLysvvdJ li:before{  }
#t9nWcFoxvsuCnAPqly91a1FTdiWq2UKi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#10ab52;background-image:none;position:relative;display:block; }#t9nWcFoxvsuCnAPqly91a1FTdiWq2UKi > .row .container { background-color: transparent; background-image: none; }#t9nWcFoxvsuCnAPqly91a1FTdiWq2UKi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t9nWcFoxvsuCnAPqly91a1FTdiWq2UKi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t9nWcFoxvsuCnAPqly91a1FTdiWq2UKi > .row .container > .video-iframe-container { display: none; }#t9nWcFoxvsuCnAPqly91a1FTdiWq2UKi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t9nWcFoxvsuCnAPqly91a1FTdiWq2UKi > .row > .video-iframe-container { display: none; }#t9nWcFoxvsuCnAPqly91a1FTdiWq2UKi > .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); }#t9nWcFoxvsuCnAPqly91a1FTdiWq2UKi > .row .container { border-width: 0; border-radius: 0; }#t9nWcFoxvsuCnAPqly91a1FTdiWq2UKi > .row .container { font-size:14px;font-family:arial;height:73px;width:1200px;position:relative;display:block; }#ORkLVgWPemo42zuFIxX0btm0S8SkqSEf { color:#000000;display:block;width:333px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:20px;left:433.5px;height:33.3333px;text-align:center;text-align-last:center;display:block; }
#G79m3cvH54qvhCqGxNWfy5AigsrtrcEx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#G79m3cvH54qvhCqGxNWfy5AigsrtrcEx > .row .container { background-color: transparent; background-image: none; }#G79m3cvH54qvhCqGxNWfy5AigsrtrcEx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G79m3cvH54qvhCqGxNWfy5AigsrtrcEx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G79m3cvH54qvhCqGxNWfy5AigsrtrcEx > .row .container > .video-iframe-container { display: none; }#G79m3cvH54qvhCqGxNWfy5AigsrtrcEx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G79m3cvH54qvhCqGxNWfy5AigsrtrcEx > .row > .video-iframe-container { display: none; }#G79m3cvH54qvhCqGxNWfy5AigsrtrcEx > .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); }#G79m3cvH54qvhCqGxNWfy5AigsrtrcEx > .row .container { border-width: 0; border-radius: 0; }#G79m3cvH54qvhCqGxNWfy5AigsrtrcEx > .row .container { font-size:14px;font-family:arial;height:852px;width:1200px;position:relative;display:block; }#zm2cGnfx7KyAGuSu8Dx4Cty6PWkGNFyV { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:64px;width:64px;top:100.453125px;left:256.09375px;overflow:hidden;display:block; }
#Z6JROaliasoldnbeGWFPZwDVRqqy6ou4 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:64px;width:64px;top:22.03125px;left:256.09375px;overflow:hidden;display:block; }
#qTaNWxMcyETZL29OKTkH2rUAUNsptrqI { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:64px;width:64px;top:187.46875px;left:256.09375px;overflow:hidden;display:block; }
#mXhSzvzTSGZTArafloFDtlZikVJUpqKt { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:64px;width:64px;top:364.390625px;left:256.09375px;overflow:hidden;display:block; }
#P15XyCR4c4AkWhDZJkfKaFSURS8NMs2H { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:64px;width:64px;top:287.921875px;left:256.09375px;overflow:hidden;display:block; }
#UwmZk0CLmIMncDcTh3EMf4QUqyUikQPO { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:64px;width:64px;top:451.515625px;left:256.09375px;overflow:hidden;display:block; }
#TTgNUyWxOBrz5G02gJRzXdlw1pgolJ2d { color:#000000;display:block;width:489px;position:absolute;font-family:"open sans";font-size:21px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:38px;left:372px;height:640.0002px;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; }
#KuHLwPRLQH1tEHGqkRl3T9X0lb1Qd9GT { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:687.33334350586px;left:476.5px;display:block; }
#dnPfKbebV6t3zmeOfgMC8AbPVycIFJDR { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#JNSkJdE8bOa612JhngTV2OZWnrN1mz0d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e9ae5;background-image:none;position:relative;display:block; }#JNSkJdE8bOa612JhngTV2OZWnrN1mz0d > .row .container { background-color: transparent; background-image: none; }#JNSkJdE8bOa612JhngTV2OZWnrN1mz0d::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JNSkJdE8bOa612JhngTV2OZWnrN1mz0d > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JNSkJdE8bOa612JhngTV2OZWnrN1mz0d > .row .container > .video-iframe-container { display: none; }#JNSkJdE8bOa612JhngTV2OZWnrN1mz0d > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JNSkJdE8bOa612JhngTV2OZWnrN1mz0d > .row > .video-iframe-container { display: none; }#JNSkJdE8bOa612JhngTV2OZWnrN1mz0d > .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); }#JNSkJdE8bOa612JhngTV2OZWnrN1mz0d > .row .container { border-width: 0; border-radius: 0; }#JNSkJdE8bOa612JhngTV2OZWnrN1mz0d > .row .container { font-size:14px;font-family:arial;height:83px;width:1200px;position:relative;display:block; }#UvGONferoZPfNZIWqAMeIochAuDegvpf { color:#000000;display:block;width:300px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:31.5px;left:0px;height:20.6667px;text-align:center;text-align-last:center;display:block; }
#LLB155KV9g23Ml4FeoICXNlZoqw38J8z { color:#000000;display:block;width:191px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:31.5px;left:354.5px;height:20.6667px;text-align:center;text-align-last:center;display:block; }
#sANPvSqRs6eGT6S5pLTOXx9koZT5ZulC { color:#000000;display:block;width:191px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:31.5px;left:654.5px;height:20.6667px;text-align:center;text-align-last:center;display:block; }
#p2XlTXKRKG6c6EapOMUVs5mxZsRdLJKT { color:#000000;display:block;width:191px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:31.5px;left:954.5px;height:20.6667px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rMCoh69HuaNBzQUhT518DDoqTK9KCoWa { display:block; }#rMCoh69HuaNBzQUhT518DDoqTK9KCoWa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWHDkaskEJorkQOT5wl9UAdExZkSHIWX { top:30px;left:297px;width:170px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #PtW72EBNXLKE1x4Bo6o5QLcJNomvssIq { display:block; }#PtW72EBNXLKE1x4Bo6o5QLcJNomvssIq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTTMXdOT5uNlUNgy3fz67JaFyBIkCQK0 { top:0px;left:0px;width:100px;height:26px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #qn5vOZhqRa9HG99FiaaUOT1Wwf3ovGAe { top:0px;left:514.5px;width:187px;height:26px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #btVFkodEE9WRzGa4AcJJfeJ2gh7XEpoU { top:0px;left:236px;width:173px;height:26px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #IqPmdJNltkTilhVheh9K4EOGFATCzJPD { top:0px;left:615px;width:149px;height:26px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Te1PbDvsX2DgGadErVi8APMBxcT0wChf { top:0px;left:0px;width:200px;height:26px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #PFJZrukdVi3iZ9u937RAV2TgVZO21dn9 { display:block; }#PFJZrukdVi3iZ9u937RAV2TgVZO21dn9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwUwi6cDcO6PyqGEav96ZuPNuSc1cOnr { top:562px;left:0px;width:405px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rrGwptIPmamqOselpm9iz2HxQL0S9xVw { top:358px;left:0px;width:321px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #r4nUQgZe16UIyGg2AKp0eQVBQzUFOmqR { top:92px;left:0px;width:433px;height:243px;display:block; }
 }@media only screen and (max-width: 763px) { #ECas2z3LLRgb4pD97s5XE3ED0kS3XeqX { top:399px;left:0px;width:377px;height:88px;font-size:20px;display:block; }#ECas2z3LLRgb4pD97s5XE3ED0kS3XeqX li:before{  }
 }@media only screen and (max-width: 763px) { #mgu9nlXTE3pIIFZToVUFzNcPboXTHTty { top:513px;left:0px;width:331px;height:49px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #nUTIMTludCmA7DiB7tbIVehTqthvCv3N .widget-container { padding-top:0px;padding-right:9.22px;padding-bottom:0px;padding-left:8.19px;vertical-align:top;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nUTIMTludCmA7DiB7tbIVehTqthvCv3N .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:;background-image:url("/editor/dist/images/counters/partials/3-bk.png");background-position:top;background-repeat:no-repeat;background-size:contain;color:#ffffff;padding-top:11.83px;padding-bottom:18.73px;padding-right:2.05px;padding-left:2.05px;display:block;width:88.03px;height:62.09px;position:relative;font-family:tahoma;font-size:62.11px;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#nUTIMTludCmA7DiB7tbIVehTqthvCv3N .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0px;padding-bottom:0px;padding-right:2.05px;padding-left:2.05px;display:block;width:88.03px;height:14.75px;position:relative;font-family:"open sans";font-size:13.8px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nUTIMTludCmA7DiB7tbIVehTqthvCv3N { top:611px;left:0px;width:220px;height:112px;padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:0px;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 763px) { #nUTIMTludCmA7DiB7tbIVehTqthvCv3N #xIGnTlSHvHMTXwGCpyWbZmTGlcbbT8wu { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #nUTIMTludCmA7DiB7tbIVehTqthvCv3N #PKOXJzr6dw5OXKiMg31MUMvqrg5v4O8c {  }
 }@media only screen and (max-width: 763px) { #nUTIMTludCmA7DiB7tbIVehTqthvCv3N #xAZ1OF3biTJ9qNJnP5G637ukpLPO3KWF {  }
 }@media only screen and (max-width: 763px) { #nUTIMTludCmA7DiB7tbIVehTqthvCv3N #QZQ7lW0P1WizMNW89nN57LyUCbKsJnTO { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #nUTIMTludCmA7DiB7tbIVehTqthvCv3N #qDk7WnIs4QTpcTmVzEzH3UpfVapgqWdO {  }
 }@media only screen and (max-width: 763px) { #nUTIMTludCmA7DiB7tbIVehTqthvCv3N #LHOHH2CC5TrI4VnHI3FmfruxvEsW7UOV {  }
 }@media only screen and (max-width: 763px) { #o4RgO864iiJeWTsvzw9HDVZcrWMKK5dA { top:742px;left:0px;width:320px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #cn56PBBF3ZrgSCqmpeBiAS2MDv0yl6kq { top:335px;left:0px;width:433px;height:506px;display:block; }
 }@media only screen and (max-width: 763px) { #RW97y1rR0GF9X8geoT15sgELwlRMm7IK { display:block; }#RW97y1rR0GF9X8geoT15sgELwlRMm7IK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVDtFJnZ46UUD2HVs40HJ068yiySpilC { top:20px;left:248px;width:333px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #QWsDH5Haz05LGeJKikphpTd3Dv45loy5 { display:block; }#QWsDH5Haz05LGeJKikphpTd3Dv45loy5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnHBAZlt89Qpzl1QZecPybsHhTlsbFaT { top:25px;left:0px;width:380px;height:151px;display:block; }
 }@media only screen and (max-width: 763px) { #ra9FLMZ7wDtPcvbTnTlu5au2iPc0bfNX { top:35px;left:0px;width:340px;height:130px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #UN7G1w0FeC2gJI3qTEDXoBVGE8rfWxn8 { top:205px;left:0px;width:340px;height:78px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hGFm116TBeOzEOHXbtcubapt1Afh9Qig { top:26px;left:135px;width:373px;height:498px;display:block; }
 }@media only screen and (max-width: 763px) { #RX38atDw0EBNXdrCq336RLrilZOov66H { top:25px;left:382px;width:380px;height:151px;display:block; }
 }@media only screen and (max-width: 763px) { #fAle0mkZJ49d7GinvJkWaIwywFIE3mdv { top:77px;left:472px;width:290px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wNJVvGSebZv65d9K8sLUwKA5aLysvvdJ { top:205px;left:406px;width:356px;height:234px;font-size:22px;display:block; }#wNJVvGSebZv65d9K8sLUwKA5aLysvvdJ li:before{  }
 }@media only screen and (max-width: 763px) { #t9nWcFoxvsuCnAPqly91a1FTdiWq2UKi { display:block; }#t9nWcFoxvsuCnAPqly91a1FTdiWq2UKi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORkLVgWPemo42zuFIxX0btm0S8SkqSEf { top:20px;left:215.5px;width:333px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #G79m3cvH54qvhCqGxNWfy5AigsrtrcEx { display:block; }#G79m3cvH54qvhCqGxNWfy5AigsrtrcEx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zm2cGnfx7KyAGuSu8Dx4Cty6PWkGNFyV { top:100px;left:38.09375px;width:64px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #Z6JROaliasoldnbeGWFPZwDVRqqy6ou4 { top:22px;left:38.09375px;width:64px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #qTaNWxMcyETZL29OKTkH2rUAUNsptrqI { top:187px;left:38.09375px;width:64px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #mXhSzvzTSGZTArafloFDtlZikVJUpqKt { top:364px;left:38.09375px;width:64px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #P15XyCR4c4AkWhDZJkfKaFSURS8NMs2H { top:287px;left:38.09375px;width:64px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #UwmZk0CLmIMncDcTh3EMf4QUqyUikQPO { top:451px;left:38.09375px;width:64px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #TTgNUyWxOBrz5G02gJRzXdlw1pgolJ2d { top:38px;left:154px;width:489px;height:648px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KuHLwPRLQH1tEHGqkRl3T9X0lb1Qd9GT { width:280px;height:55px;top:687px;left:258.5px;display:block; }
 }@media only screen and (max-width: 763px) { #dnPfKbebV6t3zmeOfgMC8AbPVycIFJDR { display:block; }
 }@media only screen and (max-width: 763px) { #JNSkJdE8bOa612JhngTV2OZWnrN1mz0d { display:block; }#JNSkJdE8bOa612JhngTV2OZWnrN1mz0d > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvGONferoZPfNZIWqAMeIochAuDegvpf { top:31px;left:0px;width:300px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LLB155KV9g23Ml4FeoICXNlZoqw38J8z { top:31px;left:182px;width:191px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sANPvSqRs6eGT6S5pLTOXx9koZT5ZulC { top:31px;left:373px;width:191px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #p2XlTXKRKG6c6EapOMUVs5mxZsRdLJKT { top:31px;left:564px;width:191px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rMCoh69HuaNBzQUhT518DDoqTK9KCoWa { display:block; }#rMCoh69HuaNBzQUhT518DDoqTK9KCoWa > .row .container { width:320px;height:103px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWHDkaskEJorkQOT5wl9UAdExZkSHIWX { width:170px;height:52px;top:26px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #PtW72EBNXLKE1x4Bo6o5QLcJNomvssIq { display:block; }#PtW72EBNXLKE1x4Bo6o5QLcJNomvssIq > .row .container { width:320px;height:265px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTTMXdOT5uNlUNgy3fz67JaFyBIkCQK0 { width:100px;height:26.6667px;top:20px;left:110px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #qn5vOZhqRa9HG99FiaaUOT1Wwf3ovGAe { width:187px;height:26.6667px;top:160.0001px;left:66px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #btVFkodEE9WRzGa4AcJJfeJ2gh7XEpoU { width:173px;height:26.6667px;top:113.3334px;left:73px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #IqPmdJNltkTilhVheh9K4EOGFATCzJPD { width:149px;height:26.6667px;top:206.6668px;left:85px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Te1PbDvsX2DgGadErVi8APMBxcT0wChf { width:200px;height:26.6667px;top:66.6667px;left:60px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #PFJZrukdVi3iZ9u937RAV2TgVZO21dn9 { background-color:rgba(82,172,83,0.83);background-image:url("https://images.assets-landingi.com/VX95BhhJ/Canva_Woman_Jogging_in_Green_Grass_Covered_Hill_Slope.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;display:block; }#PFJZrukdVi3iZ9u937RAV2TgVZO21dn9 > .row .container { background-color: transparent; background-image: none; }#PFJZrukdVi3iZ9u937RAV2TgVZO21dn9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PFJZrukdVi3iZ9u937RAV2TgVZO21dn9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PFJZrukdVi3iZ9u937RAV2TgVZO21dn9 > .row .container > .video-iframe-container { display: none; }#PFJZrukdVi3iZ9u937RAV2TgVZO21dn9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PFJZrukdVi3iZ9u937RAV2TgVZO21dn9 > .row > .video-iframe-container { display: none; }#PFJZrukdVi3iZ9u937RAV2TgVZO21dn9 > .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); }#PFJZrukdVi3iZ9u937RAV2TgVZO21dn9 > .row .container { width:320px;height:1214px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwUwi6cDcO6PyqGEav96ZuPNuSc1cOnr { width:320px;height:23.3333px;top:857px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rrGwptIPmamqOselpm9iz2HxQL0S9xVw { width:320px;height:30.6667px;top:242.578px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #r4nUQgZe16UIyGg2AKp0eQVBQzUFOmqR { width:320px;height:179.58332274819px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ECas2z3LLRgb4pD97s5XE3ED0kS3XeqX { width:320px;height:88px;top:287.57499694824px;left:0px;font-size:20px;display:block; }#ECas2z3LLRgb4pD97s5XE3ED0kS3XeqX li:before{  }
 }@media only screen and (max-width: 763px) { #mgu9nlXTE3pIIFZToVUFzNcPboXTHTty { width:320px;height:41.3333px;top:796.07499694824px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #nUTIMTludCmA7DiB7tbIVehTqthvCv3N .widget-container { padding-top:0;padding-right:6px;padding-bottom:0;padding-left:5px;vertical-align:top; }
#nUTIMTludCmA7DiB7tbIVehTqthvCv3N .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background-color:;background-image:url("/editor/dist/images/counters/partials/3-bk.png");background-position:top;background-repeat:no-repeat;background-size:contain;padding-top:7px;padding-bottom:13px;padding-right:1px;padding-left:1px;display:block;width:58px;height:43px;position:relative;font-size:43px;line-height:1;text-align:center;text-align-last:center;top:0px;left:0px; }
#nUTIMTludCmA7DiB7tbIVehTqthvCv3N .widget-text.counter-label { background-color:;background-image:none;padding-top:0;padding-bottom:0;padding-right:1px;padding-left:1px;display:block;width:auto;height:11px;position:relative;font-size:10px;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px; }
#nUTIMTludCmA7DiB7tbIVehTqthvCv3N { top:920px;left:42.000001907349px;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:;background-image:none;display:block;width:220px;height:78px;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;position:absolute;font-family:"open sans";font-size:46px;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) { #nUTIMTludCmA7DiB7tbIVehTqthvCv3N #xIGnTlSHvHMTXwGCpyWbZmTGlcbbT8wu { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #nUTIMTludCmA7DiB7tbIVehTqthvCv3N #PKOXJzr6dw5OXKiMg31MUMvqrg5v4O8c {  }
 }@media only screen and (max-width: 763px) { #nUTIMTludCmA7DiB7tbIVehTqthvCv3N #xAZ1OF3biTJ9qNJnP5G637ukpLPO3KWF {  }
 }@media only screen and (max-width: 763px) { #nUTIMTludCmA7DiB7tbIVehTqthvCv3N #QZQ7lW0P1WizMNW89nN57LyUCbKsJnTO { display:inline-block;*zoom:1;*display:inline;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #nUTIMTludCmA7DiB7tbIVehTqthvCv3N #qDk7WnIs4QTpcTmVzEzH3UpfVapgqWdO {  }
 }@media only screen and (max-width: 763px) { #nUTIMTludCmA7DiB7tbIVehTqthvCv3N #LHOHH2CC5TrI4VnHI3FmfruxvEsW7UOV {  }
 }@media only screen and (max-width: 763px) { #o4RgO864iiJeWTsvzw9HDVZcrWMKK5dA { width:320px;height:68px;top:1036.5749816895px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cn56PBBF3ZrgSCqmpeBiAS2MDv0yl6kq { width:320px;height:1px;top:1199.575012207px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RW97y1rR0GF9X8geoT15sgELwlRMm7IK { display:block; }#RW97y1rR0GF9X8geoT15sgELwlRMm7IK > .row .container { width:320px;height:72px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVDtFJnZ46UUD2HVs40HJ068yiySpilC { width:320px;height:33.3333px;top:20px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QWsDH5Haz05LGeJKikphpTd3Dv45loy5 { display:block; }#QWsDH5Haz05LGeJKikphpTd3Dv45loy5 > .row .container { width:320px;height:1160px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnHBAZlt89Qpzl1QZecPybsHhTlsbFaT { width:320px;height:151px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ra9FLMZ7wDtPcvbTnTlu5au2iPc0bfNX { width:300px;height:130px;top:30.5px;left:10px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UN7G1w0FeC2gJI3qTEDXoBVGE8rfWxn8 { width:300px;height:78px;top:191px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hGFm116TBeOzEOHXbtcubapt1Afh9Qig { width:320px;height:427.23860589812px;top:289px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RX38atDw0EBNXdrCq336RLrilZOov66H { width:320px;height:151px;top:736.234px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fAle0mkZJ49d7GinvJkWaIwywFIE3mdv { width:290px;height:46.6667px;top:788.71875px;left:15px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wNJVvGSebZv65d9K8sLUwKA5aLysvvdJ { width:320px;height:234px;top:907.234px;left:0px;font-size:22px;display:block; }#wNJVvGSebZv65d9K8sLUwKA5aLysvvdJ li:before{  }
 }@media only screen and (max-width: 763px) { #t9nWcFoxvsuCnAPqly91a1FTdiWq2UKi { display:block; }#t9nWcFoxvsuCnAPqly91a1FTdiWq2UKi > .row .container { width:320px;height:62px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORkLVgWPemo42zuFIxX0btm0S8SkqSEf { width:320px;height:33.3333px;top:15px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #G79m3cvH54qvhCqGxNWfy5AigsrtrcEx { display:block; }#G79m3cvH54qvhCqGxNWfy5AigsrtrcEx > .row .container { width:320px;height:861px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zm2cGnfx7KyAGuSu8Dx4Cty6PWkGNFyV { width:64px;height:64px;top:118px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Z6JROaliasoldnbeGWFPZwDVRqqy6ou4 { width:64px;height:64px;top:41px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qTaNWxMcyETZL29OKTkH2rUAUNsptrqI { width:64px;height:64px;top:215px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mXhSzvzTSGZTArafloFDtlZikVJUpqKt { width:64px;height:64px;top:395px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #P15XyCR4c4AkWhDZJkfKaFSURS8NMs2H { width:64px;height:64px;top:317px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UwmZk0CLmIMncDcTh3EMf4QUqyUikQPO { width:64px;height:64px;top:480px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TTgNUyWxOBrz5G02gJRzXdlw1pgolJ2d { width:234px;height:702.6666px;top:52px;left:86px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KuHLwPRLQH1tEHGqkRl3T9X0lb1Qd9GT { width:280px;height:55px;top:774px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dnPfKbebV6t3zmeOfgMC8AbPVycIFJDR { display:block; }
 }@media only screen and (max-width: 763px) { #JNSkJdE8bOa612JhngTV2OZWnrN1mz0d { display:block; }#JNSkJdE8bOa612JhngTV2OZWnrN1mz0d > .row .container { width:320px;height:193px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvGONferoZPfNZIWqAMeIochAuDegvpf { width:314px;height:20.6667px;top:20px;left:3px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LLB155KV9g23Ml4FeoICXNlZoqw38J8z { width:200px;height:20.6667px;top:60px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sANPvSqRs6eGT6S5pLTOXx9koZT5ZulC { width:200px;height:20.6667px;top:100px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #p2XlTXKRKG6c6EapOMUVs5mxZsRdLJKT { width:200px;height:20.6667px;top:140px;left:60px;font-size:16px;display:block; }
 }