.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:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b304f;background-image:url("https://images.assets-landingi.com/uc/5e06d144-30c2-412d-b0e7-d3e55bc5f505/s1bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild.adaptive-delivery-prevent-bg, #i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild.lazyload, #i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild.lazyloading { background-image: none; }#i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild > .row .container { background-color: transparent; background-image: none; }#i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild > .row .container > .video-iframe-container { display: none; }#i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild > .row > .video-iframe-container { display: none; }#i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild > .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); }#i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild > .row .container { border-width: 0; border-radius: 0; }#i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild > .row .container { font-size:14px;font-family:arial;height:600px;width:960px;position:relative;display:block; }#OAPMFAyyCW0Kdc5PB5ARcfGOsGkw2mu9 { color:#ffffff;display:block;width:960px;position:absolute;font-family:raleway;font-size:27px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:46px;left:1.6000061035156px;height:35.1px;font-style:normal;display:block; }
#KVygFkq6n4zB6ckPJ3uqrk6rXof9InG1 { color:#ffffff;display:block;width:476px;position:absolute;font-family:exo;font-size:35px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:220.05000305176px;left:0px;height:136.5px;font-style:normal;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; }
#QaubLKAHmMXvk8zTt6sKu1A4EKdld5LT { color:#ffffff;display:block;width:472px;position:absolute;font-family:exo;font-size:20px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:386px;left:0px;height:78px;font-style:normal;display:block; }
#QQExXL6TyDVJToXCZfTZXFlzILISZT68 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;box-sizing:border-box;color:#1b304f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:exo;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:222px;height:49px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:497px;left:1.6000061035156px;display:block; }
#UZAWsI8Fu6c72A1kXInknW9IrUMmS13J { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#DRSmoh4ddtv1AzTBCTR9tf5gCM1Ogaot { background-color:transparent;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;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:exo;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:222px;height:49px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:497px;left:251.60000610352px;display:block; }
#ozmgmNAPlqbxEy7BrNZNWSJ7o1FFco1t { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#nR5P61peqmWbnNQBEJFCCIbMypGHD3wU { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2px;width:124px;top:148px;left:1.6000061035156px;display:block; }
#q3kHOMCM6iS9quEsAUWBndKcmr6I5GDs { position:absolute;display:block;z-index:15016;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:458px;width:458px;top:71px;left:502.00003051758px;overflow:hidden;display:block; }
#TZbtdqR6yTmi8fmlP2cEohTrTl7Crpp2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b304f;background-image:url("https://images.assets-landingi.com/uc/4a8e4730-2c9b-4050-a23c-ac681a7441f6/1a.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#TZbtdqR6yTmi8fmlP2cEohTrTl7Crpp2.adaptive-delivery-prevent-bg, #TZbtdqR6yTmi8fmlP2cEohTrTl7Crpp2.lazyload, #TZbtdqR6yTmi8fmlP2cEohTrTl7Crpp2.lazyloading { background-image: none; }#TZbtdqR6yTmi8fmlP2cEohTrTl7Crpp2 > .row .container { background-color: transparent; background-image: none; }#TZbtdqR6yTmi8fmlP2cEohTrTl7Crpp2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZbtdqR6yTmi8fmlP2cEohTrTl7Crpp2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZbtdqR6yTmi8fmlP2cEohTrTl7Crpp2 > .row .container > .video-iframe-container { display: none; }#TZbtdqR6yTmi8fmlP2cEohTrTl7Crpp2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZbtdqR6yTmi8fmlP2cEohTrTl7Crpp2 > .row > .video-iframe-container { display: none; }#TZbtdqR6yTmi8fmlP2cEohTrTl7Crpp2 > .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); }#TZbtdqR6yTmi8fmlP2cEohTrTl7Crpp2 > .row .container { border-width: 0; border-radius: 0; }#TZbtdqR6yTmi8fmlP2cEohTrTl7Crpp2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZbtdqR6yTmi8fmlP2cEohTrTl7Crpp2 > .row .container { font-size:14px;font-family:arial;height:500px;width:960px;position:relative;display:block; }#AIUR282b25uedil6BF9soL9vT8StEZw4 { position:absolute;display:block;z-index:15000;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:361px;width:361px;top:69.5px;left:20.300018310547px;overflow:hidden;display:block; }
#zP85poE2taM6s1LekSVWBslAxm3SZQ0s { position:absolute;display:block;z-index:15001;background-color:rgba(169,169,169,0.1);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: none;height:292px;width:500px;top:84px;left:460.00003051758px;display:block; }
#MlF9bGtGAfAZJiABI0Om1BPCRTtc6gl5 { color:#ffffff;display:block;width:441px;position:absolute;font-family:exo;font-size:32px;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:103px;left:490.00003051758px;height:76.8px;font-style:normal;display:block; }
#QIJvnwfm5XgFOUT9NCUrJzKFMzKGRLzN { color:#ffffff;display:block;width:440px;position:absolute;font-family:exo;font-size:16px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:196px;left:490.00003051758px;height:168px;font-style:normal;display:block; }
#zqbfQDfwsqd2XWDUEUuETg0qQqptWxiF { position:absolute;display:block;z-index:15007;background-color:#19e3db;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:12px;width:12px;top:414px;left:78px;display:block; }
#XrDKLAau6QKxpSOKNNE6QHddSlw0ZXN0 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:1px solid rgba(255,255,255,0.2);border-left:1px solid rgba(255,255,255,0.2);border-right:1px solid rgba(255,255,255,0.2);border-bottom:1px solid rgba(255,255,255,0.2);border-top-left-radius:205px;border-top-right-radius:205px;border-bottom-left-radius:205px;border-bottom-right-radius:205px;box-shadow: none;height:400px;width:400px;top:53.5px;left:0px;display:block; }
#aMvZxZe9l8VqywaeNgFvEdyvHlTmWvRH { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:1px solid rgba(255,255,255,0.2);border-left:1px solid rgba(255,255,255,0.2);border-right:1px solid rgba(255,255,255,0.2);border-bottom:1px solid rgba(255,255,255,0.2);border-top-left-radius:185px;border-top-right-radius:185px;border-bottom-left-radius:185px;border-bottom-right-radius:185px;box-shadow: none;height:220px;width:220px;top:72px;left:350px;display:block; }
#MTqTTTRrexniWeGrQdXKN2etLhauckaP { position:absolute;display:block;z-index:15008;background-color:#19e3db;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:12px;width:12px;top:87px;left:392px;display:block; }
#V14WifMpg8m4t9XGogtNRmDhiAleTKp2 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;box-sizing:border-box;color:#1b304f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:exo;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:256px;height:55px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:368.30000305176px;left:480.00003051758px;display:block; }
#wtu6TJG8QTVNKzWzpdrvmknwqybb0T9F { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VybUZCQWTFGNmE7JLJl1cafi6JhufXdS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b304f;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; }#VybUZCQWTFGNmE7JLJl1cafi6JhufXdS > .row .container { background-color: transparent; background-image: none; }#VybUZCQWTFGNmE7JLJl1cafi6JhufXdS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VybUZCQWTFGNmE7JLJl1cafi6JhufXdS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VybUZCQWTFGNmE7JLJl1cafi6JhufXdS > .row .container > .video-iframe-container { display: none; }#VybUZCQWTFGNmE7JLJl1cafi6JhufXdS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VybUZCQWTFGNmE7JLJl1cafi6JhufXdS > .row > .video-iframe-container { display: none; }#VybUZCQWTFGNmE7JLJl1cafi6JhufXdS > .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); }#VybUZCQWTFGNmE7JLJl1cafi6JhufXdS > .row .container { border-width: 0; border-radius: 0; }#VybUZCQWTFGNmE7JLJl1cafi6JhufXdS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VybUZCQWTFGNmE7JLJl1cafi6JhufXdS > .row .container { font-size:14px;font-family:arial;height:492px;width:960px;position:relative;display:block; }#OV9s3suyuoGlXANrasi2mDks2MGeCdcC { position:absolute;display:block;z-index:15024;background-color:rgba(169,169,169,0.1);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: none;height:280px;width:290px;top:160px;left:0px;display:block; }
#PirZNOG5JUDG4XSDvdM1nho0VWqU6qfZ { color:#ffffff;display:block;width:226px;position:absolute;font-family:exo;font-size:24px;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:190px;left:20px;height:62.4px;font-style:normal;display:block; }
#i10wFZSgF6GVoSv08OcLNcnVZrLlplob { color:#ffffff;display:block;width:250px;position:absolute;font-family:exo;font-size:16px;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:267px;left:20px;height:144px;display:block; }
#SRxV4DAqHy11yfmKxXmwcDAp2g5uPSli { position:absolute;display:block;z-index:15032;background-color:rgba(169,169,169,0.1);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: none;height:280px;width:290px;top:160px;left:335px;display:block; }
#mRFpCJLMRdk007KWQ5qPqxkpg98cVsk5 { color:#ffffff;display:block;width:250px;position:absolute;font-family:exo;font-size:16px;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:267px;left:355px;height:72px;display:block; }
#eTBqNc3aArPTpFo0VA98lg70BwKaZPGP { color:#ffffff;display:block;width:244px;position:absolute;font-family:exo;font-size:24px;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:190px;left:355px;height:62.4px;font-style:normal;display:block; }
#zPmJqMZVq6MddpVxTpVq08LZgyqx20GR { position:absolute;display:block;z-index:15028;background-color:rgba(169,169,169,0.1);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: none;height:280px;width:290px;top:160px;left:670px;display:block; }
#xLPtdZWyZyNW9Jw00TapRMs74MQb08zr { color:#ffffff;display:block;width:250px;position:absolute;font-family:exo;font-size:16px;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:267px;left:690px;height:120px;display:block; }
#CvLmp2WMxAGOqzqeC4oKTVkwZQbNQxoU { color:#ffffff;display:block;width:226px;position:absolute;font-family:exo;font-size:24px;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:190px;left:690px;height:62.4px;font-style:normal;display:block; }
#puBaTK1GMKyPuhO8sEBTC5OQtEzehWSi { position:absolute;display:block;z-index:15035;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:134px;width:134px;top:51px;left:733px;overflow:hidden;display:block; }
#T2W0JPqSOwTuwrDUtV3xOGk9TCAylDxw { position:absolute;display:block;z-index:15036;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:134px;width:134px;top:51px;left:78px;overflow:hidden;display:block; }
#w5Jkn51v7R3J44X2TDvF3AeN44NBU6zu { position:absolute;display:block;z-index:15037;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:134px;width:134px;top:51px;left:413px;overflow:hidden;display:block; }
#e6K4TamvlRM7g4nV9OOnG5gVrxaxcQtg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b304f;background-image:url("https://images.assets-landingi.com/uc/dd5af304-c840-46e4-a620-09df1c6422ed/blur2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#e6K4TamvlRM7g4nV9OOnG5gVrxaxcQtg.adaptive-delivery-prevent-bg, #e6K4TamvlRM7g4nV9OOnG5gVrxaxcQtg.lazyload, #e6K4TamvlRM7g4nV9OOnG5gVrxaxcQtg.lazyloading { background-image: none; }#e6K4TamvlRM7g4nV9OOnG5gVrxaxcQtg > .row .container { background-color: transparent; background-image: none; }#e6K4TamvlRM7g4nV9OOnG5gVrxaxcQtg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6K4TamvlRM7g4nV9OOnG5gVrxaxcQtg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6K4TamvlRM7g4nV9OOnG5gVrxaxcQtg > .row .container > .video-iframe-container { display: none; }#e6K4TamvlRM7g4nV9OOnG5gVrxaxcQtg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6K4TamvlRM7g4nV9OOnG5gVrxaxcQtg > .row > .video-iframe-container { display: none; }#e6K4TamvlRM7g4nV9OOnG5gVrxaxcQtg > .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); }#e6K4TamvlRM7g4nV9OOnG5gVrxaxcQtg > .row .container { border-width: 0; border-radius: 0; }#e6K4TamvlRM7g4nV9OOnG5gVrxaxcQtg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e6K4TamvlRM7g4nV9OOnG5gVrxaxcQtg > .row .container { font-size:14px;font-family:arial;height:650px;width:960px;position:relative;display:block; }#fuOkuIh8K8gLVnalXkF91u15FOi3R7Pi { position:absolute;display:block;z-index:15008;background-color:rgba(169,169,169,0.1);background-image:none;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: none;height:100px;width:100px;top:214px;left:24px;display:block; }
#vX5MR0QhH2k4sem1R4D51Xrl57yh884n { color:#ffffff;display:block;width:300px;position:absolute;font-family:exo;font-size:17px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:214px;left:154px;height:22.1px;font-style:normal;display:block; }
#neWTnWyINHTU1W5N4Obc0N672bmBwT9s { color:#ffffff;display:block;width:300px;position:absolute;font-family:exo;font-size:15px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:250px;left:154px;height:78px;font-style:normal;display:block; }
#trDnPqNQeayGOFFelx3nLgDg8QXOfSFi { position:absolute;display:block;z-index:15012;background-color:rgba(169,169,169,0.1);background-image:none;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: none;height:100px;width:100px;top:214px;left:506.00003051758px;display:block; }
#bgDBEBIzt4RGJIvM44s1Ob1wXTJTHRcT { color:#ffffff;display:block;width:300px;position:absolute;font-family:exo;font-size:15px;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:251px;left:636.00003051758px;height:78px;font-style:normal;display:block; }
#yB1zqVCx856cHNi2kJtgHr1O1gKbP3aE { color:#ffffff;display:block;width:300px;position:absolute;font-family:exo;font-size:17px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:215px;left:636.00003051758px;height:22.1px;font-style:normal;display:block; }
#dZHLGR9PCEZqN7MFouK8dLCKMV6hQkBd { color:#ffffff;display:block;width:57px;position:absolute;font-family:exo;font-size:55px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:228.25px;left:45.5px;height:71.5px;font-style:normal;display:block; }
#D80TVMTLKcFTTE5I0I8AMZRmO8MOUivc { color:#ffffff;display:block;width:71px;position:absolute;font-family:exo;font-size:55px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:228.25px;left:520.50003051758px;height:71.5px;font-style:normal;display:block; }
#p9xsM93h2AbWyJVlpkWVRlRE7lgNDhM0 { position:absolute;display:block;z-index:15008;background-color:rgba(169,169,169,0.1);background-image:none;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: none;height:100px;width:100px;top:424px;left:24px;display:block; }
#XXw6UVWxUIa70KsmKRx7GVlqzZWFWptT { color:#ffffff;display:block;width:300px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:424px;left:154px;height:22.1px;font-style:normal;display:block; }
#BedHtq3gfZ1M2BnmWGeTlfIVn6LhW43S { color:#ffffff;display:block;width:300px;position:absolute;font-family:ubuntu;font-size:15px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:460px;left:154px;height:78px;font-style:normal;display:block; }
#fEU5OpBMm6SobnS8lpFDgENIFyaeVG3X { position:absolute;display:block;z-index:15012;background-color:rgba(169,169,169,0.1);background-image:none;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: none;height:100px;width:100px;top:425px;left:506.00003051758px;display:block; }
#dKeJQ5JlQ3HxT1mG5FxDTdI7Q4mn37Nl { color:#ffffff;display:block;width:300px;position:absolute;font-family:ubuntu;font-size:15px;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:461px;left:636.00003051758px;height:78px;font-style:normal;display:block; }
#uGpgf8Lm3ChqO5fA425Zc2l7bu0c4T0T { color:#ffffff;display:block;width:300px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:425px;left:636.00003051758px;height:22.1px;font-style:normal;display:block; }
#QMJU5vabgTx7Of2G8P1a9GAXNU2qe7zT { color:#ffffff;display:block;width:71px;position:absolute;font-family:exo;font-size:55px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:438.25px;left:520.50003051758px;height:71.5px;font-style:normal;display:block; }
#TuxIler210Do5dWcXL0QaaaQDBP3sPET { color:#ffffff;display:block;width:71px;position:absolute;font-family:exo;font-size:55px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:438.25px;left:38.5px;height:71.5px;font-style:normal;display:block; }
#L6SSGB9E79BBCM9bnCpOUChxbkh7Bo6G { color:#ffffff;display:block;width:441px;position:absolute;font-family:exo;font-size:32px;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:112px;left:24px;height:38.4px;font-style:normal;display:block; }
#g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b304f;background-image:url("https://images.assets-landingi.com/uc/5e06d144-30c2-412d-b0e7-d3e55bc5f505/s1bg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P.adaptive-delivery-prevent-bg, #g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P.lazyload, #g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P.lazyloading { background-image: none; }#g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P > .row .container { background-color: transparent; background-image: none; }#g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P > .row .container > .video-iframe-container { display: none; }#g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P > .row > .video-iframe-container { display: none; }#g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P > .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); }#g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P > .row .container { border-width: 0; border-radius: 0; }#g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P > .row .container { font-size:14px;font-family:arial;height:450px;width:960px;position:relative;display:block; }#a1rvwUgPKhsisTkJktgxy0c0HsLpS1Ib { color:#ffffff;display:block;width:510px;position:absolute;font-family:exo;font-size:32px;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:82.587646484375px;left:225px;height:38.4px;font-style:normal;display:block; }
#tnb0MFbmNnTX9e699gZlL3zfXH5ykZRx { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;box-sizing:border-box;color:#1b304f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:exo;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:222px;height:49px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:148.58764648438px;left:369.00003051758px;display:block; }
#eoDMCJmsawnxwaV0nZ4sRnLTsQy6hy1T { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#KrGd94mF6GTL9vC6D1tgu1zdUbIfCLty { position:absolute;display:block;z-index:15016;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:99px;width:99px;top:123.58764648438px;left:290.00003051758px;overflow:hidden;display:block; }
#zJokOSfS372k2JE5JKtzxeRKv9ggdB9t { position:absolute;display:block;z-index:15017;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:200px;width:200px;top:87.987548828125px;left:735.00003051758px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild { display:block; }#i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAPMFAyyCW0Kdc5PB5ARcfGOsGkw2mu9 { width:764px;height:35px;top:46px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KVygFkq6n4zB6ckPJ3uqrk6rXof9InG1 { width:476px;height:137px;top:220px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #QaubLKAHmMXvk8zTt6sKu1A4EKdld5LT { width:472px;height:78px;top:386px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QQExXL6TyDVJToXCZfTZXFlzILISZT68 { width:222px;height:49px;top:497px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UZAWsI8Fu6c72A1kXInknW9IrUMmS13J { display:block; }
 }@media only screen and (max-width: 763px) { #DRSmoh4ddtv1AzTBCTR9tf5gCM1Ogaot { width:222px;height:49px;top:497px;left:153.60000610352px;display:block; }
 }@media only screen and (max-width: 763px) { #ozmgmNAPlqbxEy7BrNZNWSJ7o1FFco1t { display:block; }
 }@media only screen and (max-width: 763px) { #nR5P61peqmWbnNQBEJFCCIbMypGHD3wU { width:124px;height:2px;top:148px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #q3kHOMCM6iS9quEsAUWBndKcmr6I5GDs { top:71px;left:306px;width:458px;height:458px;display:block; }
 }@media only screen and (max-width: 763px) { #TZbtdqR6yTmi8fmlP2cEohTrTl7Crpp2 { display:block; }#TZbtdqR6yTmi8fmlP2cEohTrTl7Crpp2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AIUR282b25uedil6BF9soL9vT8StEZw4 { top:69px;left:0px;width:361px;height:361px;display:block; }
 }@media only screen and (max-width: 763px) { #zP85poE2taM6s1LekSVWBslAxm3SZQ0s { top:84px;left:0px;width:500px;height:292px;display:block; }
 }@media only screen and (max-width: 763px) { #MlF9bGtGAfAZJiABI0Om1BPCRTtc6gl5 { top:103px;left:323px;width:441px;height:76px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #QIJvnwfm5XgFOUT9NCUrJzKFMzKGRLzN { top:196px;left:324px;width:440px;height:168px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #zqbfQDfwsqd2XWDUEUuETg0qQqptWxiF { top:414px;left:29px;width:12px;height:12px;display:block; }
 }@media only screen and (max-width: 763px) { #XrDKLAau6QKxpSOKNNE6QHddSlw0ZXN0 { top:53px;left:0px;width:400px;height:400px;display:block; }
 }@media only screen and (max-width: 763px) { #aMvZxZe9l8VqywaeNgFvEdyvHlTmWvRH { top:72px;left:160px;width:220px;height:220px;display:block; }
 }@media only screen and (max-width: 763px) { #MTqTTTRrexniWeGrQdXKN2etLhauckaP { top:87px;left:343px;width:12px;height:12px;display:block; }
 }@media only screen and (max-width: 763px) { #V14WifMpg8m4t9XGogtNRmDhiAleTKp2 { width:256px;height:55px;top:368px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #wtu6TJG8QTVNKzWzpdrvmknwqybb0T9F { display:block; }
 }@media only screen and (max-width: 763px) { #VybUZCQWTFGNmE7JLJl1cafi6JhufXdS { display:block; }#VybUZCQWTFGNmE7JLJl1cafi6JhufXdS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OV9s3suyuoGlXANrasi2mDks2MGeCdcC { top:160px;left:0px;width:290px;height:280px;display:block; }
 }@media only screen and (max-width: 763px) { #PirZNOG5JUDG4XSDvdM1nho0VWqU6qfZ { top:190px;left:0px;width:226px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #i10wFZSgF6GVoSv08OcLNcnVZrLlplob { top:267px;left:0px;width:250px;height:144px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SRxV4DAqHy11yfmKxXmwcDAp2g5uPSli { top:160px;left:218px;width:290px;height:280px;display:block; }
 }@media only screen and (max-width: 763px) { #mRFpCJLMRdk007KWQ5qPqxkpg98cVsk5 { top:267px;left:256px;width:250px;height:72px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eTBqNc3aArPTpFo0VA98lg70BwKaZPGP { top:190px;left:256px;width:244px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #zPmJqMZVq6MddpVxTpVq08LZgyqx20GR { top:160px;left:472px;width:290px;height:280px;display:block; }
 }@media only screen and (max-width: 763px) { #xLPtdZWyZyNW9Jw00TapRMs74MQb08zr { top:267px;left:512px;width:250px;height:120px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CvLmp2WMxAGOqzqeC4oKTVkwZQbNQxoU { top:190px;left:525px;width:226px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #puBaTK1GMKyPuhO8sEBTC5OQtEzehWSi { top:51px;left:568px;width:134px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #T2W0JPqSOwTuwrDUtV3xOGk9TCAylDxw { top:51px;left:45px;width:134px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #w5Jkn51v7R3J44X2TDvF3AeN44NBU6zu { top:51px;left:314px;width:134px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #e6K4TamvlRM7g4nV9OOnG5gVrxaxcQtg { display:block; }#e6K4TamvlRM7g4nV9OOnG5gVrxaxcQtg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuOkuIh8K8gLVnalXkF91u15FOi3R7Pi { width:100px;height:100px;top:214px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vX5MR0QhH2k4sem1R4D51Xrl57yh884n { width:300px;height:22px;top:214px;left:56px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #neWTnWyINHTU1W5N4Obc0N672bmBwT9s { width:300px;height:78px;top:250px;left:56px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #trDnPqNQeayGOFFelx3nLgDg8QXOfSFi { width:100px;height:100px;top:214px;left:408.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #bgDBEBIzt4RGJIvM44s1Ob1wXTJTHRcT { width:300px;height:78px;top:251px;left:464px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yB1zqVCx856cHNi2kJtgHr1O1gKbP3aE { width:300px;height:22px;top:215px;left:464px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dZHLGR9PCEZqN7MFouK8dLCKMV6hQkBd { top:228px;left:0px;width:57px;height:71px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #D80TVMTLKcFTTE5I0I8AMZRmO8MOUivc { top:228px;left:422.50003051758px;width:71px;height:71px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #p9xsM93h2AbWyJVlpkWVRlRE7lgNDhM0 { width:100px;height:100px;top:424px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XXw6UVWxUIa70KsmKRx7GVlqzZWFWptT { width:300px;height:22px;top:424px;left:56px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BedHtq3gfZ1M2BnmWGeTlfIVn6LhW43S { width:300px;height:78px;top:460px;left:56px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fEU5OpBMm6SobnS8lpFDgENIFyaeVG3X { width:100px;height:100px;top:425px;left:408.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #dKeJQ5JlQ3HxT1mG5FxDTdI7Q4mn37Nl { width:300px;height:78px;top:461px;left:464px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uGpgf8Lm3ChqO5fA425Zc2l7bu0c4T0T { width:300px;height:22px;top:425px;left:464px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QMJU5vabgTx7Of2G8P1a9GAXNU2qe7zT { top:438px;left:422.50003051758px;width:71px;height:71px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #TuxIler210Do5dWcXL0QaaaQDBP3sPET { top:438px;left:0px;width:71px;height:71px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #L6SSGB9E79BBCM9bnCpOUChxbkh7Bo6G { top:112px;left:0px;width:441px;height:38px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P { display:block; }#g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1rvwUgPKhsisTkJktgxy0c0HsLpS1Ib { top:82px;left:127px;width:510px;height:38px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #tnb0MFbmNnTX9e699gZlL3zfXH5ykZRx { width:222px;height:49px;top:148px;left:271.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #eoDMCJmsawnxwaV0nZ4sRnLTsQy6hy1T { display:block; }
 }@media only screen and (max-width: 763px) { #KrGd94mF6GTL9vC6D1tgu1zdUbIfCLty { top:123px;left:192.00003051758px;width:99px;height:99px;display:block; }
 }@media only screen and (max-width: 763px) { #zJokOSfS372k2JE5JKtzxeRKv9ggdB9t { top:87px;left:564px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9a1fc1f0-06ca-4695-a712-1d6ac3cb1452/blurv2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild.adaptive-delivery-prevent-bg, #i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild.lazyload, #i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild.lazyloading { background-image: none; }#i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild > .row .container { background-color: transparent; background-image: none; }#i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild > .row .container > .video-iframe-container { display: none; }#i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild > .row > .video-iframe-container { display: none; }#i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild > .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); }#i7uMRRR6lCTv4dEqTcEf17dTgQ9AKild > .row .container { width:320px;height:751px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAPMFAyyCW0Kdc5PB5ARcfGOsGkw2mu9 { width:320px;height:23.4px;top:20px;left:0px;text-align:left;text-align-last:left;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #KVygFkq6n4zB6ckPJ3uqrk6rXof9InG1 { width:232px;height:149.5px;top:85.4px;left:44px;text-align:left;text-align-last:left;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #QaubLKAHmMXvk8zTt6sKu1A4EKdld5LT { width:320px;height:54.6px;top:195.1px;left:0px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #QQExXL6TyDVJToXCZfTZXFlzILISZT68 { width:190px;height:49px;top:251.5px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #UZAWsI8Fu6c72A1kXInknW9IrUMmS13J { display:block; }
 }@media only screen and (max-width: 763px) { #DRSmoh4ddtv1AzTBCTR9tf5gCM1Ogaot { width:188.8px;height:47.8px;top:320.5px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #ozmgmNAPlqbxEy7BrNZNWSJ7o1FFco1t { display:block; }
 }@media only screen and (max-width: 763px) { #nR5P61peqmWbnNQBEJFCCIbMypGHD3wU { width:124px;height:2px;top:63.4px;left:98px;display:block; }
 }@media only screen and (max-width: 763px) { #q3kHOMCM6iS9quEsAUWBndKcmr6I5GDs { width:320px;height:320px;top:388.3px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TZbtdqR6yTmi8fmlP2cEohTrTl7Crpp2 { display:block; }#TZbtdqR6yTmi8fmlP2cEohTrTl7Crpp2 > .row .container { width:320px;height:569px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AIUR282b25uedil6BF9soL9vT8StEZw4 { width:150px;height:150px;top:313px;left:160px;display:block; }
 }@media only screen and (max-width: 763px) { #zP85poE2taM6s1LekSVWBslAxm3SZQ0s { width:320px;height:412px;top:0px;left:0px;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #MlF9bGtGAfAZJiABI0Om1BPCRTtc6gl5 { width:310px;height:67.2px;top:54px;left:10px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #QIJvnwfm5XgFOUT9NCUrJzKFMzKGRLzN { width:303px;height:168px;top:166px;left:10px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #zqbfQDfwsqd2XWDUEUuETg0qQqptWxiF { width:12px;height:12px;top:137px;left:273px;display:block; }
 }@media only screen and (max-width: 763px) { #XrDKLAau6QKxpSOKNNE6QHddSlw0ZXN0 { width:270px;height:270px;top:203px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #aMvZxZe9l8VqywaeNgFvEdyvHlTmWvRH { width:140px;height:140px;top:126px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #MTqTTTRrexniWeGrQdXKN2etLhauckaP { width:12px;height:12px;top:434px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #V14WifMpg8m4t9XGogtNRmDhiAleTKp2 { width:256px;height:55px;top:494.6px;left:32px;display:block; }
 }@media only screen and (max-width: 763px) { #wtu6TJG8QTVNKzWzpdrvmknwqybb0T9F { display:block; }
 }@media only screen and (max-width: 763px) { #VybUZCQWTFGNmE7JLJl1cafi6JhufXdS { display:block; }#VybUZCQWTFGNmE7JLJl1cafi6JhufXdS > .row .container { width:320px;height:1382px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OV9s3suyuoGlXANrasi2mDks2MGeCdcC { width:290px;height:280px;top:20px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #PirZNOG5JUDG4XSDvdM1nho0VWqU6qfZ { width:226px;height:62.4px;top:50px;left:35px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #i10wFZSgF6GVoSv08OcLNcnVZrLlplob { width:250px;height:144px;top:127px;left:35px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SRxV4DAqHy11yfmKxXmwcDAp2g5uPSli { width:290px;height:280px;top:474px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #mRFpCJLMRdk007KWQ5qPqxkpg98cVsk5 { width:250px;height:72px;top:581px;left:35px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eTBqNc3aArPTpFo0VA98lg70BwKaZPGP { width:244px;height:62.4px;top:504px;left:35px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #zPmJqMZVq6MddpVxTpVq08LZgyqx20GR { width:290px;height:280px;top:928px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #xLPtdZWyZyNW9Jw00TapRMs74MQb08zr { width:250px;height:120px;top:1035px;left:35px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CvLmp2WMxAGOqzqeC4oKTVkwZQbNQxoU { width:226px;height:62.4px;top:958px;left:35px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #puBaTK1GMKyPuhO8sEBTC5OQtEzehWSi { width:134px;height:134px;top:1228px;left:93px;display:block; }
 }@media only screen and (max-width: 763px) { #T2W0JPqSOwTuwrDUtV3xOGk9TCAylDxw { width:134px;height:134px;top:320px;left:93px;display:block; }
 }@media only screen and (max-width: 763px) { #w5Jkn51v7R3J44X2TDvF3AeN44NBU6zu { width:134px;height:134px;top:774px;left:93px;display:block; }
 }@media only screen and (max-width: 763px) { #e6K4TamvlRM7g4nV9OOnG5gVrxaxcQtg { display:block; }#e6K4TamvlRM7g4nV9OOnG5gVrxaxcQtg > .row .container { width:320px;height:1147px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuOkuIh8K8gLVnalXkF91u15FOi3R7Pi { width:100px;height:100px;top:107.2px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #vX5MR0QhH2k4sem1R4D51Xrl57yh884n { width:300px;height:22.1px;top:227.2px;left:10px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #neWTnWyINHTU1W5N4Obc0N672bmBwT9s { width:300px;height:78px;top:269.3px;left:10px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #trDnPqNQeayGOFFelx3nLgDg8QXOfSFi { width:100px;height:100px;top:367.3px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #bgDBEBIzt4RGJIvM44s1Ob1wXTJTHRcT { width:300px;height:78px;top:529.4px;left:10px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #yB1zqVCx856cHNi2kJtgHr1O1gKbP3aE { width:300px;height:22.1px;top:487.3px;left:10px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #dZHLGR9PCEZqN7MFouK8dLCKMV6hQkBd { width:57px;height:41.6px;top:121.45px;left:131.5px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #D80TVMTLKcFTTE5I0I8AMZRmO8MOUivc { width:71px;height:41.6px;top:381.55px;left:124.5px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #p9xsM93h2AbWyJVlpkWVRlRE7lgNDhM0 { width:100px;height:100px;top:627.4px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #XXw6UVWxUIa70KsmKRx7GVlqzZWFWptT { width:300px;height:22.1px;top:747.4px;left:10px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #BedHtq3gfZ1M2BnmWGeTlfIVn6LhW43S { width:300px;height:78px;top:831.6px;left:10px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #fEU5OpBMm6SobnS8lpFDgENIFyaeVG3X { width:100px;height:100px;top:929.6px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #dKeJQ5JlQ3HxT1mG5FxDTdI7Q4mn37Nl { width:300px;height:78px;top:1049.6px;left:10px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #uGpgf8Lm3ChqO5fA425Zc2l7bu0c4T0T { width:300px;height:22.1px;top:789.5px;left:10px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #QMJU5vabgTx7Of2G8P1a9GAXNU2qe7zT { width:71px;height:41.6px;top:942.85px;left:124.5px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #TuxIler210Do5dWcXL0QaaaQDBP3sPET { width:71px;height:41.6px;top:641.65px;left:124.5px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #L6SSGB9E79BBCM9bnCpOUChxbkh7Bo6G { width:320px;height:67.2px;top:20px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9a1fc1f0-06ca-4695-a712-1d6ac3cb1452/blurv2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P.adaptive-delivery-prevent-bg, #g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P.lazyload, #g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P.lazyloading { background-image: none; }#g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P > .row .container { background-color: transparent; background-image: none; }#g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P > .row .container > .video-iframe-container { display: none; }#g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P > .row > .video-iframe-container { display: none; }#g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P > .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); }#g93BSTDnGZ4lGZIordkBoeT1C7EMkB7P > .row .container { width:320px;height:751px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1rvwUgPKhsisTkJktgxy0c0HsLpS1Ib { width:320px;height:67.2px;top:20px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #tnb0MFbmNnTX9e699gZlL3zfXH5ykZRx { width:222px;height:49px;top:226.2px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #eoDMCJmsawnxwaV0nZ4sRnLTsQy6hy1T { display:block; }
 }@media only screen and (max-width: 763px) { #KrGd94mF6GTL9vC6D1tgu1zdUbIfCLty { width:99px;height:99px;top:107.2px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #zJokOSfS372k2JE5JKtzxeRKv9ggdB9t { width:200px;height:200px;top:295.2px;left:60px;display:block; }
 }