.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5e2ffe6f-908b-49ea-95e6-d9dbe6c86121/Backgroundmin.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;overflow:visible;position:relative;display:block; }#MBBPOSGpZLbAgMGMrdAM7Ma2Pktha4hq { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32rem;width:58.5rem;top:1.75rem;left:8.25rem;overflow:hidden;display:block; }
#ThRBtZzSIT4yJt1T9AbznOzcuuz5T1WN { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45.125rem;width:61rem;top:0rem;left:7rem;overflow:hidden;display:block; }
#eQBqQtXbmkvE97kd0gwEBQMAw4G9bbPF { color:#ffffff;display:block;width:31.0625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.25rem 0rem rgba(91,4,0,0.72);top:28rem;left:21.96875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WTNVg5ZELMBydOrCflrILshBIFhWgIby { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.625rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Gbz2VP8uXsaZmNX1yuaKLCUTU8cEMsQt { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:20rem;display:none; }
#rJhoFMkx0IJc8R0zAQQnuMloV3PZxWPK { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:36.875rem;display:none; }
#TRlbswBGTW3kTAdSvF0wnTMXcUrBLB7t { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.3125rem;width:27.5625rem;display:none; }
#LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e2f33;background-image:url("https://images.assets-landingi.com/uc/5e2ffe6f-908b-49ea-95e6-d9dbe6c86121/Backgroundmin.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD.adaptive-delivery-prevent-bg, #LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD.lazyload, #LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD.lazyloading { background-image: none; }#LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD > .row .container { background-color: transparent; background-image: none; }#LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD > .row .container > .video-iframe-container { display: none; }#LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD > .row > .video-iframe-container { display: none; }#LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD > .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); }#LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD > .row .container { border-width: 0; border-radius: 0; }#LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD > .row .container { font-size:0.875rem;font-family:arial;height:68.5rem;width:75rem;position:relative;display:block; }#mb3l0k8oAAMpQRypzxJiCZs3bnDLow8s { position:absolute;display:block;z-index:100009;height:31.0625rem;width:34.375rem;top:10.6875rem;left:36.9375rem;display:block; }
#a3OfZzDxf2UIA86Bs8qSBKOHEV0PlzTC { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:40.375rem;width:37.125rem;top:3rem;left:35.5625rem;display:block; }
#OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffe100;padding-top:1.328125rem;padding-right:1.1925rem;padding-bottom:1.328125rem;padding-left:1.1925rem;display:block;align-items:center;width:7.150625rem;min-width:7.150625rem;height:7.1375rem;position:relative;font-family:"open sans";font-size:5.3125rem;font-weight:700;line-height:114.2px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem; }
#OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.830625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:9.535rem;height:2.82rem;position:relative;font-family:poppins;font-size:1.9925rem;font-weight:700;line-height:45.12px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:42.125rem;height:13.444375rem;padding-top:1.66rem;padding-right:1.703125rem;padding-bottom:1.66rem;padding-left:1.703125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:49.833984375rem;left:14.640625rem;z-index:100011; }
#OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #eATrT21cgBR7XkpMcGzOMTBMuXvB7n44 { display:flex;position:relative;top:0rem;left:0rem; }
#OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #doldZugfI0DhWnGPcq6ROUOti0JSqePh { width:auto; }
#OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #oN9rcr3niKwKd9S4qXP2LRvdBBmuV805 {  }
#OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #gX0vVlzw89bUzKK5ZyI8ciJzIsCvtitW { display:flex;position:relative;top:0rem;left:0rem; }
#OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #DGMpOKFeAfixSxxZSbXus7CeFJ42Qk4c {  }
#OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #oAbaI1cAeW6SXKB1dhyoSnvO3xTSc3AG {  }
#OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #pKwGk2K3TMs8B1oowGVQ091wUzW3hRHu { display:flex;position:relative;top:0rem;left:0rem; }
#OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #weIJXQa9zNciBtzw43xJvpPJMIop5RO6 {  }
#OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #AeAHF9VcisAGP9g5REHZm97vbEKBeLMV {  }
#OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #MiUqVZQpLaO1Dy8wPFiHfDDxohFRreMz { display:flex;position:relative;top:0rem;left:0rem; }
#OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #U7dTPOLJQHwWrsFsxCEtUUT8tDiU1tx8 {  }
#OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #acKWehiyh08gfyLwhKEQt5xCCzl7EEa8 {  }
#uTcEScm4U3d4glJyB5vgB4ptOeDVTxHh { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;height:21.3125rem;width:70.25rem;top:44.841796875rem;left:2.375rem;display:block; }
#cBvIM1ZhsNXdp2B2mUF8FOF6GQ9LI3cx { color:#000000;display:block;width:63.625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100012;line-height:1.1;letter-spacing:0;top:46.583984375rem;left:5.6875rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cnEzvLqKhkttrGCeQTg5R5a32s0db7zp { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:"luckiest guy";font-size:3.5625rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.375rem 0rem rgba(0,0,0,0.5);top:4.125rem;left:41.875rem;height:4.63125rem;text-align:center;text-align-last:center;display:block; }
#J2EIGzFcaIM6DNTb7lMQ0N90Wf37X02Z { position:absolute;display:block;z-index:100012;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:6.6875rem;width:37.125rem;top:3rem;left:35.5625rem;display:block; }
#a8mTlOWXtBQ7tnTg1Z3cJdTzPVd7uGrC { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39.75rem;width:40.75rem;top:3.3125rem;left:0rem;overflow:hidden;display:block; }
#Gz9xWw5Fl8maF1CKae0MrgAz2Ozaz5U8 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.625rem;width:40rem;display:none; }
#tiSXQBwM9SsHFXD0RAvgM8f1E8zOPAh9 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:20rem;display:none; }
#wdxPNrtyZdKIeq0iRlRfoTBpPgvzOtKl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3a3a3a;background-image:url("https://images.assets-landingi.com/uc/5e2ffe6f-908b-49ea-95e6-d9dbe6c86121/Backgroundmin.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#wdxPNrtyZdKIeq0iRlRfoTBpPgvzOtKl.adaptive-delivery-prevent-bg, #wdxPNrtyZdKIeq0iRlRfoTBpPgvzOtKl.lazyload, #wdxPNrtyZdKIeq0iRlRfoTBpPgvzOtKl.lazyloading { background-image: none; }#wdxPNrtyZdKIeq0iRlRfoTBpPgvzOtKl > .row .container { background-color: transparent; background-image: none; }#wdxPNrtyZdKIeq0iRlRfoTBpPgvzOtKl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wdxPNrtyZdKIeq0iRlRfoTBpPgvzOtKl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wdxPNrtyZdKIeq0iRlRfoTBpPgvzOtKl > .row .container > .video-iframe-container { display: none; }#wdxPNrtyZdKIeq0iRlRfoTBpPgvzOtKl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wdxPNrtyZdKIeq0iRlRfoTBpPgvzOtKl > .row > .video-iframe-container { display: none; }#wdxPNrtyZdKIeq0iRlRfoTBpPgvzOtKl > .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); }#wdxPNrtyZdKIeq0iRlRfoTBpPgvzOtKl > .row .container { border-width: 0; border-radius: 0; }#wdxPNrtyZdKIeq0iRlRfoTBpPgvzOtKl > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#XPoB0wEZHET2TqJScc7ENZM1bDSBezpG { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.75rem;left:1.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZgEtDZpBJXZZrrhEXJkAmVe13CiJgTVV { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:5.5rem;left:1.3125rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#sfvM1KWxTM4NTbGsuyAHOPIKpAnc0r34 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.75rem;left:18.125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kPccsptxJV7eJaMuFE9WcP0ExXf0PXIk { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:5.875rem;left:18.0625rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#L3hKrRzdBGlN6sOw5TzGrLsnVvkXqSt2 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.75rem;left:34.875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g7hNuMvGrAPI8qlU4yfeiHeCOdB7JvUE { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:5.5rem;left:34.875rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#JAU7w62ztw2GTJdq3uMkOPOvdUpTPh2S { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.75rem;left:54.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A0lQ7xNu8NL80iTZIvLvzaF7yDQ0nJfZ { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:5.5rem;left:53.125rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#MdC115x2qHXHzI0k0TrsH6qEfd55pD9y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c421e923-0311-4452-914e-7f49f9dbdac5/Forbackground02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#MdC115x2qHXHzI0k0TrsH6qEfd55pD9y.adaptive-delivery-prevent-bg, #MdC115x2qHXHzI0k0TrsH6qEfd55pD9y.lazyload, #MdC115x2qHXHzI0k0TrsH6qEfd55pD9y.lazyloading { background-image: none; }#MdC115x2qHXHzI0k0TrsH6qEfd55pD9y > .row .container { background-color: transparent; background-image: none; }#MdC115x2qHXHzI0k0TrsH6qEfd55pD9y::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MdC115x2qHXHzI0k0TrsH6qEfd55pD9y > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MdC115x2qHXHzI0k0TrsH6qEfd55pD9y > .row .container > .video-iframe-container { display: none; }#MdC115x2qHXHzI0k0TrsH6qEfd55pD9y > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MdC115x2qHXHzI0k0TrsH6qEfd55pD9y > .row > .video-iframe-container { display: none; }#MdC115x2qHXHzI0k0TrsH6qEfd55pD9y > .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); }#MdC115x2qHXHzI0k0TrsH6qEfd55pD9y > .row .container { border-width: 0; border-radius: 0; }#MdC115x2qHXHzI0k0TrsH6qEfd55pD9y > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#BdGBRmrTgfo8RbZfqqKxdavgHVluTfNB { color:#ffe100;display:block;width:63.25rem;position:absolute;font-family:"poppins extra bold";font-size:2.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.3179683685302rem;left:5.875rem;height:3.7375rem;font-style:normal;display:block; }
#nUsSXVPzaFQkfgxaEgt0ZXCv8Tx98Uxd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5e2ffe6f-908b-49ea-95e6-d9dbe6c86121/Backgroundmin.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#nUsSXVPzaFQkfgxaEgt0ZXCv8Tx98Uxd.adaptive-delivery-prevent-bg, #nUsSXVPzaFQkfgxaEgt0ZXCv8Tx98Uxd.lazyload, #nUsSXVPzaFQkfgxaEgt0ZXCv8Tx98Uxd.lazyloading { background-image: none; }#nUsSXVPzaFQkfgxaEgt0ZXCv8Tx98Uxd > .row .container { background-color: transparent; background-image: none; }#nUsSXVPzaFQkfgxaEgt0ZXCv8Tx98Uxd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nUsSXVPzaFQkfgxaEgt0ZXCv8Tx98Uxd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nUsSXVPzaFQkfgxaEgt0ZXCv8Tx98Uxd > .row .container > .video-iframe-container { display: none; }#nUsSXVPzaFQkfgxaEgt0ZXCv8Tx98Uxd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nUsSXVPzaFQkfgxaEgt0ZXCv8Tx98Uxd > .row > .video-iframe-container { display: none; }#nUsSXVPzaFQkfgxaEgt0ZXCv8Tx98Uxd > .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); }#nUsSXVPzaFQkfgxaEgt0ZXCv8Tx98Uxd > .row .container { border-width: 0; border-radius: 0; }#nUsSXVPzaFQkfgxaEgt0ZXCv8Tx98Uxd > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#e6T7Z7Xd4bFF0dDLC8BEmJNX0tX4DX70 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:9.75rem;width:13.8125rem;top:2.0992193222046rem;left:2.46875rem;overflow:hidden;display:block; }
#tw4RxIZ56AihlI2ZMtmkWX0gD9GlwD0z { z-index:100001;top:13.224999427796rem;left:2.34375rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins extra bold";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bu2MqVIWGePAFDXLOsNKGUxxBoTrb1H3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ALZFffBJKf29UMmrNbi6v5TKNDPKG0rQ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:9.75rem;width:13.8125rem;top:2.0992193222046rem;left:21.1875rem;overflow:hidden;display:block; }
#EtvIlIWDcgHWy8p9xIieumvoTT5PhcKx { z-index:100002;top:13.224999427796rem;left:21.09375rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins extra bold";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#R4s4w2tezxiw1WVDLqLpodVOWnVZS83I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AUn6CIcH4Ga2KvU2dWuV0psKtTSprknE { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:9.75rem;width:13.8125rem;top:2.0992193222046rem;left:39.968751907349rem;overflow:hidden;display:block; }
#gIabswCcH6TBcSaQakT2dMr0ZT1nbMb4 { z-index:100003;top:13.224999427796rem;left:39.843751907349rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins extra bold";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZnoxlUtwLKy57GdUc4zRHE6bSu9QJiz5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zTCoyvEPtrVZAR1vywTyPy1e1wEFAkwX { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.5) ;height:9.75rem;width:13.8125rem;top:2.0992193222046rem;left:58.718748092651rem;overflow:hidden;display:block; }
#g8uc83ctwyJJQ0ZoZKQLhrM0GaJBs1sO { z-index:100004;top:13.224999427796rem;left:58.593748092651rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins extra bold";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#n5JLfFGa4WbJ2wNvIKTGZzlB91EE533R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mqwzcN7mOGo58tS8BGmnDMLZA7eaO0AZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;z-index:auto;display:block; }#mqwzcN7mOGo58tS8BGmnDMLZA7eaO0AZ > .row .container { background-color: transparent; background-image: none; }#mqwzcN7mOGo58tS8BGmnDMLZA7eaO0AZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mqwzcN7mOGo58tS8BGmnDMLZA7eaO0AZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mqwzcN7mOGo58tS8BGmnDMLZA7eaO0AZ > .row .container > .video-iframe-container { display: none; }#mqwzcN7mOGo58tS8BGmnDMLZA7eaO0AZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mqwzcN7mOGo58tS8BGmnDMLZA7eaO0AZ > .row > .video-iframe-container { display: none; }#mqwzcN7mOGo58tS8BGmnDMLZA7eaO0AZ > .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); }#mqwzcN7mOGo58tS8BGmnDMLZA7eaO0AZ > .row .container { border-width: 0; border-radius: 0; }#mqwzcN7mOGo58tS8BGmnDMLZA7eaO0AZ > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBBPOSGpZLbAgMGMrdAM7Ma2Pktha4hq { top:1.75rem;left:0rem;width:47.75rem;height:26.119658119658rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThRBtZzSIT4yJt1T9AbznOzcuuz5T1WN { top:0rem;left:0rem;width:47.75rem;height:35.323258196721rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQBqQtXbmkvE97kd0gwEBQMAw4G9bbPF { top:28rem;left:8.34375rem;width:31.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTNVg5ZELMBydOrCflrILshBIFhWgIby { top:0rem;left:0rem;width:47.75rem;height:12.494583333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbz2VP8uXsaZmNX1yuaKLCUTU8cEMsQt { width:20rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJhoFMkx0IJc8R0zAQQnuMloV3PZxWPK { width:36.875rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRlbswBGTW3kTAdSvF0wnTMXcUrBLB7t { width:27.5625rem;height:28.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD { display:block; }#LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mb3l0k8oAAMpQRypzxJiCZs3bnDLow8s { top:10.6875rem;left:13.375rem;width:34.375rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3OfZzDxf2UIA86Bs8qSBKOHEV0PlzTC { top:3rem;left:10.625rem;width:37.125rem;height:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH { display:flex;width:18rem;height:5.0625rem;top:32.75rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #eATrT21cgBR7XkpMcGzOMTBMuXvB7n44 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #doldZugfI0DhWnGPcq6ROUOti0JSqePh {  }
 }@media only screen and (max-width: 763px) { #OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #oN9rcr3niKwKd9S4qXP2LRvdBBmuV805 {  }
 }@media only screen and (max-width: 763px) { #OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #gX0vVlzw89bUzKK5ZyI8ciJzIsCvtitW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #DGMpOKFeAfixSxxZSbXus7CeFJ42Qk4c {  }
 }@media only screen and (max-width: 763px) { #OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #oAbaI1cAeW6SXKB1dhyoSnvO3xTSc3AG {  }
 }@media only screen and (max-width: 763px) { #OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #pKwGk2K3TMs8B1oowGVQ091wUzW3hRHu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #weIJXQa9zNciBtzw43xJvpPJMIop5RO6 {  }
 }@media only screen and (max-width: 763px) { #OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #AeAHF9VcisAGP9g5REHZm97vbEKBeLMV {  }
 }@media only screen and (max-width: 763px) { #OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #MiUqVZQpLaO1Dy8wPFiHfDDxohFRreMz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #U7dTPOLJQHwWrsFsxCEtUUT8tDiU1tx8 {  }
 }@media only screen and (max-width: 763px) { #OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #acKWehiyh08gfyLwhKEQt5xCCzl7EEa8 {  }
 }@media only screen and (max-width: 763px) { #uTcEScm4U3d4glJyB5vgB4ptOeDVTxHh { top:44.8125rem;left:0rem;width:47.75rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBvIM1ZhsNXdp2B2mUF8FOF6GQ9LI3cx { top:46.5625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnEzvLqKhkttrGCeQTg5R5a32s0db7zp { top:4.125rem;left:23.25rem;width:24.5rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2EIGzFcaIM6DNTb7lMQ0N90Wf37X02Z { top:3rem;left:10.625rem;width:37.125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8mTlOWXtBQ7tnTg1Z3cJdTzPVd7uGrC { top:3.3125rem;left:0rem;width:40.75rem;height:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz9xWw5Fl8maF1CKae0MrgAz2Ozaz5U8 { width:40rem;height:32.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tiSXQBwM9SsHFXD0RAvgM8f1E8zOPAh9 { width:20rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #wdxPNrtyZdKIeq0iRlRfoTBpPgvzOtKl { display:block; }#wdxPNrtyZdKIeq0iRlRfoTBpPgvzOtKl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPoB0wEZHET2TqJScc7ENZM1bDSBezpG { width:15.625rem;height:3.25rem;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgEtDZpBJXZZrrhEXJkAmVe13CiJgTVV { width:15.625rem;height:1.6875rem;top:5.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfvM1KWxTM4NTbGsuyAHOPIKpAnc0r34 { width:15.625rem;height:3.25rem;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPccsptxJV7eJaMuFE9WcP0ExXf0PXIk { width:15.625rem;height:1.6875rem;top:5.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3hKrRzdBGlN6sOw5TzGrLsnVvkXqSt2 { width:15.625rem;height:3.25rem;top:1.75rem;left:8.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7hNuMvGrAPI8qlU4yfeiHeCOdB7JvUE { width:15.625rem;height:1.6875rem;top:5.5rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAU7w62ztw2GTJdq3uMkOPOvdUpTPh2S { width:15.625rem;height:3.25rem;top:1.75rem;left:20.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0lQ7xNu8NL80iTZIvLvzaF7yDQ0nJfZ { width:17.875rem;height:1.6875rem;top:5.5rem;left:17.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdC115x2qHXHzI0k0TrsH6qEfd55pD9y { display:block; }#MdC115x2qHXHzI0k0TrsH6qEfd55pD9y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdGBRmrTgfo8RbZfqqKxdavgHVluTfNB { top:1.3125rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUsSXVPzaFQkfgxaEgt0ZXCv8Tx98Uxd { display:block; }#nUsSXVPzaFQkfgxaEgt0ZXCv8Tx98Uxd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6T7Z7Xd4bFF0dDLC8BEmJNX0tX4DX70 { top:2.0625rem;left:0rem;width:13.8125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw4RxIZ56AihlI2ZMtmkWX0gD9GlwD0z { top:13.1875rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu2MqVIWGePAFDXLOsNKGUxxBoTrb1H3 { display:block; }
 }@media only screen and (max-width: 763px) { #ALZFffBJKf29UMmrNbi6v5TKNDPKG0rQ { top:2.0625rem;left:10.0625rem;width:13.8125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtvIlIWDcgHWy8p9xIieumvoTT5PhcKx { top:13.1875rem;left:9.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4s4w2tezxiw1WVDLqLpodVOWnVZS83I { display:block; }
 }@media only screen and (max-width: 763px) { #AUn6CIcH4Ga2KvU2dWuV0psKtTSprknE { top:2.0625rem;left:22rem;width:13.8125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIabswCcH6TBcSaQakT2dMr0ZT1nbMb4 { top:13.1875rem;left:21.75rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnoxlUtwLKy57GdUc4zRHE6bSu9QJiz5 { display:block; }
 }@media only screen and (max-width: 763px) { #zTCoyvEPtrVZAR1vywTyPy1e1wEFAkwX { top:2.0625rem;left:33.9375rem;width:13.8125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8uc83ctwyJJQ0ZoZKQLhrM0GaJBs1sO { top:13.1875rem;left:33.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5JLfFGa4WbJ2wNvIKTGZzlB91EE533R { display:block; }
 }@media only screen and (max-width: 763px) { #mqwzcN7mOGo58tS8BGmnDMLZA7eaO0AZ { display:block; }#mqwzcN7mOGo58tS8BGmnDMLZA7eaO0AZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBBPOSGpZLbAgMGMrdAM7Ma2Pktha4hq { width:20rem;height:10.940170940171rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThRBtZzSIT4yJt1T9AbznOzcuuz5T1WN { width:20rem;height:14.795081967213rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQBqQtXbmkvE97kd0gwEBQMAw4G9bbPF { width:17.5625rem;height:1.625rem;top:17.484375rem;left:1.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTNVg5ZELMBydOrCflrILshBIFhWgIby { width:20rem;height:5.2333333333333rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gbz2VP8uXsaZmNX1yuaKLCUTU8cEMsQt { top:0rem;left:0rem;width:12.625rem;height:12.625rem;z-index:99999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rJhoFMkx0IJc8R0zAQQnuMloV3PZxWPK { top:3.484375rem;left:0rem;width:20rem;height:16.9375rem;z-index:100010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TRlbswBGTW3kTAdSvF0wnTMXcUrBLB7t { top:0.625rem;left:10.5rem;width:9.5rem;height:9.75rem;z-index:99998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD { display:block; }#LIDXBrURi3AeNh9eXaBDosvHNDCNFsSD > .row .container { width:20rem;height:69.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mb3l0k8oAAMpQRypzxJiCZs3bnDLow8s { width:19.1875rem;height:31.8125rem;top:19.4375rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3OfZzDxf2UIA86Bs8qSBKOHEV0PlzTC { width:20rem;height:36.125rem;top:15.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH { display:flex;width:18rem;height:5.0625rem;top:60.25rem;left:-0.5rem; }
 }@media only screen and (max-width: 763px) { #OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #eATrT21cgBR7XkpMcGzOMTBMuXvB7n44 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #doldZugfI0DhWnGPcq6ROUOti0JSqePh {  }
 }@media only screen and (max-width: 763px) { #OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #oN9rcr3niKwKd9S4qXP2LRvdBBmuV805 {  }
 }@media only screen and (max-width: 763px) { #OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #gX0vVlzw89bUzKK5ZyI8ciJzIsCvtitW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #DGMpOKFeAfixSxxZSbXus7CeFJ42Qk4c {  }
 }@media only screen and (max-width: 763px) { #OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #oAbaI1cAeW6SXKB1dhyoSnvO3xTSc3AG {  }
 }@media only screen and (max-width: 763px) { #OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #pKwGk2K3TMs8B1oowGVQ091wUzW3hRHu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #weIJXQa9zNciBtzw43xJvpPJMIop5RO6 {  }
 }@media only screen and (max-width: 763px) { #OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #AeAHF9VcisAGP9g5REHZm97vbEKBeLMV {  }
 }@media only screen and (max-width: 763px) { #OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #MiUqVZQpLaO1Dy8wPFiHfDDxohFRreMz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #U7dTPOLJQHwWrsFsxCEtUUT8tDiU1tx8 {  }
 }@media only screen and (max-width: 763px) { #OUXlkEnKFizKrXHaWMsAnKgd42UTeAhH #acKWehiyh08gfyLwhKEQt5xCCzl7EEa8 {  }
 }@media only screen and (max-width: 763px) { #uTcEScm4U3d4glJyB5vgB4ptOeDVTxHh { width:20rem;height:14.625rem;top:53.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBvIM1ZhsNXdp2B2mUF8FOF6GQ9LI3cx { width:17.9375rem;height:3.7125rem;top:54.75rem;left:1.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnEzvLqKhkttrGCeQTg5R5a32s0db7zp { width:20rem;height:2.6rem;top:14.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2EIGzFcaIM6DNTb7lMQ0N90Wf37X02Z { width:20rem;height:4.625rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8mTlOWXtBQ7tnTg1Z3cJdTzPVd7uGrC { width:20rem;height:19.509202453987rem;top:3.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gz9xWw5Fl8maF1CKae0MrgAz2Ozaz5U8 { top:0rem;left:0rem;width:20rem;height:16.3125rem;z-index:100015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tiSXQBwM9SsHFXD0RAvgM8f1E8zOPAh9 { top:0rem;left:6.5rem;width:13.375rem;height:13.375rem;z-index:100007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wdxPNrtyZdKIeq0iRlRfoTBpPgvzOtKl { display:block; }#wdxPNrtyZdKIeq0iRlRfoTBpPgvzOtKl > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPoB0wEZHET2TqJScc7ENZM1bDSBezpG { width:12.5rem;height:3.6375rem;top:2.875rem;left:3.75rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZgEtDZpBJXZZrrhEXJkAmVe13CiJgTVV { width:9.0625rem;height:1.6875rem;top:6.75rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sfvM1KWxTM4NTbGsuyAHOPIKpAnc0r34 { width:12.5rem;height:3.6375rem;top:11.5625rem;left:3.75rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kPccsptxJV7eJaMuFE9WcP0ExXf0PXIk { width:9.0625rem;height:1.6875rem;top:15.625rem;left:5.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L3hKrRzdBGlN6sOw5TzGrLsnVvkXqSt2 { width:12.5rem;height:3.6375rem;top:20.5rem;left:3.75rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g7hNuMvGrAPI8qlU4yfeiHeCOdB7JvUE { width:11.4375rem;height:1.6875rem;top:24.3125rem;left:4.9375001788139rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JAU7w62ztw2GTJdq3uMkOPOvdUpTPh2S { width:12.5rem;height:3.6375rem;top:29.0625rem;left:3.75rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A0lQ7xNu8NL80iTZIvLvzaF7yDQ0nJfZ { width:11rem;height:3.375rem;top:33.3125rem;left:4.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdC115x2qHXHzI0k0TrsH6qEfd55pD9y { display:block; }#MdC115x2qHXHzI0k0TrsH6qEfd55pD9y > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdGBRmrTgfo8RbZfqqKxdavgHVluTfNB { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nUsSXVPzaFQkfgxaEgt0ZXCv8Tx98Uxd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5e2ffe6f-908b-49ea-95e6-d9dbe6c86121/Backgroundmin.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nUsSXVPzaFQkfgxaEgt0ZXCv8Tx98Uxd.adaptive-delivery-prevent-bg, #nUsSXVPzaFQkfgxaEgt0ZXCv8Tx98Uxd.lazyload, #nUsSXVPzaFQkfgxaEgt0ZXCv8Tx98Uxd.lazyloading { background-image: none; }#nUsSXVPzaFQkfgxaEgt0ZXCv8Tx98Uxd > .row .container { background-color: transparent; background-image: none; }#nUsSXVPzaFQkfgxaEgt0ZXCv8Tx98Uxd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nUsSXVPzaFQkfgxaEgt0ZXCv8Tx98Uxd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nUsSXVPzaFQkfgxaEgt0ZXCv8Tx98Uxd > .row .container > .video-iframe-container { display: none; }#nUsSXVPzaFQkfgxaEgt0ZXCv8Tx98Uxd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nUsSXVPzaFQkfgxaEgt0ZXCv8Tx98Uxd > .row > .video-iframe-container { display: none; }#nUsSXVPzaFQkfgxaEgt0ZXCv8Tx98Uxd > .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); }#nUsSXVPzaFQkfgxaEgt0ZXCv8Tx98Uxd > .row .container { width:20rem;height:71.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6T7Z7Xd4bFF0dDLC8BEmJNX0tX4DX70 { width:13.8125rem;height:9.75rem;top:1.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw4RxIZ56AihlI2ZMtmkWX0gD9GlwD0z { top:12.25rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu2MqVIWGePAFDXLOsNKGUxxBoTrb1H3 { display:block; }
 }@media only screen and (max-width: 763px) { #ALZFffBJKf29UMmrNbi6v5TKNDPKG0rQ { width:13.8125rem;height:9.75rem;top:18.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtvIlIWDcgHWy8p9xIieumvoTT5PhcKx { top:29.75rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4s4w2tezxiw1WVDLqLpodVOWnVZS83I { display:block; }
 }@media only screen and (max-width: 763px) { #AUn6CIcH4Ga2KvU2dWuV0psKtTSprknE { width:13.8125rem;height:9.75rem;top:36.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIabswCcH6TBcSaQakT2dMr0ZT1nbMb4 { top:47.5rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnoxlUtwLKy57GdUc4zRHE6bSu9QJiz5 { display:block; }
 }@media only screen and (max-width: 763px) { #zTCoyvEPtrVZAR1vywTyPy1e1wEFAkwX { width:13.8125rem;height:9.75rem;top:54rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8uc83ctwyJJQ0ZoZKQLhrM0GaJBs1sO { top:65rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5JLfFGa4WbJ2wNvIKTGZzlB91EE533R { display:block; }
 }@media only screen and (max-width: 763px) { #mqwzcN7mOGo58tS8BGmnDMLZA7eaO0AZ { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#mqwzcN7mOGo58tS8BGmnDMLZA7eaO0AZ > .row .container { background-color: transparent; background-image: none; }#mqwzcN7mOGo58tS8BGmnDMLZA7eaO0AZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mqwzcN7mOGo58tS8BGmnDMLZA7eaO0AZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mqwzcN7mOGo58tS8BGmnDMLZA7eaO0AZ > .row .container > .video-iframe-container { display: none; }#mqwzcN7mOGo58tS8BGmnDMLZA7eaO0AZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mqwzcN7mOGo58tS8BGmnDMLZA7eaO0AZ > .row > .video-iframe-container { display: none; }#mqwzcN7mOGo58tS8BGmnDMLZA7eaO0AZ > .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); }#mqwzcN7mOGo58tS8BGmnDMLZA7eaO0AZ > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }