.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(0,0,0,0.98);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#z0kdagc9U7fq8BTC2knCb0wNIT1s2zon { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c3317;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; }#z0kdagc9U7fq8BTC2knCb0wNIT1s2zon > .row .container { background-color: transparent; background-image: none; }#z0kdagc9U7fq8BTC2knCb0wNIT1s2zon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0kdagc9U7fq8BTC2knCb0wNIT1s2zon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0kdagc9U7fq8BTC2knCb0wNIT1s2zon > .row .container > .video-iframe-container { display: none; }#z0kdagc9U7fq8BTC2knCb0wNIT1s2zon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0kdagc9U7fq8BTC2knCb0wNIT1s2zon > .row > .video-iframe-container { display: none; }#z0kdagc9U7fq8BTC2knCb0wNIT1s2zon > .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); }#z0kdagc9U7fq8BTC2knCb0wNIT1s2zon > .row .container { border-width: 0; border-radius: 0; }#z0kdagc9U7fq8BTC2knCb0wNIT1s2zon > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z0kdagc9U7fq8BTC2knCb0wNIT1s2zon > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#XWleA2iSDIHDmRT7iiySQJIQB3TRA5Pk { position:absolute;display:block;z-index:15054;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:2.625rem;width:9.1875rem;top:0.71875rem;left:3.71875rem;overflow:hidden;display:block; }
#oTWl2CL1PCSNfOQPU0NQNenET6oV4pA3 { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:0.89453125rem;left:56.875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TRcP6f7Xcg2nahabrSROCC71L9HrE9xF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.74974375rem;width:2.74974375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0.6875rem;left:53.5rem; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c3317;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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:73.0625rem;width:75rem;position:relative;display:block; }#Wndn4Tuz3Ifnt5LSUtOEnHsRe6fB5IDi { color:#ffffff;display:block;width:73.25rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:4.3125rem;left:0.875rem;height:8.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nLr5qAbp0wV4KnQSE1SKccQGspR9VI8P { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:2.75rem;top:43.0625rem;left:28.625rem;overflow:hidden;display:block; }
#SdlCiimJW5FL9PzLgfkTVTV0RS77GZAC { color:#ff1e56;display:block;width:25.5625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:43.1875rem;left:5.875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bIRnld1cl6GQPwL0lCwvSuBwZ99uzreQ { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:29rem;left:5rem;height:3.25rem;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; }
#hmfOaT9GTEQ66a7HXnpIPCLTJE5pXIc7 { color:#ffffff;display:block;width:28.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:34.25rem;left:5.3125rem;height:3.25rem;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; }
#FS4V3FaMuxopr2gDkB9BZu4nZTbbIROw { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:24.0625rem;left:10.375rem;height:3.25rem;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; }
#U94Usl5iFf27ysXkKFBHq6stBkDVD3B7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff1e56, #ff4b2b);background-image: -moz-linear-gradient(180deg, #ff1e56, #ff4b2b);background-image: -ms-linear-gradient(180deg, #ff1e56, #ff4b2b);background-image: -o-linear-gradient(180deg, #ff1e56, #ff4b2b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1e56', endColorstr='#ff4b2b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1e56', endColorstr='#ff4b2b' );";background-image: linear-gradient(180deg, #ff1e56, #ff4b2b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5625rem;height:5.0625rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:48.1875rem;left:7.125rem;display:block; }
#rm4uDUwZiFMaJpRqa0wv45kzdeBzg3F7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gl3ppUT4t1WyuBzazZ9xhfMuF2G2NaMD { color:#ffffff;display:block;width:37.25rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:19.9375rem;left:1.8125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XRTvnM4v3LtbT8lZCQ2SqnzubTKp3hXb { position:absolute;display:block;z-index:15000;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:30.5625rem;width:15.9375rem;top:18.6875rem;left:50.1875rem;overflow:hidden;display:block; }
#rsB6kLy807TAtd1tHTPGQCzVwQbhWvnV { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:50.3125rem;left:45.0625rem;height:4.0625rem;display:block; }
#DwAUbFP1vOq4izoOWxyHaTLvS0CL1l4r { 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:6.4375rem;width:5.375rem;top:44.8125rem;left:46.1875rem;overflow:hidden;display:block; }
#hJ10ma0aPLL7l3ICfc8a5vrSObUqmNU4 { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:40.6875rem;left:8.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rW917Jwq7Iae4wfspR5fP3D39ABENS4C { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:12.4375rem;left:0rem;height:3.0869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r3zgTGiW7ezQILw4ZyC3JWxK1dQ0z5vG { position:absolute;display:block;z-index:15051;height:4.25rem;width:7.5625rem;top:1.5625rem;left:0.875rem;display:block; }
#P8UVoTAD97b3QbNab38wApl7hIpotqlB { box-sizing:content-box;height:15.625rem;width:20rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -moz-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -ms-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -o-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );";background-image: linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-size:auto !important;top:61.0625rem;left:2.125rem;border-top:0.3125rem solid #ffffff;border-left:0.0625rem solid rgba(214,212,212,0.51);border-right:0.0625rem solid rgba(214,212,212,0.51);border-bottom:0.3125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.3) ;display:none; }
#rV6gMUktqL0SywJ2nuae6aR9a5TSPfwM { box-sizing:content-box;height:15.625rem;width:20rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -moz-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -ms-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -o-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );";background-image: linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-size:auto !important;top:61.0625rem;left:27.4375rem;border-top:0.3125rem solid #ffffff;border-left:0.0625rem solid rgba(214,212,212,0.51);border-right:0.0625rem solid rgba(214,212,212,0.51);border-bottom:0.3125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.3) ;display:none; }
#bMEHTS4qPfhCm10vdx4wbVuSxI9394er { box-sizing:content-box;height:15.625rem;width:20rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -moz-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -ms-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -o-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );";background-image: linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-size:auto !important;top:61.0625rem;left:52.6875rem;border-top:0.3125rem solid #ffffff;border-left:0.0625rem solid rgba(214,212,212,0.51);border-right:0.0625rem solid rgba(214,212,212,0.51);border-bottom:0.3125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.3) ;display:none; }
#s0MUNq25Pn52vNhihBEVO9XvFTRTNGOQ { color:#ffffff;display:block;width:36rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:61.5625rem;left:22.5625rem;height:2.4375rem;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; }
#o7W8hzVn1yIr65hkTdn7wgL6MM1Xds2H { box-sizing:content-box;height:2.5625rem;width:37.875rem;position:absolute;display:block;z-index:15017;background-color:#7854f7;background-image:none;top:61.5rem;left:20rem;display:block; }
#oWIAgSWliBQkzgGJTk5by2npuhsOrh3T { position:absolute;display:block;z-index:15067;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:5.8125rem;width:5.8125rem;top:59.0625rem;left:16.5rem;overflow:hidden;display:block; }
#cLPEvgsuMtiEMFcblO2Tey3weCiIzLXM { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:61.875rem;left:10.8125rem;height:0;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:none; }
#Ch0JLrDzWhSxucF8vZILi20KN7Gndpm8 { position:absolute;display:block;z-index:15064;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.0625rem;width:4.0625rem;top:61.875rem;left:4.96875rem;overflow:hidden;display:none; }
#OyAEHh73wCMb7m5lC7wzh6fNGETWuDEk { position:absolute;display:block;z-index:15065;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.0625rem;width:4.0625rem;top:62.2021484375rem;left:30.03125rem;overflow:hidden;display:none; }
#Kk5F94DqrX2qk5E4uWkazJWaurPMLPpG { position:absolute;display:block;z-index:15066;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.0625rem;width:4.0625rem;top:62.2021484375rem;left:54.8876953125rem;overflow:hidden;display:none; }
#a9sqEJERZCioxeTPKTTPTTtrODoxL0Kg { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:62.2021484375rem;left:59.5rem;height:0;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:none; }
#Rpu3JATqiZXinUJrL7kwSFKxqhJpI7wG { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:62.2021484375rem;left:36.1875rem;height:0;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:none; }
#se4wdDK7GmZRU3buZATNL3e5uZGaef7k { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:53.732421875rem;left:1.4375rem;height:0;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:none; }
#FhrLNneGZsgItSypVZ97kuO8eT52OATH { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:53.732421875rem;left:60rem;height:0;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:none; }
#Cm1uCa8eQOvNpqqeq9JqlFJf6fllBFPh { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:49.4375rem;left:32.53125rem;height:0;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:none; }
#WtUgPahAzqwFGTKp2BGuSvyQBdKzMKn4 { position:absolute;display:block;z-index:15039;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:22.625rem;width:73.0625rem;top:64.75rem;left:0rem;overflow:hidden;display:block; }
#K3A5ffJdNXAxRxvplH9CXIIp0ZzGLcs6 { position:absolute;display:block;z-index:15039;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:21.3125rem;width:21.3125rem;top:58.4375rem;left:3.09375rem;overflow:hidden;display:none; }
#KIrfTU0b2P2PcEml9meN14BSI1iCEFA9 { box-sizing:content-box;height:2.1875rem;width:23.3125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:1.3125rem;left:23.8125rem;border-top:0.0625rem solid #7854f7;border-left:0.0625rem solid #7854f7;border-right:2.5rem solid #7854f7;border-bottom:0.0625rem solid #7854f7;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;display:block; }
#Th6heTnLgxLQELwOgcXpWob63rwefEUd { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.6875rem;left:24.4375rem;height:1.625rem;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; }
#Zz9vObtAWuW0TAWbHofTa2SbxqopMeTk { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:7.8125rem;top:0.625rem;left:38.9375rem;overflow:hidden;display:block; }
#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f2ec8fdb-45ec-4626-94bb-7ec437cbffaf/grafika2_27.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN.adaptive-delivery-prevent-bg, #KywAkbiwErpwQHayZ4mrqKGD9WI12yMN.lazyload, #KywAkbiwErpwQHayZ4mrqKGD9WI12yMN.lazyloading { background-image: none; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row .container { background-color: transparent; background-image: none; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row .container > .video-iframe-container { display: none; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row > .video-iframe-container { display: none; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .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); }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row .container { border-width: 0; border-radius: 0; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;position:relative;display:block; }#Qohyky9Pkbiz3qXLiR9orE6isxkuIcH4 { position:absolute;display:block;z-index:15000;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:20.4375rem;width:27.5rem;top:18.5625rem;left:0.75rem;overflow:hidden;display:block; }
#aFOkOsagcgU4ICVbrnqg1qk2hhCW1Vn3 { color:#000000;display:block;width:39.1875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:28.125rem;left:34.75rem;height:8.125rem;text-align:right;text-align-last:right;display:block; }
#Ztlf7zseo1KEfzLrax7EgXNlvXxkl2H7 { color:#000000;display:block;width:46.0625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20rem;left:28.25rem;height:6.5rem;text-align:right;text-align-last:right;display:block; }
#ATkaHS7tfURbAmoRhs66Hzxd3b3V9sBl { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:1.0625rem;left:28.28125rem;height:0;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:none; }
#cbMTfxLNHxxGQnn8iHaUp1yd0Ci1r5EC { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:1.0625rem;left:3.875rem;height:0;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:none; }
#dTDTRC2O5x2xcUpif8gTdbFDZr8dPQ26 { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:1.0625rem;left:53.5rem;height:0;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:none; }
#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ebe24f8d-9f6e-44a5-b39c-f94f7c418099/image5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK.adaptive-delivery-prevent-bg, #xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK.lazyload, #xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK.lazyloading { background-image: none; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row .container { background-color: transparent; background-image: none; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.86); }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row .container > .video-iframe-container { display: none; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.86); }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row > .video-iframe-container { display: none; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .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); }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row .container { border-width: 0; border-radius: 0; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row .container { font-size:0.875rem;font-family:arial;height:66.375rem;width:75rem;position:relative;display:block; }#WGcKyDXBBxd5gComzAbmTfeaC2L884eB { color:#ffffff;display:block;width:68.75rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.375rem;left:3.125rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#aJenLXUsQeLbCsGuUJiRdPiMsSS9sO26 { color:#ffffff;display:block;width:49.875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.9375rem;left:12.5625rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#Vt28e8dvkk1chF9fbTB2gPJC9kzOyopO { box-sizing:content-box;height:9rem;width:24.5625rem;position:absolute;display:block;z-index:15050;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-image: -moz-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-image: -ms-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-image: -o-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );";background-image: linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-size:auto !important;top:25.5625rem;left:11.125rem;border-top:0;border-left:0.25rem solid #ffffff;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.3) ;display:block; }
#M72TfZTsf41t7Z7A9cH4nVDJSAc4PyEU { box-sizing:content-box;height:9rem;width:24.5625rem;position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-image: -moz-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-image: -ms-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-image: -o-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );";background-image: linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-size:auto !important;top:25.375rem;left:40.6875rem;border-top:0.0625rem solid #5d92ff;border-left:0.25rem solid #ffffff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.3) ;display:block; }
#fmTbTdHWib9Cu3bP6G1KAw2CKbBlEqMo { color:#ffffff;display:block;width:38.375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:49.6875rem;left:18.3125rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#pvzHsRNP5eVspq6JJ43cgZgpgUvSTfkT { color:#ff1e56;display:block;width:38.375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:54.75rem;left:18.3125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#LQdxMblNSlO7lQOQayBfbrytRrANaCQt { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:29rem;left:15.75rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#odxHbxaQiKxTJPcwbAe2uTyNKoxAFf8f { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:26.1875rem;left:15.75rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#HRcDfe4xM1cHpIZ242ZOmBveOdUtDafu { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:26.1875rem;left:44.9375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#kZihTwBbFmLp7ZfsR3Um8RnPbLERnHT3 { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:29rem;left:44.875rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#weSC24GNoDvAMf4rfCd7f1UCLxpoT85X { position:absolute;display:block;z-index:15057;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.375rem;width:4.375rem;top:24.6875rem;left:39.4375rem;overflow:hidden;display:block; }
#LAzmumNyh1K7vJEobV5PI9mUrxwPQrPb { box-sizing:content-box;height:9rem;width:24.5625rem;position:absolute;display:block;z-index:15052;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-image: -moz-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-image: -ms-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-image: -o-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );";background-image: linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-size:auto !important;top:37.375rem;left:40.6875rem;border-top:0.0625rem solid #5d92ff;border-left:0.25rem solid #ffffff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.3) ;display:block; }
#SBWDrRRmd5BrCBafdT1kBDfCAZsHShkO { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:38.1875rem;left:44.875rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#TGbBfIey2d53LhX0Xk9c3dxW0uQWm9tP { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:40.6875rem;left:44.8125rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#vPTMcgOBiITxA0NJhPn6lNOsEQtb6zSf { box-sizing:content-box;height:9rem;width:24.5625rem;position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-image: -moz-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-image: -ms-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-image: -o-linear-gradient(180deg, #000000, rgba(26,29,33,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );";background-image: linear-gradient(180deg, #000000, rgba(26,29,33,0.89));background-size:auto !important;top:37.4375rem;left:11.125rem;border-top:0;border-left:0.25rem solid #ffffff;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.3) ;display:block; }
#ULrWGrBv1XwJtXmgoNqOTwgxkGRqR0x0 { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:38.6875rem;left:15.5rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#u41xXRnnECxlNFtEyF7p6WO53WEAGKls { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:40.6875rem;left:15.3125rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#xBdRTBpPXBtacXnJThV7k4wpGcq9d2wo { position:absolute;display:block;z-index:15058;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.375rem;width:4.375rem;top:36.5625rem;left:9.8125rem;overflow:hidden;display:block; }
#eqXhA3yz0n3PTUN5ozb5WG40CdvKCOGb { position:absolute;display:block;z-index:15059;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.375rem;width:4.375rem;top:24.6875rem;left:9.5rem;overflow:hidden;display:block; }
#Pk5AQZ62MhJXaFB8Kx3tQCNyaUcEtO8m { position:absolute;display:block;z-index:15058;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.375rem;width:4.375rem;top:36.375rem;left:39.4375rem;overflow:hidden;display:block; }
#suSfP2UZmqPn1LsSBZkyTfnOn6Oq1ZrN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff1e56, #ff4b2b);background-image: -moz-linear-gradient(180deg, #ff1e56, #ff4b2b);background-image: -ms-linear-gradient(180deg, #ff1e56, #ff4b2b);background-image: -o-linear-gradient(180deg, #ff1e56, #ff4b2b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1e56', endColorstr='#ff4b2b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1e56', endColorstr='#ff4b2b' );";background-image: linear-gradient(180deg, #ff1e56, #ff4b2b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5625rem;height:5.0625rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:44.375rem;left:4.21875rem;display:none; }
#oLr9t612TXCB5wob7zZo8nNOQJM8Uh2z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qxz0BuKWano96Xc69kOQL2yF698JMThR { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff1e56, #ff4b2b);background-image: -moz-linear-gradient(180deg, #ff1e56, #ff4b2b);background-image: -ms-linear-gradient(180deg, #ff1e56, #ff4b2b);background-image: -o-linear-gradient(180deg, #ff1e56, #ff4b2b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1e56', endColorstr='#ff4b2b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1e56', endColorstr='#ff4b2b' );";background-image: linear-gradient(180deg, #ff1e56, #ff4b2b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5625rem;height:5.0625rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:58.5rem;left:24.25rem;display:block; }
#Vzf6EG7sgUxMpqn3bXRSJIJf21Wi6gWL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pDo6eoq9EFCkhVfhJCPkc9Te9EtHzT0t { box-sizing:content-box;height:2.1875rem;width:23.3125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:2rem;left:24.25rem;border-top:0.0625rem solid #7854f7;border-left:0.0625rem solid #7854f7;border-right:2.5rem solid #7854f7;border-bottom:0.0625rem solid #7854f7;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;display:block; }
#Ime4bdEhHEDtnPH1yc9xGPtXoQzcVfL8 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:7.8125rem;top:1.3125rem;left:39.375rem;overflow:hidden;display:block; }
#Fxwo8vaFvOgUmnrey42lEiIc8zb9trbX { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.375rem;left:24.875rem;height:1.625rem;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; }
#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container { background-color: transparent; background-image: none; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container > .video-iframe-container { display: none; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row > .video-iframe-container { display: none; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .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); }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container { border-width: 0; border-radius: 0; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#CP2WTf5oPibVxKKfV3CgXvfnvVNcwEI4 { color:#000000;display:block;width:42.0625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5rem;left:16.46875rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#NpLOl6arqSJGnMr3CoakCoAtJHUcWZVL { box-sizing:content-box;height:22.75rem;width:18.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -moz-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -ms-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -o-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );";background-image: linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-size:auto !important;top:15rem;left:2.6875rem;border-top:0.3125rem solid #ffffff;border-left:0.0625rem solid rgba(214,212,212,0.51);border-right:0.0625rem solid rgba(214,212,212,0.51);border-bottom:0.0625rem solid rgba(214,212,212,0.51);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.3) ;display:block; }
#rdbB8DduVQtA1nd7Lyvpv28kFn3pRDrx { box-sizing:content-box;height:22.75rem;width:18.125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -moz-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -ms-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -o-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );";background-image: linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-size:auto !important;top:15rem;left:28.5625rem;border-top:0.3125rem solid #ffffff;border-left:0.0625rem solid rgba(214,212,212,0.51);border-right:0.0625rem solid rgba(214,212,212,0.51);border-bottom:0.0625rem solid rgba(214,212,212,0.51);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.3) ;display:block; }
#OOFwArXTLcTUNBqBGkAEdsbNbShu1r1v { box-sizing:content-box;height:22.75rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -moz-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -ms-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-image: -o-linear-gradient(90deg, #000000, rgba(26,29,33,0.89));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e21a1d21' );";background-image: linear-gradient(90deg, #000000, rgba(26,29,33,0.89));background-size:auto !important;top:15rem;left:54.1875rem;border-top:0.3125rem solid #ffffff;border-left:0.0625rem solid rgba(214,212,212,0.51);border-right:0.0625rem solid rgba(214,212,212,0.51);border-bottom:0.0625rem solid rgba(214,212,212,0.51);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(255,255,255,0.3) ;display:block; }
#dZgwtVnkzXTf8dzk38MR6zhgeHk0qzwc { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.9375rem;left:7.875rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#zdyt3PbAMTVDWEORqqeZubQpsTR9tnaD { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:16.9375rem;left:33.125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#TVWrCvuIr7dFDeAg3Rf9r0Ar9IWuQ8st { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.9375rem;left:55.84375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#ilxRMpVfK5TUoTJ0qpu7DU7NLGr86LxJ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;height:11.9375rem;width:7.6875rem;top:20.625rem;left:7.9375rem;overflow:hidden;display:block; }
#GlOk1KnzSTbDbFva07TZMGSoe27mEGio { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:33.4375rem;left:2.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#JxO1kvnpxTMCZTSUnxs9wGbSqWtz0QRT { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:33.4375rem;left:28.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#n6axLasFBazQo9LuDvraHXyP7en5KuoW { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:33.4375rem;left:54.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#IMNUv42u01EvmnPbsROMaPdJqfkCAMmg { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;height:11.875rem;width:12rem;top:20.625rem;left:31.6875rem;overflow:hidden;display:block; }
#pwh1CiOIoEr5cgmXfeDXTzbe8BtluVCG { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;height:11.3125rem;width:11.3125rem;top:20.90625rem;left:57.65625rem;overflow:hidden;display:block; }
#g1hpusTEIohbUxKpGBu7JkblLFcmiv5S { position:relative;display:block; }#g1hpusTEIohbUxKpGBu7JkblLFcmiv5S { background-color: transparent; background-image: none; }#g1hpusTEIohbUxKpGBu7JkblLFcmiv5S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1hpusTEIohbUxKpGBu7JkblLFcmiv5S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1hpusTEIohbUxKpGBu7JkblLFcmiv5S > .row .container > .video-iframe-container { display: none; }#g1hpusTEIohbUxKpGBu7JkblLFcmiv5S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1hpusTEIohbUxKpGBu7JkblLFcmiv5S > .row > .video-iframe-container { display: none; }#g1hpusTEIohbUxKpGBu7JkblLFcmiv5S > .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); }#g1hpusTEIohbUxKpGBu7JkblLFcmiv5S { border-width: 0; border-radius: 0; }#g1hpusTEIohbUxKpGBu7JkblLFcmiv5S > .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; }#g1hpusTEIohbUxKpGBu7JkblLFcmiv5S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DWLpwAveOlJwAzKa0MWTqCPJkstefTET { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng { position:relative;display:block; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng { background-color: transparent; background-image: none; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row .container > .video-iframe-container { display: none; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row > .video-iframe-container { display: none; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .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); }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng { border-width: 0; border-radius: 0; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .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; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pGDWIl0FKBTUwnVxazTpCMiB44RNcCuS { position:absolute;display:block;z-index:15000;height:10.8125rem;width:75rem;top:0rem;left:0rem;display:block; }
#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container { background-color: transparent; background-image: none; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container > .video-iframe-container { display: none; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row > .video-iframe-container { display: none; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .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); }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container { border-width: 0; border-radius: 0; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container { font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;position:relative;display:block; }#T8mG8P8LadTkhLgK0PRPi8SQyRT1Oprc { color:#000000;display:block;width:41.5rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:3.3125rem;left:16.75rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#zuVi4hkPfCyDm9yo3tcypsxDmpo0Sp5f { position:absolute;display:block;z-index:15004;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: 0rem 0rem 0.25rem rgba(255,255,255,0.5) ;height:17.625rem;width:35.1875rem;top:20.375rem;left:0.9375rem;overflow:hidden;display:block; }
#EesE2PaEyXlw3ldwzpAeIDKPd5taoH5q { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.25rem;left:2.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#w5zbSsfArr0yLqQgDpEKeKTnTcKwZA4C { color:#000000;display:block;width:35.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.25rem;left:39.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#roc2XpFizyX3xT2ZpT1Tq1msyb8DEDJC { position:absolute;display:block;z-index:15005;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: 0rem 0rem 0.25rem rgba(255,255,255,0.5) ;height:19.875rem;width:32rem;top:19.25rem;left:40.9375rem;overflow:hidden;display:block; }
#fV9ggKKPNKHde9i0PWHLexkZATA4q3ax { position:absolute;display:block;z-index:15049;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:7.625rem;width:7.625rem;top:2.75rem;left:10.90625rem;overflow:hidden;display:block; }
#kgsquZbBLLPGd4DlvCQ9dH4qpmhTlWsr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff1e56, #ff4b2b);background-image: -moz-linear-gradient(180deg, #ff1e56, #ff4b2b);background-image: -ms-linear-gradient(180deg, #ff1e56, #ff4b2b);background-image: -o-linear-gradient(180deg, #ff1e56, #ff4b2b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1e56', endColorstr='#ff4b2b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1e56', endColorstr='#ff4b2b' );";background-image: linear-gradient(180deg, #ff1e56, #ff4b2b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5625rem;height:5.0625rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:44.375rem;left:24.21875rem;display:block; }
#RbdNZCPRskrBSyVDKNKA93TfH2zClWM1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mPFQKkBFDfA4yiMnulXmgixJRZTkWi7W { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff1e56, #ff4b2b);background-image: -moz-linear-gradient(180deg, #ff1e56, #ff4b2b);background-image: -ms-linear-gradient(180deg, #ff1e56, #ff4b2b);background-image: -o-linear-gradient(180deg, #ff1e56, #ff4b2b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1e56', endColorstr='#ff4b2b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1e56', endColorstr='#ff4b2b' );";background-image: linear-gradient(180deg, #ff1e56, #ff4b2b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5625rem;height:5.0625rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:44.375rem;left:4.21875rem;display:none; }
#i9SZ1D21afPBHsHDKE65RmH8SwSpkSrZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TmG0cFhCnokz5goegScExr7T3xs5bz49 { position:relative;display:block; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 { background-color: transparent; background-image: none; }#TmG0cFhCnokz5goegScExr7T3xs5bz49::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row .container > .video-iframe-container { display: none; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row > .video-iframe-container { display: none; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .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); }#TmG0cFhCnokz5goegScExr7T3xs5bz49 { border-width: 0; border-radius: 0; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .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; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:50rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NoPU0PzwL7kNpVRlgSigpBqRMVZeknPx { color:#ffffff;display:block;width:51.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6875rem;left:14.53125rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#lfCEwtkF28Ak3KfrlfDmmdhmkXySvnss { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:27.0625rem;width:22.875rem;top:15.25rem;left:12.03125rem;overflow:hidden;display:block; }
#gTosg9QqAl3kPqUnLiuCGTWn2nrpMu40 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:26.9375rem;width:22.875rem;top:15.25rem;left:42.15625rem;overflow:hidden;display:block; }
#OMw30I5Ek7PMpmEZ0zFlz3JZwTnMVXfV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#OMw30I5Ek7PMpmEZ0zFlz3JZwTnMVXfV > .row .container { background-color: transparent; background-image: none; }#OMw30I5Ek7PMpmEZ0zFlz3JZwTnMVXfV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMw30I5Ek7PMpmEZ0zFlz3JZwTnMVXfV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMw30I5Ek7PMpmEZ0zFlz3JZwTnMVXfV > .row .container > .video-iframe-container { display: none; }#OMw30I5Ek7PMpmEZ0zFlz3JZwTnMVXfV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMw30I5Ek7PMpmEZ0zFlz3JZwTnMVXfV > .row > .video-iframe-container { display: none; }#OMw30I5Ek7PMpmEZ0zFlz3JZwTnMVXfV > .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); }#OMw30I5Ek7PMpmEZ0zFlz3JZwTnMVXfV > .row .container { border-width: 0; border-radius: 0; }#OMw30I5Ek7PMpmEZ0zFlz3JZwTnMVXfV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OMw30I5Ek7PMpmEZ0zFlz3JZwTnMVXfV > .row .container { font-size:0.875rem;font-family:arial;height:49.5625rem;width:75rem;position:relative;display:block; }#UTFS1CWVVg90gDIMCREJvW9J2dhKQiiK { color:#000000;display:block;width:53.375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12.34375rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#dlLvsHUmBOqAvHBbRJyTEpQdCGFNphNh { position:absolute;display:block;z-index:15051;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:43.5rem;width:58.0625rem;top:6.0625rem;left:9.171875rem;overflow:hidden;display:block; }
#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 { position:relative;display:block; }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 { background-color: transparent; background-image: none; }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row .container > .video-iframe-container { display: none; }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row > .video-iframe-container { display: none; }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .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); }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 { border-width: 0; border-radius: 0; }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .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; }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:50rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZZ68TGA8w009RTowlrNnfqMwAf8bCsn1 { color:#ffffff;display:block;width:45.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6875rem;left:14.53125rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#BOL2gremcc5W1eSukb5CGms90DJnTmiD { position:absolute;display:block;z-index:15004;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:40.625rem;width:35.5rem;top:12rem;left:-5.2085575331126rem;overflow:hidden;display:block; }
#DulaapIXnCM1DplvMNt6Wr1LlrK8gX1D { color:#ffffff;display:block;width:32.5625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:28.9375rem;left:37.125rem;height:4.0625rem;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; }
#c2yUISNOghuF9NTul5OXd9SaHLyOwwCi { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:29.625rem;left:33.0625rem;overflow:hidden;display:block; }
#HNdecuhDwqponclOxs7PxxewgVxpVP4o { color:#ffffff;display:block;width:39.1875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.4375rem;left:33.0625rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#I0bVpmXRft3LV2T3B6IXBF7TIcR7XNye { color:#ffffff;display:block;width:39.1875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.6875rem;left:33.0625rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#sJpchTl9CZOsBdFqpxoqu8SVVlMlulRf { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:35.96875rem;left:33.0625rem;overflow:hidden;display:block; }
#t8PqBuUduNE0zEwUwAqeWFhFDJ2wUnyx { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:35.5rem;left:37.125rem;height:4.0625rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #z0kdagc9U7fq8BTC2knCb0wNIT1s2zon { display:block; }#z0kdagc9U7fq8BTC2knCb0wNIT1s2zon > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWleA2iSDIHDmRT7iiySQJIQB3TRA5Pk { top:0.6875rem;left:0rem;width:9.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTWl2CL1PCSNfOQPU0NQNenET6oV4pA3 { top:0.875rem;left:31.8125rem;width:15.9375rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRcP6f7Xcg2nahabrSROCC71L9HrE9xF { top:0.6875rem;left:39.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wndn4Tuz3Ifnt5LSUtOEnHsRe6fB5IDi { top:4.3125rem;left:0rem;width:47.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLr5qAbp0wV4KnQSE1SKccQGspR9VI8P { top:43.0625rem;left:15rem;width:2.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdlCiimJW5FL9PzLgfkTVTV0RS77GZAC { top:43.1875rem;left:0rem;width:25.5625rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIRnld1cl6GQPwL0lCwvSuBwZ99uzreQ { top:29rem;left:0rem;width:27.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmfOaT9GTEQ66a7HXnpIPCLTJE5pXIc7 { top:34.25rem;left:0rem;width:28.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS4V3FaMuxopr2gDkB9BZu4nZTbbIROw { top:24.0625rem;left:0rem;width:18.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U94Usl5iFf27ysXkKFBHq6stBkDVD3B7 { width:26.5625rem;height:5.0625rem;top:48.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm4uDUwZiFMaJpRqa0wv45kzdeBzg3F7 { display:block; }
 }@media only screen and (max-width: 763px) { #Gl3ppUT4t1WyuBzazZ9xhfMuF2G2NaMD { top:19.9375rem;left:0rem;width:37.25rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRTvnM4v3LtbT8lZCQ2SqnzubTKp3hXb { top:18.6875rem;left:31.8125rem;width:15.9375rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsB6kLy807TAtd1tHTPGQCzVwQbhWvnV { top:50.3125rem;left:21.5625rem;width:26.1875rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwAUbFP1vOq4izoOWxyHaTLvS0CL1l4r { top:44.8125rem;left:32.5625rem;width:5.375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ10ma0aPLL7l3ICfc8a5vrSObUqmNU4 { top:40.6875rem;left:0rem;width:21.875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW917Jwq7Iae4wfspR5fP3D39ABENS4C { top:12.4375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3zgTGiW7ezQILw4ZyC3JWxK1dQ0z5vG { top:1.5625rem;left:0rem;width:7.5625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8UVoTAD97b3QbNab38wApl7hIpotqlB { top:61.0625rem;left:0rem;width:20rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV6gMUktqL0SywJ2nuae6aR9a5TSPfwM { top:61.0625rem;left:13.8125rem;width:20rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMEHTS4qPfhCm10vdx4wbVuSxI9394er { top:61.0625rem;left:27.625rem;width:20rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0MUNq25Pn52vNhihBEVO9XvFTRTNGOQ { top:61.5625rem;left:8.9375rem;width:36rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7W8hzVn1yIr65hkTdn7wgL6MM1Xds2H { top:61.5rem;left:6.375rem;width:37.875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWIAgSWliBQkzgGJTk5by2npuhsOrh3T { top:59.0625rem;left:2.875rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLPEvgsuMtiEMFcblO2Tey3weCiIzLXM { top:61.875rem;left:0rem;width:9.9375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch0JLrDzWhSxucF8vZILi20KN7Gndpm8 { top:61.875rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyAEHh73wCMb7m5lC7wzh6fNGETWuDEk { top:62.1875rem;left:16.40625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk5F94DqrX2qk5E4uWkazJWaurPMLPpG { top:62.1875rem;left:41.2626953125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9sqEJERZCioxeTPKTTPTTtrODoxL0Kg { top:62.1875rem;left:35.1875rem;width:12.5625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rpu3JATqiZXinUJrL7kwSFKxqhJpI7wG { top:62.1875rem;left:22.5625rem;width:6.6875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #se4wdDK7GmZRU3buZATNL3e5uZGaef7k { top:104.125rem;left:0rem;width:12.6875rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhrLNneGZsgItSypVZ97kuO8eT52OATH { top:122.5625rem;left:0rem;width:17.875rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm1uCa8eQOvNpqqeq9JqlFJf6fllBFPh { top:142.75rem;left:0rem;width:12.6875rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtUgPahAzqwFGTKp2BGuSvyQBdKzMKn4 { top:64.75rem;left:0rem;width:47.75rem;height:14.786569717707rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3A5ffJdNXAxRxvplH9CXIIp0ZzGLcs6 { top:58.4375rem;left:0rem;width:21.3125rem;height:21.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KIrfTU0b2P2PcEml9meN14BSI1iCEFA9 { top:1.3125rem;left:10.1875rem;width:23.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th6heTnLgxLQELwOgcXpWob63rwefEUd { top:1.6875rem;left:10.8125rem;width:14.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz9vObtAWuW0TAWbHofTa2SbxqopMeTk { top:0.625rem;left:25.3125rem;width:7.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KywAkbiwErpwQHayZ4mrqKGD9WI12yMN { display:block; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qohyky9Pkbiz3qXLiR9orE6isxkuIcH4 { top:18.5625rem;left:0rem;width:27.5rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFOkOsagcgU4ICVbrnqg1qk2hhCW1Vn3 { top:28.125rem;left:8.5625rem;width:39.1875rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ztlf7zseo1KEfzLrax7EgXNlvXxkl2H7 { top:20rem;left:1.6875rem;width:46.0625rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATkaHS7tfURbAmoRhs66Hzxd3b3V9sBl { top:1.0625rem;left:14.65625rem;width:18.4375rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbMTfxLNHxxGQnn8iHaUp1yd0Ci1r5EC { top:1.0625rem;left:0rem;width:16.9375rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTDTRC2O5x2xcUpif8gTdbFDZr8dPQ26 { top:1.0625rem;left:28.9375rem;width:18.8125rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK { display:block; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGcKyDXBBxd5gComzAbmTfeaC2L884eB { top:6.375rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJenLXUsQeLbCsGuUJiRdPiMsSS9sO26 { top:14.9375rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt28e8dvkk1chF9fbTB2gPJC9kzOyopO { top:25.5625rem;left:0rem;width:24.5625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #M72TfZTsf41t7Z7A9cH4nVDJSAc4PyEU { top:25.375rem;left:22.875rem;width:24.5625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmTbTdHWib9Cu3bP6G1KAw2CKbBlEqMo { top:49.6875rem;left:4.6875rem;width:38.375rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvzHsRNP5eVspq6JJ43cgZgpgUvSTfkT { top:54.75rem;left:4.6875rem;width:38.375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQdxMblNSlO7lQOQayBfbrytRrANaCQt { top:29rem;left:2.125rem;width:16.4375rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odxHbxaQiKxTJPcwbAe2uTyNKoxAFf8f { top:26.1875rem;left:2.125rem;width:10.0625rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRcDfe4xM1cHpIZ242ZOmBveOdUtDafu { top:26.1875rem;left:31.3125rem;width:14.1875rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZihTwBbFmLp7ZfsR3Um8RnPbLERnHT3 { top:29rem;left:31.25rem;width:16.4375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #weSC24GNoDvAMf4rfCd7f1UCLxpoT85X { top:24.6875rem;left:25.8125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAzmumNyh1K7vJEobV5PI9mUrxwPQrPb { top:37.375rem;left:22.875rem;width:24.5625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBWDrRRmd5BrCBafdT1kBDfCAZsHShkO { top:38.1875rem;left:31.25rem;width:16.4375rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGbBfIey2d53LhX0Xk9c3dxW0uQWm9tP { top:40.6875rem;left:31.1875rem;width:15.5625rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPTMcgOBiITxA0NJhPn6lNOsEQtb6zSf { top:37.4375rem;left:0rem;width:24.5625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULrWGrBv1XwJtXmgoNqOTwgxkGRqR0x0 { top:38.6875rem;left:1.875rem;width:10.0625rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u41xXRnnECxlNFtEyF7p6WO53WEAGKls { top:40.6875rem;left:1.6875rem;width:14.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBdRTBpPXBtacXnJThV7k4wpGcq9d2wo { top:36.5625rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqXhA3yz0n3PTUN5ozb5WG40CdvKCOGb { top:24.6875rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk5AQZ62MhJXaFB8Kx3tQCNyaUcEtO8m { top:36.375rem;left:25.8125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #suSfP2UZmqPn1LsSBZkyTfnOn6Oq1ZrN { width:26.5625rem;height:5.0625rem;top:44.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLr9t612TXCB5wob7zZo8nNOQJM8Uh2z { display:block; }
 }@media only screen and (max-width: 763px) { #qxz0BuKWano96Xc69kOQL2yF698JMThR { width:26.5625rem;height:5.0625rem;top:58.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vzf6EG7sgUxMpqn3bXRSJIJf21Wi6gWL { display:block; }
 }@media only screen and (max-width: 763px) { #pDo6eoq9EFCkhVfhJCPkc9Te9EtHzT0t { top:2rem;left:10.625rem;width:23.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ime4bdEhHEDtnPH1yc9xGPtXoQzcVfL8 { top:1.3125rem;left:25.75rem;width:7.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fxwo8vaFvOgUmnrey42lEiIc8zb9trbX { top:2.375rem;left:11.25rem;width:14.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 { display:block; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CP2WTf5oPibVxKKfV3CgXvfnvVNcwEI4 { top:4.5rem;left:2.84375rem;width:42.0625rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpLOl6arqSJGnMr3CoakCoAtJHUcWZVL { top:15rem;left:0rem;width:18.125rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdbB8DduVQtA1nd7Lyvpv28kFn3pRDrx { top:15rem;left:14.9375rem;width:18.125rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOFwArXTLcTUNBqBGkAEdsbNbShu1r1v { top:15rem;left:29.5rem;width:18.125rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZgwtVnkzXTf8dzk38MR6zhgeHk0qzwc { top:16.9375rem;left:0rem;width:7.875rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdyt3PbAMTVDWEORqqeZubQpsTR9tnaD { top:16.9375rem;left:19.5rem;width:9.0625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVWrCvuIr7dFDeAg3Rf9r0Ar9IWuQ8st { top:16.9375rem;left:32.8125rem;width:14.9375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilxRMpVfK5TUoTJ0qpu7DU7NLGr86LxJ { top:20.625rem;left:0rem;width:7.6875rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlOk1KnzSTbDbFva07TZMGSoe27mEGio { top:33.4375rem;left:0rem;width:18.125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxO1kvnpxTMCZTSUnxs9wGbSqWtz0QRT { top:33.4375rem;left:15rem;width:18.125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6axLasFBazQo9LuDvraHXyP7en5KuoW { top:33.4375rem;left:29.625rem;width:18.125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMNUv42u01EvmnPbsROMaPdJqfkCAMmg { top:20.625rem;left:18.0625rem;width:12rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwh1CiOIoEr5cgmXfeDXTzbe8BtluVCG { top:20.875rem;left:36.4375rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1hpusTEIohbUxKpGBu7JkblLFcmiv5S { display:block; }#g1hpusTEIohbUxKpGBu7JkblLFcmiv5S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWLpwAveOlJwAzKa0MWTqCPJkstefTET { top:2.4375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng { display:block; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGDWIl0FKBTUwnVxazTpCMiB44RNcCuS { top:0rem;left:0rem;width:47.75rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP { display:block; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8mG8P8LadTkhLgK0PRPi8SQyRT1Oprc { top:3.3125rem;left:3.125rem;width:41.5rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuVi4hkPfCyDm9yo3tcypsxDmpo0Sp5f { top:20.375rem;left:0rem;width:35.1875rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EesE2PaEyXlw3ldwzpAeIDKPd5taoH5q { top:14.25rem;left:0rem;width:32.8125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5zbSsfArr0yLqQgDpEKeKTnTcKwZA4C { top:14.25rem;left:12.5rem;width:35.25rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #roc2XpFizyX3xT2ZpT1Tq1msyb8DEDJC { top:19.25rem;left:15.75rem;width:32rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV9ggKKPNKHde9i0PWHLexkZATA4q3ax { top:2.75rem;left:0rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgsquZbBLLPGd4DlvCQ9dH4qpmhTlWsr { width:26.5625rem;height:5.0625rem;top:44.375rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbdNZCPRskrBSyVDKNKA93TfH2zClWM1 { display:block; }
 }@media only screen and (max-width: 763px) { #mPFQKkBFDfA4yiMnulXmgixJRZTkWi7W { width:26.5625rem;height:5.0625rem;top:44.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i9SZ1D21afPBHsHDKE65RmH8SwSpkSrZ { display:block; }
 }@media only screen and (max-width: 763px) { #TmG0cFhCnokz5goegScExr7T3xs5bz49 { display:block; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NoPU0PzwL7kNpVRlgSigpBqRMVZeknPx { top:4.6875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfCEwtkF28Ak3KfrlfDmmdhmkXySvnss { top:15.25rem;left:0rem;width:22.875rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTosg9QqAl3kPqUnLiuCGTWn2nrpMu40 { top:15.25rem;left:24.875rem;width:22.875rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMw30I5Ek7PMpmEZ0zFlz3JZwTnMVXfV { display:block; }#OMw30I5Ek7PMpmEZ0zFlz3JZwTnMVXfV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTFS1CWVVg90gDIMCREJvW9J2dhKQiiK { top:3.9375rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlLvsHUmBOqAvHBbRJyTEpQdCGFNphNh { top:6.0625rem;left:0rem;width:47.75rem;height:35.773950484392rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 { display:block; }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZ68TGA8w009RTowlrNnfqMwAf8bCsn1 { top:4.6875rem;left:0.90625rem;width:45.9375rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOL2gremcc5W1eSukb5CGms90DJnTmiD { top:12rem;left:0rem;width:35.5rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DulaapIXnCM1DplvMNt6Wr1LlrK8gX1D { top:28.9375rem;left:15.1875rem;width:32.5625rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2yUISNOghuF9NTul5OXd9SaHLyOwwCi { top:29.625rem;left:19.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNdecuhDwqponclOxs7PxxewgVxpVP4o { top:16.4375rem;left:8.5625rem;width:39.1875rem;height:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0bVpmXRft3LV2T3B6IXBF7TIcR7XNye { top:24.6875rem;left:8.5625rem;width:39.1875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJpchTl9CZOsBdFqpxoqu8SVVlMlulRf { top:35.9375rem;left:19.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8PqBuUduNE0zEwUwAqeWFhFDJ2wUnyx { top:35.5rem;left:16.1875rem;width:31.5625rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #z0kdagc9U7fq8BTC2knCb0wNIT1s2zon { display:block; }#z0kdagc9U7fq8BTC2knCb0wNIT1s2zon > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWleA2iSDIHDmRT7iiySQJIQB3TRA5Pk { width:8.1875rem;height:2.25rem;top:0.53125rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTWl2CL1PCSNfOQPU0NQNenET6oV4pA3 { width:15.9375rem;height:1.4619125rem;top:3.39453125rem;left:4.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRcP6f7Xcg2nahabrSROCC71L9HrE9xF { display:flex;width:2.1875rem;height:2.1875rem;top:2.78125rem;left:4.0625rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9dbf8223-4b46-4266-9bee-c77637e58b56/bcg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:104.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wndn4Tuz3Ifnt5LSUtOEnHsRe6fB5IDi { width:19.875rem;height:4.548825rem;top:0.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nLr5qAbp0wV4KnQSE1SKccQGspR9VI8P { width:1.875rem;height:2.1875rem;top:32.8125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdlCiimJW5FL9PzLgfkTVTV0RS77GZAC { width:15.8125rem;height:2rem;top:32.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bIRnld1cl6GQPwL0lCwvSuBwZ99uzreQ { width:16.875rem;height:4.38574375rem;top:19.25rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hmfOaT9GTEQ66a7HXnpIPCLTJE5pXIc7 { width:16.75rem;height:4.38574375rem;top:25.5rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FS4V3FaMuxopr2gDkB9BZu4nZTbbIROw { width:16.75rem;height:2.923825rem;top:15.375rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U94Usl5iFf27ysXkKFBHq6stBkDVD3B7 { width:19rem;height:3.25rem;top:35.5625rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm4uDUwZiFMaJpRqa0wv45kzdeBzg3F7 { display:block; }
 }@media only screen and (max-width: 763px) { #Gl3ppUT4t1WyuBzazZ9xhfMuF2G2NaMD { width:15.9375rem;height:3.5rem;top:11rem;left:2.03125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XRTvnM4v3LtbT8lZCQ2SqnzubTKp3hXb { width:15.9375rem;height:30.4375rem;top:40.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsB6kLy807TAtd1tHTPGQCzVwQbhWvnV { width:13.9375rem;height:4.38574375rem;top:72.0625rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DwAUbFP1vOq4izoOWxyHaTLvS0CL1l4r { width:10rem;height:11.8125rem;top:30.3984375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJ10ma0aPLL7l3ICfc8a5vrSObUqmNU4 { width:20rem;height:1.29980625rem;top:31.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rW917Jwq7Iae4wfspR5fP3D39ABENS4C { width:20rem;height:3.57421875rem;top:6.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3zgTGiW7ezQILw4ZyC3JWxK1dQ0z5vG { width:1.6875rem;height:0.9375rem;top:83.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8UVoTAD97b3QbNab38wApl7hIpotqlB { width:18.75rem;height:15.25rem;top:98.1875rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rV6gMUktqL0SywJ2nuae6aR9a5TSPfwM { width:18.75rem;height:15.25rem;top:116rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bMEHTS4qPfhCm10vdx4wbVuSxI9394er { width:18.75rem;height:15.25rem;top:134.75rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s0MUNq25Pn52vNhihBEVO9XvFTRTNGOQ { width:14.8125rem;height:3.25rem;top:77.8125rem;left:5.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o7W8hzVn1yIr65hkTdn7wgL6MM1Xds2H { width:17.4375rem;height:3.5625rem;top:77.625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWIAgSWliBQkzgGJTk5by2npuhsOrh3T { width:4.5625rem;height:4.5625rem;top:77rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLPEvgsuMtiEMFcblO2Tey3weCiIzLXM { width:9.125rem;height:3.736325rem;top:99.0625rem;left:8.5rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Ch0JLrDzWhSxucF8vZILi20KN7Gndpm8 { width:4.0625rem;height:4.0625rem;top:98.75rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OyAEHh73wCMb7m5lC7wzh6fNGETWuDEk { width:4.0625rem;height:4.0625rem;top:116.8984375rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kk5F94DqrX2qk5E4uWkazJWaurPMLPpG { width:4.0625rem;height:4.0625rem;top:136.0625rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #a9sqEJERZCioxeTPKTTPTTtrODoxL0Kg { width:8.375rem;height:5.60449375rem;top:136.224609375rem;left:8.40625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Rpu3JATqiZXinUJrL7kwSFKxqhJpI7wG { width:6.6875rem;height:3.736325rem;top:117.060546875rem;left:9.1875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #se4wdDK7GmZRU3buZATNL3e5uZGaef7k { width:12.6875rem;height:0;top:104.125rem;left:3.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #FhrLNneGZsgItSypVZ97kuO8eT52OATH { width:17.875rem;height:0;top:122.5625rem;left:1.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Cm1uCa8eQOvNpqqeq9JqlFJf6fllBFPh { width:18rem;height:0;top:141.25rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #WtUgPahAzqwFGTKp2BGuSvyQBdKzMKn4 { width:20rem;height:6.1875rem;top:149.808625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K3A5ffJdNXAxRxvplH9CXIIp0ZzGLcs6 { width:20rem;height:20rem;top:84rem;left:0rem;z-index:15040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KIrfTU0b2P2PcEml9meN14BSI1iCEFA9 { width:18.6875rem;height:2.1875rem;top:105.5rem;left:0rem;border-top:0.0625rem solid #7854f7;border-left:0.0625rem solid #7854f7;border-right:1.25rem solid #7854f7;border-bottom:0.0625rem solid #7854f7;display:none; }
 }@media only screen and (max-width: 763px) { #Th6heTnLgxLQELwOgcXpWob63rwefEUd { width:14.6875rem;height:0;top:105.875rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Zz9vObtAWuW0TAWbHofTa2SbxqopMeTk { width:7.8125rem;height:3.75rem;top:108.9375rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KywAkbiwErpwQHayZ4mrqKGD9WI12yMN { background-color:#ffffff;background-image:none;display:block; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row .container { background-color: transparent; background-image: none; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row .container > .video-iframe-container { display: none; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row > .video-iframe-container { display: none; }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .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); }#KywAkbiwErpwQHayZ4mrqKGD9WI12yMN > .row .container { width:20rem;height:32rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qohyky9Pkbiz3qXLiR9orE6isxkuIcH4 { width:15.9375rem;height:11.9375rem;top:18.84375rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFOkOsagcgU4ICVbrnqg1qk2hhCW1Vn3 { width:19.5625rem;height:8.7715rem;top:8.9609375rem;left:0.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ztlf7zseo1KEfzLrax7EgXNlvXxkl2H7 { width:17.4375rem;height:6.09375rem;top:1.4375rem;left:1.28125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATkaHS7tfURbAmoRhs66Hzxd3b3V9sBl { width:12.6875rem;height:0;top:39.12890625rem;left:3.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #cbMTfxLNHxxGQnn8iHaUp1yd0Ci1r5EC { width:12.6875rem;height:5.84765625rem;top:32.03125rem;left:3.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dTDTRC2O5x2xcUpif8gTdbFDZr8dPQ26 { width:12.6875rem;height:5.84765625rem;top:46.2265625rem;left:3.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK { display:block; }#xsXqNepEP8NeKIp6kgmIR1H32tyM1TcK > .row .container { width:20rem;height:92.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGcKyDXBBxd5gComzAbmTfeaC2L884eB { width:20rem;height:8.125rem;top:5.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aJenLXUsQeLbCsGuUJiRdPiMsSS9sO26 { width:20rem;height:8.7715rem;top:14.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vt28e8dvkk1chF9fbTB2gPJC9kzOyopO { width:19.75rem;height:9rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M72TfZTsf41t7Z7A9cH4nVDJSAc4PyEU { width:19.6875rem;height:9rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmTbTdHWib9Cu3bP6G1KAw2CKbBlEqMo { width:20rem;height:4.38574375rem;top:77.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pvzHsRNP5eVspq6JJ43cgZgpgUvSTfkT { width:15.1875rem;height:2.923825rem;top:83.3125rem;left:2.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ff1e56;display:block; }
 }@media only screen and (max-width: 763px) { #LQdxMblNSlO7lQOQayBfbrytRrANaCQt { width:19.4375rem;height:2.923825rem;top:30.9375rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #odxHbxaQiKxTJPcwbAe2uTyNKoxAFf8f { width:10.0625rem;height:1.7871125rem;top:28.25rem;left:6.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HRcDfe4xM1cHpIZ242ZOmBveOdUtDafu { width:14.1875rem;height:1.7871125rem;top:40.6875rem;left:4.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZihTwBbFmLp7ZfsR3Um8RnPbLERnHT3 { width:15.625rem;height:2.923825rem;top:44rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #weSC24GNoDvAMf4rfCd7f1UCLxpoT85X { width:4.375rem;height:4.375rem;top:38.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAzmumNyh1K7vJEobV5PI9mUrxwPQrPb { width:19.6875rem;height:9rem;top:65.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBWDrRRmd5BrCBafdT1kBDfCAZsHShkO { width:16.4375rem;height:1.7871125rem;top:65.875rem;left:3.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGbBfIey2d53LhX0Xk9c3dxW0uQWm9tP { width:18.25rem;height:4.38574375rem;top:68.6875rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vPTMcgOBiITxA0NJhPn6lNOsEQtb6zSf { width:19.75rem;height:9rem;top:52.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULrWGrBv1XwJtXmgoNqOTwgxkGRqR0x0 { width:10.0625rem;height:1.7871125rem;top:53.625rem;left:6.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u41xXRnnECxlNFtEyF7p6WO53WEAGKls { width:18.9375rem;height:2.923825rem;top:56.8125rem;left:0.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xBdRTBpPXBtacXnJThV7k4wpGcq9d2wo { width:4.375rem;height:4.375rem;top:51.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqXhA3yz0n3PTUN5ozb5WG40CdvKCOGb { width:4.375rem;height:4.375rem;top:25.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk5AQZ62MhJXaFB8Kx3tQCNyaUcEtO8m { width:4.375rem;height:4.375rem;top:63.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suSfP2UZmqPn1LsSBZkyTfnOn6Oq1ZrN { width:19rem;height:3.25rem;top:87.125rem;left:0.5rem;font-size:1.5625rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #oLr9t612TXCB5wob7zZo8nNOQJM8Uh2z { display:block; }
 }@media only screen and (max-width: 763px) { #qxz0BuKWano96Xc69kOQL2yF698JMThR { width:19rem;height:5.0625rem;top:58.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vzf6EG7sgUxMpqn3bXRSJIJf21Wi6gWL { display:block; }
 }@media only screen and (max-width: 763px) { #pDo6eoq9EFCkhVfhJCPkc9Te9EtHzT0t { width:18.5625rem;height:2.1875rem;top:1.125rem;left:0rem;border-top:0.0625rem solid #7854f7;border-left:0.0625rem solid #7854f7;border-right:1.25rem solid #7854f7;border-bottom:0.0625rem solid #7854f7;display:block; }
 }@media only screen and (max-width: 763px) { #Ime4bdEhHEDtnPH1yc9xGPtXoQzcVfL8 { width:6.25rem;height:2.9375rem;top:0.8125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fxwo8vaFvOgUmnrey42lEiIc8zb9trbX { width:14.6875rem;height:1.29980625rem;top:1.625rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 { background-color:#ffffff;background-image:none;display:block; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container { background-color: transparent; background-image: none; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container > .video-iframe-container { display: none; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row > .video-iframe-container { display: none; }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .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); }#rArrARUV5GaSCb6LoJr4uZTutiUVZgi7 > .row .container { width:20rem;height:83.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CP2WTf5oPibVxKKfV3CgXvfnvVNcwEI4 { width:17.4375rem;height:6.09375rem;top:1.4375rem;left:1.28125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NpLOl6arqSJGnMr3CoakCoAtJHUcWZVL { width:18.125rem;height:22.75rem;top:8.78125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdbB8DduVQtA1nd7Lyvpv28kFn3pRDrx { width:18.125rem;height:22.75rem;top:33.15625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOFwArXTLcTUNBqBGkAEdsbNbShu1r1v { width:18.125rem;height:22.75rem;top:57.53125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZgwtVnkzXTf8dzk38MR6zhgeHk0qzwc { width:7.875rem;height:1.4619125rem;top:10.71875rem;left:6.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zdyt3PbAMTVDWEORqqeZubQpsTR9tnaD { width:9.0625rem;height:1.4619125rem;top:35.09375rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVWrCvuIr7dFDeAg3Rf9r0Ar9IWuQ8st { width:11.5625rem;height:1.4619125rem;top:59.46875rem;left:4.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ilxRMpVfK5TUoTJ0qpu7DU7NLGr86LxJ { width:7.6875rem;height:11.9375rem;top:14.40625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlOk1KnzSTbDbFva07TZMGSoe27mEGio { width:18.125rem;height:2.923825rem;top:27.21875rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JxO1kvnpxTMCZTSUnxs9wGbSqWtz0QRT { width:18.125rem;height:2.923825rem;top:51.59375rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n6axLasFBazQo9LuDvraHXyP7en5KuoW { width:18.125rem;height:2.923825rem;top:75.96875rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IMNUv42u01EvmnPbsROMaPdJqfkCAMmg { width:12rem;height:11.875rem;top:38.78125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwh1CiOIoEr5cgmXfeDXTzbe8BtluVCG { width:11.3125rem;height:11.3125rem;top:62.53125rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1hpusTEIohbUxKpGBu7JkblLFcmiv5S { display:block; }#g1hpusTEIohbUxKpGBu7JkblLFcmiv5S > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWLpwAveOlJwAzKa0MWTqCPJkstefTET { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng { display:block; }#T7vZkQyliTVSTUMAKDIkVnQJatI9f5ng > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGDWIl0FKBTUwnVxazTpCMiB44RNcCuS { width:20rem;height:10.8125rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP { background-color:#ffffff;background-image:none;display:block; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container { background-color: transparent; background-image: none; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container > .video-iframe-container { display: none; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row > .video-iframe-container { display: none; }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .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); }#lP0el1Qw0Am0UQrSi3HN92xO5kkXQpiP > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8mG8P8LadTkhLgK0PRPi8SQyRT1Oprc { width:20rem;height:6.09375rem;top:2.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #zuVi4hkPfCyDm9yo3tcypsxDmpo0Sp5f { width:20rem;height:10.017761989343rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EesE2PaEyXlw3ldwzpAeIDKPd5taoH5q { width:19.125rem;height:4.38574375rem;top:10.25rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w5zbSsfArr0yLqQgDpEKeKTnTcKwZA4C { width:19.8125rem;height:5.84765625rem;top:27.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #roc2XpFizyX3xT2ZpT1Tq1msyb8DEDJC { width:20rem;height:12.421875rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV9ggKKPNKHde9i0PWHLexkZATA4q3ax { width:3.1875rem;height:3.1875rem;top:3.640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgsquZbBLLPGd4DlvCQ9dH4qpmhTlWsr { width:19rem;height:5.0625rem;top:55.1572265625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RbdNZCPRskrBSyVDKNKA93TfH2zClWM1 { display:block; }
 }@media only screen and (max-width: 763px) { #mPFQKkBFDfA4yiMnulXmgixJRZTkWi7W { width:19rem;height:3.25rem;top:48.6875rem;left:0.5rem;font-size:1.5625rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #i9SZ1D21afPBHsHDKE65RmH8SwSpkSrZ { display:block; }
 }@media only screen and (max-width: 763px) { #TmG0cFhCnokz5goegScExr7T3xs5bz49 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row .container { background-color: transparent; background-image: none; }#TmG0cFhCnokz5goegScExr7T3xs5bz49::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row .container > .video-iframe-container { display: none; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row > .video-iframe-container { display: none; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .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); }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row .container { border-width: 0; border-radius: 0; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmG0cFhCnokz5goegScExr7T3xs5bz49 > .row .container { width:20rem;height:61.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NoPU0PzwL7kNpVRlgSigpBqRMVZeknPx { width:20rem;height:8.125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lfCEwtkF28Ak3KfrlfDmmdhmkXySvnss { width:20rem;height:23.661202185792rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTosg9QqAl3kPqUnLiuCGTWn2nrpMu40 { width:20rem;height:23.551912568306rem;top:35.536125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMw30I5Ek7PMpmEZ0zFlz3JZwTnMVXfV { background-color:#ffffff;background-image:none;display:block; }#OMw30I5Ek7PMpmEZ0zFlz3JZwTnMVXfV > .row .container { background-color: transparent; background-image: none; }#OMw30I5Ek7PMpmEZ0zFlz3JZwTnMVXfV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMw30I5Ek7PMpmEZ0zFlz3JZwTnMVXfV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMw30I5Ek7PMpmEZ0zFlz3JZwTnMVXfV > .row .container > .video-iframe-container { display: none; }#OMw30I5Ek7PMpmEZ0zFlz3JZwTnMVXfV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMw30I5Ek7PMpmEZ0zFlz3JZwTnMVXfV > .row > .video-iframe-container { display: none; }#OMw30I5Ek7PMpmEZ0zFlz3JZwTnMVXfV > .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); }#OMw30I5Ek7PMpmEZ0zFlz3JZwTnMVXfV > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTFS1CWVVg90gDIMCREJvW9J2dhKQiiK { width:20rem;height:6.09375rem;top:1.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #dlLvsHUmBOqAvHBbRJyTEpQdCGFNphNh { width:20rem;height:14.983853606028rem;top:9.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row .container { background-color: transparent; background-image: none; }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row .container > .video-iframe-container { display: none; }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row > .video-iframe-container { display: none; }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .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); }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row .container { border-width: 0; border-radius: 0; }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nh8XTWhTX0Un4MHsumym8WTpA9b0fDD3 > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZ68TGA8w009RTowlrNnfqMwAf8bCsn1 { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BOL2gremcc5W1eSukb5CGms90DJnTmiD { width:20rem;height:22.875rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DulaapIXnCM1DplvMNt6Wr1LlrK8gX1D { width:15.5625rem;height:3.8994125rem;top:17.4296875rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c2yUISNOghuF9NTul5OXd9SaHLyOwwCi { width:1.875rem;height:1.875rem;top:18.44140625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNdecuhDwqponclOxs7PxxewgVxpVP4o { width:20rem;height:5.19921875rem;top:8.3466796875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I0bVpmXRft3LV2T3B6IXBF7TIcR7XNye { width:20rem;height:1.29980625rem;top:14.65625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sJpchTl9CZOsBdFqpxoqu8SVVlMlulRf { width:2.1875rem;height:2.1875rem;top:23.4609375rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8PqBuUduNE0zEwUwAqeWFhFDJ2wUnyx { width:13.6875rem;height:3.8994125rem;top:22.60546875rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }