.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;
}
:root { --color-primary-0:252,226,226;--color-primary-1:247,167,167;--color-primary-2:241,108,108;--color-primary-3:244,106,62;--color-primary-4:254,140,0;--color-secondary-0:28,110,76;--color-secondary-1:14,88,56;--color-secondary-2:10,88,56;--color-secondary-3:7,69,42;--color-secondary-4:2,63,38;--color-tertiary-0:255,255,255;--color-tertiary-1:136,136,136;--color-tertiary-2:102,102,102;--color-tertiary-3:51,51,51;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"inter"; }body { background-color:rgba(var(--color-tertiary-0),1);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); }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c6d4c;background-image:url("https://images.assets-landingi.com/uc/3646ffca-fe44-45ea-af00-e73947270733/APD2027WeterynariaWAW_D2.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; }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W.adaptive-delivery-prevent-bg, #OE402bZvDz6qPtTbBzWCrHFwKzygNa0W.lazyload, #OE402bZvDz6qPtTbBzWCrHFwKzygNa0W.lazyloading { background-image: none; }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W > .row .container { background-color: transparent; background-image: none; }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W > .row .container > .video-iframe-container { display: none; }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W > .row > .video-iframe-container { display: none; }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W > .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); }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W > .row .container { border-width: 0; border-radius: 0; }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#z6wbvHDOQE6LhzuiKg2OqEzXSfDbd9H8 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#c5SvbrwCapwD7TkJT7ofbMApQdXUVLuR { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:26.3125rem;left:47.53125rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#paVG6ACpm3758fmNe1iiERlHc8VOQlpD { 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(var(--color-tertiary-4),0.4) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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; }
#gGx5tvC7x4dbGTw9MXRlvGZ7NEeiiy9R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N0iNp9oUFhOTfoQnRaLD6FqLX7xTms1i { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));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(var(--color-tertiary-4),0.4) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);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; }
#yC35cWMbLUQbEZWoc5KDXmX4UMS71XhQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wHlNKlfORk6rp14oiShV8iAe09l2ntQG { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);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.38715rem;text-align:center;text-align-last:center;display:block; }
#nnOz0sGsZCJrykRTZ420vfo3TkEBTfrI { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:19.375rem;left:38.75rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oT4oCNiL1q0cWHCHM6uqTWgKhPzgzCax { 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; }
#GHdMZn7kq7JScTTzOvfvqEo9dSS2M7Kh { box-sizing:content-box;height:35rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:1.25rem;left:37.5rem;display:block; }
#wnsF3KRWdXXBMkg9Q7gJEBMER0mZb49Z { 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; }
#pmufal9fVmKQK3Eh2dlyQnRb9PbKInzP { 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.4375rem;width:31.1875rem;top:3.75rem;left:3.125rem;overflow:hidden;display:none; }
#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);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:none; }#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:41.5625rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:none; }#rAK86bRqkTQcxdJrcBBvMqNeD1LixntU { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:71.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:10.625rem;left:1.875rem;height:16rem;font-style:normal;display:block; }
#UdCWgF8GzVQmMwCQNHzWrXPvFIzDS6zT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:33.40625rem;left:52.125003814698rem;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:30.6875rem;left:65.6250038147rem;overflow:hidden;display:block; }
#ALpUOyp52qtuRDoGhF5bFdmUhfQBnl9c { box-sizing:content-box;height:1.25rem;width:37.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:37.5rem;display:block; }
#wJBvn0BLKfL2DbKMXJHUp9iAKozIsy8w { box-sizing:content-box;height:24.5rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),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:30.6875rem;left:45.9375rem;overflow:hidden;display:block; }
#x7cT8npRpepU5eO8kWt4TRnTgqknQDwV { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:33.375rem;left:32.3125rem;height:2.44965rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Fuc79flxbA3sLF0fJmo8VUyOTqWzs1aF { color:rgba(var(--color-tertiary-0),1);display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:29.8125rem;left:1.9375rem;height:1.6rem;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:none; }#NaLbZQWIhNmzMbvWoxKI1g0Fip3IM8ae.adaptive-delivery-prevent-bg, #NaLbZQWIhNmzMbvWoxKI1g0Fip3IM8ae.lazyload, #NaLbZQWIhNmzMbvWoxKI1g0Fip3IM8ae.lazyloading { background-image: none; }#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:none; }#wkHbVfAJ1xqpEfr2CBoPTSbDVsJmXVSs { box-sizing:content-box;height:11.25rem;width:0.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),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(var(--color-tertiary-0),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(var(--color-tertiary-0),0.25);background-image:none;top:1.875rem;left:56.175003051757rem;display:block; }
#iU4TzpTiDI89mJTf4buDgwXSaozMXSx2 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:none; }#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:rgba(var(--color-tertiary-0),1);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:none; }#tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.08680625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { position:relative;display:none; }#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:rgba(var(--color-tertiary-0),1);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:none; }#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:rgba(var(--color-primary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);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(var(--color-primary-2),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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:none; }#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:rgba(var(--color-tertiary-0),1);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:none; }#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:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);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(var(--color-primary-2),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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:none; }#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:rgba(var(--color-tertiary-0),1);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:none; }#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:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);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(var(--color-primary-2),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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:none; }#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:rgba(var(--color-tertiary-0),1);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:none; }#WtvyyN0USyvGyumtdKLNnDVwSvceF0OW { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:block; }
#RkcQksJirl0CXmgQnc3Io9k7II4iVHKL { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AwwkgJVznSuwbagEqLQbWTXS44b9hqfJ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);background-image:none;top:19.625rem;left:0rem;display:block; }
#G2GpzGSTlrD8CNQTfoeqePouUVwgdTxv { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QvNEL2TdLHDp6Xna1wv7FTS85Br9Ratd { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);background-image:none;top:27.125rem;left:0rem;display:block; }
#BlBHAhQop5cxyupsRtTO7oSuc5UBxTIG { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;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:rgba(var(--color-primary-3),1);background-image:none;top:34.625rem;left:0rem;display:block; }
#DATcrZ32cADFWhz7QW1M6J7Qcp4Lb9Gd { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;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:rgba(var(--color-primary-3),1);background-image:none;top:42.125rem;left:0rem;display:block; }
#sL5Ruid3K8A7aaH9eiyHRLaZhCRMMdbv { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:41rem;left:8.125rem;height:2.9739625rem;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:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { position:relative;display:none; }#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:rgba(var(--color-tertiary-0),1);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:none; }#umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);background-image:none;top:7.5625rem;left:0rem;display:block; }
#q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:5.28125rem;left:0rem;display:block; }
#P73bTMa8n9AUkqbseEsPMv8gApvr8iax { background-color:rgba(var(--color-tertiary-0),1);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(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),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:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { position:relative;display:none; }#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:rgba(var(--color-tertiary-0),1);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:none; }#GU5eJDIn9iRtNNLbBXqpHTGTcWRJqUO9 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);background-image:none;top:7.5rem;left:0rem;display:block; }
#M7U44x4eiqpaogcPhmxGVPsTpKcd5Wrv { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B8t78i77emTraHZPEeTmlngWvsDOoXmA { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);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:rgba(var(--color-primary-3),1);background-image:none;top:22.5625rem;left:0rem;display:block; }
#WwbIkxmBiTK6ip0VnwFcAbuaHThxg7Fs { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;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:rgba(var(--color-primary-3),1);background-image:none;top:30.0625rem;left:0rem;display:block; }
#q1NU5uZev2rS3rK7H61elXGxVe6AlwGA { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;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:rgba(var(--color-primary-3),1);background-image:none;top:37.5625rem;left:0rem;display:block; }
#eXiuPg3NqDgXxy9Fxr066kQyddD9ZmVo { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;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:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#PdCJOSQ7Tdd7GXmi8sa9s6tgTm7nwfex { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { position:relative;display:none; }#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:rgba(var(--color-tertiary-0),1);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:none; }#d4KpiMJcG2hdP4DWZHxObn8yygq0BI5z { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);background-image:none;top:7.5625rem;left:0rem;display:block; }
#LngCq2bUMmQXAOmBO6hWwIS3dl0tM1gN { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I2g2NG4a6JSrnrcixmdU9OJo8ZB9fezC { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);background-image:none;top:15.0625rem;left:0rem;display:block; }
#P0Ua5t1SHUEq74dWC4TFsssR0xRiK95U { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:50.875rem;position:absolute;font-family:var(--paragraphs-font-family);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.4609375rem;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:rgba(var(--color-primary-3),1);background-image:none;top:30.125rem;left:0rem;display:block; }
#SCBL7iDsafqxTTGsGOvsZlnA1PVmDUva { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:29rem;left:8.125rem;height:2.9739625rem;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:rgba(var(--color-primary-3),1);background-image:none;top:37.625rem;left:0rem;display:block; }
#GTAhdVRf62SyvJDSCC7P60uk4dUdeE7R { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;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:rgba(var(--color-primary-3),1);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:rgba(var(--color-primary-3),1);background-image:none;top:22.5625rem;left:0rem;display:block; }
#FwIAK374cKwQUUbEpdx6Q4q2EhVSKAR9 { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m2QDfsN03g7anKya4vm5RAol4aAdrddi { position:relative;display:none; }#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:rgba(var(--color-tertiary-0),1);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:none; }#slEhUluQuhf3eshEl5cD7i95nCqpgl5I { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);background-image:none;top:7.5625rem;left:0rem;display:block; }
#JSZozqr0atpTrPb5bNbOo0eGX2DQzAA7 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oCrbuuHS6cSSG5fzFHOv3LQ7dqIRenHU { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);background-image:none;top:15.0625rem;left:0rem;display:block; }
#eLLVBHzx77UdiNv7LyJkXTGGq35u0SWl { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;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:rgba(var(--color-primary-3),1);background-image:none;top:22.5625rem;left:0rem;display:block; }
#KIAfkB8TcV3Xq11HkSJXwCIIzMGBF047 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;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:rgba(var(--color-primary-3),1);background-image:none;top:30.0625rem;left:0rem;display:block; }
#FzSEK3tWFyTEgQJLfeyDDStNyTguR57r { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;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:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { position:relative;display:none; }#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:rgba(var(--color-tertiary-0),1);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:none; }#H4hQuULb86Ht2pHdonfu1816lmSdZHqr { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);background-image:none;top:7.4375rem;left:0rem;display:block; }
#C8NOH5MXLZSMwoOx6fAqvAwCU9VmWZav { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KeVuMwATRJ8t5xrhgevFyxVuOtsQiLNr { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:13rem;left:8.125rem;height:2.9739625rem;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:rgba(var(--color-primary-3),1);background-image:none;top:14.9375rem;left:0rem;display:block; }
#mrbq1T6ALw6LsymPVzoXpD3bMEyS3JTF { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { position:relative;display:none; }#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:rgba(var(--color-tertiary-0),1);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:none; }#iQ6ySOfNH20mruhfeTWSne6xDhmsZahH { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:74.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);background-image:none;top:12.0625rem;left:0rem;display:block; }
#xWOGdBJsmCLTuGDTBAK6iNv3nhn6QMtJ { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vsZtwE3TgHH6T4395iSdgorx2u5ehmbq { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);background-image:none;top:18.9375rem;left:0rem;display:block; }
#TP6bWW96mtkUkrFHBrJpxn5n5bu3IUdt { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:17rem;left:8.125rem;height:2.9739625rem;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:rgba(var(--color-primary-3),1);background-image:none;top:26.375rem;left:0rem;display:block; }
#dIWoXgUi0Vm7v58IWTpM2HUoBZc38IyE { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;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:rgba(var(--color-primary-3),1);background-image:none;top:33.875rem;left:0rem;display:block; }
#EvvGWPhC3s1EI3Cc5PMgOaqae5ewZ4Bf { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;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:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { position:relative;display:none; }#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:rgba(var(--color-tertiary-0),1);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:none; }#WlPXD5c51JpnSn6DFrhPK0dwzUF2Ttzg { color:rgba(var(--color-tertiary-4),1);display:block;width:72.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);background-image:none;top:7.6875rem;left:0rem;display:block; }
#nPy9LSgNEm2ewFt0f8bMD7w80dG7gdcc { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B124gQfKTzh5OcnkW1KHph3kzN9AL7P5 { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;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:rgba(var(--color-primary-3),1);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:rgba(var(--color-primary-3),1);background-image:none;top:22.5625rem;left:0rem;display:block; }
#RVLDi0gVggZyCau5LIfqrrA6iNllC7kS { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;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:rgba(var(--color-primary-3),1);background-image:none;top:30.3125rem;left:0rem;display:block; }
#o4uuLZ5AeV4fycXnJEdlwf7AUs2PIQW4 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;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:rgba(var(--color-primary-3),1);background-image:none;top:37.8125rem;left:0rem;display:block; }
#nDfDIFHZ7dWUTL0sxhftEAnEMtLeLPyf { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;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:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#o0u1gC6bmLQok4tWP39Z882lBlFpe451 { position:relative;display:none; }#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:rgba(var(--color-tertiary-0),1);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:none; }#Nk4TCfgwpcv0k6yf3BgXvcf4QGOCdbqa { color:rgba(var(--color-tertiary-4),1);display:block;width:72.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);background-image:none;top:7.625rem;left:0rem;display:block; }
#uCZJfZOZCb5OzIcblOXgR3I8C58fivnJ { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fsaOztZLvDcy39XT3Wd3v8KzsxQzsARh { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);background-image:none;top:14.3125rem;left:0rem;display:block; }
#keHR10ThKfXLqqlFeeylkoLQG6IeXVKW { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;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:rgba(var(--color-primary-3),1);background-image:none;top:21.8125rem;left:0rem;display:block; }
#x6LWSbwBORQaSltrH5aJoDs7pd1U8gwK { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;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:rgba(var(--color-primary-3),1);background-image:none;top:29.3125rem;left:0rem;display:block; }
#UHdTahmby1A2b9P1GFQlFyzSZtAO3kRA { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;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:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { position:relative;display:none; }#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:rgba(var(--color-tertiary-0),1);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:none; }#UVLiLOK8MsrcsF3wQIyIzEcZedqiCI2J { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);background-image:none;top:7.625rem;left:0rem;display:block; }
#dV7K17TCtifwJwo98H5O345wF6BOgZkm { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LN6XrH7TBeyWhmcpiU4l5aV32LmoTN6S { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;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:rgba(var(--color-primary-3),1);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:rgba(var(--color-primary-3),1);background-image:none;top:36.0625rem;left:0rem;display:block; }
#hRdRFNMNhpWLhUM8wCmDz6S92FBm9ybE { color:rgba(var(--color-tertiary-1),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;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:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;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:rgba(var(--color-primary-3),1);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:rgba(var(--color-primary-3),1);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:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;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:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#MGXq8r8vW6Or9AbPZ6MsK8DAbptcKJ34 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;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:rgba(var(--color-primary-3),1);background-image:none;top:43.5625rem;left:0rem;display:block; }
#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff { position:relative;display:none; }#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:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:187.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:none; }#UWiiyLx4VEq90TVvlGZawrXHTaZTaxsl { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:74.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);background-image:none;top:10.875rem;left:0rem;display:block; }
#zKnIc7B4C3EMxspBby8dnFwomTHsbnZb { color:rgba(var(--color-tertiary-2),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RvLaox3c9a5kuPQOahVT5XpfwMAre8qV { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#Nkskr8P3HTd3QKew8Gl1D6CSRhnqtvx1 { color:rgba(var(--color-tertiary-2),1);display:block;width:66.875rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-2),1);display:block;width:66.4375rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-2),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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.9739625rem;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:rgba(var(--color-primary-3),1);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:rgba(var(--color-primary-3),1);background-image:none;top:63.8125rem;left:0rem;display:block; }
#audOfP7FFgWl2Ah83h4RL5rBTolSgZsO { color:rgba(var(--color-tertiary-2),1);display:block;width:65.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:68.5625rem;left:8.125rem;height:18rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w0qKnGzhIkXTaaQTTVwTwB49NX8GTtxo { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:66.25rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ziy8tZZv4JGnFmXmeDevEcLe529mwQea { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);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.4609375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lWaZE9NUG33I9LkbyWiTswAbUUUe36Mm { color:rgba(var(--color-tertiary-4),1);display:block;width:74.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#grZ4Qn7KnLHvayo7KiRg5akBmGZkD2W2 { color:rgba(var(--color-tertiary-4),1);display:block;width:65.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:114.5rem;left:8.125rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lFzinT6A6K1GbeLWSnhWrIIJcltAiXSh { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:112.125rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oJU52PkLeNmSulqszFuTsM6ZedaiJoXf { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15048;line-height:1.4;letter-spacing:0;top:108.875rem;left:8.125rem;height:2.9739625rem;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:108.9375rem;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:rgba(var(--color-primary-3),1);background-image:none;top:111.25rem;left:0rem;display:block; }
#qOA5bRx1LHtEoyLGowSUGgB8Up3T4nmA { color:rgba(var(--color-tertiary-2),1);display:block;width:65.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15060;line-height:1.6;letter-spacing:0;top:143.5625rem;left:8.125rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WaoEsch4wqr9gD1KGB9yOVsOTEyFx8km { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15060;line-height:1.5;letter-spacing:0;top:141.1875rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VRhTHf5MTXxakqL46uweR8bXOLbRav9O { color:rgba(var(--color-tertiary-2),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15059;line-height:1.4;letter-spacing:0;top:137.9375rem;left:8.125rem;height:2.9739625rem;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:138rem;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:rgba(var(--color-primary-3),1);background-image:none;top:140rem;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:131.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:rgba(var(--color-tertiary-4),1);display:block;width:74.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:133.78125rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#UxiekBeTVRmtaQCWnqoWB3efcscf1h9f { color:rgba(var(--color-tertiary-4),1);display:block;width:65.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15065;line-height:1.6;letter-spacing:0;top:164rem;left:8.125rem;height:21rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TrKg5VnDS3EQItd7bpk7TL6n2dokhQLG { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15065;line-height:1.5;letter-spacing:0;top:162.3125rem;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:157.875rem;left:1.875rem;overflow:hidden;display:block; }
#ZEalbaF36VACpSS0OhDUwBJpcFLtT34t { color:rgba(var(--color-tertiary-4),1);display:block;width:57.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15064;line-height:1.4;letter-spacing:0;top:157.8125rem;left:8.125rem;height:4.4609375rem;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:rgba(var(--color-primary-3),1);background-image:none;top:160.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:138.375rem;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.9375rem;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:rgba(var(--color-primary-3),1);background-image:none;top:92.125rem;left:0rem;display:block; }
#mtRN254TPKm4wJgS6ZK21cIL37LXvC29 { color:rgba(var(--color-tertiary-4),1);display:block;width:65.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:96.875rem;left:8.125rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t1lvqpiTzkPBcVvxeLnWJR7P5ssFZ5mM { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:94.5625rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gKQepzIGPbheTLhULuZNamnQKWaLXqUe { color:rgba(var(--color-tertiary-4),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15041;line-height:1.4;letter-spacing:0;top:89.875rem;left:8.125rem;height:4.4609375rem;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.9375rem;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:157.24273681641rem;left:70.873962402344rem;overflow:hidden;display:block; }
#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { position:relative;display:none; }#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:rgba(var(--color-tertiary-0),1);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:none; }#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(var(--color-tertiary-4),0);background-image:none;color:rgba(var(--color-tertiary-3),1);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:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);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:var(--paragraphs-font-family);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(var(--color-tertiary-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:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);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; }
#d0DQTiTaIzFHxGzG7CQBTaqex6GDIrcJ { 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; }#d0DQTiTaIzFHxGzG7CQBTaqex6GDIrcJ.adaptive-delivery-prevent-bg, #d0DQTiTaIzFHxGzG7CQBTaqex6GDIrcJ.lazyload, #d0DQTiTaIzFHxGzG7CQBTaqex6GDIrcJ.lazyloading { background-image: none; }#d0DQTiTaIzFHxGzG7CQBTaqex6GDIrcJ > .row .container { border-width: 0; border-radius: 0; }#d0DQTiTaIzFHxGzG7CQBTaqex6GDIrcJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d0DQTiTaIzFHxGzG7CQBTaqex6GDIrcJ > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:none; }#ttzdl2KQN6dwqdJiqufCaTqzg07LdDha { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),0.15) ;height:20rem;width:30rem;top:14.3125rem;left:22.5rem;display:block; }
#teVF9IXAT0ux4oqToHXduAVsUz9VKCXn { background-color:rgba(var(--color-primary-3),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:15003;text-align:center;text-align-last:center;top:27.6875rem;left:29.375rem;display:block; }
#wg6u3yh4MIlGKd9Erldycge2DeXX85U1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b9fvvea6wIn9S41pdM6hTK4JAf5EM5LZ { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.5rem;left:23.125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b9yycrLofCU9uXXCmc5y356Et5hEZ7uJ { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.375rem;left:23.125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xvNrhumluMb9BCMe4QVd3q51BK87Era8 { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.6875rem;left:23.125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SOKRufdBTSQfKqGftDpl2pGiDsIAS8RM { color:rgba(var(--color-tertiary-1),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:32.25rem;left:23.125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aVrs41gca0IVZJuDZUznArVSJiUIBi1B { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15136;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:;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; }
#LEr80eidtNRL7aT4UxbF2oQEEd4G10vr { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#uWGARx83Dr1TyGlXNOd9IVsJ4T4hZNni { 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; }
#zBkJgGzeSDHe2gaQWHNNN81oKKiFpP61 { 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; }
#VmJmkpZT773Mynel57xNSaTlh4GbFoyc { 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; }#VmJmkpZT773Mynel57xNSaTlh4GbFoyc.adaptive-delivery-prevent-bg, #VmJmkpZT773Mynel57xNSaTlh4GbFoyc.lazyload, #VmJmkpZT773Mynel57xNSaTlh4GbFoyc.lazyloading { background-image: none; }#VmJmkpZT773Mynel57xNSaTlh4GbFoyc > .row .container { border-width: 0; border-radius: 0; }#VmJmkpZT773Mynel57xNSaTlh4GbFoyc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VmJmkpZT773Mynel57xNSaTlh4GbFoyc > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:none; }#ZK5y58hcMRkGCEiNRfE6pMsVBmuL2JvF { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),0.15) ;height:20rem;width:30rem;top:14.375rem;left:6.25rem;display:block; }
#kIzP7B3QHXFU85QrNwWPR3U3NIv63h7k { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);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.9375rem rgba(var(--color-tertiary-4),0.15) ;height:20rem;width:30rem;top:14.375rem;left:38.75rem;display:block; }
#oXEmu132InsR20Onx0Uiqx8WDpKyMOcx { background-color:rgba(var(--color-primary-3),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:15003;text-align:center;text-align-last:center;top:27.75rem;left:13.125rem;display:block; }
#NHUXiQnwDtDW3KtAz66TcTFuXVUp1scP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FZqZJf27FWwwvcQEhsOwnG0OmfDciMAH { background-color:#dfdfdf;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:15004;text-align:center;text-align-last:center;top:27.75rem;left:45.625rem;display:block; }
#JcZzSODtf0McfWkVfTwwehKTwznJ7F29 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bM3B2FoJhVyB0AWyc18sBO80cIJu5ekz { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15005;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; }
#wn5L5qxJy9crCmnqU3pCMAFFto23pgi4 { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15006;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; }
#xPUEyATRDLC4S5AD2Q82lLvBtcQt29V4 { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.4375rem;left:6.84375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nXrgFqIXgUm5PVbFUONqNTymgPktbGDA { color:#1c1c1c;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;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; }
#ZEZGsrittwR5ls0pDZ7DcpE4oVQi4sQ3 { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.769775390625rem;left:6.84375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eEbyw2sJOf8FT0DF9aZPfD4GIIQbxtKH { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;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; }
#CES3kWedmmzcu6lNCnAKxV4yFsSkPyLG { color:rgba(var(--color-tertiary-1),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:32.3125rem;left:6.84375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yw17OaHtmt6kJniKWiUfdWgoZEiURaNu { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15136;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:;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; }
#Zhy9AOrLxPWI0nwNgFC7tkb72wse2TuP { color:rgba(var(--color-tertiary-1),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:32.3125rem;left:39.34375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CNkAehVkpILgF6gGrLRI53DK0qTvvKvk { position:absolute;display:block;z-index:15012;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:14.375rem;left:29.5625rem;overflow:hidden;display:block; }
#GU4IIt3al8P2EIQ0x6TDgC1TzV7RdpFA { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#v0H4dbSxT9Xq8f7zDF7yHuV2vQOsaPKN { 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; }
#nw7p7VrpQr6mhdbvEG4aHv5MJUHAu4EO { 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; }
#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:none; }#tCMxPkcWkpBTOCdSXCNK23la0hLVTGPy.adaptive-delivery-prevent-bg, #tCMxPkcWkpBTOCdSXCNK23la0hLVTGPy.lazyload, #tCMxPkcWkpBTOCdSXCNK23la0hLVTGPy.lazyloading { background-image: none; }#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:46.5625rem;width:75rem;position:relative;display:none; }#dIiC5IvQQ3TEO6NTI9GgyUiwPUASXZ3D { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);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; }
#DfeAImdtcJKd99ngmhamiy8tB1RM1AkD { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),0.15) ;height:20rem;width:30rem;top:24.1875rem;left:6.25rem;display:block; }
#HZnwThkhUNQXTt5Hn0Jkzu9rwpG8Gnct { color:#b3b3b3;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:26.25rem;left:6.875rem;height:2.9236125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NJFe31tObHJHHCGl0srBTSsdLA5ZR7rG { color:#b3b3b3;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:29.375rem;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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:35.5625rem;left:6.875rem;height:0.974825rem;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:24.8125rem;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:37.5625rem;left:13.125rem;display:block; }
#VqdRONMeOTB1f7vT6m1feCk7W9BftJ3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hCrvqOSLVXI2pWBIOvvHT7czEA3nGufO { color:rgba(var(--color-tertiary-1),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:42.1875rem;left:6.875rem;height:0.974825rem;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, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(144deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(144deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(144deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(144deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));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(var(--color-tertiary-4),0.15) ;height:18.75rem;width:30rem;top:24.8125rem;left:38.75rem;display:block; }
#y9BM2HNyfckluSNGeH6LmUKUOE9gBHrT { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:42rem;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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:35.5625rem;left:39.375rem;height:0.974825rem;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:var(--paragraphs-font-family);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:37.5625rem;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:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:29.3125rem;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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:26.25rem;left:40.625rem;height:2.9236125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pwVpvO736H6uz0bKi4lX4gzT6hTJBPO4 { color:rgba(var(--color-tertiary-0),1);display:block;width:62.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15150;line-height:1.3;letter-spacing:0;top:15.375rem;left:6.25rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vSAxKMPh0dkUlUTOxr0vpwx8fpE6HoML { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-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:#ff3f00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:62.4027775rem;height:3.3402775rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:14.387152194977rem;left:6.25rem;display:block; }
#ZqZkzaUP7qXIrMLkDQT13AhE9fv24TuF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dHVL0WdhTQGd23PSQavT6UUlUXQdohin { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15139;line-height:1.3;letter-spacing:0;top:19.730923175812rem;left:0rem;height:3.57465rem;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:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),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:var(--paragraphs-font-family);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:var(--headlines-font-family);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:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-1),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(144deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(144deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(144deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(144deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));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(var(--color-tertiary-4),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:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#zgIIHtOhnu21axqUguuC2vQVr7WWuZQd { 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:none; }#zgIIHtOhnu21axqUguuC2vQVr7WWuZQd > .row .container { border-width: 0; border-radius: 0; }#zgIIHtOhnu21axqUguuC2vQVr7WWuZQd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zgIIHtOhnu21axqUguuC2vQVr7WWuZQd > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:none; }#tlAqny7n17NIanWdyhbGEcNNH1DZidQf { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#lQXRnVTcZW7BvXCPIti4BEVgsJuowMBE { color:rgba(var(--color-tertiary-0),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#TWElXTstECesSeXTZR4Lera2Z3iTwfDA { 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; }
#wXkyExF4HXQgattMFozwblxWWenwhM47 { 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; }
#RydGbXqzJkTfadwvdqIm28SL2ndi4kre { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#RUb1N3C6tE9kyIOiwtGNPvMiLPSvKaz5 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#LXPfFFGgJ1UTQMhPSsVzn1WqPI67dyEw { 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; }
#S6MT9uvrsusq29BhTTW97lnCgniKSwh7 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#DkeTFFoapKNORo7oizwErkoyfWtHCRVT { 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; }
#J5TlhuvG3nQTT74o2nnDehJkOc06OvgX { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#ECUvPz6SlBMe1CvvT7vc4lX30QKcm9qo { 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; }
#gKzE8wlldLyqXVHGPyeboLJPHHWH68Sq { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#FM1qox05SFtETvVvZMGG0r5Q7Pd4cGkk { 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; }
#WQxKZHk3iQez9ob4xEREgJB1lWLfF0oF { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#X7BIB0fNqZDVTZ340PmSoEhykShEK4pe { 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; }
#pSPQX1XH5qSZl6vt6WZMTn9tKTcCT78v { color:rgba(var(--color-tertiary-0),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#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: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:none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.adaptive-delivery-prevent-bg, #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.lazyload, #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.lazyloading { background-image: none; }#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:none; }#pPBFpc9wWegAoaL4B9yVX0CH2P3lqztU { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);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(var(--color-tertiary-4),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(var(--color-tertiary-4),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 rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-3),1);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:none; }#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:none; }#tT7wQI3FhqZCiROao1afkcpawy72SOU0 { background-color:rgba(var(--color-tertiary-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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);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:none; }#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:none; }#pVTm3RJDdH3JPLyr4CFQKLkJ0TtzaVfM { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);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:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:76.310424804688rem;left:0rem;height:1.05555625rem;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.874997138975rem;left:40rem;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:95.18750190735rem;left:17.75rem;overflow:hidden;display:block; }
#AIQ78XJi7OQWEoxWd3rlubd1onfJxFF3 { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:86.62500190735rem;left:63.868053436281rem;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.18750190735rem;left:37.118057250976rem;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:93.65625190735rem;left:1.96875rem;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.8125rem;left:60.375rem;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:86.06250190735rem;left:47.493057250976rem;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.31250190735rem;left:46.434894561767rem;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; }
#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:none; }#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:none; }#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:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:71.5625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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:44.375rem;width:75rem;position:relative;display:block; }#q4myVIUt72VEhCT72MnQ6gN8a5MfwJc5 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-0),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:13.5rem;left:0rem;height:15rem;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; }
#aDymRydETF0hHHOAk98aOnmkOH7kNbUf { box-sizing:content-box;height:1.25rem;width:37.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:37.5rem;display:block; }
#ebSbvwHLC74TzFlISNyDCrPh04yyRwN1 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:32.65625rem;left:0rem;height:5.875rem;font-style:normal;display:block; }#ebSbvwHLC74TzFlISNyDCrPh04yyRwN1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ebSbvwHLC74TzFlISNyDCrPh04yyRwN1 li:before{  }
#JGQcbGT8t1AGIVgHBM2QQsdmwxGlXfoR { color:rgba(var(--color-tertiary-0),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:40.28125rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#lrqg91mayGxKeLfsXgI1yrwtJmu3vsOr { color:rgba(var(--color-tertiary-0),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:30.125rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#wm3DIzO8s5a9KZaTgqqAKTU4VK1bc18P { position:relative;display:block; } #bf4c990e47f00c785017d5f72da852d8.widget-smartsection *:focus-visible, #bf4c990e47f00c785017d5f72da852d8.widget-smartsection input[type="text"]:focus-visible, #bf4c990e47f00c785017d5f72da852d8.widget-smartsection input[type="email"]:focus-visible, #bf4c990e47f00c785017d5f72da852d8.widget-smartsection input[type="tel"]:focus-visible, #bf4c990e47f00c785017d5f72da852d8.widget-smartsection textarea:focus-visible { outline: none; } #wm3DIzO8s5a9KZaTgqqAKTU4VK1bc18P > .row .container { position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #OE402bZvDz6qPtTbBzWCrHFwKzygNa0W { background-color:#1c6e4c;background-image:url("https://images.assets-landingi.com/uc/162c5c3b-311a-4612-bb79-492b3214a9ba/APD2027WeterynariaWAW_T.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; }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W.adaptive-delivery-prevent-bg, #OE402bZvDz6qPtTbBzWCrHFwKzygNa0W.lazyload, #OE402bZvDz6qPtTbBzWCrHFwKzygNa0W.lazyloading { background-image: none; }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W > .row .container { background-color: transparent; background-image: none; }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W > .row .container > .video-iframe-container { display: none; }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W > .row > .video-iframe-container { display: none; }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W > .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); }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W > .row .container { border-width: 0; border-radius: 0; }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W > .row .container { width:47.75rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #z6wbvHDOQE6LhzuiKg2OqEzXSfDbd9H8 { top:27.60000038147rem;left:0rem;width:47.75rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c5SvbrwCapwD7TkJT7ofbMApQdXUVLuR { top:37.643749237061rem;left:3.8000001907349rem;width:42.25rem;height:1.70625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #paVG6ACpm3758fmNe1iiERlHc8VOQlpD { width:13.625rem;height:3.0625rem;top:24.874999761581rem;left:0.62499994039536rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gGx5tvC7x4dbGTw9MXRlvGZ7NEeiiy9R { display:block; }
 }@media only screen and (max-width: 1199px) { #N0iNp9oUFhOTfoQnRaLD6FqLX7xTms1i { width:12.8125rem;height:3.8125rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yC35cWMbLUQbEZWoc5KDXmX4UMS71XhQ { display:block; }
 }@media only screen and (max-width: 1199px) { #wHlNKlfORk6rp14oiShV8iAe09l2ntQG { 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) { #nnOz0sGsZCJrykRTZ420vfo3TkEBTfrI { top:32.96875rem;left:0rem;width:47.6875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oT4oCNiL1q0cWHCHM6uqTWgKhPzgzCax { width:7.5rem;height:4rem;top:0.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GHdMZn7kq7JScTTzOvfvqEo9dSS2M7Kh { width:45.25rem;height:21.25rem;top:22.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wnsF3KRWdXXBMkg9Q7gJEBMER0mZb49Z { width:12.75rem;height:11.25rem;top:15.66250038147rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pmufal9fVmKQK3Eh2dlyQnRb9PbKInzP { width:21.1875rem;height:15.25rem;top:3.71875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz { background-color:#1c6e4c;background-image:none;display:none; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container { width:47.75rem;height:42.375rem;position:relative;display:none; } }@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:19.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UdCWgF8GzVQmMwCQNHzWrXPvFIzDS6zT { top:35.199661254882rem;left:26.749999791384rem;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:33.637161254882rem;left:39.250001698732rem;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:28.0625rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #drs76u5U4kgabg3aEqbkQTfQvTierhFK { width:6.5625rem;height:7.5rem;top:33.637161254882rem;left:22.187499791384rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x7cT8npRpepU5eO8kWt4TRnTgqknQDwV { top:35.199661254882rem;left:6.1875002682209rem;width:14.75rem;height:2.275rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fuc79flxbA3sLF0fJmo8VUyOTqWzs1aF { top:29.049479484558rem;left:1.2500000298023rem;width:44.875rem;height:1.599825rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NaLbZQWIhNmzMbvWoxKI1g0Fip3IM8ae { display:none; }#NaLbZQWIhNmzMbvWoxKI1g0Fip3IM8ae > .row .container { width:47.75rem;height:15rem;position:relative;display:none; } }@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:none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { width:47.75rem;height:7.25rem;position:relative;display:none; } }@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:none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:none; } }@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:none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:none; } }@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:none; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:none; } }@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:none; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container { width:47.75rem;height:37.1875rem;position:relative;display:none; } }@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.7986125rem;top:4.3374996185303rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AwwkgJVznSuwbagEqLQbWTXS44b9hqfJ { width:46.25rem;height:2.9236125rem;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.7986125rem;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.7986125rem;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.7986125rem;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.7986125rem;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:none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { width:47.75rem;height:15.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { width:46.25rem;height:2.9236125rem;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.7986125rem;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:none; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container { width:47.75rem;height:32.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #GU5eJDIn9iRtNNLbBXqpHTGTcWRJqUO9 { width:46.25rem;height:2.9236125rem;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.7986125rem;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.19791875rem;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.7986125rem;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.7986125rem;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.7986125rem;top:10.66250038147rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { display:none; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container { width:47.75rem;height:35.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #d4KpiMJcG2hdP4DWZHxObn8yygq0BI5z { width:46.25rem;height:2.9236125rem;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.7986125rem;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.19791875rem;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.7986125rem;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.7986125rem;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.7986125rem;top:18rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m2QDfsN03g7anKya4vm5RAol4aAdrddi { display:none; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .row .container { width:47.75rem;height:28.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #slEhUluQuhf3eshEl5cD7i95nCqpgl5I { width:46.25rem;height:2.9236125rem;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.7986125rem;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.19791875rem;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.7986125rem;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.7986125rem;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:none; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container { width:47.75rem;height:20.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #H4hQuULb86Ht2pHdonfu1816lmSdZHqr { width:46.25rem;height:2.9236125rem;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.7986125rem;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.7986125rem;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:none; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container { width:47.75rem;height:33.6875rem;position:relative;display:none; } }@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.9236125rem;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.19791875rem;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.7986125rem;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.7986125rem;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.7986125rem;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:none; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container { width:47.75rem;height:36.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #WlPXD5c51JpnSn6DFrhPK0dwzUF2Ttzg { width:46.25rem;height:2.9236125rem;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.7986125rem;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.19791875rem;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.7986125rem;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.7986125rem;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.7986125rem;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:none; }#o0u1gC6bmLQok4tWP39Z882lBlFpe451 > .row .container { width:47.75rem;height:28.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Nk4TCfgwpcv0k6yf3BgXvcf4QGOCdbqa { width:46.25rem;height:2.9236125rem;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.7986125rem;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.7986125rem;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.7986125rem;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.7986125rem;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:none; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container { width:47.75rem;height:48.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #UVLiLOK8MsrcsF3wQIyIzEcZedqiCI2J { width:46.375rem;height:2.9236125rem;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.7986125rem;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.7986125rem;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.7986125rem;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.7986125rem;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.7986125rem;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.9236125rem;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.7986125rem;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:none; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .row .container { width:47.75rem;height:205.1875rem;position:relative;display:none; } }@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.7986125rem;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.19098125rem;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.7916625rem;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.19791875rem;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.788175rem;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.597225rem;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:16.79165rem;top:126.9375rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lFzinT6A6K1GbeLWSnhWrIIJcltAiXSh { width:35.8125rem;height:1.125rem;top:124.625rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oJU52PkLeNmSulqszFuTsM6ZedaiJoXf { width:36.6875rem;height:4.19791875rem;top:119.5625rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sb7qWVNx34Sbe1XXc8FQCRubT4yiez02 { width:3.75rem;height:3.75rem;top:119.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kSJXKL3MmFXHCmTGI4pnLNZUGiuBIBDE { width:0.625rem;height:0.625rem;top:121.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qOA5bRx1LHtEoyLGowSUGgB8Up3T4nmA { width:39.9375rem;height:13.9930375rem;top:158.125rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WaoEsch4wqr9gD1KGB9yOVsOTEyFx8km { width:35.8125rem;height:1.125rem;top:155.5625rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VRhTHf5MTXxakqL46uweR8bXOLbRav9O { width:30.25rem;height:4.19791875rem;top:151rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mu09vdlmUQTRwmUmeUyxOIlVaCLAKVaU { width:3.75rem;height:3.75rem;top:151.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mDqrbtTyI7lcHHyLSAed9DPLWfF25zME { width:0.625rem;height:0.625rem;top:152.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QzsOItHmxiJI8WOGiyD5WaFBc0mnTSHx { width:47.75rem;height:0.0625rem;top:145.75rem;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:147.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UxiekBeTVRmtaQCWnqoWB3efcscf1h9f { width:39.9375rem;height:22.3889rem;top:180.5625rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TrKg5VnDS3EQItd7bpk7TL6n2dokhQLG { width:35.8125rem;height:1.125rem;top:178.3125rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yDGmP6T8VXqFGv5JD7yB11y9LqcEbrnT { width:3.75rem;height:3.75rem;top:174.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZEalbaF36VACpSS0OhDUwBJpcFLtT34t { width:36.6875rem;height:4.19791875rem;top:173.8125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AxFxVDoNJSVdCcP33MdA3nRKCEun95ud { width:0.625rem;height:0.625rem;top:175.625rem;left:0.625rem;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:151rem;left:37.5rem;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:39.25rem;height:11.19445rem;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.597225rem;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:174.0625rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { display:none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { width:47.75rem;height:9.875rem;position:relative;display:none; } }@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) { #d0DQTiTaIzFHxGzG7CQBTaqex6GDIrcJ { display:none; }#d0DQTiTaIzFHxGzG7CQBTaqex6GDIrcJ > .row .container { width:47.75rem;height:33.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ttzdl2KQN6dwqdJiqufCaTqzg07LdDha { width:22.5rem;height:18.75rem;top:12.5rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #teVF9IXAT0ux4oqToHXduAVsUz9VKCXn { width:16.25rem;height:3.75rem;top:25rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wg6u3yh4MIlGKd9Erldycge2DeXX85U1 { display:block; }
 }@media only screen and (max-width: 1199px) { #b9fvvea6wIn9S41pdM6hTK4JAf5EM5LZ { width:22.5rem;height:4.875rem;top:18rem;left:12.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b9yycrLofCU9uXXCmc5y356Et5hEZ7uJ { width:22.4375rem;height:2.6rem;top:14.375rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xvNrhumluMb9BCMe4QVd3q51BK87Era8 { width:22.4375rem;height:0.975rem;top:23.25rem;left:12.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SOKRufdBTSQfKqGftDpl2pGiDsIAS8RM { width:22.5rem;height:0.975rem;top:29.375rem;left:12.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aVrs41gca0IVZJuDZUznArVSJiUIBi1B { 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) { #LEr80eidtNRL7aT4UxbF2oQEEd4G10vr { 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) { #uWGARx83Dr1TyGlXNOd9IVsJ4T4hZNni { width:7.0625rem;height:11.0625rem;top:1.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zBkJgGzeSDHe2gaQWHNNN81oKKiFpP61 { width:11.75rem;height:7.75rem;top:3.125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VmJmkpZT773Mynel57xNSaTlh4GbFoyc { display:none; }#VmJmkpZT773Mynel57xNSaTlh4GbFoyc > .row .container { width:47.75rem;height:33.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ZK5y58hcMRkGCEiNRfE6pMsVBmuL2JvF { width:22.5rem;height:18.75rem;top:12.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kIzP7B3QHXFU85QrNwWPR3U3NIv63h7k { width:22.5rem;height:18.75rem;top:12.5rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oXEmu132InsR20Onx0Uiqx8WDpKyMOcx { width:16.25rem;height:3.75rem;top:25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NHUXiQnwDtDW3KtAz66TcTFuXVUp1scP { display:block; }
 }@media only screen and (max-width: 1199px) { #FZqZJf27FWwwvcQEhsOwnG0OmfDciMAH { width:16.25rem;height:3.75rem;top:25rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JcZzSODtf0McfWkVfTwwehKTwznJ7F29 { display:block; }
 }@media only screen and (max-width: 1199px) { #bM3B2FoJhVyB0AWyc18sBO80cIJu5ekz { width:22.5rem;height:4.875rem;top:18rem;left:0.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wn5L5qxJy9crCmnqU3pCMAFFto23pgi4 { width:22.5625rem;height:4.875rem;top:18rem;left:24.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xPUEyATRDLC4S5AD2Q82lLvBtcQt29V4 { width:22.4375rem;height:2.6rem;top:14.375rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nXrgFqIXgUm5PVbFUONqNTymgPktbGDA { width:21.25rem;height:2.6rem;top:14.375rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZEZGsrittwR5ls0pDZ7DcpE4oVQi4sQ3 { width:22.4375rem;height:0.975rem;top:23.25rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eEbyw2sJOf8FT0DF9aZPfD4GIIQbxtKH { width:22.25rem;height:0.975rem;top:23.25rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CES3kWedmmzcu6lNCnAKxV4yFsSkPyLG { width:22.5rem;height:0.975rem;top:29.375rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yw17OaHtmt6kJniKWiUfdWgoZEiURaNu { 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) { #Zhy9AOrLxPWI0nwNgFC7tkb72wse2TuP { width:22.5rem;height:0.975rem;top:29.375rem;left:24.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CNkAehVkpILgF6gGrLRI53DK0qTvvKvk { width:6.6875rem;height:6.6875rem;top:12.5rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GU4IIt3al8P2EIQ0x6TDgC1TzV7RdpFA { 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) { #v0H4dbSxT9Xq8f7zDF7yHuV2vQOsaPKN { width:7.0625rem;height:11.0625rem;top:1.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nw7p7VrpQr6mhdbvEG4aHv5MJUHAu4EO { width:11.75rem;height:7.75rem;top:3.125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tCMxPkcWkpBTOCdSXCNK23la0hLVTGPy { display:none; }#tCMxPkcWkpBTOCdSXCNK23la0hLVTGPy > .row .container { width:47.75rem;height:41.75rem;position:relative;display:none; } }@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:20.874996185302rem;left:0.62500002980231rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HZnwThkhUNQXTt5Hn0Jkzu9rwpG8Gnct { width:22.4375rem;height:2.4375rem;top:22.874996185302rem;left:0.68750002980231rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NJFe31tObHJHHCGl0srBTSsdLA5ZR7rG { width:22.5rem;height:4.875rem;top:26.499996185302rem;left:0.68750002980231rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lIE30T6zzQ6q1AzbIbQXTOmdW8HQ7uB4 { width:22.4375rem;height:0.974825rem;top:31.749996185302rem;left:0.68750002980231rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lwbe785cmFdFpJuRNT9iCxICrtJOuo8V { width:6.6875rem;height:6.6875rem;top:20.937496185302rem;left:40.375001698732rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gwPLfKS7Mi21aHBaVL36CIOsBCrsDHSt { width:16.25rem;height:3.75rem;top:33.499996185302rem;left:3.7500002682209rem;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:37.874996185302rem;left:0.62500002980231rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IXMbaIinPPHtnIfRDxkNdEpX2Hfvp7Ur { width:22.5rem;height:18.125rem;top:21.187496185302rem;left:24.562499791384rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y9BM2HNyfckluSNGeH6LmUKUOE9gBHrT { width:22.5rem;height:0.974825rem;top:37.749996185302rem;left:24.562499791384rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xzgDuobpH9Bs28sZmhfrylNR3UBNuRih { width:22.25rem;height:0.974825rem;top:31.687496185302rem;left:24.687499791384rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s6lzx0h6gkXWRNWwaRmXRtAc98rv9IDc { width:16.25rem;height:3.75rem;top:33.437496185302rem;left:27.687499791384rem;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:26.437496185302rem;left:24.562499791384rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ecXsN3znbg9v2xux4T1hoKLUgiZcI9SU { width:21.25rem;height:2.4375rem;top:22.812496185302rem;left:25.187499791384rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pwVpvO736H6uz0bKi4lX4gzT6hTJBPO4 { width:47.75rem;height:1.381075rem;top:12.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vSAxKMPh0dkUlUTOxr0vpwx8fpE6HoML { width:46.4375rem;height:3.4375rem;top:11.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZqZkzaUP7qXIrMLkDQT13AhE9fv24TuF { display:block; }
 }@media only screen and (max-width: 1199px) { #dHVL0WdhTQGd23PSQavT6UUlUXQdohin { width:40.5625rem;height:2.9236125rem;top:16.505208492279rem;left:3.5937502682209rem;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) { #zgIIHtOhnu21axqUguuC2vQVr7WWuZQd { background-color:#1a734f;background-image:none;display:none; }#zgIIHtOhnu21axqUguuC2vQVr7WWuZQd > .row .container { width:47.75rem;height:40.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #tlAqny7n17NIanWdyhbGEcNNH1DZidQf { width:26.4375rem;height:1.625rem;top:0rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lQXRnVTcZW7BvXCPIti4BEVgsJuowMBE { 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) { #TWElXTstECesSeXTZR4Lera2Z3iTwfDA { 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) { #wXkyExF4HXQgattMFozwblxWWenwhM47 { 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) { #RydGbXqzJkTfadwvdqIm28SL2ndi4kre { 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) { #RUb1N3C6tE9kyIOiwtGNPvMiLPSvKaz5 { width:43.1875rem;height:1.3125rem;top:27rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LXPfFFGgJ1UTQMhPSsVzn1WqPI67dyEw { width:1.25rem;height:1.25rem;top:26.987499237061rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S6MT9uvrsusq29BhTTW97lnCgniKSwh7 { 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) { #DkeTFFoapKNORo7oizwErkoyfWtHCRVT { 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) { #J5TlhuvG3nQTT74o2nnDehJkOc06OvgX { 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) { #ECUvPz6SlBMe1CvvT7vc4lX30QKcm9qo { 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) { #gKzE8wlldLyqXVHGPyeboLJPHHWH68Sq { 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) { #FM1qox05SFtETvVvZMGG0r5Q7Pd4cGkk { 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) { #WQxKZHk3iQez9ob4xEREgJB1lWLfF0oF { width:42.8125rem;height:2.625rem;top:22.6875rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X7BIB0fNqZDVTZ340PmSoEhykShEK4pe { width:1.25rem;height:1.25rem;top:22.8125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pSPQX1XH5qSZl6vt6WZMTn9tKTcCT78v { width:43.1875rem;height:8.575rem;top:28.9375rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 { display:none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { width:47.75rem;height:28.1875rem;position:relative;display:none; } }@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:none; }#NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu > .row .container { width:47.75rem;height:4.375rem;position:relative;display:none; } }@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:none; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container { width:47.75rem;height:97.0625rem;position:relative;display:none; } }@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.05555625rem;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.935807228087rem;left:28.343749791384rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jal4q7MrPKkZTPAz2pVT9InVkmLT8sJe { width:6.8125rem;height:3.3125rem;top:65.779557228087rem;left:36.437501698732rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pvI5RadR3p0SMcrHDvitWkWwTnKqqkpe { width:11.8125rem;height:1.6875rem;top:79rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AIQ78XJi7OQWEoxWd3rlubd1onfJxFF3 { width:47.75rem;height:1.05555625rem;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.25rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b5lQpOHwhwHfpm4cHb1atcoRUarU8Bvr { width:6.875rem;height:3.375rem;top:78.125rem;left:39.6875rem;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.8125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cyRWemHPiyvOukH4e4iGhWmHim9FTIRc { width:7.125rem;height:3.25rem;top:84.4375rem;left:23.6875rem;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.5rem;left:0.875rem;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:80.1875rem;left:14rem;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) { #CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { display:none; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { width:47.75rem;height:45.9375rem;position:relative;display:none; } }@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:55.4375rem;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:11.25rem;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:25.1875rem;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) { #aDymRydETF0hHHOAk98aOnmkOH7kNbUf { width:37.5rem;height:1.25rem;top:0rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ebSbvwHLC74TzFlISNyDCrPh04yyRwN1 { top:46rem;left:0.625rem;width:46.5625rem;height:4.28125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#ebSbvwHLC74TzFlISNyDCrPh04yyRwN1 li:before{  }
 }@media only screen and (max-width: 1199px) { #JGQcbGT8t1AGIVgHBM2QQsdmwxGlXfoR { top:52.125rem;left:0.625rem;width:46.125rem;height:1.40625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #lrqg91mayGxKeLfsXgI1yrwtJmu3vsOr { top:43.375rem;left:0.625rem;width:46.125rem;height:1.40625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #wm3DIzO8s5a9KZaTgqqAKTU4VK1bc18P { display:block; } #bf4c990e47f00c785017d5f72da852d8.widget-smartsection *:focus-visible, #bf4c990e47f00c785017d5f72da852d8.widget-smartsection input[type="text"]:focus-visible, #bf4c990e47f00c785017d5f72da852d8.widget-smartsection input[type="email"]:focus-visible, #bf4c990e47f00c785017d5f72da852d8.widget-smartsection input[type="tel"]:focus-visible, #bf4c990e47f00c785017d5f72da852d8.widget-smartsection textarea:focus-visible { outline: none; } #wm3DIzO8s5a9KZaTgqqAKTU4VK1bc18P > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OE402bZvDz6qPtTbBzWCrHFwKzygNa0W { 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; }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W.adaptive-delivery-prevent-bg, #OE402bZvDz6qPtTbBzWCrHFwKzygNa0W.lazyload, #OE402bZvDz6qPtTbBzWCrHFwKzygNa0W.lazyloading { background-image: none; }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W > .row .container { background-color: transparent; background-image: none; }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W > .row .container > .video-iframe-container { display: none; }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W > .row > .video-iframe-container { display: none; }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W > .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); }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OE402bZvDz6qPtTbBzWCrHFwKzygNa0W > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6wbvHDOQE6LhzuiKg2OqEzXSfDbd9H8 { 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) { #c5SvbrwCapwD7TkJT7ofbMApQdXUVLuR { width:18.125rem;height:1.4625rem;top:29.5625rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #paVG6ACpm3758fmNe1iiERlHc8VOQlpD { width:16.25rem;height:3.75rem;top:28.125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGx5tvC7x4dbGTw9MXRlvGZ7NEeiiy9R { display:block; }
 }@media only screen and (max-width: 763px) { #N0iNp9oUFhOTfoQnRaLD6FqLX7xTms1i { 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) { #yC35cWMbLUQbEZWoc5KDXmX4UMS71XhQ { display:block; }
 }@media only screen and (max-width: 763px) { #wHlNKlfORk6rp14oiShV8iAe09l2ntQG { 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) { #nnOz0sGsZCJrykRTZ420vfo3TkEBTfrI { width:18.75rem;height:1.3rem;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) { #oT4oCNiL1q0cWHCHM6uqTWgKhPzgzCax { width:7.5rem;height:4rem;top:0.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHdMZn7kq7JScTTzOvfvqEo9dSS2M7Kh { width:20rem;height:23.625rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnsF3KRWdXXBMkg9Q7gJEBMER0mZb49Z { width:6.75rem;height:6.75rem;top:12.4375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmufal9fVmKQK3Eh2dlyQnRb9PbKInzP { width:20rem;height:14.375rem;top:4.375rem;left:0rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz { background-color:#1c6e4c;background-image:none;display:none; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container { width:20rem;height:55.125rem;position:relative;display:none; } }@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:36rem;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:51.4375rem;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:45.3125rem;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:45.3125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7cT8npRpepU5eO8kWt4TRnTgqknQDwV { width:9.375rem;height:2.1rem;top:51.4375rem;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:1.5rem;top:42.750005722046rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NaLbZQWIhNmzMbvWoxKI1g0Fip3IM8ae { display:none; }#NaLbZQWIhNmzMbvWoxKI1g0Fip3IM8ae > .row .container { width:20rem;height:13.125rem;position:relative;display:none; } }@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:none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { width:20rem;height:6.0625rem;position:relative;display:none; } }@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:none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { width:20rem;height:5.125rem;position:relative;display:none; } }@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:none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { width:20rem;height:5.125rem;position:relative;display:none; } }@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:none; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container { width:20rem;height:5.125rem;position:relative;display:none; } }@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:none; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container { width:20rem;height:35.625rem;position:relative;display:none; } }@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.5989625rem;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:none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { width:20rem;height:16.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { width:18.4375rem;height:2.5989625rem;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:none; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container { width:20rem;height:35.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GU5eJDIn9iRtNNLbBXqpHTGTcWRJqUO9 { width:18.4375rem;height:2.59895625rem;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:none; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container { width:20rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d4KpiMJcG2hdP4DWZHxObn8yygq0BI5z { width:18.4375rem;height:2.59895625rem;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:none; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container { width:20rem;height:20.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H4hQuULb86Ht2pHdonfu1816lmSdZHqr { width:18.4375rem;height:2.5989625rem;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.1111125rem;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.1111125rem;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:none; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container { width:20rem;height:32.25rem;position:relative;display:none; } }@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.5989625rem;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:none; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container { width:20rem;height:35.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WlPXD5c51JpnSn6DFrhPK0dwzUF2Ttzg { width:18.4375rem;height:2.5989625rem;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:none; }#o0u1gC6bmLQok4tWP39Z882lBlFpe451 > .row .container { width:20rem;height:27.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Nk4TCfgwpcv0k6yf3BgXvcf4QGOCdbqa { width:18.4375rem;height:2.5989625rem;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:none; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container { width:20rem;height:45.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UVLiLOK8MsrcsF3wQIyIzEcZedqiCI2J { width:18.4375rem;height:2.5989625rem;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.1111125rem;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.1111125rem;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.59895625rem;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:none; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .row .container { width:20rem;height:300.75rem;position:relative;display:none; } }@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.28904375rem;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.588525rem;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:38.984425rem;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:28.58856875rem;top:180.6875rem;left:1.5rem;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:178.48749923706rem;left:1.5625rem;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:171.61249923706rem;left:1.5625rem;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:108.9375rem;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.09115rem;top:226.5625rem;left:1.5rem;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:221.46250152588rem;left:1.5625rem;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:215.90000152588rem;left:1.5625rem;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:138rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDqrbtTyI7lcHHyLSAed9DPLWfF25zME { width:0.625rem;height:0.625rem;top:216.27500152588rem;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:211.13750076294rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXHOfHrMaCio8TkkV3virIekbSwCrXe3 { width:20rem;height:1.3rem;top:212.82500076294rem;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:36.38544375rem;top:262.375rem;left:1.5625rem;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:257.3125rem;left:1.5625rem;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:157.875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZEalbaF36VACpSS0OhDUwBJpcFLtT34t { width:18.4375rem;height:6.5625rem;top:250.3125rem;left:1.5625rem;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:250.65000152588rem;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:223.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0WC1AoTkcLGQ46HmAIromdhrfRCTOKJ { width:5rem;height:5rem;top:89.9375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wm50JbVdhm6KPBhpPfbyZiDBsciDpJkT { width:0.625rem;height:0.625rem;top:171.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtRN254TPKm4wJgS6ZK21cIL37LXvC29 { width:18.4375rem;height:14.2943rem;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:6.5625rem;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:259rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { display:none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@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) { #d0DQTiTaIzFHxGzG7CQBTaqex6GDIrcJ { display:none; }#d0DQTiTaIzFHxGzG7CQBTaqex6GDIrcJ > .row .container { width:20rem;height:30.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ttzdl2KQN6dwqdJiqufCaTqzg07LdDha { width:20rem;height:15.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #teVF9IXAT0ux4oqToHXduAVsUz9VKCXn { width:16.25rem;height:3.75rem;top:22.034378051757rem;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) { #wg6u3yh4MIlGKd9Erldycge2DeXX85U1 { display:block; }
 }@media only screen and (max-width: 763px) { #b9fvvea6wIn9S41pdM6hTK4JAf5EM5LZ { width:20rem;height:3.9rem;top:16.511459350586rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9yycrLofCU9uXXCmc5y356Et5hEZ7uJ { width:20rem;height:2.4375rem;top:13.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvNrhumluMb9BCMe4QVd3q51BK87Era8 { width:20rem;height:0.975rem;top:20.172912597656rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOKRufdBTSQfKqGftDpl2pGiDsIAS8RM { width:20rem;height:0.89375rem;top:26.471878051757rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVrs41gca0IVZJuDZUznArVSJiUIBi1B { 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) { #LEr80eidtNRL7aT4UxbF2oQEEd4G10vr { 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) { #uWGARx83Dr1TyGlXNOd9IVsJ4T4hZNni { width:7.0625rem;height:11.0625rem;top:2.8187561035156rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zBkJgGzeSDHe2gaQWHNNN81oKKiFpP61 { width:11.375rem;height:7.5rem;top:38.1875rem;left:1.0794844657883rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #VmJmkpZT773Mynel57xNSaTlh4GbFoyc { display:none; }#VmJmkpZT773Mynel57xNSaTlh4GbFoyc > .row .container { width:20rem;height:46.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZK5y58hcMRkGCEiNRfE6pMsVBmuL2JvF { width:20rem;height:15.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIzP7B3QHXFU85QrNwWPR3U3NIv63h7k { width:20rem;height:15.625rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXEmu132InsR20Onx0Uiqx8WDpKyMOcx { width:16.25rem;height:3.75rem;top:22.034378051757rem;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) { #NHUXiQnwDtDW3KtAz66TcTFuXVUp1scP { display:block; }
 }@media only screen and (max-width: 763px) { #FZqZJf27FWwwvcQEhsOwnG0OmfDciMAH { width:16.25rem;height:3.75rem;top:38.721878051757rem;left:1.875rem;font-size:1rem;background-color:#dfdfdf;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) { #JcZzSODtf0McfWkVfTwwehKTwznJ7F29 { display:block; }
 }@media only screen and (max-width: 763px) { #bM3B2FoJhVyB0AWyc18sBO80cIJu5ekz { width:20rem;height:3.9rem;top:16.511459350586rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn5L5qxJy9crCmnqU3pCMAFFto23pgi4 { width:20rem;height:3.9rem;top:33.335418701172rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPUEyATRDLC4S5AD2Q82lLvBtcQt29V4 { width:20rem;height:2.4375rem;top:13.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXrgFqIXgUm5PVbFUONqNTymgPktbGDA { width:17.5625rem;height:2.4375rem;top:30.5625rem;left:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEZGsrittwR5ls0pDZ7DcpE4oVQi4sQ3 { width:20rem;height:0.975rem;top:20.172912597656rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEbyw2sJOf8FT0DF9aZPfD4GIIQbxtKH { width:20rem;height:0.975rem;top:36.872909545899rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CES3kWedmmzcu6lNCnAKxV4yFsSkPyLG { width:20rem;height:0.89375rem;top:26.471878051757rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw17OaHtmt6kJniKWiUfdWgoZEiURaNu { 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) { #Zhy9AOrLxPWI0nwNgFC7tkb72wse2TuP { width:20rem;height:0.89375rem;top:43.287506103516rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNkAehVkpILgF6gGrLRI53DK0qTvvKvk { width:5rem;height:5rem;top:12.5rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU4IIt3al8P2EIQ0x6TDgC1TzV7RdpFA { 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) { #v0H4dbSxT9Xq8f7zDF7yHuV2vQOsaPKN { width:7.0625rem;height:11.0625rem;top:2.8187561035156rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nw7p7VrpQr6mhdbvEG4aHv5MJUHAu4EO { width:11.375rem;height:7.5rem;top:38.1875rem;left:1.0794844657883rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #tCMxPkcWkpBTOCdSXCNK23la0hLVTGPy { display:none; }#tCMxPkcWkpBTOCdSXCNK23la0hLVTGPy > .row .container { width:20rem;height:59.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dIiC5IvQQ3TEO6NTI9GgyUiwPUASXZ3D { width:20rem;height:6.5989375rem;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:25.812507629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZnwThkhUNQXTt5Hn0Jkzu9rwpG8Gnct { width:20rem;height:2.4375rem;top:27.000007629394rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJFe31tObHJHHCGl0srBTSsdLA5ZR7rG { width:20rem;height:3.9rem;top:29.812507629394rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIE30T6zzQ6q1AzbIbQXTOmdW8HQ7uB4 { width:20rem;height:0.974825rem;top:33.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwbe785cmFdFpJuRNT9iCxICrtJOuo8V { width:5rem;height:5rem;top:42.680557250976rem;left:14.999999761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwPLfKS7Mi21aHBaVL36CIOsBCrsDHSt { width:16.25rem;height:3.75rem;top:35.375rem;left:1.875rem;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:39.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXMbaIinPPHtnIfRDxkNdEpX2Hfvp7Ur { width:20rem;height:15.625rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9BM2HNyfckluSNGeH6LmUKUOE9gBHrT { width:20rem;height:0.89323125rem;top:56.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzgDuobpH9Bs28sZmhfrylNR3UBNuRih { width:20rem;height:0.974825rem;top:50.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6lzx0h6gkXWRNWwaRmXRtAc98rv9IDc { width:16.25rem;height:3.75rem;top:52.1875rem;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) { #CZqBsfUnJorU7dLEgUpVDfpRF6upihWX { display:block; }
 }@media only screen and (max-width: 763px) { #XHDZ1x34sDvvOKAWcgXZ5G8bCgngOuiS { width:20rem;height:3.9rem;top:46.6875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecXsN3znbg9v2xux4T1hoKLUgiZcI9SU { width:20rem;height:2.4375rem;top:43.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwVpvO736H6uz0bKi4lX4gzT6hTJBPO4 { width:18.125rem;height:3.65625rem;top:12.5625rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSAxKMPh0dkUlUTOxr0vpwx8fpE6HoML { width:20rem;height:4.875rem;top:11.956253051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqZkzaUP7qXIrMLkDQT13AhE9fv24TuF { display:block; }
 }@media only screen and (max-width: 763px) { #dHVL0WdhTQGd23PSQavT6UUlUXQdohin { width:20rem;height:4.875rem;top:18.742187023163rem;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) { #zgIIHtOhnu21axqUguuC2vQVr7WWuZQd { display:none; }#zgIIHtOhnu21axqUguuC2vQVr7WWuZQd > .row .container { width:20rem;height:57.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tlAqny7n17NIanWdyhbGEcNNH1DZidQf { width:20rem;height:1.4625rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQXRnVTcZW7BvXCPIti4BEVgsJuowMBE { width:17.5rem;height:2.45rem;top:3.0874938964844rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWElXTstECesSeXTZR4Lera2Z3iTwfDA { display:flex;width:1.25rem;height:1.25rem;top:3.2749938964844rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #wXkyExF4HXQgattMFozwblxWWenwhM47 { display:flex;width:1.25rem;height:1.25rem;top:22.774993896484rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #RydGbXqzJkTfadwvdqIm28SL2ndi4kre { width:17.5rem;height:6.125rem;top:22.649993896484rem;left:2.5rem;font-size:0.875rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #RUb1N3C6tE9kyIOiwtGNPvMiLPSvKaz5 { width:17.5rem;height:2.625rem;top:38.787506103516rem;left:2.5rem;font-size:0.9375rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #LXPfFFGgJ1UTQMhPSsVzn1WqPI67dyEw { display:flex;width:1.25rem;height:1.25rem;top:38.912506103516rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #S6MT9uvrsusq29BhTTW97lnCgniKSwh7 { width:17.5rem;height:3.675rem;top:7.3625030517575rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkeTFFoapKNORo7oizwErkoyfWtHCRVT { display:flex;width:1.25rem;height:1.25rem;top:7.4250030517575rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #J5TlhuvG3nQTT74o2nnDehJkOc06OvgX { width:17.5rem;height:3.675rem;top:12.887496948243rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECUvPz6SlBMe1CvvT7vc4lX30QKcm9qo { display:flex;width:1.25rem;height:1.25rem;top:13.012496948243rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #gKzE8wlldLyqXVHGPyeboLJPHHWH68Sq { width:17.5rem;height:2.45rem;top:18.34375rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM1qox05SFtETvVvZMGG0r5Q7Pd4cGkk { display:flex;width:1.25rem;height:1.25rem;top:18.5625rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #WQxKZHk3iQez9ob4xEREgJB1lWLfF0oF { width:17.5rem;height:6.125rem;top:30.75rem;left:2.5rem;font-size:0.875rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #X7BIB0fNqZDVTZ340PmSoEhykShEK4pe { display:flex;width:1.25rem;height:1.25rem;top:30.875rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #pSPQX1XH5qSZl6vt6WZMTn9tKTcCT78v { width:17.5rem;height:13.65rem;top:41.84375rem;left:2.5rem;font-size:0.8125rem;z-index:15152;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:none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.adaptive-delivery-prevent-bg, #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.lazyload, #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.lazyloading { background-image: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { width:20rem;height:31.0625rem;position:relative;display:none; } }@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:none; }#NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu > .row .container { width:20rem;height:6rem;position:relative;display:none; } }@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:none; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container { width:20rem;height:127.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pVTm3RJDdH3JPLyr4CFQKLkJ0TtzaVfM { width:15rem;height:4.5486125rem;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:6.1875rem;height:4.0625rem;top:102.71875rem;left:1.90625rem;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:8.75rem;height:3.375rem;top:103.0625rem;left:10.249999761581rem;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:6.5rem;height:3.5625rem;top:98.625rem;left:11.249999761581rem;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) { #CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { display:none; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { width:20rem;height:59.6875rem;position:relative;display:none; } }@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.59895625rem;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.59895625rem;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.59895625rem;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.8984375rem;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:66.9375rem;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:23.90625rem;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:35.4375rem;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) { #aDymRydETF0hHHOAk98aOnmkOH7kNbUf { width:20rem;height:1.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ebSbvwHLC74TzFlISNyDCrPh04yyRwN1 { width:20rem;height:9.15625rem;top:51.178131103516rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#ebSbvwHLC74TzFlISNyDCrPh04yyRwN1 li:before{  }
 }@media only screen and (max-width: 763px) { #JGQcbGT8t1AGIVgHBM2QQsdmwxGlXfoR { width:20rem;height:2.8125rem;top:62.209375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lrqg91mayGxKeLfsXgI1yrwtJmu3vsOr { width:20rem;height:1.40625rem;top:48.615625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wm3DIzO8s5a9KZaTgqqAKTU4VK1bc18P { display:block; } #bf4c990e47f00c785017d5f72da852d8.widget-smartsection *:focus-visible, #bf4c990e47f00c785017d5f72da852d8.widget-smartsection input[type="text"]:focus-visible, #bf4c990e47f00c785017d5f72da852d8.widget-smartsection input[type="email"]:focus-visible, #bf4c990e47f00c785017d5f72da852d8.widget-smartsection input[type="tel"]:focus-visible, #bf4c990e47f00c785017d5f72da852d8.widget-smartsection textarea:focus-visible { outline: none; } #wm3DIzO8s5a9KZaTgqqAKTU4VK1bc18P > .row .container { position:relative;display:block; } }