.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:23,155,185;--color-secondary-1:30,89,153;--color-secondary-2:19,66,116;--color-secondary-3:7,47,90;--color-secondary-4:16,20,37;--color-tertiary-0:255,255,255;--color-tertiary-1:136,136,136;--color-tertiary-2:51,51,51;--color-tertiary-3:28,28,28;--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:#2c68a9;background-image:url("https://images.assets-landingi.com/uc/21b8658f-1037-48d3-95d2-20d888a7f9e7/APD2026WeterynariaKRKD.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:26.3125rem;left:47.53125rem;height:3.575rem;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:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:19.375rem;left:38.75rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#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-3),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; }
#Ex3VcsDXeNo12s3ihV0Q0JqhOOswPSVT { position:absolute;display:block;z-index:15144;border-top:0;border-left:0;border-right:0;border-bottom:0;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:7.25rem;top:17.65625rem;left:65.5625rem;overflow:hidden;display:block; }
#VBDS9aOFs3DBTEuGRCCqtiPCrGwy4tnP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c68a9;background-image:url("https://images.assets-landingi.com/uc/21b8658f-1037-48d3-95d2-20d888a7f9e7/APD2026WeterynariaKRKD.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; }#VBDS9aOFs3DBTEuGRCCqtiPCrGwy4tnP.adaptive-delivery-prevent-bg, #VBDS9aOFs3DBTEuGRCCqtiPCrGwy4tnP.lazyload, #VBDS9aOFs3DBTEuGRCCqtiPCrGwy4tnP.lazyloading { background-image: none; }#VBDS9aOFs3DBTEuGRCCqtiPCrGwy4tnP > .row .container { border-width: 0; border-radius: 0; }#VBDS9aOFs3DBTEuGRCCqtiPCrGwy4tnP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VBDS9aOFs3DBTEuGRCCqtiPCrGwy4tnP > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#br3n7W0B1wthyymDfTUI4C4Rc92zE8yt { 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; }
#VlqztC7AF7IEB3bK1sIsxfdPArCvG7Th { 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.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gAmbBzU4alynrllH0PydhQIWRePquagt { 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; }
#dykmSUpOwo6var7V2e27ir8twlHTgfx5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TzcqopsFdaLOPRdEyB4WALBXld7X5iFz { 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; }
#soyTHkb9etJWqLJ6Ib4U8TufRTLVX7TV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tCpkiKazAliHZLovbNJs1Oh2hD4A6xfy { 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; }
#hNwdWTiAZkm0GeZiFEM80E7OpFtCvpHB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RWm0wWnZXnmIzklwOzekIAA1T6oXIlBW { 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; }
#CextXyd04ZLAOrR685krcb3QVzzqbcI9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GdwglfgGdgpPJsVZ9BcsPGy8Xe6WDK9y { 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; }
#UNDq366tA8wmZflQV04oRF38KQps0F8x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Va0q9K6X9WPRWFk3hHU7lFDt7krMIEOd { 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; }
#faeMrgdKiMRUxL1vSETFRpTTVNrl0Hk6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wl5K5tpJXlUwiT8nWkM0zk1rPNdtCTQf { 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; }
#xq22sAUnMyMB8dsFe6kb0I2Zk9rl6kEN { 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:15037;text-align:center;text-align-last:center;top:29.875rem;left:40rem;display:block; }
#uiQcksDJITNnyzOsbhRd6PPI4oeMcqcB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HbIvQfzsG60PCHxtDRevlVHc0gMDlaS6 { background-color:rgba(var(--color-secondary-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: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:56.875rem;display:block; }
#AqpfemCzRrxxL18s1zfzbU1WpCX5eB51 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VeSRZzC0eC4Qm302nAp097mXC1nsgPG4 { 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; }
#TP03zBGwiGe21o0kyq5kbiTKVkE7dZxX { 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; }
#hzqcM9s7ps7kwK5sziXcbnBmoALaZnro { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wqam0tOw4HaSkrH3JLEEC3N8vpmpWum8 { 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; }
#k4gzQ42htzVPnxzFTnwRvvbTpf9W76Zy { box-sizing:content-box;height:35rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:1.25rem;left:37.5rem;display:block; }
#nPdOMquK3QFRJsV6apm58n1gkKOagbBh { 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; }
#bREyD5wXCKdBEUpTsoueK31N9QUu829U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L6ITUMsUuy01yXhImIu4iPhQTGxzuT6p { 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; }
#i6ZxbcTeBfi5ScNH1hCq0QJTe5agz8bg { 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:48.46875rem; }
#nfDknnIFI6MPAZya7N8kpT3cptFQvmKQ { 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.5rem;height:2rem;text-decoration:none;z-index:15143;text-align:center;text-align-last:center;top:19.125rem;left:48.1875rem;display:block; }
#ocFIPWzOCaGct7If5KWFMr734mP6F3py { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#StNXiCwFah4JTDB4UN5OF3aEEbRSC2lN { 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; }
#VGZNKQxZaLF2JE0Sekg0entQwayF6cZv { position:absolute;display:block;z-index:15144;border-top:0;border-left:0;border-right:0;border-bottom:0;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:7.25rem;top:17.65625rem;left:65.5625rem;overflow:hidden;display:block; }
#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container { border-width: 0; border-radius: 0; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:none; }#rAK86bRqkTQcxdJrcBBvMqNeD1LixntU { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:0.0625rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C9ymwCeb32VeJfxCQIQOUX2escrI0BTO { color:rgba(var(--color-tertiary-0),1);display:block;width:71.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:10.625rem;left:1.875rem;height:12.8rem;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:25.40625rem;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:22.6875rem;left:65.625rem;overflow:hidden;display:block; }
#ALpUOyp52qtuRDoGhF5bFdmUhfQBnl9c { box-sizing:content-box;height:1.25rem;width:37.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:0rem;left:37.5rem;display:none; }
#wJBvn0BLKfL2DbKMXJHUp9iAKozIsy8w { box-sizing:content-box;height:20.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),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:22.6875rem;left:45.9375rem;overflow:hidden;display:block; }
#x7cT8npRpepU5eO8kWt4TRnTgqknQDwV { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:25.375rem;left:32.3125rem;height:2.45rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TtXbZk0GttvLsbsWx2gnQa7TbnHtmEDF { box-sizing:content-box;height:1.25rem;width:37.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:0rem;left:37.5rem;display:block; }
#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f641c0d0-502e-4052-ad58-ac4ab1f60d64/APD_2025_WETERYNARIA_KRK_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; }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ.adaptive-delivery-prevent-bg, #hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ.lazyload, #hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ.lazyloading { background-image: none; }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ > .row .container { background-color: transparent; background-image: none; }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.25); }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ > .row .container > .video-iframe-container { display: none; }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ > .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); }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ > .row > .video-iframe-container { display: none; }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ > .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); }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ > .row .container { border-width: 0; border-radius: 0; }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ::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; }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#WodkNNqG7EnnaefO1PcRlM9Ll2iNg9ag { 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:1.9375rem;left:29.0625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QduMT6SeE5vTkTaUvx6KNvkOFfUoeaCi { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;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.375rem;left:29.0625rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xR2wCsC6J80lowgqhPyTKWgFQChvIb87 { 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.375rem;left:4.03125rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mGBCmx9VrIQWWnC2sEVnIOlUdan7q2LZ { 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:1.9375rem;left:4.03125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GJHtrNP5FReso9llW2a83TUsuKExuePz { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;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.3874969482422rem;left:54.0625rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bxlnwb04gbTbXHTZA1GQsTulCTgS4bhP { 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:1.9375rem;left:54.0625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#me7ulTPUeyytvR90uqHlodVz8UoTC6oI { 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.5625rem;left:0rem; }
#HauGdoWBv3uET2B6kMwEldXSgkg2ZJo1 { 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.5625rem;left:25rem; }
#XHXowcuy81xJZk5soIbsBTl1afPsMI3T { 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.5625rem;left:50rem; }
#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { position:relative;display:none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { border-width: 0; border-radius: 0; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { position:relative;display:none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { border-width: 0; border-radius: 0; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#sXwTlzhUyvh8NypcvHzTIuWHvkuF2pVT { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e2e2e2;background-image:none;top:0rem;left:0rem;display:block; }
#NrIr88RKHso8ifn9DF3gU2RlHo8y7qZQ { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e2e2e2;background-image:none;top:3.3125rem;left:0rem;display:block; }
#OevOQO2WmKb1n1cXfaJsWbxgl79CSTUb { color:rgba(var(--color-primary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.9375rem;left:1.875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SpsoOSwIbgJZsIwKbaTk1QvR3IWXMTZO { color:rgba(var(--color-tertiary-2),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:15015;text-align:center;text-align-last:center;top:0.125rem;left:5.9375rem;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:15016;text-align:center;text-align-last:center;top:0.125rem;left:29.09375rem;display:block; }
#W0b1eXlV6nfPxipvQaopTK2T1tfVquFz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hldt9OdA7shSDchZRPbqgidBWqOPASTx { color:rgba(var(--color-tertiary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;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; }
#TgbzZymRgWe6ZdVwNmy8JpS923gKWh2g { 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:11.5625rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.125rem;left:55.875rem;display:block; }
#qKuf9yAyfHWN3UoIh95BoTpEayhvmr3m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { position:relative;display:none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { border-width: 0; border-radius: 0; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IP1T5gyWwqR7wGCduFGAQOyQNTphhLrs { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e2e2e2;background-image:none;top:0rem;left:0rem;display:block; }
#fgAhRtsGQy6QHe0ouePTGXlUvWkpDQKi { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e2e2e2;background-image:none;top:3.3125rem;left:0rem;display:block; }
#bao2MTuPg3JX5S94vsFnMgKQHJAgtQd6 { color:rgba(var(--color-tertiary-2),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:15016;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:15017;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; }
#lh3JJpybacKOwfHtf63B4Kwgf6Z7dXki { color:rgba(var(--color-tertiary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;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; }
#hvTSlmyyZlJCRWyQh9tmUwxOH3XGHo0s { 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:10.875rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.125rem;left:55.90625rem;display:block; }
#AKkTNVmXdxwwTqFeFqEvXfMl4ZZ96Jch { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { position:relative;display:none; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { border-width: 0; border-radius: 0; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#aA9llxcelB8Owf6OI0rrtLazC76sDBAO { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e2e2e2;background-image:none;top:0rem;left:0rem;display:block; }
#UnW6eM6sBzGEcPKUdZQXcpJSZFEINOK3 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e2e2e2;background-image:none;top:3.3125rem;left:0rem;display:block; }
#HyrQw9Dmn5XTRiFfmwcZm8Cna1EP01Xm { color:rgba(var(--color-tertiary-2),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-2),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:15016;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:15017;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:15.375rem;height:3.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.125rem;left:52.71875rem;display:block; }
#xB9g64ftyHiZlHaJzEgsLycgg1SuQWqA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { position:relative;display:none; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { border-width: 0; border-radius: 0; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#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:6.75rem;left:0rem;display:block; }
#RkcQksJirl0CXmgQnc3Io9k7II4iVHKL { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:5.4562501907349rem;left:8.125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AwwkgJVznSuwbagEqLQbWTXS44b9hqfJ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#emG3kkQrqTyg6heruxyNDHuL49f3yvAv { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:19.625rem;left:0rem;display:block; }
#G2GpzGSTlrD8CNQTfoeqePouUVwgdTxv { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:17.6875rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QvNEL2TdLHDp6Xna1wv7FTS85Br9Ratd { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:20.875rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q1P7cSTD2odryiA4lp3R5bMKxLEuo52L { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:4.5625rem;left:1.875rem;overflow:hidden;display:block; }
#TTTGyH1ezUWXwwAwXtUR63mgser6EhTG { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:17.4375rem;left:1.875rem;overflow:hidden;display:block; }
#vITsahchHhBVET633UbHnoAdLnzIXifs { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:28.4375rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b0t6EH5OWpkxTc49gv4Ti6NWVwzuE0Oq { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:24.9375rem;left:1.875rem;overflow:hidden;display:block; }
#LpkBvyagWMwc98SpmDauKLFmIksMN0H3 { 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:25.1875rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FS4NI7qB6MitHL6z1Fn764m3STdB4bQw { 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:27.125rem;left:0rem;display:block; }
#VLQMF5O8xbF3lrn4FphKpg5CN08tJlMo { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:32.4375rem;left:1.875rem;overflow:hidden;display:block; }
#s0yhgZWuokRWemdhPtXQ7LnnEkKkvxHe { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;top:34.625rem;left:0rem;display:block; }
#DATcrZ32cADFWhz7QW1M6J7Qcp4Lb9Gd { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:33.449996948243rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TtIw0NUETT0Z3WvE62ye8CXdBVByPHh0 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-3),1);background-image:none;top:42.0625rem;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:40.887496948243rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#orZDy9s2MPh5TRC85BdhTZow3Liy83MM { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:39.875rem;left:1.875rem;overflow:hidden;display:block; }
#fqGB9pNJm8tQzJAnQ8QhzssEL35bFnQx { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { position:relative;display:none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { border-width: 0; border-radius: 0; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:7.5625rem;left:0rem;display:block; }
#q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5.5625rem;left:8.125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.8125rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pPrUxBBXGnHZFD1xJPciqVcdfXsg3Lby { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:5.375rem;left:1.875rem;overflow:hidden;display:block; }
#P73bTMa8n9AUkqbseEsPMv8gApvr8iax { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:12.3125rem;left:29.375rem;display:block; }
#TJNlE8GC3Uze3S4E4mH4qxfPKBJeyrG3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GqDQqXILLobwHCWPvNdphBBkH36LPtCI { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#zbV5AuJaA3GdMSe5c5TMKyoeeqJNhm3y { box-sizing:content-box;height:5.1875rem;width:75rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:5.28125rem;left:0rem;display:block; }
#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { position:relative;display:none; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { border-width: 0; border-radius: 0; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.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:none; }#GU5eJDIn9iRtNNLbBXqpHTGTcWRJqUO9 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#qi8XHTp5bb9UrKTGPUks7dNVrPi3hJgy { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:7.5rem;left:0rem;display:block; }
#M7U44x4eiqpaogcPhmxGVPsTpKcd5Wrv { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5.5625rem;left:8.125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B8t78i77emTraHZPEeTmlngWvsDOoXmA { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.8125rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aDtHxWTL4pU9tnfUJW4fGEvSUpeKLGCg { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:5.3125rem;left:1.875rem;overflow:hidden;display:block; }
#aRDFreK1q3RRux4EbVlwTVViwxIvSAop { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:16.25rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Oq1K1KJiF3MBqArH9DhXdPXcLTLgZBTJ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:12.8125rem;left:1.875rem;overflow:hidden;display:block; }
#XCJdOtiBH88m3KlFksZ013dDnVxKD4zA { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:13.0625rem;left:8.125rem;height:2.975rem;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:15rem;left:0rem;display:block; }
#saLBJObtzs3ZUAepBC6SbNuywAokZcw1 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:20.25rem;left:1.875rem;overflow:hidden;display:block; }
#GH7ItbTTSnll7CMgNSzymIsMUnJgLl3b { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;top:22.4375rem;left:0rem;display:block; }
#q1NU5uZev2rS3rK7H61elXGxVe6AlwGA { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:21.3125rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kFPSqRrfMplinsqtn9oypuxoEaK4Osh1 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-3),1);background-image:none;top:29.9375rem;left:0rem;display:block; }
#eXiuPg3NqDgXxy9Fxr066kQyddD9ZmVo { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:28.76171875rem;left:8.125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LTddiCqGCHBDNp5tAASzKSCTyEbsVqTF { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:27.75rem;left:1.875rem;overflow:hidden;display:block; }
#v0U23n4wtO3COvufErATvThn6ZCxeBNQ { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { position:relative;display:none; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { border-width: 0; border-radius: 0; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#d4KpiMJcG2hdP4DWZHxObn8yygq0BI5z { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#D3oxkfqgRP08cBVS7LN7ZdHqQqoc95cv { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:7.5625rem;left:0rem;display:block; }
#LngCq2bUMmQXAOmBO6hWwIS3dl0tM1gN { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5.625rem;left:8.125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I2g2NG4a6JSrnrcixmdU9OJo8ZB9fezC { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.875rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sa0Edyu5y5zJDPNssyiMuN5XsX2if7DP { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:5.375rem;left:1.875rem;overflow:hidden;display:block; }
#CH2UynWKlcOq57Ks3ricohddennmCTJL { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:12.875rem;left:1.875rem;overflow:hidden;display:block; }
#qBE1HlROxpJkmwyK2LPFNUqBWATWdZUn { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;top:15.0625rem;left:0rem;display:block; }
#eCf9syRNrHEH1qvoLwWR05ZngHSJ3LsI { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:13.125rem;left:8.125rem;height:4.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Iunx91UZqPVAU9bH2VAvcp42yy63MMhi { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:20.375rem;left:1.875rem;overflow:hidden;display:block; }
#MkkrLbEI1ItL71hoVvwCD13SaeEN2zNX { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;top:22.5625rem;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:21.4375rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k3O2nXPI8kVJO8Pu6hWD3bcWne2Gh93I { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-3),1);background-image:none;top:30.0625rem;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:28.9375rem;left:8.125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C5P5BMgS7X6QqCCk1yE4dsyteP31sbV3 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:27.875rem;left:1.875rem;overflow:hidden;display:block; }
#OuGCKPfyF6PXIPfXLhAssOc3SZRwtg07 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#ZpWpX7wU8NNItuuzlAt1fKqcm19fLQpn { 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:17.875rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m2QDfsN03g7anKya4vm5RAol4aAdrddi { position:relative;display:none; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi { border-width: 0; border-radius: 0; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:57.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:none; }#slEhUluQuhf3eshEl5cD7i95nCqpgl5I { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#rHXiWhxz1gQKIrF0XLCarANFaihJR0rv { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:7.5625rem;left:0rem;display:block; }
#JSZozqr0atpTrPb5bNbOo0eGX2DQzAA7 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5.9619140625rem;left:7.75rem;height:2.9746125rem;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:9.21875rem;left:7.75rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R39k7uHq8VoOVZ8CnDpHTTglBAzMQJVV { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:5.375rem;left:1.875rem;overflow:hidden;display:block; }
#eP93cOkft6rr8yuzZkoRB9G2koTKVOPG { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:21.799987792969rem;left:1.875rem;overflow:hidden;display:block; }
#OCRSM5mTa0ISBikA4SI8kpzBcpp9ukpv { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;top:23.987487792969rem;left:0rem;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:22.8125rem;left:7.75rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZGpo9VlCMERnP6QWotyf2kVJahd13OQU { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:41.997909545899rem;left:1.875rem;overflow:hidden;display:block; }
#EwF8Bd77f2Ah6EKBQ4kCwRWZtVUgvsdM { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;top:44.185409545899rem;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:43.01042175293rem;left:7.75rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HrJPdRdLc0z3bmFXcLABNCVf8RwVATAX { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-3),1);background-image:none;top:51.523956298828rem;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:50.34895324707rem;left:7.75rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dDspuJ776fskQp3N5rIpGP2QpVdt2zKq { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:49.497909545899rem;left:1.875rem;overflow:hidden;display:block; }
#HJdoJUTFMFps60N9T5k2FeUpEUFgSylc { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#WCsGnlTqiCytRsvoHCtFNQViwhDlB4JJ { 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:15021;line-height:1.5;letter-spacing:0;top:37.943756103516rem;left:7.75rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KBHJ9fIITsPZaE3rpOqFcxr5bSvqE6IK { 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:15020;line-height:1.4;letter-spacing:0;top:34.600006103516rem;left:7.75rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mK9tHs5ffSD2AmD4qRiyde2nuWL8MnFt { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:34.600006103516rem;left:1.875rem;overflow:hidden;display:block; }
#sFoeoPKxdd3DstNJMUwZ5KRZHf1Kwb3b { 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:15018;line-height:1.3;letter-spacing:0;top:29.1875rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#tZ1DVsdZ54V9UCooq15MExlA60T6dlMt { 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:15020;background-color:rgba(var(--color-primary-3),1);background-image:none;top:36.787506103516rem;left:0rem;display:block; }
#GE4bnsJGUS7qphJtXH2FFq9gFDziUKcK { 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; }
#ezvkkzimKefpyf7mRkAgsvowihETnpw9 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:13.125rem;left:1.875rem;overflow:hidden;display:block; }
#Sbf6piCkzD3PWUZg0eFBmWqeBsKOyiSX { 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:15028;background-color:rgba(var(--color-primary-3),1);background-image:none;top:15.3125rem;left:0rem;display:block; }
#xmPyxDftw8XAGFzXFRlEOGOk4gFdwPNN { color:rgba(var(--color-tertiary-4),1);display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:13.011444091797rem;left:7.75rem;height:4.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q4fxcmfgtWABro664LwlknF65F6THIT8 { 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:18.125rem;left:7.75rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { position:relative;display:none; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { border-width: 0; border-radius: 0; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.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:none; }#H4hQuULb86Ht2pHdonfu1816lmSdZHqr { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#ICWv8GbfQUwyziqwqR9MovTH9PsTpRtd { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:7.4375rem;left:0rem;display:block; }
#C8NOH5MXLZSMwoOx6fAqvAwCU9VmWZav { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5.5rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KeVuMwATRJ8t5xrhgevFyxVuOtsQiLNr { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.6875rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UH1bgsCqGFpg7tXCJbCRPSxTmFuSfw3O { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:5.25rem;left:1.875rem;overflow:hidden;display:block; }
#SMuzv9KZH2AsNyMha203zqGAAuTlzLOs { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:16.1875rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JQdylSiwI2iAF2gKJUAo40UJnVbHVmSf { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:12.75rem;left:1.875rem;overflow:hidden;display:block; }
#eIDMTrcTeD4r0FgT9CpfSegx5IXqbTat { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:13rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aOTVvF0nb4Mk7kF52lAWHdQNGyEJCHBe { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;top:14.9375rem;left:0rem;display:block; }
#mrbq1T6ALw6LsymPVzoXpD3bMEyS3JTF { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15075;line-height:1.6;letter-spacing:0;top:27.9375rem;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:28rem;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:27.9375rem;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:27.5rem;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:28rem;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; }
#mHTwgeMwTVTZdiNosUBIqPFVJ758RCXm { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:20.25rem;left:1.875rem;overflow:hidden;display:block; }
#OgpALVRTfP92gTdiAuEXyx0B7WleZxEW { 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:22.4375rem;left:0rem;display:block; }
#qmboMW6zinTGxUUCvyoZJRQsAESixPeZ { 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:21.3125rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { position:relative;display:none; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { border-width: 0; border-radius: 0; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#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.5rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#S0DpKXJHBcJmRdQuJ28S0OpLMDWmrwbk { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:12.0625rem;left:0rem;display:block; }
#xWOGdBJsmCLTuGDTBAK6iNv3nhn6QMtJ { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:10.125rem;left:8.125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vsZtwE3TgHH6T4395iSdgorx2u5ehmbq { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:13.3125rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dGWaIqt12DRrmsiMoRwCc8lXy9LvIFRS { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:4.9375rem;width:4.9375rem;top:9.875rem;left:1.875rem;overflow:hidden;display:block; }
#g3q4nDsy8vc1loIGl8Xy5a6kJnX1Ri5z { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:20.8125rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SlBUAANW5vQhlvq8XucbDFCThBHnIBrg { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:17.375rem;left:1.875rem;overflow:hidden;display:block; }
#n8HPiVzZhbbTVXiop2UAJqQypkuzTw64 { 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:17.625rem;left:8.125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qFhEqWOApyu41J5FhA70olorKQc2yWZm { 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:19.5625rem;left:0rem;display:block; }
#i3FC2q8PklxAegLWwVFAXkzdHOpvmAwq { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:24.59765625rem;left:1.84375rem;overflow:hidden;display:block; }
#QNO6T06LbqEMfkcbNlOcsAVFcx49adyO { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;top:26.78515625rem;left:0rem;display:block; }
#dIWoXgUi0Vm7v58IWTpM2HUoBZc38IyE { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:25.609375rem;left:8.125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hSrzzNd6ZR9d6iF73BdrHnOAEbWOr0ka { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-3),1);background-image:none;top:33.4619140625rem;left:0rem;display:block; }
#EvvGWPhC3s1EI3Cc5PMgOaqae5ewZ4Bf { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:32.287109375rem;left:8.125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cTAux6yS3ALzV8L3B1fwFf0hOZmbu4un { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:31.2744140625rem;left:1.84375rem;overflow:hidden;display:block; }
#A36OdTVnAZ2lvS0eekwNURA0cyotSeHo { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { position:relative;display:none; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { border-width: 0; border-radius: 0; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WlPXD5c51JpnSn6DFrhPK0dwzUF2Ttzg { color:rgba(var(--color-tertiary-4),1);display:block;width:72.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#D84KaFgEyVgIgt8SNVdoTfDRqDu0nTQs { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:7.6875rem;left:0rem;display:block; }
#nPy9LSgNEm2ewFt0f8bMD7w80dG7gdcc { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5.75rem;left:8.125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B124gQfKTzh5OcnkW1KHph3kzN9AL7P5 { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.9375rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hzbr4AILe2meGHL2k28ApcBmhvh5b1hU { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:4.875rem;width:4.875rem;top:5.5rem;left:1.875rem;overflow:hidden;display:block; }
#ZFI1TRIPb7CktlfP7OOLhTTS9EiU4c35 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:14.236328125rem;left:1.8125rem;overflow:hidden;display:block; }
#V6NN6KOwMdgVnVIHq2fvcqtARk5dfTsO { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;top:16.423828125rem;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:15.248046875rem;left:7.75rem;height:2.9746125rem;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:24.5625rem;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:23.38671875rem;left:7.75rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tuvc3r0XJqKTTwLOsd8h3zR8IA4s4ELE { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:22.375rem;left:1.8125rem;overflow:hidden;display:block; }
#oRoHxD9nHOKwUrpO3homxN7IWQI4b3eN { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { position:relative;display:none; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { border-width: 0; border-radius: 0; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#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:1.8125rem;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:18.060925960541rem;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:15.874988079071rem;left:8.124218940735rem;height:2.9746125rem;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:19.186462402344rem;left:8.1239585876462rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#trTQJvVuzd9zPklIhd9XsK3DcH92mrOE { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:15.87420797348rem;left:1.8125rem;overflow:hidden;display:block; }
#E8mPwHtgSgT8H88wzTTMBBdxrs0fQNs5 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;top:25.587500572204rem;left:0rem;display:block; }
#hRdRFNMNhpWLhUM8wCmDz6S92FBm9ybE { color:rgba(var(--color-tertiary-1),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:26.474975585938rem;left:8.1239585876462rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cRJELadnml3PkQeTgOQ4DiyDuAMoh6JW { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:23.1875rem;left:8.124218940735rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#plEtkI0EttODQZTple62Q7eyKlaaFVoO { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:4.9375rem;width:4.9375rem;top:23.393751144409rem;left:1.84375rem;overflow:hidden;display:block; }
#LGUbexDxP9gmvlerlETDdiHoUSx6SUwF { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15075;line-height:1.6;letter-spacing:0;top:39.46875rem;left:1.8125rem;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:39.487487792969rem;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:39.46875rem;left:60.300003051757rem;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:38.956237792969rem;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:39.487487792969rem;left:72.925003051756rem; }
#DUSHMzCBxUX2gUI0dHVWSSHC3WbKwR0J { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;top:33.637500762939rem;left:0rem;display:block; }
#CIO8z0u5ASlIQTk2DmxDcegPn6aDa4WK { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:31.450000762939rem;left:1.8125rem;overflow:hidden;display:block; }
#r4K7TmImTpLeQz07KB7RP78BSIuS1vOT { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:31.450000762939rem;left:8.124218940735rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UmQrmCdIIOQDn8tqlkmBytxFBTptEI38 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#RLlw9PdG4Ime7l8oO9Tt7fAOMJXoggqg { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5rem;width:5rem;top:8.186718940735rem;left:1.8125rem;overflow:hidden;display:block; }
#noxDx27S6RvfD10CxHxpQVSov2vcudQy { 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:15016;background-color:rgba(var(--color-primary-3),1);background-image:none;top:10.374219894409rem;left:0rem;display:block; }
#NPBzcZPc5WN7adKeNGWChmkK1hxaMC3w { 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:15016;line-height:1.4;letter-spacing:0;top:8.1867198944094rem;left:8.124218940735rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X4mMkGQNuEJ9b9t7oL9soSPlmpbSg2Uo { 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:11.705200195312rem;left:8.1239585876462rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff { position:relative;display:none; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff { border-width: 0; border-radius: 0; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:172.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UWiiyLx4VEq90TVvlGZawrXHTaZTaxsl { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.19375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#awFi4ZQE8ToRpRRcSqiNBOTgthvqof9V { color:rgba(var(--color-tertiary-4),1);display:block;width:74.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#NeZ7svEdQOoZ8LeVWtQz8bed3Bu85P2b { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:10.875rem;left:0rem;display:block; }
#zKnIc7B4C3EMxspBby8dnFwomTHsbnZb { color:rgba(var(--color-tertiary-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:8.6875rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RvLaox3c9a5kuPQOahVT5XpfwMAre8qV { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:11.9375rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qIJ2r2y0dqGki88xfLnXi1IACHiOrSLA { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:5.125rem;width:5.125rem;top:8.6875rem;left:1.875rem;overflow:hidden;display:block; }
#n4kR08Zu2ytmWTqsGtsHNF9GB2D5RkJf { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#Nkskr8P3HTd3QKew8Gl1D6CSRhnqtvx1 { color:rgba(var(--color-tertiary-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:14.25rem;left:8.125rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E7wTwJpWfciZeBcmL2VHhRoRIc3M3JeQ { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-primary-3),1);background-image:none;top:33.6875rem;left:0rem;display:block; }
#QzsOItHmxiJI8WOGiyD5WaFBc0mnTSHx { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15105;background-color:#e2e2e2;background-image:none;top:118.1875rem;left:0rem;display:block; }
#wXHOfHrMaCio8TkkV3virIekbSwCrXe3 { color:rgba(var(--color-tertiary-4),1);display:block;width:74.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:120.8125rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#TI41CEQ7GVXqvGVAER0z62JDOtm4tANc { 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:15018;line-height:1.4;letter-spacing:0;top:31.625rem;left:8.125rem;height:4.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bmpaMbfRil0qG7wG88bMWBZ8ubHSTEoK { 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:15019;line-height:1.5;letter-spacing:0;top:36.625rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p523bLvdcydZByf2uF8gFdXFz1xaVNtT { 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:15019;line-height:1.6;letter-spacing:0;top:38.8125rem;left:8.125rem;height:16.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ToEmvaSQ0kDgAwn4IMwRyfstfRKNaA18 { position:absolute;display:block;z-index:15042;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:57.6875rem;left:1.875rem;overflow:hidden;display:block; }
#IpR3H3wTVJ0pvAGBxFaXdT6No3dPwaPC { 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:59.875rem;left:0rem;display:block; }
#uD9FlfgaQm9tRnSFh58MXoWJRhhMOFdJ { 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:15023;line-height:1.4;letter-spacing:0;top:57.6875rem;left:8.125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dUTvxDHWV90TEyCC0b9TkLasEnh9pAd1 { 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:60.9375rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EmmDmGcqJpcPbUEhT2LE1C5RUOn1s7Vu { 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:15024;line-height:1.6;letter-spacing:0;top:63.4375rem;left:8.125rem;height:22.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RaOkDsTwosxFPQZwhaRlNlfkNf2RHfz5 { 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:15029;line-height:1.6;letter-spacing:0;top:93.899999618531rem;left:8.125rem;height:21rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zLrrrzqAsy9H0zWBTlao3qMG2cvvF1us { 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:15029;line-height:1.5;letter-spacing:0;top:92.118774414062rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EhtMMbA5c6vBVwa2rOD6O4A5rcn9U2RD { color:rgba(var(--color-tertiary-4),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:88.900024414062rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wKgW9w5pymxaIwdvUlfF0Kp2xL2Td8Lu { 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:15035;background-color:rgba(var(--color-primary-3),1);background-image:none;top:91.3125rem;left:0rem;display:block; }
#WKXwS1teTGBuJlILiXJz6TyySwKKwsMf { 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:15029;line-height:1.6;letter-spacing:0;top:130.25rem;left:8.125rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MzWXwiNBrxeTZQgpQtUaWDod060VPzQg { 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:15029;line-height:1.5;letter-spacing:0;top:127.875rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l4mQPCZDNf7en1o2HM1QgSpNXciPZvyV { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:124.5625rem;left:8.125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HenxGlaCA7P9A5odapV4gDNwbEGa0TLT { 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:15035;background-color:rgba(var(--color-primary-3),1);background-image:none;top:126.97497558594rem;left:0rem;display:block; }
#OLxM9JED2z4cCfyBQOPETc9DBaFDlpXi { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:5rem;width:5rem;top:124.5625rem;left:1.875rem;overflow:hidden;display:block; }
#GETTxhLsfRyXLNV7xSNK6ekXdnaAEfzv { position:absolute;display:block;z-index:15047;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:88.900024414062rem;left:1.875rem;overflow:hidden;display:block; }
#Lw62I127K8ImGERPqWT0yUTw3wPLiU2C { 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; }
#ERG8H9JF58r7PoKVMFLoab2AbDrc7DOr { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:9.4375rem;top:8.4375rem;left:62.534482758619rem;overflow:hidden;display:block; }
#ZTyZMbv9lGSGPbdDlrVBoh0TF6122J0E { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:8rem;top:88.400024414062rem;left:66.9375rem;overflow:hidden;display:block; }
#aaPoaJiblU35Tdvf8B5DpGfvBhbwdZBT { 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.9375rem;width:6.6875rem;top:124.9375rem;left:59.366668701172rem;overflow:hidden;display:block; }
#ENuzQX8mxCrT7Dynzui8L2S06uC4xNEc { 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:4.25rem;width:8.625rem;top:58.0625rem;left:66.375rem;overflow:hidden;display:block; }
#wHhh73OIvN1AChg1OyDn1THQMg99cTq4 { 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.8125rem;width:8.1875rem;top:125.0625rem;left:66.8125rem;overflow:hidden;display:block; }
#DvZxLWBDF4y0J5LerKgnOXtEP8tNc1Et { position:absolute;display:block;z-index:15043;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:31.625rem;left:1.875rem;overflow:hidden;display:block; }
#yoa3yftEALOTUG5oTXpEPNSwntiThUO3 { color:#072312;display:block;width:66.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:156.0625rem;left:8.125rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gFcUB2xBlGpvtcJPVhvKEkx71B8wegIw { 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:15036;line-height:1.5;letter-spacing:0;top:153.6875rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TTgZr3PKTMhgRHv4dVUHgQ2g3UmvxlQG { position:absolute;display:block;z-index:15115;border-top:0;border-left:0;border-right:0;border-bottom:0;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:9.4375rem;top:151.8125rem;left:43.048957824707rem;overflow:hidden;display:block; }
#UGQoK3LBDIHDBIlLOTDLTbTWQf0JiCGi { position:absolute;display:block;z-index:15054;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:150.375rem;left:1.875rem;overflow:hidden;display:block; }
#i0sakLKfnqRauafgkfcPxNSyNUgTS9XK { color:#072312;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15035;line-height:1.4;letter-spacing:0;top:150.375rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JSoU2VnvM2tTRCQf1KCp3ofONUDiqinw { 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:15042;background-color:rgba(var(--color-primary-3),1);background-image:none;top:152.8125rem;left:0rem;display:block; }
#fTaW0ZBQwR6ndzn1BiBRyV7ggHiGDtgl { position:absolute;display:block;z-index:15117;border-top:0;border-left:0;border-right:0;border-bottom:0;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:7.875rem;top:151.3125rem;left:66.356246948244rem;overflow:hidden;display:block; }
#XMUE6EXfIrQRo6qIKd4gepFt43DD5emQ { position:absolute;display:block;z-index:15047;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:88.900024414062rem;left:1.875rem;overflow:hidden;display:block; }
#lTZ8qy6fqzUTOAsD8TkEuBq850KTy4Wo { 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:15042;background-color:rgba(var(--color-primary-3),1);background-image:none;top:152.8125rem;left:0rem;display:block; }
#SeK0ZRl4u9ra2SzwE90UX2e5X03dTC8E { 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:15035;background-color:rgba(var(--color-primary-3),1);background-image:none;top:126.97497558594rem;left:0rem;display:none; }
#lP94MwJpOuQFaG1AH5p8XNswzQ03PhcM { position:absolute;display:block;z-index:15116;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:10rem;top:151.1875rem;left:54.375rem;overflow:hidden;display:block; }
#bewKc0wykB61DR8udZiU01erRORnhQWT { position:absolute;display:block;z-index:15116;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:8.625rem;top:151.30555534363rem;left:33.187501907349rem;overflow:hidden;display:block; }
#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { position:relative;display:none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { border-width: 0; border-radius: 0; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;color:rgba(var(--color-tertiary-2),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-2),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; }
#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c68a9;background-image:url("https://images.assets-landingi.com/uc/83a4cab9-1fee-4724-8480-0927f9325fa9/apd_CENA_wet_KRK.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; }#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh.adaptive-delivery-prevent-bg, #k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh.lazyload, #k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh.lazyloading { background-image: none; }#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh > .row .container { background-color: transparent; background-image: none; }#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh > .row .container > .video-iframe-container { display: none; }#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh > .row > .video-iframe-container { display: none; }#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh > .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); }#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh > .row .container { border-width: 0; border-radius: 0; }#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#e1W7PXflswm3w9T5ez4nCg1l8XAo5Xep { 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; }
#lBBdveneBJIVuHIKyZmeS8FJdqA5MshC { 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; }
#fXEniLAy9Ab3bThBQvcOcb72PKudDuKX { 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; }
#C0KJN8kowDAnfE5LfKw5uQG93LLcd1Fq { 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; }
#TyHV68azr7O1GaIJnwTqIPbgoOgW3EmU { 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.0625rem;left:22.5rem;display:block; }
#VSeCLFZVPpI45htFP1eZl94iuPxUtTBW { color:rgba(var(--color-tertiary-3),1);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.125rem;left:23.125rem;height:2.9236125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CUr7DSRPSExCcK8SFkPBHLxETgfUK6Xw { color:rgba(var(--color-tertiary-3),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.25rem;left:23.125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rpZFekgFGb5SbI2OzFdG413FAi4dZBML { 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.4375rem;left:23.125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yBEamUW36F1LDcMv3m6AabraeM5gpTat { 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.4375rem;left:29.375rem;display:block; }
#Gpc5zESCnQbDWm8b1OKUhrAOT1tLHtZy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lfTrNMcelucC8X5NpakLJq3oUrXeB7Jx { color:rgba(var(--color-tertiary-1),1);display:block;width:28.375rem;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:31.6875rem;left:23.125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GW7DpT7FsI3cX3l2ipTqGN9iqu1gRU7S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c68a9;background-image:url("https://images.assets-landingi.com/uc/83a4cab9-1fee-4724-8480-0927f9325fa9/apd_CENA_wet_KRK.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; }#GW7DpT7FsI3cX3l2ipTqGN9iqu1gRU7S.adaptive-delivery-prevent-bg, #GW7DpT7FsI3cX3l2ipTqGN9iqu1gRU7S.lazyload, #GW7DpT7FsI3cX3l2ipTqGN9iqu1gRU7S.lazyloading { background-image: none; }#GW7DpT7FsI3cX3l2ipTqGN9iqu1gRU7S > .row .container { border-width: 0; border-radius: 0; }#GW7DpT7FsI3cX3l2ipTqGN9iqu1gRU7S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GW7DpT7FsI3cX3l2ipTqGN9iqu1gRU7S > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:none; }#BgPpggdLXzxfTcf9746KdivVEibnEqBh { 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; }
#EAEScQman5flIrvHq7zyUkgdr05EnOQe { 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; }
#VlyMeTWTHpuoOKGxkSKXsiIZ2h6rfdBT { 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; }
#r9Nm36ecpk9ApzzsppA7xx5FUtofDuse { 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; }
#PpDHSTVyquIPWF9CCZggyGoPg8ka2mQz { 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; }
#FykwsQML8JT5GZ7unX1DSIOFbHdRKNGi { color:rgba(var(--color-tertiary-3),1);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; }
#JafxAZVm746dF0pJzHDndCp0L0XztELX { color:rgba(var(--color-tertiary-3),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.5625rem;left:6.875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PHzzdeUS1wDAi9HoyaTHFpsAEQTTAGHI { 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; }
#yENDnweMbnTecpTtm1wqqzNLB0rXBksk { 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; }
#KtOc704Dr9SVNUTrVhSer9PeJFg9412d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SuRKAIOEFTZ8kJrnC3b0VGvyIIXTVk6i { 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.3125rem;left:6.875rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zN55oax3X41xfnsHVTdawLAwVUFe3fQE { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(144deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(144deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(144deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(144deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(144deg, rgba(var(--color-secondary-2),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; }
#lzfQNpa3sAyzaXzFtu6g7dQ0El3N5AK4 { 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.3125rem;left:39.375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I5hpN4V9d9ABbWeapQKd4q5piThzl7fW { 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; }
#nzvCXoBUeoMHNPQlWeulc8f2p87QUprk { 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; }
#yoGTeO3qI5oabslnGtc3lq1wbls6IAmM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ep9zyexWOtg8Z50CTK0eeTKJiNe503pi { 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; }
#sdovEPeqkmDhg8HGOTvmQwHEsNonaHuQ { 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; }
#SyyxhTGk3wlQsTpbx1gvXO0rNFWTTeF4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c68a9;background-image:url("https://images.assets-landingi.com/uc/83a4cab9-1fee-4724-8480-0927f9325fa9/apd_CENA_wet_KRK.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; }#SyyxhTGk3wlQsTpbx1gvXO0rNFWTTeF4.adaptive-delivery-prevent-bg, #SyyxhTGk3wlQsTpbx1gvXO0rNFWTTeF4.lazyload, #SyyxhTGk3wlQsTpbx1gvXO0rNFWTTeF4.lazyloading { background-image: none; }#SyyxhTGk3wlQsTpbx1gvXO0rNFWTTeF4 > .row .container { border-width: 0; border-radius: 0; }#SyyxhTGk3wlQsTpbx1gvXO0rNFWTTeF4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SyyxhTGk3wlQsTpbx1gvXO0rNFWTTeF4 > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:none; }#CfZUdP1i28JyKH3qk3PsdmxII4Fqe4GW { 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; }
#sX2gQtFzedganxMicTQB66T6HLNcEudI { 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; }
#BVsUNgkkk221356kFpPZKUtBTrJg7uTD { 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; }
#pWI7b3yf2QwDV8PnUFHiT89kl4Ev9tS2 { 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; }
#acIXSX1mQ602lBgcTSwE7rCLhuToWSzK { 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; }
#VU8ZeN4l91KwCzTrLNBB0WwUMfFD41Hf { color:rgba(var(--color-tertiary-3),1);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; }
#GIMiRPiKcbkcbR3Gtb1Kb28iT4u9aMdI { color:rgba(var(--color-tertiary-3),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.5625rem;left:6.875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ynHCXSaEwTCky7ek44SaMy4QSDETdsCE { 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; }
#Rdo6xuCyTTWdwDkqJw7A82rqe3h9o7X8 { 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; }
#ZeRlOmMXI4QGb0K7bNfA6a7E8kNanBRd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U553fRkteJT4UVUXyOc38TWndgX5oMIx { 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:32rem;left:6.875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UNkzrf0SPIyLcAeO9rMNbCR0HOKS211T { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(144deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(144deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(144deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(144deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(144deg, rgba(var(--color-secondary-2),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; }
#q72m70VJDXENwxaMMT5baTAzTSX21ypR { 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; }
#wJM3UfvNhef1E1PtXIeJmQbkTCMaMSFE { 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; }
#dlaawUzuECktVdWC0QEdkX0QIO00xzRf { 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; }
#AyB04tiHOLCLTkPDRqSJp0rtZFgrWMxB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rHoFA3K39RgvDEWRIlZT8bh48qQsoe5i { 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; }
#COigMgLi0wO4pm4XTcJpF7HUHkTEInsT { 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:#2c68a9;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:29.5rem;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:28.1875rem;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; }
#aTuXNZ2vuElLXVT4OosbJxzQ0UoIxFWu { color:#dfdfdf;display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15141;line-height:1.4;letter-spacing:0;top:25.75rem;left:3.125rem;height:1.225rem;display:block; }
#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/46da4d90-f5a1-4a22-a218-bddde2b61ea0/6bcfae4793884f3a949e3042730f4ce6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.adaptive-delivery-prevent-bg, #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.lazyload, #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.lazyloading { background-image: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { background-color: transparent; background-image: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,22,75,0.7); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container > .video-iframe-container { display: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,22,75,0.7); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row > .video-iframe-container { display: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { border-width: 0; border-radius: 0; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#pPBFpc9wWegAoaL4B9yVX0CH2P3lqztU { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.125rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DtCSW4B2qCKK28vwPUvMq7M144z7faGk { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:19.25rem;left:46.8125rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#euTT13CDwTOLPPtoJR5DpJyrVMza8Aln { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:16.125rem;width:22.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:3rem;left:48.4375rem; }
#nPzFQsIMErLDqTOz8LD9AkOQcr7sDnHS { background-color:rgba(var(--color-tertiary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:30.299987792969rem;left:51.8125rem;display:block; }
#WwvzKTqZ0EAECvNBgrnZGww1XfSu426p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KAMitM0gG1d9x1EODZy0OVb3phhRWl1H { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5625rem;width:22.6875rem;top:2.1125030517578rem;left:48.53125rem;overflow:hidden;display:block; }
#a2ZL9uPIosmBCFNe6B6M9ko6pcDVucXK { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:18.75rem;top:21.375rem;left:0rem;overflow:hidden;display:block; }
#NAxMhp8Q9DB1MAa0arJSMfz7DomyCr0M { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:25.1875rem;left:46.1875rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ { 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; }#HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ > .row .container { background-color: transparent; background-image: none; }#HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ > .row .container > .video-iframe-container { display: none; }#HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ > .row > .video-iframe-container { display: none; }#HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ > .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); }#HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ > .row .container { border-width: 0; border-radius: 0; }#HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#lWf8RJKpvoEXQf6599ukoTFudbKzClfV { 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; }
#pye1FkQklCRiTP6zkqHLBGAFi4PAyWog { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KNJpHvqVTBZfIXhBmXx6wZnOePhwLHlg { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display: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:8.6875rem;width:75rem;position:relative;display:block; }#pVTm3RJDdH3JPLyr4CFQKLkJ0TtzaVfM { color:rgba(var(--color-tertiary-2),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; }
#TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk { 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; }#TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk > .row .container { background-color: transparent; background-image: none; }#TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk > .row .container > .video-iframe-container { display: none; }#TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk > .row > .video-iframe-container { display: none; }#TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk > .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); }#TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk > .row .container { border-width: 0; border-radius: 0; }#TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#NhMNuT7yhRde7VQgyz2DUlhBrNJ32uV2 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tHGJaaTrGWZI18tmKCCWIiMPOp0paVKB { 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:6.375rem;width:21.75rem;top:1.8116321563721rem;left:26.625001907349rem;overflow:hidden;display:block; }
#atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 { 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; }#atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 > .row .container { background-color: transparent; background-image: none; }#atR2WQqAC751TJC2KKmHRFa8pFn6ASN5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 > .row .container > .video-iframe-container { display: none; }#atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 > .row > .video-iframe-container { display: none; }#atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 > .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); }#atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 > .row .container { border-width: 0; border-radius: 0; }#atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#AsqCkpApyXht2eo1HTygsNaTkSB9O6wN { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G1nBTEmc85UW3Uk9pETtrDx9m7raZcgk { 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.5625rem;width:13.25rem;top:2.875rem;left:30.875001907349rem;overflow:hidden;display:block; }
#fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf { 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; }#fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf > .row .container { background-color: transparent; background-image: none; }#fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf > .row .container > .video-iframe-container { display: none; }#fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf > .row > .video-iframe-container { display: none; }#fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf > .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); }#fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf > .row .container { border-width: 0; border-radius: 0; }#fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#FApTCtocDuF85iCMtD70966OILFTct3B { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yss0ZT4PQWFffp4KuCIQTRDC50NzqTKo { 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:4.375rem;width:13rem;top:4.25rem;left:48.0625rem;overflow:hidden;display:block; }
#gfNuIGt0lRvFRoc9K3L86n0e12RMCJC3 { 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.5625rem;width:12.3125rem;top:4.125rem;left:31.75rem;overflow:hidden;display:block; }
#kEPrQOtdLJLFfFrN4wTicrcWgkivTiPO { 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.125rem;width:14.9375rem;top:3.875rem;left:13.9375rem;overflow:hidden;display:block; }
#TxtbKt3zG1A8XO8pSB0IZa7opCd5upII { 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; }#TxtbKt3zG1A8XO8pSB0IZa7opCd5upII > .row .container { background-color: transparent; background-image: none; }#TxtbKt3zG1A8XO8pSB0IZa7opCd5upII::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxtbKt3zG1A8XO8pSB0IZa7opCd5upII > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxtbKt3zG1A8XO8pSB0IZa7opCd5upII > .row .container > .video-iframe-container { display: none; }#TxtbKt3zG1A8XO8pSB0IZa7opCd5upII > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxtbKt3zG1A8XO8pSB0IZa7opCd5upII > .row > .video-iframe-container { display: none; }#TxtbKt3zG1A8XO8pSB0IZa7opCd5upII > .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); }#TxtbKt3zG1A8XO8pSB0IZa7opCd5upII > .row .container { border-width: 0; border-radius: 0; }#TxtbKt3zG1A8XO8pSB0IZa7opCd5upII > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TxtbKt3zG1A8XO8pSB0IZa7opCd5upII > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#pKosyTy4s4SyJ3rW3deE0JIJKk4k5RFG { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TBMtslqU6rD4iODpum34XXXyXzp857aF { 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:4.6875rem;width:17.125rem;top:3.53125rem;left:13.192708969116rem;overflow:hidden;display:block; }
#S1oDcapNE4PpbcCnn36stCh26V42LGmk { 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:5.5625rem;width:11.8125rem;top:3.0928955078125rem;left:0rem;overflow:hidden;display:block; }
#nnRWHGHilobNEbuXkMmneoU5TasOrXmS { 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:2.125rem;width:11.8125rem;top:4.8125rem;left:47.810762405396rem;overflow:hidden;display:block; }
#mNNxWMBOXQyuWoJJ2Tlrc2rnV7E7008N { 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.9375rem;width:9.25rem;top:3.40625rem;left:32.875001907349rem;overflow:hidden;display:block; }
#vTFFvMS8X8ravbAXOfha60v0NLb3XHXT { 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.0625rem;width:10.25rem;top:3.84375rem;left:63.499135971069rem;overflow:hidden;display:block; }
#nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd { 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; }#nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd > .row .container { background-color: transparent; background-image: none; }#nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd > .row .container > .video-iframe-container { display: none; }#nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd > .row > .video-iframe-container { display: none; }#nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd > .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); }#nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd > .row .container { border-width: 0; border-radius: 0; }#nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:block; }#KrkbZiEVULbnZHXPqsztMxJgxOIN5TCL { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iRQKrazW4eZ4RhBV6C6qSHPK0snxiXcG { 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.625rem;width:7.25rem;top:4.34375rem;left:26.8125rem;overflow:hidden;display:block; }
#tZp0EpBDfopxez7cO7LOg74azWZTnVT2 { 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:6.6875rem;width:5.625rem;top:3.8125rem;left:40.25rem;overflow:hidden;display:block; }
#fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc { 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; }#fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc > .row .container { background-color: transparent; background-image: none; }#fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc > .row .container > .video-iframe-container { display: none; }#fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc > .row > .video-iframe-container { display: none; }#fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc > .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); }#fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc > .row .container { border-width: 0; border-radius: 0; }#fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#ieFIWzzWe7zoOT9IZTIwwbevyRoURHFg { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a4E3rah94koLwXlmVILzykOzIDOVO2OJ { 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.875rem;width:9.625rem;top:4.3125rem;left:17.4375rem;overflow:hidden;display:block; }
#XkkIz6TTnlHGuW2ClzoSSk3NteskDFkm { 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.3125rem;left:31.125rem;overflow:hidden;display:block; }
#GTQfuKkKZT5HUOBWVBEGRq4ckK8Hspe1 { 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:3.8125rem;left:47.4375rem;overflow:hidden;display:block; }
#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { border-width: 0; border-radius: 0; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:none; }#Tnm0kop5aRDA2kRfRm5cqsSpc918pfUi { position:absolute;display:block;z-index:15019;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:0rem;left:0rem;display:block; }
#Jp8ACu6oeJQy8IwLF6Pc8f6l6SpKlbK5 { color:rgba(var(--color-tertiary-2),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-2),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-2),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-2),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-2),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-2),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-2),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-2),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-2),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-2),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-2),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-2),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-2),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(var(--color-secondary-4),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(var(--color-secondary-4),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; }
#JcM6WnuyOkqmyTXJlOEGucKx2wVO78Ep { 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; } #JcM6WnuyOkqmyTXJlOEGucKx2wVO78Ep > .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:#2c68a9;background-image:url("https://images.assets-landingi.com/uc/a7719ee1-655c-45dc-b853-f0a8bb93f414/APD2026WETKRKT.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:37.625rem;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:0.625rem;width:46.4375rem;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) { #Ex3VcsDXeNo12s3ihV0Q0JqhOOswPSVT { width:5.6875rem;height:2.25rem;top:31.28125rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VBDS9aOFs3DBTEuGRCCqtiPCrGwy4tnP { background-color:#2c68a9;background-image:url("https://images.assets-landingi.com/uc/92ca5922-e12a-4ba8-a010-2bb4f5892d89/APD2026WETKRKT.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; }#VBDS9aOFs3DBTEuGRCCqtiPCrGwy4tnP.adaptive-delivery-prevent-bg, #VBDS9aOFs3DBTEuGRCCqtiPCrGwy4tnP.lazyload, #VBDS9aOFs3DBTEuGRCCqtiPCrGwy4tnP.lazyloading { background-image: none; }#VBDS9aOFs3DBTEuGRCCqtiPCrGwy4tnP > .row .container { border-width: 0; border-radius: 0; }#VBDS9aOFs3DBTEuGRCCqtiPCrGwy4tnP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VBDS9aOFs3DBTEuGRCCqtiPCrGwy4tnP > .row .container { width:47.75rem;height:45rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #br3n7W0B1wthyymDfTUI4C4Rc92zE8yt { top:27.60000038147rem;left:0rem;width:47.75rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VlqztC7AF7IEB3bK1sIsxfdPArCvG7Th { 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) { #gAmbBzU4alynrllH0PydhQIWRePquagt { width:8.4375rem;height:2.1875rem;top:1.75rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dykmSUpOwo6var7V2e27ir8twlHTgfx5 { display:block; }
 }@media only screen and (max-width: 1199px) { #TzcqopsFdaLOPRdEyB4WALBXld7X5iFz { width:6.4375rem;height:2.1875rem;top:1.75rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #soyTHkb9etJWqLJ6Ib4U8TufRTLVX7TV { display:block; }
 }@media only screen and (max-width: 1199px) { #tCpkiKazAliHZLovbNJs1Oh2hD4A6xfy { width:5.375rem;height:2.1875rem;top:1.75rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hNwdWTiAZkm0GeZiFEM80E7OpFtCvpHB { display:block; }
 }@media only screen and (max-width: 1199px) { #RWm0wWnZXnmIzklwOzekIAA1T6oXIlBW { width:4.6875rem;height:2.1875rem;top:1.75rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CextXyd04ZLAOrR685krcb3QVzzqbcI9 { display:block; }
 }@media only screen and (max-width: 1199px) { #GdwglfgGdgpPJsVZ9BcsPGy8Xe6WDK9y { width:13.625rem;height:3.0625rem;top:24.874999761581rem;left:0.62499994039536rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UNDq366tA8wmZflQV04oRF38KQps0F8x { display:block; }
 }@media only screen and (max-width: 1199px) { #Va0q9K6X9WPRWFk3hHU7lFDt7krMIEOd { width:12.8125rem;height:3.8125rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #faeMrgdKiMRUxL1vSETFRpTTVNrl0Hk6 { display:block; }
 }@media only screen and (max-width: 1199px) { #wl5K5tpJXlUwiT8nWkM0zk1rPNdtCTQf { 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) { #xq22sAUnMyMB8dsFe6kb0I2Zk9rl6kEN { width:16.25rem;height:3.75rem;top:38.125rem;left:8.175000190735rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uiQcksDJITNnyzOsbhRd6PPI4oeMcqcB { display:block; }
 }@media only screen and (max-width: 1199px) { #HbIvQfzsG60PCHxtDRevlVHc0gMDlaS6 { 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) { #AqpfemCzRrxxL18s1zfzbU1WpCX5eB51 { display:block; }
 }@media only screen and (max-width: 1199px) { #VeSRZzC0eC4Qm302nAp097mXC1nsgPG4 { top:32.96875rem;left:0.625rem;width:46.4375rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TP03zBGwiGe21o0kyq5kbiTKVkE7dZxX { width:5.875rem;height:2.1875rem;top:1.75rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hzqcM9s7ps7kwK5sziXcbnBmoALaZnro { display:block; }
 }@media only screen and (max-width: 1199px) { #Wqam0tOw4HaSkrH3JLEEC3N8vpmpWum8 { width:7.5rem;height:4rem;top:0.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k4gzQ42htzVPnxzFTnwRvvbTpf9W76Zy { width:45.25rem;height:21.25rem;top:22.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nPdOMquK3QFRJsV6apm58n1gkKOagbBh { width:6.4375rem;height:2.1875rem;top:1.75rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bREyD5wXCKdBEUpTsoueK31N9QUu829U { display:block; }
 }@media only screen and (max-width: 1199px) { #L6ITUMsUuy01yXhImIu4iPhQTGxzuT6p { width:12.75rem;height:11.25rem;top:15.66250038147rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i6ZxbcTeBfi5ScNH1hCq0QJTe5agz8bg { width:1.5rem;height:1.5rem;top:32.831249237061rem;left:16.112499237061rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nfDknnIFI6MPAZya7N8kpT3cptFQvmKQ { width:14.3125rem;height:2rem;top:32.581249237061rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ocFIPWzOCaGct7If5KWFMr734mP6F3py { display:block; }
 }@media only screen and (max-width: 1199px) { #StNXiCwFah4JTDB4UN5OF3aEEbRSC2lN { width:21.1875rem;height:15.25rem;top:3.71875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VGZNKQxZaLF2JE0Sekg0entQwayF6cZv { width:5.6875rem;height:2.25rem;top:31.28125rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz { background-color:#1e5999;background-image:none;display:none; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container { width:47.75rem;height:38.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #rAK86bRqkTQcxdJrcBBvMqNeD1LixntU { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C9ymwCeb32VeJfxCQIQOUX2escrI0BTO { top:7.925000190735rem;left:1.25rem;width:44.875rem;height:19.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UdCWgF8GzVQmMwCQNHzWrXPvFIzDS6zT { top:29.700000762939rem;left:26.75rem;width:11.25rem;height:2.275rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ssgnh3AfFS7RTloUKhhZglzRH7ms0xQH { width:6.4375rem;height:7.375rem;top:28.137500762939rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ALpUOyp52qtuRDoGhF5bFdmUhfQBnl9c { width:37.5rem;height:1.25rem;top:0rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wJBvn0BLKfL2DbKMXJHUp9iAKozIsy8w { width:47.75rem;height:27.125rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #drs76u5U4kgabg3aEqbkQTfQvTierhFK { width:6.5625rem;height:7.5rem;top:28.137500762939rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x7cT8npRpepU5eO8kWt4TRnTgqknQDwV { top:29.700000762939rem;left:6.1875rem;width:14.75rem;height:2.275rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtXbZk0GttvLsbsWx2gnQa7TbnHtmEDF { width:37.5rem;height:1.25rem;top:0rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ { display:block; }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ > .row .container { width:47.75rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WodkNNqG7EnnaefO1PcRlM9Ll2iNg9ag { 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) { #QduMT6SeE5vTkTaUvx6KNvkOFfUoeaCi { 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) { #xR2wCsC6J80lowgqhPyTKWgFQChvIb87 { 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) { #mGBCmx9VrIQWWnC2sEVnIOlUdan7q2LZ { 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) { #GJHtrNP5FReso9llW2a83TUsuKExuePz { top:3.1374998092651rem;left:35.239582061767rem;width:10.3125rem;height:2.275rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #bxlnwb04gbTbXHTZA1GQsTulCTgS4bhP { 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) { #me7ulTPUeyytvR90uqHlodVz8UoTC6oI { width:2.5rem;height:2.5rem;top:1.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HauGdoWBv3uET2B6kMwEldXSgkg2ZJo1 { 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) { #XHXowcuy81xJZk5soIbsBTl1afPsMI3T { 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) { #FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { display:none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { width:47.75rem;height:7.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { display:none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #sXwTlzhUyvh8NypcvHzTIuWHvkuF2pVT { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrIr88RKHso8ifn9DF3gU2RlHo8y7qZQ { width:47.75rem;height:0.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OevOQO2WmKb1n1cXfaJsWbxgl79CSTUb { width:15.625rem;height:1.4625rem;top:1.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SpsoOSwIbgJZsIwKbaTk1QvR3IWXMTZO { width:15.625rem;height:1.4625rem;top:1.0625rem;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.1875rem;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.1875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W0b1eXlV6nfPxipvQaopTK2T1tfVquFz { display:block; }
 }@media only screen and (max-width: 1199px) { #hldt9OdA7shSDchZRPbqgidBWqOPASTx { width:15.625rem;height:1.4625rem;top:1.0625rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TgbzZymRgWe6ZdVwNmy8JpS923gKWh2g { width:10.0625rem;height:3.125rem;top:0.1875rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qKuf9yAyfHWN3UoIh95BoTpEayhvmr3m { display:block; }
 }@media only screen and (max-width: 1199px) { #cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { display:none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #IP1T5gyWwqR7wGCduFGAQOyQNTphhLrs { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fgAhRtsGQy6QHe0ouePTGXlUvWkpDQKi { width:47.75rem;height:0.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bao2MTuPg3JX5S94vsFnMgKQHJAgtQd6 { width:15.625rem;height:1.4625rem;top:1.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BxuXe6MDcCn4L8gkkudqF2kX2Py8VphI { width:15.625rem;height:1.4625rem;top:1.0625rem;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) { #lh3JJpybacKOwfHtf63B4Kwgf6Z7dXki { width:15.625rem;height:1.4625rem;top:1.0625rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hvTSlmyyZlJCRWyQh9tmUwxOH3XGHo0s { width:10.0625rem;height:3.125rem;top:0.1875rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AKkTNVmXdxwwTqFeFqEvXfMl4ZZ96Jch { display:block; }
 }@media only screen and (max-width: 1199px) { #wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { display:none; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #aA9llxcelB8Owf6OI0rrtLazC76sDBAO { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UnW6eM6sBzGEcPKUdZQXcpJSZFEINOK3 { width:47.75rem;height:0.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HyrQw9Dmn5XTRiFfmwcZm8Cna1EP01Xm { width:15.625rem;height:1.4625rem;top:1rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l1QUkcGM7Gsva7V3SZlFnnOEp5PvJCdD { width:15.625rem;height:1.4625rem;top:1rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CwSURKVxdXhzfgiaGQk1DeUFKRLC4Mar { width:11.9375rem;height:3.125rem;top:0.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TUEdAXAlfGN93BgkgeuRGW1HQtyoQJDo { display:block; }
 }@media only screen and (max-width: 1199px) { #x0lhN9Q8QXWSTPL216Tat9WWR4NSUb5h { width:12.0625rem;height:3.125rem;top:0.1875rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kTtnR0qTM9G2V5IqPH5D3MFeqRkcFXoL { display:block; }
 }@media only screen and (max-width: 1199px) { #sVbnO4FLviEGTGWLTTvzc8NbnFbc6oJo { width:15.625rem;height:1.4625rem;top:1rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fq8KalWoIq8MSMyavXPkwEtnKhpTVpf7 { width:8.375rem;height:3.125rem;top:0.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xB9g64ftyHiZlHaJzEgsLycgg1SuQWqA { display:block; }
 }@media only screen and (max-width: 1199px) { #TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { display:none; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container { width:47.75rem;height:37.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #WtvyyN0USyvGyumtdKLNnDVwSvceF0OW { width:46.5rem;height:1.95rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wqXGRhZy0GZn8lLH4CqyHBhgZKwgSDyq { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RkcQksJirl0CXmgQnc3Io9k7II4iVHKL { width:25.1875rem;height:2.8rem;top:4.3374996185303rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AwwkgJVznSuwbagEqLQbWTXS44b9hqfJ { width:46.25rem;height:2.925rem;top:9.5rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #emG3kkQrqTyg6heruxyNDHuL49f3yvAv { width:0.625rem;height:0.625rem;top:15.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2GpzGSTlrD8CNQTfoeqePouUVwgdTxv { width:36.6875rem;height:2.8rem;top:14rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QvNEL2TdLHDp6Xna1wv7FTS85Br9Ratd { width:35.8125rem;height:1.125rem;top:17.0625rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q1P7cSTD2odryiA4lp3R5bMKxLEuo52L { width:3.75rem;height:3.75rem;top:3.8624992370606rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTTGyH1ezUWXwwAwXtUR63mgser6EhTG { width:3.75rem;height:3.75rem;top:14.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vITsahchHhBVET633UbHnoAdLnzIXifs { width:35.8125rem;height:1.125rem;top:23.125rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b0t6EH5OWpkxTc49gv4Ti6NWVwzuE0Oq { width:3.75rem;height:3.75rem;top:20.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LpkBvyagWMwc98SpmDauKLFmIksMN0H3 { width:36.6875rem;height:2.8rem;top:20.0625rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FS4NI7qB6MitHL6z1Fn764m3STdB4bQw { width:0.625rem;height:0.625rem;top:21.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VLQMF5O8xbF3lrn4FphKpg5CN08tJlMo { width:3.75rem;height:3.75rem;top:26.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s0yhgZWuokRWemdhPtXQ7LnnEkKkvxHe { width:0.625rem;height:0.625rem;top:27.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DATcrZ32cADFWhz7QW1M6J7Qcp4Lb9Gd { width:36.6875rem;height:2.8rem;top:26.8125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtIw0NUETT0Z3WvE62ye8CXdBVByPHh0 { width:0.625rem;height:0.625rem;top:33.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sL5Ruid3K8A7aaH9eiyHRLaZhCRMMdbv { width:36.6875rem;height:2.8rem;top:32.5rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #orZDy9s2MPh5TRC85BdhTZow3Liy83MM { width:3.75rem;height:3.75rem;top:32rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fqGB9pNJm8tQzJAnQ8QhzssEL35bFnQx { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { display:none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { width:47.75rem;height:15.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { width:46.25rem;height:2.925rem;top:0rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { width:0.625rem;height:0.625rem;top:6.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { width:40.1875rem;height:2.8rem;top:4.375rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { width:35.8125rem;height:1.125rem;top:7.5rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pPrUxBBXGnHZFD1xJPciqVcdfXsg3Lby { width:3.6875rem;height:3.6875rem;top:4.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #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:block; }
 }@media only screen and (max-width: 1199px) { #l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { display:none; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container { width:47.75rem;height:27rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #GU5eJDIn9iRtNNLbBXqpHTGTcWRJqUO9 { width:46.25rem;height:2.925rem;top:0rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qi8XHTp5bb9UrKTGPUks7dNVrPi3hJgy { width:0.625rem;height:0.625rem;top:6.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M7U44x4eiqpaogcPhmxGVPsTpKcd5Wrv { width:40.1875rem;height:2.8rem;top:4.375rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B8t78i77emTraHZPEeTmlngWvsDOoXmA { width:35.8125rem;height:1.125rem;top:7.5rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aDtHxWTL4pU9tnfUJW4fGEvSUpeKLGCg { width:3.6875rem;height:3.6875rem;top:4.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aRDFreK1q3RRux4EbVlwTVViwxIvSAop { width:35.8125rem;height:1.125rem;top:13rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oq1K1KJiF3MBqArH9DhXdPXcLTLgZBTJ { width:3.6875rem;height:3.6875rem;top:10.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XCJdOtiBH88m3KlFksZ013dDnVxKD4zA { width:36.6875rem;height:2.8rem;top:9.9375rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #byTsstiNkTbIP7HpIQV4Bg7XrL8v6MA3 { width:0.625rem;height:0.625rem;top:11.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #saLBJObtzs3ZUAepBC6SbNuywAokZcw1 { width:3.75rem;height:3.75rem;top:15.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GH7ItbTTSnll7CMgNSzymIsMUnJgLl3b { width:0.625rem;height:0.625rem;top:17.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q1NU5uZev2rS3rK7H61elXGxVe6AlwGA { width:36.6875rem;height:2.8rem;top:16.25rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kFPSqRrfMplinsqtn9oypuxoEaK4Osh1 { width:0.625rem;height:0.625rem;top:22.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eXiuPg3NqDgXxy9Fxr066kQyddD9ZmVo { width:36.6875rem;height:2.8rem;top:21.875rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTddiCqGCHBDNp5tAASzKSCTyEbsVqTF { width:3.75rem;height:3.75rem;top:21.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v0U23n4wtO3COvufErATvThn6ZCxeBNQ { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { display:none; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container { width:47.75rem;height:27.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #d4KpiMJcG2hdP4DWZHxObn8yygq0BI5z { width:46.25rem;height:2.925rem;top:0rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D3oxkfqgRP08cBVS7LN7ZdHqQqoc95cv { width:0.625rem;height:0.625rem;top:6.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LngCq2bUMmQXAOmBO6hWwIS3dl0tM1gN { width:40.1875rem;height:2.8rem;top:4.4375rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I2g2NG4a6JSrnrcixmdU9OJo8ZB9fezC { width:35.8125rem;height:1.125rem;top:7.5rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sa0Edyu5y5zJDPNssyiMuN5XsX2if7DP { width:3.6875rem;height:3.6875rem;top:4.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CH2UynWKlcOq57Ks3ricohddennmCTJL { width:3.75rem;height:3.75rem;top:10.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qBE1HlROxpJkmwyK2LPFNUqBWATWdZUn { width:0.625rem;height:0.625rem;top:12.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eCf9syRNrHEH1qvoLwWR05ZngHSJ3LsI { width:36.6875rem;height:5.6rem;top:10.3125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Iunx91UZqPVAU9bH2VAvcp42yy63MMhi { width:3.75rem;height:3.75rem;top:16.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MkkrLbEI1ItL71hoVvwCD13SaeEN2zNX { width:0.625rem;height:0.625rem;top:18.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SCBL7iDsafqxTTGsGOvsZlnA1PVmDUva { width:36.6875rem;height:2.8rem;top:17rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k3O2nXPI8kVJO8Pu6hWD3bcWne2Gh93I { width:0.625rem;height:0.625rem;top:23.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GTAhdVRf62SyvJDSCC7P60uk4dUdeE7R { width:36.6875rem;height:2.8rem;top:22.625rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C5P5BMgS7X6QqCCk1yE4dsyteP31sbV3 { width:3.75rem;height:3.75rem;top:22.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OuGCKPfyF6PXIPfXLhAssOc3SZRwtg07 { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZpWpX7wU8NNItuuzlAt1fKqcm19fLQpn { width:35.8125rem;height:1.125rem;top:7.5rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m2QDfsN03g7anKya4vm5RAol4aAdrddi { display:none; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .row .container { width:47.75rem;height:46.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #slEhUluQuhf3eshEl5cD7i95nCqpgl5I { width:46.25rem;height:2.925rem;top:0rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rHXiWhxz1gQKIrF0XLCarANFaihJR0rv { width:0.625rem;height:0.625rem;top:6.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JSZozqr0atpTrPb5bNbOo0eGX2DQzAA7 { width:40.1875rem;height:2.8rem;top:4.4375rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oCrbuuHS6cSSG5fzFHOv3LQ7dqIRenHU { width:35.8125rem;height:1.125rem;top:7.5rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R39k7uHq8VoOVZ8CnDpHTTglBAzMQJVV { width:3.6875rem;height:3.6875rem;top:4.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eP93cOkft6rr8yuzZkoRB9G2koTKVOPG { width:3.75rem;height:3.75rem;top:18.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OCRSM5mTa0ISBikA4SI8kpzBcpp9ukpv { width:0.625rem;height:0.625rem;top:19.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #paCMuDKHlgXyoWdD8qiBypKfOxbkEVkc { width:36.6875rem;height:2.8rem;top:18.75rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZGpo9VlCMERnP6QWotyf2kVJahd13OQU { width:3.75rem;height:3.75rem;top:35.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EwF8Bd77f2Ah6EKBQ4kCwRWZtVUgvsdM { width:0.625rem;height:0.625rem;top:36.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KIAfkB8TcV3Xq11HkSJXwCIIzMGBF047 { width:36.6875rem;height:2.8rem;top:35.8125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HrJPdRdLc0z3bmFXcLABNCVf8RwVATAX { width:0.625rem;height:0.625rem;top:42.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FzSEK3tWFyTEgQJLfeyDDStNyTguR57r { width:36.6875rem;height:2.8rem;top:41.4375rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dDspuJ776fskQp3N5rIpGP2QpVdt2zKq { width:3.75rem;height:3.75rem;top:40.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HJdoJUTFMFps60N9T5k2FeUpEUFgSylc { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WCsGnlTqiCytRsvoHCtFNQViwhDlB4JJ { width:35.8125rem;height:1.125rem;top:31.625rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KBHJ9fIITsPZaE3rpOqFcxr5bSvqE6IK { width:40.1875rem;height:2.8rem;top:28.5625rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mK9tHs5ffSD2AmD4qRiyde2nuWL8MnFt { width:3.6875rem;height:3.6875rem;top:28.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sFoeoPKxdd3DstNJMUwZ5KRZHf1Kwb3b { width:46.25rem;height:2.925rem;top:24.125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tZ1DVsdZ54V9UCooq15MExlA60T6dlMt { width:0.625rem;height:0.625rem;top:30.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GE4bnsJGUS7qphJtXH2FFq9gFDziUKcK { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ezvkkzimKefpyf7mRkAgsvowihETnpw9 { width:3.75rem;height:3.75rem;top:11rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sbf6piCkzD3PWUZg0eFBmWqeBsKOyiSX { width:0.625rem;height:0.625rem;top:12.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xmPyxDftw8XAGFzXFRlEOGOk4gFdwPNN { width:40.1875rem;height:4.2rem;top:10.625rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q4fxcmfgtWABro664LwlknF65F6THIT8 { width:35.8125rem;height:1.125rem;top:15.1875rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { display:none; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container { width:47.75rem;height:27.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #H4hQuULb86Ht2pHdonfu1816lmSdZHqr { width:46.25rem;height:2.925rem;top:0rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ICWv8GbfQUwyziqwqR9MovTH9PsTpRtd { width:0.625rem;height:0.625rem;top:6.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C8NOH5MXLZSMwoOx6fAqvAwCU9VmWZav { width:32.5rem;height:4.2rem;top:4.5rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KeVuMwATRJ8t5xrhgevFyxVuOtsQiLNr { width:35.8125rem;height:1.125rem;top:8.9375rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UH1bgsCqGFpg7tXCJbCRPSxTmFuSfw3O { width:3.6875rem;height:3.6875rem;top:4.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SMuzv9KZH2AsNyMha203zqGAAuTlzLOs { width:35.8125rem;height:1.125rem;top:15.3125rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JQdylSiwI2iAF2gKJUAo40UJnVbHVmSf { width:3.6875rem;height:3.6875rem;top:12.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eIDMTrcTeD4r0FgT9CpfSegx5IXqbTat { width:40rem;height:2.8rem;top:12.125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aOTVvF0nb4Mk7kF52lAWHdQNGyEJCHBe { width:0.625rem;height:0.625rem;top:13.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mrbq1T6ALw6LsymPVzoXpD3bMEyS3JTF { top:24.0625rem;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:24.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c3tsmUv9wTD00WZxVzeU14q7V86z09Z6 { top:24.0625rem;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:23.625rem;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:24.125rem;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) { #mHTwgeMwTVTZdiNosUBIqPFVJ758RCXm { width:3.75rem;height:3.75rem;top:18.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OgpALVRTfP92gTdiAuEXyx0B7WleZxEW { width:0.625rem;height:0.625rem;top:19.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qmboMW6zinTGxUUCvyoZJRQsAESixPeZ { width:36.6875rem;height:2.8rem;top:18.75rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { display:none; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container { width:47.75rem;height:35.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #iQ6ySOfNH20mruhfeTWSne6xDhmsZahH { width:46.5rem;height:1.95rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #POT7drRrue2IJPKgHNp1e4rcqT4E1rIw { width:46.25rem;height:2.925rem;top:3.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S0DpKXJHBcJmRdQuJ28S0OpLMDWmrwbk { width:0.625rem;height:0.625rem;top:9.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xWOGdBJsmCLTuGDTBAK6iNv3nhn6QMtJ { width:35.375rem;height:2.8rem;top:8.125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vsZtwE3TgHH6T4395iSdgorx2u5ehmbq { width:35.8125rem;height:1.125rem;top:11.25rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dGWaIqt12DRrmsiMoRwCc8lXy9LvIFRS { width:3.6875rem;height:3.6875rem;top:8.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g3q4nDsy8vc1loIGl8Xy5a6kJnX1Ri5z { width:35.8125rem;height:1.125rem;top:18.6875rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SlBUAANW5vQhlvq8XucbDFCThBHnIBrg { width:3.75rem;height:3.75rem;top:14.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n8HPiVzZhbbTVXiop2UAJqQypkuzTw64 { width:32.6875rem;height:4.2rem;top:14.1875rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qFhEqWOApyu41J5FhA70olorKQc2yWZm { width:0.625rem;height:0.625rem;top:16rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i3FC2q8PklxAegLWwVFAXkzdHOpvmAwq { width:3.75rem;height:3.75rem;top:21.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QNO6T06LbqEMfkcbNlOcsAVFcx49adyO { width:0.625rem;height:0.625rem;top:23.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dIWoXgUi0Vm7v58IWTpM2HUoBZc38IyE { width:36.6875rem;height:2.8rem;top:22.375rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hSrzzNd6ZR9d6iF73BdrHnOAEbWOr0ka { width:0.625rem;height:0.625rem;top:29.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EvvGWPhC3s1EI3Cc5PMgOaqae5ewZ4Bf { width:36.6875rem;height:2.8rem;top:28rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTAux6yS3ALzV8L3B1fwFf0hOZmbu4un { width:3.75rem;height:3.75rem;top:29.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A36OdTVnAZ2lvS0eekwNURA0cyotSeHo { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { display:none; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container { width:47.75rem;height:23.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #WlPXD5c51JpnSn6DFrhPK0dwzUF2Ttzg { width:46.25rem;height:2.925rem;top:0rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D84KaFgEyVgIgt8SNVdoTfDRqDu0nTQs { width:0.625rem;height:0.625rem;top:6.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nPy9LSgNEm2ewFt0f8bMD7w80dG7gdcc { width:40.1875rem;height:2.8rem;top:4.625rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B124gQfKTzh5OcnkW1KHph3kzN9AL7P5 { width:35.8125rem;height:1.125rem;top:7.75rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hzbr4AILe2meGHL2k28ApcBmhvh5b1hU { width:3.6875rem;height:3.6875rem;top:4.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZFI1TRIPb7CktlfP7OOLhTTS9EiU4c35 { width:3.75rem;height:3.75rem;top:11rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V6NN6KOwMdgVnVIHq2fvcqtARk5dfTsO { width:0.625rem;height:0.625rem;top:12.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o4uuLZ5AeV4fycXnJEdlwf7AUs2PIQW4 { width:36.6875rem;height:2.8rem;top:11.5rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tk10VqWQwgr6FxTSh04iQ35GAAnFe0lF { width:0.625rem;height:0.625rem;top:18.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nDfDIFHZ7dWUTL0sxhftEAnEMtLeLPyf { width:36.6875rem;height:2.8rem;top:17.125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tuvc3r0XJqKTTwLOsd8h3zR8IA4s4ELE { width:3.75rem;height:3.75rem;top:16.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oRoHxD9nHOKwUrpO3homxN7IWQI4b3eN { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { display:none; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container { width:47.75rem;height:33.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #UVLiLOK8MsrcsF3wQIyIzEcZedqiCI2J { width:46.375rem;height:2.925rem;top:0rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rg9y6cDz3uBUVIrTTHW0Ml8nKTxHgXdU { width:0.625rem;height:0.625rem;top:12.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dV7K17TCtifwJwo98H5O345wF6BOgZkm { width:40.1875rem;height:2.8rem;top:10.8125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LN6XrH7TBeyWhmcpiU4l5aV32LmoTN6S { width:35.8125rem;height:1.125rem;top:13.9375rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #trTQJvVuzd9zPklIhd9XsK3DcH92mrOE { width:3.6875rem;height:3.6875rem;top:11.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E8mPwHtgSgT8H88wzTTMBBdxrs0fQNs5 { width:0.625rem;height:0.625rem;top:18.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hRdRFNMNhpWLhUM8wCmDz6S92FBm9ybE { width:34.5625rem;height:1.125rem;top:19.9375rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cRJELadnml3PkQeTgOQ4DiyDuAMoh6JW { width:36.6875rem;height:2.8rem;top:16.8125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #plEtkI0EttODQZTple62Q7eyKlaaFVoO { width:3.6875rem;height:3.6875rem;top:17.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LGUbexDxP9gmvlerlETDdiHoUSx6SUwF { top:28.75rem;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:28.8125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T2xxA3sFv2gOsDZWpHm9dbX9JSNtl3EE { top:28.75rem;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:28.3125rem;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:28.8125rem;left:45.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DUSHMzCBxUX2gUI0dHVWSSHC3WbKwR0J { width:0.625rem;height:0.625rem;top:24.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CIO8z0u5ASlIQTk2DmxDcegPn6aDa4WK { width:3.75rem;height:3.75rem;top:22.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r4K7TmImTpLeQz07KB7RP78BSIuS1vOT { width:36.6875rem;height:2.8rem;top:23rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UmQrmCdIIOQDn8tqlkmBytxFBTptEI38 { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RLlw9PdG4Ime7l8oO9Tt7fAOMJXoggqg { width:3.6875rem;height:3.6875rem;top:4.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #noxDx27S6RvfD10CxHxpQVSov2vcudQy { width:0.625rem;height:0.625rem;top:6.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NPBzcZPc5WN7adKeNGWChmkK1hxaMC3w { width:40.1875rem;height:2.8rem;top:4.6875rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X4mMkGQNuEJ9b9t7oL9soSPlmpbSg2Uo { width:35.8125rem;height:1.125rem;top:7.8125rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff { display:none; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .row .container { width:47.75rem;height:189.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #UWiiyLx4VEq90TVvlGZawrXHTaZTaxsl { width:46.5rem;height:1.95rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #awFi4ZQE8ToRpRRcSqiNBOTgthvqof9V { width:46.25rem;height:1.4625rem;top:3.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NeZ7svEdQOoZ8LeVWtQz8bed3Bu85P2b { width:0.625rem;height:0.625rem;top:8.5864562988281rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zKnIc7B4C3EMxspBby8dnFwomTHsbnZb { width:36.6875rem;height:2.8rem;top:6.8125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RvLaox3c9a5kuPQOahVT5XpfwMAre8qV { width:35.8125rem;height:1.125rem;top:10.0625rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qIJ2r2y0dqGki88xfLnXi1IACHiOrSLA { width:3.75rem;height:3.75rem;top:7.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n4kR08Zu2ytmWTqsGtsHNF9GB2D5RkJf { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Nkskr8P3HTd3QKew8Gl1D6CSRhnqtvx1 { width:39.4375rem;height:18.2rem;top:12.3125rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E7wTwJpWfciZeBcmL2VHhRoRIc3M3JeQ { width:0.625rem;height:0.625rem;top:34.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QzsOItHmxiJI8WOGiyD5WaFBc0mnTSHx { width:47.75rem;height:0.0625rem;top:128.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wXHOfHrMaCio8TkkV3virIekbSwCrXe3 { width:46.25rem;height:1.4625rem;top:130.875rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TI41CEQ7GVXqvGVAER0z62JDOtm4tANc { width:39.6875rem;height:5.6rem;top:32.375rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bmpaMbfRil0qG7wG88bMWBZ8ubHSTEoK { width:35.8125rem;height:1.125rem;top:38.4375rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p523bLvdcydZByf2uF8gFdXFz1xaVNtT { width:39.4375rem;height:21rem;top:40.5625rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ToEmvaSQ0kDgAwn4IMwRyfstfRKNaA18 { width:3.75rem;height:3.75rem;top:33rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IpR3H3wTVJ0pvAGBxFaXdT6No3dPwaPC { width:0.625rem;height:0.625rem;top:65.178123474119rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uD9FlfgaQm9tRnSFh58MXoWJRhhMOFdJ { width:36.6875rem;height:2.8rem;top:63.678123474119rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dUTvxDHWV90TEyCC0b9TkLasEnh9pAd1 { width:35.8125rem;height:1.125rem;top:66.476043701175rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EmmDmGcqJpcPbUEhT2LE1C5RUOn1s7Vu { width:39.4375rem;height:25.2rem;top:69.136459350588rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RaOkDsTwosxFPQZwhaRlNlfkNf2RHfz5 { width:39.4375rem;height:25.2rem;top:101.84791564941rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zLrrrzqAsy9H0zWBTlao3qMG2cvvF1us { width:35.8125rem;height:1.125rem;top:99.8125rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EhtMMbA5c6vBVwa2rOD6O4A5rcn9U2RD { width:36.6875rem;height:2.8rem;top:96.4375rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wKgW9w5pymxaIwdvUlfF0Kp2xL2Td8Lu { width:0.625rem;height:0.625rem;top:98.773956298825rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WKXwS1teTGBuJlILiXJz6TyySwKKwsMf { width:39.4375rem;height:18.2rem;top:140.3125rem;left:7.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MzWXwiNBrxeTZQgpQtUaWDod060VPzQg { width:35.8125rem;height:1.125rem;top:139.1875rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l4mQPCZDNf7en1o2HM1QgSpNXciPZvyV { width:26.3125rem;height:4.2rem;top:134.625rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HenxGlaCA7P9A5odapV4gDNwbEGa0TLT { width:0.625rem;height:0.625rem;top:136.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OLxM9JED2z4cCfyBQOPETc9DBaFDlpXi { width:3.75rem;height:3.75rem;top:63.678123474119rem;left:2.5rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 1199px) { #GETTxhLsfRyXLNV7xSNK6ekXdnaAEfzv { width:3.75rem;height:3.75rem;top:134.85000038147rem;left:2.5rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 1199px) { #Lw62I127K8ImGERPqWT0yUTw3wPLiU2C { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ERG8H9JF58r7PoKVMFLoab2AbDrc7DOr { width:6.25rem;height:3rem;top:8.5864582061769rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZTyZMbv9lGSGPbdDlrVBoh0TF6122J0E { width:6.5rem;height:2.9375rem;top:96.367706298825rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aaPoaJiblU35Tdvf8B5DpGfvBhbwdZBT { width:5.3125rem;height:3rem;top:135.22500038147rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ENuzQX8mxCrT7Dynzui8L2S06uC4xNEc { width:6.8125rem;height:3.3125rem;top:63.419792175294rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wHhh73OIvN1AChg1OyDn1THQMg99cTq4 { width:6.4375rem;height:3.125rem;top:135.16250038147rem;left:41.3125rem;z-index:15109;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #DvZxLWBDF4y0J5LerKgnOXtEP8tNc1Et { width:3.75rem;height:3.75rem;top:97.25rem;left:2.5rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 1199px) { #yoa3yftEALOTUG5oTXpEPNSwntiThUO3 { width:39.4375rem;height:15.4rem;top:169.875rem;left:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gFcUB2xBlGpvtcJPVhvKEkx71B8wegIw { width:35.8125rem;height:1.125rem;top:167.3125rem;left:7.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTgZr3PKTMhgRHv4dVUHgQ2g3UmvxlQG { width:7.6875rem;height:1.5rem;top:164.31250953674rem;left:40.062499582768rem;z-index:15109;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #UGQoK3LBDIHDBIlLOTDLTbTWQf0JiCGi { width:3.75rem;height:3.75rem;top:63.678123474119rem;left:2.5rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 1199px) { #i0sakLKfnqRauafgkfcPxNSyNUgTS9XK { width:16.875rem;height:2.8rem;top:163.9375rem;left:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JSoU2VnvM2tTRCQf1KCp3ofONUDiqinw { width:0.625rem;height:0.625rem;top:136.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fTaW0ZBQwR6ndzn1BiBRyV7ggHiGDtgl { width:5.875rem;height:1.9375rem;top:166.05556488037rem;left:41.874999582768rem;z-index:15109;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #XMUE6EXfIrQRo6qIKd4gepFt43DD5emQ { width:3.75rem;height:3.75rem;top:164.1875rem;left:2.6875rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 1199px) { #lTZ8qy6fqzUTOAsD8TkEuBq850KTy4Wo { width:0.625rem;height:0.625rem;top:165.75rem;left:0.75rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 1199px) { #SeK0ZRl4u9ra2SzwE90UX2e5X03dTC8E { width:0.625rem;height:0.625rem;top:136.0625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lP94MwJpOuQFaG1AH5p8XNswzQ03PhcM { width:7.5rem;height:2.375rem;top:166.11806488037rem;left:32.868056833744rem;z-index:15109;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #bewKc0wykB61DR8udZiU01erRORnhQWT { width:6.9375rem;height:2rem;top:163.99306488037rem;left:31.368054926396rem;z-index:15109;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { display:none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { width:47.75rem;height:9.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v { display:flex;width:18rem;height:5.0625rem;top:1.625rem;left:14.341666221619rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #PhfEqz8nSXBp7x46dGuZMw9uprgRrQb7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #ae2kLURWCMowab4Z1n6EHMUr9XcuETzK {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #aBq9ZkM5zTFRVafFvPIHJRVuDCbK6fWO {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #CtMSdBB8XUZxLoAaZuDECGoPMKBMhI0x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #kkU7uFu0od8TQUmnNC6F33hIeKrAiLhV {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #xGah028TGr5WQqMLz9gWTdg7LP9enJvH {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #DTD0Z8NScLJGqxX9RTHZfqK5MzOQRUOI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #exP5b1R63EWvdGhTgU19N9vm7LgrOLAN {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #yDqDK1PCu79Qrr8Sa5uAhtHEMuCFCfo3 {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #OtX677THblmnF8vymPF9KAwJnptgcJMg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #hsvpIKqO8MZFUytF1qZLAyXWudIdM5XE {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #WED1gVvcAog3gfOv0bXbqQoRcnfSZXZU {  }
 }@media only screen and (max-width: 1199px) { #bm4NRCTaVKuNhKzpb7yWyc0Wxn8ydO8m { width:25rem;height:1.1375rem;top:0rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nmxm8BdulBWZNq6aFOtrDtKwuGi8gtcV { width:15rem;height:1.25rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #blAn5xV7nPboBSkS9MiHQ2my5SDvw2Qg { width:47.75rem;height:0.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh { display:block; }#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh > .row .container { width:47.75rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #e1W7PXflswm3w9T5ez4nCg1l8XAo5Xep { 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) { #lBBdveneBJIVuHIKyZmeS8FJdqA5MshC { 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) { #fXEniLAy9Ab3bThBQvcOcb72PKudDuKX { width:7.0625rem;height:11.0625rem;top:1.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C0KJN8kowDAnfE5LfKw5uQG93LLcd1Fq { width:11.75rem;height:7.75rem;top:3.125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TyHV68azr7O1GaIJnwTqIPbgoOgW3EmU { width:22.5rem;height:18.75rem;top:12.8125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VSeCLFZVPpI45htFP1eZl94iuPxUtTBW { width:22.4375rem;height:2.4375rem;top:14.8125rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CUr7DSRPSExCcK8SFkPBHLxETgfUK6Xw { width:22.5rem;height:4.875rem;top:18.4375rem;left:12.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rpZFekgFGb5SbI2OzFdG413FAi4dZBML { width:22.4375rem;height:0.975rem;top:23.6875rem;left:12.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yBEamUW36F1LDcMv3m6AabraeM5gpTat { width:16.25rem;height:3.75rem;top:25.4375rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gpc5zESCnQbDWm8b1OKUhrAOT1tLHtZy { display:block; }
 }@media only screen and (max-width: 1199px) { #lfTrNMcelucC8X5NpakLJq3oUrXeB7Jx { width:22.5rem;height:1.95rem;top:29.4375rem;left:12.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GW7DpT7FsI3cX3l2ipTqGN9iqu1gRU7S { display:none; }#GW7DpT7FsI3cX3l2ipTqGN9iqu1gRU7S > .row .container { width:47.75rem;height:33.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #BgPpggdLXzxfTcf9746KdivVEibnEqBh { 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) { #EAEScQman5flIrvHq7zyUkgdr05EnOQe { 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) { #VlyMeTWTHpuoOKGxkSKXsiIZ2h6rfdBT { width:7.0625rem;height:11.0625rem;top:1.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r9Nm36ecpk9ApzzsppA7xx5FUtofDuse { width:11.75rem;height:7.75rem;top:3.125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PpDHSTVyquIPWF9CCZggyGoPg8ka2mQz { width:22.5rem;height:18.75rem;top:12.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FykwsQML8JT5GZ7unX1DSIOFbHdRKNGi { 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) { #JafxAZVm746dF0pJzHDndCp0L0XztELX { 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) { #PHzzdeUS1wDAi9HoyaTHFpsAEQTTAGHI { 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) { #yENDnweMbnTecpTtm1wqqzNLB0rXBksk { width:16.25rem;height:3.75rem;top:25.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KtOc704Dr9SVNUTrVhSer9PeJFg9412d { display:block; }
 }@media only screen and (max-width: 1199px) { #SuRKAIOEFTZ8kJrnC3b0VGvyIIXTVk6i { width:22.5rem;height:0.975rem;top:29.5625rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zN55oax3X41xfnsHVTdawLAwVUFe3fQE { width:22.5rem;height:18.125rem;top:12.8125rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lzfQNpa3sAyzaXzFtu6g7dQ0El3N5AK4 { width:22.5rem;height:0.975rem;top:29.5625rem;left:24.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I5hpN4V9d9ABbWeapQKd4q5piThzl7fW { 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) { #nzvCXoBUeoMHNPQlWeulc8f2p87QUprk { width:16.25rem;height:3.75rem;top:25.0625rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yoGTeO3qI5oabslnGtc3lq1wbls6IAmM { display:block; }
 }@media only screen and (max-width: 1199px) { #Ep9zyexWOtg8Z50CTK0eeTKJiNe503pi { 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) { #sdovEPeqkmDhg8HGOTvmQwHEsNonaHuQ { 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) { #SyyxhTGk3wlQsTpbx1gvXO0rNFWTTeF4 { display:none; }#SyyxhTGk3wlQsTpbx1gvXO0rNFWTTeF4 > .row .container { width:47.75rem;height:33.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #CfZUdP1i28JyKH3qk3PsdmxII4Fqe4GW { 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) { #sX2gQtFzedganxMicTQB66T6HLNcEudI { 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) { #BVsUNgkkk221356kFpPZKUtBTrJg7uTD { width:7.0625rem;height:11.0625rem;top:1.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pWI7b3yf2QwDV8PnUFHiT89kl4Ev9tS2 { width:11.75rem;height:7.75rem;top:3.125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #acIXSX1mQ602lBgcTSwE7rCLhuToWSzK { width:22.5rem;height:18.75rem;top:12.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VU8ZeN4l91KwCzTrLNBB0WwUMfFD41Hf { 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) { #GIMiRPiKcbkcbR3Gtb1Kb28iT4u9aMdI { 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) { #ynHCXSaEwTCky7ek44SaMy4QSDETdsCE { 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) { #Rdo6xuCyTTWdwDkqJw7A82rqe3h9o7X8 { width:16.25rem;height:3.75rem;top:25.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZeRlOmMXI4QGb0K7bNfA6a7E8kNanBRd { display:block; }
 }@media only screen and (max-width: 1199px) { #U553fRkteJT4UVUXyOc38TWndgX5oMIx { width:22.5rem;height:1.95rem;top:29.0625rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UNkzrf0SPIyLcAeO9rMNbCR0HOKS211T { width:22.5rem;height:18.125rem;top:12.8125rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q72m70VJDXENwxaMMT5baTAzTSX21ypR { 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) { #wJM3UfvNhef1E1PtXIeJmQbkTCMaMSFE { 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) { #dlaawUzuECktVdWC0QEdkX0QIO00xzRf { width:16.25rem;height:3.75rem;top:25.0625rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AyB04tiHOLCLTkPDRqSJp0rtZFgrWMxB { display:block; }
 }@media only screen and (max-width: 1199px) { #rHoFA3K39RgvDEWRIlZT8bh48qQsoe5i { 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) { #COigMgLi0wO4pm4XTcJpF7HUHkTEInsT { 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:#2c68a9;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:41.0625rem;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:28.625rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vlZhGkI68Bxvszb9FROVW6Zc99qLvVg9 { width:1.25rem;height:1.25rem;top:28.612500190735rem;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:24.3125rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SJPSZug564JLheabVt6Sg1JUuHCzg4OL { width:1.25rem;height:1.25rem;top:24.4375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fQ28wTkvIU2EM3Wc7veZarF0PyKyp7tL { width:43.1875rem;height:8.573775rem;top:30.5625rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aTuXNZ2vuElLXVT4OosbJxzQ0UoIxFWu { width:44.1875rem;height:1.1375rem;top:21.375rem;left:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 { display:block; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { width:47.75rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pPBFpc9wWegAoaL4B9yVX0CH2P3lqztU { top:2.5rem;left:3.1875rem;width:41.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DtCSW4B2qCKK28vwPUvMq7M144z7faGk { top:21.5625rem;left:24.75rem;width:22.25rem;height:4.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #euTT13CDwTOLPPtoJR5DpJyrVMza8Aln { width:15.5rem;height:15.4375rem;top:4.90625rem;left:27.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nPzFQsIMErLDqTOz8LD9AkOQcr7sDnHS { width:16.25rem;height:3.75rem;top:31.625rem;left:27.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WwvzKTqZ0EAECvNBgrnZGww1XfSu426p { display:block; }
 }@media only screen and (max-width: 1199px) { #KAMitM0gG1d9x1EODZy0OVb3phhRWl1H { width:20.25rem;height:23.75rem;top:4.1875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a2ZL9uPIosmBCFNe6B6M9ko6pcDVucXK { width:18.75rem;height:12.375rem;top:22.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NAxMhp8Q9DB1MAa0arJSMfz7DomyCr0M { top:26.71875rem;left:24.21875rem;width:22.25rem;height:3.674475rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ { display:block; }#HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ > .row .container { width:47.75rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lWf8RJKpvoEXQf6599ukoTFudbKzClfV { 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) { #pye1FkQklCRiTP6zkqHLBGAFi4PAyWog { display:block; }
 }@media only screen and (max-width: 1199px) { #KNJpHvqVTBZfIXhBmXx6wZnOePhwLHlg { width:47.75rem;height:1.21875rem;top:1.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h { display:block; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container { width:47.75rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pVTm3RJDdH3JPLyr4CFQKLkJ0TtzaVfM { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk { display:block; }#TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk > .row .container { width:47.75rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NhMNuT7yhRde7VQgyz2DUlhBrNJ32uV2 { width:47.75rem;height:1.05625rem;top:0rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tHGJaaTrGWZI18tmKCCWIiMPOp0paVKB { width:18.875rem;height:5.5rem;top:2.34375rem;left:14.437500536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 { display:block; }#atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 > .row .container { width:47.75rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AsqCkpApyXht2eo1HTygsNaTkSB9O6wN { width:47.75rem;height:1.05625rem;top:0rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G1nBTEmc85UW3Uk9pETtrDx9m7raZcgk { width:13.9375rem;height:4.75rem;top:2.71875rem;left:16.906249582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf { display:block; }#fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf > .row .container { width:47.75rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FApTCtocDuF85iCMtD70966OILFTct3B { width:47.75rem;height:1.05625rem;top:0rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yss0ZT4PQWFffp4KuCIQTRDC50NzqTKo { width:9.0625rem;height:2.9375rem;top:3.3125rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gfNuIGt0lRvFRoc9K3L86n0e12RMCJC3 { width:8.75rem;height:3.25rem;top:3.375rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kEPrQOtdLJLFfFrN4wTicrcWgkivTiPO { width:10.6875rem;height:3.625rem;top:3.3125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TxtbKt3zG1A8XO8pSB0IZa7opCd5upII { display:block; }#TxtbKt3zG1A8XO8pSB0IZa7opCd5upII > .row .container { width:47.75rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pKosyTy4s4SyJ3rW3deE0JIJKk4k5RFG { width:47.75rem;height:1.05625rem;top:0rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TBMtslqU6rD4iODpum34XXXyXzp857aF { width:13.1875rem;height:3.375rem;top:3.0312502384186rem;left:10.625000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S1oDcapNE4PpbcCnn36stCh26V42LGmk { width:9.8125rem;height:4.6875rem;top:2.3750002384186rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nnRWHGHilobNEbuXkMmneoU5TasOrXmS { width:10.125rem;height:1.5625rem;top:3.9375002384186rem;left:36.687499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mNNxWMBOXQyuWoJJ2Tlrc2rnV7E7008N { width:6.8125rem;height:3.5rem;top:2.9687502384186rem;left:26.870660364628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vTFFvMS8X8ravbAXOfha60v0NLb3XHXT { width:10rem;height:3.8125rem;top:7.6866319179537rem;left:18.874999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd { display:block; }#nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd > .row .container { width:47.75rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KrkbZiEVULbnZHXPqsztMxJgxOIN5TCL { width:47.75rem;height:1.05625rem;top:0rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iRQKrazW4eZ4RhBV6C6qSHPK0snxiXcG { width:5.875rem;height:4.625rem;top:3.25rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tZp0EpBDfopxez7cO7LOg74azWZTnVT2 { width:4.5625rem;height:5.5rem;top:2.8125rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc { display:block; }#fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc > .row .container { width:47.75rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ieFIWzzWe7zoOT9IZTIwwbevyRoURHFg { width:47.75rem;height:1.05625rem;top:0rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a4E3rah94koLwXlmVILzykOzIDOVO2OJ { width:9.625rem;height:1.875rem;top:3.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XkkIz6TTnlHGuW2ClzoSSk3NteskDFkm { width:12.8125rem;height:3.6875rem;top:3rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GTQfuKkKZT5HUOBWVBEGRq4ckK8Hspe1 { width:10rem;height:2.9375rem;top:3.375rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { display:none; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { width:47.75rem;height:45.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Tnm0kop5aRDA2kRfRm5cqsSpc918pfUi { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jp8ACu6oeJQy8IwLF6Pc8f6l6SpKlbK5 { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aZdkqBr1X5yDG3kNOpz5z8PFBhXuv0Hu { width:46.5rem;height:1.38125rem;top:7.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #unTTT5DfpMQu95DLNFg6ybWitkl4O6Lm { width:46.5rem;height:1.40625rem;top:9.375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SiZuyTiHT81W0HhIZA3Fqv2NJBNe3one { width:43.5625rem;height:1.40625rem;top:15.4375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DiECylTzGP8g4Q8xPJVp5kVHWJO096se { width:46.5rem;height:1.38125rem;top:13.4375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sVMTPXSwJmDwivKwJeBHT5hLRbyk5tZI { width:46.5rem;height:1.40625rem;top:21.3125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nGDTsz7FU0SVawLnCfSZoQwubBx9mP5v { width:46.5rem;height:1.38125rem;top:19.375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D9sJo8Nbt0QT4VEEW7hXPbBaBPzMzKde { width:46.5rem;height:1.40625rem;top:27.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wb0NcwLbymkCAZu8GdapQQTu6p16Csug { width:46.5rem;height:1.38125rem;top:25.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kDB1mslWZQm9VWQe99I8GUQhV7vInPrJ { width:41.6875rem;height:2.8125rem;top:33.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZwwsTTGiHDHBZmuKtxTRvgtTkChcPTaP { width:46.5rem;height:1.38125rem;top:31.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xIcHST5FrE1WypCiFRGPcRQwxDuqbw5M { width:41.6875rem;height:2.8125rem;top:40.625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wPC5uf6UKCDcqt8PDca8EtT2GzWWX3N6 { width:46.5rem;height:1.38125rem;top:38.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VnKczpPXPpkKPW348i8h91mdJzgTghPN { display:block; }#VnKczpPXPpkKPW348i8h91mdJzgTghPN > .row .container { width:47.75rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #q4myVIUt72VEhCT72MnQ6gN8a5MfwJc5 { top:2.5rem;left:12.9375rem;width:21.875rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h9bqw8boWoXfw0nmb059fD3ctLF5clRE { top:7.5rem;left:20.875rem;width:16.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QL59qHOtMckMVk6IAnGV711G0PCx8OtF { top:12.125rem;left:0.625rem;width:46.125rem;height:18.28125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #XTyivGICHCcx7KkHLipm4E9PU9r9qUDt { width:29.0625rem;height:16.25rem;top:32.8125rem;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) { #JcM6WnuyOkqmyTXJlOEGucKx2wVO78Ep { 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; } #JcM6WnuyOkqmyTXJlOEGucKx2wVO78Ep > .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:#2c68a9;background-image:url("https://images.assets-landingi.com/uc/31062f9f-ec14-413c-864c-aff03b1dc4bc/APD_2024_PEDIATRIA_PION_WET_KRK.png");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:37.3125rem;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:1.4625rem;top:29.5625rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #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:13.8125rem;height:2.475rem;top:21.125rem;left:2.25rem;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:1.25rem;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:23.625rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1VN7C5xEzpcLiSRJv9Kb3T9wlNyprew { width:6.75rem;height:6.75rem;top:12.425000190735rem;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) { #Ex3VcsDXeNo12s3ihV0Q0JqhOOswPSVT { width:3.8125rem;height:1.5rem;top:22.625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBDS9aOFs3DBTEuGRCCqtiPCrGwy4tnP { background-color:#2c68a9;background-image:url("https://images.assets-landingi.com/uc/31062f9f-ec14-413c-864c-aff03b1dc4bc/APD_2024_PEDIATRIA_PION_WET_KRK.png");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; }#VBDS9aOFs3DBTEuGRCCqtiPCrGwy4tnP.adaptive-delivery-prevent-bg, #VBDS9aOFs3DBTEuGRCCqtiPCrGwy4tnP.lazyload, #VBDS9aOFs3DBTEuGRCCqtiPCrGwy4tnP.lazyloading { background-image: none; }#VBDS9aOFs3DBTEuGRCCqtiPCrGwy4tnP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VBDS9aOFs3DBTEuGRCCqtiPCrGwy4tnP > .row .container { width:20rem;height:42.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #br3n7W0B1wthyymDfTUI4C4Rc92zE8yt { 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) { #VlqztC7AF7IEB3bK1sIsxfdPArCvG7Th { 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) { #gAmbBzU4alynrllH0PydhQIWRePquagt { width:3.9375rem;height:2.1875rem;top:5.25rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dykmSUpOwo6var7V2e27ir8twlHTgfx5 { display:block; }
 }@media only screen and (max-width: 763px) { #TzcqopsFdaLOPRdEyB4WALBXld7X5iFz { width:4.1875rem;height:2.1875rem;top:8.1875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #soyTHkb9etJWqLJ6Ib4U8TufRTLVX7TV { display:block; }
 }@media only screen and (max-width: 763px) { #tCpkiKazAliHZLovbNJs1Oh2hD4A6xfy { width:4.75rem;height:2.1875rem;top:5.25rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNwdWTiAZkm0GeZiFEM80E7OpFtCvpHB { display:block; }
 }@media only screen and (max-width: 763px) { #RWm0wWnZXnmIzklwOzekIAA1T6oXIlBW { width:6.5rem;height:2.1875rem;top:8.1875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CextXyd04ZLAOrR685krcb3QVzzqbcI9 { display:block; }
 }@media only screen and (max-width: 763px) { #GdwglfgGdgpPJsVZ9BcsPGy8Xe6WDK9y { width:16.25rem;height:3.75rem;top:28.125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UNDq366tA8wmZflQV04oRF38KQps0F8x { display:block; }
 }@media only screen and (max-width: 763px) { #Va0q9K6X9WPRWFk3hHU7lFDt7krMIEOd { 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) { #faeMrgdKiMRUxL1vSETFRpTTVNrl0Hk6 { display:block; }
 }@media only screen and (max-width: 763px) { #wl5K5tpJXlUwiT8nWkM0zk1rPNdtCTQf { width:13.8125rem;height:2.475rem;top:21.125rem;left:2.25rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xq22sAUnMyMB8dsFe6kb0I2Zk9rl6kEN { width:16.25rem;height:3.75rem;top:31.5625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiQcksDJITNnyzOsbhRd6PPI4oeMcqcB { display:block; }
 }@media only screen and (max-width: 763px) { #HbIvQfzsG60PCHxtDRevlVHc0gMDlaS6 { 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) { #AqpfemCzRrxxL18s1zfzbU1WpCX5eB51 { display:block; }
 }@media only screen and (max-width: 763px) { #VeSRZzC0eC4Qm302nAp097mXC1nsgPG4 { width:18.75rem;height:1.3rem;top:24.625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TP03zBGwiGe21o0kyq5kbiTKVkE7dZxX { width:5.375rem;height:2.25rem;top:47.375rem;left:14.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hzqcM9s7ps7kwK5sziXcbnBmoALaZnro { display:block; }
 }@media only screen and (max-width: 763px) { #Wqam0tOw4HaSkrH3JLEEC3N8vpmpWum8 { width:7.5rem;height:4rem;top:0.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4gzQ42htzVPnxzFTnwRvvbTpf9W76Zy { width:20rem;height:28.75rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPdOMquK3QFRJsV6apm58n1gkKOagbBh { width:6.875rem;height:2.25rem;top:47.375rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bREyD5wXCKdBEUpTsoueK31N9QUu829U { display:block; }
 }@media only screen and (max-width: 763px) { #L6ITUMsUuy01yXhImIu4iPhQTGxzuT6p { width:6.75rem;height:6.75rem;top:12.425000190735rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6ZxbcTeBfi5ScNH1hCq0QJTe5agz8bg { display:flex;width:1.25rem;height:1.25rem;top:24.628124237061rem;left:3.1875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #nfDknnIFI6MPAZya7N8kpT3cptFQvmKQ { width:14rem;height:1.875rem;top:24.273958206177rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocFIPWzOCaGct7If5KWFMr734mP6F3py { display:block; }
 }@media only screen and (max-width: 763px) { #StNXiCwFah4JTDB4UN5OF3aEEbRSC2lN { width:20rem;height:14.375rem;top:4.375rem;left:0rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VGZNKQxZaLF2JE0Sekg0entQwayF6cZv { width:3.8125rem;height:1.5rem;top:22.625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz { background-color:#1e5999;background-image:none;display:none; }#GpbpHPFl6TbiHKOzlOKqd10zIG5VNtvz > .row .container { width:20rem;height:51.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rAK86bRqkTQcxdJrcBBvMqNeD1LixntU { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #C9ymwCeb32VeJfxCQIQOUX2escrI0BTO { width:20rem;height:34.5rem;top:5.5625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UdCWgF8GzVQmMwCQNHzWrXPvFIzDS6zT { width:10rem;height:2.1rem;top:47.375rem;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:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALpUOyp52qtuRDoGhF5bFdmUhfQBnl9c { width:20rem;height:1.25rem;top:70.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJBvn0BLKfL2DbKMXJHUp9iAKozIsy8w { width:20rem;height:31rem;top:8.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #drs76u5U4kgabg3aEqbkQTfQvTierhFK { width:4.9375rem;height:5.6875rem;top:41.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7cT8npRpepU5eO8kWt4TRnTgqknQDwV { width:9.375rem;height:2.1rem;top:47.375rem;left:10.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TtXbZk0GttvLsbsWx2gnQa7TbnHtmEDF { width:20rem;height:1.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ { display:block; }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WodkNNqG7EnnaefO1PcRlM9Ll2iNg9ag { 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) { #QduMT6SeE5vTkTaUvx6KNvkOFfUoeaCi { 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) { #xR2wCsC6J80lowgqhPyTKWgFQChvIb87 { 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) { #mGBCmx9VrIQWWnC2sEVnIOlUdan7q2LZ { 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) { #GJHtrNP5FReso9llW2a83TUsuKExuePz { width:6.625rem;height:3.16666875rem;top:5.6875rem;left:13.375rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bxlnwb04gbTbXHTZA1GQsTulCTgS4bhP { 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) { #me7ulTPUeyytvR90uqHlodVz8UoTC6oI { 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) { #HauGdoWBv3uET2B6kMwEldXSgkg2ZJo1 { 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) { #XHXowcuy81xJZk5soIbsBTl1afPsMI3T { 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) { #FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { display:none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { width:20rem;height:6.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { display:none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sXwTlzhUyvh8NypcvHzTIuWHvkuF2pVT { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrIr88RKHso8ifn9DF3gU2RlHo8y7qZQ { width:20rem;height:0.125rem;top:3.6500015258789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OevOQO2WmKb1n1cXfaJsWbxgl79CSTUb { width:6.25rem;height:2.275rem;top:0.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpsoOSwIbgJZsIwKbaTk1QvR3IWXMTZO { width:6.25rem;height:2.275rem;top:0.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.33749961853027rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #xQOi5FsehTOdUzKZEXBsxusVOaa75B76 { display:block; }
 }@media only screen and (max-width: 763px) { #ahHzI7oUHV7B542cDVW4Il9GwsI5TvAt { width:6rem;height:3.125rem;top:0.33749961853027rem;left:6.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #W0b1eXlV6nfPxipvQaopTK2T1tfVquFz { display:block; }
 }@media only screen and (max-width: 763px) { #hldt9OdA7shSDchZRPbqgidBWqOPASTx { width:6.25rem;height:1.05625rem;top:1.4375rem;left:13.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgbzZymRgWe6ZdVwNmy8JpS923gKWh2g { width:6.1875rem;height:3.125rem;top:0.33749961853027rem;left:13.75rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #qKuf9yAyfHWN3UoIh95BoTpEayhvmr3m { display:block; }
 }@media only screen and (max-width: 763px) { #cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { display:none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IP1T5gyWwqR7wGCduFGAQOyQNTphhLrs { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgAhRtsGQy6QHe0ouePTGXlUvWkpDQKi { width:20rem;height:0.125rem;top:3.6499996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bao2MTuPg3JX5S94vsFnMgKQHJAgtQd6 { width:6.25rem;height:2.275rem;top:0.75rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BxuXe6MDcCn4L8gkkudqF2kX2Py8VphI { width:6.25rem;height:2.275rem;top:0.75rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdllrgeCgKe1l73RvpsL37S6BDf3gdSx { width:6.25rem;height:3.125rem;top:0.3125rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #frZgI5xJblupE2Fc8cdTayOILJpgef8p { display:block; }
 }@media only screen and (max-width: 763px) { #wJJ2btW7OCh7im1zPZBMgsHJHosRId0b { width:5.9375rem;height:3.1875rem;top:0.25rem;left:6.875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #vkqSzFyop8WrZklfwJMUo35Ibvii4TSv { display:block; }
 }@media only screen and (max-width: 763px) { #lh3JJpybacKOwfHtf63B4Kwgf6Z7dXki { width:6.25rem;height:1.05625rem;top:1.3125rem;left:13.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvTSlmyyZlJCRWyQh9tmUwxOH3XGHo0s { width:6.25rem;height:3.125rem;top:0.3125rem;left:13.75rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #AKkTNVmXdxwwTqFeFqEvXfMl4ZZ96Jch { display:block; }
 }@media only screen and (max-width: 763px) { #wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { display:none; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aA9llxcelB8Owf6OI0rrtLazC76sDBAO { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnW6eM6sBzGEcPKUdZQXcpJSZFEINOK3 { width:20rem;height:0.125rem;top:3.6499996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyrQw9Dmn5XTRiFfmwcZm8Cna1EP01Xm { width:6.25rem;height:2.275rem;top:0.75rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #l1QUkcGM7Gsva7V3SZlFnnOEp5PvJCdD { width:6.25rem;height:2.275rem;top:0.75rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwSURKVxdXhzfgiaGQk1DeUFKRLC4Mar { width:6.125rem;height:3.125rem;top:0.3125rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #TUEdAXAlfGN93BgkgeuRGW1HQtyoQJDo { display:block; }
 }@media only screen and (max-width: 763px) { #x0lhN9Q8QXWSTPL216Tat9WWR4NSUb5h { width:6rem;height:3.1875rem;top:0.25rem;left:6.875rem;z-index:15019;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.05625rem;top:1.3125rem;left:13.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq8KalWoIq8MSMyavXPkwEtnKhpTVpf7 { width:6.1875rem;height:3.125rem;top:0.3125rem;left:13.75rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #xB9g64ftyHiZlHaJzEgsLycgg1SuQWqA { display:block; }
 }@media only screen and (max-width: 763px) { #TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { display:none; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container { width:20rem;height:35.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WtvyyN0USyvGyumtdKLNnDVwSvceF0OW { width:20rem;height:1.54375rem;top:0rem;left:0rem;font-size:1.1875rem;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.6rem;top:7.75rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #emG3kkQrqTyg6heruxyNDHuL49f3yvAv { width:0.625rem;height:0.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2GpzGSTlrD8CNQTfoeqePouUVwgdTxv { width:17.8125rem;height:3.9375rem;top:12.125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QvNEL2TdLHDp6Xna1wv7FTS85Br9Ratd { width:17.8125rem;height:1.125rem;top:16.387496948243rem;left:1.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q1P7cSTD2odryiA4lp3R5bMKxLEuo52L { width:3.75rem;height:3.75rem;top:3.2750015258789rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTTGyH1ezUWXwwAwXtUR63mgser6EhTG { width:3.75rem;height:3.75rem;top:20.4375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vITsahchHhBVET633UbHnoAdLnzIXifs { width:18.125rem;height:1.125rem;top:23.481246948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b0t6EH5OWpkxTc49gv4Ti6NWVwzuE0Oq { width:3.75rem;height:3.75rem;top:31.918750762939rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LpkBvyagWMwc98SpmDauKLFmIksMN0H3 { width:18.125rem;height:3.9375rem;top:19.231246948243rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FS4NI7qB6MitHL6z1Fn764m3STdB4bQw { width:0.625rem;height:0.625rem;top:19.543746948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLQMF5O8xbF3lrn4FphKpg5CN08tJlMo { width:3.75rem;height:3.75rem;top:88.3125rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s0yhgZWuokRWemdhPtXQ7LnnEkKkvxHe { width:0.625rem;height:0.625rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DATcrZ32cADFWhz7QW1M6J7Qcp4Lb9Gd { width:18.4375rem;height:2.625rem;top:27.0625rem;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.9248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL5Ruid3K8A7aaH9eiyHRLaZhCRMMdbv { width:18.4375rem;height:2.625rem;top:31.9248046875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #orZDy9s2MPh5TRC85BdhTZow3Liy83MM { width:3.75rem;height:3.75rem;top:97.050000190738rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fqGB9pNJm8tQzJAnQ8QhzssEL35bFnQx { width:0.625rem;height:0.625rem;top:8.125rem;left:0rem;z-index:15012;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { display:none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { width:20rem;height:17.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { width:18.4375rem;height:2.5996125rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { width:0.625rem;height:0.625rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { width:18.4375rem;height:3.9375rem;top:4.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { width:18.4375rem;height:1.125rem;top:8.7000007629394rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pPrUxBBXGnHZFD1xJPciqVcdfXsg3Lby { width:3.6875rem;height:3.6875rem;top:9.75rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P73bTMa8n9AUkqbseEsPMv8gApvr8iax { width:16.25rem;height:3.75rem;top:11.668750762939rem;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:6.4375rem;top:3.6062507629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { display:none; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container { width:20rem;height:26.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GU5eJDIn9iRtNNLbBXqpHTGTcWRJqUO9 { width:18.4375rem;height:2.5996125rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qi8XHTp5bb9UrKTGPUks7dNVrPi3hJgy { width:0.625rem;height:0.625rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7U44x4eiqpaogcPhmxGVPsTpKcd5Wrv { width:18.4375rem;height:3.9375rem;top:4.5625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B8t78i77emTraHZPEeTmlngWvsDOoXmA { width:18.4375rem;height:1.125rem;top:8.7624969482425rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aDtHxWTL4pU9tnfUJW4fGEvSUpeKLGCg { width:3.6875rem;height:3.6875rem;top:9.75rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aRDFreK1q3RRux4EbVlwTVViwxIvSAop { width:18.4375rem;height:1.125rem;top:14.606249809265rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Oq1K1KJiF3MBqArH9DhXdPXcLTLgZBTJ { width:3.6875rem;height:3.6875rem;top:22.606246948243rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XCJdOtiBH88m3KlFksZ013dDnVxKD4zA { width:18.4375rem;height:2.625rem;top:11.668750762939rem;left:1.5625rem;font-size:0.9375rem;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.918750762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #saLBJObtzs3ZUAepBC6SbNuywAokZcw1 { width:3.75rem;height:3.75rem;top:77.25rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GH7ItbTTSnll7CMgNSzymIsMUnJgLl3b { width:0.625rem;height:0.625rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1NU5uZev2rS3rK7H61elXGxVe6AlwGA { width:18.4375rem;height:2.625rem;top:17.625rem;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:22.362500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXiuPg3NqDgXxy9Fxr066kQyddD9ZmVo { width:18.4375rem;height:2.625rem;top:21.987500190735rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LTddiCqGCHBDNp5tAASzKSCTyEbsVqTF { width:3.75rem;height:3.75rem;top:86.050003051756rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0U23n4wtO3COvufErATvThn6ZCxeBNQ { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15014;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { display:none; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container { width:20rem;height:32.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d4KpiMJcG2hdP4DWZHxObn8yygq0BI5z { width:18.4375rem;height:2.5996125rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D3oxkfqgRP08cBVS7LN7ZdHqQqoc95cv { width:0.625rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LngCq2bUMmQXAOmBO6hWwIS3dl0tM1gN { width:18.4375rem;height:3.9375rem;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:8.375rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sa0Edyu5y5zJDPNssyiMuN5XsX2if7DP { width:3.6875rem;height:3.6875rem;top:9.625rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CH2UynWKlcOq57Ks3ricohddennmCTJL { width:3.75rem;height:3.75rem;top:55.149993896484rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qBE1HlROxpJkmwyK2LPFNUqBWATWdZUn { width:0.625rem;height:0.625rem;top:11.58749961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCf9syRNrHEH1qvoLwWR05ZngHSJ3LsI { width:18.4375rem;height:9.1875rem;top:11.33749961853rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Iunx91UZqPVAU9bH2VAvcp42yy63MMhi { width:3.75rem;height:3.75rem;top:75.5625rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MkkrLbEI1ItL71hoVvwCD13SaeEN2zNX { width:0.625rem;height:0.625rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCBL7iDsafqxTTGsGOvsZlnA1PVmDUva { width:18.4375rem;height:2.625rem;top:23.125rem;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:27.1748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTAhdVRf62SyvJDSCC7P60uk4dUdeE7R { width:18.4375rem;height:2.625rem;top:27.1748046875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C5P5BMgS7X6QqCCk1yE4dsyteP31sbV3 { width:3.75rem;height:3.75rem;top:84.300003051756rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OuGCKPfyF6PXIPfXLhAssOc3SZRwtg07 { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15015;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZpWpX7wU8NNItuuzlAt1fKqcm19fLQpn { width:18.5rem;height:1.125rem;top:21.0625rem;left:1.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m2QDfsN03g7anKya4vm5RAol4aAdrddi { display:none; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .row .container { width:20rem;height:46.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #slEhUluQuhf3eshEl5cD7i95nCqpgl5I { width:18.4375rem;height:2.5996125rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rHXiWhxz1gQKIrF0XLCarANFaihJR0rv { width:0.625rem;height:0.625rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSZozqr0atpTrPb5bNbOo0eGX2DQzAA7 { width:18.4375rem;height:3.9375rem;top:4.1875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oCrbuuHS6cSSG5fzFHOv3LQ7dqIRenHU { width:18.4375rem;height:1.125rem;top:8.375rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R39k7uHq8VoOVZ8CnDpHTTglBAzMQJVV { width:3.6875rem;height:3.6875rem;top:9.625rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eP93cOkft6rr8yuzZkoRB9G2koTKVOPG { width:3.75rem;height:3.75rem;top:55.149993896484rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OCRSM5mTa0ISBikA4SI8kpzBcpp9ukpv { width:0.625rem;height:0.625rem;top:21.680206298828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #paCMuDKHlgXyoWdD8qiBypKfOxbkEVkc { width:18.4375rem;height:2.625rem;top:21.6796875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZGpo9VlCMERnP6QWotyf2kVJahd13OQU { width:3.75rem;height:3.75rem;top:75.5625rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwF8Bd77f2Ah6EKBQ4kCwRWZtVUgvsdM { width:0.625rem;height:0.625rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIAfkB8TcV3Xq11HkSJXwCIIzMGBF047 { width:18.4375rem;height:2.625rem;top:37.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:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzSEK3tWFyTEgQJLfeyDDStNyTguR57r { width:18.4375rem;height:2.625rem;top:41.75rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dDspuJ776fskQp3N5rIpGP2QpVdt2zKq { width:3.75rem;height:3.75rem;top:84.300003051756rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJdoJUTFMFps60N9T5k2FeUpEUFgSylc { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15015;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WCsGnlTqiCytRsvoHCtFNQViwhDlB4JJ { width:18.4375rem;height:1.125rem;top:34.5rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KBHJ9fIITsPZaE3rpOqFcxr5bSvqE6IK { width:18.4375rem;height:3.9375rem;top:30.15625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mK9tHs5ffSD2AmD4qRiyde2nuWL8MnFt { width:5rem;height:5rem;top:34.5625rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sFoeoPKxdd3DstNJMUwZ5KRZHf1Kwb3b { width:18.4375rem;height:2.6rem;top:25.698959350586rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tZ1DVsdZ54V9UCooq15MExlA60T6dlMt { width:0.625rem;height:0.625rem;top:41.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE4bnsJGUS7qphJtXH2FFq9gFDziUKcK { width:0.625rem;height:0.625rem;top:25.948959350586rem;left:0rem;z-index:15016;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ezvkkzimKefpyf7mRkAgsvowihETnpw9 { width:5rem;height:5rem;top:13.125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sbf6piCkzD3PWUZg0eFBmWqeBsKOyiSX { width:0.625rem;height:0.625rem;top:11.4619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmPyxDftw8XAGFzXFRlEOGOk4gFdwPNN { width:16.8125rem;height:6.5625rem;top:11.4619140625rem;left:1.59375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q4fxcmfgtWABro664LwlknF65F6THIT8 { width:14.6875rem;height:1.125rem;top:18.3125rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { display:none; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container { width:20rem;height:29.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H4hQuULb86Ht2pHdonfu1816lmSdZHqr { width:18.4375rem;height:3.9rem;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:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8NOH5MXLZSMwoOx6fAqvAwCU9VmWZav { width:18.4375rem;height:5.25rem;top:5.5625rem;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:11.137499809265rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UH1bgsCqGFpg7tXCJbCRPSxTmFuSfw3O { width:3.6875rem;height:3.6875rem;top:9.625rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SMuzv9KZH2AsNyMha203zqGAAuTlzLOs { width:18.4375rem;height:1.125rem;top:18.18124961853rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JQdylSiwI2iAF2gKJUAo40UJnVbHVmSf { width:3.6875rem;height:3.6875rem;top:22.481246948243rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eIDMTrcTeD4r0FgT9CpfSegx5IXqbTat { width:18.4375rem;height:3.9375rem;top:13.981250762939rem;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:14.356250762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrbq1T6ALw6LsymPVzoXpD3bMEyS3JTF { width:7.375rem;height:2.1125rem;top:25.793750762939rem;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:26.08749961853rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #c3tsmUv9wTD00WZxVzeU14q7V86z09Z6 { width:7.375rem;height:2.1125rem;top:25.793750762939rem;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:25.53750038147rem;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:26.14999961853rem;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) { #mHTwgeMwTVTZdiNosUBIqPFVJ758RCXm { width:5rem;height:5rem;top:20.25rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OgpALVRTfP92gTdiAuEXyx0B7WleZxEW { width:0.625rem;height:0.625rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmboMW6zinTGxUUCvyoZJRQsAESixPeZ { 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) { #sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { display:none; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container { width:20rem;height:32.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iQ6ySOfNH20mruhfeTWSne6xDhmsZahH { width:20rem;height:1.54375rem;top:0rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #POT7drRrue2IJPKgHNp1e4rcqT4E1rIw { width:18.4375rem;height:2.6rem;top:3.3125rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S0DpKXJHBcJmRdQuJ28S0OpLMDWmrwbk { width:0.625rem;height:0.625rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWOGdBJsmCLTuGDTBAK6iNv3nhn6QMtJ { width:17.8125rem;height:3.9375rem;top:7.4375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vsZtwE3TgHH6T4395iSdgorx2u5ehmbq { width:17.8125rem;height:1.125rem;top:11.700000762939rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dGWaIqt12DRrmsiMoRwCc8lXy9LvIFRS { width:3.6875rem;height:3.6875rem;top:20.4375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3q4nDsy8vc1loIGl8Xy5a6kJnX1Ri5z { width:18.125rem;height:1.125rem;top:20.106250762939rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SlBUAANW5vQhlvq8XucbDFCThBHnIBrg { width:3.75rem;height:3.75rem;top:31.918750762939rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n8HPiVzZhbbTVXiop2UAJqQypkuzTw64 { width:18.125rem;height:5.25rem;top:14.543750762939rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qFhEqWOApyu41J5FhA70olorKQc2yWZm { width:0.625rem;height:0.625rem;top:14.856250762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3FC2q8PklxAegLWwVFAXkzdHOpvmAwq { width:3.75rem;height:3.75rem;top:88.3125rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QNO6T06LbqEMfkcbNlOcsAVFcx49adyO { width:0.625rem;height:0.625rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIWoXgUi0Vm7v58IWTpM2HUoBZc38IyE { width:18.4375rem;height:2.625rem;top:23.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hSrzzNd6ZR9d6iF73BdrHnOAEbWOr0ka { width:0.625rem;height:0.625rem;top:28.2998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvvGWPhC3s1EI3Cc5PMgOaqae5ewZ4Bf { width:18.4375rem;height:2.625rem;top:28.2998046875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cTAux6yS3ALzV8L3B1fwFf0hOZmbu4un { width:3.75rem;height:3.75rem;top:97.050000190738rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A36OdTVnAZ2lvS0eekwNURA0cyotSeHo { width:0.625rem;height:0.625rem;top:3.625rem;left:0rem;z-index:15017;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { display:none; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container { width:20rem;height:22.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WlPXD5c51JpnSn6DFrhPK0dwzUF2Ttzg { width:18.4375rem;height:2.6rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D84KaFgEyVgIgt8SNVdoTfDRqDu0nTQs { width:0.625rem;height:0.625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPy9LSgNEm2ewFt0f8bMD7w80dG7gdcc { width:18.4375rem;height:5.25rem;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:9.8250007629394rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hzbr4AILe2meGHL2k28ApcBmhvh5b1hU { width:3.6875rem;height:3.6875rem;top:9.75rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZFI1TRIPb7CktlfP7OOLhTTS9EiU4c35 { width:3.75rem;height:3.75rem;top:77.25rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V6NN6KOwMdgVnVIHq2fvcqtARk5dfTsO { width:0.625rem;height:0.625rem;top:13.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4uuLZ5AeV4fycXnJEdlwf7AUs2PIQW4 { width:18.4375rem;height:2.625rem;top:12.9375rem;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:17.6123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDfDIFHZ7dWUTL0sxhftEAnEMtLeLPyf { width:18.4375rem;height:2.625rem;top:17.6123046875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tuvc3r0XJqKTTwLOsd8h3zR8IA4s4ELE { width:3.75rem;height:3.75rem;top:86.050003051756rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oRoHxD9nHOKwUrpO3homxN7IWQI4b3eN { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15018;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { display:none; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container { width:20rem;height:34.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UVLiLOK8MsrcsF3wQIyIzEcZedqiCI2J { width:18.4375rem;height:2.6rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rg9y6cDz3uBUVIrTTHW0Ml8nKTxHgXdU { width:0.625rem;height:0.625rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV7K17TCtifwJwo98H5O345wF6BOgZkm { width:18.4375rem;height:2.625rem;top:13.067187500186rem;left:1.5625000596046rem;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:16.687501144596rem;left:1.5625000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #trTQJvVuzd9zPklIhd9XsK3DcH92mrOE { width:3.6875rem;height:3.6875rem;top:9.625rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E8mPwHtgSgT8H88wzTTMBBdxrs0fQNs5 { width:0.625rem;height:0.625rem;top:13.067187500186rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRdRFNMNhpWLhUM8wCmDz6S92FBm9ybE { width:18.4375rem;height:1.125rem;top:23.681250763126rem;left:1.5625000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cRJELadnml3PkQeTgOQ4DiyDuAMoh6JW { width:18.4375rem;height:2.625rem;top:20.374219131656rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #plEtkI0EttODQZTple62Q7eyKlaaFVoO { width:3.6875rem;height:3.6875rem;top:35.193756103516rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LGUbexDxP9gmvlerlETDdiHoUSx6SUwF { width:7.375rem;height:2.1125rem;top:31.292187690735rem;left:1.5625000596046rem;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:31.566407203674rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #T2xxA3sFv2gOsDZWpHm9dbX9JSNtl3EE { width:7.375rem;height:2.1125rem;top:31.341406643391rem;left:11.111718714237rem;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:31.061458587646rem;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:31.566407203674rem;left:18.437499582768rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #DUSHMzCBxUX2gUI0dHVWSSHC3WbKwR0J { width:0.625rem;height:0.625rem;top:26.558594894596rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIO8z0u5ASlIQTk2DmxDcegPn6aDa4WK { width:5rem;height:5rem;top:31.4375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #r4K7TmImTpLeQz07KB7RP78BSIuS1vOT { width:18.4375rem;height:2.625rem;top:26.558594703674rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UmQrmCdIIOQDn8tqlkmBytxFBTptEI38 { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15019;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RLlw9PdG4Ime7l8oO9Tt7fAOMJXoggqg { width:5rem;height:5rem;top:8.125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #noxDx27S6RvfD10CxHxpQVSov2vcudQy { width:0.625rem;height:0.625rem;top:20.374219131656rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPBzcZPc5WN7adKeNGWChmkK1hxaMC3w { width:18.375rem;height:3.9375rem;top:4.6234378814697rem;left:1.6250000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X4mMkGQNuEJ9b9t7oL9soSPlmpbSg2Uo { width:18.3125rem;height:1.125rem;top:9.4375001909213rem;left:1.6875000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff { display:none; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .row .container { width:20rem;height:287.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UWiiyLx4VEq90TVvlGZawrXHTaZTaxsl { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #awFi4ZQE8ToRpRRcSqiNBOTgthvqof9V { width:18.4375rem;height:1.3rem;top:3.3125rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NeZ7svEdQOoZ8LeVWtQz8bed3Bu85P2b { width:0.625rem;height:0.625rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKnIc7B4C3EMxspBby8dnFwomTHsbnZb { width:18.4375rem;height:2.625rem;top:6.375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RvLaox3c9a5kuPQOahVT5XpfwMAre8qV { width:17.8125rem;height:1.125rem;top:9.3249969482425rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qIJ2r2y0dqGki88xfLnXi1IACHiOrSLA { width:3.75rem;height:3.75rem;top:20.4375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4kR08Zu2ytmWTqsGtsHNF9GB2D5RkJf { width:0.625rem;height:0.625rem;top:3.625rem;left:0rem;z-index:15017;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Nkskr8P3HTd3QKew8Gl1D6CSRhnqtvx1 { width:18.4375rem;height:32.5rem;top:14.699996948243rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E7wTwJpWfciZeBcmL2VHhRoRIc3M3JeQ { width:0.625rem;height:0.625rem;top:49.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzsOItHmxiJI8WOGiyD5WaFBc0mnTSHx { width:20rem;height:0.0625rem;top:205.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXHOfHrMaCio8TkkV3virIekbSwCrXe3 { width:15rem;height:1.3rem;top:207.75rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TI41CEQ7GVXqvGVAER0z62JDOtm4tANc { width:15.6875rem;height:11.8125rem;top:49.4375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bmpaMbfRil0qG7wG88bMWBZ8ubHSTEoK { width:15.8125rem;height:1.125rem;top:61.5rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p523bLvdcydZByf2uF8gFdXFz1xaVNtT { width:18.375rem;height:37.7rem;top:63.75rem;left:1.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ToEmvaSQ0kDgAwn4IMwRyfstfRKNaA18 { width:5rem;height:5rem;top:57.6875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IpR3H3wTVJ0pvAGBxFaXdT6No3dPwaPC { width:0.625rem;height:0.625rem;top:103.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD9FlfgaQm9tRnSFh58MXoWJRhhMOFdJ { width:16.6875rem;height:3.9375rem;top:103.3125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dUTvxDHWV90TEyCC0b9TkLasEnh9pAd1 { width:14.9375rem;height:1.125rem;top:107.5rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EmmDmGcqJpcPbUEhT2LE1C5RUOn1s7Vu { width:17.8125rem;height:36.4rem;top:112.68229293823rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RaOkDsTwosxFPQZwhaRlNlfkNf2RHfz5 { width:18.375rem;height:42.9rem;top:161.10729217529rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zLrrrzqAsy9H0zWBTlao3qMG2cvvF1us { width:15.875rem;height:1.125rem;top:154.125rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EhtMMbA5c6vBVwa2rOD6O4A5rcn9U2RD { width:14.8125rem;height:2.625rem;top:151rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wKgW9w5pymxaIwdvUlfF0Kp2xL2Td8Lu { width:0.625rem;height:0.625rem;top:151.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKXwS1teTGBuJlILiXJz6TyySwKKwsMf { width:18.3125rem;height:27.3rem;top:221.25rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MzWXwiNBrxeTZQgpQtUaWDod060VPzQg { width:13.375rem;height:1.125rem;top:215.375rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l4mQPCZDNf7en1o2HM1QgSpNXciPZvyV { width:14.875rem;height:3.9375rem;top:211.0625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HenxGlaCA7P9A5odapV4gDNwbEGa0TLT { width:0.625rem;height:0.625rem;top:211.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLxM9JED2z4cCfyBQOPETc9DBaFDlpXi { width:5rem;height:5rem;top:124.5625rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GETTxhLsfRyXLNV7xSNK6ekXdnaAEfzv { width:5rem;height:5rem;top:88.875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lw62I127K8ImGERPqWT0yUTw3wPLiU2C { width:0.625rem;height:0.625rem;top:208.08645629882rem;left:0rem;z-index:15018;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ERG8H9JF58r7PoKVMFLoab2AbDrc7DOr { width:6.6875rem;height:3.1875rem;top:11.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTyZMbv9lGSGPbdDlrVBoh0TF6122J0E { width:8rem;height:3.6875rem;top:156.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaPoaJiblU35Tdvf8B5DpGfvBhbwdZBT { width:4.0625rem;height:2.375rem;top:217.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENuzQX8mxCrT7Dynzui8L2S06uC4xNEc { width:7.625rem;height:3.625rem;top:108.875rem;left:0.8125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #wHhh73OIvN1AChg1OyDn1THQMg99cTq4 { width:5.375rem;height:2.375rem;top:217.6875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvZxLWBDF4y0J5LerKgnOXtEP8tNc1Et { width:5rem;height:5rem;top:31.625rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yoa3yftEALOTUG5oTXpEPNSwntiThUO3 { width:18.5625rem;height:23.4rem;top:262.64931488037rem;left:1.4375000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gFcUB2xBlGpvtcJPVhvKEkx71B8wegIw { width:12.75rem;height:1.125rem;top:253.67500019074rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTgZr3PKTMhgRHv4dVUHgQ2g3UmvxlQG { width:9.25rem;height:1.875rem;top:256.08073806763rem;left:10.750000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGQoK3LBDIHDBIlLOTDLTbTWQf0JiCGi { width:5rem;height:5rem;top:150.375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0sakLKfnqRauafgkfcPxNSyNUgTS9XK { width:15.4375rem;height:2.625rem;top:250.79999923706rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JSoU2VnvM2tTRCQf1KCp3ofONUDiqinw { width:0.625rem;height:0.625rem;top:152.8125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTaW0ZBQwR6ndzn1BiBRyV7ggHiGDtgl { width:6.8125rem;height:2.1875rem;top:259.33073806763rem;left:12.062500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMUE6EXfIrQRo6qIKd4gepFt43DD5emQ { width:5rem;height:5rem;top:88.875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTZ8qy6fqzUTOAsD8TkEuBq850KTy4Wo { width:0.625rem;height:0.625rem;top:152.8125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeK0ZRl4u9ra2SzwE90UX2e5X03dTC8E { width:0.625rem;height:0.625rem;top:251.25rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #lP94MwJpOuQFaG1AH5p8XNswzQ03PhcM { width:10rem;height:3.1875rem;top:258.83125019074rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bewKc0wykB61DR8udZiU01erRORnhQWT { width:8.625rem;height:2.620253164557rem;top:255.70834159851rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { display:none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-number { padding-top:0.35625rem;padding-right:0.32875rem;padding-bottom:0.35625rem;padding-left:0.32875rem;width:1.96625rem;min-width:1.96625rem;height:1.9125rem;font-size:1.423125rem;line-height:30.6px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2225rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.62375rem;height:0.755625rem;font-size:0.53375rem;line-height:12.09px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v { display:flex;width:14.5rem;height:3.603125rem;top:3.1875rem;left:2.3500003814698rem;padding-top:0.375rem;padding-right:0.4rem;padding-bottom:0.375rem;padding-left:0.4rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #PhfEqz8nSXBp7x46dGuZMw9uprgRrQb7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #ae2kLURWCMowab4Z1n6EHMUr9XcuETzK {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #aBq9ZkM5zTFRVafFvPIHJRVuDCbK6fWO {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #CtMSdBB8XUZxLoAaZuDECGoPMKBMhI0x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #kkU7uFu0od8TQUmnNC6F33hIeKrAiLhV {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #xGah028TGr5WQqMLz9gWTdg7LP9enJvH {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #DTD0Z8NScLJGqxX9RTHZfqK5MzOQRUOI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #exP5b1R63EWvdGhTgU19N9vm7LgrOLAN {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #yDqDK1PCu79Qrr8Sa5uAhtHEMuCFCfo3 {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #OtX677THblmnF8vymPF9KAwJnptgcJMg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #hsvpIKqO8MZFUytF1qZLAyXWudIdM5XE {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #WED1gVvcAog3gfOv0bXbqQoRcnfSZXZU {  }
 }@media only screen and (max-width: 763px) { #bm4NRCTaVKuNhKzpb7yWyc0Wxn8ydO8m { width:20rem;height:1.1375rem;top:0.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmxm8BdulBWZNq6aFOtrDtKwuGi8gtcV { width:15rem;height:1.25rem;top:0.63749694824219rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #blAn5xV7nPboBSkS9MiHQ2my5SDvw2Qg { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh { display:block; }#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1W7PXflswm3w9T5ez4nCg1l8XAo5Xep { 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) { #lBBdveneBJIVuHIKyZmeS8FJdqA5MshC { 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) { #fXEniLAy9Ab3bThBQvcOcb72PKudDuKX { width:7.0625rem;height:11.0625rem;top:2.8187561035156rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C0KJN8kowDAnfE5LfKw5uQG93LLcd1Fq { width:11.375rem;height:7.5rem;top:50.125rem;left:1.0791664123535rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #TyHV68azr7O1GaIJnwTqIPbgoOgW3EmU { width:20rem;height:15.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSeCLFZVPpI45htFP1eZl94iuPxUtTBW { width:20rem;height:2.4375rem;top:13.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUr7DSRPSExCcK8SFkPBHLxETgfUK6Xw { width:20rem;height:3.9rem;top:16.5rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpZFekgFGb5SbI2OzFdG413FAi4dZBML { width:20rem;height:0.975rem;top:20.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBEamUW36F1LDcMv3m6AabraeM5gpTat { 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) { #Gpc5zESCnQbDWm8b1OKUhrAOT1tLHtZy { display:block; }
 }@media only screen and (max-width: 763px) { #lfTrNMcelucC8X5NpakLJq3oUrXeB7Jx { width:20rem;height:1.7864625rem;top:26.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW7DpT7FsI3cX3l2ipTqGN9iqu1gRU7S { display:none; }#GW7DpT7FsI3cX3l2ipTqGN9iqu1gRU7S > .row .container { width:20rem;height:46.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BgPpggdLXzxfTcf9746KdivVEibnEqBh { 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) { #EAEScQman5flIrvHq7zyUkgdr05EnOQe { 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) { #VlyMeTWTHpuoOKGxkSKXsiIZ2h6rfdBT { width:7.0625rem;height:11.0625rem;top:2.8187561035156rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r9Nm36ecpk9ApzzsppA7xx5FUtofDuse { width:11.375rem;height:7.5rem;top:50.125rem;left:1.0791664123535rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #PpDHSTVyquIPWF9CCZggyGoPg8ka2mQz { width:20rem;height:15.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FykwsQML8JT5GZ7unX1DSIOFbHdRKNGi { width:20rem;height:2.4375rem;top:13.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JafxAZVm746dF0pJzHDndCp0L0XztELX { width:20rem;height:3.9rem;top:16.5rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHzzdeUS1wDAi9HoyaTHFpsAEQTTAGHI { width:20rem;height:0.975rem;top:20.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yENDnweMbnTecpTtm1wqqzNLB0rXBksk { 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) { #KtOc704Dr9SVNUTrVhSer9PeJFg9412d { display:block; }
 }@media only screen and (max-width: 763px) { #SuRKAIOEFTZ8kJrnC3b0VGvyIIXTVk6i { width:20rem;height:0.89375rem;top:26.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN55oax3X41xfnsHVTdawLAwVUFe3fQE { width:20rem;height:15.625rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzfQNpa3sAyzaXzFtu6g7dQ0El3N5AK4 { width:20rem;height:0.89375rem;top:43.375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5hpN4V9d9ABbWeapQKd4q5piThzl7fW { width:20rem;height:0.975rem;top:37.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzvCXoBUeoMHNPQlWeulc8f2p87QUprk { 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) { #yoGTeO3qI5oabslnGtc3lq1wbls6IAmM { display:block; }
 }@media only screen and (max-width: 763px) { #Ep9zyexWOtg8Z50CTK0eeTKJiNe503pi { width:20rem;height:3.9rem;top:33.375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdovEPeqkmDhg8HGOTvmQwHEsNonaHuQ { width:20rem;height:2.4375rem;top:30.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyyxhTGk3wlQsTpbx1gvXO0rNFWTTeF4 { display:none; }#SyyxhTGk3wlQsTpbx1gvXO0rNFWTTeF4 > .row .container { width:20rem;height:46.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CfZUdP1i28JyKH3qk3PsdmxII4Fqe4GW { 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) { #sX2gQtFzedganxMicTQB66T6HLNcEudI { 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) { #BVsUNgkkk221356kFpPZKUtBTrJg7uTD { width:7.0625rem;height:11.0625rem;top:2.8187561035156rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pWI7b3yf2QwDV8PnUFHiT89kl4Ev9tS2 { width:11.375rem;height:7.5rem;top:50.125rem;left:1.0791664123535rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #acIXSX1mQ602lBgcTSwE7rCLhuToWSzK { width:20rem;height:15.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU8ZeN4l91KwCzTrLNBB0WwUMfFD41Hf { width:20rem;height:2.4375rem;top:13.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIMiRPiKcbkcbR3Gtb1Kb28iT4u9aMdI { width:20rem;height:3.9rem;top:16.5rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynHCXSaEwTCky7ek44SaMy4QSDETdsCE { width:20rem;height:0.975rem;top:20.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdo6xuCyTTWdwDkqJw7A82rqe3h9o7X8 { 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) { #ZeRlOmMXI4QGb0K7bNfA6a7E8kNanBRd { display:block; }
 }@media only screen and (max-width: 763px) { #U553fRkteJT4UVUXyOc38TWndgX5oMIx { width:20rem;height:1.7875rem;top:26.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNkzrf0SPIyLcAeO9rMNbCR0HOKS211T { width:20rem;height:15.625rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q72m70VJDXENwxaMMT5baTAzTSX21ypR { width:20rem;height:0.89375rem;top:43.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJM3UfvNhef1E1PtXIeJmQbkTCMaMSFE { width:20rem;height:0.975rem;top:37.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlaawUzuECktVdWC0QEdkX0QIO00xzRf { 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) { #AyB04tiHOLCLTkPDRqSJp0rtZFgrWMxB { display:block; }
 }@media only screen and (max-width: 763px) { #rHoFA3K39RgvDEWRIlZT8bh48qQsoe5i { width:20rem;height:3.9rem;top:33.375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #COigMgLi0wO4pm4XTcJpF7HUHkTEInsT { 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:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usopnl421qeKwecadAwafXz8Bn4kg8aD { width:20rem;height:1.4625rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFe3ahodVWKDnVf5RydpIkteKB7stKct { width:17.5rem;height:3.675rem;top:3.0874938964844rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmigKnExRmdrDTn6WnOSlPtIzJE9RakS { display:flex;width:1.25rem;height:1.25rem;top:3.2749938964844rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #CqiySVRWc7nwBwpbkqpMcn8ZTygSfPaA { display:flex;width:1.25rem;height:1.25rem;top:24.025001525879rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #aCDnPSJHmwG5eddE6apwzdX0UD6y9zSd { width:17.5rem;height:6.12413125rem;top:23.900001525879rem;left:2.5rem;font-size:0.875rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #NrW13U6u3yftcTh0ZEXeRdHKo7PAaw7S { width:17.5rem;height:1.225rem;top:42.350006103516rem;left:2.5rem;font-size:0.875rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #vlZhGkI68Bxvszb9FROVW6Zc99qLvVg9 { display:flex;width:1.25rem;height:1.25rem;top:42.475006103516rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #EX4EExtSCMv46a6oLzN21EC5Vbbk81K7 { width:17.5rem;height:3.675rem;top:8.5500030517575rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl4UGeGmsVUhZUHzTp19QoFWBzCnGJxd { display:flex;width:1.25rem;height:1.25rem;top:8.6125030517575rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #niB9zylSLNOfbaN7LWFxQbGzNTQ29G6l { width:17.5rem;height:3.675rem;top:14.074996948243rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeGT6pL5VxU4btaOgsl26xOL9tEv8hgS { display:flex;width:1.25rem;height:1.25rem;top:14.199996948243rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #pB7B7rIDIRawi93gqSCgwpxwk7HKlwL5 { width:17.5rem;height:2.45rem;top:19.59375rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neZre0NqvTm4Tqn32x2LqwSABWB9Bmxp { display:flex;width:1.25rem;height:1.25rem;top:19.8125rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ocJ6B2ASpHr0MZUGFKeZGegSdTBfg9Bi { width:17.5rem;height:6.12413125rem;top:34.4375rem;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:34.5625rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fQ28wTkvIU2EM3Wc7veZarF0PyKyp7tL { width:17.5rem;height:13.645825rem;top:44.15625rem;left:2.5rem;font-size:0.8125rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #aTuXNZ2vuElLXVT4OosbJxzQ0UoIxFWu { width:17.5rem;height:2.09895625rem;top:30.528121948243rem;left:2.5rem;font-size:0.75rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/46da4d90-f5a1-4a22-a218-bddde2b61ea0/6bcfae4793884f3a949e3042730f4ce6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.adaptive-delivery-prevent-bg, #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.lazyload, #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.lazyloading { background-image: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { background-color: transparent; background-image: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,22,75,0.7); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container > .video-iframe-container { display: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,22,75,0.7); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row > .video-iframe-container { display: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPBFpc9wWegAoaL4B9yVX0CH2P3lqztU { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #DtCSW4B2qCKK28vwPUvMq7M144z7faGk { width:17.5rem;height:4.21875rem;top:21.0625rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #euTT13CDwTOLPPtoJR5DpJyrVMza8Aln { display:flex;width:10.3125rem;height:13.1875rem;top:8.84375rem;left:4.84375rem; }
 }@media only screen and (max-width: 763px) { #nPzFQsIMErLDqTOz8LD9AkOQcr7sDnHS { width:16.25rem;height:3.4375rem;top:31.375rem;left:1.875rem;font-size:1rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #WwvzKTqZ0EAECvNBgrnZGww1XfSu426p { display:block; }
 }@media only screen and (max-width: 763px) { #KAMitM0gG1d9x1EODZy0OVb3phhRWl1H { width:16.25rem;height:19rem;top:11.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2ZL9uPIosmBCFNe6B6M9ko6pcDVucXK { width:18.75rem;height:12.375rem;top:32.5rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NAxMhp8Q9DB1MAa0arJSMfz7DomyCr0M { width:20rem;height:3.41145rem;top:26.5625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ { display:block; }#HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lWf8RJKpvoEXQf6599ukoTFudbKzClfV { width:18.75rem;height:4.75rem;top:0.625rem;left:0.5625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #pye1FkQklCRiTP6zkqHLBGAFi4PAyWog { display:block; }
 }@media only screen and (max-width: 763px) { #KNJpHvqVTBZfIXhBmXx6wZnOePhwLHlg { 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) { #IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h { display:block; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVTm3RJDdH3JPLyr4CFQKLkJ0TtzaVfM { width:15rem;height:4.5486125rem;top:1.875rem;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) { #TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk { display:block; }#TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhMNuT7yhRde7VQgyz2DUlhBrNJ32uV2 { width:20rem;height:0.975rem;top:0rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHGJaaTrGWZI18tmKCCWIiMPOp0paVKB { width:18.25rem;height:5.1875rem;top:2.0000000298023rem;left:0.87500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 { display:block; }#atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsqCkpApyXht2eo1HTygsNaTkSB9O6wN { width:20rem;height:0.975rem;top:0rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1nBTEmc85UW3Uk9pETtrDx9m7raZcgk { width:12.375rem;height:4.125rem;top:2.6875rem;left:3.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf { display:block; }#fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FApTCtocDuF85iCMtD70966OILFTct3B { width:20rem;height:0.975rem;top:0rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yss0ZT4PQWFffp4KuCIQTRDC50NzqTKo { width:10.4375rem;height:3.0625rem;top:15.5rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfNuIGt0lRvFRoc9K3L86n0e12RMCJC3 { width:10.125rem;height:3.9375rem;top:8.75rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEPrQOtdLJLFfFrN4wTicrcWgkivTiPO { width:14.9375rem;height:5.125rem;top:2.1249809265137rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxtbKt3zG1A8XO8pSB0IZa7opCd5upII { display:block; }#TxtbKt3zG1A8XO8pSB0IZa7opCd5upII > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKosyTy4s4SyJ3rW3deE0JIJKk4k5RFG { width:20rem;height:0.975rem;top:0rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBMtslqU6rD4iODpum34XXXyXzp857aF { width:13.5rem;height:3.375rem;top:9.3125rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1oDcapNE4PpbcCnn36stCh26V42LGmk { width:11.25rem;height:5.5227272727273rem;top:2.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnRWHGHilobNEbuXkMmneoU5TasOrXmS { width:11.8125rem;height:1.9871495327103rem;top:20.1267375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNNxWMBOXQyuWoJJ2Tlrc2rnV7E7008N { width:9.25rem;height:4.7522935779817rem;top:14.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTFFvMS8X8ravbAXOfha60v0NLb3XHXT { width:10.25rem;height:4.0625rem;top:23.363720751953rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd { display:block; }#nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrkbZiEVULbnZHXPqsztMxJgxOIN5TCL { width:20rem;height:0.975rem;top:0rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRQKrazW4eZ4RhBV6C6qSHPK0snxiXcG { width:6.125rem;height:4.6875rem;top:2.90625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZp0EpBDfopxez7cO7LOg74azWZTnVT2 { width:5.625rem;height:6.6875rem;top:9.03125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc { display:block; }#fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ieFIWzzWe7zoOT9IZTIwwbevyRoURHFg { width:20rem;height:0.975rem;top:0rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4E3rah94koLwXlmVILzykOzIDOVO2OJ { width:7.125rem;height:1.375rem;top:2.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkkIz6TTnlHGuW2ClzoSSk3NteskDFkm { width:8.75rem;height:2.4375rem;top:2.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTQfuKkKZT5HUOBWVBEGRq4ckK8Hspe1 { width:8.125rem;height:2.3125rem;top:6.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { display:none; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { width:20rem;height:59.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tnm0kop5aRDA2kRfRm5cqsSpc918pfUi { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp8ACu6oeJQy8IwLF6Pc8f6l6SpKlbK5 { width:20rem;height:2.275rem;top:2rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #aZdkqBr1X5yDG3kNOpz5z8PFBhXuv0Hu { width:20rem;height:1.3rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #unTTT5DfpMQu95DLNFg6ybWitkl4O6Lm { width:20rem;height:4.21875rem;top:8.3187561035156rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiZuyTiHT81W0HhIZA3Fqv2NJBNe3one { width:20rem;height:4.21875rem;top:17.587493896484rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiECylTzGP8g4Q8xPJVp5kVHWJO096se { width:20rem;height:2.6rem;top:14.412506103516rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVMTPXSwJmDwivKwJeBHT5hLRbyk5tZI { width:20rem;height:4.21875rem;top:25.637496948243rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGDTsz7FU0SVawLnCfSZoQwubBx9mP5v { width:18.75rem;height:2.6rem;top:22.337493896484rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9sJo8Nbt0QT4VEEW7hXPbBaBPzMzKde { width:20rem;height:2.8125rem;top:35.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb0NcwLbymkCAZu8GdapQQTu6p16Csug { width:20rem;height:2.7625rem;top:31.762496948243rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDB1mslWZQm9VWQe99I8GUQhV7vInPrJ { width:20rem;height:4.21875rem;top:42.881256103516rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwwsTTGiHDHBZmuKtxTRvgtTkChcPTaP { width:20rem;height:2.6rem;top:39.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIcHST5FrE1WypCiFRGPcRQwxDuqbw5M { width:20rem;height:4.21875rem;top:53.562506103516rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPC5uf6UKCDcqt8PDca8EtT2GzWWX3N6 { width:20rem;height:3.9rem;top:49.100006103516rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnKczpPXPpkKPW348i8h91mdJzgTghPN { display:block; }#VnKczpPXPpkKPW348i8h91mdJzgTghPN > .row .container { width:20rem;height:61rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4myVIUt72VEhCT72MnQ6gN8a5MfwJc5 { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9bqw8boWoXfw0nmb059fD3ctLF5clRE { width:12.0625rem;height:1.5rem;top:5.875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL59qHOtMckMVk6IAnGV711G0PCx8OtF { width:20rem;height:36.5625rem;top:9.5822906494137rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XTyivGICHCcx7KkHLipm4E9PU9r9qUDt { height:11.178125rem;width:20rem;top:47.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsKF4bKyVzeeWMr82tGpuUGC8DcOQ6Re { width:6.625rem;height:1.25rem;top:5.96875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcM6WnuyOkqmyTXJlOEGucKx2wVO78Ep { 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; } #JcM6WnuyOkqmyTXJlOEGucKx2wVO78Ep > .row .container { position:relative;display:block; } }