.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;overflow:visible;position:relative;display:block; }#cxrLe2KvDmzcNfyTh1ZJ7ozTn86veWi9 { 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:3.4375rem;width:14.5rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
#Ttp85JdzeekCsLZWDe1nm6GwVAdPxgTQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:1.5625rem;left:36.625rem;overflow:hidden;display:block; }
#iRmuwrG5s4wK1gxt0lqqpLeyadze3TRP { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.375rem;left:39.5625rem;height:1.125rem;font-style:normal;display:block; }
#TvTwpT6uFQlL6Po85ntnwkPvaeUSb7kL { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.625rem;left:39.5625rem;height:1.125rem;font-style:normal;display:block; }
#kfSmZSn3NIXLNRK06ofGAhWZ0uxwG6SI { position:absolute;display:block;z-index:15004;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:2rem;width:2rem;top:1.5625rem;left:51rem;overflow:hidden;display:block; }
#UySoBe3lhqENLil346xp44XfFgHsPhTz { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.375rem;left:53.75rem;height:1.125rem;font-style:normal;display:block; }
#IxR3vFlV5h26vTMNms2QVXJ2qRUQQcwP { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:1rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.625rem;left:53.125rem;display:block; }
#BhQnhbG4ndRFuisdlcBosmIOiM6KacfN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/nlbOqakG/bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.adaptive-delivery-prevent-bg, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyload, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyloading { background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { background-color: transparent; background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .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); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { border-width: 0; border-radius: 0; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:60rem;position:relative;display:block; }#ZoscOTRe7LQbvIPE7Uhyqfxc2yIPrsKr { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.78);top:9.375rem;left:0rem;height:8.125rem;font-style:normal;display:block; }
#PZPX4C5TDtw1LgCqZeAsLV9kxkpUAmvq { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:19.40625rem;left:0rem;height:3.5rem;font-style:normal;display:block; }
#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI { 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; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { background-color: transparent; background-image: none; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container > .video-iframe-container { display: none; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row > .video-iframe-container { display: none; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .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); }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { border-width: 0; border-radius: 0; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:60rem;position:relative;display:block; }#TfT0g0ccOPf52xf6A6Ux1n8A9Ly5pMJ8 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QQi1n0AZqyNnMaWmKWKLx0gGw72y37fk { color:rgba(0,0,0,0.5);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.25rem;left:0.0625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S5zIdWOMV3t4SldyQrrpZSELUJ5vGaBJ { position:absolute;display:block;z-index:15006;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:31.5rem;width:22.125rem;top:10rem;left:4.375rem;overflow:hidden;display:block; }
#zTUxkJ0lh04pOqgewfWimdGpxqSoP3Ek { color:#000000;display:block;width:27rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.625rem;left:33rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#npLWa7nqGVhd5FLhG4FAHlUTm42LZnsT { color:rgba(0,0,0,0.5);display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:14.6875rem;left:31.3125rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WFRn7OEIRXNVzN8NsBtThwDmFXrEu467 { position:absolute;display:block;z-index:15008;background-color:#9b0028;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.375rem;width:1.375rem;top:12.8125rem;left:31.25rem;display:block; }
#R68cCpN1ecZOhH1bouSQifxFWMiTIn36 { position:absolute;display:block;z-index:15012;background-color:#9b0028;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.375rem;width:1.375rem;top:18.25rem;left:31.25rem;display:block; }
#JxPes2vcXrcFlWcGTcSwZpG87EuITTdC { color:#000000;display:block;width:27rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.0625rem;left:33rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PWXhJngGrmTKVa9rFfmcALFOHkRFCU8G { color:rgba(0,0,0,0.5);display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:20.125rem;left:31.3125rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EWqgcfmEfSwSsktq3OuNrT4r90EtDqFw { color:#000000;display:block;width:27rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:24.625rem;left:33rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HKqZ4M8uSsrIiu7zUhDfSWJz5eXIgeS3 { position:absolute;display:block;z-index:15016;background-color:#9b0028;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.375rem;width:1.375rem;top:24.8125rem;left:31.25rem;display:block; }
#O19TaZLGHobGaKyTcCHfuuMmnRztFQI2 { color:rgba(0,0,0,0.5);display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:26.6875rem;left:31.3125rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GzxeyFi8aABchNMyP4h86kTJqsuc3o1t { position:absolute;display:block;z-index:15020;background-color:#9b0028;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.375rem;width:1.375rem;top:31.375rem;left:31.25rem;display:block; }
#RR8iEazM4ph4PU8WknT07KyEhF1mc2vG { color:#000000;display:block;width:27rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:31.1875rem;left:33rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qN1ZMMseJODuy14uFZ8KKqqHad40HIbG { color:rgba(0,0,0,0.5);display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:33.25rem;left:31.3125rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JXISdW6tXXOTuqR6yod6F1L872Qcytsq { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:13.0625rem;left:31.5rem; }
#TUB5ZUdTWg8IEr8xugLiP8VtpDNVeIQ5 { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:18.5rem;left:31.5rem; }
#SGhSa6FtNI9KPHHAaFoJNVhkmCBnURgX { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:25.0625rem;left:31.5rem; }
#XW6uJwO27WdI1PZSm82nwUg23fDRBHuO { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:31.625rem;left:31.5rem; }
#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 { 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:none; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row .container { border-width: 0; border-radius: 0; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:none; }#ior0bS9XxBHQmSxbesSidUTDPKvXep12 { color:rgba(0,0,0,0.5);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:5rem;left:0.0625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T5mwTWTr6Kxumn02ciSdi4Zim0cbKAs8 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.41666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a3Re3BPQTftWAwtLSXlsnbaV5sRvvOKF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.3125rem;width:29.375rem;top:8.75rem;left:0rem;overflow:hidden;display:block; }
#zxSLUeTWLx5PzGV2HUzg3T0W6mFTcKLB { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:34.625rem;left:17.5625rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ULNaQrzgC1wrsPSm4gL98KHCPi7eKcZb { position:absolute;display:block;z-index:15021;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:29.3125rem;width:29.375rem;top:8.75rem;left:30.625rem;overflow:hidden;display:block; }
#KdcTlT6ADI8mn8mHXiV5a4Kk0MLzDkW1 { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:34.625rem;left:48.125rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#x7DgGk40dCXkuwXwUXOnBUucb9I1RyMf { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:19.4375rem;left:32.6875rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JO9WurgJ5cz1S0iunXs0XDbyO2v8T1hm { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:19.4375rem;left:48.125rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/dwAdZFCu/bg-3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq.adaptive-delivery-prevent-bg, #NZ3JM45vvaw41hApHnDsieCUAO8NRSmq.lazyload, #NZ3JM45vvaw41hApHnDsieCUAO8NRSmq.lazyloading { background-image: none; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container { background-color: transparent; background-image: none; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container > .video-iframe-container { display: none; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row > .video-iframe-container { display: none; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .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); }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container { border-width: 0; border-radius: 0; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:60rem;position:relative;display:block; }#uBif6T8lJS1WAUONN7lEnQVg65N5aPeg { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:14.8125rem;left:23.5625rem;height:10.5rem;font-style:normal;display:block; }
#dsAUcINugkLZyruaWz00gFbOKsH2N1dn { color:#ffffff;display:block;width:36.5625rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.4375rem;left:23.5625rem;height:8.125rem;font-style:normal;display:block; }
#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/9efejefS/bg-4.jpg");background-position:top left !important;background-repeat: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; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop.adaptive-delivery-prevent-bg, #cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop.lazyload, #cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop.lazyloading { background-image: none; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container { background-color: transparent; background-image: none; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container > .video-iframe-container { display: none; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row > .video-iframe-container { display: none; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .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); }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container { border-width: 0; border-radius: 0; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:60rem;position:relative;display:block; }#PWsLC4dSIIuKz7EwwSB3PpuBxVDyquf3 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:6.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/G11TdyA8/bg-5.jpg");background-position:bottom 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; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.adaptive-delivery-prevent-bg, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyload, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyloading { background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { background-color: transparent; background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .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); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { border-width: 0; border-radius: 0; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:60rem;position:relative;display:block; }#scvV5mxtLuzECVBcC52qQ1TJ63RZTPVl { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.875rem;left:5.625rem;height:21.5rem;font-style:normal;display:block; }
#CqoPSwpmCUkETLU3D1o54nMoeXiktQoq { position:absolute;display:block;z-index:15005;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:9.3125rem;width:9.3125rem;top:5.8541717529297rem;left:42.75rem;overflow:hidden;display:block; }
#IIiTxIiP8NiSUPhOO1RWcBlIC9Gyfz2W { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16rem;left:41.15625rem;height:2.5rem;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxrLe2KvDmzcNfyTh1ZJ7ozTn86veWi9 { width:14.5rem;height:3.4375rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttp85JdzeekCsLZWDe1nm6GwVAdPxgTQ { width:2rem;height:2rem;top:1.5625rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRmuwrG5s4wK1gxt0lqqpLeyadze3TRP { width:8.75rem;height:1.0625rem;top:1.375rem;left:33.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvTwpT6uFQlL6Po85ntnwkPvaeUSb7kL { width:8.5625rem;height:1.0625rem;top:2.625rem;left:33.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfSmZSn3NIXLNRK06ofGAhWZ0uxwG6SI { width:2rem;height:2rem;top:1.5625rem;left:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UySoBe3lhqENLil346xp44XfFgHsPhTz { width:5.875rem;height:1.0625rem;top:1.375rem;left:41.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxR3vFlV5h26vTMNms2QVXJ2qRUQQcwP { width:6.875rem;height:1rem;top:2.625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhQnhbG4ndRFuisdlcBosmIOiM6KacfN { display:block; }
 }@media only screen and (max-width: 763px) { #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC { display:block; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoscOTRe7LQbvIPE7Uhyqfxc2yIPrsKr { width:39.0625rem;height:8rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZPX4C5TDtw1LgCqZeAsLV9kxkpUAmvq { width:32.5rem;height:3.5rem;top:19.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEfUN2eHZ87ytHI707L81aCJXwpRUDgI { display:block; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfT0g0ccOPf52xf6A6Ux1n8A9Ly5pMJ8 { width:47.75rem;height:2.375rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQi1n0AZqyNnMaWmKWKLx0gGw72y37fk { width:47.75rem;height:1.25rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5zIdWOMV3t4SldyQrrpZSELUJ5vGaBJ { width:22.125rem;height:31.5rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTUxkJ0lh04pOqgewfWimdGpxqSoP3Ek { width:27rem;height:1.5625rem;top:12.625rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #npLWa7nqGVhd5FLhG4FAHlUTm42LZnsT { width:28.75rem;height:1.375rem;top:14.6875rem;left:19rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFRn7OEIRXNVzN8NsBtThwDmFXrEu467 { width:1.375rem;height:1.375rem;top:12.8125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R68cCpN1ecZOhH1bouSQifxFWMiTIn36 { width:1.375rem;height:1.375rem;top:18.25rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxPes2vcXrcFlWcGTcSwZpG87EuITTdC { width:27rem;height:1.5625rem;top:18.0625rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWXhJngGrmTKVa9rFfmcALFOHkRFCU8G { width:28.75rem;height:1.375rem;top:20.125rem;left:19rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWqgcfmEfSwSsktq3OuNrT4r90EtDqFw { width:27rem;height:1.5625rem;top:24.625rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKqZ4M8uSsrIiu7zUhDfSWJz5eXIgeS3 { width:1.375rem;height:1.375rem;top:24.8125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O19TaZLGHobGaKyTcCHfuuMmnRztFQI2 { width:28.75rem;height:1.375rem;top:26.6875rem;left:19rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzxeyFi8aABchNMyP4h86kTJqsuc3o1t { width:1.375rem;height:1.375rem;top:31.375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR8iEazM4ph4PU8WknT07KyEhF1mc2vG { width:27rem;height:1.5625rem;top:31.1875rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN1ZMMseJODuy14uFZ8KKqqHad40HIbG { width:28.75rem;height:1.375rem;top:33.25rem;left:19rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXISdW6tXXOTuqR6yod6F1L872Qcytsq { width:0.875rem;height:0.875rem;top:13.0625rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUB5ZUdTWg8IEr8xugLiP8VtpDNVeIQ5 { width:0.875rem;height:0.875rem;top:18.5rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGhSa6FtNI9KPHHAaFoJNVhkmCBnURgX { width:0.875rem;height:0.875rem;top:25.0625rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW6uJwO27WdI1PZSm82nwUg23fDRBHuO { width:0.875rem;height:0.875rem;top:31.625rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #isMTmkc4XlVde5GTJ552rh7m8zgoWm87 { display:block; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ior0bS9XxBHQmSxbesSidUTDPKvXep12 { width:47.75rem;height:1.25rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5mwTWTr6Kxumn02ciSdi4Zim0cbKAs8 { width:47.75rem;height:2.4375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3Re3BPQTftWAwtLSXlsnbaV5sRvvOKF { width:29.375rem;height:29.3125rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxSLUeTWLx5PzGV2HUzg3T0W6mFTcKLB { width:10.625rem;height:1.25rem;top:34.625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULNaQrzgC1wrsPSm4gL98KHCPi7eKcZb { width:29.375rem;height:29.3125rem;top:8.75rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdcTlT6ADI8mn8mHXiV5a4Kk0MLzDkW1 { width:10.625rem;height:1.25rem;top:34.625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7DgGk40dCXkuwXwUXOnBUucb9I1RyMf { width:10.625rem;height:1.25rem;top:19.4375rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO9WurgJ5cz1S0iunXs0XDbyO2v8T1hm { width:10.625rem;height:1.25rem;top:19.4375rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ3JM45vvaw41hApHnDsieCUAO8NRSmq { display:block; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBif6T8lJS1WAUONN7lEnQVg65N5aPeg { width:36.4375rem;height:10.5rem;top:14.8125rem;left:11.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsAUcINugkLZyruaWz00gFbOKsH2N1dn { width:36.5625rem;height:8rem;top:5.4375rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop { display:block; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWsLC4dSIIuKz7EwwSB3PpuBxVDyquf3 { width:47.75rem;height:6.5rem;top:5.625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V { display:block; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scvV5mxtLuzECVBcC52qQ1TJ63RZTPVl { width:29.6875rem;height:21.3125rem;top:5.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqoPSwpmCUkETLU3D1o54nMoeXiktQoq { top:5.8125rem;left:36.625rem;width:9.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIiTxIiP8NiSUPhOO1RWcBlIC9Gyfz2W { top:16rem;left:35.03125rem;width:12.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxrLe2KvDmzcNfyTh1ZJ7ozTn86veWi9 { width:15.0625rem;height:3.5rem;top:1.5rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttp85JdzeekCsLZWDe1nm6GwVAdPxgTQ { width:2rem;height:2rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRmuwrG5s4wK1gxt0lqqpLeyadze3TRP { width:8.75rem;height:1.25rem;top:7.375rem;left:2.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TvTwpT6uFQlL6Po85ntnwkPvaeUSb7kL { width:9.4375rem;height:1.25rem;top:8.5rem;left:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kfSmZSn3NIXLNRK06ofGAhWZ0uxwG6SI { width:2rem;height:2rem;top:7.625rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UySoBe3lhqENLil346xp44XfFgHsPhTz { width:5.875rem;height:1.25rem;top:7.4375rem;left:13.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IxR3vFlV5h26vTMNms2QVXJ2qRUQQcwP { width:6.875rem;height:1rem;top:8.75rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhQnhbG4ndRFuisdlcBosmIOiM6KacfN { display:block; }
 }@media only screen and (max-width: 763px) { #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/jU2afgbj/bg-1.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.adaptive-delivery-prevent-bg, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyload, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyloading { background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { background-color: transparent; background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .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); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoscOTRe7LQbvIPE7Uhyqfxc2yIPrsKr { width:20rem;height:7.25000025rem;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZPX4C5TDtw1LgCqZeAsLV9kxkpUAmvq { width:16.0625rem;height:3.75rem;top:12.770833969116rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEfUN2eHZ87ytHI707L81aCJXwpRUDgI { display:block; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { width:20rem;height:82.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfT0g0ccOPf52xf6A6Ux1n8A9Ly5pMJ8 { width:20rem;height:2rem;top:4.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQi1n0AZqyNnMaWmKWKLx0gGw72y37fk { width:20rem;height:1.083333375rem;top:6.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5zIdWOMV3t4SldyQrrpZSELUJ5vGaBJ { width:20rem;height:28.474576271186rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTUxkJ0lh04pOqgewfWimdGpxqSoP3Ek { width:20rem;height:1.583333375rem;top:43.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #npLWa7nqGVhd5FLhG4FAHlUTm42LZnsT { width:20rem;height:1.416666625rem;top:45.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFRn7OEIRXNVzN8NsBtThwDmFXrEu467 { width:1.375rem;height:1.375rem;top:70.415367126462rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R68cCpN1ecZOhH1bouSQifxFWMiTIn36 { width:1.375rem;height:1.375rem;top:40.375rem;left:9.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #JxPes2vcXrcFlWcGTcSwZpG87EuITTdC { width:20rem;height:1.583333375rem;top:51.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWXhJngGrmTKVa9rFfmcALFOHkRFCU8G { width:20rem;height:2.83333325rem;top:53.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWqgcfmEfSwSsktq3OuNrT4r90EtDqFw { width:20rem;height:1.583333375rem;top:62.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKqZ4M8uSsrIiu7zUhDfSWJz5eXIgeS3 { width:1.375rem;height:1.375rem;top:49.1875rem;left:9.3125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #O19TaZLGHobGaKyTcCHfuuMmnRztFQI2 { width:20rem;height:1.416666625rem;top:64.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzxeyFi8aABchNMyP4h86kTJqsuc3o1t { width:1.375rem;height:1.375rem;top:60.0625rem;left:9.25rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #RR8iEazM4ph4PU8WknT07KyEhF1mc2vG { width:20rem;height:1.583333375rem;top:72.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN1ZMMseJODuy14uFZ8KKqqHad40HIbG { width:20rem;height:2.83333325rem;top:75.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXISdW6tXXOTuqR6yod6F1L872Qcytsq { width:0.875rem;height:0.875rem;top:40.625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUB5ZUdTWg8IEr8xugLiP8VtpDNVeIQ5 { width:0.875rem;height:0.875rem;top:49.4375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGhSa6FtNI9KPHHAaFoJNVhkmCBnURgX { width:0.875rem;height:0.875rem;top:60.290367126465rem;left:9.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW6uJwO27WdI1PZSm82nwUg23fDRBHuO { width:0.875rem;height:0.875rem;top:70.6875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #isMTmkc4XlVde5GTJ552rh7m8zgoWm87 { display:none; }#isMTmkc4XlVde5GTJ552rh7m8zgoWm87 > .row .container { width:20rem;height:51rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ior0bS9XxBHQmSxbesSidUTDPKvXep12 { width:20rem;height:1.083333375rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5mwTWTr6Kxumn02ciSdi4Zim0cbKAs8 { width:20rem;height:2rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3Re3BPQTftWAwtLSXlsnbaV5sRvvOKF { width:20rem;height:19.957446808511rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxSLUeTWLx5PzGV2HUzg3T0W6mFTcKLB { width:10.625rem;height:1.25rem;top:24.8125rem;left:8.75rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULNaQrzgC1wrsPSm4gL98KHCPi7eKcZb { width:20rem;height:19.957446808511rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdcTlT6ADI8mn8mHXiV5a4Kk0MLzDkW1 { width:8.5rem;height:1.25rem;top:35.1875rem;left:0.375rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7DgGk40dCXkuwXwUXOnBUucb9I1RyMf { width:7.9375rem;height:1.25rem;top:45.375rem;left:11.4375rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO9WurgJ5cz1S0iunXs0XDbyO2v8T1hm { width:8.6875rem;height:1.25rem;top:35.1875rem;left:10.6875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ3JM45vvaw41hApHnDsieCUAO8NRSmq { background-color:#000000;background-image:none;display:block; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container { background-color: transparent; background-image: none; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container > .video-iframe-container { display: none; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row > .video-iframe-container { display: none; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .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); }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container { width:20rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBif6T8lJS1WAUONN7lEnQVg65N5aPeg { width:20rem;height:15rem;top:11.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsAUcINugkLZyruaWz00gFbOKsH2N1dn { width:20rem;height:7.25rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/9efejefS/bg-4.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop.adaptive-delivery-prevent-bg, #cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop.lazyload, #cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop.lazyloading { background-image: none; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container { background-color: transparent; background-image: none; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container > .video-iframe-container { display: none; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row > .video-iframe-container { display: none; }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .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); }#cXRP7OPrJuOATW3o7dNvPp8Pk1xO4Nop > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWsLC4dSIIuKz7EwwSB3PpuBxVDyquf3 { width:20rem;height:12.083333rem;top:5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/G11TdyA8/bg-5.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.adaptive-delivery-prevent-bg, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyload, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyloading { background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { background-color: transparent; background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .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); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scvV5mxtLuzECVBcC52qQ1TJ63RZTPVl { width:20rem;height:16.666666rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.72);display:block; }
 }@media only screen and (max-width: 763px) { #CqoPSwpmCUkETLU3D1o54nMoeXiktQoq { width:5.6875rem;height:5.6875rem;top:19.25rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIiTxIiP8NiSUPhOO1RWcBlIC9Gyfz2W { width:12.5rem;height:2.5rem;top:26.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }