.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;
}
body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c6d4c;background-image:url("https://images.assets-landingi.com/uc/7e7c76c8-96fe-46d5-8202-8737dfad1ac5/nowy_KV_APD2025WeterynariaWAW_LP.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.adaptive-delivery-prevent-bg, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyload, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyloading { background-image: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { background-color: transparent; background-image: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container > .video-iframe-container { display: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container { display: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .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); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { border-width: 0; border-radius: 0; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#Bm6RlfWcQwzhZGK8dTZZG9Hq2mLOFBnH { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:12.875rem;left:37.5rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bRx91IV4ZWi08yGyuIlByZAAxzi1xDzo { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:21.9375rem;left:47.53125rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gOr8B1AP3zxLRZZQrrEBF22bfSfcXRLT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:inter;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.25rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:1.25rem;left:0rem;display:block; }
#HHOUfS7884lyRIWa5NGHWtXVbUPOlF1J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DQ1oGwEzhVwvr7dxbsxv0W5ZvTLprC8e { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:inter;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.25rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:1.25rem;left:13.8125rem;display:block; }
#qEq9JyeTxnMThDdp6F5eOyNyz5uBhtOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LStdhXMOrJP4a5APdny7AZEZ9iTe0nni { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:inter;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:1.25rem;left:8.25rem;display:block; }
#pp3Lm2ZTgP1bzvPcSLPW690paKk1pl8l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aC4L0usdt7U1Ciow2T4VB8wiA8bhpuiH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:inter;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.25rem;height:2.25rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:1.25rem;left:26.75rem;display:block; }
#uDxHVOVmuQhokk4RMDwk0EQVAVFeFT3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ucUyCaJh51sJUgnVHQT7UTe6eahWQ1W7 { background-color:#ff8d07;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.4) ;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:satoshi;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.8125rem;left:0rem;display:none; }
#JnRHr88dExXLTqyrupyRFD4lX6IWO7qq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HaF1zAzusoa7woyC9lEmFf94PKPG55bH { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f8c019, #fe8c00);background-image: -moz-linear-gradient(115deg, #f8c019, #fe8c00);background-image: -ms-linear-gradient(115deg, #f8c019, #fe8c00);background-image: -o-linear-gradient(115deg, #f8c019, #fe8c00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='#fe8c00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='#fe8c00' );";background-image: linear-gradient(115deg, #f8c019, #fe8c00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.4) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.8125rem;left:0rem;display:none; }
#ZxFugxJJ0orkhPP36B0Lzx9IrhrEPTMM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tne0xHc36NL8I6LEA9Viuze2Rd1UdhcW { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:inter;font-size:3.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:14.4375rem;left:37.5rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#QmOF7iTy41arbl6WkDmr20x4e1XmfNvV { color:#ffffff;display:block;width:35rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:19.375rem;left:39.375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aan9wXXKCgA3TtI8yR696NV91l4eQuvh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:inter;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:1.25rem;left:30.125rem;display:block; }
#Ln3Zvp4v5uOqIt6SNQDtFfWEfbCsIIyN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SQ4oigMAFgvJ28myhdgdxTEBXTEAgF2h { position:absolute;display:block;z-index:15029;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.625rem;width:10.5rem;top:3.75rem;left:51.0625rem;overflow:hidden;display:block; }
#IxqScsThT1ZlRGG1XVNaDzyrMG9aRutg { box-sizing:content-box;height:35rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:#0a5838;background-image:none;top:1.25rem;left:37.5rem;display:block; }
#coFlElgtOb4J9o9LTOk9WwANsciO3XuI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:inter;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.25rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:1.25rem;left:19.6875rem;display:block; }
#hUTCscuo2CWo51HTvdzuNPr8zeyfxcMi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L1VN7C5xEzpcLiSRJv9Kb3T9wlNyprew { position:absolute;display:block;z-index:15035;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.125rem;width:17.1875rem;top:11.33749961853rem;left:29.03125rem;overflow:hidden;display:block; }
#rb7hZLrByTtVn5WybxmPkiClzKOaXNU7 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:19.356250762939rem;left:47.84375rem; }
#rOrMIeqp56phs7tzRaQ4CAT68gDM4MIz { 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:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:2rem;text-decoration:none;z-index:15143;text-align:center;text-align-last:center;top:19.125rem;left:47.625rem;display:block; }
#Ednmz186J1WTtePkmFyNaJ4JEV9zcHvo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BJ3tJIiCn6AuzlSO4Iimmncv4CwGO7qB { 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:22.5rem;width:31.1875rem;top:3.75rem;left:3.125rem;overflow:hidden;display:none; }
#FKBLf2CTzDidWoxRzR590pITWSVfeyyo { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:30.875rem;left:37.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c6e4c;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; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container { background-color: transparent; background-image: none; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container > .video-iframe-container { display: none; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row > .video-iframe-container { display: none; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .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); }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container { border-width: 0; border-radius: 0; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#rAK86bRqkTQcxdJrcBBvMqNeD1LixntU { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:2.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:0.0625rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C9ymwCeb32VeJfxCQIQOUX2escrI0BTO { color:#ffffff;display:block;width:71.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:10.625rem;left:1.875rem;height:17.6rem;font-style:normal;display:block; }
#UdCWgF8GzVQmMwCQNHzWrXPvFIzDS6zT { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:36.03125rem;left:52.125rem;height:2.44965rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ssgnh3AfFS7RTloUKhhZglzRH7ms0xQH { position:absolute;display:block;z-index:15009;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;box-shadow: none;height:8.5625rem;width:7.5rem;top:33.3125rem;left:65.625rem;overflow:hidden;display:block; }
#ALpUOyp52qtuRDoGhF5bFdmUhfQBnl9c { box-sizing:content-box;height:1.25rem;width:37.5rem;position:absolute;display:block;z-index:15000;background-color:#0a5838;background-image:none;top:0rem;left:37.5rem;display:block; }
#wJBvn0BLKfL2DbKMXJHUp9iAKozIsy8w { box-sizing:content-box;height:31rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(2,63,38,0.35);background-image:none;top:8.75rem;left:0rem;display:block; }
#drs76u5U4kgabg3aEqbkQTfQvTierhFK { position:absolute;display:block;z-index:15011;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;box-shadow: none;height:8.5625rem;width:7.5rem;top:33.3125rem;left:45.9375rem;overflow:hidden;display:block; }
#x7cT8npRpepU5eO8kWt4TRnTgqknQDwV { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:36rem;left:32.3125rem;height:2.44965rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Fuc79flxbA3sLF0fJmo8VUyOTqWzs1aF { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:29.8125rem;left:1.9375rem;height:8rem;font-style:normal;display:block; }
#NaLbZQWIhNmzMbvWoxKI1g0Fip3IM8ae { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f6e16893-8194-41f5-822b-1377ce3f232c/APD_2025_WETERYNARIA_WAW_puste.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NaLbZQWIhNmzMbvWoxKI1g0Fip3IM8ae.adaptive-delivery-prevent-bg, #NaLbZQWIhNmzMbvWoxKI1g0Fip3IM8ae.lazyload, #NaLbZQWIhNmzMbvWoxKI1g0Fip3IM8ae.lazyloading { background-image: none; }#NaLbZQWIhNmzMbvWoxKI1g0Fip3IM8ae > .row .container { background-color: transparent; background-image: none; }#NaLbZQWIhNmzMbvWoxKI1g0Fip3IM8ae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#NaLbZQWIhNmzMbvWoxKI1g0Fip3IM8ae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaLbZQWIhNmzMbvWoxKI1g0Fip3IM8ae > .row .container > .video-iframe-container { display: none; }#NaLbZQWIhNmzMbvWoxKI1g0Fip3IM8ae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#NaLbZQWIhNmzMbvWoxKI1g0Fip3IM8ae > .row > .video-iframe-container { display: none; }#NaLbZQWIhNmzMbvWoxKI1g0Fip3IM8ae > .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); }#NaLbZQWIhNmzMbvWoxKI1g0Fip3IM8ae > .row .container { border-width: 0; border-radius: 0; }#NaLbZQWIhNmzMbvWoxKI1g0Fip3IM8ae::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaLbZQWIhNmzMbvWoxKI1g0Fip3IM8ae > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaLbZQWIhNmzMbvWoxKI1g0Fip3IM8ae > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#wkHbVfAJ1xqpEfr2CBoPTSbDVsJmXVSs { box-sizing:content-box;height:11.25rem;width:0.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.25);background-image:none;top:1.875rem;left:18.674999237061rem;display:block; }
#A9wNGWikSBZnv0Tyke6sSxRAioDcBR82 { box-sizing:content-box;height:11.25rem;width:0.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.25);background-image:none;top:1.875rem;left:37.4375rem;display:block; }
#ifkd7QsnKfA91sSwsx3CcBLhPVhActOm { box-sizing:content-box;height:11.25rem;width:0.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.25);background-image:none;top:1.875rem;left:56.175003051757rem;display:block; }
#iU4TzpTiDI89mJTf4buDgwXSaozMXSx2 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:4.375rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:6.375rem;left:18.75rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#wTFqvSGw8d7ODwmHepsJOwUBrNBsSMO1 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:4.375rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:6.375rem;left:37.5rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#ulWuV3loRS0sNGReFAnG0GWnb7PFiIfX { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:4.375rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:6.375rem;left:56.25rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#PB0wWiFladZD1M7NCCs5fpWRIdMbgyyn { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:4.375rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:6.375rem;left:0rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#nSV6pGUs4XKmEGaWWVzvS6vdCTQrOAlm { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.625rem;left:0rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ReC9AvxJIQ0q1DArum3D7GO4X3B7MTAm { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.625rem;left:18.674999237061rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NTQnzmAX2npb4CxH0RNk6Bd7PAEIVcsP { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.625rem;left:37.4375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F5LbryUqFgmJxIBiFQuAtTxbEUfQVpzQ { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:11.625rem;left:56.25rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TqgdluBVsQNCwH63CiGffKD5Q5mgh0GP { 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:3.75rem;width:3.75rem;top:1.875rem;left:7.5rem;overflow:hidden;display:block; }
#V4nJPJtGTcZC4X9qmJ2WxQRureAAwbHK { 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:3.75rem;width:3.75rem;top:1.875rem;left:26.25rem;overflow:hidden;display:block; }
#XMAOkBXpqZfHBy6FsXzPmNSqTsSX47vc { position:absolute;display:block;z-index:15016;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:1.875rem;left:45rem;overflow:hidden;display:block; }
#h4Oo3tu5H5p9Kl4GohDZeF2HkztUtQ7b { 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:3.75rem;width:3.75rem;top:1.875rem;left:63.75rem;overflow:hidden;display:block; }
#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { position:relative;display:block; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { background-color: transparent; background-image: none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container > .video-iframe-container { display: none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row > .video-iframe-container { display: none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .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); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { border-width: 0; border-radius: 0; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .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; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;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; }#tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:2.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { position:relative;display:block; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { background-color: transparent; background-image: none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container > .video-iframe-container { display: none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row > .video-iframe-container { display: none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .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); }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { border-width: 0; border-radius: 0; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .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; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;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; }#sXwTlzhUyvh8NypcvHzTIuWHvkuF2pVT { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e2e2e2;background-image:none;top:0rem;left:0rem;display:block; }
#NrIr88RKHso8ifn9DF3gU2RlHo8y7qZQ { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e2e2e2;background-image:none;top:3.3125rem;left:0rem;display:block; }
#OevOQO2WmKb1n1cXfaJsWbxgl79CSTUb { color:#f46a3e;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.9375rem;left:1.875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SpsoOSwIbgJZsIwKbaTk1QvR3IWXMTZO { color:#333333;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.9375rem;left:25.625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OVZ8FpUOBMKXNJJlZ6KwoImtL1uQC5xg { 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:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.125rem;left:5.375rem;display:block; }
#xQOi5FsehTOdUzKZEXBsxusVOaa75B76 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ahHzI7oUHV7B542cDVW4Il9GwsI5TvAt { 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:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.125rem;left:29.09375rem;display:block; }
#W0b1eXlV6nfPxipvQaopTK2T1tfVquFz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TH64Bi6UCJ9pe1lUvHETPQS7ApaycdSL { color:#333333;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0.9375rem;left:49.375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c8oaRNLl22Lw6GZr1vV0aHX6H80TOQJU { 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:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.1875rem;left:52.75rem;display:block; }
#L9gwD41B2bRZB5hIqmtnJxUpwJaJNVrd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { position:relative;display:block; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { background-color: transparent; background-image: none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container > .video-iframe-container { display: none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row > .video-iframe-container { display: none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .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); }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { border-width: 0; border-radius: 0; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .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; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;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; }#IP1T5gyWwqR7wGCduFGAQOyQNTphhLrs { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e2e2e2;background-image:none;top:0rem;left:0rem;display:block; }
#fgAhRtsGQy6QHe0ouePTGXlUvWkpDQKi { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e2e2e2;background-image:none;top:3.3125rem;left:0rem;display:block; }
#bao2MTuPg3JX5S94vsFnMgKQHJAgtQd6 { color:#333333;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.9375rem;left:1.875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BxuXe6MDcCn4L8gkkudqF2kX2Py8VphI { color:#f46a3e;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.9375rem;left:25.625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HdllrgeCgKe1l73RvpsL37S6BDf3gdSx { 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:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.125rem;left:5.4375rem;display:block; }
#frZgI5xJblupE2Fc8cdTayOILJpgef8p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wJJ2btW7OCh7im1zPZBMgsHJHosRId0b { 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:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.125rem;left:29.3125rem;display:block; }
#vkqSzFyop8WrZklfwJMUo35Ibvii4TSv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dw9s1CM0Q65lyXrRfIpJKVl4b1glZdwn { color:#333333;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0.9375rem;left:49.375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nEbnMy71k3IJpHZqs6evluXyEWgur7Zw { 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:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:3.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.1875rem;left:52.59375rem;display:block; }
#rKc2MMEIgcN16R69vPvnDEPIr2iUmNIN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { position:relative;display:block; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { background-color: transparent; background-image: none; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container > .video-iframe-container { display: none; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row > .video-iframe-container { display: none; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .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); }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { border-width: 0; border-radius: 0; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .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; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;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; }#aA9llxcelB8Owf6OI0rrtLazC76sDBAO { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e2e2e2;background-image:none;top:0rem;left:0rem;display:block; }
#UnW6eM6sBzGEcPKUdZQXcpJSZFEINOK3 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e2e2e2;background-image:none;top:3.3125rem;left:0rem;display:block; }
#HyrQw9Dmn5XTRiFfmwcZm8Cna1EP01Xm { color:#333333;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.9375rem;left:1.875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l1QUkcGM7Gsva7V3SZlFnnOEp5PvJCdD { color:#333333;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.9375rem;left:25.625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CwSURKVxdXhzfgiaGQk1DeUFKRLC4Mar { 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:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.125rem;left:5.4375rem;display:block; }
#TUEdAXAlfGN93BgkgeuRGW1HQtyoQJDo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x0lhN9Q8QXWSTPL216Tat9WWR4NSUb5h { 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:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.125rem;left:29.3125rem;display:block; }
#kTtnR0qTM9G2V5IqPH5D3MFeqRkcFXoL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sVbnO4FLviEGTGWLTTvzc8NbnFbc6oJo { color:#f46a3e;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0.9375rem;left:49.375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fq8KalWoIq8MSMyavXPkwEtnKhpTVpf7 { 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:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.1875rem;left:52.71875rem;display:block; }
#xB9g64ftyHiZlHaJzEgsLycgg1SuQWqA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { position:relative;display:block; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { background-color: transparent; background-image: none; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container > .video-iframe-container { display: none; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row > .video-iframe-container { display: none; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .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); }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { border-width: 0; border-radius: 0; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .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; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:48.3125rem;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; }#WtvyyN0USyvGyumtdKLNnDVwSvceF0OW { color:#f46a3e;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.1940125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wqXGRhZy0GZn8lLH4CqyHBhgZKwgSDyq { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#f46a3e;background-image:none;top:6.75rem;left:0rem;display:block; }
#RkcQksJirl0CXmgQnc3Io9k7II4iVHKL { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:5.4562501907349rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AwwkgJVznSuwbagEqLQbWTXS44b9hqfJ { color:#000000;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#emG3kkQrqTyg6heruxyNDHuL49f3yvAv { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f46a3e;background-image:none;top:19.625rem;left:0rem;display:block; }
#G2GpzGSTlrD8CNQTfoeqePouUVwgdTxv { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:17.6875rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QvNEL2TdLHDp6Xna1wv7FTS85Br9Ratd { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:20.875rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q1P7cSTD2odryiA4lp3R5bMKxLEuo52L { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:4.5625rem;left:1.875rem;overflow:hidden;display:block; }
#TTTGyH1ezUWXwwAwXtUR63mgser6EhTG { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:17.4375rem;left:1.875rem;overflow:hidden;display:block; }
#Xr1rT5SkxCOOB7AlIVZ0nIyuDzFrrTDZ { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:24.9375rem;left:1.875rem;overflow:hidden;display:block; }
#D6WfUwUVLrrR35me4RTzlyfS9Dfct6la { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#f46a3e;background-image:none;top:27.125rem;left:0rem;display:block; }
#BlBHAhQop5cxyupsRtTO7oSuc5UBxTIG { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:28.375rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qyZlWylCH52xd4NZlUDOA984a3k1trkI { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:25.1875rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VLQMF5O8xbF3lrn4FphKpg5CN08tJlMo { position:absolute;display:block;z-index:15033;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:5rem;width:5rem;top:32.4375rem;left:1.875rem;overflow:hidden;display:block; }
#s0yhgZWuokRWemdhPtXQ7LnnEkKkvxHe { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#f46a3e;background-image:none;top:34.625rem;left:0rem;display:block; }
#DATcrZ32cADFWhz7QW1M6J7Qcp4Lb9Gd { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:33.5rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TtIw0NUETT0Z3WvE62ye8CXdBVByPHh0 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#f46a3e;background-image:none;top:42.125rem;left:0rem;display:block; }
#sL5Ruid3K8A7aaH9eiyHRLaZhCRMMdbv { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:41rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#orZDy9s2MPh5TRC85BdhTZow3Liy83MM { position:absolute;display:block;z-index:15028;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:5rem;width:5rem;top:39.9375rem;left:1.875rem;overflow:hidden;display:block; }
#fqGB9pNJm8tQzJAnQ8QhzssEL35bFnQx { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#f46a3e;background-image:none;top:6.75rem;left:0rem;display:none; }
#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { position:relative;display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { background-color: transparent; background-image: none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container > .video-iframe-container { display: none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row > .video-iframe-container { display: none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .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); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { border-width: 0; border-radius: 0; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .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; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.5625rem;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; }#umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { color:#000000;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f46a3e;background-image:none;top:7.5625rem;left:0rem;display:block; }
#q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5.5625rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.8125rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pPrUxBBXGnHZFD1xJPciqVcdfXsg3Lby { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:5.375rem;left:1.875rem;overflow:hidden;display:block; }
#zbV5AuJaA3GdMSe5c5TMKyoeeqJNhm3y { box-sizing:content-box;height:5.1875rem;width:75rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;top:5.28125rem;left:0rem;display:block; }
#P73bTMa8n9AUkqbseEsPMv8gApvr8iax { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f46a3e;border-left:0.0625rem solid #f46a3e;border-right:0.0625rem solid #f46a3e;border-bottom:0.0625rem solid #f46a3e;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:#f46a3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:12.3125rem;left:29.375rem;display:block; }
#TJNlE8GC3Uze3S4E4mH4qxfPKBJeyrG3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GqDQqXILLobwHCWPvNdphBBkH36LPtCI { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#f46a3e;background-image:none;top:6.75rem;left:0rem;display:none; }
#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { position:relative;display:block; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { background-color: transparent; background-image: none; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container > .video-iframe-container { display: none; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row > .video-iframe-container { display: none; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .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); }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { border-width: 0; border-radius: 0; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .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; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.875rem;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; }#GU5eJDIn9iRtNNLbBXqpHTGTcWRJqUO9 { color:#000000;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#qi8XHTp5bb9UrKTGPUks7dNVrPi3hJgy { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f46a3e;background-image:none;top:7.5rem;left:0rem;display:block; }
#M7U44x4eiqpaogcPhmxGVPsTpKcd5Wrv { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5.5625rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B8t78i77emTraHZPEeTmlngWvsDOoXmA { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.8125rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aDtHxWTL4pU9tnfUJW4fGEvSUpeKLGCg { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:5.3125rem;left:1.875rem;overflow:hidden;display:block; }
#Oq1K1KJiF3MBqArH9DhXdPXcLTLgZBTJ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:20.375rem;left:1.875rem;overflow:hidden;display:block; }
#byTsstiNkTbIP7HpIQV4Bg7XrL8v6MA3 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#f46a3e;background-image:none;top:15rem;left:0rem;display:block; }
#gdzZF96shR9TBxAno92d1hhb2HNN9NJ6 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:13.0625rem;left:1.875rem;overflow:hidden;display:block; }
#BPmSxCcM82eOmmeW0q7eHxPuThVaXXp3 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#f46a3e;background-image:none;top:22.5625rem;left:0rem;display:block; }
#WwbIkxmBiTK6ip0VnwFcAbuaHThxg7Fs { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:23.8125rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l97b7CsGDxq5hr6p8JoP9TGUDdHWAVXD { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:20.625rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#saLBJObtzs3ZUAepBC6SbNuywAokZcw1 { position:absolute;display:block;z-index:15033;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:5rem;width:5rem;top:27.875rem;left:1.875rem;overflow:hidden;display:block; }
#GH7ItbTTSnll7CMgNSzymIsMUnJgLl3b { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#f46a3e;background-image:none;top:30.0625rem;left:0rem;display:block; }
#q1NU5uZev2rS3rK7H61elXGxVe6AlwGA { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:28.9375rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kFPSqRrfMplinsqtn9oypuxoEaK4Osh1 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#f46a3e;background-image:none;top:37.5625rem;left:0rem;display:block; }
#eXiuPg3NqDgXxy9Fxr066kQyddD9ZmVo { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:36.4375rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LTddiCqGCHBDNp5tAASzKSCTyEbsVqTF { position:absolute;display:block;z-index:15028;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:5rem;width:5rem;top:35.375rem;left:1.875rem;overflow:hidden;display:block; }
#v0U23n4wtO3COvufErATvThn6ZCxeBNQ { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#f46a3e;background-image:none;top:6.75rem;left:0rem;display:none; }
#PdCJOSQ7Tdd7GXmi8sa9s6tgTm7nwfex { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:16.5625rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OsO5bQwmHO9TTJT4dZBZu2e7FVOzsL7z { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:13.375rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { position:relative;display:block; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { background-color: transparent; background-image: none; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container > .video-iframe-container { display: none; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row > .video-iframe-container { display: none; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .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); }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { border-width: 0; border-radius: 0; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .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; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.9375rem;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; }#d4KpiMJcG2hdP4DWZHxObn8yygq0BI5z { color:#000000;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#D3oxkfqgRP08cBVS7LN7ZdHqQqoc95cv { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f46a3e;background-image:none;top:7.5625rem;left:0rem;display:block; }
#LngCq2bUMmQXAOmBO6hWwIS3dl0tM1gN { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5.625rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I2g2NG4a6JSrnrcixmdU9OJo8ZB9fezC { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.875rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sa0Edyu5y5zJDPNssyiMuN5XsX2if7DP { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:5.375rem;left:1.875rem;overflow:hidden;display:block; }
#CH2UynWKlcOq57Ks3ricohddennmCTJL { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:12.875rem;left:1.875rem;overflow:hidden;display:block; }
#qBE1HlROxpJkmwyK2LPFNUqBWATWdZUn { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f46a3e;background-image:none;top:15.0625rem;left:0rem;display:block; }
#P0Ua5t1SHUEq74dWC4TFsssR0xRiK95U { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:17.4375rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eCf9syRNrHEH1qvoLwWR05ZngHSJ3LsI { color:#000000;display:block;width:50.875rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:12.706249237061rem;left:8.125rem;height:4.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Iunx91UZqPVAU9bH2VAvcp42yy63MMhi { position:absolute;display:block;z-index:15033;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:5rem;width:5rem;top:27.9375rem;left:1.875rem;overflow:hidden;display:block; }
#MkkrLbEI1ItL71hoVvwCD13SaeEN2zNX { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#f46a3e;background-image:none;top:30.125rem;left:0rem;display:block; }
#SCBL7iDsafqxTTGsGOvsZlnA1PVmDUva { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:29rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k3O2nXPI8kVJO8Pu6hWD3bcWne2Gh93I { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#f46a3e;background-image:none;top:37.625rem;left:0rem;display:block; }
#GTAhdVRf62SyvJDSCC7P60uk4dUdeE7R { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:36.5rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C5P5BMgS7X6QqCCk1yE4dsyteP31sbV3 { position:absolute;display:block;z-index:15028;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:5rem;width:5rem;top:35.4375rem;left:1.875rem;overflow:hidden;display:block; }
#OuGCKPfyF6PXIPfXLhAssOc3SZRwtg07 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#f46a3e;background-image:none;top:6.75rem;left:0rem;display:none; }
#yr9XCopnUBUXHrgA2MVzRNaatcOaXgSM { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:20.375rem;left:1.875rem;overflow:hidden;display:block; }
#LCQndHDtUBKpu7UHlObn1EdOtWElHTgP { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#f46a3e;background-image:none;top:22.5625rem;left:0rem;display:block; }
#FwIAK374cKwQUUbEpdx6Q4q2EhVSKAR9 { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:23.8125rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lr0EwBTM1O3nIXT8H1DcDU29CVUZD7DQ { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m2QDfsN03g7anKya4vm5RAol4aAdrddi { position:relative;display:block; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi { background-color: transparent; background-image: none; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .row .container > .video-iframe-container { display: none; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .row > .video-iframe-container { display: none; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .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); }#m2QDfsN03g7anKya4vm5RAol4aAdrddi { border-width: 0; border-radius: 0; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .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; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.375rem;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; }#slEhUluQuhf3eshEl5cD7i95nCqpgl5I { color:#000000;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#rHXiWhxz1gQKIrF0XLCarANFaihJR0rv { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f46a3e;background-image:none;top:7.5625rem;left:0rem;display:block; }
#JSZozqr0atpTrPb5bNbOo0eGX2DQzAA7 { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5.625rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oCrbuuHS6cSSG5fzFHOv3LQ7dqIRenHU { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.875rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R39k7uHq8VoOVZ8CnDpHTTglBAzMQJVV { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:5.375rem;left:1.875rem;overflow:hidden;display:block; }
#eP93cOkft6rr8yuzZkoRB9G2koTKVOPG { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:12.875rem;left:1.875rem;overflow:hidden;display:block; }
#OCRSM5mTa0ISBikA4SI8kpzBcpp9ukpv { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f46a3e;background-image:none;top:15.0625rem;left:0rem;display:block; }
#eLLVBHzx77UdiNv7LyJkXTGGq35u0SWl { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:16.3125rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#paCMuDKHlgXyoWdD8qiBypKfOxbkEVkc { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:13.125rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZGpo9VlCMERnP6QWotyf2kVJahd13OQU { position:absolute;display:block;z-index:15033;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:5rem;width:5rem;top:20.375rem;left:1.875rem;overflow:hidden;display:block; }
#EwF8Bd77f2Ah6EKBQ4kCwRWZtVUgvsdM { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#f46a3e;background-image:none;top:22.5625rem;left:0rem;display:block; }
#KIAfkB8TcV3Xq11HkSJXwCIIzMGBF047 { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:21.4375rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HrJPdRdLc0z3bmFXcLABNCVf8RwVATAX { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#f46a3e;background-image:none;top:30.0625rem;left:0rem;display:block; }
#FzSEK3tWFyTEgQJLfeyDDStNyTguR57r { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:28.9375rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dDspuJ776fskQp3N5rIpGP2QpVdt2zKq { position:absolute;display:block;z-index:15028;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:5rem;width:5rem;top:27.875rem;left:1.875rem;overflow:hidden;display:block; }
#HJdoJUTFMFps60N9T5k2FeUpEUFgSylc { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#f46a3e;background-image:none;top:6.75rem;left:0rem;display:none; }
#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { position:relative;display:block; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { background-color: transparent; background-image: none; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container > .video-iframe-container { display: none; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row > .video-iframe-container { display: none; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .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); }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { border-width: 0; border-radius: 0; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .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; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H4hQuULb86Ht2pHdonfu1816lmSdZHqr { color:#000000;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#ICWv8GbfQUwyziqwqR9MovTH9PsTpRtd { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f46a3e;background-image:none;top:7.4375rem;left:0rem;display:block; }
#C8NOH5MXLZSMwoOx6fAqvAwCU9VmWZav { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5.5rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KeVuMwATRJ8t5xrhgevFyxVuOtsQiLNr { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.6875rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UH1bgsCqGFpg7tXCJbCRPSxTmFuSfw3O { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:5.25rem;left:1.875rem;overflow:hidden;display:block; }
#SMuzv9KZH2AsNyMha203zqGAAuTlzLOs { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:16.1875rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JQdylSiwI2iAF2gKJUAo40UJnVbHVmSf { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:12.75rem;left:1.875rem;overflow:hidden;display:block; }
#eIDMTrcTeD4r0FgT9CpfSegx5IXqbTat { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:13rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aOTVvF0nb4Mk7kF52lAWHdQNGyEJCHBe { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#f46a3e;background-image:none;top:14.9375rem;left:0rem;display:block; }
#mrbq1T6ALw6LsymPVzoXpD3bMEyS3JTF { color:#000000;display:block;width:14.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15075;line-height:1.6;letter-spacing:0;top:20.4375rem;left:2.1875rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KINrGZ9MOcEF4xhbOShOPUwUnenLzNy9 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15115;opacity:1;top:20.5rem;left:0rem; }
#c3tsmUv9wTD00WZxVzeU14q7V86z09Z6 { color:#f46a3e;display:block;width:12.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15074;line-height:1.6;letter-spacing:0;top:20.4375rem;left:60.125rem;height:1.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#o0d0KVodfRpVCrlAiaTL7Bw2WlInlBfv { 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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.625rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:20rem;left:60.9375rem;display:block; }
#ynW3dOd272PCtg8CvphGiD7HqrsrW3IV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R4gGQCebB8rDZIh12FzG7GcCvhHWTusL { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:20.5rem;left:73.4375rem; }
#ozozRJVt2qbuHr8hpGElnMRzicTtFmHr { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#f46a3e;background-image:none;top:6.75rem;left:0rem;display:none; }
#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { position:relative;display:block; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { background-color: transparent; background-image: none; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container > .video-iframe-container { display: none; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row > .video-iframe-container { display: none; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .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); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { border-width: 0; border-radius: 0; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .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; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.75rem;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; }#iQ6ySOfNH20mruhfeTWSne6xDhmsZahH { color:#f46a3e;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.1940125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#POT7drRrue2IJPKgHNp1e4rcqT4E1rIw { color:#000000;display:block;width:74.625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#S0DpKXJHBcJmRdQuJ28S0OpLMDWmrwbk { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f46a3e;background-image:none;top:12.0625rem;left:0rem;display:block; }
#xWOGdBJsmCLTuGDTBAK6iNv3nhn6QMtJ { color:#000000;display:block;width:66.3125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:10.125rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vsZtwE3TgHH6T4395iSdgorx2u5ehmbq { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:13.3125rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dGWaIqt12DRrmsiMoRwCc8lXy9LvIFRS { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:4.9375rem;width:5rem;top:9.875rem;left:1.875rem;overflow:hidden;display:block; }
#Ar2dMP1gUMJDf1c9Exszukue6elOBnuW { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f46a3e;background-image:none;top:18.9375rem;left:0rem;display:block; }
#TP6bWW96mtkUkrFHBrJpxn5n5bu3IUdt { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:20.3125rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sU3rSx5xPMuc9khAJpzTP02UTZD7tlVT { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:17rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kpa4zANcbcrCcTh2TyDBJXkn47WVZdaJ { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:4.875rem;width:4.875rem;top:16.75rem;left:1.875rem;overflow:hidden;display:block; }
#i3FC2q8PklxAegLWwVFAXkzdHOpvmAwq { position:absolute;display:block;z-index:15033;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:5rem;width:5rem;top:24.1875rem;left:1.875rem;overflow:hidden;display:block; }
#QNO6T06LbqEMfkcbNlOcsAVFcx49adyO { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#f46a3e;background-image:none;top:26.375rem;left:0rem;display:block; }
#dIWoXgUi0Vm7v58IWTpM2HUoBZc38IyE { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:25.25rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hSrzzNd6ZR9d6iF73BdrHnOAEbWOr0ka { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#f46a3e;background-image:none;top:33.875rem;left:0rem;display:block; }
#EvvGWPhC3s1EI3Cc5PMgOaqae5ewZ4Bf { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:32.75rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cTAux6yS3ALzV8L3B1fwFf0hOZmbu4un { position:absolute;display:block;z-index:15028;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:5rem;width:5rem;top:31.6875rem;left:1.875rem;overflow:hidden;display:block; }
#A36OdTVnAZ2lvS0eekwNURA0cyotSeHo { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#f46a3e;background-image:none;top:6.75rem;left:0rem;display:none; }
#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { position:relative;display:block; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { background-color: transparent; background-image: none; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container > .video-iframe-container { display: none; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row > .video-iframe-container { display: none; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .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); }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { border-width: 0; border-radius: 0; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .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; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.1875rem;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; }#WlPXD5c51JpnSn6DFrhPK0dwzUF2Ttzg { color:#000000;display:block;width:72.1875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#D84KaFgEyVgIgt8SNVdoTfDRqDu0nTQs { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f46a3e;background-image:none;top:7.6875rem;left:0rem;display:block; }
#nPy9LSgNEm2ewFt0f8bMD7w80dG7gdcc { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5.75rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B124gQfKTzh5OcnkW1KHph3kzN9AL7P5 { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.9375rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hzbr4AILe2meGHL2k28ApcBmhvh5b1hU { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:4.875rem;width:4.875rem;top:5.5rem;left:1.875rem;overflow:hidden;display:block; }
#CSgoUReVBxHKwICMomGaql6s9FTT1b6A { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:16.3125rem;left:8.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QuPnva8lxeoNuM45cESULeHPqoXS0gcX { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:12.875rem;left:1.875rem;overflow:hidden;display:block; }
#kNihfDCafvuTxveqzSKQXH2HxbqxiE8v { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:13.125rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CwPlAgBcxbcT20U2FLLFsOKUmkKrWOX7 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#f46a3e;background-image:none;top:15.0625rem;left:0rem;display:block; }
#M8T964IbRWzBctAQkpK2qkzNyuWCDW4N { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:20.375rem;left:1.875rem;overflow:hidden;display:block; }
#h9iiF77JA89f4zAaBkyz6IqHRSlwW1FZ { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#f46a3e;background-image:none;top:22.5625rem;left:0rem;display:block; }
#RVLDi0gVggZyCau5LIfqrrA6iNllC7kS { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:23.8125rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FJihzD8n7TsKe94OEN2hOTNTBIAcerDV { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:20.625rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZFI1TRIPb7CktlfP7OOLhTTS9EiU4c35 { position:absolute;display:block;z-index:15033;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:5rem;width:5rem;top:28.125rem;left:1.875rem;overflow:hidden;display:block; }
#V6NN6KOwMdgVnVIHq2fvcqtARk5dfTsO { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#f46a3e;background-image:none;top:30.3125rem;left:0rem;display:block; }
#o4uuLZ5AeV4fycXnJEdlwf7AUs2PIQW4 { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:29.1875rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tk10VqWQwgr6FxTSh04iQ35GAAnFe0lF { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#f46a3e;background-image:none;top:37.8125rem;left:0rem;display:block; }
#nDfDIFHZ7dWUTL0sxhftEAnEMtLeLPyf { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:36.6875rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tuvc3r0XJqKTTwLOsd8h3zR8IA4s4ELE { position:absolute;display:block;z-index:15028;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:5rem;width:5rem;top:35.625rem;left:1.875rem;overflow:hidden;display:block; }
#oRoHxD9nHOKwUrpO3homxN7IWQI4b3eN { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#f46a3e;background-image:none;top:6.75rem;left:0rem;display:none; }
#o0u1gC6bmLQok4tWP39Z882lBlFpe451 { position:relative;display:block; }#o0u1gC6bmLQok4tWP39Z882lBlFpe451 { background-color: transparent; background-image: none; }#o0u1gC6bmLQok4tWP39Z882lBlFpe451::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0u1gC6bmLQok4tWP39Z882lBlFpe451 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0u1gC6bmLQok4tWP39Z882lBlFpe451 > .row .container > .video-iframe-container { display: none; }#o0u1gC6bmLQok4tWP39Z882lBlFpe451 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0u1gC6bmLQok4tWP39Z882lBlFpe451 > .row > .video-iframe-container { display: none; }#o0u1gC6bmLQok4tWP39Z882lBlFpe451 > .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); }#o0u1gC6bmLQok4tWP39Z882lBlFpe451 { border-width: 0; border-radius: 0; }#o0u1gC6bmLQok4tWP39Z882lBlFpe451 > .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; }#o0u1gC6bmLQok4tWP39Z882lBlFpe451 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.4375rem;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; }#Nk4TCfgwpcv0k6yf3BgXvcf4QGOCdbqa { color:#000000;display:block;width:72.1875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#cnt2QhPzBdIVTueeuVAoqJL3gQJqP0Su { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f46a3e;background-image:none;top:7.625rem;left:0rem;display:block; }
#uCZJfZOZCb5OzIcblOXgR3I8C58fivnJ { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5.6875rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fsaOztZLvDcy39XT3Wd3v8KzsxQzsARh { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.875rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tm1My24dDAfZTtTW82lxTQab9SNMvezs { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:4.875rem;width:4.875rem;top:5.4375rem;left:1.875rem;overflow:hidden;display:block; }
#KHdz5aM7XB3B2yis9vVfefWAOAniMDUZ { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:12.125rem;left:1.875rem;overflow:hidden;display:block; }
#uBPAFfXhiCFBSLfMheVSgU9KfcTHbBzU { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#f46a3e;background-image:none;top:14.3125rem;left:0rem;display:block; }
#keHR10ThKfXLqqlFeeylkoLQG6IeXVKW { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:15.5625rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iOieMdEkmNVDEVZTw0MQ1Oumq3TofQky { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:12.375rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jv5fHmLUKwoZTF068nSUgqQmI6sbSGMP { position:absolute;display:block;z-index:15033;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:5rem;width:5rem;top:19.625rem;left:1.875rem;overflow:hidden;display:block; }
#z2RUAlDqnPhoo2ErLI6ATRQJDBehuUxm { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#f46a3e;background-image:none;top:21.8125rem;left:0rem;display:block; }
#x6LWSbwBORQaSltrH5aJoDs7pd1U8gwK { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:20.6875rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XkwwM7A1fTVSMr8Lz40eRiL9B1ZEUK6b { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#f46a3e;background-image:none;top:29.3125rem;left:0rem;display:block; }
#UHdTahmby1A2b9P1GFQlFyzSZtAO3kRA { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:28.1875rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wVfLnipysOkpUl3k6QKUWFvIO7HMkWB6 { position:absolute;display:block;z-index:15028;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:5rem;width:5rem;top:27.125rem;left:1.875rem;overflow:hidden;display:block; }
#csduUmF6nUI6dk9GANpX46GF1ax5BGSr { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#f46a3e;background-image:none;top:6.75rem;left:0rem;display:none; }
#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { position:relative;display:block; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { background-color: transparent; background-image: none; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container > .video-iframe-container { display: none; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row > .video-iframe-container { display: none; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .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); }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { border-width: 0; border-radius: 0; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .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; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:61.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; }#UVLiLOK8MsrcsF3wQIyIzEcZedqiCI2J { color:#000000;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#Rg9y6cDz3uBUVIrTTHW0Ml8nKTxHgXdU { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f46a3e;background-image:none;top:7.625rem;left:0rem;display:block; }
#dV7K17TCtifwJwo98H5O345wF6BOgZkm { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5.6875rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LN6XrH7TBeyWhmcpiU4l5aV32LmoTN6S { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.875rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#trTQJvVuzd9zPklIhd9XsK3DcH92mrOE { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:5.4375rem;left:1.8125rem;overflow:hidden;display:block; }
#niWENRmZPT188Vf8UHCKLXJyK7V5Gd5A { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:12.9375rem;left:1.8125rem;overflow:hidden;display:block; }
#fa1mdw32O6Z2VRraihN9k3HrVvfDhDVc { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:13.875rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KBnFQZxHsvkHOWdlKPyFwApScvcsopxC { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#f46a3e;background-image:none;top:15.125rem;left:0rem;display:block; }
#E8mPwHtgSgT8H88wzTTMBBdxrs0fQNs5 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#f46a3e;background-image:none;top:36.0625rem;left:0rem;display:block; }
#hRdRFNMNhpWLhUM8wCmDz6S92FBm9ybE { color:#888888;display:block;width:54.4375rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:37.4375rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cRJELadnml3PkQeTgOQ4DiyDuAMoh6JW { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:34.125rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#plEtkI0EttODQZTple62Q7eyKlaaFVoO { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:4.9375rem;width:5rem;top:33.875rem;left:1.8125rem;overflow:hidden;display:block; }
#LGUbexDxP9gmvlerlETDdiHoUSx6SUwF { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15075;line-height:1.6;letter-spacing:0;top:57rem;left:2.1875rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FWk58BcaT5MKBqdQhodStKRIUXGEVltz { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15115;opacity:1;top:57.0625rem;left:0rem; }
#T2xxA3sFv2gOsDZWpHm9dbX9JSNtl3EE { color:#c7c7c7;display:block;width:12.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15074;line-height:1.6;letter-spacing:0;top:57rem;left:60.125rem;height:1.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#caFsuBGXxsqOC0XWRMSSkMn2JRsNZu4g { 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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.625rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:56.487487792969rem;left:0rem;display:block; }
#SPsLICgI5GwKrFRJneW8x9TnTCaqWTHX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mM98kPnSTiq24cz9fHGVdpGiwigJGpV2 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:57.0625rem;left:73.4375rem; }
#SVtH3hCAAn7OyLqzLobfMyzFU0xoIpDc { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:20.4375rem;left:1.8125rem;overflow:hidden;display:block; }
#IkSXBb41ZciI50zGqAai24zvxthkUh1Q { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:21.4375rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lIQA6zKH2tJE3FrE3hccmyMrmMzf3wb0 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#f46a3e;background-image:none;top:22.625rem;left:0rem;display:block; }
#DUSHMzCBxUX2gUI0dHVWSSHC3WbKwR0J { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#f46a3e;background-image:none;top:51.0625rem;left:0rem;display:block; }
#CIO8z0u5ASlIQTk2DmxDcegPn6aDa4WK { position:absolute;display:block;z-index:15033;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:5rem;width:5rem;top:48.875rem;left:1.8125rem;overflow:hidden;display:block; }
#r4K7TmImTpLeQz07KB7RP78BSIuS1vOT { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:49.75rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UmQrmCdIIOQDn8tqlkmBytxFBTptEI38 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#f46a3e;background-image:none;top:6.75rem;left:0rem;display:none; }
#MGXq8r8vW6Or9AbPZ6MsK8DAbptcKJ34 { color:#000000;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:28.125rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#Hh0TfsRTvEGR2pNUpMTRzeQVtGlTCPlB { position:absolute;display:block;z-index:15033;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:5rem;width:5rem;top:41.375rem;left:1.8125rem;overflow:hidden;display:block; }
#vx8B6PPqsorpbAbX3swtWiVsfQHluszt { color:#000000;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:42.375rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#igblTsQEVp0ZBweUpWuJlH07kmwG5rDC { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#f46a3e;background-image:none;top:43.5625rem;left:0rem;display:block; }
#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff { position:relative;display:block; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff { background-color: transparent; background-image: none; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .row .container > .video-iframe-container { display: none; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .row > .video-iframe-container { display: none; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .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); }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff { border-width: 0; border-radius: 0; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .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; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:200.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; }#UWiiyLx4VEq90TVvlGZawrXHTaZTaxsl { color:#f46a3e;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#awFi4ZQE8ToRpRRcSqiNBOTgthvqof9V { color:#000000;display:block;width:74.625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#NeZ7svEdQOoZ8LeVWtQz8bed3Bu85P2b { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f46a3e;background-image:none;top:10.875rem;left:0rem;display:block; }
#zKnIc7B4C3EMxspBby8dnFwomTHsbnZb { color:#666666;display:block;width:66.3125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:8.5625rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RvLaox3c9a5kuPQOahVT5XpfwMAre8qV { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:11.8125rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qIJ2r2y0dqGki88xfLnXi1IACHiOrSLA { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:5rem;width:5rem;top:8.6875rem;left:1.875rem;overflow:hidden;display:block; }
#n4kR08Zu2ytmWTqsGtsHNF9GB2D5RkJf { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#f46a3e;background-image:none;top:6.75rem;left:0rem;display:none; }
#Nkskr8P3HTd3QKew8Gl1D6CSRhnqtvx1 { color:#666666;display:block;width:66.875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:14.125rem;left:8.125rem;height:16.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#epfi2NLJtGLIPDaxLpIHkUhktXhXc8bD { color:#666666;display:block;width:66.4375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:39rem;left:8.125rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tA4y0tBm01STJ9I5qA2M5BWspfh9FKB7 { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:36.75rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bcTcQLvPDZgdQqXOTWUsQGgqgz1TRZyr { color:#666666;display:block;width:56.1875rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:33.5rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TVWUdQIqlPn1zgoK7IRNxNvqDo5teZDr { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:5rem;width:5rem;top:33.5625rem;left:1.875rem;overflow:hidden;display:block; }
#E7wTwJpWfciZeBcmL2VHhRoRIc3M3JeQ { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#f46a3e;background-image:none;top:35.75rem;left:0rem;display:block; }
#n30I6p86ZrTBBaVLoAtxDJKrpJwFCPHJ { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:5rem;width:5rem;top:61.625rem;left:1.875rem;overflow:hidden;display:block; }
#cTPVs5RlOnqM8oJURgseWCNGa0JQSZKO { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:#f46a3e;background-image:none;top:63.8125rem;left:0rem;display:block; }
#audOfP7FFgWl2Ah83h4RL5rBTolSgZsO { color:#666666;display:block;width:65.6875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:68.6875rem;left:8.125rem;height:18rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w0qKnGzhIkXTaaQTTVwTwB49NX8GTtxo { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:66.375rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ziy8tZZv4JGnFmXmeDevEcLe529mwQea { color:#666666;display:block;width:49.75rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:61.5625rem;left:8.125rem;height:4.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lWaZE9NUG33I9LkbyWiTswAbUUUe36Mm { color:#000000;display:block;width:74.625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:57.625rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#QXwNOZs52IpilCafU9DTlhDnphwccOPB { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#f46a3e;background-image:none;top:6.75rem;left:0rem;display:none; }
#grZ4Qn7KnLHvayo7KiRg5akBmGZkD2W2 { color:#000000;display:block;width:65.6875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:131.6875rem;left:8.125rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lFzinT6A6K1GbeLWSnhWrIIJcltAiXSh { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:129.3125rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oJU52PkLeNmSulqszFuTsM6ZedaiJoXf { color:#000000;display:block;width:66.3125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15048;line-height:1.4;letter-spacing:0;top:124.1875rem;left:8.125rem;height:4.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sb7qWVNx34Sbe1XXc8FQCRubT4yiez02 { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:5rem;width:5rem;top:124.25rem;left:1.875rem;overflow:hidden;display:block; }
#kSJXKL3MmFXHCmTGI4pnLNZUGiuBIBDE { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15048;background-color:#f46a3e;background-image:none;top:126.5625rem;left:0rem;display:block; }
#qOA5bRx1LHtEoyLGowSUGgB8Up3T4nmA { color:#666666;display:block;width:65.875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15060;line-height:1.6;letter-spacing:0;top:157.9375rem;left:8.125rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WaoEsch4wqr9gD1KGB9yOVsOTEyFx8km { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15060;line-height:1.5;letter-spacing:0;top:155.5625rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VRhTHf5MTXxakqL46uweR8bXOLbRav9O { color:#666666;display:block;width:66.3125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15059;line-height:1.4;letter-spacing:0;top:152.3125rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mu09vdlmUQTRwmUmeUyxOIlVaCLAKVaU { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:5rem;width:5rem;top:152.375rem;left:1.875rem;overflow:hidden;display:block; }
#mDqrbtTyI7lcHHyLSAed9DPLWfF25zME { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15059;background-color:#f46a3e;background-image:none;top:154.375rem;left:0rem;display:block; }
#QzsOItHmxiJI8WOGiyD5WaFBc0mnTSHx { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15105;background-color:#e2e2e2;background-image:none;top:146.3125rem;left:0rem;display:block; }
#QMzDTb7hTpt1qQ0Kh0lHBtoThU2L6GJo { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15106;background-color:#e2e2e2;background-image:none;top:54.875rem;left:0rem;display:block; }
#wXHOfHrMaCio8TkkV3virIekbSwCrXe3 { color:#000000;display:block;width:74.625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:148.15625rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#UxiekBeTVRmtaQCWnqoWB3efcscf1h9f { color:#707070;display:block;width:65.875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15065;line-height:1.6;letter-spacing:0;top:179.375rem;left:8.125rem;height:19.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TrKg5VnDS3EQItd7bpk7TL6n2dokhQLG { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15065;line-height:1.5;letter-spacing:0;top:177.6875rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yDGmP6T8VXqFGv5JD7yB11y9LqcEbrnT { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:5rem;width:5rem;top:172.875rem;left:1.875rem;overflow:hidden;display:block; }
#ZEalbaF36VACpSS0OhDUwBJpcFLtT34t { color:#707070;display:block;width:53.6875rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15064;line-height:1.4;letter-spacing:0;top:172.8125rem;left:8.125rem;height:4.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AxFxVDoNJSVdCcP33MdA3nRKCEun95ud { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15064;background-color:#f46a3e;background-image:none;top:175.0625rem;left:0rem;display:block; }
#Ikb0WQu89sARQQPMxR5DyT2aUUMkw6dW { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:8.375rem;top:8.6875rem;left:66.285084306506rem;overflow:hidden;display:block; }
#UxRZkBHwuAMBAbMM5yHA7iJFkfXh5OZu { position:absolute;display:block;z-index:15108;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:19.125rem;top:33.799987792969rem;left:55.837501525879rem;overflow:hidden;display:block; }
#eI28nwf3yEcdl150ZZHgkowSUT2zihvO { position:absolute;display:block;z-index:15108;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:10.6875rem;top:61.625rem;left:64.3125rem;overflow:hidden;display:block; }
#VJqZ6FVHia2JB3fpuLsEuIBvJPaPJX2M { position:absolute;display:block;z-index:15109;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:10.6875rem;top:152.75rem;left:64.3125rem;overflow:hidden;display:block; }
#g0WC1AoTkcLGQ46HmAIromdhrfRCTOKJ { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:5rem;width:5rem;top:89.25rem;left:1.875rem;overflow:hidden;display:block; }
#Wm50JbVdhm6KPBhpPfbyZiDBsciDpJkT { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15041;background-color:#f46a3e;background-image:none;top:91.4375rem;left:0rem;display:block; }
#mtRN254TPKm4wJgS6ZK21cIL37LXvC29 { color:#707070;display:block;width:65.6875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:96.3125rem;left:8.125rem;height:24rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t1lvqpiTzkPBcVvxeLnWJR7P5ssFZ5mM { color:#888888;display:block;width:59.5rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:94rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gKQepzIGPbheTLhULuZNamnQKWaLXqUe { color:#707070;display:block;width:49.75rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15041;line-height:1.4;letter-spacing:0;top:89.1875rem;left:8.125rem;height:4.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pb9VsN6U0VgIRIP31nTx3QloNMInlS3G { position:absolute;display:block;z-index:15110;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:8.375rem;top:89.25rem;left:66.502082824706rem;overflow:hidden;display:block; }
#SBG77kaOB4kVvOsngTQLtDXN227CQSWO { position:absolute;display:block;z-index:15110;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.875rem;width:4.125rem;top:172.86770629882rem;left:70.873962402344rem;overflow:hidden;display:block; }
#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { position:relative;display:block; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { background-color: transparent; background-image: none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container > .video-iframe-container { display: none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row > .video-iframe-container { display: none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .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); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { border-width: 0; border-radius: 0; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .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; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.5rem;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; }#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#333333;padding-top:0.420625rem;padding-right:0.373125rem;padding-bottom:0.420625rem;padding-left:0.373125rem;display:block;align-items:center;width:2.239375rem;min-width:2.239375rem;height:2.261875rem;position:relative;font-family:inter;font-size:1.683125rem;font-weight:700;line-height:36.19px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-label { background-color:;background-image:none;color:#333333;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.263125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.985625rem;height:0.894375rem;position:relative;font-family:inter;font-size:0.63125rem;font-weight:400;line-height:14.31px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:15.9375rem;height:4.260625rem;padding-top:0.52625rem;padding-right:0.533125rem;padding-bottom:0.52625rem;padding-left:0.533125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.96875rem;left:28.058334350586rem;z-index:15040; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #PhfEqz8nSXBp7x46dGuZMw9uprgRrQb7 { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #ae2kLURWCMowab4Z1n6EHMUr9XcuETzK { width:auto; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #aBq9ZkM5zTFRVafFvPIHJRVuDCbK6fWO {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #CtMSdBB8XUZxLoAaZuDECGoPMKBMhI0x { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #kkU7uFu0od8TQUmnNC6F33hIeKrAiLhV {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #xGah028TGr5WQqMLz9gWTdg7LP9enJvH {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #DTD0Z8NScLJGqxX9RTHZfqK5MzOQRUOI { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #exP5b1R63EWvdGhTgU19N9vm7LgrOLAN {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #yDqDK1PCu79Qrr8Sa5uAhtHEMuCFCfo3 {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #OtX677THblmnF8vymPF9KAwJnptgcJMg { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #hsvpIKqO8MZFUytF1qZLAyXWudIdM5XE {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #WED1gVvcAog3gfOv0bXbqQoRcnfSZXZU {  }
#bm4NRCTaVKuNhKzpb7yWyc0Wxn8ydO8m { color:#cecece;display:block;width:25rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:0rem;left:25rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nmxm8BdulBWZNq6aFOtrDtKwuGi8gtcV { box-sizing:content-box;height:1.25rem;width:15rem;position:absolute;display:block;z-index:15049;background-color:#ffffff;background-image:none;top:0rem;left:30rem;display:block; }
#blAn5xV7nPboBSkS9MiHQ2my5SDvw2Qg { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:#e2e2e2;background-image:none;top:0.625rem;left:0rem;display:block; }
#KXFz6oDFTCn9KalIkOJhgiUDvSNh5qLe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a734f;background-image:url("https://images.assets-landingi.com/uc/567d2a11-dc5c-4340-afa3-7b8cdee04da0/APD_2025_WETERYNARIA_WAW_cena.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KXFz6oDFTCn9KalIkOJhgiUDvSNh5qLe.adaptive-delivery-prevent-bg, #KXFz6oDFTCn9KalIkOJhgiUDvSNh5qLe.lazyload, #KXFz6oDFTCn9KalIkOJhgiUDvSNh5qLe.lazyloading { background-image: none; }#KXFz6oDFTCn9KalIkOJhgiUDvSNh5qLe > .row .container { border-width: 0; border-radius: 0; }#KXFz6oDFTCn9KalIkOJhgiUDvSNh5qLe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KXFz6oDFTCn9KalIkOJhgiUDvSNh5qLe > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:none; }#mUXGIhzyRLTq7QodOWvAnRUzaSySmX5y { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:3rem;font-weight:400;z-index:15136;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:6.5989375rem;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; }
#R1AfUJJHakNW3yfnpxbkaNd4vTSvShNF { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vEN6NeOAhCbgcPyy2dCdGHqZ3RNiTD7f { position:absolute;display:block;z-index:15148;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.0625rem;width:7.0625rem;top:3rem;left:1.25rem;overflow:hidden;display:block; }
#v3U35B2KnXzMrSTs7irsLQpZbEKRHLcE { position:absolute;display:block;z-index:15149;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.75rem;width:11.75rem;top:3.75rem;left:61.21875rem;overflow:hidden;display:block; }
#V621NqBTk8pBbkesuO2PT5e0ueZgKnn9 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.15) ;height:20rem;width:30rem;top:14.375rem;left:6.25rem;display:block; }
#zeZ5irlSXqaPgdzJDDsrQ2WxBvEQLuPE { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.4375rem;left:6.875rem;height:2.9236125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dGGPTSAM6RvfLcor2Q7d3LF2KNXn0b7t { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.5625rem;left:6.875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DQZcWn0cTRBtPTH9HlqrfKF69oHTrazx { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:25.75rem;left:6.875rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tAOlJdg4qawxwzgVFSvRpeZsLlrp8JT5 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:15rem;left:62.0625rem;overflow:hidden;display:block; }
#i2rWcff3M1sifhTgKsZHcHAkdnuZopc2 { background-color:#f46a3e;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:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.75rem;left:13.125rem;display:block; }
#Jwnh7lgMT6u4DHENconOg36rBrntprat { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zbb5C4ksaaS1Xrn9xBDFpPvfS22nWKCl { color:#888888;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:32.375rem;left:6.875rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lWKwBcAuyFrDhHzcVg07GzBToxKbTzaN { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #0e5838, #07452a);background-image: -moz-linear-gradient(144deg, #0e5838, #07452a);background-image: -ms-linear-gradient(144deg, #0e5838, #07452a);background-image: -o-linear-gradient(144deg, #0e5838, #07452a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e5838', endColorstr='#07452a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e5838', endColorstr='#07452a' );";background-image: linear-gradient(144deg, #0e5838, #07452a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.15) ;height:18.75rem;width:30rem;top:15rem;left:38.75rem;display:block; }
#PGN5HKJLDZ0WpoZbwBMRa8fHphwZWgZu { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:32.1875rem;left:39.375rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FLoO9hE2MEOTTw7eT1nkX1wCTpXNXe1T { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:25.75rem;left:39.375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ASmCSPahpH4TsTLnsCnUdvxiDdGULJHU { background-color:rgba(128,128,128,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#d1d1d1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.75rem;left:45.625rem;display:block; }
#XKQHPbbGlKTmSgFQX8c2Rn0gyZceD4cv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DNHIsWPRTRR1W7NJIrElPQEIfLq4o12p { color:#d3d3d3;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.5rem;left:39.375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CCK1t7Dk3wepHT17zLMzfJFelsXtD6p5 { color:#d3d3d3;display:block;width:26.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.4375rem;left:40.625rem;height:2.9236125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tCMxPkcWkpBTOCdSXCNK23la0hLVTGPy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a734f;background-image:url("https://images.assets-landingi.com/uc/567d2a11-dc5c-4340-afa3-7b8cdee04da0/APD_2025_WETERYNARIA_WAW_cena.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tCMxPkcWkpBTOCdSXCNK23la0hLVTGPy.adaptive-delivery-prevent-bg, #tCMxPkcWkpBTOCdSXCNK23la0hLVTGPy.lazyload, #tCMxPkcWkpBTOCdSXCNK23la0hLVTGPy.lazyloading { background-image: none; }#tCMxPkcWkpBTOCdSXCNK23la0hLVTGPy > .row .container { background-color: transparent; background-image: none; }#tCMxPkcWkpBTOCdSXCNK23la0hLVTGPy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCMxPkcWkpBTOCdSXCNK23la0hLVTGPy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCMxPkcWkpBTOCdSXCNK23la0hLVTGPy > .row .container > .video-iframe-container { display: none; }#tCMxPkcWkpBTOCdSXCNK23la0hLVTGPy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCMxPkcWkpBTOCdSXCNK23la0hLVTGPy > .row > .video-iframe-container { display: none; }#tCMxPkcWkpBTOCdSXCNK23la0hLVTGPy > .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); }#tCMxPkcWkpBTOCdSXCNK23la0hLVTGPy > .row .container { border-width: 0; border-radius: 0; }#tCMxPkcWkpBTOCdSXCNK23la0hLVTGPy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tCMxPkcWkpBTOCdSXCNK23la0hLVTGPy > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:block; }#dIiC5IvQQ3TEO6NTI9GgyUiwPUASXZ3D { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:3rem;font-weight:400;z-index:15136;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:6.6rem;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; }
#DfeAImdtcJKd99ngmhamiy8tB1RM1AkD { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0rem;height:1.787325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xO0RVn0IWbsXJKb6TDmLZUK9yc24zxUF { position:absolute;display:block;z-index:15148;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.0625rem;width:7.0625rem;top:3rem;left:1.25rem;overflow:hidden;display:block; }
#M39bxDuNIaPtIEJP6hsdB1TwiOm1ox2X { position:absolute;display:block;z-index:15149;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.75rem;width:11.75rem;top:3.75rem;left:61.21875rem;overflow:hidden;display:block; }
#yKXDuVWtV8wHzEhHSAcRKdtG6Lxm3d05 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.15) ;height:20rem;width:30rem;top:19.375rem;left:6.25rem;display:block; }
#HZnwThkhUNQXTt5Hn0Jkzu9rwpG8Gnct { color:#b3b3b3;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.4375rem;left:6.875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NJFe31tObHJHHCGl0srBTSsdLA5ZR7rG { color:#b3b3b3;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:24.5625rem;left:6.875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lIE30T6zzQ6q1AzbIbQXTOmdW8HQ7uB4 { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:30.75rem;left:6.875rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lwbe785cmFdFpJuRNT9iCxICrtJOuo8V { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:20.6875rem;left:62.0625rem;overflow:hidden;display:block; }
#gwPLfKS7Mi21aHBaVL36CIOsBCrsDHSt { background-color:#e3e3e3;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:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:32.75rem;left:13.125rem;display:block; }
#VqdRONMeOTB1f7vT6m1feCk7W9BftJ3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hCrvqOSLVXI2pWBIOvvHT7czEA3nGufO { color:#888888;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:37.375rem;left:6.875rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IXMbaIinPPHtnIfRDxkNdEpX2Hfvp7Ur { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #0e5838, #07452a);background-image: -moz-linear-gradient(144deg, #0e5838, #07452a);background-image: -ms-linear-gradient(144deg, #0e5838, #07452a);background-image: -o-linear-gradient(144deg, #0e5838, #07452a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e5838', endColorstr='#07452a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e5838', endColorstr='#07452a' );";background-image: linear-gradient(144deg, #0e5838, #07452a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.15) ;height:18.75rem;width:30rem;top:20rem;left:38.75rem;display:block; }
#y9BM2HNyfckluSNGeH6LmUKUOE9gBHrT { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:37.1875rem;left:39.375rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xzgDuobpH9Bs28sZmhfrylNR3UBNuRih { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:30.75rem;left:39.375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s6lzx0h6gkXWRNWwaRmXRtAc98rv9IDc { background-color:rgba(128,128,128,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#d1d1d1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:32.75rem;left:45.625rem;display:block; }
#CZqBsfUnJorU7dLEgUpVDfpRF6upihWX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XHDZ1x34sDvvOKAWcgXZ5G8bCgngOuiS { color:#d3d3d3;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:24.5rem;left:39.375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ecXsN3znbg9v2xux4T1hoKLUgiZcI9SU { color:#d3d3d3;display:block;width:26.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.4375rem;left:40.625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dHVL0WdhTQGd23PSQavT6UUlUXQdohin { color:#ffffff;display:block;width:49.6875rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15139;line-height:1.3;letter-spacing:0;top:13.793749809265rem;left:12.65625rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OiBQR0pCPh2BGEzmxVAooJH51oFPHqlH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a734f;background-image:url("https://images.assets-landingi.com/uc/567d2a11-dc5c-4340-afa3-7b8cdee04da0/APD_2025_WETERYNARIA_WAW_cena.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OiBQR0pCPh2BGEzmxVAooJH51oFPHqlH.adaptive-delivery-prevent-bg, #OiBQR0pCPh2BGEzmxVAooJH51oFPHqlH.lazyload, #OiBQR0pCPh2BGEzmxVAooJH51oFPHqlH.lazyloading { background-image: none; }#OiBQR0pCPh2BGEzmxVAooJH51oFPHqlH > .row .container { border-width: 0; border-radius: 0; }#OiBQR0pCPh2BGEzmxVAooJH51oFPHqlH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OiBQR0pCPh2BGEzmxVAooJH51oFPHqlH > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:none; }#bCMHoIhh1ALmOo5N8Be337N7dVDCeMC3 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:3rem;font-weight:400;z-index:15136;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:6.6rem;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; }
#aG7qOTIsJOIqH3hUEeCZbJq4UEkLLf2g { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0rem;height:1.787925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EeHheVynUnlbI7cQqyzT7TlfXfJTvmVe { position:absolute;display:block;z-index:15148;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.0625rem;width:7.0625rem;top:3rem;left:1.25rem;overflow:hidden;display:block; }
#BfISvEx1C2wKcLBVZen18Jees9SQT4X3 { position:absolute;display:block;z-index:15149;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.75rem;width:11.75rem;top:3.75rem;left:61.21875rem;overflow:hidden;display:block; }
#T8ivzLG6ysi2b2TpovIMeVSxTpAlmkwX { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.15) ;height:20rem;width:30rem;top:14.375rem;left:6.25rem;display:block; }
#KEEeUN3H8FpEpVSUfZNv0BIGBio4sSO7 { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.4375rem;left:6.875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ziyuDk8dJPwtcMUSlakGoviAPlUw3PV2 { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.5625rem;left:6.875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EHm366c2geI5z5QTp0q2X8O8TSNqhxd3 { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:25.75rem;left:6.875rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lVD1rDXao4urpiBK0tTcpQr5udBBPSRp { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:15rem;left:62.0625rem;overflow:hidden;display:block; }
#AspqIFST8f9sVnaoNZgHkpL33JmxOH0H { background-color:#f46a3e;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:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.75rem;left:13.125rem;display:block; }
#LDZn7GrI1XfVKuclJfckkLWu9OnLcA8F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m87mWE9FyQ0T1yS0GEmfm4sWsXWrbC2k { color:#888888;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:32.375rem;left:6.875rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S5bXravQh7cKarX3IM0sGwrNOTdKzzHb { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #0e5838, #07452a);background-image: -moz-linear-gradient(144deg, #0e5838, #07452a);background-image: -ms-linear-gradient(144deg, #0e5838, #07452a);background-image: -o-linear-gradient(144deg, #0e5838, #07452a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e5838', endColorstr='#07452a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e5838', endColorstr='#07452a' );";background-image: linear-gradient(144deg, #0e5838, #07452a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.15) ;height:18.75rem;width:30rem;top:15rem;left:38.75rem;display:block; }
#ohdn6c70gQsPpmOkMxqmthxmDpGn4RNc { color:#bababa;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:32.375rem;left:39.375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qiv4osfBVgURLtSgGH0mP4wbcdNuM3UG { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:25.75rem;left:39.375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d0K9XeMcP4lVB2D5iwLQDvoZgKmr7KHu { background-color:#f46a3e;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:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.75rem;left:45.625rem;display:block; }
#RN1uunGFdK6M1TbGBA9nsm1iASxOPRpu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ypuUBquxrrMapwi820OyD190NMLaepxQ { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.5rem;left:39.375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mRG1HByPkB2QM1HzAENZfHRZdqirES7h { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.4375rem;left:40.625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a734f;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; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container { background-color: transparent; background-image: none; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container > .video-iframe-container { display: none; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row > .video-iframe-container { display: none; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .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); }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container { border-width: 0; border-radius: 0; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#usopnl421qeKwecadAwafXz8Bn4kg8aD { color:#ffffff;display:block;width:26.4375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.95rem;font-style:normal;display:block; }
#uFe3ahodVWKDnVf5RydpIkteKB7stKct { color:#ffffff;display:block;width:28.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15138;line-height:1.4;letter-spacing:0;top:3.75rem;left:3.125rem;height:2.8rem;display:block; }
#PmigKnExRmdrDTn6WnOSlPtIzJE9RakS { 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:15139;opacity:1;top:4.1125030517578rem;left:0rem; }
#CqiySVRWc7nwBwpbkqpMcn8ZTygSfPaA { 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:15141;opacity:1;top:21.0625rem;left:0rem; }
#aCDnPSJHmwG5eddE6apwzdX0UD6y9zSd { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15140;line-height:1.4;letter-spacing:0;top:20.875rem;left:3.125rem;height:4.2rem;display:block; }
#NrW13U6u3yftcTh0ZEXeRdHKo7PAaw7S { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:9.6875rem;left:42.8125rem;height:1.4rem;display:block; }
#vlZhGkI68Bxvszb9FROVW6Zc99qLvVg9 { 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:15143;opacity:1;top:10rem;left:39.6875rem; }
#EX4EExtSCMv46a6oLzN21EC5Vbbk81K7 { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15140;line-height:1.4;letter-spacing:0;top:8.3125rem;left:3.125rem;height:2.8rem;display:block; }
#Hl4UGeGmsVUhZUHzTp19QoFWBzCnGJxd { 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:15141;opacity:1;top:8.625rem;left:0rem; }
#niB9zylSLNOfbaN7LWFxQbGzNTQ29G6l { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:12.875rem;left:3.125rem;height:2.8rem;display:block; }
#UeGT6pL5VxU4btaOgsl26xOL9tEv8hgS { 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:15143;opacity:1;top:13.1875rem;left:0rem; }
#pB7B7rIDIRawi93gqSCgwpxwk7HKlwL5 { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15144;line-height:1.4;letter-spacing:0;top:17.5625rem;left:3.125rem;height:1.4rem;display:block; }
#neZre0NqvTm4Tqn32x2LqwSABWB9Bmxp { 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:15145;opacity:1;top:17.375rem;left:0rem; }
#ocJ6B2ASpHr0MZUGFKeZGegSdTBfg9Bi { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:3.75rem;left:42.8125rem;height:4.2rem;display:block; }
#SJPSZug564JLheabVt6Sg1JUuHCzg4OL { 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:15143;opacity:1;top:4.125rem;left:39.6875rem; }
#fQ28wTkvIU2EM3Wc7veZarF0PyKyp7tL { color:#ffffff;display:block;width:32rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15143;line-height:1.4;letter-spacing:0;top:11.875rem;left:42.8125rem;height:11.8125rem;display:block; }
#aTuXNZ2vuElLXVT4OosbJxzQ0UoIxFWu { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15141;line-height:1.4;letter-spacing:0;top:25.75rem;left:3.125rem;height:3.67448125rem;display:block; }
#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c4e148c0-9266-41fb-8e8c-099da1a1c041/hiltonwarsawexterior.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.adaptive-delivery-prevent-bg, #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.lazyload, #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.lazyloading { background-image: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { background-color: transparent; background-image: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,22,75,0.6); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container > .video-iframe-container { display: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,22,75,0.6); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row > .video-iframe-container { display: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .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); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { border-width: 0; border-radius: 0; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#pPBFpc9wWegAoaL4B9yVX0CH2P3lqztU { color:#ffffff;display:block;width:68.75rem;position:absolute;font-family:inter;font-size:2.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.125rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DtCSW4B2qCKK28vwPUvMq7M144z7faGk { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:19.25rem;left:46.8125rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#euTT13CDwTOLPPtoJR5DpJyrVMza8Aln { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:16.125rem;width:22.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:3rem;left:48.4375rem; }
#nPzFQsIMErLDqTOz8LD9AkOQcr7sDnHS { 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.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:33.6875rem;left:47.1875rem;display:none; }
#WwvzKTqZ0EAECvNBgrnZGww1XfSu426p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KAMitM0gG1d9x1EODZy0OVb3phhRWl1H { 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:26.5625rem;width:22.6875rem;top:2.1125030517578rem;left:48.53125rem;overflow:hidden;display:block; }
#a2ZL9uPIosmBCFNe6B6M9ko6pcDVucXK { position:absolute;display:block;z-index:15024;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:12.375rem;width:18.75rem;top:15.453124642372rem;left:0rem;overflow:hidden;display:block; }
#NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f46a3e;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; }#NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu > .row .container { background-color: transparent; background-image: none; }#NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu > .row .container > .video-iframe-container { display: none; }#NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu > .row > .video-iframe-container { display: none; }#NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu > .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); }#NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu > .row .container { border-width: 0; border-radius: 0; }#NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#tT7wQI3FhqZCiROao1afkcpawy72SOU0 { 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:inter;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:3.125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:0.625rem;left:0rem;display:block; }
#h79T5EbXevX8RX8SBN3SsOWOshvxe4cH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EwBtidElTG7RWIwMVAvuWncEfnRSvnTT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h { 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; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container { background-color: transparent; background-image: none; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container > .video-iframe-container { display: none; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row > .video-iframe-container { display: none; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .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); }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container { border-width: 0; border-radius: 0; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container { font-size:0.875rem;font-family:arial;height:112rem;width:75rem;position:relative;display:block; }#pVTm3RJDdH3JPLyr4CFQKLkJ0TtzaVfM { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:2.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zlc1pAUbfqefrDlHRAXmdz1b9xOmDq39 { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:8.8125rem;left:0rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oWk0FlMP3QisUXh1cksFgyi3zJplNAst { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:16.5rem;top:11.5625rem;left:29.25rem;overflow:hidden;display:block; }
#tN5tRe98TPQUwGG1TloxwBuVbP4oqOui { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:19.5625rem;left:0rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#REAO0UB61rK0ERU17KThgh9suTGF6Gla { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:29.875rem;left:0rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kP4wxSE8HLtURBs7vpxz3u7ileDdV8qa { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:47.0625rem;left:0rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FpL87ZAJyGVrk0HOa4TBBBIc5T0TvieL { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:76.310424804688rem;left:0rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nIXINWlweCQhdpVNDZiOC2oXc9TrCD98 { position:absolute;display:block;z-index:15027;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.875rem;width:13rem;top:22.875rem;left:7.625rem;overflow:hidden;display:block; }
#yvQDcb7b5M2KzHtPszntFIpZaybZrxTG { position:absolute;display:block;z-index:15028;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.875rem;width:12.75rem;top:22.875rem;left:23.3125rem;overflow:hidden;display:block; }
#bJLkqg3GJMOsDkSw9T0NDIiLvJrFalMC { position:absolute;display:block;z-index:15029;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.875rem;width:10.8125rem;top:22.875rem;left:40rem;overflow:hidden;display:block; }
#ra17e416LvTQKvqUdiOku5DhuqbSsKVT { position:absolute;display:block;z-index:15030;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.125rem;width:14.0625rem;top:22.75rem;left:53.394962310791rem;overflow:hidden;display:block; }
#pwNt2CD2lAwUT3o9knT1DE9J5rbMQLTA { position:absolute;display:block;z-index:15028;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.75rem;width:5.5rem;top:32.619791984558rem;left:4rem;overflow:hidden;display:block; }
#SJOrbcvfdTPo7Wobu2xyREmr5NIpR5Xu { position:absolute;display:block;z-index:15029;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.8107625rem;width:12.74825rem;top:40.55642414093rem;left:20.625rem;overflow:hidden;display:block; }
#XiHglbFZJLPQ7Ukz1HAvGItwWxwMiTfH { position:absolute;display:block;z-index:15030;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.81163125rem;width:12.749125rem;top:33.088541984558rem;left:56.151912689209rem;overflow:hidden;display:block; }
#qBFEIHPT8MxXizlOQ53rO2lBW8X9yWZn { position:absolute;display:block;z-index:15031;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.8107625rem;width:12.74825rem;top:40.558160781861rem;left:39.030380249024rem;overflow:hidden;display:block; }
#oh6fWBINaSLV9VmVGuKUc073fdO3bmmW { position:absolute;display:block;z-index:15032;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.625rem;width:12.125rem;top:50.373958587646rem;left:8.125rem;overflow:hidden;display:block; }
#vGqdK9sW6umx8wRELxHGQtVO2vR4RoAa { position:absolute;display:block;z-index:15033;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.625rem;width:12.125rem;top:50.3125rem;left:23.375rem;overflow:hidden;display:block; }
#lZ8LGOQsgfnCXxEdouuBnpsmhKt2aH7o { position:absolute;display:block;z-index:15034;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.625rem;width:12.125rem;top:50.3125rem;left:53.873962402344rem;overflow:hidden;display:block; }
#T2lR2n8GJAmR1usF0ZfwHMWATOOEfw4k { position:absolute;display:block;z-index:15035;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.1875rem;width:10.25rem;top:57.500007629394rem;left:8.0625rem;overflow:hidden;display:block; }
#NKJIdkLJA741ypLvZ0mMLlLTuirbJuGS { position:absolute;display:block;z-index:15036;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.625rem;width:12.125rem;top:57.5rem;left:22.811458587646rem;overflow:hidden;display:block; }
#JxkikW9naof06FtOTwb7ZNALwoDkuCia { position:absolute;display:block;z-index:15037;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:4rem;width:13.6875rem;top:57.09375rem;left:38.144966125488rem;overflow:hidden;display:block; }
#ScDn2RmpfN7fxK3gqLE53rdXoF5eioKV { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:12.125rem;top:57.5rem;left:53.873962402344rem;overflow:hidden;display:block; }
#yztc3eVk4BeCSZeZ1FOPsoSiFvav5PB0 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:12.125rem;top:64.625rem;left:8.0625rem;overflow:hidden;display:block; }
#c8ZBFVh420pn5oCrAnB9Kve0wP4l2R46 { position:absolute;display:block;z-index:15040;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.625rem;width:12.125rem;top:64.625rem;left:23.625rem;overflow:hidden;display:block; }
#uwO2PP4LlecK5AzMSB4K7EeSn5bi4q8X { position:absolute;display:block;z-index:15041;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.625rem;width:10.1875rem;top:64.625rem;left:40.3125rem;overflow:hidden;display:block; }
#e72TgXEXwABSg7dRQl66glmOXDM6iTmO { position:absolute;display:block;z-index:15033;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.625rem;width:12.125rem;top:79.874997138975rem;left:62.250003814698rem;overflow:hidden;display:block; }
#qcs9EEETlOtPFRnK5n0nsBQPXKBw7Xu8 { position:absolute;display:block;z-index:15034;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.625rem;width:5.125rem;top:79.875020027163rem;left:42.84375rem;overflow:hidden;display:block; }
#Jal4q7MrPKkZTPAz2pVT9InVkmLT8sJe { position:absolute;display:block;z-index:15035;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.6875rem;width:7.5rem;top:79.843747138975rem;left:50.812503814698rem;overflow:hidden;display:block; }
#pvI5RadR3p0SMcrHDvitWkWwTnKqqkpe { position:absolute;display:block;z-index:15036;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.25rem;width:14.8125rem;top:96.03124809265rem;left:24.34375rem;overflow:hidden;display:block; }
#AIQ78XJi7OQWEoxWd3rlubd1onfJxFF3 { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:103rem;left:0rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sPRHOyJFZxp5T9RyXAFhefwJ9ThD1TJU { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:10rem;top:107.125rem;left:16.8125rem;overflow:hidden;display:block; }
#DZG0XBScy35gmKgTJV4G8OFhZseK3yOR { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:12.8125rem;top:106.125rem;left:31.0625rem;overflow:hidden;display:block; }
#Z8OmtTKmBsIknu5g3nWF3oxHzwJ3voyR { position:absolute;display:block;z-index:15044;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.9375rem;width:10rem;top:106.625rem;left:47.4375rem;overflow:hidden;display:block; }
#np1HJ5hTni30msaimgfMdRoXL0MszuB2 { position:absolute;display:block;z-index:15031;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.6875rem;width:13.4375rem;top:38.620666503906rem;left:3.2170143127441rem;overflow:hidden;display:block; }
#IVX5oGKFEM6hr8X2eTHmkCskmtqU95o6 { position:absolute;display:block;z-index:15031;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:9.875rem;top:33.119791984558rem;left:30.180557250976rem;overflow:hidden;display:block; }
#DppmQf8fGOSdQTxQ9vphJ48AKVhx2d1J { position:absolute;display:block;z-index:15034;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.9375rem;width:12.125rem;top:87.37500190735rem;left:1.9670143127441rem;overflow:hidden;display:block; }
#UxS5kVPmK22aqK8R5LvaNNe6rD1zRCTy { position:absolute;display:block;z-index:15035;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.6875rem;width:7.4375rem;top:86.50000190735rem;left:37.368057250976rem;overflow:hidden;display:block; }
#BTqczL4upDGmkVee0CUD03hIlnVctan3 { position:absolute;display:block;z-index:15036;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.4375rem;width:6.6875rem;top:94.024303436281rem;left:1.0625rem;overflow:hidden;display:block; }
#b5lQpOHwhwHfpm4cHb1atcoRUarU8Bvr { position:absolute;display:block;z-index:15037;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.9375rem;width:7.6875rem;top:95.18749809265rem;left:42.019966125488rem;overflow:hidden;display:block; }
#lSibpwNfoIohd6XeaIlMzmn2FghMrb1r { position:absolute;display:block;z-index:15041;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.25rem;width:12.125rem;top:51.061458587646rem;left:38.560417175293rem;overflow:hidden;display:block; }
#ESTQhmbuyFpTm20f9WyBbPgSAAhSz2t7 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:13.875rem;top:94.49999809265rem;left:8.6875rem;overflow:hidden;display:block; }
#cyRWemHPiyvOukH4e4iGhWmHim9FTIRc { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:10.125rem;top:94.21874809265rem;left:63.368053436281rem;overflow:hidden;display:block; }
#eyCBWJf3H6p3qxyNNNiDvluwkKunXEhi { position:absolute;display:block;z-index:15042;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.3125rem;width:13.3125rem;top:63.993055343625rem;left:53.812503814698rem;overflow:hidden;display:block; }
#VGmBZZcoiMtCFTxgJuk5kv5il8KNTWko { position:absolute;display:block;z-index:15030;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.1875rem;width:4.375rem;top:32.901041984558rem;left:18.3125rem;overflow:hidden;display:block; }
#TZ4I8T3mcA1x0xBU8LbRt4ovTf6vCeNT { position:absolute;display:block;z-index:15040;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.5625rem;width:9.9375rem;top:85.8125rem;left:63.3437538147rem;overflow:hidden;display:block; }
#UoSEfGxGT01NriT9S4ElkKb3rNLgVase { position:absolute;display:block;z-index:15041;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.4375rem;width:9.375rem;top:79.968747138975rem;left:1.3125rem;overflow:hidden;display:block; }
#BsyRwgn4TSxTB6zt6A5Xwp5TdicySgAP { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:13.3125rem;top:70.957422256469rem;left:30.84375rem;overflow:hidden;display:block; }
#xK5bUqT2x48z797AlppKfw1oRalSzPDC { position:absolute;display:block;z-index:15032;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:9.75rem;top:40.589410781861rem;left:56.151912689209rem;overflow:hidden;display:block; }
#yPwBPStAZKBTRgPyM8iisfoI9uMh5tcc { position:absolute;display:block;z-index:15042;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.5625rem;width:16.75rem;top:79.406247138975rem;left:12.555555343628rem;overflow:hidden;display:block; }
#y8ac0ha8e2tWma1UlLIOc80RAEC15eDl { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:6.875rem;top:86.93750190735rem;left:18.1875rem;overflow:hidden;display:block; }
#tCLAfTNt0vTRsKSpD8bEyC3Cx5Ua0AOx { position:absolute;display:block;z-index:15044;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:12rem;width:12rem;top:90.31249809265rem;left:51.187503814698rem;overflow:hidden;display:block; }
#bXGEJDQwDXZvyPuVskkgU0Wmt1HmNhOw { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:6.0625rem;top:32.744791984558rem;left:46.434894561767rem;overflow:hidden;display:block; }
#XP9UM7euZUuhlhhFdtfRhzdoLxT0LW8T { position:absolute;display:block;z-index:15036;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.5rem;top:85.56250190735rem;left:28.491317749024rem;overflow:hidden;display:block; }
#ar70mKP92VqEXLtEfNyBVRUqPgdbTPzF { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:9.0625rem;top:80.218747138975rem;left:31.305557250976rem;overflow:hidden;display:block; }
#aQGvahtwMhwLQoDKhJTWe8odLl4xxiI9 { position:absolute;display:block;z-index:15041;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.1875rem;width:9.6875rem;top:87.375rem;left:49.706600189209rem;overflow:hidden;display:block; }
#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { 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; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { background-color: transparent; background-image: none; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container > .video-iframe-container { display: none; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row > .video-iframe-container { display: none; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .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); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { border-width: 0; border-radius: 0; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#Tnm0kop5aRDA2kRfRm5cqsSpc918pfUi { position:absolute;display:block;z-index:15019;background-color:#efefef;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:0rem;left:0rem;display:block; }
#Jp8ACu6oeJQy8IwLF6Pc8f6l6SpKlbK5 { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:2.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aZdkqBr1X5yDG3kNOpz5z8PFBhXuv0Hu { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#unTTT5DfpMQu95DLNFg6ybWitkl4O6Lm { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:10.318748474121rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#SiZuyTiHT81W0HhIZA3Fqv2NJBNe3one { color:#333333;display:block;width:71.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:16.5rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#DiECylTzGP8g4Q8xPJVp5kVHWJO096se { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:14.25rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#sVMTPXSwJmDwivKwJeBHT5hLRbyk5tZI { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:22.875rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#nGDTsz7FU0SVawLnCfSZoQwubBx9mP5v { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:20.625rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#D9sJo8Nbt0QT4VEEW7hXPbBaBPzMzKde { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:29rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#Wb0NcwLbymkCAZu8GdapQQTu6p16Csug { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:26.75rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#kDB1mslWZQm9VWQe99I8GUQhV7vInPrJ { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:35.1875rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#ZwwsTTGiHDHBZmuKtxTRvgtTkChcPTaP { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:32.9375rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#xIcHST5FrE1WypCiFRGPcRQwxDuqbw5M { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:41.3125rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#wPC5uf6UKCDcqt8PDca8EtT2GzWWX3N6 { color:#333333;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:39.0625rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#VnKczpPXPpkKPW348i8h91mdJzgTghPN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VnKczpPXPpkKPW348i8h91mdJzgTghPN > .row .container { background-color: transparent; background-image: none; }#VnKczpPXPpkKPW348i8h91mdJzgTghPN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,20,37,0.88); }#VnKczpPXPpkKPW348i8h91mdJzgTghPN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnKczpPXPpkKPW348i8h91mdJzgTghPN > .row .container > .video-iframe-container { display: none; }#VnKczpPXPpkKPW348i8h91mdJzgTghPN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,20,37,0.88); }#VnKczpPXPpkKPW348i8h91mdJzgTghPN > .row > .video-iframe-container { display: block; }#VnKczpPXPpkKPW348i8h91mdJzgTghPN > .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); }#VnKczpPXPpkKPW348i8h91mdJzgTghPN > .row .container { border-width: 0; border-radius: 0; }#VnKczpPXPpkKPW348i8h91mdJzgTghPN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VnKczpPXPpkKPW348i8h91mdJzgTghPN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VnKczpPXPpkKPW348i8h91mdJzgTghPN > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;position:relative;display:block; }#q4myVIUt72VEhCT72MnQ6gN8a5MfwJc5 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:2.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h9bqw8boWoXfw0nmb059fD3ctLF5clRE { 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:18.75rem;top:8.5625rem;left:11.5625rem;overflow:hidden;display:block; }
#QL59qHOtMckMVk6IAnGV711G0PCx8OtF { color:#ffffff;display:block;width:37.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:13.5rem;left:0rem;height:24rem;font-style:normal;display:block; }
#XTyivGICHCcx7KkHLipm4E9PU9r9qUDt { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.5625rem;width:35rem;top:13.46875rem;left:40rem;display:block; }
#UsKF4bKyVzeeWMr82tGpuUGC8DcOQ6Re { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:9.4375rem;top:8.9375rem;left:0rem;overflow:hidden;display:block; }
#gXel83GHKNEw1rOL8Il11bclsJ2M3nyG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f46a3e;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; }#gXel83GHKNEw1rOL8Il11bclsJ2M3nyG > .row .container { background-color: transparent; background-image: none; }#gXel83GHKNEw1rOL8Il11bclsJ2M3nyG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXel83GHKNEw1rOL8Il11bclsJ2M3nyG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXel83GHKNEw1rOL8Il11bclsJ2M3nyG > .row .container > .video-iframe-container { display: none; }#gXel83GHKNEw1rOL8Il11bclsJ2M3nyG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXel83GHKNEw1rOL8Il11bclsJ2M3nyG > .row > .video-iframe-container { display: none; }#gXel83GHKNEw1rOL8Il11bclsJ2M3nyG > .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); }#gXel83GHKNEw1rOL8Il11bclsJ2M3nyG > .row .container { border-width: 0; border-radius: 0; }#gXel83GHKNEw1rOL8Il11bclsJ2M3nyG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gXel83GHKNEw1rOL8Il11bclsJ2M3nyG > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#unOMi5qWv2SLveCXzakvfqUngkE5PEL4 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qR83uX6U6upPpfLquMg2svVATkcvbzyE { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:5.375rem;left:0rem;height:4.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gcMkCfeOlU55QuQupKUz499MmC7TAaBc { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:3.1875rem;left:18.75rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tzIyKcmAw1LTAJcqdLGX5m6c7hL8GDxA { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:5.375rem;left:18.75rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BVe4zqxTX3SB30zpAD5k4MvPpwJsdHvq { position:absolute;display:block;z-index:15015;background-color:rgba(255,255,255,0.16);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;height:0.125rem;width:75rem;top:13.625rem;left:0rem;display:block; }
#ZmHbwzKHtAVIW34JHuDObHKQ36Ssomfu { color:rgba(255,255,255,0.8);display:block;width:38.375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:15.5rem;left:0rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b8VWfd0IWtFlGCQlx1UKU1cW0eQTS8uG { color:rgba(255,255,255,0.8);display:block;width:32.9375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:15.5rem;left:42.0625rem;height:1.40625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#a1qBmlBMn4xPeuQagbAoPoak203LvPyp { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:11.875rem;top:3.1875rem;left:60.5625rem;overflow:hidden;display:block; }
#tuvqo5eqK2pvdBTwXhbIrK6iLvrdbiiB { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:3.1875rem;left:37.5rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ETlN2iJd3CSzLRIH9VGOlcRyO0q9zcmT { color:#ffffff;display:block;width:18rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:5.375rem;left:37.5rem;height:4.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CCAN3ZTszLNp5Py9RBWQTvC2R6PnbPhC { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:10.5rem;left:0rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zq82x7Vruu3CHKGrcJgaBACNVkvqNMlv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#Zq82x7Vruu3CHKGrcJgaBACNVkvqNMlv > .row .container { border-width: 0; border-radius: 0; }#Zq82x7Vruu3CHKGrcJgaBACNVkvqNMlv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zq82x7Vruu3CHKGrcJgaBACNVkvqNMlv > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:none; }#MRTCICsf2IyR7wq2TiFiBtWX7gIV9WO7 { color:#333333;display:block;width:16.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15135;line-height:1.3;letter-spacing:0;top:1.25rem;left:3.375rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RERcmAnw82W2ksVaKWwmprpMn3xbMaaq { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;height:3.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#zkFyShiJy9RKTJgpIs9iNyNW6exSohuT { 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:#001b46;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:27.1875rem;height:2.5rem;text-decoration:none;z-index:15143;text-align:center;text-align-last:center;top:0.625rem;left:23rem;display:block; }
#F1MgA6FnxV7dNDyTMHqVcSmk7RRBSBF9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cxdIxQSIcyWRrWxH7asuqVPVwL4veEr7 { 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.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);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:#f46a3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15139;text-align:center;text-align-last:center;top:0.625rem;left:71.75rem;display:block; }
#vMvkCthdXlQTSPSB0UT6lfOpfZqSy2Co { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zxm1E1gRI0FAfeN8pq4F2bhLez4xnIbo { 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:15138;opacity:1;top:0.9375rem;left:72.0625rem; }
#kigJ4oqM9rEucMIds7bG7ZaogJTUIxr5 { color:#333333;display:block;width:25.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15136;line-height:1.3;letter-spacing:0;top:1.25rem;left:25.25rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DFfU6nU0DXNR2dyaPS7Ex1oGX1XQIGUI { 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:15140;opacity:1;top:1rem;left:0.875rem; }
#h0c3CBd9nww9owHJTuq8suRLp7fCSMaX { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:1.1500015258789rem;left:23.1875rem; }
#n2WM45QZGLBS4uQESz0qcafveGXu7Tz7 { 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:15142;opacity:1;top:0.9375rem;left:62.8125rem;display:none; }
#mSnanlMA8vLzPLzt6anVysIF0wdBxRSx { background-color:#f46a3e;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:inter;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:2.5rem;text-decoration:none;z-index:15144;text-align:center;text-align-last:center;top:0.6492919921875rem;left:55.125003814698rem;display:block; }
#fSu8tPbeXASD6eI7CXNyeFbg8AUmp4SO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hu8bRBvGOTK6cihsvMUByDWs4maqto3N { 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:#001b46;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:20.8125rem;height:2.5rem;text-decoration:none;z-index:15144;text-align:center;text-align-last:center;top:0.625rem;left:0.5625rem;display:block; }
#H4p0P6sJxgM6H3R6irHNiiErlWA22C3q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 { background-color:#1c6e4c;background-image:url("https://images.assets-landingi.com/uc/0d7e2999-573b-4d8c-8f8d-997b65fa8699/nowy_KV_APD2025_weterynaria_LP_tablet.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.adaptive-delivery-prevent-bg, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyload, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyloading { background-image: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { background-color: transparent; background-image: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container > .video-iframe-container { display: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container { display: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .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); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { border-width: 0; border-radius: 0; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { width:47.75rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Bm6RlfWcQwzhZGK8dTZZG9Hq2mLOFBnH { top:27.60000038147rem;left:0rem;width:47.75rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bRx91IV4ZWi08yGyuIlByZAAxzi1xDzo { top:35.143750190735rem;left:3.8000001907349rem;width:42.25rem;height:1.70625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gOr8B1AP3zxLRZZQrrEBF22bfSfcXRLT { width:8.4375rem;height:2.1875rem;top:1.75rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HHOUfS7884lyRIWa5NGHWtXVbUPOlF1J { display:block; }
 }@media only screen and (max-width: 1199px) { #DQ1oGwEzhVwvr7dxbsxv0W5ZvTLprC8e { width:6.4375rem;height:2.1875rem;top:1.75rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qEq9JyeTxnMThDdp6F5eOyNyz5uBhtOT { display:block; }
 }@media only screen and (max-width: 1199px) { #LStdhXMOrJP4a5APdny7AZEZ9iTe0nni { width:5.375rem;height:2.1875rem;top:1.75rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pp3Lm2ZTgP1bzvPcSLPW690paKk1pl8l { display:block; }
 }@media only screen and (max-width: 1199px) { #aC4L0usdt7U1Ciow2T4VB8wiA8bhpuiH { width:4.6875rem;height:2.1875rem;top:1.75rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uDxHVOVmuQhokk4RMDwk0EQVAVFeFT3T { display:block; }
 }@media only screen and (max-width: 1199px) { #ucUyCaJh51sJUgnVHQT7UTe6eahWQ1W7 { width:13.625rem;height:3.0625rem;top:24.874999761581rem;left:0.62499994039536rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JnRHr88dExXLTqyrupyRFD4lX6IWO7qq { display:block; }
 }@media only screen and (max-width: 1199px) { #HaF1zAzusoa7woyC9lEmFf94PKPG55bH { width:12.8125rem;height:3.8125rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZxFugxJJ0orkhPP36B0Lzx9IrhrEPTMM { display:block; }
 }@media only screen and (max-width: 1199px) { #tne0xHc36NL8I6LEA9Viuze2Rd1UdhcW { width:47.75rem;height:2.75rem;top:29.456250190735rem;left:0rem;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #QmOF7iTy41arbl6WkDmr20x4e1XmfNvV { top:32.96875rem;left:0rem;width:47.6875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aan9wXXKCgA3TtI8yR696NV91l4eQuvh { width:5.875rem;height:2.1875rem;top:1.75rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ln3Zvp4v5uOqIt6SNQDtFfWEfbCsIIyN { display:block; }
 }@media only screen and (max-width: 1199px) { #SQ4oigMAFgvJ28myhdgdxTEBXTEAgF2h { width:7.5rem;height:4rem;top:0.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IxqScsThT1ZlRGG1XVNaDzyrMG9aRutg { width:45.25rem;height:21.25rem;top:22.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #coFlElgtOb4J9o9LTOk9WwANsciO3XuI { width:6.4375rem;height:2.1875rem;top:1.75rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hUTCscuo2CWo51HTvdzuNPr8zeyfxcMi { display:block; }
 }@media only screen and (max-width: 1199px) { #L1VN7C5xEzpcLiSRJv9Kb3T9wlNyprew { width:12.75rem;height:11.25rem;top:15.66250038147rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rb7hZLrByTtVn5WybxmPkiClzKOaXNU7 { width:1.5rem;height:1.5rem;top:32.831249237061rem;left:15.612499237061rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rOrMIeqp56phs7tzRaQ4CAT68gDM4MIz { width:15.125rem;height:2rem;top:32.581249237061rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ednmz186J1WTtePkmFyNaJ4JEV9zcHvo { display:block; }
 }@media only screen and (max-width: 1199px) { #BJ3tJIiCn6AuzlSO4Iimmncv4CwGO7qB { width:21.1875rem;height:15.25rem;top:3.71875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FKBLf2CTzDidWoxRzR590pITWSVfeyyo { top:39.3125rem;left:0rem;width:47.6875rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz { background-color:#1c6e4c;background-image:none;display:block; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container { background-color: transparent; background-image: none; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container > .video-iframe-container { display: none; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row > .video-iframe-container { display: none; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .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); }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container { width:47.75rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rAK86bRqkTQcxdJrcBBvMqNeD1LixntU { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C9ymwCeb32VeJfxCQIQOUX2escrI0BTO { top:7.925000190735rem;left:1.25rem;width:44.875rem;height:22.4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UdCWgF8GzVQmMwCQNHzWrXPvFIzDS6zT { top:39.575000762939rem;left:26.75rem;width:11.25rem;height:2.275rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ssgnh3AfFS7RTloUKhhZglzRH7ms0xQH { width:6.4375rem;height:7.375rem;top:38.012500762939rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ALpUOyp52qtuRDoGhF5bFdmUhfQBnl9c { width:37.5rem;height:1.25rem;top:0rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wJBvn0BLKfL2DbKMXJHUp9iAKozIsy8w { width:47.75rem;height:37rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #drs76u5U4kgabg3aEqbkQTfQvTierhFK { width:6.5625rem;height:7.5rem;top:38.012500762939rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x7cT8npRpepU5eO8kWt4TRnTgqknQDwV { top:39.575000762939rem;left:6.1875rem;width:14.75rem;height:2.275rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fuc79flxbA3sLF0fJmo8VUyOTqWzs1aF { top:31.800000190735rem;left:1.25rem;width:44.875rem;height:6.4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NaLbZQWIhNmzMbvWoxKI1g0Fip3IM8ae { display:block; }#NaLbZQWIhNmzMbvWoxKI1g0Fip3IM8ae > .row .container { width:47.75rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wkHbVfAJ1xqpEfr2CBoPTSbDVsJmXVSs { width:0.125rem;height:10rem;top:2.5rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A9wNGWikSBZnv0Tyke6sSxRAioDcBR82 { width:0.125rem;height:10rem;top:2.5rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ifkd7QsnKfA91sSwsx3CcBLhPVhActOm { width:0.125rem;height:10rem;top:2.5rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iU4TzpTiDI89mJTf4buDgwXSaozMXSx2 { width:11.9375rem;height:4.2rem;top:6.71875rem;left:11.9375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wTFqvSGw8d7ODwmHepsJOwUBrNBsSMO1 { width:11.9375rem;height:4.2rem;top:6.71875rem;left:23.8125rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ulWuV3loRS0sNGReFAnG0GWnb7PFiIfX { width:11.9375rem;height:4.2rem;top:6.71875rem;left:35.8125rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PB0wWiFladZD1M7NCCs5fpWRIdMbgyyn { width:11.9375rem;height:4.2rem;top:6.71875rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nSV6pGUs4XKmEGaWWVzvS6vdCTQrOAlm { width:11.9375rem;height:2.4375rem;top:11.21875rem;left:11.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ReC9AvxJIQ0q1DArum3D7GO4X3B7MTAm { width:11.9375rem;height:2.4375rem;top:11.21875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NTQnzmAX2npb4CxH0RNk6Bd7PAEIVcsP { width:11.9375rem;height:1.21875rem;top:11.21875rem;left:23.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F5LbryUqFgmJxIBiFQuAtTxbEUfQVpzQ { width:11.9375rem;height:1.21875rem;top:11.21875rem;left:35.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TqgdluBVsQNCwH63CiGffKD5Q5mgh0GP { width:3.75rem;height:3.75rem;top:2.5rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V4nJPJtGTcZC4X9qmJ2WxQRureAAwbHK { width:3.75rem;height:3.75rem;top:2.5rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XMAOkBXpqZfHBy6FsXzPmNSqTsSX47vc { width:3.75rem;height:3.75rem;top:2.5rem;left:27.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h4Oo3tu5H5p9Kl4GohDZeF2HkztUtQ7b { width:3.75rem;height:3.75rem;top:2.5rem;left:39.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { display:block; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { width:47.75rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { display:block; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sXwTlzhUyvh8NypcvHzTIuWHvkuF2pVT { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrIr88RKHso8ifn9DF3gU2RlHo8y7qZQ { width:47.75rem;height:0.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OevOQO2WmKb1n1cXfaJsWbxgl79CSTUb { width:15.625rem;height:1.4625rem;top:1rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SpsoOSwIbgJZsIwKbaTk1QvR3IWXMTZO { width:15.625rem;height:1.4625rem;top:1rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OVZ8FpUOBMKXNJJlZ6KwoImtL1uQC5xg { width:11.5625rem;height:3.125rem;top:0.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xQOi5FsehTOdUzKZEXBsxusVOaa75B76 { display:block; }
 }@media only screen and (max-width: 1199px) { #ahHzI7oUHV7B542cDVW4Il9GwsI5TvAt { width:12.25rem;height:3.125rem;top:0.125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W0b1eXlV6nfPxipvQaopTK2T1tfVquFz { display:block; }
 }@media only screen and (max-width: 1199px) { #TH64Bi6UCJ9pe1lUvHETPQS7ApaycdSL { width:15.625rem;height:1.4625rem;top:1rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c8oaRNLl22Lw6GZr1vV0aHX6H80TOQJU { width:7.625rem;height:3.125rem;top:0.125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L9gwD41B2bRZB5hIqmtnJxUpwJaJNVrd { display:block; }
 }@media only screen and (max-width: 1199px) { #cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { display:block; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IP1T5gyWwqR7wGCduFGAQOyQNTphhLrs { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fgAhRtsGQy6QHe0ouePTGXlUvWkpDQKi { width:47.75rem;height:0.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bao2MTuPg3JX5S94vsFnMgKQHJAgtQd6 { width:15.625rem;height:1.4625rem;top:1rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BxuXe6MDcCn4L8gkkudqF2kX2Py8VphI { width:15.625rem;height:1.4625rem;top:1rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HdllrgeCgKe1l73RvpsL37S6BDf3gdSx { width:11.9375rem;height:3.125rem;top:0.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #frZgI5xJblupE2Fc8cdTayOILJpgef8p { display:block; }
 }@media only screen and (max-width: 1199px) { #wJJ2btW7OCh7im1zPZBMgsHJHosRId0b { width:12.0625rem;height:3.125rem;top:0.125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vkqSzFyop8WrZklfwJMUo35Ibvii4TSv { display:block; }
 }@media only screen and (max-width: 1199px) { #Dw9s1CM0Q65lyXrRfIpJKVl4b1glZdwn { width:15.625rem;height:1.4625rem;top:1rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nEbnMy71k3IJpHZqs6evluXyEWgur7Zw { width:8.375rem;height:3.125rem;top:0.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rKc2MMEIgcN16R69vPvnDEPIr2iUmNIN { display:block; }
 }@media only screen and (max-width: 1199px) { #wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { display:block; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aA9llxcelB8Owf6OI0rrtLazC76sDBAO { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UnW6eM6sBzGEcPKUdZQXcpJSZFEINOK3 { width:47.75rem;height:0.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HyrQw9Dmn5XTRiFfmwcZm8Cna1EP01Xm { width:15.625rem;height:1.4625rem;top:1rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l1QUkcGM7Gsva7V3SZlFnnOEp5PvJCdD { width:15.625rem;height:1.4625rem;top:1rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CwSURKVxdXhzfgiaGQk1DeUFKRLC4Mar { width:11.9375rem;height:3.125rem;top:0.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TUEdAXAlfGN93BgkgeuRGW1HQtyoQJDo { display:block; }
 }@media only screen and (max-width: 1199px) { #x0lhN9Q8QXWSTPL216Tat9WWR4NSUb5h { width:12.0625rem;height:3.125rem;top:0.125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kTtnR0qTM9G2V5IqPH5D3MFeqRkcFXoL { display:block; }
 }@media only screen and (max-width: 1199px) { #sVbnO4FLviEGTGWLTTvzc8NbnFbc6oJo { width:15.625rem;height:1.4625rem;top:1rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fq8KalWoIq8MSMyavXPkwEtnKhpTVpf7 { width:8.375rem;height:3.125rem;top:0.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xB9g64ftyHiZlHaJzEgsLycgg1SuQWqA { display:block; }
 }@media only screen and (max-width: 1199px) { #TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { display:block; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container { width:47.75rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WtvyyN0USyvGyumtdKLNnDVwSvceF0OW { width:46.5rem;height:1.95rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wqXGRhZy0GZn8lLH4CqyHBhgZKwgSDyq { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RkcQksJirl0CXmgQnc3Io9k7II4iVHKL { width:25.1875rem;height:2.8rem;top:4.3374996185303rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AwwkgJVznSuwbagEqLQbWTXS44b9hqfJ { width:46.25rem;height:2.925rem;top:9.5rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #emG3kkQrqTyg6heruxyNDHuL49f3yvAv { width:0.625rem;height:0.625rem;top:15.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2GpzGSTlrD8CNQTfoeqePouUVwgdTxv { width:36.6875rem;height:2.8rem;top:14rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QvNEL2TdLHDp6Xna1wv7FTS85Br9Ratd { width:35.8125rem;height:1.125rem;top:17.0625rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q1P7cSTD2odryiA4lp3R5bMKxLEuo52L { width:3.75rem;height:3.75rem;top:3.8624992370606rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTTGyH1ezUWXwwAwXtUR63mgser6EhTG { width:3.75rem;height:3.75rem;top:14.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xr1rT5SkxCOOB7AlIVZ0nIyuDzFrrTDZ { width:3.75rem;height:3.75rem;top:19.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D6WfUwUVLrrR35me4RTzlyfS9Dfct6la { width:0.625rem;height:0.625rem;top:21.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BlBHAhQop5cxyupsRtTO7oSuc5UBxTIG { width:35.8125rem;height:1.125rem;top:22.625rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qyZlWylCH52xd4NZlUDOA984a3k1trkI { width:36.6875rem;height:2.8rem;top:19.5625rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VLQMF5O8xbF3lrn4FphKpg5CN08tJlMo { width:3.75rem;height:3.75rem;top:25.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s0yhgZWuokRWemdhPtXQ7LnnEkKkvxHe { width:0.625rem;height:0.625rem;top:27rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DATcrZ32cADFWhz7QW1M6J7Qcp4Lb9Gd { width:36.6875rem;height:2.8rem;top:25.9375rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtIw0NUETT0Z3WvE62ye8CXdBVByPHh0 { width:0.625rem;height:0.625rem;top:32.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sL5Ruid3K8A7aaH9eiyHRLaZhCRMMdbv { width:36.6875rem;height:2.8rem;top:31.625rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #orZDy9s2MPh5TRC85BdhTZow3Liy83MM { width:3.75rem;height:3.75rem;top:31.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fqGB9pNJm8tQzJAnQ8QhzssEL35bFnQx { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { width:47.75rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { width:46.25rem;height:2.925rem;top:0rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { width:0.625rem;height:0.625rem;top:6.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { width:40.1875rem;height:2.8rem;top:4.375rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { width:35.8125rem;height:1.125rem;top:7.5rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pPrUxBBXGnHZFD1xJPciqVcdfXsg3Lby { width:3.6875rem;height:3.6875rem;top:4.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zbV5AuJaA3GdMSe5c5TMKyoeeqJNhm3y { width:47.75rem;height:5.0625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P73bTMa8n9AUkqbseEsPMv8gApvr8iax { width:16.25rem;height:3.75rem;top:10rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJNlE8GC3Uze3S4E4mH4qxfPKBJeyrG3 { display:block; }
 }@media only screen and (max-width: 1199px) { #GqDQqXILLobwHCWPvNdphBBkH36LPtCI { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { display:block; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container { width:47.75rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GU5eJDIn9iRtNNLbBXqpHTGTcWRJqUO9 { width:46.25rem;height:2.925rem;top:0rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qi8XHTp5bb9UrKTGPUks7dNVrPi3hJgy { width:0.625rem;height:0.625rem;top:6.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M7U44x4eiqpaogcPhmxGVPsTpKcd5Wrv { width:40.1875rem;height:2.8rem;top:4.375rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B8t78i77emTraHZPEeTmlngWvsDOoXmA { width:35.8125rem;height:1.125rem;top:7.5rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aDtHxWTL4pU9tnfUJW4fGEvSUpeKLGCg { width:3.6875rem;height:3.6875rem;top:4.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oq1K1KJiF3MBqArH9DhXdPXcLTLgZBTJ { width:3.6875rem;height:3.6875rem;top:16.15625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #byTsstiNkTbIP7HpIQV4Bg7XrL8v6MA3 { width:0.625rem;height:0.625rem;top:11.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gdzZF96shR9TBxAno92d1hhb2HNN9NJ6 { width:3.6875rem;height:3.6875rem;top:10.21875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BPmSxCcM82eOmmeW0q7eHxPuThVaXXp3 { width:0.625rem;height:0.625rem;top:17.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WwbIkxmBiTK6ip0VnwFcAbuaHThxg7Fs { width:35.8125rem;height:1.125rem;top:19.90625rem;left:7.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l97b7CsGDxq5hr6p8JoP9TGUDdHWAVXD { width:39.75rem;height:4.2rem;top:15.875rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #saLBJObtzs3ZUAepBC6SbNuywAokZcw1 { width:3.75rem;height:3.75rem;top:21.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GH7ItbTTSnll7CMgNSzymIsMUnJgLl3b { width:0.625rem;height:0.625rem;top:23.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q1NU5uZev2rS3rK7H61elXGxVe6AlwGA { width:36.6875rem;height:2.8rem;top:22.1875rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kFPSqRrfMplinsqtn9oypuxoEaK4Osh1 { width:0.625rem;height:0.625rem;top:28.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eXiuPg3NqDgXxy9Fxr066kQyddD9ZmVo { width:36.6875rem;height:2.8rem;top:27.8125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTddiCqGCHBDNp5tAASzKSCTyEbsVqTF { width:3.75rem;height:3.75rem;top:27.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v0U23n4wtO3COvufErATvThn6ZCxeBNQ { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PdCJOSQ7Tdd7GXmi8sa9s6tgTm7nwfex { width:35.8125rem;height:1.125rem;top:13.43124961853rem;left:7.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OsO5bQwmHO9TTJT4dZBZu2e7FVOzsL7z { width:39.75rem;height:2.8rem;top:10.66250038147rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { display:block; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container { width:47.75rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #d4KpiMJcG2hdP4DWZHxObn8yygq0BI5z { width:46.25rem;height:2.925rem;top:0rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D3oxkfqgRP08cBVS7LN7ZdHqQqoc95cv { width:0.625rem;height:0.625rem;top:6.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LngCq2bUMmQXAOmBO6hWwIS3dl0tM1gN { width:40.1875rem;height:2.8rem;top:4.4375rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I2g2NG4a6JSrnrcixmdU9OJo8ZB9fezC { width:35.8125rem;height:1.125rem;top:7.5rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sa0Edyu5y5zJDPNssyiMuN5XsX2if7DP { width:3.75rem;height:3.6875rem;top:4.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CH2UynWKlcOq57Ks3ricohddennmCTJL { width:3.75rem;height:3.75rem;top:10.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qBE1HlROxpJkmwyK2LPFNUqBWATWdZUn { width:0.625rem;height:0.625rem;top:12.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P0Ua5t1SHUEq74dWC4TFsssR0xRiK95U { width:35.8125rem;height:1.125rem;top:14.9375rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eCf9syRNrHEH1qvoLwWR05ZngHSJ3LsI { width:36.6875rem;height:4.2rem;top:10.3125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Iunx91UZqPVAU9bH2VAvcp42yy63MMhi { width:3.75rem;height:3.75rem;top:24rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MkkrLbEI1ItL71hoVvwCD13SaeEN2zNX { width:0.625rem;height:0.625rem;top:25.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SCBL7iDsafqxTTGsGOvsZlnA1PVmDUva { width:36.6875rem;height:2.8rem;top:24.5rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k3O2nXPI8kVJO8Pu6hWD3bcWne2Gh93I { width:0.625rem;height:0.625rem;top:31.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GTAhdVRf62SyvJDSCC7P60uk4dUdeE7R { width:36.6875rem;height:2.8rem;top:30.125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C5P5BMgS7X6QqCCk1yE4dsyteP31sbV3 { width:3.75rem;height:3.75rem;top:29.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OuGCKPfyF6PXIPfXLhAssOc3SZRwtg07 { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yr9XCopnUBUXHrgA2MVzRNaatcOaXgSM { width:3.75rem;height:3.75rem;top:18.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LCQndHDtUBKpu7UHlObn1EdOtWElHTgP { width:0.625rem;height:0.625rem;top:19.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FwIAK374cKwQUUbEpdx6Q4q2EhVSKAR9 { width:35.8125rem;height:1.125rem;top:21.0625rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lr0EwBTM1O3nIXT8H1DcDU29CVUZD7DQ { width:36.6875rem;height:2.8rem;top:18rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m2QDfsN03g7anKya4vm5RAol4aAdrddi { display:block; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .row .container { width:47.75rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #slEhUluQuhf3eshEl5cD7i95nCqpgl5I { width:46.25rem;height:2.925rem;top:0rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rHXiWhxz1gQKIrF0XLCarANFaihJR0rv { width:0.625rem;height:0.625rem;top:6.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JSZozqr0atpTrPb5bNbOo0eGX2DQzAA7 { width:40.1875rem;height:2.8rem;top:4.4375rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oCrbuuHS6cSSG5fzFHOv3LQ7dqIRenHU { width:35.8125rem;height:1.125rem;top:7.5rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R39k7uHq8VoOVZ8CnDpHTTglBAzMQJVV { width:3.6875rem;height:3.6875rem;top:4.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eP93cOkft6rr8yuzZkoRB9G2koTKVOPG { width:3.75rem;height:3.75rem;top:10.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OCRSM5mTa0ISBikA4SI8kpzBcpp9ukpv { width:0.625rem;height:0.625rem;top:12rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eLLVBHzx77UdiNv7LyJkXTGGq35u0SWl { width:35.8125rem;height:1.125rem;top:14.387500762939rem;left:7.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #paCMuDKHlgXyoWdD8qiBypKfOxbkEVkc { width:36.6875rem;height:4.2rem;top:10.1875rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZGpo9VlCMERnP6QWotyf2kVJahd13OQU { width:3.75rem;height:3.75rem;top:17.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EwF8Bd77f2Ah6EKBQ4kCwRWZtVUgvsdM { width:0.625rem;height:0.625rem;top:18.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KIAfkB8TcV3Xq11HkSJXwCIIzMGBF047 { width:36.6875rem;height:2.8rem;top:17.75rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HrJPdRdLc0z3bmFXcLABNCVf8RwVATAX { width:0.625rem;height:0.625rem;top:24.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FzSEK3tWFyTEgQJLfeyDDStNyTguR57r { width:36.6875rem;height:2.8rem;top:23.375rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dDspuJ776fskQp3N5rIpGP2QpVdt2zKq { width:3.75rem;height:3.75rem;top:22.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HJdoJUTFMFps60N9T5k2FeUpEUFgSylc { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { display:block; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container { width:47.75rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #H4hQuULb86Ht2pHdonfu1816lmSdZHqr { width:46.25rem;height:2.925rem;top:0rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ICWv8GbfQUwyziqwqR9MovTH9PsTpRtd { width:0.625rem;height:0.625rem;top:6.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C8NOH5MXLZSMwoOx6fAqvAwCU9VmWZav { width:40.1875rem;height:2.8rem;top:4.5rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KeVuMwATRJ8t5xrhgevFyxVuOtsQiLNr { width:35.8125rem;height:1.125rem;top:7.5625rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UH1bgsCqGFpg7tXCJbCRPSxTmFuSfw3O { width:3.6875rem;height:3.6875rem;top:4.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SMuzv9KZH2AsNyMha203zqGAAuTlzLOs { width:35.8125rem;height:1.125rem;top:13.4375rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JQdylSiwI2iAF2gKJUAo40UJnVbHVmSf { width:3.6875rem;height:3.6875rem;top:10.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eIDMTrcTeD4r0FgT9CpfSegx5IXqbTat { width:40rem;height:2.8rem;top:10.25rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aOTVvF0nb4Mk7kF52lAWHdQNGyEJCHBe { width:0.625rem;height:0.625rem;top:12.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mrbq1T6ALw6LsymPVzoXpD3bMEyS3JTF { top:16.3125rem;left:2.875rem;width:13.0625rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KINrGZ9MOcEF4xhbOShOPUwUnenLzNy9 { width:1.5625rem;height:1.5625rem;top:16.375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c3tsmUv9wTD00WZxVzeU14q7V86z09Z6 { top:16.3125rem;left:31.875rem;width:13.0625rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o0d0KVodfRpVCrlAiaTL7Bw2WlInlBfv { width:16.375rem;height:2.625rem;top:15.875rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ynW3dOd272PCtg8CvphGiD7HqrsrW3IV { display:block; }
 }@media only screen and (max-width: 1199px) { #R4gGQCebB8rDZIh12FzG7GcCvhHWTusL { width:1.5625rem;height:1.5625rem;top:16.375rem;left:45.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ozozRJVt2qbuHr8hpGElnMRzicTtFmHr { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { display:block; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container { width:47.75rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iQ6ySOfNH20mruhfeTWSne6xDhmsZahH { width:46.5rem;height:1.95rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #POT7drRrue2IJPKgHNp1e4rcqT4E1rIw { width:46.25rem;height:2.925rem;top:3.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S0DpKXJHBcJmRdQuJ28S0OpLMDWmrwbk { width:0.625rem;height:0.625rem;top:9.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xWOGdBJsmCLTuGDTBAK6iNv3nhn6QMtJ { width:35.375rem;height:4.2rem;top:8.125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vsZtwE3TgHH6T4395iSdgorx2u5ehmbq { width:35.8125rem;height:1.125rem;top:12.625rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dGWaIqt12DRrmsiMoRwCc8lXy9LvIFRS { width:3.75rem;height:3.6875rem;top:8.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ar2dMP1gUMJDf1c9Exszukue6elOBnuW { width:0.625rem;height:0.625rem;top:17.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TP6bWW96mtkUkrFHBrJpxn5n5bu3IUdt { width:34.5625rem;height:1.125rem;top:18.3125rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sU3rSx5xPMuc9khAJpzTP02UTZD7tlVT { width:36.6875rem;height:2.8rem;top:15.25rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kpa4zANcbcrCcTh2TyDBJXkn47WVZdaJ { width:3.6875rem;height:3.6875rem;top:15.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i3FC2q8PklxAegLWwVFAXkzdHOpvmAwq { width:3.75rem;height:3.75rem;top:21.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QNO6T06LbqEMfkcbNlOcsAVFcx49adyO { width:0.625rem;height:0.625rem;top:22.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dIWoXgUi0Vm7v58IWTpM2HUoBZc38IyE { width:36.6875rem;height:2.8rem;top:21.75rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hSrzzNd6ZR9d6iF73BdrHnOAEbWOr0ka { width:0.625rem;height:0.625rem;top:28.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EvvGWPhC3s1EI3Cc5PMgOaqae5ewZ4Bf { width:36.6875rem;height:2.8rem;top:27.375rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTAux6yS3ALzV8L3B1fwFf0hOZmbu4un { width:3.75rem;height:3.75rem;top:26.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A36OdTVnAZ2lvS0eekwNURA0cyotSeHo { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { display:block; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container { width:47.75rem;height:36.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WlPXD5c51JpnSn6DFrhPK0dwzUF2Ttzg { width:46.25rem;height:2.925rem;top:0rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D84KaFgEyVgIgt8SNVdoTfDRqDu0nTQs { width:0.625rem;height:0.625rem;top:6.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nPy9LSgNEm2ewFt0f8bMD7w80dG7gdcc { width:40.1875rem;height:2.8rem;top:4.625rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B124gQfKTzh5OcnkW1KHph3kzN9AL7P5 { width:35.8125rem;height:1.125rem;top:7.75rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hzbr4AILe2meGHL2k28ApcBmhvh5b1hU { width:3.6875rem;height:3.6875rem;top:4.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CSgoUReVBxHKwICMomGaql6s9FTT1b6A { width:35.8125rem;height:1.125rem;top:15rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QuPnva8lxeoNuM45cESULeHPqoXS0gcX { width:3.6875rem;height:3.6875rem;top:11.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kNihfDCafvuTxveqzSKQXH2HxbqxiE8v { width:36.6875rem;height:4.2rem;top:10.8125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CwPlAgBcxbcT20U2FLLFsOKUmkKrWOX7 { width:0.625rem;height:0.625rem;top:12.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M8T964IbRWzBctAQkpK2qkzNyuWCDW4N { width:3.6875rem;height:3.6875rem;top:18.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h9iiF77JA89f4zAaBkyz6IqHRSlwW1FZ { width:0.625rem;height:0.625rem;top:19.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RVLDi0gVggZyCau5LIfqrrA6iNllC7kS { width:35.8125rem;height:1.125rem;top:21rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FJihzD8n7TsKe94OEN2hOTNTBIAcerDV { width:36.6875rem;height:2.8rem;top:17.875rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZFI1TRIPb7CktlfP7OOLhTTS9EiU4c35 { width:3.75rem;height:3.75rem;top:24.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V6NN6KOwMdgVnVIHq2fvcqtARk5dfTsO { width:0.625rem;height:0.625rem;top:25.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o4uuLZ5AeV4fycXnJEdlwf7AUs2PIQW4 { width:36.6875rem;height:2.8rem;top:24.5625rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tk10VqWQwgr6FxTSh04iQ35GAAnFe0lF { width:0.625rem;height:0.625rem;top:31.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nDfDIFHZ7dWUTL0sxhftEAnEMtLeLPyf { width:36.6875rem;height:2.8rem;top:30.1875rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tuvc3r0XJqKTTwLOsd8h3zR8IA4s4ELE { width:3.75rem;height:3.75rem;top:29.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oRoHxD9nHOKwUrpO3homxN7IWQI4b3eN { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #o0u1gC6bmLQok4tWP39Z882lBlFpe451 { display:block; }#o0u1gC6bmLQok4tWP39Z882lBlFpe451 > .row .container { width:47.75rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Nk4TCfgwpcv0k6yf3BgXvcf4QGOCdbqa { width:46.25rem;height:2.925rem;top:0rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cnt2QhPzBdIVTueeuVAoqJL3gQJqP0Su { width:0.625rem;height:0.625rem;top:6.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uCZJfZOZCb5OzIcblOXgR3I8C58fivnJ { width:40.1875rem;height:2.8rem;top:4.6875rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fsaOztZLvDcy39XT3Wd3v8KzsxQzsARh { width:35.8125rem;height:1.125rem;top:7.8125rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tm1My24dDAfZTtTW82lxTQab9SNMvezs { width:3.6875rem;height:3.6875rem;top:4.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KHdz5aM7XB3B2yis9vVfefWAOAniMDUZ { width:3.6875rem;height:3.6875rem;top:10.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uBPAFfXhiCFBSLfMheVSgU9KfcTHbBzU { width:0.625rem;height:0.625rem;top:12.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #keHR10ThKfXLqqlFeeylkoLQG6IeXVKW { width:35.8125rem;height:1.125rem;top:13.5625rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iOieMdEkmNVDEVZTw0MQ1Oumq3TofQky { width:36.6875rem;height:2.8rem;top:10.4375rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jv5fHmLUKwoZTF068nSUgqQmI6sbSGMP { width:3.75rem;height:3.75rem;top:16.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z2RUAlDqnPhoo2ErLI6ATRQJDBehuUxm { width:0.625rem;height:0.625rem;top:17.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x6LWSbwBORQaSltrH5aJoDs7pd1U8gwK { width:36.6875rem;height:2.8rem;top:16.6875rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XkwwM7A1fTVSMr8Lz40eRiL9B1ZEUK6b { width:0.625rem;height:0.625rem;top:23.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UHdTahmby1A2b9P1GFQlFyzSZtAO3kRA { width:36.6875rem;height:2.8rem;top:22.3125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wVfLnipysOkpUl3k6QKUWFvIO7HMkWB6 { width:3.75rem;height:3.75rem;top:21.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #csduUmF6nUI6dk9GANpX46GF1ax5BGSr { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { display:block; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container { width:47.75rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UVLiLOK8MsrcsF3wQIyIzEcZedqiCI2J { width:46.375rem;height:2.925rem;top:0rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rg9y6cDz3uBUVIrTTHW0Ml8nKTxHgXdU { width:0.625rem;height:0.625rem;top:6.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dV7K17TCtifwJwo98H5O345wF6BOgZkm { width:40.1875rem;height:2.8rem;top:4.5625rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LN6XrH7TBeyWhmcpiU4l5aV32LmoTN6S { width:35.8125rem;height:1.125rem;top:7.75rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #trTQJvVuzd9zPklIhd9XsK3DcH92mrOE { width:3.6875rem;height:3.6875rem;top:4.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #niWENRmZPT188Vf8UHCKLXJyK7V5Gd5A { width:3.6875rem;height:3.6875rem;top:10.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fa1mdw32O6Z2VRraihN9k3HrVvfDhDVc { width:40rem;height:2.8rem;top:11.25rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KBnFQZxHsvkHOWdlKPyFwApScvcsopxC { width:0.625rem;height:0.625rem;top:12.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E8mPwHtgSgT8H88wzTTMBBdxrs0fQNs5 { width:0.625rem;height:0.625rem;top:28.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hRdRFNMNhpWLhUM8wCmDz6S92FBm9ybE { width:34.5625rem;height:1.125rem;top:29.625rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cRJELadnml3PkQeTgOQ4DiyDuAMoh6JW { width:36.6875rem;height:2.8rem;top:26.4375rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #plEtkI0EttODQZTple62Q7eyKlaaFVoO { width:3.75rem;height:3.6875rem;top:26.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LGUbexDxP9gmvlerlETDdiHoUSx6SUwF { top:44rem;left:2.875rem;width:13.0625rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FWk58BcaT5MKBqdQhodStKRIUXGEVltz { width:1.5625rem;height:1.5625rem;top:44.0625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T2xxA3sFv2gOsDZWpHm9dbX9JSNtl3EE { top:44rem;left:31.875rem;width:13.0625rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #caFsuBGXxsqOC0XWRMSSkMn2JRsNZu4g { width:16.375rem;height:2.625rem;top:43.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SPsLICgI5GwKrFRJneW8x9TnTCaqWTHX { display:block; }
 }@media only screen and (max-width: 1199px) { #mM98kPnSTiq24cz9fHGVdpGiwigJGpV2 { width:1.5625rem;height:1.5625rem;top:44.0625rem;left:45.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SVtH3hCAAn7OyLqzLobfMyzFU0xoIpDc { width:3.6875rem;height:3.6875rem;top:16.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IkSXBb41ZciI50zGqAai24zvxthkUh1Q { width:40rem;height:2.8rem;top:16.75rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lIQA6zKH2tJE3FrE3hccmyMrmMzf3wb0 { width:0.625rem;height:0.625rem;top:17.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DUSHMzCBxUX2gUI0dHVWSSHC3WbKwR0J { width:0.625rem;height:0.625rem;top:39.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CIO8z0u5ASlIQTk2DmxDcegPn6aDa4WK { width:3.75rem;height:3.75rem;top:37.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r4K7TmImTpLeQz07KB7RP78BSIuS1vOT { width:36.6875rem;height:2.8rem;top:38.25rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UmQrmCdIIOQDn8tqlkmBytxFBTptEI38 { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MGXq8r8vW6Or9AbPZ6MsK8DAbptcKJ34 { width:46.375rem;height:2.925rem;top:22rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hh0TfsRTvEGR2pNUpMTRzeQVtGlTCPlB { width:3.75rem;height:3.75rem;top:32.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vx8B6PPqsorpbAbX3swtWiVsfQHluszt { width:36.6875rem;height:2.8rem;top:32rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #igblTsQEVp0ZBweUpWuJlH07kmwG5rDC { width:0.625rem;height:0.625rem;top:33.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff { display:block; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .row .container { width:47.75rem;height:221.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UWiiyLx4VEq90TVvlGZawrXHTaZTaxsl { width:46.5rem;height:1.95rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #awFi4ZQE8ToRpRRcSqiNBOTgthvqof9V { width:46.25rem;height:1.4625rem;top:3.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NeZ7svEdQOoZ8LeVWtQz8bed3Bu85P2b { width:0.625rem;height:0.625rem;top:8.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zKnIc7B4C3EMxspBby8dnFwomTHsbnZb { width:36.6875rem;height:2.8rem;top:6.8125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RvLaox3c9a5kuPQOahVT5XpfwMAre8qV { width:35.8125rem;height:1.125rem;top:9.875rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qIJ2r2y0dqGki88xfLnXi1IACHiOrSLA { width:3.75rem;height:3.75rem;top:7.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n4kR08Zu2ytmWTqsGtsHNF9GB2D5RkJf { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Nkskr8P3HTd3QKew8Gl1D6CSRhnqtvx1 { width:39.4375rem;height:18.2rem;top:12.0625rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #epfi2NLJtGLIPDaxLpIHkUhktXhXc8bD { width:40.0625rem;height:16.8rem;top:39.3125rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tA4y0tBm01STJ9I5qA2M5BWspfh9FKB7 { width:35.8125rem;height:1.125rem;top:37.0625rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bcTcQLvPDZgdQqXOTWUsQGgqgz1TRZyr { width:24.375rem;height:4.2rem;top:32.625rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TVWUdQIqlPn1zgoK7IRNxNvqDo5teZDr { width:3.75rem;height:3.75rem;top:32.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E7wTwJpWfciZeBcmL2VHhRoRIc3M3JeQ { width:0.625rem;height:0.625rem;top:34.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n30I6p86ZrTBBaVLoAtxDJKrpJwFCPHJ { width:3.75rem;height:3.75rem;top:63.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTPVs5RlOnqM8oJURgseWCNGa0JQSZKO { width:0.625rem;height:0.625rem;top:65.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #audOfP7FFgWl2Ah83h4RL5rBTolSgZsO { width:39.25rem;height:23.8rem;top:71.9375rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w0qKnGzhIkXTaaQTTVwTwB49NX8GTtxo { width:35.8125rem;height:1.125rem;top:69.375rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ziy8tZZv4JGnFmXmeDevEcLe529mwQea { width:29.8125rem;height:5.6rem;top:63.5rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lWaZE9NUG33I9LkbyWiTswAbUUUe36Mm { width:46.25rem;height:1.4625rem;top:60.1875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QXwNOZs52IpilCafU9DTlhDnphwccOPB { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #grZ4Qn7KnLHvayo7KiRg5akBmGZkD2W2 { width:39.8125rem;height:14rem;top:148.18750762939rem;left:7.5000000596044rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lFzinT6A6K1GbeLWSnhWrIIJcltAiXSh { width:35.8125rem;height:1.125rem;top:145.87500762939rem;left:7.5000000596044rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oJU52PkLeNmSulqszFuTsM6ZedaiJoXf { width:36.6875rem;height:4.2rem;top:140.81250762939rem;left:7.5625005364419rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sb7qWVNx34Sbe1XXc8FQCRubT4yiez02 { width:3.75rem;height:3.75rem;top:141.06250762939rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kSJXKL3MmFXHCmTGI4pnLNZUGiuBIBDE { width:0.625rem;height:0.625rem;top:142.62500762939rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qOA5bRx1LHtEoyLGowSUGgB8Up3T4nmA { width:39.9375rem;height:14rem;top:176.93750762939rem;left:7.5000000596044rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WaoEsch4wqr9gD1KGB9yOVsOTEyFx8km { width:35.8125rem;height:1.125rem;top:174.37500762939rem;left:7.5000000596044rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VRhTHf5MTXxakqL46uweR8bXOLbRav9O { width:30.25rem;height:4.2rem;top:169.81250762939rem;left:7.5625005364419rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mu09vdlmUQTRwmUmeUyxOIlVaCLAKVaU { width:3.75rem;height:3.75rem;top:170.06250762939rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mDqrbtTyI7lcHHyLSAed9DPLWfF25zME { width:0.625rem;height:0.625rem;top:171.62500762939rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QzsOItHmxiJI8WOGiyD5WaFBc0mnTSHx { width:47.75rem;height:0.0625rem;top:164.50000762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QMzDTb7hTpt1qQ0Kh0lHBtoThU2L6GJo { width:47.75rem;height:0.0625rem;top:58.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wXHOfHrMaCio8TkkV3virIekbSwCrXe3 { width:46.25rem;height:1.4625rem;top:166.43750762939rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UxiekBeTVRmtaQCWnqoWB3efcscf1h9f { width:39.9375rem;height:19.6rem;top:199.93750667572rem;left:7.5000000596044rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TrKg5VnDS3EQItd7bpk7TL6n2dokhQLG { width:35.8125rem;height:1.125rem;top:197.68750667572rem;left:7.5000000596044rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yDGmP6T8VXqFGv5JD7yB11y9LqcEbrnT { width:3.75rem;height:3.75rem;top:193.31250572204rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZEalbaF36VACpSS0OhDUwBJpcFLtT34t { width:36.6875rem;height:5.6rem;top:193.06250572204rem;left:7.5625005364419rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AxFxVDoNJSVdCcP33MdA3nRKCEun95ud { width:0.625rem;height:0.625rem;top:194.87500572204rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ikb0WQu89sARQQPMxR5DyT2aUUMkw6dW { width:9.375rem;height:2.875rem;top:6.375rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UxRZkBHwuAMBAbMM5yHA7iJFkfXh5OZu { width:13.75rem;height:1.75rem;top:33.375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eI28nwf3yEcdl150ZZHgkowSUT2zihvO { width:9.625rem;height:2.25rem;top:64.5rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VJqZ6FVHia2JB3fpuLsEuIBvJPaPJX2M { width:9.625rem;height:2.25rem;top:169.81250762939rem;left:37.499999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g0WC1AoTkcLGQ46HmAIromdhrfRCTOKJ { width:3.75rem;height:3.75rem;top:98.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wm50JbVdhm6KPBhpPfbyZiDBsciDpJkT { width:0.625rem;height:0.625rem;top:99.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mtRN254TPKm4wJgS6ZK21cIL37LXvC29 { width:40rem;height:32.2rem;top:106.25rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t1lvqpiTzkPBcVvxeLnWJR7P5ssFZ5mM { width:35.8125rem;height:1.125rem;top:103.6875rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gKQepzIGPbheTLhULuZNamnQKWaLXqUe { width:30.625rem;height:5.6rem;top:97.8125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pb9VsN6U0VgIRIP31nTx3QloNMInlS3G { width:6.5rem;height:2rem;top:98.0625rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SBG77kaOB4kVvOsngTQLtDXN227CQSWO { width:3.25rem;height:3.0625rem;top:193.31250572204rem;left:44.499999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { display:block; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { width:47.75rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v { display:flex;width:18rem;height:5.0625rem;top:1.625rem;left:14.341666221619rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #PhfEqz8nSXBp7x46dGuZMw9uprgRrQb7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #ae2kLURWCMowab4Z1n6EHMUr9XcuETzK {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #aBq9ZkM5zTFRVafFvPIHJRVuDCbK6fWO {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #CtMSdBB8XUZxLoAaZuDECGoPMKBMhI0x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #kkU7uFu0od8TQUmnNC6F33hIeKrAiLhV {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #xGah028TGr5WQqMLz9gWTdg7LP9enJvH {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #DTD0Z8NScLJGqxX9RTHZfqK5MzOQRUOI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #exP5b1R63EWvdGhTgU19N9vm7LgrOLAN {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #yDqDK1PCu79Qrr8Sa5uAhtHEMuCFCfo3 {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #OtX677THblmnF8vymPF9KAwJnptgcJMg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #hsvpIKqO8MZFUytF1qZLAyXWudIdM5XE {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #WED1gVvcAog3gfOv0bXbqQoRcnfSZXZU {  }
 }@media only screen and (max-width: 1199px) { #bm4NRCTaVKuNhKzpb7yWyc0Wxn8ydO8m { width:25rem;height:1.1375rem;top:0rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nmxm8BdulBWZNq6aFOtrDtKwuGi8gtcV { width:15rem;height:1.25rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #blAn5xV7nPboBSkS9MiHQ2my5SDvw2Qg { width:47.75rem;height:0.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KXFz6oDFTCn9KalIkOJhgiUDvSNh5qLe { display:none; }#KXFz6oDFTCn9KalIkOJhgiUDvSNh5qLe > .row .container { width:47.75rem;height:33.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #mUXGIhzyRLTq7QodOWvAnRUzaSySmX5y { width:47.75rem;height:4.95rem;top:2.5rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #R1AfUJJHakNW3yfnpxbkaNd4vTSvShNF { width:47.75rem;height:1.625rem;top:8.375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vEN6NeOAhCbgcPyy2dCdGHqZ3RNiTD7f { width:7.0625rem;height:11.0625rem;top:1.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v3U35B2KnXzMrSTs7irsLQpZbEKRHLcE { width:11.75rem;height:7.75rem;top:3.125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V621NqBTk8pBbkesuO2PT5e0ueZgKnn9 { width:22.5rem;height:18.75rem;top:12.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zeZ5irlSXqaPgdzJDDsrQ2WxBvEQLuPE { width:22.4375rem;height:2.4375rem;top:14.5rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dGGPTSAM6RvfLcor2Q7d3LF2KNXn0b7t { width:22.5rem;height:4.875rem;top:18.125rem;left:0.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DQZcWn0cTRBtPTH9HlqrfKF69oHTrazx { width:22.4375rem;height:0.975rem;top:23.375rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tAOlJdg4qawxwzgVFSvRpeZsLlrp8JT5 { width:6.6875rem;height:6.6875rem;top:12.8125rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i2rWcff3M1sifhTgKsZHcHAkdnuZopc2 { width:16.25rem;height:3.75rem;top:25.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jwnh7lgMT6u4DHENconOg36rBrntprat { display:block; }
 }@media only screen and (max-width: 1199px) { #Zbb5C4ksaaS1Xrn9xBDFpPvfS22nWKCl { width:22.5rem;height:0.975rem;top:29.5rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lWKwBcAuyFrDhHzcVg07GzBToxKbTzaN { width:22.5rem;height:18.125rem;top:12.8125rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PGN5HKJLDZ0WpoZbwBMRa8fHphwZWgZu { width:22.5rem;height:0.975rem;top:29.375rem;left:24.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FLoO9hE2MEOTTw7eT1nkX1wCTpXNXe1T { width:22.25rem;height:0.975rem;top:23.3125rem;left:24.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ASmCSPahpH4TsTLnsCnUdvxiDdGULJHU { width:16.25rem;height:3.75rem;top:25.0625rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XKQHPbbGlKTmSgFQX8c2Rn0gyZceD4cv { display:block; }
 }@media only screen and (max-width: 1199px) { #DNHIsWPRTRR1W7NJIrElPQEIfLq4o12p { width:22.5625rem;height:4.875rem;top:18.0625rem;left:24.5625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CCK1t7Dk3wepHT17zLMzfJFelsXtD6p5 { width:21.25rem;height:2.4375rem;top:14.4375rem;left:25.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tCMxPkcWkpBTOCdSXCNK23la0hLVTGPy { display:block; }#tCMxPkcWkpBTOCdSXCNK23la0hLVTGPy > .row .container { width:47.75rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dIiC5IvQQ3TEO6NTI9GgyUiwPUASXZ3D { width:47.75rem;height:4.95rem;top:2.5rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #DfeAImdtcJKd99ngmhamiy8tB1RM1AkD { width:47.75rem;height:1.625rem;top:8.375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xO0RVn0IWbsXJKb6TDmLZUK9yc24zxUF { width:7.0625rem;height:11.0625rem;top:0rem;left:0.62500002980231rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M39bxDuNIaPtIEJP6hsdB1TwiOm1ox2X { width:11.75rem;height:7.75rem;top:3.125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yKXDuVWtV8wHzEhHSAcRKdtG6Lxm3d05 { width:22.5rem;height:18.75rem;top:16.499130249024rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HZnwThkhUNQXTt5Hn0Jkzu9rwpG8Gnct { width:22.4375rem;height:2.4375rem;top:18.499130249024rem;left:0.68750005960463rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NJFe31tObHJHHCGl0srBTSsdLA5ZR7rG { width:22.5rem;height:4.875rem;top:22.124130249024rem;left:0.68750005960463rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lIE30T6zzQ6q1AzbIbQXTOmdW8HQ7uB4 { width:22.4375rem;height:0.974825rem;top:27.374130249024rem;left:0.68750005960463rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lwbe785cmFdFpJuRNT9iCxICrtJOuo8V { width:6.6875rem;height:6.6875rem;top:16.561630249024rem;left:40.374999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gwPLfKS7Mi21aHBaVL36CIOsBCrsDHSt { width:16.25rem;height:3.75rem;top:29.124130249024rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VqdRONMeOTB1f7vT6m1feCk7W9BftJ3T { display:block; }
 }@media only screen and (max-width: 1199px) { #hCrvqOSLVXI2pWBIOvvHT7czEA3nGufO { width:22.5rem;height:0.974825rem;top:33.499130249024rem;left:0.62500005960463rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IXMbaIinPPHtnIfRDxkNdEpX2Hfvp7Ur { width:22.5rem;height:18.125rem;top:16.811630249024rem;left:24.562499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y9BM2HNyfckluSNGeH6LmUKUOE9gBHrT { width:22.5rem;height:0.974825rem;top:33.374130249024rem;left:24.562499582768rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xzgDuobpH9Bs28sZmhfrylNR3UBNuRih { width:22.25rem;height:0.974825rem;top:27.311630249024rem;left:24.687499582768rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s6lzx0h6gkXWRNWwaRmXRtAc98rv9IDc { width:16.25rem;height:3.75rem;top:29.061630249024rem;left:27.687499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CZqBsfUnJorU7dLEgUpVDfpRF6upihWX { display:block; }
 }@media only screen and (max-width: 1199px) { #XHDZ1x34sDvvOKAWcgXZ5G8bCgngOuiS { width:22.5625rem;height:4.875rem;top:22.061630249024rem;left:24.562499582768rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ecXsN3znbg9v2xux4T1hoKLUgiZcI9SU { width:21.25rem;height:2.4375rem;top:18.436630249024rem;left:25.187499582768rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dHVL0WdhTQGd23PSQavT6UUlUXQdohin { width:40.5625rem;height:2.925rem;top:12.130207061767rem;left:3.5937500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OiBQR0pCPh2BGEzmxVAooJH51oFPHqlH { display:none; }#OiBQR0pCPh2BGEzmxVAooJH51oFPHqlH > .row .container { width:47.75rem;height:33.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #bCMHoIhh1ALmOo5N8Be337N7dVDCeMC3 { width:47.75rem;height:4.95rem;top:2.5rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #aG7qOTIsJOIqH3hUEeCZbJq4UEkLLf2g { width:47.75rem;height:1.625rem;top:8.375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EeHheVynUnlbI7cQqyzT7TlfXfJTvmVe { width:7.0625rem;height:11.0625rem;top:1.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BfISvEx1C2wKcLBVZen18Jees9SQT4X3 { width:11.75rem;height:7.75rem;top:3.125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T8ivzLG6ysi2b2TpovIMeVSxTpAlmkwX { width:22.5rem;height:18.75rem;top:12.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KEEeUN3H8FpEpVSUfZNv0BIGBio4sSO7 { width:22.4375rem;height:2.4375rem;top:14.5rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ziyuDk8dJPwtcMUSlakGoviAPlUw3PV2 { width:22.5rem;height:4.875rem;top:18.125rem;left:0.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EHm366c2geI5z5QTp0q2X8O8TSNqhxd3 { width:22.4375rem;height:0.975rem;top:23.375rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lVD1rDXao4urpiBK0tTcpQr5udBBPSRp { width:6.6875rem;height:6.6875rem;top:12.8125rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AspqIFST8f9sVnaoNZgHkpL33JmxOH0H { width:16.25rem;height:3.75rem;top:25.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LDZn7GrI1XfVKuclJfckkLWu9OnLcA8F { display:block; }
 }@media only screen and (max-width: 1199px) { #m87mWE9FyQ0T1yS0GEmfm4sWsXWrbC2k { width:22.5rem;height:0.975rem;top:29.5rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S5bXravQh7cKarX3IM0sGwrNOTdKzzHb { width:22.5rem;height:18.125rem;top:12.8125rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ohdn6c70gQsPpmOkMxqmthxmDpGn4RNc { width:22.5rem;height:0.975rem;top:29.4375rem;left:24.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qiv4osfBVgURLtSgGH0mP4wbcdNuM3UG { width:22.25rem;height:0.975rem;top:23.3125rem;left:24.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d0K9XeMcP4lVB2D5iwLQDvoZgKmr7KHu { width:16.25rem;height:3.75rem;top:25.0625rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RN1uunGFdK6M1TbGBA9nsm1iASxOPRpu { display:block; }
 }@media only screen and (max-width: 1199px) { #ypuUBquxrrMapwi820OyD190NMLaepxQ { width:22.5625rem;height:4.875rem;top:18.0625rem;left:24.5625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mRG1HByPkB2QM1HzAENZfHRZdqirES7h { width:21.25rem;height:2.4375rem;top:14.4375rem;left:25.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 { background-color:#1a734f;background-image:none;display:block; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container { background-color: transparent; background-image: none; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container > .video-iframe-container { display: none; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row > .video-iframe-container { display: none; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .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); }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container { width:47.75rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #usopnl421qeKwecadAwafXz8Bn4kg8aD { width:26.4375rem;height:1.625rem;top:0rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uFe3ahodVWKDnVf5RydpIkteKB7stKct { width:44.1875rem;height:1.3125rem;top:3.375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PmigKnExRmdrDTn6WnOSlPtIzJE9RakS { width:1.25rem;height:1.25rem;top:3.3000030517578rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CqiySVRWc7nwBwpbkqpMcn8ZTygSfPaA { width:1.25rem;height:1.25rem;top:18.3125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aCDnPSJHmwG5eddE6apwzdX0UD6y9zSd { width:42.8125rem;height:2.625rem;top:18.25rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrW13U6u3yftcTh0ZEXeRdHKo7PAaw7S { width:43.1875rem;height:1.3125rem;top:29.875rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vlZhGkI68Bxvszb9FROVW6Zc99qLvVg9 { width:1.25rem;height:1.25rem;top:29.862499237061rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EX4EExtSCMv46a6oLzN21EC5Vbbk81K7 { width:41.3125rem;height:2.625rem;top:6.4375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hl4UGeGmsVUhZUHzTp19QoFWBzCnGJxd { width:1.25rem;height:1.25rem;top:6.6124992370606rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #niB9zylSLNOfbaN7LWFxQbGzNTQ29G6l { width:42.75rem;height:2.625rem;top:10.799999237061rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UeGT6pL5VxU4btaOgsl26xOL9tEv8hgS { width:1.25rem;height:1.25rem;top:10.987499237061rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pB7B7rIDIRawi93gqSCgwpxwk7HKlwL5 { width:42.75rem;height:1.3125rem;top:15.174999237061rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #neZre0NqvTm4Tqn32x2LqwSABWB9Bmxp { width:1.25rem;height:1.25rem;top:15.237503051757rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ocJ6B2ASpHr0MZUGFKeZGegSdTBfg9Bi { width:42.8125rem;height:2.625rem;top:25.5625rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SJPSZug564JLheabVt6Sg1JUuHCzg4OL { width:1.25rem;height:1.25rem;top:25.6875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fQ28wTkvIU2EM3Wc7veZarF0PyKyp7tL { width:43.1875rem;height:8.575rem;top:31.8125rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aTuXNZ2vuElLXVT4OosbJxzQ0UoIxFWu { width:44.1875rem;height:2.275rem;top:21.375rem;left:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 { display:block; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { width:47.75rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pPBFpc9wWegAoaL4B9yVX0CH2P3lqztU { top:2.5rem;left:3.1875rem;width:41.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DtCSW4B2qCKK28vwPUvMq7M144z7faGk { top:20.3125rem;left:24.75rem;width:22.25rem;height:4.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #euTT13CDwTOLPPtoJR5DpJyrVMza8Aln { width:15.5rem;height:15.4375rem;top:4.90625rem;left:27.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nPzFQsIMErLDqTOz8LD9AkOQcr7sDnHS { width:16.25rem;height:3.75rem;top:15.1875rem;left:30.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WwvzKTqZ0EAECvNBgrnZGww1XfSu426p { display:block; }
 }@media only screen and (max-width: 1199px) { #KAMitM0gG1d9x1EODZy0OVb3phhRWl1H { width:20.25rem;height:23.75rem;top:4.1875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a2ZL9uPIosmBCFNe6B6M9ko6pcDVucXK { width:18.75rem;height:12.375rem;top:7.9921669960025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu { display:block; }#NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu > .row .container { width:47.75rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tT7wQI3FhqZCiROao1afkcpawy72SOU0 { width:46.5rem;height:3.125rem;top:0.625rem;left:0.625rem;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;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #h79T5EbXevX8RX8SBN3SsOWOshvxe4cH { display:block; }
 }@media only screen and (max-width: 1199px) { #EwBtidElTG7RWIwMVAvuWncEfnRSvnTT { width:47.75rem;height:1.21875rem;top:1.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h { display:block; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container { width:47.75rem;height:97.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pVTm3RJDdH3JPLyr4CFQKLkJ0TtzaVfM { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zlc1pAUbfqefrDlHRAXmdz1b9xOmDq39 { width:47.75rem;height:1.05625rem;top:7.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oWk0FlMP3QisUXh1cksFgyi3zJplNAst { width:16.5rem;height:5rem;top:10rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tN5tRe98TPQUwGG1TloxwBuVbP4oqOui { width:47.75rem;height:1.05625rem;top:17.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #REAO0UB61rK0ERU17KThgh9suTGF6Gla { width:47.75rem;height:1.05625rem;top:26.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kP4wxSE8HLtURBs7vpxz3u7ileDdV8qa { width:47.75rem;height:1.05625rem;top:40.312496185302rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FpL87ZAJyGVrk0HOa4TBBBIc5T0TvieL { width:47.75rem;height:1.05625rem;top:62.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nIXINWlweCQhdpVNDZiOC2oXc9TrCD98 { width:10.75rem;height:3.125rem;top:20.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yvQDcb7b5M2KzHtPszntFIpZaybZrxTG { width:10.125rem;height:3rem;top:20.4375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bJLkqg3GJMOsDkSw9T0NDIiLvJrFalMC { width:9.0625rem;height:3.1875rem;top:20.34375rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ra17e416LvTQKvqUdiOku5DhuqbSsKVT { width:12.375rem;height:3.625rem;top:20.124999523163rem;left:35.375001698732rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pwNt2CD2lAwUT3o9knT1DE9J5rbMQLTA { width:5rem;height:4.3125rem;top:28.967881679535rem;left:1.0625000298023rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SJOrbcvfdTPo7Wobu2xyREmr5NIpR5Xu { width:10.3125rem;height:3.125rem;top:35.686592102051rem;left:13.555556088686rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XiHglbFZJLPQ7Ukz1HAvGItwWxwMiTfH { width:10.3125rem;height:3.125rem;top:29.561631679535rem;left:36.406251698732rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qBFEIHPT8MxXizlOQ53rO2lBW8X9yWZn { width:10.3125rem;height:3.125rem;top:35.685723304749rem;left:25.124999791384rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oh6fWBINaSLV9VmVGuKUc073fdO3bmmW { width:8.75rem;height:2.5625rem;top:43.749996185302rem;left:2.0625000298023rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vGqdK9sW6umx8wRELxHGQtVO2vR4RoAa { width:8.75rem;height:2.5625rem;top:43.749996185302rem;left:13.562499791384rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lZ8LGOQsgfnCXxEdouuBnpsmhKt2aH7o { width:8.75rem;height:2.5625rem;top:43.749979972839rem;left:36.718751698732rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T2lR2n8GJAmR1usF0ZfwHMWATOOEfw4k { width:8.125rem;height:2.5rem;top:49.155363082886rem;left:2.0625000298023rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NKJIdkLJA741ypLvZ0mMLlLTuirbJuGS { width:8.75rem;height:2.5625rem;top:49.124996185302rem;left:12.687500029803rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JxkikW9naof06FtOTwb7ZNALwoDkuCia { width:9.9375rem;height:2.8125rem;top:48.749132156372rem;left:24.187499791384rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ScDn2RmpfN7fxK3gqLE53rdXoF5eioKV { width:8.75rem;height:2.5625rem;top:49.124996185302rem;left:36.124999791384rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yztc3eVk4BeCSZeZ1FOPsoSiFvav5PB0 { width:8.75rem;height:2.5625rem;top:54.6875rem;left:2.0625000298023rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c8ZBFVh420pn5oCrAnB9Kve0wP4l2R46 { width:11.4375rem;height:3.25rem;top:54.34375rem;left:11.812499791384rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uwO2PP4LlecK5AzMSB4K7EeSn5bi4q8X { width:8.75rem;height:3.0625rem;top:54.4375rem;left:25.656249791384rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e72TgXEXwABSg7dRQl66glmOXDM6iTmO { width:8.5rem;height:2.5625rem;top:72.125042915344rem;left:1.0625000298023rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qcs9EEETlOtPFRnK5n0nsBQPXKBw7Xu8 { width:4.25rem;height:3rem;top:65.935765266419rem;left:32.125001698732rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jal4q7MrPKkZTPAz2pVT9InVkmLT8sJe { width:6.8125rem;height:3.3125rem;top:65.779515266419rem;left:39.961805135012rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pvI5RadR3p0SMcrHDvitWkWwTnKqqkpe { width:11.8125rem;height:1.6875rem;top:78.8749961853rem;left:35.625001698732rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AIQ78XJi7OQWEoxWd3rlubd1onfJxFF3 { width:47.75rem;height:1.05625rem;top:88.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sPRHOyJFZxp5T9RyXAFhefwJ9ThD1TJU { width:10rem;height:1.9375rem;top:92.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DZG0XBScy35gmKgTJV4G8OFhZseK3yOR { width:12.8125rem;height:3.6875rem;top:91.9375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z8OmtTKmBsIknu5g3nWF3oxHzwJ3voyR { width:10rem;height:2.9375rem;top:92.3125rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #np1HJ5hTni30msaimgfMdRoXL0MszuB2 { width:9.1875rem;height:5.1875rem;top:34.655382633209rem;left:2.3046875298023rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IVX5oGKFEM6hr8X2eTHmkCskmtqU95o6 { width:8.125rem;height:3.125rem;top:29.561631679535rem;left:17.430555135012rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DppmQf8fGOSdQTxQ9vphJ48AKVhx2d1J { width:12.0625rem;height:2.8125rem;top:72.000042915344rem;left:10.993056088686rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UxS5kVPmK22aqK8R5LvaNNe6rD1zRCTy { width:6.375rem;height:4.0625rem;top:71.375rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BTqczL4upDGmkVee0CUD03hIlnVctan3 { width:6.5rem;height:4.3125rem;top:77.125rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b5lQpOHwhwHfpm4cHb1atcoRUarU8Bvr { width:6.875rem;height:3.375rem;top:83.93750190735rem;left:11.812499791384rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lSibpwNfoIohd6XeaIlMzmn2FghMrb1r { width:8.75rem;height:1.625rem;top:44.218729972839rem;left:25.031249791384rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ESTQhmbuyFpTm20f9WyBbPgSAAhSz2t7 { width:10.4375rem;height:4rem;top:77.6875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cyRWemHPiyvOukH4e4iGhWmHim9FTIRc { width:7.125rem;height:3.25rem;top:84rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eyCBWJf3H6p3qxyNNNiDvluwkKunXEhi { width:9.375rem;height:3rem;top:54.305555343628rem;left:36.406251698732rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VGmBZZcoiMtCFTxgJuk5kv5il8KNTWko { width:4.0625rem;height:3.8125rem;top:29.217881679535rem;left:9.5486114323138rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZ4I8T3mcA1x0xBU8LbRt4ovTf6vCeNT { width:6.875rem;height:3.8125rem;top:77.625041484831rem;left:10.687499791384rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UoSEfGxGT01NriT9S4ElkKb3rNLgVase { width:7.25rem;height:2.4375rem;top:66.217057228087rem;left:1.0625000298023rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BsyRwgn4TSxTB6zt6A5Xwp5TdicySgAP { width:9.375rem;height:1.6875rem;top:59.430599212646rem;left:19.187499791384rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xK5bUqT2x48z797AlppKfw1oRalSzPDC { width:8.125rem;height:3.125rem;top:35.685723304749rem;left:37.125001698732rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yPwBPStAZKBTRgPyM8iisfoI9uMh5tcc { width:12rem;height:3.1875rem;top:65.8428812027rem;left:8.5624997913838rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y8ac0ha8e2tWma1UlLIOc80RAEC15eDl { width:6.75rem;height:3.6875rem;top:71.562542915344rem;left:26.656249791384rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tCLAfTNt0vTRsKSpD8bEyC3Cx5Ua0AOx { width:10.3125rem;height:10.3125rem;top:79.75rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bXGEJDQwDXZvyPuVskkgU0Wmt1HmNhOw { width:4.1875rem;height:3.125rem;top:29.561631679535rem;left:29.124999791384rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XP9UM7euZUuhlhhFdtfRhzdoLxT0LW8T { width:5.6875rem;height:5.75rem;top:70.8125rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ar70mKP92VqEXLtEfNyBVRUqPgdbTPzF { width:6.8125rem;height:2.1875rem;top:66.342057228087rem;left:22.312499791384rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aQGvahtwMhwLQoDKhJTWe8odLl4xxiI9 { width:8.1875rem;height:2.5625rem;top:78.4366312027rem;left:1.0625000298023rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { display:block; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { width:47.75rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Tnm0kop5aRDA2kRfRm5cqsSpc918pfUi { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jp8ACu6oeJQy8IwLF6Pc8f6l6SpKlbK5 { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aZdkqBr1X5yDG3kNOpz5z8PFBhXuv0Hu { width:46.5rem;height:1.38125rem;top:7.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #unTTT5DfpMQu95DLNFg6ybWitkl4O6Lm { width:46.5rem;height:1.40625rem;top:9.375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SiZuyTiHT81W0HhIZA3Fqv2NJBNe3one { width:43.5625rem;height:1.40625rem;top:15.4375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DiECylTzGP8g4Q8xPJVp5kVHWJO096se { width:46.5rem;height:1.38125rem;top:13.4375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sVMTPXSwJmDwivKwJeBHT5hLRbyk5tZI { width:46.5rem;height:1.40625rem;top:21.3125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nGDTsz7FU0SVawLnCfSZoQwubBx9mP5v { width:46.5rem;height:1.38125rem;top:19.375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D9sJo8Nbt0QT4VEEW7hXPbBaBPzMzKde { width:46.5rem;height:1.40625rem;top:27.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wb0NcwLbymkCAZu8GdapQQTu6p16Csug { width:46.5rem;height:1.38125rem;top:25.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kDB1mslWZQm9VWQe99I8GUQhV7vInPrJ { width:41.6875rem;height:2.8125rem;top:33.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZwwsTTGiHDHBZmuKtxTRvgtTkChcPTaP { width:46.5rem;height:1.38125rem;top:31.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xIcHST5FrE1WypCiFRGPcRQwxDuqbw5M { width:41.6875rem;height:2.8125rem;top:40.625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wPC5uf6UKCDcqt8PDca8EtT2GzWWX3N6 { width:46.5rem;height:1.38125rem;top:38.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VnKczpPXPpkKPW348i8h91mdJzgTghPN { display:block; }#VnKczpPXPpkKPW348i8h91mdJzgTghPN > .row .container { width:47.75rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #q4myVIUt72VEhCT72MnQ6gN8a5MfwJc5 { top:2.5rem;left:12.9375rem;width:21.875rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h9bqw8boWoXfw0nmb059fD3ctLF5clRE { top:7.5rem;left:20.875rem;width:16.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QL59qHOtMckMVk6IAnGV711G0PCx8OtF { top:12.125rem;left:0.625rem;width:46.125rem;height:18.28125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #XTyivGICHCcx7KkHLipm4E9PU9r9qUDt { width:29.0625rem;height:16.25rem;top:32.0625rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UsKF4bKyVzeeWMr82tGpuUGC8DcOQ6Re { width:8.8125rem;height:1.75rem;top:7.875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gXel83GHKNEw1rOL8Il11bclsJ2M3nyG { display:block; }#gXel83GHKNEw1rOL8Il11bclsJ2M3nyG > .row .container { width:47.75rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #unOMi5qWv2SLveCXzakvfqUngkE5PEL4 { top:1.8125rem;left:0.625rem;width:15.5rem;height:1.1375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #qR83uX6U6upPpfLquMg2svVATkcvbzyE { top:4.125rem;left:0.625rem;width:15.5rem;height:3.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #gcMkCfeOlU55QuQupKUz499MmC7TAaBc { top:1.8125rem;left:16.125rem;width:15.5rem;height:1.1375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #tzIyKcmAw1LTAJcqdLGX5m6c7hL8GDxA { top:4.125rem;left:16.125rem;width:15.5rem;height:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #BVe4zqxTX3SB30zpAD5k4MvPpwJsdHvq { width:47.75rem;height:0.125rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZmHbwzKHtAVIW34JHuDObHKQ36Ssomfu { top:14rem;left:0.625rem;width:37.8125rem;height:1.40625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #b8VWfd0IWtFlGCQlx1UKU1cW0eQTS8uG { top:15.75rem;left:0.625rem;width:35.5625rem;height:1.40625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #a1qBmlBMn4xPeuQagbAoPoak203LvPyp { width:7.3125rem;height:3.875rem;top:14rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tuvqo5eqK2pvdBTwXhbIrK6iLvrdbiiB { top:1.8125rem;left:31.625rem;width:15.5rem;height:1.1375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #ETlN2iJd3CSzLRIH9VGOlcRyO0q9zcmT { top:4.125rem;left:31.625rem;width:16.1875rem;height:3.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #CCAN3ZTszLNp5Py9RBWQTvC2R6PnbPhC { top:8.375rem;left:0.625rem;width:15.5rem;height:1.03125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Zq82x7Vruu3CHKGrcJgaBACNVkvqNMlv { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#Zq82x7Vruu3CHKGrcJgaBACNVkvqNMlv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #MRTCICsf2IyR7wq2TiFiBtWX7gIV9WO7 { width:14.1875rem;height:2.275rem;top:0.6875rem;left:3.125rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #RERcmAnw82W2ksVaKWwmprpMn3xbMaaq { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zkFyShiJy9RKTJgpIs9iNyNW6exSohuT { width:16.0625rem;height:3.125rem;top:0.375rem;left:16.75rem;z-index:15142;display:block; }
 }@media only screen and (max-width: 1199px) { #F1MgA6FnxV7dNDyTMHqVcSmk7RRBSBF9 { display:block; }
 }@media only screen and (max-width: 1199px) { #cxdIxQSIcyWRrWxH7asuqVPVwL4veEr7 { width:2.5rem;height:2.5rem;top:0.625rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vMvkCthdXlQTSPSB0UT6lfOpfZqSy2Co { display:block; }
 }@media only screen and (max-width: 1199px) { #zxm1E1gRI0FAfeN8pq4F2bhLez4xnIbo { width:1.875rem;height:1.875rem;top:0.9375rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kigJ4oqM9rEucMIds7bG7ZaogJTUIxr5 { width:11.4375rem;height:2.275rem;top:0.75rem;left:19.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #DFfU6nU0DXNR2dyaPS7Ex1oGX1XQIGUI { width:1.875rem;height:1.875rem;top:1rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h0c3CBd9nww9owHJTuq8suRLp7fCSMaX { width:1.5rem;height:1.5rem;top:1.125rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n2WM45QZGLBS4uQESz0qcafveGXu7Tz7 { width:1.875rem;height:1.875rem;top:1rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mSnanlMA8vLzPLzt6anVysIF0wdBxRSx { width:13.5625rem;height:2.5rem;top:0.625rem;left:31.187501698733rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fSu8tPbeXASD6eI7CXNyeFbg8AUmp4SO { display:block; }
 }@media only screen and (max-width: 1199px) { #hu8bRBvGOTK6cihsvMUByDWs4maqto3N { width:14.8125rem;height:3.125rem;top:0.375rem;left:0.0625rem;z-index:15142;display:block; }
 }@media only screen and (max-width: 1199px) { #H4p0P6sJxgM6H3R6irHNiiErlWA22C3q { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 { background-color:#1c6e4c;background-image:url("https://images.assets-landingi.com/uc/4eab08ea-c10f-46c6-8c00-9941f75aad0e/APD_2024_WET_PION.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.adaptive-delivery-prevent-bg, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyload, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyloading { background-image: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { background-color: transparent; background-image: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container > .video-iframe-container { display: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container { display: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .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); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bm6RlfWcQwzhZGK8dTZZG9Hq2mLOFBnH { width:20rem;height:1.3rem;top:19.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bRx91IV4ZWi08yGyuIlByZAAxzi1xDzo { width:18.125rem;height:2.925rem;top:26.875rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gOr8B1AP3zxLRZZQrrEBF22bfSfcXRLT { width:3.9375rem;height:2.1875rem;top:5.25rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HHOUfS7884lyRIWa5NGHWtXVbUPOlF1J { display:block; }
 }@media only screen and (max-width: 763px) { #DQ1oGwEzhVwvr7dxbsxv0W5ZvTLprC8e { width:4.1875rem;height:2.1875rem;top:8.1875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qEq9JyeTxnMThDdp6F5eOyNyz5uBhtOT { display:block; }
 }@media only screen and (max-width: 763px) { #LStdhXMOrJP4a5APdny7AZEZ9iTe0nni { width:4.75rem;height:2.1875rem;top:5.25rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pp3Lm2ZTgP1bzvPcSLPW690paKk1pl8l { display:block; }
 }@media only screen and (max-width: 763px) { #aC4L0usdt7U1Ciow2T4VB8wiA8bhpuiH { width:6.5rem;height:2.1875rem;top:8.1875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDxHVOVmuQhokk4RMDwk0EQVAVFeFT3T { display:block; }
 }@media only screen and (max-width: 763px) { #ucUyCaJh51sJUgnVHQT7UTe6eahWQ1W7 { width:16.25rem;height:3.75rem;top:28.125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JnRHr88dExXLTqyrupyRFD4lX6IWO7qq { display:block; }
 }@media only screen and (max-width: 763px) { #HaF1zAzusoa7woyC9lEmFf94PKPG55bH { width:16.25rem;height:3.75rem;top:31.875rem;left:1.875rem;z-index:15013;background-color:transparent;background-image:none;color:#37b7c1;border-top:0.0625rem solid #37b7c1;border-left:0.0625rem solid #37b7c1;border-right:0.0625rem solid #37b7c1;border-bottom:0.0625rem solid #37b7c1;font-family:satoshi;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxFugxJJ0orkhPP36B0Lzx9IrhrEPTMM { display:block; }
 }@media only screen and (max-width: 763px) { #tne0xHc36NL8I6LEA9Viuze2Rd1UdhcW { width:18.75rem;height:2.475rem;top:21.148958206177rem;left:0.625rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QmOF7iTy41arbl6WkDmr20x4e1XmfNvV { width:18.75rem;height:1.29948125rem;top:24.625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aan9wXXKCgA3TtI8yR696NV91l4eQuvh { width:5.375rem;height:2.25rem;top:47.375rem;left:14.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ln3Zvp4v5uOqIt6SNQDtFfWEfbCsIIyN { display:block; }
 }@media only screen and (max-width: 763px) { #SQ4oigMAFgvJ28myhdgdxTEBXTEAgF2h { width:7.5rem;height:4rem;top:0.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxqScsThT1ZlRGG1XVNaDzyrMG9aRutg { width:20rem;height:25.125rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #coFlElgtOb4J9o9LTOk9WwANsciO3XuI { width:6.875rem;height:2.25rem;top:47.375rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUTCscuo2CWo51HTvdzuNPr8zeyfxcMi { display:block; }
 }@media only screen and (max-width: 763px) { #L1VN7C5xEzpcLiSRJv9Kb3T9wlNyprew { width:6.75rem;height:6.75rem;top:12.4375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb7hZLrByTtVn5WybxmPkiClzKOaXNU7 { display:flex;width:1.25rem;height:1.25rem;top:24.628124237061rem;left:2rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #rOrMIeqp56phs7tzRaQ4CAT68gDM4MIz { width:15.0625rem;height:1.875rem;top:24.3125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ednmz186J1WTtePkmFyNaJ4JEV9zcHvo { display:block; }
 }@media only screen and (max-width: 763px) { #BJ3tJIiCn6AuzlSO4Iimmncv4CwGO7qB { width:20rem;height:14.375rem;top:4.375rem;left:0rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FKBLf2CTzDidWoxRzR590pITWSVfeyyo { width:14.375rem;height:2.7625rem;top:32.299999237061rem;left:2.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz { background-color:#1c6e4c;background-image:none;display:block; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container { background-color: transparent; background-image: none; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container > .video-iframe-container { display: none; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row > .video-iframe-container { display: none; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .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); }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAK86bRqkTQcxdJrcBBvMqNeD1LixntU { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #C9ymwCeb32VeJfxCQIQOUX2escrI0BTO { width:20rem;height:39rem;top:5.5625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UdCWgF8GzVQmMwCQNHzWrXPvFIzDS6zT { width:10rem;height:2.1rem;top:64.0625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ssgnh3AfFS7RTloUKhhZglzRH7ms0xQH { width:4.9375rem;height:5.6875rem;top:57.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALpUOyp52qtuRDoGhF5bFdmUhfQBnl9c { width:20rem;height:1.25rem;top:70.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJBvn0BLKfL2DbKMXJHUp9iAKozIsy8w { width:20rem;height:31rem;top:8.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #drs76u5U4kgabg3aEqbkQTfQvTierhFK { width:4.9375rem;height:5.6875rem;top:57.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7cT8npRpepU5eO8kWt4TRnTgqknQDwV { width:9.375rem;height:2.1rem;top:64.0625rem;left:10.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fuc79flxbA3sLF0fJmo8VUyOTqWzs1aF { width:20rem;height:9rem;top:47.5625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NaLbZQWIhNmzMbvWoxKI1g0Fip3IM8ae { display:block; }#NaLbZQWIhNmzMbvWoxKI1g0Fip3IM8ae > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkHbVfAJ1xqpEfr2CBoPTSbDVsJmXVSs { width:0.125rem;height:4.625rem;top:1.6500015258789rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9wNGWikSBZnv0Tyke6sSxRAioDcBR82 { width:0.125rem;height:1.25rem;top:14.762500762939rem;left:16.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ifkd7QsnKfA91sSwsx3CcBLhPVhActOm { width:0.125rem;height:4rem;top:7.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU4TzpTiDI89mJTf4buDgwXSaozMXSx2 { width:8.75rem;height:2.75rem;top:1.25rem;left:11.25rem;font-size:2.75rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wTFqvSGw8d7ODwmHepsJOwUBrNBsSMO1 { width:8.75rem;height:2.75rem;top:7.6875rem;left:0rem;font-size:2.75rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ulWuV3loRS0sNGReFAnG0GWnb7PFiIfX { width:8.75rem;height:2.75rem;top:7.6875rem;left:11.25rem;font-size:2.75rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PB0wWiFladZD1M7NCCs5fpWRIdMbgyyn { width:8.75rem;height:2.75rem;top:1.25rem;left:0rem;font-size:2.75rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nSV6pGUs4XKmEGaWWVzvS6vdCTQrOAlm { width:8.75rem;height:2.275rem;top:4.2750015258789rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ReC9AvxJIQ0q1DArum3D7GO4X3B7MTAm { width:8.75rem;height:2.275rem;top:4.1875rem;left:11.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NTQnzmAX2npb4CxH0RNk6Bd7PAEIVcsP { width:8.75rem;height:1.1375rem;top:10.71249961853rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F5LbryUqFgmJxIBiFQuAtTxbEUfQVpzQ { width:8.75rem;height:1.1375rem;top:10.6875rem;left:11.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TqgdluBVsQNCwH63CiGffKD5Q5mgh0GP { width:2.5rem;height:2.5rem;top:1.6000003814698rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4nJPJtGTcZC4X9qmJ2WxQRureAAwbHK { width:2.5rem;height:2.5rem;top:6.83749961853rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMAOkBXpqZfHBy6FsXzPmNSqTsSX47vc { width:2.5rem;height:2.5rem;top:11.887500762939rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h4Oo3tu5H5p9Kl4GohDZeF2HkztUtQ7b { width:2.5rem;height:2.5rem;top:17.099998474121rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { display:block; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { display:block; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXwTlzhUyvh8NypcvHzTIuWHvkuF2pVT { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrIr88RKHso8ifn9DF3gU2RlHo8y7qZQ { width:20rem;height:0.125rem;top:3.6500015258789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OevOQO2WmKb1n1cXfaJsWbxgl79CSTUb { width:6.25rem;height:2.275rem;top:0.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpsoOSwIbgJZsIwKbaTk1QvR3IWXMTZO { width:6.25rem;height:2.275rem;top:0.6875rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVZ8FpUOBMKXNJJlZ6KwoImtL1uQC5xg { width:6.3125rem;height:3.125rem;top:0.33750152587891rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQOi5FsehTOdUzKZEXBsxusVOaa75B76 { display:block; }
 }@media only screen and (max-width: 763px) { #ahHzI7oUHV7B542cDVW4Il9GwsI5TvAt { width:6.25rem;height:3.125rem;top:0.33750152587891rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0b1eXlV6nfPxipvQaopTK2T1tfVquFz { display:block; }
 }@media only screen and (max-width: 763px) { #TH64Bi6UCJ9pe1lUvHETPQS7ApaycdSL { width:6.25rem;height:1.1375rem;top:1.1875rem;left:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8oaRNLl22Lw6GZr1vV0aHX6H80TOQJU { width:6.3125rem;height:3.125rem;top:0.3125rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9gwD41B2bRZB5hIqmtnJxUpwJaJNVrd { display:block; }
 }@media only screen and (max-width: 763px) { #cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { display:block; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IP1T5gyWwqR7wGCduFGAQOyQNTphhLrs { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgAhRtsGQy6QHe0ouePTGXlUvWkpDQKi { width:20rem;height:0.125rem;top:3.6499996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bao2MTuPg3JX5S94vsFnMgKQHJAgtQd6 { width:6.25rem;height:2.275rem;top:0.75rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BxuXe6MDcCn4L8gkkudqF2kX2Py8VphI { width:6.25rem;height:2.275rem;top:0.75rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdllrgeCgKe1l73RvpsL37S6BDf3gdSx { width:6.25rem;height:3.125rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #frZgI5xJblupE2Fc8cdTayOILJpgef8p { display:block; }
 }@media only screen and (max-width: 763px) { #wJJ2btW7OCh7im1zPZBMgsHJHosRId0b { width:6.25rem;height:3.1875rem;top:0.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkqSzFyop8WrZklfwJMUo35Ibvii4TSv { display:block; }
 }@media only screen and (max-width: 763px) { #Dw9s1CM0Q65lyXrRfIpJKVl4b1glZdwn { width:6.25rem;height:1.1375rem;top:1.1875rem;left:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEbnMy71k3IJpHZqs6evluXyEWgur7Zw { width:6.25rem;height:3.125rem;top:0.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKc2MMEIgcN16R69vPvnDEPIr2iUmNIN { display:block; }
 }@media only screen and (max-width: 763px) { #wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { display:block; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aA9llxcelB8Owf6OI0rrtLazC76sDBAO { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnW6eM6sBzGEcPKUdZQXcpJSZFEINOK3 { width:20rem;height:0.125rem;top:3.6499996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyrQw9Dmn5XTRiFfmwcZm8Cna1EP01Xm { width:6.25rem;height:2.275rem;top:0.75rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #l1QUkcGM7Gsva7V3SZlFnnOEp5PvJCdD { width:6.25rem;height:2.275rem;top:0.75rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwSURKVxdXhzfgiaGQk1DeUFKRLC4Mar { width:6.25rem;height:3.125rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUEdAXAlfGN93BgkgeuRGW1HQtyoQJDo { display:block; }
 }@media only screen and (max-width: 763px) { #x0lhN9Q8QXWSTPL216Tat9WWR4NSUb5h { width:6.25rem;height:3.1875rem;top:0.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTtnR0qTM9G2V5IqPH5D3MFeqRkcFXoL { display:block; }
 }@media only screen and (max-width: 763px) { #sVbnO4FLviEGTGWLTTvzc8NbnFbc6oJo { width:6.25rem;height:1.1375rem;top:1.1875rem;left:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq8KalWoIq8MSMyavXPkwEtnKhpTVpf7 { width:6.25rem;height:3.125rem;top:0.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB9g64ftyHiZlHaJzEgsLycgg1SuQWqA { display:block; }
 }@media only screen and (max-width: 763px) { #TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { display:block; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtvyyN0USyvGyumtdKLNnDVwSvceF0OW { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wqXGRhZy0GZn8lLH4CqyHBhgZKwgSDyq { width:0.625rem;height:0.625rem;top:3.6500015258789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkcQksJirl0CXmgQnc3Io9k7II4iVHKL { width:18.125rem;height:2.625rem;top:3.3375015258789rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AwwkgJVznSuwbagEqLQbWTXS44b9hqfJ { width:18.4375rem;height:2.6rem;top:7.75rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #emG3kkQrqTyg6heruxyNDHuL49f3yvAv { width:0.625rem;height:0.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2GpzGSTlrD8CNQTfoeqePouUVwgdTxv { width:17.8125rem;height:3.9375rem;top:12.125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QvNEL2TdLHDp6Xna1wv7FTS85Br9Ratd { width:17.8125rem;height:1.125rem;top:16.387512207031rem;left:1.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q1P7cSTD2odryiA4lp3R5bMKxLEuo52L { width:3.75rem;height:3.75rem;top:3.2750015258789rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTTGyH1ezUWXwwAwXtUR63mgser6EhTG { width:3.75rem;height:3.75rem;top:20.4375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xr1rT5SkxCOOB7AlIVZ0nIyuDzFrrTDZ { width:3.75rem;height:3.75rem;top:43.525001525879rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D6WfUwUVLrrR35me4RTzlyfS9Dfct6la { width:0.625rem;height:0.625rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlBHAhQop5cxyupsRtTO7oSuc5UBxTIG { width:18.125rem;height:1.125rem;top:22.75rem;left:1.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qyZlWylCH52xd4NZlUDOA984a3k1trkI { width:18.125rem;height:2.625rem;top:19.875rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VLQMF5O8xbF3lrn4FphKpg5CN08tJlMo { width:3.75rem;height:3.75rem;top:88.3125rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s0yhgZWuokRWemdhPtXQ7LnnEkKkvxHe { width:0.625rem;height:0.625rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DATcrZ32cADFWhz7QW1M6J7Qcp4Lb9Gd { width:18.4375rem;height:2.625rem;top:25.625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TtIw0NUETT0Z3WvE62ye8CXdBVByPHh0 { width:0.625rem;height:0.625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL5Ruid3K8A7aaH9eiyHRLaZhCRMMdbv { width:18.4375rem;height:2.625rem;top:30rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #orZDy9s2MPh5TRC85BdhTZow3Liy83MM { width:3.75rem;height:3.75rem;top:97.050000190738rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fqGB9pNJm8tQzJAnQ8QhzssEL35bFnQx { width:0.625rem;height:0.625rem;top:8.125rem;left:0rem;z-index:15012;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { width:18.4375rem;height:2.6rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { width:0.625rem;height:0.625rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { width:18.4375rem;height:2.625rem;top:4.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { width:18.4375rem;height:1.125rem;top:7.4499969482425rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pPrUxBBXGnHZFD1xJPciqVcdfXsg3Lby { width:3.6875rem;height:3.6875rem;top:9.75rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zbV5AuJaA3GdMSe5c5TMKyoeeqJNhm3y { width:20rem;height:4.9375rem;top:3.6062469482422rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P73bTMa8n9AUkqbseEsPMv8gApvr8iax { width:16.25rem;height:3.75rem;top:10.418746948243rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJNlE8GC3Uze3S4E4mH4qxfPKBJeyrG3 { display:block; }
 }@media only screen and (max-width: 763px) { #GqDQqXILLobwHCWPvNdphBBkH36LPtCI { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15013;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { display:block; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GU5eJDIn9iRtNNLbBXqpHTGTcWRJqUO9 { width:18.4375rem;height:2.6rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qi8XHTp5bb9UrKTGPUks7dNVrPi3hJgy { width:0.625rem;height:0.625rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7U44x4eiqpaogcPhmxGVPsTpKcd5Wrv { width:18.4375rem;height:2.625rem;top:4.5625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B8t78i77emTraHZPEeTmlngWvsDOoXmA { width:18.4375rem;height:1.125rem;top:7.5124969482425rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aDtHxWTL4pU9tnfUJW4fGEvSUpeKLGCg { width:3.6875rem;height:3.6875rem;top:9.75rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oq1K1KJiF3MBqArH9DhXdPXcLTLgZBTJ { width:3.6875rem;height:3.6875rem;top:22.606246948243rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #byTsstiNkTbIP7HpIQV4Bg7XrL8v6MA3 { width:0.625rem;height:0.625rem;top:10.668746948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdzZF96shR9TBxAno92d1hhb2HNN9NJ6 { width:3.6875rem;height:3.6875rem;top:32.900001525879rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPmSxCcM82eOmmeW0q7eHxPuThVaXXp3 { width:0.625rem;height:0.625rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwbIkxmBiTK6ip0VnwFcAbuaHThxg7Fs { width:18.4375rem;height:1.125rem;top:23.75rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l97b7CsGDxq5hr6p8JoP9TGUDdHWAVXD { width:18.4375rem;height:5.25rem;top:18.1875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #saLBJObtzs3ZUAepBC6SbNuywAokZcw1 { width:3.75rem;height:3.75rem;top:77.25rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GH7ItbTTSnll7CMgNSzymIsMUnJgLl3b { width:0.625rem;height:0.625rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1NU5uZev2rS3rK7H61elXGxVe6AlwGA { width:18.4375rem;height:2.625rem;top:26.3125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kFPSqRrfMplinsqtn9oypuxoEaK4Osh1 { width:0.625rem;height:0.625rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXiuPg3NqDgXxy9Fxr066kQyddD9ZmVo { width:18.4375rem;height:2.625rem;top:30.6875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LTddiCqGCHBDNp5tAASzKSCTyEbsVqTF { width:3.75rem;height:3.75rem;top:86.050003051756rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0U23n4wtO3COvufErATvThn6ZCxeBNQ { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15014;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PdCJOSQ7Tdd7GXmi8sa9s6tgTm7nwfex { width:15.375rem;height:1.125rem;top:15.487499237061rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OsO5bQwmHO9TTJT4dZBZu2e7FVOzsL7z { width:17.5rem;height:5.25rem;top:9.925000190735rem;left:1.53125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { display:block; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4KpiMJcG2hdP4DWZHxObn8yygq0BI5z { width:18.4375rem;height:2.6rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D3oxkfqgRP08cBVS7LN7ZdHqQqoc95cv { width:0.625rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LngCq2bUMmQXAOmBO6hWwIS3dl0tM1gN { width:18.4375rem;height:2.625rem;top:4.125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I2g2NG4a6JSrnrcixmdU9OJo8ZB9fezC { width:18.4375rem;height:1.125rem;top:7.0625rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sa0Edyu5y5zJDPNssyiMuN5XsX2if7DP { width:3.75rem;height:3.6875rem;top:9.625rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CH2UynWKlcOq57Ks3ricohddennmCTJL { width:3.75rem;height:3.75rem;top:55.149993896484rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qBE1HlROxpJkmwyK2LPFNUqBWATWdZUn { width:0.625rem;height:0.625rem;top:10.337493896484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0Ua5t1SHUEq74dWC4TFsssR0xRiK95U { width:18.4375rem;height:2.25rem;top:17.012496948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eCf9syRNrHEH1qvoLwWR05ZngHSJ3LsI { width:18.4375rem;height:6.5625rem;top:10.087493896484rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Iunx91UZqPVAU9bH2VAvcp42yy63MMhi { width:3.75rem;height:3.75rem;top:75.5625rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MkkrLbEI1ItL71hoVvwCD13SaeEN2zNX { width:0.625rem;height:0.625rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCBL7iDsafqxTTGsGOvsZlnA1PVmDUva { width:18.4375rem;height:2.625rem;top:28.375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k3O2nXPI8kVJO8Pu6hWD3bcWne2Gh93I { width:0.625rem;height:0.625rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTAhdVRf62SyvJDSCC7P60uk4dUdeE7R { width:18.4375rem;height:2.625rem;top:32.737499237061rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C5P5BMgS7X6QqCCk1yE4dsyteP31sbV3 { width:3.75rem;height:3.75rem;top:84.300003051756rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OuGCKPfyF6PXIPfXLhAssOc3SZRwtg07 { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15015;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yr9XCopnUBUXHrgA2MVzRNaatcOaXgSM { width:5rem;height:5rem;top:20.375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LCQndHDtUBKpu7UHlObn1EdOtWElHTgP { width:0.625rem;height:0.625rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwIAK374cKwQUUbEpdx6Q4q2EhVSKAR9 { width:18.4375rem;height:1.125rem;top:25.3125rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lr0EwBTM1O3nIXT8H1DcDU29CVUZD7DQ { width:18.4375rem;height:3.9375rem;top:21.0625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m2QDfsN03g7anKya4vm5RAol4aAdrddi { display:block; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slEhUluQuhf3eshEl5cD7i95nCqpgl5I { width:18.4375rem;height:2.6rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rHXiWhxz1gQKIrF0XLCarANFaihJR0rv { width:0.625rem;height:0.625rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSZozqr0atpTrPb5bNbOo0eGX2DQzAA7 { width:18.4375rem;height:3.9375rem;top:4.1875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oCrbuuHS6cSSG5fzFHOv3LQ7dqIRenHU { width:18.4375rem;height:1.125rem;top:8.375rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R39k7uHq8VoOVZ8CnDpHTTglBAzMQJVV { width:3.6875rem;height:3.6875rem;top:9.625rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eP93cOkft6rr8yuzZkoRB9G2koTKVOPG { width:3.75rem;height:3.75rem;top:55.149993896484rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OCRSM5mTa0ISBikA4SI8kpzBcpp9ukpv { width:0.625rem;height:0.625rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLLVBHzx77UdiNv7LyJkXTGGq35u0SWl { width:18.4375rem;height:1.125rem;top:16.0625rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #paCMuDKHlgXyoWdD8qiBypKfOxbkEVkc { width:18.4375rem;height:5.25rem;top:10.8125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZGpo9VlCMERnP6QWotyf2kVJahd13OQU { width:3.75rem;height:3.75rem;top:75.5625rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwF8Bd77f2Ah6EKBQ4kCwRWZtVUgvsdM { width:0.625rem;height:0.625rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIAfkB8TcV3Xq11HkSJXwCIIzMGBF047 { width:18.4375rem;height:2.625rem;top:18.8125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HrJPdRdLc0z3bmFXcLABNCVf8RwVATAX { width:0.625rem;height:0.625rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzSEK3tWFyTEgQJLfeyDDStNyTguR57r { width:18.4375rem;height:2.625rem;top:23.1875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dDspuJ776fskQp3N5rIpGP2QpVdt2zKq { width:3.75rem;height:3.75rem;top:84.300003051756rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJdoJUTFMFps60N9T5k2FeUpEUFgSylc { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15015;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { display:block; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4hQuULb86Ht2pHdonfu1816lmSdZHqr { width:18.4375rem;height:2.6rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ICWv8GbfQUwyziqwqR9MovTH9PsTpRtd { width:0.625rem;height:0.625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8NOH5MXLZSMwoOx6fAqvAwCU9VmWZav { width:18.4375rem;height:2.625rem;top:4.3125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KeVuMwATRJ8t5xrhgevFyxVuOtsQiLNr { width:18.4375rem;height:1.125rem;top:7.1999969482425rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UH1bgsCqGFpg7tXCJbCRPSxTmFuSfw3O { width:3.6875rem;height:3.6875rem;top:9.625rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SMuzv9KZH2AsNyMha203zqGAAuTlzLOs { width:18.4375rem;height:1.125rem;top:12.868751525879rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JQdylSiwI2iAF2gKJUAo40UJnVbHVmSf { width:3.6875rem;height:3.6875rem;top:22.481246948243rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eIDMTrcTeD4r0FgT9CpfSegx5IXqbTat { width:18.4375rem;height:2.625rem;top:9.9187469482425rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aOTVvF0nb4Mk7kF52lAWHdQNGyEJCHBe { width:0.625rem;height:0.625rem;top:10.293746948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrbq1T6ALw6LsymPVzoXpD3bMEyS3JTF { width:7.375rem;height:2.1125rem;top:15.981246948243rem;left:1.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KINrGZ9MOcEF4xhbOShOPUwUnenLzNy9 { display:flex;width:1.5625rem;height:1.5625rem;top:16.275001525879rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #c3tsmUv9wTD00WZxVzeU14q7V86z09Z6 { width:7.375rem;height:2.1125rem;top:15.981246948243rem;left:10.875rem;font-size:0.8125rem;text-align:right;text-align-last:right;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #o0d0KVodfRpVCrlAiaTL7Bw2WlInlBfv { width:8.875rem;height:2.625rem;top:15.724998474121rem;left:11.125rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #ynW3dOd272PCtg8CvphGiD7HqrsrW3IV { display:block; }
 }@media only screen and (max-width: 763px) { #R4gGQCebB8rDZIh12FzG7GcCvhHWTusL { display:flex;width:1.5625rem;height:1.5625rem;top:16.337501525879rem;left:18.4375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ozozRJVt2qbuHr8hpGElnMRzicTtFmHr { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15016;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { display:block; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQ6ySOfNH20mruhfeTWSne6xDhmsZahH { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #POT7drRrue2IJPKgHNp1e4rcqT4E1rIw { width:18.4375rem;height:2.6rem;top:3.3125rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S0DpKXJHBcJmRdQuJ28S0OpLMDWmrwbk { width:0.625rem;height:0.625rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWOGdBJsmCLTuGDTBAK6iNv3nhn6QMtJ { width:17.8125rem;height:5.25rem;top:7.4375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vsZtwE3TgHH6T4395iSdgorx2u5ehmbq { width:17.8125rem;height:1.125rem;top:12.949996948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dGWaIqt12DRrmsiMoRwCc8lXy9LvIFRS { width:3.75rem;height:3.6875rem;top:20.4375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ar2dMP1gUMJDf1c9Exszukue6elOBnuW { width:0.625rem;height:0.625rem;top:15.818756103516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP6bWW96mtkUkrFHBrJpxn5n5bu3IUdt { width:18.125rem;height:1.125rem;top:19.75rem;left:1.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sU3rSx5xPMuc9khAJpzTP02UTZD7tlVT { width:18.125rem;height:3.9375rem;top:15.5625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kpa4zANcbcrCcTh2TyDBJXkn47WVZdaJ { width:3.6875rem;height:3.6875rem;top:55.006248474121rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3FC2q8PklxAegLWwVFAXkzdHOpvmAwq { width:3.75rem;height:3.75rem;top:88.3125rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QNO6T06LbqEMfkcbNlOcsAVFcx49adyO { width:0.625rem;height:0.625rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIWoXgUi0Vm7v58IWTpM2HUoBZc38IyE { width:18.4375rem;height:2.625rem;top:22.75rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hSrzzNd6ZR9d6iF73BdrHnOAEbWOr0ka { width:0.625rem;height:0.625rem;top:27.425003051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvvGWPhC3s1EI3Cc5PMgOaqae5ewZ4Bf { width:18.4375rem;height:2.625rem;top:27.112503051757rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cTAux6yS3ALzV8L3B1fwFf0hOZmbu4un { width:3.75rem;height:3.75rem;top:97.050000190738rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A36OdTVnAZ2lvS0eekwNURA0cyotSeHo { width:0.625rem;height:0.625rem;top:3.625rem;left:0rem;z-index:15017;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { display:block; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlPXD5c51JpnSn6DFrhPK0dwzUF2Ttzg { width:18.4375rem;height:2.6rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D84KaFgEyVgIgt8SNVdoTfDRqDu0nTQs { width:0.625rem;height:0.625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPy9LSgNEm2ewFt0f8bMD7w80dG7gdcc { width:18.4375rem;height:2.625rem;top:4.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B124gQfKTzh5OcnkW1KHph3kzN9AL7P5 { width:18.4375rem;height:1.125rem;top:7.1374969482425rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hzbr4AILe2meGHL2k28ApcBmhvh5b1hU { width:3.6875rem;height:3.6875rem;top:9.75rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSgoUReVBxHKwICMomGaql6s9FTT1b6A { width:18.4375rem;height:1.125rem;top:15.5625rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QuPnva8lxeoNuM45cESULeHPqoXS0gcX { width:3.6875rem;height:3.6875rem;top:22.606246948243rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kNihfDCafvuTxveqzSKQXH2HxbqxiE8v { width:18.4375rem;height:5.25rem;top:10.231250762939rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CwPlAgBcxbcT20U2FLLFsOKUmkKrWOX7 { width:0.625rem;height:0.625rem;top:10.231246948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8T964IbRWzBctAQkpK2qkzNyuWCDW4N { width:3.6875rem;height:3.6875rem;top:32.900001525879rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9iiF77JA89f4zAaBkyz6IqHRSlwW1FZ { width:0.625rem;height:0.625rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVLDi0gVggZyCau5LIfqrrA6iNllC7kS { width:18.4375rem;height:1.125rem;top:22.625rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FJihzD8n7TsKe94OEN2hOTNTBIAcerDV { width:18.4375rem;height:3.9375rem;top:18.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZFI1TRIPb7CktlfP7OOLhTTS9EiU4c35 { width:3.75rem;height:3.75rem;top:77.25rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V6NN6KOwMdgVnVIHq2fvcqtARk5dfTsO { width:0.625rem;height:0.625rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4uuLZ5AeV4fycXnJEdlwf7AUs2PIQW4 { width:18.4375rem;height:2.625rem;top:25.625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tk10VqWQwgr6FxTSh04iQ35GAAnFe0lF { width:0.625rem;height:0.625rem;top:30.487503051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDfDIFHZ7dWUTL0sxhftEAnEMtLeLPyf { width:18.4375rem;height:2.625rem;top:30.112503051757rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tuvc3r0XJqKTTwLOsd8h3zR8IA4s4ELE { width:3.75rem;height:3.75rem;top:86.050003051756rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oRoHxD9nHOKwUrpO3homxN7IWQI4b3eN { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15018;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #o0u1gC6bmLQok4tWP39Z882lBlFpe451 { display:block; }#o0u1gC6bmLQok4tWP39Z882lBlFpe451 > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nk4TCfgwpcv0k6yf3BgXvcf4QGOCdbqa { width:18.4375rem;height:2.6rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cnt2QhPzBdIVTueeuVAoqJL3gQJqP0Su { width:0.625rem;height:0.625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCZJfZOZCb5OzIcblOXgR3I8C58fivnJ { width:18.4375rem;height:3.9375rem;top:4.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fsaOztZLvDcy39XT3Wd3v8KzsxQzsARh { width:18.4375rem;height:1.125rem;top:8.4500007629394rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tm1My24dDAfZTtTW82lxTQab9SNMvezs { width:3.6875rem;height:3.6875rem;top:9.75rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHdz5aM7XB3B2yis9vVfefWAOAniMDUZ { width:3.6875rem;height:3.6875rem;top:32.900001525879rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uBPAFfXhiCFBSLfMheVSgU9KfcTHbBzU { width:0.625rem;height:0.625rem;top:11.900001525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #keHR10ThKfXLqqlFeeylkoLQG6IeXVKW { width:18.4375rem;height:1.125rem;top:14.462501525879rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iOieMdEkmNVDEVZTw0MQ1Oumq3TofQky { width:18.4375rem;height:2.625rem;top:11.587501525879rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jv5fHmLUKwoZTF068nSUgqQmI6sbSGMP { width:3.75rem;height:3.75rem;top:77.25rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z2RUAlDqnPhoo2ErLI6ATRQJDBehuUxm { width:0.625rem;height:0.625rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6LWSbwBORQaSltrH5aJoDs7pd1U8gwK { width:18.4375rem;height:2.625rem;top:17.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XkwwM7A1fTVSMr8Lz40eRiL9B1ZEUK6b { width:0.625rem;height:0.625rem;top:22.362503051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHdTahmby1A2b9P1GFQlFyzSZtAO3kRA { width:18.4375rem;height:2.625rem;top:21.987503051757rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wVfLnipysOkpUl3k6QKUWFvIO7HMkWB6 { width:3.75rem;height:3.75rem;top:86.050003051756rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #csduUmF6nUI6dk9GANpX46GF1ax5BGSr { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15018;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { display:block; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container { width:20rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVLiLOK8MsrcsF3wQIyIzEcZedqiCI2J { width:18.4375rem;height:2.6rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rg9y6cDz3uBUVIrTTHW0Ml8nKTxHgXdU { width:0.625rem;height:0.625rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV7K17TCtifwJwo98H5O345wF6BOgZkm { width:18.4375rem;height:3.9375rem;top:4.375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LN6XrH7TBeyWhmcpiU4l5aV32LmoTN6S { width:18.4375rem;height:1.125rem;top:8.637499809265rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #trTQJvVuzd9zPklIhd9XsK3DcH92mrOE { width:3.6875rem;height:3.6875rem;top:9.625rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #niWENRmZPT188Vf8UHCKLXJyK7V5Gd5A { width:3.6875rem;height:3.6875rem;top:22.481246948243rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fa1mdw32O6Z2VRraihN9k3HrVvfDhDVc { width:18.4375rem;height:2.625rem;top:11.481249809265rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KBnFQZxHsvkHOWdlKPyFwApScvcsopxC { width:0.625rem;height:0.625rem;top:11.856249809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8mPwHtgSgT8H88wzTTMBBdxrs0fQNs5 { width:0.625rem;height:0.625rem;top:25.38125038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRdRFNMNhpWLhUM8wCmDz6S92FBm9ybE { width:18.4375rem;height:1.125rem;top:29.11874961853rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cRJELadnml3PkQeTgOQ4DiyDuAMoh6JW { width:18.4375rem;height:3.9375rem;top:25.00625038147rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #plEtkI0EttODQZTple62Q7eyKlaaFVoO { width:3.75rem;height:3.6875rem;top:35.193756103516rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LGUbexDxP9gmvlerlETDdiHoUSx6SUwF { width:7.375rem;height:2.1125rem;top:40.981250762939rem;left:1.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FWk58BcaT5MKBqdQhodStKRIUXGEVltz { display:flex;width:1.5625rem;height:1.5625rem;top:41.275001525879rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #T2xxA3sFv2gOsDZWpHm9dbX9JSNtl3EE { width:7.375rem;height:2.1125rem;top:40.981250762939rem;left:10.875rem;font-size:0.8125rem;text-align:right;text-align-last:right;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #caFsuBGXxsqOC0XWRMSSkMn2JRsNZu4g { width:9.375rem;height:2.625rem;top:40.724998474121rem;left:0rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #SPsLICgI5GwKrFRJneW8x9TnTCaqWTHX { display:block; }
 }@media only screen and (max-width: 763px) { #mM98kPnSTiq24cz9fHGVdpGiwigJGpV2 { display:flex;width:1.5625rem;height:1.5625rem;top:41.337501525879rem;left:18.4375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #SVtH3hCAAn7OyLqzLobfMyzFU0xoIpDc { width:5rem;height:5rem;top:20.4375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IkSXBb41ZciI50zGqAai24zvxthkUh1Q { width:18.4375rem;height:2.625rem;top:16rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lIQA6zKH2tJE3FrE3hccmyMrmMzf3wb0 { width:0.625rem;height:0.625rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUSHMzCBxUX2gUI0dHVWSSHC3WbKwR0J { width:0.625rem;height:0.625rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIO8z0u5ASlIQTk2DmxDcegPn6aDa4WK { width:5rem;height:5rem;top:48.875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #r4K7TmImTpLeQz07KB7RP78BSIuS1vOT { width:18.4375rem;height:2.625rem;top:36.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UmQrmCdIIOQDn8tqlkmBytxFBTptEI38 { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15019;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MGXq8r8vW6Or9AbPZ6MsK8DAbptcKJ34 { width:8rem;height:2.6rem;top:20.662498474121rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hh0TfsRTvEGR2pNUpMTRzeQVtGlTCPlB { width:5rem;height:5rem;top:41.375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vx8B6PPqsorpbAbX3swtWiVsfQHluszt { width:18.4375rem;height:2.625rem;top:32.125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #igblTsQEVp0ZBweUpWuJlH07kmwG5rDC { width:0.625rem;height:0.625rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff { display:block; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .row .container { width:20rem;height:319.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWiiyLx4VEq90TVvlGZawrXHTaZTaxsl { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #awFi4ZQE8ToRpRRcSqiNBOTgthvqof9V { width:18.4375rem;height:1.3rem;top:3.3125rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NeZ7svEdQOoZ8LeVWtQz8bed3Bu85P2b { width:0.625rem;height:0.625rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKnIc7B4C3EMxspBby8dnFwomTHsbnZb { width:18.4375rem;height:3.9375rem;top:6.375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RvLaox3c9a5kuPQOahVT5XpfwMAre8qV { width:17.8125rem;height:1.125rem;top:10.574996948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qIJ2r2y0dqGki88xfLnXi1IACHiOrSLA { width:3.75rem;height:3.75rem;top:20.4375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4kR08Zu2ytmWTqsGtsHNF9GB2D5RkJf { width:0.625rem;height:0.625rem;top:3.625rem;left:0rem;z-index:15017;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Nkskr8P3HTd3QKew8Gl1D6CSRhnqtvx1 { width:18.4375rem;height:27.3rem;top:15.949996948243rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #epfi2NLJtGLIPDaxLpIHkUhktXhXc8bD { width:18.375rem;height:28.6rem;top:54.0625rem;left:1.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tA4y0tBm01STJ9I5qA2M5BWspfh9FKB7 { width:18.4375rem;height:1.125rem;top:49.1875rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bcTcQLvPDZgdQqXOTWUsQGgqgz1TRZyr { width:18.4375rem;height:3.9375rem;top:45rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TVWUdQIqlPn1zgoK7IRNxNvqDo5teZDr { width:5rem;height:5rem;top:33.5625rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #E7wTwJpWfciZeBcmL2VHhRoRIc3M3JeQ { width:0.625rem;height:0.625rem;top:45.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n30I6p86ZrTBBaVLoAtxDJKrpJwFCPHJ { width:5rem;height:5rem;top:61.625rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTPVs5RlOnqM8oJURgseWCNGa0JQSZKO { width:0.625rem;height:0.625rem;top:89.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #audOfP7FFgWl2Ah83h4RL5rBTolSgZsO { width:18.4375rem;height:39rem;top:102.5rem;left:1.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w0qKnGzhIkXTaaQTTVwTwB49NX8GTtxo { width:18.4375rem;height:1.125rem;top:97.6875rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ziy8tZZv4JGnFmXmeDevEcLe529mwQea { width:18.4375rem;height:7.875rem;top:89.4375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lWaZE9NUG33I9LkbyWiTswAbUUUe36Mm { width:18.4375rem;height:1.3rem;top:86.375rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QXwNOZs52IpilCafU9DTlhDnphwccOPB { width:0.625rem;height:0.625rem;top:86.712501525881rem;left:0rem;z-index:15018;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #grZ4Qn7KnLHvayo7KiRg5akBmGZkD2W2 { width:18.4375rem;height:22.1rem;top:213.375rem;left:1.5000000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lFzinT6A6K1GbeLWSnhWrIIJcltAiXSh { width:18.4375rem;height:1.125rem;top:211.17446899414rem;left:1.5625000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oJU52PkLeNmSulqszFuTsM6ZedaiJoXf { width:18.4375rem;height:6.5625rem;top:204.29948425293rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sb7qWVNx34Sbe1XXc8FQCRubT4yiez02 { width:5rem;height:5rem;top:124.25rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kSJXKL3MmFXHCmTGI4pnLNZUGiuBIBDE { width:0.625rem;height:0.625rem;top:143.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOA5bRx1LHtEoyLGowSUGgB8Up3T4nmA { width:18.4375rem;height:22.1rem;top:252.375rem;left:1.5000000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WaoEsch4wqr9gD1KGB9yOVsOTEyFx8km { width:18.4375rem;height:1.125rem;top:247.27432250976rem;left:1.5625000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VRhTHf5MTXxakqL46uweR8bXOLbRav9O { width:18.4375rem;height:5.25rem;top:241.71182250976rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mu09vdlmUQTRwmUmeUyxOIlVaCLAKVaU { width:5rem;height:5rem;top:152.375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDqrbtTyI7lcHHyLSAed9DPLWfF25zME { width:0.625rem;height:0.625rem;top:242.08682250976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzsOItHmxiJI8WOGiyD5WaFBc0mnTSHx { width:20rem;height:0.0625rem;top:84.362503051756rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMzDTb7hTpt1qQ0Kh0lHBtoThU2L6GJo { width:20rem;height:0.0625rem;top:236.94964599609rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXHOfHrMaCio8TkkV3virIekbSwCrXe3 { width:20rem;height:1.29948125rem;top:238.63714599609rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UxiekBeTVRmtaQCWnqoWB3efcscf1h9f { width:18.4375rem;height:29.9rem;top:288rem;left:1.5625000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TrKg5VnDS3EQItd7bpk7TL6n2dokhQLG { width:18.4375rem;height:1.125rem;top:282.9375rem;left:1.5625000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yDGmP6T8VXqFGv5JD7yB11y9LqcEbrnT { width:5rem;height:5rem;top:172.875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZEalbaF36VACpSS0OhDUwBJpcFLtT34t { width:18.4375rem;height:6.5625rem;top:276.125rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AxFxVDoNJSVdCcP33MdA3nRKCEun95ud { width:0.625rem;height:0.625rem;top:276.52432250976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikb0WQu89sARQQPMxR5DyT2aUUMkw6dW { width:9.375rem;height:2.875rem;top:12.262496948243rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxRZkBHwuAMBAbMM5yHA7iJFkfXh5OZu { width:13.75rem;height:1.75rem;top:51.324996948243rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI28nwf3yEcdl150ZZHgkowSUT2zihvO { width:7.3125rem;height:1.6875rem;top:99.662498474119rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJqZ6FVHia2JB3fpuLsEuIBvJPaPJX2M { width:7.3125rem;height:1.6875rem;top:249.4375rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0WC1AoTkcLGQ46HmAIromdhrfRCTOKJ { width:5rem;height:5rem;top:89.25rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wm50JbVdhm6KPBhpPfbyZiDBsciDpJkT { width:0.625rem;height:0.625rem;top:204.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtRN254TPKm4wJgS6ZK21cIL37LXvC29 { width:18.4375rem;height:46.8rem;top:154.9375rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t1lvqpiTzkPBcVvxeLnWJR7P5ssFZ5mM { width:18.4375rem;height:1.125rem;top:150.125rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gKQepzIGPbheTLhULuZNamnQKWaLXqUe { width:18.4375rem;height:7.875rem;top:143.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pb9VsN6U0VgIRIP31nTx3QloNMInlS3G { width:5.25rem;height:1.75rem;top:152.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBG77kaOB4kVvOsngTQLtDXN227CQSWO { width:3.125rem;height:2.9375rem;top:284.625rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { display:block; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-number { padding-top:0.35625rem;padding-right:0.32875rem;padding-bottom:0.35625rem;padding-left:0.32875rem;width:1.96625rem;min-width:1.96625rem;height:1.9125rem;font-size:1.423125rem;line-height:30.6px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2225rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.62375rem;height:0.755625rem;font-size:0.53375rem;line-height:12.09px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v { display:flex;width:14.5rem;height:3.603125rem;top:3.1875rem;left:2.3500003814698rem;padding-top:0.375rem;padding-right:0.4rem;padding-bottom:0.375rem;padding-left:0.4rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #PhfEqz8nSXBp7x46dGuZMw9uprgRrQb7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #ae2kLURWCMowab4Z1n6EHMUr9XcuETzK {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #aBq9ZkM5zTFRVafFvPIHJRVuDCbK6fWO {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #CtMSdBB8XUZxLoAaZuDECGoPMKBMhI0x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #kkU7uFu0od8TQUmnNC6F33hIeKrAiLhV {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #xGah028TGr5WQqMLz9gWTdg7LP9enJvH {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #DTD0Z8NScLJGqxX9RTHZfqK5MzOQRUOI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #exP5b1R63EWvdGhTgU19N9vm7LgrOLAN {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #yDqDK1PCu79Qrr8Sa5uAhtHEMuCFCfo3 {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #OtX677THblmnF8vymPF9KAwJnptgcJMg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #hsvpIKqO8MZFUytF1qZLAyXWudIdM5XE {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #WED1gVvcAog3gfOv0bXbqQoRcnfSZXZU {  }
 }@media only screen and (max-width: 763px) { #bm4NRCTaVKuNhKzpb7yWyc0Wxn8ydO8m { width:20rem;height:1.1375rem;top:0.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmxm8BdulBWZNq6aFOtrDtKwuGi8gtcV { width:15rem;height:1.25rem;top:0.63749694824219rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #blAn5xV7nPboBSkS9MiHQ2my5SDvw2Qg { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXFz6oDFTCn9KalIkOJhgiUDvSNh5qLe { display:none; }#KXFz6oDFTCn9KalIkOJhgiUDvSNh5qLe > .row .container { width:20rem;height:46.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mUXGIhzyRLTq7QodOWvAnRUzaSySmX5y { width:20rem;height:6.6rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:400;font-style:normal;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #R1AfUJJHakNW3yfnpxbkaNd4vTSvShNF { width:20rem;height:1.3rem;top:9.4437484741213rem;left:0rem;font-size:1rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #vEN6NeOAhCbgcPyy2dCdGHqZ3RNiTD7f { width:7.0625rem;height:11.0625rem;top:2.8187561035156rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v3U35B2KnXzMrSTs7irsLQpZbEKRHLcE { width:11.375rem;height:7.5rem;top:50.125rem;left:1.0791664123535rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #V621NqBTk8pBbkesuO2PT5e0ueZgKnn9 { width:20rem;height:15.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeZ5irlSXqaPgdzJDDsrQ2WxBvEQLuPE { width:20rem;height:2.4375rem;top:13.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGGPTSAM6RvfLcor2Q7d3LF2KNXn0b7t { width:20rem;height:3.9rem;top:16.5rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQZcWn0cTRBtPTH9HlqrfKF69oHTrazx { width:20rem;height:0.975rem;top:20.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAOlJdg4qawxwzgVFSvRpeZsLlrp8JT5 { width:5rem;height:5rem;top:29.36874961853rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2rWcff3M1sifhTgKsZHcHAkdnuZopc2 { width:16.25rem;height:3.75rem;top:22.0625rem;left:1.875rem;font-size:1rem;background-color:#f46a3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Jwnh7lgMT6u4DHENconOg36rBrntprat { display:block; }
 }@media only screen and (max-width: 763px) { #Zbb5C4ksaaS1Xrn9xBDFpPvfS22nWKCl { width:20rem;height:0.89375rem;top:26.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWKwBcAuyFrDhHzcVg07GzBToxKbTzaN { width:20rem;height:15.625rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGN5HKJLDZ0WpoZbwBMRa8fHphwZWgZu { width:20rem;height:0.89375rem;top:43.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLoO9hE2MEOTTw7eT1nkX1wCTpXNXe1T { width:20rem;height:0.975rem;top:37.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASmCSPahpH4TsTLnsCnUdvxiDdGULJHU { width:16.25rem;height:3.75rem;top:38.875rem;left:1.875rem;font-size:1rem;background-color:rgba(139,139,139,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XKQHPbbGlKTmSgFQX8c2Rn0gyZceD4cv { display:block; }
 }@media only screen and (max-width: 763px) { #DNHIsWPRTRR1W7NJIrElPQEIfLq4o12p { width:20rem;height:3.9rem;top:33.375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCK1t7Dk3wepHT17zLMzfJFelsXtD6p5 { width:20rem;height:2.4375rem;top:30.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCMxPkcWkpBTOCdSXCNK23la0hLVTGPy { display:block; }#tCMxPkcWkpBTOCdSXCNK23la0hLVTGPy > .row .container { width:20rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIiC5IvQQ3TEO6NTI9GgyUiwPUASXZ3D { width:20rem;height:6.6rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:400;font-style:normal;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #DfeAImdtcJKd99ngmhamiy8tB1RM1AkD { width:20rem;height:1.29948125rem;top:9.4437484741213rem;left:0rem;font-size:1rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #xO0RVn0IWbsXJKb6TDmLZUK9yc24zxUF { width:7.0625rem;height:11.0625rem;top:2.8187561035156rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M39bxDuNIaPtIEJP6hsdB1TwiOm1ox2X { width:11.375rem;height:7.5rem;top:50.125rem;left:1.0791664123535rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #yKXDuVWtV8wHzEhHSAcRKdtG6Lxm3d05 { width:20rem;height:15.625rem;top:19.562507629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZnwThkhUNQXTt5Hn0Jkzu9rwpG8Gnct { width:20rem;height:2.4375rem;top:20.750007629394rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJFe31tObHJHHCGl0srBTSsdLA5ZR7rG { width:20rem;height:3.9rem;top:23.562507629394rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIE30T6zzQ6q1AzbIbQXTOmdW8HQ7uB4 { width:20rem;height:0.974825rem;top:27.250007629394rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwbe785cmFdFpJuRNT9iCxICrtJOuo8V { width:5rem;height:5rem;top:36.430549621582rem;left:15.000000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwPLfKS7Mi21aHBaVL36CIOsBCrsDHSt { width:16.25rem;height:3.75rem;top:29.125007629394rem;left:1.8750000596046rem;font-size:1rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VqdRONMeOTB1f7vT6m1feCk7W9BftJ3T { display:block; }
 }@media only screen and (max-width: 763px) { #hCrvqOSLVXI2pWBIOvvHT7czEA3nGufO { width:20rem;height:0.89323125rem;top:33.562507629394rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXMbaIinPPHtnIfRDxkNdEpX2Hfvp7Ur { width:20rem;height:15.625rem;top:36.437507629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9BM2HNyfckluSNGeH6LmUKUOE9gBHrT { width:20rem;height:0.89323125rem;top:50.312507629394rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzgDuobpH9Bs28sZmhfrylNR3UBNuRih { width:20rem;height:0.974825rem;top:44.125007629394rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6lzx0h6gkXWRNWwaRmXRtAc98rv9IDc { width:16.25rem;height:3.75rem;top:45.937507629394rem;left:1.8750000596046rem;font-size:1rem;background-color:rgba(139,139,139,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CZqBsfUnJorU7dLEgUpVDfpRF6upihWX { display:block; }
 }@media only screen and (max-width: 763px) { #XHDZ1x34sDvvOKAWcgXZ5G8bCgngOuiS { width:20rem;height:3.9rem;top:40.437507629394rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecXsN3znbg9v2xux4T1hoKLUgiZcI9SU { width:20rem;height:2.4375rem;top:37.687507629394rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHVL0WdhTQGd23PSQavT6UUlUXQdohin { width:20rem;height:4.875rem;top:12.492195129394rem;left:0rem;font-size:0.9375rem;z-index:15151;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OiBQR0pCPh2BGEzmxVAooJH51oFPHqlH { display:none; }#OiBQR0pCPh2BGEzmxVAooJH51oFPHqlH > .row .container { width:20rem;height:46.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bCMHoIhh1ALmOo5N8Be337N7dVDCeMC3 { width:20rem;height:6.6rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:400;font-style:normal;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #aG7qOTIsJOIqH3hUEeCZbJq4UEkLLf2g { width:20rem;height:1.3rem;top:9.4437561035156rem;left:0rem;font-size:1rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #EeHheVynUnlbI7cQqyzT7TlfXfJTvmVe { width:7.0625rem;height:11.0625rem;top:2.8187561035156rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BfISvEx1C2wKcLBVZen18Jees9SQT4X3 { width:11.375rem;height:7.5rem;top:50.125rem;left:1.0791664123535rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #T8ivzLG6ysi2b2TpovIMeVSxTpAlmkwX { width:20rem;height:15.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEEeUN3H8FpEpVSUfZNv0BIGBio4sSO7 { width:20rem;height:2.4375rem;top:13.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziyuDk8dJPwtcMUSlakGoviAPlUw3PV2 { width:20rem;height:3.9rem;top:16.5rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHm366c2geI5z5QTp0q2X8O8TSNqhxd3 { width:20rem;height:0.975rem;top:20.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVD1rDXao4urpiBK0tTcpQr5udBBPSRp { width:5rem;height:5rem;top:29.36874961853rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #AspqIFST8f9sVnaoNZgHkpL33JmxOH0H { width:16.25rem;height:3.75rem;top:22.0625rem;left:1.875rem;font-size:1rem;background-color:#f46a3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LDZn7GrI1XfVKuclJfckkLWu9OnLcA8F { display:block; }
 }@media only screen and (max-width: 763px) { #m87mWE9FyQ0T1yS0GEmfm4sWsXWrbC2k { width:20rem;height:0.89375rem;top:26.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5bXravQh7cKarX3IM0sGwrNOTdKzzHb { width:20rem;height:15.625rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohdn6c70gQsPpmOkMxqmthxmDpGn4RNc { width:20rem;height:0.89375rem;top:43.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qiv4osfBVgURLtSgGH0mP4wbcdNuM3UG { width:20rem;height:0.975rem;top:37.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0K9XeMcP4lVB2D5iwLQDvoZgKmr7KHu { width:16.25rem;height:3.75rem;top:38.875rem;left:1.875rem;font-size:1rem;background-color:#f46a3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RN1uunGFdK6M1TbGBA9nsm1iASxOPRpu { display:block; }
 }@media only screen and (max-width: 763px) { #ypuUBquxrrMapwi820OyD190NMLaepxQ { width:20rem;height:3.9rem;top:33.375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRG1HByPkB2QM1HzAENZfHRZdqirES7h { width:20rem;height:2.4375rem;top:30.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 { display:block; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container { width:20rem;height:63.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usopnl421qeKwecadAwafXz8Bn4kg8aD { width:20rem;height:1.4625rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFe3ahodVWKDnVf5RydpIkteKB7stKct { width:17.5rem;height:3.675rem;top:3.0874938964844rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmigKnExRmdrDTn6WnOSlPtIzJE9RakS { display:flex;width:1.25rem;height:1.25rem;top:3.2749938964844rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #CqiySVRWc7nwBwpbkqpMcn8ZTygSfPaA { display:flex;width:1.25rem;height:1.25rem;top:23.962501525879rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #aCDnPSJHmwG5eddE6apwzdX0UD6y9zSd { width:17.5rem;height:6.125rem;top:23.837501525879rem;left:2.5rem;font-size:0.875rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #NrW13U6u3yftcTh0ZEXeRdHKo7PAaw7S { width:17.5rem;height:1.225rem;top:45.975006103516rem;left:2.5rem;font-size:0.875rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #vlZhGkI68Bxvszb9FROVW6Zc99qLvVg9 { display:flex;width:1.25rem;height:1.25rem;top:46.100006103516rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #EX4EExtSCMv46a6oLzN21EC5Vbbk81K7 { width:17.5rem;height:3.675rem;top:8.4875030517575rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl4UGeGmsVUhZUHzTp19QoFWBzCnGJxd { display:flex;width:1.25rem;height:1.25rem;top:8.5500030517575rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #niB9zylSLNOfbaN7LWFxQbGzNTQ29G6l { width:17.5rem;height:3.675rem;top:14.012496948243rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeGT6pL5VxU4btaOgsl26xOL9tEv8hgS { display:flex;width:1.25rem;height:1.25rem;top:14.137496948243rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #pB7B7rIDIRawi93gqSCgwpxwk7HKlwL5 { width:17.5rem;height:2.45rem;top:19.53125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neZre0NqvTm4Tqn32x2LqwSABWB9Bmxp { display:flex;width:1.25rem;height:1.25rem;top:19.75rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ocJ6B2ASpHr0MZUGFKeZGegSdTBfg9Bi { width:17.5rem;height:6.125rem;top:37.75rem;left:2.5rem;font-size:0.875rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #SJPSZug564JLheabVt6Sg1JUuHCzg4OL { display:flex;width:1.25rem;height:1.25rem;top:37.875rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fQ28wTkvIU2EM3Wc7veZarF0PyKyp7tL { width:17.5rem;height:13.65rem;top:47.71875rem;left:2.5rem;font-size:0.8125rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #aTuXNZ2vuElLXVT4OosbJxzQ0UoIxFWu { width:17.5rem;height:5.25rem;top:30.403121948243rem;left:2.5rem;font-size:0.75rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c4e148c0-9266-41fb-8e8c-099da1a1c041/hiltonwarsawexterior.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.adaptive-delivery-prevent-bg, #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.lazyload, #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.lazyloading { background-image: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { background-color: transparent; background-image: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,22,75,0.7); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container > .video-iframe-container { display: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,22,75,0.7); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row > .video-iframe-container { display: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .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); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPBFpc9wWegAoaL4B9yVX0CH2P3lqztU { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #DtCSW4B2qCKK28vwPUvMq7M144z7faGk { width:17.5rem;height:5.625rem;top:16.875rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #euTT13CDwTOLPPtoJR5DpJyrVMza8Aln { display:flex;width:10.3125rem;height:13.1875rem;top:4.71875rem;left:4.8437502384186rem; }
 }@media only screen and (max-width: 763px) { #nPzFQsIMErLDqTOz8LD9AkOQcr7sDnHS { width:16.25rem;height:3.4375rem;top:23.4375rem;left:1.875rem;font-size:1rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #WwvzKTqZ0EAECvNBgrnZGww1XfSu426p { display:block; }
 }@media only screen and (max-width: 763px) { #KAMitM0gG1d9x1EODZy0OVb3phhRWl1H { width:16.25rem;height:19rem;top:11.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2ZL9uPIosmBCFNe6B6M9ko6pcDVucXK { width:18.75rem;height:12.375rem;top:32.5rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu { display:block; }#NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tT7wQI3FhqZCiROao1afkcpawy72SOU0 { width:18.75rem;height:4.75rem;top:0.625rem;left:0.5625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #h79T5EbXevX8RX8SBN3SsOWOshvxe4cH { display:block; }
 }@media only screen and (max-width: 763px) { #EwBtidElTG7RWIwMVAvuWncEfnRSvnTT { width:14.6875rem;height:3.4125rem;top:1.1875rem;left:2.65625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h { display:block; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container { width:20rem;height:127.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVTm3RJDdH3JPLyr4CFQKLkJ0TtzaVfM { width:15rem;height:4.55rem;top:2rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #Zlc1pAUbfqefrDlHRAXmdz1b9xOmDq39 { width:20rem;height:0.975rem;top:7.9250030517575rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWk0FlMP3QisUXh1cksFgyi3zJplNAst { width:13.6875rem;height:4rem;top:10.606250762939rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN5tRe98TPQUwGG1TloxwBuVbP4oqOui { width:20rem;height:0.975rem;top:16.481246948243rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #REAO0UB61rK0ERU17KThgh9suTGF6Gla { width:20rem;height:0.974825rem;top:28.390625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP4wxSE8HLtURBs7vpxz3u7ileDdV8qa { width:20rem;height:0.975rem;top:48.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpL87ZAJyGVrk0HOa4TBBBIc5T0TvieL { width:20rem;height:0.975rem;top:78.061630249025rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIXINWlweCQhdpVNDZiOC2oXc9TrCD98 { width:8.75rem;height:2.5625rem;top:19.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvQDcb7b5M2KzHtPszntFIpZaybZrxTG { width:8.75rem;height:2.625rem;top:19.40625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJLkqg3GJMOsDkSw9T0NDIiLvJrFalMC { width:7.6875rem;height:2.6875rem;top:24.134368896484rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra17e416LvTQKvqUdiOku5DhuqbSsKVT { width:9.375rem;height:2.75rem;top:24.071868896484rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwNt2CD2lAwUT3o9knT1DE9J5rbMQLTA { width:4.375rem;height:3.8125rem;top:30.843750476837rem;left:1.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SJOrbcvfdTPo7Wobu2xyREmr5NIpR5Xu { width:10.3125rem;height:2.8125rem;top:41.0625rem;left:8.8437497615813rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiHglbFZJLPQ7Ukz1HAvGItwWxwMiTfH { width:10.375rem;height:2.9375rem;top:36.280382156372rem;left:8.5555560588838rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBFEIHPT8MxXizlOQ53rO2lBW8X9yWZn { width:7.5rem;height:2.1875rem;top:45.217882156372rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh6fWBINaSLV9VmVGuKUc073fdO3bmmW { width:8.75rem;height:2.3125rem;top:51.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGqdK9sW6umx8wRELxHGQtVO2vR4RoAa { width:8.75rem;height:2.5625rem;top:51.5625rem;left:10.624999761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ8LGOQsgfnCXxEdouuBnpsmhKt2aH7o { width:8.75rem;height:2.5rem;top:55.5rem;left:11.249999761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2lR2n8GJAmR1usF0ZfwHMWATOOEfw4k { width:9.5rem;height:2.9375rem;top:70.625rem;left:10.062499761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKJIdkLJA741ypLvZ0mMLlLTuirbJuGS { width:8.75rem;height:2.5625rem;top:59.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxkikW9naof06FtOTwb7ZNALwoDkuCia { width:8.75rem;height:2.5625rem;top:59.125rem;left:10.624999761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScDn2RmpfN7fxK3gqLE53rdXoF5eioKV { width:7.5rem;height:2.1875rem;top:63.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yztc3eVk4BeCSZeZ1FOPsoSiFvav5PB0 { width:8.75rem;height:2.5625rem;top:63.25rem;left:10.624999761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8ZBFVh420pn5oCrAnB9Kve0wP4l2R46 { width:8.75rem;height:2.5625rem;top:67.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwO2PP4LlecK5AzMSB4K7EeSn5bi4q8X { width:8.75rem;height:3.0625rem;top:67.125rem;left:10.624999761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #e72TgXEXwABSg7dRQl66glmOXDM6iTmO { width:8.75rem;height:2.5625rem;top:89.41580200195rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcs9EEETlOtPFRnK5n0nsBQPXKBw7Xu8 { width:3.4375rem;height:2.4375rem;top:85.311632156375rem;left:8.2812497615813rem;z-index:15045;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Jal4q7MrPKkZTPAz2pVT9InVkmLT8sJe { width:5.25rem;height:2.5625rem;top:85.249132156375rem;left:13.680556058884rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pvI5RadR3p0SMcrHDvitWkWwTnKqqkpe { width:8.75rem;height:1.375rem;top:108.28125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIQ78XJi7OQWEoxWd3rlubd1onfJxFF3 { width:20rem;height:0.974825rem;top:117.18663024903rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPRHOyJFZxp5T9RyXAFhefwJ9ThD1TJU { width:7.125rem;height:1.375rem;top:120.12413024903rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZG0XBScy35gmKgTJV4G8OFhZseK3yOR { width:8.75rem;height:2.4375rem;top:119.56163024903rem;left:10.312499761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8OmtTKmBsIknu5g3nWF3oxHzwJ3voyR { width:8.125rem;height:2.3125rem;top:123.49913024903rem;left:5.9375002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #np1HJ5hTni30msaimgfMdRoXL0MszuB2 { width:7rem;height:3.875rem;top:40.53125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVX5oGKFEM6hr8X2eTHmkCskmtqU95o6 { width:6.375rem;height:2.3125rem;top:31.468770503998rem;left:13.124999761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #DppmQf8fGOSdQTxQ9vphJ48AKVhx2d1J { width:9.8125rem;height:2.3125rem;top:89.721359252931rem;left:9.3749997615813rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxS5kVPmK22aqK8R5LvaNNe6rD1zRCTy { width:4.9375rem;height:3rem;top:98.90625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTqczL4upDGmkVee0CUD03hIlnVctan3 { width:5.5625rem;height:3.625rem;top:103.06249809265rem;left:7.0312502384187rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5lQpOHwhwHfpm4cHb1atcoRUarU8Bvr { width:4.8125rem;height:2.4375rem;top:107.75rem;left:12.743056058884rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSibpwNfoIohd6XeaIlMzmn2FghMrb1r { width:10.1875rem;height:1.8125rem;top:55.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESTQhmbuyFpTm20f9WyBbPgSAAhSz2t7 { width:7.25rem;height:2.75rem;top:103.62499809265rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyRWemHPiyvOukH4e4iGhWmHim9FTIRc { width:7.8125rem;height:3.5625rem;top:111.8125rem;left:10.937499761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyCBWJf3H6p3qxyNNNiDvluwkKunXEhi { width:8rem;height:2.4375rem;top:70.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGmBZZcoiMtCFTxgJuk5kv5il8KNTWko { width:3.8125rem;height:3.5625rem;top:30.968750476837rem;left:7.7812497615813rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ4I8T3mcA1x0xBU8LbRt4ovTf6vCeNT { width:5.875rem;height:3.125rem;top:103.27430343628rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoSEfGxGT01NriT9S4ElkKb3rNLgVase { width:6.9375rem;height:2.3125rem;top:81.493053436281rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsyRwgn4TSxTB6zt6A5Xwp5TdicySgAP { width:10.3125rem;height:1.8125rem;top:74.8046875rem;left:4.8437502384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK5bUqT2x48z797AlppKfw1oRalSzPDC { width:7.3125rem;height:2.6875rem;top:44.967882156372rem;left:10.124999761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPwBPStAZKBTRgPyM8iisfoI9uMh5tcc { width:11.5625rem;height:3rem;top:81.149303436281rem;left:8.3311490367894rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8ac0ha8e2tWma1UlLIOc80RAEC15eDl { width:6.875rem;height:3.8125rem;top:93.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCLAfTNt0vTRsKSpD8bEyC3Cx5Ua0AOx { width:9.9375rem;height:9.9375rem;top:108.28125rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXGEJDQwDXZvyPuVskkgU0Wmt1HmNhOw { width:4.875rem;height:3.5625rem;top:35.967882156372rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP9UM7euZUuhlhhFdtfRhzdoLxT0LW8T { width:6.5rem;height:6.5792682926831rem;top:92.3828125rem;left:11.055556058884rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar70mKP92VqEXLtEfNyBVRUqPgdbTPzF { width:5.8125rem;height:1.8125rem;top:85.624132156375rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQGvahtwMhwLQoDKhJTWe8odLl4xxiI9 { width:8.4375rem;height:2.75rem;top:99.0312538147rem;left:9.3749997615813rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { display:block; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tnm0kop5aRDA2kRfRm5cqsSpc918pfUi { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp8ACu6oeJQy8IwLF6Pc8f6l6SpKlbK5 { width:20rem;height:2.275rem;top:2rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #aZdkqBr1X5yDG3kNOpz5z8PFBhXuv0Hu { width:20rem;height:1.3rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #unTTT5DfpMQu95DLNFg6ybWitkl4O6Lm { width:20rem;height:4.21875rem;top:8.3187561035156rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiZuyTiHT81W0HhIZA3Fqv2NJBNe3one { width:20rem;height:2.8125rem;top:17.587493896484rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiECylTzGP8g4Q8xPJVp5kVHWJO096se { width:20rem;height:2.6rem;top:14.412506103516rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVMTPXSwJmDwivKwJeBHT5hLRbyk5tZI { width:20rem;height:4.21875rem;top:25.637496948243rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGDTsz7FU0SVawLnCfSZoQwubBx9mP5v { width:18.75rem;height:2.6rem;top:22.337493896484rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9sJo8Nbt0QT4VEEW7hXPbBaBPzMzKde { width:20rem;height:2.8125rem;top:35.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb0NcwLbymkCAZu8GdapQQTu6p16Csug { width:20rem;height:2.7625rem;top:31.762496948243rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDB1mslWZQm9VWQe99I8GUQhV7vInPrJ { width:20rem;height:4.21875rem;top:42.881256103516rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwwsTTGiHDHBZmuKtxTRvgtTkChcPTaP { width:20rem;height:2.6rem;top:39.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIcHST5FrE1WypCiFRGPcRQwxDuqbw5M { width:20rem;height:4.21875rem;top:53.562506103516rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPC5uf6UKCDcqt8PDca8EtT2GzWWX3N6 { width:20rem;height:3.9rem;top:49.100006103516rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnKczpPXPpkKPW348i8h91mdJzgTghPN { display:block; }#VnKczpPXPpkKPW348i8h91mdJzgTghPN > .row .container { width:20rem;height:61rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4myVIUt72VEhCT72MnQ6gN8a5MfwJc5 { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9bqw8boWoXfw0nmb059fD3ctLF5clRE { width:12.0625rem;height:1.5rem;top:5.875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL59qHOtMckMVk6IAnGV711G0PCx8OtF { width:20rem;height:36.5625rem;top:9.5822906494137rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XTyivGICHCcx7KkHLipm4E9PU9r9qUDt { height:11.178125rem;width:20rem;top:47.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsKF4bKyVzeeWMr82tGpuUGC8DcOQ6Re { width:6.625rem;height:1.25rem;top:5.96875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXel83GHKNEw1rOL8Il11bclsJ2M3nyG { display:block; }#gXel83GHKNEw1rOL8Il11bclsJ2M3nyG > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unOMi5qWv2SLveCXzakvfqUngkE5PEL4 { width:20rem;height:1.21875rem;top:9.2104187011719rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qR83uX6U6upPpfLquMg2svVATkcvbzyE { width:20rem;height:3.9375rem;top:10.897918701172rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gcMkCfeOlU55QuQupKUz499MmC7TAaBc { width:11.5rem;height:1.21875rem;top:18.241668701172rem;left:4.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tzIyKcmAw1LTAJcqdLGX5m6c7hL8GDxA { width:17.1875rem;height:1.3125rem;top:19.897918701172rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BVe4zqxTX3SB30zpAD5k4MvPpwJsdHvq { width:20rem;height:0.1875rem;top:30.571876525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmHbwzKHtAVIW34JHuDObHKQ36Ssomfu { width:20rem;height:2.625rem;top:32.210418701172rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b8VWfd0IWtFlGCQlx1UKU1cW0eQTS8uG { width:20rem;height:1.3125rem;top:36.085418701172rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a1qBmlBMn4xPeuQagbAoPoak203LvPyp { width:9.5rem;height:5rem;top:1.875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuvqo5eqK2pvdBTwXhbIrK6iLvrdbiiB { width:18.75rem;height:1.1375rem;top:23.397918701172rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETlN2iJd3CSzLRIH9VGOlcRyO0q9zcmT { width:17.1875rem;height:3.9375rem;top:25.035418701172rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CCAN3ZTszLNp5Py9RBWQTvC2R6PnbPhC { width:20rem;height:1.03125rem;top:14.972918701172rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zq82x7Vruu3CHKGrcJgaBACNVkvqNMlv { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#Zq82x7Vruu3CHKGrcJgaBACNVkvqNMlv > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MRTCICsf2IyR7wq2TiFiBtWX7gIV9WO7 { width:7.9375rem;height:0;top:0.875rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #RERcmAnw82W2ksVaKWwmprpMn3xbMaaq { width:20rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkFyShiJy9RKTJgpIs9iNyNW6exSohuT { width:11.3125rem;height:1.5625rem;top:1.8875007629394rem;left:-0.0625rem;z-index:15142;display:none; }
 }@media only screen and (max-width: 763px) { #F1MgA6FnxV7dNDyTMHqVcSmk7RRBSBF9 { display:block; }
 }@media only screen and (max-width: 763px) { #cxdIxQSIcyWRrWxH7asuqVPVwL4veEr7 { width:1.875rem;height:1.875rem;top:0.9375rem;left:17.625rem;z-index:15149;display:block; }
 }@media only screen and (max-width: 763px) { #vMvkCthdXlQTSPSB0UT6lfOpfZqSy2Co { display:block; }
 }@media only screen and (max-width: 763px) { #zxm1E1gRI0FAfeN8pq4F2bhLez4xnIbo { display:flex;width:1.25rem;height:1.25rem;top:1.3125rem;left:17.9375rem;font-size:0.875rem;z-index:15148; }
 }@media only screen and (max-width: 763px) { #kigJ4oqM9rEucMIds7bG7ZaogJTUIxr5 { width:17.125rem;height:0;top:2.1500015258789rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #DFfU6nU0DXNR2dyaPS7Ex1oGX1XQIGUI { display:flex;width:1.5rem;height:1.5rem;top:1.125rem;left:0.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #h0c3CBd9nww9owHJTuq8suRLp7fCSMaX { display:flex;width:1.25rem;height:1.25rem;top:1.9749984741211rem;left:0.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2WM45QZGLBS4uQESz0qcafveGXu7Tz7 { display:flex;width:1.875rem;height:1.875rem;top:5.0125007629394rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mSnanlMA8vLzPLzt6anVysIF0wdBxRSx { width:14.3125rem;height:2.5rem;top:0.625rem;left:2.84375rem;font-size:0.8125rem;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #fSu8tPbeXASD6eI7CXNyeFbg8AUmp4SO { display:block; }
 }@media only screen and (max-width: 763px) { #hu8bRBvGOTK6cihsvMUByDWs4maqto3N { width:10.875rem;height:2.5rem;top:0.625rem;left:0.125rem;z-index:15142;display:none; }
 }@media only screen and (max-width: 763px) { #H4p0P6sJxgM6H3R6irHNiiErlWA22C3q { display:block; }
 }