.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:#c3d1d8;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); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/799ad46c-8f4d-4477-b2d6-8044e1d7630d/1000000445.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu.adaptive-delivery-prevent-bg, #BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu.lazyload, #BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu.lazyloading { background-image: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container { background-color: transparent; background-image: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,6,44,0.35); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container > .video-iframe-container { display: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,6,44,0.35); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row > .video-iframe-container { display: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .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); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container { border-width: 0; border-radius: 0; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container { font-size:14px;font-family:arial;height:706px;width:960px;position:relative;display:block; }#vW1XwTy8KZewExQAPfbNhMS6kRyHU088 { color:#c3d1d8;display:block;width:434px;position:absolute;font-family:georgia;font-size:53px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:189.99295043945px;left:0px;height:206.714px;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; }
#Fh72yw5mZ4eI8dDraTbF3ks7nGwSGl01 { color:#c3d1d8;display:block;width:434px;position:absolute;font-family:georgia;font-size:19px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:417.99996948242px;left:0px;height:123.409px;font-style:normal;display:block; }
#csg4uUcFiOmiaxaId09CEKisKolJxHlC { position:absolute;display:block;z-index:15002;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:138px;width:204px;top:55.997650146484px;left:0px;overflow:hidden;display:block; }
#IoeFekOGmDVfSvcfhyPabgoe1cVoT71w { background-color:#171717;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:#c3d1d8;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:21px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:201px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:574.99996948242px;left:0px;display:block; }
#gGWpP7a3t2TOie9vLFXqQ3KrQtfTxq5h { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3d1d8;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; }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row .container { background-color: transparent; background-image: none; }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row .container > .video-iframe-container { display: none; }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row > .video-iframe-container { display: none; }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .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); }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row .container { border-width: 0; border-radius: 0; }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row .container { font-size:14px;font-family:arial;height:196px;width:960px;position:relative;display:block; }#S812CrKmqJU4amMozDFBSww4FTAbu2dw { color:#000000;display:block;width:960px;position:absolute;font-family:georgia;font-size:34px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:29px;left:0px;height:88.3636px;font-style:normal;text-align:center;text-align-last:center;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; }
#qerenfkJtydTg9h8idqE05oUX0bi4TsT { color:#000000;display:block;width:960px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:112.998px;left:0px;height:52.0091px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V { 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; }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row .container { background-color: transparent; background-image: none; }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row .container > .video-iframe-container { display: none; }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row > .video-iframe-container { display: none; }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .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); }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row .container { border-width: 0; border-radius: 0; }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row .container { font-size:14px;font-family:arial;height:610px;width:960px;position:relative;display:block; }#UIBBFILGrs7uMBcrrRh2ZLeDdpbE63gb { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/95b35e06-97cd-4eb5-816a-c78b0f74b13a/1000000436.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:332px;width:276px;top:46.319427490234px;left:0px;display:block; }#UIBBFILGrs7uMBcrrRh2ZLeDdpbE63gb.adaptive-delivery-prevent-bg, #UIBBFILGrs7uMBcrrRh2ZLeDdpbE63gb.lazyload, #UIBBFILGrs7uMBcrrRh2ZLeDdpbE63gb.lazyloading { background-image: none; }
#G5Twz7T7Mbnb29g7rNk8Se4Tx5cBJrSX { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3fc65ff2-f083-420b-93dc-dbf93e0c3818/1000000443.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:332px;width:276px;top:46.305557250977px;left:342px;display:block; }#G5Twz7T7Mbnb29g7rNk8Se4Tx5cBJrSX.adaptive-delivery-prevent-bg, #G5Twz7T7Mbnb29g7rNk8Se4Tx5cBJrSX.lazyload, #G5Twz7T7Mbnb29g7rNk8Se4Tx5cBJrSX.lazyloading { background-image: none; }
#nJTXRBeWmCXTfRRAdDCDJFnskTFf5L1B { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7aa83301-a636-4bd6-a9a6-21469c304e25/1000000446.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:332px;width:276px;top:46.305557250977px;left:684px;display:block; }#nJTXRBeWmCXTfRRAdDCDJFnskTFf5L1B.adaptive-delivery-prevent-bg, #nJTXRBeWmCXTfRRAdDCDJFnskTFf5L1B.lazyload, #nJTXRBeWmCXTfRRAdDCDJFnskTFf5L1B.lazyloading { background-image: none; }
#tE621MStyoTeQgrXwyJ5liPUIok273hO { position:absolute;display:block;z-index:15003;background-color:#c3d1d8;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:200px;width:276px;top:359.30555725098px;left:0px;display:block; }
#Bc8C9hRQGJFWzCvQLDEU4kTSGILGVr28 { position:absolute;display:block;z-index:15004;background-color:#c3d1d8;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:200px;width:276px;top:359.30555725098px;left:342px;display:block; }
#kJwBJTOzVkrPJSFfE9gmNzO1TLDoCeCR { position:absolute;display:block;z-index:15005;background-color:#c3d1d8;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:200px;width:276px;top:359.30555725098px;left:684px;display:block; }
#I7eJKSC2f2Jy2MD5mZf0MMvIv1M1P9gD { color:#000000;display:block;width:277px;position:absolute;font-family:georgia;font-size:22px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:374.30555725098px;left:0px;height:57.1636px;font-style:normal;text-align:center;text-align-last:center;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; }
#iOeCwl9kguhJkseSvr0aeRz2kl2ax5JM { color:#000000;display:block;width:277px;position:absolute;font-family:georgia;font-size:22px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:374px;left:341.5px;height:57.1636px;font-style:normal;text-align:center;text-align-last:center;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; }
#OaczZGy6RQCWqWF3iwmDzrF6FllSAJ7o { color:#000000;display:block;width:277px;position:absolute;font-family:georgia;font-size:22px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:374px;left:683px;height:57.1636px;font-style:normal;text-align:center;text-align-last:center;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; }
#PFf2deCPzvaZr04lPUymWUIHIO6v89Hx { color:#000000;display:block;width:256.995px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:442.28871154785px;left:9.4835815429688px;height:70.2113px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aigMwwTP8dEDsDmKTVEzQGlxdIbkPfZA { color:#000000;display:block;width:250px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:442.28871154785px;left:354.98825073242px;height:70.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kDZ0BJ3FAotWLSyubZRn9xJPbGh9K2g3 { color:#000000;display:block;width:258.991px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:442.28871154785px;left:692.47647094727px;height:93.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cRQtbTKEHhaGfdpn5RLb5ex0lGd9qfPs { position:relative;display:block; }#cRQtbTKEHhaGfdpn5RLb5ex0lGd9qfPs { background-color: transparent; background-image: none; }#cRQtbTKEHhaGfdpn5RLb5ex0lGd9qfPs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRQtbTKEHhaGfdpn5RLb5ex0lGd9qfPs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRQtbTKEHhaGfdpn5RLb5ex0lGd9qfPs > .row .container > .video-iframe-container { display: none; }#cRQtbTKEHhaGfdpn5RLb5ex0lGd9qfPs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRQtbTKEHhaGfdpn5RLb5ex0lGd9qfPs > .row > .video-iframe-container { display: none; }#cRQtbTKEHhaGfdpn5RLb5ex0lGd9qfPs > .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); }#cRQtbTKEHhaGfdpn5RLb5ex0lGd9qfPs { border-width: 0; border-radius: 0; }#cRQtbTKEHhaGfdpn5RLb5ex0lGd9qfPs > .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; }#cRQtbTKEHhaGfdpn5RLb5ex0lGd9qfPs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#c3d1d8;background-image:none;font-size:14px;font-family:arial;height:112px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pDQLtSFqtZhdbgsrDU4Z2oimeToKyPqs { background-color:#000000;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:#c3d1d8;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:22px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:28.685424804688px;left:339.98825073242px;display:block; }
#HnWZnsG1kdUoxdw3WivJBHJ5zbq0GvML { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66801190-7ece-4645-82cf-823cbc640bdb/1000000441.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi.adaptive-delivery-prevent-bg, #rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi.lazyload, #rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi.lazyloading { background-image: none; }#rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi > .row .container { background-color: transparent; background-image: none; }#rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.36); }#rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi > .row .container > .video-iframe-container { display: none; }#rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.36); }#rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi > .row > .video-iframe-container { display: none; }#rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi > .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); }#rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi > .row .container { border-width: 0; border-radius: 0; }#rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi > .row .container { font-size:14px;font-family:arial;height:568px;width:960px;position:relative;display:block; }#qmMnXBl7XyH0sGCPvJb0AMVonHuH2DO1 { color:#000000;display:block;width:437px;position:absolute;font-family:georgia;font-size:34px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:62px;left:0px;height:88.3636px;font-style:normal;text-align:left;text-align-last:left;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; }
#MMnq6zzJU0QJDzm7TeSotUHCxwTcqXoE { color:#000000;display:block;width:436px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:164.99548339844px;left:0.99545288085938px;height:234.041px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NLDBCxQMHFXfUIVosbqMNnLw3S791EEo { background-color:#171717;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:#c3d1d8;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:21px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200.998px;height:55px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:424.763671875px;left:0px;display:block; }
#wReheg7FK7CBGMIuOKHUfKhHXzwkX5C6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gFas1OZSqk2exH77MXKtvrO1hB8o3zLf { color:#000000;display:block;width:436.995px;position:absolute;font-family:georgia;font-size:34px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:61.995300292969px;left:499.99996948242px;height:44.1818px;font-style:normal;text-align:left;text-align-last:left;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; }
#ASBwlspDN5JOhOthnbpyLBV3lC3pkST0 { color:#000000;display:block;width:435.998px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:120.98590087891px;left:500.49295043945px;height:399px;font-style:normal;text-align:left;text-align-last:left;display:block; }#ASBwlspDN5JOhOthnbpyLBV3lC3pkST0 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#ASBwlspDN5JOhOthnbpyLBV3lC3pkST0 li:before{  }
#pHxEfUW03WGI3rpz6We9UhlHRyaHaxtt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3d1d8;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; }#pHxEfUW03WGI3rpz6We9UhlHRyaHaxtt > .row .container { background-color: transparent; background-image: none; }#pHxEfUW03WGI3rpz6We9UhlHRyaHaxtt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHxEfUW03WGI3rpz6We9UhlHRyaHaxtt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHxEfUW03WGI3rpz6We9UhlHRyaHaxtt > .row .container > .video-iframe-container { display: none; }#pHxEfUW03WGI3rpz6We9UhlHRyaHaxtt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHxEfUW03WGI3rpz6We9UhlHRyaHaxtt > .row > .video-iframe-container { display: none; }#pHxEfUW03WGI3rpz6We9UhlHRyaHaxtt > .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); }#pHxEfUW03WGI3rpz6We9UhlHRyaHaxtt > .row .container { border-width: 0; border-radius: 0; }#pHxEfUW03WGI3rpz6We9UhlHRyaHaxtt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pHxEfUW03WGI3rpz6We9UhlHRyaHaxtt > .row .container { font-size:14px;font-family:arial;height:691px;width:960px;position:relative;display:block; }#SWGAbfqksooZP9GXLa2555DX8keVp4GN { color:#000000;display:block;width:960px;position:absolute;font-family:georgia;font-size:34px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:29px;left:0px;height:44.1818px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uTPvTJbZCCgGKyoX5OzBbFLPKcoL9xZ5 { color:#000000;display:block;width:960px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:88.086853027344px;left:0px;height:78.0136px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XAg0VXnUE4h9wIHy4pprh0EEEALFOeGG { position:absolute;display:block;z-index:15003;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:435px;width:288.991px;top:209.07276916504px;left:111.99533081055px;overflow:hidden;display:block; }
#H2uPiHeL1qSqkAMupfxi2UPZ9z86Je9z { color:#000000;display:block;width:390px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:258.56806182861px;left:506.98355102539px;height:130.023px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T39ClEEkIDRgfzTHPUQQOsS4ytXWGXTl { background-color:#000000;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:#c3d1d8;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:589.82388305664px;left:561.98355102539px;display:block; }
#ePPpaG9rT5JieOI0LU2uFFF5QphxlCID { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cabe88d5-58cc-4eb5-bb22-514ffc595421/1000000439.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8.adaptive-delivery-prevent-bg, #Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8.lazyload, #Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8.lazyloading { background-image: none; }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .row .container { background-color: transparent; background-image: none; }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .row .container > .video-iframe-container { display: none; }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .row > .video-iframe-container { display: none; }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .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); }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .row .container { border-width: 0; border-radius: 0; }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .row .container { font-size:14px;font-family:arial;height:479px;width:960px;position:relative;display:block; }#q7WRWJ1oGbRzaTwBqnED2ORQ36faar82 { color:#c3d1d8;display:block;width:437px;position:absolute;font-family:georgia;font-size:34px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:145px;left:0px;height:44.1818px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EugztxL1Tm5PFFs3cV8opSEzBv803Wxe { color:#c3d1d8;display:block;width:436px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:193.99060058594px;left:0.9976806640625px;height:104.018px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D7RRsmE5eedLTh99E16Pl0UPDP0Q76B3 { background-color:#c3d1d8;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:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:21px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:201px;height:55px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:318.77783203125px;left:0px;display:block; }
#yshUV03uTrpzHdICqsJHLkoeSeLctOCU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#131112;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; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container { background-color: transparent; background-image: none; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container > .video-iframe-container { display: none; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row > .video-iframe-container { display: none; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .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); }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container { border-width: 0; border-radius: 0; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container { font-size:14px;font-family:arial;height:366px;width:960px;position:relative;display:block; }#HA3fKMBvRN9hHvSbur6oScCSP8PuzR5I { 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:358.991px;width:513.991px;top:5.481201171875px;left:222.99295043945px;overflow:hidden;display:block; }
#Q5nwMe7C3IOWtyIrwzTut8EsPfNoKwO8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#131112;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;z-index:auto;display:block; }#Q5nwMe7C3IOWtyIrwzTut8EsPfNoKwO8 > .row .container { background-color: transparent; background-image: none; }#Q5nwMe7C3IOWtyIrwzTut8EsPfNoKwO8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5nwMe7C3IOWtyIrwzTut8EsPfNoKwO8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5nwMe7C3IOWtyIrwzTut8EsPfNoKwO8 > .row .container > .video-iframe-container { display: none; }#Q5nwMe7C3IOWtyIrwzTut8EsPfNoKwO8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5nwMe7C3IOWtyIrwzTut8EsPfNoKwO8 > .row > .video-iframe-container { display: none; }#Q5nwMe7C3IOWtyIrwzTut8EsPfNoKwO8 > .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); }#Q5nwMe7C3IOWtyIrwzTut8EsPfNoKwO8 > .row .container { border-width: 0; border-radius: 0; }#Q5nwMe7C3IOWtyIrwzTut8EsPfNoKwO8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q5nwMe7C3IOWtyIrwzTut8EsPfNoKwO8 > .row .container { font-size:14px;font-family:arial;height:431px;width:960px;position:relative;display:block; }#AxbqAvfLiN61xXRRHDIEQnnqgmSqsg0z { color:#c3d1d8;display:block;width:368.991px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:31.983551025391px;left:295.49295043945px;height:127.909px;text-align:center;text-align-last:center;display:block; }
#JTqPc92VQy4JDQU3viZ0ZVTb0pKnBrpV { color:#ffffff;display:block;width:369px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:407.99536132812px;left:295.49295043945px;height:22.4045px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DGItL1lvTU5J4DPvvVaH3iCNbZS6NcoM { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:357.99536132812px;left:430.99765014648px; }
#DGItL1lvTU5J4DPvvVaH3iCNbZS6NcoM > img { max-width: 100%;max-height:100%; }#lNuSh2NTQLsrOszAUWWUNUJ8T4SIzx4r { 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:15035;top:356px;left:492.99295043945px; }
#lNuSh2NTQLsrOszAUWWUNUJ8T4SIzx4r > img { max-width: 100%;max-height:100%; }#yBoEpOohkbADLlmU4S81KaVTLI6v7Hwq { color:#ffffff;display:block;width:368.991px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:289.0166015625px;left:295.49295043945px;height:25.5869px;text-align:center;text-align-last:center;display:block; }
#g2KMkvG6iqqr4EC02Xr7zyKVWrTnQsoE { color:#ffffff;display:block;width:368.991px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:314.60327148438px;left:295.49295043945px;height:25.5869px;text-align:center;text-align-last:center;display:block; }
#d6rkOe5PeusEWhuuCim1IFwh4PIp6ZFh { color:#c3d1d8;display:block;width:343px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:181.18545532227px;left:317.11264038086px;height:103.909px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu { display:block; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vW1XwTy8KZewExQAPfbNhMS6kRyHU088 { top:189px;left:0px;width:433px;height:206px;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #Fh72yw5mZ4eI8dDraTbF3ks7nGwSGl01 { top:417px;left:0px;width:433px;height:123px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #csg4uUcFiOmiaxaId09CEKisKolJxHlC { top:55px;left:0px;width:204px;height:138px;display:block; }
 }@media only screen and (max-width: 763px) { #IoeFekOGmDVfSvcfhyPabgoe1cVoT71w { width:201px;height:55px;top:574px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gGWpP7a3t2TOie9vLFXqQ3KrQtfTxq5h { display:block; }
 }@media only screen and (max-width: 763px) { #NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 { display:block; }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S812CrKmqJU4amMozDFBSww4FTAbu2dw { top:28px;left:0px;width:764px;height:;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #qerenfkJtydTg9h8idqE05oUX0bi4TsT { top:112px;left:0px;width:764px;height:51px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VUz4omyfcyEATmSH0CTdl88vWLKdLz6V { display:block; }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIBBFILGrs7uMBcrrRh2ZLeDdpbE63gb { top:46px;left:0px;width:276px;height:332px;display:block; }
 }@media only screen and (max-width: 763px) { #G5Twz7T7Mbnb29g7rNk8Se4Tx5cBJrSX { top:46px;left:232px;width:276px;height:332px;display:block; }
 }@media only screen and (max-width: 763px) { #nJTXRBeWmCXTfRRAdDCDJFnskTFf5L1B { top:46px;left:486px;width:276px;height:332px;display:block; }
 }@media only screen and (max-width: 763px) { #tE621MStyoTeQgrXwyJ5liPUIok273hO { top:359px;left:0px;width:276px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #Bc8C9hRQGJFWzCvQLDEU4kTSGILGVr28 { top:359px;left:232px;width:276px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #kJwBJTOzVkrPJSFfE9gmNzO1TLDoCeCR { top:359px;left:486px;width:276px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #I7eJKSC2f2Jy2MD5mZf0MMvIv1M1P9gD { top:374px;left:0px;width:276px;height:57px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #iOeCwl9kguhJkseSvr0aeRz2kl2ax5JM { top:373px;left:232px;width:276px;height:57px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #OaczZGy6RQCWqWF3iwmDzrF6FllSAJ7o { top:373px;left:486px;width:276px;height:57px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #PFf2deCPzvaZr04lPUymWUIHIO6v89Hx { top:442px;left:0px;width:256px;height:70px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #aigMwwTP8dEDsDmKTVEzQGlxdIbkPfZA { top:442px;left:255.98178100586px;width:249px;height:70px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #kDZ0BJ3FAotWLSyubZRn9xJPbGh9K2g3 { top:442px;left:503px;width:258px;height:93px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #cRQtbTKEHhaGfdpn5RLb5ex0lGd9qfPs { display:block; }#cRQtbTKEHhaGfdpn5RLb5ex0lGd9qfPs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDQLtSFqtZhdbgsrDU4Z2oimeToKyPqs { width:280px;height:55px;top:28px;left:241.98825073242px;display:block; }
 }@media only screen and (max-width: 763px) { #HnWZnsG1kdUoxdw3WivJBHJ5zbq0GvML { display:block; }
 }@media only screen and (max-width: 763px) { #rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi { display:block; }#rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmMnXBl7XyH0sGCPvJb0AMVonHuH2DO1 { top:62px;left:0px;width:436px;height:;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #MMnq6zzJU0QJDzm7TeSotUHCxwTcqXoE { top:164px;left:0px;width:435px;height:207px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NLDBCxQMHFXfUIVosbqMNnLw3S791EEo { width:200px;height:55px;top:424px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wReheg7FK7CBGMIuOKHUfKhHXzwkX5C6 { display:block; }
 }@media only screen and (max-width: 763px) { #gFas1OZSqk2exH77MXKtvrO1hB8o3zLf { top:61px;left:328px;width:436px;height:;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #ASBwlspDN5JOhOthnbpyLBV3lC3pkST0 { top:120px;left:329px;width:435px;height:;font-size:20px;display:block; }#ASBwlspDN5JOhOthnbpyLBV3lC3pkST0 li:before{  }
 }@media only screen and (max-width: 763px) { #pHxEfUW03WGI3rpz6We9UhlHRyaHaxtt { display:block; }#pHxEfUW03WGI3rpz6We9UhlHRyaHaxtt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWGAbfqksooZP9GXLa2555DX8keVp4GN { top:28px;left:0px;width:764px;height:44px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #uTPvTJbZCCgGKyoX5OzBbFLPKcoL9xZ5 { top:88px;left:0px;width:764px;height:77px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XAg0VXnUE4h9wIHy4pprh0EEEALFOeGG { top:209px;left:13.995330810547px;width:288px;height:433.50830994737px;display:block; }
 }@media only screen and (max-width: 763px) { #H2uPiHeL1qSqkAMupfxi2UPZ9z86Je9z { top:258px;left:374px;width:390px;height:129px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #T39ClEEkIDRgfzTHPUQQOsS4ytXWGXTl { width:280px;height:55px;top:589px;left:463.98355102539px;display:block; }
 }@media only screen and (max-width: 763px) { #ePPpaG9rT5JieOI0LU2uFFF5QphxlCID { display:block; }
 }@media only screen and (max-width: 763px) { #Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 { display:block; }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7WRWJ1oGbRzaTwBqnED2ORQ36faar82 { top:144px;left:0px;width:436px;height:44px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #EugztxL1Tm5PFFs3cV8opSEzBv803Wxe { top:193px;left:0px;width:435px;height:103px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #D7RRsmE5eedLTh99E16Pl0UPDP0Q76B3 { width:201px;height:55px;top:318px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yshUV03uTrpzHdICqsJHLkoeSeLctOCU { display:block; }
 }@media only screen and (max-width: 763px) { #RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo { display:block; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HA3fKMBvRN9hHvSbur6oScCSP8PuzR5I { top:5px;left:124.99295043945px;width:513px;height:358.29884764519px;display:block; }
 }@media only screen and (max-width: 763px) { #Q5nwMe7C3IOWtyIrwzTut8EsPfNoKwO8 { display:block; }#Q5nwMe7C3IOWtyIrwzTut8EsPfNoKwO8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AxbqAvfLiN61xXRRHDIEQnnqgmSqsg0z { top:31px;left:197.49295043945px;width:368px;height:127px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JTqPc92VQy4JDQU3viZ0ZVTb0pKnBrpV { top:407px;left:197.49295043945px;width:368px;height:22px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #DGItL1lvTU5J4DPvvVaH3iCNbZS6NcoM { top:357px;left:332.99765014648px;width:30px;height:30px;display:block; }
#DGItL1lvTU5J4DPvvVaH3iCNbZS6NcoM > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #lNuSh2NTQLsrOszAUWWUNUJ8T4SIzx4r { top:356px;left:394.99295043945px;width:35px;height:35px;display:block; }
#lNuSh2NTQLsrOszAUWWUNUJ8T4SIzx4r > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #yBoEpOohkbADLlmU4S81KaVTLI6v7Hwq { top:289px;left:197.49295043945px;width:368px;height:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #g2KMkvG6iqqr4EC02Xr7zyKVWrTnQsoE { top:314px;left:197.49295043945px;width:368px;height:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #d6rkOe5PeusEWhuuCim1IFwh4PIp6ZFh { top:181px;left:219.10000610352px;width:342px;height:103px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/799ad46c-8f4d-4477-b2d6-8044e1d7630d/1000000445.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu.adaptive-delivery-prevent-bg, #BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu.lazyload, #BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu.lazyloading { background-image: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container { background-color: transparent; background-image: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,9,49,0.4); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container > .video-iframe-container { display: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,9,49,0.4); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row > .video-iframe-container { display: none; }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .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); }#BzMgRWOHTGH8qJsmnpoaVMvLBoVOl9Xu > .row .container { width:320px;height:549px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vW1XwTy8KZewExQAPfbNhMS6kRyHU088 { width:320px;height:124.814px;top:171.66667175293px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fh72yw5mZ4eI8dDraTbF3ks7nGwSGl01 { width:248px;height:172.773px;top:281.44445800781px;left:36.000000953674px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #csg4uUcFiOmiaxaId09CEKisKolJxHlC { width:145px;height:98.9906px;top:21.995304107666px;left:87.499994277954px;display:block; }
 }@media only screen and (max-width: 763px) { #IoeFekOGmDVfSvcfhyPabgoe1cVoT71w { width:201px;height:55px;top:495px;left:59.495302200317px;display:block; }
 }@media only screen and (max-width: 763px) { #gGWpP7a3t2TOie9vLFXqQ3KrQtfTxq5h { display:block; }
 }@media only screen and (max-width: 763px) { #NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 { background-color:#ffffff;background-image:none;display:block; }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row .container { background-color: transparent; background-image: none; }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row .container > .video-iframe-container { display: none; }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row > .video-iframe-container { display: none; }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .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); }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row .container { width:320px;height:399px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S812CrKmqJU4amMozDFBSww4FTAbu2dw { width:217px;height:208.023px;top:20px;left:51.500000953674px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #qerenfkJtydTg9h8idqE05oUX0bi4TsT { width:279px;height:130.023px;top:242.76989746094px;left:20.481218338013px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VUz4omyfcyEATmSH0CTdl88vWLKdLz6V { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/et5ohn6Z/background_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V.adaptive-delivery-prevent-bg, #VUz4omyfcyEATmSH0CTdl88vWLKdLz6V.lazyload, #VUz4omyfcyEATmSH0CTdl88vWLKdLz6V.lazyloading { background-image: none; }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row .container { background-color: transparent; background-image: none; }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row .container > .video-iframe-container { display: none; }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row > .video-iframe-container { display: none; }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .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); }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row .container { width:320px;height:1651px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIBBFILGrs7uMBcrrRh2ZLeDdpbE63gb { width:276px;height:332px;top:26px;left:22.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #G5Twz7T7Mbnb29g7rNk8Se4Tx5cBJrSX { width:275.998px;height:331.995px;top:561.77224731445px;left:21.983568191528px;display:block; }
 }@media only screen and (max-width: 763px) { #nJTXRBeWmCXTfRRAdDCDJFnskTFf5L1B { width:275.998px;height:331.995px;top:1118.5375061035px;left:21.983568191528px;display:block; }
 }@media only screen and (max-width: 763px) { #tE621MStyoTeQgrXwyJ5liPUIok273hO { width:276px;height:200px;top:339px;left:22.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #Bc8C9hRQGJFWzCvQLDEU4kTSGILGVr28 { width:275.998px;height:200px;top:893.74407958984px;left:21.983568191528px;display:block; }
 }@media only screen and (max-width: 763px) { #kJwBJTOzVkrPJSFfE9gmNzO1TLDoCeCR { width:275.998px;height:200px;top:1450.5046081543px;left:21.983568191528px;display:block; }
 }@media only screen and (max-width: 763px) { #I7eJKSC2f2Jy2MD5mZf0MMvIv1M1P9gD { width:277px;height:57.1636px;top:354px;left:22.000000953674px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #iOeCwl9kguhJkseSvr0aeRz2kl2ax5JM { width:276.995px;height:52.0091px;top:907.76287841797px;left:21.490610122681px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OaczZGy6RQCWqWF3iwmDzrF6FllSAJ7o { width:276.995px;height:52.0091px;top:1465.5445556641px;left:21.490610122681px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #PFf2deCPzvaZr04lPUymWUIHIO6v89Hx { width:275.998px;height:70.2113px;top:424.77708435059px;left:21.983568191528px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #aigMwwTP8dEDsDmKTVEzQGlxdIbkPfZA { width:275.998px;height:70.2113px;top:963.63845825195px;left:21.983568191528px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #kDZ0BJ3FAotWLSyubZRn9xJPbGh9K2g3 { width:275.998px;height:93.6px;top:1535.9624023438px;left:21.983568191528px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #cRQtbTKEHhaGfdpn5RLb5ex0lGd9qfPs { display:block; }#cRQtbTKEHhaGfdpn5RLb5ex0lGd9qfPs > .row .container { width:320px;height:93px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDQLtSFqtZhdbgsrDU4Z2oimeToKyPqs { width:280px;height:55px;top:20px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #HnWZnsG1kdUoxdw3WivJBHJ5zbq0GvML { display:block; }
 }@media only screen and (max-width: 763px) { #rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66801190-7ece-4645-82cf-823cbc640bdb/1000000441.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi.adaptive-delivery-prevent-bg, #rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi.lazyload, #rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi.lazyloading { background-image: none; }#rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi > .row .container { background-color: transparent; background-image: none; }#rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.58); }#rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi > .row .container > .video-iframe-container { display: none; }#rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.58); }#rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi > .row > .video-iframe-container { display: none; }#rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi > .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); }#rXBFmrQrfyZ5wpV6lTNsnDCAtdC7mqJi > .row .container { width:320px;height:1075px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmMnXBl7XyH0sGCPvJb0AMVonHuH2DO1 { width:320px;height:83.2091px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MMnq6zzJU0QJDzm7TeSotUHCxwTcqXoE { width:284px;height:320.864px;top:111.0000038147px;left:17.98611164093px;font-size:19px;text-align:center;text-align-last:center;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NLDBCxQMHFXfUIVosbqMNnLw3S791EEo { width:201px;height:55px;top:454.73010253906px;left:59.495302200317px;display:block; }
 }@media only screen and (max-width: 763px) { #wReheg7FK7CBGMIuOKHUfKhHXzwkX5C6 { display:block; }
 }@media only screen and (max-width: 763px) { #gFas1OZSqk2exH77MXKtvrO1hB8o3zLf { width:320px;height:37.7045px;top:559.73010253906px;left:0px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ASBwlspDN5JOhOthnbpyLBV3lC3pkST0 { width:320px;height:454.527px;top:611.30290253906px;left:0px;font-size:19px;text-align:left;text-align-last:left;color:#000000;font-weight:400;font-style:normal;display:block; }#ASBwlspDN5JOhOthnbpyLBV3lC3pkST0 li:before{  }
 }@media only screen and (max-width: 763px) { #pHxEfUW03WGI3rpz6We9UhlHRyaHaxtt { background-color:#ffffff;background-image:none;display:block; }#pHxEfUW03WGI3rpz6We9UhlHRyaHaxtt > .row .container { background-color: transparent; background-image: none; }#pHxEfUW03WGI3rpz6We9UhlHRyaHaxtt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHxEfUW03WGI3rpz6We9UhlHRyaHaxtt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHxEfUW03WGI3rpz6We9UhlHRyaHaxtt > .row .container > .video-iframe-container { display: none; }#pHxEfUW03WGI3rpz6We9UhlHRyaHaxtt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHxEfUW03WGI3rpz6We9UhlHRyaHaxtt > .row > .video-iframe-container { display: none; }#pHxEfUW03WGI3rpz6We9UhlHRyaHaxtt > .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); }#pHxEfUW03WGI3rpz6We9UhlHRyaHaxtt > .row .container { width:320px;height:1213px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWGAbfqksooZP9GXLa2555DX8keVp4GN { width:242px;height:150.818px;top:25.972282409668px;left:39.000000953674px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTPvTJbZCCgGKyoX5OzBbFLPKcoL9xZ5 { width:250.998px;height:312.055px;top:186.72769165039px;left:34.495302200317px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XAg0VXnUE4h9wIHy4pprh0EEEALFOeGG { width:288px;height:433.50830994737px;top:512.725578125px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #H2uPiHeL1qSqkAMupfxi2UPZ9z86Je9z { width:320px;height:156.027px;top:963.223578125px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #T39ClEEkIDRgfzTHPUQQOsS4ytXWGXTl { width:280px;height:55px;top:1139.2042617187px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ePPpaG9rT5JieOI0LU2uFFF5QphxlCID { display:block; }
 }@media only screen and (max-width: 763px) { #Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 { display:block; }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .row .container { width:320px;height:534px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7WRWJ1oGbRzaTwBqnED2ORQ36faar82 { width:320px;height:41.6045px;top:139px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #EugztxL1Tm5PFFs3cV8opSEzBv803Wxe { width:310px;height:123.409px;top:229.77685546875px;left:0px;font-size:19px;color:#c3d1d8;display:block; }
 }@media only screen and (max-width: 763px) { #D7RRsmE5eedLTh99E16Pl0UPDP0Q76B3 { width:201px;height:55px;top:395.4951171875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yshUV03uTrpzHdICqsJHLkoeSeLctOCU { display:block; }
 }@media only screen and (max-width: 763px) { #RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo { display:block; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container { width:320px;height:244px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HA3fKMBvRN9hHvSbur6oScCSP8PuzR5I { width:320px;height:223.50025584106px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Q5nwMe7C3IOWtyIrwzTut8EsPfNoKwO8 { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#Q5nwMe7C3IOWtyIrwzTut8EsPfNoKwO8 > .row .container { background-color: transparent; background-image: none; }#Q5nwMe7C3IOWtyIrwzTut8EsPfNoKwO8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5nwMe7C3IOWtyIrwzTut8EsPfNoKwO8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5nwMe7C3IOWtyIrwzTut8EsPfNoKwO8 > .row .container > .video-iframe-container { display: none; }#Q5nwMe7C3IOWtyIrwzTut8EsPfNoKwO8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5nwMe7C3IOWtyIrwzTut8EsPfNoKwO8 > .row > .video-iframe-container { display: none; }#Q5nwMe7C3IOWtyIrwzTut8EsPfNoKwO8 > .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); }#Q5nwMe7C3IOWtyIrwzTut8EsPfNoKwO8 > .row .container { width:320px;height:537px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AxbqAvfLiN61xXRRHDIEQnnqgmSqsg0z { width:320px;height:127.909px;top:40.99267578125px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JTqPc92VQy4JDQU3viZ0ZVTb0pKnBrpV { width:320px;height:22.4045px;top:370.98590087891px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #DGItL1lvTU5J4DPvvVaH3iCNbZS6NcoM { width:30px;height:30px;top:323px;left:122px;display:block; }
#DGItL1lvTU5J4DPvvVaH3iCNbZS6NcoM > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #lNuSh2NTQLsrOszAUWWUNUJ8T4SIzx4r { width:35px;height:35px;top:321px;left:162px;display:block; }
#lNuSh2NTQLsrOszAUWWUNUJ8T4SIzx4r > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #yBoEpOohkbADLlmU4S81KaVTLI6v7Hwq { width:320px;height:25.5869px;top:191px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #g2KMkvG6iqqr4EC02Xr7zyKVWrTnQsoE { width:320px;height:25.5869px;top:237px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #d6rkOe5PeusEWhuuCim1IFwh4PIp6ZFh { width:319.991px;height:103.909px;top:413.36795078125px;left:0px;font-size:16px;display:block; }
 }