.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/463d9216-b623-4d63-811d-c5ce701f2484/ETTradeWars1200x628px5.png");background-position:center !important;background-repeat:no-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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:890px;width:1200px;overflow:visible;position:relative;display:block; }#DTkf5x9aL1NT8VrwgJeGhULUCQER9D4w { color:#ffffff;display:block;width:321px;position:absolute;font-family:montserrat;font-size:13px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:18.9453125px;left:646.9921875px;height:16.8984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yPWvg1M9A4A5PwT1hJ4QFi3TUeAHUFDw { color:#ffffff;display:block;width:1152px;position:absolute;font-family:montserrat;font-size:19px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:572px;left:24px;height:24.6953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bmOVOBOHeAf57vA6URo9XFmdJTzHFGHL { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:21px;width:21px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:16.8984375px;left:610.9765625px; }
#bKH6bce6nfXdbuIgiLgKz4TfuomnLtTq { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:424.984px;width:762px;top:52.953125px;left:219px;display:block; }
#Zwyy8intZ8ZoyUZ8QE7RZ0x0eM7N6nXs { background-color:#07ff87;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:34px;border-top-right-radius:34px;border-bottom-left-radius:34px;border-bottom-right-radius:34px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:415.969px;height:54.9844px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:625px;left:392.0078125px;display:block; }
#drmlXu6iVhaym3S94WlApb5eB5eo9gcf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;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; }
#FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak .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:9.91px;padding-right:8.77px;padding-bottom:9.91px;padding-left:8.77px;display:block;align-items:center;width:52.62px;min-width:52.62px;height:53.23px;position:relative;font-family:montserrat3;font-size:39.64px;font-weight:400;line-height:53.23px;text-align:center;text-align-last:center;top:0px;left:0px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak .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:6.19px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:70.16px;height:21.04px;position:relative;font-family:"montserrat 4";font-size:14.87px;font-weight:400;line-height:21.04px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:324.961px;height:99.9844px;padding-top:12.39px;padding-right:12.53px;padding-bottom:12.39px;padding-left:12.53px;position:absolute;font-family:arial;font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:763px;left:424.9765625px;z-index:15007; }
#FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #hZtXqI1Rb6o6Ktdn3AmLlUaLDSLgXsC8 { display:flex;position:relative;top:0px;left:0px; }
#FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #yXHvx2T3X0Kz90opP1F8yQXSzaaDy4Jm { width:auto; }
#FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #PT3MFqhddeFfQuGWelDpLKgC0KqVk6yT {  }
#FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #JaEO7Fz4ELGOmfLSaaKXGTiHUraMUmzI { display:flex;position:relative;top:0px;left:0px; }
#FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #DT7IVywIbtwTf0yWMK0ExinV9uMxURsP {  }
#FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #byRIyQu7yeHTw0p3FGJTkJZ6G6LKAF02 {  }
#FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #DEibPLnGM72u3gdPoMML6v7CvGcvqcTx { display:flex;position:relative;top:0px;left:0px; }
#FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #KU4fzMNPqXaQ0d9xbzoNwi950TaVM3ti {  }
#FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #GSvg9HEGXs8aQ67TLhngT6iuHWT0PpHS {  }
#FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #WhtyM71LCR4H4TAbCqVRCvivcpqZ22X4 { display:flex;position:relative;top:0px;left:0px; }
#FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #O5lfhkFGKPqg2omvA8pMu41NDguxVl1H {  }
#FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #XakOn58pXP0lDoAn69T2FIORbcsAeTXH {  }
#STWOHkDpNbvaqZ11K3prT0tV8WTFH5bT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #07ff87;border-left:1px solid #07ff87;border-right:1px solid #07ff87;border-bottom:1px solid #07ff87;border-top-left-radius:34px;border-top-right-radius:34px;border-bottom-left-radius:34px;border-bottom-right-radius:34px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225.984px;height:53.9844px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:495px;left:487px;display:block; }
#fV9A0DfxIqzFVZsbE58n3KT9Na2bqlDl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zoEgOCoiArmTpSdQqIJCzrlJ96QBizZt { color:#ffffff;display:block;width:318px;position:absolute;font-family:montserrat;font-size:24px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:719.96875px;left:441px;height:31.1953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UTnyldx8NO96mUZ7wtTBfM1ZHTLxUFy1 { color:#ffffff;display:block;width:347px;position:absolute;font-family:montserrat;font-size:13px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.953125px;left:248px;height:16.8984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K6W7D6cGqIAWS2hzmiyCXeyvXNNlaq4w { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/463d9216-b623-4d63-811d-c5ce701f2484/ETTradeWars1200x628px5.png");background-position:center !important;background-repeat:no-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; }#K6W7D6cGqIAWS2hzmiyCXeyvXNNlaq4w.adaptive-delivery-prevent-bg, #K6W7D6cGqIAWS2hzmiyCXeyvXNNlaq4w.lazyload, #K6W7D6cGqIAWS2hzmiyCXeyvXNNlaq4w.lazyloading { background-image: none; }#K6W7D6cGqIAWS2hzmiyCXeyvXNNlaq4w > .row .container { background-color: transparent; background-image: none; }#K6W7D6cGqIAWS2hzmiyCXeyvXNNlaq4w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6W7D6cGqIAWS2hzmiyCXeyvXNNlaq4w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6W7D6cGqIAWS2hzmiyCXeyvXNNlaq4w > .row .container > .video-iframe-container { display: none; }#K6W7D6cGqIAWS2hzmiyCXeyvXNNlaq4w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6W7D6cGqIAWS2hzmiyCXeyvXNNlaq4w > .row > .video-iframe-container { display: none; }#K6W7D6cGqIAWS2hzmiyCXeyvXNNlaq4w > .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); }#K6W7D6cGqIAWS2hzmiyCXeyvXNNlaq4w > .row .container { border-width: 0; border-radius: 0; }#K6W7D6cGqIAWS2hzmiyCXeyvXNNlaq4w > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#K6W7D6cGqIAWS2hzmiyCXeyvXNNlaq4w > .row .container { font-size:14px;font-family:arial;height:451px;width:1200px;overflow:visible;position:relative;display:block; }#NtvPEtKZaklvPvxGhMMRn4s3Ps70L7KE { background-color:#07ff87;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:34px;border-top-right-radius:34px;border-bottom-left-radius:34px;border-bottom-right-radius:34px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:415.969px;height:54.9844px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:340.96875px;left:391.9921875px;display:block; }
#cB2XwrFmnixWoJhs5UTTEu1BJICpE6Xm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#s7TJsJFK6l2kRxqNFsSyI9sMtg7knqXy { color:#ffffff;display:block;width:434px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:58px;left:119px;height:;overflow:hidden;display:block; }#s7TJsJFK6l2kRxqNFsSyI9sMtg7knqXy li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#s7TJsJFK6l2kRxqNFsSyI9sMtg7knqXy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f546cabc-78f9-4e78-a34c-c287852c0cf4/Zrzutekranu20250626o095127.png); }
#ATxaTOFZwkX89Vn2yFazSLBZ7BCtbbZA { color:#ffffff;display:block;width:460.992px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:58px;left:620px;height:215.367px;overflow:hidden;display:block; }#ATxaTOFZwkX89Vn2yFazSLBZ7BCtbbZA li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#ATxaTOFZwkX89Vn2yFazSLBZ7BCtbbZA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f546cabc-78f9-4e78-a34c-c287852c0cf4/Zrzutekranu20250626o095127.png); }
#tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;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; }
#tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC .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:14.38px;padding-right:12.67px;padding-bottom:14.38px;padding-left:12.67px;display:block;align-items:center;width:76.04px;min-width:76.04px;height:77.29px;position:relative;font-family:montserrat3;font-size:57.54px;font-weight:400;line-height:77.29px;text-align:center;text-align-last:center;top:0px;left:0px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC .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:8.99px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:101.37px;height:30.55px;position:relative;font-family:"montserrat 4";font-size:21.58px;font-weight:400;line-height:30.55px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:470px;height:145.59px;padding-top:17.98px;padding-right:18.1px;padding-bottom:17.98px;padding-left:18.1px;position:absolute;font-family:arial;font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:831px;left:342px;z-index:15007;display:none; }
#tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #DJ1DPVaUtg90PowzqoomhyEub5D6XJiM { display:flex;position:relative;top:0px;left:0px; }
#tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #wXfWruPU0UbxNC6STfFpC1JuUevzu9tG { width:auto; }
#tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #nrSToAbPdvJaQmyhi7VWnwZiUgTE56K9 {  }
#tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #yVDQcsBQfq3zK7QiyD4Tr2a7uJCPDt9R { display:flex;position:relative;top:0px;left:0px; }
#tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #Teeaes9JrxM5w9W0ysXFlnrV32waIgXp {  }
#tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #o37ecSMSeOTcdTpM2NW1w3u46Mxu7Sb5 {  }
#tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #X0IpxpewADfJm8kpkl8NwavU6grTpJEG { display:flex;position:relative;top:0px;left:0px; }
#tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #KBmEo5r1RT9pDFiN3s0o5a6QBrJsBHTr {  }
#tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #mwW3mgn3vllpZyrd4GuDIWhVU7hkl8B0 {  }
#tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #XUwegiJoV9XIOv6DxBKBTrMOZicE56iI { display:flex;position:relative;top:0px;left:0px; }
#tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #gnmFyxiH7KFpbcE9pNuyKpy8fmsN3feV {  }
#tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #tO7u6TQ4oVWGrnpPQAMNVo3ezgQaZV2W {  }
#WuhlS6AyLgXI1Kv3aZOK2r8OLKRa3dz3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WuhlS6AyLgXI1Kv3aZOK2r8OLKRa3dz3 > .row .container { background-color: transparent; background-image: none; }#WuhlS6AyLgXI1Kv3aZOK2r8OLKRa3dz3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuhlS6AyLgXI1Kv3aZOK2r8OLKRa3dz3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuhlS6AyLgXI1Kv3aZOK2r8OLKRa3dz3 > .row .container > .video-iframe-container { display: none; }#WuhlS6AyLgXI1Kv3aZOK2r8OLKRa3dz3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuhlS6AyLgXI1Kv3aZOK2r8OLKRa3dz3 > .row > .video-iframe-container { display: none; }#WuhlS6AyLgXI1Kv3aZOK2r8OLKRa3dz3 > .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); }#WuhlS6AyLgXI1Kv3aZOK2r8OLKRa3dz3 > .row .container { border-width: 0; border-radius: 0; }#WuhlS6AyLgXI1Kv3aZOK2r8OLKRa3dz3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WuhlS6AyLgXI1Kv3aZOK2r8OLKRa3dz3 > .row .container { font-size:14px;font-family:arial;height:57px;width:1200px;position:relative;display:block; }#rL7wk2rSNTTayR1ylhlJKNuhPRz1CNPe { color:#ffffff;display:block;width:303.984px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.09375px;left:0px;height:20.7969px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dqvE2Jq66kKHb1WOugV2eiOP3i5DfpMC { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51px;width:106px;top:2.9765625px;left:1093.0078125px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTkf5x9aL1NT8VrwgJeGhULUCQER9D4w { width:321px;height:17px;top:18px;left:353px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #yPWvg1M9A4A5PwT1hJ4QFi3TUeAHUFDw { width:764px;height:24px;top:572px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #bmOVOBOHeAf57vA6URo9XFmdJTzHFGHL { width:21px;height:21px;top:16px;left:392.9765625px;display:block; }
 }@media only screen and (max-width: 763px) { #bKH6bce6nfXdbuIgiLgKz4TfuomnLtTq { width:762px;height:424.984px;top:52px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #Zwyy8intZ8ZoyUZ8QE7RZ0x0eM7N6nXs { width:415px;height:54px;top:625px;left:174.0078125px;display:block; }
 }@media only screen and (max-width: 763px) { #drmlXu6iVhaym3S94WlApb5eB5eo9gcf { display:block; }
 }@media only screen and (max-width: 763px) { #FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak { display:flex;width:288px;height:81px;top:796px;left:227.96875px; }
 }@media only screen and (max-width: 763px) { #FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #hZtXqI1Rb6o6Ktdn3AmLlUaLDSLgXsC8 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #yXHvx2T3X0Kz90opP1F8yQXSzaaDy4Jm {  }
 }@media only screen and (max-width: 763px) { #FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #PT3MFqhddeFfQuGWelDpLKgC0KqVk6yT {  }
 }@media only screen and (max-width: 763px) { #FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #JaEO7Fz4ELGOmfLSaaKXGTiHUraMUmzI { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #DT7IVywIbtwTf0yWMK0ExinV9uMxURsP {  }
 }@media only screen and (max-width: 763px) { #FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #byRIyQu7yeHTw0p3FGJTkJZ6G6LKAF02 {  }
 }@media only screen and (max-width: 763px) { #FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #DEibPLnGM72u3gdPoMML6v7CvGcvqcTx { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #KU4fzMNPqXaQ0d9xbzoNwi950TaVM3ti {  }
 }@media only screen and (max-width: 763px) { #FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #GSvg9HEGXs8aQ67TLhngT6iuHWT0PpHS {  }
 }@media only screen and (max-width: 763px) { #FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #WhtyM71LCR4H4TAbCqVRCvivcpqZ22X4 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #O5lfhkFGKPqg2omvA8pMu41NDguxVl1H {  }
 }@media only screen and (max-width: 763px) { #FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #XakOn58pXP0lDoAn69T2FIORbcsAeTXH {  }
 }@media only screen and (max-width: 763px) { #STWOHkDpNbvaqZ11K3prT0tV8WTFH5bT { width:225px;height:53px;top:495px;left:269px;display:block; }
 }@media only screen and (max-width: 763px) { #fV9A0DfxIqzFVZsbE58n3KT9Na2bqlDl { display:block; }
 }@media only screen and (max-width: 763px) { #zoEgOCoiArmTpSdQqIJCzrlJ96QBizZt { width:318px;height:31px;top:719px;left:223px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #UTnyldx8NO96mUZ7wtTBfM1ZHTLxUFy1 { width:347px;height:16px;top:18px;left:30px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #K6W7D6cGqIAWS2hzmiyCXeyvXNNlaq4w { display:block; }#K6W7D6cGqIAWS2hzmiyCXeyvXNNlaq4w > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtvPEtKZaklvPvxGhMMRn4s3Ps70L7KE { width:415px;height:54px;top:340px;left:173.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #cB2XwrFmnixWoJhs5UTTEu1BJICpE6Xm { display:block; }
 }@media only screen and (max-width: 763px) { #s7TJsJFK6l2kRxqNFsSyI9sMtg7knqXy { width:433px;height:;top:57px;left:0px;font-size:13px;display:block; }#s7TJsJFK6l2kRxqNFsSyI9sMtg7knqXy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f546cabc-78f9-4e78-a34c-c287852c0cf4/Zrzutekranu20250626o095127.png); }
 }@media only screen and (max-width: 763px) { #ATxaTOFZwkX89Vn2yFazSLBZ7BCtbbZA { width:460px;height:215px;top:58px;left:304px;font-size:13px;display:block; }#ATxaTOFZwkX89Vn2yFazSLBZ7BCtbbZA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f546cabc-78f9-4e78-a34c-c287852c0cf4/Zrzutekranu20250626o095127.png); }
 }@media only screen and (max-width: 763px) { #tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC { display:flex;width:288px;height:81px;top:796px;left:227.96875px;display:none; }
 }@media only screen and (max-width: 763px) { #tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #DJ1DPVaUtg90PowzqoomhyEub5D6XJiM { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #wXfWruPU0UbxNC6STfFpC1JuUevzu9tG {  }
 }@media only screen and (max-width: 763px) { #tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #nrSToAbPdvJaQmyhi7VWnwZiUgTE56K9 {  }
 }@media only screen and (max-width: 763px) { #tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #yVDQcsBQfq3zK7QiyD4Tr2a7uJCPDt9R { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #Teeaes9JrxM5w9W0ysXFlnrV32waIgXp {  }
 }@media only screen and (max-width: 763px) { #tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #o37ecSMSeOTcdTpM2NW1w3u46Mxu7Sb5 {  }
 }@media only screen and (max-width: 763px) { #tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #X0IpxpewADfJm8kpkl8NwavU6grTpJEG { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #KBmEo5r1RT9pDFiN3s0o5a6QBrJsBHTr {  }
 }@media only screen and (max-width: 763px) { #tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #mwW3mgn3vllpZyrd4GuDIWhVU7hkl8B0 {  }
 }@media only screen and (max-width: 763px) { #tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #XUwegiJoV9XIOv6DxBKBTrMOZicE56iI { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #gnmFyxiH7KFpbcE9pNuyKpy8fmsN3feV {  }
 }@media only screen and (max-width: 763px) { #tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #tO7u6TQ4oVWGrnpPQAMNVo3ezgQaZV2W {  }
 }@media only screen and (max-width: 763px) { #WuhlS6AyLgXI1Kv3aZOK2r8OLKRa3dz3 { display:block; }#WuhlS6AyLgXI1Kv3aZOK2r8OLKRa3dz3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rL7wk2rSNTTayR1ylhlJKNuhPRz1CNPe { width:303px;height:20px;top:18px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dqvE2Jq66kKHb1WOugV2eiOP3i5DfpMC { width:106px;height:51px;top:2px;left:658px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:543px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTkf5x9aL1NT8VrwgJeGhULUCQER9D4w { width:263px;height:13.0078px;top:19.3125px;left:45.46875px;font-size:10px;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yPWvg1M9A4A5PwT1hJ4QFi3TUeAHUFDw { width:319.969px;height:50.6953px;top:298.9765625px;left:0px;font-size:13px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bmOVOBOHeAf57vA6URo9XFmdJTzHFGHL { display:flex;width:22.9922px;height:22.9922px;top:14.296875px;left:12px; }
 }@media only screen and (max-width: 763px) { #bKH6bce6nfXdbuIgiLgKz4TfuomnLtTq { height:179.625px;width:319.969px;top:53.9765625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Zwyy8intZ8ZoyUZ8QE7RZ0x0eM7N6nXs { width:295.969px;height:48px;top:370.0078125px;left:12.0078125px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #drmlXu6iVhaym3S94WlApb5eB5eo9gcf { display:block; }
 }@media only screen and (max-width: 763px) { #FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak .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; }
#FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak .widget-text.counter-number { padding-top:5.84px;padding-right:5.13px;padding-bottom:5.84px;padding-left:5.13px;width:30.79px;min-width:30.79px;height:31.4px;font-size:23.37px;line-height:31.4px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:3.65px;margin-right:0;margin-bottom:0;margin-left:0;width:41.04px;height:12.41px;font-size:8.77px;line-height:12.41px;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak { display:flex;width:210.961px;height:57.9844px;top:457px;left:41.234375px;padding-top:13.13px;padding-right:13.27px;padding-bottom:13.13px;padding-left:13.27px;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #hZtXqI1Rb6o6Ktdn3AmLlUaLDSLgXsC8 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #yXHvx2T3X0Kz90opP1F8yQXSzaaDy4Jm {  }
 }@media only screen and (max-width: 763px) { #FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #PT3MFqhddeFfQuGWelDpLKgC0KqVk6yT {  }
 }@media only screen and (max-width: 763px) { #FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #JaEO7Fz4ELGOmfLSaaKXGTiHUraMUmzI { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #DT7IVywIbtwTf0yWMK0ExinV9uMxURsP {  }
 }@media only screen and (max-width: 763px) { #FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #byRIyQu7yeHTw0p3FGJTkJZ6G6LKAF02 {  }
 }@media only screen and (max-width: 763px) { #FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #DEibPLnGM72u3gdPoMML6v7CvGcvqcTx { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #KU4fzMNPqXaQ0d9xbzoNwi950TaVM3ti {  }
 }@media only screen and (max-width: 763px) { #FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #GSvg9HEGXs8aQ67TLhngT6iuHWT0PpHS {  }
 }@media only screen and (max-width: 763px) { #FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #WhtyM71LCR4H4TAbCqVRCvivcpqZ22X4 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #O5lfhkFGKPqg2omvA8pMu41NDguxVl1H {  }
 }@media only screen and (max-width: 763px) { #FUSguK2oBJ3vSDo56lDbvm4cwd2MxXak #XakOn58pXP0lDoAn69T2FIORbcsAeTXH {  }
 }@media only screen and (max-width: 763px) { #STWOHkDpNbvaqZ11K3prT0tV8WTFH5bT { width:216.992px;height:36px;top:251.2265625px;left:51.46875px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fV9A0DfxIqzFVZsbE58n3KT9Na2bqlDl { display:block; }
 }@media only screen and (max-width: 763px) { #zoEgOCoiArmTpSdQqIJCzrlJ96QBizZt { width:319.969px;height:20.7969px;top:437.1953125px;left:0px;font-size:16px;font-weight:400;font-style:normal;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #UTnyldx8NO96mUZ7wtTBfM1ZHTLxUFy1 { width:319.992px;height:0;top:254.1796875px;left:0px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #K6W7D6cGqIAWS2hzmiyCXeyvXNNlaq4w { display:block; }#K6W7D6cGqIAWS2hzmiyCXeyvXNNlaq4w > .row .container { width:320px;height:664px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtvPEtKZaklvPvxGhMMRn4s3Ps70L7KE { width:295.969px;height:54.9844px;top:481.640625px;left:12.0078125px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cB2XwrFmnixWoJhs5UTTEu1BJICpE6Xm { display:block; }
 }@media only screen and (max-width: 763px) { #s7TJsJFK6l2kRxqNFsSyI9sMtg7knqXy { width:319.992px;height:196.75px;top:15.609375px;left:0px;font-size:13px;display:block; }#s7TJsJFK6l2kRxqNFsSyI9sMtg7knqXy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f546cabc-78f9-4e78-a34c-c287852c0cf4/Zrzutekranu20250626o095127.png); }
 }@media only screen and (max-width: 763px) { #ATxaTOFZwkX89Vn2yFazSLBZ7BCtbbZA { width:319.984px;height:268.031px;top:199.8828125px;left:0px;font-size:13px;display:block; }#ATxaTOFZwkX89Vn2yFazSLBZ7BCtbbZA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f546cabc-78f9-4e78-a34c-c287852c0cf4/Zrzutekranu20250626o095127.png); }
 }@media only screen and (max-width: 763px) { #tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC .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; }
#tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC .widget-text.counter-number { padding-top:5.84px;padding-right:5.13px;padding-bottom:5.84px;padding-left:5.13px;width:30.79px;min-width:30.79px;height:31.4px;font-size:23.37px;line-height:31.4px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:3.65px;margin-right:0;margin-bottom:0;margin-left:0;width:41.04px;height:12.41px;font-size:8.77px;line-height:12.41px;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC { display:flex;width:210.961px;height:57.9844px;top:552.953125px;left:41.234375px;padding-top:13.13px;padding-right:13.27px;padding-bottom:13.13px;padding-left:13.27px;border-bottom:0;border-left:0;border-right:0;border-top:0;z-index:15008; }
 }@media only screen and (max-width: 763px) { #tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #DJ1DPVaUtg90PowzqoomhyEub5D6XJiM { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #wXfWruPU0UbxNC6STfFpC1JuUevzu9tG {  }
 }@media only screen and (max-width: 763px) { #tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #nrSToAbPdvJaQmyhi7VWnwZiUgTE56K9 {  }
 }@media only screen and (max-width: 763px) { #tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #yVDQcsBQfq3zK7QiyD4Tr2a7uJCPDt9R { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #Teeaes9JrxM5w9W0ysXFlnrV32waIgXp {  }
 }@media only screen and (max-width: 763px) { #tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #o37ecSMSeOTcdTpM2NW1w3u46Mxu7Sb5 {  }
 }@media only screen and (max-width: 763px) { #tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #X0IpxpewADfJm8kpkl8NwavU6grTpJEG { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #KBmEo5r1RT9pDFiN3s0o5a6QBrJsBHTr {  }
 }@media only screen and (max-width: 763px) { #tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #mwW3mgn3vllpZyrd4GuDIWhVU7hkl8B0 {  }
 }@media only screen and (max-width: 763px) { #tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #XUwegiJoV9XIOv6DxBKBTrMOZicE56iI { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #gnmFyxiH7KFpbcE9pNuyKpy8fmsN3feV {  }
 }@media only screen and (max-width: 763px) { #tgMeLLNX7AdOlrs2ZxsOdRLsFzecIIMC #tO7u6TQ4oVWGrnpPQAMNVo3ezgQaZV2W {  }
 }@media only screen and (max-width: 763px) { #WuhlS6AyLgXI1Kv3aZOK2r8OLKRa3dz3 { display:block; }#WuhlS6AyLgXI1Kv3aZOK2r8OLKRa3dz3 > .row .container { width:320px;height:99px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rL7wk2rSNTTayR1ylhlJKNuhPRz1CNPe { width:304px;height:20.8px;top:20px;left:8px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dqvE2Jq66kKHb1WOugV2eiOP3i5DfpMC { width:106px;height:51px;top:40.387481689453px;left:106.50000095367px;display:block; }
 }