.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); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c6d4c;background-image:url("https://images.assets-landingi.com/uc/ff984b81-440e-4399-927d-08b6f6e2ba69/APD2026WeterynariaWAW_D.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.adaptive-delivery-prevent-bg, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyload, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyloading { background-image: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { background-color: transparent; background-image: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container > .video-iframe-container { display: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container { display: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { border-width: 0; border-radius: 0; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#Bm6RlfWcQwzhZGK8dTZZG9Hq2mLOFBnH { color: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; }
#bRx91IV4ZWi08yGyuIlByZAAxzi1xDzo { 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:21.9375rem;left:47.53125rem;height:5.36198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ucUyCaJh51sJUgnVHQT7UTe6eahWQ1W7 { background-color:#ff8d07;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(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; }
#JnRHr88dExXLTqyrupyRFD4lX6IWO7qq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HaF1zAzusoa7woyC9lEmFf94PKPG55bH { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f8c019, 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; }
#ZxFugxJJ0orkhPP36B0Lzx9IrhrEPTMM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tne0xHc36NL8I6LEA9Viuze2Rd1UdhcW { 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.3875rem;text-align:center;text-align-last:center;display:block; }
#QmOF7iTy41arbl6WkDmr20x4e1XmfNvV { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;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.125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SQ4oigMAFgvJ28myhdgdxTEBXTEAgF2h { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:10.5rem;top:3.75rem;left:51.0625rem;overflow:hidden;display:block; }
#IxqScsThT1ZlRGG1XVNaDzyrMG9aRutg { box-sizing:content-box;height:35rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:1.25rem;left:37.5rem;display:block; }
#L1VN7C5xEzpcLiSRJv9Kb3T9wlNyprew { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:17.1875rem;top:11.33749961853rem;left:29.03125rem;overflow:hidden;display:block; }
#BJ3tJIiCn6AuzlSO4Iimmncv4CwGO7qB { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.4375rem;width:31.1875rem;top:3.75rem;left:3.125rem;overflow:hidden;display:none; }
#ruDlTD3TnMeRTPwHWQsdXmTeBdD7Lwxy { 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:15.625rem;height:3.75rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:29.875rem;left:40rem;display:block; }
#nwbk8mT58gIQ3HsAPggsMWxhFH6sfJuv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UZ89xgIaSi4TDBxdeH6AZSSBtx7v13Ke { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(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-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:29.875rem;left:56.875rem;display:block; }
#LcnZb5gZWaMVfiqUpwtPQg59AyyA21W2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u0Pxs3i0oUB4VkN4Lhia1Jdlf5ITRDA8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color: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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.25rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:1.25rem;left:4.5625rem;display:block; }
#IRpQzRP9c2p50Vp6WqCKHHdounN5NhHA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WnwtAC4wgB4kON9TvUPvTm6C77kbBXci { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color: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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:1.25rem;left:12.8125rem;display:block; }
#cVv1tuxw69XT5A3LgP40C5L9IrxKr3TG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xBZKN5EXoVNTiW1syhwTgaW05eitrise { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color: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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.25rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:1.25rem;left:18.375rem;display:block; }
#d4Qxf56BJe9H3BKd1LqKMyaSEmEPfFmi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lh8MlRsQkbuVR0vI1DJTiKooQTRPB4tv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color: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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:1.25rem;left:27.5rem;display:block; }
#sAlm9X6w1c1FARAco4r2hLDdypHOCzci { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nHAwLf4fgVnDJvympGwoSXmIt1z6UM57 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color: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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.25rem;height:2.25rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:1.25rem;left:24.125rem;display:block; }
#iAhocDc1znclEgzAEciRWbPnkpdMcooI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fp7p5aCuMV0FdBiSoq5NwNc1caRC3TI6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c6d4c;background-image:url("https://images.assets-landingi.com/uc/ff984b81-440e-4399-927d-08b6f6e2ba69/APD2026WeterynariaWAW_D.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:none; }#fp7p5aCuMV0FdBiSoq5NwNc1caRC3TI6.adaptive-delivery-prevent-bg, #fp7p5aCuMV0FdBiSoq5NwNc1caRC3TI6.lazyload, #fp7p5aCuMV0FdBiSoq5NwNc1caRC3TI6.lazyloading { background-image: none; }#fp7p5aCuMV0FdBiSoq5NwNc1caRC3TI6 > .row .container { border-width: 0; border-radius: 0; }#fp7p5aCuMV0FdBiSoq5NwNc1caRC3TI6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fp7p5aCuMV0FdBiSoq5NwNc1caRC3TI6 > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#OMKDZ0tx9oJkC9FUbpZi6NM65cKFDWuR { 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; }
#uLVXrOl7quZMEhHbnCJucUQHQmbviJ9H { 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:21.9375rem;left:47.53125rem;height:5.36198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XW26LRzN2QaAAOAO5x9DSdsvn6yLAVWl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color: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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.25rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:1.25rem;left:0rem;display:block; }
#aIyK2x8rKTanJuP5QKOML9BWT7AyPnwb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vgr3uCCOMuEckruWqpQ2VzaDILoqyuOw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color: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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.25rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:1.25rem;left:13.8125rem;display:block; }
#p93HIPtGy95yNQqXS9PP33ufqBDfBMiv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GCLTkVrNPiKwwoRWq0Zhok6TqnVld73X { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color: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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:1.25rem;left:8.25rem;display:block; }
#U0DT5RNPORsgUIqhAWLIIgoEBr0cJTzH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ndKelkC1Di7wdLJnWDCQsFyeOyUZdTLs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color: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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.25rem;height:2.25rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:1.25rem;left:26.75rem;display:block; }
#kVO3TzOTTn8yDFthtxneLc49FlWRIyGy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KPm9XlATciHhRFXfDBccrRrlLsv2tJk5 { 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; }
#TxabAJpq3pJtT3LhaRx9ESakMcedSeq7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PcLtMxROUgUPINoFSmx4Ta4NcnC5A5uk { 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; }
#ZNWLPTnhWttpcmTyp9HV3dPUNga4wr8V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rflBuHpfWWuRsmtdsXgvzoFb2Isx3umh { 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.3875rem;text-align:center;text-align-last:center;display:block; }
#Q9gDKd0eFJc7Tdc2VMhpnbWQgIAaTce0 { 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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:29.875rem;left:40rem;display:block; }
#TeEVTwx8CF0TrvvDXp9ttMukgmyk1HTF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sS2Rhog1VMU2F6ui0GFUes11zWGiDc3x { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(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-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:29.875rem;left:56.875rem;display:block; }
#VX5agT2osdUATMdg0Evhps3ZQ67w5kRZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QLpL3r3uOa1GWzTSEBlEFcsp0rlPaP2C { 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:39.375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LH6kpdrswyDPoCiTzlW7p1qM5NWMDJmU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color: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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:1.25rem;left:30.125rem;display:block; }
#xKnkCpPpwFWmZlpgqI04r26VVsoe8OWu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZFhRRtEp7Bgi1vSMqfPN1qMv44MoIxZ5 { 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; }
#NgTNSEb0UA86FBbG6XBeUKssk0MKWCQT { 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; }
#I0GzAEnKRCslpxbXnH35pAFugmBDd6Xm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color: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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.25rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:1.25rem;left:19.6875rem;display:block; }
#DAte9IHcCV8S4dtN7bPwMn38AaqALtCg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UXzvianFHTvrntMMC3PrBgcObTZNNA9W { 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; }
#SR1zLBsNmyym8NSvqZFyzzRyNKqiV7iG { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:19.356250762939rem;left:47.84375rem; }
#GRemaBvX9xtTpcRmHLqGTcoTAr69oTM0 { 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.8125rem;height:2rem;text-decoration:none;z-index:15143;text-align:center;text-align-last:center;top:19.125rem;left:47.625rem;display:block; }
#svf2KbMpyUwkTd6TuChNBSek7Xez03vd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wxAq3Pc6NRVOXgQgAIKT2SMWt1odgLz6 { 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:block; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container { background-color: transparent; background-image: none; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container > .video-iframe-container { display: none; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row > .video-iframe-container { display: none; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container { border-width: 0; border-radius: 0; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#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:15.9982625rem;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:30.90625rem;left:52.125rem;height:2.45rem;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:28.1875rem;left:65.625rem;overflow:hidden;display:block; }
#wJBvn0BLKfL2DbKMXJHUp9iAKozIsy8w { box-sizing:content-box;height:25.875rem;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:28.1875rem;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:30.875rem;left:32.3125rem;height:2.45rem;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; }
#fAolmxdoI4ADa9AhTyuZhbZwabJxvKoG { box-sizing:content-box;height:1.25rem;width:37.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:37.5rem;display:block; }
#CwQpGQyZMAL468ho50fdcuWd7LEtIvAd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f6e16893-8194-41f5-822b-1377ce3f232c/APD_2025_WETERYNARIA_WAW_puste.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CwQpGQyZMAL468ho50fdcuWd7LEtIvAd.adaptive-delivery-prevent-bg, #CwQpGQyZMAL468ho50fdcuWd7LEtIvAd.lazyload, #CwQpGQyZMAL468ho50fdcuWd7LEtIvAd.lazyloading { background-image: none; }#CwQpGQyZMAL468ho50fdcuWd7LEtIvAd > .row .container { background-color: transparent; background-image: none; }#CwQpGQyZMAL468ho50fdcuWd7LEtIvAd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.25); }#CwQpGQyZMAL468ho50fdcuWd7LEtIvAd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CwQpGQyZMAL468ho50fdcuWd7LEtIvAd > .row .container > .video-iframe-container { display: none; }#CwQpGQyZMAL468ho50fdcuWd7LEtIvAd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.25); }#CwQpGQyZMAL468ho50fdcuWd7LEtIvAd > .row > .video-iframe-container { display: none; }#CwQpGQyZMAL468ho50fdcuWd7LEtIvAd > .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); }#CwQpGQyZMAL468ho50fdcuWd7LEtIvAd > .row .container { border-width: 0; border-radius: 0; }#CwQpGQyZMAL468ho50fdcuWd7LEtIvAd::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; }#CwQpGQyZMAL468ho50fdcuWd7LEtIvAd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CwQpGQyZMAL468ho50fdcuWd7LEtIvAd > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#bt5eRBlwTaCMwLCRgnBZX12ULCtAgKIU { color:rgba(var(--color-primary-3),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:29.0625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iqklHVEZirSO8WcToqb8lloU4A7HKJ1J { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:3.4375rem;left:29.0625rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tUD5gMoZhG9PNsTsANPqP7XonNTBIXMq { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:3.4375rem;left:4.03125rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QQz7yMc4BdSBZBKWtfJe463utN4Pg3rV { color:rgba(var(--color-primary-3),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2rem;left:4.03125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bb6m0Bt0dgf0V12mbQb0EgLqZeNZgxTt { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:3.4375rem;left:54.0625rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DDchwNU5J8p0BOHWEXaPzwZECQCmvQJ4 { color:rgba(var(--color-primary-3),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2rem;left:54.0625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J2qubfMvTzo7z9vN5hNdQWyUdWlfErQX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:1.625rem;left:0rem; }
#LJ1JNWlSTCbTPMQftmOGD58Pg7zdSTnf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:1.625rem;left:25rem; }
#TPWXIPXgQx70W7FBr3gSTFQC7ZyRxMv9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:1.625rem;left:50rem; }
#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:block; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { background-color: transparent; background-image: none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container > .video-iframe-container { display: none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row > .video-iframe-container { display: none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { border-width: 0; border-radius: 0; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color: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:block; }#tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { position:relative;display:block; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { background-color: transparent; background-image: none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container > .video-iframe-container { display: none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row > .video-iframe-container { display: none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { border-width: 0; border-radius: 0; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color: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:block; }#sXwTlzhUyvh8NypcvHzTIuWHvkuF2pVT { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e2e2e2;background-image:none;top:0rem;left:0rem;display:block; }
#NrIr88RKHso8ifn9DF3gU2RlHo8y7qZQ { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e2e2e2;background-image:none;top:3.3125rem;left:0rem;display:block; }
#OevOQO2WmKb1n1cXfaJsWbxgl79CSTUb { color: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:6rem;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.71875rem;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:block; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { background-color: transparent; background-image: none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container > .video-iframe-container { display: none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row > .video-iframe-container { display: none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { border-width: 0; border-radius: 0; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color: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:block; }#IP1T5gyWwqR7wGCduFGAQOyQNTphhLrs { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e2e2e2;background-image:none;top:0rem;left:0rem;display:block; }
#fgAhRtsGQy6QHe0ouePTGXlUvWkpDQKi { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e2e2e2;background-image:none;top:3.3125rem;left:0rem;display:block; }
#bao2MTuPg3JX5S94vsFnMgKQHJAgtQd6 { color: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:6.0625rem;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.9375rem;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:block; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { background-color: transparent; background-image: none; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container > .video-iframe-container { display: none; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row > .video-iframe-container { display: none; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { border-width: 0; border-radius: 0; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color: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:block; }#aA9llxcelB8Owf6OI0rrtLazC76sDBAO { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e2e2e2;background-image:none;top:0rem;left:0rem;display:block; }
#UnW6eM6sBzGEcPKUdZQXcpJSZFEINOK3 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e2e2e2;background-image:none;top:3.3125rem;left:0rem;display:block; }
#HyrQw9Dmn5XTRiFfmwcZm8Cna1EP01Xm { color: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:block; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { background-color: transparent; background-image: none; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container > .video-iframe-container { display: none; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row > .video-iframe-container { display: none; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { border-width: 0; border-radius: 0; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#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.19375rem;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:4.5625rem;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:4.2057266235351rem;left:1.875rem;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:9.5rem;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:15.375rem;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:14.875rem;left:1.875rem;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:18.125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;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:21.625rem;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:24.5rem;left:1.875rem;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:21.25rem;left:1.875rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;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:27.8125rem;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:27.5rem;left:1.875rem;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:32.625rem;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:32.25rem;left:1.875rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;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:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { background-color: transparent; background-image: none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container > .video-iframe-container { display: none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row > .video-iframe-container { display: none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { border-width: 0; border-radius: 0; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;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:5.75rem;left:0rem;display:block; }
#q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;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.375rem;left:1.875rem;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:35.625rem;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.625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;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:11.6875rem;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; }
#zbV5AuJaA3GdMSe5c5TMKyoeeqJNhm3y { box-sizing:content-box;height:5.875rem;width:75rem;position:absolute;display:block;z-index:15047;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:4.4750003814697rem;left:-0.0625rem;display:block; }
#GONTZb9EpAnZlTBlWw2gSstSVvJKgOBE { color:rgba(var(--color-tertiary-1),1);display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15043;line-height:1.5;letter-spacing:0;top:8.625rem;left:39.4375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fnZtFMSo7I6SB0qaBCPrlwQx7p5QTrby { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15042;line-height:1.4;letter-spacing:0;top:5.375rem;left:39.4375rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yfT3TgePWKMiZ9eNC0Tc4GUtXKxoNRnE { 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:15046;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6rem;left:37.5rem;display:block; }
#azrGH5PUdhz9Mv0AhPbK7f1E9LlwgTwC { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:0rem;left:37.5rem;height:3.25rem;font-style:normal;display:block; }
#qLz9C9KhKQVysFZuIpAwEBWyLeVDFfX5 { position:relative;display:block; }#qLz9C9KhKQVysFZuIpAwEBWyLeVDFfX5 { background-color: transparent; background-image: none; }#qLz9C9KhKQVysFZuIpAwEBWyLeVDFfX5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLz9C9KhKQVysFZuIpAwEBWyLeVDFfX5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLz9C9KhKQVysFZuIpAwEBWyLeVDFfX5 > .row .container > .video-iframe-container { display: none; }#qLz9C9KhKQVysFZuIpAwEBWyLeVDFfX5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLz9C9KhKQVysFZuIpAwEBWyLeVDFfX5 > .row > .video-iframe-container { display: none; }#qLz9C9KhKQVysFZuIpAwEBWyLeVDFfX5 > .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); }#qLz9C9KhKQVysFZuIpAwEBWyLeVDFfX5 { border-width: 0; border-radius: 0; }#qLz9C9KhKQVysFZuIpAwEBWyLeVDFfX5 > .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; }#qLz9C9KhKQVysFZuIpAwEBWyLeVDFfX5 > .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.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ag0UOXcgmde9BT6xAXVJnDomTTAS4Hsq { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;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:0rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#GlAF4W73CICnvSqdAbCD2dkUKAd2WCO7 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:5.375rem;left:1.9375rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qh6OhCB0g5MXizhnwC5skNgOORW7sxUo { 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:15030;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6rem;left:0rem;display:block; }
#l3GJN9iAA7v0b5cDOWyQihIFDVa0Lb7Q { color:rgba(var(--color-tertiary-1),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:8.60000038147rem;left:1.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ESG3FpgfVKd96gNp8CQ2z6mbsPbWVyGS { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:11.542708396912rem;left:1.9375rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NAmCmw3SNogL0kIh2V1epoxZruKyvPLp { 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:12.0625rem;left:0rem;display:block; }
#g4facWrpEz74OlaliZ78rindEGMr1VAV { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;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:16.25rem;left:1.9375rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e0OPOOxHBefU5vFf2zAK1bho4y3NIwVJ { 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:15032;background-color:rgba(var(--color-primary-3),1);background-image:none;top:16.546875rem;left:0rem;display:block; }
#whVWMQu0QnkCyR26DwI7PfLcsR5mVm7Q { 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; }
#mTX6Klfxfvl1Ldfv9127UHeNTzGLb6Tu { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15042;line-height:1.4;letter-spacing:0;top:19.375rem;left:39.4375rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#THA75HM7SpTJHm97pMinCwaSsncyXWrx { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15040;line-height:1.4;letter-spacing:0;top:11.5625rem;left:39.4375rem;height:4.4609375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ikwGaL5tmKVNKRI4MSP0edbkhhE7ObKE { color:rgba(var(--color-tertiary-1),1);display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:8.625rem;left:39.4375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qxeyUc5COsM141rvXygW3m1OEetv5eW7 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3125rem;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:5.375rem;left:39.4375rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VXyhyQI8XP1uRDZAKHny6I4IgOKQtkBt { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:0rem;left:37.5rem;height:3.25rem;font-style:normal;display:block; }
#A6QVffFryU3uz10hgFfNze4WTVDBJbOP { 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:15038;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6rem;left:37.5rem;display:block; }
#unhorhmeGyn7f1t72gKTmEyTMbqkhUBu { 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:15039;background-color:rgba(var(--color-primary-3),1);background-image:none;top:12.0625rem;left:37.5rem;display:block; }
#CDqyodNLfBoJkIfN38q0PPM9xs0kyAX6 { 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:15040;background-color:rgba(var(--color-primary-3),1);background-image:none;top:19.6875rem;left:37.5rem;display:block; }
#HQ80UMZ03VM6mQvkT2Ry5lluNSsPFJh4 { color:rgba(var(--color-tertiary-1),1);display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:16.375rem;left:39.46875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { position:relative;display:block; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { background-color: transparent; background-image: none; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container > .video-iframe-container { display: none; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row > .video-iframe-container { display: none; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { border-width: 0; border-radius: 0; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GU5eJDIn9iRtNNLbBXqpHTGTcWRJqUO9 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;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:5.75rem;left:0rem;display:block; }
#M7U44x4eiqpaogcPhmxGVPsTpKcd5Wrv { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;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.375rem;left:1.875rem;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:35.625rem;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.625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;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:11.9375rem;left:0rem;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:18.25rem;left:0rem;display:block; }
#WwbIkxmBiTK6ip0VnwFcAbuaHThxg7Fs { color:rgba(var(--color-tertiary-1),1);display:block;width:35.625rem;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:21.0625rem;left:1.875rem;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:35.625rem;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:17.8125rem;left:1.875rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;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:24.5rem;left:0rem;display:block; }
#q1NU5uZev2rS3rK7H61elXGxVe6AlwGA { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;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:24.125rem;left:1.875rem;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:29.25rem;left:0rem;display:block; }
#eXiuPg3NqDgXxy9Fxr066kQyddD9ZmVo { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;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.875rem;left:1.875rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;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:35.625rem;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:14.8125rem;left:1.875rem;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:35.625rem;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:11.625rem;left:1.875rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { position:relative;display:block; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { background-color: transparent; background-image: none; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container > .video-iframe-container { display: none; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row > .video-iframe-container { display: none; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { border-width: 0; border-radius: 0; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#d4KpiMJcG2hdP4DWZHxObn8yygq0BI5z { color: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:5.75rem;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.375rem;left:1.875rem;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.625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;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:12.125rem;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:15rem;left:1.875rem;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:60.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:11.768737792969rem;left:1.875rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;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:25rem;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:24.5rem;left:1.875rem;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:29.75rem;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:29.269805908203rem;left:1.875rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#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:18.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:21.4375rem;left:1.875rem;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:18.1875rem;left:1.875rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m2QDfsN03g7anKya4vm5RAol4aAdrddi { position:relative;display:block; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi { background-color: transparent; background-image: none; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .row .container > .video-iframe-container { display: none; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .row > .video-iframe-container { display: none; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2QDfsN03g7anKya4vm5RAol4aAdrddi { border-width: 0; border-radius: 0; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#slEhUluQuhf3eshEl5cD7i95nCqpgl5I { color: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:6rem;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.4375rem;left:1.875rem;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.6875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;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:12.25rem;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:15.0625rem;left:1.875rem;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:11.767700195312rem;left:1.875rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;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:18.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:18.125rem;left:1.875rem;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:23.3125rem;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:22.830200195312rem;left:1.875rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;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:block; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { background-color: transparent; background-image: none; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container > .video-iframe-container { display: none; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row > .video-iframe-container { display: none; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { border-width: 0; border-radius: 0; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H4hQuULb86Ht2pHdonfu1816lmSdZHqr { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;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:5.8125rem;left:0rem;display:block; }
#C8NOH5MXLZSMwoOx6fAqvAwCU9VmWZav { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;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.375rem;left:1.875rem;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:75rem;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.5625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SMuzv9KZH2AsNyMha203zqGAAuTlzLOs { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;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:14.6875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eIDMTrcTeD4r0FgT9CpfSegx5IXqbTat { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;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:11.5rem;left:1.875rem;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:11.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:23.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:23.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:23.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:23rem;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:23.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; }
#q8BCCgW8LdmKz4z8ERSaTU8dImc3hGnc { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:17.6875rem;left:1.875rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M0D43o8zBLaBppr9kRVhhOTCzfAaWUXk { 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:15022;background-color:rgba(var(--color-primary-3),1);background-image:none;top:18.125rem;left:0rem;display:block; }
#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { position:relative;display:block; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { background-color: transparent; background-image: none; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container > .video-iframe-container { display: none; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row > .video-iframe-container { display: none; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { border-width: 0; border-radius: 0; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#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.19375rem;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.1875rem;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:10.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:9.5625rem;left:1.875rem;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:12.75rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;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:16.125rem;left:0rem;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:15.6875rem;left:1.875rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#K1PagCP0cNJWdRsqonfwfsV276H34wi7 { position:relative;display:block; }#K1PagCP0cNJWdRsqonfwfsV276H34wi7 { background-color: transparent; background-image: none; }#K1PagCP0cNJWdRsqonfwfsV276H34wi7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1PagCP0cNJWdRsqonfwfsV276H34wi7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1PagCP0cNJWdRsqonfwfsV276H34wi7 > .row .container > .video-iframe-container { display: none; }#K1PagCP0cNJWdRsqonfwfsV276H34wi7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1PagCP0cNJWdRsqonfwfsV276H34wi7 > .row > .video-iframe-container { display: none; }#K1PagCP0cNJWdRsqonfwfsV276H34wi7 > .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); }#K1PagCP0cNJWdRsqonfwfsV276H34wi7 { border-width: 0; border-radius: 0; }#K1PagCP0cNJWdRsqonfwfsV276H34wi7 > .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; }#K1PagCP0cNJWdRsqonfwfsV276H34wi7 > .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:23.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fSefNvKylIdvkpoZLFhoT1sLw7bz3CCI { 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:0rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#uaI6NLFS3tnpSzMNuLxK04PTlU3tBwgT { 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:6.0625rem;left:0rem;display:block; }
#MhgTicoqD51eXOQ7thBwZIFHhxxrEWbp { 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:5.4375rem;left:1.875rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nprtVqsnJ7h2OtAEQxbkoz0zweTCAwP2 { 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:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kA8Tw2IkTkoZSfyExSDyyuzc066nNuyg { 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:13.75rem;left:0rem;display:block; }
#mP2bKICTVe8ElTDsJGvtG9SVT9I6elEt { 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:13.3125rem;left:1.875rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LTK99L2MRTdfKwLwECzwbiNK1AHqXvzX { 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; }
#z5uZedvG6L96aDUQRrLsxWNeMl4lmyAN { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:10.21875rem;left:1.75rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#My6ERBrFppToVrbOoDVvnpAPFe8Cpm58 { 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:15033;background-color:rgba(var(--color-primary-3),1);background-image:none;top:18.625rem;left:0rem;display:block; }
#Tlae0wt1C2VkF0MgZ5ppSNE0Fkh2b4U1 { 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:15033;line-height:1.4;letter-spacing:0;top:18.1875rem;left:1.875rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { position:relative;display:block; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { background-color: transparent; background-image: none; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container > .video-iframe-container { display: none; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row > .video-iframe-container { display: none; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { border-width: 0; border-radius: 0; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#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:6rem;left:0rem;display:block; }
#nPy9LSgNEm2ewFt0f8bMD7w80dG7gdcc { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;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.375rem;left:1.875rem;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:35.625rem;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.5625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CSgoUReVBxHKwICMomGaql6s9FTT1b6A { color:rgba(var(--color-tertiary-1),1);display:block;width:35.625rem;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:14.953125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kNihfDCafvuTxveqzSKQXH2HxbqxiE8v { color:rgba(var(--color-tertiary-4),1);display:block;width:64.8125rem;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:11.6875rem;left:1.875rem;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:12.1875rem;left:0rem;display:block; }
#h9iiF77JA89f4zAaBkyz6IqHRSlwW1FZ { box-sizing:content-box;height:0.5rem;width:0.5rem;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:18.686458587646rem;left:0rem;display:block; }
#RVLDi0gVggZyCau5LIfqrrA6iNllC7kS { color:rgba(var(--color-tertiary-1),1);display:block;width:35.625rem;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:21.298957824707rem;left:1.875rem;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:35.625rem;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:18.011459350586rem;left:1.875rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;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:24.799999237061rem;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:24.373958587646rem;left:1.875rem;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:29.625rem;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:29.200000762939rem;left:1.875rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#mQ4R0TXWTETlG8r06D8Roodw5Csoy4dU { position:relative;display:block; }#mQ4R0TXWTETlG8r06D8Roodw5Csoy4dU { background-color: transparent; background-image: none; }#mQ4R0TXWTETlG8r06D8Roodw5Csoy4dU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQ4R0TXWTETlG8r06D8Roodw5Csoy4dU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQ4R0TXWTETlG8r06D8Roodw5Csoy4dU > .row .container > .video-iframe-container { display: none; }#mQ4R0TXWTETlG8r06D8Roodw5Csoy4dU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQ4R0TXWTETlG8r06D8Roodw5Csoy4dU > .row > .video-iframe-container { display: none; }#mQ4R0TXWTETlG8r06D8Roodw5Csoy4dU > .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); }#mQ4R0TXWTETlG8r06D8Roodw5Csoy4dU { border-width: 0; border-radius: 0; }#mQ4R0TXWTETlG8r06D8Roodw5Csoy4dU > .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; }#mQ4R0TXWTETlG8r06D8Roodw5Csoy4dU > .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:22rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fqJDb9Lelh1q3UITW0X4JHUeJohhWMLt { 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; }
#BbTUlaLHOXeKI5R6CDpQkgb86shJvMrg { 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:6rem;left:0rem;display:block; }
#PNkDq1xfEB0SVRDDpvGZdRVVSCvRctOK { color:rgba(var(--color-tertiary-4),1);display:block;width:53.4375rem;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.375rem;left:1.875rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QWcIDmvr51FWJP4NT4U3ZOrmZpxco4PN { color:rgba(var(--color-tertiary-1),1);display:block;width:35.625rem;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.625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KNrgIIrig6g05ftJp3HlKJC3trso7lGQ { color:rgba(var(--color-tertiary-4),1);display:block;width:64.8125rem;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:11.625rem;left:1.875rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IEeODK0vztTEkILTUInBmShbHKprzvUl { 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:12.125rem;left:0rem;display:block; }
#k2PlVvGZhsTgStcWsPwCSrOes8Add6wF { 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:16.936458587646rem;left:0rem;display:block; }
#T5OBgH2krg67v34ZuVhCibT9xsyuZXhf { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;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:16.386459350586rem;left:1.875rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GE4uUeyKJNubTR6v2bZMhAshuTx9zpG5 { 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:block; }#o0u1gC6bmLQok4tWP39Z882lBlFpe451 { background-color: transparent; background-image: none; }#o0u1gC6bmLQok4tWP39Z882lBlFpe451::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0u1gC6bmLQok4tWP39Z882lBlFpe451 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0u1gC6bmLQok4tWP39Z882lBlFpe451 > .row .container > .video-iframe-container { display: none; }#o0u1gC6bmLQok4tWP39Z882lBlFpe451 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0u1gC6bmLQok4tWP39Z882lBlFpe451 > .row > .video-iframe-container { display: none; }#o0u1gC6bmLQok4tWP39Z882lBlFpe451 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0u1gC6bmLQok4tWP39Z882lBlFpe451 { border-width: 0; border-radius: 0; }#o0u1gC6bmLQok4tWP39Z882lBlFpe451 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#o0u1gC6bmLQok4tWP39Z882lBlFpe451 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Nk4TCfgwpcv0k6yf3BgXvcf4QGOCdbqa { color: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:5.9375rem;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.4375rem;left:1.875rem;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.625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;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:12.25rem;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:15rem;left:1.875rem;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:11.75rem;left:1.875rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;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:18.5rem;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:18.0625rem;left:1.875rem;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:23.25rem;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:22.8125rem;left:1.875rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;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:block; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { background-color: transparent; background-image: none; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container > .video-iframe-container { display: none; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row > .video-iframe-container { display: none; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { border-width: 0; border-radius: 0; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UVLiLOK8MsrcsF3wQIyIzEcZedqiCI2J { color: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:6.0625rem;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.375rem;left:1.875rem;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.5625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;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:11.5625rem;left:1.875rem;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:12rem;left:0rem;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:28.375rem;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:28.4375rem;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:28.375rem;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:27.875rem;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:28.4375rem;left:73.4375rem; }
#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:17.8125rem;left:1.875rem;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:18.25rem;left:0rem;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; }
#DHtUUXJvn7LQJ6llvAQulsl7Qn9FPDPi { 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:15017;line-height:1.5;letter-spacing:0;top:14.78750038147rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RhsOQGVm1qOUDn2UUD4SPN9LbtrP8EIQ { 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:22.5rem;left:1.875rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iHpZxccp1754xSg7eGA5ko1rJIbanq51 { 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:22.9375rem;left:0rem;display:block; }
#PT1WXzAcRQ5MIUBIRDbehRqQzK1Wuyz9 { position:relative;display:block; }#PT1WXzAcRQ5MIUBIRDbehRqQzK1Wuyz9 { background-color: transparent; background-image: none; }#PT1WXzAcRQ5MIUBIRDbehRqQzK1Wuyz9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PT1WXzAcRQ5MIUBIRDbehRqQzK1Wuyz9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PT1WXzAcRQ5MIUBIRDbehRqQzK1Wuyz9 > .row .container > .video-iframe-container { display: none; }#PT1WXzAcRQ5MIUBIRDbehRqQzK1Wuyz9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PT1WXzAcRQ5MIUBIRDbehRqQzK1Wuyz9 > .row > .video-iframe-container { display: none; }#PT1WXzAcRQ5MIUBIRDbehRqQzK1Wuyz9 > .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); }#PT1WXzAcRQ5MIUBIRDbehRqQzK1Wuyz9 { border-width: 0; border-radius: 0; }#PT1WXzAcRQ5MIUBIRDbehRqQzK1Wuyz9 > .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; }#PT1WXzAcRQ5MIUBIRDbehRqQzK1Wuyz9 > .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:139.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eMu4TUAxQfkvqExuHUboTs8rG7fmnmMt { 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.375rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#OEI0E31VkXhdLLNxwCBTv6GOuuolA3u6 { 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.75rem;left:0rem;display:block; }
#lJ5fWuRpuoaoOhqhBSbzcFkC7p5F0wLu { 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:4.0625rem;left:8.125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#LuNl5X0KX3WvGphwnGWmJvoiQPFyP4Nx { color:#888888;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.75rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uOCPVSUTtfQTfOLclBiXnegtqfZNrP2H { 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.5625rem;left:1.875rem;overflow:hidden;display:block; }
#hCpqzpZAnTorOh1kQhu1awHQfMUdsHGD { 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; }
#ABPA7hl1q3U10V9xpNcWbzDl17JpaglW { color:rgba(var(--color-tertiary-4),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:14rem;left:8.125rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZeQAcXXTiAnCKJdouVNQVNpltmqNQlIU { color:rgba(var(--color-tertiary-4),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:41rem;left:8.125rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t3B49t7B5CtVMMDd6Mr5evcgFXLf17Hm { color:#888888;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:38.8125rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lqxRApdcX9rwyHrmulGka5vVPEy9MgFK { color:rgba(var(--color-tertiary-4),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:35.5rem;left:8.125rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QcUTcmuveNh86erTSb4JrKWRyJEoy6XP { 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:35.5625rem;left:1.875rem;overflow:hidden;display:block; }
#hKweCOCNL38tdJrPbb2vmtz5HetbOPtJ { 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:37.75rem;left:0rem;display:block; }
#JN5occQ085RQ7FTXAsvmBXvEdmz8Lqpz { 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:69.3125rem;left:1.875rem;overflow:hidden;display:block; }
#Az7a6gZAPVZl0Tgb4wMvFSVVDcvKUlfa { 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:71.5rem;left:0rem;display:block; }
#UawKfeKdGx23T19TcQtrNRumhFG7cqlC { 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:15037;line-height:1.6;letter-spacing:0;top:75.375rem;left:8.125rem;height:21rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rM6oVqSWMAZE9rvRLRChekWTyuTX9Oa1 { color:#888888;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:72.5625rem;left:8.25rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iGLX5JOAFeISovt25BNEb0BAZoBhFRcy { 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:15036;line-height:1.4;letter-spacing:0;top:69.25rem;left:8.125rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pskU4Mx5SeTNN8CCqpgT0MvTyRTzwx8w { 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:65.3125rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#id3KAmqGEbNBAaLyr0OtWuSFu62vKzre { 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; }
#UPhsATGUpLhGXtAvqS7HVlT725RnTc3T { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15106;background-color:#e2e2e2;background-image:none;top:62.625rem;left:0rem;display:block; }
#Cy3xZgqctBU38yhL32VvC1J8Tfwd4iOi { 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:3.625rem;width:8rem;top:8.6875rem;left:60.845832824707rem;overflow:hidden;display:block; }
#gO5kMJvX93HehM9DCkJLwBSfRibfiyoI { color:rgba(var(--color-tertiary-4),1);display:block;width:47.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:8.46249961853rem;left:8.125rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W26FfMl4RDrCMJbC84iIq9NILNZcqFHf { 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:3.5rem;width:6.125rem;top:8.6875rem;left:68.875rem;overflow:hidden;display:block; }
#kHXUMfnbrWueof3usvt4V0TphoTPqu3a { 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:3.625rem;width:8rem;top:35.8125rem;left:59.9375rem;overflow:hidden;display:block; }
#CxFlN7L1SCziPyAZkdTqel1mnkkoD2An { 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.3125rem;width:7.0625rem;top:35.875rem;left:67.9375rem;overflow:hidden;display:block; }
#kZTWQyafS4VoRF3y3Mh2STARV6oDOnnX { position:absolute;display:block;z-index:15111;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.25rem;width:7.5rem;top:68.5625rem;left:67.5rem;overflow:hidden;display:block; }
#HF3xBHa70tPLe9KZI8J0ysVNGCpNk31T { 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:15038;line-height:1.6;letter-spacing:0;top:96.375rem;left:8.125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k3zZNOo31Kxekut4iGyxdFBRmlvbB8KW { 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:15039;line-height:1.6;letter-spacing:0;top:57.25rem;left:8.125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U10ZgA6S0cenpCqVCHRECc7UFMST2DSu { 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:15040;line-height:1.6;letter-spacing:0;top:30.1875rem;left:8.0625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PluSrG0crlN9SSRK7HiunCZKJt8tbnTi { 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:15011;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.19375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zOevKgLtywRr2QHSROckXzIiopkbOEGW { 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:15044;line-height:1.6;letter-spacing:0;top:108.6875rem;left:8.125rem;height:25.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TauNTFtipLyent64VpPWV3GkRBAKOIC4 { 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:15045;line-height:1.6;letter-spacing:0;top:134.4375rem;left:8.125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tcAA9ZvvBTGLzHIUFD0STBZk3inTePrk { color:#888888;display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15044;line-height:1.5;letter-spacing:0;top:105.875rem;left:8.25rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q6EdZbt9hg6DTPUuAVDkUPmXNzcmJqQg { 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:15043;line-height:1.4;letter-spacing:0;top:102.5625rem;left:8.125rem;height:2.9739625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MGSUiQJ2xt98nJPrBvSswNHfK9MynDdv { position:absolute;display:block;z-index:15118;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:11.5625rem;top:102.3125rem;left:63.320833333331rem;overflow:hidden;display:block; }
#TKCT2Gq1pEaQZi2xNGUWLZy8xcgRHLx1 { position:absolute;display:block;z-index:15055;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:102.625rem;left:1.875rem;overflow:hidden;display:block; }
#LlH2vMCut4qIPHe4ucSiq41aROx4FFNZ { 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:15043;background-color:rgba(var(--color-primary-3),1);background-image:none;top:104.8125rem;left:0rem;display:block; }
#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { position:relative;display:block; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { background-color: transparent; background-image: none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container > .video-iframe-container { display: none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row > .video-iframe-container { display: none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { border-width: 0; border-radius: 0; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color: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:block; }#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(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:block; }#d0DQTiTaIzFHxGzG7CQBTaqex6GDIrcJ.adaptive-delivery-prevent-bg, #d0DQTiTaIzFHxGzG7CQBTaqex6GDIrcJ.lazyload, #d0DQTiTaIzFHxGzG7CQBTaqex6GDIrcJ.lazyloading { background-image: none; }#d0DQTiTaIzFHxGzG7CQBTaqex6GDIrcJ > .row .container { background-color: transparent; background-image: none; }#d0DQTiTaIzFHxGzG7CQBTaqex6GDIrcJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0DQTiTaIzFHxGzG7CQBTaqex6GDIrcJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0DQTiTaIzFHxGzG7CQBTaqex6GDIrcJ > .row .container > .video-iframe-container { display: none; }#d0DQTiTaIzFHxGzG7CQBTaqex6GDIrcJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0DQTiTaIzFHxGzG7CQBTaqex6GDIrcJ > .row > .video-iframe-container { display: none; }#d0DQTiTaIzFHxGzG7CQBTaqex6GDIrcJ > .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); }#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:block; }#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.9236125rem;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; }
#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a734f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container { background-color: transparent; background-image: none; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container > .video-iframe-container { display: none; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row > .video-iframe-container { display: none; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container { border-width: 0; border-radius: 0; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#usopnl421qeKwecadAwafXz8Bn4kg8aD { 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; }
#uFe3ahodVWKDnVf5RydpIkteKB7stKct { 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.7986125rem;display:block; }
#PmigKnExRmdrDTn6WnOSlPtIzJE9RakS { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15139;opacity:1;top:4.1125030517578rem;left:0rem; }
#CqiySVRWc7nwBwpbkqpMcn8ZTygSfPaA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:21.0625rem;left:0rem; }
#aCDnPSJHmwG5eddE6apwzdX0UD6y9zSd { color: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.19791875rem;display:block; }
#NrW13U6u3yftcTh0ZEXeRdHKo7PAaw7S { 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; }
#vlZhGkI68Bxvszb9FROVW6Zc99qLvVg9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:10rem;left:39.6875rem; }
#EX4EExtSCMv46a6oLzN21EC5Vbbk81K7 { color: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.7986125rem;display:block; }
#Hl4UGeGmsVUhZUHzTp19QoFWBzCnGJxd { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:8.625rem;left:0rem; }
#niB9zylSLNOfbaN7LWFxQbGzNTQ29G6l { color: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.7986125rem;display:block; }
#UeGT6pL5VxU4btaOgsl26xOL9tEv8hgS { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:13.1875rem;left:0rem; }
#pB7B7rIDIRawi93gqSCgwpxwk7HKlwL5 { color: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; }
#neZre0NqvTm4Tqn32x2LqwSABWB9Bmxp { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:17.375rem;left:0rem; }
#ocJ6B2ASpHr0MZUGFKeZGegSdTBfg9Bi { color: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.19791875rem;display:block; }
#SJPSZug564JLheabVt6Sg1JUuHCzg4OL { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:4.125rem;left:39.6875rem; }
#fQ28wTkvIU2EM3Wc7veZarF0PyKyp7tL { color: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; }
#aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/844dac58-6d77-4b82-bfc0-2aa29f3b73e2/Hilton.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ.adaptive-delivery-prevent-bg, #aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ.lazyload, #aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ.lazyloading { background-image: none; }#aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ > .row .container { background-color: transparent; background-image: none; }#aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,22,75,0.6); }#aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ > .row .container > .video-iframe-container { display: none; }#aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,22,75,0.6); }#aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ > .row > .video-iframe-container { display: none; }#aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ > .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); }#aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ > .row .container { border-width: 0; border-radius: 0; }#aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ::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; }#aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#zr1985trgOMzPBKnN7GUrrW3GXukM768 { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rdWlFDV6Crn7OFpCtZXpCTI9x5DBLWp9 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;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:47.125rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AiPRegCNhgrB1SPtsNHPIl8qzEIDqa3N { 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; }
#Nry1fOH6AqMCqAkqVbdquQuSqgrWXdGZ { 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:31.75rem;left:25.6875rem;display:none; }
#hTrtivfUXPurO2oPKFNcXdkcKQsS4PTl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZGdHCvtiIM1FiBQBzxHvw9sN7T1DrmlD { 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:5.8625030517578rem;left:48.53125rem;overflow:hidden;display:block; }
#brda2TIQfSqmlXqR3TT7wPVi0vP6IB0x { 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:22rem;left:0rem;overflow:hidden;display:block; }
#EUDVO8CVoHG8qRenrwB8b0ErDOETeLzd { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:30.6875rem;left:47.125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MiAlTwtgK9CrsLbH1c9tRUu2RiL5fqSf { 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:15024;text-align:center;text-align-last:center;top:25.5625rem;left:51.75rem;display:block; }
#Px4yWS8kty9UHTmnA0Okfs8pZEiAS2fz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:block; }#NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu > .row .container { background-color: transparent; background-image: none; }#NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu > .row .container > .video-iframe-container { display: none; }#NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu > .row > .video-iframe-container { display: none; }#NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu > .row .container { border-width: 0; border-radius: 0; }#NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#tT7wQI3FhqZCiROao1afkcpawy72SOU0 { background-color:rgba(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; }
#dbrKhUkwVffrBOzpZmnkMCrKAdolLfzI { position:relative;display:block; }#dbrKhUkwVffrBOzpZmnkMCrKAdolLfzI { background-color: transparent; background-image: none; }#dbrKhUkwVffrBOzpZmnkMCrKAdolLfzI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbrKhUkwVffrBOzpZmnkMCrKAdolLfzI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbrKhUkwVffrBOzpZmnkMCrKAdolLfzI > .row .container > .video-iframe-container { display: none; }#dbrKhUkwVffrBOzpZmnkMCrKAdolLfzI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbrKhUkwVffrBOzpZmnkMCrKAdolLfzI > .row > .video-iframe-container { display: none; }#dbrKhUkwVffrBOzpZmnkMCrKAdolLfzI > .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); }#dbrKhUkwVffrBOzpZmnkMCrKAdolLfzI { border-width: 0; border-radius: 0; }#dbrKhUkwVffrBOzpZmnkMCrKAdolLfzI > .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; }#dbrKhUkwVffrBOzpZmnkMCrKAdolLfzI > .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:80.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QmKX6rEKnlrKztq8kqX8yhnRxm74NR0Q { color:#333333;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K4gqam1h7sobagHUiuD7Jhr5zGXkXGEP { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GXWcHAfGMqGTMWWcQumUWAxpGF4GiIm5 { 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:3.8125rem;width:12.9375rem;top:11.436631679535rem;left:20.000001907349rem;overflow:hidden;display:block; }
#nNcLhloxZEO5bNPkHATdD5Fe9C9ZGShr { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:17.74374961853rem;left:0rem;height:1.13715rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PlN3hAQEprdnqqWIWgfmIldCMS44zhRG { position:absolute;display:block;z-index:15045;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:6rem;width:10.375rem;top:21.0625rem;left:29.187501907349rem;overflow:hidden;display:block; }
#BBskCvLsJvUtCdEg45CNBqQ4uaB0xv3U { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:30.75rem;left:0rem;height:1.13715rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GgHxewn5KcnTfo8y4TQNlpiKtP90EH1R { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:43.431251525879rem;left:0rem;height:1.13715rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uV02nFGIDN3EdqrDe3Vb7LFHAWsPBih2 { position:absolute;display:block;z-index:15046;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:11.75rem;top:34.5rem;left:39.4375rem;overflow:hidden;display:block; }
#PqJPTwyk1v5oOk5pa45ZXIfQVN5Xzeqd { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:12.5rem;top:46.3125rem;left:1.9375rem;overflow:hidden;display:block; }
#kFrx1gP0H5fFZwnJya8loEP3GmkH5kdJ { position:absolute;display:block;z-index:15048;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:15.75rem;top:47.125rem;left:29.5rem;overflow:hidden;display:block; }
#g7VxOt1JerZRfc5ue3neE7ucJFEpxmTd { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:11.75rem;top:34.625rem;left:54.0625rem;overflow:hidden;display:block; }
#TsdM4Fq7yeSbLLxKmFt9z8R7qfTz1C04 { position:absolute;display:block;z-index:15046;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.625rem;width:13.75rem;top:20.75rem;left:11.750001907349rem;overflow:hidden;display:block; }
#rAVST4Qel0eChosscnO0LT7r4Hg8ivpl { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:10.625rem;top:53.655361771584rem;left:47.109376907349rem;overflow:hidden;display:block; }
#MuWql5rESIgehxTHKoGOhV2HkQLEJ0JN { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:13.3125rem;top:51.312479615211rem;left:30.843751907349rem;overflow:hidden;display:block; }
#TXMfn6vAxO2ctaKhWoA0mPZO0WLrMBXX { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:14.0625rem;top:20.0625rem;left:57.062498092651rem;overflow:hidden;display:block; }
#LS7ymzhogd8Tb00bHLfkgozO9lyn2HTJ { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:9.6875rem;top:53.374979615211rem;left:61.493055343628rem;overflow:hidden;display:block; }
#lUilx4GwHLuV5wGzExnQXTKlsnvoApB6 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:21.0625rem;left:3.3454856872559rem;overflow:hidden;display:block; }
#mVT7pXKVScNFkc1tuEXsZbGilxmINeH2 { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:60.5rem;left:0rem;height:1.13715rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OfTVst9VpftLlHx3AMuuWd6hSW8BqKTx { position:absolute;display:block;z-index:15048;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.0625rem;width:6.5rem;top:63.031249046325rem;left:63.086805343625rem;overflow:hidden;display:block; }
#Ci4vTcyhLEW5PBPrFpC1iomOZrmyOkz0 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:13.125rem;top:34.125rem;left:24.5625rem;overflow:hidden;display:block; }
#Gt2CLTKLE6HO8kvoLe56q0tImprR7HpC { position:absolute;display:block;z-index:15048;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:13.6875rem;top:34.375rem;left:9.1875rem;overflow:hidden;display:block; }
#htg16HBviXyuqPoOu7LoAUcLAJB8gCsq { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:6.0625rem;top:71.49999809265rem;left:44.156251907349rem;overflow:hidden;display:block; }
#fd9marIEmg5mQBq4UTCzkzTr1MS0Ieb1 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:13.375rem;top:64.187499046325rem;left:40.968751907349rem;overflow:hidden;display:block; }
#JcGqAfTElSurbJnLnfMTMfgRueERC3Jt { position:absolute;display:block;z-index:15045;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.6875rem;width:11.1875rem;top:10.499131679535rem;left:42.062501907349rem;overflow:hidden;display:block; }
#bESZkgt43dk5F3pWxJfH4EKTHnmXVzRC { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:11.75rem;top:48.3125rem;left:60.6875rem;overflow:hidden;display:block; }
#qDntcH6VF2gTGGAOGT3cCRDXKIBdtEee { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:10.6875rem;top:54.279514312744rem;left:16.53125rem;overflow:hidden;display:block; }
#cJLkLvzbTK7TO9lvVR7Q50VLLQLsr5ZT { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:8.625rem;top:44.9375rem;left:17.25rem;overflow:hidden;display:block; }
#D7anvmDb3RW7nTikdNJemP3EOd5bDHrn { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:7.9375rem;top:47.15625rem;left:48.305555343628rem;overflow:hidden;display:block; }
#KKqIyz4XKUHJTHX6e0ybbgyTTNw3c48k { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:10.125rem;top:54.060764312744rem;left:3.125rem;overflow:hidden;display:block; }
#DbIqCzFQgrvm0fiaUGd9c8aRlL9N2TAC { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:6.3125rem;top:62.749999046325rem;left:27.218751907349rem;overflow:hidden;display:block; }
#uEaxVSdJQTbuMgMgFlZFgT6eJ6tWqLer { position:absolute;display:block;z-index:15048;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.0625rem;top:21.406250596046rem;left:42.874132156372rem;overflow:hidden;display:block; }
#Um2L3zk8ZVZ2bWnMNuMpwbcTQTTR8QiS { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:11.0625rem;top:71.62499809265rem;left:24.117189407349rem;overflow:hidden;display:block; }
#WzJR2we01xuELg6SWowm5D19uTmm09xF { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:19.8125rem;top:62.874999046325rem;left:4.3046875rem;overflow:hidden;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:block; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container { background-color: transparent; background-image: none; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container > .video-iframe-container { display: none; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row > .video-iframe-container { display: none; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container { border-width: 0; border-radius: 0; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;position:relative;display:block; }#AIQ78XJi7OQWEoxWd3rlubd1onfJxFF3 { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.1375rem;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:4.75rem;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:3.75rem;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:4.25rem;left:47.4375rem;overflow:hidden;display:block; }
#m0rJ0FBZste0XVt6Ku2TezrZ1D3QgXwW { 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:block; }#m0rJ0FBZste0XVt6Ku2TezrZ1D3QgXwW > .row .container { background-color: transparent; background-image: none; }#m0rJ0FBZste0XVt6Ku2TezrZ1D3QgXwW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0rJ0FBZste0XVt6Ku2TezrZ1D3QgXwW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0rJ0FBZste0XVt6Ku2TezrZ1D3QgXwW > .row .container > .video-iframe-container { display: none; }#m0rJ0FBZste0XVt6Ku2TezrZ1D3QgXwW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0rJ0FBZste0XVt6Ku2TezrZ1D3QgXwW > .row > .video-iframe-container { display: none; }#m0rJ0FBZste0XVt6Ku2TezrZ1D3QgXwW > .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); }#m0rJ0FBZste0XVt6Ku2TezrZ1D3QgXwW > .row .container { border-width: 0; border-radius: 0; }#m0rJ0FBZste0XVt6Ku2TezrZ1D3QgXwW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m0rJ0FBZste0XVt6Ku2TezrZ1D3QgXwW > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#CTpF74fsTzxrJx1nJaT56S3lNncSs6gv { position:absolute;display:block;z-index:15018;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:17.1875rem;top:3.375rem;left:13.9375rem;overflow:hidden;display:block; }
#SuaB40nENm1E6hz7BeCd45KgOw2PdgNf { color:#000000;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0rem;left:10rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ehimbffL19Mdk8IzOJeWty9WEwPaEdrk { position:absolute;display:block;z-index:15020;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:9.625rem;top:2.25rem;left:47.6875rem;overflow:hidden;display:block; }
#uUTwPOdSXgsX5RCMRRWM8iR12JqyKtzu { color:#000000;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:40rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;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:block; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { background-color: transparent; background-image: none; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container > .video-iframe-container { display: none; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row > .video-iframe-container { display: none; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { border-width: 0; border-radius: 0; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#Tnm0kop5aRDA2kRfRm5cqsSpc918pfUi { position:absolute;display:block;z-index:15019;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:0rem;left:0rem;display:block; }
#Jp8ACu6oeJQy8IwLF6Pc8f6l6SpKlbK5 { color: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:40.1875rem;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.5625rem;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:24rem;font-style:normal;display:block; }
#XTyivGICHCcx7KkHLipm4E9PU9r9qUDt { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.5625rem;width:35rem;top:13.46875rem;left:40rem;display:block; }
#UsKF4bKyVzeeWMr82tGpuUGC8DcOQ6Re { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:9.4375rem;top:8.9375rem;left:0rem;overflow:hidden;display:block; }
#ntKOVkTia5LOwZtL03i6VZD9NxcNeGq7 { position:relative;display:block; } #a67b494d4994e033a89fab39e675f584.widget-smartsection *:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="text"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="email"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="tel"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection textarea:focus-visible { outline: none; } #ntKOVkTia5LOwZtL03i6VZD9NxcNeGq7 > .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) { #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 { background-color:#1c6e4c;background-image:url("https://images.assets-landingi.com/uc/19e24dd4-cc01-4f7d-bf9e-39f11fdebab2/APD2026WeterynariaWAW_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; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.adaptive-delivery-prevent-bg, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyload, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyloading { background-image: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { background-color: transparent; background-image: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container > .video-iframe-container { display: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container { display: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { border-width: 0; border-radius: 0; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { width:47.75rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Bm6RlfWcQwzhZGK8dTZZG9Hq2mLOFBnH { top:27.60000038147rem;left:0rem;width:47.75rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bRx91IV4ZWi08yGyuIlByZAAxzi1xDzo { top:35.143750190735rem;left:3.8000001907349rem;width:42.25rem;height:1.70625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ucUyCaJh51sJUgnVHQT7UTe6eahWQ1W7 { width:13.625rem;height:3.0625rem;top:24.874999761581rem;left:0.62499994039536rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JnRHr88dExXLTqyrupyRFD4lX6IWO7qq { display:block; }
 }@media only screen and (max-width: 1199px) { #HaF1zAzusoa7woyC9lEmFf94PKPG55bH { width:12.8125rem;height:3.8125rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZxFugxJJ0orkhPP36B0Lzx9IrhrEPTMM { display:block; }
 }@media only screen and (max-width: 1199px) { #tne0xHc36NL8I6LEA9Viuze2Rd1UdhcW { width:47.75rem;height:2.75rem;top:29.456250190735rem;left:0rem;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #QmOF7iTy41arbl6WkDmr20x4e1XmfNvV { top:32.96875rem;left:0rem;width:47.6875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SQ4oigMAFgvJ28myhdgdxTEBXTEAgF2h { width:7.5rem;height:4rem;top:0.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IxqScsThT1ZlRGG1XVNaDzyrMG9aRutg { width:45.25rem;height:21.25rem;top:22.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L1VN7C5xEzpcLiSRJv9Kb3T9wlNyprew { width:12.75rem;height:11.25rem;top:15.66250038147rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BJ3tJIiCn6AuzlSO4Iimmncv4CwGO7qB { width:21.1875rem;height:15.25rem;top:3.71875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ruDlTD3TnMeRTPwHWQsdXmTeBdD7Lwxy { width:16.25rem;height:3.75rem;top:38.125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nwbk8mT58gIQ3HsAPggsMWxhFH6sfJuv { display:block; }
 }@media only screen and (max-width: 1199px) { #UZ89xgIaSi4TDBxdeH6AZSSBtx7v13Ke { width:16.15rem;height:3.65rem;top:38.1875rem;left:23.6875rem;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;color:#ffffff;border-top:0.0625rem solid #f46a3e;border-left:0.0625rem solid #f46a3e;border-right:0.0625rem solid #f46a3e;border-bottom:0.0625rem solid #f46a3e;display:block; }
 }@media only screen and (max-width: 1199px) { #LcnZb5gZWaMVfiqUpwtPQg59AyyA21W2 { display:block; }
 }@media only screen and (max-width: 1199px) { #u0Pxs3i0oUB4VkN4Lhia1Jdlf5ITRDA8 { width:8.4375rem;height:2.1875rem;top:1.75rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IRpQzRP9c2p50Vp6WqCKHHdounN5NhHA { display:block; }
 }@media only screen and (max-width: 1199px) { #WnwtAC4wgB4kON9TvUPvTm6C77kbBXci { width:5.375rem;height:2.1875rem;top:1.75rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cVv1tuxw69XT5A3LgP40C5L9IrxKr3TG { display:block; }
 }@media only screen and (max-width: 1199px) { #xBZKN5EXoVNTiW1syhwTgaW05eitrise { width:6.4375rem;height:2.1875rem;top:1.75rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d4Qxf56BJe9H3BKd1LqKMyaSEmEPfFmi { display:block; }
 }@media only screen and (max-width: 1199px) { #Lh8MlRsQkbuVR0vI1DJTiKooQTRPB4tv { width:5.875rem;height:2.1875rem;top:1.75rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sAlm9X6w1c1FARAco4r2hLDdypHOCzci { display:block; }
 }@media only screen and (max-width: 1199px) { #nHAwLf4fgVnDJvympGwoSXmIt1z6UM57 { width:4.6875rem;height:2.1875rem;top:1.75rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iAhocDc1znclEgzAEciRWbPnkpdMcooI { display:block; }
 }@media only screen and (max-width: 1199px) { #fp7p5aCuMV0FdBiSoq5NwNc1caRC3TI6 { background-color:#1c6e4c;background-image:url("https://images.assets-landingi.com/uc/19e24dd4-cc01-4f7d-bf9e-39f11fdebab2/APD2026WeterynariaWAW_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:none; }#fp7p5aCuMV0FdBiSoq5NwNc1caRC3TI6.adaptive-delivery-prevent-bg, #fp7p5aCuMV0FdBiSoq5NwNc1caRC3TI6.lazyload, #fp7p5aCuMV0FdBiSoq5NwNc1caRC3TI6.lazyloading { background-image: none; }#fp7p5aCuMV0FdBiSoq5NwNc1caRC3TI6 > .row .container { border-width: 0; border-radius: 0; }#fp7p5aCuMV0FdBiSoq5NwNc1caRC3TI6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fp7p5aCuMV0FdBiSoq5NwNc1caRC3TI6 > .row .container { width:47.75rem;height:45rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #OMKDZ0tx9oJkC9FUbpZi6NM65cKFDWuR { top:27.60000038147rem;left:0rem;width:47.75rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uLVXrOl7quZMEhHbnCJucUQHQmbviJ9H { top:35.143750190735rem;left:3.8000001907349rem;width:42.25rem;height:1.70625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XW26LRzN2QaAAOAO5x9DSdsvn6yLAVWl { width:8.4375rem;height:2.1875rem;top:1.75rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aIyK2x8rKTanJuP5QKOML9BWT7AyPnwb { display:block; }
 }@media only screen and (max-width: 1199px) { #Vgr3uCCOMuEckruWqpQ2VzaDILoqyuOw { width:6.4375rem;height:2.1875rem;top:1.75rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p93HIPtGy95yNQqXS9PP33ufqBDfBMiv { display:block; }
 }@media only screen and (max-width: 1199px) { #GCLTkVrNPiKwwoRWq0Zhok6TqnVld73X { width:5.375rem;height:2.1875rem;top:1.75rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U0DT5RNPORsgUIqhAWLIIgoEBr0cJTzH { display:block; }
 }@media only screen and (max-width: 1199px) { #ndKelkC1Di7wdLJnWDCQsFyeOyUZdTLs { width:4.6875rem;height:2.1875rem;top:1.75rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kVO3TzOTTn8yDFthtxneLc49FlWRIyGy { display:block; }
 }@media only screen and (max-width: 1199px) { #KPm9XlATciHhRFXfDBccrRrlLsv2tJk5 { width:13.625rem;height:3.0625rem;top:24.874999761581rem;left:0.62499994039536rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TxabAJpq3pJtT3LhaRx9ESakMcedSeq7 { display:block; }
 }@media only screen and (max-width: 1199px) { #PcLtMxROUgUPINoFSmx4Ta4NcnC5A5uk { width:12.8125rem;height:3.8125rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZNWLPTnhWttpcmTyp9HV3dPUNga4wr8V { display:block; }
 }@media only screen and (max-width: 1199px) { #rflBuHpfWWuRsmtdsXgvzoFb2Isx3umh { 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) { #Q9gDKd0eFJc7Tdc2VMhpnbWQgIAaTce0 { width:16.25rem;height:3.75rem;top:38.125rem;left:8.175000190735rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TeEVTwx8CF0TrvvDXp9ttMukgmyk1HTF { display:block; }
 }@media only screen and (max-width: 1199px) { #sS2Rhog1VMU2F6ui0GFUes11zWGiDc3x { width:16.15rem;height:3.65rem;top:38.25rem;left:25.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;color:#ffffff;border-top:0.0625rem solid #f46a3e;border-left:0.0625rem solid #f46a3e;border-right:0.0625rem solid #f46a3e;border-bottom:0.0625rem solid #f46a3e;display:block; }
 }@media only screen and (max-width: 1199px) { #VX5agT2osdUATMdg0Evhps3ZQ67w5kRZ { display:block; }
 }@media only screen and (max-width: 1199px) { #QLpL3r3uOa1GWzTSEBlEFcsp0rlPaP2C { top:32.96875rem;left:0rem;width:47.6875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LH6kpdrswyDPoCiTzlW7p1qM5NWMDJmU { width:5.875rem;height:2.1875rem;top:1.75rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xKnkCpPpwFWmZlpgqI04r26VVsoe8OWu { display:block; }
 }@media only screen and (max-width: 1199px) { #ZFhRRtEp7Bgi1vSMqfPN1qMv44MoIxZ5 { width:7.5rem;height:4rem;top:0.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NgTNSEb0UA86FBbG6XBeUKssk0MKWCQT { width:45.25rem;height:21.25rem;top:22.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I0GzAEnKRCslpxbXnH35pAFugmBDd6Xm { width:6.4375rem;height:2.1875rem;top:1.75rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DAte9IHcCV8S4dtN7bPwMn38AaqALtCg { display:block; }
 }@media only screen and (max-width: 1199px) { #UXzvianFHTvrntMMC3PrBgcObTZNNA9W { width:12.75rem;height:11.25rem;top:15.66250038147rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SR1zLBsNmyym8NSvqZFyzzRyNKqiV7iG { width:1.5rem;height:1.5rem;top:32.831249237061rem;left:15.612499237061rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GRemaBvX9xtTpcRmHLqGTcoTAr69oTM0 { width:15.125rem;height:2rem;top:32.581249237061rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #svf2KbMpyUwkTd6TuChNBSek7Xez03vd { display:block; }
 }@media only screen and (max-width: 1199px) { #wxAq3Pc6NRVOXgQgAIKT2SMWt1odgLz6 { 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:block; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container { background-color: transparent; background-image: none; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container > .video-iframe-container { display: none; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row > .video-iframe-container { display: none; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container { width:47.75rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rAK86bRqkTQcxdJrcBBvMqNeD1LixntU { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C9ymwCeb32VeJfxCQIQOUX2escrI0BTO { top:7.925000190735rem;left:1.25rem;width:44.875rem;height:19.197925rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UdCWgF8GzVQmMwCQNHzWrXPvFIzDS6zT { top:33.324999809265rem;left:26.75rem;width:11.25rem;height:2.2743rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ssgnh3AfFS7RTloUKhhZglzRH7ms0xQH { width:6.4375rem;height:7.375rem;top:31.762499809265rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wJBvn0BLKfL2DbKMXJHUp9iAKozIsy8w { width:47.75rem;height:30.75rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #drs76u5U4kgabg3aEqbkQTfQvTierhFK { width:6.5625rem;height:7.5rem;top:31.762499809265rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x7cT8npRpepU5eO8kWt4TRnTgqknQDwV { top:33.324999809265rem;left:6.1875rem;width:14.75rem;height:2.2743rem;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) { #fAolmxdoI4ADa9AhTyuZhbZwabJxvKoG { width:37.5rem;height:1.25rem;top:0rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CwQpGQyZMAL468ho50fdcuWd7LEtIvAd { display:block; }#CwQpGQyZMAL468ho50fdcuWd7LEtIvAd > .row .container { width:47.75rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bt5eRBlwTaCMwLCRgnBZX12ULCtAgKIU { top:1.5625rem;left:19.375rem;width:7.3125rem;height:1.1375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iqklHVEZirSO8WcToqb8lloU4A7HKJ1J { top:3.1375007629394rem;left:19.375rem;width:9.8125rem;height:2.2743rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #tUD5gMoZhG9PNsTsANPqP7XonNTBIXMq { top:3.1375007629394rem;left:3.375rem;width:10rem;height:1.1375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #QQz7yMc4BdSBZBKWtfJe463utN4Pg3rV { top:1.5625rem;left:3.375rem;width:9.1875rem;height:1.1375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bb6m0Bt0dgf0V12mbQb0EgLqZeNZgxTt { top:3.1375007629394rem;left:35.239582061767rem;width:9.75rem;height:3.41145625rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #DDchwNU5J8p0BOHWEXaPzwZECQCmvQJ4 { top:1.5625rem;left:35.270832061767rem;width:9.8125rem;height:1.1375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J2qubfMvTzo7z9vN5hNdQWyUdWlfErQX { width:2.5rem;height:2.5rem;top:1.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LJ1JNWlSTCbTPMQftmOGD58Pg7zdSTnf { width:2.5rem;height:2.5rem;top:1.5625rem;left:15.916667938233rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TPWXIPXgQx70W7FBr3gSTFQC7ZyRxMv9 { width:2.5rem;height:2.5rem;top:1.5625rem;left:31.895832061767rem;font-size:1.75rem;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:block; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { width:47.75rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { display:block; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sXwTlzhUyvh8NypcvHzTIuWHvkuF2pVT { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrIr88RKHso8ifn9DF3gU2RlHo8y7qZQ { width:47.75rem;height:0.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OevOQO2WmKb1n1cXfaJsWbxgl79CSTUb { width:15.625rem;height:1.4625rem;top:1rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SpsoOSwIbgJZsIwKbaTk1QvR3IWXMTZO { width:15.625rem;height:1.4625rem;top:1rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OVZ8FpUOBMKXNJJlZ6KwoImtL1uQC5xg { width:11.5625rem;height:3.125rem;top:0.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xQOi5FsehTOdUzKZEXBsxusVOaa75B76 { display:block; }
 }@media only screen and (max-width: 1199px) { #ahHzI7oUHV7B542cDVW4Il9GwsI5TvAt { width:12.25rem;height:3.125rem;top:0.125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W0b1eXlV6nfPxipvQaopTK2T1tfVquFz { display:block; }
 }@media only screen and (max-width: 1199px) { #TH64Bi6UCJ9pe1lUvHETPQS7ApaycdSL { width:15.625rem;height:1.4625rem;top:1rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c8oaRNLl22Lw6GZr1vV0aHX6H80TOQJU { width:7.625rem;height:3.125rem;top:0.125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L9gwD41B2bRZB5hIqmtnJxUpwJaJNVrd { display:block; }
 }@media only screen and (max-width: 1199px) { #cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { display:block; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IP1T5gyWwqR7wGCduFGAQOyQNTphhLrs { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fgAhRtsGQy6QHe0ouePTGXlUvWkpDQKi { width:47.75rem;height:0.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bao2MTuPg3JX5S94vsFnMgKQHJAgtQd6 { width:15.625rem;height:1.4625rem;top:1rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BxuXe6MDcCn4L8gkkudqF2kX2Py8VphI { width:15.625rem;height:1.4625rem;top:1rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HdllrgeCgKe1l73RvpsL37S6BDf3gdSx { width:11.9375rem;height:3.125rem;top:0.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #frZgI5xJblupE2Fc8cdTayOILJpgef8p { display:block; }
 }@media only screen and (max-width: 1199px) { #wJJ2btW7OCh7im1zPZBMgsHJHosRId0b { width:12.0625rem;height:3.125rem;top:0.125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vkqSzFyop8WrZklfwJMUo35Ibvii4TSv { display:block; }
 }@media only screen and (max-width: 1199px) { #Dw9s1CM0Q65lyXrRfIpJKVl4b1glZdwn { width:15.625rem;height:1.4625rem;top:1rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nEbnMy71k3IJpHZqs6evluXyEWgur7Zw { width:8.375rem;height:3.125rem;top:0.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rKc2MMEIgcN16R69vPvnDEPIr2iUmNIN { display:block; }
 }@media only screen and (max-width: 1199px) { #wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { display:block; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aA9llxcelB8Owf6OI0rrtLazC76sDBAO { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UnW6eM6sBzGEcPKUdZQXcpJSZFEINOK3 { width:47.75rem;height:0.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HyrQw9Dmn5XTRiFfmwcZm8Cna1EP01Xm { width:15.625rem;height:1.4625rem;top:1rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l1QUkcGM7Gsva7V3SZlFnnOEp5PvJCdD { width:15.625rem;height:1.4625rem;top:1rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CwSURKVxdXhzfgiaGQk1DeUFKRLC4Mar { width:11.9375rem;height:3.125rem;top:0.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TUEdAXAlfGN93BgkgeuRGW1HQtyoQJDo { display:block; }
 }@media only screen and (max-width: 1199px) { #x0lhN9Q8QXWSTPL216Tat9WWR4NSUb5h { width:12.0625rem;height:3.125rem;top:0.125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kTtnR0qTM9G2V5IqPH5D3MFeqRkcFXoL { display:block; }
 }@media only screen and (max-width: 1199px) { #sVbnO4FLviEGTGWLTTvzc8NbnFbc6oJo { width:15.625rem;height:1.4625rem;top:1rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fq8KalWoIq8MSMyavXPkwEtnKhpTVpf7 { width:8.375rem;height:3.125rem;top:0.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xB9g64ftyHiZlHaJzEgsLycgg1SuQWqA { display:block; }
 }@media only screen and (max-width: 1199px) { #TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { display:block; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container { width:47.75rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WtvyyN0USyvGyumtdKLNnDVwSvceF0OW { width:46.5rem;height:1.95rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wqXGRhZy0GZn8lLH4CqyHBhgZKwgSDyq { width:0.625rem;height:0.625rem;top:3.8000030517578rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RkcQksJirl0CXmgQnc3Io9k7II4iVHKL { width:25.1875rem;height:2.7986125rem;top:3.3999938964844rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AwwkgJVznSuwbagEqLQbWTXS44b9hqfJ { width:46.25rem;height:2.9236125rem;top:8rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #emG3kkQrqTyg6heruxyNDHuL49f3yvAv { width:0.625rem;height:0.625rem;top:13rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2GpzGSTlrD8CNQTfoeqePouUVwgdTxv { width:36.6875rem;height:2.7986125rem;top:12.5625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QvNEL2TdLHDp6Xna1wv7FTS85Br9Ratd { width:35.8125rem;height:1.125rem;top:15.625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D6WfUwUVLrrR35me4RTzlyfS9Dfct6la { width:0.625rem;height:0.625rem;top:19rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BlBHAhQop5cxyupsRtTO7oSuc5UBxTIG { width:35.8125rem;height:1.125rem;top:21.625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qyZlWylCH52xd4NZlUDOA984a3k1trkI { width:36.6875rem;height:2.7986125rem;top:18.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s0yhgZWuokRWemdhPtXQ7LnnEkKkvxHe { width:0.625rem;height:0.625rem;top:25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DATcrZ32cADFWhz7QW1M6J7Qcp4Lb9Gd { width:36.6875rem;height:2.7986125rem;top:24.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtIw0NUETT0Z3WvE62ye8CXdBVByPHh0 { width:0.625rem;height:0.625rem;top:29.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sL5Ruid3K8A7aaH9eiyHRLaZhCRMMdbv { width:36.6875rem;height:2.7986125rem;top:29.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fqGB9pNJm8tQzJAnQ8QhzssEL35bFnQx { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { width:47.75rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { width:46.25rem;height:2.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:4.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { width:40.1875rem;height:2.7986125rem;top:4.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { width:35.8125rem;height:1.125rem;top:7.5rem;left:2.5rem;font-size:0.75rem;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) { #zbV5AuJaA3GdMSe5c5TMKyoeeqJNhm3y { width:47.75rem;height:5.0625rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GONTZb9EpAnZlTBlWw2gSstSVvJKgOBE { width:35.8125rem;height:0;top:7.625rem;left:2.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fnZtFMSo7I6SB0qaBCPrlwQx7p5QTrby { width:40.1875rem;height:0;top:4.5rem;left:2.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yfT3TgePWKMiZ9eNC0Tc4GUtXKxoNRnE { width:0.625rem;height:0.625rem;top:4.875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #azrGH5PUdhz9Mv0AhPbK7f1E9LlwgTwC { width:46.25rem;height:0;top:0rem;left:0.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qLz9C9KhKQVysFZuIpAwEBWyLeVDFfX5 { display:block; }#qLz9C9KhKQVysFZuIpAwEBWyLeVDFfX5 > .row .container { width:47.75rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ag0UOXcgmde9BT6xAXVJnDomTTAS4Hsq { width:46.25rem;height:2.9236125rem;top:0rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GlAF4W73CICnvSqdAbCD2dkUKAd2WCO7 { width:40.1875rem;height:2.7986125rem;top:4.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qh6OhCB0g5MXizhnwC5skNgOORW7sxUo { width:0.625rem;height:0.625rem;top:4.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l3GJN9iAA7v0b5cDOWyQihIFDVa0Lb7Q { width:35.8125rem;height:1.125rem;top:7.625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ESG3FpgfVKd96gNp8CQ2z6mbsPbWVyGS { width:36.6875rem;height:2.7986125rem;top:10.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NAmCmw3SNogL0kIh2V1epoxZruKyvPLp { width:0.625rem;height:0.625rem;top:10.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g4facWrpEz74OlaliZ78rindEGMr1VAV { width:39.75rem;height:2.7986125rem;top:15.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e0OPOOxHBefU5vFf2zAK1bho4y3NIwVJ { width:0.625rem;height:0.625rem;top:15.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #whVWMQu0QnkCyR26DwI7PfLcsR5mVm7Q { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mTX6Klfxfvl1Ldfv9127UHeNTzGLb6Tu { width:39.75rem;height:2.7986125rem;top:36.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #THA75HM7SpTJHm97pMinCwaSsncyXWrx { width:36.6875rem;height:2.7986125rem;top:30.9375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ikwGaL5tmKVNKRI4MSP0edbkhhE7ObKE { width:35.8125rem;height:1.125rem;top:34.0625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qxeyUc5COsM141rvXygW3m1OEetv5eW7 { width:40.1875rem;height:2.7986125rem;top:24.9375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VXyhyQI8XP1uRDZAKHny6I4IgOKQtkBt { width:46.25rem;height:2.9236125rem;top:20.4375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A6QVffFryU3uz10hgFfNze4WTVDBJbOP { width:0.625rem;height:0.625rem;top:25.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #unhorhmeGyn7f1t72gKTmEyTMbqkhUBu { width:0.625rem;height:0.625rem;top:31.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CDqyodNLfBoJkIfN38q0PPM9xs0kyAX6 { width:0.625rem;height:0.625rem;top:37.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HQ80UMZ03VM6mQvkT2Ry5lluNSsPFJh4 { width:35.8125rem;height:1.125rem;top:28.0625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { display:block; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container { width:47.75rem;height:32.0625rem;position:relative;display:block; } }@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:4.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M7U44x4eiqpaogcPhmxGVPsTpKcd5Wrv { width:40.1875rem;height:2.7986125rem;top:4.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B8t78i77emTraHZPEeTmlngWvsDOoXmA { width:35.8125rem;height:1.125rem;top:7.625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #byTsstiNkTbIP7HpIQV4Bg7XrL8v6MA3 { width:0.625rem;height:0.625rem;top:10.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BPmSxCcM82eOmmeW0q7eHxPuThVaXXp3 { width:0.625rem;height:0.625rem;top:16.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WwbIkxmBiTK6ip0VnwFcAbuaHThxg7Fs { width:35.8125rem;height:1.125rem;top:19.71875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l97b7CsGDxq5hr6p8JoP9TGUDdHWAVXD { width:39.75rem;height:2.7986125rem;top:16.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GH7ItbTTSnll7CMgNSzymIsMUnJgLl3b { width:0.625rem;height:0.625rem;top:23.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q1NU5uZev2rS3rK7H61elXGxVe6AlwGA { width:36.6875rem;height:2.7986125rem;top:22.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kFPSqRrfMplinsqtn9oypuxoEaK4Osh1 { width:0.625rem;height:0.625rem;top:27.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eXiuPg3NqDgXxy9Fxr066kQyddD9ZmVo { width:36.6875rem;height:2.7986125rem;top:27.375rem;left:2.5rem;font-size:1rem;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.556251525879rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OsO5bQwmHO9TTJT4dZBZu2e7FVOzsL7z { width:39.75rem;height:2.7986125rem;top:10.474998474121rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { display:block; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container { width:47.75rem;height:33.5rem;position:relative;display:block; } }@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:4.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LngCq2bUMmQXAOmBO6hWwIS3dl0tM1gN { width:44.1875rem;height:2.7986125rem;top:4.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I2g2NG4a6JSrnrcixmdU9OJo8ZB9fezC { width:35.8125rem;height:1.125rem;top:7.5625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qBE1HlROxpJkmwyK2LPFNUqBWATWdZUn { width:0.625rem;height:0.625rem;top:10.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P0Ua5t1SHUEq74dWC4TFsssR0xRiK95U { width:35.8125rem;height:1.125rem;top:15rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eCf9syRNrHEH1qvoLwWR05ZngHSJ3LsI { width:42.1875rem;height:4.19791875rem;top:10.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MkkrLbEI1ItL71hoVvwCD13SaeEN2zNX { width:0.625rem;height:0.625rem;top:24.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SCBL7iDsafqxTTGsGOvsZlnA1PVmDUva { width:36.6875rem;height:2.7986125rem;top:23.9375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k3O2nXPI8kVJO8Pu6hWD3bcWne2Gh93I { width:0.625rem;height:0.625rem;top:29rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GTAhdVRf62SyvJDSCC7P60uk4dUdeE7R { width:36.6875rem;height:2.7986125rem;top:28.625rem;left:2.5rem;font-size:1rem;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) { #LCQndHDtUBKpu7UHlObn1EdOtWElHTgP { width:0.625rem;height:0.625rem;top:18.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FwIAK374cKwQUUbEpdx6Q4q2EhVSKAR9 { width:35.8125rem;height:1.125rem;top:20.9375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lr0EwBTM1O3nIXT8H1DcDU29CVUZD7DQ { width:36.6875rem;height:2.7986125rem;top:17.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m2QDfsN03g7anKya4vm5RAol4aAdrddi { display:block; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .row .container { width:47.75rem;height:26rem;position:relative;display:block; } }@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:4.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JSZozqr0atpTrPb5bNbOo0eGX2DQzAA7 { width:40.1875rem;height:2.7986125rem;top:4.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oCrbuuHS6cSSG5fzFHOv3LQ7dqIRenHU { width:35.8125rem;height:1.125rem;top:7.5625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OCRSM5mTa0ISBikA4SI8kpzBcpp9ukpv { width:0.625rem;height:0.625rem;top:10.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eLLVBHzx77UdiNv7LyJkXTGGq35u0SWl { width:35.8125rem;height:1.125rem;top:13.637496948243rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #paCMuDKHlgXyoWdD8qiBypKfOxbkEVkc { width:36.6875rem;height:2.7986125rem;top:10.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EwF8Bd77f2Ah6EKBQ4kCwRWZtVUgvsdM { width:0.625rem;height:0.625rem;top:17rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KIAfkB8TcV3Xq11HkSJXwCIIzMGBF047 { width:36.6875rem;height:2.7986125rem;top:16.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HrJPdRdLc0z3bmFXcLABNCVf8RwVATAX { width:0.625rem;height:0.625rem;top:21.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FzSEK3tWFyTEgQJLfeyDDStNyTguR57r { width:36.6875rem;height:2.7986125rem;top:21.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HJdoJUTFMFps60N9T5k2FeUpEUFgSylc { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { display:block; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container { width:47.75rem;height:25.375rem;position:relative;display:block; } }@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:4.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C8NOH5MXLZSMwoOx6fAqvAwCU9VmWZav { width:40.1875rem;height:2.7986125rem;top:4.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KeVuMwATRJ8t5xrhgevFyxVuOtsQiLNr { width:35.8125rem;height:1.125rem;top:7.5625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SMuzv9KZH2AsNyMha203zqGAAuTlzLOs { width:35.8125rem;height:1.125rem;top:13.6875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eIDMTrcTeD4r0FgT9CpfSegx5IXqbTat { width:40rem;height:2.7986125rem;top:10.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aOTVvF0nb4Mk7kF52lAWHdQNGyEJCHBe { width:0.625rem;height:0.625rem;top:10.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mrbq1T6ALw6LsymPVzoXpD3bMEyS3JTF { top:21.5rem;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:21.5625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c3tsmUv9wTD00WZxVzeU14q7V86z09Z6 { top:21.5rem;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:21.0625rem;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:21.5625rem;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) { #q8BCCgW8LdmKz4z8ERSaTU8dImc3hGnc { width:40rem;height:2.7986125rem;top:16.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M0D43o8zBLaBppr9kRVhhOTCzfAaWUXk { width:0.625rem;height:0.625rem;top:16.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { display:block; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container { width:47.75rem;height:19rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iQ6ySOfNH20mruhfeTWSne6xDhmsZahH { width:46.5rem;height:1.95rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #POT7drRrue2IJPKgHNp1e4rcqT4E1rIw { width:46.25rem;height:2.9236125rem;top:3.375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S0DpKXJHBcJmRdQuJ28S0OpLMDWmrwbk { width:0.625rem;height:0.625rem;top:8.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xWOGdBJsmCLTuGDTBAK6iNv3nhn6QMtJ { width:35.375rem;height:2.7986125rem;top:8.0625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vsZtwE3TgHH6T4395iSdgorx2u5ehmbq { width:35.8125rem;height:1.125rem;top:11.1875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ar2dMP1gUMJDf1c9Exszukue6elOBnuW { width:0.625rem;height:0.625rem;top:14.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sU3rSx5xPMuc9khAJpzTP02UTZD7tlVT { width:36.6875rem;height:2.7986125rem;top:14.1875rem;left:2.5625rem;font-size:1rem;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) { #K1PagCP0cNJWdRsqonfwfsV276H34wi7 { display:block; }#K1PagCP0cNJWdRsqonfwfsV276H34wi7 > .row .container { width:47.75rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fSefNvKylIdvkpoZLFhoT1sLw7bz3CCI { width:46.25rem;height:2.9236125rem;top:0rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uaI6NLFS3tnpSzMNuLxK04PTlU3tBwgT { width:0.625rem;height:0.625rem;top:5.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MhgTicoqD51eXOQ7thBwZIFHhxxrEWbp { width:35.375rem;height:4.19791875rem;top:4.6875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nprtVqsnJ7h2OtAEQxbkoz0zweTCAwP2 { width:35.8125rem;height:1.125rem;top:9.1999969482425rem;left:2.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kA8Tw2IkTkoZSfyExSDyyuzc066nNuyg { width:0.625rem;height:0.625rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mP2bKICTVe8ElTDsJGvtG9SVT9I6elEt { width:36.6875rem;height:2.7986125rem;top:13.5625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTK99L2MRTdfKwLwECzwbiNK1AHqXvzX { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #z5uZedvG6L96aDUQRrLsxWNeMl4lmyAN { width:35.375rem;height:1.1375rem;top:10.6875rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #My6ERBrFppToVrbOoDVvnpAPFe8Cpm58 { width:0.625rem;height:0.625rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tlae0wt1C2VkF0MgZ5ppSNE0Fkh2b4U1 { width:36.6875rem;height:2.7986125rem;top:18.25rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { display:block; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container { width:47.75rem;height:33.5rem;position:relative;display:block; } }@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:5.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nPy9LSgNEm2ewFt0f8bMD7w80dG7gdcc { width:40.1875rem;height:2.7986125rem;top:4.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B124gQfKTzh5OcnkW1KHph3kzN9AL7P5 { width:35.8125rem;height:1.125rem;top:7.75rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CSgoUReVBxHKwICMomGaql6s9FTT1b6A { width:35.8125rem;height:1.125rem;top:15.125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kNihfDCafvuTxveqzSKQXH2HxbqxiE8v { width:41.4375rem;height:4.19791875rem;top:10.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CwPlAgBcxbcT20U2FLLFsOKUmkKrWOX7 { width:0.625rem;height:0.625rem;top:11.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h9iiF77JA89f4zAaBkyz6IqHRSlwW1FZ { width:0.625rem;height:0.625rem;top:18.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RVLDi0gVggZyCau5LIfqrrA6iNllC7kS { width:35.8125rem;height:1.125rem;top:21.1875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FJihzD8n7TsKe94OEN2hOTNTBIAcerDV { width:36.6875rem;height:2.7986125rem;top:18.0625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V6NN6KOwMdgVnVIHq2fvcqtARk5dfTsO { width:0.625rem;height:0.625rem;top:24.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o4uuLZ5AeV4fycXnJEdlwf7AUs2PIQW4 { width:36.6875rem;height:2.7986125rem;top:24.0625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tk10VqWQwgr6FxTSh04iQ35GAAnFe0lF { width:0.625rem;height:0.625rem;top:29.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nDfDIFHZ7dWUTL0sxhftEAnEMtLeLPyf { width:36.6875rem;height:2.7986125rem;top:28.6875rem;left:2.5rem;font-size:1rem;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) { #mQ4R0TXWTETlG8r06D8Roodw5Csoy4dU { display:block; }#mQ4R0TXWTETlG8r06D8Roodw5Csoy4dU > .row .container { width:47.75rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fqJDb9Lelh1q3UITW0X4JHUeJohhWMLt { width:46.25rem;height:2.9236125rem;top:0rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BbTUlaLHOXeKI5R6CDpQkgb86shJvMrg { width:0.625rem;height:0.625rem;top:5.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PNkDq1xfEB0SVRDDpvGZdRVVSCvRctOK { width:40.1875rem;height:2.7986125rem;top:4.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QWcIDmvr51FWJP4NT4U3ZOrmZpxco4PN { width:35.8125rem;height:1.125rem;top:7.75rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KNrgIIrig6g05ftJp3HlKJC3trso7lGQ { width:41.4375rem;height:2.7986125rem;top:10.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IEeODK0vztTEkILTUInBmShbHKprzvUl { width:0.625rem;height:0.625rem;top:11.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k2PlVvGZhsTgStcWsPwCSrOes8Add6wF { width:0.625rem;height:0.625rem;top:15.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5OBgH2krg67v34ZuVhCibT9xsyuZXhf { width:36.6875rem;height:2.7986125rem;top:15.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GE4uUeyKJNubTR6v2bZMhAshuTx9zpG5 { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #o0u1gC6bmLQok4tWP39Z882lBlFpe451 { display:block; }#o0u1gC6bmLQok4tWP39Z882lBlFpe451 > .row .container { width:47.75rem;height:26.375rem;position:relative;display:block; } }@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:5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uCZJfZOZCb5OzIcblOXgR3I8C58fivnJ { width:40.1875rem;height:2.7986125rem;top:4.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fsaOztZLvDcy39XT3Wd3v8KzsxQzsARh { width:35.8125rem;height:1.125rem;top:7.6875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uBPAFfXhiCFBSLfMheVSgU9KfcTHbBzU { width:0.625rem;height:0.625rem;top:11.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #keHR10ThKfXLqqlFeeylkoLQG6IeXVKW { width:35.8125rem;height:1.125rem;top:13.75rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iOieMdEkmNVDEVZTw0MQ1Oumq3TofQky { width:36.6875rem;height:2.7986125rem;top:10.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z2RUAlDqnPhoo2ErLI6ATRQJDBehuUxm { width:0.625rem;height:0.625rem;top:17rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x6LWSbwBORQaSltrH5aJoDs7pd1U8gwK { width:36.6875rem;height:2.7986125rem;top:16.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XkwwM7A1fTVSMr8Lz40eRiL9B1ZEUK6b { width:0.625rem;height:0.625rem;top:21.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UHdTahmby1A2b9P1GFQlFyzSZtAO3kRA { width:36.6875rem;height:2.7986125rem;top:21.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #csduUmF6nUI6dk9GANpX46GF1ax5BGSr { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { display:block; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container { width:47.75rem;height:32.375rem;position:relative;display:block; } }@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:4.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dV7K17TCtifwJwo98H5O345wF6BOgZkm { width:40.1875rem;height:2.7986125rem;top:4.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LN6XrH7TBeyWhmcpiU4l5aV32LmoTN6S { width:35.8125rem;height:1.125rem;top:7.6875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fa1mdw32O6Z2VRraihN9k3HrVvfDhDVc { width:40rem;height:4.19791875rem;top:10.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KBnFQZxHsvkHOWdlKPyFwApScvcsopxC { width:0.625rem;height:0.625rem;top:11.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LGUbexDxP9gmvlerlETDdiHoUSx6SUwF { top:27.8125rem;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:27.875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T2xxA3sFv2gOsDZWpHm9dbX9JSNtl3EE { top:27.8125rem;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:27.375rem;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:27.875rem;left:45.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IkSXBb41ZciI50zGqAai24zvxthkUh1Q { width:40rem;height:2.7986125rem;top:18.0625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lIQA6zKH2tJE3FrE3hccmyMrmMzf3wb0 { width:0.625rem;height:0.625rem;top:18.5rem;left:0.625rem;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) { #DHtUUXJvn7LQJ6llvAQulsl7Qn9FPDPi { width:35.8125rem;height:1.125rem;top:15.125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RhsOQGVm1qOUDn2UUD4SPN9LbtrP8EIQ { width:40rem;height:2.7986125rem;top:22.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iHpZxccp1754xSg7eGA5ko1rJIbanq51 { width:0.625rem;height:0.625rem;top:23.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PT1WXzAcRQ5MIUBIRDbehRqQzK1Wuyz9 { display:block; }#PT1WXzAcRQ5MIUBIRDbehRqQzK1Wuyz9 > .row .container { width:47.75rem;height:155rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eMu4TUAxQfkvqExuHUboTs8rG7fmnmMt { 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) { #OEI0E31VkXhdLLNxwCBTv6GOuuolA3u6 { width:0.625rem;height:0.625rem;top:8.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lJ5fWuRpuoaoOhqhBSbzcFkC7p5F0wLu { width:36.6875rem;height:2.7986125rem;top:6.8125rem;left:7.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LuNl5X0KX3WvGphwnGWmJvoiQPFyP4Nx { 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) { #uOCPVSUTtfQTfOLclBiXnegtqfZNrP2H { width:3.75rem;height:3.75rem;top:7.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hCpqzpZAnTorOh1kQhu1awHQfMUdsHGD { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ABPA7hl1q3U10V9xpNcWbzDl17JpaglW { width:39.4375rem;height:18.190975rem;top:12.125rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZeQAcXXTiAnCKJdouVNQVNpltmqNQlIU { width:40.0625rem;height:19.5902875rem;top:44.9375rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t3B49t7B5CtVMMDd6Mr5evcgFXLf17Hm { width:35.8125rem;height:1.125rem;top:42.75rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lqxRApdcX9rwyHrmulGka5vVPEy9MgFK { width:24.375rem;height:2.7986125rem;top:39.25rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QcUTcmuveNh86erTSb4JrKWRyJEoy6XP { width:3.75rem;height:3.75rem;top:39.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hKweCOCNL38tdJrPbb2vmtz5HetbOPtJ { width:0.625rem;height:0.625rem;top:41.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JN5occQ085RQ7FTXAsvmBXvEdmz8Lqpz { width:3.75rem;height:3.75rem;top:78.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Az7a6gZAPVZl0Tgb4wMvFSVVDcvKUlfa { width:0.625rem;height:0.625rem;top:79.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UawKfeKdGx23T19TcQtrNRumhFG7cqlC { width:39.25rem;height:20.9895625rem;top:84.0625rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rM6oVqSWMAZE9rvRLRChekWTyuTX9Oa1 { width:35.8125rem;height:1.125rem;top:81.5625rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iGLX5JOAFeISovt25BNEb0BAZoBhFRcy { width:29.8125rem;height:2.7986125rem;top:78.125rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pskU4Mx5SeTNN8CCqpgT0MvTyRTzwx8w { width:46.25rem;height:1.4625rem;top:75rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #id3KAmqGEbNBAaLyr0OtWuSFu62vKzre { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UPhsATGUpLhGXtAvqS7HVlT725RnTc3T { width:47.75rem;height:0.0625rem;top:73.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cy3xZgqctBU38yhL32VvC1J8Tfwd4iOi { width:5.8125rem;height:2.6875rem;top:7.84375rem;left:35.467708587646rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gO5kMJvX93HehM9DCkJLwBSfRibfiyoI { width:24.375rem;height:2.7986125rem;top:6.8499984741213rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W26FfMl4RDrCMJbC84iIq9NILNZcqFHf { width:5.1875rem;height:2.9375rem;top:77.8125rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kHXUMfnbrWueof3usvt4V0TphoTPqu3a { width:5.25rem;height:2.375rem;top:40.8125rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CxFlN7L1SCziPyAZkdTqel1mnkkoD2An { width:4.5625rem;height:2.1875rem;top:40.875rem;left:42.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kZTWQyafS4VoRF3y3Mh2STARV6oDOnnX { width:4.5625rem;height:2.625rem;top:7.75rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HF3xBHa70tPLe9KZI8J0ysVNGCpNk31T { width:39.25rem;height:5.597225rem;top:104.8125rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k3zZNOo31Kxekut4iGyxdFBRmlvbB8KW { width:39.25rem;height:5.597225rem;top:65.6875rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U10ZgA6S0cenpCqVCHRECc7UFMST2DSu { width:39.25rem;height:5.597225rem;top:31.25rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PluSrG0crlN9SSRK7HiunCZKJt8tbnTi { width:46.5rem;height:1.95rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zOevKgLtywRr2QHSROckXzIiopkbOEGW { width:39.25rem;height:29.38543125rem;top:118.4375rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TauNTFtipLyent64VpPWV3GkRBAKOIC4 { width:39.25rem;height:5.597225rem;top:147.93749809265rem;left:7.5000000596044rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tcAA9ZvvBTGLzHIUFD0STBZk3inTePrk { width:35.8125rem;height:1.125rem;top:115.9375rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q6EdZbt9hg6DTPUuAVDkUPmXNzcmJqQg { width:29.8125rem;height:2.7986125rem;top:112.5rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MGSUiQJ2xt98nJPrBvSswNHfK9MynDdv { width:7.125rem;height:1.8125rem;top:113.74374961853rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TKCT2Gq1pEaQZi2xNGUWLZy8xcgRHLx1 { width:3.75rem;height:3.75rem;top:112.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LlH2vMCut4qIPHe4ucSiq41aROx4FFNZ { width:0.625rem;height:0.625rem;top:114.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { display:block; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { width:47.75rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v { display:flex;width:18rem;height:5.0625rem;top:1.625rem;left:14.341666221619rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #PhfEqz8nSXBp7x46dGuZMw9uprgRrQb7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #ae2kLURWCMowab4Z1n6EHMUr9XcuETzK {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #aBq9ZkM5zTFRVafFvPIHJRVuDCbK6fWO {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #CtMSdBB8XUZxLoAaZuDECGoPMKBMhI0x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #kkU7uFu0od8TQUmnNC6F33hIeKrAiLhV {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #xGah028TGr5WQqMLz9gWTdg7LP9enJvH {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #DTD0Z8NScLJGqxX9RTHZfqK5MzOQRUOI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #exP5b1R63EWvdGhTgU19N9vm7LgrOLAN {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #yDqDK1PCu79Qrr8Sa5uAhtHEMuCFCfo3 {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #OtX677THblmnF8vymPF9KAwJnptgcJMg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #hsvpIKqO8MZFUytF1qZLAyXWudIdM5XE {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #WED1gVvcAog3gfOv0bXbqQoRcnfSZXZU {  }
 }@media only screen and (max-width: 1199px) { #bm4NRCTaVKuNhKzpb7yWyc0Wxn8ydO8m { width:25rem;height:1.1375rem;top:0rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nmxm8BdulBWZNq6aFOtrDtKwuGi8gtcV { width:15rem;height:1.25rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #blAn5xV7nPboBSkS9MiHQ2my5SDvw2Qg { width:47.75rem;height:0.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d0DQTiTaIzFHxGzG7CQBTaqex6GDIrcJ { display:block; }#d0DQTiTaIzFHxGzG7CQBTaqex6GDIrcJ > .row .container { width:47.75rem;height:33.75rem;position:relative;display:block; } }@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.5989625rem;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) { #Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 { background-color:#1a734f;background-image:none;display:block; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container { background-color: transparent; background-image: none; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container > .video-iframe-container { display: none; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row > .video-iframe-container { display: none; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container { width:47.75rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #usopnl421qeKwecadAwafXz8Bn4kg8aD { width:26.4375rem;height:1.625rem;top:0rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uFe3ahodVWKDnVf5RydpIkteKB7stKct { width:44.1875rem;height:1.3125rem;top:3.375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PmigKnExRmdrDTn6WnOSlPtIzJE9RakS { width:1.25rem;height:1.25rem;top:3.3000030517578rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CqiySVRWc7nwBwpbkqpMcn8ZTygSfPaA { width:1.25rem;height:1.25rem;top:18.3125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aCDnPSJHmwG5eddE6apwzdX0UD6y9zSd { width:42.8125rem;height:2.625rem;top:18.25rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrW13U6u3yftcTh0ZEXeRdHKo7PAaw7S { width:43.1875rem;height:1.3125rem;top:27rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vlZhGkI68Bxvszb9FROVW6Zc99qLvVg9 { 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) { #EX4EExtSCMv46a6oLzN21EC5Vbbk81K7 { width:41.3125rem;height:2.625rem;top:6.4375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hl4UGeGmsVUhZUHzTp19QoFWBzCnGJxd { width:1.25rem;height:1.25rem;top:6.6124992370606rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #niB9zylSLNOfbaN7LWFxQbGzNTQ29G6l { width:42.75rem;height:2.625rem;top:10.799999237061rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UeGT6pL5VxU4btaOgsl26xOL9tEv8hgS { width:1.25rem;height:1.25rem;top:10.987499237061rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pB7B7rIDIRawi93gqSCgwpxwk7HKlwL5 { width:42.75rem;height:1.3125rem;top:15.174999237061rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #neZre0NqvTm4Tqn32x2LqwSABWB9Bmxp { width:1.25rem;height:1.25rem;top:15.237503051757rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ocJ6B2ASpHr0MZUGFKeZGegSdTBfg9Bi { width:42.8125rem;height:2.625rem;top:22.6875rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SJPSZug564JLheabVt6Sg1JUuHCzg4OL { 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) { #fQ28wTkvIU2EM3Wc7veZarF0PyKyp7tL { width:43.1875rem;height:8.573775rem;top:28.9375rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ { display:block; }#aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ > .row .container { width:47.75rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zr1985trgOMzPBKnN7GUrrW3GXukM768 { top:2.5rem;left:3.1875rem;width:41.5rem;height:2.6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rdWlFDV6Crn7OFpCtZXpCTI9x5DBLWp9 { top:21.5625rem;left:24.4375rem;width:22.5rem;height:4.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AiPRegCNhgrB1SPtsNHPIl8qzEIDqa3N { width:15.5rem;height:15.4375rem;top:6.15625rem;left:27.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nry1fOH6AqMCqAkqVbdquQuSqgrWXdGZ { width:16.25rem;height:3.75rem;top:15.1875rem;left:30.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hTrtivfUXPurO2oPKFNcXdkcKQsS4PTl { display:block; }
 }@media only screen and (max-width: 1199px) { #ZGdHCvtiIM1FiBQBzxHvw9sN7T1DrmlD { width:20.25rem;height:23.75rem;top:11.0625rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #brda2TIQfSqmlXqR3TT7wPVi0vP6IB0x { width:18.75rem;height:12.375rem;top:24.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EUDVO8CVoHG8qRenrwB8b0ErDOETeLzd { top:31.9375rem;left:23.8125rem;width:23.75rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MiAlTwtgK9CrsLbH1c9tRUu2RiL5fqSf { width:16.25rem;height:3.75rem;top:27.03125rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Px4yWS8kty9UHTmnA0Okfs8pZEiAS2fz { display:block; }
 }@media only screen and (max-width: 1199px) { #NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu { display:block; }#NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu > .row .container { width:47.75rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tT7wQI3FhqZCiROao1afkcpawy72SOU0 { width:46.5rem;height:3.125rem;top:0.625rem;left:0.625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #h79T5EbXevX8RX8SBN3SsOWOshvxe4cH { display:block; }
 }@media only screen and (max-width: 1199px) { #EwBtidElTG7RWIwMVAvuWncEfnRSvnTT { width:47.75rem;height:1.21875rem;top:1.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dbrKhUkwVffrBOzpZmnkMCrKAdolLfzI { display:block; }#dbrKhUkwVffrBOzpZmnkMCrKAdolLfzI > .row .container { width:47.75rem;height:68.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QmKX6rEKnlrKztq8kqX8yhnRxm74NR0Q { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.599825rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K4gqam1h7sobagHUiuD7Jhr5zGXkXGEP { width:47.75rem;height:1.05625rem;top:6.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GXWcHAfGMqGTMWWcQumUWAxpGF4GiIm5 { width:12.1875rem;height:3.6875rem;top:9.1527781486512rem;left:9.2500005364419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nNcLhloxZEO5bNPkHATdD5Fe9C9ZGShr { width:47.75rem;height:1.05625rem;top:15.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PlN3hAQEprdnqqWIWgfmIldCMS44zhRG { width:7rem;height:4rem;top:18.496527194977rem;left:20.374999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BBskCvLsJvUtCdEg45CNBqQ4uaB0xv3U { width:47.75rem;height:1.05555625rem;top:26.318748474121rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GgHxewn5KcnTfo8y4TQNlpiKtP90EH1R { width:47.75rem;height:1.05625rem;top:36.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uV02nFGIDN3EdqrDe3Vb7LFHAWsPBih2 { width:8.3125rem;height:3.0625rem;top:29.125rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PqJPTwyk1v5oOk5pa45ZXIfQVN5Xzeqd { width:8.8125rem;height:4.125rem;top:38.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kFrx1gP0H5fFZwnJya8loEP3GmkH5kdJ { width:9.125rem;height:2.375rem;top:39.625021934509rem;left:19.312499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g7VxOt1JerZRfc5ue3neE7ucJFEpxmTd { width:8.0625rem;height:2.625rem;top:29.375rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TsdM4Fq7yeSbLLxKmFt9z8R7qfTz1C04 { width:10.8125rem;height:5.1875rem;top:17.903646945953rem;left:7.3602429032325rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rAVST4Qel0eChosscnO0LT7r4Hg8ivpl { width:8.75rem;height:3.25rem;top:44.592904090881rem;left:29.437499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MuWql5rESIgehxTHKoGOhV2HkQLEJ0JN { width:9.25rem;height:6.0625rem;top:43.437501430511rem;left:18.555554926396rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TXMfn6vAxO2ctaKhWoA0mPZO0WLrMBXX { width:9rem;height:5.0625rem;top:17.966146945953rem;left:38.656249582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LS7ymzhogd8Tb00bHLfkgozO9lyn2HTJ { width:6.75rem;height:3.1875rem;top:44.875022888184rem;left:40.024306833744rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lUilx4GwHLuV5wGzExnQXTKlsnvoApB6 { width:3.9375rem;height:3.9375rem;top:18.528646945953rem;left:1.5199652314186rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mVT7pXKVScNFkc1tuEXsZbGilxmINeH2 { width:47.75rem;height:1.05555625rem;top:51.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OfTVst9VpftLlHx3AMuuWd6hSW8BqKTx { width:5.25rem;height:4.0625rem;top:54.930555343628rem;left:41.579860270023rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ci4vTcyhLEW5PBPrFpC1iomOZrmyOkz0 { width:9.6875rem;height:3.875rem;top:28.75rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gt2CLTKLE6HO8kvoLe56q0tImprR7HpC { width:10.25rem;height:3.4375rem;top:28.937500953674rem;left:1.5208330154419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #htg16HBviXyuqPoOu7LoAUcLAJB8gCsq { width:4.5rem;height:5.375rem;top:61.15625rem;left:26.798612177372rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fd9marIEmg5mQBq4UTCzkzTr1MS0Ieb1 { width:9.5rem;height:1.875rem;top:56.024305343628rem;left:28.437499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JcGqAfTElSurbJnLnfMTMfgRueERC3Jt { width:10.3125rem;height:5.25rem;top:8.3706603050231rem;left:27.374999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bESZkgt43dk5F3pWxJfH4EKTHnmXVzRC { width:7.125rem;height:1.25rem;top:40.187521934509rem;left:39.593749582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qDntcH6VF2gTGGAOGT3cCRDXKIBdtEee { width:6.75rem;height:1.8125rem;top:45.312460899353rem;left:10.73524338007rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cJLkLvzbTK7TO9lvVR7Q50VLLQLsr5ZT { width:5.5625rem;height:5.5625rem;top:38.031271934509rem;left:11.32899338007rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D7anvmDb3RW7nTikdNJemP3EOd5bDHrn { width:6.1875rem;height:3.25rem;top:39.187521934509rem;left:31.243054926396rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KKqIyz4XKUHJTHX6e0ybbgyTTNw3c48k { width:7.75rem;height:2.3125rem;top:45.061593055725rem;left:0.96875005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DbIqCzFQgrvm0fiaUGd9c8aRlL9N2TAC { width:5.3125rem;height:4.625rem;top:54.649305343628rem;left:18.172742426396rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uEaxVSdJQTbuMgMgFlZFgT6eJ6tWqLer { width:9.5rem;height:3.8125rem;top:18.589409351349rem;left:28.781249582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Um2L3zk8ZVZ2bWnMNuMpwbcTQTTR8QiS { width:6.625rem;height:4.1875rem;top:61.75rem;left:15.624999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WzJR2we01xuELg6SWowm5D19uTmm09xF { width:16.75rem;height:4.4375rem;top:54.743055343628rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h { display:block; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container { width:47.75rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AIQ78XJi7OQWEoxWd3rlubd1onfJxFF3 { width:47.75rem;height:1.05625rem;top:0.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sPRHOyJFZxp5T9RyXAFhefwJ9ThD1TJU { width:10rem;height:1.9375rem;top:3.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DZG0XBScy35gmKgTJV4G8OFhZseK3yOR { width:12.8125rem;height:3.6875rem;top:3rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z8OmtTKmBsIknu5g3nWF3oxHzwJ3voyR { width:10rem;height:2.9375rem;top:3.375rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m0rJ0FBZste0XVt6Ku2TezrZ1D3QgXwW { display:block; }#m0rJ0FBZste0XVt6Ku2TezrZ1D3QgXwW > .row .container { width:47.75rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CTpF74fsTzxrJx1nJaT56S3lNncSs6gv { width:14.875rem;height:1.75rem;top:3.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SuaB40nENm1E6hz7BeCd45KgOw2PdgNf { width:15.625rem;height:1.1375rem;top:0rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ehimbffL19Mdk8IzOJeWty9WEwPaEdrk { width:7.1875rem;height:3.125rem;top:2.5625rem;left:30.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uUTwPOdSXgsX5RCMRRWM8iR12JqyKtzu { width:15.625rem;height:1.1375rem;top:0rem;left:26rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { display:block; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { width:47.75rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Tnm0kop5aRDA2kRfRm5cqsSpc918pfUi { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jp8ACu6oeJQy8IwLF6Pc8f6l6SpKlbK5 { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aZdkqBr1X5yDG3kNOpz5z8PFBhXuv0Hu { width:46.5rem;height:1.38125rem;top:7.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #unTTT5DfpMQu95DLNFg6ybWitkl4O6Lm { width:46.5rem;height:1.40625rem;top:9.375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SiZuyTiHT81W0HhIZA3Fqv2NJBNe3one { width:43.5625rem;height:1.40625rem;top:15.4375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DiECylTzGP8g4Q8xPJVp5kVHWJO096se { width:46.5rem;height:1.38125rem;top:13.4375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sVMTPXSwJmDwivKwJeBHT5hLRbyk5tZI { width:46.5rem;height:1.40625rem;top:21.3125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nGDTsz7FU0SVawLnCfSZoQwubBx9mP5v { width:46.5rem;height:1.38125rem;top:19.375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D9sJo8Nbt0QT4VEEW7hXPbBaBPzMzKde { width:46.5rem;height:1.40625rem;top:27.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wb0NcwLbymkCAZu8GdapQQTu6p16Csug { width:46.5rem;height:1.38125rem;top:25.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kDB1mslWZQm9VWQe99I8GUQhV7vInPrJ { width:41.6875rem;height:2.8125rem;top:33.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZwwsTTGiHDHBZmuKtxTRvgtTkChcPTaP { width:46.5rem;height:1.38125rem;top:31.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xIcHST5FrE1WypCiFRGPcRQwxDuqbw5M { width:41.6875rem;height:2.8125rem;top:40.625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wPC5uf6UKCDcqt8PDca8EtT2GzWWX3N6 { width:46.5rem;height:1.38125rem;top:38.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VnKczpPXPpkKPW348i8h91mdJzgTghPN { display:block; }#VnKczpPXPpkKPW348i8h91mdJzgTghPN > .row .container { width:47.75rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #q4myVIUt72VEhCT72MnQ6gN8a5MfwJc5 { top:2.5rem;left:12.9375rem;width:21.875rem;height:2.6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h9bqw8boWoXfw0nmb059fD3ctLF5clRE { top:7.5rem;left:20.875rem;width:16.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QL59qHOtMckMVk6IAnGV711G0PCx8OtF { top:12.125rem;left:0.625rem;width:46.125rem;height:18.28125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #XTyivGICHCcx7KkHLipm4E9PU9r9qUDt { width:29.0625rem;height:16.25rem;top:32.0625rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UsKF4bKyVzeeWMr82tGpuUGC8DcOQ6Re { width:8.8125rem;height:1.75rem;top:7.875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ntKOVkTia5LOwZtL03i6VZD9NxcNeGq7 { display:block; } #a67b494d4994e033a89fab39e675f584.widget-smartsection *:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="text"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="email"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="tel"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection textarea:focus-visible { outline: none; } #ntKOVkTia5LOwZtL03i6VZD9NxcNeGq7 > .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) { #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 { background-color:#1c6e4c;background-image:url("https://images.assets-landingi.com/uc/4eab08ea-c10f-46c6-8c00-9941f75aad0e/APD_2024_WET_PION.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.adaptive-delivery-prevent-bg, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyload, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyloading { background-image: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { background-color: transparent; background-image: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container > .video-iframe-container { display: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container { display: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bm6RlfWcQwzhZGK8dTZZG9Hq2mLOFBnH { width:20rem;height:1.3rem;top:19.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bRx91IV4ZWi08yGyuIlByZAAxzi1xDzo { width:18.125rem;height:2.9236125rem;top:26.875rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ucUyCaJh51sJUgnVHQT7UTe6eahWQ1W7 { width:16.25rem;height:3.75rem;top:28.125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JnRHr88dExXLTqyrupyRFD4lX6IWO7qq { display:block; }
 }@media only screen and (max-width: 763px) { #HaF1zAzusoa7woyC9lEmFf94PKPG55bH { width:16.25rem;height:3.75rem;top:31.875rem;left:1.875rem;z-index:15013;background-color:transparent;background-image:none;color:#37b7c1;border-top:0.0625rem solid #37b7c1;border-left:0.0625rem solid #37b7c1;border-right:0.0625rem solid #37b7c1;border-bottom:0.0625rem solid #37b7c1;font-family:satoshi;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxFugxJJ0orkhPP36B0Lzx9IrhrEPTMM { display:block; }
 }@media only screen and (max-width: 763px) { #tne0xHc36NL8I6LEA9Viuze2Rd1UdhcW { width:18.75rem;height:2.475rem;top:21.148958206177rem;left:0.625rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QmOF7iTy41arbl6WkDmr20x4e1XmfNvV { width:18.75rem;height:1.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) { #SQ4oigMAFgvJ28myhdgdxTEBXTEAgF2h { width:7.5rem;height:4rem;top:0.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxqScsThT1ZlRGG1XVNaDzyrMG9aRutg { width:20rem;height:28.3125rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1VN7C5xEzpcLiSRJv9Kb3T9wlNyprew { width:6.75rem;height:6.75rem;top:12.4375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ3tJIiCn6AuzlSO4Iimmncv4CwGO7qB { width:20rem;height:14.375rem;top:4.375rem;left:0rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ruDlTD3TnMeRTPwHWQsdXmTeBdD7Lwxy { width:16.25rem;height:3.75rem;top:31.0625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwbk8mT58gIQ3HsAPggsMWxhFH6sfJuv { display:block; }
 }@media only screen and (max-width: 763px) { #UZ89xgIaSi4TDBxdeH6AZSSBtx7v13Ke { width:16.25rem;height:3.75rem;top:35.6875rem;left:1.875rem;z-index:15019;color:#ffffff;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f46a3e;border-left:0.0625rem solid #f46a3e;border-right:0.0625rem solid #f46a3e;border-bottom:0.0625rem solid #f46a3e;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcnZb5gZWaMVfiqUpwtPQg59AyyA21W2 { display:block; }
 }@media only screen and (max-width: 763px) { #u0Pxs3i0oUB4VkN4Lhia1Jdlf5ITRDA8 { width:8.125rem;height:2.25rem;top:1.25rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRpQzRP9c2p50Vp6WqCKHHdounN5NhHA { display:block; }
 }@media only screen and (max-width: 763px) { #WnwtAC4wgB4kON9TvUPvTm6C77kbBXci { width:5.375rem;height:2.25rem;top:1.25rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVv1tuxw69XT5A3LgP40C5L9IrxKr3TG { display:block; }
 }@media only screen and (max-width: 763px) { #xBZKN5EXoVNTiW1syhwTgaW05eitrise { width:5.625rem;height:2.25rem;top:1.25rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d4Qxf56BJe9H3BKd1LqKMyaSEmEPfFmi { display:block; }
 }@media only screen and (max-width: 763px) { #Lh8MlRsQkbuVR0vI1DJTiKooQTRPB4tv { width:5.375rem;height:2.25rem;top:1.25rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sAlm9X6w1c1FARAco4r2hLDdypHOCzci { display:block; }
 }@media only screen and (max-width: 763px) { #nHAwLf4fgVnDJvympGwoSXmIt1z6UM57 { width:3.25rem;height:2.25rem;top:1.25rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iAhocDc1znclEgzAEciRWbPnkpdMcooI { display:block; }
 }@media only screen and (max-width: 763px) { #fp7p5aCuMV0FdBiSoq5NwNc1caRC3TI6 { 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:none; }#fp7p5aCuMV0FdBiSoq5NwNc1caRC3TI6.adaptive-delivery-prevent-bg, #fp7p5aCuMV0FdBiSoq5NwNc1caRC3TI6.lazyload, #fp7p5aCuMV0FdBiSoq5NwNc1caRC3TI6.lazyloading { background-image: none; }#fp7p5aCuMV0FdBiSoq5NwNc1caRC3TI6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fp7p5aCuMV0FdBiSoq5NwNc1caRC3TI6 > .row .container { width:20rem;height:42.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OMKDZ0tx9oJkC9FUbpZi6NM65cKFDWuR { 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) { #uLVXrOl7quZMEhHbnCJucUQHQmbviJ9H { width:18.125rem;height:2.925rem;top:26.875rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XW26LRzN2QaAAOAO5x9DSdsvn6yLAVWl { width:3.9375rem;height:2.1875rem;top:5.25rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIyK2x8rKTanJuP5QKOML9BWT7AyPnwb { display:block; }
 }@media only screen and (max-width: 763px) { #Vgr3uCCOMuEckruWqpQ2VzaDILoqyuOw { width:4.1875rem;height:2.1875rem;top:8.1875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p93HIPtGy95yNQqXS9PP33ufqBDfBMiv { display:block; }
 }@media only screen and (max-width: 763px) { #GCLTkVrNPiKwwoRWq0Zhok6TqnVld73X { width:4.75rem;height:2.1875rem;top:5.25rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #U0DT5RNPORsgUIqhAWLIIgoEBr0cJTzH { display:block; }
 }@media only screen and (max-width: 763px) { #ndKelkC1Di7wdLJnWDCQsFyeOyUZdTLs { width:6.5rem;height:2.1875rem;top:8.1875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kVO3TzOTTn8yDFthtxneLc49FlWRIyGy { display:block; }
 }@media only screen and (max-width: 763px) { #KPm9XlATciHhRFXfDBccrRrlLsv2tJk5 { width:16.25rem;height:3.75rem;top:28.125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxabAJpq3pJtT3LhaRx9ESakMcedSeq7 { display:block; }
 }@media only screen and (max-width: 763px) { #PcLtMxROUgUPINoFSmx4Ta4NcnC5A5uk { 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) { #ZNWLPTnhWttpcmTyp9HV3dPUNga4wr8V { display:block; }
 }@media only screen and (max-width: 763px) { #rflBuHpfWWuRsmtdsXgvzoFb2Isx3umh { 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) { #Q9gDKd0eFJc7Tdc2VMhpnbWQgIAaTce0 { width:16.25rem;height:3.75rem;top:31.64999961853rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeEVTwx8CF0TrvvDXp9ttMukgmyk1HTF { display:block; }
 }@media only screen and (max-width: 763px) { #sS2Rhog1VMU2F6ui0GFUes11zWGiDc3x { width:16.25rem;height:3.75rem;top:36.25rem;left:1.875rem;z-index:15019;color:#ffffff;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f46a3e;border-left:0.0625rem solid #f46a3e;border-right:0.0625rem solid #f46a3e;border-bottom:0.0625rem solid #f46a3e;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX5agT2osdUATMdg0Evhps3ZQ67w5kRZ { display:block; }
 }@media only screen and (max-width: 763px) { #QLpL3r3uOa1GWzTSEBlEFcsp0rlPaP2C { 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) { #LH6kpdrswyDPoCiTzlW7p1qM5NWMDJmU { width:5.375rem;height:2.25rem;top:1.25rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xKnkCpPpwFWmZlpgqI04r26VVsoe8OWu { display:block; }
 }@media only screen and (max-width: 763px) { #ZFhRRtEp7Bgi1vSMqfPN1qMv44MoIxZ5 { width:7.5rem;height:4rem;top:0.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgTNSEb0UA86FBbG6XBeUKssk0MKWCQT { width:20rem;height:28.75rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0GzAEnKRCslpxbXnH35pAFugmBDd6Xm { width:6.875rem;height:2.25rem;top:1.25rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DAte9IHcCV8S4dtN7bPwMn38AaqALtCg { display:block; }
 }@media only screen and (max-width: 763px) { #UXzvianFHTvrntMMC3PrBgcObTZNNA9W { width:6.75rem;height:6.75rem;top:12.4375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR1zLBsNmyym8NSvqZFyzzRyNKqiV7iG { display:flex;width:1.25rem;height:1.25rem;top:24.628124237061rem;left:2rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #GRemaBvX9xtTpcRmHLqGTcoTAr69oTM0 { width:15.0625rem;height:1.875rem;top:24.3125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #svf2KbMpyUwkTd6TuChNBSek7Xez03vd { display:block; }
 }@media only screen and (max-width: 763px) { #wxAq3Pc6NRVOXgQgAIKT2SMWt1odgLz6 { 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:block; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container { background-color: transparent; background-image: none; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container > .video-iframe-container { display: none; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row > .video-iframe-container { display: none; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container { width:20rem;height:55.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAK86bRqkTQcxdJrcBBvMqNeD1LixntU { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #C9ymwCeb32VeJfxCQIQOUX2escrI0BTO { width:20rem;height: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.0989625rem;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) { #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.0989625rem;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) { #fAolmxdoI4ADa9AhTyuZhbZwabJxvKoG { width:20rem;height:1.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CwQpGQyZMAL468ho50fdcuWd7LEtIvAd { 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;display:block; }#CwQpGQyZMAL468ho50fdcuWd7LEtIvAd.adaptive-delivery-prevent-bg, #CwQpGQyZMAL468ho50fdcuWd7LEtIvAd.lazyload, #CwQpGQyZMAL468ho50fdcuWd7LEtIvAd.lazyloading { background-image: none; }#CwQpGQyZMAL468ho50fdcuWd7LEtIvAd > .row .container { background-color: transparent; background-image: none; }#CwQpGQyZMAL468ho50fdcuWd7LEtIvAd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CwQpGQyZMAL468ho50fdcuWd7LEtIvAd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CwQpGQyZMAL468ho50fdcuWd7LEtIvAd > .row .container > .video-iframe-container { display: none; }#CwQpGQyZMAL468ho50fdcuWd7LEtIvAd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CwQpGQyZMAL468ho50fdcuWd7LEtIvAd > .row > .video-iframe-container { display: none; }#CwQpGQyZMAL468ho50fdcuWd7LEtIvAd > .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); }#CwQpGQyZMAL468ho50fdcuWd7LEtIvAd > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bt5eRBlwTaCMwLCRgnBZX12ULCtAgKIU { width:6.625rem;height:1.05625rem;top:4.1875rem;left:6.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqklHVEZirSO8WcToqb8lloU4A7HKJ1J { width:6.6875rem;height:4.222225rem;top:5.6875rem;left:6.625rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tUD5gMoZhG9PNsTsANPqP7XonNTBIXMq { width:6.25rem;height:2.1111125rem;top:5.6875rem;left:0.25rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QQz7yMc4BdSBZBKWtfJe463utN4Pg3rV { width:6.625rem;height:1.05625rem;top:4.1760406494141rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bb6m0Bt0dgf0V12mbQb0EgLqZeNZgxTt { width:6.6875rem;height:4.222225rem;top:5.6875rem;left:13.3125rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DDchwNU5J8p0BOHWEXaPzwZECQCmvQJ4 { width:6.625rem;height:1.05625rem;top:4.1760406494141rem;left:13.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J2qubfMvTzo7z9vN5hNdQWyUdWlfErQX { display:flex;width:2.5rem;height:2.5rem;top:1.25rem;left:2.125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #LJ1JNWlSTCbTPMQftmOGD58Pg7zdSTnf { display:flex;width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #TPWXIPXgQx70W7FBr3gSTFQC7ZyRxMv9 { display:flex;width:2.5rem;height:2.5rem;top:1.25rem;left:15.4375rem;font-size:1.75rem; }
 }@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:block; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { display:block; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXwTlzhUyvh8NypcvHzTIuWHvkuF2pVT { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrIr88RKHso8ifn9DF3gU2RlHo8y7qZQ { width:20rem;height:0.125rem;top:3.6500015258789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OevOQO2WmKb1n1cXfaJsWbxgl79CSTUb { width:6.25rem;height:2.275rem;top:0.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpsoOSwIbgJZsIwKbaTk1QvR3IWXMTZO { width:6.25rem;height:2.275rem;top:0.75rem;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.33749389648438rem;left:0rem;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.33749389648438rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0b1eXlV6nfPxipvQaopTK2T1tfVquFz { display:block; }
 }@media only screen and (max-width: 763px) { #TH64Bi6UCJ9pe1lUvHETPQS7ApaycdSL { width:6.25rem;height:1.1375rem;top:1.1875rem;left:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8oaRNLl22Lw6GZr1vV0aHX6H80TOQJU { width:6.3125rem;height:3.125rem;top:0.3125rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9gwD41B2bRZB5hIqmtnJxUpwJaJNVrd { display:block; }
 }@media only screen and (max-width: 763px) { #cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { display:block; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IP1T5gyWwqR7wGCduFGAQOyQNTphhLrs { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgAhRtsGQy6QHe0ouePTGXlUvWkpDQKi { width:20rem;height:0.125rem;top:3.6499996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bao2MTuPg3JX5S94vsFnMgKQHJAgtQd6 { width:6.25rem;height:2.275rem;top:0.75rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BxuXe6MDcCn4L8gkkudqF2kX2Py8VphI { width:6.25rem;height:2.275rem;top:0.75rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdllrgeCgKe1l73RvpsL37S6BDf3gdSx { width:6.25rem;height:3.125rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #frZgI5xJblupE2Fc8cdTayOILJpgef8p { display:block; }
 }@media only screen and (max-width: 763px) { #wJJ2btW7OCh7im1zPZBMgsHJHosRId0b { width:6.25rem;height:3.1875rem;top:0.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkqSzFyop8WrZklfwJMUo35Ibvii4TSv { display:block; }
 }@media only screen and (max-width: 763px) { #Dw9s1CM0Q65lyXrRfIpJKVl4b1glZdwn { width:6.25rem;height:1.1375rem;top:1.1875rem;left:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEbnMy71k3IJpHZqs6evluXyEWgur7Zw { width:6.25rem;height:3.125rem;top:0.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKc2MMEIgcN16R69vPvnDEPIr2iUmNIN { display:block; }
 }@media only screen and (max-width: 763px) { #wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { display:block; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aA9llxcelB8Owf6OI0rrtLazC76sDBAO { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnW6eM6sBzGEcPKUdZQXcpJSZFEINOK3 { width:20rem;height:0.125rem;top:3.6499996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyrQw9Dmn5XTRiFfmwcZm8Cna1EP01Xm { width:6.25rem;height:2.275rem;top:0.75rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #l1QUkcGM7Gsva7V3SZlFnnOEp5PvJCdD { width:6.25rem;height:2.275rem;top:0.75rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwSURKVxdXhzfgiaGQk1DeUFKRLC4Mar { width:6.25rem;height:3.125rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUEdAXAlfGN93BgkgeuRGW1HQtyoQJDo { display:block; }
 }@media only screen and (max-width: 763px) { #x0lhN9Q8QXWSTPL216Tat9WWR4NSUb5h { width:6.25rem;height:3.1875rem;top:0.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTtnR0qTM9G2V5IqPH5D3MFeqRkcFXoL { display:block; }
 }@media only screen and (max-width: 763px) { #sVbnO4FLviEGTGWLTTvzc8NbnFbc6oJo { width:6.25rem;height:1.1375rem;top:1.1875rem;left:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq8KalWoIq8MSMyavXPkwEtnKhpTVpf7 { width:6.25rem;height:3.125rem;top:0.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB9g64ftyHiZlHaJzEgsLycgg1SuQWqA { display:block; }
 }@media only screen and (max-width: 763px) { #TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { display:block; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtvyyN0USyvGyumtdKLNnDVwSvceF0OW { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wqXGRhZy0GZn8lLH4CqyHBhgZKwgSDyq { width:0.625rem;height:0.625rem;top:3.6499938964844rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkcQksJirl0CXmgQnc3Io9k7II4iVHKL { width:18.125rem;height:2.625rem;top:3.3374938964844rem;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.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D6WfUwUVLrrR35me4RTzlyfS9Dfct6la { width:0.625rem;height:0.625rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlBHAhQop5cxyupsRtTO7oSuc5UBxTIG { width:18.125rem;height:1.125rem;top:23.5625rem;left:1.5625rem;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:3.9375rem;top:19.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s0yhgZWuokRWemdhPtXQ7LnnEkKkvxHe { width:0.625rem;height:0.625rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DATcrZ32cADFWhz7QW1M6J7Qcp4Lb9Gd { width:18.4375rem;height:2.625rem;top:26.5625rem;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:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL5Ruid3K8A7aaH9eiyHRLaZhCRMMdbv { width:18.4375rem;height:2.625rem;top:30.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fqGB9pNJm8tQzJAnQ8QhzssEL35bFnQx { width:0.625rem;height:0.625rem;top:8.125rem;left:0rem;z-index:15012;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { 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) { #UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { width:0.625rem;height:0.625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { width:18.4375rem;height:2.625rem;top:4.1875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { width:18.4375rem;height:1.125rem;top:7.1375007629394rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P73bTMa8n9AUkqbseEsPMv8gApvr8iax { width:16.25rem;height:3.75rem;top:9.9812507629394rem;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) { #zbV5AuJaA3GdMSe5c5TMKyoeeqJNhm3y { width:20rem;height:5.6875rem;top:3.65625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GONTZb9EpAnZlTBlWw2gSstSVvJKgOBE { width:20rem;height:0;top:25.081249809265rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #fnZtFMSo7I6SB0qaBCPrlwQx7p5QTrby { width:20rem;height:0;top:21.031249809265rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #yfT3TgePWKMiZ9eNC0Tc4GUtXKxoNRnE { width:0.625rem;height:0.625rem;top:19.156249809265rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #azrGH5PUdhz9Mv0AhPbK7f1E9LlwgTwC { width:20rem;height:0;top:14.981249809265rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #qLz9C9KhKQVysFZuIpAwEBWyLeVDFfX5 { display:block; }#qLz9C9KhKQVysFZuIpAwEBWyLeVDFfX5 > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ag0UOXcgmde9BT6xAXVJnDomTTAS4Hsq { width:17.75rem;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) { #GlAF4W73CICnvSqdAbCD2dkUKAd2WCO7 { width:13.75rem;height:2.625rem;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) { #Qh6OhCB0g5MXizhnwC5skNgOORW7sxUo { width:0.625rem;height:0.625rem;top:4.5739593505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3GJN9iAA7v0b5cDOWyQihIFDVa0Lb7Q { width:18.4375rem;height:1.125rem;top:7.125rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ESG3FpgfVKd96gNp8CQ2z6mbsPbWVyGS { width:16.5625rem;height:2.625rem;top:10.011459350586rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NAmCmw3SNogL0kIh2V1epoxZruKyvPLp { width:0.625rem;height:0.625rem;top:10.386459350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4facWrpEz74OlaliZ78rindEGMr1VAV { width:18.375rem;height:2.625rem;top:14.386459350586rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e0OPOOxHBefU5vFf2zAK1bho4y3NIwVJ { width:0.625rem;height:0.625rem;top:14.761459350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #whVWMQu0QnkCyR26DwI7PfLcsR5mVm7Q { width:0.5625rem;height:0.5625rem;top:0.3125rem;left:0rem;z-index:15013;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mTX6Klfxfvl1Ldfv9127UHeNTzGLb6Tu { width:18.4375rem;height:2.625rem;top:37.298965454101rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #THA75HM7SpTJHm97pMinCwaSsncyXWrx { width:18.4375rem;height:3.9375rem;top:30.111465454101rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ikwGaL5tmKVNKRI4MSP0edbkhhE7ObKE { width:18.4375rem;height:1.125rem;top:34.423965454101rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qxeyUc5COsM141rvXygW3m1OEetv5eW7 { width:18.4375rem;height:3.9375rem;top:22.992706298828rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VXyhyQI8XP1uRDZAKHny6I4IgOKQtkBt { width:20rem;height:2.5989625rem;top:18.698959350586rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A6QVffFryU3uz10hgFfNze4WTVDBJbOP { width:0.625rem;height:0.625rem;top:23.305206298828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #unhorhmeGyn7f1t72gKTmEyTMbqkhUBu { width:0.625rem;height:0.625rem;top:30.423965454101rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDqyodNLfBoJkIfN38q0PPM9xs0kyAX6 { width:0.625rem;height:0.625rem;top:37.736465454101rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ80UMZ03VM6mQvkT2Ry5lluNSsPFJh4 { width:18.4375rem;height:1.125rem;top:27.242706298828rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { display:block; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@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.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7U44x4eiqpaogcPhmxGVPsTpKcd5Wrv { 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) { #B8t78i77emTraHZPEeTmlngWvsDOoXmA { width:18.4375rem;height:1.125rem;top:8.4375rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #byTsstiNkTbIP7HpIQV4Bg7XrL8v6MA3 { width:0.625rem;height:0.625rem;top:11.668746948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPmSxCcM82eOmmeW0q7eHxPuThVaXXp3 { width:0.625rem;height:0.625rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwbIkxmBiTK6ip0VnwFcAbuaHThxg7Fs { width:18.4375rem;height:1.125rem;top:21.5rem;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:2.625rem;top:18.5625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GH7ItbTTSnll7CMgNSzymIsMUnJgLl3b { width:0.625rem;height:0.625rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1NU5uZev2rS3rK7H61elXGxVe6AlwGA { width:18.4375rem;height:2.625rem;top:24.4375rem;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:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXiuPg3NqDgXxy9Fxr066kQyddD9ZmVo { width:18.4375rem;height:2.625rem;top:28.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@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.737503051757rem;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:3.9375rem;top:11.425003051757rem;left:1.53125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { display:block; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@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:17.25rem;height:5.25rem;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:9.6875rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qBE1HlROxpJkmwyK2LPFNUqBWATWdZUn { width:0.625rem;height:0.625rem;top:12.899993896484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0Ua5t1SHUEq74dWC4TFsssR0xRiK95U { width:18.4375rem;height:1.125rem;top:18.199996948243rem;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:5.25rem;top:12.649993896484rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MkkrLbEI1ItL71hoVvwCD13SaeEN2zNX { width:0.625rem;height:0.625rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCBL7iDsafqxTTGsGOvsZlnA1PVmDUva { width:18.4375rem;height:2.625rem;top:26.9375rem;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:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTAhdVRf62SyvJDSCC7P60uk4dUdeE7R { width:18.4375rem;height:2.625rem;top:31.300003051757rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@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) { #LCQndHDtUBKpu7UHlObn1EdOtWElHTgP { width:0.625rem;height:0.625rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwIAK374cKwQUUbEpdx6Q4q2EhVSKAR9 { width:18.4375rem;height:1.125rem;top:24rem;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:2.625rem;top:21.125rem;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:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slEhUluQuhf3eshEl5cD7i95nCqpgl5I { 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) { #rHXiWhxz1gQKIrF0XLCarANFaihJR0rv { width:0.625rem;height:0.625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSZozqr0atpTrPb5bNbOo0eGX2DQzAA7 { 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) { #oCrbuuHS6cSSG5fzFHOv3LQ7dqIRenHU { width:18.4375rem;height:1.125rem;top:8.5rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OCRSM5mTa0ISBikA4SI8kpzBcpp9ukpv { width:0.625rem;height:0.625rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLLVBHzx77UdiNv7LyJkXTGGq35u0SWl { width:18.4375rem;height:1.125rem;top:14.5rem;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:2.625rem;top:11.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EwF8Bd77f2Ah6EKBQ4kCwRWZtVUgvsdM { width:0.625rem;height:0.625rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIAfkB8TcV3Xq11HkSJXwCIIzMGBF047 { width:18.4375rem;height:2.625rem;top:17.4375rem;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:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzSEK3tWFyTEgQJLfeyDDStNyTguR57r { width:18.4375rem;height:2.625rem;top:21.875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HJdoJUTFMFps60N9T5k2FeUpEUFgSylc { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15015;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { display:block; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4hQuULb86Ht2pHdonfu1816lmSdZHqr { 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) { #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.2624969482425rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SMuzv9KZH2AsNyMha203zqGAAuTlzLOs { width:18.4375rem;height:1.125rem;top:13.056251525879rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eIDMTrcTeD4r0FgT9CpfSegx5IXqbTat { width:18.4375rem;height:2.625rem;top:10.106246948243rem;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.481246948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrbq1T6ALw6LsymPVzoXpD3bMEyS3JTF { width:7.375rem;height:2.1111125rem;top:20.418750762939rem;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:20.712501525879rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #c3tsmUv9wTD00WZxVzeU14q7V86z09Z6 { width:7.375rem;height:2.1111125rem;top:20.418750762939rem;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:20.162498474121rem;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:20.775001525879rem;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) { #q8BCCgW8LdmKz4z8ERSaTU8dImc3hGnc { width:18.4375rem;height:2.625rem;top:15.849998474121rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M0D43o8zBLaBppr9kRVhhOTCzfAaWUXk { width:0.625rem;height:0.625rem;top:16.224998474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { display:block; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container { width:20rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQ6ySOfNH20mruhfeTWSne6xDhmsZahH { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #POT7drRrue2IJPKgHNp1e4rcqT4E1rIw { width:18.4375rem;height:2.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.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWOGdBJsmCLTuGDTBAK6iNv3nhn6QMtJ { width:17.8125rem;height:3.9375rem;top:7.5rem;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:11.824996948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ar2dMP1gUMJDf1c9Exszukue6elOBnuW { width:0.625rem;height:0.625rem;top:15.006248474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU3rSx5xPMuc9khAJpzTP02UTZD7tlVT { width:18.125rem;height:2.625rem;top:14.75rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@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) { #K1PagCP0cNJWdRsqonfwfsV276H34wi7 { display:block; }#K1PagCP0cNJWdRsqonfwfsV276H34wi7 > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSefNvKylIdvkpoZLFhoT1sLw7bz3CCI { 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) { #uaI6NLFS3tnpSzMNuLxK04PTlU3tBwgT { width:0.625rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhgTicoqD51eXOQ7thBwZIFHhxxrEWbp { width:17.8125rem;height:5.25rem;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) { #nprtVqsnJ7h2OtAEQxbkoz0zweTCAwP2 { width:17.8125rem;height:1.125rem;top:9.78125rem;left:1.53125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kA8Tw2IkTkoZSfyExSDyyuzc066nNuyg { width:0.625rem;height:0.625rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mP2bKICTVe8ElTDsJGvtG9SVT9I6elEt { width:18.4375rem;height:2.625rem;top:14.3125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LTK99L2MRTdfKwLwECzwbiNK1AHqXvzX { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15017;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #z5uZedvG6L96aDUQRrLsxWNeMl4lmyAN { width:18.1875rem;height:1.05rem;top:11.300003051757rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #My6ERBrFppToVrbOoDVvnpAPFe8Cpm58 { width:0.625rem;height:0.625rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlae0wt1C2VkF0MgZ5ppSNE0Fkh2b4U1 { width:18.4375rem;height:2.625rem;top:18.6875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { display:block; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlPXD5c51JpnSn6DFrhPK0dwzUF2Ttzg { 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) { #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.1375007629394rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CSgoUReVBxHKwICMomGaql6s9FTT1b6A { width:18.4375rem;height:1.125rem;top:15.625rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kNihfDCafvuTxveqzSKQXH2HxbqxiE8v { width:18.4375rem;height:5.25rem;top:10.043750762939rem;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.356250762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9iiF77JA89f4zAaBkyz6IqHRSlwW1FZ { width:0.625rem;height:0.625rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVLDi0gVggZyCau5LIfqrrA6iNllC7kS { width:18.4375rem;height:1.125rem;top:21.4375rem;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:2.625rem;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) { #V6NN6KOwMdgVnVIHq2fvcqtARk5dfTsO { width:0.625rem;height:0.625rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4uuLZ5AeV4fycXnJEdlwf7AUs2PIQW4 { width:18.4375rem;height:2.625rem;top:24.3125rem;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:29.049999237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDfDIFHZ7dWUTL0sxhftEAnEMtLeLPyf { width:18.4375rem;height:2.625rem;top:28.674999237061rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@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) { #mQ4R0TXWTETlG8r06D8Roodw5Csoy4dU { display:block; }#mQ4R0TXWTETlG8r06D8Roodw5Csoy4dU > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqJDb9Lelh1q3UITW0X4JHUeJohhWMLt { 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) { #BbTUlaLHOXeKI5R6CDpQkgb86shJvMrg { width:0.625rem;height:0.625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNkDq1xfEB0SVRDDpvGZdRVVSCvRctOK { 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) { #QWcIDmvr51FWJP4NT4U3ZOrmZpxco4PN { width:18.4375rem;height:1.125rem;top:8.5125007629394rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KNrgIIrig6g05ftJp3HlKJC3trso7lGQ { width:18.4375rem;height:2.625rem;top:11.293749809265rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IEeODK0vztTEkILTUInBmShbHKprzvUl { width:0.625rem;height:0.625rem;top:11.606249809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2PlVvGZhsTgStcWsPwCSrOes8Add6wF { width:0.625rem;height:0.625rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5OBgH2krg67v34ZuVhCibT9xsyuZXhf { width:18.4375rem;height:2.625rem;top:15.625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GE4uUeyKJNubTR6v2bZMhAshuTx9zpG5 { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15018;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #o0u1gC6bmLQok4tWP39Z882lBlFpe451 { display:block; }#o0u1gC6bmLQok4tWP39Z882lBlFpe451 > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@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.449999809265rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uBPAFfXhiCFBSLfMheVSgU9KfcTHbBzU { width:0.625rem;height:0.625rem;top:11.77499961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #keHR10ThKfXLqqlFeeylkoLQG6IeXVKW { width:18.4375rem;height:1.125rem;top:14.33749961853rem;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.46249961853rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z2RUAlDqnPhoo2ErLI6ATRQJDBehuUxm { width:0.625rem;height:0.625rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6LWSbwBORQaSltrH5aJoDs7pd1U8gwK { width:18.4375rem;height:2.625rem;top:17.3125rem;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.112499237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHdTahmby1A2b9P1GFQlFyzSZtAO3kRA { width:18.4375rem;height:2.625rem;top:21.737499237061rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #csduUmF6nUI6dk9GANpX46GF1ax5BGSr { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15018;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { display:block; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@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.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV7K17TCtifwJwo98H5O345wF6BOgZkm { 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) { #LN6XrH7TBeyWhmcpiU4l5aV32LmoTN6S { width:18.4375rem;height:1.125rem;top:7.2000007629394rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fa1mdw32O6Z2VRraihN9k3HrVvfDhDVc { width:18.4375rem;height:5.25rem;top:10.043750762939rem;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:10.293750762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGUbexDxP9gmvlerlETDdiHoUSx6SUwF { width:7.375rem;height:2.1111125rem;top:27.473957061767rem;left:1.5625rem;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:27.748958587646rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #T2xxA3sFv2gOsDZWpHm9dbX9JSNtl3EE { width:7.375rem;height:2.1111125rem;top:27.730209350586rem;left:11.111458778381rem;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:27.161457061767rem;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:28.005207061767rem;left:18.4375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #IkSXBb41ZciI50zGqAai24zvxthkUh1Q { width:18.4375rem;height:2.625rem;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) { #lIQA6zKH2tJE3FrE3hccmyMrmMzf3wb0 { width:0.625rem;height:0.625rem;top:18.75rem;left:0rem;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) { #DHtUUXJvn7LQJ6llvAQulsl7Qn9FPDPi { width:18.4375rem;height:1.125rem;top:15.625rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RhsOQGVm1qOUDn2UUD4SPN9LbtrP8EIQ { width:18.4375rem;height:2.625rem;top:22.912498474121rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iHpZxccp1754xSg7eGA5ko1rJIbanq51 { width:0.625rem;height:0.625rem;top:23.224998474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT1WXzAcRQ5MIUBIRDbehRqQzK1Wuyz9 { display:block; }#PT1WXzAcRQ5MIUBIRDbehRqQzK1Wuyz9 > .row .container { width:20rem;height:225.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMu4TUAxQfkvqExuHUboTs8rG7fmnmMt { 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) { #OEI0E31VkXhdLLNxwCBTv6GOuuolA3u6 { width:0.625rem;height:0.625rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ5fWuRpuoaoOhqhBSbzcFkC7p5F0wLu { width:18.4375rem;height:3.9375rem;top:6.375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #LuNl5X0KX3WvGphwnGWmJvoiQPFyP4Nx { width:17.8125rem;height:1.125rem;top:9.7000007629394rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uOCPVSUTtfQTfOLclBiXnegtqfZNrP2H { width:3.75rem;height:3.75rem;top:20.4375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hCpqzpZAnTorOh1kQhu1awHQfMUdsHGD { 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) { #ABPA7hl1q3U10V9xpNcWbzDl17JpaglW { width:18.4375rem;height:31.18748125rem;top:15.950000762939rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZeQAcXXTiAnCKJdouVNQVNpltmqNQlIU { width:18.375rem;height:32.4869625rem;top:66.5rem;left:1.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t3B49t7B5CtVMMDd6Mr5evcgFXLf17Hm { width:16.6875rem;height:1.125rem;top:60.5rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lqxRApdcX9rwyHrmulGka5vVPEy9MgFK { width:18.4375rem;height:2.625rem;top:57.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QcUTcmuveNh86erTSb4JrKWRyJEoy6XP { width:5rem;height:5rem;top:35.5625rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKweCOCNL38tdJrPbb2vmtz5HetbOPtJ { width:0.625rem;height:0.625rem;top:57.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN5occQ085RQ7FTXAsvmBXvEdmz8Lqpz { width:5rem;height:5rem;top:69.3125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Az7a6gZAPVZl0Tgb4wMvFSVVDcvKUlfa { width:0.625rem;height:0.625rem;top:114.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UawKfeKdGx23T19TcQtrNRumhFG7cqlC { width:18.4375rem;height:29.8880125rem;top:125.9375rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rM6oVqSWMAZE9rvRLRChekWTyuTX9Oa1 { width:18.4375rem;height:2.25rem;top:117.3125rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iGLX5JOAFeISovt25BNEb0BAZoBhFRcy { width:18.4375rem;height:2.625rem;top:114.3125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pskU4Mx5SeTNN8CCqpgT0MvTyRTzwx8w { width:18.4375rem;height:1.3rem;top:111.1875rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #id3KAmqGEbNBAaLyr0OtWuSFu62vKzre { width:0.625rem;height:0.625rem;top:111.5rem;left:0rem;z-index:15018;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UPhsATGUpLhGXtAvqS7HVlT725RnTc3T { width:20rem;height:0.0625rem;top:109.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy3xZgqctBU38yhL32VvC1J8Tfwd4iOi { width:6.625rem;height:2.9375rem;top:62.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO5kMJvX93HehM9DCkJLwBSfRibfiyoI { width:13.3125rem;height:2.625rem;top:6.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W26FfMl4RDrCMJbC84iIq9NILNZcqFHf { width:6.125rem;height:3.57291875rem;top:121.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHXUMfnbrWueof3usvt4V0TphoTPqu3a { width:5.8125rem;height:2.75rem;top:11.387499809265rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxFlN7L1SCziPyAZkdTqel1mnkkoD2An { width:6.375rem;height:2.9375rem;top:62.0625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZTWQyafS4VoRF3y3Mh2STARV6oDOnnX { width:5rem;height:2.9375rem;top:11.293749809265rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF3xBHa70tPLe9KZI8J0ysVNGCpNk31T { width:18.0625rem;height:7.1979375rem;top:155.625rem;left:1.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k3zZNOo31Kxekut4iGyxdFBRmlvbB8KW { width:17.875rem;height:7.1979375rem;top:100.125rem;left:1.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U10ZgA6S0cenpCqVCHRECc7UFMST2DSu { width:18.5rem;height:7.1979375rem;top:48.260414123535rem;left:1.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PluSrG0crlN9SSRK7HiunCZKJt8tbnTi { 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) { #zOevKgLtywRr2QHSROckXzIiopkbOEGW { width:18.1875rem;height:41.58336875rem;top:174.97395324707rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TauNTFtipLyent64VpPWV3GkRBAKOIC4 { width:18.4375rem;height:7.1979375rem;top:216.52344512939rem;left:1.5625000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tcAA9ZvvBTGLzHIUFD0STBZk3inTePrk { width:17.25rem;height:1.125rem;top:167.64895629882rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q6EdZbt9hg6DTPUuAVDkUPmXNzcmJqQg { width:13.0625rem;height:2.625rem;top:164.69999694824rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MGSUiQJ2xt98nJPrBvSswNHfK9MynDdv { width:7.5rem;height:2rem;top:170.01250076294rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKCT2Gq1pEaQZi2xNGUWLZy8xcgRHLx1 { width:5rem;height:5rem;top:102.625rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LlH2vMCut4qIPHe4ucSiq41aROx4FFNZ { width:0.625rem;height:0.625rem;top:164.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { display:block; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-number { padding-top:0.35625rem;padding-right:0.32875rem;padding-bottom:0.35625rem;padding-left:0.32875rem;width:1.96625rem;min-width:1.96625rem;height:1.9125rem;font-size:1.423125rem;line-height:30.6px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2225rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.62375rem;height:0.755625rem;font-size:0.53375rem;line-height:12.09px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v { display:flex;width:14.5rem;height:3.603125rem;top:3.1875rem;left:2.3500003814698rem;padding-top:0.375rem;padding-right:0.4rem;padding-bottom:0.375rem;padding-left:0.4rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #PhfEqz8nSXBp7x46dGuZMw9uprgRrQb7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #ae2kLURWCMowab4Z1n6EHMUr9XcuETzK {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #aBq9ZkM5zTFRVafFvPIHJRVuDCbK6fWO {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #CtMSdBB8XUZxLoAaZuDECGoPMKBMhI0x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #kkU7uFu0od8TQUmnNC6F33hIeKrAiLhV {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #xGah028TGr5WQqMLz9gWTdg7LP9enJvH {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #DTD0Z8NScLJGqxX9RTHZfqK5MzOQRUOI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #exP5b1R63EWvdGhTgU19N9vm7LgrOLAN {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #yDqDK1PCu79Qrr8Sa5uAhtHEMuCFCfo3 {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #OtX677THblmnF8vymPF9KAwJnptgcJMg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #hsvpIKqO8MZFUytF1qZLAyXWudIdM5XE {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #WED1gVvcAog3gfOv0bXbqQoRcnfSZXZU {  }
 }@media only screen and (max-width: 763px) { #bm4NRCTaVKuNhKzpb7yWyc0Wxn8ydO8m { width:20rem;height:1.1375rem;top:0.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmxm8BdulBWZNq6aFOtrDtKwuGi8gtcV { width:15rem;height:1.25rem;top:0.63749694824219rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #blAn5xV7nPboBSkS9MiHQ2my5SDvw2Qg { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0DQTiTaIzFHxGzG7CQBTaqex6GDIrcJ { display:block; }#d0DQTiTaIzFHxGzG7CQBTaqex6GDIrcJ > .row .container { width:20rem;height:30.0625rem;position:relative;display:block; } }@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.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) { #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) { #Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 { display:block; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usopnl421qeKwecadAwafXz8Bn4kg8aD { width:20rem;height:1.4625rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFe3ahodVWKDnVf5RydpIkteKB7stKct { width:17.5rem;height:2.45rem;top:3.0874938964844rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmigKnExRmdrDTn6WnOSlPtIzJE9RakS { display:flex;width:1.25rem;height:1.25rem;top:3.2749938964844rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #CqiySVRWc7nwBwpbkqpMcn8ZTygSfPaA { display:flex;width:1.25rem;height:1.25rem;top:22.774993896484rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #aCDnPSJHmwG5eddE6apwzdX0UD6y9zSd { width:17.5rem;height:6.12413125rem;top:22.649993896484rem;left:2.5rem;font-size:0.875rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #NrW13U6u3yftcTh0ZEXeRdHKo7PAaw7S { 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) { #vlZhGkI68Bxvszb9FROVW6Zc99qLvVg9 { display:flex;width:1.25rem;height:1.25rem;top:38.912506103516rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #EX4EExtSCMv46a6oLzN21EC5Vbbk81K7 { 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) { #Hl4UGeGmsVUhZUHzTp19QoFWBzCnGJxd { display:flex;width:1.25rem;height:1.25rem;top:7.4250030517575rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #niB9zylSLNOfbaN7LWFxQbGzNTQ29G6l { 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) { #UeGT6pL5VxU4btaOgsl26xOL9tEv8hgS { display:flex;width:1.25rem;height:1.25rem;top:13.012496948243rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #pB7B7rIDIRawi93gqSCgwpxwk7HKlwL5 { 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) { #neZre0NqvTm4Tqn32x2LqwSABWB9Bmxp { display:flex;width:1.25rem;height:1.25rem;top:18.5625rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ocJ6B2ASpHr0MZUGFKeZGegSdTBfg9Bi { width:17.5rem;height:6.12413125rem;top:30.75rem;left:2.5rem;font-size:0.875rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #SJPSZug564JLheabVt6Sg1JUuHCzg4OL { display:flex;width:1.25rem;height:1.25rem;top:30.875rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fQ28wTkvIU2EM3Wc7veZarF0PyKyp7tL { width:17.5rem;height:13.645825rem;top:41.84375rem;left:2.5rem;font-size:0.8125rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4956a175-ae2f-4c4b-a659-6ed4c2bcca33/Hilton.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ.adaptive-delivery-prevent-bg, #aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ.lazyload, #aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ.lazyloading { background-image: none; }#aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ > .row .container { background-color: transparent; background-image: none; }#aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,22,75,0.7); }#aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ > .row .container > .video-iframe-container { display: none; }#aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,22,75,0.7); }#aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ > .row > .video-iframe-container { display: none; }#aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ > .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); }#aNARIKTOUuSg2N67L8VGeuyZRr32c5rQ > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zr1985trgOMzPBKnN7GUrrW3GXukM768 { 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) { #rdWlFDV6Crn7OFpCtZXpCTI9x5DBLWp9 { width:17.5rem;height:5.625rem;top:18.125rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AiPRegCNhgrB1SPtsNHPIl8qzEIDqa3N { display:flex;width:10.3125rem;height:13.1875rem;top:5.5625rem;left:4.84375rem; }
 }@media only screen and (max-width: 763px) { #Nry1fOH6AqMCqAkqVbdquQuSqgrWXdGZ { width:16.25rem;height:3.4375rem;top:36.375rem;left:1.875rem;font-size:1rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #hTrtivfUXPurO2oPKFNcXdkcKQsS4PTl { display:block; }
 }@media only screen and (max-width: 763px) { #ZGdHCvtiIM1FiBQBzxHvw9sN7T1DrmlD { width:16.25rem;height:19rem;top:9.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brda2TIQfSqmlXqR3TT7wPVi0vP6IB0x { width:18.75rem;height:12.375rem;top:32.5rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EUDVO8CVoHG8qRenrwB8b0ErDOETeLzd { width:19.375rem;height:5.24739375rem;top:29.6875rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MiAlTwtgK9CrsLbH1c9tRUu2RiL5fqSf { width:16.25rem;height:3.75rem;top:24.75rem;left:1.875rem;font-size:1rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #Px4yWS8kty9UHTmnA0Okfs8pZEiAS2fz { display:block; }
 }@media only screen and (max-width: 763px) { #NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu { display:block; }#NldcED0s4HTN9o5xF4fP1ybLp1mUtvUu > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tT7wQI3FhqZCiROao1afkcpawy72SOU0 { width:18.75rem;height:4.75rem;top:0.625rem;left:0.5625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #h79T5EbXevX8RX8SBN3SsOWOshvxe4cH { display:block; }
 }@media only screen and (max-width: 763px) { #EwBtidElTG7RWIwMVAvuWncEfnRSvnTT { width:14.6875rem;height:3.41145625rem;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) { #dbrKhUkwVffrBOzpZmnkMCrKAdolLfzI { display:block; }#dbrKhUkwVffrBOzpZmnkMCrKAdolLfzI > .row .container { width:20rem;height:89.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmKX6rEKnlrKztq8kqX8yhnRxm74NR0Q { 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) { #K4gqam1h7sobagHUiuD7Jhr5zGXkXGEP { width:20rem;height:0.975rem;top:8.2375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXWcHAfGMqGTMWWcQumUWAxpGF4GiIm5 { width:8.4375rem;height:2.375rem;top:11.110242843628rem;left:0.68750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNcLhloxZEO5bNPkHATdD5Fe9C9ZGShr { width:20rem;height:0.975rem;top:16.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlN3hAQEprdnqqWIWgfmIldCMS44zhRG { width:6.8125rem;height:3.8125rem;top:24.343749761581rem;left:1.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBskCvLsJvUtCdEg45CNBqQ4uaB0xv3U { width:20rem;height:0.974825rem;top:35.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgHxewn5KcnTfo8y4TQNlpiKtP90EH1R { width:20rem;height:0.974825rem;top:47.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV02nFGIDN3EdqrDe3Vb7LFHAWsPBih2 { width:7.5625rem;height:2.6875rem;top:42rem;left:1.6180556416511rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqJPTwyk1v5oOk5pa45ZXIfQVN5Xzeqd { width:7.625rem;height:3.5625rem;top:49.305557250976rem;left:1.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFrx1gP0H5fFZwnJya8loEP3GmkH5kdJ { width:9.3125rem;height:2.4375rem;top:53.750001907349rem;left:0.68750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7VxOt1JerZRfc5ue3neE7ucJFEpxmTd { width:7.625rem;height:2.4375rem;top:42.125rem;left:11.273438036442rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsdM4Fq7yeSbLLxKmFt9z8R7qfTz1C04 { width:10.4375rem;height:4.875rem;top:18.099826097488rem;left:9.1250005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAVST4Qel0eChosscnO0LT7r4Hg8ivpl { width:7.375rem;height:2.875rem;top:65.375082969663rem;left:1.2187500596046rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #MuWql5rESIgehxTHKoGOhV2HkQLEJ0JN { width:8.5rem;height:5.75rem;top:60.312501907349rem;left:10.835938036442rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXMfn6vAxO2ctaKhWoA0mPZO0WLrMBXX { width:9.375rem;height:5.125rem;top:29.437500953674rem;left:5.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS7ymzhogd8Tb00bHLfkgozO9lyn2HTJ { width:6.75rem;height:3.1875rem;top:65.437499046325rem;left:11.710938036442rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #lUilx4GwHLuV5wGzExnQXTKlsnvoApB6 { width:3.625rem;height:3.625rem;top:18.724826097488rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVT7pXKVScNFkc1tuEXsZbGilxmINeH2 { width:20rem;height:0.974825rem;top:71.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfTVst9VpftLlHx3AMuuWd6hSW8BqKTx { width:3.9375rem;height:3.0625rem;top:83.592880249025rem;left:1.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci4vTcyhLEW5PBPrFpC1iomOZrmyOkz0 { width:7.75rem;height:3.0625rem;top:37.717883110046rem;left:11.210938036442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt2CLTKLE6HO8kvoLe56q0tImprR7HpC { width:9.25rem;height:3.125rem;top:37.686633110046rem;left:0.68750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #htg16HBviXyuqPoOu7LoAUcLAJB8gCsq { width:3.25rem;height:3.875rem;top:83.186630249025rem;left:14.687500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd9marIEmg5mQBq4UTCzkzTr1MS0Ieb1 { width:11.5rem;height:2.0625rem;top:78.78125rem;left:7.45399338007rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcGqAfTElSurbJnLnfMTMfgRueERC3Jt { width:8.5rem;height:4.25rem;top:10.172742843628rem;left:10.835938036442rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bESZkgt43dk5F3pWxJfH4EKTHnmXVzRC { width:7.4375rem;height:1.25rem;top:58.25rem;left:1.1875000596046rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #qDntcH6VF2gTGGAOGT3cCRDXKIBdtEee { width:8.125rem;height:2.125rem;top:62.000001907349rem;left:0.84375005960463rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #cJLkLvzbTK7TO9lvVR7Q50VLLQLsr5ZT { width:5.8125rem;height:5.8125rem;top:47.937500953674rem;left:12.11805588007rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7anvmDb3RW7nTikdNJemP3EOd5bDHrn { width:6.125rem;height:3.1875rem;top:52.868057250976rem;left:12.023438036442rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKqIyz4XKUHJTHX6e0ybbgyTTNw3c48k { width:7.125rem;height:2.0625rem;top:57.84375rem;left:11.523438036442rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #DbIqCzFQgrvm0fiaUGd9c8aRlL9N2TAC { width:4.3125rem;height:3.75rem;top:77.9375rem;left:1.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEaxVSdJQTbuMgMgFlZFgT6eJ6tWqLer { width:8.8125rem;height:3.5rem;top:24.499999761581rem;left:9.9375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um2L3zk8ZVZ2bWnMNuMpwbcTQTTR8QiS { width:6rem;height:3.75rem;top:83.249130249025rem;left:7.0000000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzJR2we01xuELg6SWowm5D19uTmm09xF { width:19.8125rem;height:5.2488339552239rem;top:72.244795799256rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h { display:block; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AIQ78XJi7OQWEoxWd3rlubd1onfJxFF3 { width:20rem;height:0.975rem;top:0rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPRHOyJFZxp5T9RyXAFhefwJ9ThD1TJU { width:7.125rem;height:1.375rem;top:2.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZG0XBScy35gmKgTJV4G8OFhZseK3yOR { width:8.75rem;height:2.4375rem;top:2.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8OmtTKmBsIknu5g3nWF3oxHzwJ3voyR { width:8.125rem;height:2.3125rem;top:6.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0rJ0FBZste0XVt6Ku2TezrZ1D3QgXwW { display:block; }#m0rJ0FBZste0XVt6Ku2TezrZ1D3QgXwW > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTpF74fsTzxrJx1nJaT56S3lNncSs6gv { width:15.6875rem;height:2rem;top:2.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuaB40nENm1E6hz7BeCd45KgOw2PdgNf { width:20rem;height:1.1375rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehimbffL19Mdk8IzOJeWty9WEwPaEdrk { width:8.3125rem;height:3.75rem;top:9rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUTwPOdSXgsX5RCMRRWM8iR12JqyKtzu { width:20rem;height:1.1375rem;top:7rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { display:block; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tnm0kop5aRDA2kRfRm5cqsSpc918pfUi { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp8ACu6oeJQy8IwLF6Pc8f6l6SpKlbK5 { width:20rem;height:2.275rem;top:2rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #aZdkqBr1X5yDG3kNOpz5z8PFBhXuv0Hu { width:20rem;height:1.3rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #unTTT5DfpMQu95DLNFg6ybWitkl4O6Lm { width:20rem;height:4.21875rem;top:8.3187561035156rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiZuyTiHT81W0HhIZA3Fqv2NJBNe3one { width:20rem;height:2.8125rem;top:17.587493896484rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiECylTzGP8g4Q8xPJVp5kVHWJO096se { width:20rem;height:2.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:61rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4myVIUt72VEhCT72MnQ6gN8a5MfwJc5 { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9bqw8boWoXfw0nmb059fD3ctLF5clRE { width:12.0625rem;height:1.5rem;top:5.875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL59qHOtMckMVk6IAnGV711G0PCx8OtF { width:20rem;height:36.5625rem;top:9.5822906494137rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XTyivGICHCcx7KkHLipm4E9PU9r9qUDt { height:11.178125rem;width:20rem;top:47.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsKF4bKyVzeeWMr82tGpuUGC8DcOQ6Re { width:6.625rem;height:1.25rem;top:5.96875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntKOVkTia5LOwZtL03i6VZD9NxcNeGq7 { display:block; } #a67b494d4994e033a89fab39e675f584.widget-smartsection *:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="text"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="email"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="tel"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection textarea:focus-visible { outline: none; } #ntKOVkTia5LOwZtL03i6VZD9NxcNeGq7 > .row .container { position:relative;display:block; } }