.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:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/4dbcae99-abf0-41b5-9281-acb6ca0edb9a/stadion.png");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:960px;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='#ce192434', endColorstr='#93192434' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce192434', endColorstr='#93192434' );";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:24px;border-top-right-radius:24px;border-bottom-left-radius:24px;border-bottom-right-radius:24px;box-shadow: 3px 6px 20px rgba(0,0,0,0.72) ;height:45.4375rem;width:960px;top:1.0625rem;left:0px;display:block; }
#nqHcpuJxOa693ily57N543ESCywslw9Q { color:#ebf2f9;display:block;width:511px;position:absolute;font-family:rogsansrfstd-ub;font-size:2.5625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:10.67578125rem;left:21px;height:6.1494125rem;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:502px;position:absolute;font-family:ttsupermolotneue-demibold2;font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:16.93701171875rem;left:41.9921875px;height:1.99365rem;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:516px;position:absolute;font-family:inter;font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:21.2109375rem;left:41px;height:1.92480625rem;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:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 0 1px 6px rgba(0,0,0,0.25) ;box-sizing:border-box;color:#283548;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;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:471px;height:3.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:35.41015625rem;left:41px;display:block; }
#hkVVDQTWvK7hHmQ53IUMI6XyLcOHvaSQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ .widget-text.counter-number { border-top:1px solid #ffaa00;border-left:1px solid #ffaa00;border-right:1px solid #ffaa00;border-bottom:1px solid #ffaa00;background-color:rgba(255,255,255,0.08);background-image:none;box-shadow: -4px 10px 20px rgba(255,170,0,0.21) ;color:#ffffff;padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;display:block;align-items:center;width:42px;min-width:42px;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:0px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;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:5px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:56px;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:0px;font-style:normal; }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:296px;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:123.5px;z-index:15013; }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #LoPMsxU5456rINZnW2Wb8x2VTw6iviIg { display:flex;position:relative;top:0rem;left:0px; }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #viGiva9vz1imtHGKNEzu9p1IIJ70t5TV { width:auto; }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #JspMT8866sFLoF0X9xnreAUiPahCv5Gq {  }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #kxDTTml3hA11SIzeFmCecwstSTHtIU2G { display:flex;position:relative;top:0rem;left:0px; }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #WOE9sbF0MkQar40610ioMl41NX1RwkM0 {  }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #eHowDxCQEZLyG7Ibkx9TWh7AnnAfmh7C {  }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #FpPOmpPL2JoIS1x3diRZn3HkN2KqUIEX { display:flex;position:relative;top:0rem;left:0px; }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #QCNvRfQlxd0TldhGUCnPwVoq56IsT3st {  }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #X3TFn1A5SJzr6XKvfIvxdKbr4Pkn0CLO {  }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #KO7QKL5ZUfSAkQ0TSAT7DdCEKKNTSvST { display:flex;position:relative;top:0rem;left:0px; }
#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:72px;top:2.875rem;left:41px;overflow:hidden;display:block; }
#Z3Lr3pxcRBTEKOnyEirHOT1b0AmLRpiK { color:#e2eaf3;display:block;width:193px;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:653.00006103516px;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OA3AVGXsC03TRD5mTZFhlINoPEyWCqdq { color:#e2eaf3;display:block;width:193px;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:652px;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ypJsOIyaxBOwwyNaty4VtgPQ96DskkoB { color:#e2eaf3;display:block;width:244px;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:652.00006103516px;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#geaTvoT4gJ1szEDV9QvJoLKhM5EIUakP { color:#e2eaf3;display:block;width:193px;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:653px;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WZsznibihOCvpURqu0u7kAcu2VLAgczy { color:#e2eaf3;display:block;width:230px;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:653px;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RCAp3k6q36IWbfDwsGZWnuoRFR3piT6u { color:#e2eaf3;display:block;width:289px;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:594px;height:2.44970625rem;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:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:18.9375rem;left:606.00006103516px; }
#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:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: none;height:3rem;width:48px;top:18.125rem;left:594.00006103516px;display:block; }
#XCrblvuDSe4T0TJBW4IvBytkw2gJgCaT { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:24.9375rem;left:605px; }
#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:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: none;height:3rem;width:48px;top:24.125rem;left:593px;display:block; }
#xwwZ3y25y4SX02mOz9mGxPeUp1vTgDy1 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:33.9375rem;left:605px; }
#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:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: none;height:3rem;width:48px;top:33.125rem;left:594px;display:block; }
#nsImQStbf2LGeKhdorAbtkTUaZCJviTn { color:#e2eaf3;display:block;width:295px;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:124px;height:1.3999rem;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:264px;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:653.00006103516px;height:2.5996125rem;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:960px;position:relative;display:block; }#adWTDnu5lFiDNOu6TyxfBispHvJB90cq { color:#ebf2f9;display:block;width:281px;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:15px;height:5.361325rem;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: none;height:13.125rem;width:203px;top:3.375rem;left:337px;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: none;height:13.125rem;width:203px;top:3.375rem;left:547px;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: none;height:13.125rem;width:203px;top:3.375rem;left:757px;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: none;height:13.125rem;width:203px;top:16.9375rem;left:546.5px;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: none;height:13.125rem;width:330px;top:3.3125rem;left:0px;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: none;height:13.125rem;width:203px;top:16.9375rem;left:336.5px;display:block; }
#CwfsVqAwRz6fz9Qz5dmGOb0BNwcQMHGc { color:#ebf2f9;display:block;width:180px;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:349px;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: none;height:13.125rem;width:330px;top:16.9375rem;left:0px;display:block; }
#aH20KpgBr0zcyfIqaSplNuPnnOkWUqGD { color:#ebf2f9;display:block;width:174px;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:564px;height:2.79980625rem;font-style:normal;display:block; }
#CaaDCyMUdXab4qhXPdSUmTuF4aDK7uDP { color:#ebf2f9;display:block;width:296px;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:15px;height:2.9746125rem;font-style:normal;display:block; }
#WhU2SuKxl686RRzRmi1raM0saNMcTGBC { color:#ebf2f9;display:block;width:177px;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:560.5px;height:1.4rem;font-style:normal;display:block; }
#s31hoEfZTgTBAhw6VKk5e1piIpuuSiCC { color:#ebf2f9;display:block;width:181px;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:350.5px;height:1.3999rem;font-style:normal;display:block; }
#MS5NXWNkVQiRnm4cU5nxQ5TvTxXlMDkK { color:#ebf2f9;display:block;width:181px;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:770px;height:2.79980625rem;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#66b3ff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:145px;height:2.5rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:24.210068702698rem;left:770.00006103516px;display:block; }
#vTGglAtaJ12CcKRn90U4n2FoNPsQf6UJ { display:block;position:absolute;top:50%;left:0px;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: none;height:13.125rem;width:203px;top:16.9375rem;left:756px;display:block; }
#pyK1qze2Ul9f44bFFo6vUq2wzwgdBprq { color:#ebf2f9;display:block;width:171px;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:768px;height:2.79980625rem;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:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:5.26220703125rem;left:564px; }
#mZDiE26n6o19B9hXJ6DycxXim0V47P7A { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:44px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:5.3125rem;left:349px; }
#ubpsTMtR5GJDR2FPsXpOVcH4XWFL5ibV { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:44px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:19.4111328125rem;left:17px; }
#WsH4yzEMQohLTEdSNwHBek0RSizpsI2N { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:5.19921875rem;left:770px; }
#wTGUBqC82VSEETdgSIgf7hvcScK3wX6m { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:38px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:19.5361328125rem;left:564px; }
#E7pzLpGOvDTxud6I0TLt26Lo3aN0oboh { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:44px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:19.4111328125rem;left:349px; }
#N8TxXA3MwyfVZP2VTCBnmDbwaeUzplu9 { color:#ebf2f9;display:block;width:270px;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:15px;height:1.375rem;font-style:normal;display:block; }
#X6fb2ed52e1a6fa2bf59603ab003cdbd { 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; }#X6fb2ed52e1a6fa2bf59603ab003cdbd > .row .container { background-color: transparent; background-image: none; }#X6fb2ed52e1a6fa2bf59603ab003cdbd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6fb2ed52e1a6fa2bf59603ab003cdbd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6fb2ed52e1a6fa2bf59603ab003cdbd > .row .container > .video-iframe-container { display: none; }#X6fb2ed52e1a6fa2bf59603ab003cdbd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6fb2ed52e1a6fa2bf59603ab003cdbd > .row > .video-iframe-container { display: none; }#X6fb2ed52e1a6fa2bf59603ab003cdbd > .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); }#X6fb2ed52e1a6fa2bf59603ab003cdbd > .row .container { border-width: 0; border-radius: 0; }#X6fb2ed52e1a6fa2bf59603ab003cdbd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X6fb2ed52e1a6fa2bf59603ab003cdbd > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:960px;position:relative;display:block; }#Id21bdbab0ec3142631a9913e16ba236 { color:#ebf2f9;display:block;width:960px;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:0px;height:3.0874rem;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; }
#a520e822ee819abc239880a23b58d4fa { 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:24px;top:7.6875rem;left:41px;overflow:hidden;display:block; }
#af3a9cfdb5564f70c8d783103f68259f { color:#ebf2f9;display:block;width:103px;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:74px;height:1.57470625rem;font-style:normal;display:block; }
#Q33fbeec15c040d9f8831a0c84832d32 { color:#ebf2f9;display:block;width:162px;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:222px;height:1.57470625rem;font-style:normal;display:block; }
#bcc298e288c072ba9013092a04e46b17 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:7.75rem;left:190px; }
#r67615ce2922de0eab9a4d91328429ec { color:#ebf2f9;display:block;width:246px;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:432px;height:1.57470625rem;font-style:normal;display:block; }
#b4d1d54c8d6c4e42754097e25ddeead1 { 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:24px;top:7.75rem;left:400px;overflow:hidden;display:block; }
#L32bd8547f1d0111496f1866d0a87ffd { color:#ebf2f9;display:block;width:201px;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:727px;height:1.57470625rem;font-style:normal;display:block; }
#f9126129fab7e66a9a8a073ca109b51f { 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:24px;top:7.6875rem;left:695px;overflow:hidden;display:block; }
#Nc952de2bf6c8e08447c1099fe1fb024 { color:#ebf2f9;display:block;width:107px;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:145px;height:1.57470625rem;font-style:normal;display:block; }
#cf1f3ced0714a3f9ad5dc76a63c84898 { 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:24px;top:10.1875rem;left:110px;overflow:hidden;display:block; }
#D95ec99b24a24ca6182fecbe621601fb { color:#ebf2f9;display:block;width:170px;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:300px;height:1.57470625rem;font-style:normal;display:block; }
#O90eeaefd9977d0d92004320a2175a02 { 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:24px;top:10.1875rem;left:268px;overflow:hidden;display:block; }
#a4136a1cec006e303bfab51ac5e4e89f { color:#ebf2f9;display:block;width:165px;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:523px;height:1.57470625rem;font-style:normal;display:block; }
#l9c9a85929edc8a19909f58062f11324 { 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:24px;top:10.125rem;left:491px;overflow:hidden;display:block; }
#T6264c8ee9bfa017fcc8e2861e563ed6 { color:#ebf2f9;display:block;width:141px;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:713px;height:1.57470625rem;font-style:normal;display:block; }
#h6e709a4e34cfa505365f3b4c48150cc { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:030px;border-top-right-radius:030px;border-bottom-left-radius:030px;border-bottom-right-radius:030px;box-shadow: 0 10px 20px rgba(0,0,0,0.5) ;height:33.125rem;width:253px;top:14.4375rem;left:353.5px;overflow:hidden;display:block; }
#td7f91bcc0392cf9856f4a63456bf5c9 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 0 10px 20px rgba(0,0,0,0.4) ;height:30.625rem;width:234px;top:16rem;left:167px;overflow:hidden;display:block; }
#X89d73606981b5940604648a4e95aed4 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 0 10px 20px rgba(0,0,0,0.5) ;height:30.625rem;width:234px;top:15.6875rem;left:556px;overflow:hidden;display:block; }
#L37486e99477fd1e9b2153fe73373306 { 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; }#L37486e99477fd1e9b2153fe73373306 > .row .container { background-color: transparent; background-image: none; }#L37486e99477fd1e9b2153fe73373306::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L37486e99477fd1e9b2153fe73373306 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L37486e99477fd1e9b2153fe73373306 > .row .container > .video-iframe-container { display: none; }#L37486e99477fd1e9b2153fe73373306 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L37486e99477fd1e9b2153fe73373306 > .row > .video-iframe-container { display: none; }#L37486e99477fd1e9b2153fe73373306 > .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); }#L37486e99477fd1e9b2153fe73373306 > .row .container { border-width: 0; border-radius: 0; }#L37486e99477fd1e9b2153fe73373306 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L37486e99477fd1e9b2153fe73373306 > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:960px;position:relative;display:block; }#e45c3439dbedeefb019484c750038f1c { color:#ebf2f9;display:block;width:426px;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:33px;height:5.69921875rem;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; }
#gdc6ae8e18ea5f52b376bdc597a59976 { color:#bdc1c5;display:block;width:426px;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:16rem;left:33px;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b549e8d120171d2d119a5c011bc2ee29 { color:#bdc1c5;display:block;width:301px;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:96px;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zf70a25123274ff6d0719218c75c7f20 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:20.09375rem;left:125.88888549805px; }
#Cb6446d9868cc99f4faea12a76b6b320 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:20.125rem;left:176px; }
#q26dc93c80ee21055913aabd51ce436b { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:20.125rem;left:226px; }
#f44a45f836aa3cedde1cfcb79b99b326 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:20.125rem;left:276px; }
#T39f643362618bbff189baf80a8f528a { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:20.125rem;left:326px; }
#v12baa26b5114cd21c8c65d4fb61f2ff { color:rgba(235,242,249,0.6);display:block;width:778px;position:absolute;font-family:inter;font-size:0.75rem;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:33.125rem;left:73px;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#m592a24cb9115e072fd13f4fb39d0e50 { position:absolute;display:block;z-index:15003;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:27.3125rem;width:350px;top:4.625rem;left:553px;overflow:hidden;display:block; }
#sRaqeDaeBUia7BX5fZmQwX5QJxwtXiTd { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;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:960px;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;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:317px;height:3.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.0625rem;left:612px;display:block; }
#ms8riRZirOLFvKewurCtKa9PrTqEkB0J { display:block;position:absolute;top:50%;left:0px;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:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow: 1px -1px 6px rgba(0,0,0,0.25) ;height:7.5rem;width:960px;top:0rem;left:0px;display:block; }
#sPkbZTAleh9rz3WvCt0oR7eGbcuk9q8O { color:#283548;display:block;width:250.996px;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:27.98828125px;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B .widget-text.counter-number { border-top:1.03px solid #ffaa00;border-left:1.06px solid #ffaa00;border-right:1.06px solid #ffaa00;border-bottom:1.03px solid #ffaa00;background-color:rgba(255,255,255,0.08);background-image:none;box-shadow: -4px 10px 20px rgba(255,170,0,0.21) ;color:#283548;padding-top:6.45px;padding-right:5.99px;padding-bottom:6.45px;padding-left:5.99px;display:block;align-items:center;width:35.87px;min-width:35.87px;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:0px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;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:4.03px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:47.85px;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:0px;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:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:264px;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:288.546875px;z-index:15014; }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #Z9ffOEZ2AUSTo2DPZxEMOdMObmC3GW2l { display:flex;position:relative;top:0rem;left:0px; }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #iG9GeS6trGMUw9K9L9p7oQkz2DCzl5IO { width:auto; }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #pskwVahUrAXbzvcEwWhcKS51ef5vNTFk {  }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #kmz0XPLtmXHT4fFAIRIT03i3scIfOE6L { display:flex;position:relative;top:0rem;left:0px; }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #KKeLwdKgOc3seypxcg5MyKmNg0iukrly {  }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #aez87bcnRF3GOfW9DpEchNi2JfRB5dRI {  }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #OlBBWFlySASlzbgmqFoMzmm8tLKVOaqz { display:flex;position:relative;top:0rem;left:0px; }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #Nwf22rTt7KhSnS2qOG2bA76wsnWTqKwm {  }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #S3vmn1KNtulQGyfHH9eF1E2GhZ7PPyaH {  }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #zITSxTTSeNNgwqP5S208w2WHEswTD2hq { display:flex;position:relative;top:0rem;left:0px; }
#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:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDwuNv5MtbNFLakRvt8Ui2aHbvTeS31a { width:764px;height:45.4375rem;top:1.0625rem;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nqHcpuJxOa693ily57N543ESCywslw9Q { width:511px;height:6.125rem;top:10.625rem;left:0px;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDlTZ7Brnwi4wfkI76hThdgQ8wKss96r { width:502px;height:1.9375rem;top:16.875rem;left:0px;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EktCM5d8bV69afqAx3cRUSgNzEnqPuxb { width:516px;height:1.875rem;top:21.1875rem;left:0px;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK95VhpFd4a8OnvlR44gKVpwTKndM67L { width:471px;height:3.5rem;top:35.375rem;left:0px;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:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0px; }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0px; }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ { width:296px;height:5.1875rem;display:flex;top:9.125rem;left:0px;z-index:15013; }
 }@media only screen and (max-width: 763px) { #N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ #LoPMsxU5456rINZnW2Wb8x2VTw6iviIg { display:flex;position:relative;top:0rem;left:0px; }
 }@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:0px; }
 }@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:0px; }
 }@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:0px; }
 }@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:0px;width:72px;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3Lr3pxcRBTEKOnyEirHOT1b0AmLRpiK { top:18rem;left:555.00006103516px;width:193px;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA3AVGXsC03TRD5mTZFhlINoPEyWCqdq { top:23.875rem;left:554px;width:193px;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypJsOIyaxBOwwyNaty4VtgPQ96DskkoB { top:25.9375rem;left:520px;width:244px;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #geaTvoT4gJ1szEDV9QvJoLKhM5EIUakP { top:33rem;left:555px;width:193px;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZsznibihOCvpURqu0u7kAcu2VLAgczy { top:35.125rem;left:534px;width:230px;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCAp3k6q36IWbfDwsGZWnuoRFR3piT6u { top:13.6875rem;left:475px;width:289px;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPKLmkVfG2gH4ifa42kOFlCZ3S5HHE5i { top:18.9375rem;left:508.00006103516px;width:24px;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHICEq8bpTQVb0CW7Zmiqy6k1cnTcUrM { top:18.125rem;left:496.00006103516px;width:48px;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCrblvuDSe4T0TJBW4IvBytkw2gJgCaT { top:24.9375rem;left:507px;width:24px;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4eMwDPe50xqysEez5pVdqCfnza1MH21 { top:24.125rem;left:495px;width:48px;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwwZ3y25y4SX02mOz9mGxPeUp1vTgDy1 { top:33.9375rem;left:507px;width:24px;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSEe5HFHW0AJHSdFCTtpJoCy6A46TaQl { top:33.125rem;left:496px;width:48px;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsImQStbf2LGeKhdorAbtkTUaZCJviTn { width:295px;height:1.375rem;top:26.5rem;left:26px;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7ezW2CvNTZNzeBXU29xv6gDSRiAJW1h { top:19.875rem;left:500px;width:264px;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTRQq0Wrr5PMlurwLKloSwVq47P8zlVp { display:block; }#MTRQq0Wrr5PMlurwLKloSwVq47P8zlVp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adWTDnu5lFiDNOu6TyxfBispHvJB90cq { width:281px;height:5.375rem;top:8.625rem;left:0px;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xunTbu9XCJRXAmO9DnFJyQysJv4BTewT { width:203px;height:13.125rem;top:3.375rem;left:239px;display:block; }
 }@media only screen and (max-width: 763px) { #fWnu2amcHZCV3XwxT3ApGpaaU6hvqQrk { width:203px;height:13.125rem;top:3.375rem;left:449px;display:block; }
 }@media only screen and (max-width: 763px) { #U8qL7qe2JV1lHL0DsRrXTEXHyIbbDXKW { width:203px;height:13.125rem;top:3.375rem;left:561px;display:block; }
 }@media only screen and (max-width: 763px) { #lu8B7SyoMKaJ23NPFUucJMO9Eawdty46 { width:203px;height:13.125rem;top:16.9375rem;left:448.5px;display:block; }
 }@media only screen and (max-width: 763px) { #sgX6HQqO6iw8XTRHKgmDuBtPEzhIZTv2 { width:330px;height:13.125rem;top:3.3125rem;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AGv9sO5Xuo28kzszog2b3Cq0ots2pxZs { width:203px;height:13.125rem;top:16.9375rem;left:238.5px;display:block; }
 }@media only screen and (max-width: 763px) { #CwfsVqAwRz6fz9Qz5dmGOb0BNwcQMHGc { width:180px;height:1.375rem;top:8.6875rem;left:251px;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFPFF6xkFMnd1E73Ve1L5Py8tSQTP5gm { width:330px;height:13.125rem;top:16.9375rem;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aH20KpgBr0zcyfIqaSplNuPnnOkWUqGD { width:174px;height:2.75rem;top:8.5rem;left:466px;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaaDCyMUdXab4qhXPdSUmTuF4aDK7uDP { width:296px;height:1.5rem;top:22.6875rem;left:0px;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhU2SuKxl686RRzRmi1raM0saNMcTGBC { width:177px;height:1.375rem;top:22.6875rem;left:462.5px;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s31hoEfZTgTBAhw6VKk5e1piIpuuSiCC { width:181px;height:1.375rem;top:22.6875rem;left:252.50003051758px;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS5NXWNkVQiRnm4cU5nxQ5TvTxXlMDkK { width:181px;height:4.1875rem;top:8.5rem;left:583px;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOuxANhy3UCnk3JMDsIlZf6645W2f8Jc { width:145px;height:2.5rem;top:24.1875rem;left:619px;display:block; }
 }@media only screen and (max-width: 763px) { #vTGglAtaJ12CcKRn90U4n2FoNPsQf6UJ { display:block; }
 }@media only screen and (max-width: 763px) { #v7055rALXEyvdqp8JgzlNT3kv8leTIgd { width:203px;height:13.125rem;top:16.9375rem;left:561px;display:block; }
 }@media only screen and (max-width: 763px) { #pyK1qze2Ul9f44bFFo6vUq2wzwgdBprq { width:171px;height:2.75rem;top:20.8125rem;left:593px;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuCF4HSM8eKTs8zFAv5MUqVWN0CtUs5w { top:5.25rem;left:466px;width:42px;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZDiE26n6o19B9hXJ6DycxXim0V47P7A { top:5.3125rem;left:251px;width:44px;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubpsTMtR5GJDR2FPsXpOVcH4XWFL5ibV { top:19.375rem;left:0px;width:44px;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsH4yzEMQohLTEdSNwHBek0RSizpsI2N { top:5.1875rem;left:672px;width:42px;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTGUBqC82VSEETdgSIgf7hvcScK3wX6m { top:19.5rem;left:466px;width:38px;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7pzLpGOvDTxud6I0TLt26Lo3aN0oboh { top:19.375rem;left:251px;width:44px;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8TxXA3MwyfVZP2VTCBnmDbwaeUzplu9 { width:270px;height:1.375rem;top:5.875rem;left:0px;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6fb2ed52e1a6fa2bf59603ab003cdbd { display:block; }#X6fb2ed52e1a6fa2bf59603ab003cdbd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Id21bdbab0ec3142631a9913e16ba236 { width:764px;height:;top:2.75rem;left:0px;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a520e822ee819abc239880a23b58d4fa { top:7.6875rem;left:0px;width:24px;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #af3a9cfdb5564f70c8d783103f68259f { top:7.75rem;left:0px;width:103px;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q33fbeec15c040d9f8831a0c84832d32 { top:7.6875rem;left:124px;width:162px;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcc298e288c072ba9013092a04e46b17 { top:7.75rem;left:92px;width:24px;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r67615ce2922de0eab9a4d91328429ec { top:7.6875rem;left:334px;width:246px;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4d1d54c8d6c4e42754097e25ddeead1 { top:7.75rem;left:302px;width:24px;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L32bd8547f1d0111496f1866d0a87ffd { top:7.625rem;left:563px;width:201px;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9126129fab7e66a9a8a073ca109b51f { top:7.6875rem;left:597px;width:24px;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc952de2bf6c8e08447c1099fe1fb024 { top:10.125rem;left:47px;width:107px;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf1f3ced0714a3f9ad5dc76a63c84898 { top:10.1875rem;left:12px;width:24px;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D95ec99b24a24ca6182fecbe621601fb { top:10.125rem;left:202px;width:170px;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O90eeaefd9977d0d92004320a2175a02 { top:10.1875rem;left:170px;width:24px;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4136a1cec006e303bfab51ac5e4e89f { top:10.125rem;left:425px;width:165px;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9c9a85929edc8a19909f58062f11324 { top:10.125rem;left:393px;width:24px;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6264c8ee9bfa017fcc8e2861e563ed6 { top:10.125rem;left:615px;width:141px;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6e709a4e34cfa505365f3b4c48150cc { top:14.4375rem;left:255.5px;width:253px;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #td7f91bcc0392cf9856f4a63456bf5c9 { top:16rem;left:69px;width:234px;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X89d73606981b5940604648a4e95aed4 { top:15.6875rem;left:458px;width:234px;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L37486e99477fd1e9b2153fe73373306 { display:block; }#L37486e99477fd1e9b2153fe73373306 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e45c3439dbedeefb019484c750038f1c { width:426px;height:5.6875rem;top:8.875rem;left:0px;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdc6ae8e18ea5f52b376bdc597a59976 { width:426px;height:1.375rem;top:16rem;left:0px;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b549e8d120171d2d119a5c011bc2ee29 { width:301px;height:1.25rem;top:24.0625rem;left:0px;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf70a25123274ff6d0719218c75c7f20 { width:40px;height:2.5rem;top:20.0625rem;left:27.888885498047px;display:block; }
 }@media only screen and (max-width: 763px) { #Cb6446d9868cc99f4faea12a76b6b320 { width:40px;height:2.5rem;top:20.125rem;left:78px;display:block; }
 }@media only screen and (max-width: 763px) { #q26dc93c80ee21055913aabd51ce436b { width:40px;height:2.5rem;top:20.125rem;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #f44a45f836aa3cedde1cfcb79b99b326 { width:40px;height:2.5rem;top:20.125rem;left:178px;display:block; }
 }@media only screen and (max-width: 763px) { #T39f643362618bbff189baf80a8f528a { width:40px;height:2.5rem;top:20.125rem;left:228px;display:block; }
 }@media only screen and (max-width: 763px) { #v12baa26b5114cd21c8c65d4fb61f2ff { top:33.125rem;left:0px;width:764px;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m592a24cb9115e072fd13f4fb39d0e50 { top:4.625rem;left:414px;width:350px;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRaqeDaeBUia7BX5fZmQwX5QJxwtXiTd { display:block; }#sRaqeDaeBUia7BX5fZmQwX5QJxwtXiTd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpOZRtlexVfpGXBEAQvL2bcygX6UFOyP { width:317px;height:3.5rem;top:2.0625rem;left:447px;display:block; }
 }@media only screen and (max-width: 763px) { #ms8riRZirOLFvKewurCtKa9PrTqEkB0J { display:block; }
 }@media only screen and (max-width: 763px) { #EmA5iAq7szg9aTnPkW80OM7wozbqCZG7 { top:0rem;left:0px;width:764px;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPkbZTAleh9rz3WvCt0oR7eGbcuk9q8O { top:1.9375rem;left:0px;width:250px;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:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0px; }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0px; }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B { width:296px;height:5.19125rem;display:flex;top:9.125rem;left:0px;z-index:15013; }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #Z9ffOEZ2AUSTo2DPZxEMOdMObmC3GW2l { display:flex;position:relative;top:0rem;left:0px; }
 }@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:0px; }
 }@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:0px; }
 }@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:0px; }
 }@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://images.assets-landingi.com/uc/4dbcae99-abf0-41b5-9281-acb6ca0edb9a/stadion.png");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:320px;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDwuNv5MtbNFLakRvt8Ui2aHbvTeS31a { width:320px;height:52.125rem;top:2.5625rem;left:0px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 3px 6px 20px rgba(0,0,0,0.72) ;display:block; }
 }@media only screen and (max-width: 763px) { #nqHcpuJxOa693ily57N543ESCywslw9Q { width:310px;height:1.94970625rem;top:6.58203125rem;left:5px;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:305.979px;height:1.85595625rem;top:8.98046875rem;left:6.9583330154419px;text-align:center;text-align-last:center;font-size:1.6875rem;font-family:"tt supermolot neue exp";display:block; }
 }@media only screen and (max-width: 763px) { #EktCM5d8bV69afqAx3cRUSgNzEnqPuxb { width:297.953px;height:1.3999rem;top:13.9697265625rem;left:11px;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK95VhpFd4a8OnvlR44gKVpwTKndM67L { width:300px;height:3.4987rem;top:26.309896469116rem;left:10.000000953674px;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:6.75px;padding-right:6.01px;padding-bottom:6.75px;padding-left:6.01px;width:36.05px;min-width:36.05px;height:2.266875rem;font-size:1.686875rem;line-height:36.27px;top:0rem;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:1px solid #ffaa00;border-right:1px solid #ffaa00;border-bottom:1px solid #ffaa00;border-left:1px 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:4.22px;margin-right:0;margin-bottom:0;margin-left:0;width:48.07px;height:0.89625rem;font-size:0.6325rem;line-height:14.34px;top:0%;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:inter; }
#N3RbVFWR2O62oRK3fhrVvA4ywCDlRTIZ { width:264px;height:4.395625rem;display:flex;top:20.375rem;left:28px;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:0px; }
 }@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:0px; }
 }@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:0px; }
 }@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:0px; }
 }@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:48px;height:3rem;top:1.75rem;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Z3Lr3pxcRBTEKOnyEirHOT1b0AmLRpiK { width:234px;height:1.79980625rem;top:35.286457061767rem;left:71.000004768372px;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:237px;height:1.79980625rem;top:40.623697280884rem;left:70.979168891907px;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:229px;height:3.8994125rem;top:42.435546875rem;left:69.3125px;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #geaTvoT4gJ1szEDV9QvJoLKhM5EIUakP { width:237px;height:1.79980625rem;top:48.748697280884rem;left:70.979168891907px;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:235px;height:3.8994125rem;top:50.684895515442rem;left:71.979168891907px;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCAp3k6q36IWbfDwsGZWnuoRFR3piT6u { width:289px;height:2.5996125rem;top:31.1875rem;left:15.500000953674px;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:24px;height:1.5rem;top:36.1875rem;left:25.000000953674px;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #oHICEq8bpTQVb0CW7Zmiqy6k1cnTcUrM { width:48px;height:3rem;top:35.375rem;left:13.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #XCrblvuDSe4T0TJBW4IvBytkw2gJgCaT { display:flex;width:24px;height:1.5rem;top:41.436197280884rem;left:25.000000953674px;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #N4eMwDPe50xqysEez5pVdqCfnza1MH21 { width:48px;height:3rem;top:40.623697280884rem;left:12.979166984558px;display:block; }
 }@media only screen and (max-width: 763px) { #xwwZ3y25y4SX02mOz9mGxPeUp1vTgDy1 { display:flex;width:24px;height:1.5rem;top:49.561197280884rem;left:23.979168891907px;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #LSEe5HFHW0AJHSdFCTtpJoCy6A46TaQl { width:48px;height:3rem;top:48.748697280884rem;left:12.979166984558px;display:block; }
 }@media only screen and (max-width: 763px) { #nsImQStbf2LGeKhdorAbtkTUaZCJviTn { width:295px;height:1.224825rem;top:18.5625rem;left:13px;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:234px;height:2.5996125rem;top:37.0859375rem;left:72.000004768372px;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:320px;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adWTDnu5lFiDNOu6TyxfBispHvJB90cq { width:265px;height:2.75rem;top:4.8359375rem;left:27.500000953674px;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xunTbu9XCJRXAmO9DnFJyQysJv4BTewT { width:320px;height:10.125rem;top:9.0625rem;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fWnu2amcHZCV3XwxT3ApGpaaU6hvqQrk { width:320px;height:10.125rem;top:19.6875rem;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #U8qL7qe2JV1lHL0DsRrXTEXHyIbbDXKW { width:320px;height:10.125rem;top:52.125rem;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lu8B7SyoMKaJ23NPFUucJMO9Eawdty46 { width:320px;height:10.125rem;top:62.8125rem;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sgX6HQqO6iw8XTRHKgmDuBtPEzhIZTv2 { width:320px;height:8rem;top:0.486328125rem;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AGv9sO5Xuo28kzszog2b3Cq0ots2pxZs { width:320px;height:10.125rem;top:41.5rem;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CwfsVqAwRz6fz9Qz5dmGOb0BNwcQMHGc { width:221px;height:1.3999rem;top:13.4375rem;left:81px;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFPFF6xkFMnd1E73Ve1L5Py8tSQTP5gm { width:320px;height:10.625rem;top:30.375rem;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aH20KpgBr0zcyfIqaSplNuPnnOkWUqGD { width:216px;height:2.79980625rem;top:23.375rem;left:83px;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaaDCyMUdXab4qhXPdSUmTuF4aDK7uDP { width:227px;height:1.3125rem;top:33.5625rem;left:78px;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhU2SuKxl686RRzRmi1raM0saNMcTGBC { width:204px;height:1.3999rem;top:67.1875rem;left:81px;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s31hoEfZTgTBAhw6VKk5e1piIpuuSiCC { width:203px;height:1.3999rem;top:45.875rem;left:81px;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS5NXWNkVQiRnm4cU5nxQ5TvTxXlMDkK { width:217px;height:2.79980625rem;top:55.8125rem;left:83px;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:145px;height:2.5rem;top:77.375rem;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #vTGglAtaJ12CcKRn90U4n2FoNPsQf6UJ { display:block; }
 }@media only screen and (max-width: 763px) { #v7055rALXEyvdqp8JgzlNT3kv8leTIgd { width:320px;height:10.125rem;top:73.5625rem;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pyK1qze2Ul9f44bFFo6vUq2wzwgdBprq { width:299px;height:1.3999rem;top:75.9375rem;left:11px;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuCF4HSM8eKTs8zFAv5MUqVWN0CtUs5w { display:flex;width:42px;height:2.625rem;top:23.4375rem;left:19px; }
 }@media only screen and (max-width: 763px) { #mZDiE26n6o19B9hXJ6DycxXim0V47P7A { display:flex;width:44px;height:2.75rem;top:12.75rem;left:18px; }
 }@media only screen and (max-width: 763px) { #ubpsTMtR5GJDR2FPsXpOVcH4XWFL5ibV { display:flex;width:44px;height:2.75rem;top:34.3125rem;left:18px; }
 }@media only screen and (max-width: 763px) { #WsH4yzEMQohLTEdSNwHBek0RSizpsI2N { display:flex;width:44px;height:2.75rem;top:45.1875rem;left:18px; }
 }@media only screen and (max-width: 763px) { #wTGUBqC82VSEETdgSIgf7hvcScK3wX6m { display:flex;width:40px;height:2.5rem;top:66.5rem;left:18px;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #E7pzLpGOvDTxud6I0TLt26Lo3aN0oboh { display:flex;width:44px;height:2.75rem;top:55.8125rem;left:18px; }
 }@media only screen and (max-width: 763px) { #N8TxXA3MwyfVZP2VTCBnmDbwaeUzplu9 { width:270px;height:1.375rem;top:2.4375rem;left:25px;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6fb2ed52e1a6fa2bf59603ab003cdbd { display:block; }#X6fb2ed52e1a6fa2bf59603ab003cdbd > .row .container { width:320px;height:48.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Id21bdbab0ec3142631a9913e16ba236 { width:320px;height:4.548825rem;top:2.8125rem;left:0px;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a520e822ee819abc239880a23b58d4fa { width:24px;height:1.5rem;top:9.125rem;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #af3a9cfdb5564f70c8d783103f68259f { width:90px;height:1.3994125rem;top:9.1875rem;left:32px;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q33fbeec15c040d9f8831a0c84832d32 { width:144px;height:1.3994125rem;top:9.150390625rem;left:172px;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcc298e288c072ba9013092a04e46b17 { display:flex;width:24px;height:1.5rem;top:9.125rem;left:138px; }
 }@media only screen and (max-width: 763px) { #r67615ce2922de0eab9a4d91328429ec { width:218px;height:1.3994125rem;top:11.8623046875rem;left:34px;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4d1d54c8d6c4e42754097e25ddeead1 { width:24px;height:1.5rem;top:11.8125rem;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #L32bd8547f1d0111496f1866d0a87ffd { width:179px;height:1.3994125rem;top:14.5732421875rem;left:34px;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9126129fab7e66a9a8a073ca109b51f { width:24px;height:1.5rem;top:14.5107421875rem;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Nc952de2bf6c8e08447c1099fe1fb024 { width:107px;height:1.3994125rem;top:17.28515625rem;left:34px;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf1f3ced0714a3f9ad5dc76a63c84898 { width:24px;height:1.5rem;top:17.22265625rem;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #D95ec99b24a24ca6182fecbe621601fb { width:151px;height:1.3994125rem;top:17.322265625rem;left:169px;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O90eeaefd9977d0d92004320a2175a02 { width:24px;height:1.5rem;top:17.234375rem;left:137px;display:block; }
 }@media only screen and (max-width: 763px) { #a4136a1cec006e303bfab51ac5e4e89f { width:149px;height:1.3994125rem;top:19.99609375rem;left:33px;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9c9a85929edc8a19909f58062f11324 { width:24px;height:1.5rem;top:19.93359375rem;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #T6264c8ee9bfa017fcc8e2861e563ed6 { width:125px;height:1.3994125rem;top:19.99609375rem;left:190px;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6e709a4e34cfa505365f3b4c48150cc { width:143px;height:18.75rem;top:24.3125rem;left:84px;display:block; }
 }@media only screen and (max-width: 763px) { #td7f91bcc0392cf9856f4a63456bf5c9 { width:133px;height:17.5rem;top:24.9375rem;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #X89d73606981b5940604648a4e95aed4 { width:133px;height:17.5rem;top:24.9375rem;left:187px;display:block; }
 }@media only screen and (max-width: 763px) { #L37486e99477fd1e9b2153fe73373306 { display:block; }#L37486e99477fd1e9b2153fe73373306 > .row .container { width:320px;height:59.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e45c3439dbedeefb019484c750038f1c { width:320px;height:4.19921875rem;top:3.75rem;left:0px;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdc6ae8e18ea5f52b376bdc597a59976 { width:320px;height:4.19970625rem;top:8.8125rem;left:0px;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #b549e8d120171d2d119a5c011bc2ee29 { width:301px;height:1.29980625rem;top:17.625rem;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zf70a25123274ff6d0719218c75c7f20 { width:40px;height:2.5rem;top:14.25rem;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Cb6446d9868cc99f4faea12a76b6b320 { width:40px;height:2.5rem;top:14.25rem;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #q26dc93c80ee21055913aabd51ce436b { width:40px;height:2.5rem;top:14.25rem;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #f44a45f836aa3cedde1cfcb79b99b326 { width:40px;height:2.5rem;top:14.25rem;left:190px;display:block; }
 }@media only screen and (max-width: 763px) { #T39f643362618bbff189baf80a8f528a { width:40px;height:2.5rem;top:14.25rem;left:240px;display:block; }
 }@media only screen and (max-width: 763px) { #v12baa26b5114cd21c8c65d4fb61f2ff { width:320px;height:3.375rem;top:45.63134765625rem;left:0px;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m592a24cb9115e072fd13f4fb39d0e50 { width:312px;height:24.375rem;top:21.3125rem;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #sRaqeDaeBUia7BX5fZmQwX5QJxwtXiTd { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#sRaqeDaeBUia7BX5fZmQwX5QJxwtXiTd > .row .container { width:320px;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpOZRtlexVfpGXBEAQvL2bcygX6UFOyP { width:280px;height:3.4375rem;top:4.125rem;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ms8riRZirOLFvKewurCtKa9PrTqEkB0J { display:block; }
 }@media only screen and (max-width: 763px) { #EmA5iAq7szg9aTnPkW80OM7wozbqCZG7 { width:320px;height:8.625rem;top:0rem;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sPkbZTAleh9rz3WvCt0oR7eGbcuk9q8O { width:306.992px;height:3.29980625rem;top:0.53076171875rem;left:6.484375px;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:6.08px;padding-right:5.5px;padding-bottom:6.08px;padding-left:5.5px;width:32.99px;min-width:32.99px;height:2.04rem;font-size:1.518125rem;line-height:32.64px;top:0rem;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:1px solid #ffaa00;border-right:1px solid #ffaa00;border-bottom:1px solid #ffaa00;border-left:1px solid #ffaa00;font-family:inter; }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:3.8px;margin-right:0;margin-bottom:0;margin-left:0;width:43.99px;height:0.80625rem;font-size:0.569375rem;line-height:12.9px;top:0rem;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B { width:248px;height:3.96875rem;display:flex;top:5.1669921875rem;left:37px;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:0px; }
 }@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:0px; }
 }@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:0px; }
 }@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:0px; }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #E6pE1TfnnTS1yFZ7OxTanPE3NT3VvEkX {  }
 }@media only screen and (max-width: 763px) { #lAtTG85TbLzT6KRrskf2KHt1o1ChGS3B #ku1z4n56RDtdhAP1d46IMu1hG6VuRGSO {  }
 }