.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#1b2854;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container { background-color: transparent; background-image: none; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container > .video-iframe-container { display: none; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row > .video-iframe-container { display: none; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .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); }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container { border-width: 0; border-radius: 0; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container { font-size:14px;font-family:arial;height:51px;width:1200px;position:relative;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { border-width: 0; border-radius: 0; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { font-size:14px;font-family:arial;height:738px;width:1200px;overflow:visible;position:relative;display:block; }#qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { display:block;width:718.999px;position:absolute;font-family:imessage;font-size:50px;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:145.94453430176px;left:278.9914855957px;height:120px;color:#007bff;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; }
#X7nesHqFatb17ZEJwxzsEFuXPOxWZO4I { 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:202.997px;width:188.999px;top:174.98571777344px;left:299.9928894043px;overflow:hidden;display:block; }
#exybfaTZPP7HCUqFn5IVAJcezSnlD1eX { display:block;width:718.999px;position:absolute;font-family:imessage;font-size:50px;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:52.961647033691px;left:0px;height:120px;color:#007bff;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:none; }
#frhdcqvk6eCKP5Xlqb1e1dvoe9DAf1RM { position:relative;display:block; }#frhdcqvk6eCKP5Xlqb1e1dvoe9DAf1RM { background-color: transparent; background-image: none; }#frhdcqvk6eCKP5Xlqb1e1dvoe9DAf1RM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frhdcqvk6eCKP5Xlqb1e1dvoe9DAf1RM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frhdcqvk6eCKP5Xlqb1e1dvoe9DAf1RM > .row .container > .video-iframe-container { display: none; }#frhdcqvk6eCKP5Xlqb1e1dvoe9DAf1RM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frhdcqvk6eCKP5Xlqb1e1dvoe9DAf1RM > .row > .video-iframe-container { display: none; }#frhdcqvk6eCKP5Xlqb1e1dvoe9DAf1RM > .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); }#frhdcqvk6eCKP5Xlqb1e1dvoe9DAf1RM { border-width: 0; border-radius: 0; }#frhdcqvk6eCKP5Xlqb1e1dvoe9DAf1RM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#frhdcqvk6eCKP5Xlqb1e1dvoe9DAf1RM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:497px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#d3srloVRB42aLHOtpQO4xOUu0txQ0JNi { color:#000000;display:block;width:445.973px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:129px;left:28px;height:95.8026px;display:block; }#d3srloVRB42aLHOtpQO4xOUu0txQ0JNi li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#d3srloVRB42aLHOtpQO4xOUu0txQ0JNi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_029eded8bd7f608bb073be11bf29282409853d44.svg); }
#w7GURPi6Rg3H2TINtepVRTTz9LSnGkTF { color:#000000;display:block;width:515.987px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:64px;left:28px;height:46.7898px;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; }
#LLoscuXWVisq6QBXX18eADQaJzMqp4EN { display:block;width:718.999px;position:absolute;font-family:imessage;font-size:50px;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:52.961647033691px;left:0px;height:120px;color:#007bff;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:none; }
#g6Ebh3WMcTuXmG7rb3hpIltwbm0krCCQ { color:#000000;display:block;width:515.987px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:64px;left:28px;height:46.7898px;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:none; }
#zA4ZQS1pCT9UgG1CpI5VmC55Hom7MRcP { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Np470ultWBdLzWNgwuPm60Z6ggIXRTGP { color:#000000;display:block;width:257px;position:absolute;font-family:imessage;font-size:20px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:25px;top:421px;left:32px;display:none; }
#yNbtzPTs242itglQcQHn2KNAb8Z6mOJ0 { color:#000000;display:block;width:227px;position:absolute;font-family:imessage;font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:62px;top:542px;left:45px;display:none; }
#fcpwAJKFRcTfzmRLzRkdh30E70ACUPXC { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#abm22FBlgGgVPLCytOCaDRieI0FRWgF8 { color:#000000;display:block;width:257px;position:absolute;font-family:imessage;font-size:20px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:25px;top:675px;left:30px;display:none; }
#WvwwT5NUSrIrEbUJVkFCOp2CFA35O4UG { color:#000000;display:block;width:227px;position:absolute;font-family:imessage;font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:62px;top:720px;left:45px;display:none; }
#VsMaTRH6XJyHtMNdUXOB2hXSMR3q6sMi { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#wmgwobUO8d6IZOvXFh3yQTvrnx5SfTIv { color:#000000;display:block;width:257px;position:absolute;font-family:imessage;font-size:20px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:25px;top:843px;left:30px;display:none; }
#JiGgEwt3FJNPg8SJPFEIfhx9WlskgVsK { color:#000000;display:block;width:227px;position:absolute;font-family:imessage;font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:62px;top:890px;left:45px;display:none; }
#admDW4TkzFuRyS893Vm5mXSKTRRlZXwe { 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:20px;width:20px;display:none; }
#GTb0uCUFB7bNzNr3H2xVTfmVLvteeeTT { 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:20px;width:21px;display:none; }
#cIgRglFJddHUh08zgisdFkWvAIq8Hol7 { 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:20px;width:18px;display:none; }
#bTNCSzJeXy3b9xquKpRNFnSgxk78MF8h { position:relative;display:none; }#bTNCSzJeXy3b9xquKpRNFnSgxk78MF8h { border-width: 0; border-radius: 0; }#bTNCSzJeXy3b9xquKpRNFnSgxk78MF8h > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bTNCSzJeXy3b9xquKpRNFnSgxk78MF8h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UH01OAvoLGZw8eUDBm1tlBl4eLqagyMV { color:#000000;display:block;width:530px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:36px;left:40px;height:85.8026px;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; }
#yWUR7bKp5gToMp4uTiPnoAKk3VcKl8vV { position:absolute;display:block;z-index:15000;height:348px;width:620px;display:none; }
#nrq4e5h41pokcDBMRaTV9I5R6dvTTwvh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#nrq4e5h41pokcDBMRaTV9I5R6dvTTwvh > .row .container { background-color: transparent; background-image: none; }#nrq4e5h41pokcDBMRaTV9I5R6dvTTwvh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrq4e5h41pokcDBMRaTV9I5R6dvTTwvh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrq4e5h41pokcDBMRaTV9I5R6dvTTwvh > .row .container > .video-iframe-container { display: none; }#nrq4e5h41pokcDBMRaTV9I5R6dvTTwvh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrq4e5h41pokcDBMRaTV9I5R6dvTTwvh > .row > .video-iframe-container { display: none; }#nrq4e5h41pokcDBMRaTV9I5R6dvTTwvh > .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); }#nrq4e5h41pokcDBMRaTV9I5R6dvTTwvh > .row .container { border-width: 0; border-radius: 0; }#nrq4e5h41pokcDBMRaTV9I5R6dvTTwvh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nrq4e5h41pokcDBMRaTV9I5R6dvTTwvh > .row .container { font-size:14px;font-family:arial;height:555px;width:1200px;position:relative;display:block; }#GaLAn9Taqd3xLhqrvCBB52iZMQ425VAm { color:#000000;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.995758056641px;left:0px;height:249.5459px;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; }
#u6G7glx0Nqmwo1Vm5RiDg1UcZkkZQc2T { background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:318.999px;height:60.973px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:141px;left:40px;display:block; }
#maxrJ6NtNBpFTO1buPFI3G3Qp6Mg4ZqE { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xrrC5pNZv4qKT0z70bVnMAKm49zcsePn { color:#000000;display:block;width:530px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:267px;left:28px;height:85.8026px;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:none; }
#FHuQqDACETpIiOctlOKVCRKBLSnJlHAy { color:#000000;display:block;width:530px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:267px;left:28px;height:85.8026px;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:none; }
#ShOxbTw5Tl446CEv6hbonhO8z6tTyKqH { color:#000000;display:block;width:530px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:267px;left:28px;height:85.8026px;display:none; }#ShOxbTw5Tl446CEv6hbonhO8z6tTyKqH li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#ShOxbTw5Tl446CEv6hbonhO8z6tTyKqH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a87753697f18f4e8bc4b839147144290beae324f.svg); }
#QAHHPumGTpUC2oFZdASMC9Iym88aRmX5 { 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:222px;width:462px;display:none; }
#ZAsWTvhvQD9eA7k6cUKiFL7T9Ch6phqI { 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:218px;width:462px;display:none; }
#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container { background-color: transparent; background-image: none; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container > .video-iframe-container { display: none; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row > .video-iframe-container { display: none; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .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); }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container { border-width: 0; border-radius: 0; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container { font-size:14px;font-family:arial;height:164px;width:1200px;position:relative;display:block; }#tz8tV2Svi7Wbb3fTE5eF2k0Kg9v3LTGL { color:#000000;display:block;width:548px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:120.3125px;left:326px;height:18.196px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
body { position:relative;display:block; }
#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb { display:block; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container { width:764px;position:relative;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:567px;width:764px;position:relative;display:block; }#qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:492px;height:156px;top:64px;left:0px;display:none; }
#X7nesHqFatb17ZEJwxzsEFuXPOxWZO4I { width:188px;height:201.92401017995px;top:174px;left:81.992889404297px;display:block; }
#exybfaTZPP7HCUqFn5IVAJcezSnlD1eX { width:492px;height:156px;top:64px;left:0px;display:none; }
#frhdcqvk6eCKP5Xlqb1e1dvoe9DAf1RM { display:none; }#frhdcqvk6eCKP5Xlqb1e1dvoe9DAf1RM > .row .container { width:764px;position:relative;display:none; }#d3srloVRB42aLHOtpQO4xOUu0txQ0JNi { width:445px;height:95px;top:129px;left:0px;font-size:20px;display:block; }#d3srloVRB42aLHOtpQO4xOUu0txQ0JNi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_029eded8bd7f608bb073be11bf29282409853d44.svg); }
#w7GURPi6Rg3H2TINtepVRTTz9LSnGkTF { width:515px;height:46px;top:64px;left:0px;font-size:18px;display:block; }
#LLoscuXWVisq6QBXX18eADQaJzMqp4EN { width:492px;height:156px;top:64px;left:0px;display:none; }
#g6Ebh3WMcTuXmG7rb3hpIltwbm0krCCQ { width:320px;height:70px;top:293px;left:0px;font-size:18px;display:none; }
#zA4ZQS1pCT9UgG1CpI5VmC55Hom7MRcP { width:200px;height:200px;display:none; }
#Np470ultWBdLzWNgwuPm60Z6ggIXRTGP { width:257px;height:25px;top:421px;left:0px;font-size:20px;display:none; }
#yNbtzPTs242itglQcQHn2KNAb8Z6mOJ0 { width:227px;height:62px;top:542px;left:0px;font-size:15px;display:none; }
#fcpwAJKFRcTfzmRLzRkdh30E70ACUPXC { width:200px;height:200px;display:none; }
#abm22FBlgGgVPLCytOCaDRieI0FRWgF8 { width:257px;height:25px;top:675px;left:0px;font-size:20px;display:none; }
#WvwwT5NUSrIrEbUJVkFCOp2CFA35O4UG { width:227px;height:62px;top:720px;left:0px;font-size:15px;display:none; }
#VsMaTRH6XJyHtMNdUXOB2hXSMR3q6sMi { width:200px;height:200px;display:none; }
#wmgwobUO8d6IZOvXFh3yQTvrnx5SfTIv { width:257px;height:25px;top:843px;left:0px;font-size:20px;display:none; }
#JiGgEwt3FJNPg8SJPFEIfhx9WlskgVsK { width:227px;height:62px;top:890px;left:0px;font-size:15px;display:none; }
#admDW4TkzFuRyS893Vm5mXSKTRRlZXwe { width:20px;height:20px;display:none; }
#GTb0uCUFB7bNzNr3H2xVTfmVLvteeeTT { width:21px;height:20px;display:none; }
#cIgRglFJddHUh08zgisdFkWvAIq8Hol7 { width:18px;height:20px;display:none; }
#bTNCSzJeXy3b9xquKpRNFnSgxk78MF8h { display:none; }#bTNCSzJeXy3b9xquKpRNFnSgxk78MF8h > .row .container { width:764px;position:relative;display:none; }#UH01OAvoLGZw8eUDBm1tlBl4eLqagyMV { width:530px;height:85px;top:36px;left:0px;font-size:14px;display:block; }
#yWUR7bKp5gToMp4uTiPnoAKk3VcKl8vV { width:620px;height:348px;display:none; }
#nrq4e5h41pokcDBMRaTV9I5R6dvTTwvh { display:block; }#nrq4e5h41pokcDBMRaTV9I5R6dvTTwvh > .row .container { width:764px;position:relative;display:block; }#GaLAn9Taqd3xLhqrvCBB52iZMQ425VAm { width:764px;height:249px;top:16px;left:0px;font-size:13px;display:block; }
#u6G7glx0Nqmwo1Vm5RiDg1UcZkkZQc2T { width:318px;height:60px;top:141px;left:0px;display:block; }
#maxrJ6NtNBpFTO1buPFI3G3Qp6Mg4ZqE { display:block; }
#xrrC5pNZv4qKT0z70bVnMAKm49zcsePn { width:320px;height:36px;top:1108px;left:0px;font-size:14px;display:none; }
#FHuQqDACETpIiOctlOKVCRKBLSnJlHAy { width:320px;height:18px;top:1054px;left:0px;font-size:21px;display:none; }
#ShOxbTw5Tl446CEv6hbonhO8z6tTyKqH { width:320px;height:;top:205px;left:0px;font-size:16px;display:none; }#ShOxbTw5Tl446CEv6hbonhO8z6tTyKqH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a87753697f18f4e8bc4b839147144290beae324f.svg); }
#QAHHPumGTpUC2oFZdASMC9Iym88aRmX5 { width:462px;height:222px;display:none; }
#ZAsWTvhvQD9eA7k6cUKiFL7T9Ch6phqI { width:462px;height:218px;display:none; }
#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 { display:block; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container { width:764px;position:relative;display:block; }#tz8tV2Svi7Wbb3fTE5eF2k0Kg9v3LTGL { width:547px;height:18px;top:120px;left:108px;font-size:10px;display:block; }
body { position:relative;display:block; }
#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb { background-color:#ffffff;background-image:none;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;display:block; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container { background-color: transparent; background-image: none; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container > .video-iframe-container { display: none; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row > .video-iframe-container { display: none; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .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); }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container { border-width: 0; border-radius: 0; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container { width:320px;height:35px;position:relative;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:#ffffff;background-image:none;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:475.9798894042969px;width:320px;position:relative;display:block; }#qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:320px;height:0;top:143px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:none; }
#X7nesHqFatb17ZEJwxzsEFuXPOxWZO4I { width:315.994px;height:340.994px;top:134.9928894043px;left:0px;z-index:15000;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;overflow:hidden;display:block; }
#exybfaTZPP7HCUqFn5IVAJcezSnlD1eX { width:320px;height:83.9915px;top:41.953125px;left:0px;text-align:center;text-align-last:center;font-size:35px;z-index:15000;color:#000000;display:block; }
#frhdcqvk6eCKP5Xlqb1e1dvoe9DAf1RM { background-color:#000000;background-image:none;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;display:block; }#frhdcqvk6eCKP5Xlqb1e1dvoe9DAf1RM > .row .container { background-color: transparent; background-image: none; }#frhdcqvk6eCKP5Xlqb1e1dvoe9DAf1RM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frhdcqvk6eCKP5Xlqb1e1dvoe9DAf1RM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frhdcqvk6eCKP5Xlqb1e1dvoe9DAf1RM > .row .container > .video-iframe-container { display: none; }#frhdcqvk6eCKP5Xlqb1e1dvoe9DAf1RM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frhdcqvk6eCKP5Xlqb1e1dvoe9DAf1RM > .row > .video-iframe-container { display: none; }#frhdcqvk6eCKP5Xlqb1e1dvoe9DAf1RM > .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); }#frhdcqvk6eCKP5Xlqb1e1dvoe9DAf1RM > .row .container { border-width: 0; border-radius: 0; }#frhdcqvk6eCKP5Xlqb1e1dvoe9DAf1RM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#frhdcqvk6eCKP5Xlqb1e1dvoe9DAf1RM > .row .container { width:320px;height:965px;position:relative;display:block; }#d3srloVRB42aLHOtpQO4xOUu0txQ0JNi { width:312.99px;height:0;top:348.99145889282px;left:0px;font-size:20px;text-align:left;text-align-last:left;color:#ffffff;display:none; }#d3srloVRB42aLHOtpQO4xOUu0txQ0JNi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_029eded8bd7f608bb073be11bf29282409853d44.svg); }
#w7GURPi6Rg3H2TINtepVRTTz9LSnGkTF { width:320px;height:0;top:223px;left:0px;font-size:11px;text-align:center;text-align-last:center;color:#ffffff;display:none; }
#LLoscuXWVisq6QBXX18eADQaJzMqp4EN { width:320px;height:107.997px;top:48.913311004639px;left:0px;text-align:center;text-align-last:center;font-size:45px;z-index:15001;color:#ffffff;display:block; }
#g6Ebh3WMcTuXmG7rb3hpIltwbm0krCCQ { width:320px;height:70.1847px;top:293px;left:0px;font-size:18px;text-align:center;text-align-last:center;color:#ffffff;z-index:15008;display:block; }
#zA4ZQS1pCT9UgG1CpI5VmC55Hom7MRcP { top:398px;left:17px;width:287px;height:149px;z-index:15011;background-color:rgba(255,255,255,0.18);background-image:none;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#Np470ultWBdLzWNgwuPm60Z6ggIXRTGP { top:421px;left:74px;width:201.996px;height:25.9943px;z-index:15012;color:#ffffff;font-size:20px;text-align:center;text-align-last:center;display:block; }
#yNbtzPTs242itglQcQHn2KNAb8Z6mOJ0 { top:457.99713134766px;left:45.994318008423px;width:227.99px;height:58.4872px;z-index:15013;color:#ffffff;font-size:15px;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fcpwAJKFRcTfzmRLzRkdh30E70ACUPXC { top:589px;left:16px;width:286.996px;height:148.999px;z-index:15012;background-color:rgba(255,255,255,0.18);background-image:none;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#abm22FBlgGgVPLCytOCaDRieI0FRWgF8 { top:607px;left:89px;width:170.994px;height:25.9943px;z-index:15013;color:#ffffff;font-size:20px;text-align:center;text-align-last:center;display:block; }
#WvwwT5NUSrIrEbUJVkFCOp2CFA35O4UG { top:648.99145507812px;left:45.994318008423px;width:227.983px;height:58.4872px;z-index:15014;color:#ffffff;font-size:15px;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VsMaTRH6XJyHtMNdUXOB2hXSMR3q6sMi { top:782px;left:16px;width:286.996px;height:148.999px;z-index:15013;background-color:rgba(255,255,255,0.18);background-image:none;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#wmgwobUO8d6IZOvXFh3yQTvrnx5SfTIv { top:803.99142456055px;left:100.98721122742px;width:147.997px;height:25.9943px;z-index:15014;color:#ffffff;font-size:20px;text-align:center;text-align-last:center;display:block; }
#JiGgEwt3FJNPg8SJPFEIfhx9WlskgVsK { top:842.99002075195px;left:45.994318008423px;width:227.983px;height:58.4872px;z-index:15015;color:#ffffff;font-size:15px;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#admDW4TkzFuRyS893Vm5mXSKTRRlZXwe { top:422px;left:44px;width:23.9986px;height:23.9986px;z-index:15016;overflow:hidden;display:block; }
#GTb0uCUFB7bNzNr3H2xVTfmVLvteeeTT { top:609px;left:59px;width:24px;height:22px;z-index:15017;overflow:hidden;display:block; }
#cIgRglFJddHUh08zgisdFkWvAIq8Hol7 { top:804px;left:74px;width:24px;height:26px;z-index:15018;overflow:hidden;display:block; }
#bTNCSzJeXy3b9xquKpRNFnSgxk78MF8h { background-color:#ffffff;background-image:none;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;display:block; }#bTNCSzJeXy3b9xquKpRNFnSgxk78MF8h > .row .container { background-color: transparent; background-image: none; }#bTNCSzJeXy3b9xquKpRNFnSgxk78MF8h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTNCSzJeXy3b9xquKpRNFnSgxk78MF8h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTNCSzJeXy3b9xquKpRNFnSgxk78MF8h > .row .container > .video-iframe-container { display: none; }#bTNCSzJeXy3b9xquKpRNFnSgxk78MF8h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTNCSzJeXy3b9xquKpRNFnSgxk78MF8h > .row > .video-iframe-container { display: none; }#bTNCSzJeXy3b9xquKpRNFnSgxk78MF8h > .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); }#bTNCSzJeXy3b9xquKpRNFnSgxk78MF8h > .row .container { border-width: 0; border-radius: 0; }#bTNCSzJeXy3b9xquKpRNFnSgxk78MF8h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTNCSzJeXy3b9xquKpRNFnSgxk78MF8h > .row .container { width:320px;height:95px;position:relative;display:block; }#UH01OAvoLGZw8eUDBm1tlBl4eLqagyMV { width:320px;height:0;top:515.98721694946px;left:0px;font-size:14px;text-align:center;text-align-last:center;color:#ffffff;display:none; }
#yWUR7bKp5gToMp4uTiPnoAKk3VcKl8vV { top:8.977294921875px;left:-2px;width:320px;height:70px;z-index:15012;display:block; }
#nrq4e5h41pokcDBMRaTV9I5R6dvTTwvh { background-color:#000000;background-image:none;display:block; }#nrq4e5h41pokcDBMRaTV9I5R6dvTTwvh > .row .container { background-color: transparent; background-image: none; }#nrq4e5h41pokcDBMRaTV9I5R6dvTTwvh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrq4e5h41pokcDBMRaTV9I5R6dvTTwvh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrq4e5h41pokcDBMRaTV9I5R6dvTTwvh > .row .container > .video-iframe-container { display: none; }#nrq4e5h41pokcDBMRaTV9I5R6dvTTwvh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrq4e5h41pokcDBMRaTV9I5R6dvTTwvh > .row > .video-iframe-container { display: none; }#nrq4e5h41pokcDBMRaTV9I5R6dvTTwvh > .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); }#nrq4e5h41pokcDBMRaTV9I5R6dvTTwvh > .row .container { width:320px;height:640px;position:relative;display:block; }#GaLAn9Taqd3xLhqrvCBB52iZMQ425VAm { width:313.999px;height:0;top:17.997161865234px;left:3px;font-size:13px;text-align:left;text-align-last:left;display:none; }
#u6G7glx0Nqmwo1Vm5RiDg1UcZkkZQc2T { width:286.996px;height:60px;top:329px;left:16px;display:block; }
#maxrJ6NtNBpFTO1buPFI3G3Qp6Mg4ZqE { display:block; }
#xrrC5pNZv4qKT0z70bVnMAKm49zcsePn { width:320px;height:36.392px;top:154px;left:0px;font-size:14px;text-align:center;text-align-last:center;color:#ffffff;z-index:15010;display:block; }
#FHuQqDACETpIiOctlOKVCRKBLSnJlHAy { width:320px;height:27.3011px;top:119px;left:0px;font-size:21px;text-align:center;text-align-last:center;color:#ffffff;z-index:15011;display:block; }
#ShOxbTw5Tl446CEv6hbonhO8z6tTyKqH { width:165px;height:72.3864px;top:221.3352355957px;left:77.499998092651px;font-size:16px;text-align:left;text-align-last:left;color:#ffffff;z-index:15011;display:block; }#ShOxbTw5Tl446CEv6hbonhO8z6tTyKqH li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#ShOxbTw5Tl446CEv6hbonhO8z6tTyKqH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a87753697f18f4e8bc4b839147144290beae324f.svg); }
#QAHHPumGTpUC2oFZdASMC9Iym88aRmX5 { top:399px;left:35px;width:128.999px;height:58.9986px;z-index:15012;overflow:hidden;display:block; }
#ZAsWTvhvQD9eA7k6cUKiFL7T9Ch6phqI { top:403px;left:164px;width:120px;height:55.9943px;z-index:15013;overflow:hidden;display:block; }
#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 { background-color:#000000;background-image:none;display:block; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container { background-color: transparent; background-image: none; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container > .video-iframe-container { display: none; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row > .video-iframe-container { display: none; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .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); }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container { width:320px;height:105px;position:relative;display:block; }#tz8tV2Svi7Wbb3fTE5eF2k0Kg9v3LTGL { width:287.997px;height:12.9972px;top:45.994384765625px;left:15.994318008423px;font-size:10px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
