.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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:#161315;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161315;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:49.3125rem;width:75rem;position:relative;display:block; }#N4UfIOBrfTMfwAPZFDDtxgxfiPTLv6RI { 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:5.125rem;width:4.3125rem;top:7.1875rem;left:35.34375rem;overflow:hidden;display:block; }
#nBVrZSB7mNi9zGLfP7rAy17aSlUP1KmT { color:#000000;display:block;width:53.375rem;position:absolute;font-family:"teodor trial";font-size:3.6875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:16.1240234375rem;left:10.8125rem;height:8rem;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; }
#dkIpnVLaFwAnDyS0IJ9tXuiTp5uwNdOV { color:#ffffff;display:block;width:35.6875rem;position:absolute;font-family:"dazzed trial";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:26.8623046875rem;left:19.65625rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#c9MOwRTTgQKgmUA8M5Pa8TLu9yXKQU2W { background-color:#4b569d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:"dazzed trial";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.625rem;left:31.84375rem;display:block; }
#CmpVP6BW3BpuvzTn3bmIHT0QSyXPtae0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wBvR3JqkTBaWGR9negT9q5f2WVcWObTv { 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: none;height:14.0625rem;width:16.625rem;top:32.0625rem;left:58.375rem;overflow:hidden;display:block; }
#neSnpT5TSDS9P6iMJ2o8GdakxSli7xCH { position:absolute;display:block;z-index:15006;height:7.3125rem;width:38.75rem;top:41rem;left:18.125rem;display:block; }
#dtlmbizzkr1dTfBHOZlSX8kTvTHg348y { position:relative;display:block; }#dtlmbizzkr1dTfBHOZlSX8kTvTHg348y { background-color: transparent; background-image: none; }#dtlmbizzkr1dTfBHOZlSX8kTvTHg348y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtlmbizzkr1dTfBHOZlSX8kTvTHg348y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtlmbizzkr1dTfBHOZlSX8kTvTHg348y > .row .container > .video-iframe-container { display: none; }#dtlmbizzkr1dTfBHOZlSX8kTvTHg348y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtlmbizzkr1dTfBHOZlSX8kTvTHg348y > .row > .video-iframe-container { display: none; }#dtlmbizzkr1dTfBHOZlSX8kTvTHg348y > .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); }#dtlmbizzkr1dTfBHOZlSX8kTvTHg348y { border-width: 0; border-radius: 0; }#dtlmbizzkr1dTfBHOZlSX8kTvTHg348y > .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; }#dtlmbizzkr1dTfBHOZlSX8kTvTHg348y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#161315;background-image:none;font-size:0.875rem;font-family:arial;height:38.625rem;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; }#MJW1BsRcVzcdhdcZ4rHrh3MTTdmQwZC8 { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"teodor trial";font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.5625rem;left:11.34375rem;height:5.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OgI2Q0VnPlLa7cDsvpWFpdJfekJC7x4N { color:#ffffff;display:block;width:41.625rem;position:absolute;font-family:"dazzed trial";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.0625rem;left:17.9375rem;height:4.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x2NXNXuUekA7iWRiKex6LmeOp892PNqK { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"dazzed trial";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:25.1875rem;left:19.375rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#t9lB7tXIcp4NoeGxNZMb6eCI8Bazcd0C { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"dazzed trial";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:25.1875rem;left:32.5rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#mwtbX0uwTJuUJ7t9LtTZRuDXICwORQFP { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"dazzed trial";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:25.1875rem;left:47.125rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#Xv4p9Vpt0QTNlOJRrDxGkMn3HLnGJQHz { color:#000000;display:block;width:5.875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.9375rem;left:35.8125rem;height:2rem;display:block; }
#roNUsLlif9w5CpTEuUqM0cU0se30Quqb { position:absolute;display:block;z-index:15008;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:33.25rem;width:14.4375rem;top:11.3359375rem;left:14.9375rem;overflow:hidden;display:block; }
#vvX1wm0nDqIxLy7WaPb64IRTVUOdNgLa { 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:15.9375rem;width:6.8125rem;display:none; }
#uu5mhBaAXQdE7oG54BbSQNaQOlGmS4Oo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161315;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; }#uu5mhBaAXQdE7oG54BbSQNaQOlGmS4Oo > .row .container { background-color: transparent; background-image: none; }#uu5mhBaAXQdE7oG54BbSQNaQOlGmS4Oo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uu5mhBaAXQdE7oG54BbSQNaQOlGmS4Oo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uu5mhBaAXQdE7oG54BbSQNaQOlGmS4Oo > .row .container > .video-iframe-container { display: none; }#uu5mhBaAXQdE7oG54BbSQNaQOlGmS4Oo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uu5mhBaAXQdE7oG54BbSQNaQOlGmS4Oo > .row > .video-iframe-container { display: none; }#uu5mhBaAXQdE7oG54BbSQNaQOlGmS4Oo > .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); }#uu5mhBaAXQdE7oG54BbSQNaQOlGmS4Oo > .row .container { border-width: 0; border-radius: 0; }#uu5mhBaAXQdE7oG54BbSQNaQOlGmS4Oo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uu5mhBaAXQdE7oG54BbSQNaQOlGmS4Oo > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#mPePpg9eycSVAlXlPTJ9kzksuifGCGbd { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:"teodor trial";font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.5rem;left:27.28125rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DJdwudyXTrCmTWZ4AyO2RJZPzcyr45ib { position:absolute;display:block;z-index:15007;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:14.0625rem;width:16.625rem;top:25.5107421875rem;left:9.59375rem;overflow:hidden;display:block; }
#E1DCchS27US86h11FKuWdLeJR3XFAGKH { background-color:#4b569d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:"dazzed trial";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.125rem;left:31.84375rem;display:block; }
#oszSMyTgT7N4AqZwpTGk2nnShn9CbnwK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yKJtZQaUvHev5JDJav9pvgZBmp90iLJV { color:#ffffff;display:block;width:39.375rem;position:absolute;font-family:"dazzed trial";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:36.6875rem;left:17.8125rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#K73lwIPRyq3FhnI5TCDR6wHKSenxL2vs { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"dazzed trial";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:19.7255859375rem;left:14.84375rem;height:5.75rem;text-align:center;text-align-last:center;display:block; }
#b9KrUbzxOl54rPQEzZ3uUHo7GrV3ietz { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"dazzed trial";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.7255859375rem;left:31.25rem;height:5.75rem;text-align:center;text-align-last:center;display:block; }
#Nz9iKGoHiAiAOTEiQKEEvqkFEgrLHeMH { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"dazzed trial";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.7255859375rem;left:47.71875rem;height:4.3125rem;text-align:center;text-align-last:center;display:block; }
#gpmk7KMXi3T0wO59uccgJ8tgP7h2zkJH { position:absolute;display:block;z-index:15013;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:9.5rem;width:9.5rem;top:9.125rem;left:32.75rem;overflow:hidden;display:block; }
#VQF7GumdJQ3Qy3dsVJeZgniRg7VrHJly { position:absolute;display:block;z-index:15014;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:8rem;width:8rem;top:10.5625rem;left:17.09375rem;overflow:hidden;display:block; }
#SlbTNl3FBf0RxgTbVyFI4JPvSUfVt1NG { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:10.6875rem;left:50.21875rem;overflow:hidden;display:block; }
#lvtxc1Ba8SxznKwAZZOazZw2Db2U43Br { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4b569d;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; }#lvtxc1Ba8SxznKwAZZOazZw2Db2U43Br > .row .container { background-color: transparent; background-image: none; }#lvtxc1Ba8SxznKwAZZOazZw2Db2U43Br::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvtxc1Ba8SxznKwAZZOazZw2Db2U43Br > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvtxc1Ba8SxznKwAZZOazZw2Db2U43Br > .row .container > .video-iframe-container { display: none; }#lvtxc1Ba8SxznKwAZZOazZw2Db2U43Br > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvtxc1Ba8SxznKwAZZOazZw2Db2U43Br > .row > .video-iframe-container { display: none; }#lvtxc1Ba8SxznKwAZZOazZw2Db2U43Br > .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); }#lvtxc1Ba8SxznKwAZZOazZw2Db2U43Br > .row .container { border-width: 0; border-radius: 0; }#lvtxc1Ba8SxznKwAZZOazZw2Db2U43Br > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lvtxc1Ba8SxznKwAZZOazZw2Db2U43Br > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#mS1iF5TakfhH8uWeQpHAtXwobBaNrmaO { color:#000000;display:block;width:54.5rem;position:absolute;font-family:"teodor trial";font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.375rem;left:10.25rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EmTStRGIgz5ub89Ess9PHHPnl5IRc48s { 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:17rem;width:13.375rem;top:29.9990234375rem;left:7rem;overflow:hidden;display:block; }
#DGvFDXuhEGkTBLLMrqSiLavnKJr8Kors { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:"dazzed trial";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.875rem;left:12.25rem;height:10.0625rem;text-align:center;text-align-last:center;display:block; }
#GvWTBqpkLRGxE6qmMmaqUGQ0VOgsbocA { background-color:#191616;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:"dazzed trial";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32rem;left:31.84375rem;display:block; }
#JborUXBQdK0U0zJp1vTSrCbszbaGqAyi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dJaBg7RVHQKyP81SlXZIIXc2qOBddQpH { color:#ffffff;display:block;width:19rem;position:absolute;font-family:"dazzed trial";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.2275390625rem;left:28rem;height:10.1875rem;display:block; }#dJaBg7RVHQKyP81SlXZIIXc2qOBddQpH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dJaBg7RVHQKyP81SlXZIIXc2qOBddQpH li:before{  }
#ZDekhwt1bcc2xuWcLXNQLuMLGtmLErqX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191616;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; }#ZDekhwt1bcc2xuWcLXNQLuMLGtmLErqX > .row .container { background-color: transparent; background-image: none; }#ZDekhwt1bcc2xuWcLXNQLuMLGtmLErqX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDekhwt1bcc2xuWcLXNQLuMLGtmLErqX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDekhwt1bcc2xuWcLXNQLuMLGtmLErqX > .row .container > .video-iframe-container { display: none; }#ZDekhwt1bcc2xuWcLXNQLuMLGtmLErqX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDekhwt1bcc2xuWcLXNQLuMLGtmLErqX > .row > .video-iframe-container { display: none; }#ZDekhwt1bcc2xuWcLXNQLuMLGtmLErqX > .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); }#ZDekhwt1bcc2xuWcLXNQLuMLGtmLErqX > .row .container { border-width: 0; border-radius: 0; }#ZDekhwt1bcc2xuWcLXNQLuMLGtmLErqX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZDekhwt1bcc2xuWcLXNQLuMLGtmLErqX > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#bxHCU0bhNn3dndlZ6yWa2Q59nf4W30bH { color:#000000;display:block;width:54.875rem;position:absolute;font-family:"teodor trial";font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.5625rem;left:11.34375rem;height:5.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZMbzAHrxRTiFfGO4KOeVNeP8vTeB3moz { color:#ffffff;display:block;width:39.625rem;position:absolute;font-family:"dazzed trial";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.0234375rem;left:21.59375rem;height:14.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cU625gEDkoevTbJRU7bTx2LIfNAWtfN4 { color:#ffffff;display:block;width:43.1875rem;position:absolute;font-family:"dazzed trial";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.3125rem;left:18.71875rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aQO4HwiGAC8TrDLBfM0mae7ndMHdK6g7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aQO4HwiGAC8TrDLBfM0mae7ndMHdK6g7 > .row .container { background-color: transparent; background-image: none; }#aQO4HwiGAC8TrDLBfM0mae7ndMHdK6g7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQO4HwiGAC8TrDLBfM0mae7ndMHdK6g7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQO4HwiGAC8TrDLBfM0mae7ndMHdK6g7 > .row .container > .video-iframe-container { display: none; }#aQO4HwiGAC8TrDLBfM0mae7ndMHdK6g7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQO4HwiGAC8TrDLBfM0mae7ndMHdK6g7 > .row > .video-iframe-container { display: none; }#aQO4HwiGAC8TrDLBfM0mae7ndMHdK6g7 > .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); }#aQO4HwiGAC8TrDLBfM0mae7ndMHdK6g7 > .row .container { border-width: 0; border-radius: 0; }#aQO4HwiGAC8TrDLBfM0mae7ndMHdK6g7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aQO4HwiGAC8TrDLBfM0mae7ndMHdK6g7 > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;position:relative;display:block; }#fzbEaoU8p5WHeS7aXl2x4g0EfxwSZ4mq { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:"teodor trial";font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:3.8515625rem;left:10.25rem;height:2.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mPvVRZEWJplRyRP7WHL6xfTaoQAAIA0K { 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: none;height:3.75rem;width:3.75rem;top:3.8515625rem;left:40rem;overflow:hidden;display:block; }
#WtN2X7IAwfdubxbmddaopbJmZgGK07uu { position:absolute;display:block;z-index:15007;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:14.0625rem;width:16.625rem;top:31.5rem;left:57.5rem;overflow:hidden;display:block; }
#LV5Q6qxbzB9B6Vg3sHzzl2IfNOTQTB13 { color:#000000;display:block;width:5.8125rem;position:absolute;font-family:"teodor trial";font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:3.8515625rem;left:45.4375rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EHqkD21iOgrTGzNscTvb9R9hr5L0Tkq3 { position:absolute;display:block;z-index:15008;height:27rem;width:71.6875rem;top:9.75rem;left:1.65625rem;display:block; }
#oIZSzD1Okk0DCwA407IIBMFJgW0PXHfy { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:18.375rem;top:34.75rem;left:56.625rem;overflow:hidden;display:block; }
#padZX13DtNeRzX3BPyc7hC4TSI8mQoFT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#padZX13DtNeRzX3BPyc7hC4TSI8mQoFT > .row .container { background-color: transparent; background-image: none; }#padZX13DtNeRzX3BPyc7hC4TSI8mQoFT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#padZX13DtNeRzX3BPyc7hC4TSI8mQoFT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#padZX13DtNeRzX3BPyc7hC4TSI8mQoFT > .row .container > .video-iframe-container { display: none; }#padZX13DtNeRzX3BPyc7hC4TSI8mQoFT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#padZX13DtNeRzX3BPyc7hC4TSI8mQoFT > .row > .video-iframe-container { display: none; }#padZX13DtNeRzX3BPyc7hC4TSI8mQoFT > .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); }#padZX13DtNeRzX3BPyc7hC4TSI8mQoFT > .row .container { border-width: 0; border-radius: 0; }#padZX13DtNeRzX3BPyc7hC4TSI8mQoFT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#padZX13DtNeRzX3BPyc7hC4TSI8mQoFT > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;position:relative;display:block; }#LT2ntauUhvTyXpIQ9CVLLzCqXeue9loH { color:#000000;display:block;width:24.8125rem;position:absolute;font-family:"teodor trial";font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.224609375rem;left:8.0625rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Geb49GX27POv0KHsOssgLd0J34c7FyHO { color:#ffffff;display:block;width:37.125rem;position:absolute;font-family:"dazzed trial";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:7.6630859375rem;left:8.0625rem;height:20rem;text-align:left;text-align-last:left;display:block; }
#zTdSTaCtDvAlZeOWggDVoBNeza0JAAzn { position:absolute;display:block;z-index:14986;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:35.8125rem;top:3.5625rem;left:39.1875rem;overflow:hidden;display:block; }
#JsGSMrIp14WrITmGpSbAG7crFB6xflX5 { position:absolute;display:block;z-index:14985;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:14.0625rem;width:16.625rem;top:6.037109375rem;left:39.1875rem;overflow:hidden;display:block; }
#WhLKHs7QzTh2T5U7SxHHZS8cuJWNSGem { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WhLKHs7QzTh2T5U7SxHHZS8cuJWNSGem > .row .container { background-color: transparent; background-image: none; }#WhLKHs7QzTh2T5U7SxHHZS8cuJWNSGem::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhLKHs7QzTh2T5U7SxHHZS8cuJWNSGem > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhLKHs7QzTh2T5U7SxHHZS8cuJWNSGem > .row .container > .video-iframe-container { display: none; }#WhLKHs7QzTh2T5U7SxHHZS8cuJWNSGem > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhLKHs7QzTh2T5U7SxHHZS8cuJWNSGem > .row > .video-iframe-container { display: none; }#WhLKHs7QzTh2T5U7SxHHZS8cuJWNSGem > .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); }#WhLKHs7QzTh2T5U7SxHHZS8cuJWNSGem > .row .container { border-width: 0; border-radius: 0; }#WhLKHs7QzTh2T5U7SxHHZS8cuJWNSGem > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WhLKHs7QzTh2T5U7SxHHZS8cuJWNSGem > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;position:relative;display:block; }#gd56Ea1ywZXy7TOcrpdpfTmzVn5QGHIM { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:"teodor trial";font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:5.5rem;left:27.28125rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R2WTUNEMtW4yfp9qugcx9TOOwef3tdVm { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"dazzed trial";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.68701171875rem;left:6.90625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#I4hoe2eXVgcHkblBtveDomfGX5r4TmJc { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:"dazzed trial";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.68701171875rem;left:23.09375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#wxbiLyiygOoPTsEXHqJmqlmtTcttJ4Mk { color:#000000;display:block;width:14.25rem;position:absolute;font-family:"dazzed trial";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.68701171875rem;left:39.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#rOivVGhZk9TFi3KsTPyGE0Nl4Q9M7QPI { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"dazzed trial";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:15.68701171875rem;left:54.9375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#PtwJcwsr9gkNHiWfufGXBkH38y4aDaJi { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:"dazzed trial";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:21.93701171875rem;left:7rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#iH3kywetIk97LesQOIeLbLdQtt1iUHQW { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"dazzed trial";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.9365234375rem;left:23.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#BRqvq7HGuf2xab8Buw3aTDKIzLG390cb { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"dazzed trial";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.9365234375rem;left:39.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#fb6q6USEfTqZ7l8sdsz5b6WSWvhDSL8T { color:#000000;display:block;width:14.25rem;position:absolute;font-family:"dazzed trial";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21.9365234375rem;left:54.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#XSyHWN0vP7Nb0Th4ktN7NMPhlEPFA9L1 { background-color:#4b569d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:"dazzed trial";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.75rem;left:8.4375rem;display:block; }
#rv1XwX7nPLEEnuEh8ZZNWZLaT61VeUZd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zA6E4Wv2EwJacyfliLT2vzzuN08GI5hy { background-color:#4b569d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:"dazzed trial";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.75rem;left:24.5rem;display:block; }
#F0T9AJVCn1XnspRntqHsUZqdnxU1yvQr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SKhxJyhpnqNg200hKUpwAJNcye3b1RED { background-color:#4b569d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:"dazzed trial";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.75rem;left:40.5rem;display:block; }
#ODgE1Hlg2OQyNTR9NU3WnTBMTD0TaSEs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M6RJdGdOCwicFgMOSAJ6nL28oioZFm3d { background-color:#4b569d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:"dazzed trial";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:25.75rem;left:56.3125rem;display:block; }
#k2QH7DP5GiX3Pv3LLMJLBEGbMdMt9xXM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fgpZI1WK6oORM0BBST2uNlpn15R0FDAf { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:"dazzed trial";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:31.0625rem;left:7.0625rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#N8docCqn0OXueXiub1FVSEQcDacc1SSt { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"dazzed trial";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:31.0625rem;left:23.125rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#HBws4oaGg3X8FtCwLPUppd5I5klftki7 { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"dazzed trial";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:31.0625rem;left:39.25rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#T8MFyZldvVTFNzTKzTF2u71wpkGrsmHX { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:"dazzed trial";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.0625rem;left:54.8125rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#nz55BoV8Fn5DyhSVkaTUn7LUiKom8IGv { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:"dazzed trial";font-size:1rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:9.375rem;left:20.9375rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fbToZIzGTcVv0WZFUSvky8IEQL5gRKo3 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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.0625rem;width:14.0625rem;top:13.8125rem;left:7.09375rem;display:block; }
#SpWfv0JE5uLLARJ6simdTrekGse4FM3Z { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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.0625rem;width:14.0625rem;top:13.8125rem;left:23.09375rem;display:block; }
#ZUEOBeTElHL1EEC6456sZtLsmrHZTuHT { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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.0625rem;width:14.0625rem;top:13.8125rem;left:39.09375rem;display:block; }
#u6zasZb6SL7CIUVsJzdBeBJqQ0cBQ0AD { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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.0625rem;width:14.0625rem;top:13.8125rem;left:54.875rem;display:block; }
#Ir0mVcsgeXxUBZ6Vws1PSWxMnCIMPbfi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161315;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; }#Ir0mVcsgeXxUBZ6Vws1PSWxMnCIMPbfi > .row .container { background-color: transparent; background-image: none; }#Ir0mVcsgeXxUBZ6Vws1PSWxMnCIMPbfi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir0mVcsgeXxUBZ6Vws1PSWxMnCIMPbfi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir0mVcsgeXxUBZ6Vws1PSWxMnCIMPbfi > .row .container > .video-iframe-container { display: none; }#Ir0mVcsgeXxUBZ6Vws1PSWxMnCIMPbfi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir0mVcsgeXxUBZ6Vws1PSWxMnCIMPbfi > .row > .video-iframe-container { display: none; }#Ir0mVcsgeXxUBZ6Vws1PSWxMnCIMPbfi > .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); }#Ir0mVcsgeXxUBZ6Vws1PSWxMnCIMPbfi > .row .container { border-width: 0; border-radius: 0; }#Ir0mVcsgeXxUBZ6Vws1PSWxMnCIMPbfi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ir0mVcsgeXxUBZ6Vws1PSWxMnCIMPbfi > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:block; }#pBukmSSqeLaBSiRUNzB6sTlpUql7lcGf { color:#000000;display:block;width:53.375rem;position:absolute;font-family:"teodor trial";font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5625rem;left:10.8125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gi1Hc54B0SzVvz1MvaTktRVwlsBvkLK8 { color:#ffffff;display:block;width:40.5rem;position:absolute;font-family:"dazzed trial";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.75rem;left:17.25rem;height:12.9375rem;text-align:center;text-align-last:center;display:block; }
#lVr4eVyy38NOenTg4HMsv2ay1qxBXXL2 { 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: none;height:14.0625rem;width:16.625rem;top:28.65625rem;left:0.6875rem;overflow:hidden;display:block; }
#fibDPCqpc4rnmaeiWynr7OoT61ifXaGw { position:absolute;display:block;z-index:15011;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:8rem;width:8.75rem;top:24.3125rem;left:33.125rem;overflow:hidden;display:block; }
#PlC6vmtSeIfxKuNmqZmpe4w5GecREfcL { background-color:#4b569d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:"dazzed trial";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.09375rem;left:31.84375rem;display:block; }
#cJsfnLUmz62dxTpSANWgPRObN7hGerGu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TnT7Z6LwCaPDEr4tgwG80ioGdsUhoGXq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4b569d;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; }#TnT7Z6LwCaPDEr4tgwG80ioGdsUhoGXq > .row .container { background-color: transparent; background-image: none; }#TnT7Z6LwCaPDEr4tgwG80ioGdsUhoGXq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnT7Z6LwCaPDEr4tgwG80ioGdsUhoGXq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnT7Z6LwCaPDEr4tgwG80ioGdsUhoGXq > .row .container > .video-iframe-container { display: none; }#TnT7Z6LwCaPDEr4tgwG80ioGdsUhoGXq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnT7Z6LwCaPDEr4tgwG80ioGdsUhoGXq > .row > .video-iframe-container { display: none; }#TnT7Z6LwCaPDEr4tgwG80ioGdsUhoGXq > .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); }#TnT7Z6LwCaPDEr4tgwG80ioGdsUhoGXq > .row .container { border-width: 0; border-radius: 0; }#TnT7Z6LwCaPDEr4tgwG80ioGdsUhoGXq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TnT7Z6LwCaPDEr4tgwG80ioGdsUhoGXq > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#OJr1HsVbO8Os7RGex2OIC8qGpUyRuVK8 { color:#000000;display:block;width:75rem;position:absolute;font-family:"teodor trial";font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iXt8Oy6rhAs5KnzSz592n51mWIZHfkEf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4b569d;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; }#iXt8Oy6rhAs5KnzSz592n51mWIZHfkEf > .row .container { background-color: transparent; background-image: none; }#iXt8Oy6rhAs5KnzSz592n51mWIZHfkEf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXt8Oy6rhAs5KnzSz592n51mWIZHfkEf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXt8Oy6rhAs5KnzSz592n51mWIZHfkEf > .row .container > .video-iframe-container { display: none; }#iXt8Oy6rhAs5KnzSz592n51mWIZHfkEf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXt8Oy6rhAs5KnzSz592n51mWIZHfkEf > .row > .video-iframe-container { display: none; }#iXt8Oy6rhAs5KnzSz592n51mWIZHfkEf > .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); }#iXt8Oy6rhAs5KnzSz592n51mWIZHfkEf > .row .container { border-width: 0; border-radius: 0; }#iXt8Oy6rhAs5KnzSz592n51mWIZHfkEf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iXt8Oy6rhAs5KnzSz592n51mWIZHfkEf > .row .container { font-size:0.875rem;font-family:arial;height:2.3125rem;width:75rem;position:relative;display:block; }#ti6SHPFcmJWto6i8mzGxDo8zeKeTJTuZ { color:#ffffff;display:block;width:60.4375rem;position:absolute;font-family:"dazzed trial";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.625rem;left:7.28125rem;height:1.25rem;display:block; }
#yW0OVo4sFIVyMxio1Q9kTq81Lqvn3O9Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.3125rem;left:4.71875rem; }
#O4SQSkbt0zo7l0trStOqgd7ucPAID0e9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4b569d;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; }#O4SQSkbt0zo7l0trStOqgd7ucPAID0e9 > .row .container { background-color: transparent; background-image: none; }#O4SQSkbt0zo7l0trStOqgd7ucPAID0e9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4SQSkbt0zo7l0trStOqgd7ucPAID0e9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4SQSkbt0zo7l0trStOqgd7ucPAID0e9 > .row .container > .video-iframe-container { display: none; }#O4SQSkbt0zo7l0trStOqgd7ucPAID0e9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4SQSkbt0zo7l0trStOqgd7ucPAID0e9 > .row > .video-iframe-container { display: none; }#O4SQSkbt0zo7l0trStOqgd7ucPAID0e9 > .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); }#O4SQSkbt0zo7l0trStOqgd7ucPAID0e9 > .row .container { border-width: 0; border-radius: 0; }#O4SQSkbt0zo7l0trStOqgd7ucPAID0e9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O4SQSkbt0zo7l0trStOqgd7ucPAID0e9 > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#GOdDoSLalcG636J4gOez1958yWp6ZwrT { color:#ffffff;display:block;width:60.25rem;position:absolute;font-family:"dazzed trial";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:8.5625rem;height:3.75rem;display:block; }
#QPDH49PxRkX4BJBJ4ovhQPBNu1EdkkoN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4b569d;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; }#QPDH49PxRkX4BJBJ4ovhQPBNu1EdkkoN > .row .container { background-color: transparent; background-image: none; }#QPDH49PxRkX4BJBJ4ovhQPBNu1EdkkoN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPDH49PxRkX4BJBJ4ovhQPBNu1EdkkoN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPDH49PxRkX4BJBJ4ovhQPBNu1EdkkoN > .row .container > .video-iframe-container { display: none; }#QPDH49PxRkX4BJBJ4ovhQPBNu1EdkkoN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPDH49PxRkX4BJBJ4ovhQPBNu1EdkkoN > .row > .video-iframe-container { display: none; }#QPDH49PxRkX4BJBJ4ovhQPBNu1EdkkoN > .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); }#QPDH49PxRkX4BJBJ4ovhQPBNu1EdkkoN > .row .container { border-width: 0; border-radius: 0; }#QPDH49PxRkX4BJBJ4ovhQPBNu1EdkkoN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QPDH49PxRkX4BJBJ4ovhQPBNu1EdkkoN > .row .container { font-size:0.875rem;font-family:arial;height:2.3125rem;width:75rem;position:relative;display:block; }#MIvIWAeSeutqxMIx8i8q0RKdCEPbv6oQ { color:#ffffff;display:block;width:60.25rem;position:absolute;font-family:"dazzed trial";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.505859375rem;left:7.4375rem;height:1.25rem;display:block; }
#VMkGfUHXk5f8MP7OAdTtPGRHdtya1PVE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0.1875rem;left:4.6875rem; }
#Hzxaq7uQvwH9xaa73mSTR4puZBQsUJiU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4b569d;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; }#Hzxaq7uQvwH9xaa73mSTR4puZBQsUJiU > .row .container { background-color: transparent; background-image: none; }#Hzxaq7uQvwH9xaa73mSTR4puZBQsUJiU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hzxaq7uQvwH9xaa73mSTR4puZBQsUJiU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hzxaq7uQvwH9xaa73mSTR4puZBQsUJiU > .row .container > .video-iframe-container { display: none; }#Hzxaq7uQvwH9xaa73mSTR4puZBQsUJiU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hzxaq7uQvwH9xaa73mSTR4puZBQsUJiU > .row > .video-iframe-container { display: none; }#Hzxaq7uQvwH9xaa73mSTR4puZBQsUJiU > .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); }#Hzxaq7uQvwH9xaa73mSTR4puZBQsUJiU > .row .container { border-width: 0; border-radius: 0; }#Hzxaq7uQvwH9xaa73mSTR4puZBQsUJiU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hzxaq7uQvwH9xaa73mSTR4puZBQsUJiU > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;position:relative;display:block; }#G8wIRDaIIVLmlB7rT6TgSyXVgS89D35e { color:#ffffff;display:block;width:60.25rem;position:absolute;font-family:"dazzed trial";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:8.6875rem;height:2.5rem;display:block; }
#fTAOIKvOqsefmbaFwtlZzbqKO7QlHiPI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4b569d;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; }#fTAOIKvOqsefmbaFwtlZzbqKO7QlHiPI > .row .container { background-color: transparent; background-image: none; }#fTAOIKvOqsefmbaFwtlZzbqKO7QlHiPI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTAOIKvOqsefmbaFwtlZzbqKO7QlHiPI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTAOIKvOqsefmbaFwtlZzbqKO7QlHiPI > .row .container > .video-iframe-container { display: none; }#fTAOIKvOqsefmbaFwtlZzbqKO7QlHiPI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTAOIKvOqsefmbaFwtlZzbqKO7QlHiPI > .row > .video-iframe-container { display: none; }#fTAOIKvOqsefmbaFwtlZzbqKO7QlHiPI > .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); }#fTAOIKvOqsefmbaFwtlZzbqKO7QlHiPI > .row .container { border-width: 0; border-radius: 0; }#fTAOIKvOqsefmbaFwtlZzbqKO7QlHiPI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTAOIKvOqsefmbaFwtlZzbqKO7QlHiPI > .row .container { font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;position:relative;display:block; }#tb8ZDyW0tFShC5bHl8Ofnyelz6LIS3TZ { color:#ffffff;display:block;width:60.25rem;position:absolute;font-family:"dazzed trial";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.568359375rem;left:7.375rem;height:1.25rem;display:block; }
#r8ALUqRRwat2pCBlHP84VhKzqax3dqxJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:0.25rem;left:4.6875rem; }
#Luh9mZKO3Z5NwOLg8TUrx6Q1QL3s0JCn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4b569d;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; }#Luh9mZKO3Z5NwOLg8TUrx6Q1QL3s0JCn > .row .container { background-color: transparent; background-image: none; }#Luh9mZKO3Z5NwOLg8TUrx6Q1QL3s0JCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Luh9mZKO3Z5NwOLg8TUrx6Q1QL3s0JCn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Luh9mZKO3Z5NwOLg8TUrx6Q1QL3s0JCn > .row .container > .video-iframe-container { display: none; }#Luh9mZKO3Z5NwOLg8TUrx6Q1QL3s0JCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Luh9mZKO3Z5NwOLg8TUrx6Q1QL3s0JCn > .row > .video-iframe-container { display: none; }#Luh9mZKO3Z5NwOLg8TUrx6Q1QL3s0JCn > .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); }#Luh9mZKO3Z5NwOLg8TUrx6Q1QL3s0JCn > .row .container { border-width: 0; border-radius: 0; }#Luh9mZKO3Z5NwOLg8TUrx6Q1QL3s0JCn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Luh9mZKO3Z5NwOLg8TUrx6Q1QL3s0JCn > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:75rem;position:relative;display:block; }#X3T6iQnfKOXArBRA6BALkfXmUoMXHX0s { color:#ffffff;display:block;width:60.25rem;position:absolute;font-family:"dazzed trial";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:8.75rem;height:2.5rem;display:block; }
#BMIHyZVhktVrRyah3EtdckQNIUCC8chE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4b569d;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; }#BMIHyZVhktVrRyah3EtdckQNIUCC8chE > .row .container { background-color: transparent; background-image: none; }#BMIHyZVhktVrRyah3EtdckQNIUCC8chE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMIHyZVhktVrRyah3EtdckQNIUCC8chE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMIHyZVhktVrRyah3EtdckQNIUCC8chE > .row .container > .video-iframe-container { display: none; }#BMIHyZVhktVrRyah3EtdckQNIUCC8chE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMIHyZVhktVrRyah3EtdckQNIUCC8chE > .row > .video-iframe-container { display: none; }#BMIHyZVhktVrRyah3EtdckQNIUCC8chE > .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); }#BMIHyZVhktVrRyah3EtdckQNIUCC8chE > .row .container { border-width: 0; border-radius: 0; }#BMIHyZVhktVrRyah3EtdckQNIUCC8chE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BMIHyZVhktVrRyah3EtdckQNIUCC8chE > .row .container { font-size:0.875rem;font-family:arial;height:2.375rem;width:75rem;position:relative;display:block; }#u6x1KPmDBOH70D2clyQRG2WKKNlSFTCz { color:#ffffff;display:block;width:60.25rem;position:absolute;font-family:"dazzed trial";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.537109375rem;left:7.375rem;height:1.25rem;display:block; }
#PsLyUnPiGtZCs0RlpUUfipidnQxegblF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.21875rem;left:4.625rem; }
#ITTyWeR0HqRJk3I0pnpPDUzlkheudeTX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4b569d;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; }#ITTyWeR0HqRJk3I0pnpPDUzlkheudeTX > .row .container { background-color: transparent; background-image: none; }#ITTyWeR0HqRJk3I0pnpPDUzlkheudeTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITTyWeR0HqRJk3I0pnpPDUzlkheudeTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITTyWeR0HqRJk3I0pnpPDUzlkheudeTX > .row .container > .video-iframe-container { display: none; }#ITTyWeR0HqRJk3I0pnpPDUzlkheudeTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITTyWeR0HqRJk3I0pnpPDUzlkheudeTX > .row > .video-iframe-container { display: none; }#ITTyWeR0HqRJk3I0pnpPDUzlkheudeTX > .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); }#ITTyWeR0HqRJk3I0pnpPDUzlkheudeTX > .row .container { border-width: 0; border-radius: 0; }#ITTyWeR0HqRJk3I0pnpPDUzlkheudeTX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ITTyWeR0HqRJk3I0pnpPDUzlkheudeTX > .row .container { font-size:0.875rem;font-family:arial;height:1.9375rem;width:75rem;position:relative;display:block; }#U1Zfx0NlJJfh8ufpHLk7Ga3g164QFmL4 { color:#ffffff;display:block;width:60.25rem;position:absolute;font-family:"dazzed trial";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:8.625rem;height:1.25rem;display:block; }
#g1XzHODyIvsdsJrAk7CBIFP2TuhCunOv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4b569d;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; }#g1XzHODyIvsdsJrAk7CBIFP2TuhCunOv > .row .container { background-color: transparent; background-image: none; }#g1XzHODyIvsdsJrAk7CBIFP2TuhCunOv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1XzHODyIvsdsJrAk7CBIFP2TuhCunOv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1XzHODyIvsdsJrAk7CBIFP2TuhCunOv > .row .container > .video-iframe-container { display: none; }#g1XzHODyIvsdsJrAk7CBIFP2TuhCunOv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1XzHODyIvsdsJrAk7CBIFP2TuhCunOv > .row > .video-iframe-container { display: none; }#g1XzHODyIvsdsJrAk7CBIFP2TuhCunOv > .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); }#g1XzHODyIvsdsJrAk7CBIFP2TuhCunOv > .row .container { border-width: 0; border-radius: 0; }#g1XzHODyIvsdsJrAk7CBIFP2TuhCunOv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g1XzHODyIvsdsJrAk7CBIFP2TuhCunOv > .row .container { font-size:0.875rem;font-family:arial;height:2.375rem;width:75rem;position:relative;display:block; }#MVkLRRk88ghEnIpGdqIcIeSPW1Oyp8Ew { color:#ffffff;display:block;width:60.25rem;position:absolute;font-family:"dazzed trial";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.537109375rem;left:7.375rem;height:1.25rem;display:block; }
#u50LUmQsDHscglAKencrHas3tBEHMUD6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.21875rem;left:4.625rem; }
#PUmlAFT0mWbKR350Md5yg9BqLFTnO8AG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4b569d;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; }#PUmlAFT0mWbKR350Md5yg9BqLFTnO8AG > .row .container { background-color: transparent; background-image: none; }#PUmlAFT0mWbKR350Md5yg9BqLFTnO8AG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUmlAFT0mWbKR350Md5yg9BqLFTnO8AG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUmlAFT0mWbKR350Md5yg9BqLFTnO8AG > .row .container > .video-iframe-container { display: none; }#PUmlAFT0mWbKR350Md5yg9BqLFTnO8AG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUmlAFT0mWbKR350Md5yg9BqLFTnO8AG > .row > .video-iframe-container { display: none; }#PUmlAFT0mWbKR350Md5yg9BqLFTnO8AG > .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); }#PUmlAFT0mWbKR350Md5yg9BqLFTnO8AG > .row .container { border-width: 0; border-radius: 0; }#PUmlAFT0mWbKR350Md5yg9BqLFTnO8AG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PUmlAFT0mWbKR350Md5yg9BqLFTnO8AG > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#LoIfffgExTpd4bStGaJLT5aRyProvAc0 { color:#ffffff;display:block;width:60.25rem;position:absolute;font-family:"dazzed trial";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:8.625rem;height:2.5rem;display:block; }
#ooaVfiFe7TnORAElhU779aresIoLOcEO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4b569d;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; }#ooaVfiFe7TnORAElhU779aresIoLOcEO > .row .container { background-color: transparent; background-image: none; }#ooaVfiFe7TnORAElhU779aresIoLOcEO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ooaVfiFe7TnORAElhU779aresIoLOcEO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ooaVfiFe7TnORAElhU779aresIoLOcEO > .row .container > .video-iframe-container { display: none; }#ooaVfiFe7TnORAElhU779aresIoLOcEO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ooaVfiFe7TnORAElhU779aresIoLOcEO > .row > .video-iframe-container { display: none; }#ooaVfiFe7TnORAElhU779aresIoLOcEO > .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); }#ooaVfiFe7TnORAElhU779aresIoLOcEO > .row .container { border-width: 0; border-radius: 0; }#ooaVfiFe7TnORAElhU779aresIoLOcEO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ooaVfiFe7TnORAElhU779aresIoLOcEO > .row .container { font-size:0.875rem;font-family:arial;height:2.375rem;width:75rem;position:relative;display:block; }#z41IOW5if5im11SxeGTCsLcPy5vhK3S6 { color:#ffffff;display:block;width:60.25rem;position:absolute;font-family:"dazzed trial";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.537109375rem;left:7.375rem;height:1.25rem;display:block; }
#N6gbNdeypB6NQuerJhwRGHRV3OmudkxK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:0.21875rem;left:4.5625rem; }
#vCQUFF2kTXN5Uy2XAzBDTRrqK53Tx2kU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4b569d;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; }#vCQUFF2kTXN5Uy2XAzBDTRrqK53Tx2kU > .row .container { background-color: transparent; background-image: none; }#vCQUFF2kTXN5Uy2XAzBDTRrqK53Tx2kU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQUFF2kTXN5Uy2XAzBDTRrqK53Tx2kU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQUFF2kTXN5Uy2XAzBDTRrqK53Tx2kU > .row .container > .video-iframe-container { display: none; }#vCQUFF2kTXN5Uy2XAzBDTRrqK53Tx2kU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQUFF2kTXN5Uy2XAzBDTRrqK53Tx2kU > .row > .video-iframe-container { display: none; }#vCQUFF2kTXN5Uy2XAzBDTRrqK53Tx2kU > .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); }#vCQUFF2kTXN5Uy2XAzBDTRrqK53Tx2kU > .row .container { border-width: 0; border-radius: 0; }#vCQUFF2kTXN5Uy2XAzBDTRrqK53Tx2kU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vCQUFF2kTXN5Uy2XAzBDTRrqK53Tx2kU > .row .container { font-size:0.875rem;font-family:arial;height:1.8125rem;width:75rem;position:relative;display:block; }#HSDXLWTgdI2v2imvEgFUKN9wkntcW8vB { color:#ffffff;display:block;width:60.25rem;position:absolute;font-family:"dazzed trial";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:8.5625rem;height:1.25rem;display:block; }
#Ugqn3pIBif0KAHErpDr97xMRWtyMyINT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4b569d;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; }#Ugqn3pIBif0KAHErpDr97xMRWtyMyINT > .row .container { background-color: transparent; background-image: none; }#Ugqn3pIBif0KAHErpDr97xMRWtyMyINT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ugqn3pIBif0KAHErpDr97xMRWtyMyINT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ugqn3pIBif0KAHErpDr97xMRWtyMyINT > .row .container > .video-iframe-container { display: none; }#Ugqn3pIBif0KAHErpDr97xMRWtyMyINT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ugqn3pIBif0KAHErpDr97xMRWtyMyINT > .row > .video-iframe-container { display: none; }#Ugqn3pIBif0KAHErpDr97xMRWtyMyINT > .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); }#Ugqn3pIBif0KAHErpDr97xMRWtyMyINT > .row .container { border-width: 0; border-radius: 0; }#Ugqn3pIBif0KAHErpDr97xMRWtyMyINT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ugqn3pIBif0KAHErpDr97xMRWtyMyINT > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#MbCVNCvE7TBh3PGFeNkqisDwsWSCuy5W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161315;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; }#MbCVNCvE7TBh3PGFeNkqisDwsWSCuy5W > .row .container { background-color: transparent; background-image: none; }#MbCVNCvE7TBh3PGFeNkqisDwsWSCuy5W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbCVNCvE7TBh3PGFeNkqisDwsWSCuy5W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbCVNCvE7TBh3PGFeNkqisDwsWSCuy5W > .row .container > .video-iframe-container { display: none; }#MbCVNCvE7TBh3PGFeNkqisDwsWSCuy5W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbCVNCvE7TBh3PGFeNkqisDwsWSCuy5W > .row > .video-iframe-container { display: none; }#MbCVNCvE7TBh3PGFeNkqisDwsWSCuy5W > .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); }#MbCVNCvE7TBh3PGFeNkqisDwsWSCuy5W > .row .container { border-width: 0; border-radius: 0; }#MbCVNCvE7TBh3PGFeNkqisDwsWSCuy5W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MbCVNCvE7TBh3PGFeNkqisDwsWSCuy5W > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#U6sulJ1iwe3OX0wMW8sUr0EdpeopxKdG { color:#ffffff;display:block;width:40.5rem;position:absolute;font-family:"dazzed trial";font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.75rem;left:17.25rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uhLtdbVLng3rkfR7uTznObAW2o0w0WSD { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.125rem;left:41.6875rem;overflow:hidden;display:block; }
#TDNyg0n2DWL9vVeQuURdTeC5Su2mQpTO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.125rem;left:38.125rem;overflow:hidden;display:block; }
#m9TU7gtV55XM5onqWO61V4tc6gsu0rlp { position:absolute;display:block;z-index:15008;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.5rem;width:2.5rem;top:2.125rem;left:34.375rem;overflow:hidden;display:block; }
#pxSqtOlQuPSFCeCa5vTGkGTTcXkN7R2P { position:absolute;display:block;z-index:15007;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.5rem;width:2.5rem;top:2.125rem;left:30.8125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #N4UfIOBrfTMfwAPZFDDtxgxfiPTLv6RI { top:7.1875rem;left:21.71875rem;width:4.3125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBVrZSB7mNi9zGLfP7rAy17aSlUP1KmT { top:16.0625rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkIpnVLaFwAnDyS0IJ9tXuiTp5uwNdOV { top:26.8125rem;left:6.03125rem;width:35.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9MOwRTTgQKgmUA8M5Pa8TLu9yXKQU2W { width:11.3125rem;height:3.1875rem;top:32.625rem;left:18.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmpVP6BW3BpuvzTn3bmIHT0QSyXPtae0 { display:block; }
 }@media only screen and (max-width: 763px) { #wBvR3JqkTBaWGR9negT9q5f2WVcWObTv { top:32.0625rem;left:31.125rem;width:16.625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #neSnpT5TSDS9P6iMJ2o8GdakxSli7xCH { top:41rem;left:4.5rem;width:38.75rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtlmbizzkr1dTfBHOZlSX8kTvTHg348y { display:block; }#dtlmbizzkr1dTfBHOZlSX8kTvTHg348y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJW1BsRcVzcdhdcZ4rHrh3MTTdmQwZC8 { top:5.5625rem;left:0rem;width:47.75rem;height:5.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgI2Q0VnPlLa7cDsvpWFpdJfekJC7x4N { top:13.0625rem;left:4.3125rem;width:41.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2NXNXuUekA7iWRiKex6LmeOp892PNqK { top:25.1875rem;left:5.75rem;width:12.5rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9lB7tXIcp4NoeGxNZMb6eCI8Bazcd0C { top:25.1875rem;left:18.875rem;width:12.5rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwtbX0uwTJuUJ7t9LtTZRuDXICwORQFP { top:25.1875rem;left:33.5rem;width:12.5rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv4p9Vpt0QTNlOJRrDxGkMn3HLnGJQHz { top:19.9375rem;left:22.1875rem;width:5.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #roNUsLlif9w5CpTEuUqM0cU0se30Quqb { top:11.3125rem;left:1.3125rem;width:14.4375rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvX1wm0nDqIxLy7WaPb64IRTVUOdNgLa { width:6.8125rem;height:15.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uu5mhBaAXQdE7oG54BbSQNaQOlGmS4Oo { display:block; }#uu5mhBaAXQdE7oG54BbSQNaQOlGmS4Oo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPePpg9eycSVAlXlPTJ9kzksuifGCGbd { top:3.5rem;left:13.65625rem;width:20.4375rem;height:2.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJdwudyXTrCmTWZ4AyO2RJZPzcyr45ib { top:25.5rem;left:0rem;width:16.625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1DCchS27US86h11FKuWdLeJR3XFAGKH { width:11.3125rem;height:3.1875rem;top:32.125rem;left:18.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oszSMyTgT7N4AqZwpTGk2nnShn9CbnwK { display:block; }
 }@media only screen and (max-width: 763px) { #yKJtZQaUvHev5JDJav9pvgZBmp90iLJV { top:36.6875rem;left:4.1875rem;width:39.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K73lwIPRyq3FhnI5TCDR6wHKSenxL2vs { top:19.6875rem;left:1.21875rem;width:12.5rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9KrUbzxOl54rPQEzZ3uUHo7GrV3ietz { top:19.6875rem;left:17.625rem;width:12.5rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz9iKGoHiAiAOTEiQKEEvqkFEgrLHeMH { top:19.6875rem;left:34.09375rem;width:12.5rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpmk7KMXi3T0wO59uccgJ8tgP7h2zkJH { top:9.125rem;left:19.125rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQF7GumdJQ3Qy3dsVJeZgniRg7VrHJly { top:10.5625rem;left:3.46875rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlbTNl3FBf0RxgTbVyFI4JPvSUfVt1NG { top:10.6875rem;left:36.59375rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvtxc1Ba8SxznKwAZZOazZw2Db2U43Br { display:block; }#lvtxc1Ba8SxznKwAZZOazZw2Db2U43Br > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mS1iF5TakfhH8uWeQpHAtXwobBaNrmaO { top:4.375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmTStRGIgz5ub89Ess9PHHPnl5IRc48s { top:29.9375rem;left:0rem;width:13.375rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGvFDXuhEGkTBLLMrqSiLavnKJr8Kors { top:8.875rem;left:0rem;width:47.75rem;height:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvWTBqpkLRGxE6qmMmaqUGQ0VOgsbocA { width:11.3125rem;height:3.1875rem;top:32rem;left:18.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JborUXBQdK0U0zJp1vTSrCbszbaGqAyi { display:block; }
 }@media only screen and (max-width: 763px) { #dJaBg7RVHQKyP81SlXZIIXc2qOBddQpH { top:20.1875rem;left:14.375rem;width:19rem;height:;font-size:1.125rem;display:block; }#dJaBg7RVHQKyP81SlXZIIXc2qOBddQpH li:before{  }
 }@media only screen and (max-width: 763px) { #ZDekhwt1bcc2xuWcLXNQLuMLGtmLErqX { display:block; }#ZDekhwt1bcc2xuWcLXNQLuMLGtmLErqX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxHCU0bhNn3dndlZ6yWa2Q59nf4W30bH { top:5.5625rem;left:0rem;width:47.75rem;height:5.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMbzAHrxRTiFfGO4KOeVNeP8vTeB3moz { top:20rem;left:7.96875rem;width:39.625rem;height:14.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU625gEDkoevTbJRU7bTx2LIfNAWtfN4 { top:16.3125rem;left:4.5625rem;width:43.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQO4HwiGAC8TrDLBfM0mae7ndMHdK6g7 { display:block; }#aQO4HwiGAC8TrDLBfM0mae7ndMHdK6g7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzbEaoU8p5WHeS7aXl2x4g0EfxwSZ4mq { top:3.8125rem;left:0rem;width:28.1875rem;height:2.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPvVRZEWJplRyRP7WHL6xfTaoQAAIA0K { top:3.8125rem;left:26.375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtN2X7IAwfdubxbmddaopbJmZgGK07uu { top:31.5rem;left:31.125rem;width:16.625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV5Q6qxbzB9B6Vg3sHzzl2IfNOTQTB13 { top:3.8125rem;left:31.8125rem;width:5.8125rem;height:2.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHqkD21iOgrTGzNscTvb9R9hr5L0Tkq3 { top:9.75rem;left:0rem;width:47.75rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIZSzD1Okk0DCwA407IIBMFJgW0PXHfy { top:34.75rem;left:29.375rem;width:18.375rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #padZX13DtNeRzX3BPyc7hC4TSI8mQoFT { display:block; }#padZX13DtNeRzX3BPyc7hC4TSI8mQoFT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LT2ntauUhvTyXpIQ9CVLLzCqXeue9loH { top:3.1875rem;left:0rem;width:24.8125rem;height:2.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Geb49GX27POv0KHsOssgLd0J34c7FyHO { top:7.625rem;left:0rem;width:37.125rem;height:22.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTdSTaCtDvAlZeOWggDVoBNeza0JAAzn { top:3.5625rem;left:11.9375rem;width:35.8125rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsGSMrIp14WrITmGpSbAG7crFB6xflX5 { top:6rem;left:25.5625rem;width:16.625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhLKHs7QzTh2T5U7SxHHZS8cuJWNSGem { display:block; }#WhLKHs7QzTh2T5U7SxHHZS8cuJWNSGem > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gd56Ea1ywZXy7TOcrpdpfTmzVn5QGHIM { top:5.5rem;left:13.65625rem;width:20.4375rem;height:2.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2WTUNEMtW4yfp9qugcx9TOOwef3tdVm { top:15.625rem;left:0rem;width:14.375rem;height:4.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4hoe2eXVgcHkblBtveDomfGX5r4TmJc { top:15.625rem;left:9.46875rem;width:14.1875rem;height:4.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxbiLyiygOoPTsEXHqJmqlmtTcttJ4Mk { top:15.625rem;left:25.4375rem;width:14.25rem;height:4.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOivVGhZk9TFi3KsTPyGE0Nl4Q9M7QPI { top:15.625rem;left:33.625rem;width:14.125rem;height:3.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtwJcwsr9gkNHiWfufGXBkH38y4aDaJi { top:21.875rem;left:0rem;width:14.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH3kywetIk97LesQOIeLbLdQtt1iUHQW { top:21.875rem;left:9.5rem;width:14.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRqvq7HGuf2xab8Buw3aTDKIzLG390cb { top:21.875rem;left:25.5rem;width:14.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb6q6USEfTqZ7l8sdsz5b6WSWvhDSL8T { top:21.875rem;left:33.5rem;width:14.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSyHWN0vP7Nb0Th4ktN7NMPhlEPFA9L1 { width:11.3125rem;height:3.1875rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv1XwX7nPLEEnuEh8ZZNWZLaT61VeUZd { display:block; }
 }@media only screen and (max-width: 763px) { #zA6E4Wv2EwJacyfliLT2vzzuN08GI5hy { width:11.3125rem;height:3.1875rem;top:25.75rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0T9AJVCn1XnspRntqHsUZqdnxU1yvQr { display:block; }
 }@media only screen and (max-width: 763px) { #SKhxJyhpnqNg200hKUpwAJNcye3b1RED { width:11.3125rem;height:3.1875rem;top:25.75rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODgE1Hlg2OQyNTR9NU3WnTBMTD0TaSEs { display:block; }
 }@media only screen and (max-width: 763px) { #M6RJdGdOCwicFgMOSAJ6nL28oioZFm3d { width:11.3125rem;height:3.1875rem;top:25.75rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2QH7DP5GiX3Pv3LLMJLBEGbMdMt9xXM { display:block; }
 }@media only screen and (max-width: 763px) { #fgpZI1WK6oORM0BBST2uNlpn15R0FDAf { top:31.0625rem;left:0rem;width:14.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8docCqn0OXueXiub1FVSEQcDacc1SSt { top:31.0625rem;left:9.5rem;width:14.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBws4oaGg3X8FtCwLPUppd5I5klftki7 { top:31.0625rem;left:25.625rem;width:14.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8MFyZldvVTFNzTKzTF2u71wpkGrsmHX { top:31.0625rem;left:33.5rem;width:14.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz55BoV8Fn5DyhSVkaTUn7LUiKom8IGv { top:9.375rem;left:7.3125rem;width:31.9375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbToZIzGTcVv0WZFUSvky8IEQL5gRKo3 { top:13.8125rem;left:0rem;width:14.0625rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpWfv0JE5uLLARJ6simdTrekGse4FM3Z { top:13.8125rem;left:9.46875rem;width:14.0625rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUEOBeTElHL1EEC6456sZtLsmrHZTuHT { top:13.8125rem;left:25.46875rem;width:14.0625rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6zasZb6SL7CIUVsJzdBeBJqQ0cBQ0AD { top:13.8125rem;left:33.5625rem;width:14.0625rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir0mVcsgeXxUBZ6Vws1PSWxMnCIMPbfi { display:block; }#Ir0mVcsgeXxUBZ6Vws1PSWxMnCIMPbfi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBukmSSqeLaBSiRUNzB6sTlpUql7lcGf { top:4.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi1Hc54B0SzVvz1MvaTktRVwlsBvkLK8 { top:9.75rem;left:3.625rem;width:40.5rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVr4eVyy38NOenTg4HMsv2ay1qxBXXL2 { top:28.625rem;left:0rem;width:16.625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fibDPCqpc4rnmaeiWynr7OoT61ifXaGw { top:24.3125rem;left:19.5rem;width:8.75rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlC6vmtSeIfxKuNmqZmpe4w5GecREfcL { width:11.3125rem;height:3.1875rem;top:34.0625rem;left:18.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJsfnLUmz62dxTpSANWgPRObN7hGerGu { display:block; }
 }@media only screen and (max-width: 763px) { #TnT7Z6LwCaPDEr4tgwG80ioGdsUhoGXq { display:block; }#TnT7Z6LwCaPDEr4tgwG80ioGdsUhoGXq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJr1HsVbO8Os7RGex2OIC8qGpUyRuVK8 { top:1.0625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXt8Oy6rhAs5KnzSz592n51mWIZHfkEf { display:block; }#iXt8Oy6rhAs5KnzSz592n51mWIZHfkEf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ti6SHPFcmJWto6i8mzGxDo8zeKeTJTuZ { top:0.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW0OVo4sFIVyMxio1Q9kTq81Lqvn3O9Z { top:0.3125rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4SQSkbt0zo7l0trStOqgd7ucPAID0e9 { display:block; }#O4SQSkbt0zo7l0trStOqgd7ucPAID0e9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOdDoSLalcG636J4gOez1958yWp6ZwrT { top:0rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPDH49PxRkX4BJBJ4ovhQPBNu1EdkkoN { display:block; }#QPDH49PxRkX4BJBJ4ovhQPBNu1EdkkoN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIvIWAeSeutqxMIx8i8q0RKdCEPbv6oQ { top:0.5rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMkGfUHXk5f8MP7OAdTtPGRHdtya1PVE { top:0.1875rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hzxaq7uQvwH9xaa73mSTR4puZBQsUJiU { display:block; }#Hzxaq7uQvwH9xaa73mSTR4puZBQsUJiU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8wIRDaIIVLmlB7rT6TgSyXVgS89D35e { top:0rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTAOIKvOqsefmbaFwtlZzbqKO7QlHiPI { display:block; }#fTAOIKvOqsefmbaFwtlZzbqKO7QlHiPI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tb8ZDyW0tFShC5bHl8Ofnyelz6LIS3TZ { top:0.5625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8ALUqRRwat2pCBlHP84VhKzqax3dqxJ { top:0.25rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Luh9mZKO3Z5NwOLg8TUrx6Q1QL3s0JCn { display:block; }#Luh9mZKO3Z5NwOLg8TUrx6Q1QL3s0JCn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3T6iQnfKOXArBRA6BALkfXmUoMXHX0s { top:0rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMIHyZVhktVrRyah3EtdckQNIUCC8chE { display:block; }#BMIHyZVhktVrRyah3EtdckQNIUCC8chE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6x1KPmDBOH70D2clyQRG2WKKNlSFTCz { top:0.5rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsLyUnPiGtZCs0RlpUUfipidnQxegblF { top:0.1875rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITTyWeR0HqRJk3I0pnpPDUzlkheudeTX { display:block; }#ITTyWeR0HqRJk3I0pnpPDUzlkheudeTX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1Zfx0NlJJfh8ufpHLk7Ga3g164QFmL4 { top:0rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1XzHODyIvsdsJrAk7CBIFP2TuhCunOv { display:block; }#g1XzHODyIvsdsJrAk7CBIFP2TuhCunOv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVkLRRk88ghEnIpGdqIcIeSPW1Oyp8Ew { top:0.5rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u50LUmQsDHscglAKencrHas3tBEHMUD6 { top:0.1875rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUmlAFT0mWbKR350Md5yg9BqLFTnO8AG { display:block; }#PUmlAFT0mWbKR350Md5yg9BqLFTnO8AG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoIfffgExTpd4bStGaJLT5aRyProvAc0 { top:0rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooaVfiFe7TnORAElhU779aresIoLOcEO { display:block; }#ooaVfiFe7TnORAElhU779aresIoLOcEO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z41IOW5if5im11SxeGTCsLcPy5vhK3S6 { top:0.5rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6gbNdeypB6NQuerJhwRGHRV3OmudkxK { top:0.1875rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCQUFF2kTXN5Uy2XAzBDTRrqK53Tx2kU { display:block; }#vCQUFF2kTXN5Uy2XAzBDTRrqK53Tx2kU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HSDXLWTgdI2v2imvEgFUKN9wkntcW8vB { top:0rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugqn3pIBif0KAHErpDr97xMRWtyMyINT { display:none; }#Ugqn3pIBif0KAHErpDr97xMRWtyMyINT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MbCVNCvE7TBh3PGFeNkqisDwsWSCuy5W { display:none; }#MbCVNCvE7TBh3PGFeNkqisDwsWSCuy5W > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U6sulJ1iwe3OX0wMW8sUr0EdpeopxKdG { top:6.75rem;left:3.625rem;width:40.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhLtdbVLng3rkfR7uTznObAW2o0w0WSD { top:2.125rem;left:28.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDNyg0n2DWL9vVeQuURdTeC5Su2mQpTO { top:2.125rem;left:24.5rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9TU7gtV55XM5onqWO61V4tc6gsu0rlp { top:2.125rem;left:20.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxSqtOlQuPSFCeCa5vTGkGTTcXkN7R2P { top:2.125rem;left:17.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N4UfIOBrfTMfwAPZFDDtxgxfiPTLv6RI { width:4.3125rem;height:5.125rem;top:1.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBVrZSB7mNi9zGLfP7rAy17aSlUP1KmT { width:18.75rem;height:6rem;top:11rem;left:0.625rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dkIpnVLaFwAnDyS0IJ9tXuiTp5uwNdOV { width:20rem;height:4.3125rem;top:18.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9MOwRTTgQKgmUA8M5Pa8TLu9yXKQU2W { width:12.4375rem;height:3.1875rem;top:24.9423828125rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmpVP6BW3BpuvzTn3bmIHT0QSyXPtae0 { display:block; }
 }@media only screen and (max-width: 763px) { #wBvR3JqkTBaWGR9negT9q5f2WVcWObTv { width:11.0625rem;height:9.3125rem;top:36.9482421875rem;left:8.375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #neSnpT5TSDS9P6iMJ2o8GdakxSli7xCH { width:20rem;height:7.3125rem;top:31.3232421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtlmbizzkr1dTfBHOZlSX8kTvTHg348y { display:block; }#dtlmbizzkr1dTfBHOZlSX8kTvTHg348y > .row .container { width:20rem;height:63.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJW1BsRcVzcdhdcZ4rHrh3MTTdmQwZC8 { width:20rem;height:8.75rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgI2Q0VnPlLa7cDsvpWFpdJfekJC7x4N { width:20rem;height:8.625rem;top:11.421875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2NXNXuUekA7iWRiKex6LmeOp892PNqK { width:12.5rem;height:6.25rem;top:24.5947265625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9lB7tXIcp4NoeGxNZMb6eCI8Bazcd0C { width:12.5rem;height:6.25rem;top:32.59375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwtbX0uwTJuUJ7t9LtTZRuDXICwORQFP { width:12.5rem;height:6.25rem;top:40.9052734375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv4p9Vpt0QTNlOJRrDxGkMn3HLnGJQHz { width:5.875rem;height:2rem;top:21.2783203125rem;left:7.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #roNUsLlif9w5CpTEuUqM0cU0se30Quqb { width:14.4375rem;height:33.25rem;top:48.6542734375rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvX1wm0nDqIxLy7WaPb64IRTVUOdNgLa { top:50.25rem;left:6.5rem;width:5.1875rem;height:12.25rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uu5mhBaAXQdE7oG54BbSQNaQOlGmS4Oo { display:block; }#uu5mhBaAXQdE7oG54BbSQNaQOlGmS4Oo > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPePpg9eycSVAlXlPTJ9kzksuifGCGbd { width:20rem;height:2.1875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJdwudyXTrCmTWZ4AyO2RJZPzcyr45ib { width:8.0625rem;height:6.8125rem;top:55.673828125rem;left:0.71875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #E1DCchS27US86h11FKuWdLeJR3XFAGKH { width:12.4375rem;height:3.1875rem;top:57.486328125rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oszSMyTgT7N4AqZwpTGk2nnShn9CbnwK { display:block; }
 }@media only screen and (max-width: 763px) { #yKJtZQaUvHev5JDJav9pvgZBmp90iLJV { width:20rem;height:2.875rem;top:62.486328125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K73lwIPRyq3FhnI5TCDR6wHKSenxL2vs { width:12.5rem;height:7.1875rem;top:13.158203125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9KrUbzxOl54rPQEzZ3uUHo7GrV3ietz { width:12.5rem;height:7.1875rem;top:29.96875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz9iKGoHiAiAOTEiQKEEvqkFEgrLHeMH { width:12.5rem;height:5.75rem;top:47.1083984375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpmk7KMXi3T0wO59uccgJ8tgP7h2zkJH { width:13rem;height:13rem;top:19.794921875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQF7GumdJQ3Qy3dsVJeZgniRg7VrHJly { width:10.625rem;height:10.625rem;top:4.033203125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlbTNl3FBf0RxgTbVyFI4JPvSUfVt1NG { width:10.25rem;height:10.25rem;top:38.423828125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvtxc1Ba8SxznKwAZZOazZw2Db2U43Br { display:block; }#lvtxc1Ba8SxznKwAZZOazZw2Db2U43Br > .row .container { width:20rem;height:42.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mS1iF5TakfhH8uWeQpHAtXwobBaNrmaO { width:20rem;height:2.0625rem;top:4.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmTStRGIgz5ub89Ess9PHHPnl5IRc48s { width:13.375rem;height:17rem;top:29.9375rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DGvFDXuhEGkTBLLMrqSiLavnKJr8Kors { width:20rem;height:12.9375rem;top:9.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvWTBqpkLRGxE6qmMmaqUGQ0VOgsbocA { width:11.3125rem;height:3.1875rem;top:36.25rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JborUXBQdK0U0zJp1vTSrCbszbaGqAyi { display:block; }
 }@media only screen and (max-width: 763px) { #dJaBg7RVHQKyP81SlXZIIXc2qOBddQpH { width:19.375rem;height:10.1875rem;top:23.9140625rem;left:0.625rem;font-size:1.125rem;display:block; }#dJaBg7RVHQKyP81SlXZIIXc2qOBddQpH li:before{  }
 }@media only screen and (max-width: 763px) { #ZDekhwt1bcc2xuWcLXNQLuMLGtmLErqX { display:block; }#ZDekhwt1bcc2xuWcLXNQLuMLGtmLErqX > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxHCU0bhNn3dndlZ6yWa2Q59nf4W30bH { width:20rem;height:4.375rem;top:2.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMbzAHrxRTiFfGO4KOeVNeP8vTeB3moz { width:20rem;height:20.125rem;top:13.7578125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU625gEDkoevTbJRU7bTx2LIfNAWtfN4 { width:20rem;height:2.875rem;top:8.8984375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQO4HwiGAC8TrDLBfM0mae7ndMHdK6g7 { display:block; }#aQO4HwiGAC8TrDLBfM0mae7ndMHdK6g7 > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzbEaoU8p5WHeS7aXl2x4g0EfxwSZ4mq { width:6.75rem;height:2.1875rem;top:2.5625rem;left:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPvVRZEWJplRyRP7WHL6xfTaoQAAIA0K { width:2.9375rem;height:2.9375rem;top:2.1875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtN2X7IAwfdubxbmddaopbJmZgGK07uu { width:9rem;height:7.625rem;top:38.125rem;left:5.5rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #LV5Q6qxbzB9B6Vg3sHzzl2IfNOTQTB13 { width:2.6875rem;height:2.1875rem;top:2.5625rem;left:14.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHqkD21iOgrTGzNscTvb9R9hr5L0Tkq3 { width:20rem;height:28.8125rem;top:7.5234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIZSzD1Okk0DCwA407IIBMFJgW0PXHfy { width:9.6875rem;height:10.875rem;top:38.75rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #padZX13DtNeRzX3BPyc7hC4TSI8mQoFT { display:block; }#padZX13DtNeRzX3BPyc7hC4TSI8mQoFT > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LT2ntauUhvTyXpIQ9CVLLzCqXeue9loH { width:20rem;height:2.1875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Geb49GX27POv0KHsOssgLd0J34c7FyHO { width:20rem;height:28rem;top:4.69921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTdSTaCtDvAlZeOWggDVoBNeza0JAAzn { width:20rem;height:15.42575rem;top:34.74609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsGSMrIp14WrITmGpSbAG7crFB6xflX5 { width:10.0625rem;height:8.5rem;top:41.73388671875rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhLKHs7QzTh2T5U7SxHHZS8cuJWNSGem { display:block; }#WhLKHs7QzTh2T5U7SxHHZS8cuJWNSGem > .row .container { width:20rem;height:112rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gd56Ea1ywZXy7TOcrpdpfTmzVn5QGHIM { width:20rem;height:2.1875rem;top:5.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2WTUNEMtW4yfp9qugcx9TOOwef3tdVm { width:14.1875rem;height:5.0625rem;top:17.76171875rem;left:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4hoe2eXVgcHkblBtveDomfGX5r4TmJc { width:14.25rem;height:5.0625rem;top:42.1875rem;left:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxbiLyiygOoPTsEXHqJmqlmtTcttJ4Mk { width:14.1875rem;height:3.375rem;top:66.4375rem;left:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOivVGhZk9TFi3KsTPyGE0Nl4Q9M7QPI { width:14.1875rem;height:3.375rem;top:89.5rem;left:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtwJcwsr9gkNHiWfufGXBkH38y4aDaJi { width:14.1875rem;height:1.625rem;top:24.134765625rem;left:2.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH3kywetIk97LesQOIeLbLdQtt1iUHQW { width:14.125rem;height:1.625rem;top:48.375rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRqvq7HGuf2xab8Buw3aTDKIzLG390cb { width:14.0625rem;height:1.625rem;top:71.5rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb6q6USEfTqZ7l8sdsz5b6WSWvhDSL8T { width:14.125rem;height:1.625rem;top:94.625rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSyHWN0vP7Nb0Th4ktN7NMPhlEPFA9L1 { width:11.3125rem;height:3.1875rem;top:27.294921875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv1XwX7nPLEEnuEh8ZZNWZLaT61VeUZd { display:block; }
 }@media only screen and (max-width: 763px) { #zA6E4Wv2EwJacyfliLT2vzzuN08GI5hy { width:11.3125rem;height:3.1875rem;top:51.5625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0T9AJVCn1XnspRntqHsUZqdnxU1yvQr { display:block; }
 }@media only screen and (max-width: 763px) { #SKhxJyhpnqNg200hKUpwAJNcye3b1RED { width:11.3125rem;height:3.1875rem;top:75.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODgE1Hlg2OQyNTR9NU3WnTBMTD0TaSEs { display:block; }
 }@media only screen and (max-width: 763px) { #M6RJdGdOCwicFgMOSAJ6nL28oioZFm3d { width:11.3125rem;height:3.1875rem;top:98.4375rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2QH7DP5GiX3Pv3LLMJLBEGbMdMt9xXM { display:block; }
 }@media only screen and (max-width: 763px) { #fgpZI1WK6oORM0BBST2uNlpn15R0FDAf { width:14.25rem;height:1.4375rem;top:32.482421875rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8docCqn0OXueXiub1FVSEQcDacc1SSt { width:14.25rem;height:1.4375rem;top:57rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBws4oaGg3X8FtCwLPUppd5I5klftki7 { width:14.125rem;height:1.4375rem;top:80.5625rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8MFyZldvVTFNzTKzTF2u71wpkGrsmHX { width:14.125rem;height:1.4375rem;top:103.9375rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz55BoV8Fn5DyhSVkaTUn7LUiKom8IGv { width:17.1875rem;height:3.5rem;top:9.125rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbToZIzGTcVv0WZFUSvky8IEQL5gRKo3 { width:14.0625rem;height:20.0625rem;top:16.68994140625rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpWfv0JE5uLLARJ6simdTrekGse4FM3Z { width:14.0625rem;height:20.0625rem;top:40.27783203125rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUEOBeTElHL1EEC6456sZtLsmrHZTuHT { width:14.0625rem;height:20.0625rem;top:63.90283203125rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6zasZb6SL7CIUVsJzdBeBJqQ0cBQ0AD { width:14.0625rem;height:20.0625rem;top:87.76220703125rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir0mVcsgeXxUBZ6Vws1PSWxMnCIMPbfi { display:block; }#Ir0mVcsgeXxUBZ6Vws1PSWxMnCIMPbfi > .row .container { width:20rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBukmSSqeLaBSiRUNzB6sTlpUql7lcGf { width:20rem;height:2.5625rem;top:3.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi1Hc54B0SzVvz1MvaTktRVwlsBvkLK8 { width:18.4375rem;height:21.5625rem;top:9.287109375rem;left:0.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVr4eVyy38NOenTg4HMsv2ay1qxBXXL2 { width:9.125rem;height:7.75rem;top:41.9648625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fibDPCqpc4rnmaeiWynr7OoT61ifXaGw { width:8.75rem;height:8rem;top:32.33984375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlC6vmtSeIfxKuNmqZmpe4w5GecREfcL { width:11.3125rem;height:3.1875rem;top:41.96484375rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJsfnLUmz62dxTpSANWgPRObN7hGerGu { display:block; }
 }@media only screen and (max-width: 763px) { #TnT7Z6LwCaPDEr4tgwG80ioGdsUhoGXq { display:block; }#TnT7Z6LwCaPDEr4tgwG80ioGdsUhoGXq > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJr1HsVbO8Os7RGex2OIC8qGpUyRuVK8 { width:20rem;height:3.25rem;top:1.552734375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXt8Oy6rhAs5KnzSz592n51mWIZHfkEf { display:block; }#iXt8Oy6rhAs5KnzSz592n51mWIZHfkEf > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ti6SHPFcmJWto6i8mzGxDo8zeKeTJTuZ { width:17.1875rem;height:2.5rem;top:1.1708984375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW0OVo4sFIVyMxio1Q9kTq81Lqvn3O9Z { width:1.9375rem;height:1.9375rem;top:1.1708984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4SQSkbt0zo7l0trStOqgd7ucPAID0e9 { display:block; }#O4SQSkbt0zo7l0trStOqgd7ucPAID0e9 > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOdDoSLalcG636J4gOez1958yWp6ZwrT { width:20rem;height:11.25rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPDH49PxRkX4BJBJ4ovhQPBNu1EdkkoN { display:block; }#QPDH49PxRkX4BJBJ4ovhQPBNu1EdkkoN > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIvIWAeSeutqxMIx8i8q0RKdCEPbv6oQ { width:16.5rem;height:1.25rem;top:0.912109375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMkGfUHXk5f8MP7OAdTtPGRHdtya1PVE { width:1.9375rem;height:1.9375rem;top:0.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hzxaq7uQvwH9xaa73mSTR4puZBQsUJiU { display:block; }#Hzxaq7uQvwH9xaa73mSTR4puZBQsUJiU > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8wIRDaIIVLmlB7rT6TgSyXVgS89D35e { width:20rem;height:6.25rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTAOIKvOqsefmbaFwtlZzbqKO7QlHiPI { display:block; }#fTAOIKvOqsefmbaFwtlZzbqKO7QlHiPI > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tb8ZDyW0tFShC5bHl8Ofnyelz6LIS3TZ { width:16.625rem;height:1.25rem;top:1.037109375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8ALUqRRwat2pCBlHP84VhKzqax3dqxJ { width:1.9375rem;height:1.9375rem;top:0.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Luh9mZKO3Z5NwOLg8TUrx6Q1QL3s0JCn { display:block; }#Luh9mZKO3Z5NwOLg8TUrx6Q1QL3s0JCn > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3T6iQnfKOXArBRA6BALkfXmUoMXHX0s { width:20rem;height:7.5rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMIHyZVhktVrRyah3EtdckQNIUCC8chE { display:block; }#BMIHyZVhktVrRyah3EtdckQNIUCC8chE > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6x1KPmDBOH70D2clyQRG2WKKNlSFTCz { width:17.4375rem;height:1.25rem;top:1.130859375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsLyUnPiGtZCs0RlpUUfipidnQxegblF { width:1.9375rem;height:1.9375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITTyWeR0HqRJk3I0pnpPDUzlkheudeTX { display:block; }#ITTyWeR0HqRJk3I0pnpPDUzlkheudeTX > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1Zfx0NlJJfh8ufpHLk7Ga3g164QFmL4 { width:20rem;height:2.5rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1XzHODyIvsdsJrAk7CBIFP2TuhCunOv { display:block; }#g1XzHODyIvsdsJrAk7CBIFP2TuhCunOv > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVkLRRk88ghEnIpGdqIcIeSPW1Oyp8Ew { width:17.4375rem;height:1.25rem;top:1.130859375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u50LUmQsDHscglAKencrHas3tBEHMUD6 { width:1.9375rem;height:1.9375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUmlAFT0mWbKR350Md5yg9BqLFTnO8AG { display:block; }#PUmlAFT0mWbKR350Md5yg9BqLFTnO8AG > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoIfffgExTpd4bStGaJLT5aRyProvAc0 { width:20rem;height:7.5rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooaVfiFe7TnORAElhU779aresIoLOcEO { display:block; }#ooaVfiFe7TnORAElhU779aresIoLOcEO > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z41IOW5if5im11SxeGTCsLcPy5vhK3S6 { width:17.5625rem;height:1.25rem;top:0.912109375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6gbNdeypB6NQuerJhwRGHRV3OmudkxK { width:1.9375rem;height:1.9375rem;top:0.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCQUFF2kTXN5Uy2XAzBDTRrqK53Tx2kU { display:block; }#vCQUFF2kTXN5Uy2XAzBDTRrqK53Tx2kU > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HSDXLWTgdI2v2imvEgFUKN9wkntcW8vB { width:20rem;height:2.5rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugqn3pIBif0KAHErpDr97xMRWtyMyINT { background-color:#4b569d;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; }#Ugqn3pIBif0KAHErpDr97xMRWtyMyINT > .row .container { background-color: transparent; background-image: none; }#Ugqn3pIBif0KAHErpDr97xMRWtyMyINT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ugqn3pIBif0KAHErpDr97xMRWtyMyINT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ugqn3pIBif0KAHErpDr97xMRWtyMyINT > .row .container > .video-iframe-container { display: none; }#Ugqn3pIBif0KAHErpDr97xMRWtyMyINT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ugqn3pIBif0KAHErpDr97xMRWtyMyINT > .row > .video-iframe-container { display: none; }#Ugqn3pIBif0KAHErpDr97xMRWtyMyINT > .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); }#Ugqn3pIBif0KAHErpDr97xMRWtyMyINT > .row .container { border-width: 0; border-radius: 0; }#Ugqn3pIBif0KAHErpDr97xMRWtyMyINT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ugqn3pIBif0KAHErpDr97xMRWtyMyINT > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbCVNCvE7TBh3PGFeNkqisDwsWSCuy5W { display:block; }#MbCVNCvE7TBh3PGFeNkqisDwsWSCuy5W > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6sulJ1iwe3OX0wMW8sUr0EdpeopxKdG { width:20rem;height:1rem;top:5.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhLtdbVLng3rkfR7uTznObAW2o0w0WSD { width:1.875rem;height:1.875rem;top:2.3125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDNyg0n2DWL9vVeQuURdTeC5Su2mQpTO { width:1.875rem;height:1.875rem;top:2.3125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9TU7gtV55XM5onqWO61V4tc6gsu0rlp { width:1.875rem;height:1.875rem;top:2.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxSqtOlQuPSFCeCa5vTGkGTTcXkN7R2P { width:1.875rem;height:1.875rem;top:2.3125rem;left:4.875rem;display:block; }
 }