.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#192434;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); }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF { background-color:#000000;background-image:url("https://cdn.lugc.link/512edf61-f323-4caf-bb7d-7ec6ffad4999/-/preview/");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF.adaptive-delivery-prevent-bg, #V5eCsKUd9wzc1dNARkr2WF55RCGutLdF.lazyload, #V5eCsKUd9wzc1dNARkr2WF55RCGutLdF.lazyloading { background-image: none; }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .row .container { background-color: transparent; background-image: none; }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .row .container > .video-iframe-container { display: none; }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .row > .video-iframe-container { display: none; }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .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); }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .row .container { border-width: 0; border-radius: 0; }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:60rem;overflow:visible;position:relative;display:block; }#XDwuNv5MtbNFLakRvt8Ui2aHbvTeS31a { position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(75deg, rgba(25,36,52,0.81), rgba(25,36,52,0.58));background-image: -moz-linear-gradient(75deg, rgba(25,36,52,0.81), rgba(25,36,52,0.58));background-image: -ms-linear-gradient(75deg, rgba(25,36,52,0.81), rgba(25,36,52,0.58));background-image: -o-linear-gradient(75deg, rgba(25,36,52,0.81), rgba(25,36,52,0.58));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#192434ce', endColorstr='#19243493' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#192434ce', endColorstr='#19243493' );";background-image: linear-gradient(75deg, rgba(25,36,52,0.81), rgba(25,36,52,0.58));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.1875rem 0.375rem 1.25rem rgba(0,0,0,0.72) ;height:45.4375rem;width:60rem;top:1.0625rem;left:0rem;display:block; }
#nqHcpuJxOa693ily57N543ESCywslw9Q { color:#ffaa00;display:block;width:31.9375rem;position:absolute;font-family:"tt supermolot neue exp";font-size:2.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:13.6875rem;left:2.5625rem;height:3.45rem;font-style:normal;text-align:left;text-align-last:left;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; }
#zDlTZ7Brnwi4wfkI76hThdgQ8wKss96r { color:#e2eaf3;display:block;width:31.375rem;position:absolute;font-family:ttsupermolotneue-demibold2;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:16.93701171875rem;left:2.62451171875rem;height:2.40625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#EktCM5d8bV69afqAx3cRUSgNzEnqPuxb { color:#e2eaf3;display:block;width:32.25rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:20.2734375rem;left:2.5625rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#uK95VhpFd4a8OnvlR44gKVpwTKndM67L { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffaa00, #f59700);background-image: -moz-linear-gradient(180deg, #ffaa00, #f59700);background-image: -ms-linear-gradient(180deg, #ffaa00, #f59700);background-image: -o-linear-gradient(180deg, #ffaa00, #f59700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa00', endColorstr='#f59700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa00', endColorstr='#f59700' );";background-image: linear-gradient(180deg, #ffaa00, #f59700);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.0625rem 0.375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttsupermolotneue-demibold;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.4375rem;height:3.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:35.41015625rem;left:2.5625rem;display:block; }
#hkVVDQTWvK7hHmQ53IUMI6XyLcOHvaSQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ .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; }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ .widget-text.counter-number { border-top:0.0625rem solid #ffaa00;border-left:0.0625rem solid #ffaa00;border-right:0.0625rem solid #ffaa00;border-bottom:0.0625rem solid #ffaa00;background-color:rgba(255,255,255,0.08);background-image:none;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,170,0,0.21) ;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:inter;font-size:2rem;font-weight:400;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;font-style:normal; }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ .widget-text.counter-label { background-color:;background-image:none;color:#ffaa00;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ { 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;box-shadow: none;display:flex;justify-content:space-between;width:18.5rem;height:5.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:29rem;left:7.71875rem;z-index:15013; }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #LoPMsxU5456rINZnW2Wb8x2VTw6iviIg { display:flex;position:relative;top:0rem;left:0rem; }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #viGiva9vz1imtHGKNEzu9p1IIJ70t5TV { width:auto; }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #JspMT8866sFLoF0X9xnreAUiPahCv5Gq {  }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #kxDTTml3hA11SIzeFmCecwstSTHtIU2G { display:flex;position:relative;top:0rem;left:0rem; }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #WOE9sbF0MkQar40610ioMl41NX1RwkM0 {  }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #eHowDxCQEZLyG7Ibkx9TWh7AnnAfmh7C {  }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #FpPOmpPL2JoIS1x3diRZn3HkN2KqUIEX { display:flex;position:relative;top:0rem;left:0rem; }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #QCNvRfQlxd0TldhGUCnPwVoq56IsT3st {  }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #X3TFn1A5SJzr6XKvfIvxdKbr4Pkn0CLO {  }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #KO7QKL5ZUfSAkQ0TSAT7DdCEKKNTSvST { display:flex;position:relative;top:0rem;left:0rem; }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #S9rzOLmgFTIvMM08b8FERa3mro1TZWIV {  }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #RbntMwaeAsQJfgQnK6o8Vx6sW4uTfGSN {  }
#wht6tWRz2Umk8BoQUDiJSpIn41ygCSIB { position:absolute;display:block;z-index:15019;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:4.5rem;width:4.5rem;top:2.875rem;left:2.5625rem;overflow:hidden;display:block; }
#Z3Lr3pxcRBTEKOnyEirHOT1b0AmLRpiK { color:#e2eaf3;display:block;width:12.0625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:18rem;left:40.812503814698rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OA3AVGXsC03TRD5mTZFhlINoPEyWCqdq { color:#e2eaf3;display:block;width:12.0625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:23.875rem;left:40.75rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ypJsOIyaxBOwwyNaty4VtgPQ96DskkoB { color:#e2eaf3;display:block;width:15.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:25.9375rem;left:40.750003814698rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#geaTvoT4gJ1szEDV9QvJoLKhM5EIUakP { color:#e2eaf3;display:block;width:12.0625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:33rem;left:40.8125rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WZsznibihOCvpURqu0u7kAcu2VLAgczy { color:#e2eaf3;display:block;width:14.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:35.125rem;left:40.8125rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RCAp3k6q36IWbfDwsGZWnuoRFR3piT6u { color:#e2eaf3;display:block;width:18.0625rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:13.6875rem;left:37.125rem;height:2.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TPKLmkVfG2gH4ifa42kOFlCZ3S5HHE5i { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:18.9375rem;left:37.875003814698rem; }
#oHICEq8bpTQVb0CW7Zmiqy6k1cnTcUrM { position:absolute;display:block;z-index:15005;background-color:rgba(58,75,100,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3rem;width:3rem;top:18.125rem;left:37.125003814698rem;display:block; }
#XCrblvuDSe4T0TJBW4IvBytkw2gJgCaT { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:24.9375rem;left:37.8125rem; }
#N4eMwDPe50xqysEez5pVdqCfnza1MH21 { position:absolute;display:block;z-index:15005;background-color:rgba(58,75,100,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3rem;width:3rem;top:24.125rem;left:37.0625rem;display:block; }
#xwwZ3y25y4SX02mOz9mGxPeUp1vTgDy1 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:33.9375rem;left:37.8125rem; }
#LSEe5HFHW0AJHSdFCTtpJoCy6A46TaQl { position:absolute;display:block;z-index:15005;background-color:rgba(58,75,100,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:3rem;width:3rem;top:33.125rem;left:37.125rem;display:block; }
#nsImQStbf2LGeKhdorAbtkTUaZCJviTn { color:#e2eaf3;display:block;width:18.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:26.514324188233rem;left:7.75rem;height:1.4rem;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; }
#F7ezW2CvNTZNzeBXU29xv6gDSRiAJW1h { color:#e2eaf3;display:block;width:16.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:19.875rem;left:40.812503814698rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MTRQq0Wrr5PMlurwLKloSwVq47P8zlVp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#MTRQq0Wrr5PMlurwLKloSwVq47P8zlVp > .row .container { background-color: transparent; background-image: none; }#MTRQq0Wrr5PMlurwLKloSwVq47P8zlVp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTRQq0Wrr5PMlurwLKloSwVq47P8zlVp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTRQq0Wrr5PMlurwLKloSwVq47P8zlVp > .row .container > .video-iframe-container { display: none; }#MTRQq0Wrr5PMlurwLKloSwVq47P8zlVp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTRQq0Wrr5PMlurwLKloSwVq47P8zlVp > .row > .video-iframe-container { display: none; }#MTRQq0Wrr5PMlurwLKloSwVq47P8zlVp > .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); }#MTRQq0Wrr5PMlurwLKloSwVq47P8zlVp > .row .container { border-width: 0; border-radius: 0; }#MTRQq0Wrr5PMlurwLKloSwVq47P8zlVp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTRQq0Wrr5PMlurwLKloSwVq47P8zlVp > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:60rem;position:relative;display:block; }#adWTDnu5lFiDNOu6TyxfBispHvJB90cq { color:#ebf2f9;display:block;width:17.5625rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:8.6865234375rem;left:0.9375rem;height:5.3625rem;font-style:normal;display:block; }
#xunTbu9XCJRXAmO9DnFJyQysJv4BTewT { position:absolute;display:block;z-index:15007;background-color:#3a4b64;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.125rem;width:12.6875rem;top:3.375rem;left:21.0625rem;display:block; }
#fWnu2amcHZCV3XwxT3ApGpaaU6hvqQrk { position:absolute;display:block;z-index:15008;background-color:#3a4b64;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.125rem;width:12.6875rem;top:3.375rem;left:34.1875rem;display:block; }
#U8qL7qe2JV1lHL0DsRrXTEXHyIbbDXKW { position:absolute;display:block;z-index:15009;background-color:#3a4b64;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.125rem;width:12.6875rem;top:3.375rem;left:47.3125rem;display:block; }
#lu8B7SyoMKaJ23NPFUucJMO9Eawdty46 { position:absolute;display:block;z-index:15011;background-color:#3a4b64;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.125rem;width:12.6875rem;top:16.9375rem;left:34.15625rem;display:block; }
#sgX6HQqO6iw8XTRHKgmDuBtPEzhIZTv2 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.125rem;width:20.625rem;top:3.3125rem;left:0rem;display:block; }
#AGv9sO5Xuo28kzszog2b3Cq0ots2pxZs { position:absolute;display:block;z-index:15010;background-color:#3a4b64;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.125rem;width:12.6875rem;top:16.9375rem;left:21.03125rem;display:block; }
#CwfsVqAwRz6fz9Qz5dmGOb0BNwcQMHGc { color:#ebf2f9;display:block;width:11.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:8.6875rem;left:21.8125rem;height:1.4rem;font-style:normal;display:block; }
#cFPFF6xkFMnd1E73Ve1L5Py8tSQTP5gm { position:absolute;display:block;z-index:15013;background-color:#3a4b64;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.125rem;width:20.625rem;top:16.9375rem;left:0rem;display:block; }
#aH20KpgBr0zcyfIqaSplNuPnnOkWUqGD { color:#ebf2f9;display:block;width:10.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:8.5rem;left:35.25rem;height:2.8rem;font-style:normal;display:block; }
#CaaDCyMUdXab4qhXPdSUmTuF4aDK7uDP { color:#ebf2f9;display:block;width:18.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:22.72265625rem;left:0.9375rem;height:2.975rem;font-style:normal;display:block; }
#WhU2SuKxl686RRzRmi1raM0saNMcTGBC { color:#ebf2f9;display:block;width:11.0625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:22.7236328125rem;left:35.03125rem;height:1.4rem;font-style:normal;display:block; }
#s31hoEfZTgTBAhw6VKk5e1piIpuuSiCC { color:#ebf2f9;display:block;width:11.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:22.7236328125rem;left:21.90625rem;height:1.4rem;font-style:normal;display:block; }
#MS5NXWNkVQiRnm4cU5nxQ5TvTxXlMDkK { color:#ebf2f9;display:block;width:11.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:8.5rem;left:48.125rem;height:2.8rem;font-style:normal;display:block; }
#xOuxANhy3UCnk3JMDsIlZf6645W2f8Jc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#66b3ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:9.0625rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:24.210068702698rem;left:48.125003814698rem;display:block; }
#vTGglAtaJ12CcKRn90U4n2FoNPsQf6UJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v7055rALXEyvdqp8JgzlNT3kv8leTIgd { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.125rem;width:12.6875rem;top:16.9375rem;left:47.25rem;display:block; }
#pyK1qze2Ul9f44bFFo6vUq2wzwgdBprq { color:#ebf2f9;display:block;width:10.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:20.8486328125rem;left:48rem;height:2.8rem;font-style:normal;display:block; }
#HuCF4HSM8eKTs8zFAv5MUqVWN0CtUs5w { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:5.26220703125rem;left:35.25rem; }
#mZDiE26n6o19B9hXJ6DycxXim0V47P7A { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:5.3125rem;left:21.8125rem; }
#ubpsTMtR5GJDR2FPsXpOVcH4XWFL5ibV { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:19.4111328125rem;left:1.0625rem; }
#WsH4yzEMQohLTEdSNwHBek0RSizpsI2N { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:5.19921875rem;left:48.125rem; }
#wTGUBqC82VSEETdgSIgf7hvcScK3wX6m { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:19.5361328125rem;left:35.25rem; }
#E7pzLpGOvDTxud6I0TLt26Lo3aN0oboh { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:19.4111328125rem;left:21.8125rem; }
#N8TxXA3MwyfVZP2VTCBnmDbwaeUzplu9 { color:#ebf2f9;display:block;width:16.875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:5.88671875rem;left:0.9375rem;height:1.375rem;font-style:normal;display:block; }
#xFBB2P9tN01E0lwlN67MZ5PF4GVinGTi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#xFBB2P9tN01E0lwlN67MZ5PF4GVinGTi > .row .container { background-color: transparent; background-image: none; }#xFBB2P9tN01E0lwlN67MZ5PF4GVinGTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFBB2P9tN01E0lwlN67MZ5PF4GVinGTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFBB2P9tN01E0lwlN67MZ5PF4GVinGTi > .row .container > .video-iframe-container { display: none; }#xFBB2P9tN01E0lwlN67MZ5PF4GVinGTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFBB2P9tN01E0lwlN67MZ5PF4GVinGTi > .row > .video-iframe-container { display: none; }#xFBB2P9tN01E0lwlN67MZ5PF4GVinGTi > .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); }#xFBB2P9tN01E0lwlN67MZ5PF4GVinGTi > .row .container { border-width: 0; border-radius: 0; }#xFBB2P9tN01E0lwlN67MZ5PF4GVinGTi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xFBB2P9tN01E0lwlN67MZ5PF4GVinGTi > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:60rem;position:relative;display:block; }#lrvlvgzn4KSu5CbCqx6XBuUwA2EZ3Vqo { color:#ebf2f9;display:block;width:60rem;position:absolute;font-family:inter;font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:3.0875rem;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; }
#J7UAVrvzkk8xZ5rXrxk7zDbw3ZXtWgsQ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:7.6875rem;left:2.5625rem;overflow:hidden;display:block; }
#BOTQOwBrv0Vh581SBtEcK2eFabH6ygVM { color:#ebf2f9;display:block;width:6.4375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:7.75rem;left:4.625rem;height:1.575rem;font-style:normal;display:block; }
#pC94cU4TqgcNfoHMsfZo6P70mMbRhm6C { color:#ebf2f9;display:block;width:10.125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:7.6875rem;left:13.875rem;height:1.575rem;font-style:normal;display:block; }
#Tdk5B4fq3aS8PHvKlwf4pMzrgb2fmVPE { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:7.75rem;left:11.875rem; }
#ZpQhHwmDb99MU0czCoHT92hoymR4omME { color:#ebf2f9;display:block;width:15.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:7.6875rem;left:27rem;height:1.575rem;font-style:normal;display:block; }
#QKM4cVe06VdDiHywZr7pbuTpbx4VeovO { position:absolute;display:block;z-index:15019;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:1.5rem;width:1.5rem;top:7.75rem;left:25rem;overflow:hidden;display:block; }
#QuHrBbGkWEHfLWU1T5EtAp0n2li4WcrU { color:#ebf2f9;display:block;width:12.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:7.625rem;left:45.4375rem;height:1.575rem;font-style:normal;display:block; }
#Tea0alXzr8nShzKWaIH6ipWypAhnTRLh { position:absolute;display:block;z-index:15020;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:1.5rem;width:1.5rem;top:7.6875rem;left:43.4375rem;overflow:hidden;display:block; }
#x3kliaXmIuHx1U51loKDQ7PWdslyPAhM { color:#ebf2f9;display:block;width:6.6875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:10.125rem;left:9.0625rem;height:1.575rem;font-style:normal;display:block; }
#eV1KOnBT9UfanmIRmzuHGuzHOuLKoTnK { position:absolute;display:block;z-index:15021;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:1.5rem;width:1.5rem;top:10.1875rem;left:6.875rem;overflow:hidden;display:block; }
#PTsWVMPocTwbA2uxHP0LEHl29NuqSUUt { color:#ebf2f9;display:block;width:10.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:10.125rem;left:18.75rem;height:1.575rem;font-style:normal;display:block; }
#QZ6wTHDf70Oirw2d7XImpKbFh9W4cUia { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:10.1875rem;left:16.75rem;overflow:hidden;display:block; }
#ET5UcDcAVITNktMT8XLrmQn6npJuBwqg { color:#ebf2f9;display:block;width:10.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:10.125rem;left:32.6875rem;height:1.575rem;font-style:normal;display:block; }
#uNXSpWVFyUa9hs6vQBKqZwJWy7D5EnZs { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:10.125rem;left:30.6875rem;overflow:hidden;display:block; }
#IVqb5ZLkopErINVEyKmcRFhFXa0sV5TQ { color:#ebf2f9;display:block;width:8.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:10.125rem;left:44.5625rem;height:1.575rem;font-style:normal;display:block; }
#q7mw8KEAU3RabsVdv4Par6zXxerVsCOa { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.875rem;width:43.0625rem;top:12.84375rem;left:8.46875rem;overflow:hidden;display:block; }
#ef60f068905b130655a2c5988bc76b02 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#283548;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; }#ef60f068905b130655a2c5988bc76b02 > .row .container { background-color: transparent; background-image: none; }#ef60f068905b130655a2c5988bc76b02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ef60f068905b130655a2c5988bc76b02 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ef60f068905b130655a2c5988bc76b02 > .row .container > .video-iframe-container { display: none; }#ef60f068905b130655a2c5988bc76b02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ef60f068905b130655a2c5988bc76b02 > .row > .video-iframe-container { display: none; }#ef60f068905b130655a2c5988bc76b02 > .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); }#ef60f068905b130655a2c5988bc76b02 > .row .container { border-width: 0; border-radius: 0; }#ef60f068905b130655a2c5988bc76b02 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ef60f068905b130655a2c5988bc76b02 > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:60rem;position:relative;display:block; }#c1bd5e80d72a94727cfc8b144650684d { color:#ebf2f9;display:block;width:26.625rem;position:absolute;font-family:inter;font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:8.875rem;left:2.0625rem;height:5.7rem;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; }
#A9791ef4f40987841d789df10a1d75ba { color:#bdc1c5;display:block;width:26.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:16rem;left:2.0625rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d125a1704fa6c082dcd6ac818bdcc373 { color:#bdc1c5;display:block;width:18.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:24.0625rem;left:6rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ef5930599f0023af843a8990086ea95c { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:20.09375rem;left:7.8680553436281rem; }
#f13e3f329a8955249771c4f5f0082ff9 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:20.125rem;left:11rem; }
#na59fe4b06ab4745bedceaf016152d48 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:20.125rem;left:14.125rem; }
#Ba22e0495985e3b30145f0f344510263 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:20.125rem;left:17.25rem; }
#J701eb9e11193b3b9aaac213d31ec732 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:20.125rem;left:20.375rem; }
#c7b215796c0491562cb44f48d357f8a0 { color:rgba(235,242,249,0.6);display:block;width:48.625rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:34.4375rem;left:5.6875rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#oabUSDCSnoChQvwPV60eiAx8H9mLeT1V { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5625rem;width:25.125rem;top:3.625rem;left:32.9375rem;overflow:hidden;display:block; }
#sRaqeDaeBUia7BX5fZmQwX5QJxwtXiTd { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#sRaqeDaeBUia7BX5fZmQwX5QJxwtXiTd { background-color: transparent; background-image: none; }#sRaqeDaeBUia7BX5fZmQwX5QJxwtXiTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRaqeDaeBUia7BX5fZmQwX5QJxwtXiTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRaqeDaeBUia7BX5fZmQwX5QJxwtXiTd > .row .container > .video-iframe-container { display: none; }#sRaqeDaeBUia7BX5fZmQwX5QJxwtXiTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRaqeDaeBUia7BX5fZmQwX5QJxwtXiTd > .row > .video-iframe-container { display: none; }#sRaqeDaeBUia7BX5fZmQwX5QJxwtXiTd > .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); }#sRaqeDaeBUia7BX5fZmQwX5QJxwtXiTd { border-width: 0; border-radius: 0; }#sRaqeDaeBUia7BX5fZmQwX5QJxwtXiTd > .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; }#sRaqeDaeBUia7BX5fZmQwX5QJxwtXiTd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(25,36,52,0.35);background-image:none;font-size:0.875rem;font-family:arial;height:9.5rem;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; }#hpOZRtlexVfpGXBEAQvL2bcygX6UFOyP { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffaa00, #f59700);background-image: -moz-linear-gradient(180deg, #ffaa00, #f59700);background-image: -ms-linear-gradient(180deg, #ffaa00, #f59700);background-image: -o-linear-gradient(180deg, #ffaa00, #f59700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa00', endColorstr='#f59700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa00', endColorstr='#f59700' );";background-image: linear-gradient(180deg, #ffaa00, #f59700);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttsupermolotneue-demibold;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8125rem;height:3.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.0625rem;left:38.25rem;display:block; }
#ms8riRZirOLFvKewurCtKa9PrTqEkB0J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EmA5iAq7szg9aTnPkW80OM7wozbqCZG7 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem -0.0625rem 0.375rem rgba(0,0,0,0.25) ;height:7.5rem;width:60rem;top:0rem;left:0rem;display:block; }
#sPkbZTAleh9rz3WvCt0oR7eGbcuk9q8O { color:#283548;display:block;width:15.68725rem;position:absolute;font-family:inter;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.942138671875rem;left:1.749267578125rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B .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; }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B .widget-text.counter-number { border-top:0.064375rem solid #ffaa00;border-left:0.06625rem solid #ffaa00;border-right:0.06625rem solid #ffaa00;border-bottom:0.064375rem solid #ffaa00;background-color:rgba(255,255,255,0.08);background-image:none;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,170,0,0.21) ;color:#283548;padding-top:0.403125rem;padding-right:0.374375rem;padding-bottom:0.403125rem;padding-left:0.374375rem;display:block;align-items:center;width:2.241875rem;min-width:2.241875rem;height:2.17rem;position:relative;font-family:inter;font-size:1.614375rem;font-weight:700;line-height:34.72px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B .widget-text.counter-label { background-color:;background-image:none;color:#283548;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.251875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.990625rem;height:0.856875rem;position:relative;font-family:inter;font-size:0.605625rem;font-weight:700;line-height:13.71px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B { 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;box-shadow: none;display:flex;justify-content:space-between;width:16.5rem;height:4.21375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:1.705078125rem;left:18.0341796875rem;z-index:15014; }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #Z9ffOEZ2AUSTo2DPZxEMOdMObmC3GW2l { display:flex;position:relative;top:0rem;left:0rem; }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #iG9GeS6trGMUw9K9L9p7oQkz2DCzl5IO { width:auto; }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #pskwVahUrAXbzvcEwWhcKS51ef5vNTFk {  }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #kmz0XPLtmXHT4fFAIRIT03i3scIfOE6L { display:flex;position:relative;top:0rem;left:0rem; }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #KKeLwdKgOc3seypxcg5MyKmNg0iukrly {  }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #aez87bcnRF3GOfW9DpEchNi2JfRB5dRI {  }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #OlBBWFlySASlzbgmqFoMzmm8tLKVOaqz { display:flex;position:relative;top:0rem;left:0rem; }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #Nwf22rTt7KhSnS2qOG2bA76wsnWTqKwm {  }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #S3vmn1KNtulQGyfHH9eF1E2GhZ7PPyaH {  }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #zITSxTTSeNNgwqP5S208w2WHEswTD2hq { display:flex;position:relative;top:0rem;left:0rem; }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #E6pE1TfnnTS1yFZ7OxTanPE3NT3VvEkX {  }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #ku1z4n56RDtdhAP1d46IMu1hG6VuRGSO {  }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #V5eCsKUd9wzc1dNARkr2WF55RCGutLdF { display:block; }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDwuNv5MtbNFLakRvt8Ui2aHbvTeS31a { width:47.75rem;height:45.4375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqHcpuJxOa693ily57N543ESCywslw9Q { width:31.9375rem;height:;top:13.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDlTZ7Brnwi4wfkI76hThdgQ8wKss96r { width:31.375rem;height:2.375rem;top:16.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EktCM5d8bV69afqAx3cRUSgNzEnqPuxb { width:32.25rem;height:;top:20.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK95VhpFd4a8OnvlR44gKVpwTKndM67L { width:29.4375rem;height:3.5rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkVVDQTWvK7hHmQ53IUMI6XyLcOHvaSQ { display:block; }
 }@media only screen and (max-width: 763px) { #N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ { width:18.5rem;height:5.1875rem;display:flex;top:9.125rem;left:0rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #LoPMsxU5456rINZnW2Wb8x2VTw6iviIg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #viGiva9vz1imtHGKNEzu9p1IIJ70t5TV {  }
 }@media only screen and (max-width: 763px) { #N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #JspMT8866sFLoF0X9xnreAUiPahCv5Gq {  }
 }@media only screen and (max-width: 763px) { #N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #kxDTTml3hA11SIzeFmCecwstSTHtIU2G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #WOE9sbF0MkQar40610ioMl41NX1RwkM0 {  }
 }@media only screen and (max-width: 763px) { #N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #eHowDxCQEZLyG7Ibkx9TWh7AnnAfmh7C {  }
 }@media only screen and (max-width: 763px) { #N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #FpPOmpPL2JoIS1x3diRZn3HkN2KqUIEX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #QCNvRfQlxd0TldhGUCnPwVoq56IsT3st {  }
 }@media only screen and (max-width: 763px) { #N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #X3TFn1A5SJzr6XKvfIvxdKbr4Pkn0CLO {  }
 }@media only screen and (max-width: 763px) { #N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #KO7QKL5ZUfSAkQ0TSAT7DdCEKKNTSvST { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #S9rzOLmgFTIvMM08b8FERa3mro1TZWIV {  }
 }@media only screen and (max-width: 763px) { #N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #RbntMwaeAsQJfgQnK6o8Vx6sW4uTfGSN {  }
 }@media only screen and (max-width: 763px) { #wht6tWRz2Umk8BoQUDiJSpIn41ygCSIB { top:2.875rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3Lr3pxcRBTEKOnyEirHOT1b0AmLRpiK { top:18rem;left:34.687503814698rem;width:12.0625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA3AVGXsC03TRD5mTZFhlINoPEyWCqdq { top:23.875rem;left:34.625rem;width:12.0625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypJsOIyaxBOwwyNaty4VtgPQ96DskkoB { top:25.9375rem;left:32.5rem;width:15.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #geaTvoT4gJ1szEDV9QvJoLKhM5EIUakP { top:33rem;left:34.6875rem;width:12.0625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZsznibihOCvpURqu0u7kAcu2VLAgczy { top:35.125rem;left:33.375rem;width:14.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCAp3k6q36IWbfDwsGZWnuoRFR3piT6u { top:13.6875rem;left:29.6875rem;width:18.0625rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPKLmkVfG2gH4ifa42kOFlCZ3S5HHE5i { top:18.9375rem;left:31.750003814698rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHICEq8bpTQVb0CW7Zmiqy6k1cnTcUrM { top:18.125rem;left:31.000003814698rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCrblvuDSe4T0TJBW4IvBytkw2gJgCaT { top:24.9375rem;left:31.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4eMwDPe50xqysEez5pVdqCfnza1MH21 { top:24.125rem;left:30.9375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwwZ3y25y4SX02mOz9mGxPeUp1vTgDy1 { top:33.9375rem;left:31.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSEe5HFHW0AJHSdFCTtpJoCy6A46TaQl { top:33.125rem;left:31rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsImQStbf2LGeKhdorAbtkTUaZCJviTn { width:18.4375rem;height:1.375rem;top:26.5rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7ezW2CvNTZNzeBXU29xv6gDSRiAJW1h { top:19.875rem;left:31.25rem;width:16.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTRQq0Wrr5PMlurwLKloSwVq47P8zlVp { display:block; }#MTRQq0Wrr5PMlurwLKloSwVq47P8zlVp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adWTDnu5lFiDNOu6TyxfBispHvJB90cq { width:17.5625rem;height:5.375rem;top:8.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xunTbu9XCJRXAmO9DnFJyQysJv4BTewT { width:12.6875rem;height:13.125rem;top:3.375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWnu2amcHZCV3XwxT3ApGpaaU6hvqQrk { width:12.6875rem;height:13.125rem;top:3.375rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8qL7qe2JV1lHL0DsRrXTEXHyIbbDXKW { width:12.6875rem;height:13.125rem;top:3.375rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu8B7SyoMKaJ23NPFUucJMO9Eawdty46 { width:12.6875rem;height:13.125rem;top:16.9375rem;left:28.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgX6HQqO6iw8XTRHKgmDuBtPEzhIZTv2 { width:20.625rem;height:13.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGv9sO5Xuo28kzszog2b3Cq0ots2pxZs { width:12.6875rem;height:13.125rem;top:16.9375rem;left:14.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwfsVqAwRz6fz9Qz5dmGOb0BNwcQMHGc { width:11.25rem;height:1.375rem;top:8.6875rem;left:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFPFF6xkFMnd1E73Ve1L5Py8tSQTP5gm { width:20.625rem;height:13.125rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH20KpgBr0zcyfIqaSplNuPnnOkWUqGD { width:10.875rem;height:2.75rem;top:8.5rem;left:29.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaaDCyMUdXab4qhXPdSUmTuF4aDK7uDP { width:18.5rem;height:2.9375rem;top:22.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhU2SuKxl686RRzRmi1raM0saNMcTGBC { width:11.0625rem;height:1.375rem;top:22.6875rem;left:28.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s31hoEfZTgTBAhw6VKk5e1piIpuuSiCC { width:11.3125rem;height:1.375rem;top:22.6875rem;left:15.781251907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS5NXWNkVQiRnm4cU5nxQ5TvTxXlMDkK { width:11.3125rem;height:4.1875rem;top:8.5rem;left:36.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOuxANhy3UCnk3JMDsIlZf6645W2f8Jc { width:9.0625rem;height:2.5rem;top:24.1875rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTGglAtaJ12CcKRn90U4n2FoNPsQf6UJ { display:block; }
 }@media only screen and (max-width: 763px) { #v7055rALXEyvdqp8JgzlNT3kv8leTIgd { width:12.6875rem;height:13.125rem;top:16.9375rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyK1qze2Ul9f44bFFo6vUq2wzwgdBprq { width:10.6875rem;height:2.75rem;top:20.8125rem;left:37.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuCF4HSM8eKTs8zFAv5MUqVWN0CtUs5w { top:5.25rem;left:29.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZDiE26n6o19B9hXJ6DycxXim0V47P7A { top:5.3125rem;left:15.6875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubpsTMtR5GJDR2FPsXpOVcH4XWFL5ibV { top:19.375rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsH4yzEMQohLTEdSNwHBek0RSizpsI2N { top:5.1875rem;left:42rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTGUBqC82VSEETdgSIgf7hvcScK3wX6m { top:19.5rem;left:29.125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7pzLpGOvDTxud6I0TLt26Lo3aN0oboh { top:19.375rem;left:15.6875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8TxXA3MwyfVZP2VTCBnmDbwaeUzplu9 { width:16.875rem;height:1.375rem;top:5.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFBB2P9tN01E0lwlN67MZ5PF4GVinGTi { display:block; }#xFBB2P9tN01E0lwlN67MZ5PF4GVinGTi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrvlvgzn4KSu5CbCqx6XBuUwA2EZ3Vqo { width:47.75rem;height:;top:2.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7UAVrvzkk8xZ5rXrxk7zDbw3ZXtWgsQ { top:7.6875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOTQOwBrv0Vh581SBtEcK2eFabH6ygVM { top:7.75rem;left:0rem;width:6.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC94cU4TqgcNfoHMsfZo6P70mMbRhm6C { top:7.6875rem;left:7.75rem;width:10.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdk5B4fq3aS8PHvKlwf4pMzrgb2fmVPE { top:7.75rem;left:5.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpQhHwmDb99MU0czCoHT92hoymR4omME { top:7.6875rem;left:20.875rem;width:15.375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKM4cVe06VdDiHywZr7pbuTpbx4VeovO { top:7.75rem;left:18.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuHrBbGkWEHfLWU1T5EtAp0n2li4WcrU { top:7.625rem;left:35.1875rem;width:12.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tea0alXzr8nShzKWaIH6ipWypAhnTRLh { top:7.6875rem;left:37.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3kliaXmIuHx1U51loKDQ7PWdslyPAhM { top:10.125rem;left:2.9375rem;width:6.6875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV1KOnBT9UfanmIRmzuHGuzHOuLKoTnK { top:10.1875rem;left:0.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTsWVMPocTwbA2uxHP0LEHl29NuqSUUt { top:10.125rem;left:12.625rem;width:10.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ6wTHDf70Oirw2d7XImpKbFh9W4cUia { top:10.1875rem;left:10.625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET5UcDcAVITNktMT8XLrmQn6npJuBwqg { top:10.125rem;left:26.5625rem;width:10.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNXSpWVFyUa9hs6vQBKqZwJWy7D5EnZs { top:10.125rem;left:24.5625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVqb5ZLkopErINVEyKmcRFhFXa0sV5TQ { top:10.125rem;left:38.4375rem;width:8.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7mw8KEAU3RabsVdv4Par6zXxerVsCOa { top:12.8125rem;left:2.34375rem;width:43.0625rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef60f068905b130655a2c5988bc76b02 { display:block; }#ef60f068905b130655a2c5988bc76b02 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1bd5e80d72a94727cfc8b144650684d { width:26.625rem;height:5.6875rem;top:8.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9791ef4f40987841d789df10a1d75ba { width:26.625rem;height:1.375rem;top:16rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d125a1704fa6c082dcd6ac818bdcc373 { width:18.8125rem;height:1.25rem;top:24.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef5930599f0023af843a8990086ea95c { width:2.5rem;height:2.5rem;top:20.0625rem;left:1.7430553436279rem;display:block; }
 }@media only screen and (max-width: 763px) { #f13e3f329a8955249771c4f5f0082ff9 { width:2.5rem;height:2.5rem;top:20.125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #na59fe4b06ab4745bedceaf016152d48 { width:2.5rem;height:2.5rem;top:20.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba22e0495985e3b30145f0f344510263 { width:2.5rem;height:2.5rem;top:20.125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J701eb9e11193b3b9aaac213d31ec732 { width:2.5rem;height:2.5rem;top:20.125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7b215796c0491562cb44f48d357f8a0 { top:34.4375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oabUSDCSnoChQvwPV60eiAx8H9mLeT1V { top:3.625rem;left:22.625rem;width:25.125rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRaqeDaeBUia7BX5fZmQwX5QJxwtXiTd { display:block; }#sRaqeDaeBUia7BX5fZmQwX5QJxwtXiTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpOZRtlexVfpGXBEAQvL2bcygX6UFOyP { width:19.8125rem;height:3.5rem;top:2.0625rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms8riRZirOLFvKewurCtKa9PrTqEkB0J { display:block; }
 }@media only screen and (max-width: 763px) { #EmA5iAq7szg9aTnPkW80OM7wozbqCZG7 { top:0rem;left:0rem;width:47.75rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPkbZTAleh9rz3WvCt0oR7eGbcuk9q8O { top:1.9375rem;left:0rem;width:15.625rem;height:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B { width:18.5rem;height:5.19125rem;display:flex;top:9.125rem;left:0rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #Z9ffOEZ2AUSTo2DPZxEMOdMObmC3GW2l { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #iG9GeS6trGMUw9K9L9p7oQkz2DCzl5IO {  }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #pskwVahUrAXbzvcEwWhcKS51ef5vNTFk {  }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #kmz0XPLtmXHT4fFAIRIT03i3scIfOE6L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #KKeLwdKgOc3seypxcg5MyKmNg0iukrly {  }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #aez87bcnRF3GOfW9DpEchNi2JfRB5dRI {  }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #OlBBWFlySASlzbgmqFoMzmm8tLKVOaqz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #Nwf22rTt7KhSnS2qOG2bA76wsnWTqKwm {  }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #S3vmn1KNtulQGyfHH9eF1E2GhZ7PPyaH {  }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #zITSxTTSeNNgwqP5S208w2WHEswTD2hq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #E6pE1TfnnTS1yFZ7OxTanPE3NT3VvEkX {  }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #ku1z4n56RDtdhAP1d46IMu1hG6VuRGSO {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #V5eCsKUd9wzc1dNARkr2WF55RCGutLdF { background-color:#000000;background-image:url("https://cdn.lugc.link/c632ef86-8802-4fdf-9e42-ea95c5040017/-/preview/");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF.adaptive-delivery-prevent-bg, #V5eCsKUd9wzc1dNARkr2WF55RCGutLdF.lazyload, #V5eCsKUd9wzc1dNARkr2WF55RCGutLdF.lazyloading { background-image: none; }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .row .container { background-color: transparent; background-image: none; }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .row .container > .video-iframe-container { display: none; }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .row > .video-iframe-container { display: none; }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .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); }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDwuNv5MtbNFLakRvt8Ui2aHbvTeS31a { width:20rem;height:52.125rem;top:2.5625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.1875rem 0.375rem 1.25rem rgba(0,0,0,0.72) ;display:block; }
 }@media only screen and (max-width: 763px) { #nqHcpuJxOa693ily57N543ESCywslw9Q { width:19.375rem;height:1.94970625rem;top:6.58203125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.625rem;font-family:"tt supermolot neue exp";display:block; }
 }@media only screen and (max-width: 763px) { #zDlTZ7Brnwi4wfkI76hThdgQ8wKss96r { width:19.1236875rem;height:1.85595625rem;top:8.98046875rem;left:0.43489581346512rem;text-align:center;text-align-last:center;font-size:1.6875rem;font-family:ttsupermolotneue-demibold2;display:block; }
 }@media only screen and (max-width: 763px) { #EktCM5d8bV69afqAx3cRUSgNzEnqPuxb { width:18.6220625rem;height:1.3994125rem;top:13.9697265625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK95VhpFd4a8OnvlR44gKVpwTKndM67L { width:18.75rem;height:3.4987rem;top:26.309896469116rem;left:0.62500005960463rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkVVDQTWvK7hHmQ53IUMI6XyLcOHvaSQ { display:block; }
 }@media only screen and (max-width: 763px) { #N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ .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;flex-direction:column; }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ .widget-text.counter-number { padding-top:0.421875rem;padding-right:0.375625rem;padding-bottom:0.421875rem;padding-left:0.375625rem;width:2.253125rem;min-width:2.253125rem;height:2.266875rem;font-size:1.686875rem;line-height:36.27px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ffaa00;border-right:0.0625rem solid #ffaa00;border-bottom:0.0625rem solid #ffaa00;border-left:0.0625rem solid #ffaa00;font-family:inter;font-weight:400;font-style:normal; }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.004375rem;height:0.89625rem;font-size:0.6325rem;line-height:14.34px;top:0%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:inter; }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ { width:16.5rem;height:4.395625rem;display:flex;top:20.375rem;left:1.75rem;z-index:15013;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #LoPMsxU5456rINZnW2Wb8x2VTw6iviIg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #viGiva9vz1imtHGKNEzu9p1IIJ70t5TV {  }
 }@media only screen and (max-width: 763px) { #N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #JspMT8866sFLoF0X9xnreAUiPahCv5Gq {  }
 }@media only screen and (max-width: 763px) { #N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #kxDTTml3hA11SIzeFmCecwstSTHtIU2G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #WOE9sbF0MkQar40610ioMl41NX1RwkM0 {  }
 }@media only screen and (max-width: 763px) { #N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #eHowDxCQEZLyG7Ibkx9TWh7AnnAfmh7C {  }
 }@media only screen and (max-width: 763px) { #N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #FpPOmpPL2JoIS1x3diRZn3HkN2KqUIEX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #QCNvRfQlxd0TldhGUCnPwVoq56IsT3st {  }
 }@media only screen and (max-width: 763px) { #N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #X3TFn1A5SJzr6XKvfIvxdKbr4Pkn0CLO {  }
 }@media only screen and (max-width: 763px) { #N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #KO7QKL5ZUfSAkQ0TSAT7DdCEKKNTSvST { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #S9rzOLmgFTIvMM08b8FERa3mro1TZWIV {  }
 }@media only screen and (max-width: 763px) { #N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #RbntMwaeAsQJfgQnK6o8Vx6sW4uTfGSN {  }
 }@media only screen and (max-width: 763px) { #wht6tWRz2Umk8BoQUDiJSpIn41ygCSIB { width:3rem;height:3rem;top:1.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3Lr3pxcRBTEKOnyEirHOT1b0AmLRpiK { width:14.625rem;height:1.79980625rem;top:35.286457061767rem;left:4.4375002980232rem;font-size:1.125rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OA3AVGXsC03TRD5mTZFhlINoPEyWCqdq { width:14.8125rem;height:1.79980625rem;top:40.623697280884rem;left:4.4361980557442rem;font-size:1.125rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ypJsOIyaxBOwwyNaty4VtgPQ96DskkoB { width:14.3125rem;height:3.8994125rem;top:42.435546875rem;left:4.33203125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #geaTvoT4gJ1szEDV9QvJoLKhM5EIUakP { width:14.8125rem;height:1.79980625rem;top:48.748697280884rem;left:4.4361980557442rem;font-size:1.125rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WZsznibihOCvpURqu0u7kAcu2VLAgczy { width:14.6875rem;height:3.8994125rem;top:50.684895515442rem;left:4.4986980557442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCAp3k6q36IWbfDwsGZWnuoRFR3piT6u { width:18.0625rem;height:2.5996125rem;top:31.1875rem;left:0.96875005960463rem;font-size:1.625rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPKLmkVfG2gH4ifa42kOFlCZ3S5HHE5i { display:flex;width:1.5rem;height:1.5rem;top:36.1875rem;left:1.5625000596046rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #oHICEq8bpTQVb0CW7Zmiqy6k1cnTcUrM { width:3rem;height:3rem;top:35.375rem;left:0.81250005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCrblvuDSe4T0TJBW4IvBytkw2gJgCaT { display:flex;width:1.5rem;height:1.5rem;top:41.436197280884rem;left:1.5625000596046rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #N4eMwDPe50xqysEez5pVdqCfnza1MH21 { width:3rem;height:3rem;top:40.623697280884rem;left:0.81119793653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwwZ3y25y4SX02mOz9mGxPeUp1vTgDy1 { display:flex;width:1.5rem;height:1.5rem;top:49.561197280884rem;left:1.4986980557442rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #LSEe5HFHW0AJHSdFCTtpJoCy6A46TaQl { width:3rem;height:3rem;top:48.748697280884rem;left:0.81119793653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsImQStbf2LGeKhdorAbtkTUaZCJviTn { width:18.4375rem;height:1.224825rem;top:18.5625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F7ezW2CvNTZNzeBXU29xv6gDSRiAJW1h { width:14.625rem;height:2.5996125rem;top:37.0859375rem;left:4.5000002980232rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MTRQq0Wrr5PMlurwLKloSwVq47P8zlVp { background-color:transparent;background-image:none;display:block; }#MTRQq0Wrr5PMlurwLKloSwVq47P8zlVp > .row .container { background-color: transparent; background-image: none; }#MTRQq0Wrr5PMlurwLKloSwVq47P8zlVp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTRQq0Wrr5PMlurwLKloSwVq47P8zlVp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTRQq0Wrr5PMlurwLKloSwVq47P8zlVp > .row .container > .video-iframe-container { display: none; }#MTRQq0Wrr5PMlurwLKloSwVq47P8zlVp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTRQq0Wrr5PMlurwLKloSwVq47P8zlVp > .row > .video-iframe-container { display: none; }#MTRQq0Wrr5PMlurwLKloSwVq47P8zlVp > .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); }#MTRQq0Wrr5PMlurwLKloSwVq47P8zlVp > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adWTDnu5lFiDNOu6TyxfBispHvJB90cq { width:16.5625rem;height:2.75rem;top:4.8359375rem;left:1.7187500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xunTbu9XCJRXAmO9DnFJyQysJv4BTewT { width:20rem;height:10.125rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWnu2amcHZCV3XwxT3ApGpaaU6hvqQrk { width:20rem;height:10.125rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8qL7qe2JV1lHL0DsRrXTEXHyIbbDXKW { width:20rem;height:10.125rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu8B7SyoMKaJ23NPFUucJMO9Eawdty46 { width:20rem;height:10.125rem;top:62.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgX6HQqO6iw8XTRHKgmDuBtPEzhIZTv2 { width:20rem;height:8rem;top:0.486328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGv9sO5Xuo28kzszog2b3Cq0ots2pxZs { width:20rem;height:10.125rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwfsVqAwRz6fz9Qz5dmGOb0BNwcQMHGc { width:13.8125rem;height:1.3999rem;top:13.4375rem;left:5.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFPFF6xkFMnd1E73Ve1L5Py8tSQTP5gm { width:20rem;height:10.625rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH20KpgBr0zcyfIqaSplNuPnnOkWUqGD { width:13.5rem;height:2.798825rem;top:23.375rem;left:5.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaaDCyMUdXab4qhXPdSUmTuF4aDK7uDP { width:14.1875rem;height:1.3125rem;top:33.5625rem;left:4.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhU2SuKxl686RRzRmi1raM0saNMcTGBC { width:12.75rem;height:1.3999rem;top:67.1875rem;left:5.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s31hoEfZTgTBAhw6VKk5e1piIpuuSiCC { width:12.6875rem;height:1.3999rem;top:45.875rem;left:5.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS5NXWNkVQiRnm4cU5nxQ5TvTxXlMDkK { width:13.5625rem;height:2.798825rem;top:55.8125rem;left:5.1875rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xOuxANhy3UCnk3JMDsIlZf6645W2f8Jc { width:9.0625rem;height:2.5rem;top:77.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTGglAtaJ12CcKRn90U4n2FoNPsQf6UJ { display:block; }
 }@media only screen and (max-width: 763px) { #v7055rALXEyvdqp8JgzlNT3kv8leTIgd { width:20rem;height:10.125rem;top:73.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyK1qze2Ul9f44bFFo6vUq2wzwgdBprq { width:18.6875rem;height:1.3999rem;top:75.9375rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuCF4HSM8eKTs8zFAv5MUqVWN0CtUs5w { display:flex;width:2.625rem;height:2.625rem;top:23.4375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #mZDiE26n6o19B9hXJ6DycxXim0V47P7A { display:flex;width:2.75rem;height:2.75rem;top:12.75rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #ubpsTMtR5GJDR2FPsXpOVcH4XWFL5ibV { display:flex;width:2.75rem;height:2.75rem;top:34.3125rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #WsH4yzEMQohLTEdSNwHBek0RSizpsI2N { display:flex;width:2.75rem;height:2.75rem;top:45.1875rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #wTGUBqC82VSEETdgSIgf7hvcScK3wX6m { display:flex;width:2.5rem;height:2.5rem;top:66.5rem;left:1.125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #E7pzLpGOvDTxud6I0TLt26Lo3aN0oboh { display:flex;width:2.75rem;height:2.75rem;top:55.8125rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #N8TxXA3MwyfVZP2VTCBnmDbwaeUzplu9 { width:16.875rem;height:1.375rem;top:2.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFBB2P9tN01E0lwlN67MZ5PF4GVinGTi { display:block; }#xFBB2P9tN01E0lwlN67MZ5PF4GVinGTi > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrvlvgzn4KSu5CbCqx6XBuUwA2EZ3Vqo { width:20rem;height:4.548825rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7UAVrvzkk8xZ5rXrxk7zDbw3ZXtWgsQ { width:1.5rem;height:1.5rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOTQOwBrv0Vh581SBtEcK2eFabH6ygVM { width:5.625rem;height:1.3999rem;top:9.1875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC94cU4TqgcNfoHMsfZo6P70mMbRhm6C { width:9rem;height:1.3999rem;top:9.150390625rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdk5B4fq3aS8PHvKlwf4pMzrgb2fmVPE { display:flex;width:1.5rem;height:1.5rem;top:9.125rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #ZpQhHwmDb99MU0czCoHT92hoymR4omME { width:13.625rem;height:1.3999rem;top:11.8623046875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKM4cVe06VdDiHywZr7pbuTpbx4VeovO { width:1.5rem;height:1.5rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuHrBbGkWEHfLWU1T5EtAp0n2li4WcrU { width:11.1875rem;height:1.3999rem;top:14.5732421875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tea0alXzr8nShzKWaIH6ipWypAhnTRLh { width:1.5rem;height:1.5rem;top:14.5107421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3kliaXmIuHx1U51loKDQ7PWdslyPAhM { width:6.6875rem;height:1.3999rem;top:17.28515625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV1KOnBT9UfanmIRmzuHGuzHOuLKoTnK { width:1.5rem;height:1.5rem;top:17.22265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTsWVMPocTwbA2uxHP0LEHl29NuqSUUt { width:9.4375rem;height:1.3999rem;top:17.322265625rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ6wTHDf70Oirw2d7XImpKbFh9W4cUia { width:1.5rem;height:1.5rem;top:17.234375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET5UcDcAVITNktMT8XLrmQn6npJuBwqg { width:9.3125rem;height:1.3999rem;top:19.99609375rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNXSpWVFyUa9hs6vQBKqZwJWy7D5EnZs { width:1.5rem;height:1.5rem;top:19.93359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVqb5ZLkopErINVEyKmcRFhFXa0sV5TQ { width:7.8125rem;height:1.3999rem;top:19.99609375rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7mw8KEAU3RabsVdv4Par6zXxerVsCOa { width:20rem;height:17.126269956459rem;top:23.30859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef60f068905b130655a2c5988bc76b02 { display:block; }#ef60f068905b130655a2c5988bc76b02 > .row .container { width:20rem;height:62.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1bd5e80d72a94727cfc8b144650684d { width:20rem;height:4.19921875rem;top:3.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9791ef4f40987841d789df10a1d75ba { width:20rem;height:2.798825rem;top:8.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #d125a1704fa6c082dcd6ac818bdcc373 { width:18.8125rem;height:1.29980625rem;top:17.625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ef5930599f0023af843a8990086ea95c { width:2.5rem;height:2.5rem;top:14.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f13e3f329a8955249771c4f5f0082ff9 { width:2.5rem;height:2.5rem;top:14.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #na59fe4b06ab4745bedceaf016152d48 { width:2.5rem;height:2.5rem;top:14.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba22e0495985e3b30145f0f344510263 { width:2.5rem;height:2.5rem;top:14.25rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J701eb9e11193b3b9aaac213d31ec732 { width:2.5rem;height:2.5rem;top:14.25rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7b215796c0491562cb44f48d357f8a0 { width:20rem;height:3.375rem;top:44.693359375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oabUSDCSnoChQvwPV60eiAx8H9mLeT1V { width:20rem;height:23.532338308458rem;top:21.38134765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRaqeDaeBUia7BX5fZmQwX5QJxwtXiTd { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#sRaqeDaeBUia7BX5fZmQwX5QJxwtXiTd > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpOZRtlexVfpGXBEAQvL2bcygX6UFOyP { width:17.5rem;height:3.4375rem;top:4.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms8riRZirOLFvKewurCtKa9PrTqEkB0J { display:block; }
 }@media only screen and (max-width: 763px) { #EmA5iAq7szg9aTnPkW80OM7wozbqCZG7 { width:20rem;height:8.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPkbZTAleh9rz3WvCt0oR7eGbcuk9q8O { width:19.187rem;height:3.298825rem;top:0.53076171875rem;left:0.4052734375rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B .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; }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B .widget-text.counter-number { padding-top:0.38rem;padding-right:0.34375rem;padding-bottom:0.38rem;padding-left:0.34375rem;width:2.061875rem;min-width:2.061875rem;height:2.04rem;font-size:1.518125rem;line-height:32.64px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ffaa00;border-right:0.0625rem solid #ffaa00;border-bottom:0.0625rem solid #ffaa00;border-left:0.0625rem solid #ffaa00;font-family:inter; }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.749375rem;height:0.80625rem;font-size:0.569375rem;line-height:12.9px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B { width:15.5rem;height:3.96875rem;display:flex;top:5.1669921875rem;left:2.3125rem;z-index:15013;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #Z9ffOEZ2AUSTo2DPZxEMOdMObmC3GW2l { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #iG9GeS6trGMUw9K9L9p7oQkz2DCzl5IO {  }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #pskwVahUrAXbzvcEwWhcKS51ef5vNTFk {  }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #kmz0XPLtmXHT4fFAIRIT03i3scIfOE6L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #KKeLwdKgOc3seypxcg5MyKmNg0iukrly {  }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #aez87bcnRF3GOfW9DpEchNi2JfRB5dRI {  }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #OlBBWFlySASlzbgmqFoMzmm8tLKVOaqz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #Nwf22rTt7KhSnS2qOG2bA76wsnWTqKwm {  }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #S3vmn1KNtulQGyfHH9eF1E2GhZ7PPyaH {  }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #zITSxTTSeNNgwqP5S208w2WHEswTD2hq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #E6pE1TfnnTS1yFZ7OxTanPE3NT3VvEkX {  }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #ku1z4n56RDtdhAP1d46IMu1hG6VuRGSO {  }
 }