.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;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,219,232;--color-secondary-1:157,134,178;--color-secondary-2:58,12,101;--color-secondary-3:29,6,51;--color-secondary-4:9,2,15;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:76,76,76;--color-tertiary-4:0,0,0;--headlines-font-family:"Barlow";--paragraphs-font-family:"Barlow"; }@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:transparent;background-image:none;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid rgba(255,255,255,1);; } #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d0000;background-image:url("https://images.assets-landingi.com/uc/4226a6b7-d11d-45d0-872e-e1fada62653b/lucky_NL_headercopy.webp");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; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d.adaptive-delivery-prevent-bg, #dOeyFBrD867Xb5qEfzOMTVO20O1vK91d.lazyload, #dOeyFBrD867Xb5qEfzOMTVO20O1vK91d.lazyloading { background-image: none; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container { background-color: transparent; background-image: none; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container > .video-iframe-container { display: none; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row > .video-iframe-container { display: none; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .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); }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container { border-width: 0; border-radius: 0; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container { font-size:0.875rem;font-family:"open sans";height:45.75rem;width:75rem;position:relative;display:block; }#LJs0lpoNb5N2zDw04kcQbMzP2rTy26B3 { 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:2.5rem;width:7.75rem;top:1.8125rem;left:5rem;overflow:hidden;display:block; }
#FwZ3VUEIifJ108UDkIOXchN7J0ooRv6i { position:absolute;display:block;z-index:15026;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:14.3125rem;width:20.8125rem;top:0.875rem;left:27.09375rem;overflow:hidden;display:block; }
#V5l2XikN1vU36KJr8VwozVQiNRdGikKg { position:absolute;display:block;z-index:15025;height:22.75rem;width:40.625rem;top:12.1875rem;left:17.1875rem;display:block; }
#TX9lqWHmTan1m3W14U15aN9mN69XztI8 { background-color:rgba(100,25,0,0.88);background-image:none;border-top:0.125rem solid #d30000;border-left:0.125rem solid #d30000;border-right:0.125rem solid #d30000;border-bottom:0.125rem solid #d30000;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.8125rem;height:2.6875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1.71875rem;left:70.4375rem;display:block; }
#TrKZ06DZh0N7onnA7iAQcWpAbeRoQIVM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pN50boNMglZ1VcUBtSuDZx3amehTGqFe { background-color:rgba(0,0,0,0.17);background-image:none;border-top:0.125rem solid #d30000;border-left:0.125rem solid #d30000;border-right:0.125rem solid #d30000;border-bottom:0.125rem solid #d30000;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: -0.0625rem -0.0625rem 1.125rem rgba(211,0,0,0.77) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:2.6875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:1.71875rem;left:56rem;display:block; }
#yx9KWUo5eZ1hK9UZnc02RRLILH6zxbzw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d0000;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; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container { background-color: transparent; background-image: none; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container > .video-iframe-container { display: none; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row > .video-iframe-container { display: none; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .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); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container { border-width: 0; border-radius: 0; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#MkiXbJOyh3i9phRQ7BmlkzdQ98ECagVH { 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:9.5625rem;width:9.5625rem;top:41.287109375rem;left:8.3125rem;overflow:hidden;display:none; }
#ff3wyQod5w1NzeKv6ZlumKJ9pvwHv0O0 { 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:9.5625rem;width:9.5rem;top:55.412109375rem;left:5.4375rem;overflow:hidden;display:none; }
#I2zZMr0mVUZbFdNs2CZgA7Io63BdHbsx { 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:9.125rem;width:22.9375rem;top:0rem;left:26.03125rem;overflow:hidden;display:none; }
#eeLdW64SulwTeXgZkkamQzisTD6AGITU { position:absolute;display:block;z-index:15015;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:15rem;width:12.625rem;top:37rem;left:0rem;overflow:hidden;display:none; }
#Btkdg55TcR8ax3gbRWq0seFMS8cHiD3v { position:absolute;display:block;z-index:15015;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:15rem;width:12.625rem;top:37rem;left:0rem;overflow:hidden;display:none; }
#whETgGTCIaSMwk2yZmRrlGhQoeSStPwF { position:absolute;display:block;z-index:15022;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:11.125rem;width:15.8125rem;top:17.5625rem;left:8.625rem;overflow:hidden;display:block; }
#KCQPaPtT2U3A2Kv9AvZukpDVR0qCJhmN { color:#ffffff;display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:9.0322265625rem;left:17.3125rem;height:6.173825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eklbNMcuTwiUi2ouVOtpxl6SBpG4ZSbA { color:#ffffff;display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:3.25rem;left:17.5rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q2Nt1W9KyyRwUKQstlaDO7V1Z0HUsIbH { color:#ffffff;display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:35.75rem;left:17.625rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zCyEzQk34eMGBXU7k611yalWZlBOGEe0 { position:absolute;display:block;z-index:15023;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:11.125rem;width:15.8125rem;top:17.5625rem;left:22.625rem;overflow:hidden;display:block; }
#wN5gmvXlX6DyzwnRSt2csO1OR5bc4Fha { position:absolute;display:block;z-index:15024;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:11.125rem;width:15.8125rem;top:17.5625rem;left:36.5625rem;overflow:hidden;display:block; }
#xN0vTwhzv5iJddA2WRg3UtGyhpME18Dq { position:absolute;display:block;z-index:15025;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:11.125rem;width:15.8125rem;top:17.5625rem;left:50.625rem;overflow:hidden;display:block; }
#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d0000;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; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container { background-color: transparent; background-image: none; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container > .video-iframe-container { display: none; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row > .video-iframe-container { display: none; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .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); }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container { border-width: 0; border-radius: 0; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container { font-size:0.875rem;font-family:arial;height:57.5625rem;width:75rem;position:relative;display:block; }#LHUQEGZXbXTW4HI8dHTu2vWHyiz9B0TR { 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:9.5625rem;width:9.5625rem;top:41.287109375rem;left:8.3125rem;overflow:hidden;display:none; }
#HknUg3StyX2dilOm4GLNEF5m0w5qLk3w { 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:9.5625rem;width:9.5rem;top:55.412109375rem;left:5.4375rem;overflow:hidden;display:none; }
#Aqn75tNDyxsOHCn69zvTXkX6FBUazHH8 { 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:9.125rem;width:22.9375rem;top:0rem;left:26.03125rem;overflow:hidden;display:none; }
#m7FkLssRxS3rMuD7I49iWAWhKIANhTUZ { position:absolute;display:block;z-index:15015;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:15rem;width:12.625rem;top:37rem;left:0rem;overflow:hidden;display:none; }
#GhNaC4mEIKDnhkmLeDSTD8w9yOxWlOEN { position:absolute;display:block;z-index:15015;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:15rem;width:12.625rem;top:37rem;left:0rem;overflow:hidden;display:none; }
#QHGx4nF4UaTAOkSs4pTbXTrBvk6N24UV { color:#ffffff;display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:2.75rem;left:17.3125rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x771tOfdH2V932BhQs96LcXyJr98mH08 { color:#ffffff;display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:10.625rem;left:17.3125rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a64VDAh117DMCKIl0ZTVrzaF05bpsdbL { position:absolute;display:block;z-index:15033;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:25.125rem;width:17.625rem;top:9.5rem;left:2rem;overflow:hidden;display:block; }
#GFl0Gudo6B2SsZWgKe9rAwtiAhLWeHXV { box-sizing:content-box;height:11.8125rem;width:26.625rem;position:absolute;display:block;z-index:15032;background-color:rgba(0,0,0,0.42);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.18701171875rem;left:10.6875rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#U2rP8WoPpLWO4ziAeFWrCQ5qR4GP4ZOg { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:21.4013671875rem;left:16.125rem;height:4.63036875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TMLVGhmHW4CAwuoia76SBEGWvVBSOGTb { position:absolute;display:block;z-index:15034;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:25.125rem;width:17.625rem;top:9.4375rem;left:57.375rem;overflow:hidden;display:block; }
#xSvtXhtk44JovLywNqTmSlm4T1X4kMB8 { box-sizing:content-box;height:11.75rem;width:25.875rem;position:absolute;display:block;z-index:15033;background-color:rgba(0,0,0,0.42);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:39.0625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#mPfUgB6OA3SN5DoqSiKyTNAPba2eiXud { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:21.068359375rem;left:41.25rem;height:6.173825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uXXPQJyUOtyItU5hfTaBDKc12EPKuiU5 { box-sizing:content-box;height:12.75rem;width:34rem;position:absolute;display:block;z-index:15033;background-color:rgba(0,0,0,0.42);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.3125rem;left:20.5rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#nldwQfJWGsNh1qvTZiOXTuw6RyWoBG3C { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:33.375rem;left:23.5625rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zEzaBTeTtFqJsn1vbWVJvlUVlDszTWhG { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:35.75rem;left:22.625rem;height:6.173825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZUkuVsEaDLhMblG2sXc7pOQr2ymOu0FC { position:absolute;display:block;z-index:15034;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:14.3125rem;width:47.6875rem;top:43.25rem;left:13.6875rem;overflow:hidden;display:block; }
#NvlyuwSudaXCZgIDfuA87vm46BCbRdce { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:19.0625rem;left:40.9375rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q5ZiWLXAXOxD9Tn9du2f4rREED1se9Td { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:19.1875rem;left:14.875rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d0000;background-image:url("https://images.assets-landingi.com/uc/1f778b7b-c81a-4c06-904c-b5a73c198826/wheel_jackpots_wood_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE.adaptive-delivery-prevent-bg, #Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE.lazyload, #Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE.lazyloading { background-image: none; }#Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE > .row .container { background-color: transparent; background-image: none; }#Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE > .row .container > .video-iframe-container { display: none; }#Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE > .row > .video-iframe-container { display: none; }#Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE > .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); }#Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE > .row .container { border-width: 0; border-radius: 0; }#Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE > .row .container { font-size:0.875rem;font-family:arial;height:1.6875rem;width:75rem;position:relative;display:block; }#gMhS9nZ6I3AhzHP6HFshmvUyTcA4JlCs { 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:9.5625rem;width:9.5625rem;top:41.287109375rem;left:8.3125rem;overflow:hidden;display:none; }
#qe1vald4ESXlarV3JcAI2f7HrRv4GvlH { 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:9.5625rem;width:9.5rem;top:55.412109375rem;left:5.4375rem;overflow:hidden;display:none; }
#A6o0tZ5VzHVMc2F9iHV32bxqS92EsKcy { 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:9.125rem;width:22.9375rem;top:0rem;left:26.03125rem;overflow:hidden;display:none; }
#rn341qi3iJWBX3kNxu7sJp1rIiAkW6SR { position:absolute;display:block;z-index:15015;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:15rem;width:12.625rem;top:37rem;left:0rem;overflow:hidden;display:none; }
#s7bVbOr3zSqlIyrN7ccrmTB9syW8ZMX0 { position:absolute;display:block;z-index:15015;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:15rem;width:12.625rem;top:37rem;left:0rem;overflow:hidden;display:none; }
#bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d0000;background-image:url("https://images.assets-landingi.com/uc/bc0e738f-20e1-4b4d-9308-f42b13e08f7c/backgroundv3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37.adaptive-delivery-prevent-bg, #bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37.lazyload, #bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37.lazyloading { background-image: none; }#bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37 > .row .container { background-color: transparent; background-image: none; }#bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37 > .row .container > .video-iframe-container { display: none; }#bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37 > .row > .video-iframe-container { display: none; }#bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37 > .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); }#bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37 > .row .container { border-width: 0; border-radius: 0; }#bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37 > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#m0elffKz2tzUn1NDUFeWa8K0AJ5BfnID { 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:9.5625rem;width:9.5625rem;top:41.287109375rem;left:8.3125rem;overflow:hidden;display:none; }
#fburImvwXyqnkH79v8b4sVxWy1VXPlfK { 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:9.5625rem;width:9.5rem;top:55.412109375rem;left:5.4375rem;overflow:hidden;display:none; }
#gmMvMDSBsvNbyWezq9vhQhHG7MP81RsS { 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:9.125rem;width:22.9375rem;top:0rem;left:26.03125rem;overflow:hidden;display:none; }
#Lc8GUHuWUiU00A6Sah5u3ZtPpC0socbn { position:absolute;display:block;z-index:15015;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:15rem;width:12.625rem;top:37rem;left:0rem;overflow:hidden;display:none; }
#WhGd8tuH83bsZ5fg2c48eLZixvCWQiPJ { position:absolute;display:block;z-index:15015;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:15rem;width:12.625rem;top:37rem;left:0rem;overflow:hidden;display:none; }
#MEZ82Sy4awJvkzT2Nx8GLzZbCIFFNSHh { position:absolute;display:block;z-index:15035;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.3125rem;width:50.8125rem;top:4.0625rem;left:12.09375rem;overflow:hidden;display:block; }
#fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d0000;background-image:url("https://images.assets-landingi.com/uc/1f778b7b-c81a-4c06-904c-b5a73c198826/wheel_jackpots_wood_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql.adaptive-delivery-prevent-bg, #fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql.lazyload, #fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql.lazyloading { background-image: none; }#fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql > .row .container { background-color: transparent; background-image: none; }#fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql > .row .container > .video-iframe-container { display: none; }#fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql > .row > .video-iframe-container { display: none; }#fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql > .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); }#fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql > .row .container { border-width: 0; border-radius: 0; }#fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql > .row .container { font-size:0.875rem;font-family:arial;height:1.6875rem;width:75rem;position:relative;display:block; }#DPPpOuruM7IDPcDFTq3c1A2riK2Tuk9u { 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:9.5625rem;width:9.5625rem;top:41.287109375rem;left:8.3125rem;overflow:hidden;display:none; }
#lcBcQgmhhbD7m0bwHbf3HQeyJeT3CLAu { 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:9.5625rem;width:9.5rem;top:55.412109375rem;left:5.4375rem;overflow:hidden;display:none; }
#CIgtMcDTvF483MkUz76xtfBbiHKmQTKu { 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:9.125rem;width:22.9375rem;top:0rem;left:26.03125rem;overflow:hidden;display:none; }
#yUntBrp6TOXMwPxCRemZ1OMywQ99NTOe { position:absolute;display:block;z-index:15015;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:15rem;width:12.625rem;top:37rem;left:0rem;overflow:hidden;display:none; }
#EoqivrtV3TIzHJe4tGf4TFWrOZ0yHCMz { position:absolute;display:block;z-index:15015;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:15rem;width:12.625rem;top:37rem;left:0rem;overflow:hidden;display:none; }
#xFs2HwSCAhUAhv0fyuP92VKpNfw2mN6M { position:absolute;display:block;z-index:15038;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:13.8125rem;width:10.625rem;top:1.25rem;left:64.375rem;overflow:hidden;display:block; }
#d1OzZULrC6s1tWVBmscCdo0uCaQCa7hV { position:absolute;display:block;z-index:15039;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:13.8125rem;width:10.625rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#V4CQW3mW8ttrnvSTEMQqTo9BOvtuaEDZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d0000;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; }#V4CQW3mW8ttrnvSTEMQqTo9BOvtuaEDZ > .row .container { background-color: transparent; background-image: none; }#V4CQW3mW8ttrnvSTEMQqTo9BOvtuaEDZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4CQW3mW8ttrnvSTEMQqTo9BOvtuaEDZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4CQW3mW8ttrnvSTEMQqTo9BOvtuaEDZ > .row .container > .video-iframe-container { display: none; }#V4CQW3mW8ttrnvSTEMQqTo9BOvtuaEDZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4CQW3mW8ttrnvSTEMQqTo9BOvtuaEDZ > .row > .video-iframe-container { display: none; }#V4CQW3mW8ttrnvSTEMQqTo9BOvtuaEDZ > .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); }#V4CQW3mW8ttrnvSTEMQqTo9BOvtuaEDZ > .row .container { border-width: 0; border-radius: 0; }#V4CQW3mW8ttrnvSTEMQqTo9BOvtuaEDZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V4CQW3mW8ttrnvSTEMQqTo9BOvtuaEDZ > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;position:relative;display:block; }#CJfww0KQXVpBDCmfqQ8eQFfBKHR13I7E { 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:9.5625rem;width:9.5625rem;top:41.287109375rem;left:8.3125rem;overflow:hidden;display:none; }
#Vwm31ZpiQ1sVBiUnw9UAxK59ZADGDNuO { 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:9.5625rem;width:9.5rem;top:55.412109375rem;left:5.4375rem;overflow:hidden;display:none; }
#smuadabAaxfXdVleuE1gKJCOdvMSifZS { 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:9.125rem;width:22.9375rem;top:0rem;left:26.03125rem;overflow:hidden;display:none; }
#qJ5uTVBkfeA9MR9nACnNkdWyPeXZ3N0Z { position:absolute;display:block;z-index:15015;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:15rem;width:12.625rem;top:37rem;left:0rem;overflow:hidden;display:none; }
#zcMy96K72z0DrfG7bDJX9vHJaaX28h1T { position:absolute;display:block;z-index:15015;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:15rem;width:12.625rem;top:37rem;left:0rem;overflow:hidden;display:none; }
#vRzcHP6nGT1P5D01gXLKasyO2QxpssRP { color:#ffffff;display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:3.4375rem;left:17.3125rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NB3HXHDuvFzPRpUp4ATlWypTFX8rQ6FH { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:9.375rem;left:20.65625rem;height:4.63036875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zRgBeD1uKKd8ft5bD5nfmVMBbZEuwkhA { box-sizing:content-box;height:8.5625rem;width:29.375rem;position:absolute;display:block;z-index:15033;background-color:rgba(0,0,0,0.42);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.0625rem;left:8.1875rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#MmvMyE5KGQqFUNh9u6xqampPmwRIhvJP { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:18.8125rem;left:10.9375rem;height:4.63036875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#obLD8Ft23ehXQXqdhTbL9GUZ1bz4BVRf { box-sizing:content-box;height:8.5625rem;width:31.5625rem;position:absolute;display:block;z-index:15034;background-color:rgba(0,0,0,0.42);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.0625rem;left:38.6875rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#T1dJl9lXLNUTkdz2bvudQahqWNB4DtHp { color:#ffffff;display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:18.1875rem;left:41.125rem;height:6.173825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WiLhFylNMH1cE5o4KQ5zx7VoHsspwfiK { color:#ffffff;display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:2.75rem;left:17.3125rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#AmzPvBHM10HqousILqgiw8SltK1onASx { position:absolute;display:block;z-index:15039;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:13.8125rem;width:10.625rem;top:1.25rem;left:0rem;overflow:hidden;display:none; }
#aZh8yqPOsXq0FkpG0FHlkZFcsRAQTvOx { position:absolute;display:block;z-index:15039;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:13.8125rem;width:10.625rem;top:1.25rem;left:0rem;overflow:hidden;display:none; }
#CKd4hEDt4d1pEJ6OHIgvFqQoU8GVvRz8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d0000;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; }#CKd4hEDt4d1pEJ6OHIgvFqQoU8GVvRz8 > .row .container { background-color: transparent; background-image: none; }#CKd4hEDt4d1pEJ6OHIgvFqQoU8GVvRz8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKd4hEDt4d1pEJ6OHIgvFqQoU8GVvRz8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKd4hEDt4d1pEJ6OHIgvFqQoU8GVvRz8 > .row .container > .video-iframe-container { display: none; }#CKd4hEDt4d1pEJ6OHIgvFqQoU8GVvRz8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKd4hEDt4d1pEJ6OHIgvFqQoU8GVvRz8 > .row > .video-iframe-container { display: none; }#CKd4hEDt4d1pEJ6OHIgvFqQoU8GVvRz8 > .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); }#CKd4hEDt4d1pEJ6OHIgvFqQoU8GVvRz8 > .row .container { border-width: 0; border-radius: 0; }#CKd4hEDt4d1pEJ6OHIgvFqQoU8GVvRz8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CKd4hEDt4d1pEJ6OHIgvFqQoU8GVvRz8 > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;position:relative;display:block; }#CMLRCTaApn4TksbrTdkXx5nRzeA20hH6 { 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:9.5625rem;width:9.5625rem;top:41.287109375rem;left:8.3125rem;overflow:hidden;display:none; }
#IVyC5ZTESS3O46sbxILedvIXkdCLkhF0 { 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:9.5625rem;width:9.5rem;top:55.412109375rem;left:5.4375rem;overflow:hidden;display:none; }
#zqBu4cmk9aOZendbahJFp9LWNms3RZ77 { 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:9.125rem;width:22.9375rem;top:0rem;left:26.03125rem;overflow:hidden;display:none; }
#weT2nxrZqFsKgywiTFNIvPL0JoR7OVtm { position:absolute;display:block;z-index:15015;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:15rem;width:12.625rem;top:37rem;left:0rem;overflow:hidden;display:none; }
#Eykc7dfVxkk9lqKATNOFJG6mTmRFIuJN { position:absolute;display:block;z-index:15015;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:15rem;width:12.625rem;top:37rem;left:0rem;overflow:hidden;display:none; }
#ySiEGppbSZPxp91odASRt44Xpz6bq7MN { color:#ffffff;display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:3.4375rem;left:17.3125rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c5Nxh2z1JRcXgSzMeq5segNWKbsIHFt6 { box-sizing:content-box;height:10.9375rem;width:29.375rem;position:absolute;display:block;z-index:15033;background-color:rgba(0,0,0,0.42);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.625rem;left:7.875rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#AAMc3Bzb31WE6Qe0FGQ5qqIGJKHrvfqt { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:20.5rem;left:9.8125rem;height:6.173825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#heHBQwLm9qafxTFqKUU5ew03TXncHeGM { box-sizing:content-box;height:11.375rem;width:31.5625rem;position:absolute;display:block;z-index:15034;background-color:rgba(0,0,0,0.42);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:38.375rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#qURgnyDTaelZXT3olwmf5StuaLfvOfdP { color:#ffffff;display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:20.6533203125rem;left:40.78125rem;height:4.63036875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OEEXkCbJFv1Lu4IcERJoOKa0Mmx2QbTp { position:absolute;display:block;z-index:15040;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:17.6875rem;width:23.6875rem;top:6rem;left:10.28125rem;overflow:hidden;display:block; }
#lGAL7yah6MbiioZWafB1K4ddhx5ITfdT { position:absolute;display:block;z-index:15041;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:17.6875rem;width:23.6875rem;top:6rem;left:41.625rem;overflow:hidden;display:block; }
#QgcRTBindWWzTyEcCFnUiHRwhGFVCLK5 { color:#ffffff;display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:2.75rem;left:17.3125rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d0000;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; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container { background-color: transparent; background-image: none; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container > .video-iframe-container { display: none; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row > .video-iframe-container { display: none; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .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); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container { border-width: 0; border-radius: 0; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:75rem;position:relative;display:block; }#e5trEROGUq9CUhAg79bx9B4bT78Za01T { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:16.6875rem;left:44.375rem;height:5.5234375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#aQmwSwzfPDrfIRvFDcfC0oXIQ8xAGDhE { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:12.6875rem;left:10.0625rem;height:6.173825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BiCArpZdurtTiOnhGPxyMR9TiEt1G0gr { color:#ffffff;display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:3.9375rem;left:17.3125rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xyr084QTN7VlWQzzyrZrqXqgbqt8W7BR { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.5rem;left:11rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tfM9Pips3U5zT5JhK6irwNdQfdpXcqtq { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.5rem;left:29.9375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ic7AGgTEeITfwkwg2GPC9AiClOGh2kHJ { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:12.68701171875rem;left:29.4375rem;height:6.173825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eri6WDUqG1xgpcZSh838MpOLTMutzvdD { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.5rem;left:51.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BAdpAqdXwH4ri9QXml7VTs4FMU0BGpXk { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:12.68701171875rem;left:49.40625rem;height:6.173825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wTL8K439yJnbLilWz3TfeCtT0vEXQvly { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d0000;background-image:url("https://images.assets-landingi.com/uc/c54d11b6-ce91-4185-a90a-9c368c02c63f/fumocopy.webp");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; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly.adaptive-delivery-prevent-bg, #wTL8K439yJnbLilWz3TfeCtT0vEXQvly.lazyload, #wTL8K439yJnbLilWz3TfeCtT0vEXQvly.lazyloading { background-image: none; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container { background-color: transparent; background-image: none; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container > .video-iframe-container { display: none; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row > .video-iframe-container { display: none; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .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); }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container { border-width: 0; border-radius: 0; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:block; }#I5GfbPGhZ0PbNeD8mWAnXH5Gb61IHmLE { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:16.6875rem;left:44.375rem;height:5.5234375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ilfzdOHW7o3qTWlmOX9I230pTvSuMUSl { background-color:#4d0000;background-image:none;border-top:0.125rem solid #d30000;border-left:0.125rem solid #d30000;border-right:0.125rem solid #d30000;border-bottom:0.125rem solid #d30000;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: -0.0625rem -0.0625rem 1.125rem rgba(211,0,0,0.77) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:2.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:3.5rem;left:30.90625rem;display:block; }
#C0eCLb1q1PSSUb7qJvd8Rn0RAMdV0VM3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container { background-color: transparent; background-image: none; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container > .video-iframe-container { display: none; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row > .video-iframe-container { display: none; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .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); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container { border-width: 0; border-radius: 0; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#cxw66wwaTTxb4cxcypXk5wPBu8RuJc6u { color:rgba(var(--color-tertiary-3),1);display:block;width:20.875rem;position:absolute;font-family:sharpsans;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5625rem;left:2.0625rem;height:0.975rem;text-align:left;text-align-last:left;display:block; }
#hGB9kzb4RH8MlT9muWHhIWTAHukvb5e4 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.3125rem;position:absolute;font-family:sharpsans;font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.0625rem;height:0.9746125rem;text-align:left;text-align-last:left;display:block; }
#BTpmprsdso30GFgTIvMk092aID8lwcKd { box-sizing:content-box;color:#e41513;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:1.5rem;left:64.25rem;display:block; }
#vbwrGWxzipxdhQQ88iI086TlKiqy2HZn { box-sizing:content-box;color:#e41513;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:1.5rem;left:66.1875rem;display:block; }
#Fr1acPFAiSCvpw9KT4gBdb77XXIKPX5x { box-sizing:content-box;color:#e41513;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:1.4375rem;left:68.4375rem;display:block; }
#dFozcSQTmdNiSXFZ7erOD99n0sKG1mlh { box-sizing:content-box;color:#e41513;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:1.5rem;left:70.5625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dOeyFBrD867Xb5qEfzOMTVO20O1vK91d { display:block; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJs0lpoNb5N2zDw04kcQbMzP2rTy26B3 { width:7.75rem;height:2.5rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwZ3VUEIifJ108UDkIOXchN7J0ooRv6i { width:20.8125rem;height:14.3125rem;top:0.875rem;left:13.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5l2XikN1vU36KJr8VwozVQiNRdGikKg { top:12.1875rem;left:3.5625rem;width:40.625rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX9lqWHmTan1m3W14U15aN9mN69XztI8 { width:3.8125rem;height:2.6875rem;top:1.6875rem;left:43.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrKZ06DZh0N7onnA7iAQcWpAbeRoQIVM { display:block; }
 }@media only screen and (max-width: 763px) { #pN50boNMglZ1VcUBtSuDZx3amehTGqFe { width:13.1875rem;height:2.6875rem;top:1.6875rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx9KWUo5eZ1hK9UZnc02RRLILH6zxbzw { display:block; }
 }@media only screen and (max-width: 763px) { #WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN { display:block; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkiXbJOyh3i9phRQ7BmlkzdQ98ECagVH { width:9.5625rem;height:9.5625rem;top:41.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ff3wyQod5w1NzeKv6ZlumKJ9pvwHv0O0 { width:9.5rem;height:9.5625rem;top:55.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I2zZMr0mVUZbFdNs2CZgA7Io63BdHbsx { width:22.9375rem;height:9.125rem;top:0rem;left:12.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eeLdW64SulwTeXgZkkamQzisTD6AGITU { width:12.625rem;height:15rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Btkdg55TcR8ax3gbRWq0seFMS8cHiD3v { width:12.625rem;height:15rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #whETgGTCIaSMwk2yZmRrlGhQoeSStPwF { width:15.8125rem;height:11.125rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCQPaPtT2U3A2Kv9AvZukpDVR0qCJhmN { top:9rem;left:3.6875rem;width:40.375rem;height:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eklbNMcuTwiUi2ouVOtpxl6SBpG4ZSbA { top:3.25rem;left:3.875rem;width:40.375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2Nt1W9KyyRwUKQstlaDO7V1Z0HUsIbH { top:1.0625rem;left:0rem;width:14.625rem;height:3.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCyEzQk34eMGBXU7k611yalWZlBOGEe0 { width:15.8125rem;height:11.125rem;top:17.5625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN5gmvXlX6DyzwnRSt2csO1OR5bc4Fha { width:15.8125rem;height:11.125rem;top:17.5625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN0vTwhzv5iJddA2WRg3UtGyhpME18Dq { width:15.8125rem;height:11.125rem;top:17.5625rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT { display:block; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHUQEGZXbXTW4HI8dHTu2vWHyiz9B0TR { width:9.5625rem;height:9.5625rem;top:41.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HknUg3StyX2dilOm4GLNEF5m0w5qLk3w { width:9.5rem;height:9.5625rem;top:55.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aqn75tNDyxsOHCn69zvTXkX6FBUazHH8 { width:22.9375rem;height:9.125rem;top:0rem;left:12.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7FkLssRxS3rMuD7I49iWAWhKIANhTUZ { width:12.625rem;height:15rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GhNaC4mEIKDnhkmLeDSTD8w9yOxWlOEN { width:12.625rem;height:15rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHGx4nF4UaTAOkSs4pTbXTrBvk6N24UV { top:2.75rem;left:3.6875rem;width:40.375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x771tOfdH2V932BhQs96LcXyJr98mH08 { top:10.625rem;left:3.6875rem;width:40.375rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a64VDAh117DMCKIl0ZTVrzaF05bpsdbL { width:17.625rem;height:25.125rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFl0Gudo6B2SsZWgKe9rAwtiAhLWeHXV { top:17.125rem;left:0rem;width:26.625rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2rP8WoPpLWO4ziAeFWrCQ5qR4GP4ZOg { top:21.375rem;left:2.5rem;width:19.0625rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMLVGhmHW4CAwuoia76SBEGWvVBSOGTb { width:17.625rem;height:25.125rem;top:9.4375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSvtXhtk44JovLywNqTmSlm4T1X4kMB8 { top:17.1875rem;left:21.875rem;width:25.875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPfUgB6OA3SN5DoqSiKyTNAPba2eiXud { top:21.0625rem;left:27.375rem;width:20.375rem;height:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXXPQJyUOtyItU5hfTaBDKc12EPKuiU5 { top:31.3125rem;left:6.875rem;width:34rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nldwQfJWGsNh1qvTZiOXTuw6RyWoBG3C { top:33.375rem;left:9.9375rem;width:27.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEzaBTeTtFqJsn1vbWVJvlUVlDszTWhG { top:35.75rem;left:9rem;width:29.75rem;height:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUkuVsEaDLhMblG2sXc7pOQr2ymOu0FC { width:47.6875rem;height:14.3125rem;top:43.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvlyuwSudaXCZgIDfuA87vm46BCbRdce { top:19.0625rem;left:26.8125rem;width:20.9375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5ZiWLXAXOxD9Tn9du2f4rREED1se9Td { top:19.1875rem;left:1.25rem;width:20.9375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE { display:block; }#Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMhS9nZ6I3AhzHP6HFshmvUyTcA4JlCs { width:9.5625rem;height:9.5625rem;top:41.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qe1vald4ESXlarV3JcAI2f7HrRv4GvlH { width:9.5rem;height:9.5625rem;top:55.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A6o0tZ5VzHVMc2F9iHV32bxqS92EsKcy { width:22.9375rem;height:9.125rem;top:0rem;left:12.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rn341qi3iJWBX3kNxu7sJp1rIiAkW6SR { width:12.625rem;height:15rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7bVbOr3zSqlIyrN7ccrmTB9syW8ZMX0 { width:12.625rem;height:15rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37 { display:block; }#bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m0elffKz2tzUn1NDUFeWa8K0AJ5BfnID { width:9.5625rem;height:9.5625rem;top:41.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fburImvwXyqnkH79v8b4sVxWy1VXPlfK { width:9.5rem;height:9.5625rem;top:55.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gmMvMDSBsvNbyWezq9vhQhHG7MP81RsS { width:22.9375rem;height:9.125rem;top:0rem;left:12.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lc8GUHuWUiU00A6Sah5u3ZtPpC0socbn { width:12.625rem;height:15rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WhGd8tuH83bsZ5fg2c48eLZixvCWQiPJ { width:12.625rem;height:15rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MEZ82Sy4awJvkzT2Nx8GLzZbCIFFNSHh { width:47.75rem;height:29.425276752768rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql { display:block; }#fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPPpOuruM7IDPcDFTq3c1A2riK2Tuk9u { width:9.5625rem;height:9.5625rem;top:41.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lcBcQgmhhbD7m0bwHbf3HQeyJeT3CLAu { width:9.5rem;height:9.5625rem;top:55.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CIgtMcDTvF483MkUz76xtfBbiHKmQTKu { width:22.9375rem;height:9.125rem;top:0rem;left:12.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yUntBrp6TOXMwPxCRemZ1OMywQ99NTOe { width:12.625rem;height:15rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EoqivrtV3TIzHJe4tGf4TFWrOZ0yHCMz { width:12.625rem;height:15rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xFs2HwSCAhUAhv0fyuP92VKpNfw2mN6M { width:10.625rem;height:13.8125rem;top:1.25rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1OzZULrC6s1tWVBmscCdo0uCaQCa7hV { width:10.625rem;height:13.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4CQW3mW8ttrnvSTEMQqTo9BOvtuaEDZ { display:block; }#V4CQW3mW8ttrnvSTEMQqTo9BOvtuaEDZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJfww0KQXVpBDCmfqQ8eQFfBKHR13I7E { width:9.5625rem;height:9.5625rem;top:41.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vwm31ZpiQ1sVBiUnw9UAxK59ZADGDNuO { width:9.5rem;height:9.5625rem;top:55.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #smuadabAaxfXdVleuE1gKJCOdvMSifZS { width:22.9375rem;height:9.125rem;top:0rem;left:12.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJ5uTVBkfeA9MR9nACnNkdWyPeXZ3N0Z { width:12.625rem;height:15rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zcMy96K72z0DrfG7bDJX9vHJaaX28h1T { width:12.625rem;height:15rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vRzcHP6nGT1P5D01gXLKasyO2QxpssRP { top:3.4375rem;left:3.6875rem;width:40.375rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB3HXHDuvFzPRpUp4ATlWypTFX8rQ6FH { top:9.375rem;left:7.03125rem;width:33.6875rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRgBeD1uKKd8ft5bD5nfmVMBbZEuwkhA { top:17.0625rem;left:0rem;width:29.375rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmvMyE5KGQqFUNh9u6xqampPmwRIhvJP { top:18.8125rem;left:0rem;width:23.9375rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obLD8Ft23ehXQXqdhTbL9GUZ1bz4BVRf { top:17.0625rem;left:16.1875rem;width:31.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1dJl9lXLNUTkdz2bvudQahqWNB4DtHp { top:18.1875rem;left:21rem;width:26.75rem;height:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiLhFylNMH1cE5o4KQ5zx7VoHsspwfiK { top:1.875rem;left:0rem;width:20rem;height:5.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AmzPvBHM10HqousILqgiw8SltK1onASx { width:10.625rem;height:13.8125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aZh8yqPOsXq0FkpG0FHlkZFcsRAQTvOx { width:10.625rem;height:13.8125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CKd4hEDt4d1pEJ6OHIgvFqQoU8GVvRz8 { display:block; }#CKd4hEDt4d1pEJ6OHIgvFqQoU8GVvRz8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMLRCTaApn4TksbrTdkXx5nRzeA20hH6 { width:9.5625rem;height:9.5625rem;top:41.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVyC5ZTESS3O46sbxILedvIXkdCLkhF0 { width:9.5rem;height:9.5625rem;top:55.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zqBu4cmk9aOZendbahJFp9LWNms3RZ77 { width:22.9375rem;height:9.125rem;top:0rem;left:12.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #weT2nxrZqFsKgywiTFNIvPL0JoR7OVtm { width:12.625rem;height:15rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eykc7dfVxkk9lqKATNOFJG6mTmRFIuJN { width:12.625rem;height:15rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ySiEGppbSZPxp91odASRt44Xpz6bq7MN { top:3.4375rem;left:3.6875rem;width:40.375rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5Nxh2z1JRcXgSzMeq5segNWKbsIHFt6 { top:17.625rem;left:0rem;width:29.375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAMc3Bzb31WE6Qe0FGQ5qqIGJKHrvfqt { top:20.5rem;left:0rem;width:25.5rem;height:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #heHBQwLm9qafxTFqKUU5ew03TXncHeGM { top:17.1875rem;left:16.1875rem;width:31.5625rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qURgnyDTaelZXT3olwmf5StuaLfvOfdP { top:20.625rem;left:21rem;width:26.75rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEEXkCbJFv1Lu4IcERJoOKa0Mmx2QbTp { width:23.6875rem;height:17.6875rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGAL7yah6MbiioZWafB1K4ddhx5ITfdT { width:23.6875rem;height:17.6875rem;top:6rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgcRTBindWWzTyEcCFnUiHRwhGFVCLK5 { top:2.125rem;left:0rem;width:20rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys { display:block; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5trEROGUq9CUhAg79bx9B4bT78Za01T { top:16.6875rem;left:26.3125rem;width:21.4375rem;height:5.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQmwSwzfPDrfIRvFDcfC0oXIQ8xAGDhE { top:12.6875rem;left:0rem;width:15.5625rem;height:6.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiCArpZdurtTiOnhGPxyMR9TiEt1G0gr { top:3.9375rem;left:3.6875rem;width:40.375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xyr084QTN7VlWQzzyrZrqXqgbqt8W7BR { top:9.5rem;left:0rem;width:14.625rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfM9Pips3U5zT5JhK6irwNdQfdpXcqtq { top:9.5rem;left:16.3125rem;width:14.625rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic7AGgTEeITfwkwg2GPC9AiClOGh2kHJ { top:12.625rem;left:15.8125rem;width:16.125rem;height:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eri6WDUqG1xgpcZSh838MpOLTMutzvdD { top:9.5rem;left:33.125rem;width:14.625rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAdpAqdXwH4ri9QXml7VTs4FMU0BGpXk { top:12.625rem;left:29.5625rem;width:18.1875rem;height:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTL8K439yJnbLilWz3TfeCtT0vEXQvly { display:block; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5GfbPGhZ0PbNeD8mWAnXH5Gb61IHmLE { top:16.6875rem;left:26.3125rem;width:21.4375rem;height:5.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ilfzdOHW7o3qTWlmOX9I230pTvSuMUSl { width:13.1875rem;height:2.6875rem;top:3.5rem;left:17.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0eCLb1q1PSSUb7qJvd8Rn0RAMdV0VM3 { display:block; }
 }@media only screen and (max-width: 763px) { #G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 { display:block; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxw66wwaTTxb4cxcypXk5wPBu8RuJc6u { top:2.5625rem;left:0rem;width:20.875rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGB9kzb4RH8MlT9muWHhIWTAHukvb5e4 { top:1.375rem;left:0rem;width:19.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTpmprsdso30GFgTIvMk092aID8lwcKd { top:1.5rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbwrGWxzipxdhQQ88iI086TlKiqy2HZn { top:1.5rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr1acPFAiSCvpw9KT4gBdb77XXIKPX5x { top:1.4375rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFozcSQTmdNiSXFZ7erOD99n0sKG1mlh { top:1.5rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dOeyFBrD867Xb5qEfzOMTVO20O1vK91d { background-color:#660100;background-image:url("https://images.assets-landingi.com/uc/0db2927b-ca58-4a13-a5e4-2f9584a6c4be/lucky_NL_header_mobile2copy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d.adaptive-delivery-prevent-bg, #dOeyFBrD867Xb5qEfzOMTVO20O1vK91d.lazyload, #dOeyFBrD867Xb5qEfzOMTVO20O1vK91d.lazyloading { background-image: none; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container { background-color: transparent; background-image: none; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container > .video-iframe-container { display: none; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row > .video-iframe-container { display: none; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .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); }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJs0lpoNb5N2zDw04kcQbMzP2rTy26B3 { width:5.5rem;height:1.625rem;top:1.3125rem;left:7.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FwZ3VUEIifJ108UDkIOXchN7J0ooRv6i { width:20rem;height:13.6875rem;top:6.59375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V5l2XikN1vU36KJr8VwozVQiNRdGikKg { width:20rem;height:22.75rem;top:8.40185546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TX9lqWHmTan1m3W14U15aN9mN69XztI8 { width:3.3125rem;height:2.0625rem;top:0.90625rem;left:16.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrKZ06DZh0N7onnA7iAQcWpAbeRoQIVM { display:block; }
 }@media only screen and (max-width: 763px) { #pN50boNMglZ1VcUBtSuDZx3amehTGqFe { width:13.1875rem;height:2.6875rem;top:21.6875rem;left:3.40625rem;font-size:0.9375rem;background-color:rgba(0,0,0,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yx9KWUo5eZ1hK9UZnc02RRLILH6zxbzw { display:block; }
 }@media only screen and (max-width: 763px) { #WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN { background-color:#660100;background-image:none;display:block; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container { background-color: transparent; background-image: none; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container > .video-iframe-container { display: none; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row > .video-iframe-container { display: none; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .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); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container { width:20rem;height:32.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkiXbJOyh3i9phRQ7BmlkzdQ98ECagVH { width:2.75rem;height:2.75rem;top:9.9375rem;left:7.65625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #ff3wyQod5w1NzeKv6ZlumKJ9pvwHv0O0 { width:0.125rem;height:1.6875rem;top:1rem;left:11.21875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #I2zZMr0mVUZbFdNs2CZgA7Io63BdHbsx { width:5.8125rem;height:5.8125rem;top:0.5rem;left:5.09375rem;overflow:hidden;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #eeLdW64SulwTeXgZkkamQzisTD6AGITU { width:4.1875rem;height:5rem;top:1.375rem;left:11.09375rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #Btkdg55TcR8ax3gbRWq0seFMS8cHiD3v { width:0.625rem;height:0.625rem;top:-0.75rem;left:2.71875rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #whETgGTCIaSMwk2yZmRrlGhQoeSStPwF { width:10.125rem;height:7.125rem;top:14.0625rem;left:0.4375rem;overflow:hidden;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #KCQPaPtT2U3A2Kv9AvZukpDVR0qCJhmN { width:18rem;height:7.3125rem;top:5.5625rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eklbNMcuTwiUi2ouVOtpxl6SBpG4ZSbA { width:20rem;height:0;top:23.912109375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q2Nt1W9KyyRwUKQstlaDO7V1Z0HUsIbH { width:14.625rem;height:3.1494125rem;top:1.8125rem;left:2.6875rem;font-size:1.3125rem;z-index:15011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zCyEzQk34eMGBXU7k611yalWZlBOGEe0 { width:10.3125rem;height:7.25rem;top:13.9375rem;left:9.125rem;overflow:hidden;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #wN5gmvXlX6DyzwnRSt2csO1OR5bc4Fha { width:10.375rem;height:7.3125rem;top:21.1875rem;left:0.1875rem;overflow:hidden;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #xN0vTwhzv5iJddA2WRg3UtGyhpME18Dq { width:10.5625rem;height:7.4375rem;top:21.1875rem;left:9.1875rem;overflow:hidden;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT { background-color:#660100;background-image:none;display:block; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container { background-color: transparent; background-image: none; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container > .video-iframe-container { display: none; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row > .video-iframe-container { display: none; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .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); }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container { width:20rem;height:79.25244375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHUQEGZXbXTW4HI8dHTu2vWHyiz9B0TR { width:2.75rem;height:2.75rem;top:9.9375rem;left:7.65625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #HknUg3StyX2dilOm4GLNEF5m0w5qLk3w { width:0.125rem;height:1.6875rem;top:1rem;left:11.21875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #Aqn75tNDyxsOHCn69zvTXkX6FBUazHH8 { width:5.8125rem;height:5.8125rem;top:0.5rem;left:5.09375rem;overflow:hidden;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #m7FkLssRxS3rMuD7I49iWAWhKIANhTUZ { width:4.1875rem;height:5rem;top:1.375rem;left:11.09375rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #GhNaC4mEIKDnhkmLeDSTD8w9yOxWlOEN { width:0.625rem;height:0.625rem;top:-0.75rem;left:2.71875rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #QHGx4nF4UaTAOkSs4pTbXTrBvk6N24UV { width:20rem;height:3.4121125rem;top:1.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x771tOfdH2V932BhQs96LcXyJr98mH08 { width:15.4375rem;height:4.875rem;top:5.375rem;left:2.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a64VDAh117DMCKIl0ZTVrzaF05bpsdbL { width:12.25rem;height:17.6875rem;top:10.125rem;left:3.875rem;overflow:hidden;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #GFl0Gudo6B2SsZWgKe9rAwtiAhLWeHXV { width:20rem;height:9.5625rem;top:25.125rem;left:0rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2rP8WoPpLWO4ziAeFWrCQ5qR4GP4ZOg { width:17.0625rem;height:3.65625rem;top:29.5625rem;left:1.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMLVGhmHW4CAwuoia76SBEGWvVBSOGTb { width:12.5625rem;height:17.375rem;top:34.6875rem;left:3.71875rem;overflow:hidden;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #xSvtXhtk44JovLywNqTmSlm4T1X4kMB8 { width:20rem;height:10.4375rem;top:50.125rem;left:0rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPfUgB6OA3SN5DoqSiKyTNAPba2eiXud { width:17.4375rem;height:4.875rem;top:54.03125rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXXPQJyUOtyItU5hfTaBDKc12EPKuiU5 { width:20rem;height:11.1875rem;top:62.625rem;left:0rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nldwQfJWGsNh1qvTZiOXTuw6RyWoBG3C { width:20rem;height:1.21875rem;top:64.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEzaBTeTtFqJsn1vbWVJvlUVlDszTWhG { width:17.8125rem;height:6.09375rem;top:65.9375rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUkuVsEaDLhMblG2sXc7pOQr2ymOu0FC { width:20rem;height:6.00244375rem;top:73.25rem;left:0rem;overflow:hidden;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #NvlyuwSudaXCZgIDfuA87vm46BCbRdce { width:20rem;height:1.21875rem;top:52.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5ZiWLXAXOxD9Tn9du2f4rREED1se9Td { width:20rem;height:1.21875rem;top:27.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE { background-color:#660100;background-image:url("https://images.assets-landingi.com/uc/1f778b7b-c81a-4c06-904c-b5a73c198826/wheel_jackpots_wood_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE.adaptive-delivery-prevent-bg, #Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE.lazyload, #Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE.lazyloading { background-image: none; }#Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE > .row .container { background-color: transparent; background-image: none; }#Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE > .row .container > .video-iframe-container { display: none; }#Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE > .row > .video-iframe-container { display: none; }#Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE > .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); }#Q7cGN6d6TeLN6B3edhxdzEz5xMCc4clE > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMhS9nZ6I3AhzHP6HFshmvUyTcA4JlCs { width:2.75rem;height:2.75rem;top:9.9375rem;left:7.65625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #qe1vald4ESXlarV3JcAI2f7HrRv4GvlH { width:0.125rem;height:1.6875rem;top:1rem;left:11.21875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #A6o0tZ5VzHVMc2F9iHV32bxqS92EsKcy { width:5.8125rem;height:5.8125rem;top:0.5rem;left:5.09375rem;overflow:hidden;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #rn341qi3iJWBX3kNxu7sJp1rIiAkW6SR { width:4.1875rem;height:5rem;top:1.375rem;left:11.09375rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #s7bVbOr3zSqlIyrN7ccrmTB9syW8ZMX0 { width:0.625rem;height:0.625rem;top:-0.75rem;left:2.71875rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37 { background-color:#660100;background-image:url("https://images.assets-landingi.com/uc/bc0e738f-20e1-4b4d-9308-f42b13e08f7c/backgroundv3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37.adaptive-delivery-prevent-bg, #bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37.lazyload, #bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37.lazyloading { background-image: none; }#bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37 > .row .container { background-color: transparent; background-image: none; }#bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37 > .row .container > .video-iframe-container { display: none; }#bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37 > .row > .video-iframe-container { display: none; }#bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37 > .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); }#bs9KwuymKSoXmVeM9HbUzJHC5fnK6t37 > .row .container { width:20rem;height:14.38675rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m0elffKz2tzUn1NDUFeWa8K0AJ5BfnID { width:2.75rem;height:2.75rem;top:9.9375rem;left:7.65625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #fburImvwXyqnkH79v8b4sVxWy1VXPlfK { width:0.125rem;height:1.6875rem;top:1rem;left:11.21875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #gmMvMDSBsvNbyWezq9vhQhHG7MP81RsS { width:5.8125rem;height:5.8125rem;top:0.5rem;left:5.09375rem;overflow:hidden;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #Lc8GUHuWUiU00A6Sah5u3ZtPpC0socbn { width:4.1875rem;height:5rem;top:1.375rem;left:11.09375rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #WhGd8tuH83bsZ5fg2c48eLZixvCWQiPJ { width:0.625rem;height:0.625rem;top:-0.75rem;left:2.71875rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #MEZ82Sy4awJvkzT2Nx8GLzZbCIFFNSHh { width:20rem;height:12.3246875rem;top:2.0625rem;left:0rem;overflow:hidden;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql { background-color:#660100;background-image:url("https://images.assets-landingi.com/uc/1f778b7b-c81a-4c06-904c-b5a73c198826/wheel_jackpots_wood_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql.adaptive-delivery-prevent-bg, #fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql.lazyload, #fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql.lazyloading { background-image: none; }#fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql > .row .container { background-color: transparent; background-image: none; }#fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql > .row .container > .video-iframe-container { display: none; }#fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql > .row > .video-iframe-container { display: none; }#fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql > .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); }#fCTIoG3oO7mpNHT0tdpSeD0wP8GCCoql > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPPpOuruM7IDPcDFTq3c1A2riK2Tuk9u { width:2.75rem;height:2.75rem;top:9.9375rem;left:7.65625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #lcBcQgmhhbD7m0bwHbf3HQeyJeT3CLAu { width:0.125rem;height:1.6875rem;top:1rem;left:11.21875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #CIgtMcDTvF483MkUz76xtfBbiHKmQTKu { width:5.8125rem;height:5.8125rem;top:0.5rem;left:5.09375rem;overflow:hidden;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #yUntBrp6TOXMwPxCRemZ1OMywQ99NTOe { width:4.1875rem;height:5rem;top:1.375rem;left:11.09375rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #EoqivrtV3TIzHJe4tGf4TFWrOZ0yHCMz { width:0.625rem;height:0.625rem;top:-0.75rem;left:2.71875rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #xFs2HwSCAhUAhv0fyuP92VKpNfw2mN6M { width:10.625rem;height:13.8125rem;top:1.25rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d1OzZULrC6s1tWVBmscCdo0uCaQCa7hV { width:10.625rem;height:13.8125rem;top:15.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4CQW3mW8ttrnvSTEMQqTo9BOvtuaEDZ { background-color:#660100;background-image:none;display:block; }#V4CQW3mW8ttrnvSTEMQqTo9BOvtuaEDZ > .row .container { background-color: transparent; background-image: none; }#V4CQW3mW8ttrnvSTEMQqTo9BOvtuaEDZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4CQW3mW8ttrnvSTEMQqTo9BOvtuaEDZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4CQW3mW8ttrnvSTEMQqTo9BOvtuaEDZ > .row .container > .video-iframe-container { display: none; }#V4CQW3mW8ttrnvSTEMQqTo9BOvtuaEDZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4CQW3mW8ttrnvSTEMQqTo9BOvtuaEDZ > .row > .video-iframe-container { display: none; }#V4CQW3mW8ttrnvSTEMQqTo9BOvtuaEDZ > .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); }#V4CQW3mW8ttrnvSTEMQqTo9BOvtuaEDZ > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJfww0KQXVpBDCmfqQ8eQFfBKHR13I7E { width:2.75rem;height:2.75rem;top:9.9375rem;left:7.65625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #Vwm31ZpiQ1sVBiUnw9UAxK59ZADGDNuO { width:0.125rem;height:1.6875rem;top:1rem;left:11.21875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #smuadabAaxfXdVleuE1gKJCOdvMSifZS { width:5.8125rem;height:5.8125rem;top:0.5rem;left:5.09375rem;overflow:hidden;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #qJ5uTVBkfeA9MR9nACnNkdWyPeXZ3N0Z { width:4.1875rem;height:5rem;top:1.375rem;left:11.09375rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #zcMy96K72z0DrfG7bDJX9vHJaaX28h1T { width:0.625rem;height:0.625rem;top:-0.75rem;left:2.71875rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #vRzcHP6nGT1P5D01gXLKasyO2QxpssRP { width:20rem;height:auto;top:3.4375rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NB3HXHDuvFzPRpUp4ATlWypTFX8rQ6FH { width:18.625rem;height:4.875rem;top:8.3125rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRgBeD1uKKd8ft5bD5nfmVMBbZEuwkhA { width:20rem;height:7.125rem;top:14.375rem;left:0rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmvMyE5KGQqFUNh9u6xqampPmwRIhvJP { width:18.4375rem;height:4.875rem;top:15.375rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obLD8Ft23ehXQXqdhTbL9GUZ1bz4BVRf { width:20rem;height:7.1875rem;top:22.4375rem;left:0rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1dJl9lXLNUTkdz2bvudQahqWNB4DtHp { width:18.4375rem;height:4.875rem;top:23.5625rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiLhFylNMH1cE5o4KQ5zx7VoHsspwfiK { width:20rem;height:5.11816875rem;top:2.5693359375rem;left:0rem;font-size:1.3125rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #AmzPvBHM10HqousILqgiw8SltK1onASx { width:4.5rem;height:6rem;top:0rem;left:0rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #aZh8yqPOsXq0FkpG0FHlkZFcsRAQTvOx { width:4.5rem;height:6rem;top:0rem;left:15.5rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #CKd4hEDt4d1pEJ6OHIgvFqQoU8GVvRz8 { background-color:#660100;background-image:none;display:block; }#CKd4hEDt4d1pEJ6OHIgvFqQoU8GVvRz8 > .row .container { background-color: transparent; background-image: none; }#CKd4hEDt4d1pEJ6OHIgvFqQoU8GVvRz8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKd4hEDt4d1pEJ6OHIgvFqQoU8GVvRz8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKd4hEDt4d1pEJ6OHIgvFqQoU8GVvRz8 > .row .container > .video-iframe-container { display: none; }#CKd4hEDt4d1pEJ6OHIgvFqQoU8GVvRz8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKd4hEDt4d1pEJ6OHIgvFqQoU8GVvRz8 > .row > .video-iframe-container { display: none; }#CKd4hEDt4d1pEJ6OHIgvFqQoU8GVvRz8 > .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); }#CKd4hEDt4d1pEJ6OHIgvFqQoU8GVvRz8 > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMLRCTaApn4TksbrTdkXx5nRzeA20hH6 { width:2.75rem;height:2.75rem;top:9.9375rem;left:7.65625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #IVyC5ZTESS3O46sbxILedvIXkdCLkhF0 { width:0.125rem;height:1.6875rem;top:1rem;left:11.21875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #zqBu4cmk9aOZendbahJFp9LWNms3RZ77 { width:5.8125rem;height:5.8125rem;top:0.5rem;left:5.09375rem;overflow:hidden;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #weT2nxrZqFsKgywiTFNIvPL0JoR7OVtm { width:4.1875rem;height:5rem;top:1.375rem;left:11.09375rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #Eykc7dfVxkk9lqKATNOFJG6mTmRFIuJN { width:0.625rem;height:0.625rem;top:-0.75rem;left:2.71875rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #ySiEGppbSZPxp91odASRt44Xpz6bq7MN { width:20rem;height:auto;top:3.4375rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5Nxh2z1JRcXgSzMeq5segNWKbsIHFt6 { width:20rem;height:8rem;top:12.875rem;left:0rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAMc3Bzb31WE6Qe0FGQ5qqIGJKHrvfqt { width:17.4375rem;height:4.875rem;top:14.375rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #heHBQwLm9qafxTFqKUU5ew03TXncHeGM { width:20rem;height:7.3125rem;top:29rem;left:0rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qURgnyDTaelZXT3olwmf5StuaLfvOfdP { width:18.375rem;height:3.65625rem;top:30.75rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEEXkCbJFv1Lu4IcERJoOKa0Mmx2QbTp { width:18.8125rem;height:14.0625rem;top:2.875rem;left:0.59375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lGAL7yah6MbiioZWafB1K4ddhx5ITfdT { width:18.9375rem;height:14.125rem;top:19.25rem;left:0.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QgcRTBindWWzTyEcCFnUiHRwhGFVCLK5 { width:20rem;height:3.4121125rem;top:1.54833984375rem;left:0rem;font-size:1.3125rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys { background-color:#660100;background-image:none;display:block; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container { background-color: transparent; background-image: none; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container > .video-iframe-container { display: none; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row > .video-iframe-container { display: none; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .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); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5trEROGUq9CUhAg79bx9B4bT78Za01T { width:20rem;height:0;top:13.15625rem;left:1.53125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #aQmwSwzfPDrfIRvFDcfC0oXIQ8xAGDhE { width:16.125rem;height:3.65625rem;top:8.6865234375rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiCArpZdurtTiOnhGPxyMR9TiEt1G0gr { width:20rem;height:3.4121125rem;top:2.45703125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xyr084QTN7VlWQzzyrZrqXqgbqt8W7BR { width:14.625rem;height:1.70605625rem;top:6.66796875rem;left:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfM9Pips3U5zT5JhK6irwNdQfdpXcqtq { width:14.625rem;height:1.70605625rem;top:13.60595703125rem;left:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic7AGgTEeITfwkwg2GPC9AiClOGh2kHJ { width:18rem;height:3.65625rem;top:15.75rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eri6WDUqG1xgpcZSh838MpOLTMutzvdD { width:14.625rem;height:1.70605625rem;top:20.70947265625rem;left:2.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAdpAqdXwH4ri9QXml7VTs4FMU0BGpXk { width:17.625rem;height:3.65625rem;top:22.7626953125rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTL8K439yJnbLilWz3TfeCtT0vEXQvly { background-color:#660100;background-image:url("https://images.assets-landingi.com/uc/c54d11b6-ce91-4185-a90a-9c368c02c63f/fumocopy.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly.adaptive-delivery-prevent-bg, #wTL8K439yJnbLilWz3TfeCtT0vEXQvly.lazyload, #wTL8K439yJnbLilWz3TfeCtT0vEXQvly.lazyloading { background-image: none; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container { background-color: transparent; background-image: none; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container > .video-iframe-container { display: none; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row > .video-iframe-container { display: none; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .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); }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5GfbPGhZ0PbNeD8mWAnXH5Gb61IHmLE { width:20rem;height:0;top:13.15625rem;left:1.53125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #ilfzdOHW7o3qTWlmOX9I230pTvSuMUSl { width:13.1875rem;height:2.6875rem;top:1.25rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0eCLb1q1PSSUb7qJvd8Rn0RAMdV0VM3 { display:block; }
 }@media only screen and (max-width: 763px) { #G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 { background-color:rgba(255,255,255,0.96);background-image:none;display:block; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container { background-color: transparent; background-image: none; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container > .video-iframe-container { display: none; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row > .video-iframe-container { display: none; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .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); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxw66wwaTTxb4cxcypXk5wPBu8RuJc6u { width:20rem;height:0.89355625rem;top:3.005859375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hGB9kzb4RH8MlT9muWHhIWTAHukvb5e4 { width:19.3125rem;height:0.9746125rem;top:1.46875rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTpmprsdso30GFgTIvMk092aID8lwcKd { width:2rem;height:2rem;top:4.4375rem;left:6.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbwrGWxzipxdhQQ88iI086TlKiqy2HZn { width:2rem;height:2rem;top:4.4375rem;left:8rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr1acPFAiSCvpw9KT4gBdb77XXIKPX5x { width:2rem;height:2rem;top:4.4375rem;left:10rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFozcSQTmdNiSXFZ7erOD99n0sKG1mlh { width:2rem;height:2rem;top:4.4375rem;left:12rem;font-size:1.375rem;display:block; }
 }