.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:#ffffff;background-image:none;position:relative;display:block; }
#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .row > .video-iframe-container { display: none; }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .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); }#bW844kuWEPM6gnhFJOoNyE1cRCR9R4Iv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.75);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;z-index:auto;display:none; }#bW844kuWEPM6gnhFJOoNyE1cRCR9R4Iv > .row .container { border-width: 0; border-radius: 0; }#bW844kuWEPM6gnhFJOoNyE1cRCR9R4Iv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bW844kuWEPM6gnhFJOoNyE1cRCR9R4Iv > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:none; }#tLZ0khcmTHO8OxcR4ydc0Z0DexH2b6a2 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.21875rem;left:46.7744140625rem;display:none; }
#gFI67Q0JpHOgoFPp6A9VpaUPnFeoEU5e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k4IvT9JOruA3KcbEOn2FDBhchktJkfZm { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:2.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.21875rem;left:60.2119140625rem;display:none; }
#Wu7dc6wBvBsqvTyMllul82RTJWo9Zlgy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bgpx9hOHND6lfXgT5wP0dhB1KUqOqCah { 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.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#k54xKAeG60PxHtZnUbI8piGil6oJdCQU { 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.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#oiEWLL9v8x8BriG6WEp48XJQImR5vb3h { background-color:#f95b01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:1.6875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.8125rem;left:60.687498092651rem;display:none; }
#O7yl1kIc1WX7yTRsfqMGuDm5IdqtwAhl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wVt0GryPGbukZ6no11dMFLmPaou0yJiE { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.21875rem;left:36.0625rem;display:none; }
#UEo8uTC2IwM9amTd0cGPdVD0LACwqeu8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PZ9Z9Xm9M8MUm5zOhnEdKSOv5SLRNiIm { 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.875rem;width:9.625rem;top:0.4375rem;left:3.125rem;overflow:hidden;display:block; }
#tHlOGAHmuCzqkeEhg6ANgIDeLpdbgxce { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:0.88628470897675rem;left:18.59375rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SLIKrRVu2r1r5Vd7um9XznLW6cPdeX6u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.75);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#SLIKrRVu2r1r5Vd7um9XznLW6cPdeX6u > .row .container { background-color: transparent; background-image: none; }#SLIKrRVu2r1r5Vd7um9XznLW6cPdeX6u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLIKrRVu2r1r5Vd7um9XznLW6cPdeX6u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLIKrRVu2r1r5Vd7um9XznLW6cPdeX6u > .row .container > .video-iframe-container { display: none; }#SLIKrRVu2r1r5Vd7um9XznLW6cPdeX6u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLIKrRVu2r1r5Vd7um9XznLW6cPdeX6u > .row > .video-iframe-container { display: none; }#SLIKrRVu2r1r5Vd7um9XznLW6cPdeX6u > .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); }#SLIKrRVu2r1r5Vd7um9XznLW6cPdeX6u > .row .container { border-width: 0; border-radius: 0; }#SLIKrRVu2r1r5Vd7um9XznLW6cPdeX6u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SLIKrRVu2r1r5Vd7um9XznLW6cPdeX6u > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#p45E26tNlqmWrrtmwMJdLwR0U2wlP4fH { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.21875rem;left:46.7744140625rem;display:none; }
#bhZJTTuMGLv0DiAB5sE6LDGWxadtpZGQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m6whTrxluX2eXvBRRuTrXl2rbibeilSK { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:2.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.21875rem;left:60.2119140625rem;display:none; }
#nwDdZZdd6JqxkDUKRdei2Ie9CV9Tcz43 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OnsQQuNR37s4x7qbvCkkfJopHApXnZze { 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.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#OreWvbbGipFhKOSsu8ZaP6Vezr0v70Q8 { 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.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#NiPsQAs0KbehlKb2aFxUloXEFsIBqsan { background-color:#f95b01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:1.6875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.8125rem;left:60.687498092651rem;display:none; }
#WfCA67EdAQ33r7Mi7UpFb8kl4pEnlsaf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#meDmHQtOQ6BOhF91zfk00ABFyUlaDHNP { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.21875rem;left:36.0625rem;display:none; }
#tGBJAJlGnAA8CFia8MDNdOczQoXdrpsg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qux44uJgq3ctXmKnbR41lHcNfItBgftm { 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.875rem;width:9.625rem;top:0.4375rem;left:3.125rem;overflow:hidden;display:block; }
#SW7HGF2VsJ5LHT8AOnTbtL1WsH4C5obo { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:0.88628470897675rem;left:18.59375rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#afsW3Rm06TbrppyIeLu2otSeaseOWb2U { 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;z-index:auto;display:none; }#afsW3Rm06TbrppyIeLu2otSeaseOWb2U > .row .container { border-width: 0; border-radius: 0; }#afsW3Rm06TbrppyIeLu2otSeaseOWb2U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#afsW3Rm06TbrppyIeLu2otSeaseOWb2U > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:none; }#ShSmz7qSdl6s5q182Lxk2MTKbW7F0oeK { 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;z-index:auto;display:block; }#ShSmz7qSdl6s5q182Lxk2MTKbW7F0oeK > .row .container { background-color: transparent; background-image: none; }#ShSmz7qSdl6s5q182Lxk2MTKbW7F0oeK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShSmz7qSdl6s5q182Lxk2MTKbW7F0oeK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShSmz7qSdl6s5q182Lxk2MTKbW7F0oeK > .row .container > .video-iframe-container { display: none; }#ShSmz7qSdl6s5q182Lxk2MTKbW7F0oeK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShSmz7qSdl6s5q182Lxk2MTKbW7F0oeK > .row > .video-iframe-container { display: none; }#ShSmz7qSdl6s5q182Lxk2MTKbW7F0oeK > .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); }#ShSmz7qSdl6s5q182Lxk2MTKbW7F0oeK > .row .container { border-width: 0; border-radius: 0; }#ShSmz7qSdl6s5q182Lxk2MTKbW7F0oeK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ShSmz7qSdl6s5q182Lxk2MTKbW7F0oeK > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#Nbi40T8aw1ueWvRBaH7Rp382q0d4cxgU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nbi40T8aw1ueWvRBaH7Rp382q0d4cxgU > .row .container { background-color: transparent; background-image: none; }#Nbi40T8aw1ueWvRBaH7Rp382q0d4cxgU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nbi40T8aw1ueWvRBaH7Rp382q0d4cxgU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nbi40T8aw1ueWvRBaH7Rp382q0d4cxgU > .row .container > .video-iframe-container { display: none; }#Nbi40T8aw1ueWvRBaH7Rp382q0d4cxgU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nbi40T8aw1ueWvRBaH7Rp382q0d4cxgU > .row > .video-iframe-container { display: none; }#Nbi40T8aw1ueWvRBaH7Rp382q0d4cxgU > .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); }#Nbi40T8aw1ueWvRBaH7Rp382q0d4cxgU > .row .container { border-width: 0; border-radius: 0; }#Nbi40T8aw1ueWvRBaH7Rp382q0d4cxgU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nbi40T8aw1ueWvRBaH7Rp382q0d4cxgU > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#iBfZ4olTtZiNA3Fk69wZ4O1fb8pzVEiT { position:absolute;display:block;z-index:14977;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5625rem;width:51.5625rem;top:4.1875rem;left:11.71875rem;overflow:hidden;display:block; }
#xkXxRVgfII3tVS5bzOB7O3AR8MLnqq9O { position:absolute;display:block;z-index:14976;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.4375rem;width:7.4375rem;top:29.8125rem;left:6.875rem;overflow:hidden;display:block; }
#Oc6ChpNNplMgOyexperZzAgEQJu6hWCk { position:absolute;display:block;z-index:14972;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:11.3125rem;width:5.8125rem;top:14.25rem;left:61.843753814698rem;overflow:hidden;display:block; }
#RtOKUmN3xgDozzHLrWi0BScf5nLrIIJk { 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:4.375rem;width:4.375rem;top:34.9375rem;left:12.008682250976rem;overflow:hidden;display:block; }
#FQWuO6Tx6uZSFfsNJodZaKZnBFN8SsE1 { position:absolute;display:block;z-index:14974;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:1.875rem;left:58.946178436279rem;overflow:hidden;display:block; }
#sgJwC64gUmsEb2gUsOaiRFStadVNdqhs { box-sizing:content-box;height:27.75rem;width:49.375rem;position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;top:5.5625rem;left:12.75rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wW9x7pEt6X2MU0O5pmW0LJ5MTWCCF4SO { color:#000000;display:block;width:66.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:1.875rem;left:4.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#UJdvQsuw3La9pa2cv6Z19KmM10JENKBq { background-color:#ff5c05;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:36.874999046326rem;left:26.875rem;display:block; }
#DW9HNyE66VCkMWCT1FhTow9swEep8CRP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QUWfZbKWVACTEb6fyrT6WniOqEvGK9qB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:26.625rem;width:47.5rem;top:6.1562504768372rem;left:13.75rem;display:block; }
#che9IoaCNnWnBsuymQqak4QE1VWnBcOi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff5c05;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; }#che9IoaCNnWnBsuymQqak4QE1VWnBcOi > .row .container { background-color: transparent; background-image: none; }#che9IoaCNnWnBsuymQqak4QE1VWnBcOi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#che9IoaCNnWnBsuymQqak4QE1VWnBcOi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#che9IoaCNnWnBsuymQqak4QE1VWnBcOi > .row .container > .video-iframe-container { display: none; }#che9IoaCNnWnBsuymQqak4QE1VWnBcOi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#che9IoaCNnWnBsuymQqak4QE1VWnBcOi > .row > .video-iframe-container { display: none; }#che9IoaCNnWnBsuymQqak4QE1VWnBcOi > .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); }#che9IoaCNnWnBsuymQqak4QE1VWnBcOi > .row .container { border-width: 0; border-radius: 0; }#che9IoaCNnWnBsuymQqak4QE1VWnBcOi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#che9IoaCNnWnBsuymQqak4QE1VWnBcOi > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#U7Uf2xobRNZIUMqvw2F8ZhLRlzWbUzbe { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:27.25rem;left:14.375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#NtTONc4WgwoBNwrnr4y7AP4kzmDs8Q2A { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24.4375rem;left:14.375rem;height:2.193575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C41UCThDh104cqWSyTSTJsunT81Hxepg { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:29.437500238419rem;left:14.375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#wv3fwpykhfQe6hsKmAudFnKhJ76GPDdR { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ddbc9222-fac6-4ef1-b0db-c7b14b20e4fb/jakubinio.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:8.125rem;width:8.125rem;top:23.462677001953rem;left:4.6875rem;display:block; }#wv3fwpykhfQe6hsKmAudFnKhJ76GPDdR.adaptive-delivery-prevent-bg, #wv3fwpykhfQe6hsKmAudFnKhJ76GPDdR.lazyload, #wv3fwpykhfQe6hsKmAudFnKhJ76GPDdR.lazyloading { background-image: none; }
#Zz73sX1ecJhLp0ePeD18KgsyebMetKC5 { color:#ffffff;display:block;width:66.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.5rem;left:4.6875rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ukENWsSuBouAqeGvWqplrnOLxPbJw6QZ { color:#ffffff;display:block;width:66.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.256076812744rem;left:4.6875rem;height:9.7482625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 { 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;z-index:auto;display:block; }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 > .row .container { background-color: transparent; background-image: none; }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 > .row .container > .video-iframe-container { display: none; }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 > .row > .video-iframe-container { display: none; }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 > .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); }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 > .row .container { border-width: 0; border-radius: 0; }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#QUOGDzFeT7k8TUeunQtSW46UanJorVkb { color:#ffffff;display:block;width:25.2495625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:6.4375rem;left:24.875rem;height:4.82465rem;text-align:center;text-align-last:center;display:block; }
#sXhTMi3Udv0TFGESe1u5nTvs4xlkfTTf { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:16.4375rem;left:25.9375rem;height:1.39930625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m9TTPnEhduT4Eewbv8tbPJSwkPNSy19k { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:13.125rem;left:32.624786376953rem; }
#m9TTPnEhduT4Eewbv8tbPJSwkPNSy19k > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#UgcFD2plvENlR3AlhnqhfMHStmykrGGp { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:13.125003814698rem;left:36.561634063721rem; }
#UgcFD2plvENlR3AlhnqhfMHStmykrGGp > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#JWDheghGsyX0puAR35VKQrUtxe7La4kH { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:13rem;left:40.625rem; }
#JWDheghGsyX0puAR35VKQrUtxe7La4kH > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#ZmaqCSJGnmXE7getTSIEc1KID8qssvTk { position:absolute;display:block;z-index:15017;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.87435rem;width:7.249375rem;top:1.884765625rem;left:33.874786376953rem;overflow:hidden;display:block; }
#l7WK0b6C4vPtmNfqe2UAzV20fsdWiemL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.75);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#l7WK0b6C4vPtmNfqe2UAzV20fsdWiemL > .row .container { border-width: 0; border-radius: 0; }#l7WK0b6C4vPtmNfqe2UAzV20fsdWiemL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l7WK0b6C4vPtmNfqe2UAzV20fsdWiemL > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:none; }#TMsA7pFAvl7M7OkQuXM683dRQurTey6T { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.21875rem;left:46.7744140625rem;display:none; }
#OuNgCI6b0CMkdPFBWuGumdnyW94N1TPu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NQ2uD9RF8C9OAW0TcHuXpPdy20uJGorP { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:2.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.21875rem;left:60.2119140625rem;display:none; }
#uTDNLPigo8UO3nfuHwtJSXl7P5HLFbvP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QHkbJBQhaDfMF7kdRwTEu3ViZV1AsCTM { 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.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#CcqQHy1XvlyKKRLfO867gaOJbZnPSNaZ { 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.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#BBy4Uu4duDOHQmIyTmHpWI7cB7Jf8uxa { background-color:#f95b01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:1.6875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.8125rem;left:60.687498092651rem;display:none; }
#y3FuMRhOE6byBI5tkHzbW3UVRyTQdKKa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ULT8TPuce2EkEo32DHsUDgkJX9ZK7rgE { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.21875rem;left:36.0625rem;display:none; }
#anuRgAeqpUq5xpGPRZ9mOEFEmXqgK3xW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VliCkpdIKQka2ZTnkb52A4IbMTt26PC1 { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:0.88628470897675rem;left:18.59375rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z52higtsNBBEHhGnByhviq8GIT1oMKXv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.75);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#Z52higtsNBBEHhGnByhviq8GIT1oMKXv > .row .container { border-width: 0; border-radius: 0; }#Z52higtsNBBEHhGnByhviq8GIT1oMKXv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z52higtsNBBEHhGnByhviq8GIT1oMKXv > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:none; }#GenZrIHKH49zdHsnfdhIkgCOFdGAkuaT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.21875rem;left:46.7744140625rem;display:none; }
#XDNENeJoEpXRz72iAXCcFHsC4czEpzdZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rsf0eRk8sn7HD0ei4fIyNxEXAVTeImdF { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:2.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.21875rem;left:60.2119140625rem;display:none; }
#VrbAdJ6VCb5TpTlyxvHcHWyNBVTRdl8c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DqU81t43ooA5yrBub46cbs4Bi2Wqkbez { 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.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#TuaNTgUVfGndHcdVCcb7Vvo0gTKmZJZ2 { 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.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#e02B4kTVZfepFefd1BJmo8Hx6JmkM0os { background-color:#f95b01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:1.6875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.8125rem;left:60.687498092651rem;display:none; }
#WqILFdC9D9gdVd4dSbiov8HBqmUTZOdD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xNgBtiPsNfduQhVAvhGh5aVMbLwUfneA { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.21875rem;left:36.0625rem;display:none; }
#LwlfGWzXiHPVqAnrhWCTIV3FmRc89Og6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ErJPABDHZ8lSB6BEHBNJbh87FRsL2kIg { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:0.88628470897675rem;left:18.59375rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EEm3uGIgJNDrS1aDZ1AWyhyFpVcKHTv8 { color:#000000;display:block;width:66.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:1.875rem;left:4.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#ULzw645c0VGa3SLEyWESJnI2g5H6dJv0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ULzw645c0VGa3SLEyWESJnI2g5H6dJv0 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bW844kuWEPM6gnhFJOoNyE1cRCR9R4Iv { display:none; }#bW844kuWEPM6gnhFJOoNyE1cRCR9R4Iv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tLZ0khcmTHO8OxcR4ydc0Z0DexH2b6a2 { width:7.25rem;height:2.875rem;top:0.1875rem;left:33.1494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFI67Q0JpHOgoFPp6A9VpaUPnFeoEU5e { display:block; }
 }@media only screen and (max-width: 763px) { #k4IvT9JOruA3KcbEOn2FDBhchktJkfZm { width:4.8125rem;height:2.875rem;top:0.1875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu7dc6wBvBsqvTyMllul82RTJWo9Zlgy { display:block; }
 }@media only screen and (max-width: 763px) { #bgpx9hOHND6lfXgT5wP0dhB1KUqOqCah { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k54xKAeG60PxHtZnUbI8piGil6oJdCQU { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oiEWLL9v8x8BriG6WEp48XJQImR5vb3h { width:7.375rem;height:1.6875rem;top:0.8125rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O7yl1kIc1WX7yTRsfqMGuDm5IdqtwAhl { display:block; }
 }@media only screen and (max-width: 763px) { #wVt0GryPGbukZ6no11dMFLmPaou0yJiE { width:10.3125rem;height:2.875rem;top:0.1875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEo8uTC2IwM9amTd0cGPdVD0LACwqeu8 { display:block; }
 }@media only screen and (max-width: 763px) { #PZ9Z9Xm9M8MUm5zOhnEdKSOv5SLRNiIm { top:0.4375rem;left:0rem;width:9.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHlOGAHmuCzqkeEhg6ANgIDeLpdbgxce { top:0.875rem;left:4.96875rem;width:37.8125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLIKrRVu2r1r5Vd7um9XznLW6cPdeX6u { display:block; }#SLIKrRVu2r1r5Vd7um9XznLW6cPdeX6u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p45E26tNlqmWrrtmwMJdLwR0U2wlP4fH { width:7.25rem;height:2.875rem;top:0.1875rem;left:33.1494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhZJTTuMGLv0DiAB5sE6LDGWxadtpZGQ { display:block; }
 }@media only screen and (max-width: 763px) { #m6whTrxluX2eXvBRRuTrXl2rbibeilSK { width:4.8125rem;height:2.875rem;top:0.1875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwDdZZdd6JqxkDUKRdei2Ie9CV9Tcz43 { display:block; }
 }@media only screen and (max-width: 763px) { #OnsQQuNR37s4x7qbvCkkfJopHApXnZze { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OreWvbbGipFhKOSsu8ZaP6Vezr0v70Q8 { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NiPsQAs0KbehlKb2aFxUloXEFsIBqsan { width:7.375rem;height:1.6875rem;top:0.8125rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WfCA67EdAQ33r7Mi7UpFb8kl4pEnlsaf { display:block; }
 }@media only screen and (max-width: 763px) { #meDmHQtOQ6BOhF91zfk00ABFyUlaDHNP { width:10.3125rem;height:2.875rem;top:0.1875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGBJAJlGnAA8CFia8MDNdOczQoXdrpsg { display:block; }
 }@media only screen and (max-width: 763px) { #qux44uJgq3ctXmKnbR41lHcNfItBgftm { top:0.4375rem;left:0rem;width:9.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW7HGF2VsJ5LHT8AOnTbtL1WsH4C5obo { top:0.875rem;left:4.96875rem;width:37.8125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afsW3Rm06TbrppyIeLu2otSeaseOWb2U { display:none; }#afsW3Rm06TbrppyIeLu2otSeaseOWb2U > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ShSmz7qSdl6s5q182Lxk2MTKbW7F0oeK { display:block; }#ShSmz7qSdl6s5q182Lxk2MTKbW7F0oeK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nbi40T8aw1ueWvRBaH7Rp382q0d4cxgU { display:block; }#Nbi40T8aw1ueWvRBaH7Rp382q0d4cxgU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBfZ4olTtZiNA3Fk69wZ4O1fb8pzVEiT { top:4.1875rem;left:0rem;width:47.75rem;height:28.302727272727rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkXxRVgfII3tVS5bzOB7O3AR8MLnqq9O { top:29.8125rem;left:0rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc6ChpNNplMgOyexperZzAgEQJu6hWCk { top:14.25rem;left:41.9375rem;width:5.8125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtOKUmN3xgDozzHLrWi0BScf5nLrIIJk { top:34.9375rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQWuO6Tx6uZSFfsNJodZaKZnBFN8SsE1 { top:1.875rem;left:41.1875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgJwC64gUmsEb2gUsOaiRFStadVNdqhs { top:5.5625rem;left:0rem;width:47.625rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW9x7pEt6X2MU0O5pmW0LJ5MTWCCF4SO { top:22.75rem;left:0rem;width:20rem;height:3.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJdvQsuw3La9pa2cv6Z19KmM10JENKBq { width:21.25rem;height:3.4375rem;top:36.8125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW9HNyE66VCkMWCT1FhTow9swEep8CRP { display:block; }
 }@media only screen and (max-width: 763px) { #QUWfZbKWVACTEb6fyrT6WniOqEvGK9qB { top:6.125rem;left:0.125rem;width:47.5rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #che9IoaCNnWnBsuymQqak4QE1VWnBcOi { display:block; }#che9IoaCNnWnBsuymQqak4QE1VWnBcOi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7Uf2xobRNZIUMqvw2F8ZhLRlzWbUzbe { top:27.25rem;left:0.75rem;width:18.125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtTONc4WgwoBNwrnr4y7AP4kzmDs8Q2A { top:24.4375rem;left:0.75rem;width:13.4375rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C41UCThDh104cqWSyTSTJsunT81Hxepg { top:29.4375rem;left:0.75rem;width:11.875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv3fwpykhfQe6hsKmAudFnKhJ76GPDdR { width:8.125rem;height:8.125rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz73sX1ecJhLp0ePeD18KgsyebMetKC5 { top:2.5rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukENWsSuBouAqeGvWqplrnOLxPbJw6QZ { width:47.75rem;height:9.6875rem;top:11.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 { display:block; }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUOGDzFeT7k8TUeunQtSW46UanJorVkb { top:6.375rem;left:11.249134063721rem;width:25.1875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXhTMi3Udv0TFGESe1u5nTvs4xlkfTTf { top:16.4375rem;left:12.3125rem;width:23rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9TTPnEhduT4Eewbv8tbPJSwkPNSy19k { top:13.125rem;left:18.999786376953rem;width:1.875rem;height:1.875rem;display:block; }
#m9TTPnEhduT4Eewbv8tbPJSwkPNSy19k > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #UgcFD2plvENlR3AlhnqhfMHStmykrGGp { top:13.125rem;left:22.936634063721rem;width:1.875rem;height:1.875rem;display:block; }
#UgcFD2plvENlR3AlhnqhfMHStmykrGGp > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #JWDheghGsyX0puAR35VKQrUtxe7La4kH { top:13rem;left:27rem;width:2.1875rem;height:2.1875rem;display:block; }
#JWDheghGsyX0puAR35VKQrUtxe7La4kH > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #ZmaqCSJGnmXE7getTSIEc1KID8qssvTk { top:1.875rem;left:20.249786376953rem;width:7.1875rem;height:2.8498167945512rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7WK0b6C4vPtmNfqe2UAzV20fsdWiemL { display:none; }#l7WK0b6C4vPtmNfqe2UAzV20fsdWiemL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TMsA7pFAvl7M7OkQuXM683dRQurTey6T { width:7.25rem;height:2.875rem;top:0.1875rem;left:33.1494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuNgCI6b0CMkdPFBWuGumdnyW94N1TPu { display:block; }
 }@media only screen and (max-width: 763px) { #NQ2uD9RF8C9OAW0TcHuXpPdy20uJGorP { width:4.8125rem;height:2.875rem;top:0.1875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTDNLPigo8UO3nfuHwtJSXl7P5HLFbvP { display:block; }
 }@media only screen and (max-width: 763px) { #QHkbJBQhaDfMF7kdRwTEu3ViZV1AsCTM { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CcqQHy1XvlyKKRLfO867gaOJbZnPSNaZ { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BBy4Uu4duDOHQmIyTmHpWI7cB7Jf8uxa { width:7.375rem;height:1.6875rem;top:0.8125rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y3FuMRhOE6byBI5tkHzbW3UVRyTQdKKa { display:block; }
 }@media only screen and (max-width: 763px) { #ULT8TPuce2EkEo32DHsUDgkJX9ZK7rgE { width:10.3125rem;height:2.875rem;top:0.1875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anuRgAeqpUq5xpGPRZ9mOEFEmXqgK3xW { display:block; }
 }@media only screen and (max-width: 763px) { #VliCkpdIKQka2ZTnkb52A4IbMTt26PC1 { top:0.875rem;left:4.96875rem;width:37.8125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z52higtsNBBEHhGnByhviq8GIT1oMKXv { display:none; }#Z52higtsNBBEHhGnByhviq8GIT1oMKXv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GenZrIHKH49zdHsnfdhIkgCOFdGAkuaT { width:7.25rem;height:2.875rem;top:0.1875rem;left:33.1494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDNENeJoEpXRz72iAXCcFHsC4czEpzdZ { display:block; }
 }@media only screen and (max-width: 763px) { #Rsf0eRk8sn7HD0ei4fIyNxEXAVTeImdF { width:4.8125rem;height:2.875rem;top:0.1875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrbAdJ6VCb5TpTlyxvHcHWyNBVTRdl8c { display:block; }
 }@media only screen and (max-width: 763px) { #DqU81t43ooA5yrBub46cbs4Bi2Wqkbez { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuaNTgUVfGndHcdVCcb7Vvo0gTKmZJZ2 { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e02B4kTVZfepFefd1BJmo8Hx6JmkM0os { width:7.375rem;height:1.6875rem;top:0.8125rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WqILFdC9D9gdVd4dSbiov8HBqmUTZOdD { display:block; }
 }@media only screen and (max-width: 763px) { #xNgBtiPsNfduQhVAvhGh5aVMbLwUfneA { width:10.3125rem;height:2.875rem;top:0.1875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwlfGWzXiHPVqAnrhWCTIV3FmRc89Og6 { display:block; }
 }@media only screen and (max-width: 763px) { #ErJPABDHZ8lSB6BEHBNJbh87FRsL2kIg { top:0.875rem;left:4.96875rem;width:37.8125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEm3uGIgJNDrS1aDZ1AWyhyFpVcKHTv8 { top:2.75rem;left:0rem;width:20rem;height:3.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ULzw645c0VGa3SLEyWESJnI2g5H6dJv0 { display:none; }
#ULzw645c0VGa3SLEyWESJnI2g5H6dJv0 > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bW844kuWEPM6gnhFJOoNyE1cRCR9R4Iv { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:rgba(0,0,0,0.75);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; }#bW844kuWEPM6gnhFJOoNyE1cRCR9R4Iv > .row .container { background-color: transparent; background-image: none; }#bW844kuWEPM6gnhFJOoNyE1cRCR9R4Iv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bW844kuWEPM6gnhFJOoNyE1cRCR9R4Iv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bW844kuWEPM6gnhFJOoNyE1cRCR9R4Iv > .row .container > .video-iframe-container { display: none; }#bW844kuWEPM6gnhFJOoNyE1cRCR9R4Iv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bW844kuWEPM6gnhFJOoNyE1cRCR9R4Iv > .row > .video-iframe-container { display: none; }#bW844kuWEPM6gnhFJOoNyE1cRCR9R4Iv > .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); }#bW844kuWEPM6gnhFJOoNyE1cRCR9R4Iv > .row .container { border-width: 0; border-radius: 0; }#bW844kuWEPM6gnhFJOoNyE1cRCR9R4Iv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bW844kuWEPM6gnhFJOoNyE1cRCR9R4Iv > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLZ0khcmTHO8OxcR4ydc0Z0DexH2b6a2 { width:7.25rem;height:2.875rem;top:0.1875rem;left:6.375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #gFI67Q0JpHOgoFPp6A9VpaUPnFeoEU5e { display:block; }
 }@media only screen and (max-width: 763px) { #k4IvT9JOruA3KcbEOn2FDBhchktJkfZm { width:4.8125rem;height:2.875rem;top:0.1875rem;left:7.5625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #Wu7dc6wBvBsqvTyMllul82RTJWo9Zlgy { display:block; }
 }@media only screen and (max-width: 763px) { #bgpx9hOHND6lfXgT5wP0dhB1KUqOqCah { width:20rem;height:5.6875rem;top:42.12031129157rem;left:147.27499997616rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #k54xKAeG60PxHtZnUbI8piGil6oJdCQU { width:7.5rem;height:2.125rem;top:2.9375rem;left:2.5874999761581rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #oiEWLL9v8x8BriG6WEp48XJQImR5vb3h { width:7.375rem;height:1.6875rem;top:1.4375rem;left:9.40625rem;text-align:right;text-align-last:right;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #O7yl1kIc1WX7yTRsfqMGuDm5IdqtwAhl { display:block; }
 }@media only screen and (max-width: 763px) { #wVt0GryPGbukZ6no11dMFLmPaou0yJiE { width:10.3125rem;height:2.875rem;top:0.1875rem;left:4.8125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #UEo8uTC2IwM9amTd0cGPdVD0LACwqeu8 { display:block; }
 }@media only screen and (max-width: 763px) { #PZ9Z9Xm9M8MUm5zOhnEdKSOv5SLRNiIm { width:7rem;height:2.1875rem;top:0.375rem;left:6.5000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHlOGAHmuCzqkeEhg6ANgIDeLpdbgxce { width:20rem;height:0;top:3.6909723281861rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #SLIKrRVu2r1r5Vd7um9XznLW6cPdeX6u { position:relative;z-index:auto;background-color:rgba(0,0,0,0.75);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:none; }#SLIKrRVu2r1r5Vd7um9XznLW6cPdeX6u > .row .container { border-width: 0; border-radius: 0; }#SLIKrRVu2r1r5Vd7um9XznLW6cPdeX6u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SLIKrRVu2r1r5Vd7um9XznLW6cPdeX6u > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p45E26tNlqmWrrtmwMJdLwR0U2wlP4fH { width:7.25rem;height:2.875rem;top:0.1875rem;left:6.375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #bhZJTTuMGLv0DiAB5sE6LDGWxadtpZGQ { display:block; }
 }@media only screen and (max-width: 763px) { #m6whTrxluX2eXvBRRuTrXl2rbibeilSK { width:4.8125rem;height:2.875rem;top:0.1875rem;left:7.5625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #nwDdZZdd6JqxkDUKRdei2Ie9CV9Tcz43 { display:block; }
 }@media only screen and (max-width: 763px) { #OnsQQuNR37s4x7qbvCkkfJopHApXnZze { width:20rem;height:5.6875rem;top:42.12031129157rem;left:147.27499997616rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #OreWvbbGipFhKOSsu8ZaP6Vezr0v70Q8 { width:7.5rem;height:2.125rem;top:2.9375rem;left:2.5874999761581rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #NiPsQAs0KbehlKb2aFxUloXEFsIBqsan { width:7.375rem;height:1.6875rem;top:1.4375rem;left:9.40625rem;text-align:right;text-align-last:right;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #WfCA67EdAQ33r7Mi7UpFb8kl4pEnlsaf { display:block; }
 }@media only screen and (max-width: 763px) { #meDmHQtOQ6BOhF91zfk00ABFyUlaDHNP { width:10.3125rem;height:2.875rem;top:0.1875rem;left:4.8125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #tGBJAJlGnAA8CFia8MDNdOczQoXdrpsg { display:block; }
 }@media only screen and (max-width: 763px) { #qux44uJgq3ctXmKnbR41lHcNfItBgftm { width:7rem;height:2.1875rem;top:0.38454866409302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW7HGF2VsJ5LHT8AOnTbtL1WsH4C5obo { width:20rem;height:0;top:3.6909723281861rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #afsW3Rm06TbrppyIeLu2otSeaseOWb2U { position:relative;z-index:auto;display:block; }#afsW3Rm06TbrppyIeLu2otSeaseOWb2U > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShSmz7qSdl6s5q182Lxk2MTKbW7F0oeK { position:relative;z-index:auto;display:none; }#ShSmz7qSdl6s5q182Lxk2MTKbW7F0oeK > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Nbi40T8aw1ueWvRBaH7Rp382q0d4cxgU { display:block; }#Nbi40T8aw1ueWvRBaH7Rp382q0d4cxgU > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBfZ4olTtZiNA3Fk69wZ4O1fb8pzVEiT { width:20rem;height:12.1206875rem;top:1.25rem;left:0rem;z-index:14977;display:block; }
 }@media only screen and (max-width: 763px) { #xkXxRVgfII3tVS5bzOB7O3AR8MLnqq9O { width:7.4375rem;height:7.4375rem;top:29.8125rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oc6ChpNNplMgOyexperZzAgEQJu6hWCk { width:5.8125rem;height:11.3125rem;top:14.25rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RtOKUmN3xgDozzHLrWi0BScf5nLrIIJk { width:4.375rem;height:4.375rem;top:34.9375rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FQWuO6Tx6uZSFfsNJodZaKZnBFN8SsE1 { width:6.5625rem;height:6.5625rem;top:1.875rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sgJwC64gUmsEb2gUsOaiRFStadVNdqhs { width:18.0625rem;height:10rem;top:2.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW9x7pEt6X2MU0O5pmW0LJ5MTWCCF4SO { width:20rem;height:0;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #UJdvQsuw3La9pa2cv6Z19KmM10JENKBq { width:16.5625rem;height:2.1875rem;top:14.375rem;left:1.6875rem;font-size:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #DW9HNyE66VCkMWCT1FhTow9swEep8CRP { display:block; }
 }@media only screen and (max-width: 763px) { #QUWfZbKWVACTEb6fyrT6WniOqEvGK9qB { height:10.125rem;width:18.125rem;top:2.2465276718139rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #che9IoaCNnWnBsuymQqak4QE1VWnBcOi { display:block; }#che9IoaCNnWnBsuymQqak4QE1VWnBcOi > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7Uf2xobRNZIUMqvw2F8ZhLRlzWbUzbe { width:19.125rem;height:1.46180625rem;top:34.08073425293rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NtTONc4WgwoBNwrnr4y7AP4kzmDs8Q2A { width:16.375rem;height:1.625rem;top:32.20573425293rem;left:1.8125001192093rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #C41UCThDh104cqWSyTSTJsunT81Hxepg { width:16.8125rem;height:1.46180625rem;top:35.917541503906rem;left:1.5937501192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wv3fwpykhfQe6hsKmAudFnKhJ76GPDdR { width:6.25rem;height:6.25rem;top:24.699661254882rem;left:6.65104162693rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz73sX1ecJhLp0ePeD18KgsyebMetKC5 { width:20rem;height:5.60416875rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ukENWsSuBouAqeGvWqplrnOLxPbJw6QZ { width:20rem;height:14.61803125rem;top:8.10416875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 > .row .container { background-color: transparent; background-image: none; }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 > .row .container > .video-iframe-container { display: none; }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 > .row > .video-iframe-container { display: none; }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 > .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); }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUOGDzFeT7k8TUeunQtSW46UanJorVkb { width:20rem;height:6.424475rem;top:5.68603515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXhTMi3Udv0TFGESe1u5nTvs4xlkfTTf { width:20rem;height:1.4rem;top:17.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9TTPnEhduT4Eewbv8tbPJSwkPNSy19k { width:1.875rem;height:1.875rem;top:14.1875rem;left:6.375rem;display:block; }
#m9TTPnEhduT4Eewbv8tbPJSwkPNSy19k > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #UgcFD2plvENlR3AlhnqhfMHStmykrGGp { width:1.875rem;height:1.875rem;top:14.1875rem;left:8.9375rem;display:block; }
#UgcFD2plvENlR3AlhnqhfMHStmykrGGp > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #JWDheghGsyX0puAR35VKQrUtxe7La4kH { width:2.1875rem;height:2.1875rem;top:14.0625rem;left:11.4375rem;display:block; }
#JWDheghGsyX0puAR35VKQrUtxe7La4kH > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #ZmaqCSJGnmXE7getTSIEc1KID8qssvTk { width:7.1875rem;height:2.84911875rem;top:1.64794921875rem;left:6.40625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #l7WK0b6C4vPtmNfqe2UAzV20fsdWiemL { position:relative;z-index:auto;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#l7WK0b6C4vPtmNfqe2UAzV20fsdWiemL > .row .container { border-width: 0; border-radius: 0; }#l7WK0b6C4vPtmNfqe2UAzV20fsdWiemL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l7WK0b6C4vPtmNfqe2UAzV20fsdWiemL > .row .container { width:20rem;height:4.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TMsA7pFAvl7M7OkQuXM683dRQurTey6T { width:7.25rem;height:2.875rem;top:0.1875rem;left:6.375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #OuNgCI6b0CMkdPFBWuGumdnyW94N1TPu { display:block; }
 }@media only screen and (max-width: 763px) { #NQ2uD9RF8C9OAW0TcHuXpPdy20uJGorP { width:4.8125rem;height:2.875rem;top:0.1875rem;left:7.5625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #uTDNLPigo8UO3nfuHwtJSXl7P5HLFbvP { display:block; }
 }@media only screen and (max-width: 763px) { #QHkbJBQhaDfMF7kdRwTEu3ViZV1AsCTM { width:20rem;height:5.6875rem;top:42.12031129157rem;left:147.27499997616rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #CcqQHy1XvlyKKRLfO867gaOJbZnPSNaZ { width:7.5rem;height:2.125rem;top:2.9375rem;left:2.5874999761581rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #BBy4Uu4duDOHQmIyTmHpWI7cB7Jf8uxa { width:7.375rem;height:1.6875rem;top:1.4375rem;left:9.40625rem;text-align:right;text-align-last:right;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #y3FuMRhOE6byBI5tkHzbW3UVRyTQdKKa { display:block; }
 }@media only screen and (max-width: 763px) { #ULT8TPuce2EkEo32DHsUDgkJX9ZK7rgE { width:10.3125rem;height:2.875rem;top:0.1875rem;left:4.8125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #anuRgAeqpUq5xpGPRZ9mOEFEmXqgK3xW { display:block; }
 }@media only screen and (max-width: 763px) { #VliCkpdIKQka2ZTnkb52A4IbMTt26PC1 { width:20rem;height:0;top:3.6909723281861rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #Z52higtsNBBEHhGnByhviq8GIT1oMKXv { position:relative;z-index:auto;background-color:rgba(0,0,0,0.75);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:none; }#Z52higtsNBBEHhGnByhviq8GIT1oMKXv > .row .container { border-width: 0; border-radius: 0; }#Z52higtsNBBEHhGnByhviq8GIT1oMKXv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z52higtsNBBEHhGnByhviq8GIT1oMKXv > .row .container { width:20rem;height:4.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GenZrIHKH49zdHsnfdhIkgCOFdGAkuaT { width:7.25rem;height:2.875rem;top:0.1875rem;left:6.375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #XDNENeJoEpXRz72iAXCcFHsC4czEpzdZ { display:block; }
 }@media only screen and (max-width: 763px) { #Rsf0eRk8sn7HD0ei4fIyNxEXAVTeImdF { width:4.8125rem;height:2.875rem;top:0.1875rem;left:7.5625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #VrbAdJ6VCb5TpTlyxvHcHWyNBVTRdl8c { display:block; }
 }@media only screen and (max-width: 763px) { #DqU81t43ooA5yrBub46cbs4Bi2Wqkbez { width:20rem;height:5.6875rem;top:42.12031129157rem;left:147.27499997616rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #TuaNTgUVfGndHcdVCcb7Vvo0gTKmZJZ2 { width:7.5rem;height:2.125rem;top:2.9375rem;left:2.5874999761581rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #e02B4kTVZfepFefd1BJmo8Hx6JmkM0os { width:7.375rem;height:1.6875rem;top:1.4375rem;left:9.40625rem;text-align:right;text-align-last:right;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #WqILFdC9D9gdVd4dSbiov8HBqmUTZOdD { display:block; }
 }@media only screen and (max-width: 763px) { #xNgBtiPsNfduQhVAvhGh5aVMbLwUfneA { width:10.3125rem;height:2.875rem;top:0.1875rem;left:4.8125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #LwlfGWzXiHPVqAnrhWCTIV3FmRc89Og6 { display:block; }
 }@media only screen and (max-width: 763px) { #ErJPABDHZ8lSB6BEHBNJbh87FRsL2kIg { width:20rem;height:0;top:3.6909723281861rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #EEm3uGIgJNDrS1aDZ1AWyhyFpVcKHTv8 { width:14.375rem;height:3.16666875rem;top:0.625rem;left:4.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15017;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ULzw645c0VGa3SLEyWESJnI2g5H6dJv0 { display:flex;top:1.125rem;left:1.25rem;width:2.1875rem;height:2.1875rem;z-index:15019;font-size:1.5rem; }
#ULzw645c0VGa3SLEyWESJnI2g5H6dJv0 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }