.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;
}
body { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e1ae8f95-7164-48d8-9a0e-c2159aed5489/Kopiawww1.gif");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk.adaptive-delivery-prevent-bg, #Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk.lazyload, #Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk.lazyloading { background-image: none; }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk > .row .container { background-color: transparent; background-image: none; }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk > .row .container > .video-iframe-container { display: none; }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk > .row > .video-iframe-container { display: none; }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk > .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); }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk > .row .container { border-width: 0; border-radius: 0; }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;overflow:visible;position:relative;display:block; }#eI7HOawkSsLy50TeDGD52TkOzzFhIwL0 { color:#fff0c7;display:block;width:15.9375rem;position:absolute;font-family:"heavy equipment font";font-size:3.875rem;font-weight:400;z-index:15009;line-height:.8;letter-spacing:0;top:8.9375rem;left:19.6875rem;height:3.0995rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il .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; }
#enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0.7125rem;padding-right:0.620625rem;padding-bottom:0.7125rem;padding-left:0.620625rem;display:block;align-items:center;width:3.725625rem;min-width:3.725625rem;height:3.83rem;position:relative;font-family:comfortaa;font-size:2.85125rem;font-weight:700;line-height:61.28px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.445rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.9675rem;height:1.515rem;position:relative;font-family:comfortaa;font-size:1.06875rem;font-weight:400;line-height:24.24px;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; }
#enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il { 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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:23.875rem;height:7.215rem;padding-top:0.890625rem;padding-right:0.886875rem;padding-bottom:0.890625rem;padding-left:0.886875rem;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:12rem;left:18.0625rem;z-index:15018; }
#enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #JDz8W0FJcxmZ7yQKhQPeHZqBEt84paa7 { display:flex;position:relative;top:0rem;left:0rem; }
#enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #lEa8CydWKkFACW3I0h7eHRXSUnWODe0d { width:auto; }
#enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #I6LTygXgt3wVuxLOXTEbnyICKWcpTTLZ {  }
#enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #gERTveIM6LizLaVx7US7UUA39fWITgOI { display:flex;position:relative;top:0rem;left:0rem; }
#enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #dxq00EnvB0u9SnMDzkkCfalavFaPDRRK {  }
#enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #ZKaQXhV69NgND7QSgwJHQPJZT7r1W2FU {  }
#enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #hUpNFV6NbPTkLXXknTIwO5MHGTpMSaKA { display:flex;position:relative;top:0rem;left:0rem; }
#enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #OwJq8Xq77LazoyuXkMLiRXm5mrqXMQf7 {  }
#enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #wTWmGGkTbEbSrru1Opk6wVEa2AH3Nxpk {  }
#enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #TNVOLEW113iWOCzSU3FghKEMTM8b3qGr { display:flex;position:relative;top:0rem;left:0rem; }
#enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #Tq055MkxauNTUMsTLc9wMUAtAftqeg2J {  }
#enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #FTAsDXHJ5HLyPttG5IA5FbfJxuunb4Dp {  }
#oMrHHaTFu1Ot6vsoLUxtxpMb0t6b3L02 { color:#fff0c7;display:block;width:5.625rem;position:absolute;font-family:"heavy equipment font";font-size:2.25rem;font-weight:400;z-index:15010;line-height:.8;letter-spacing:0;top:10.1875rem;left:35.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TEo9Nku4FcIlZfrNg4e49gKDTt5AEZ3p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#TEo9Nku4FcIlZfrNg4e49gKDTt5AEZ3p > .row .container { background-color: transparent; background-image: none; }#TEo9Nku4FcIlZfrNg4e49gKDTt5AEZ3p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEo9Nku4FcIlZfrNg4e49gKDTt5AEZ3p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEo9Nku4FcIlZfrNg4e49gKDTt5AEZ3p > .row .container > .video-iframe-container { display: none; }#TEo9Nku4FcIlZfrNg4e49gKDTt5AEZ3p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEo9Nku4FcIlZfrNg4e49gKDTt5AEZ3p > .row > .video-iframe-container { display: none; }#TEo9Nku4FcIlZfrNg4e49gKDTt5AEZ3p > .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); }#TEo9Nku4FcIlZfrNg4e49gKDTt5AEZ3p > .row .container { border-width: 0; border-radius: 0; }#TEo9Nku4FcIlZfrNg4e49gKDTt5AEZ3p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TEo9Nku4FcIlZfrNg4e49gKDTt5AEZ3p > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:60rem;position:relative;display:block; }#RQlbEPT8TkiRzh3PgLp8ohzEo2mFsSOV { color:#ffffff;display:block;width:5.5rem;position:absolute;font-family:"heavy equipment font";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.1875rem;left:27.625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ufSEFIgusug81lsoqNTbzHo4JnAXtwmN { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:"heavy equipment font";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.1875rem;left:14.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gKZRwrsepMI8P2V664BM496FTVGhRTQr { color:#ffffff;display:block;width:4.3125rem;position:absolute;font-family:"heavy equipment font";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.1875rem;left:41.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I1enTuPuR58Ihr62EJrSHOzFb4iNtcCC { color:#ffffff;display:block;width:0.625rem;position:absolute;font-family:"heavy equipment font";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:0.9375rem;left:17rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f1V2G60vd5ttXOwwbKtrIyiWAGvR4EQb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.2500009536743rem;left:11.3125rem; }
#GOr5IlPnS9eCO7RWCqupkmQne4c4OTIo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.2500009536743rem;left:47.375rem; }
#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC { position:relative;display:block; }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC { background-color: transparent; background-image: none; }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC > .row .container > .video-iframe-container { display: none; }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC > .row > .video-iframe-container { display: none; }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC > .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); }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC { border-width: 0; border-radius: 0; }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:38.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qLkcJU2yydfT0xcTTvKBmmTALH2TySck { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:comfortaa;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.6875rem;left:2.5rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HMdQ3TEnAu9rZbaLLTeQ4ylb01i3O290 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(111,255,220,0.4) ;height:13.75rem;width:13.75rem;top:7.4375rem;left:23.5625rem;overflow:hidden;display:none; }
#JpLah2fsGIeX9x9xDaAHQDpCRTRrq36y { color:#6fffdc;display:block;width:8.5625rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:13.446733117104rem;left:26.093750953674rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#pBTG4KN7ftzR8tgCM9btNys2GpgUWh2T { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(111,255,220,0.3) ;height:13.75rem;width:13.75rem;top:7.4375rem;left:43.125rem;overflow:hidden;display:none; }
#qBkEXaDO5JmoPht9E5oD2sXI94Mv8yyh { color:#6fffdc;display:block;width:11.4375rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15044;line-height:1.6;letter-spacing:0;top:13.4375rem;left:44.625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MrdATfCOwLPDXPldkIK095VENBOqlX15 { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(253,143,0,0.2) ;height:14.4375rem;width:13.75rem;top:20.125rem;left:3.75rem;overflow:hidden;display:none; }
#IbhhN7KgTKr19QT9c2oJtNSKBVc3Xke6 { color:#fd8f00;display:block;width:2.75rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15052;line-height:1.6;letter-spacing:0;top:25.93124961853rem;left:9.25rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lThVXt4eE0ZgWuSgFd1KDKgz8AkH39k3 { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(253,143,0,0.2) ;height:13.75rem;width:13.75rem;top:20.125rem;left:23.593751907349rem;overflow:hidden;display:none; }
#obNkHtdbaOoTS5kG0qeW8Xz7NQUAq3mA { color:#fd8f00;display:block;width:10.5625rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15052;line-height:1.6;letter-spacing:0;top:25.93124961853rem;left:25.187501907349rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MTG8UDvWDHpFSHu9IBNyRE5U99LfZAyi { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(253,143,0,0.2) ;height:13.625rem;width:13.75rem;top:20.125rem;left:43.3125rem;overflow:hidden;display:none; }
#UwqEnS2JZHE699htl593rphcisxZeAim { color:#fd8f00;display:block;width:5.9375rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15050;line-height:1.6;letter-spacing:0;top:25.93124961853rem;left:47.624219894409rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#DdMdrC3cv0V6L7fE1ASBDk53fKuFXcOv { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:12.5rem;width:12.5rem;top:22.0625rem;left:43.75rem;overflow:hidden;display:block; }
#Hob81Xchk7v3TV1L8fGHbvFwa0d0RvMs { color:#fff0c7;display:block;width:6.25rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:14921;line-height:1.6;letter-spacing:0;top:27.462023735046rem;left:46.875003814698rem;height:1.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uca2xlcqTwTFx7W2VtFrDgeDrLkqUD16 { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(253,143,0,0.2) ;height:13.75rem;width:13.6875rem;top:4.8125rem;left:43.3125rem;overflow:hidden;display:none; }
#Jvoq6qcyagsh5XVKn21GBeX2ktsIBkyT { color:#fd8f00;display:block;width:10.3125rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15052;line-height:1.6;letter-spacing:0;top:10.821875572204rem;left:45.031251907349rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lmypiixRUVpZSISJyi9A1rlwkqMM2IQK { color:#fff0c7;display:block;width:11.125rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:14915;line-height:1.6;letter-spacing:0;top:12.259765625rem;left:24.4375rem;height:1.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SbRAEBIVSIwcPBRWDMVrisi8DAhbChTW { color:#fff0c7;display:block;width:12.249375rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:14927;line-height:1.6;letter-spacing:0;top:12.259114742279rem;left:43.436416625976rem;height:1.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tdyNBm6btRMgNTeD7yCX1E05m0hxUw1c { position:absolute;display:block;z-index:14916;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:12.4375rem;width:12.5rem;top:6.8587243556975rem;left:23.750003814698rem;overflow:hidden;display:block; }
#IZcQQp5Qs1VxpnD4PXlHzX82GGNW5Tgf { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:12.5rem;width:12.5rem;top:6.8272569179537rem;left:43.311634063721rem;overflow:hidden;display:block; }
#VSFMwLtlbI96gQXs485E4sJmhtXUO6wc { color:#fff0c7;display:block;width:11.875rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:14926;line-height:1.6;letter-spacing:0;top:27.462890625rem;left:24.0625rem;height:1.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZbMSH3JvvufT7lEwVkUoPkVxgbNFs7fw { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.0625rem 1.875rem rgba(255,240,199,0.3) ;height:12.6248125rem;width:13.3745625rem;top:21.998697996139rem;left:23.312721252441rem;overflow:hidden;display:block; }
#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70849ae8-2251-4e6f-99aa-5fdc10522f88/_TANZ143.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG.adaptive-delivery-prevent-bg, #LiluxPbT168pqh3iVQXgEgcsIiWSkQEG.lazyload, #LiluxPbT168pqh3iVQXgEgcsIiWSkQEG.lazyloading { background-image: none; }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG > .row .container { background-color: transparent; background-image: none; }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG > .row .container > .video-iframe-container { display: none; }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG > .row > .video-iframe-container { display: none; }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG > .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); }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG > .row .container { border-width: 0; border-radius: 0; }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;overflow:visible;position:relative;display:block; }#SetaidUERGAVu9HDOIKhNzp0k8Nu7f77 { color:#fff0c7;display:block;width:15.9375rem;position:absolute;font-family:"heavy equipment font";font-size:3.875rem;font-weight:400;z-index:15009;line-height:.8;letter-spacing:0;top:8.9375rem;left:19.6875rem;height:3.09895625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu .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; }
#pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0.7125rem;padding-right:0.620625rem;padding-bottom:0.7125rem;padding-left:0.620625rem;display:block;align-items:center;width:3.725625rem;min-width:3.725625rem;height:3.83rem;position:relative;font-family:comfortaa;font-size:2.85125rem;font-weight:700;line-height:61.28px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.445rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.9675rem;height:1.515rem;position:relative;font-family:comfortaa;font-size:1.06875rem;font-weight:400;line-height:24.24px;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; }
#pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu { 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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:23.875rem;height:7.215rem;padding-top:0.890625rem;padding-right:0.886875rem;padding-bottom:0.890625rem;padding-left:0.886875rem;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:12rem;left:18.0625rem;z-index:15018; }
#pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #C3FuIJupkeUhU9CyZXWmyt7qQqlm0EkD { display:flex;position:relative;top:0rem;left:0rem; }
#pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #TaVvOchnVwTTh06kATDi7OgQkwTwdRxk { width:auto; }
#pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #acrLt6GNf4FywNcyFUE5lgyVIuAFTVV5 {  }
#pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #PHS0dsT6f2aM4H8km5eUHkluTgeEuDPR { display:flex;position:relative;top:0rem;left:0rem; }
#pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #eiMwO2hMktcRqEXnNi6ksNVC4rUnpWUn {  }
#pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #G8Vnwpwr26yfVToQC31D0onTOlhHmTxo {  }
#pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #RTWsmloJOX4r7icS631AB1ZhszqxgSBl { display:flex;position:relative;top:0rem;left:0rem; }
#pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #AdW9O4KTsvDT9qTJwqf49FgsWOhdlkh2 {  }
#pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #cqO2UH43enifW9ufhk0uaO0ZABEFPi4T {  }
#pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #RclUsU7LTVQ2wlLhoNVONN3bAFDfWorJ { display:flex;position:relative;top:0rem;left:0rem; }
#pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #U6lOcxTVlPObC0lK9eNKrJ9aZfXvKMA2 {  }
#pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #CKhcuyt7CBb93O730FOtsEsukOX3BrQT {  }
#iwvQSH5hFgKQh8WVSmCkGUsmTt6ioPlP { color:#fff0c7;display:block;width:5.625rem;position:absolute;font-family:"heavy equipment font";font-size:2.25rem;font-weight:400;z-index:15010;line-height:.8;letter-spacing:0;top:10.1875rem;left:35.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H2f2uJPTUcvT93HT08aEyPVFJipZcvsa { position:relative;display:block; }#H2f2uJPTUcvT93HT08aEyPVFJipZcvsa { background-color: transparent; background-image: none; }#H2f2uJPTUcvT93HT08aEyPVFJipZcvsa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2f2uJPTUcvT93HT08aEyPVFJipZcvsa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2f2uJPTUcvT93HT08aEyPVFJipZcvsa > .row .container > .video-iframe-container { display: none; }#H2f2uJPTUcvT93HT08aEyPVFJipZcvsa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2f2uJPTUcvT93HT08aEyPVFJipZcvsa > .row > .video-iframe-container { display: none; }#H2f2uJPTUcvT93HT08aEyPVFJipZcvsa > .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); }#H2f2uJPTUcvT93HT08aEyPVFJipZcvsa { border-width: 0; border-radius: 0; }#H2f2uJPTUcvT93HT08aEyPVFJipZcvsa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H2f2uJPTUcvT93HT08aEyPVFJipZcvsa > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:62.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ZJwJSSVOeDmtGlPvXatTUufRHZnVkVZW { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(111,255,220,0.4) ;height:13.75rem;width:13.75rem;top:7.4375rem;left:23.5625rem;overflow:hidden;display:none; }
#M7QtD1TJVwc1k1u9FQOQSwau0uxQaTcn { color:#6fffdc;display:block;width:8.5625rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:13.446733117104rem;left:26.093750953674rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#bxzdNKyRHnTORCGbt43LD7TBQDCFT666 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(111,255,220,0.3) ;height:13.75rem;width:13.75rem;top:7.4375rem;left:43.125rem;overflow:hidden;display:none; }
#S3nCrgTkdmokFPq6KKTm5ZkWDlvBnVNV { color:#6fffdc;display:block;width:11.4375rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15044;line-height:1.6;letter-spacing:0;top:13.4375rem;left:44.625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ReFeRtTJhCTE68M356JZE5eFEUx2fXRK { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(191,110,241,0.2) ;height:6.5625rem;width:6.5625rem;top:10rem;left:23rem;overflow:hidden;display:none; }
#Dg5ZsHQ038QcLPwQ1xRucqFq1VIUbMCO { color:#bf6ef1;display:block;width:3.5625rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:12.625rem;left:24.5rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#KSw4ZVxNBC8p6xlkuVPd4J6MpKRzuQlk { color:#ffffff;display:block;width:10.8735rem;position:absolute;font-family:comfortaa;font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.8114166259766rem;left:2.4359817504883rem;height:2.84288125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fgR3fPGF0sMTFE1KmvKBr9Ggiu3iPI3g { position:absolute;display:block;z-index:14890;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:25.8125rem;left:11.125rem;overflow:hidden;display:block; }
#o6ykWgIV3WamMxIPN40ZDkgAciTqoknx { color:#fff0c7;display:block;width:4.5rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14848;line-height:1.6;letter-spacing:0;top:45.3125rem;left:32.3125rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OT6kkptnGgWPSlf42KLidtSCUXTUdCHD { position:absolute;display:block;z-index:14874;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:43.3125rem;left:31.3125rem;overflow:hidden;display:block; }
#CLKxvpdVWrJRf8woOPg3nv0SCx5rDTcS { position:absolute;display:block;z-index:14889;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.0625rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:34.625rem;left:2.4375rem;overflow:hidden;display:block; }
#kUToFK1hzM8ZqNKd2h9b0Cayqr6yu6ut { color:#fff0c7;display:block;width:6.25rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14853;line-height:1.6;letter-spacing:0;top:37.25rem;left:2.5625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RmXQI0xKuXKWwlPw68NccVsCHHXWyMEH { color:#fff0c7;display:block;width:5.9375rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14854;line-height:1.6;letter-spacing:0;top:28.625rem;left:11.4375rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qes7VtHf8w9niTx9TRF4AuhKgPt7Hq4I { color:#fff0c7;display:block;width:6.6875rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14849;line-height:1.6;letter-spacing:0;top:45.6875rem;left:22.6875rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IUnnc5hzkwRKf2r4LtefqCfIB8gvgSA7 { position:absolute;display:block;z-index:14875;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:43.3125rem;left:22.6875rem;overflow:hidden;display:block; }
#LCnO34h0ZU7PKSkLgseDMXGzr4nIIi45 { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:51rem;left:22.875rem;overflow:hidden;display:block; }
#ukVqxbILyJMspWkSx5wTFxkRRH9baB4d { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:51rem;left:31.5rem;overflow:hidden;display:block; }
#FFD4Imfi3qF6dW1mpKJX9DrGHBesHywu { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:25.8125rem;left:31.3125rem;overflow:hidden;display:block; }
#A2hGPU4oxCplgxMmbf67WGVwg0fS3xZR { position:absolute;display:block;z-index:14892;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:17.25rem;left:11.1875rem;overflow:hidden;display:block; }
#WkukQRztphNlnr5mtppMxdoqWGiKN6Qe { color:#fff0c7;display:block;width:6.75rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14991;line-height:1.6;letter-spacing:0;top:28.4375rem;left:31.125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BkFpeHpr99mMtCEhheSZkdyPbO0Xm9Da { color:#fff0c7;display:block;width:6.12413125rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14856;line-height:1.6;letter-spacing:0;top:18.5625rem;left:11.3125rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RIptZH6btm12UP9G5HgTqdUBAtWMN63r { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:43.1875rem;left:42.625rem;overflow:hidden;display:block; }
#qkLeTpfR7nzbKNcQU8sR9VD4LNxMzTal { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:8.625rem;left:22.75rem;overflow:hidden;display:block; }
#kGpOSALNisx1t4r4aCLnMi0zF5IeAQf1 { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:25.8125rem;left:42.6875rem;overflow:hidden;display:block; }
#awAMoCOQsH8wfBG4FuKWDVFTlIeaqUqc { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:26rem;left:51.3125rem;overflow:hidden;display:block; }
#PISS00qFGASor3HLAUlv5rsxInROlQWn { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:8.625rem;left:42.625rem;overflow:hidden;display:block; }
#JUhs6Q5gOmAlonK4qUppNXIJ8OMDx7XD { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:25.8125rem;left:22.6875rem;overflow:hidden;display:block; }
#sTVJixJ1xbWCbTVLO0g9zgrT5sWdSIbW { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:34.5625rem;left:42.6875rem;overflow:hidden;display:block; }
#Gq2WBStJbyz4lK26CMmmsZEvSv6TKIbZ { color:#fff0c7;display:block;width:3.5625rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14966;line-height:1.6;letter-spacing:0;top:36.5rem;left:44.1875rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gd0y6BJokp8W0ih1xChpHpUDAPDU3MK2 { color:#fff0c7;display:block;width:3.8125rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14954;line-height:1.6;letter-spacing:0;top:45.8125rem;left:44rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iszx8N6icU8myQQMTe0e6PntS8UvG11P { color:#fff0c7;display:block;width:3.8125rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:15075;line-height:1.6;letter-spacing:0;top:11.25rem;left:24.125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xl4Uk3aVgrsmx95Qcl2DM5bDT0kTsMXh { color:#fff0c7;display:block;width:3.5625rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14977;line-height:1.6;letter-spacing:0;top:28.375rem;left:44.1875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fNAQ4CV0lHrGTAiy3vUiBmxLD1CH9eUr { color:#fff0c7;display:block;width:2.4375rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14987;line-height:1.6;letter-spacing:0;top:28.625rem;left:53.3125rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GFD1pvRwZIESxewU23FqFf5qavxLLlfm { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:17.25rem;left:51.0625rem;overflow:hidden;display:block; }
#u55HOZToaWpAvQdSapwS0yJKthoaBzyH { color:#fff0c7;display:block;width:6.4375rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14999;line-height:1.6;letter-spacing:0;top:19.25rem;left:51.125rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dfuDJgWwX9HXhB3GCJnB2QTCara9XF9i { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:8.625rem;left:51.0625rem;overflow:hidden;display:block; }
#TtU4Dwqe5RhVAvUHvJkF1en88JdDlhet { color:#fff0c7;display:block;width:3.93663125rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:10.625rem;left:52.5625rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aVEimgrv9yluFnBabAaGSf990XAlJB5M { color:#fff0c7;display:block;width:3.81185rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14948;line-height:1.6;letter-spacing:0;top:11.25rem;left:44.125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VsHo0ZRlNUdeKAbtXhpOipcIuUeSpzge { position:absolute;display:block;z-index:14877;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:34.5625rem;left:22.6875rem;overflow:hidden;display:block; }
#zbC8MJgPF1pE4dmD7g4AwZ25NtNbmwVn { color:#fff0c7;display:block;width:5.9375rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14847;line-height:1.6;letter-spacing:0;top:36.5625rem;left:23rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Iu6fuWQvMLhT3ds0zzdlTO7R6ZAawI29 { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:34.5625rem;left:31.3125rem;overflow:hidden;display:block; }
#xMgH9tb0uasMGzigzP8GdS4xgnRpNorW { color:#fff0c7;display:block;width:3.9375rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14981;line-height:1.6;letter-spacing:0;top:28.4375rem;left:24rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nwrInFJudB7DcqnFkx9W2RUUHicTWmQO { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:51rem;left:42.875rem;overflow:hidden;display:block; }
#ShZs3ux8cGBW2HlqNUJnnpeXXS2lhZ5V { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:51.0625rem;left:51.3125rem;overflow:hidden;display:block; }
#EGXqxn6RJTdBvBfTbtttETr8XkTKvnGQ { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:43.5rem;left:51.3125rem;overflow:hidden;display:block; }
#vyUbA4ne6RHXow1nfqCnWkXqvmWLpZZG { color:#fff0c7;display:block;width:5.5rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14964;line-height:1.6;letter-spacing:0;top:46.125rem;left:51.8125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#viiRxNo3bFk8XgqDs0Q1QEZms85TMFlp { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:34.625rem;left:51.3125rem;overflow:hidden;display:block; }
#gnirVv2bXKuECDPUba9t8PUTXbfmxrpn { color:#fff0c7;display:block;width:3.5625rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14975;line-height:1.6;letter-spacing:0;top:37.375rem;left:52.75rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PC3e9gRemWq41lON41A05ZHINK4AEPWq { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:17.0625rem;left:42.6875rem;overflow:hidden;display:block; }
#yZnIxzQyfTIB8rlxwJdSs99s9yWENTxp { color:#fff0c7;display:block;width:3.8125rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14989;line-height:1.6;letter-spacing:0;top:19.6875rem;left:44.125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z7pG85mtoRe6L9zuaAPlClI9DCSGAJE5 { color:#fff0c7;display:block;width:6.5rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14979;line-height:1.6;letter-spacing:0;top:37.1875rem;left:31.3125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q4usP4yRlvdCNGGd4AGlRMCEiNCXfGMZ { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:17.25rem;left:31.3125rem;overflow:hidden;display:block; }
#ecMOTtniWfzf6T6iVp2g2EvHvUUmyVM2 { color:#fff0c7;display:block;width:6.749125rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:19.875rem;left:31.1875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kHJ3230EiHe7O3GwKepFOOZZ4klM3GTG { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:51.0625rem;left:2.25rem;overflow:hidden;display:block; }
#Pl2CsZy9oCKsWqgcy7J6O5Pp6m8dVlRw { position:absolute;display:block;z-index:14886;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:43.375rem;left:11rem;overflow:hidden;display:block; }
#oWTiiDBaH7K5Lmr3x1boB6JIclE0v70T { color:#fff0c7;display:block;width:4.3125rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14850;line-height:1.6;letter-spacing:0;top:45.375rem;left:12.125rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sFNgIZEMaUXe7WOqrC6bcrdWEAlRsP6e { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:51.0625rem;left:11.125rem;overflow:hidden;display:block; }
#tfaiMTenD0DzZTpNoqksQMMxaUZyLdqG { position:absolute;display:block;z-index:14887;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:43.375rem;left:2.4375rem;overflow:hidden;display:block; }
#C2cVO4AznV9O6wKc2U4IXOZTCwzn8iPH { color:#fff0c7;display:block;width:3.8125rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14851;line-height:1.6;letter-spacing:0;top:46rem;left:3.8125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J5H9G6o4BVKfPWC72cHJgROCAZLew7lq { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:8.625rem;left:31.3125rem;overflow:hidden;display:block; }
#wprhZxm4EXJh0TzlPz07pn2nKoF4TS7y { color:#fff0c7;display:block;width:5.625rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:10.625rem;left:31.625rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vcmVSuH7csvhDzoQa77VJkJ9IBwlPim1 { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:17.0625rem;left:22.6875rem;overflow:hidden;display:block; }
#SaAp5IuK8CWE1iRQ6Bhkz4bi0a23f3yE { color:#fff0c7;display:block;width:6.625rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14993;line-height:1.6;letter-spacing:0;top:19.875rem;left:22.6875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uhsDrqnuDNeSowQWbTiwfTeNV3aleR4f { position:absolute;display:block;z-index:14888;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.75rem;width:6.875rem;top:34.4375rem;left:11.3125rem;overflow:hidden;display:block; }
#TspwQR31PTcP6gd0mQ2aLRMMLMCEKA6T { color:#fff0c7;display:block;width:6.375rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14852;line-height:1.6;letter-spacing:0;top:36.5625rem;left:11.5rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HXupkVKvRVvHvb3EvRb2QWkXPODweoTP { position:absolute;display:block;z-index:14844;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:8.625rem;left:2.4375rem;overflow:hidden;display:block; }
#OydvEIJpT74Hrv9JgeEyFakbh3RTP6MZ { color:#fff0c7;display:block;width:6.125rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14841;line-height:1.6;letter-spacing:0;top:11.0625rem;left:2.625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qhe8D4D2mUqWLR27Xh0fR4HBEAATw6EH { position:absolute;display:block;z-index:14891;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:5.5625rem;width:5.9375rem;top:25.8125rem;left:2.6875rem;overflow:hidden;display:block; }
#IBHNNy39FKBlhPux9Lv5niw0gEGZM3bn { color:#fff0c7;display:block;width:6.12413125rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14855;line-height:1.6;letter-spacing:0;top:28.625rem;left:2.625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RiUXTRM01D3scysd7ys0qUdaWZaNypGD { position:absolute;display:block;z-index:14845;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5625rem;width:6.5625rem;top:17.25rem;left:2.0625rem;overflow:hidden;display:block; }
#KBIAOEpRVgKT0w9CXQs7RnSxZlMDhokt { color:#fff0c7;display:block;width:6.12413125rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14843;line-height:1.6;letter-spacing:0;top:9.9555134773256rem;left:11.341144561767rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T9eW0pZCQolkQqCxl7bzqAZn7ro7Vgd2 { color:#fff0c7;display:block;width:6.124675rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14842;line-height:1.6;letter-spacing:0;top:19.25rem;left:2.625rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DWTLxXO4VSbpyZJOVa8FKmVN294T8yeP { color:#fff0c7;display:block;width:6.7480625rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14944;line-height:1.6;letter-spacing:0;top:53.6875rem;left:2.0625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TUUT2VVIJ2GJcf63tqpcZk9qDnk4Z0KE { color:#fff0c7;display:block;width:6.624375rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14938;line-height:1.6;letter-spacing:0;top:53.625rem;left:22.875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wcka43x22CB7mdTWVSS8fWqwL4ndRvIE { color:#fff0c7;display:block;width:4.1862rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14937;line-height:1.6;letter-spacing:0;top:53.625rem;left:32.6875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pNV6HLC8wbvvvihZHuLWIxASewtnAEAv { color:#fff0c7;display:block;width:3.81185rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14941;line-height:1.6;letter-spacing:0;top:53.6875rem;left:52.6875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XDS6etTJpr1R1c0CSyREgVCfetwrD9uR { color:#fff0c7;display:block;width:3.5612rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14943;line-height:1.6;letter-spacing:0;top:53.625rem;left:44.125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RDfom90HdfTGvCZ8KeCfwHi4SRdnkfK3 { color:#fff0c7;display:block;width:6.12305rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:14934;line-height:1.6;letter-spacing:0;top:53.625rem;left:11.375rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o8o9PUbifdRdKi1z2S2uPBIlXlQlwvLO { position:absolute;display:block;z-index:14846;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.875rem rgba(255,240,199,0.3) ;height:6.5rem;width:6.5625rem;top:8.625rem;left:11.125rem;overflow:hidden;display:block; }
#bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.3), rgba(255,240,199,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.3), rgba(255,240,199,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.3), rgba(255,240,199,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.3), rgba(255,240,199,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000004c', endColorstr='#fff0c733' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000004c', endColorstr='#fff0c733' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.3), rgba(255,240,199,0.2));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; }#bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL > .row .container { background-color: transparent; background-image: none; }#bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL > .row .container > .video-iframe-container { display: none; }#bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL > .row > .video-iframe-container { display: none; }#bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL > .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); }#bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL > .row .container { border-width: 0; border-radius: 0; }#bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:60rem;position:relative;display:block; }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e1ae8f95-7164-48d8-9a0e-c2159aed5489/Kopiawww1.gif");background-position:center !important;background-repeat:repeat-y !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; }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8.adaptive-delivery-prevent-bg, #t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8.lazyload, #t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8.lazyloading { background-image: none; }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 > .row .container { background-color: transparent; background-image: none; }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,1,1,0.5); }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 > .row .container > .video-iframe-container { display: none; }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,1,1,0.5); }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 > .row > .video-iframe-container { display: none; }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 > .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); }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 > .row .container { border-width: 0; border-radius: 0; }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:60rem;position:relative;display:block; }#eLczMTxvbQo47J24Sz56MJD7ac4Sgx67 { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:"heavy equipment font";font-size:2.3125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:3.875rem;left:20.0625rem;height:3.2367625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-form-header { font-size:0.75rem; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-regular-label { height:auto;display:block;font-family:comfortaa;font-size:0.75rem;font-weight:400;color:rgba(191,110,241,0.6);width:15.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-input-text { border-top-left-radius:4.9375rem;border-top-right-radius:4.9375rem;border-bottom-left-radius:4.9375rem;border-bottom-right-radius:4.9375rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.375rem;box-sizing:border-box;height:1.875rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:center;text-align-last:center; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-input-text {padding-top: 0; padding-bottom: 0;}#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-textarea { border-top-left-radius:4.9375rem;border-top-right-radius:4.9375rem;border-bottom-left-radius:4.9375rem;border-bottom-right-radius:4.9375rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.375rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:center;text-align-last:center; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-input-select {padding-top: 0; padding-bottom: 0;}#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-input-button { border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;background-color:#fff0c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:400;color:#222222;width:15.375rem;height:2.1875rem;font-family:"heavy equipment font";overflow:hidden;font-style:normal;line-height:1; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa [class*="-text"]:-moz-placeholder { color:#ececec;font-family:comfortaa;font-size:0.875rem; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa [class*="-text"]::-moz-placeholder { color:#ececec;font-family:comfortaa;font-size:0.875rem; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa [class*="-text"]:-ms-input-placeholder { color:#ececec;font-family:comfortaa;font-size:0.875rem; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa [class*="-text"]::-webkit-input-placeholder { color:#ececec;font-family:comfortaa;font-size:0.875rem; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:1.3;font-size:0.5625rem;font-weight:300;color:rgba(255,255,255,0.75);vertical-align:top;width:14.125rem;overflow:hidden;font-style:normal;float:none; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-container:first-of-type{padding-top:0;}#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-container:last-of-type{padding-bottom:0;}#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.1875rem;left:21.062501907349rem;font-size:0.75rem; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.375rem;display:block;vertical-align:top; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa {display:block;}#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.1875rem;left:21.062501907349rem;font-size:0.75rem; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #fbORom6eTqOJxwJJk8CXefBpe2K97vIc { position:relative; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #yErN35nNpsEMTvQU8tAROGsDWnM0eSTV { position:relative;display:none; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #N5GPsuwBzrdPG6aC09UoZH5ppLJ8IBFQ { position:relative; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #APcDu43eyL5JnwBJ3Sxoh9bAzxCkdvdg { position:relative; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #r3xIVvcqxD9G5DJ1D4qoVG3q4LF99rcU { position:relative;display:none; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #ZKsTGErTBhUNWCRrvTeVAN8hRJzNM1Nd { position:relative; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #woGSDPWqPgPTqPKw1dJBv5y9i3gtowC2 { position:relative; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #lM04ATvO8WumtxhSaTpITDD83NOTiAkq { position:relative;z-index:2; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #WXSoKXDu4pWTAgRRn27Tbqx7e6p0krd9 { position:relative; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #GUwGJmXKkBLWMbrBP6tKBrrmr4Ayb0Wq { position:relative; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #ITvFXet7qXN6yX8zXuoKRkAXiUM20tc7 { position:relative; }
#S61WpTKzeL8nBIhaJUqieySkWM3yxaXU { color:#fff0c7;display:block;width:11.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.112500190735rem;left:24.031251907349rem;height:1.13715rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,240,199,0.3), #000000);background-image: -moz-linear-gradient(180deg, rgba(255,240,199,0.3), #000000);background-image: -ms-linear-gradient(180deg, rgba(255,240,199,0.3), #000000);background-image: -o-linear-gradient(180deg, rgba(255,240,199,0.3), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0c74c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0c74c', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(255,240,199,0.3), #000000);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; }#cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6 > .row .container { background-color: transparent; background-image: none; }#cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6 > .row .container > .video-iframe-container { display: none; }#cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6 > .row > .video-iframe-container { display: none; }#cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6 > .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); }#cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6 > .row .container { border-width: 0; border-radius: 0; }#cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6 > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:60rem;position:relative;display:block; }#qJ8xlppRZTG8BVnrunzdCeRPPhzOIqE3 { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.3125rem;left:15.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xVsUbDypJDFkrCRVZVzACTwr3RT5ONCh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:6.875rem;left:26.5625rem;overflow:hidden;display:block; }
#CaNh4UU3eIGOhuDfOA1016TMKrwkaMnA { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:7.125rem;left:32rem;overflow:hidden;display:block; }
#U8WiAkblcmg9xgfWRWTxpBfk3nEgCOG7 { background-color:rgba(0,0,0,0.7);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#U8WiAkblcmg9xgfWRWTxpBfk3nEgCOG7 > .row .container { background-color: transparent; background-image: none; }#U8WiAkblcmg9xgfWRWTxpBfk3nEgCOG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8WiAkblcmg9xgfWRWTxpBfk3nEgCOG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8WiAkblcmg9xgfWRWTxpBfk3nEgCOG7 > .row .container > .video-iframe-container { display: none; }#U8WiAkblcmg9xgfWRWTxpBfk3nEgCOG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8WiAkblcmg9xgfWRWTxpBfk3nEgCOG7 > .row > .video-iframe-container { display: none; }#U8WiAkblcmg9xgfWRWTxpBfk3nEgCOG7 > .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); }#U8WiAkblcmg9xgfWRWTxpBfk3nEgCOG7 > .row .container { border-width: 0; border-radius: 0; }#U8WiAkblcmg9xgfWRWTxpBfk3nEgCOG7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#U8WiAkblcmg9xgfWRWTxpBfk3nEgCOG7 > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#B4G9DlSTIzE5bnfLrHNZEqEkB9ShioBz { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.0625rem;left:26.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x5vuHN7QHIK7RxmJF40yhO5T16tKBw3X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:8.1875rem;left:25.1875rem; }
#x5vuHN7QHIK7RxmJF40yhO5T16tKBw3X > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#gZBUW281xhUvqalkwGNzzlarkms0J1cb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.1875rem;left:27.5rem; }
#gZBUW281xhUvqalkwGNzzlarkms0J1cb > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#E82KmGAHzE1nffzdtSoDWgZxkwcdAzBQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:8.1875rem;left:32.5rem; }
#E82KmGAHzE1nffzdtSoDWgZxkwcdAzBQ > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#LQQR5XX99AEyomxlMdPyi2hQUTJeF6ON { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:8.1875rem;left:29.9375rem; }
#LQQR5XX99AEyomxlMdPyi2hQUTJeF6ON > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#dVIqzehTqWCkVmcf7tOtaanyRbgTnp4i { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:normal;z-index:15009;line-height:2.2;letter-spacing:0;top:13.875rem;left:24.125rem;height:3.2986125rem;text-align:center;text-align-last:center;display:block; }
#r41zib9WkKstwwyTJNCePDRVOM3qfGZQ { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:comfortaa;font-size:0.625rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:18.75rem;left:23.6875rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xmyOlpTB821bZMrakvwC1AlgAx4WTevn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:10.1875rem;left:28.8125rem; }
#QmRIe7XmRv9Zl3lzgfAruvA4OuFhC6yM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:8.1875rem;left:34.6875rem; }
#QmRIe7XmRv9Zl3lzgfAruvA4OuFhC6yM > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e1ae8f95-7164-48d8-9a0e-c2159aed5489/Kopiawww1.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk.adaptive-delivery-prevent-bg, #Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk.lazyload, #Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk.lazyloading { background-image: none; }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk > .row .container { background-color: transparent; background-image: none; }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk > .row .container > .video-iframe-container { display: none; }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk > .row > .video-iframe-container { display: none; }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk > .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); }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk > .row .container { width:47.75rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #eI7HOawkSsLy50TeDGD52TkOzzFhIwL0 { width:10.5625rem;height:1.99978125rem;top:3.8125rem;left:17.625rem;font-size:2.5rem;color:#fff0c7;display:block; }
 }@media only screen and (max-width: 959px) { #enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il .widget-text.counter-number { padding-top:0.44375rem;padding-right:0.388125rem;padding-bottom:0.44375rem;padding-left:0.388125rem;width:2.329375rem;min-width:2.625rem;height:2.385rem;font-size:1.775rem;line-height:43px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2775rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.105625rem;height:0.943125rem;font-size:0.665625rem;line-height:1;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il { display:flex;width:16.4375rem;height:4.493125rem;top:4.4375rem;left:14.1875rem;padding-top:1.47625rem;padding-right:1.470625rem;padding-bottom:1.47625rem;padding-left:1.470625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 959px) { #enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #JDz8W0FJcxmZ7yQKhQPeHZqBEt84paa7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #lEa8CydWKkFACW3I0h7eHRXSUnWODe0d {  }
 }@media only screen and (max-width: 959px) { #enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #I6LTygXgt3wVuxLOXTEbnyICKWcpTTLZ {  }
 }@media only screen and (max-width: 959px) { #enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #gERTveIM6LizLaVx7US7UUA39fWITgOI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #dxq00EnvB0u9SnMDzkkCfalavFaPDRRK {  }
 }@media only screen and (max-width: 959px) { #enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #ZKaQXhV69NgND7QSgwJHQPJZT7r1W2FU {  }
 }@media only screen and (max-width: 959px) { #enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #hUpNFV6NbPTkLXXknTIwO5MHGTpMSaKA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #OwJq8Xq77LazoyuXkMLiRXm5mrqXMQf7 {  }
 }@media only screen and (max-width: 959px) { #enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #wTWmGGkTbEbSrru1Opk6wVEa2AH3Nxpk {  }
 }@media only screen and (max-width: 959px) { #enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #TNVOLEW113iWOCzSU3FghKEMTM8b3qGr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #Tq055MkxauNTUMsTLc9wMUAtAftqeg2J {  }
 }@media only screen and (max-width: 959px) { #enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #FTAsDXHJ5HLyPttG5IA5FbfJxuunb4Dp {  }
 }@media only screen and (max-width: 959px) { #oMrHHaTFu1Ot6vsoLUxtxpMb0t6b3L02 { width:3.375rem;height:1.25rem;top:4.4375rem;left:28.5rem;font-size:1.5625rem;color:#fff0c7;display:block; }
 }@media only screen and (max-width: 959px) { #TEo9Nku4FcIlZfrNg4e49gKDTt5AEZ3p { display:block; }#TEo9Nku4FcIlZfrNg4e49gKDTt5AEZ3p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #RQlbEPT8TkiRzh3PgLp8ohzEo2mFsSOV { width:5.5rem;height:;top:1.1875rem;left:21.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #ufSEFIgusug81lsoqNTbzHo4JnAXtwmN { width:4.5625rem;height:;top:1.1875rem;left:8.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #gKZRwrsepMI8P2V664BM496FTVGhRTQr { width:4.3125rem;height:1.3rem;top:1.1875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #I1enTuPuR58Ihr62EJrSHOzFb4iNtcCC { width:0.625rem;height:1.21875rem;top:0.9375rem;left:10.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #f1V2G60vd5ttXOwwbKtrIyiWAGvR4EQb { width:1.1875rem;height:1.1875rem;top:1.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #GOr5IlPnS9eCO7RWCqupkmQne4c4OTIo { width:1.1875rem;height:1.1875rem;top:1.25rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC { display:block; }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC { background-color: transparent; background-image: none; }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC > .row .container > .video-iframe-container { display: none; }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC > .row > .video-iframe-container { display: none; }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC > .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); }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC { border-width: 0; border-radius: 0; }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC > .row .container { width:47.75rem;height:25.3125rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qLkcJU2yydfT0xcTTvKBmmTALH2TySck { width:6.6875rem;height:2.03125rem;top:3.875rem;left:4.6142578125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #HMdQ3TEnAu9rZbaLLTeQ4ylb01i3O290 { width:12.5rem;height:12.5rem;top:3.5475850105286rem;left:17.625000655651rem;display:none; }
 }@media only screen and (max-width: 959px) { #JpLah2fsGIeX9x9xDaAHQDpCRTRrq36y { width:6.9375rem;height:1.5rem;top:9.0461649596694rem;left:20.406250655651rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 959px) { #pBTG4KN7ftzR8tgCM9btNys2GpgUWh2T { width:12.5rem;height:12.5rem;top:3.4999997615814rem;left:33.750000655651rem;z-index:15050;display:none; }
 }@media only screen and (max-width: 959px) { #qBkEXaDO5JmoPht9E5oD2sXI94Mv8yyh { width:10.75rem;height:1.5rem;top:9.1455969512462rem;left:34.416195571422rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 959px) { #MrdATfCOwLPDXPldkIK095VENBOqlX15 { width:12.5rem;height:12.5rem;top:20.125rem;left:1.6875rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 959px) { #IbhhN7KgTKr19QT9c2oJtNSKBVc3Xke6 { width:1.8125rem;height:1.5rem;top:25.500002384186rem;left:7.0515626668931rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 959px) { #lThVXt4eE0ZgWuSgFd1KDKgz8AkH39k3 { width:12.5rem;height:12.5rem;top:20.125002384186rem;left:17.625000357628rem;z-index:15060;display:none; }
 }@media only screen and (max-width: 959px) { #obNkHtdbaOoTS5kG0qeW8Xz7NQUAq3mA { width:9.3125rem;height:1.5rem;top:25.625rem;left:19.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 959px) { #MTG8UDvWDHpFSHu9IBNyRE5U99LfZAyi { width:12.5rem;height:12.5rem;top:20.187502384186rem;left:33.541406989098rem;z-index:15062;display:none; }
 }@media only screen and (max-width: 959px) { #UwqEnS2JZHE699htl593rphcisxZeAim { width:5.3125rem;height:1.5rem;top:25.500002384186rem;left:37.135156989098rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 959px) { #DdMdrC3cv0V6L7fE1ASBDk53fKuFXcOv { width:9.375rem;height:9.375rem;top:13.685981750488rem;left:35.103082418442rem;z-index:14923;box-shadow: 0rem 0rem 1.875rem rgba(123,175,133,0.25) ;display:block; }
 }@media only screen and (max-width: 959px) { #Hob81Xchk7v3TV1L8fGHbvFwa0d0RvMs { width:5.5rem;height:1.49956875rem;top:17.624999523163rem;left:37.041408538818rem;font-size:0.9375rem;z-index:14917;display:block; }
 }@media only screen and (max-width: 959px) { #Uca2xlcqTwTFx7W2VtFrDgeDrLkqUD16 { width:12.5rem;height:12.5rem;top:5.1406270265579rem;left:33.541406989098rem;z-index:15063;display:none; }
 }@media only screen and (max-width: 959px) { #Jvoq6qcyagsh5XVKn21GBeX2ktsIBkyT { width:9.25rem;height:1.5rem;top:10.625rem;left:35.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 959px) { #lmypiixRUVpZSISJyi9A1rlwkqMM2IQK { width:10.375rem;height:1.49956875rem;top:6.1093754768372rem;left:18.6875rem;font-size:0.9375rem;color:#fff0c7;z-index:14920;display:block; }
 }@media only screen and (max-width: 959px) { #SbRAEBIVSIwcPBRWDMVrisi8DAhbChTW { width:8.8125rem;height:1.49956875rem;top:6.1089477539062rem;left:35.134114980697rem;font-size:0.9375rem;color:#fff0c7;z-index:14919;display:block; }
 }@media only screen and (max-width: 959px) { #tdyNBm6btRMgNTeD7yCX1E05m0hxUw1c { width:9.6875rem;height:9.625rem;top:1.9509544372559rem;left:18.968099355698rem;z-index:14922;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #IZcQQp5Qs1VxpnD4PXlHzX82GGNW5Tgf { width:8.75rem;height:8.75rem;top:2.4826374053955rem;left:35.164933919907rem;z-index:14924;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #VSFMwLtlbI96gQXs485E4sJmhtXUO6wc { width:9.8125rem;height:1.49956875rem;top:17.624999523163rem;left:18.96875rem;font-size:0.9375rem;color:#fff0c7;z-index:14918;display:block; }
 }@media only screen and (max-width: 959px) { #ZbMSH3JvvufT7lEwVkUoPkVxgbNFs7fw { width:9.6245625rem;height:8.9995625rem;top:13.872613489628rem;left:19.061416387558rem;z-index:14921;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #LiluxPbT168pqh3iVQXgEgcsIiWSkQEG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70849ae8-2251-4e6f-99aa-5fdc10522f88/_TANZ143.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG.adaptive-delivery-prevent-bg, #LiluxPbT168pqh3iVQXgEgcsIiWSkQEG.lazyload, #LiluxPbT168pqh3iVQXgEgcsIiWSkQEG.lazyloading { background-image: none; }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG > .row .container { background-color: transparent; background-image: none; }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG > .row .container > .video-iframe-container { display: none; }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG > .row > .video-iframe-container { display: none; }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG > .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); }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG > .row .container { width:47.75rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #SetaidUERGAVu9HDOIKhNzp0k8Nu7f77 { width:10.5625rem;height:1.99978125rem;top:3.8125rem;left:17.625rem;font-size:2.5rem;color:#fff0c7;display:block; }
 }@media only screen and (max-width: 959px) { #pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu .widget-text.counter-number { padding-top:0.44375rem;padding-right:0.388125rem;padding-bottom:0.44375rem;padding-left:0.388125rem;width:2.329375rem;min-width:2.625rem;height:2.385rem;font-size:1.775rem;line-height:43px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2775rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.105625rem;height:0.943125rem;font-size:0.665625rem;line-height:1;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu { display:flex;width:16.4375rem;height:4.493125rem;top:4.4375rem;left:14.1875rem;padding-top:1.47625rem;padding-right:1.470625rem;padding-bottom:1.47625rem;padding-left:1.470625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 959px) { #pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #C3FuIJupkeUhU9CyZXWmyt7qQqlm0EkD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #TaVvOchnVwTTh06kATDi7OgQkwTwdRxk {  }
 }@media only screen and (max-width: 959px) { #pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #acrLt6GNf4FywNcyFUE5lgyVIuAFTVV5 {  }
 }@media only screen and (max-width: 959px) { #pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #PHS0dsT6f2aM4H8km5eUHkluTgeEuDPR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #eiMwO2hMktcRqEXnNi6ksNVC4rUnpWUn {  }
 }@media only screen and (max-width: 959px) { #pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #G8Vnwpwr26yfVToQC31D0onTOlhHmTxo {  }
 }@media only screen and (max-width: 959px) { #pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #RTWsmloJOX4r7icS631AB1ZhszqxgSBl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #AdW9O4KTsvDT9qTJwqf49FgsWOhdlkh2 {  }
 }@media only screen and (max-width: 959px) { #pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #cqO2UH43enifW9ufhk0uaO0ZABEFPi4T {  }
 }@media only screen and (max-width: 959px) { #pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #RclUsU7LTVQ2wlLhoNVONN3bAFDfWorJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #U6lOcxTVlPObC0lK9eNKrJ9aZfXvKMA2 {  }
 }@media only screen and (max-width: 959px) { #pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #CKhcuyt7CBb93O730FOtsEsukOX3BrQT {  }
 }@media only screen and (max-width: 959px) { #iwvQSH5hFgKQh8WVSmCkGUsmTt6ioPlP { width:3.375rem;height:1.25rem;top:4.4375rem;left:28.5rem;font-size:1.5625rem;color:#fff0c7;display:block; }
 }@media only screen and (max-width: 959px) { #H2f2uJPTUcvT93HT08aEyPVFJipZcvsa { display:block; }#H2f2uJPTUcvT93HT08aEyPVFJipZcvsa { background-color: transparent; background-image: none; }#H2f2uJPTUcvT93HT08aEyPVFJipZcvsa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2f2uJPTUcvT93HT08aEyPVFJipZcvsa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2f2uJPTUcvT93HT08aEyPVFJipZcvsa > .row .container > .video-iframe-container { display: none; }#H2f2uJPTUcvT93HT08aEyPVFJipZcvsa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2f2uJPTUcvT93HT08aEyPVFJipZcvsa > .row > .video-iframe-container { display: none; }#H2f2uJPTUcvT93HT08aEyPVFJipZcvsa > .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); }#H2f2uJPTUcvT93HT08aEyPVFJipZcvsa > .row .container { width:47.75rem;height:59.3125rem;background-color:#000000;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ZJwJSSVOeDmtGlPvXatTUufRHZnVkVZW { width:12.5rem;height:12.5rem;top:3.5475850105286rem;left:17.625000655651rem;display:none; }
 }@media only screen and (max-width: 959px) { #M7QtD1TJVwc1k1u9FQOQSwau0uxQaTcn { width:6.9375rem;height:1.5rem;top:9.0461649596694rem;left:20.406250655651rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 959px) { #bxzdNKyRHnTORCGbt43LD7TBQDCFT666 { width:12.5rem;height:12.5rem;top:3.4999997615814rem;left:33.750000655651rem;z-index:15050;display:none; }
 }@media only screen and (max-width: 959px) { #S3nCrgTkdmokFPq6KKTm5ZkWDlvBnVNV { width:10.75rem;height:1.5rem;top:9.1455969512462rem;left:34.416195571422rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 959px) { #ReFeRtTJhCTE68M356JZE5eFEUx2fXRK { width:5.9375rem;height:5.9375rem;top:5.75rem;left:17.625rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 959px) { #Dg5ZsHQ038QcLPwQ1xRucqFq1VIUbMCO { width:3.25rem;height:1.199575rem;top:8.125rem;left:19rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 959px) { #KSw4ZVxNBC8p6xlkuVPd4J6MpKRzuQlk { width:8.9985rem;height:2.03125rem;top:2.6236991882324rem;left:3.4581162929535rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #fgR3fPGF0sMTFE1KmvKBr9Ggiu3iPI3g { width:5.9375rem;height:5.9375rem;top:23rem;left:8.5rem;z-index:15080;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #o6ykWgIV3WamMxIPN40ZDkgAciTqoknx { width:4.3125rem;height:2.39800625rem;top:32.125rem;left:17.8125rem;font-size:0.75rem;color:#7acfde;display:block; }
 }@media only screen and (max-width: 959px) { #OT6kkptnGgWPSlf42KLidtSCUXTUdCHD { width:5.9375rem;height:5.9375rem;top:30.3125rem;left:17rem;z-index:15093;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #CLKxvpdVWrJRf8woOPg3nv0SCx5rDTcS { width:5.9375rem;height:5.9375rem;top:30.375rem;left:1.0625rem;z-index:15081;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #kUToFK1hzM8ZqNKd2h9b0Cayqr6yu6ut { width:5.4375rem;height:1.2999125rem;top:32.6875rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #RmXQI0xKuXKWwlPw68NccVsCHHXWyMEH { width:5.8125rem;height:1.199rem;top:25.375rem;left:8.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #qes7VtHf8w9niTx9TRF4AuhKgPt7Hq4I { width:5.125rem;height:2.39800625rem;top:39.5rem;left:24.9375rem;font-size:0.75rem;color:#7acfde;display:block; }
 }@media only screen and (max-width: 959px) { #IUnnc5hzkwRKf2r4LtefqCfIB8gvgSA7 { width:5.9375rem;height:5.9375rem;top:37.75rem;left:24.5rem;z-index:15096;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #LCnO34h0ZU7PKSkLgseDMXGzr4nIIi45 { width:5.9375rem;height:5.9375rem;top:45.25rem;left:24.5rem;z-index:15098;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #ukVqxbILyJMspWkSx5wTFxkRRH9baB4d { width:5.9375rem;height:5.875rem;top:37.8125rem;left:17rem;z-index:15095;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #FFD4Imfi3qF6dW1mpKJX9DrGHBesHywu { width:5.9375rem;height:5.9375rem;top:8rem;left:40.4375rem;z-index:15100;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #A2hGPU4oxCplgxMmbf67WGVwg0fS3xZR { width:5.9375rem;height:5.9375rem;top:15.3125rem;left:8.375rem;z-index:15112;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #WkukQRztphNlnr5mtppMxdoqWGiKN6Qe { width:6.6875rem;height:1.199rem;top:10.375rem;left:40.0625rem;font-size:0.75rem;color:#7acfde;display:block; }
 }@media only screen and (max-width: 959px) { #BkFpeHpr99mMtCEhheSZkdyPbO0Xm9Da { width:5.49805rem;height:3.59700625rem;top:16.482206344604rem;left:8.7185332775119rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #RIptZH6btm12UP9G5HgTqdUBAtWMN63r { width:5.9375rem;height:5.9375rem;top:37.6875rem;left:40.4375rem;z-index:15108;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #qkLeTpfR7nzbKNcQU8sR9VD4LNxMzTal { width:5.9375rem;height:5.9375rem;top:8rem;left:17rem;z-index:15111;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #kGpOSALNisx1t4r4aCLnMi0zF5IeAQf1 { width:5.9375rem;height:5.9375rem;top:22.5625rem;left:33.0625rem;z-index:15103;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #awAMoCOQsH8wfBG4FuKWDVFTlIeaqUqc { width:5.9375rem;height:5.9375rem;top:22.625rem;left:40.4375rem;z-index:15104;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #PISS00qFGASor3HLAUlv5rsxInROlQWn { width:5.9375rem;height:5.9375rem;top:8rem;left:33.0625rem;z-index:15099;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #JUhs6Q5gOmAlonK4qUppNXIJ8OMDx7XD { width:5.9375rem;height:5.9375rem;top:22.75rem;left:24.5rem;z-index:15092;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #sTVJixJ1xbWCbTVLO0g9zgrT5sWdSIbW { width:5.9375rem;height:5.9375rem;top:45.125rem;left:40.4375rem;z-index:15110;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #Gq2WBStJbyz4lK26CMmmsZEvSv6TKIbZ { width:4.125rem;height:2.39800625rem;top:46.875rem;left:41.375rem;font-size:0.75rem;color:#7acfde;display:block; }
 }@media only screen and (max-width: 959px) { #Gd0y6BJokp8W0ih1xChpHpUDAPDU3MK2 { width:4.4375rem;height:1.199rem;top:40.0625rem;left:41.1875rem;font-size:0.75rem;color:#7acfde;display:block; }
 }@media only screen and (max-width: 959px) { #iszx8N6icU8myQQMTe0e6PntS8UvG11P { width:1.8125rem;height:1.199rem;top:10.4375rem;left:19.125rem;font-size:0.75rem;color:#7acfde;display:block; }
 }@media only screen and (max-width: 959px) { #Xl4Uk3aVgrsmx95Qcl2DM5bDT0kTsMXh { width:3.125rem;height:1.199rem;top:24.9375rem;left:34.5rem;font-size:0.75rem;color:#7acfde;display:block; }
 }@media only screen and (max-width: 959px) { #fNAQ4CV0lHrGTAiy3vUiBmxLD1CH9eUr { width:2.5625rem;height:1.199rem;top:24.875rem;left:42.125rem;font-size:0.75rem;color:#7acfde;display:block; }
 }@media only screen and (max-width: 959px) { #GFD1pvRwZIESxewU23FqFf5qavxLLlfm { width:5.9375rem;height:5.9375rem;top:15.3125rem;left:40.4375rem;z-index:15102;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #u55HOZToaWpAvQdSapwS0yJKthoaBzyH { width:4.875rem;height:2.39800625rem;top:17.0625rem;left:41rem;font-size:0.75rem;color:#7acfde;display:block; }
 }@media only screen and (max-width: 959px) { #dfuDJgWwX9HXhB3GCJnB2QTCara9XF9i { width:5.9375rem;height:5.9375rem;top:45.3125rem;left:17rem;z-index:15097;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #TtU4Dwqe5RhVAvUHvJkF1en88JdDlhet { width:4.375rem;height:2.39800625rem;top:47.125rem;left:17.75rem;font-size:0.75rem;color:#7acfde;display:block; }
 }@media only screen and (max-width: 959px) { #aVEimgrv9yluFnBabAaGSf990XAlJB5M { width:4.4375rem;height:1.199rem;top:10.375rem;left:33.9375rem;font-size:0.75rem;color:#7acfde;display:block; }
 }@media only screen and (max-width: 959px) { #VsHo0ZRlNUdeKAbtXhpOipcIuUeSpzge { width:5.9375rem;height:5.9375rem;top:22.8125rem;left:17.3125rem;z-index:15091;box-shadow: none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #zbC8MJgPF1pE4dmD7g4AwZ25NtNbmwVn { width:4.8125rem;height:2.39800625rem;top:24.5625rem;left:17.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Iu6fuWQvMLhT3ds0zzdlTO7R6ZAawI29 { width:5.9375rem;height:5.9375rem;top:30.25rem;left:24.5rem;z-index:15094;box-shadow: none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #xMgH9tb0uasMGzigzP8GdS4xgnRpNorW { width:3.375rem;height:1.199rem;top:25.375rem;left:25.8125rem;font-size:0.75rem;color:#7acfde;display:block; }
 }@media only screen and (max-width: 959px) { #nwrInFJudB7DcqnFkx9W2RUUHicTWmQO { width:5.9375rem;height:5.9375rem;top:45.0625rem;left:33.0625rem;z-index:15109;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #ShZs3ux8cGBW2HlqNUJnnpeXXS2lhZ5V { width:5.9375rem;height:5.9375rem;top:37.5625rem;left:32.9375rem;z-index:15107;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #EGXqxn6RJTdBvBfTbtttETr8XkTKvnGQ { width:5.9375rem;height:5.9375rem;top:30.125rem;left:33.0625rem;z-index:15105;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #vyUbA4ne6RHXow1nfqCnWkXqvmWLpZZG { width:4.875rem;height:1.199rem;top:32.5rem;left:33.625rem;font-size:0.75rem;color:#7acfde;display:block; }
 }@media only screen and (max-width: 959px) { #viiRxNo3bFk8XgqDs0Q1QEZms85TMFlp { width:5.9375rem;height:5.9375rem;top:30.125rem;left:40.4375rem;z-index:15106;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #gnirVv2bXKuECDPUba9t8PUTXbfmxrpn { width:3.25rem;height:1.199rem;top:32.375rem;left:41.8125rem;font-size:0.75rem;color:#7acfde;display:block; }
 }@media only screen and (max-width: 959px) { #PC3e9gRemWq41lON41A05ZHINK4AEPWq { width:5.9375rem;height:5.9375rem;top:15.0625rem;left:33.0625rem;z-index:15101;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #yZnIxzQyfTIB8rlxwJdSs99s9yWENTxp { width:1.8125rem;height:1.199rem;top:17.4375rem;left:35.125rem;font-size:0.75rem;color:#7acfde;display:block; }
 }@media only screen and (max-width: 959px) { #Z7pG85mtoRe6L9zuaAPlClI9DCSGAJE5 { width:5.4375rem;height:1.199rem;top:32.5rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #q4usP4yRlvdCNGGd4AGlRMCEiNCXfGMZ { width:5.9375rem;height:5.9375rem;top:15.3125rem;left:17rem;z-index:15089;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #ecMOTtniWfzf6T6iVp2g2EvHvUUmyVM2 { width:5.625rem;height:1.199rem;top:17.6875rem;left:17.125rem;font-size:0.75rem;color:#7acfde;z-index:14932;display:block; }
 }@media only screen and (max-width: 959px) { #kHJ3230EiHe7O3GwKepFOOZZ4klM3GTG { width:5.9375rem;height:5.9375rem;top:45.25rem;left:1rem;z-index:15085;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #Pl2CsZy9oCKsWqgcy7J6O5Pp6m8dVlRw { width:5.9375rem;height:5.9375rem;top:37.75rem;left:1.0625rem;z-index:15083;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #oWTiiDBaH7K5Lmr3x1boB6JIclE0v70T { width:4.8125rem;height:2.39800625rem;top:39.5625rem;left:1.6875rem;font-size:0.75rem;color:#7acfde;display:block; }
 }@media only screen and (max-width: 959px) { #sFNgIZEMaUXe7WOqrC6bcrdWEAlRsP6e { width:5.9375rem;height:5.9375rem;top:45.25rem;left:8.5rem;z-index:15086;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #tfaiMTenD0DzZTpNoqksQMMxaUZyLdqG { width:5.625rem;height:5.9375rem;top:37.75rem;left:8.75rem;z-index:15084;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #C2cVO4AznV9O6wKc2U4IXOZTCwzn8iPH { width:4.4375rem;height:1.199rem;top:40.0625rem;left:9.375rem;font-size:0.75rem;color:#7acfde;display:block; }
 }@media only screen and (max-width: 959px) { #J5H9G6o4BVKfPWC72cHJgROCAZLew7lq { width:5.9375rem;height:5.9375rem;top:8rem;left:24.5rem;z-index:15088;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #wprhZxm4EXJh0TzlPz07pn2nKoF4TS7y { width:5.5rem;height:2.39800625rem;top:9.75rem;left:24.625rem;font-size:0.75rem;color:#7acfde;display:block; }
 }@media only screen and (max-width: 959px) { #vcmVSuH7csvhDzoQa77VJkJ9IBwlPim1 { width:5.9375rem;height:5.9375rem;top:15.3125rem;left:24.5rem;z-index:15090;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #SaAp5IuK8CWE1iRQ6Bhkz4bi0a23f3yE { width:4.875rem;height:1.199rem;top:17.6875rem;left:25.0625rem;font-size:0.75rem;color:#7acfde;display:block; }
 }@media only screen and (max-width: 959px) { #uhsDrqnuDNeSowQWbTiwfTeNV3aleR4f { width:5.3125rem;height:5.1875rem;top:30.75rem;left:8.8125rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 959px) { #TspwQR31PTcP6gd0mQ2aLRMMLMCEKA6T { width:4.875rem;height:2.39800625rem;top:32.125rem;left:9rem;font-size:0.75rem;color:#7acfde;z-index:14934;display:block; }
 }@media only screen and (max-width: 959px) { #HXupkVKvRVvHvb3EvRb2QWkXPODweoTP { width:5.9375rem;height:5.9375rem;top:7.9991321563719rem;left:1.062283039093rem;z-index:14846;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #OydvEIJpT74Hrv9JgeEyFakbh3RTP6MZ { width:5.49805rem;height:1.199rem;top:10.367838859558rem;left:1.2814670801162rem;font-size:0.75rem;z-index:14841;display:block; }
 }@media only screen and (max-width: 959px) { #qhe8D4D2mUqWLR27Xh0fR4HBEAATw6EH { width:5.9375rem;height:5.5625rem;top:22.75rem;left:1.0625rem;z-index:15077;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #IBHNNy39FKBlhPux9Lv5niw0gEGZM3bn { width:5.49913125rem;height:1.199rem;top:25.375rem;left:1.25rem;font-size:0.75rem;z-index:14892;display:block; }
 }@media only screen and (max-width: 959px) { #RiUXTRM01D3scysd7ys0qUdaWZaNypGD { width:5.9375rem;height:5.9375rem;top:15.3125rem;left:1.062283039093rem;z-index:14842;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #KBIAOEpRVgKT0w9CXQs7RnSxZlMDhokt { width:5.49805rem;height:2.39800625rem;top:9.7677955627444rem;left:8.7185332775119rem;font-size:0.75rem;z-index:14840;display:block; }
 }@media only screen and (max-width: 959px) { #T9eW0pZCQolkQqCxl7bzqAZn7ro7Vgd2 { width:5.49805rem;height:2.39800625rem;top:17.081163406372rem;left:1.2814670801162rem;font-size:0.75rem;z-index:14839;display:block; }
 }@media only screen and (max-width: 959px) { #DWTLxXO4VSbpyZJOVa8FKmVN294T8yeP { width:5.8125rem;height:1.199rem;top:47.625rem;left:1rem;font-size:0.75rem;color:#7acfde;display:block; }
 }@media only screen and (max-width: 959px) { #TUUT2VVIJ2GJcf63tqpcZk9qDnk4Z0KE { width:4.875rem;height:1.199rem;top:48rem;left:25rem;font-size:0.75rem;color:#7acfde;display:block; }
 }@media only screen and (max-width: 959px) { #Wcka43x22CB7mdTWVSS8fWqwL4ndRvIE { width:3.875rem;height:1.199rem;top:40.5rem;left:18.0625rem;font-size:0.75rem;color:#7acfde;display:block; }
 }@media only screen and (max-width: 959px) { #pNV6HLC8wbvvvihZHuLWIxASewtnAEAv { width:4.6875rem;height:1.199rem;top:39.9375rem;left:33.5rem;font-size:0.75rem;color:#7acfde;display:block; }
 }@media only screen and (max-width: 959px) { #XDS6etTJpr1R1c0CSyREgVCfetwrD9uR { width:4.3125rem;height:1.199rem;top:47.4375rem;left:33.875rem;font-size:0.75rem;color:#7acfde;display:block; }
 }@media only screen and (max-width: 959px) { #RDfom90HdfTGvCZ8KeCfwHi4SRdnkfK3 { width:5.5rem;height:1.199rem;top:47.625rem;left:8.8125rem;font-size:0.75rem;z-index:14933;display:block; }
 }@media only screen and (max-width: 959px) { #o8o9PUbifdRdKi1z2S2uPBIlXlQlwvLO { width:5.9375rem;height:5.87456875rem;top:8.0295143127444rem;left:8.4993493556975rem;z-index:14845;box-shadow: none;display:block; }
 }@media only screen and (max-width: 959px) { #bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,207,222,0.3), #000000);background-image: -moz-linear-gradient(180deg, rgba(122,207,222,0.3), #000000);background-image: -ms-linear-gradient(180deg, rgba(122,207,222,0.3), #000000);background-image: -o-linear-gradient(180deg, rgba(122,207,222,0.3), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7acfde4c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7acfde4c', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(122,207,222,0.3), #000000);background-size:cover !important;display:block; }#bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL > .row .container { background-color: transparent; background-image: none; }#bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL > .row .container > .video-iframe-container { display: none; }#bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL > .row > .video-iframe-container { display: none; }#bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL > .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); }#bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL > .row .container { width:47.75rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e1ae8f95-7164-48d8-9a0e-c2159aed5489/Kopiawww1.gif");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8.adaptive-delivery-prevent-bg, #t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8.lazyload, #t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8.lazyloading { background-image: none; }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 > .row .container { background-color: transparent; background-image: none; }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 > .row .container > .video-iframe-container { display: none; }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 > .row > .video-iframe-container { display: none; }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 > .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); }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 > .row .container { border-width: 0; border-radius: 0; }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 > .row .container { width:47.75rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #eLczMTxvbQo47J24Sz56MJD7ac4Sgx67 { top:1.8125rem;left:13.9375rem;width:19.875rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-regular-label { width:15.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-input-text { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-input-text {padding-top: 0; padding-bottom: 0;}#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-textarea { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-input-select { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-input-select {padding-top: 0; padding-bottom: 0;}#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-input-button { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-checkbox-label { width:14.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa  { width:15.375rem;height:0;top:6.125rem;left:14.9375rem; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .radio-container { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa {display:block;}#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa { width:15.375rem;height:0;top:6.125rem;left:14.9375rem; }
 }@media only screen and (max-width: 959px) { #IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #fbORom6eTqOJxwJJk8CXefBpe2K97vIc {  }
 }@media only screen and (max-width: 959px) { #IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #yErN35nNpsEMTvQU8tAROGsDWnM0eSTV { display:none; }
 }@media only screen and (max-width: 959px) { #IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #N5GPsuwBzrdPG6aC09UoZH5ppLJ8IBFQ {  }
 }@media only screen and (max-width: 959px) { #IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #APcDu43eyL5JnwBJ3Sxoh9bAzxCkdvdg {  }
 }@media only screen and (max-width: 959px) { #IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #r3xIVvcqxD9G5DJ1D4qoVG3q4LF99rcU { display:none; }
 }@media only screen and (max-width: 959px) { #IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #ZKsTGErTBhUNWCRrvTeVAN8hRJzNM1Nd {  }
 }@media only screen and (max-width: 959px) { #IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #woGSDPWqPgPTqPKw1dJBv5y9i3gtowC2 {  }
 }@media only screen and (max-width: 959px) { #IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #lM04ATvO8WumtxhSaTpITDD83NOTiAkq {  }
 }@media only screen and (max-width: 959px) { #IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #WXSoKXDu4pWTAgRRn27Tbqx7e6p0krd9 {  }
 }@media only screen and (max-width: 959px) { #IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #GUwGJmXKkBLWMbrBP6tKBrrmr4Ayb0Wq {  }
 }@media only screen and (max-width: 959px) { #IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #ITvFXet7qXN6yX8zXuoKRkAXiUM20tc7 {  }
 }@media only screen and (max-width: 959px) { #S61WpTKzeL8nBIhaJUqieySkWM3yxaXU { top:5.0625rem;left:17.9375rem;width:11.9375rem;height:1.13606875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(122,207,222,0.3), #000000);background-image: -moz-linear-gradient(180deg, rgba(122,207,222,0.3), #000000);background-image: -ms-linear-gradient(180deg, rgba(122,207,222,0.3), #000000);background-image: -o-linear-gradient(180deg, rgba(122,207,222,0.3), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7acfde4c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7acfde4c', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(122,207,222,0.3), #000000);background-size:cover !important;display:block; }#cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6 > .row .container { background-color: transparent; background-image: none; }#cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6 > .row .container > .video-iframe-container { display: none; }#cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6 > .row > .video-iframe-container { display: none; }#cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6 > .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); }#cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6 > .row .container { width:47.75rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qJ8xlppRZTG8BVnrunzdCeRPPhzOIqE3 { width:29.0625rem;height:1.462675rem;top:3.5625rem;left:9.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #xVsUbDypJDFkrCRVZVzACTwr3RT5ONCh { width:2.9375rem;height:2.9375rem;top:5.6875rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #CaNh4UU3eIGOhuDfOA1016TMKrwkaMnA { width:2.9375rem;height:2.875rem;top:5.6875rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #U8WiAkblcmg9xgfWRWTxpBfk3nEgCOG7 { display:block; }#U8WiAkblcmg9xgfWRWTxpBfk3nEgCOG7 > .row .container { width:47.75rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #B4G9DlSTIzE5bnfLrHNZEqEkB9ShioBz { width:8.6875rem;height:1.21875rem;top:5.4375rem;left:20.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #x5vuHN7QHIK7RxmJF40yhO5T16tKBw3X { width:1.25rem;height:1.25rem;top:8rem;left:19.25rem;display:block; }
#x5vuHN7QHIK7RxmJF40yhO5T16tKBw3X > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 959px) { #gZBUW281xhUvqalkwGNzzlarkms0J1cb { width:1.25rem;height:1.25rem;top:8rem;left:21.5625rem;display:block; }
#gZBUW281xhUvqalkwGNzzlarkms0J1cb > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 959px) { #E82KmGAHzE1nffzdtSoDWgZxkwcdAzBQ { width:1.25rem;height:1.25rem;top:8rem;left:26.5625rem;display:block; }
#E82KmGAHzE1nffzdtSoDWgZxkwcdAzBQ > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 959px) { #LQQR5XX99AEyomxlMdPyi2hQUTJeF6ON { width:1.25rem;height:1.25rem;top:8rem;left:24rem;display:block; }
#LQQR5XX99AEyomxlMdPyi2hQUTJeF6ON > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 959px) { #dVIqzehTqWCkVmcf7tOtaanyRbgTnp4i { top:12rem;left:17.9375rem;width:12.9375rem;height:2.7495625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #r41zib9WkKstwwyTJNCePDRVOM3qfGZQ { top:17.4375rem;left:17.5rem;width:13.8125rem;height:0.8rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #xmyOlpTB821bZMrakvwC1AlgAx4WTevn { width:3.6875rem;height:3.6875rem;top:9.25rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #QmRIe7XmRv9Zl3lzgfAruvA4OuFhC6yM { width:1.25rem;height:1.25rem;top:8rem;left:28.75rem;display:block; }
#QmRIe7XmRv9Zl3lzgfAruvA4OuFhC6yM > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e1ae8f95-7164-48d8-9a0e-c2159aed5489/Kopiawww1.gif");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk.adaptive-delivery-prevent-bg, #Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk.lazyload, #Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk.lazyloading { background-image: none; }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk > .row .container { background-color: transparent; background-image: none; }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk > .row .container > .video-iframe-container { display: none; }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk > .row > .video-iframe-container { display: none; }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk > .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); }#Z7voFgt7f5QUfVhkLLwRRIZmRnzJPiQk > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eI7HOawkSsLy50TeDGD52TkOzzFhIwL0 { width:8.25rem;height:1.49956875rem;top:5.9375rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#fff0c7;display:block; }
 }@media only screen and (max-width: 763px) { #enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il .widget-text.counter-number { padding-top:0.393125rem;padding-right:0.3425rem;padding-bottom:0.393125rem;padding-left:0.3425rem;width:2.05375rem;min-width:2.05375rem;height:2.111875rem;font-size:1.57125rem;line-height:33.79px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.245625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.738125rem;height:0.835rem;font-size:0.589375rem;line-height:13.36px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il { display:flex;width:14.9375rem;height:3.97875rem;top:7.4375rem;left:1.8125rem;padding-top:0.7rem;padding-right:0.69375rem;padding-bottom:0.7rem;padding-left:0.69375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #JDz8W0FJcxmZ7yQKhQPeHZqBEt84paa7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #lEa8CydWKkFACW3I0h7eHRXSUnWODe0d {  }
 }@media only screen and (max-width: 763px) { #enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #I6LTygXgt3wVuxLOXTEbnyICKWcpTTLZ {  }
 }@media only screen and (max-width: 763px) { #enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #gERTveIM6LizLaVx7US7UUA39fWITgOI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #dxq00EnvB0u9SnMDzkkCfalavFaPDRRK {  }
 }@media only screen and (max-width: 763px) { #enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #ZKaQXhV69NgND7QSgwJHQPJZT7r1W2FU {  }
 }@media only screen and (max-width: 763px) { #enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #hUpNFV6NbPTkLXXknTIwO5MHGTpMSaKA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #OwJq8Xq77LazoyuXkMLiRXm5mrqXMQf7 {  }
 }@media only screen and (max-width: 763px) { #enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #wTWmGGkTbEbSrru1Opk6wVEa2AH3Nxpk {  }
 }@media only screen and (max-width: 763px) { #enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #TNVOLEW113iWOCzSU3FghKEMTM8b3qGr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #Tq055MkxauNTUMsTLc9wMUAtAftqeg2J {  }
 }@media only screen and (max-width: 763px) { #enbfWFgAuziWKrrfJOsmp0wPkTMWk6Il #FTAsDXHJ5HLyPttG5IA5FbfJxuunb4Dp {  }
 }@media only screen and (max-width: 763px) { #oMrHHaTFu1Ot6vsoLUxtxpMb0t6b3L02 { width:2.375rem;height:0.99935rem;top:6.375rem;left:12.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#fff0c7;display:block; }
 }@media only screen and (max-width: 763px) { #TEo9Nku4FcIlZfrNg4e49gKDTt5AEZ3p { position:relative;z-index:auto;display:block; }#TEo9Nku4FcIlZfrNg4e49gKDTt5AEZ3p > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQlbEPT8TkiRzh3PgLp8ohzEo2mFsSOV { width:9.3125rem;height:1.462675rem;top:1.0375000238419rem;left:5.6868750452995rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufSEFIgusug81lsoqNTbzHo4JnAXtwmN { width:4.5625rem;height:1.3rem;top:1.2500004768372rem;left:1.5000000596046rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKZRwrsepMI8P2V664BM496FTVGhRTQr { width:3.3125rem;height:1.3rem;top:1.2187504768372rem;left:15.250000655651rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1enTuPuR58Ihr62EJrSHOzFb4iNtcCC { width:0.625rem;height:1.21875rem;top:1.0000004768372rem;left:3.3125001788139rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1V2G60vd5ttXOwwbKtrIyiWAGvR4EQb { display:flex;width:1.1875rem;height:1.1875rem;top:1.3309692268372rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GOr5IlPnS9eCO7RWCqupkmQne4c4OTIo { display:flex;width:1.1875rem;height:1.1875rem;top:1.2500004768372rem;left:18.811791121959rem; }
 }@media only screen and (max-width: 763px) { #GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC { display:block; }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC { background-color: transparent; background-image: none; }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC > .row .container > .video-iframe-container { display: none; }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC > .row > .video-iframe-container { display: none; }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC > .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); }#GeRM4JuZFhsJsywiO7dI5FJGVTE0b7UC > .row .container { width:20rem;height:23.125rem;background-color:#000000;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLkcJU2yydfT0xcTTvKBmmTALH2TySck { width:8.625rem;height:1.62435rem;top:2.9937500953674rem;left:5.6874998807907rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMdQ3TEnAu9rZbaLLTeQ4ylb01i3O290 { width:8.0625rem;height:8.0625rem;top:7.1875rem;left:6.25rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #JpLah2fsGIeX9x9xDaAHQDpCRTRrq36y { width:7.6875rem;height:1.29971875rem;top:10.5625rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pBTG4KN7ftzR8tgCM9btNys2GpgUWh2T { width:8.0625rem;height:8.0625rem;top:17.875rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #qBkEXaDO5JmoPht9E5oD2sXI94Mv8yyh { width:11.4375rem;height:1.199575rem;top:21.3125rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MrdATfCOwLPDXPldkIK095VENBOqlX15 { width:8.125rem;height:8.125rem;top:16.375rem;left:5.9374998807907rem;z-index:15060;display:none; }
 }@media only screen and (max-width: 763px) { #IbhhN7KgTKr19QT9c2oJtNSKBVc3Xke6 { width:1.8125rem;height:1.3rem;top:19.787500858307rem;left:9.0937503576281rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lThVXt4eE0ZgWuSgFd1KDKgz8AkH39k3 { width:8.125rem;height:8.125rem;top:26.0625rem;left:5.9374998807907rem;z-index:15061;display:none; }
 }@media only screen and (max-width: 763px) { #obNkHtdbaOoTS5kG0qeW8Xz7NQUAq3mA { width:6.125rem;height:2.6rem;top:28.825002193451rem;left:6.9374998807906rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTG8UDvWDHpFSHu9IBNyRE5U99LfZAyi { width:8.125rem;height:8.125rem;top:35.8125rem;left:5.9374998807907rem;z-index:15062;display:none; }
 }@media only screen and (max-width: 763px) { #UwqEnS2JZHE699htl593rphcisxZeAim { width:5.9375rem;height:1.3rem;top:39.224999427796rem;left:7.1750000715256rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DdMdrC3cv0V6L7fE1ASBDk53fKuFXcOv { width:6.8125rem;height:6.8125rem;top:14.8125rem;left:11.3125rem;z-index:14890;box-shadow: none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hob81Xchk7v3TV1L8fGHbvFwa0d0RvMs { width:6.125rem;height:1.49956875rem;top:17.46875rem;left:11.65625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14886;display:block; }
 }@media only screen and (max-width: 763px) { #Uca2xlcqTwTFx7W2VtFrDgeDrLkqUD16 { width:8.125rem;height:8.125rem;top:6.7484376430512rem;left:5.9687498807907rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 763px) { #Jvoq6qcyagsh5XVKn21GBeX2ktsIBkyT { width:7rem;height:2.6rem;top:9.5125002861025rem;left:6.4999998807906rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lmypiixRUVpZSISJyi9A1rlwkqMM2IQK { width:6.6875rem;height:2.99913125rem;top:8.75rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#7acfde;z-index:14889;display:block; }
 }@media only screen and (max-width: 763px) { #SbRAEBIVSIwcPBRWDMVrisi8DAhbChTW { width:3.81185rem;height:2.99913125rem;top:9.4986991882325rem;left:12.811415970326rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#7acfde;z-index:14888;display:block; }
 }@media only screen and (max-width: 763px) { #tdyNBm6btRMgNTeD7yCX1E05m0hxUw1c { width:6.749125rem;height:6.6873125rem;top:6.904296875rem;left:1.9042969346046rem;z-index:14893;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IZcQQp5Qs1VxpnD4PXlHzX82GGNW5Tgf { width:6.875rem;height:6.875rem;top:6.8109817504881rem;left:11.279297173023rem;z-index:14892;display:block; }
 }@media only screen and (max-width: 763px) { #VSFMwLtlbI96gQXs485E4sJmhtXUO6wc { width:6.12413125rem;height:1.49956875rem;top:17.468536376953rem;left:2.2189670205116rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#7acfde;z-index:14887;display:block; }
 }@media only screen and (max-width: 763px) { #ZbMSH3JvvufT7lEwVkUoPkVxgbNFs7fw { width:6.936875rem;height:6.5625rem;top:14.935982704162rem;left:1.8120661377907rem;z-index:14891;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LiluxPbT168pqh3iVQXgEgcsIiWSkQEG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70849ae8-2251-4e6f-99aa-5fdc10522f88/_TANZ143.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG.adaptive-delivery-prevent-bg, #LiluxPbT168pqh3iVQXgEgcsIiWSkQEG.lazyload, #LiluxPbT168pqh3iVQXgEgcsIiWSkQEG.lazyloading { background-image: none; }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG > .row .container { background-color: transparent; background-image: none; }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG > .row .container > .video-iframe-container { display: none; }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG > .row > .video-iframe-container { display: none; }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG > .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); }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG > .row .container { border-width: 0; border-radius: 0; }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LiluxPbT168pqh3iVQXgEgcsIiWSkQEG > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SetaidUERGAVu9HDOIKhNzp0k8Nu7f77 { width:8.25rem;height:1.49956875rem;top:6.5625rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#fff0c7;display:block; }
 }@media only screen and (max-width: 763px) { #pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu .widget-text.counter-number { padding-top:0.393125rem;padding-right:0.3425rem;padding-bottom:0.393125rem;padding-left:0.3425rem;width:2.05375rem;min-width:2.05375rem;height:2.111875rem;font-size:1.57125rem;line-height:33.79px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.245625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.738125rem;height:0.835rem;font-size:0.589375rem;line-height:13.36px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu { display:flex;width:14.9375rem;height:3.97875rem;top:8.0625rem;left:1.8125rem;padding-top:0.7rem;padding-right:0.69375rem;padding-bottom:0.7rem;padding-left:0.69375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #C3FuIJupkeUhU9CyZXWmyt7qQqlm0EkD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #TaVvOchnVwTTh06kATDi7OgQkwTwdRxk {  }
 }@media only screen and (max-width: 763px) { #pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #acrLt6GNf4FywNcyFUE5lgyVIuAFTVV5 {  }
 }@media only screen and (max-width: 763px) { #pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #PHS0dsT6f2aM4H8km5eUHkluTgeEuDPR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #eiMwO2hMktcRqEXnNi6ksNVC4rUnpWUn {  }
 }@media only screen and (max-width: 763px) { #pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #G8Vnwpwr26yfVToQC31D0onTOlhHmTxo {  }
 }@media only screen and (max-width: 763px) { #pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #RTWsmloJOX4r7icS631AB1ZhszqxgSBl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #AdW9O4KTsvDT9qTJwqf49FgsWOhdlkh2 {  }
 }@media only screen and (max-width: 763px) { #pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #cqO2UH43enifW9ufhk0uaO0ZABEFPi4T {  }
 }@media only screen and (max-width: 763px) { #pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #RclUsU7LTVQ2wlLhoNVONN3bAFDfWorJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #U6lOcxTVlPObC0lK9eNKrJ9aZfXvKMA2 {  }
 }@media only screen and (max-width: 763px) { #pLvhPrOzhHvpqriX0a8WkvuKtAkNivOu #CKhcuyt7CBb93O730FOtsEsukOX3BrQT {  }
 }@media only screen and (max-width: 763px) { #iwvQSH5hFgKQh8WVSmCkGUsmTt6ioPlP { width:2.375rem;height:0.99935rem;top:7rem;left:12.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#fff0c7;display:block; }
 }@media only screen and (max-width: 763px) { #H2f2uJPTUcvT93HT08aEyPVFJipZcvsa { display:block; }#H2f2uJPTUcvT93HT08aEyPVFJipZcvsa { background-color: transparent; background-image: none; }#H2f2uJPTUcvT93HT08aEyPVFJipZcvsa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2f2uJPTUcvT93HT08aEyPVFJipZcvsa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2f2uJPTUcvT93HT08aEyPVFJipZcvsa > .row .container > .video-iframe-container { display: none; }#H2f2uJPTUcvT93HT08aEyPVFJipZcvsa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2f2uJPTUcvT93HT08aEyPVFJipZcvsa > .row > .video-iframe-container { display: none; }#H2f2uJPTUcvT93HT08aEyPVFJipZcvsa > .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); }#H2f2uJPTUcvT93HT08aEyPVFJipZcvsa > .row .container { width:20rem;height:95rem;background-color:#000000;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZJwJSSVOeDmtGlPvXatTUufRHZnVkVZW { width:8.0625rem;height:8.0625rem;top:7.1875rem;left:6.25rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #M7QtD1TJVwc1k1u9FQOQSwau0uxQaTcn { width:7.6875rem;height:1.29971875rem;top:10.5625rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxzdNKyRHnTORCGbt43LD7TBQDCFT666 { width:8.0625rem;height:8.0625rem;top:17.875rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3nCrgTkdmokFPq6KKTm5ZkWDlvBnVNV { width:11.4375rem;height:1.199575rem;top:21.3125rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ReFeRtTJhCTE68M356JZE5eFEUx2fXRK { width:5.625rem;height:5.625rem;top:22.25rem;left:1.0625rem;z-index:15054;display:none; }
 }@media only screen and (max-width: 763px) { #Dg5ZsHQ038QcLPwQ1xRucqFq1VIUbMCO { width:3.5625rem;height:1.29971875rem;top:24.4375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KSw4ZVxNBC8p6xlkuVPd4J6MpKRzuQlk { width:10.8745625rem;height:1.62435rem;top:1.6861972808838rem;left:4.5616319775581rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgR3fPGF0sMTFE1KmvKBr9Ggiu3iPI3g { width:5.625rem;height:5.625rem;top:27.75rem;left:13.8125rem;z-index:14825;display:block; }
 }@media only screen and (max-width: 763px) { #o6ykWgIV3WamMxIPN40ZDkgAciTqoknx { width:4.5rem;height:2.599825rem;top:52rem;left:13.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#fff0c7;z-index:14792;display:block; }
 }@media only screen and (max-width: 763px) { #OT6kkptnGgWPSlf42KLidtSCUXTUdCHD { width:5.625rem;height:5.625rem;top:50.5rem;left:13.375rem;z-index:14834;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CLKxvpdVWrJRf8woOPg3nv0SCx5rDTcS { width:5.625rem;height:5.625rem;top:35.5625rem;left:0.875rem;z-index:14826;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kUToFK1hzM8ZqNKd2h9b0Cayqr6yu6ut { width:5.5rem;height:1.2999125rem;top:37.75rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14800;display:block; }
 }@media only screen and (max-width: 763px) { #RmXQI0xKuXKWwlPw68NccVsCHHXWyMEH { width:5.375rem;height:1.2999125rem;top:29.9375rem;left:13.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14801;display:block; }
 }@media only screen and (max-width: 763px) { #qes7VtHf8w9niTx9TRF4AuhKgPt7Hq4I { width:4.5625rem;height:2.599825rem;top:59.6875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#fff0c7;z-index:14791;display:block; }
 }@media only screen and (max-width: 763px) { #IUnnc5hzkwRKf2r4LtefqCfIB8gvgSA7 { width:5.625rem;height:5.625rem;top:58.0625rem;left:0.875rem;z-index:14835;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LCnO34h0ZU7PKSkLgseDMXGzr4nIIi45 { width:5.625rem;height:5.625rem;top:58.0625rem;left:13.375rem;z-index:14813;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukVqxbILyJMspWkSx5wTFxkRRH9baB4d { width:5.625rem;height:5.5625rem;top:58.0625rem;left:7.1875rem;z-index:14836;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FFD4Imfi3qF6dW1mpKJX9DrGHBesHywu { width:5.9375rem;height:5.9375rem;top:35.375rem;left:7.0625rem;z-index:14827;display:block; }
 }@media only screen and (max-width: 763px) { #A2hGPU4oxCplgxMmbf67WGVwg0fS3xZR { width:6.25rem;height:6.25rem;top:12.5625rem;left:0.5625rem;z-index:14817;display:block; }
 }@media only screen and (max-width: 763px) { #WkukQRztphNlnr5mtppMxdoqWGiKN6Qe { width:3.375rem;height:2.599825rem;top:37.0625rem;left:8.3125rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#fff0c7;z-index:14799;display:block; }
 }@media only screen and (max-width: 763px) { #BkFpeHpr99mMtCEhheSZkdyPbO0Xm9Da { width:3.93663125rem;height:3.8997375rem;top:13.75rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14809;display:block; }
 }@media only screen and (max-width: 763px) { #RIptZH6btm12UP9G5HgTqdUBAtWMN63r { width:5.625rem;height:5.625rem;top:80.1875rem;left:13.4375rem;z-index:14846;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qkLeTpfR7nzbKNcQU8sR9VD4LNxMzTal { width:5.625rem;height:5.625rem;top:27.75rem;left:0.875rem;z-index:14823;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kGpOSALNisx1t4r4aCLnMi0zF5IeAQf1 { width:5.625rem;height:5.625rem;top:72.6875rem;left:13.375rem;z-index:14843;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #awAMoCOQsH8wfBG4FuKWDVFTlIeaqUqc { width:5.625rem;height:5.625rem;top:72.6875rem;left:0.875rem;z-index:14841;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PISS00qFGASor3HLAUlv5rsxInROlQWn { width:5.625rem;height:5.625rem;top:65.5rem;left:0.875rem;z-index:14838;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUhs6Q5gOmAlonK4qUppNXIJ8OMDx7XD { width:5.625rem;height:5.625rem;top:43.0625rem;left:0.875rem;z-index:14829;display:block; }
 }@media only screen and (max-width: 763px) { #sTVJixJ1xbWCbTVLO0g9zgrT5sWdSIbW { width:5.625rem;height:5.625rem;top:87.625rem;left:7.1875rem;z-index:14848;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Gq2WBStJbyz4lK26CMmmsZEvSv6TKIbZ { width:3.5625rem;height:2.599825rem;top:89.125rem;left:8.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#fff0c7;z-index:14778;display:block; }
 }@media only screen and (max-width: 763px) { #Gd0y6BJokp8W0ih1xChpHpUDAPDU3MK2 { width:3.8125rem;height:1.2999125rem;top:82.375rem;left:14.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#fff0c7;z-index:14780;display:block; }
 }@media only screen and (max-width: 763px) { #iszx8N6icU8myQQMTe0e6PntS8UvG11P { width:3.8125rem;height:1.2999125rem;top:29.9375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#fff0c7;z-index:14803;display:block; }
 }@media only screen and (max-width: 763px) { #Xl4Uk3aVgrsmx95Qcl2DM5bDT0kTsMXh { width:3.5625rem;height:1.2999125rem;top:74.875rem;left:14.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#fff0c7;z-index:14783;display:block; }
 }@media only screen and (max-width: 763px) { #fNAQ4CV0lHrGTAiy3vUiBmxLD1CH9eUr { width:2.4375rem;height:1.2999125rem;top:74.9375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#fff0c7;z-index:14785;display:block; }
 }@media only screen and (max-width: 763px) { #GFD1pvRwZIESxewU23FqFf5qavxLLlfm { width:5.625rem;height:5.625rem;top:65.5rem;left:13.375rem;z-index:14840;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #u55HOZToaWpAvQdSapwS0yJKthoaBzyH { width:5.625rem;height:2.599825rem;top:67.3125rem;left:13.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#fff0c7;z-index:14786;display:block; }
 }@media only screen and (max-width: 763px) { #dfuDJgWwX9HXhB3GCJnB2QTCara9XF9i { width:5.625rem;height:5.625rem;top:65.5rem;left:7.1875rem;z-index:14839;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TtU4Dwqe5RhVAvUHvJkF1en88JdDlhet { width:3.9375rem;height:2.599825rem;top:67rem;left:8.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#fff0c7;z-index:14787;display:block; }
 }@media only screen and (max-width: 763px) { #aVEimgrv9yluFnBabAaGSf990XAlJB5M { width:3.8125rem;height:1.2999125rem;top:67.6875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#fff0c7;z-index:14788;display:block; }
 }@media only screen and (max-width: 763px) { #VsHo0ZRlNUdeKAbtXhpOipcIuUeSpzge { width:5.625rem;height:5.625rem;top:50.5rem;left:7.1875rem;z-index:14833;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zbC8MJgPF1pE4dmD7g4AwZ25NtNbmwVn { width:5.5625rem;height:2.599825rem;top:52rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14793;display:block; }
 }@media only screen and (max-width: 763px) { #Iu6fuWQvMLhT3ds0zzdlTO7R6ZAawI29 { width:5.625rem;height:5.625rem;top:50.5rem;left:0.875rem;z-index:14832;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xMgH9tb0uasMGzigzP8GdS4xgnRpNorW { width:3.9375rem;height:1.2999125rem;top:45.1875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#fff0c7;z-index:14797;display:block; }
 }@media only screen and (max-width: 763px) { #nwrInFJudB7DcqnFkx9W2RUUHicTWmQO { width:5.625rem;height:5.625rem;top:87.625rem;left:13.375rem;z-index:14849;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ShZs3ux8cGBW2HlqNUJnnpeXXS2lhZ5V { width:5.625rem;height:5.625rem;top:87.625rem;left:0.875rem;z-index:14814;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EGXqxn6RJTdBvBfTbtttETr8XkTKvnGQ { width:5.625rem;height:5.625rem;top:80.1875rem;left:7.25rem;z-index:14845;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vyUbA4ne6RHXow1nfqCnWkXqvmWLpZZG { width:5.5rem;height:1.2999125rem;top:82.375rem;left:7.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14781;color:#fff0c7;display:block; }
 }@media only screen and (max-width: 763px) { #viiRxNo3bFk8XgqDs0Q1QEZms85TMFlp { width:5.625rem;height:5.625rem;top:80.1875rem;left:0.9375rem;z-index:14844;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gnirVv2bXKuECDPUba9t8PUTXbfmxrpn { width:3.5625rem;height:1.2999125rem;top:82.5rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#fff0c7;z-index:14782;display:block; }
 }@media only screen and (max-width: 763px) { #PC3e9gRemWq41lON41A05ZHINK4AEPWq { width:5.625rem;height:5.625rem;top:72.6875rem;left:7.1875rem;z-index:14842;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yZnIxzQyfTIB8rlxwJdSs99s9yWENTxp { width:3.8125rem;height:1.2999125rem;top:74.9375rem;left:7.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#fff0c7;z-index:14784;display:block; }
 }@media only screen and (max-width: 763px) { #Z7pG85mtoRe6L9zuaAPlClI9DCSGAJE5 { width:5.5625rem;height:1.2999125rem;top:52.6875rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14794;display:block; }
 }@media only screen and (max-width: 763px) { #q4usP4yRlvdCNGGd4AGlRMCEiNCXfGMZ { width:5.625rem;height:5.625rem;top:43.0625rem;left:7.25rem;z-index:14830;display:block; }
 }@media only screen and (max-width: 763px) { #ecMOTtniWfzf6T6iVp2g2EvHvUUmyVM2 { width:5.6875rem;height:1.2999125rem;top:45.25rem;left:7.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#fff0c7;z-index:14796;display:block; }
 }@media only screen and (max-width: 763px) { #kHJ3230EiHe7O3GwKepFOOZZ4klM3GTG { width:5.625rem;height:5.625rem;top:27.75rem;left:7.375rem;z-index:14824;display:block; }
 }@media only screen and (max-width: 763px) { #Pl2CsZy9oCKsWqgcy7J6O5Pp6m8dVlRw { width:5.625rem;height:5.625rem;top:20.25rem;left:0.875rem;z-index:14820;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oWTiiDBaH7K5Lmr3x1boB6JIclE0v70T { width:4.31206875rem;height:2.599825rem;top:21.762154579163rem;left:1.5299480557442rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#fff0c7;z-index:14806;display:block; }
 }@media only screen and (max-width: 763px) { #sFNgIZEMaUXe7WOqrC6bcrdWEAlRsP6e { width:5.625rem;height:5.9375rem;top:20.125rem;left:13.9375rem;z-index:14822;display:block; }
 }@media only screen and (max-width: 763px) { #tfaiMTenD0DzZTpNoqksQMMxaUZyLdqG { width:5.625rem;height:5.625rem;top:12.875rem;left:13.8125rem;z-index:14819;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #C2cVO4AznV9O6wKc2U4IXOZTCwzn8iPH { width:5.5rem;height:1.2999125rem;top:15.061851501465rem;left:13.875000298023rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#fff0c7;z-index:14807;display:block; }
 }@media only screen and (max-width: 763px) { #J5H9G6o4BVKfPWC72cHJgROCAZLew7lq { width:5.25rem;height:5.625rem;top:43.0625rem;left:13.8125rem;z-index:14831;display:block; }
 }@media only screen and (max-width: 763px) { #wprhZxm4EXJh0TzlPz07pn2nKoF4TS7y { width:5.625rem;height:2.599825rem;top:44.5625rem;left:13.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#fff0c7;z-index:14795;display:block; }
 }@media only screen and (max-width: 763px) { #vcmVSuH7csvhDzoQa77VJkJ9IBwlPim1 { width:5.375rem;height:5.375rem;top:35.75rem;left:13.8125rem;z-index:14828;display:block; }
 }@media only screen and (max-width: 763px) { #SaAp5IuK8CWE1iRQ6Bhkz4bi0a23f3yE { width:5.5625rem;height:1.2999125rem;top:37.75rem;left:13.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#fff0c7;z-index:14798;display:block; }
 }@media only screen and (max-width: 763px) { #uhsDrqnuDNeSowQWbTiwfTeNV3aleR4f { width:5.68685rem;height:5.56206875rem;top:20.3125rem;left:7.1875rem;z-index:14821;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TspwQR31PTcP6gd0mQ2aLRMMLMCEKA6T { width:6.12413125rem;height:2.599825rem;top:21.75rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#fff0c7;z-index:14805;display:block; }
 }@media only screen and (max-width: 763px) { #HXupkVKvRVvHvb3EvRb2QWkXPODweoTP { width:5.81163125rem;height:5.81163125rem;top:5.0625rem;left:0.4375rem;z-index:14816;display:block; }
 }@media only screen and (max-width: 763px) { #OydvEIJpT74Hrv9JgeEyFakbh3RTP6MZ { width:6.25rem;height:1.2999125rem;top:7.3166241645812rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14812;display:block; }
 }@media only screen and (max-width: 763px) { #qhe8D4D2mUqWLR27Xh0fR4HBEAATw6EH { width:5.9375rem;height:5.56206875rem;top:12.903646469116rem;left:7.0312502980231rem;z-index:14818;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IBHNNy39FKBlhPux9Lv5niw0gEGZM3bn { width:6.0612rem;height:1.2999125rem;top:15.035810470581rem;left:6.9683163762094rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14808;display:block; }
 }@media only screen and (max-width: 763px) { #RiUXTRM01D3scysd7ys0qUdaWZaNypGD { width:5.87456875rem;height:5.87456875rem;top:5rem;left:13.75rem;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #KBIAOEpRVgKT0w9CXQs7RnSxZlMDhokt { width:5.81163125rem;height:3.8997375rem;top:6.6677517890931rem;left:7.0930994153025rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14811;display:block; }
 }@media only screen and (max-width: 763px) { #T9eW0pZCQolkQqCxl7bzqAZn7ro7Vgd2 { width:6.0612rem;height:2.599825rem;top:6.6677517890931rem;left:13.593750298023rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14810;display:block; }
 }@media only screen and (max-width: 763px) { #DWTLxXO4VSbpyZJOVa8FKmVN294T8yeP { width:5.99935rem;height:1.2999125rem;top:29.911026954651rem;left:6.9997833371163rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#fff0c7;z-index:14802;display:block; }
 }@media only screen and (max-width: 763px) { #TUUT2VVIJ2GJcf63tqpcZk9qDnk4Z0KE { width:5.37435rem;height:1.2999125rem;top:60.25rem;left:13.5625rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#fff0c7;z-index:14789;display:block; }
 }@media only screen and (max-width: 763px) { #Wcka43x22CB7mdTWVSS8fWqwL4ndRvIE { width:4.1862rem;height:1.2999125rem;top:60.25rem;left:7.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#fff0c7;z-index:14790;display:block; }
 }@media only screen and (max-width: 763px) { #pNV6HLC8wbvvvihZHuLWIxASewtnAEAv { width:3.81185rem;height:1.2999125rem;top:89.8125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#fff0c7;z-index:14779;display:block; }
 }@media only screen and (max-width: 763px) { #XDS6etTJpr1R1c0CSyREgVCfetwrD9uR { width:3.5612rem;height:1.2999125rem;top:89.8125rem;left:14.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#fff0c7;z-index:14777;display:block; }
 }@media only screen and (max-width: 763px) { #RDfom90HdfTGvCZ8KeCfwHi4SRdnkfK3 { width:6.12305rem;height:1.2999125rem;top:22.3125rem;left:13.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14804;display:block; }
 }@media only screen and (max-width: 763px) { #o8o9PUbifdRdKi1z2S2uPBIlXlQlwvLO { width:5.81055rem;height:5.7487rem;top:5.0922298431396rem;left:7.0941842198375rem;z-index:14815;display:block; }
 }@media only screen and (max-width: 763px) { #bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL { background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(255,240,199,0.3), #000000);background-image: -moz-linear-gradient(360deg, rgba(255,240,199,0.3), #000000);background-image: -ms-linear-gradient(360deg, rgba(255,240,199,0.3), #000000);background-image: -o-linear-gradient(360deg, rgba(255,240,199,0.3), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0c74c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0c74c', endColorstr='#000000' );";background-image: linear-gradient(360deg, rgba(255,240,199,0.3), #000000);background-size:auto !important;display:block; }#bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL > .row .container { background-color: transparent; background-image: none; }#bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL > .row .container > .video-iframe-container { display: none; }#bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL > .row > .video-iframe-container { display: none; }#bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL > .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); }#bJCTDwIe3vTvVp0F2M8nnCcZofLzvVEL > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e1ae8f95-7164-48d8-9a0e-c2159aed5489/Kopiawww1.gif");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8.adaptive-delivery-prevent-bg, #t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8.lazyload, #t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8.lazyloading { background-image: none; }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 > .row .container { background-color: transparent; background-image: none; }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 > .row .container > .video-iframe-container { display: none; }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 > .row > .video-iframe-container { display: none; }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 > .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); }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 > .row .container { border-width: 0; border-radius: 0; }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6VTtlvLX2vCFvTLxxawfJTmThQ9mln8 > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLczMTxvbQo47J24Sz56MJD7ac4Sgx67 { width:19.875rem;height:2.62478125rem;top:3.5625rem;left:0.125rem;font-size:1.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-regular-label { width:12.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-input-text { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-input-text {padding-top: 0; padding-bottom: 0;}#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-textarea { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-input-select { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-input-select {padding-top: 0; padding-bottom: 0;}#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-input-button { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;height:2.0625rem;line-height:1; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa [class*="-text"]:-moz-placeholder { font-size:0.6875rem; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa [class*="-text"]::-moz-placeholder { font-size:0.6875rem; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa [class*="-text"]:-ms-input-placeholder { font-size:0.6875rem; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa [class*="-text"]::-webkit-input-placeholder { font-size:0.6875rem; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-checkbox-label { width:11.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5rem;overflow:hidden;height:auto; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-container:first-of-type{padding-top:0;}#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .widget-container:last-of-type{padding-bottom:0;}#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa  { width:12.5rem;height:auto;top:7.1875rem;left:2.625rem; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa .radio-container { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa {display:block;}#IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa { width:12.5rem;height:auto;top:7.1875rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #fbORom6eTqOJxwJJk8CXefBpe2K97vIc {  }
 }@media only screen and (max-width: 763px) { #IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #yErN35nNpsEMTvQU8tAROGsDWnM0eSTV { display:none; }
 }@media only screen and (max-width: 763px) { #IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #N5GPsuwBzrdPG6aC09UoZH5ppLJ8IBFQ {  }
 }@media only screen and (max-width: 763px) { #IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #APcDu43eyL5JnwBJ3Sxoh9bAzxCkdvdg {  }
 }@media only screen and (max-width: 763px) { #IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #r3xIVvcqxD9G5DJ1D4qoVG3q4LF99rcU { display:none; }
 }@media only screen and (max-width: 763px) { #IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #ZKsTGErTBhUNWCRrvTeVAN8hRJzNM1Nd {  }
 }@media only screen and (max-width: 763px) { #IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #woGSDPWqPgPTqPKw1dJBv5y9i3gtowC2 {  }
 }@media only screen and (max-width: 763px) { #IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #lM04ATvO8WumtxhSaTpITDD83NOTiAkq {  }
 }@media only screen and (max-width: 763px) { #IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #WXSoKXDu4pWTAgRRn27Tbqx7e6p0krd9 {  }
 }@media only screen and (max-width: 763px) { #IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #GUwGJmXKkBLWMbrBP6tKBrrmr4Ayb0Wq {  }
 }@media only screen and (max-width: 763px) { #IfUTIl9NANbf1poG2VJE0pTZhuUDkQpa #ITvFXet7qXN6yX8zXuoKRkAXiUM20tc7 {  }
 }@media only screen and (max-width: 763px) { #S61WpTKzeL8nBIhaJUqieySkWM3yxaXU { width:11.9375rem;height:0.97439375rem;top:6.1875rem;left:4.1875rem;font-size:0.75rem;color:#fff0c7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6 { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #000000, rgba(255,240,199,0.3));background-image: -moz-linear-gradient(360deg, #000000, rgba(255,240,199,0.3));background-image: -ms-linear-gradient(360deg, #000000, rgba(255,240,199,0.3));background-image: -o-linear-gradient(360deg, #000000, rgba(255,240,199,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#fff0c74c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#fff0c74c' );";background-image: linear-gradient(360deg, #000000, rgba(255,240,199,0.3));background-size:auto !important;display:block; }#cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6 > .row .container { background-color: transparent; background-image: none; }#cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6 > .row .container > .video-iframe-container { display: none; }#cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6 > .row > .video-iframe-container { display: none; }#cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6 > .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); }#cMWOVvgWZPGmNiyTc1MOTUxMoVIFqSq6 > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ8xlppRZTG8BVnrunzdCeRPPhzOIqE3 { width:20rem;height:1.38125rem;top:2.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVsUbDypJDFkrCRVZVzACTwr3RT5ONCh { width:2.8125rem;height:2.8125rem;top:5.375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaNh4UU3eIGOhuDfOA1016TMKrwkaMnA { width:2.9375rem;height:2.875rem;top:5.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8WiAkblcmg9xgfWRWTxpBfk3nEgCOG7 { display:block; }#U8WiAkblcmg9xgfWRWTxpBfk3nEgCOG7 > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4G9DlSTIzE5bnfLrHNZEqEkB9ShioBz { width:8.6875rem;height:0.975rem;top:5.5rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5vuHN7QHIK7RxmJF40yhO5T16tKBw3X { display:flex;width:0.9375rem;height:0.9375rem;top:7.25rem;left:6.375rem;font-size:0.625rem; }
#x5vuHN7QHIK7RxmJF40yhO5T16tKBw3X > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #gZBUW281xhUvqalkwGNzzlarkms0J1cb { display:flex;width:0.9375rem;height:0.9375rem;top:7.25rem;left:7.875rem;font-size:0.625rem; }
#gZBUW281xhUvqalkwGNzzlarkms0J1cb > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #E82KmGAHzE1nffzdtSoDWgZxkwcdAzBQ { display:flex;width:0.9375rem;height:0.9375rem;top:7.25rem;left:9.5rem;font-size:0.625rem; }
#E82KmGAHzE1nffzdtSoDWgZxkwcdAzBQ > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #LQQR5XX99AEyomxlMdPyi2hQUTJeF6ON { display:flex;width:0.9375rem;height:0.9375rem;top:7.25rem;left:11.0625rem;font-size:0.625rem; }
#LQQR5XX99AEyomxlMdPyi2hQUTJeF6ON > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #dVIqzehTqWCkVmcf7tOtaanyRbgTnp4i { width:20rem;height:2.7495625rem;top:11.6875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r41zib9WkKstwwyTJNCePDRVOM3qfGZQ { width:20rem;height:0.8rem;top:16.25rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xmyOlpTB821bZMrakvwC1AlgAx4WTevn { display:flex;width:2.5rem;height:2.5rem;top:9.25rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #QmRIe7XmRv9Zl3lzgfAruvA4OuFhC6yM { display:flex;width:0.9375rem;height:0.9375rem;top:7.25rem;left:12.6875rem;font-size:0.625rem; }
#QmRIe7XmRv9Zl3lzgfAruvA4OuFhC6yM > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }