.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a683ef29-7c46-4f6f-bb61-96a9d806aac1/slider.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;overflow:visible;position:relative;display:block; }#uGlSSTtBTbp41JMkUKTKdzmJti5Bhczq { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.9375rem;width:45.875rem;top:6rem;left:29.125rem;overflow:hidden;display:block; }
#wDDf9liqXB3eZ6u0XXsk6zR7s2i7nAA4 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.3125rem;width:17.3125rem;top:6rem;left:8.0625rem;overflow:hidden;display:block; }
#icWy1KHHed3THPhTGxxRk5yg3ulw0atL { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:brandon;font-size:5.0625rem;font-weight:normal;z-index:100002;line-height:1;letter-spacing:0;top:18.40625rem;left:1.4375rem;height:10.125rem;text-align:center;text-align-last:center;display:block; }
#WGEEKxgAZSHEnPIcR7noiuvAV23WS6XC { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:brandon;font-size:2.3125rem;font-weight:normal;z-index:100003;line-height:1;letter-spacing:0;top:29.5rem;left:1.4375rem;height:2.31328125rem;text-align:center;text-align-last:center;display:block; }
#nfweTLvTQ3PR3rqnQVnklLOv4dLicbzC { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:brandon;font-size:1.75rem;font-weight:normal;z-index:100004;line-height:1;letter-spacing:0;top:35.125rem;left:2.1875rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#TMCEo4pmLfDvuNzM4wT8AmJdMEWHcWCT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4c300;background-image:none;position:relative;display:block; }#TMCEo4pmLfDvuNzM4wT8AmJdMEWHcWCT > .row .container { background-color: transparent; background-image: none; }#TMCEo4pmLfDvuNzM4wT8AmJdMEWHcWCT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMCEo4pmLfDvuNzM4wT8AmJdMEWHcWCT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMCEo4pmLfDvuNzM4wT8AmJdMEWHcWCT > .row .container > .video-iframe-container { display: none; }#TMCEo4pmLfDvuNzM4wT8AmJdMEWHcWCT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMCEo4pmLfDvuNzM4wT8AmJdMEWHcWCT > .row > .video-iframe-container { display: none; }#TMCEo4pmLfDvuNzM4wT8AmJdMEWHcWCT > .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); }#TMCEo4pmLfDvuNzM4wT8AmJdMEWHcWCT > .row .container { border-width: 0; border-radius: 0; }#TMCEo4pmLfDvuNzM4wT8AmJdMEWHcWCT > .row > .video-iframe-container {  }#TMCEo4pmLfDvuNzM4wT8AmJdMEWHcWCT > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#IzoLro6nnG53FMq7xt5LicB13Gt2E89T { color:#ffffff;display:block;width:64.5625rem;position:absolute;font-family:brandon;font-size:1.75rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:2.96875rem;left:5.21875rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#y5ARFZyP6TdPDvVdXWiSqlgAHCE3Pd5r { color:#ffffff;display:block;width:64.5625rem;position:absolute;font-family:brandon;font-size:1.75rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:2.96875rem;left:5.21875rem;height:5.25rem;text-align:center;text-align-last:center;display:none; }
#nffqgkeWTNFP9xWzH5EquJrXFgZaZH4w { position:relative;display:block; }#nffqgkeWTNFP9xWzH5EquJrXFgZaZH4w { background-color: transparent; background-image: none; }#nffqgkeWTNFP9xWzH5EquJrXFgZaZH4w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nffqgkeWTNFP9xWzH5EquJrXFgZaZH4w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nffqgkeWTNFP9xWzH5EquJrXFgZaZH4w > .row .container > .video-iframe-container { display: none; }#nffqgkeWTNFP9xWzH5EquJrXFgZaZH4w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nffqgkeWTNFP9xWzH5EquJrXFgZaZH4w > .row > .video-iframe-container { display: none; }#nffqgkeWTNFP9xWzH5EquJrXFgZaZH4w > .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); }#nffqgkeWTNFP9xWzH5EquJrXFgZaZH4w { border-width: 0; border-radius: 0; }#nffqgkeWTNFP9xWzH5EquJrXFgZaZH4w > .row .container > .video-iframe-container {  }#nffqgkeWTNFP9xWzH5EquJrXFgZaZH4w > .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:41.1875rem;width:75rem;position:relative;display:block; }#tHpes1CKxXAJQsBcAWf44oiOiACmJOLt { color:#295330;display:block;width:33.3125rem;position:absolute;font-family:brandon;font-size:1.375rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:14.75rem;left:0rem;height:18.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T8f4n1xbwz8atrd2OvxuPV9fuewwqnhI { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.4375rem;width:30.125rem;top:4.53125rem;left:39.375rem;overflow:hidden;display:block; }
#fnSSKNNzwe0AWunkZX8KK2qKQlxEvTs8 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.625rem;width:20.75rem;top:27.8125rem;left:57.486570247934rem;overflow:hidden;display:block; }
#yiSDMu1TKgfNxQCevTVu3BDgl8NZZVfn { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:8.5rem;top:3.875rem;left:36.375rem;overflow:hidden;display:block; }
#NdenkFq5LTVzqWxolSNQTat1LruBkq2N { color:#295330;display:block;width:26rem;position:absolute;font-family:brandon;font-size:1.875rem;font-weight:400;z-index:100006;line-height:1.2;letter-spacing:0;top:9.25rem;left:0rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N5Z7MdMagCZNThaEb9evt5DLuuEAaVoz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/188f6ff8-5017-478a-b4eb-c636351505a8/background.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#N5Z7MdMagCZNThaEb9evt5DLuuEAaVoz.adaptive-delivery-prevent-bg, #N5Z7MdMagCZNThaEb9evt5DLuuEAaVoz.lazyload, #N5Z7MdMagCZNThaEb9evt5DLuuEAaVoz.lazyloading { background-image: none; }#N5Z7MdMagCZNThaEb9evt5DLuuEAaVoz > .row .container { background-color: transparent; background-image: none; }#N5Z7MdMagCZNThaEb9evt5DLuuEAaVoz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#N5Z7MdMagCZNThaEb9evt5DLuuEAaVoz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5Z7MdMagCZNThaEb9evt5DLuuEAaVoz > .row .container > .video-iframe-container { display: none; }#N5Z7MdMagCZNThaEb9evt5DLuuEAaVoz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#N5Z7MdMagCZNThaEb9evt5DLuuEAaVoz > .row > .video-iframe-container { display: none; }#N5Z7MdMagCZNThaEb9evt5DLuuEAaVoz > .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); }#N5Z7MdMagCZNThaEb9evt5DLuuEAaVoz > .row .container { border-width: 0; border-radius: 0; }#N5Z7MdMagCZNThaEb9evt5DLuuEAaVoz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#N5Z7MdMagCZNThaEb9evt5DLuuEAaVoz > .row > .video-iframe-container {  }#N5Z7MdMagCZNThaEb9evt5DLuuEAaVoz > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:block; }#GOgzg2BdQkCNt7xe32eF1rVdVk0r38Ti { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a683ef29-7c46-4f6f-bb61-96a9d806aac1/slider.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:17rem;width:18.75rem;top:11.5rem;left:3.125rem;display:block; }#GOgzg2BdQkCNt7xe32eF1rVdVk0r38Ti.adaptive-delivery-prevent-bg, #GOgzg2BdQkCNt7xe32eF1rVdVk0r38Ti.lazyload, #GOgzg2BdQkCNt7xe32eF1rVdVk0r38Ti.lazyloading { background-image: none; }
#qFnJaiAakcxIMyJi0BUpCoIBsVrr8CSk { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a683ef29-7c46-4f6f-bb61-96a9d806aac1/slider.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:17rem;width:18.75rem;top:11.5rem;left:28.125rem;display:block; }#qFnJaiAakcxIMyJi0BUpCoIBsVrr8CSk.adaptive-delivery-prevent-bg, #qFnJaiAakcxIMyJi0BUpCoIBsVrr8CSk.lazyload, #qFnJaiAakcxIMyJi0BUpCoIBsVrr8CSk.lazyloading { background-image: none; }
#OQcrxyb90rx7Kb9UPvpO9ES9O5dtfCC2 { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a683ef29-7c46-4f6f-bb61-96a9d806aac1/slider.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:17rem;width:18.75rem;top:11.5rem;left:53.125rem;display:block; }#OQcrxyb90rx7Kb9UPvpO9ES9O5dtfCC2.adaptive-delivery-prevent-bg, #OQcrxyb90rx7Kb9UPvpO9ES9O5dtfCC2.lazyload, #OQcrxyb90rx7Kb9UPvpO9ES9O5dtfCC2.lazyloading { background-image: none; }
#xm7LUVg9t7iphC21frOFp99KHFISZsk0 { color:#295330;display:block;width:69.1875rem;position:absolute;font-family:brandon;font-size:2.6875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:2rem;left:2.9375rem;height:6.9890625rem;text-align:center;text-align-last:center;display:block; }
#uFO9DfgC3bzaSaTSkD4hPNcah2CZ9B1y { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:brandon;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.4;letter-spacing:0;top:20.8125rem;left:7.1875rem;height:5.2453125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qT85BPibrzymV3fPoLbcxumDwTAu1r98 { position:absolute;display:block;z-index:100012;background-color:#295330;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:1.25rem;width:1.25rem;top:19.375rem;left:23.125rem;display:block; }
#PvebTS8OB7fTBnLIvcKopUVI2cq1luHA { position:absolute;display:block;z-index:100013;background-color:#f4c300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:1.25rem;width:1.25rem;top:19.375rem;left:25.5625rem;display:block; }
#TuFxJ89chJSGOCK4wpXMwPawigTAEWmc { position:absolute;display:block;z-index:100014;background-color:#295330;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:1.25rem;width:1.25rem;top:19.375rem;left:48.125rem;display:block; }
#NkJEpG3mUxQJLTbl9ASz9dpQiqeRxL9w { position:absolute;display:block;z-index:100015;background-color:#f4c300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;height:1.25rem;width:1.25rem;top:19.375rem;left:50.5625rem;display:block; }
#keuDHtMb7hZ0fb0eI3aGgS1bQD7VdMiV { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:16.4375rem;top:6.625rem;left:4.3125rem;overflow:hidden;display:block; }
#qMo0QXiiKFDrIiyMhRTUQeQ3km1lcc1s { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:16.4375rem;top:6.625rem;left:29.3125rem;overflow:hidden;display:block; }
#kZsAzLFm5zHaOcP61i5z9qvzDDGQngbm { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:16.4375rem;top:6.625rem;left:54.3125rem;overflow:hidden;display:block; }
#H0U9vPCnScSETIpkP8mOp8gTVZ2rkh4b { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:brandon;font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.4;letter-spacing:0;top:19.5rem;left:29.5625rem;height:8.7421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X1snWKyK8GyQeRzyCFnh6s9VRn9Ciucf { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:brandon;font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.4;letter-spacing:0;top:20.8125rem;left:54.5625rem;height:5.2453125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b08OzpAhk89h133rXuIKXQOIE0t6cqAv { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:brandon;font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.4;letter-spacing:0;top:19.5rem;left:29.5625rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WgPdKD8uC4v0nWI4WFVLAccMzk5PtZer { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#295330;background-image:url("https://images.assets-landingi.com/uc/a683ef29-7c46-4f6f-bb61-96a9d806aac1/slider.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#WgPdKD8uC4v0nWI4WFVLAccMzk5PtZer.adaptive-delivery-prevent-bg, #WgPdKD8uC4v0nWI4WFVLAccMzk5PtZer.lazyload, #WgPdKD8uC4v0nWI4WFVLAccMzk5PtZer.lazyloading { background-image: none; }#WgPdKD8uC4v0nWI4WFVLAccMzk5PtZer > .row .container { background-color: transparent; background-image: none; }#WgPdKD8uC4v0nWI4WFVLAccMzk5PtZer::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgPdKD8uC4v0nWI4WFVLAccMzk5PtZer > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgPdKD8uC4v0nWI4WFVLAccMzk5PtZer > .row .container > .video-iframe-container { display: none; }#WgPdKD8uC4v0nWI4WFVLAccMzk5PtZer > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgPdKD8uC4v0nWI4WFVLAccMzk5PtZer > .row > .video-iframe-container { display: none; }#WgPdKD8uC4v0nWI4WFVLAccMzk5PtZer > .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); }#WgPdKD8uC4v0nWI4WFVLAccMzk5PtZer > .row .container { border-width: 0; border-radius: 0; }#WgPdKD8uC4v0nWI4WFVLAccMzk5PtZer > .row > .video-iframe-container {  }#WgPdKD8uC4v0nWI4WFVLAccMzk5PtZer > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#yI3mb5KCK1X27TO0WmR6VDM1Xluq5XyF { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:brandon;font-size:3.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:4.677734375rem;left:8.125rem;height:4.14375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HITJrALKea6ayVPIwRtI9Km9ZPPdwPUk { color:#ffffff;display:block;width:20.75rem;position:absolute;font-family:brandon;font-size:1.6875rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:9.5703125rem;left:7.5625rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lFX52GWJuoxRLdW7dPlzqr3hFQtmXp2R { position:absolute;display:block;z-index:100003;background-color:#f4c300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:75rem;top:0rem;left:37.1875rem;display:block; }
#qW0tLBpadkPL09nywMdbWWM0MBQLZJHs { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:brandon;font-size:3.1875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:4.677734375rem;left:46.031253814698rem;height:4.14375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bw6PIlegl8ksJvHXUcxbFklW7dqAOeTS { color:#ffffff;display:block;width:26.75rem;position:absolute;font-family:brandon;font-size:1.6875rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:9.5703125rem;left:43.25rem;height:6.58125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zazhTK4lW8XdsxMF9NBz3OIAkTpZLLXh { position:relative;display:block; }#zazhTK4lW8XdsxMF9NBz3OIAkTpZLLXh { background-color: transparent; background-image: none; }#zazhTK4lW8XdsxMF9NBz3OIAkTpZLLXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zazhTK4lW8XdsxMF9NBz3OIAkTpZLLXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zazhTK4lW8XdsxMF9NBz3OIAkTpZLLXh > .row .container > .video-iframe-container { display: none; }#zazhTK4lW8XdsxMF9NBz3OIAkTpZLLXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zazhTK4lW8XdsxMF9NBz3OIAkTpZLLXh > .row > .video-iframe-container { display: none; }#zazhTK4lW8XdsxMF9NBz3OIAkTpZLLXh > .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); }#zazhTK4lW8XdsxMF9NBz3OIAkTpZLLXh { border-width: 0; border-radius: 0; }#zazhTK4lW8XdsxMF9NBz3OIAkTpZLLXh > .row .container > .video-iframe-container {  }#zazhTK4lW8XdsxMF9NBz3OIAkTpZLLXh > .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:96.6875rem;width:75rem;position:relative;display:block; }#fbt3k8Kw2awTnOKOf8Qx0X2efaBZTbAN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:37.5rem;display:none; }
#PhrttA1JvEyx1EIGM6F1an1zITliPRMV { color:#295330;display:block;width:56.1875rem;position:absolute;font-family:brandon;font-size:2.75rem;font-weight:700;z-index:100007;line-height:1.4;letter-spacing:0;top:3.125rem;left:9.40625rem;height:3.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eer75A2alnelEpkKG3U62pdgtFGgwka7 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:16.4375rem;top:9.75rem;left:0rem;overflow:hidden;display:block; }
#JWknvfzGF8yrQvoUZw4N4BSHABg2wnLn { color:#295330;display:block;width:10.3125rem;position:absolute;font-family:brandon;font-size:1.3125rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:27.6875rem;left:3.0625rem;height:1.70625rem;display:block; }
#dxaleD02sQRe3XZ421daf2bkEBq0voNr { color:#1c1c1c;display:block;width:6.8125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:29.3125rem;left:3.1875rem;height:1.134375rem;display:block; }
#yMTxJZs85dysACugUkUTSr9qOlIZPgvr { color:#295330;display:block;width:22.9375rem;position:absolute;font-family:brandon;font-size:4.625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:87.875rem;left:23rem;height:6.009375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ELPUgyH1sMA88T8ht3TufIEH3i2fXUNI { color:#ffffff;display:block;width:38.5625rem;position:absolute;font-family:brandon;font-size:2.1875rem;font-weight:400;z-index:100004;line-height:1.1;letter-spacing:0;top:84.4375rem;left:18.25rem;height:2.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v5ifsBKWmlJHvHsBdkBuk9qWBsARgi0Q { position:absolute;display:block;z-index:100003;background-color:#295330;background-image:url("https://images.assets-landingi.com/uc/a683ef29-7c46-4f6f-bb61-96a9d806aac1/slider.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.25rem 1.25rem rgba(0,0,0,0.2) ;height:4.625rem;width:35.25rem;top:83.3125rem;left:19.875rem;display:block; }#v5ifsBKWmlJHvHsBdkBuk9qWBsARgi0Q.adaptive-delivery-prevent-bg, #v5ifsBKWmlJHvHsBdkBuk9qWBsARgi0Q.lazyload, #v5ifsBKWmlJHvHsBdkBuk9qWBsARgi0Q.lazyloading { background-image: none; }
#uMI40d4hBk4yEsWgZgATUoExFfyuwi55 { color:#295330;display:block;width:7.0625rem;position:absolute;font-family:brandon;font-size:1.6875rem;font-weight:400;z-index:100007;line-height:1.1;letter-spacing:0;top:89.0625rem;left:45rem;height:7.425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QOXWuxkUPySVoTvCSgRLJOMhPTPtIh7H { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:31.25rem;display:none; }
#tTgQvNE6H3MehSh8yquJZTTX5qbn7FJk { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.875rem;width:13.875rem;top:13.8125rem;left:15.375rem;overflow:hidden;display:block; }
#tubkMuxTnsqxONzuqESrJ7mihu2I44Sk { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.875rem;width:13.875rem;top:13.875rem;left:61.125rem;overflow:hidden;display:block; }
#lyyhtZdXrTcT53DGmGkbsTvJ2PHETR7v { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9375rem;width:13.375rem;top:10.75rem;left:30.8125rem;overflow:hidden;display:block; }
#rTrw9pN0TihukvLWbeigPcnNBv6JXTyt { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:12.75rem;top:10.5625rem;left:45.5625rem;overflow:hidden;display:block; }
#glfnEhMTF5v5FEdUKIunypXEgTI7TmWQ { color:#295330;display:block;width:10.3125rem;position:absolute;font-family:brandon;font-size:1.3125rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:12.25rem;left:15.375rem;height:1.70625rem;display:block; }
#Kd7mDQMzqwyimUToLl2pRXf8yhZURTPZ { color:#1c1c1c;display:block;width:5rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:13.875rem;left:15.5rem;height:1.134375rem;display:block; }
#vr1yZfIbgPKqBwIF8xmdZxpIsJ1oxIb4 { color:#295330;display:block;width:10.3125rem;position:absolute;font-family:brandon;font-size:1.3125rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:10.5625rem;left:46.25rem;height:1.70625rem;display:block; }
#AkiTqUJkLrbdq8QEtui2GAFr7csC3Ioc { color:#1c1c1c;display:block;width:5rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:12.1875rem;left:46.25rem;height:1.134375rem;display:block; }
#BziLaC1EAAdIlQb68AmNKDf5bQgwdn4z { color:#295330;display:block;width:10.3125rem;position:absolute;font-family:brandon;font-size:1.3125rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:12.125rem;left:30.75rem;height:1.70625rem;display:block; }
#JBclB1oCprMFNJX7aT1T5kOHCb7BNDPn { color:#1c1c1c;display:block;width:5rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:13.75rem;left:30.875rem;height:1.134375rem;display:block; }
#ZpEV7xfRU4Sp527ieVMGEtQGnMFlhTQ9 { color:#295330;display:block;width:10.3125rem;position:absolute;font-family:brandon;font-size:1.3125rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:11.8125rem;left:61.0625rem;height:1.70625rem;display:block; }
#TU0OlS76iB2TWE99at83RsGW3fdHc0cd { color:#1c1c1c;display:block;width:5rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:13.4375rem;left:61.1875rem;height:1.134375rem;display:block; }
#MR0pusL8rwR8iLnMZXyN4zrfWDTF9Z4L { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.3125rem;width:15.3125rem;top:30.3125rem;left:1.3125rem;overflow:hidden;display:block; }
#lyfHX8DiLUkg5ILgywkK0UQTENmNKT2m { color:#295330;display:block;width:11.75rem;position:absolute;font-family:brandon;font-size:1.3125rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:43.5625rem;left:7.5625rem;height:3.4125rem;display:block; }
#tin9PFXplUnSt2BymABbdtgbJhX8bIHT { color:#1c1c1c;display:block;width:5rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:45.1875rem;left:7.6875rem;height:1.134375rem;display:block; }
#xvnGIvSKA1E71Tuyx5v8V0QUN6veqZEA { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.3125rem;width:15.3125rem;top:27.6875rem;left:15.375rem;overflow:hidden;display:block; }
#l0AeoI6CZx4LTcfcVXCPugvDXGJdTm7O { color:#295330;display:block;width:13.5rem;position:absolute;font-family:brandon;font-size:1.3125rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:29.375rem;left:25.1875rem;height:3.4125rem;display:block; }
#gxBbAoEO9huO8HLwo6F7xG3nHBNUEPUN { color:#1c1c1c;display:block;width:6.75rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:31rem;left:25.3125rem;height:2.26875rem;display:block; }
#za6LFUmH3TMZ1xWrrqgTgR2T9pNC94QE { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.3125rem;width:10.875rem;top:33.375rem;left:30.25rem;overflow:hidden;display:block; }
#RaTg5sPTpJQPOHLASrkAoy9UTVKPF72X { color:#295330;display:block;width:10.3125rem;position:absolute;font-family:brandon;font-size:1.3125rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:45.625rem;left:29.3125rem;height:1.70625rem;display:block; }
#UReLgzoR0gPEulz2ZWU56qTz1TlT82Aq { color:#1c1c1c;display:block;width:6.4375rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:47.25rem;left:29.4375rem;height:2.26875rem;display:block; }
#CIzt17H65byFVGVhR28H5lfGd2edhm3B { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.5rem;width:15.6875rem;top:29.375rem;left:41.1875rem;overflow:hidden;display:block; }
#rfxCHCyTDHxK2Tx5Oh7pSTBJARcPPAXG { color:#295330;display:block;width:10.3125rem;position:absolute;font-family:brandon;font-size:1.3125rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:45.625rem;left:45.9375rem;height:1.70625rem;display:block; }
#TqTlyTCWf3yhxUH0TaaTdDiB4oFTUuOo { color:#1c1c1c;display:block;width:5rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:47.25rem;left:46.0625rem;height:1.134375rem;display:block; }
#PiZw2vfDLXW9z2eNsgOFAhgvganmNzrr { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11rem;width:14.75rem;top:30.44921875rem;left:57.677734375rem;overflow:hidden;display:block; }
#D1uHw5TPUo7n8Iw0aztAOJpnTsmIdETt { color:#295330;display:block;width:10.3125rem;position:absolute;font-family:brandon;font-size:1.3125rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:41.9375rem;left:62.9375rem;height:1.70625rem;display:block; }
#uy3f21Pq4VRa81i3etM34Zwk049c1BM0 { color:#1c1c1c;display:block;width:5rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:43.5625rem;left:63.0625rem;height:1.134375rem;display:block; }
#f3IbWhGKx1asuS8KexgHWb2E7QzRdlHQ { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.75rem;width:18.5rem;top:56.0625rem;left:27.5rem;overflow:hidden;display:block; }
#OwTJiVPF8E1lx6QFqtgiCV7e0HUUPT7O { color:#295330;display:block;width:12.3125rem;position:absolute;font-family:brandon;font-size:1.3125rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:66.8125rem;left:17.5625rem;height:3.4125rem;text-align:right;text-align-last:right;display:block; }
#M30qV2gnwWsLeXAkgsmun6TsX2WDVgBT { color:#1c1c1c;display:block;width:5rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:70.3125rem;left:24.8125rem;height:1.134375rem;text-align:right;text-align-last:right;display:block; }
#owUTTLeFi2KKi0ps6aFt2dyo2EHbwMiE { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.9375rem;width:13.25rem;top:45.625rem;left:13.9375rem;overflow:hidden;display:block; }
#BLV5CyxMOWTqRzrnlsBhEhbWwyUMAt0S { color:#295330;display:block;width:10.3125rem;position:absolute;font-family:brandon;font-size:1.3125rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:62.875rem;left:16.375rem;height:1.70625rem;display:block; }
#AwJTwiRNQqdTwUsF638abFoLUs7cl2dw { color:#1c1c1c;display:block;width:5rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:64.5rem;left:16.5rem;height:1.134375rem;display:block; }
#UrsnMpdJVE5o3QThXiUrMdl0q7g7wwzB { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.375rem;width:14.25rem;top:49.875rem;left:42.625rem;overflow:hidden;display:block; }
#FFU7rCuWRtxi5hTn4hDFbV1OhbpVMrNJ { color:#295330;display:block;width:13.25rem;position:absolute;font-family:brandon;font-size:1.3125rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:65.75rem;left:46.1875rem;height:3.4125rem;display:block; }
#IMFH9PTTshKeM2CBCZCrvPoDFfmFsIRn { color:#1c1c1c;display:block;width:7.0625rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:69.056640625rem;left:46.25rem;height:2.26875rem;display:block; }
#rhSdW7THCNTbkkm7ui77y0IeVo151Thq { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.875rem;width:11rem;top:50.875rem;left:29.875rem;overflow:hidden;display:block; }
#yGdw7ROSIz0Z4X4Dn3pFpxIRlfSkAmLT { color:#295330;display:block;width:12.6875rem;position:absolute;font-family:brandon;font-size:1.3125rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:59.125rem;left:30.4375rem;height:3.4125rem;display:block; }
#dIrNTVTTAC1V0C7HqcM0do1AxnB6FAwQ { color:#1c1c1c;display:block;width:5rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:60.75rem;left:30.5625rem;height:1.134375rem;display:block; }
#XXTWAN0N73DA6bQUZJp2kGIX3ICbDsf6 { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:14.5625rem;top:59.8125rem;left:59.125rem;overflow:hidden;display:block; }
#N70f7SvDwiKqBnwTKJr8bgcLuupckpUq { color:#295330;display:block;width:10.3125rem;position:absolute;font-family:brandon;font-size:1.3125rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:70.4375rem;left:56.8125rem;height:1.70625rem;display:block; }
#fzhTgwJ4UZ8PbufTA4uEyI7sfGf8JAd7 { color:#1c1c1c;display:block;width:7.0625rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:72.0625rem;left:56.9375rem;height:1.134375rem;display:block; }
#JLpMrDBGuTpAt3dQgQ2hmQcr9NfU4OxR { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.875rem;width:12.875rem;top:45.625rem;left:59.8125rem;overflow:hidden;display:block; }
#L3Gg3MbUmKOHgcg99EesH98JaTz9TvDV { color:#295330;display:block;width:10.3125rem;position:absolute;font-family:brandon;font-size:1.3125rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:58.5625rem;left:62.125rem;height:1.70625rem;display:block; }
#upKpX3v5SIw66TeNhFyylMchfMAF19pg { color:#1c1c1c;display:block;width:6.9375rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:60.1875rem;left:62.25rem;height:1.134375rem;display:block; }
#MtVT7rpuO3MRk6kPCgX6Gxta6HhPKCW7 { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:15.9375rem;top:52.63671875rem;left:0rem;overflow:hidden;display:block; }
#R9O0TQ7AgQH06eBHJwgWX6KyTMs0Mysw { color:#1c1c1c;display:block;width:7.3125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:69.6875rem;left:3.1875rem;height:1.134375rem;display:block; }
#QTTfay0Ku7GkTqSOpPb2CU9rrJ323U4M { color:#295330;display:block;width:12.3125rem;position:absolute;font-family:brandon;font-size:1.3125rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:68.0625rem;left:3.0625rem;height:3.4125rem;display:block; }
#NympwhTxEeL5OzRrQ3lwO8GcGB3bTlRG { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:15.3125rem;top:71.4375rem;left:9.4375rem;overflow:hidden;display:block; }
#e5q4KDvPGG5G3kQrBhnWinG73KxgFclU { color:#295330;display:block;width:12.3125rem;position:absolute;font-family:brandon;font-size:1.3125rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:74.8125rem;left:11.875rem;height:1.70625rem;text-align:right;text-align-last:right;display:block; }
#dsfE1qLfIk17idJEbTaawQQhb6cCb4x7 { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:6.6875rem;top:73.1875rem;left:66.125rem;overflow:hidden;display:block; }
#k16zFSMM24KKWhH0id83TNpisiOx3wxG { color:#295330;display:block;width:12.3125rem;position:absolute;font-family:brandon;font-size:1.3125rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:77.875rem;left:62.6875rem;height:1.70625rem;text-align:right;text-align-last:right;display:block; }
#A0yZi6xEGPdsDoOd0uF93HDkipIl2G7P { color:#295330;display:block;width:12.3125rem;position:absolute;font-family:brandon;font-size:1.3125rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:75.3125rem;left:43.5rem;height:1.70625rem;text-align:right;text-align-last:right;display:block; }
#vR5Zwa5JVHHymfDTInH9XKNgVEzL65lK { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:12.1875rem;top:73.8125rem;left:43.5rem;overflow:hidden;display:block; }
#WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/xWWaar6a/tlo_01.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi.adaptive-delivery-prevent-bg, #WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi.lazyload, #WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi.lazyloading { background-image: none; }#WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi > .row .container { background-color: transparent; background-image: none; }#WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi > .row .container > .video-iframe-container { display: none; }#WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi > .row > .video-iframe-container { display: none; }#WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi > .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); }#WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi > .row .container { border-width: 0; border-radius: 0; }#WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi > .row > .video-iframe-container {  }#WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#LJBQkKl23MbvFQQSpqo0FKSNwvBlN6lq { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:gotham;font-size:2.4375rem;font-weight:300;z-index:100004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.875rem;left:10.0625rem;height:5.3625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sHRa9RO4D2MUVrstxyvgBOvS3JhL2Vz2 { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:18.125rem;left:10.0625rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ES7IQTAyW8kqkTrlti33vWPDKEMNQSqs { border-bottom:0;border-left:0;border-right:0;border-top:0;height:32.3125rem;width:18rem;position:absolute;display:block;z-index:100001;top:-0.0625rem;left:30.5625rem;overflow:hidden;display:block; }
#pITl6ZAJTOsdQh8WdGz45x8PH7Ilb8sC { background-color:#281f16;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/267787b262b8adc05e53f1b3edd082d9.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f7ba14;border-left:0.0625rem solid #f7ba14;border-right:0.0625rem solid #f7ba14;border-bottom:0.0625rem solid #f7ba14;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:4.375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:10.1875rem;left:49.0625rem;display:block; }#pITl6ZAJTOsdQh8WdGz45x8PH7Ilb8sC.adaptive-delivery-prevent-bg, #pITl6ZAJTOsdQh8WdGz45x8PH7Ilb8sC.lazyload, #pITl6ZAJTOsdQh8WdGz45x8PH7Ilb8sC.lazyloading { background-image: none; }
#EUxKZN5yN4UVd34BtOzN9Bh3bzWl9OqG { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#rLxGpoDsGnEGDRrWpwzUlG4Kadf9OgTZ { background-color:#f7ba14;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/3cdf819411991d4cc248532bddc62e9f.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f7ba14;border-left:0.0625rem solid #f7ba14;border-right:0.0625rem solid #f7ba14;border-bottom:0.0625rem solid #f7ba14;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:4.375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:15.875rem;left:49.0625rem;display:block; }#rLxGpoDsGnEGDRrWpwzUlG4Kadf9OgTZ.adaptive-delivery-prevent-bg, #rLxGpoDsGnEGDRrWpwzUlG4Kadf9OgTZ.lazyload, #rLxGpoDsGnEGDRrWpwzUlG4Kadf9OgTZ.lazyloading { background-image: none; }
#zSR9m4BVDv5TKbR93qJCwWLz1qiELASU { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#Gu4ggbBSToKrS0p4lRo2HMrwiAGvUUsK { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:gotham;font-size:1.5625rem;font-weight:400;z-index:100005;line-height:1.1;letter-spacing:0;top:13.625rem;left:10.0625rem;height:1.71875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bWg7Jw3JWoKmIdA0w27f1yZbeKRbE9vP { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.4375rem;width:9.375rem;top:16.4375rem;left:10.0625rem;display:block; }
#ZWRbCofl0sn0UoBfr5iVi4mHFQ0BgnNt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZWRbCofl0sn0UoBfr5iVi4mHFQ0BgnNt > .row .container { background-color: transparent; background-image: none; }#ZWRbCofl0sn0UoBfr5iVi4mHFQ0BgnNt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWRbCofl0sn0UoBfr5iVi4mHFQ0BgnNt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWRbCofl0sn0UoBfr5iVi4mHFQ0BgnNt > .row .container > .video-iframe-container { display: none; }#ZWRbCofl0sn0UoBfr5iVi4mHFQ0BgnNt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWRbCofl0sn0UoBfr5iVi4mHFQ0BgnNt > .row > .video-iframe-container { display: none; }#ZWRbCofl0sn0UoBfr5iVi4mHFQ0BgnNt > .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); }#ZWRbCofl0sn0UoBfr5iVi4mHFQ0BgnNt > .row .container { border-width: 0; border-radius: 0; }#ZWRbCofl0sn0UoBfr5iVi4mHFQ0BgnNt > .row > .video-iframe-container {  }#ZWRbCofl0sn0UoBfr5iVi4mHFQ0BgnNt > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e22c75;background-image:url("https://images.assets-landingi.com/uc/a683ef29-7c46-4f6f-bb61-96a9d806aac1/slider.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#ffffff;padding-top:1.03375rem;padding-right:0.935rem;padding-bottom:1.03375rem;padding-left:0.935rem;display:block;align-items:center;width:5.60625rem;min-width:5.60625rem;height:5.554375rem;position:relative;font-family:brandon;font-size:4.133125rem;font-weight:700;line-height:88.87px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }#w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK .widget-text.counter-number.adaptive-delivery-prevent-bg, #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK .widget-text.counter-number.lazyload, #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK .widget-text.counter-number.lazyloading { background-image: none; }
#w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK .widget-text.counter-label { background-color:;background-image:none;color:#295330;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.645625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.475625rem;height:1.14625rem;position:relative;font-family:brandon;font-size:1.55rem;font-weight:400;line-height:18.34px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:33.875rem;height:9.41375rem;padding-top:0.87625rem;padding-right:0.880625rem;padding-bottom:0.87625rem;padding-left:0.880625rem;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:14.0615234375rem;left:19.6806640625rem;z-index:100015; }
#w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #HLGuh6SPiLxaOVd0heDBtggVyGPicJEV { display:flex;position:relative;top:0rem;left:0rem; }
#w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #k45S5DvW4UEaH0narsVUT7FUSpsJwdZ0 { width:auto; }
#w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #wN3BtMvS7L7oQETaXd7fq0RDG6GFZ7uT {  }
#w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #zKd3uzvzM7TaTN8HJXmyiinIOLITUUFd { display:flex;position:relative;top:0rem;left:0rem; }
#w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #qkAqQQawm8d8mUMJ1uukagamccdTXmxi {  }
#w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #QuVVKPxzPnEoAwTgSfmQuO0saeMQAHBo {  }
#w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #Hl9SSR7qpvBcTrTAmmHSLxANlE11ewhG { display:flex;position:relative;top:0rem;left:0rem; }
#w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #T8IfApqshZl28tF0CIIQV7oSgCRKIeSS {  }
#w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #xJEOkKIwMplkWTTTzzBZEupe5fyhENhJ {  }
#w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #RK6p47OQqntNq5F3IZsvrbLTTcWZKOfO { display:flex;position:relative;top:0rem;left:0rem; }
#w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #h4VH5Pf5Fq83AUgHryz14s4b0TTqv38c {  }
#w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #Bzs32qZ0FZHG7Zt0nmUO7pxFwhDNS7wb {  }
#ZSOHm0V1eLTa6VhSdsoP7pUdVdaWldpQ { color:#295330;display:block;width:31.1875rem;position:absolute;font-family:brandon;font-size:2.6875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:6.0625rem;left:21.9375rem;height:3.49453125rem;text-align:center;text-align-last:center;display:block; }
#zT5JnSzJbKTe42BZRbdfI0USZvkn75Jz { color:#1c1c1c;display:block;width:36.3125rem;position:absolute;font-family:brandon;font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.4;letter-spacing:0;top:9.5625rem;left:19.375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WBWlDnLPGwU3ML7ddsRx4g9sPfplcQNH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#295330;background-image:url("https://images.assets-landingi.com/uc/a683ef29-7c46-4f6f-bb61-96a9d806aac1/slider.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#WBWlDnLPGwU3ML7ddsRx4g9sPfplcQNH.adaptive-delivery-prevent-bg, #WBWlDnLPGwU3ML7ddsRx4g9sPfplcQNH.lazyload, #WBWlDnLPGwU3ML7ddsRx4g9sPfplcQNH.lazyloading { background-image: none; }#WBWlDnLPGwU3ML7ddsRx4g9sPfplcQNH > .row .container { background-color: transparent; background-image: none; }#WBWlDnLPGwU3ML7ddsRx4g9sPfplcQNH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBWlDnLPGwU3ML7ddsRx4g9sPfplcQNH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBWlDnLPGwU3ML7ddsRx4g9sPfplcQNH > .row .container > .video-iframe-container { display: none; }#WBWlDnLPGwU3ML7ddsRx4g9sPfplcQNH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBWlDnLPGwU3ML7ddsRx4g9sPfplcQNH > .row > .video-iframe-container { display: none; }#WBWlDnLPGwU3ML7ddsRx4g9sPfplcQNH > .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); }#WBWlDnLPGwU3ML7ddsRx4g9sPfplcQNH > .row .container { border-width: 0; border-radius: 0; }#WBWlDnLPGwU3ML7ddsRx4g9sPfplcQNH > .row > .video-iframe-container {  }#WBWlDnLPGwU3ML7ddsRx4g9sPfplcQNH > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#LKm3ADp0A0s0hzrH4aCTyKZZlNR342qT { z-index:100007;top:3.59375rem;left:64.625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#295330;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#etsN5unac9iJRaWnT96didNyxTJyEiWF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sP98uVL0WDOVceWtLztn8mhUUzbzrgTF { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:20.125rem;top:3.40625rem;left:0rem;overflow:hidden;display:block; }
#BvrTfEO185EaE56AsFpW3h3WuQG3fMDZ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100014;opacity:1;top:3.9375rem;left:61.5rem; }
#BvrTfEO185EaE56AsFpW3h3WuQG3fMDZ > img { max-width: 100%;max-height:100%; }#hhHoepVURUskTf096mLlUaPxLHr7NoDo { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100015;opacity:1;top:3.9375rem;left:58.4375rem; }
#hhHoepVURUskTf096mLlUaPxLHr7NoDo > img { max-width: 100%;max-height:100%; }#EibDf170Jz3dxS7K9vBA0LdknAii6G15 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100016;opacity:1;top:3.9375rem;left:55.375rem; }
#EibDf170Jz3dxS7K9vBA0LdknAii6G15 > img { max-width: 100%;max-height:100%; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGlSSTtBTbp41JMkUKTKdzmJti5Bhczq { top:6rem;left:1.875rem;width:45.875rem;height:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDDf9liqXB3eZ6u0XXsk6zR7s2i7nAA4 { top:6rem;left:0rem;width:17.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icWy1KHHed3THPhTGxxRk5yg3ulw0atL { top:18.375rem;left:0rem;width:30.5625rem;height:10.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGEEKxgAZSHEnPIcR7noiuvAV23WS6XC { top:29.5rem;left:0rem;width:30.5625rem;height:2.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfweTLvTQ3PR3rqnQVnklLOv4dLicbzC { top:35.0625rem;left:0rem;width:29.0625rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMCEo4pmLfDvuNzM4wT8AmJdMEWHcWCT { display:block; }#TMCEo4pmLfDvuNzM4wT8AmJdMEWHcWCT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzoLro6nnG53FMq7xt5LicB13Gt2E89T { top:2.9375rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5ARFZyP6TdPDvVdXWiSqlgAHCE3Pd5r { top:3.3125rem;left:0rem;width:20rem;height:9.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nffqgkeWTNFP9xWzH5EquJrXFgZaZH4w { display:block; }#nffqgkeWTNFP9xWzH5EquJrXFgZaZH4w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHpes1CKxXAJQsBcAWf44oiOiACmJOLt { top:14.75rem;left:0rem;width:33.3125rem;height:16.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8f4n1xbwz8atrd2OvxuPV9fuewwqnhI { top:4.5rem;left:17.625rem;width:30.125rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnSSKNNzwe0AWunkZX8KK2qKQlxEvTs8 { top:27.8125rem;left:22.75rem;width:20.75rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiSDMu1TKgfNxQCevTVu3BDgl8NZZVfn { top:3.875rem;left:22.75rem;width:8.5rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdenkFq5LTVzqWxolSNQTat1LruBkq2N { top:9.25rem;left:0rem;width:26rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5Z7MdMagCZNThaEb9evt5DLuuEAaVoz { display:block; }#N5Z7MdMagCZNThaEb9evt5DLuuEAaVoz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOgzg2BdQkCNt7xe32eF1rVdVk0r38Ti { width:18.75rem;height:17rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFnJaiAakcxIMyJi0BUpCoIBsVrr8CSk { width:18.75rem;height:17rem;top:11.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQcrxyb90rx7Kb9UPvpO9ES9O5dtfCC2 { width:18.75rem;height:17rem;top:11.5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm7LUVg9t7iphC21frOFp99KHFISZsk0 { top:2rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFO9DfgC3bzaSaTSkD4hPNcah2CZ9B1y { top:20.8125rem;left:2.625rem;width:10.6875rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT85BPibrzymV3fPoLbcxumDwTAu1r98 { top:19.375rem;left:14.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvebTS8OB7fTBnLIvcKopUVI2cq1luHA { top:19.375rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuFxJ89chJSGOCK4wpXMwPawigTAEWmc { top:19.375rem;left:30.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkJEpG3mUxQJLTbl9ASz9dpQiqeRxL9w { top:19.375rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #keuDHtMb7hZ0fb0eI3aGgS1bQD7VdMiV { top:6.625rem;left:0rem;width:16.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMo0QXiiKFDrIiyMhRTUQeQ3km1lcc1s { top:6.625rem;left:15.3125rem;width:16.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZsAzLFm5zHaOcP61i5z9qvzDDGQngbm { top:6.625rem;left:31.1875rem;width:16.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0U9vPCnScSETIpkP8mOp8gTVZ2rkh4b { top:19.5rem;left:15.875rem;width:15.875rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1snWKyK8GyQeRzyCFnh6s9VRn9Ciucf { top:20.8125rem;left:31.75rem;width:15.875rem;height:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b08OzpAhk89h133rXuIKXQOIE0t6cqAv { top:25.25rem;left:0rem;width:15.875rem;height:4.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WgPdKD8uC4v0nWI4WFVLAccMzk5PtZer { display:block; }#WgPdKD8uC4v0nWI4WFVLAccMzk5PtZer > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yI3mb5KCK1X27TO0WmR6VDM1Xluq5XyF { top:4.625rem;left:0rem;width:19.625rem;height:4.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HITJrALKea6ayVPIwRtI9Km9ZPPdwPUk { top:9.5625rem;left:0rem;width:20.75rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFX52GWJuoxRLdW7dPlzqr3hFQtmXp2R { top:0rem;left:0rem;width:47.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW0tLBpadkPL09nywMdbWWM0MBQLZJHs { top:4.625rem;left:26.5625rem;width:21.1875rem;height:4.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw6PIlegl8ksJvHXUcxbFklW7dqAOeTS { top:9.5625rem;left:21rem;width:26.75rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zazhTK4lW8XdsxMF9NBz3OIAkTpZLLXh { display:block; }#zazhTK4lW8XdsxMF9NBz3OIAkTpZLLXh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbt3k8Kw2awTnOKOf8Qx0X2efaBZTbAN { width:37.5rem;height:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PhrttA1JvEyx1EIGM6F1an1zITliPRMV { top:3.125rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eer75A2alnelEpkKG3U62pdgtFGgwka7 { top:9.75rem;left:0rem;width:16.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWknvfzGF8yrQvoUZw4N4BSHABg2wnLn { top:27.6875rem;left:0rem;width:10.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxaleD02sQRe3XZ421daf2bkEBq0voNr { top:29.3125rem;left:0rem;width:6.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMTxJZs85dysACugUkUTSr9qOlIZPgvr { top:87.875rem;left:9.375rem;width:22.9375rem;height:6rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELPUgyH1sMA88T8ht3TufIEH3i2fXUNI { top:84.4375rem;left:4.625rem;width:38.5625rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5ifsBKWmlJHvHsBdkBuk9qWBsARgi0Q { top:83.3125rem;left:6.25rem;width:35.25rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMI40d4hBk4yEsWgZgATUoExFfyuwi55 { top:89.0625rem;left:31.375rem;width:7.0625rem;height:3.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOXWuxkUPySVoTvCSgRLJOMhPTPtIh7H { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTgQvNE6H3MehSh8yquJZTTX5qbn7FJk { top:13.8125rem;left:1.75rem;width:13.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tubkMuxTnsqxONzuqESrJ7mihu2I44Sk { top:13.875rem;left:33.875rem;width:13.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyyhtZdXrTcT53DGmGkbsTvJ2PHETR7v { top:10.75rem;left:17.1875rem;width:13.375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTrw9pN0TihukvLWbeigPcnNBv6JXTyt { top:10.5625rem;left:31.9375rem;width:12.75rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #glfnEhMTF5v5FEdUKIunypXEgTI7TmWQ { top:12.25rem;left:1.75rem;width:10.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd7mDQMzqwyimUToLl2pRXf8yhZURTPZ { top:13.875rem;left:1.875rem;width:5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr1yZfIbgPKqBwIF8xmdZxpIsJ1oxIb4 { top:10.5625rem;left:32.625rem;width:10.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkiTqUJkLrbdq8QEtui2GAFr7csC3Ioc { top:12.1875rem;left:32.625rem;width:5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BziLaC1EAAdIlQb68AmNKDf5bQgwdn4z { top:12.125rem;left:17.125rem;width:10.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBclB1oCprMFNJX7aT1T5kOHCb7BNDPn { top:13.75rem;left:17.25rem;width:5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpEV7xfRU4Sp527ieVMGEtQGnMFlhTQ9 { top:11.8125rem;left:37.4375rem;width:10.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU0OlS76iB2TWE99at83RsGW3fdHc0cd { top:13.4375rem;left:42.75rem;width:5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR0pusL8rwR8iLnMZXyN4zrfWDTF9Z4L { top:30.3125rem;left:0rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyfHX8DiLUkg5ILgywkK0UQTENmNKT2m { top:43.5625rem;left:0rem;width:11.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tin9PFXplUnSt2BymABbdtgbJhX8bIHT { top:45.1875rem;left:0rem;width:5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvnGIvSKA1E71Tuyx5v8V0QUN6veqZEA { top:27.6875rem;left:1.75rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0AeoI6CZx4LTcfcVXCPugvDXGJdTm7O { top:29.375rem;left:11.5625rem;width:13.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxBbAoEO9huO8HLwo6F7xG3nHBNUEPUN { top:31rem;left:11.6875rem;width:6.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #za6LFUmH3TMZ1xWrrqgTgR2T9pNC94QE { top:33.375rem;left:16.625rem;width:10.875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaTg5sPTpJQPOHLASrkAoy9UTVKPF72X { top:45.625rem;left:15.6875rem;width:10.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UReLgzoR0gPEulz2ZWU56qTz1TlT82Aq { top:47.25rem;left:15.8125rem;width:6.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIzt17H65byFVGVhR28H5lfGd2edhm3B { top:29.375rem;left:27.5625rem;width:15.6875rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfxCHCyTDHxK2Tx5Oh7pSTBJARcPPAXG { top:45.625rem;left:32.3125rem;width:10.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqTlyTCWf3yhxUH0TaaTdDiB4oFTUuOo { top:47.25rem;left:32.4375rem;width:5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiZw2vfDLXW9z2eNsgOFAhgvganmNzrr { top:30.4375rem;left:33rem;width:14.75rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1uHw5TPUo7n8Iw0aztAOJpnTsmIdETt { top:41.9375rem;left:37.4375rem;width:10.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy3f21Pq4VRa81i3etM34Zwk049c1BM0 { top:43.5625rem;left:42.75rem;width:5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3IbWhGKx1asuS8KexgHWb2E7QzRdlHQ { top:56.0625rem;left:13.875rem;width:18.5rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwTJiVPF8E1lx6QFqtgiCV7e0HUUPT7O { top:66.8125rem;left:3.9375rem;width:12.3125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M30qV2gnwWsLeXAkgsmun6TsX2WDVgBT { top:70.3125rem;left:11.1875rem;width:5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owUTTLeFi2KKi0ps6aFt2dyo2EHbwMiE { top:45.625rem;left:0.3125rem;width:13.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLV5CyxMOWTqRzrnlsBhEhbWwyUMAt0S { top:62.875rem;left:2.75rem;width:10.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwJTwiRNQqdTwUsF638abFoLUs7cl2dw { top:64.5rem;left:2.875rem;width:5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrsnMpdJVE5o3QThXiUrMdl0q7g7wwzB { top:49.875rem;left:29rem;width:14.25rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFU7rCuWRtxi5hTn4hDFbV1OhbpVMrNJ { top:65.75rem;left:32.5625rem;width:13.25rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMFH9PTTshKeM2CBCZCrvPoDFfmFsIRn { top:69rem;left:32.625rem;width:7.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhSdW7THCNTbkkm7ui77y0IeVo151Thq { top:50.875rem;left:16.25rem;width:11rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGdw7ROSIz0Z4X4Dn3pFpxIRlfSkAmLT { top:59.125rem;left:16.8125rem;width:12.6875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIrNTVTTAC1V0C7HqcM0do1AxnB6FAwQ { top:60.75rem;left:16.9375rem;width:5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXTWAN0N73DA6bQUZJp2kGIX3ICbDsf6 { top:59.8125rem;left:33.1875rem;width:14.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N70f7SvDwiKqBnwTKJr8bgcLuupckpUq { top:70.4375rem;left:37.4375rem;width:10.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzhTgwJ4UZ8PbufTA4uEyI7sfGf8JAd7 { top:72.0625rem;left:40.6875rem;width:7.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLpMrDBGuTpAt3dQgQ2hmQcr9NfU4OxR { top:45.625rem;left:34.875rem;width:12.875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Gg3MbUmKOHgcg99EesH98JaTz9TvDV { top:58.5625rem;left:37.4375rem;width:10.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upKpX3v5SIw66TeNhFyylMchfMAF19pg { top:60.1875rem;left:40.8125rem;width:6.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtVT7rpuO3MRk6kPCgX6Gxta6HhPKCW7 { top:52.625rem;left:0rem;width:15.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9O0TQ7AgQH06eBHJwgWX6KyTMs0Mysw { top:69.6875rem;left:0rem;width:7.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTTfay0Ku7GkTqSOpPb2CU9rrJ323U4M { top:68.0625rem;left:0rem;width:12.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NympwhTxEeL5OzRrQ3lwO8GcGB3bTlRG { top:71.4375rem;left:0rem;width:15.3125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5q4KDvPGG5G3kQrBhnWinG73KxgFclU { top:74.8125rem;left:0rem;width:12.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsfE1qLfIk17idJEbTaawQQhb6cCb4x7 { top:73.1875rem;left:41.0625rem;width:6.6875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k16zFSMM24KKWhH0id83TNpisiOx3wxG { top:77.875rem;left:35.4375rem;width:12.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0yZi6xEGPdsDoOd0uF93HDkipIl2G7P { top:75.3125rem;left:29.875rem;width:12.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR5Zwa5JVHHymfDTInH9XKNgVEzL65lK { top:73.8125rem;left:29.875rem;width:12.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi { display:block; }#WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJBQkKl23MbvFQQSpqo0FKSNwvBlN6lq { top:7.875rem;left:0rem;width:21.875rem;height:5.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHRa9RO4D2MUVrstxyvgBOvS3JhL2Vz2 { top:18.125rem;left:0rem;width:21.625rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES7IQTAyW8kqkTrlti33vWPDKEMNQSqs { width:18rem;height:32.3125rem;top:-0.0625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pITl6ZAJTOsdQh8WdGz45x8PH7Ilb8sC { width:15rem;height:4.375rem;top:24.8125rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUxKZN5yN4UVd34BtOzN9Bh3bzWl9OqG { display:block; }
 }@media only screen and (max-width: 763px) { #rLxGpoDsGnEGDRrWpwzUlG4Kadf9OgTZ { width:15rem;height:4.375rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSR9m4BVDv5TKbR93qJCwWLz1qiELASU { display:block; }
 }@media only screen and (max-width: 763px) { #Gu4ggbBSToKrS0p4lRo2HMrwiAGvUUsK { top:13.625rem;left:0rem;width:21.875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWg7Jw3JWoKmIdA0w27f1yZbeKRbE9vP { top:16.4375rem;left:0rem;width:9.375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWRbCofl0sn0UoBfr5iVi4mHFQ0BgnNt { display:block; }#ZWRbCofl0sn0UoBfr5iVi4mHFQ0BgnNt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK .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; }
#w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK .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; }
#w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK { width:18rem;height:5.0625rem;display:flex;top:5.5625rem;left:28.375rem;z-index:100015; }
 }@media only screen and (max-width: 763px) { #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #HLGuh6SPiLxaOVd0heDBtggVyGPicJEV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #k45S5DvW4UEaH0narsVUT7FUSpsJwdZ0 {  }
 }@media only screen and (max-width: 763px) { #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #wN3BtMvS7L7oQETaXd7fq0RDG6GFZ7uT {  }
 }@media only screen and (max-width: 763px) { #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #zKd3uzvzM7TaTN8HJXmyiinIOLITUUFd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #qkAqQQawm8d8mUMJ1uukagamccdTXmxi {  }
 }@media only screen and (max-width: 763px) { #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #QuVVKPxzPnEoAwTgSfmQuO0saeMQAHBo {  }
 }@media only screen and (max-width: 763px) { #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #Hl9SSR7qpvBcTrTAmmHSLxANlE11ewhG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #T8IfApqshZl28tF0CIIQV7oSgCRKIeSS {  }
 }@media only screen and (max-width: 763px) { #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #xJEOkKIwMplkWTTTzzBZEupe5fyhENhJ {  }
 }@media only screen and (max-width: 763px) { #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #RK6p47OQqntNq5F3IZsvrbLTTcWZKOfO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #h4VH5Pf5Fq83AUgHryz14s4b0TTqv38c {  }
 }@media only screen and (max-width: 763px) { #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #Bzs32qZ0FZHG7Zt0nmUO7pxFwhDNS7wb {  }
 }@media only screen and (max-width: 763px) { #ZSOHm0V1eLTa6VhSdsoP7pUdVdaWldpQ { top:6.0625rem;left:8.3125rem;width:31.1875rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT5JnSzJbKTe42BZRbdfI0USZvkn75Jz { top:9.5625rem;left:5.75rem;width:36.3125rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBWlDnLPGwU3ML7ddsRx4g9sPfplcQNH { display:block; }#WBWlDnLPGwU3ML7ddsRx4g9sPfplcQNH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKm3ADp0A0s0hzrH4aCTyKZZlNR342qT { top:3.5625rem;left:37.375rem;width:10.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #etsN5unac9iJRaWnT96didNyxTJyEiWF { display:block; }
 }@media only screen and (max-width: 763px) { #sP98uVL0WDOVceWtLztn8mhUUzbzrgTF { top:3.375rem;left:0rem;width:20.125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvrTfEO185EaE56AsFpW3h3WuQG3fMDZ { top:3.9375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#BvrTfEO185EaE56AsFpW3h3WuQG3fMDZ > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #hhHoepVURUskTf096mLlUaPxLHr7NoDo { top:3.9375rem;left:44.8125rem;width:1.875rem;height:1.875rem;display:block; }
#hhHoepVURUskTf096mLlUaPxLHr7NoDo > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #EibDf170Jz3dxS7K9vBA0LdknAii6G15 { top:3.9375rem;left:41.75rem;width:1.875rem;height:1.875rem;display:block; }
#EibDf170Jz3dxS7K9vBA0LdknAii6G15 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGlSSTtBTbp41JMkUKTKdzmJti5Bhczq { width:20rem;height:15.231607629428rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDDf9liqXB3eZ6u0XXsk6zR7s2i7nAA4 { width:14.3125rem;height:6.8125rem;top:2.0625rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #icWy1KHHed3THPhTGxxRk5yg3ulw0atL { width:20rem;height:1.875rem;top:10.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGEEKxgAZSHEnPIcR7noiuvAV23WS6XC { width:20rem;height:1.4375rem;top:12.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfweTLvTQ3PR3rqnQVnklLOv4dLicbzC { width:18.8125rem;height:4.5rem;top:33.375rem;left:0.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMCEo4pmLfDvuNzM4wT8AmJdMEWHcWCT { display:block; }#TMCEo4pmLfDvuNzM4wT8AmJdMEWHcWCT > .row .container { width:20rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzoLro6nnG53FMq7xt5LicB13Gt2E89T { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5ARFZyP6TdPDvVdXWiSqlgAHCE3Pd5r { width:18.4375rem;height:9.84375rem;top:2.234375rem;left:0.78125rem;font-size:1.3125rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #nffqgkeWTNFP9xWzH5EquJrXFgZaZH4w { display:block; }#nffqgkeWTNFP9xWzH5EquJrXFgZaZH4w > .row .container { width:20rem;height:56.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHpes1CKxXAJQsBcAWf44oiOiACmJOLt { width:17.3125rem;height:21.9375rem;top:32.1875rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8f4n1xbwz8atrd2OvxuPV9fuewwqnhI { width:18.5rem;height:19.3125rem;top:4rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnSSKNNzwe0AWunkZX8KK2qKQlxEvTs8 { width:12.3125rem;height:7.375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiSDMu1TKgfNxQCevTVu3BDgl8NZZVfn { width:6.5625rem;height:5.5rem;top:17.875rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdenkFq5LTVzqWxolSNQTat1LruBkq2N { width:18.1875rem;height:5.625rem;top:25.3125rem;left:0.9375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N5Z7MdMagCZNThaEb9evt5DLuuEAaVoz { display:block; }#N5Z7MdMagCZNThaEb9evt5DLuuEAaVoz > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOgzg2BdQkCNt7xe32eF1rVdVk0r38Ti { width:16.75rem;height:9.375rem;top:9.0625rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFnJaiAakcxIMyJi0BUpCoIBsVrr8CSk { width:16.75rem;height:9.375rem;top:21.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQcrxyb90rx7Kb9UPvpO9ES9O5dtfCC2 { width:16.75rem;height:9.375rem;top:33.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm7LUVg9t7iphC21frOFp99KHFISZsk0 { width:20rem;height:4.0625rem;top:2.373046875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFO9DfgC3bzaSaTSkD4hPNcah2CZ9B1y { width:12.625rem;height:3.9375rem;top:12.40625rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT85BPibrzymV3fPoLbcxumDwTAu1r98 { width:1.25rem;height:1.25rem;top:78.3496125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PvebTS8OB7fTBnLIvcKopUVI2cq1luHA { width:1.25rem;height:1.25rem;top:75.8496125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuFxJ89chJSGOCK4wpXMwPawigTAEWmc { width:1.25rem;height:1.25rem;top:73.3496125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NkJEpG3mUxQJLTbl9ASz9dpQiqeRxL9w { width:1.25rem;height:1.25rem;top:70.8496125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #keuDHtMb7hZ0fb0eI3aGgS1bQD7VdMiV { width:9.375rem;height:9.375rem;top:29rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMo0QXiiKFDrIiyMhRTUQeQ3km1lcc1s { width:9.375rem;height:9.375rem;top:16.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZsAzLFm5zHaOcP61i5z9qvzDDGQngbm { width:9.375rem;height:9.375rem;top:4.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0U9vPCnScSETIpkP8mOp8gTVZ2rkh4b { width:15.875rem;height:0;top:25.263671875rem;left:2.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #X1snWKyK8GyQeRzyCFnh6s9VRn9Ciucf { width:15.875rem;height:4.1982375rem;top:36.9375rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b08OzpAhk89h133rXuIKXQOIE0t6cqAv { width:15.875rem;height:4.19824375rem;top:24.712890625rem;left:2.0625rem;font-size:1rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #WgPdKD8uC4v0nWI4WFVLAccMzk5PtZer { display:block; }#WgPdKD8uC4v0nWI4WFVLAccMzk5PtZer > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yI3mb5KCK1X27TO0WmR6VDM1Xluq5XyF { width:20rem;height:3.25rem;top:2.875rem;left:0rem;font-size:2.5rem;color:#f3a50d;display:block; }
 }@media only screen and (max-width: 763px) { #HITJrALKea6ayVPIwRtI9Km9ZPPdwPUk { width:20rem;height:2.761725rem;top:6.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lFX52GWJuoxRLdW7dPlzqr3hFQtmXp2R { width:20rem;height:18.75rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qW0tLBpadkPL09nywMdbWWM0MBQLZJHs { width:20rem;height:3.25rem;top:10.25rem;left:0rem;font-size:2.5rem;color:#f3a50d;display:block; }
 }@media only screen and (max-width: 763px) { #bw6PIlegl8ksJvHXUcxbFklW7dqAOeTS { width:17.5625rem;height:2.76171875rem;top:13.5rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zazhTK4lW8XdsxMF9NBz3OIAkTpZLLXh { display:block; }#zazhTK4lW8XdsxMF9NBz3OIAkTpZLLXh > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbt3k8Kw2awTnOKOf8Qx0X2efaBZTbAN { top:11.25rem;left:1.28125rem;width:17.4375rem;height:17.4375rem;z-index:100002;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #PhrttA1JvEyx1EIGM6F1an1zITliPRMV { width:14.125rem;height:6.2988125rem;top:2.0625rem;left:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eer75A2alnelEpkKG3U62pdgtFGgwka7 { width:10.875rem;height:10.875rem;top:282.03518125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWknvfzGF8yrQvoUZw4N4BSHABg2wnLn { width:8.9375rem;height:0;top:103.86135rem;left:5.5rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxaleD02sQRe3XZ421daf2bkEBq0voNr { width:5rem;height:0;top:101.47463125rem;left:7.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yMTxJZs85dysACugUkUTSr9qOlIZPgvr { width:11.25rem;height:2.84375rem;top:28.8125rem;left:0.75rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ELPUgyH1sMA88T8ht3TufIEH3i2fXUNI { width:20rem;height:1.3056625rem;top:26.5rem;left:0rem;font-size:1.1875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v5ifsBKWmlJHvHsBdkBuk9qWBsARgi0Q { width:18.5625rem;height:2.4375rem;top:25.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMI40d4hBk4yEsWgZgATUoExFfyuwi55 { width:6.6875rem;height:2.611325rem;top:28.9375rem;left:12.5rem;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QOXWuxkUPySVoTvCSgRLJOMhPTPtIh7H { top:7.90625rem;left:1.0625rem;width:17.875rem;height:17.875rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tTgQvNE6H3MehSh8yquJZTTX5qbn7FJk { width:13.875rem;height:13.875rem;top:13.8125rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tubkMuxTnsqxONzuqESrJ7mihu2I44Sk { width:13.875rem;height:13.875rem;top:13.875rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lyyhtZdXrTcT53DGmGkbsTvJ2PHETR7v { width:13.375rem;height:17.9375rem;top:10.75rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTrw9pN0TihukvLWbeigPcnNBv6JXTyt { width:12.75rem;height:19.25rem;top:10.5625rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #glfnEhMTF5v5FEdUKIunypXEgTI7TmWQ { width:10.3125rem;height:auto;top:12.25rem;left:4.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kd7mDQMzqwyimUToLl2pRXf8yhZURTPZ { width:5rem;height:auto;top:13.875rem;left:7.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vr1yZfIbgPKqBwIF8xmdZxpIsJ1oxIb4 { width:10.3125rem;height:auto;top:10.5625rem;left:4.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AkiTqUJkLrbdq8QEtui2GAFr7csC3Ioc { width:5rem;height:auto;top:12.1875rem;left:7.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BziLaC1EAAdIlQb68AmNKDf5bQgwdn4z { width:10.3125rem;height:auto;top:12.125rem;left:4.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBclB1oCprMFNJX7aT1T5kOHCb7BNDPn { width:5rem;height:auto;top:13.75rem;left:7.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZpEV7xfRU4Sp527ieVMGEtQGnMFlhTQ9 { width:10.3125rem;height:auto;top:11.8125rem;left:4.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TU0OlS76iB2TWE99at83RsGW3fdHc0cd { width:5rem;height:auto;top:13.4375rem;left:7.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MR0pusL8rwR8iLnMZXyN4zrfWDTF9Z4L { width:15.3125rem;height:15.3125rem;top:30.3125rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lyfHX8DiLUkg5ILgywkK0UQTENmNKT2m { width:11.75rem;height:auto;top:43.5625rem;left:4.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tin9PFXplUnSt2BymABbdtgbJhX8bIHT { width:5rem;height:auto;top:45.1875rem;left:7.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xvnGIvSKA1E71Tuyx5v8V0QUN6veqZEA { width:15.3125rem;height:15.3125rem;top:27.6875rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l0AeoI6CZx4LTcfcVXCPugvDXGJdTm7O { width:13.5rem;height:auto;top:29.375rem;left:3.25rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gxBbAoEO9huO8HLwo6F7xG3nHBNUEPUN { width:6.75rem;height:auto;top:31rem;left:6.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #za6LFUmH3TMZ1xWrrqgTgR2T9pNC94QE { width:10.875rem;height:12.3125rem;top:33.375rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RaTg5sPTpJQPOHLASrkAoy9UTVKPF72X { width:10.3125rem;height:auto;top:45.625rem;left:4.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UReLgzoR0gPEulz2ZWU56qTz1TlT82Aq { width:6.4375rem;height:auto;top:47.25rem;left:6.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CIzt17H65byFVGVhR28H5lfGd2edhm3B { width:15.6875rem;height:20.5rem;top:29.375rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rfxCHCyTDHxK2Tx5Oh7pSTBJARcPPAXG { width:10.3125rem;height:auto;top:45.625rem;left:4.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TqTlyTCWf3yhxUH0TaaTdDiB4oFTUuOo { width:5rem;height:auto;top:47.25rem;left:7.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PiZw2vfDLXW9z2eNsgOFAhgvganmNzrr { width:14.75rem;height:11rem;top:30.4375rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D1uHw5TPUo7n8Iw0aztAOJpnTsmIdETt { width:10.3125rem;height:auto;top:41.9375rem;left:4.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uy3f21Pq4VRa81i3etM34Zwk049c1BM0 { width:5rem;height:auto;top:43.5625rem;left:7.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3IbWhGKx1asuS8KexgHWb2E7QzRdlHQ { width:18.5rem;height:24.75rem;top:56.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OwTJiVPF8E1lx6QFqtgiCV7e0HUUPT7O { width:12.3125rem;height:auto;top:66.8125rem;left:3.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M30qV2gnwWsLeXAkgsmun6TsX2WDVgBT { width:5rem;height:auto;top:70.3125rem;left:7.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #owUTTLeFi2KKi0ps6aFt2dyo2EHbwMiE { width:13.25rem;height:19.9375rem;top:45.625rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BLV5CyxMOWTqRzrnlsBhEhbWwyUMAt0S { width:10.3125rem;height:auto;top:62.875rem;left:4.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AwJTwiRNQqdTwUsF638abFoLUs7cl2dw { width:5rem;height:auto;top:64.5rem;left:7.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UrsnMpdJVE5o3QThXiUrMdl0q7g7wwzB { width:14.25rem;height:17.375rem;top:49.875rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFU7rCuWRtxi5hTn4hDFbV1OhbpVMrNJ { width:13.25rem;height:auto;top:65.75rem;left:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMFH9PTTshKeM2CBCZCrvPoDFfmFsIRn { width:7.0625rem;height:auto;top:69rem;left:6.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rhSdW7THCNTbkkm7ui77y0IeVo151Thq { width:11rem;height:7.875rem;top:50.875rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGdw7ROSIz0Z4X4Dn3pFpxIRlfSkAmLT { width:12.6875rem;height:auto;top:59.125rem;left:3.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dIrNTVTTAC1V0C7HqcM0do1AxnB6FAwQ { width:5rem;height:auto;top:60.75rem;left:7.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXTWAN0N73DA6bQUZJp2kGIX3ICbDsf6 { width:14.5625rem;height:14.5625rem;top:59.8125rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N70f7SvDwiKqBnwTKJr8bgcLuupckpUq { width:10.3125rem;height:auto;top:70.4375rem;left:4.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fzhTgwJ4UZ8PbufTA4uEyI7sfGf8JAd7 { width:7.0625rem;height:auto;top:72.0625rem;left:6.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JLpMrDBGuTpAt3dQgQ2hmQcr9NfU4OxR { width:12.875rem;height:12.875rem;top:45.625rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L3Gg3MbUmKOHgcg99EesH98JaTz9TvDV { width:10.3125rem;height:auto;top:58.5625rem;left:4.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #upKpX3v5SIw66TeNhFyylMchfMAF19pg { width:6.9375rem;height:auto;top:60.1875rem;left:6.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MtVT7rpuO3MRk6kPCgX6Gxta6HhPKCW7 { width:15.9375rem;height:15.9375rem;top:52.625rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9O0TQ7AgQH06eBHJwgWX6KyTMs0Mysw { width:7.3125rem;height:auto;top:69.6875rem;left:6.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTTfay0Ku7GkTqSOpPb2CU9rrJ323U4M { width:12.3125rem;height:auto;top:68.0625rem;left:3.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NympwhTxEeL5OzRrQ3lwO8GcGB3bTlRG { width:15.3125rem;height:3.875rem;top:32.875rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5q4KDvPGG5G3kQrBhnWinG73KxgFclU { width:12.3125rem;height:auto;top:74.8125rem;left:3.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dsfE1qLfIk17idJEbTaawQQhb6cCb4x7 { width:6.6875rem;height:4.375rem;top:40.5rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k16zFSMM24KKWhH0id83TNpisiOx3wxG { width:12.3125rem;height:auto;top:77.875rem;left:3.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A0yZi6xEGPdsDoOd0uF93HDkipIl2G7P { width:12.3125rem;height:auto;top:75.3125rem;left:3.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vR5Zwa5JVHHymfDTInH9XKNgVEzL65lK { width:12.1875rem;height:1.25rem;top:38rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi { background-color:#000000;background-image:url("https://images.assets-landingi.com/xWWaar6a/tlo_01.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi.adaptive-delivery-prevent-bg, #WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi.lazyload, #WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi.lazyloading { background-image: none; }#WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi > .row .container { background-color: transparent; background-image: none; }#WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi > .row .container > .video-iframe-container { display: none; }#WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi > .row > .video-iframe-container { display: none; }#WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi > .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); }#WZ3ZfoTgTOl0UbeASRCWIzylACccTVLi > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJBQkKl23MbvFQQSpqo0FKSNwvBlN6lq { width:14.6875rem;height:3.7109375rem;top:3rem;left:2.6875rem;font-size:1.6875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #sHRa9RO4D2MUVrstxyvgBOvS3JhL2Vz2 { width:18.5rem;height:4.5rem;top:10.5rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 4.375rem #000000;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ES7IQTAyW8kqkTrlti33vWPDKEMNQSqs { width:18rem;height:32.3125rem;top:-0.0625rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pITl6ZAJTOsdQh8WdGz45x8PH7Ilb8sC { width:10.25rem;height:2.9375rem;top:15.875rem;left:4.875rem;background-color:#281f16;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/267787b262b8adc05e53f1b3edd082d9.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pITl6ZAJTOsdQh8WdGz45x8PH7Ilb8sC.adaptive-delivery-prevent-bg, #pITl6ZAJTOsdQh8WdGz45x8PH7Ilb8sC.lazyload, #pITl6ZAJTOsdQh8WdGz45x8PH7Ilb8sC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EUxKZN5yN4UVd34BtOzN9Bh3bzWl9OqG { display:block; }
 }@media only screen and (max-width: 763px) { #rLxGpoDsGnEGDRrWpwzUlG4Kadf9OgTZ { width:10.375rem;height:3.125rem;top:20.3125rem;left:4.8125rem;background-color:#f7ba14;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/3cdf819411991d4cc248532bddc62e9f.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rLxGpoDsGnEGDRrWpwzUlG4Kadf9OgTZ.adaptive-delivery-prevent-bg, #rLxGpoDsGnEGDRrWpwzUlG4Kadf9OgTZ.lazyload, #rLxGpoDsGnEGDRrWpwzUlG4Kadf9OgTZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zSR9m4BVDv5TKbR93qJCwWLz1qiELASU { display:block; }
 }@media only screen and (max-width: 763px) { #Gu4ggbBSToKrS0p4lRo2HMrwiAGvUUsK { width:15.125rem;height:1.375rem;top:6.75rem;left:2.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bWg7Jw3JWoKmIdA0w27f1yZbeKRbE9vP { width:9.375rem;height:0.4375rem;top:9.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWRbCofl0sn0UoBfr5iVi4mHFQ0BgnNt { display:block; }#ZWRbCofl0sn0UoBfr5iVi4mHFQ0BgnNt > .row .container { width:20rem;height:20.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK .widget-text.counter-number { padding-top:0.474375rem;padding-right:0.4225rem;padding-bottom:0.474375rem;padding-left:0.4225rem;width:2.533125rem;min-width:2.533125rem;height:2.546875rem;font-size:1.895625rem;line-height:40.75px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:gotham; }
#w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.29625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.3775rem;height:1.006875rem;font-size:0.710625rem;line-height:16.11px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK { width:17.5rem;height:4.79875rem;display:flex;top:11.9375rem;left:0.4375rem;z-index:100015;padding-top:0.770625rem;padding-right:0.78375rem;padding-bottom:0.770625rem;padding-left:0.78375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #HLGuh6SPiLxaOVd0heDBtggVyGPicJEV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #k45S5DvW4UEaH0narsVUT7FUSpsJwdZ0 {  }
 }@media only screen and (max-width: 763px) { #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #wN3BtMvS7L7oQETaXd7fq0RDG6GFZ7uT {  }
 }@media only screen and (max-width: 763px) { #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #zKd3uzvzM7TaTN8HJXmyiinIOLITUUFd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #qkAqQQawm8d8mUMJ1uukagamccdTXmxi {  }
 }@media only screen and (max-width: 763px) { #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #QuVVKPxzPnEoAwTgSfmQuO0saeMQAHBo {  }
 }@media only screen and (max-width: 763px) { #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #Hl9SSR7qpvBcTrTAmmHSLxANlE11ewhG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #T8IfApqshZl28tF0CIIQV7oSgCRKIeSS {  }
 }@media only screen and (max-width: 763px) { #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #xJEOkKIwMplkWTTTzzBZEupe5fyhENhJ {  }
 }@media only screen and (max-width: 763px) { #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #RK6p47OQqntNq5F3IZsvrbLTTcWZKOfO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #h4VH5Pf5Fq83AUgHryz14s4b0TTqv38c {  }
 }@media only screen and (max-width: 763px) { #w0Jr2vO7dHbQPCB3lnRR0ZJpsGTOmZZK #Bzs32qZ0FZHG7Zt0nmUO7pxFwhDNS7wb {  }
 }@media only screen and (max-width: 763px) { #ZSOHm0V1eLTa6VhSdsoP7pUdVdaWldpQ { width:20rem;height:2.5996125rem;top:2.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT5JnSzJbKTe42BZRbdfI0USZvkn75Jz { width:13.875rem;height:3.5rem;top:6.125rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBWlDnLPGwU3ML7ddsRx4g9sPfplcQNH { display:block; }#WBWlDnLPGwU3ML7ddsRx4g9sPfplcQNH > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKm3ADp0A0s0hzrH4aCTyKZZlNR342qT { top:9.8125rem;left:3.875rem;width:12.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etsN5unac9iJRaWnT96didNyxTJyEiWF { display:block; }
 }@media only screen and (max-width: 763px) { #sP98uVL0WDOVceWtLztn8mhUUzbzrgTF { width:15.875rem;height:2.125rem;top:2.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvrTfEO185EaE56AsFpW3h3WuQG3fMDZ { width:1.875rem;height:1.875rem;top:6.0625rem;left:12.5625rem;display:block; }
#BvrTfEO185EaE56AsFpW3h3WuQG3fMDZ > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #hhHoepVURUskTf096mLlUaPxLHr7NoDo { width:1.875rem;height:1.875rem;top:6.0625rem;left:9.1875rem;display:block; }
#hhHoepVURUskTf096mLlUaPxLHr7NoDo > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #EibDf170Jz3dxS7K9vBA0LdknAii6G15 { width:1.875rem;height:1.875rem;top:6.0625rem;left:5.5625rem;display:block; }
#EibDf170Jz3dxS7K9vBA0LdknAii6G15 > img { max-width: 100%;max-height:100%; } }