.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ff4d00;background-image:none;position:relative;display:block; }
#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .row > .video-iframe-container { display: none; }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .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); }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row .container { background-color: transparent; background-image: none; }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row .container > .video-iframe-container { display: none; }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row > .video-iframe-container { display: none; }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .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); }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row .container { border-width: 0; border-radius: 0; }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row .container { font-size:14px;font-family:arial;height:105px;width:960px;position:relative;display:block; }#MZdmksxVICKVs3TwaRmBggmMNsEVHp4U { position:absolute;display:block;z-index:15020;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:25px;width:400px;top:40px;left:27px;overflow:hidden;display:block; }
#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR { border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;background-color:#fdfdff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container { background-color: transparent; background-image: none; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container > .video-iframe-container { display: none; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row > .video-iframe-container { display: none; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .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); }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container { border-width: 0; border-radius: 0; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container { font-size:14px;font-family:arial;height:648.4px;width:960px;position:relative;display:block; }#o8TKxM5c4O1e6cWnfCgts8Mrz8TzeZu8 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:56.987495422363px;left:665.39999389648px;height:;display:block; }
#P7NKsNMRZJOfvSg8Z9m323Fv5u6JXu9K { display:block;width:704px;position:absolute;font-family:arial;font-size:29px;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:56.975006103516px;left:0px;height:52.1876px;text-align:center;text-align-last:center;color:#dcd1d1;display:block; }
#JRrzc0TXdVQ7VkkoRT44fqWCRTqACZRV { color:#000000;display:block;width:841px;position:absolute;font-family:lato;font-size:36px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:10.974998474121px;left:45.287506103516px;height:46.8px;display:block; }
#mKwTg5ei5XdPQWJtwJVUhfz4hJbqZNfs { color:#000000;display:block;width:359px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:162px;left:537px;height:23.3984px;display:block; }
#fviVJxBTyvZnEAUrlaCdq0ePg5Env6DV { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:536.30000305176px;left:695.00003051758px; }
#Es5Pyp8vJZoEBNu2eE8ECz3IcV1tkIy0 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:227px;left:503px; }
#QRJqtCh6hdrVGNXQavuMUz77grmURaat { color:#000000;display:block;width:323px;position:absolute;font-family:lato;font-size:19px;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:225px;left:536px;height:24.6953px;display:block; }
#fziMR3z0s2TAKQM1tnwhJQrppTGnJ4QN { color:#000000;display:block;width:323px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:257px;left:536px;height:23.3984px;display:block; }
#XS8dWSiNVWPt7CIfrDuWUZB9J1cBJR8L { color:#000000;display:block;width:359px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:194px;left:537px;height:23.3984px;display:block; }
#zDleaJVWEZTLvKSgwrtdTJTE0NN5is6l { position:absolute;display:block;z-index:15042;background-color:#e78d00;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:94px;width:8px;top:9.9625015258789px;left:21.799987792969px;display:block; }
#BqHMSzqIE8M19R0AukE2EvsFvFqXBUTu { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:44px;border-top-right-radius:44px;border-bottom-left-radius:44px;border-bottom-right-radius:44px;box-shadow: none;height:300px;width:452px;top:121.79999732971px;left:14px;overflow:hidden;display:block; }
#vVvufk4cxnPO1i5qSn5fOuaBRS5V3wzN { position:absolute;display:block;z-index:14984;background-color:#f6f9ff;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:12px;border-top-right-radius:0;border-bottom-left-radius:45px;border-bottom-right-radius:45px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:421px;width:466px;top:116.09375px;left:480px;display:block; }
#KNT2ScsrABEvT5khKvCM9Rx8iJo8ytEA { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:195px;left:503px; }
#vypBxg2b3oAzfBdBz3TQwi0XpRJg23JT { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:163px;left:503px; }
#cpTc63TPb28ZXooc2flV3TsKz6kKb8Wf { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:258px;left:503px; }
#zDWPi67qUT53Ik74mPERXwPT7SKlKI6W { position:absolute;display:block;z-index:15053;background-color:#535454;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2px;width:405px;top:305.6953125px;left:514px;display:block; }
#NW50XLrHidfxmy3lRW4i5z8VcZxw4pZs { background-color:#35c71a;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;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:368px;height:67px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:370.59999084473px;left:536.00003051758px;display:block; }
#laKPzTx0pvqnTfVqVDQaCLXrpQPVeHvo { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#iE0DAUiJEodkg2h8qs9UX94P0TRIBcXx { color:#000000;display:block;width:231px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:340.19999694824px;left:604.50003051758px;height:18.2px;display:block; }
#TENvgoUGuNSiGz89lbEiUsxw1wLT6WUt { color:#000000;display:block;width:240px;position:absolute;font-family:"open sans";font-size:11px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:459.90000915527px;left:600.00003051758px;height:14.3px;display:block; }
#R0o798ZyHaf6sGKTUKQC6bQykWvGqqwn { position:relative;display:block; }#R0o798ZyHaf6sGKTUKQC6bQykWvGqqwn { background-color: transparent; background-image: none; }#R0o798ZyHaf6sGKTUKQC6bQykWvGqqwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0o798ZyHaf6sGKTUKQC6bQykWvGqqwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0o798ZyHaf6sGKTUKQC6bQykWvGqqwn > .row .container > .video-iframe-container { display: none; }#R0o798ZyHaf6sGKTUKQC6bQykWvGqqwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0o798ZyHaf6sGKTUKQC6bQykWvGqqwn > .row > .video-iframe-container { display: none; }#R0o798ZyHaf6sGKTUKQC6bQykWvGqqwn > .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); }#R0o798ZyHaf6sGKTUKQC6bQykWvGqqwn { border-width: 0; border-radius: 0; }#R0o798ZyHaf6sGKTUKQC6bQykWvGqqwn > .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; }#R0o798ZyHaf6sGKTUKQC6bQykWvGqqwn > .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:14px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM { border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;background-color:#f8f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row .container { background-color: transparent; background-image: none; }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row .container > .video-iframe-container { display: none; }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row > .video-iframe-container { display: none; }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .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); }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row .container { border-width: 0; border-radius: 0; }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row .container { font-size:14px;font-family:arial;height:192px;width:960px;position:relative;display:block; }#udpTTA7TpL89OoFy0E0RFRRK8kFEiBZo { position:absolute;display:block;z-index:15008;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:31px;width:125px;top:119.40002441406px;left:773.78756713867px;overflow:hidden;display:block; }
#kU18S2I2GZzlBbXFNTxiynGQwfZdnqPt { position:absolute;display:block;z-index:15010;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:46px;width:62px;top:30.03125px;left:689px;overflow:hidden;display:block; }
#G2Jnhalf4dOMn0gclkAHVCNQTkWbcAxC { position:absolute;display:block;z-index:15012;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:37px;width:117px;top:30.037506103516px;left:41.887512207031px;overflow:hidden;display:block; }
#bWHdGRxfrWmgIvtTivH6RkK0aa7ZyXQb { position:absolute;display:block;z-index:15007;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:69px;width:145px;top:18.53125px;left:336px;overflow:hidden;display:block; }
#zwBOI1LfTpkp1tVX4TpkFC9DJmbkOZF0 { 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:42px;width:108px;top:113.8984375px;left:186px;overflow:hidden;display:block; }
#cUTCAAexZ6qIruAkUvUovHR1Bvs1dkLf { position:absolute;display:block;z-index:15013;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:70px;width:110px;top:99.8984375px;left:480px;overflow:hidden;display:block; }
#SQTTqznInsCWO0IevrRGCsTvd5vQMCGc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/1ffbV6f4/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SQTTqznInsCWO0IevrRGCsTvd5vQMCGc.adaptive-delivery-prevent-bg, #SQTTqznInsCWO0IevrRGCsTvd5vQMCGc.lazyload, #SQTTqznInsCWO0IevrRGCsTvd5vQMCGc.lazyloading { background-image: none; }#SQTTqznInsCWO0IevrRGCsTvd5vQMCGc > .row .container { background-color: transparent; background-image: none; }#SQTTqznInsCWO0IevrRGCsTvd5vQMCGc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d4d4d; }#SQTTqznInsCWO0IevrRGCsTvd5vQMCGc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQTTqznInsCWO0IevrRGCsTvd5vQMCGc > .row .container > .video-iframe-container { display: none; }#SQTTqznInsCWO0IevrRGCsTvd5vQMCGc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d4d4d; }#SQTTqznInsCWO0IevrRGCsTvd5vQMCGc > .row > .video-iframe-container { display: none; }#SQTTqznInsCWO0IevrRGCsTvd5vQMCGc > .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); }#SQTTqznInsCWO0IevrRGCsTvd5vQMCGc > .row .container { border-width: 0; border-radius: 0; }#SQTTqznInsCWO0IevrRGCsTvd5vQMCGc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SQTTqznInsCWO0IevrRGCsTvd5vQMCGc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SQTTqznInsCWO0IevrRGCsTvd5vQMCGc > .row .container { font-size:14px;font-family:arial;height:98px;width:960px;position:relative;display:block; }#JhHEvW0mclKEHT0QXy6ieHqRvc6MVlS1 { color:#ffffff;display:block;width:680px;position:absolute;font-family:lato;font-size:11px;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:27.546875px;left:140px;height:42.8907px;font-style:normal;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) { #CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx { display:block; }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZdmksxVICKVs3TwaRmBggmMNsEVHp4U { top:40px;left:0px;width:400px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR { display:block; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o8TKxM5c4O1e6cWnfCgts8Mrz8TzeZu8 { top:56px;left:518.39999389648px;width:200px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #P7NKsNMRZJOfvSg8Z9m323Fv5u6JXu9K { width:704px;height:52px;top:56px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #JRrzc0TXdVQ7VkkoRT44fqWCRTqACZRV { top:10px;left:0px;width:764px;height:46px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #mKwTg5ei5XdPQWJtwJVUhfz4hJbqZNfs { top:162px;left:390px;width:359px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fviVJxBTyvZnEAUrlaCdq0ePg5Env6DV { top:536px;left:548.00003051758px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #Es5Pyp8vJZoEBNu2eE8ECz3IcV1tkIy0 { top:227px;left:382px;width:20px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QRJqtCh6hdrVGNXQavuMUz77grmURaat { top:225px;left:389px;width:323px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #fziMR3z0s2TAKQM1tnwhJQrppTGnJ4QN { top:257px;left:389px;width:323px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XS8dWSiNVWPt7CIfrDuWUZB9J1cBJR8L { top:194px;left:390px;width:359px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zDleaJVWEZTLvKSgwrtdTJTE0NN5is6l { top:9px;left:0px;width:8px;height:94px;display:block; }
 }@media only screen and (max-width: 763px) { #BqHMSzqIE8M19R0AukE2EvsFvFqXBUTu { top:121px;left:0px;width:452px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #vVvufk4cxnPO1i5qSn5fOuaBRS5V3wzN { top:116px;left:298px;width:466px;height:421px;display:block; }
 }@media only screen and (max-width: 763px) { #KNT2ScsrABEvT5khKvCM9Rx8iJo8ytEA { top:195px;left:382px;width:20px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #vypBxg2b3oAzfBdBz3TQwi0XpRJg23JT { top:163px;left:382px;width:20px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #cpTc63TPb28ZXooc2flV3TsKz6kKb8Wf { top:258px;left:382px;width:20px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zDWPi67qUT53Ik74mPERXwPT7SKlKI6W { top:305px;left:359px;width:405px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #NW50XLrHidfxmy3lRW4i5z8VcZxw4pZs { width:368px;height:67px;top:370px;left:389.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #laKPzTx0pvqnTfVqVDQaCLXrpQPVeHvo { display:block; }
 }@media only screen and (max-width: 763px) { #iE0DAUiJEodkg2h8qs9UX94P0TRIBcXx { top:340px;left:457.50003051758px;width:231px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TENvgoUGuNSiGz89lbEiUsxw1wLT6WUt { top:459px;left:453.00003051758px;width:240px;height:14px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #R0o798ZyHaf6sGKTUKQC6bQykWvGqqwn { display:block; }#R0o798ZyHaf6sGKTUKQC6bQykWvGqqwn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUiKfPAmgycbztGtgRxSUObXKhx7aQTM { display:block; }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udpTTA7TpL89OoFy0E0RFRRK8kFEiBZo { top:119px;left:626.78756713867px;width:125px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #kU18S2I2GZzlBbXFNTxiynGQwfZdnqPt { top:30px;left:542px;width:62px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #G2Jnhalf4dOMn0gclkAHVCNQTkWbcAxC { top:30px;left:0px;width:117px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #bWHdGRxfrWmgIvtTivH6RkK0aa7ZyXQb { top:18px;left:237px;width:145px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #zwBOI1LfTpkp1tVX4TpkFC9DJmbkOZF0 { top:113px;left:137px;width:108px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #cUTCAAexZ6qIruAkUvUovHR1Bvs1dkLf { top:99px;left:382px;width:110px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #SQTTqznInsCWO0IevrRGCsTvd5vQMCGc { display:block; }#SQTTqznInsCWO0IevrRGCsTvd5vQMCGc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhHEvW0mclKEHT0QXy6ieHqRvc6MVlS1 { width:680px;height:42px;top:27px;left:42px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx { display:block; }#CizXZZGzA3pekJyQgioJ8WKBrUuCtdIx > .row .container { width:320px;height:79px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZdmksxVICKVs3TwaRmBggmMNsEVHp4U { width:320px;height:20px;top:23.89999961853px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR { display:block; }#xZ5hXqJNN7MKpcL97vF1fOaIiUT8GFmR > .row .container { width:320px;height:1151px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o8TKxM5c4O1e6cWnfCgts8Mrz8TzeZu8 { width:200px;height:0;top:1150.8px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #P7NKsNMRZJOfvSg8Z9m323Fv5u6JXu9K { width:320px;height:62.1px;top:105.00001525879px;left:0px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JRrzc0TXdVQ7VkkoRT44fqWCRTqACZRV { width:284px;height:67.6px;top:0px;left:7.7999992370605px;font-size:26px;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #mKwTg5ei5XdPQWJtwJVUhfz4hJbqZNfs { width:245px;height:18.2px;top:416px;left:52px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fviVJxBTyvZnEAUrlaCdq0ePg5Env6DV { display:flex;width:50px;height:50px;top:230.79999732971px;left:135.00000572205px; }
 }@media only screen and (max-width: 763px) { #Es5Pyp8vJZoEBNu2eE8ECz3IcV1tkIy0 { display:flex;width:19px;height:19px;top:515px;left:23px; }
 }@media only screen and (max-width: 763px) { #QRJqtCh6hdrVGNXQavuMUz77grmURaat { width:192px;height:18.2px;top:484px;left:56px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fziMR3z0s2TAKQM1tnwhJQrppTGnJ4QN { width:231px;height:18.2px;top:515px;left:52px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #XS8dWSiNVWPt7CIfrDuWUZB9J1cBJR8L { width:231px;height:18.2px;top:448px;left:52px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #zDleaJVWEZTLvKSgwrtdTJTE0NN5is6l { width:2px;height:2px;top:129.8000061065px;left:24.300001144409px;display:block; }
 }@media only screen and (max-width: 763px) { #BqHMSzqIE8M19R0AukE2EvsFvFqXBUTu { width:320px;height:212.375px;top:588.21250915527px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vVvufk4cxnPO1i5qSn5fOuaBRS5V3wzN { width:320px;height:171px;top:181.88749694824px;left:0px;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #KNT2ScsrABEvT5khKvCM9Rx8iJo8ytEA { display:flex;width:20px;height:20px;top:447px;left:23px; }
 }@media only screen and (max-width: 763px) { #vypBxg2b3oAzfBdBz3TQwi0XpRJg23JT { display:flex;width:20px;height:20px;top:415px;left:23px; }
 }@media only screen and (max-width: 763px) { #cpTc63TPb28ZXooc2flV3TsKz6kKb8Wf { display:flex;width:20px;height:20px;top:483px;left:23px; }
 }@media only screen and (max-width: 763px) { #zDWPi67qUT53Ik74mPERXwPT7SKlKI6W { width:320px;height:2px;top:207.88749694824px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NW50XLrHidfxmy3lRW4i5z8VcZxw4pZs { width:280px;height:55px;top:103px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #laKPzTx0pvqnTfVqVDQaCLXrpQPVeHvo { display:block; }
 }@media only screen and (max-width: 763px) { #iE0DAUiJEodkg2h8qs9UX94P0TRIBcXx { width:231px;height:20.8px;top:72px;left:44.500001907349px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TENvgoUGuNSiGz89lbEiUsxw1wLT6WUt { width:292px;height:16.9px;top:168px;left:28px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #R0o798ZyHaf6sGKTUKQC6bQykWvGqqwn { display:block; }#R0o798ZyHaf6sGKTUKQC6bQykWvGqqwn > .row .container { width:320px;height:25px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUiKfPAmgycbztGtgRxSUObXKhx7aQTM { display:block; }#vUiKfPAmgycbztGtgRxSUObXKhx7aQTM > .row .container { width:320px;height:609px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udpTTA7TpL89OoFy0E0RFRRK8kFEiBZo { width:125px;height:31px;top:230.00000762939px;left:97.499998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #kU18S2I2GZzlBbXFNTxiynGQwfZdnqPt { width:62px;height:46px;top:429px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #G2Jnhalf4dOMn0gclkAHVCNQTkWbcAxC { width:129px;height:36px;top:93.974998474121px;left:95.499998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #bWHdGRxfrWmgIvtTivH6RkK0aa7ZyXQb { width:122px;height:59px;top:23px;left:99px;display:block; }
 }@media only screen and (max-width: 763px) { #zwBOI1LfTpkp1tVX4TpkFC9DJmbkOZF0 { width:93px;height:37px;top:363.00003051758px;left:113.49999809265px;display:block; }
 }@media only screen and (max-width: 763px) { #cUTCAAexZ6qIruAkUvUovHR1Bvs1dkLf { width:116px;height:73px;top:269px;left:97.709939613119px;display:block; }
 }@media only screen and (max-width: 763px) { #SQTTqznInsCWO0IevrRGCsTvd5vQMCGc { background-color:#626262;background-image:none;display:block; }#SQTTqznInsCWO0IevrRGCsTvd5vQMCGc > .row .container { background-color: transparent; background-image: none; }#SQTTqznInsCWO0IevrRGCsTvd5vQMCGc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQTTqznInsCWO0IevrRGCsTvd5vQMCGc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQTTqznInsCWO0IevrRGCsTvd5vQMCGc > .row .container > .video-iframe-container { display: none; }#SQTTqznInsCWO0IevrRGCsTvd5vQMCGc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQTTqznInsCWO0IevrRGCsTvd5vQMCGc > .row > .video-iframe-container { display: none; }#SQTTqznInsCWO0IevrRGCsTvd5vQMCGc > .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); }#SQTTqznInsCWO0IevrRGCsTvd5vQMCGc > .row .container { width:320px;height:90px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhHEvW0mclKEHT0QXy6ieHqRvc6MVlS1 { width:320px;height:58.4765px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:9px;color:#fdfeff;display:block; }
 }