.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;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:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0px;left:0px;right:0px;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:14px;font-family:arial;height:49px;width:1200px;overflow:visible;position:relative;display:block; }#Iu2ClT93PEIhxVEd8HM5NamepggfdNOy { 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:36px;width:134px;top:6.5px;left:12.366668701172px;overflow:hidden;display:block; }
#OWcBB5eTxiQV8AnT3W0055cQ3SHOGl3V { z-index:15004;top:9.3999938964844px;left:1094px;background-color:#f30018;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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dharma gothic";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:89.2px;height:30.2px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QMoElkGDh99EgAKbPMgoISsP2meJlt0A { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#i5r8Txa3rcGqHGI23ZMT8iP9tcDngykI { z-index:15005;top:9.8000030517578px;left:198.39999389648px;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dharma gothic";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:88.4px;height:29.4px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bNIBTz6IqMcD7SKXRyLeRfEwlSOxlCBM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#mueGbtRXxWUP6iusM28oa0gmfyDBAPQP { z-index:15006;top:5px;left:304.39999389648px;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dharma gothic";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:88.4px;height:39px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FUWIVgSafQJ5AeEpDE1vD0RlwaL0GziK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZiBeQTLAvvuJSrNB3gbFZG77OuIqoDIS { z-index:15007;top:5px;left:392.79998779297px;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dharma gothic";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:88.4px;height:39px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#P7vVdFshgipU18XWx8sobe7k4gfM6ktW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1096046d-c9b9-4fdb-920d-e03a200b3f8a/BL4_Standard_Keyart_Horizontal.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz.adaptive-delivery-prevent-bg, #MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz.lazyload, #MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz.lazyloading { background-image: none; }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row .container { background-color: transparent; background-image: none; }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row .container > .video-iframe-container { display: none; }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row > .video-iframe-container { display: none; }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .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); }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row .container { border-width: 0; border-radius: 0; }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row .container { font-size:14px;font-family:arial;height:698px;width:1200px;position:relative;display:block; }#sIn8VzpAM3zLaRCTvSfApugZJ7oQwT9i { 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:125px;width:464px;top:398px;left:12px;overflow:hidden;display:block; }
#FDnUJqmKLOh9Qc4MOqTGywTi9NM21cx5 { color:#ffffff;display:block;width:384px;position:absolute;font-family:"dharma gothic";font-size:60px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:489px;left:52px;height:78px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yTeFwOklDPcKqPbdNwMBoVDUIMD24z1T { z-index:15003;top:568px;left:144px;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #fcee00;border-left:3px solid #fcee00;border-right:3px solid #fcee00;border-bottom:3px solid #fcee00;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:#fcee00;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dharma gothic";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:199.2px;height:61px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uPEgSgFTCtTytK0cKB6uSaivcvKAb9Jo { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/6441e48b-8e9d-43a0-8a5b-950482b7b24a/imgi_51_borderlands4blacklogobgmobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8.adaptive-delivery-prevent-bg, #yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8.lazyload, #yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8.lazyloading { background-image: none; }#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 > .row .container { background-color: transparent; background-image: none; }#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 > .row .container > .video-iframe-container { display: none; }#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 > .row > .video-iframe-container { display: none; }#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 > .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); }#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 > .row .container { border-width: 0; border-radius: 0; }#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 > .row .container { font-size:14px;font-family:arial;height:447px;width:1200px;position:relative;display:block; }#NQ4nkgSp0JzryhkpNngD2FndDH2XgN06 { position:absolute;display:block;z-index:15000;border-top:2px solid #fcee00;border-left:2px solid #fcee00;border-right:2px solid #fcee00;border-bottom:2px solid #fcee00;box-shadow: none;height:360px;width:640px;top:42px;left:510px;display:block; }
#mNng08TJac41nnPeNqgiZpyo5lRE4Sry { color:#ffffff;display:block;width:427px;position:absolute;font-family:"bebas neue pro";font-size:19px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:75px;left:47px;height:320.9375px;font-style:normal;display:block; }
#tbJGMAXBDDnZkRCh5TiMQhwmQyHrW6JG { color:#ffffff;display:block;width:427px;position:absolute;font-family:"bebas neue pro";font-size:19px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:75px;left:47px;height:320.9375px;font-style:normal;display:none; }
#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6441e48b-8e9d-43a0-8a5b-950482b7b24a/imgi_51_borderlands4blacklogobgmobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4.adaptive-delivery-prevent-bg, #K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4.lazyload, #K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4.lazyloading { background-image: none; }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 > .row .container { background-color: transparent; background-image: none; }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f30018; }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 > .row .container > .video-iframe-container { display: none; }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f30018; }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 > .row > .video-iframe-container { display: none; }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 > .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); }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 > .row .container { border-width: 0; border-radius: 0; }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4::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; }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 > .row .container { font-size:14px;font-family:arial;height:477px;width:1200px;position:relative;display:block; }#Gcx1vzEbsA5N2XVT3HskTguLRH5xsrGE { position:absolute;display:block;z-index:15000;border-top:1px solid #fcee00;border-left:1px solid #fcee00;border-right:1px solid #fcee00;border-bottom:1px solid #fcee00;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:205px;width:366px;top:18.600006103516px;left:17px;overflow:hidden;display:block; }
#ZrRuwkWAODbrItgc8SDSf7bdvbiCIdws { position:absolute;display:block;z-index:15001;border-top:1px solid #fcee00;border-left:1px solid #fcee00;border-right:1px solid #fcee00;border-bottom:1px solid #fcee00;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:205px;width:366px;top:18.600006103516px;left:417px;overflow:hidden;display:block; }
#aTupWcPofqoB9qxafRBT491MTL4TQUJR { position:absolute;display:block;z-index:15002;border-top:1px solid #fcee00;border-left:1px solid #fcee00;border-right:1px solid #fcee00;border-bottom:1px solid #fcee00;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:205px;width:366px;top:18.600006103516px;left:817px;overflow:hidden;display:block; }
#EfHLF5UIAFNsdaoubadAOEk40wnXIfxc { color:#ffffff;display:block;width:366px;position:absolute;font-family:"bebas neue pro";font-size:16px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:277px;left:17px;height:187.172px;font-style:normal;display:block; }
#PpAy2ZBWCR5hvaBuS57rqJvvW3RWQxld { color:#ffffff;display:block;width:366px;position:absolute;font-family:"dharma gothic";font-size:28px;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:236px;left:17px;height:30.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hgZ1RuqnOTrOD5PRp52801gS8TCbi01s { color:#ffffff;display:block;width:366px;position:absolute;font-family:"dharma gothic";font-size:28px;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:235.20001220703px;left:417px;height:30.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tLKIVshNyGS8HzpoK4mnuUaTxXOTiQWS { color:#ffffff;display:block;width:366px;position:absolute;font-family:"dharma gothic";font-size:28px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:236px;left:817px;height:36.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c8XVZzDzTkJyzbFeim4nFa7ZCGoi86Nv { color:#ffffff;display:block;width:366px;position:absolute;font-family:"bebas neue pro";font-size:16px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:277px;left:417px;height:124.781px;font-style:normal;display:block; }
#afAezs2XT9GHRHTseEueeGmWCtDJQNs7 { color:#ffffff;display:block;width:366px;position:absolute;font-family:"bebas neue pro";font-size:16px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:277px;left:817px;height:124.781px;font-style:normal;display:block; }
#D9ycngZzhc6E0NifKFmPZsmzHLiTPFa3 { color:#ffffff;display:block;width:366px;position:absolute;font-family:"bebas neue pro";font-size:16px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:277px;left:17px;height:187.172px;font-style:normal;display:none; }
#kJO0eqxn3q524Ta6IZpzAKbTnfO8uw3H { color:#ffffff;display:block;width:366px;position:absolute;font-family:"dharma gothic";font-size:28px;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:235.20001220703px;left:417px;height:30.7969px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xu8sXueFTJ14FhUTEQToxavi4tO8S9I9 { color:#ffffff;display:block;width:366px;position:absolute;font-family:"bebas neue pro";font-size:16px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:277px;left:417px;height:124.781px;font-style:normal;display:none; }
#ctQndgWFQA7e993zlkVadBnd3QhIxrSS { color:#ffffff;display:block;width:366px;position:absolute;font-family:"bebas neue pro";font-size:16px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:277px;left:817px;height:124.781px;font-style:normal;display:none; }
#STeXapPmyukTbZswEXyWqnagsJ4rwD3A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/6441e48b-8e9d-43a0-8a5b-950482b7b24a/imgi_51_borderlands4blacklogobgmobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#STeXapPmyukTbZswEXyWqnagsJ4rwD3A.adaptive-delivery-prevent-bg, #STeXapPmyukTbZswEXyWqnagsJ4rwD3A.lazyload, #STeXapPmyukTbZswEXyWqnagsJ4rwD3A.lazyloading { background-image: none; }#STeXapPmyukTbZswEXyWqnagsJ4rwD3A > .row .container { background-color: transparent; background-image: none; }#STeXapPmyukTbZswEXyWqnagsJ4rwD3A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STeXapPmyukTbZswEXyWqnagsJ4rwD3A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STeXapPmyukTbZswEXyWqnagsJ4rwD3A > .row .container > .video-iframe-container { display: none; }#STeXapPmyukTbZswEXyWqnagsJ4rwD3A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STeXapPmyukTbZswEXyWqnagsJ4rwD3A > .row > .video-iframe-container { display: none; }#STeXapPmyukTbZswEXyWqnagsJ4rwD3A > .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); }#STeXapPmyukTbZswEXyWqnagsJ4rwD3A > .row .container { border-width: 0; border-radius: 0; }#STeXapPmyukTbZswEXyWqnagsJ4rwD3A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STeXapPmyukTbZswEXyWqnagsJ4rwD3A > .row .container { font-size:14px;font-family:arial;height:753px;width:1200px;position:relative;display:block; }#BQeULOSUk1Hukm6rXsw8bvokdicOcEuK { color:#ffffff;display:block;width:366px;position:absolute;font-family:"dharma gothic";font-size:70px;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:16px;left:417px;height:77px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gNdHzF3wFJtZwIMBFFIkP81uz2miktP7 { position:absolute;display:block;z-index:15005;border-top:1px solid #f30018;border-left:1px solid #f30018;border-right:1px solid #f30018;border-bottom:1px solid #f30018;box-shadow: none;height:355px;width:633px;top:115px;left:121px;display:block; }
#VybtVfUABgoG48DWQkUHNiJZ9dzERCJt { position:absolute;display:block;z-index:15006;border-top:1px solid #f30018;border-left:1px solid #f30018;border-right:1px solid #f30018;border-bottom:1px solid #f30018;box-shadow: none;height:172px;width:308px;top:115px;left:771px;display:block; }
#i4WZJ2OwE8bb4C0no6UU9qefC875zcDT { position:absolute;display:block;z-index:15007;border-top:1px solid #f30018;border-left:1px solid #f30018;border-right:1px solid #f30018;border-bottom:1px solid #f30018;box-shadow: none;height:172px;width:308px;top:299px;left:771px;display:block; }
#QP84UAAJ4tWtr4ctKknPTuZWVfX3hTwP { position:absolute;display:block;z-index:15008;border-top:1px solid #f30018;border-left:1px solid #f30018;border-right:1px solid #f30018;border-bottom:1px solid #f30018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:196px;width:350px;top:510px;left:35px;overflow:hidden;display:block; }
#WcNCQ7wRhJc2tuNCzUFTE0Ocv85udBtH { position:absolute;display:block;z-index:15009;border-top:1px solid #f30018;border-left:1px solid #f30018;border-right:1px solid #f30018;border-bottom:1px solid #f30018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:196px;width:350px;top:510px;left:406.40002441406px;overflow:hidden;display:block; }
#Ur5AKyEAq2FgKpbhrTeMvfrbBnTP2lsu { position:absolute;display:block;z-index:15010;border-top:1px solid #f30018;border-left:1px solid #f30018;border-right:1px solid #f30018;border-bottom:1px solid #f30018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:196px;width:350px;top:510px;left:771px;overflow:hidden;display:block; }
#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f30018;background-image:url("https://images.assets-landingi.com/uc/af80add4-2a2f-48f1-b7ad-1bedc6c16977/imgi_59_BDL4_Comparion_Module_Desktop_1440x1120.png");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; }#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt.adaptive-delivery-prevent-bg, #Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt.lazyload, #Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt.lazyloading { background-image: none; }#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt > .row .container { background-color: transparent; background-image: none; }#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt > .row .container > .video-iframe-container { display: none; }#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt > .row > .video-iframe-container { display: none; }#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt > .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); }#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt > .row .container { border-width: 0; border-radius: 0; }#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt > .row .container { font-size:14px;font-family:arial;height:393px;width:1200px;position:relative;display:block; }#fM3ULBGx8NP2iqh284EUswzxassXmBMq { 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:255px;width:555px;top:9px;left:22.5px;overflow:hidden;display:block; }
#tpfq2eTSbv2LZqDv7xwDbf5BLUgtl6Co { color:#ffffff;display:block;width:566px;position:absolute;font-family:"bebas neue pro";font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:277.40625px;left:17px;height:103.984px;display:block; }
#NBmhRgk8wvkPZ2mxlyMzR9VPc4uT1xOu { color:#000000;display:block;width:549px;position:absolute;font-family:"bebas neue pro";font-size:13px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:346.390625px;left:625.5px;height:16.8906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FwxB0uK4fFcDZN4DVpyNlsXxZ1TS9LfL { background-color:#ffffff;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:#f30018;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dharma gothic";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:60px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:135.5px;left:800px;display:block; }
#g9vRMsPuqfpmkIB5vToTX2VT1eyKAAWS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#sh9tkwOpk1ntSm4Dt0rWk1LVKhuQ3fr6 { color:#ffffff;display:block;width:366px;position:absolute;font-family:"dharma gothic";font-size:70px;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:24px;left:717px;height:77px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcee00;background-image:url("https://images.assets-landingi.com/uc/6441e48b-8e9d-43a0-8a5b-950482b7b24a/imgi_51_borderlands4blacklogobgmobile.png");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; }#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6.adaptive-delivery-prevent-bg, #FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6.lazyload, #FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6.lazyloading { background-image: none; }#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 > .row .container { background-color: transparent; background-image: none; }#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 > .row .container > .video-iframe-container { display: none; }#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 > .row > .video-iframe-container { display: none; }#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 > .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); }#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 > .row .container { border-width: 0; border-radius: 0; }#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 > .row .container { font-size:14px;font-family:arial;height:505px;width:1200px;position:relative;display:block; }#e0Mynoip5EefyMkyTmOQxBkLzFtMP4zR { 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:330px;width:262px;top:50px;left:168.20001220703px;overflow:hidden;display:block; }
#U0ym1yA598anWQMLb6KsoFRZsxtFbbiE { 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:330px;width:262px;top:50px;left:768.20001220703px;overflow:hidden;display:block; }
#r17FeUWhr5ggU70K33cUWmqB7C5vg9Zg { background-color:#ffffff;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:#f30018;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dharma gothic";font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:147px;height:55px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:417px;left:140px;display:block; }
#PgXVawlQ4qm8wETIJWwKBxoL9XDTwILu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JoQy3G50A6lRk7l9bvDommub8K9pyTTU { background-color:#ffffff;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:#f30018;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dharma gothic";font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:147px;height:55px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:417px;left:314px;display:block; }
#TDp7NB0bDEH1b7kvuXeL9N923V2WfAoA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#bFMy3it4C2cL9iLgHQCpU61apKCE1hoA { background-color:#fcee00;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:"dharma gothic";font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:147px;height:55px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:417px;left:740px;display:block; }
#gxkDDhpXaAZeiLaeH2XSRTe6EP0hI3pi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vrginakXsSxQE94I4VC9UusS7rHEtDvd { background-color:#fcee00;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:"dharma gothic";font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:147px;height:55px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:417px;left:914px;display:block; }
#Ru1scuSUyqnrMWG0Ouel7EchVJsBeFRK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ { border-top:1px solid #f30018;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ > .row .container { background-color: transparent; background-image: none; }#hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ > .row .container > .video-iframe-container { display: none; }#hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ > .row > .video-iframe-container { display: none; }#hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ > .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); }#hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ > .row .container { border-width: 0; border-radius: 0; }#hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ > .row .container { font-size:14px;font-family:arial;height:165px;width:1200px;position:relative;display:block; }#TFynliPB6ArClKtsMv4KvUmtRnWUWwUZ { 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:104px;width:85px;top:34px;left:134px;overflow:hidden;display:block; }
#H1mIUr0beNb0IvC5CF3uhTmozrmZQSvf { color:#ffffff;display:block;width:581px;position:absolute;font-family:"bebas neue pro";font-size:10px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:74px;left:232px;height:65px;font-style:normal;display:block; }
#T19Ca4RMbbCDtiSXG5AmIGdMVblhcRDw { 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:25px;width:113px;top:34px;left:232px;overflow:hidden;display:block; }
#HWWLqoCoNzMn2NGBJcb6d3gOCKnvJx0e { 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:25px;width:176px;top:34px;left:369px;overflow:hidden;display:block; }
#waNgmv0XnrxrSE9DyHUrAnTbm6TvdTW6 { 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:65px;width:78px;top:63px;left:888px;overflow:hidden;display:block; }
#SA9lX2XmvUm8E1PzS0uX90WhhoF6MTHk { 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:65px;width:65px;top:63px;left:1001px;overflow:hidden;display:block; }
#mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection *:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="text"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="email"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="tel"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection textarea:focus-visible { outline: none; } #osruTZaKsV8mrgQGaZOZqdgby6MetIJQ > .row .container { background-color: transparent; background-image: none; }#osruTZaKsV8mrgQGaZOZqdgby6MetIJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osruTZaKsV8mrgQGaZOZqdgby6MetIJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osruTZaKsV8mrgQGaZOZqdgby6MetIJQ > .row .container > .video-iframe-container { display: none; }#osruTZaKsV8mrgQGaZOZqdgby6MetIJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osruTZaKsV8mrgQGaZOZqdgby6MetIJQ > .row > .video-iframe-container { display: none; }#osruTZaKsV8mrgQGaZOZqdgby6MetIJQ > .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); }#osruTZaKsV8mrgQGaZOZqdgby6MetIJQ > .row .container { border-width: 0; border-radius: 0; }#osruTZaKsV8mrgQGaZOZqdgby6MetIJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#osruTZaKsV8mrgQGaZOZqdgby6MetIJQ > .row .container { font-size:14px;font-family:arial;height:75px;width:1200px;position:relative;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:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iu2ClT93PEIhxVEd8HM5NamepggfdNOy { width:134px;height:36px;top:6px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OWcBB5eTxiQV8AnT3W0055cQ3SHOGl3V { top:9px;left:675px;width:89px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #QMoElkGDh99EgAKbPMgoISsP2meJlt0A { display:block; }
 }@media only screen and (max-width: 763px) { #i5r8Txa3rcGqHGI23ZMT8iP9tcDngykI { top:9px;left:0px;width:88px;height:29px;display:none; }
 }@media only screen and (max-width: 763px) { #bNIBTz6IqMcD7SKXRyLeRfEwlSOxlCBM { display:block; }
 }@media only screen and (max-width: 763px) { #mueGbtRXxWUP6iusM28oa0gmfyDBAPQP { top:5px;left:86.399993896484px;width:88px;height:39px;display:none; }
 }@media only screen and (max-width: 763px) { #FUWIVgSafQJ5AeEpDE1vD0RlwaL0GziK { display:block; }
 }@media only screen and (max-width: 763px) { #ZiBeQTLAvvuJSrNB3gbFZG77OuIqoDIS { top:5px;left:174.79998779297px;width:88px;height:39px;display:none; }
 }@media only screen and (max-width: 763px) { #P7vVdFshgipU18XWx8sobe7k4gfM6ktW { display:block; }
 }@media only screen and (max-width: 763px) { #MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz { display:block; }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIn8VzpAM3zLaRCTvSfApugZJ7oQwT9i { width:464px;height:125px;top:398px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #FDnUJqmKLOh9Qc4MOqTGywTi9NM21cx5 { width:384px;height:78px;top:489px;left:0px;font-size:60px;display:none; }
 }@media only screen and (max-width: 763px) { #yTeFwOklDPcKqPbdNwMBoVDUIMD24z1T { top:568px;left:0px;width:199px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #uPEgSgFTCtTytK0cKB6uSaivcvKAb9Jo { display:block; }
 }@media only screen and (max-width: 763px) { #yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 { display:block; }#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQ4nkgSp0JzryhkpNngD2FndDH2XgN06 { width:640px;height:360px;top:42px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #mNng08TJac41nnPeNqgiZpyo5lRE4Sry { width:427px;height:320px;top:75px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #tbJGMAXBDDnZkRCh5TiMQhwmQyHrW6JG { width:320px;height:444px;top:11px;left:0px;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 { display:block; }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gcx1vzEbsA5N2XVT3HskTguLRH5xsrGE { width:366px;height:205px;top:18px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZrRuwkWAODbrItgc8SDSf7bdvbiCIdws { width:366px;height:205px;top:18px;left:142px;display:block; }
 }@media only screen and (max-width: 763px) { #aTupWcPofqoB9qxafRBT491MTL4TQUJR { width:366px;height:205px;top:18px;left:396px;display:block; }
 }@media only screen and (max-width: 763px) { #EfHLF5UIAFNsdaoubadAOEk40wnXIfxc { width:366px;height:187px;top:277px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PpAy2ZBWCR5hvaBuS57rqJvvW3RWQxld { width:366px;height:30px;top:236px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #hgZ1RuqnOTrOD5PRp52801gS8TCbi01s { width:366px;height:30px;top:235px;left:142px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #tLKIVshNyGS8HzpoK4mnuUaTxXOTiQWS { width:366px;height:36px;top:236px;left:396px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #c8XVZzDzTkJyzbFeim4nFa7ZCGoi86Nv { width:366px;height:124px;top:277px;left:142px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #afAezs2XT9GHRHTseEueeGmWCtDJQNs7 { width:366px;height:124px;top:277px;left:396px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #D9ycngZzhc6E0NifKFmPZsmzHLiTPFa3 { width:320px;height:228px;top:263px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #kJO0eqxn3q524Ta6IZpzAKbTnfO8uw3H { width:320px;height:70px;top:702px;left:0px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #xu8sXueFTJ14FhUTEQToxavi4tO8S9I9 { width:320px;height:145px;top:781px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #ctQndgWFQA7e993zlkVadBnd3QhIxrSS { width:320px;height:166px;top:1185px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #STeXapPmyukTbZswEXyWqnagsJ4rwD3A { display:block; }#STeXapPmyukTbZswEXyWqnagsJ4rwD3A > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQeULOSUk1Hukm6rXsw8bvokdicOcEuK { width:366px;height:77px;top:16px;left:199px;font-size:70px;display:block; }
 }@media only screen and (max-width: 763px) { #gNdHzF3wFJtZwIMBFFIkP81uz2miktP7 { width:633px;height:355px;top:115px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VybtVfUABgoG48DWQkUHNiJZ9dzERCJt { width:308px;height:172px;top:115px;left:454px;display:block; }
 }@media only screen and (max-width: 763px) { #i4WZJ2OwE8bb4C0no6UU9qefC875zcDT { width:308px;height:172px;top:299px;left:454px;display:block; }
 }@media only screen and (max-width: 763px) { #QP84UAAJ4tWtr4ctKknPTuZWVfX3hTwP { width:350px;height:196px;top:510px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WcNCQ7wRhJc2tuNCzUFTE0Ocv85udBtH { width:350px;height:196px;top:510px;left:188.40002441406px;display:block; }
 }@media only screen and (max-width: 763px) { #Ur5AKyEAq2FgKpbhrTeMvfrbBnTP2lsu { width:350px;height:196px;top:510px;left:414px;display:block; }
 }@media only screen and (max-width: 763px) { #Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt { display:block; }#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fM3ULBGx8NP2iqh284EUswzxassXmBMq { width:555px;height:255px;top:9px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tpfq2eTSbv2LZqDv7xwDbf5BLUgtl6Co { width:566px;height:103px;top:277px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NBmhRgk8wvkPZ2mxlyMzR9VPc4uT1xOu { width:549px;height:16px;top:346px;left:215px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #FwxB0uK4fFcDZN4DVpyNlsXxZ1TS9LfL { width:200px;height:60px;top:135px;left:473px;display:block; }
 }@media only screen and (max-width: 763px) { #g9vRMsPuqfpmkIB5vToTX2VT1eyKAAWS { display:block; }
 }@media only screen and (max-width: 763px) { #sh9tkwOpk1ntSm4Dt0rWk1LVKhuQ3fr6 { width:366px;height:0;top:24px;left:390px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 { display:block; }#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0Mynoip5EefyMkyTmOQxBkLzFtMP4zR { width:262px;height:330px;top:50px;left:59.200012207031px;display:block; }
 }@media only screen and (max-width: 763px) { #U0ym1yA598anWQMLb6KsoFRZsxtFbbiE { width:262px;height:330px;top:50px;left:441.20001220703px;display:block; }
 }@media only screen and (max-width: 763px) { #r17FeUWhr5ggU70K33cUWmqB7C5vg9Zg { width:147px;height:55px;top:417px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #PgXVawlQ4qm8wETIJWwKBxoL9XDTwILu { display:block; }
 }@media only screen and (max-width: 763px) { #JoQy3G50A6lRk7l9bvDommub8K9pyTTU { width:147px;height:55px;top:417px;left:205px;display:block; }
 }@media only screen and (max-width: 763px) { #TDp7NB0bDEH1b7kvuXeL9N923V2WfAoA { display:block; }
 }@media only screen and (max-width: 763px) { #bFMy3it4C2cL9iLgHQCpU61apKCE1hoA { width:147px;height:55px;top:417px;left:413px;display:block; }
 }@media only screen and (max-width: 763px) { #gxkDDhpXaAZeiLaeH2XSRTe6EP0hI3pi { display:block; }
 }@media only screen and (max-width: 763px) { #vrginakXsSxQE94I4VC9UusS7rHEtDvd { width:147px;height:55px;top:417px;left:587px;display:block; }
 }@media only screen and (max-width: 763px) { #Ru1scuSUyqnrMWG0Ouel7EchVJsBeFRK { display:block; }
 }@media only screen and (max-width: 763px) { #hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ { display:block; }#hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFynliPB6ArClKtsMv4KvUmtRnWUWwUZ { width:85px;height:104px;top:34px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #H1mIUr0beNb0IvC5CF3uhTmozrmZQSvf { width:581px;height:65px;top:74px;left:14px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #T19Ca4RMbbCDtiSXG5AmIGdMVblhcRDw { width:113px;height:25px;top:34px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #HWWLqoCoNzMn2NGBJcb6d3gOCKnvJx0e { width:176px;height:25px;top:34px;left:151px;display:block; }
 }@media only screen and (max-width: 763px) { #waNgmv0XnrxrSE9DyHUrAnTbm6TvdTW6 { width:78px;height:65px;top:63px;left:670px;display:block; }
 }@media only screen and (max-width: 763px) { #SA9lX2XmvUm8E1PzS0uX90WhhoF6MTHk { width:65px;height:65px;top:63px;left:699px;display:block; }
 }@media only screen and (max-width: 763px) { #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection { display:block; } #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection *:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="text"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="email"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="tel"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection textarea:focus-visible { outline: none; } #osruTZaKsV8mrgQGaZOZqdgby6MetIJQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0px;left:0px;right:0px;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:66px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iu2ClT93PEIhxVEd8HM5NamepggfdNOy { width:134px;height:36px;top:12px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #OWcBB5eTxiQV8AnT3W0055cQ3SHOGl3V { top:15px;left:204px;width:89px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #QMoElkGDh99EgAKbPMgoISsP2meJlt0A { display:block; }
 }@media only screen and (max-width: 763px) { #i5r8Txa3rcGqHGI23ZMT8iP9tcDngykI { top:76px;left:116px;width:88px;height:29px;display:none; }
 }@media only screen and (max-width: 763px) { #bNIBTz6IqMcD7SKXRyLeRfEwlSOxlCBM { display:block; }
 }@media only screen and (max-width: 763px) { #mueGbtRXxWUP6iusM28oa0gmfyDBAPQP { top:125px;left:116px;width:88px;height:39px;display:none; }
 }@media only screen and (max-width: 763px) { #FUWIVgSafQJ5AeEpDE1vD0RlwaL0GziK { display:block; }
 }@media only screen and (max-width: 763px) { #ZiBeQTLAvvuJSrNB3gbFZG77OuIqoDIS { top:184px;left:116px;width:88px;height:39px;display:none; }
 }@media only screen and (max-width: 763px) { #P7vVdFshgipU18XWx8sobe7k4gfM6ktW { display:block; }
 }@media only screen and (max-width: 763px) { #MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/0a2bdad3-7f14-4205-9c51-1ce81f22135d/imgi_7_BDL4_Standard_FOB_425x535.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz.adaptive-delivery-prevent-bg, #MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz.lazyload, #MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz.lazyloading { background-image: none; }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row .container { background-color: transparent; background-image: none; }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row .container > .video-iframe-container { display: none; }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row > .video-iframe-container { display: none; }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .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); }#MIpyqqfQEwaoiXLnQDctWxTbrDAJoIJz > .row .container { width:320px;height:452px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIn8VzpAM3zLaRCTvSfApugZJ7oQwT9i { width:320px;height:86.206896551724px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #FDnUJqmKLOh9Qc4MOqTGywTi9NM21cx5 { width:320px;height:0;top:110.99987792969px;left:0px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #yTeFwOklDPcKqPbdNwMBoVDUIMD24z1T { top:375.60000610352px;left:60.5px;width:199px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #uPEgSgFTCtTytK0cKB6uSaivcvKAb9Jo { display:block; }
 }@media only screen and (max-width: 763px) { #yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 { display:block; }#yV77TqbuhRVUrMLGeJV6Xkhr5wcUTsu8 > .row .container { width:320px;height:678px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQ4nkgSp0JzryhkpNngD2FndDH2XgN06 { height:177.75px;width:316px;top:473.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mNng08TJac41nnPeNqgiZpyo5lRE4Sry { width:320px;height:0;top:20px;left:0px;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #tbJGMAXBDDnZkRCh5TiMQhwmQyHrW6JG { width:320px;height:444.376px;top:11px;left:0px;font-size:19px;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 { display:block; }#K7Fa3eWK2f1XpubiJDSayXhKMaV9IQJ4 > .row .container { width:320px;height:1375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gcx1vzEbsA5N2XVT3HskTguLRH5xsrGE { width:318px;height:178.11475409836px;top:20px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #ZrRuwkWAODbrItgc8SDSf7bdvbiCIdws { width:318px;height:178.11475409836px;top:507px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #aTupWcPofqoB9qxafRBT491MTL4TQUJR { width:318px;height:178.11475409836px;top:952px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #EfHLF5UIAFNsdaoubadAOEk40wnXIfxc { width:320px;height:0;top:266.1166229248px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #PpAy2ZBWCR5hvaBuS57rqJvvW3RWQxld { width:320px;height:35.1875px;top:219.717px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #hgZ1RuqnOTrOD5PRp52801gS8TCbi01s { width:320px;height:0;top:707px;left:0px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #tLKIVshNyGS8HzpoK4mnuUaTxXOTiQWS { width:320px;height:41.5938px;top:1144px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #c8XVZzDzTkJyzbFeim4nFa7ZCGoi86Nv { width:320px;height:0;top:787px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #afAezs2XT9GHRHTseEueeGmWCtDJQNs7 { width:320px;height:0;top:1186px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #D9ycngZzhc6E0NifKFmPZsmzHLiTPFa3 { width:320px;height:228.766px;top:263.109375px;left:0px;font-size:16px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #kJO0eqxn3q524Ta6IZpzAKbTnfO8uw3H { width:320px;height:70.375px;top:702px;left:0px;font-size:32px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #xu8sXueFTJ14FhUTEQToxavi4tO8S9I9 { width:320px;height:145.578px;top:781px;left:0px;font-size:16px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ctQndgWFQA7e993zlkVadBnd3QhIxrSS { width:320px;height:166.375px;top:1185.59375px;left:0px;font-size:16px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #STeXapPmyukTbZswEXyWqnagsJ4rwD3A { display:block; }#STeXapPmyukTbZswEXyWqnagsJ4rwD3A > .row .container { width:320px;height:1293px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQeULOSUk1Hukm6rXsw8bvokdicOcEuK { width:320px;height:35.2px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #gNdHzF3wFJtZwIMBFFIkP81uz2miktP7 { height:178.34123222749px;width:318px;top:75.2px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #VybtVfUABgoG48DWQkUHNiJZ9dzERCJt { height:172px;width:308px;top:275.133px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #i4WZJ2OwE8bb4C0no6UU9qefC875zcDT { height:172px;width:308px;top:468.733px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #QP84UAAJ4tWtr4ctKknPTuZWVfX3hTwP { width:318px;height:178.08px;top:662.333px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #WcNCQ7wRhJc2tuNCzUFTE0Ocv85udBtH { width:318px;height:178.08px;top:862.016px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #Ur5AKyEAq2FgKpbhrTeMvfrbBnTP2lsu { width:318px;height:178.08px;top:1061.699px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt { display:block; }#Wu9BRCAZh3PG8yohSTa62aKsQBLUvJQt > .row .container { width:320px;height:511px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fM3ULBGx8NP2iqh284EUswzxassXmBMq { width:320px;height:147.02702702703px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tpfq2eTSbv2LZqDv7xwDbf5BLUgtl6Co { width:320px;height:145.578px;top:236.70001220703px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NBmhRgk8wvkPZ2mxlyMzR9VPc4uT1xOu { width:320px;height:28.5938px;top:469px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #FwxB0uK4fFcDZN4DVpyNlsXxZ1TS9LfL { width:147px;height:55px;top:397px;left:86.5px;display:block; }
 }@media only screen and (max-width: 763px) { #g9vRMsPuqfpmkIB5vToTX2VT1eyKAAWS { display:block; }
 }@media only screen and (max-width: 763px) { #sh9tkwOpk1ntSm4Dt0rWk1LVKhuQ3fr6 { width:320px;height:40.7px;top:178.23327636719px;left:0px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 { display:block; }#FTxdNTC1AHkW1LiLoNlS9OTR8kuIA4o6 > .row .container { width:320px;height:897px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0Mynoip5EefyMkyTmOQxBkLzFtMP4zR { width:262px;height:330px;top:20px;left:29px;display:block; }
 }@media only screen and (max-width: 763px) { #U0ym1yA598anWQMLb6KsoFRZsxtFbbiE { width:262px;height:330px;top:466px;left:29px;display:block; }
 }@media only screen and (max-width: 763px) { #r17FeUWhr5ggU70K33cUWmqB7C5vg9Zg { width:147px;height:55px;top:378px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PgXVawlQ4qm8wETIJWwKBxoL9XDTwILu { display:block; }
 }@media only screen and (max-width: 763px) { #JoQy3G50A6lRk7l9bvDommub8K9pyTTU { width:147px;height:55px;top:378px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #TDp7NB0bDEH1b7kvuXeL9N923V2WfAoA { display:block; }
 }@media only screen and (max-width: 763px) { #bFMy3it4C2cL9iLgHQCpU61apKCE1hoA { width:147px;height:55px;top:818px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gxkDDhpXaAZeiLaeH2XSRTe6EP0hI3pi { display:block; }
 }@media only screen and (max-width: 763px) { #vrginakXsSxQE94I4VC9UusS7rHEtDvd { width:147px;height:55px;top:818px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #Ru1scuSUyqnrMWG0Ouel7EchVJsBeFRK { display:block; }
 }@media only screen and (max-width: 763px) { #hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ { display:block; }#hcNPcAdGn68wiBBdDLdJ4OQ4VkF1uVpZ > .row .container { width:320px;height:465px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFynliPB6ArClKtsMv4KvUmtRnWUWwUZ { width:85px;height:104px;top:20px;left:117px;display:block; }
 }@media only screen and (max-width: 763px) { #H1mIUr0beNb0IvC5CF3uhTmozrmZQSvf { width:320px;height:117px;top:234px;left:0px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #T19Ca4RMbbCDtiSXG5AmIGdMVblhcRDw { width:113px;height:25px;top:144px;left:103px;display:block; }
 }@media only screen and (max-width: 763px) { #HWWLqoCoNzMn2NGBJcb6d3gOCKnvJx0e { width:176px;height:25px;top:189px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #waNgmv0XnrxrSE9DyHUrAnTbm6TvdTW6 { width:78px;height:65px;top:369px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #SA9lX2XmvUm8E1PzS0uX90WhhoF6MTHk { width:65px;height:65px;top:369px;left:180px;display:block; }
 }@media only screen and (max-width: 763px) { #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection { display:block; } #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection *:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="text"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="email"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection input[type="tel"]:focus-visible, #mNkdDcZoyOw4uwKoyLHG7T6ov13BAbpo.widget-smartsection textarea:focus-visible { outline: none; } #osruTZaKsV8mrgQGaZOZqdgby6MetIJQ > .row .container { width:320px;height:131px;position:relative;display:block; } }