.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O { position:relative;display:block; }#cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O { background-color: transparent; background-image: none; }#cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O > .row .container > .video-iframe-container { display: none; }#cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O > .row > .video-iframe-container { display: none; }#cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O > .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); }#cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O { border-width: 0; border-radius: 0; }#cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:123px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#q8WQ86EbkUZm7XTPbFl9p5JoEvEqrHki { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75px;width:131px;top:34px;left:0px;overflow:hidden;display:block; }
#tciWdTauP0r1vJZyy1mIpz4zRpE719V5 { position:relative;display:block; }#tciWdTauP0r1vJZyy1mIpz4zRpE719V5 { background-color: transparent; background-image: none; }#tciWdTauP0r1vJZyy1mIpz4zRpE719V5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tciWdTauP0r1vJZyy1mIpz4zRpE719V5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tciWdTauP0r1vJZyy1mIpz4zRpE719V5 > .row .container > .video-iframe-container { display: none; }#tciWdTauP0r1vJZyy1mIpz4zRpE719V5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tciWdTauP0r1vJZyy1mIpz4zRpE719V5 > .row > .video-iframe-container { display: none; }#tciWdTauP0r1vJZyy1mIpz4zRpE719V5 > .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); }#tciWdTauP0r1vJZyy1mIpz4zRpE719V5 { border-width: 0; border-radius: 0; }#tciWdTauP0r1vJZyy1mIpz4zRpE719V5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tciWdTauP0r1vJZyy1mIpz4zRpE719V5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:462px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#myIBwGpzi2aoLcdsPTPlULQqgyLDWLTi { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:37.625px;left:500px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gRBv8pVEcRoQzNVn0R19FOU83ErXexEp { color:#000000;display:block;width:789px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:86.625px;left:209px;height:353.5472px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gfBKkBpVNK3Co3tdlxIIiKy8GO9N5eqT { position:relative;display:block; }#gfBKkBpVNK3Co3tdlxIIiKy8GO9N5eqT { background-color: transparent; background-image: none; }#gfBKkBpVNK3Co3tdlxIIiKy8GO9N5eqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfBKkBpVNK3Co3tdlxIIiKy8GO9N5eqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfBKkBpVNK3Co3tdlxIIiKy8GO9N5eqT > .row .container > .video-iframe-container { display: none; }#gfBKkBpVNK3Co3tdlxIIiKy8GO9N5eqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfBKkBpVNK3Co3tdlxIIiKy8GO9N5eqT > .row > .video-iframe-container { display: none; }#gfBKkBpVNK3Co3tdlxIIiKy8GO9N5eqT > .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); }#gfBKkBpVNK3Co3tdlxIIiKy8GO9N5eqT { border-width: 0; border-radius: 0; }#gfBKkBpVNK3Co3tdlxIIiKy8GO9N5eqT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gfBKkBpVNK3Co3tdlxIIiKy8GO9N5eqT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:267px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sAmgwS9OV0h1itqZnTv0wD1i3sUVPSN5 { color:#000000;display:block;width:386px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:16px;left:207px;height:32.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EPSmkXnRcUfxtT0xWUeMo4RHwJDTzLPy { color:#000000;display:block;width:240px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);height:20px;top:1069px;left:137px;display:none; }
#KKrfqONC5uxiQK9807DmBnyoNbAfOTT5 { background-color:#0c67ad;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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:142px;left:460.00003051758px;display:block; }
#wSV2dz8Ha7gnBuUFytfQUpoQ429STQ3x { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#T3vyP6twomH6NeS2BIbGs0FBtST6put9 { color:#000000;display:block;width:782px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:62.625px;left:209px;height:20.8px;display:block; }
#yEb4bzlTdPA1P0KzvIh3Qem1rsIzWKh7 { color:#000000;display:block;width:550px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:243.59375px;left:325px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#mVTZtouOmyEtSS7RLvt1lhFeu8Iia7ms { position:relative;display:block; }#mVTZtouOmyEtSS7RLvt1lhFeu8Iia7ms { background-color: transparent; background-image: none; }#mVTZtouOmyEtSS7RLvt1lhFeu8Iia7ms::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVTZtouOmyEtSS7RLvt1lhFeu8Iia7ms > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVTZtouOmyEtSS7RLvt1lhFeu8Iia7ms > .row .container > .video-iframe-container { display: none; }#mVTZtouOmyEtSS7RLvt1lhFeu8Iia7ms > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVTZtouOmyEtSS7RLvt1lhFeu8Iia7ms > .row > .video-iframe-container { display: none; }#mVTZtouOmyEtSS7RLvt1lhFeu8Iia7ms > .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); }#mVTZtouOmyEtSS7RLvt1lhFeu8Iia7ms { border-width: 0; border-radius: 0; }#mVTZtouOmyEtSS7RLvt1lhFeu8Iia7ms > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mVTZtouOmyEtSS7RLvt1lhFeu8Iia7ms > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:1752px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#G6G3apf6PzfHu1xvcfrzCRAuyEKEgCP3 { color:#000000;display:block;width:495px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.96875px;left:205px;height:32.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xbap0tSyeUMCBU2UTveFv17y9SGlgrwB { color:#000000;display:block;width:712px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:96.000007629395px;left:237px;height:62.4px;display:block; }
#ETWbt8zfWrGcSyOsd1aaVOs1rexvT96x { position:absolute;display:block;z-index:15005;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;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:285px;width:595px;top:214.40000152588px;left:302px;display:block; }
#iC6WBEhqq8L4GyVWoixOZNSATlhVuRJt { color:#000000;display:block;width:455px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:283.40000152588px;left:372px;height:192px;display:block; }
#kdPUP8rF0aDXxLX94xvqaTrqVIITpnzH { color:#000000;display:block;width:437px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:235px;left:322px;height:26px;display:block; }
#XtqpITFXKUb2kUFk7Chs9KOfZ4xBxTnD { color:#000000;display:block;width:543px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:565px;left:322px;height:26px;display:block; }
#Gi7ETzpibp7uUZVicRg9QtX9hcPwTnwi { position:absolute;display:block;z-index:15006;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;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:286px;width:595px;top:541.390625px;left:302px;display:block; }
#xaKZT2UQeqp1qlDSz10f3NpJQo2zP7Uq { color:#000000;display:block;width:512px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:608.40000915527px;left:372px;height:216px;display:block; }
#kGiNESEhRXIna0IarhOduhuhD4xOEPwe { position:absolute;display:block;z-index:15007;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;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:409px;width:595px;top:880px;left:303px;display:block; }
#UShXNVdfK3hT5dBfQpZ6ST29ZxhXzKZp { color:#000000;display:block;width:451px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:915px;left:323px;height:26px;display:block; }
#ZpF6aexfTswu2fKmxSWgbhnoe2BLRWZp { color:#000000;display:block;width:500px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:958px;left:373px;height:264px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nfGwM8t8AI2hMGcqALrgzTnrJxZX3CzZ { position:absolute;display:block;z-index:15010;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;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:409px;width:595px;top:1334px;left:303px;display:block; }
#IMVEg0OoX49BEAD1lMwXreQ1ooOzG1bf { color:#000000;display:block;width:500px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:1412px;left:373px;height:288px;display:block; }
#hCSbJ6R4gW3rIIPZ0d1FBonvWrPBAbo9 { color:#000000;display:block;width:451px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1369px;left:323px;height:26px;display:block; }
#amHTF08pfpL6d0zvayJQScTlHUghA9RT { position:relative;display:block; }#amHTF08pfpL6d0zvayJQScTlHUghA9RT { background-color: transparent; background-image: none; }#amHTF08pfpL6d0zvayJQScTlHUghA9RT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amHTF08pfpL6d0zvayJQScTlHUghA9RT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amHTF08pfpL6d0zvayJQScTlHUghA9RT > .row .container > .video-iframe-container { display: none; }#amHTF08pfpL6d0zvayJQScTlHUghA9RT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amHTF08pfpL6d0zvayJQScTlHUghA9RT > .row > .video-iframe-container { display: none; }#amHTF08pfpL6d0zvayJQScTlHUghA9RT > .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); }#amHTF08pfpL6d0zvayJQScTlHUghA9RT { border-width: 0; border-radius: 0; }#amHTF08pfpL6d0zvayJQScTlHUghA9RT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#amHTF08pfpL6d0zvayJQScTlHUghA9RT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:726px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VfEzMP9eoZphaOgSN8IWX2JwWl21uiq1 { color:#000000;display:block;width:514px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:32.974975585938px;left:207px;height:32.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rm1XFJ4q9LvG0P6AvRbpLPyZGl3LfEeR { color:#000000;display:block;width:640px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:79.975006103516px;left:238px;height:20.8px;display:block; }
#ZhECF3VHup6RVIkG3HwcK2lFQ3l2vapQ { color:#000000;display:block;width:550px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:124.60000610352px;left:325px;height:;overflow:hidden;display:block; }#ZhECF3VHup6RVIkG3HwcK2lFQ3l2vapQ li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#ZhECF3VHup6RVIkG3HwcK2lFQ3l2vapQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#TXrQ3hos6rp6radhdpr3EKApJPt5WDhe { color:#000000;display:block;width:655px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:207.80001831055px;left:354px;height:98.2px;display:block; }#TXrQ3hos6rp6radhdpr3EKApJPt5WDhe li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#TXrQ3hos6rp6radhdpr3EKApJPt5WDhe li:before{  }
#hPFHescQn4FIKhxETlo2OsfuNHaTObMR { color:#000000;display:block;width:550px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:330.29376220703px;left:325px;height:197.172px;overflow:hidden;display:block; }#hPFHescQn4FIKhxETlo2OsfuNHaTObMR li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#hPFHescQn4FIKhxETlo2OsfuNHaTObMR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#zF5qV0MmqGr5PEyrhS7r9PLTbC9xGJbc { color:#000000;display:block;width:712px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:548.60000610352px;left:244px;height:145.5782px;display:block; }
#aE0huv9m6pk14TAHkAF52GdBnW3S2Why { color:#000000;display:block;width:240px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);height:20px;top:1069px;left:137px;display:none; }
#TFlZDc7zaBm9GZOVb2EPHvFnyIAQGkQs { color:#000000;display:block;width:600px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:705.20001220703px;left:300px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#nG401sW1Ju65UxBMpxySC4Vdwla6A2U3 { position:relative;display:block; }#nG401sW1Ju65UxBMpxySC4Vdwla6A2U3 { background-color: transparent; background-image: none; }#nG401sW1Ju65UxBMpxySC4Vdwla6A2U3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nG401sW1Ju65UxBMpxySC4Vdwla6A2U3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nG401sW1Ju65UxBMpxySC4Vdwla6A2U3 > .row .container > .video-iframe-container { display: none; }#nG401sW1Ju65UxBMpxySC4Vdwla6A2U3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nG401sW1Ju65UxBMpxySC4Vdwla6A2U3 > .row > .video-iframe-container { display: none; }#nG401sW1Ju65UxBMpxySC4Vdwla6A2U3 > .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); }#nG401sW1Ju65UxBMpxySC4Vdwla6A2U3 { border-width: 0; border-radius: 0; }#nG401sW1Ju65UxBMpxySC4Vdwla6A2U3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nG401sW1Ju65UxBMpxySC4Vdwla6A2U3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:978px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SESRXU1a3W70NMX5Lm6oEpX2f94MzDGD { color:#000000;display:block;width:536px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:26px;left:202.5px;height:32.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZHRilpws8lU3Ua6UP6Iz2zbpDR0EAFDl { color:#000000;display:block;width:712px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:78.575012207031px;left:244px;height:270.3596px;display:block; }
#PLfSFa0WuZJqZ6NvhrqnOvJn68FhaJXk { color:#000000;display:block;width:592px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:484.80000305176px;left:328px;height:123.984px;overflow:hidden;display:block; }#PLfSFa0WuZJqZ6NvhrqnOvJn68FhaJXk li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#PLfSFa0WuZJqZ6NvhrqnOvJn68FhaJXk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#l5qu2uiagiekxbCaxAelkJMHeVESRMOi { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:455.60000228882px;left:328px;height:20.8px;display:block; }
#fOpnTItyn8t2OITmThUov0UKyPJ6RooS { color:#000000;display:block;width:441px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:638.80000305176px;left:328px;height:20.8px;display:block; }
#GSJVeXrTJOUVueic5DSgqFiW3HP6n2Cs { color:#000000;display:block;width:285px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:669px;left:328px;height:123.984px;overflow:hidden;display:block; }#GSJVeXrTJOUVueic5DSgqFiW3HP6n2Cs li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#GSJVeXrTJOUVueic5DSgqFiW3HP6n2Cs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#FC4QVipTzB0Jt1B3ferykXLUBeUx89zG { color:#000000;display:block;width:386px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:378.18124389648px;left:244px;height:26px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E8XCOiPPGvi4AN0MhtAuwcNKTSdvPcbs { color:#000000;display:block;width:544px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:423.38125038147px;left:328px;height:20.8px;display:block; }
#OCk4HFOuHfBCIw7vo36reiX8e36plakJ { color:#000000;display:block;width:240px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);height:20px;top:1069px;left:137px;display:none; }
#oNJNTAeJAqMT5xxESeLEuBEEF8pihoT5 { color:#000000;display:block;width:550px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:955.20001220703px;left:325px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#EwJdWnu8lDllTruNNvUDIHBVpTEVHkTO { color:#000000;display:block;width:530px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:817.80001831055px;left:328px;height:20.8px;display:block; }
#xkQ8Q2G1HNTuG8dsJH3yAM5sbUPJ0dBy { color:#000000;display:block;width:384px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:857px;left:328px;height:20.8px;overflow:hidden;display:block; }#xkQ8Q2G1HNTuG8dsJH3yAM5sbUPJ0dBy li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#xkQ8Q2G1HNTuG8dsJH3yAM5sbUPJ0dBy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#Baseb12WSVUgehmeQX0IQnGZDwWOkZCo { color:#000000;display:block;width:493px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:888.60003662109px;left:353px;height:67.4px;display:block; }#Baseb12WSVUgehmeQX0IQnGZDwWOkZCo li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Baseb12WSVUgehmeQX0IQnGZDwWOkZCo li:before{  }
#iiD4KZhc9Af2wP0gsTgEhwGXHJTaPSx6 { position:relative;display:block; }#iiD4KZhc9Af2wP0gsTgEhwGXHJTaPSx6 { background-color: transparent; background-image: none; }#iiD4KZhc9Af2wP0gsTgEhwGXHJTaPSx6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiD4KZhc9Af2wP0gsTgEhwGXHJTaPSx6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiD4KZhc9Af2wP0gsTgEhwGXHJTaPSx6 > .row .container > .video-iframe-container { display: none; }#iiD4KZhc9Af2wP0gsTgEhwGXHJTaPSx6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiD4KZhc9Af2wP0gsTgEhwGXHJTaPSx6 > .row > .video-iframe-container { display: none; }#iiD4KZhc9Af2wP0gsTgEhwGXHJTaPSx6 > .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); }#iiD4KZhc9Af2wP0gsTgEhwGXHJTaPSx6 { border-width: 0; border-radius: 0; }#iiD4KZhc9Af2wP0gsTgEhwGXHJTaPSx6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iiD4KZhc9Af2wP0gsTgEhwGXHJTaPSx6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:347px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WZqRqIpmCyPBCy05eROGRxWbfH8qoPgM { color:#000000;display:block;width:638px;position:absolute;font-family:poppins;font-size:24px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:33px;left:281px;height:62.375px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VcwvJ4eBT4J9weQkadhFVtwMli7cEKyU { color:#000000;display:block;width:370px;position:absolute;font-family:poppins;font-size:34px;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:180px;left:415px;height:44.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A4MHGcPNONIBe4utWK9uXq8umQsD3VRn { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75px;width:131px;top:106px;left:535px;overflow:hidden;display:block; }
#EPkJPqcURuRbJr5HE2cm9wNd2VqbaetU { color:#000000;display:block;width:441px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:224.1875px;left:379.5px;height:52px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O { display:block; }#cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8WQ86EbkUZm7XTPbFl9p5JoEvEqrHki { width:131px;height:75px;top:34px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tciWdTauP0r1vJZyy1mIpz4zRpE719V5 { display:block; }#tciWdTauP0r1vJZyy1mIpz4zRpE719V5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myIBwGpzi2aoLcdsPTPlULQqgyLDWLTi { width:200px;height:39px;top:37px;left:282px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #gRBv8pVEcRoQzNVn0R19FOU83ErXexEp { width:764px;height:353px;top:86px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gfBKkBpVNK3Co3tdlxIIiKy8GO9N5eqT { display:block; }#gfBKkBpVNK3Co3tdlxIIiKy8GO9N5eqT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAmgwS9OV0h1itqZnTv0wD1i3sUVPSN5 { width:386px;height:32px;top:16px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #EPSmkXnRcUfxtT0xWUeMo4RHwJDTzLPy { width:240px;height:20px;top:1069px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #KKrfqONC5uxiQK9807DmBnyoNbAfOTT5 { width:280px;height:55px;top:142px;left:242.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #wSV2dz8Ha7gnBuUFytfQUpoQ429STQ3x { display:block; }
 }@media only screen and (max-width: 763px) { #T3vyP6twomH6NeS2BIbGs0FBtST6put9 { width:764px;height:20px;top:62px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yEb4bzlTdPA1P0KzvIh3Qem1rsIzWKh7 { width:550px;height:20px;top:243px;left:107px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mVTZtouOmyEtSS7RLvt1lhFeu8Iia7ms { display:block; }#mVTZtouOmyEtSS7RLvt1lhFeu8Iia7ms > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6G3apf6PzfHu1xvcfrzCRAuyEKEgCP3 { width:495px;height:;top:19px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Xbap0tSyeUMCBU2UTveFv17y9SGlgrwB { width:712px;height:62px;top:96px;left:19px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ETWbt8zfWrGcSyOsd1aaVOs1rexvT96x { width:595px;height:285px;top:214px;left:84px;display:block; }
 }@media only screen and (max-width: 763px) { #iC6WBEhqq8L4GyVWoixOZNSATlhVuRJt { width:455px;height:192px;top:283px;left:154px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kdPUP8rF0aDXxLX94xvqaTrqVIITpnzH { width:437px;height:26px;top:235px;left:104px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XtqpITFXKUb2kUFk7Chs9KOfZ4xBxTnD { width:543px;height:26px;top:565px;left:104px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Gi7ETzpibp7uUZVicRg9QtX9hcPwTnwi { width:595px;height:286px;top:541px;left:84px;display:block; }
 }@media only screen and (max-width: 763px) { #xaKZT2UQeqp1qlDSz10f3NpJQo2zP7Uq { width:512px;height:216px;top:608px;left:154px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kGiNESEhRXIna0IarhOduhuhD4xOEPwe { width:595px;height:409px;top:880px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #UShXNVdfK3hT5dBfQpZ6ST29ZxhXzKZp { width:451px;height:26px;top:915px;left:105px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZpF6aexfTswu2fKmxSWgbhnoe2BLRWZp { width:500px;height:264px;top:958px;left:155px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nfGwM8t8AI2hMGcqALrgzTnrJxZX3CzZ { width:595px;height:409px;top:1334px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #IMVEg0OoX49BEAD1lMwXreQ1ooOzG1bf { width:500px;height:288px;top:1412px;left:155px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hCSbJ6R4gW3rIIPZ0d1FBonvWrPBAbo9 { width:451px;height:26px;top:1369px;left:105px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #amHTF08pfpL6d0zvayJQScTlHUghA9RT { display:block; }#amHTF08pfpL6d0zvayJQScTlHUghA9RT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfEzMP9eoZphaOgSN8IWX2JwWl21uiq1 { width:514px;height:32px;top:32px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Rm1XFJ4q9LvG0P6AvRbpLPyZGl3LfEeR { width:640px;height:20px;top:79px;left:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZhECF3VHup6RVIkG3HwcK2lFQ3l2vapQ { width:550px;height:;top:124px;left:107px;font-size:16px;display:block; }#ZhECF3VHup6RVIkG3HwcK2lFQ3l2vapQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #TXrQ3hos6rp6radhdpr3EKApJPt5WDhe { width:655px;height:98px;top:207px;left:109px;font-size:16px;display:block; }#TXrQ3hos6rp6radhdpr3EKApJPt5WDhe li:before{  }
 }@media only screen and (max-width: 763px) { #hPFHescQn4FIKhxETlo2OsfuNHaTObMR { width:550px;height:176px;top:330px;left:107px;font-size:16px;display:block; }#hPFHescQn4FIKhxETlo2OsfuNHaTObMR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #zF5qV0MmqGr5PEyrhS7r9PLTbC9xGJbc { width:712px;height:145px;top:548px;left:26px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aE0huv9m6pk14TAHkAF52GdBnW3S2Why { width:240px;height:20px;top:1069px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #TFlZDc7zaBm9GZOVb2EPHvFnyIAQGkQs { width:600px;height:20px;top:705px;left:82px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nG401sW1Ju65UxBMpxySC4Vdwla6A2U3 { display:block; }#nG401sW1Ju65UxBMpxySC4Vdwla6A2U3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SESRXU1a3W70NMX5Lm6oEpX2f94MzDGD { width:536px;height:32px;top:26px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ZHRilpws8lU3Ua6UP6Iz2zbpDR0EAFDl { width:712px;height:270px;top:78px;left:26px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PLfSFa0WuZJqZ6NvhrqnOvJn68FhaJXk { width:592px;height:124px;top:484px;left:110px;font-size:16px;display:block; }#PLfSFa0WuZJqZ6NvhrqnOvJn68FhaJXk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #l5qu2uiagiekxbCaxAelkJMHeVESRMOi { width:200px;height:20px;top:455px;left:110px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fOpnTItyn8t2OITmThUov0UKyPJ6RooS { width:441px;height:20px;top:638px;left:110px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GSJVeXrTJOUVueic5DSgqFiW3HP6n2Cs { width:285px;height:124px;top:669px;left:110px;font-size:16px;display:block; }#GSJVeXrTJOUVueic5DSgqFiW3HP6n2Cs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #FC4QVipTzB0Jt1B3ferykXLUBeUx89zG { width:386px;height:26px;top:378px;left:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #E8XCOiPPGvi4AN0MhtAuwcNKTSdvPcbs { width:544px;height:20px;top:423px;left:110px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OCk4HFOuHfBCIw7vo36reiX8e36plakJ { width:240px;height:20px;top:1069px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #oNJNTAeJAqMT5xxESeLEuBEEF8pihoT5 { width:550px;height:20px;top:955px;left:107px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EwJdWnu8lDllTruNNvUDIHBVpTEVHkTO { width:530px;height:20px;top:817px;left:110px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xkQ8Q2G1HNTuG8dsJH3yAM5sbUPJ0dBy { width:384px;height:20px;top:857px;left:110px;font-size:16px;display:block; }#xkQ8Q2G1HNTuG8dsJH3yAM5sbUPJ0dBy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #Baseb12WSVUgehmeQX0IQnGZDwWOkZCo { width:493px;height:67px;top:888px;left:135px;font-size:16px;display:block; }#Baseb12WSVUgehmeQX0IQnGZDwWOkZCo li:before{  }
 }@media only screen and (max-width: 763px) { #iiD4KZhc9Af2wP0gsTgEhwGXHJTaPSx6 { display:block; }#iiD4KZhc9Af2wP0gsTgEhwGXHJTaPSx6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZqRqIpmCyPBCy05eROGRxWbfH8qoPgM { width:638px;height:62px;top:33px;left:63px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #VcwvJ4eBT4J9weQkadhFVtwMli7cEKyU { width:370px;height:44px;top:180px;left:197px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #A4MHGcPNONIBe4utWK9uXq8umQsD3VRn { width:131px;height:75px;top:106px;left:317px;display:block; }
 }@media only screen and (max-width: 763px) { #EPkJPqcURuRbJr5HE2cm9wNd2VqbaetU { width:441px;height:52px;top:224px;left:161.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O { display:block; }#cq7PIrSlrR6Sav4TQNDXl3d1rLEwK20O > .row .container { width:320px;height:87px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8WQ86EbkUZm7XTPbFl9p5JoEvEqrHki { width:96px;height:55px;top:20px;left:34px;display:block; }
 }@media only screen and (max-width: 763px) { #tciWdTauP0r1vJZyy1mIpz4zRpE719V5 { display:block; }#tciWdTauP0r1vJZyy1mIpz4zRpE719V5 > .row .container { width:320px;height:744px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myIBwGpzi2aoLcdsPTPlULQqgyLDWLTi { width:200px;height:39px;top:20px;left:60px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #gRBv8pVEcRoQzNVn0R19FOU83ErXexEp { width:320px;height:665.5003px;top:79px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gfBKkBpVNK3Co3tdlxIIiKy8GO9N5eqT { display:block; }#gfBKkBpVNK3Co3tdlxIIiKy8GO9N5eqT > .row .container { width:320px;height:306px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAmgwS9OV0h1itqZnTv0wD1i3sUVPSN5 { width:320px;height:26px;top:21.387683868408px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #EPSmkXnRcUfxtT0xWUeMo4RHwJDTzLPy { top:281.60625457764px;left:40.000001907349px;width:240px;height:20.8px;z-index:15007;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #KKrfqONC5uxiQK9807DmBnyoNbAfOTT5 { width:280px;height:55px;top:192.80624771118px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wSV2dz8Ha7gnBuUFytfQUpoQ429STQ3x { display:block; }
 }@media only screen and (max-width: 763px) { #T3vyP6twomH6NeS2BIbGs0FBtST6put9 { width:320px;height:62.4px;top:84.406234741211px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yEb4bzlTdPA1P0KzvIh3Qem1rsIzWKh7 { width:320px;height:auto;top:243px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #mVTZtouOmyEtSS7RLvt1lhFeu8Iia7ms { display:block; }#mVTZtouOmyEtSS7RLvt1lhFeu8Iia7ms > .row .container { width:320px;height:2143px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6G3apf6PzfHu1xvcfrzCRAuyEKEgCP3 { width:320px;height:26px;top:46px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Xbap0tSyeUMCBU2UTveFv17y9SGlgrwB { width:320px;height:124.781px;top:110px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ETWbt8zfWrGcSyOsd1aaVOs1rexvT96x { width:320px;height:412px;top:294px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iC6WBEhqq8L4GyVWoixOZNSATlhVuRJt { width:320px;height:288px;top:383px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kdPUP8rF0aDXxLX94xvqaTrqVIITpnzH { width:320px;height:52px;top:314.60000610352px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XtqpITFXKUb2kUFk7Chs9KOfZ4xBxTnD { width:320px;height:52px;top:750.59375px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Gi7ETzpibp7uUZVicRg9QtX9hcPwTnwi { width:320px;height:399px;top:726px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xaKZT2UQeqp1qlDSz10f3NpJQo2zP7Uq { width:320px;height:288px;top:815px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kGiNESEhRXIna0IarhOduhuhD4xOEPwe { width:320px;height:523px;top:1135px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UShXNVdfK3hT5dBfQpZ6ST29ZxhXzKZp { width:320px;height:52px;top:1158.390625px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZpF6aexfTswu2fKmxSWgbhnoe2BLRWZp { width:320px;height:432px;top:1209.390625px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nfGwM8t8AI2hMGcqALrgzTnrJxZX3CzZ { width:320px;height:450px;top:1687.390625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IMVEg0OoX49BEAD1lMwXreQ1ooOzG1bf { width:320px;height:360px;top:1766.390625px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hCSbJ6R4gW3rIIPZ0d1FBonvWrPBAbo9 { width:320px;height:52px;top:1701.390625px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #amHTF08pfpL6d0zvayJQScTlHUghA9RT { display:block; }#amHTF08pfpL6d0zvayJQScTlHUghA9RT > .row .container { width:320px;height:1204px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfEzMP9eoZphaOgSN8IWX2JwWl21uiq1 { width:320px;height:26px;top:20px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Rm1XFJ4q9LvG0P6AvRbpLPyZGl3LfEeR { width:320px;height:41.6px;top:66px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZhECF3VHup6RVIkG3HwcK2lFQ3l2vapQ { width:320px;height:145.578px;top:127.6px;left:0px;font-size:16px;display:block; }#ZhECF3VHup6RVIkG3HwcK2lFQ3l2vapQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #TXrQ3hos6rp6radhdpr3EKApJPt5WDhe { width:320px;height:181.375px;top:293.2px;left:0px;font-size:16px;display:block; }#TXrQ3hos6rp6radhdpr3EKApJPt5WDhe li:before{  }
 }@media only screen and (max-width: 763px) { #hPFHescQn4FIKhxETlo2OsfuNHaTObMR { width:320px;height:342.75px;top:494.6px;left:0px;font-size:16px;display:block; }#hPFHescQn4FIKhxETlo2OsfuNHaTObMR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #zF5qV0MmqGr5PEyrhS7r9PLTbC9xGJbc { width:320px;height:291.1559px;top:857.39999084473px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aE0huv9m6pk14TAHkAF52GdBnW3S2Why { top:1157.200012207px;left:40.000001907349px;width:240px;height:20.8px;z-index:15009;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #TFlZDc7zaBm9GZOVb2EPHvFnyIAQGkQs { width:320px;height:auto;top:705px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #nG401sW1Ju65UxBMpxySC4Vdwla6A2U3 { display:block; }#nG401sW1Ju65UxBMpxySC4Vdwla6A2U3 > .row .container { width:320px;height:1356px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SESRXU1a3W70NMX5Lm6oEpX2f94MzDGD { width:320px;height:52px;top:20px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZHRilpws8lU3Ua6UP6Iz2zbpDR0EAFDl { width:320px;height:436.7343px;top:91.000007629395px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PLfSFa0WuZJqZ6NvhrqnOvJn68FhaJXk { width:320px;height:186.375px;top:695px;left:0px;font-size:16px;display:block; }#PLfSFa0WuZJqZ6NvhrqnOvJn68FhaJXk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #l5qu2uiagiekxbCaxAelkJMHeVESRMOi { width:200px;height:20.8px;top:661.19999694824px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fOpnTItyn8t2OITmThUov0UKyPJ6RooS { width:320px;height:41.6px;top:897.39999389648px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GSJVeXrTJOUVueic5DSgqFiW3HP6n2Cs { width:285px;height:123.984px;top:949.20001220703px;left:17.5px;font-size:16px;display:block; }#GSJVeXrTJOUVueic5DSgqFiW3HP6n2Cs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #FC4QVipTzB0Jt1B3ferykXLUBeUx89zG { width:320px;height:26px;top:563.39377593994px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #E8XCOiPPGvi4AN0MhtAuwcNKTSdvPcbs { width:320px;height:41.6px;top:588.60000610352px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OCk4HFOuHfBCIw7vo36reiX8e36plakJ { top:1084.1999816895px;left:40.000001907349px;width:240px;height:20.8px;z-index:15008;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #oNJNTAeJAqMT5xxESeLEuBEEF8pihoT5 { width:320px;height:auto;top:955px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #EwJdWnu8lDllTruNNvUDIHBVpTEVHkTO { width:320px;height:41.6px;top:1124.9844px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xkQ8Q2G1HNTuG8dsJH3yAM5sbUPJ0dBy { width:320px;height:41.6px;top:1186.5782px;left:0px;font-size:16px;display:block; }#xkQ8Q2G1HNTuG8dsJH3yAM5sbUPJ0dBy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #Baseb12WSVUgehmeQX0IQnGZDwWOkZCo { width:320px;height:88.2px;top:1248.172px;left:0px;font-size:16px;display:block; }#Baseb12WSVUgehmeQX0IQnGZDwWOkZCo li:before{  }
 }@media only screen and (max-width: 763px) { #iiD4KZhc9Af2wP0gsTgEhwGXHJTaPSx6 { display:block; }#iiD4KZhc9Af2wP0gsTgEhwGXHJTaPSx6 > .row .container { width:320px;height:448px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZqRqIpmCyPBCy05eROGRxWbfH8qoPgM { width:320px;height:124.75px;top:20px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #VcwvJ4eBT4J9weQkadhFVtwMli7cEKyU { width:320px;height:33.7969px;top:280.734375px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #A4MHGcPNONIBe4utWK9uXq8umQsD3VRn { width:131px;height:75px;top:193.75px;left:94.5px;display:block; }
 }@media only screen and (max-width: 763px) { #EPkJPqcURuRbJr5HE2cm9wNd2VqbaetU { width:320px;height:39px;top:313.5469px;left:0px;font-size:15px;display:block; }
 }