.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/a0cc433ee8288a65cb3de8738799fa9a.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .row > .video-iframe-container { display: none; }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .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); }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO { display:block; }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO { background-color: transparent; background-image: none; }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO > .row .container > .video-iframe-container { display: none; }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO > .row > .video-iframe-container { display: none; }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO > .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); }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO > .row .container { background-color:transparent;background-image:none;width:60rem;height:9.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#hmeemg2S5WC4nwywDdGHuuGZuN4Z6X0v { color:#fff6f6;display:block;width:58.375rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.75rem;left:0.8125rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC { display:block; }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC { background-color: transparent; background-image: none; }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC > .row .container > .video-iframe-container { display: none; }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC > .row > .video-iframe-container { display: none; }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC > .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); }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC > .row .container { background-color:transparent;background-image:none;width:60rem;height:7.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx .widget-text.counter-number { border-top:0.125rem solid #ffd600;border-left:0.125rem solid #ffd600;border-right:0.125rem solid #ffd600;border-bottom:0.125rem solid #ffd600;background-color:#ffffff;background-image:none;color:#000000;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx .widget-text.counter-label { background-color:;background-image:none;color:#ffd600;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx { 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:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:19rem;height:5.3125rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:19.875001907349rem;z-index:15000; }
#LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #pXVQnXr0hTAAPVGnhqbyndyeRvuITsvC { display:flex;position:relative;top:0rem;left:0rem; }
#LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #AVWtTHZ7SBTZMykpCfsNc68NkZPs2XhG { width:auto; }
#LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #Rfm9yG3HEhUvAR37xfcD2N6l3xNhqTT5 {  }
#LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #r7DO3TpDRKo3AfAvhMCtNQrea9HNFiXI { display:flex;position:relative;top:0rem;left:0rem; }
#LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #OCTPgKmHxBggGqZONmFwmLIztwn0pPL0 {  }
#LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #Qbf1cMfq1Ty84oRMArumHNPQTRof7HDE {  }
#LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #Ba9kQKTzdxk7Rpx2GnRPweC5CgFQeK6W { display:flex;position:relative;top:0rem;left:0rem; }
#LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #Ok8ulxMX2765teXQ4TAiTi187qiVfQ0k {  }
#LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #pmdPULNFee4OXivuP2e02D9R8pBcu4kX {  }
#LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #RyE91mRefX4CU91N37E0LC4fLs8ogZ6g { display:flex;position:relative;top:0rem;left:0rem; }
#LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #c6dWH3JaaJh2JT7PFcAdoX1R7dIa08AM {  }
#LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #SE1iEFBFbdsFGlOhIpZ5eraDSbSuM9i2 {  }
#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;position:relative;display:block; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container { background-color: transparent; background-image: none; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container > .video-iframe-container { display: none; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row > .video-iframe-container { display: none; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .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); }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container { border-width: 0; border-radius: 0; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row > .video-iframe-container {  }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:60rem;position:relative;display:block; }#SFuPHkKfhBi8LVKRsvt9A0bBiCcmv7Eu { display:block;width:29.125rem;position:absolute;font-family:"titillium web";font-size:3.25rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:5.4375rem;left:1.0625rem;height:6.5rem;text-align:left;text-align-last:left;color:#ff5335;display:block; }
#RU5XolF1ssEhTxvCapAbsdnUTKP7uEwb { display:block;width:29.5625rem;position:absolute;font-family:"titillium web";font-size:3.3125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:12.53125rem;left:-0.625rem;height:6.625rem;text-align:center;text-align-last:center;color:#ff5335;font-style:normal;display:block; }
#S4uFIeG2AO7Eu8iLuFTUuk1KXyQ7UMAI { border-bottom:0;border-left:0.25rem solid #ff5335;border-right:0;border-top:0;background-color:transparent;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/3aa3ef41c31f02749f37208d63d56387.png");background-position:center left !important;background-repeat:no-repeat !important;background-size:auto !important;height:8.75rem;width:0.75rem;position:absolute;display:block;z-index:15003;top:7.03125rem;left:30.1875rem;display:block; }#S4uFIeG2AO7Eu8iLuFTUuk1KXyQ7UMAI.adaptive-delivery-prevent-bg, #S4uFIeG2AO7Eu8iLuFTUuk1KXyQ7UMAI.lazyload, #S4uFIeG2AO7Eu8iLuFTUuk1KXyQ7UMAI.lazyloading { background-image: none; }
#w8BF7EwZRvCFknSzguRO253NVZT3Td11 { display:block;width:27.5rem;position:absolute;font-family:"titillium web";font-size:3.8125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.03125rem;left:31.875rem;height:3.8125rem;text-align:left;text-align-last:left;color:#ff5335;font-style:normal;display:block; }
#RmDqO7NTadCfePsB4lIaXgGhFWZ7S0wD { display:block;width:27.1875rem;position:absolute;font-family:"titillium web";font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:11.9375rem;left:32.031251907349rem;height:2.8125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#wCHrKdA1cGr9ag2aLTxlXGWRtc5kphxF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fd8f00;background-image:none;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;display:none; }
#imJZUUQDSBkmxUxKZOWoJJoPg3yIpzLu { z-index:15000;top:26.53125rem;left:7.53125rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem dotted #eecd1c;border-left:0.625rem dotted #eecd1c;border-right:0.625rem dotted #eecd1c;border-bottom:0.625rem dotted #eecd1c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#fdff00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.9375rem;height:5.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kiL3MAz7Nrldfkz2fSEBGTGKrcKrcwr4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T6RFdtnBimvkeJdnMslB8S6Kr1Wfyx90 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #eaeaea;top:21.031250476837rem;left:0rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v78CnUiHDGJH9wxdBuPL9BsrADpPqTNT { color:#ff3300;display:block;width:58.5625rem;position:absolute;font-family:"open sans";font-size:3.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:35.350001335144rem;left:1.4371089935302rem;height:13.89375rem;text-align:center;text-align-last:center;display:block; }
#KFgrw6KA4R7pwHvO7MmzkFE7nTXmUKZq { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:49.862501144409rem;left:23.875001907349rem;height:1.3rem;display:block; }
#zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l > .row .container { background-color: transparent; background-image: none; }#zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l > .row .container > .video-iframe-container { display: none; }#zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l > .row > .video-iframe-container { display: none; }#zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l > .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); }#zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l > .row .container { border-width: 0; border-radius: 0; }#zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l > .row > .video-iframe-container {  }#zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:60rem;position:relative;display:block; }#TUSppGXNM1QzkQun7IPZTUTpHOtxt7yw { display:block;width:30rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:1.7875rem;color:#000000;display:block; }
#o2Tnzdp5C6zFLl0VE4VwtdkV06ozwgJT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:6.6250019073488rem;left:0.9375rem;overflow:hidden;display:block; }
#gKHn6F8E03WITHw7IFpxJSDmKiZlZiqg { border-bottom:0;border-left:0;border-right:0;border-top:0.25rem solid #ff5335;background-color:transparent;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/16f89c22b0b1a7ec597a0f0ba4f95084.png");background-position:top center !important;background-repeat:no-repeat !important;background-size:auto !important;height:0.6875rem;width:12.25rem;position:absolute;display:block;z-index:15005;top:4.375rem;left:0rem;display:block; }#gKHn6F8E03WITHw7IFpxJSDmKiZlZiqg.adaptive-delivery-prevent-bg, #gKHn6F8E03WITHw7IFpxJSDmKiZlZiqg.lazyload, #gKHn6F8E03WITHw7IFpxJSDmKiZlZiqg.lazyloading { background-image: none; }
#Z2e4yuKLHrgiGG96zUrQTTNvhFwhQhDC { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:15.125001907349rem;left:0.9375rem;overflow:hidden;display:block; }
#J6Cu2fUQApFS2Wx5ZipvFE6QIMNG5xP2 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:19.750001907349rem;left:0.9375rem;overflow:hidden;display:block; }
#PccKGiCFs2TD4uXmNVXBK5c00RcsFeJr { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:29.354688644409rem;left:0.9375rem;overflow:hidden;display:block; }
#MdPix0CSoO06QTVsbIvly2hqTwE22EVe { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:42.392971038818rem;left:0.9375rem;overflow:hidden;display:block; }
#ot4197eUKoud8TWnbHqyV98aA3t8TWEv { display:block;width:30rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.625rem;left:3.25rem;height:5.3625rem;color:#000000;display:block; }
#eiBSm96u0fccibI9daPyTXIWXm5yeH0c { display:block;width:30rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.125001907349rem;left:3.25rem;height:3.575rem;color:#000000;display:block; }
#STunRkREtPLFaUPl15KiTcFb4ZcDiN7d { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.1875rem;width:21.6875rem;top:5.3124961853028rem;left:35.039064407349rem;overflow:hidden;display:block; }
#g1wTApuwmJm1o67ZLy6guNBW2sbJrAIb { display:block;width:30rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.750001907349rem;left:3.25rem;height:3.575rem;color:#000000;display:block; }
#xSX9PtK7kGcf1G6AMrldysFOQhpeuZJm { display:block;width:30rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:29.355078697204rem;left:3.25rem;height:10.725rem;color:#000000;display:block; }
#e9zZbQq4EZNTWPeNOUDr715FqO2zEru6 { display:block;width:30.875rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:42.268360137939rem;left:3.25rem;height:8.9375rem;color:#000000;display:block; }
#grGUEXXKtb5LAfIzOeDekuSDwK1zV2Qu { display:block;width:30rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:25.305469512939rem;left:0rem;height:1.7875rem;color:#000000;display:block; }
#KGVqv1rs5TT3iQBHb9hToQbaOvVPoNAN { border-bottom:0;border-left:0;border-right:0;border-top:0.25rem solid #ff5335;background-color:transparent;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/16f89c22b0b1a7ec597a0f0ba4f95084.png");background-position:top center !important;background-repeat:no-repeat !important;background-size:auto !important;height:4rem;width:13.375rem;position:absolute;display:block;z-index:15006;top:27.030860424042rem;left:0rem;display:block; }#KGVqv1rs5TT3iQBHb9hToQbaOvVPoNAN.adaptive-delivery-prevent-bg, #KGVqv1rs5TT3iQBHb9hToQbaOvVPoNAN.lazyload, #KGVqv1rs5TT3iQBHb9hToQbaOvVPoNAN.lazyloading { background-image: none; }
#soXmtT39REGz8xmyafSwFQtl2Z32vTEe { display:block;width:30rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:53.249610900879rem;left:3.25rem;height:1.7875rem;color:#000000;display:block; }
#kBHPLEGVJam19wRv80mKyybTIZJErMNW { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:53.249221801757rem;left:0.9375rem;overflow:hidden;display:block; }
#O91MVMq9lCUIIzx5EHx08uFtrXWg0cQ3 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.375rem;width:15.375rem;top:40.018356323243rem;left:38.195314407349rem;overflow:hidden;display:block; }
#NCXxLfPufAGb7lWgqFsy4vH8X6tHFd9I { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.4375rem;width:20.625rem;top:26.143360137939rem;left:35.570314407349rem;overflow:hidden;display:block; }
#OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;position:relative;display:block; }#OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX > .row .container { background-color: transparent; background-image: none; }#OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX > .row .container > .video-iframe-container { display: none; }#OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX > .row > .video-iframe-container { display: none; }#OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX > .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); }#OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX > .row .container { border-width: 0; border-radius: 0; }#OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX > .row > .video-iframe-container {  }#OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:60rem;position:relative;display:block; }#TZ1WacoQu9mhoiuHhsF4em51k2Sv3vEa { display:block;width:30rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:1.7875rem;color:#000000;display:block; }
#HBlDyCq64HdLrnMlU0BlT1ezgsAmlylO { border-bottom:0;border-left:0;border-right:0;border-top:0.25rem solid #ff5335;background-color:transparent;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/16f89c22b0b1a7ec597a0f0ba4f95084.png");background-position:top center !important;background-repeat:no-repeat !important;background-size:auto !important;height:0.6875rem;width:13.375rem;position:absolute;display:block;z-index:15003;top:4.1875rem;left:0rem;display:block; }#HBlDyCq64HdLrnMlU0BlT1ezgsAmlylO.adaptive-delivery-prevent-bg, #HBlDyCq64HdLrnMlU0BlT1ezgsAmlylO.lazyload, #HBlDyCq64HdLrnMlU0BlT1ezgsAmlylO.lazyloading { background-image: none; }
#HR7AJB3yugqMUiU7eqNIwUyZCkTZwRqP { display:block;width:20rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.1875002384187rem;left:5rem;height:2.6rem;color:#858585;display:block; }
#b8aeE8fWLOBob1fbQcrtzfWTIEh3WfTT { display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.687109231949rem;left:5rem;height:1.3rem;color:#858585;font-style:normal;display:block; }
#zWUSlHG13kU0qW8kgXBZ9oFkH5f1ZZFG { display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.624610185623rem;left:5rem;height:1.3rem;color:#858585;font-style:normal;display:block; }
#Md2eHTIXFIJS7pJAa7yirIUSPfSlIDTn { display:block;width:20rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.350000619888rem;left:5rem;height:1.3rem;color:#858585;display:block; }
#TWAGAt6Rz33kfoq8NhwssR3cR5WltehJ { display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:31.937499284744rem;left:35.000001907349rem;height:1.3rem;color:#858585;font-style:normal;display:block; }
#GwhpBQ8PPdZMTBsBCsJRO90Wz0Gy2229 { display:block;width:22.375rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.1875002384187rem;left:35.000001907349rem;height:23.4rem;color:#858585;display:block; }
#hBcuA1zfkugvrK4hpCvENSJZIfqXNTO2 { display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:31.937499284744rem;left:5rem;height:1.3rem;color:#858585;font-style:normal;display:block; }
#cV5WcDl2Pzv4al38JASgqwsb3TEI6KVH { display:block;width:20rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.112500429154rem;left:5rem;height:5.2rem;color:#858585;display:block; }
#mR0pSoOaN8q3Gr1Mtk9swWtnKWfFM4hJ { display:block;width:20rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.987500429154rem;left:5rem;height:2.6rem;color:#858585;display:block; }
#bvgGseeTOrGNBDa4DZ52GR9a84kdLf7e { display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.687501192093rem;left:5rem;height:1.3rem;color:#858585;font-style:normal;display:block; }
#iK6OP1x5MAJTMfRJAUqrLLMRgvKlc0G1 { box-sizing:content-box;color:#fdff00;font-size:4.9375rem;font-weight:400;line-height:1;height:7.125rem;width:7.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:34.449219703674rem;left:0rem;display:block; }
#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;display:block; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container { background-color: transparent; background-image: none; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container > .video-iframe-container { display: none; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row > .video-iframe-container { display: none; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .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); }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container { border-width: 0; border-radius: 0; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row > .video-iframe-container {  }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;position:relative;display:block; }#Qg7KMMK72awpiX7rVxmH3fGyqcbICQc5 { display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.7968759536744rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#Bf3nexs19pVaTDLB9ShS0g0sfM3MVky5 { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem dotted #eecd1c;border-left:0.625rem dotted #eecd1c;border-right:0.625rem dotted #eecd1c;border-bottom:0.625rem dotted #eecd1c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:"titillium web";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.625rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:11.562109708786rem;left:14.1875rem;display:block; }
#rlnz5gcrLWLye61ne6ZGRPyLt5vHT4T8 { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
#Ry7ZgWAuaspbBtHfJAq1TLUkyIiJh6ZR { color:#fdff00;display:block;width:48.125rem;position:absolute;font-family:caveat;font-size:4.4375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:0.55468463897705rem;left:8.25rem;height:5.76875rem;display:block; }
#Znk6Ic5OUCZA6ni17UVTy1yIboFxetiv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#rSn6naPfEhwbzJCI7HuFqNS7e5usP4pr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#pnKRzT0QKu75RXDInTq1kiq3HfSIPG9E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#WR9hJsk0FJ51QkMJ1UcnHrCrQ6KJPDm6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#fSgzHMXcUx4T0R9hWC92gbMhK8kIDiWV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#Eu1ytCR2BgI9Efv8u52UUODTA8eRzvef { color:#fdff00;display:block;width:58.5625rem;position:absolute;font-family:"open sans";font-size:3.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.999609708786rem;left:1.4371089935302rem;height:13.89375rem;text-align:center;text-align-last:center;display:block; }
#t2khXykVrzxcfT1OXz4R5XGLVJLCqklv { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:29.831256866455rem;left:23.905469894409rem;height:1.3rem;display:block; }
#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt { position:relative;display:block; }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt { background-color: transparent; background-image: none; }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .row .container > .video-iframe-container { display: none; }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .row > .video-iframe-container { display: none; }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .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); }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt { border-width: 0; border-radius: 0; }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .row .container > .video-iframe-container {  }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;position:relative;display:block; }#tWULGS8vLasDzBIWIcVKT87JONCnbTd0 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1875rem;left:4.28125rem;height:1.3rem;display:block; }
#BDeZGHgKPblPyaEb9xezZilrKvLECVib { color:#000000;display:block;width:4.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:45.34375rem;height:1.3rem;display:block; }
#Z7iOpgUmqDOuUw1Uo3tWMZ4LK7WzFTDS { color:#000000;display:block;width:4.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:51.96875rem;height:1.3rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO { display:block; }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmeemg2S5WC4nwywDdGHuuGZuN4Z6X0v { top:0.75rem;left:0rem;width:47.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC { display:block; }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx { width:19rem;height:5.3125rem;display:flex;top:0rem;left:13.64999961853rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #pXVQnXr0hTAAPVGnhqbyndyeRvuITsvC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #AVWtTHZ7SBTZMykpCfsNc68NkZPs2XhG {  }
 }@media only screen and (max-width: 763px) { #LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #Rfm9yG3HEhUvAR37xfcD2N6l3xNhqTT5 {  }
 }@media only screen and (max-width: 763px) { #LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #r7DO3TpDRKo3AfAvhMCtNQrea9HNFiXI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #OCTPgKmHxBggGqZONmFwmLIztwn0pPL0 {  }
 }@media only screen and (max-width: 763px) { #LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #Qbf1cMfq1Ty84oRMArumHNPQTRof7HDE {  }
 }@media only screen and (max-width: 763px) { #LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #Ba9kQKTzdxk7Rpx2GnRPweC5CgFQeK6W { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #Ok8ulxMX2765teXQ4TAiTi187qiVfQ0k {  }
 }@media only screen and (max-width: 763px) { #LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #pmdPULNFee4OXivuP2e02D9R8pBcu4kX {  }
 }@media only screen and (max-width: 763px) { #LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #RyE91mRefX4CU91N37E0LC4fLs8ogZ6g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #c6dWH3JaaJh2JT7PFcAdoX1R7dIa08AM {  }
 }@media only screen and (max-width: 763px) { #LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #SE1iEFBFbdsFGlOhIpZ5eraDSbSuM9i2 {  }
 }@media only screen and (max-width: 763px) { #IKTET9Z2RRWcK78wnT56RTXugZK8uiJv { display:block; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container { width:47.75rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFuPHkKfhBi8LVKRsvt9A0bBiCcmv7Eu { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU5XolF1ssEhTxvCapAbsdnUTKP7uEwb { width:21.875rem;height:3.4375rem;top:10.625rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4uFIeG2AO7Eu8iLuFTUuk1KXyQ7UMAI { width:0.75rem;height:8.75rem;top:5.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8BF7EwZRvCFknSzguRO253NVZT3Td11 { width:21.875rem;height:3.4375rem;top:6.25rem;left:25.875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmDqO7NTadCfePsB4lIaXgGhFWZ7S0wD { width:21.875rem;height:2.5rem;top:10.1875rem;left:25.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCHrKdA1cGr9ag2aLTxlXGWRtc5kphxF { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #imJZUUQDSBkmxUxKZOWoJJoPg3yIpzLu { top:26.5rem;left:0rem;width:44.9375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiL3MAz7Nrldfkz2fSEBGTGKrcKrcwr4 { display:block; }
 }@media only screen and (max-width: 763px) { #T6RFdtnBimvkeJdnMslB8S6Kr1Wfyx90 { top:21rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v78CnUiHDGJH9wxdBuPL9BsrADpPqTNT { top:35.3125rem;left:0rem;width:47.75rem;height:13.875rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFgrw6KA4R7pwHvO7MmzkFE7nTXmUKZq { top:49.8125rem;left:10.25rem;width:13.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l { display:block; }#zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUSppGXNM1QzkQun7IPZTUTpHOtxt7yw { width:30rem;height:1.75rem;top:2.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2Tnzdp5C6zFLl0VE4VwtdkV06ozwgJT { top:6.625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKHn6F8E03WITHw7IFpxJSDmKiZlZiqg { width:12.25rem;height:0.6875rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2e4yuKLHrgiGG96zUrQTTNvhFwhQhDC { top:15.125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6Cu2fUQApFS2Wx5ZipvFE6QIMNG5xP2 { top:19.75rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PccKGiCFs2TD4uXmNVXBK5c00RcsFeJr { top:29.3125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdPix0CSoO06QTVsbIvly2hqTwE22EVe { top:42.375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot4197eUKoud8TWnbHqyV98aA3t8TWEv { width:30rem;height:5.3125rem;top:6.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiBSm96u0fccibI9daPyTXIWXm5yeH0c { width:30rem;height:3.5625rem;top:15.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STunRkREtPLFaUPl15KiTcFb4ZcDiN7d { top:5.25rem;left:25.851564407349rem;width:21.6875rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1wTApuwmJm1o67ZLy6guNBW2sbJrAIb { width:30rem;height:3.5625rem;top:19.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSX9PtK7kGcf1G6AMrldysFOQhpeuZJm { width:30rem;height:10.6875rem;top:29.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9zZbQq4EZNTWPeNOUDr715FqO2zEru6 { width:30.875rem;height:8.9375rem;top:42.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grGUEXXKtb5LAfIzOeDekuSDwK1zV2Qu { width:30rem;height:1.75rem;top:25.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGVqv1rs5TT3iQBHb9hToQbaOvVPoNAN { width:13.375rem;height:4rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #soXmtT39REGz8xmyafSwFQtl2Z32vTEe { width:30rem;height:1.75rem;top:53.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBHPLEGVJam19wRv80mKyybTIZJErMNW { top:53.1875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O91MVMq9lCUIIzx5EHx08uFtrXWg0cQ3 { top:40rem;left:29.007814407349rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCXxLfPufAGb7lWgqFsy4vH8X6tHFd9I { top:26.125rem;left:26.382814407349rem;width:20.625rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX { display:block; }#OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZ1WacoQu9mhoiuHhsF4em51k2Sv3vEa { width:30rem;height:1.75rem;top:2.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBlDyCq64HdLrnMlU0BlT1ezgsAmlylO { width:13.375rem;height:0.6875rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR7AJB3yugqMUiU7eqNIwUyZCkTZwRqP { width:20rem;height:6.25rem;top:12.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8aeE8fWLOBob1fbQcrtzfWTIEh3WfTT { width:12.5rem;height:1.25rem;top:19.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWUSlHG13kU0qW8kgXBZ9oFkH5f1ZZFG { width:12.5rem;height:1.25rem;top:31.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md2eHTIXFIJS7pJAa7yirIUSPfSlIDTn { width:20rem;height:6.25rem;top:24.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWAGAt6Rz33kfoq8NhwssR3cR5WltehJ { width:12.5rem;height:1.25rem;top:31.25rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwhpBQ8PPdZMTBsBCsJRO90Wz0Gy2229 { width:20rem;height:6.25rem;top:24.375rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBcuA1zfkugvrK4hpCvENSJZIfqXNTO2 { width:12.5rem;height:1.25rem;top:19.375rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV5WcDl2Pzv4al38JASgqwsb3TEI6KVH { width:20rem;height:6.25rem;top:12.5rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR0pSoOaN8q3Gr1Mtk9swWtnKWfFM4hJ { width:20rem;height:6.25rem;top:24.375rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvgGseeTOrGNBDa4DZ52GR9a84kdLf7e { width:12.5rem;height:1.25rem;top:31.25rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK6OP1x5MAJTMfRJAUqrLLMRgvKlc0G1 { top:34.4375rem;left:0rem;width:7.125rem;height:7.125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 { display:block; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container { width:47.75rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qg7KMMK72awpiX7rVxmH3fGyqcbICQc5 { width:47.75rem;height:2.8125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf3nexs19pVaTDLB9ShS0g0sfM3MVky5 { width:17.5rem;height:3.4375rem;top:8.125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlnz5gcrLWLye61ne6ZGRPyLt5vHT4T8 { display:block; }
 }@media only screen and (max-width: 763px) { #Ry7ZgWAuaspbBtHfJAq1TLUkyIiJh6ZR { top:0.5rem;left:0rem;width:47.75rem;height:5.75rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Znk6Ic5OUCZA6ni17UVTy1yIboFxetiv { display:none; }
 }@media only screen and (max-width: 763px) { #rSn6naPfEhwbzJCI7HuFqNS7e5usP4pr { display:none; }
 }@media only screen and (max-width: 763px) { #pnKRzT0QKu75RXDInTq1kiq3HfSIPG9E { display:none; }
 }@media only screen and (max-width: 763px) { #WR9hJsk0FJ51QkMJ1UcnHrCrQ6KJPDm6 { display:none; }
 }@media only screen and (max-width: 763px) { #fSgzHMXcUx4T0R9hWC92gbMhK8kIDiWV { display:none; }
 }@media only screen and (max-width: 763px) { #Eu1ytCR2BgI9Efv8u52UUODTA8eRzvef { top:14.9375rem;left:0rem;width:47.75rem;height:13.875rem;font-size:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t2khXykVrzxcfT1OXz4R5XGLVJLCqklv { top:29.8125rem;left:17.780469894409rem;width:13.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt { display:block; }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWULGS8vLasDzBIWIcVKT87JONCnbTd0 { top:1.1875rem;left:0rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDeZGHgKPblPyaEb9xezZilrKvLECVib { top:1.1875rem;left:39.21875rem;width:4.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7iOpgUmqDOuUw1Uo3tWMZ4LK7WzFTDS { top:1.1875rem;left:43.5rem;width:4.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO { display:block; }#OQdWgUxeu9V4FZmbe6dlGraUoTqagTbO > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmeemg2S5WC4nwywDdGHuuGZuN4Z6X0v { width:20rem;height:13rem;top:0.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC { display:block; }#VenTXFwVRFIUfoPVv8eXH1n4PpaiXBkC > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx { width:19rem;height:5.3125rem;display:flex;top:0rem;left:0.3125rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #pXVQnXr0hTAAPVGnhqbyndyeRvuITsvC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #AVWtTHZ7SBTZMykpCfsNc68NkZPs2XhG {  }
 }@media only screen and (max-width: 763px) { #LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #Rfm9yG3HEhUvAR37xfcD2N6l3xNhqTT5 {  }
 }@media only screen and (max-width: 763px) { #LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #r7DO3TpDRKo3AfAvhMCtNQrea9HNFiXI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #OCTPgKmHxBggGqZONmFwmLIztwn0pPL0 {  }
 }@media only screen and (max-width: 763px) { #LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #Qbf1cMfq1Ty84oRMArumHNPQTRof7HDE {  }
 }@media only screen and (max-width: 763px) { #LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #Ba9kQKTzdxk7Rpx2GnRPweC5CgFQeK6W { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #Ok8ulxMX2765teXQ4TAiTi187qiVfQ0k {  }
 }@media only screen and (max-width: 763px) { #LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #pmdPULNFee4OXivuP2e02D9R8pBcu4kX {  }
 }@media only screen and (max-width: 763px) { #LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #RyE91mRefX4CU91N37E0LC4fLs8ogZ6g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #c6dWH3JaaJh2JT7PFcAdoX1R7dIa08AM {  }
 }@media only screen and (max-width: 763px) { #LxpKVTGOUwlq1SkJ7I0giPai99o3iMKx #SE1iEFBFbdsFGlOhIpZ5eraDSbSuM9i2 {  }
 }@media only screen and (max-width: 763px) { #IKTET9Z2RRWcK78wnT56RTXugZK8uiJv { display:block; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container { width:20rem;height:61.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFuPHkKfhBi8LVKRsvt9A0bBiCcmv7Eu { width:20rem;height:3.75rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU5XolF1ssEhTxvCapAbsdnUTKP7uEwb { width:20rem;height:10.3125rem;top:5.4375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S4uFIeG2AO7Eu8iLuFTUuk1KXyQ7UMAI { width:0.75rem;height:8.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w8BF7EwZRvCFknSzguRO253NVZT3Td11 { width:20rem;height:6.875rem;top:17.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RmDqO7NTadCfePsB4lIaXgGhFWZ7S0wD { width:20rem;height:1.875rem;top:25.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wCHrKdA1cGr9ag2aLTxlXGWRtc5kphxF { top:16.624609947204rem;left:3.7499998807907rem;width:12.5rem;height:0.875rem;z-index:15004;background-color:transparent;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/16f89c22b0b1a7ec597a0f0ba4f95084.png");background-position:top center !important;background-repeat:no-repeat !important;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0.25rem solid #ff5335;display:block; }#wCHrKdA1cGr9ag2aLTxlXGWRtc5kphxF.adaptive-delivery-prevent-bg, #wCHrKdA1cGr9ag2aLTxlXGWRtc5kphxF.lazyload, #wCHrKdA1cGr9ag2aLTxlXGWRtc5kphxF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #imJZUUQDSBkmxUxKZOWoJJoPg3yIpzLu { top:29.937111854553rem;left:0.5rem;width:19rem;height:5.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiL3MAz7Nrldfkz2fSEBGTGKrcKrcwr4 { display:block; }
 }@media only screen and (max-width: 763px) { #T6RFdtnBimvkeJdnMslB8S6Kr1Wfyx90 { width:20rem;height:7.8rem;top:36.437499523163rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v78CnUiHDGJH9wxdBuPL9BsrADpPqTNT { width:20rem;height:13rem;top:45.200001716614rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFgrw6KA4R7pwHvO7MmzkFE7nTXmUKZq { width:13.625rem;height:1.3rem;top:59.950000762939rem;left:4.3749998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l { display:block; }#zPBcpaiGIDvgvI8iTLgxaid5eNzO7r3l > .row .container { width:20rem;height:116.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUSppGXNM1QzkQun7IPZTUTpHOtxt7yw { width:20rem;height:1.625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2Tnzdp5C6zFLl0VE4VwtdkV06ozwgJT { width:1.5rem;height:1.5rem;top:3.6750001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKHn6F8E03WITHw7IFpxJSDmKiZlZiqg { width:13.375rem;height:0.6875rem;top:1.625rem;left:3.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2e4yuKLHrgiGG96zUrQTTNvhFwhQhDC { width:1.5rem;height:1.5rem;top:16.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6Cu2fUQApFS2Wx5ZipvFE6QIMNG5xP2 { width:1.5rem;height:1.5rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PccKGiCFs2TD4uXmNVXBK5c00RcsFeJr { width:1.5rem;height:1.5rem;top:46.280471801757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdPix0CSoO06QTVsbIvly2hqTwE22EVe { width:1.5rem;height:1.5rem;top:66.687108993531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot4197eUKoud8TWnbHqyV98aA3t8TWEv { width:18.0625rem;height:8.9375rem;top:3.6750011444092rem;left:1.9375001192093rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiBSm96u0fccibI9daPyTXIWXm5yeH0c { width:18.0625rem;height:3.575rem;top:15.03671836853rem;left:1.9375001192093rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STunRkREtPLFaUPl15KiTcFb4ZcDiN7d { width:14.9375rem;height:12.5rem;top:29.280465364456rem;left:2.5312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1wTApuwmJm1o67ZLy6guNBW2sbJrAIb { width:18.0625rem;height:5.3625rem;top:20.625rem;left:1.9375001192093rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSX9PtK7kGcf1G6AMrldysFOQhpeuZJm { width:17.6875rem;height:19.6625rem;top:46.280855417252rem;left:2.3125001192093rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9zZbQq4EZNTWPeNOUDr715FqO2zEru6 { width:17.75rem;height:16.0875rem;top:66.687495708463rem;left:2.2500001192093rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grGUEXXKtb5LAfIzOeDekuSDwK1zV2Qu { width:20rem;height:1.625rem;top:42.780469894409rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGVqv1rs5TT3iQBHb9hToQbaOvVPoNAN { width:13.375rem;height:4rem;top:44.905467987061rem;left:3.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #soXmtT39REGz8xmyafSwFQtl2Z32vTEe { width:17.9375rem;height:1.7875rem;top:84.400007724763rem;left:2.0625001192093rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBHPLEGVJam19wRv80mKyybTIZJErMNW { width:1.5rem;height:1.5rem;top:84.400001525881rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O91MVMq9lCUIIzx5EHx08uFtrXWg0cQ3 { width:15.375rem;height:15.375rem;top:99.981649398806rem;left:2.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCXxLfPufAGb7lWgqFsy4vH8X6tHFd9I { width:20rem;height:14.9695rem;top:89.024606704712rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX { display:block; }#OAM3tQ4K0xuLLXF4vbJOPIBLAfiqMJQX > .row .container { width:20rem;height:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZ1WacoQu9mhoiuHhsF4em51k2Sv3vEa { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBlDyCq64HdLrnMlU0BlT1ezgsAmlylO { width:13.375rem;height:0.6875rem;top:4.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR7AJB3yugqMUiU7eqNIwUyZCkTZwRqP { width:17.5rem;height:2.6rem;top:6.3125rem;left:1.25rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8aeE8fWLOBob1fbQcrtzfWTIEh3WfTT { width:17.5rem;height:1.3rem;top:10.1625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWUSlHG13kU0qW8kgXBZ9oFkH5f1ZZFG { width:17.5rem;height:1.3rem;top:15.2625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md2eHTIXFIJS7pJAa7yirIUSPfSlIDTn { width:17.5rem;height:1.3rem;top:12.7125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWAGAt6Rz33kfoq8NhwssR3cR5WltehJ { width:17.5rem;height:1.3rem;top:63.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwhpBQ8PPdZMTBsBCsJRO90Wz0Gy2229 { width:18.5625rem;height:28.6rem;top:33.2125rem;left:0.6875rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBcuA1zfkugvrK4hpCvENSJZIfqXNTO2 { width:17.5rem;height:1.3rem;top:30.6625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV5WcDl2Pzv4al38JASgqwsb3TEI6KVH { width:17.5rem;height:5.2rem;top:24.2125rem;left:1.25rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR0pSoOaN8q3Gr1Mtk9swWtnKWfFM4hJ { width:19rem;height:2.6rem;top:17.8125rem;left:0.5rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvgGseeTOrGNBDa4DZ52GR9a84kdLf7e { width:12.5rem;height:1.3rem;top:21.6625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK6OP1x5MAJTMfRJAUqrLLMRgvKlc0G1 { width:7.125rem;height:7.125rem;top:75.425004482269rem;left:6.4374998807906rem;font-size:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 { display:block; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qg7KMMK72awpiX7rVxmH3fGyqcbICQc5 { width:20rem;height:4.55rem;top:7.630859375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf3nexs19pVaTDLB9ShS0g0sfM3MVky5 { width:17.5rem;height:3.4375rem;top:13.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlnz5gcrLWLye61ne6ZGRPyLt5vHT4T8 { display:block; }
 }@media only screen and (max-width: 763px) { #Ry7ZgWAuaspbBtHfJAq1TLUkyIiJh6ZR { width:20rem;height:2.6rem;top:4.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Znk6Ic5OUCZA6ni17UVTy1yIboFxetiv { top:0rem;left:0.5625rem;width:4.25rem;height:4.25rem;z-index:15014;color:#fdff00;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSn6naPfEhwbzJCI7HuFqNS7e5usP4pr { top:0rem;left:11.562500357628rem;width:4.25rem;height:4.25rem;z-index:15015;color:#fdff00;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnKRzT0QKu75RXDInTq1kiq3HfSIPG9E { top:0rem;left:15.125000357628rem;width:4.25rem;height:4.25rem;z-index:15016;color:#fdff00;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR9hJsk0FJ51QkMJ1UcnHrCrQ6KJPDm6 { top:0rem;left:4.2499998807907rem;width:4.25rem;height:4.25rem;z-index:15015;color:#fdff00;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSgzHMXcUx4T0R9hWC92gbMhK8kIDiWV { top:0rem;left:7.8750003576281rem;width:4.25rem;height:4.25rem;z-index:15016;color:#fdff00;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu1ytCR2BgI9Efv8u52UUODTA8eRzvef { width:20rem;height:13rem;top:17.249609470367rem;left:0rem;font-size:2rem;z-index:15008;color:#fdff00;display:block; }
 }@media only screen and (max-width: 763px) { #t2khXykVrzxcfT1OXz4R5XGLVJLCqklv { width:13.625rem;height:1.3rem;top:31.561719536781rem;left:4.8124998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt { display:block; }#oJ2xft8lfHqhsNaTDsUsVHogRsWb4Qbt > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWULGS8vLasDzBIWIcVKT87JONCnbTd0 { width:13rem;height:2.6rem;top:0.625rem;left:3.4999998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BDeZGHgKPblPyaEb9xezZilrKvLECVib { width:4.25rem;height:1.3rem;top:3.75rem;left:4.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7iOpgUmqDOuUw1Uo3tWMZ4LK7WzFTDS { width:4.25rem;height:1.3rem;top:3.75rem;left:11.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }