.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:#cecece;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191919;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; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row .container { background-color: transparent; background-image: none; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row .container > .video-iframe-container { display: none; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row > .video-iframe-container { display: none; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .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); }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row .container { border-width: 0; border-radius: 0; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row .container { font-size:14px;font-family:arial;height:563px;width:960px;position:relative;display:block; }#WtkOrATZNGMGrAMBfW2l4dKI4XntTWUs { color:#ffc300;display:block;width:937px;position:absolute;font-family:montserrat;font-size:62px;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:139px;left:0px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FO4RapcNCZFo9qcPLd8XKnFSnfDCFEfx { position:absolute;display:block;z-index:14997;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:229px;width:348px;top:446px;left:558px;overflow:hidden;display:block; }
#z4JtgSlBKT2mFkGbWGbSSx2hrMO7DuIq { color:#f6f5ee;display:block;width:510px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:421px;left:0px;height:103.9844px;display:block; }
#vx7nG3AUTd9QI11qaGJVf4aBoyV7wW3W { 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:52px;width:261px;top:35px;left:329px;overflow:hidden;display:block; }
#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0eddcb67-7f21-4243-939d-1e1e014c783b/bgwide2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS.adaptive-delivery-prevent-bg, #EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS.lazyload, #EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS.lazyloading { background-image: none; }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row .container { background-color: transparent; background-image: none; }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row .container > .video-iframe-container { display: none; }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row > .video-iframe-container { display: none; }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .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); }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row .container { border-width: 0; border-radius: 0; }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row .container { font-size:14px;font-family:arial;height:560px;width:960px;overflow:visible;position:relative;display:block; }#LFWWgTJDFzIH0E7TPIPQ960uytk0HxEX { color:#151515;display:block;width:376px;position:absolute;font-family:montserrat;font-size:40px;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:80px;left:11px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kL4ps88g9oFWgCd1s4lLx70mLbPmEhIg { color:#151515;display:block;width:574px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:191px;left:386px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JuJO3xAS2a8DoJ8NLMMRifT0lq3r9ogq { background-color:#ffc300;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#111110;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:55px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:464px;left:386px;display:block; }
#AsNEBVT3NDV7Ovwm3qoP1b8dyqyglM47 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#o8U0tTnoKuNtAbMRJ1FdDUycb1JLsGZa { 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:221px;width:348px;top:440.4375px;left:0px;overflow:hidden;display:block; }
#cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc300;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; }#cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH > .row .container { background-color: transparent; background-image: none; }#cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH > .row .container > .video-iframe-container { display: none; }#cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH > .row > .video-iframe-container { display: none; }#cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH > .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); }#cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH > .row .container { border-width: 0; border-radius: 0; }#cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH > .row .container { font-size:14px;font-family:arial;height:268px;width:960px;position:relative;display:block; }#SublogRkFRaKksl9981dtISydoHFMxux { color:#151515;display:block;width:763px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:156px;left:98.5px;height:83.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EAagb0NPmqOFVwNxOS1CaA1Qi8faaUke { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.32);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:1px;width:960px;top:266px;left:0px;display:block; }
#IE9nHJTUbnzFSc5qF2Q9hPUiXu2sVAlU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc300;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; }#IE9nHJTUbnzFSc5qF2Q9hPUiXu2sVAlU > .row .container { background-color: transparent; background-image: none; }#IE9nHJTUbnzFSc5qF2Q9hPUiXu2sVAlU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IE9nHJTUbnzFSc5qF2Q9hPUiXu2sVAlU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IE9nHJTUbnzFSc5qF2Q9hPUiXu2sVAlU > .row .container > .video-iframe-container { display: none; }#IE9nHJTUbnzFSc5qF2Q9hPUiXu2sVAlU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IE9nHJTUbnzFSc5qF2Q9hPUiXu2sVAlU > .row > .video-iframe-container { display: none; }#IE9nHJTUbnzFSc5qF2Q9hPUiXu2sVAlU > .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); }#IE9nHJTUbnzFSc5qF2Q9hPUiXu2sVAlU > .row .container { border-width: 0; border-radius: 0; }#IE9nHJTUbnzFSc5qF2Q9hPUiXu2sVAlU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IE9nHJTUbnzFSc5qF2Q9hPUiXu2sVAlU > .row .container { font-size:14px;font-family:arial;height:299px;width:960px;position:relative;display:block; }#Pn9OTmqFwhCdEtVsZz5Hqu0QRsvQ53t7 { color:#151515;display:block;width:165px;position:absolute;font-family:montserrat;font-size:17px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:106px;left:39px;height:66.2812px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OX4lILSDs1lsm7bUQlHCcZ98dzKx8on6 { color:#151515;display:block;width:165px;position:absolute;font-family:montserrat;font-size:17px;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:107px;left:282px;height:88.375px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NTzi7nZD64W0ViTSqKK9BpadUxNUJ15z { color:#151515;display:block;width:151px;position:absolute;font-family:montserrat;font-size:17px;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:107px;left:519px;height:88.375px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wa572LsNLmGxrwZr0Aw3F3qXKVGdmnT4 { color:#151515;display:block;width:180px;position:absolute;font-family:montserrat;font-size:17px;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:103px;left:756px;height:110.469px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f4GiH9qzKTchW8nVI5RCIW3pFPIln7BM { 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:15020;opacity:1;top:48px;left:39px; }
#ADoLzF9usIV5xaQZZtmLdBAnAouTWy5i { 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:15021;opacity:1;top:49px;left:282px; }
#WccBhrm32gkhQarb25uOTUoU5np6IdNp { 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:15022;opacity:1;top:49px;left:519px; }
#SdcdxWuO3R663FcyUlNNR4P5KbPnT2TW { 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:15023;opacity:1;top:45px;left:756px; }
#fVNnZC5KId00K0uhQ0z5dvza3dbvk7ww { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15009;background-color:#fbe9a8;background-image:none;top:25px;left:20px;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#Od1Kwzn51tK890dotWITGmG9EnpOlhZU { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15010;background-color:#fbe9a8;background-image:none;top:25px;left:260px;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#AfmocdmRgwEKRC4LrQwWSRy6gXzLfeds { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15011;background-color:#fbe9a8;background-image:none;top:25px;left:502px;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#cmkNRpXmx75qatMxv77naKJEGm1JbxJl { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15012;background-color:#fbe9a8;background-image:none;top:25px;left:740px;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#WkbQJxcQSaXsFzkvv0bILX4MQzzSS0pH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc300;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; }#WkbQJxcQSaXsFzkvv0bILX4MQzzSS0pH > .row .container { background-color: transparent; background-image: none; }#WkbQJxcQSaXsFzkvv0bILX4MQzzSS0pH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkbQJxcQSaXsFzkvv0bILX4MQzzSS0pH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkbQJxcQSaXsFzkvv0bILX4MQzzSS0pH > .row .container > .video-iframe-container { display: none; }#WkbQJxcQSaXsFzkvv0bILX4MQzzSS0pH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkbQJxcQSaXsFzkvv0bILX4MQzzSS0pH > .row > .video-iframe-container { display: none; }#WkbQJxcQSaXsFzkvv0bILX4MQzzSS0pH > .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); }#WkbQJxcQSaXsFzkvv0bILX4MQzzSS0pH > .row .container { border-width: 0; border-radius: 0; }#WkbQJxcQSaXsFzkvv0bILX4MQzzSS0pH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WkbQJxcQSaXsFzkvv0bILX4MQzzSS0pH > .row .container { font-size:14px;font-family:arial;height:164px;width:960px;position:relative;display:block; }#i4KTowXPIc6fHAHilhNOR0R9TfsJ8nD3 { color:#111110;display:block;width:960px;position:absolute;font-family:montserrat;font-size:32px;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:0px;left:0px;height:153.562px;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; }
#k5ncV4idIhHUGuzpxhgK8PdTHpvnCMKH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc300;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; }#k5ncV4idIhHUGuzpxhgK8PdTHpvnCMKH > .row .container { background-color: transparent; background-image: none; }#k5ncV4idIhHUGuzpxhgK8PdTHpvnCMKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5ncV4idIhHUGuzpxhgK8PdTHpvnCMKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5ncV4idIhHUGuzpxhgK8PdTHpvnCMKH > .row .container > .video-iframe-container { display: none; }#k5ncV4idIhHUGuzpxhgK8PdTHpvnCMKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5ncV4idIhHUGuzpxhgK8PdTHpvnCMKH > .row > .video-iframe-container { display: none; }#k5ncV4idIhHUGuzpxhgK8PdTHpvnCMKH > .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); }#k5ncV4idIhHUGuzpxhgK8PdTHpvnCMKH > .row .container { border-width: 0; border-radius: 0; }#k5ncV4idIhHUGuzpxhgK8PdTHpvnCMKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k5ncV4idIhHUGuzpxhgK8PdTHpvnCMKH > .row .container { font-size:14px;font-family:arial;height:108px;width:960px;position:relative;display:block; }#H5Owq1cUxtcfUB1IuxtoavkqZESbNqJW { position:absolute;display:block;z-index:14998;background-color:#111110;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:108px;width:960px;top:0px;left:0px;display:block; }
#hlACfeqvrCXh6gTEN6WE3ZqUrk8S1ZEc { position:relative;display:block; }#hlACfeqvrCXh6gTEN6WE3ZqUrk8S1ZEc { background-color: transparent; background-image: none; }#hlACfeqvrCXh6gTEN6WE3ZqUrk8S1ZEc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlACfeqvrCXh6gTEN6WE3ZqUrk8S1ZEc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlACfeqvrCXh6gTEN6WE3ZqUrk8S1ZEc > .row .container > .video-iframe-container { display: none; }#hlACfeqvrCXh6gTEN6WE3ZqUrk8S1ZEc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlACfeqvrCXh6gTEN6WE3ZqUrk8S1ZEc > .row > .video-iframe-container { display: none; }#hlACfeqvrCXh6gTEN6WE3ZqUrk8S1ZEc > .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); }#hlACfeqvrCXh6gTEN6WE3ZqUrk8S1ZEc { border-width: 0; border-radius: 0; }#hlACfeqvrCXh6gTEN6WE3ZqUrk8S1ZEc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlACfeqvrCXh6gTEN6WE3ZqUrk8S1ZEc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#111110;background-image:none;font-size:14px;font-family:arial;height:440px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ErD6LtC4oioArq6wh2TEfvw43EuMV9gW { color:#f6f5ee;display:block;width:164px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:128px;left:212px;height:103.984px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ncXOsTVvPypdFauvgT1c1fVPq6DRXNh1 { color:#f6f5ee;display:block;width:140px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:277px;left:237px;height:62.3906px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#U3NAtQKB6LwsVw1oazzgGXu2CdaiRNIa { color:#f6f5ee;display:block;width:178px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:277px;left:583px;height:83.1875px;font-style:normal;display:block; }
#D0hiaxrJ6QBTTyO0G9FQfOglzyp4G1wX { color:#f6f5ee;display:block;width:182px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:128px;left:583px;height:62.3906px;font-style:normal;display:block; }
#D12QczVs3pO2bAtmDldKOIgeTgWoJsd7 { 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:401px;width:139px;top:39px;left:410.5px;overflow:hidden;display:block; }
#ItDl1TMwr075q1k9gChXl7nhs2E41p8a { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:248px;left:396px; }
#cVQzyiHrhf9ikwO980x7iMFkvIu9mT7e { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:103px;left:396px; }
#cHZ7AqUNh8464tzKHwAaQI7anr1eplWK { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:103px;left:531px; }
#U8UEGTk178NDNdzDLU8SWaaMfTr4Bmxz { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:248px;left:531px; }
#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbe9a8;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; }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .row .container { background-color: transparent; background-image: none; }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .row .container > .video-iframe-container { display: none; }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .row > .video-iframe-container { display: none; }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .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); }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .row .container { border-width: 0; border-radius: 0; }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .row .container { font-size:14px;font-family:arial;height:274px;width:960px;position:relative;display:block; }#v4nzNTXVIi2hafhzchIAnTSJr6yQXugF { color:#111110;display:block;width:960px;position:absolute;font-family:montserrat;font-size:36px;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:48.25px;left:0px;height:129.562px;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; }
#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbe9a8;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; }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row .container { background-color: transparent; background-image: none; }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row .container > .video-iframe-container { display: none; }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row > .video-iframe-container { display: none; }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .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); }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row .container { border-width: 0; border-radius: 0; }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row .container { font-size:14px;font-family:arial;height:553px;width:960px;position:relative;display:block; }#N776NxET6eoPtS343STq8vIfaL8qtWw2 { 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:232px;width:348px;top:0px;left:0px;overflow:hidden;display:block; }
#GPmsc9AryD1kAwhOIhcitbuT5KAROpJ7 { position:absolute;display:block;z-index:15001;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:184px;width:348px;top:249px;left:0px;overflow:hidden;display:block; }
#CdeqtHLH74BcAP6gVe2lUc5bJCuJBffL { position:absolute;display:block;z-index:15003;height:480px;width:559px;top:0px;left:401px;display:block; }
#wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:url("https://images.assets-landingi.com/uc/0eddcb67-7f21-4243-939d-1e1e014c783b/bgwide2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn.adaptive-delivery-prevent-bg, #wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn.lazyload, #wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn.lazyloading { background-image: none; }#wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn > .row .container { background-color: transparent; background-image: none; }#wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn > .row .container > .video-iframe-container { display: none; }#wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn > .row > .video-iframe-container { display: none; }#wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn > .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); }#wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn > .row .container { border-width: 0; border-radius: 0; }#wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn > .row .container { font-size:14px;font-family:arial;height:149px;width:960px;position:relative;display:block; }#a3Sayetq7elaEpBvc1k1TQczV2uUDyhD { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:24px;left:291px; }
#tqN89hJN01UfuwdACx5sEZzu3lwGr3W6 { position:absolute;display:block;z-index:15006;background-color:#ffc300;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:51px;width:51px;top:11px;left:278px;display:block; }
#TePPegnxDtF4ptfp5KuG0PVKoVXu87na { color:#151515;display:block;width:619px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:10.5px;left:341px;height:112px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ecKiqt6XEVAwxf4uQ2DcOTNsBZtOWTVw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;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; }#ecKiqt6XEVAwxf4uQ2DcOTNsBZtOWTVw > .row .container { background-color: transparent; background-image: none; }#ecKiqt6XEVAwxf4uQ2DcOTNsBZtOWTVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ecKiqt6XEVAwxf4uQ2DcOTNsBZtOWTVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ecKiqt6XEVAwxf4uQ2DcOTNsBZtOWTVw > .row .container > .video-iframe-container { display: none; }#ecKiqt6XEVAwxf4uQ2DcOTNsBZtOWTVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ecKiqt6XEVAwxf4uQ2DcOTNsBZtOWTVw > .row > .video-iframe-container { display: none; }#ecKiqt6XEVAwxf4uQ2DcOTNsBZtOWTVw > .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); }#ecKiqt6XEVAwxf4uQ2DcOTNsBZtOWTVw > .row .container { border-width: 0; border-radius: 0; }#ecKiqt6XEVAwxf4uQ2DcOTNsBZtOWTVw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ecKiqt6XEVAwxf4uQ2DcOTNsBZtOWTVw > .row .container { font-size:14px;font-family:arial;height:66px;width:960px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zW8hBo7td7lLTCHIVG52ItqtkPqlG772 { display:block; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtkOrATZNGMGrAMBfW2l4dKI4XntTWUs { width:764px;height:;top:139px;left:0px;font-size:62px;display:block; }
 }@media only screen and (max-width: 763px) { #FO4RapcNCZFo9qcPLd8XKnFSnfDCFEfx { width:348px;height:229px;top:446px;left:416px;display:block; }
 }@media only screen and (max-width: 763px) { #z4JtgSlBKT2mFkGbWGbSSx2hrMO7DuIq { top:421px;left:0px;width:510px;height:103px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vx7nG3AUTd9QI11qaGJVf4aBoyV7wW3W { top:35px;left:0px;width:261px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS { display:block; }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFWWgTJDFzIH0E7TPIPQ960uytk0HxEX { width:376px;height:;top:80px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #kL4ps88g9oFWgCd1s4lLx70mLbPmEhIg { width:574px;height:;top:191px;left:190px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JuJO3xAS2a8DoJ8NLMMRifT0lq3r9ogq { width:300px;height:55px;top:464px;left:288px;display:block; }
 }@media only screen and (max-width: 763px) { #AsNEBVT3NDV7Ovwm3qoP1b8dyqyglM47 { display:block; }
 }@media only screen and (max-width: 763px) { #o8U0tTnoKuNtAbMRJ1FdDUycb1JLsGZa { width:348px;height:221px;top:440px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH { display:block; }#cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SublogRkFRaKksl9981dtISydoHFMxux { width:763px;height:83px;top:156px;left:0.5px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #EAagb0NPmqOFVwNxOS1CaA1Qi8faaUke { width:764px;height:1px;top:266px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IE9nHJTUbnzFSc5qF2Q9hPUiXu2sVAlU { display:block; }#IE9nHJTUbnzFSc5qF2Q9hPUiXu2sVAlU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pn9OTmqFwhCdEtVsZz5Hqu0QRsvQ53t7 { width:165px;height:66px;top:106px;left:14.5px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #OX4lILSDs1lsm7bUQlHCcZ98dzKx8on6 { width:165px;height:88px;top:107px;left:208.5px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #NTzi7nZD64W0ViTSqKK9BpadUxNUJ15z { width:151px;height:88px;top:107px;left:396.5px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #wa572LsNLmGxrwZr0Aw3F3qXKVGdmnT4 { width:180px;height:110px;top:103px;left:584px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #f4GiH9qzKTchW8nVI5RCIW3pFPIln7BM { top:48px;left:14.5px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #ADoLzF9usIV5xaQZZtmLdBAnAouTWy5i { top:49px;left:208.5px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #WccBhrm32gkhQarb25uOTUoU5np6IdNp { top:49px;left:396.5px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #SdcdxWuO3R663FcyUlNNR4P5KbPnT2TW { top:45px;left:584.5px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #fVNnZC5KId00K0uhQ0z5dvza3dbvk7ww { top:25px;left:0px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #Od1Kwzn51tK890dotWITGmG9EnpOlhZU { top:25px;left:182px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #AfmocdmRgwEKRC4LrQwWSRy6gXzLfeds { top:25px;left:373px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #cmkNRpXmx75qatMxv77naKJEGm1JbxJl { top:25px;left:564px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #WkbQJxcQSaXsFzkvv0bILX4MQzzSS0pH { display:block; }#WkbQJxcQSaXsFzkvv0bILX4MQzzSS0pH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4KTowXPIc6fHAHilhNOR0R9TfsJ8nD3 { width:764px;height:153px;top:0px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #k5ncV4idIhHUGuzpxhgK8PdTHpvnCMKH { display:block; }#k5ncV4idIhHUGuzpxhgK8PdTHpvnCMKH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5Owq1cUxtcfUB1IuxtoavkqZESbNqJW { width:764px;height:108px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hlACfeqvrCXh6gTEN6WE3ZqUrk8S1ZEc { display:block; }#hlACfeqvrCXh6gTEN6WE3ZqUrk8S1ZEc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErD6LtC4oioArq6wh2TEfvw43EuMV9gW { width:164px;height:103px;top:128px;left:114px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ncXOsTVvPypdFauvgT1c1fVPq6DRXNh1 { width:140px;height:62px;top:277px;left:139px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #U3NAtQKB6LwsVw1oazzgGXu2CdaiRNIa { width:178px;height:83px;top:277px;left:485px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #D0hiaxrJ6QBTTyO0G9FQfOglzyp4G1wX { width:182px;height:62px;top:128px;left:485px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #D12QczVs3pO2bAtmDldKOIgeTgWoJsd7 { width:139px;height:401px;top:39px;left:312.5px;display:none; }
 }@media only screen and (max-width: 763px) { #ItDl1TMwr075q1k9gChXl7nhs2E41p8a { top:248px;left:298px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #cVQzyiHrhf9ikwO980x7iMFkvIu9mT7e { top:103px;left:298px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #cHZ7AqUNh8464tzKHwAaQI7anr1eplWK { top:103px;left:433px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #U8UEGTk178NDNdzDLU8SWaaMfTr4Bmxz { top:248px;left:433px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF { display:block; }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4nzNTXVIi2hafhzchIAnTSJr6yQXugF { width:764px;height:129px;top:48px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn { display:block; }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N776NxET6eoPtS343STq8vIfaL8qtWw2 { width:348px;height:232px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GPmsc9AryD1kAwhOIhcitbuT5KAROpJ7 { width:348px;height:184px;top:249px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CdeqtHLH74BcAP6gVe2lUc5bJCuJBffL { top:0px;left:205px;width:559px;height:480px;display:block; }
 }@media only screen and (max-width: 763px) { #wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn { display:block; }#wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3Sayetq7elaEpBvc1k1TQczV2uUDyhD { width:25px;height:25px;top:24px;left:242px;display:block; }
 }@media only screen and (max-width: 763px) { #tqN89hJN01UfuwdACx5sEZzu3lwGr3W6 { width:51px;height:51px;top:11px;left:229px;display:block; }
 }@media only screen and (max-width: 763px) { #TePPegnxDtF4ptfp5KuG0PVKoVXu87na { width:619px;height:112px;top:10px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ecKiqt6XEVAwxf4uQ2DcOTNsBZtOWTVw { display:block; }#ecKiqt6XEVAwxf4uQ2DcOTNsBZtOWTVw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zW8hBo7td7lLTCHIVG52ItqtkPqlG772 { display:block; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row .container { width:320px;height:754px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtkOrATZNGMGrAMBfW2l4dKI4XntTWUs { width:320px;height:175.938px;top:327px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #FO4RapcNCZFo9qcPLd8XKnFSnfDCFEfx { width:320px;height:211px;top:94px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #z4JtgSlBKT2mFkGbWGbSSx2hrMO7DuIq { width:320px;height:166.3747px;top:524px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vx7nG3AUTd9QI11qaGJVf4aBoyV7wW3W { width:261px;height:52px;top:29.796875px;left:29.5px;display:block; }
 }@media only screen and (max-width: 763px) { #EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS { background-color:#cecece;background-image:url("https://images.assets-landingi.com/uc/0eddcb67-7f21-4243-939d-1e1e014c783b/bgwide2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS.adaptive-delivery-prevent-bg, #EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS.lazyload, #EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS.lazyloading { background-image: none; }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row .container { background-color: transparent; background-image: none; }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row .container > .video-iframe-container { display: none; }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row > .video-iframe-container { display: none; }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .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); }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row .container { width:320px;height:827px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFWWgTJDFzIH0E7TPIPQ960uytk0HxEX { width:320px;height:140.75px;top:61px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #kL4ps88g9oFWgCd1s4lLx70mLbPmEhIg { width:320px;height:453.469px;top:240.71875px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JuJO3xAS2a8DoJ8NLMMRifT0lq3r9ogq { width:250px;height:55px;top:734.390625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AsNEBVT3NDV7Ovwm3qoP1b8dyqyglM47 { display:block; }
 }@media only screen and (max-width: 763px) { #o8U0tTnoKuNtAbMRJ1FdDUycb1JLsGZa { width:320px;height:201px;top:227px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH { display:block; }#cFtMyXQrH9MT4Z1uqLgLsxQaSPLduxrH > .row .container { width:320px;height:272px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SublogRkFRaKksl9981dtISydoHFMxux { width:320px;height:191.953px;top:48px;left:0px;font-size:32px;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EAagb0NPmqOFVwNxOS1CaA1Qi8faaUke { width:320px;height:1px;top:253px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IE9nHJTUbnzFSc5qF2Q9hPUiXu2sVAlU { display:block; }#IE9nHJTUbnzFSc5qF2Q9hPUiXu2sVAlU > .row .container { width:320px;height:900px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pn9OTmqFwhCdEtVsZz5Hqu0QRsvQ53t7 { width:247px;height:44.7812px;top:92px;left:37px;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OX4lILSDs1lsm7bUQlHCcZ98dzKx8on6 { width:247px;height:44.7812px;top:325px;left:37px;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NTzi7nZD64W0ViTSqKK9BpadUxNUJ15z { width:247px;height:44.7812px;top:532px;left:37px;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wa572LsNLmGxrwZr0Aw3F3qXKVGdmnT4 { width:226px;height:71.3906px;top:738px;left:37px;font-size:17px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #f4GiH9qzKTchW8nVI5RCIW3pFPIln7BM { display:flex;width:50px;height:50px;top:21px;left:22px; }
 }@media only screen and (max-width: 763px) { #ADoLzF9usIV5xaQZZtmLdBAnAouTWy5i { display:flex;width:50px;height:50px;top:242px;left:25px; }
 }@media only screen and (max-width: 763px) { #WccBhrm32gkhQarb25uOTUoU5np6IdNp { display:flex;width:50px;height:50px;top:462px;left:20px; }
 }@media only screen and (max-width: 763px) { #SdcdxWuO3R663FcyUlNNR4P5KbPnT2TW { display:flex;width:50px;height:50px;top:678px;left:19px; }
 }@media only screen and (max-width: 763px) { #fVNnZC5KId00K0uhQ0z5dvza3dbvk7ww { width:320px;height:200px;top:0px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #Od1Kwzn51tK890dotWITGmG9EnpOlhZU { width:320px;height:200px;top:220px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #AfmocdmRgwEKRC4LrQwWSRy6gXzLfeds { width:320px;height:200px;top:440px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cmkNRpXmx75qatMxv77naKJEGm1JbxJl { width:320px;height:200px;top:660px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WkbQJxcQSaXsFzkvv0bILX4MQzzSS0pH { display:block; }#WkbQJxcQSaXsFzkvv0bILX4MQzzSS0pH > .row .container { width:320px;height:319px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4KTowXPIc6fHAHilhNOR0R9TfsJ8nD3 { width:320px;height:259.172px;top:13px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #k5ncV4idIhHUGuzpxhgK8PdTHpvnCMKH { display:block; }#k5ncV4idIhHUGuzpxhgK8PdTHpvnCMKH > .row .container { width:320px;height:62px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5Owq1cUxtcfUB1IuxtoavkqZESbNqJW { width:320px;height:62px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hlACfeqvrCXh6gTEN6WE3ZqUrk8S1ZEc { display:block; }#hlACfeqvrCXh6gTEN6WE3ZqUrk8S1ZEc > .row .container { width:320px;height:674px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErD6LtC4oioArq6wh2TEfvw43EuMV9gW { width:173px;height:103.984px;top:77px;left:73.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ncXOsTVvPypdFauvgT1c1fVPq6DRXNh1 { width:184px;height:41.5938px;top:391px;left:68px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U3NAtQKB6LwsVw1oazzgGXu2CdaiRNIa { width:237px;height:62.3906px;top:544px;left:41.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D0hiaxrJ6QBTTyO0G9FQfOglzyp4G1wX { width:186px;height:62.3906px;top:231px;left:67px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D12QczVs3pO2bAtmDldKOIgeTgWoJsd7 { width:96px;height:275px;top:673px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ItDl1TMwr075q1k9gChXl7nhs2E41p8a { width:35px;height:35px;top:335.671875px;left:142.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cVQzyiHrhf9ikwO980x7iMFkvIu9mT7e { width:35px;height:35px;top:20.671875px;left:142.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cHZ7AqUNh8464tzKHwAaQI7anr1eplWK { width:35px;height:35px;top:180px;left:143px;display:block; }
 }@media only screen and (max-width: 763px) { #U8UEGTk178NDNdzDLU8SWaaMfTr4Bmxz { width:35px;height:35px;top:488.546875px;left:142.5px;display:block; }
 }@media only screen and (max-width: 763px) { #QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF { display:block; }#QmWBF1FvFp7Cl1iNBTywyCCkV5mMpxmF > .row .container { width:320px;height:281px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4nzNTXVIi2hafhzchIAnTSJr6yQXugF { width:320px;height:201.578px;top:60.75px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn { display:block; }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row .container { width:320px;height:670px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N776NxET6eoPtS343STq8vIfaL8qtWw2 { width:153px;height:102px;top:593px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #GPmsc9AryD1kAwhOIhcitbuT5KAROpJ7 { width:155px;height:81px;top:593px;left:165px;display:none; }
 }@media only screen and (max-width: 763px) { #CdeqtHLH74BcAP6gVe2lUc5bJCuJBffL { width:320px;height:480px;top:16px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn { background-color:#cecece;background-image:url("https://images.assets-landingi.com/uc/0eddcb67-7f21-4243-939d-1e1e014c783b/bgwide2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn.adaptive-delivery-prevent-bg, #wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn.lazyload, #wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn.lazyloading { background-image: none; }#wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn > .row .container { background-color: transparent; background-image: none; }#wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn > .row .container > .video-iframe-container { display: none; }#wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn > .row > .video-iframe-container { display: none; }#wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn > .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); }#wcQk2oS1DaJ08rdyzI4J0rFrlzfkmTCn > .row .container { width:320px;height:274px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3Sayetq7elaEpBvc1k1TQczV2uUDyhD { display:flex;width:25px;height:25px;top:62px;left:1px; }
 }@media only screen and (max-width: 763px) { #tqN89hJN01UfuwdACx5sEZzu3lwGr3W6 { width:27px;height:27px;top:61px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TePPegnxDtF4ptfp5KuG0PVKoVXu87na { width:320px;height:134.344px;top:96px;left:0px;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ecKiqt6XEVAwxf4uQ2DcOTNsBZtOWTVw { display:none; }#ecKiqt6XEVAwxf4uQ2DcOTNsBZtOWTVw > .row .container { width:320px;height:20px;position:relative;display:none; } }